summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/html2text')
-rw-r--r--app-text/html2text/ChangeLog5
-rw-r--r--app-text/html2text/html2text-1.3.1.ebuild8
2 files changed, 10 insertions, 3 deletions
diff --git a/app-text/html2text/ChangeLog b/app-text/html2text/ChangeLog
index 1c692fd13b4d..b5bc6dfa9b42 100644
--- a/app-text/html2text/ChangeLog
+++ b/app-text/html2text/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/html2text
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.4 2003/11/16 05:01:47 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.5 2004/01/14 12:48:16 obz Exp $
+
+ 14 Jan 2004; Mike Gardiner <obz@gentoo.org> html2text-1.3.1.ebuild:
+ Marked stable on x86
16 Nov 2003; Mike Gardiner <obz@gentoo.org> files/html2text-gcc3.3.patch:
Fixed html2text-gcc3.3.patch, removing the CVS header line, so that the patch
diff --git a/app-text/html2text/html2text-1.3.1.ebuild b/app-text/html2text/html2text-1.3.1.ebuild
index 387310c22791..881912776ade 100644
--- a/app-text/html2text/html2text-1.3.1.ebuild
+++ b/app-text/html2text/html2text-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/html2text-1.3.1.ebuild,v 1.3 2003/10/26 05:57:54 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/html2text-1.3.1.ebuild,v 1.4 2004/01/14 12:48:16 obz Exp $
DESCRIPTION="A HTML to text converter"
SRC_URI="http://userpage.fu-berlin.de/~mbayer/tools/${P}.tar.gz"
@@ -8,7 +8,7 @@ HOMEPAGE="http://userpage.fu-berlin.de/~mbayer/tools/html2text.html"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~sparc"
+KEYWORDS="x86 ~sparc"
IUSE=""
DEPEND="virtual/glibc"
@@ -25,13 +25,17 @@ src_unpack() {
}
src_compile() {
+
./configure || die
emake || die
+
}
src_install() {
+
dobin html2text
doman html2text.1.gz
doman html2textrc.5.gz
dodoc CHANGES CREDITS INSTALL KNOWN_BUGS README TODO
+
}