summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/html2text/ChangeLog9
-rw-r--r--app-text/html2text/Manifest4
-rw-r--r--app-text/html2text/files/digest-html2text-1.3.21
-rw-r--r--app-text/html2text/html2text-1.3.1.ebuild4
-rw-r--r--app-text/html2text/html2text-1.3.2.ebuild37
5 files changed, 51 insertions, 4 deletions
diff --git a/app-text/html2text/ChangeLog b/app-text/html2text/ChangeLog
index a17204bef6af..be003a5977b3 100644
--- a/app-text/html2text/ChangeLog
+++ b/app-text/html2text/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-text/html2text
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.8 2004/06/01 04:22:10 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.9 2004/06/05 19:05:35 usata Exp $
+
+*html2text-1.3.2 (06 Jun 2004)
+
+ 06 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> html2text-1.3.1.ebuild,
+ +html2text-1.3.2.ebuild:
+ Version bumped. Updated source file location for 1.3.1. Thanks to mll
+ <mlleinin@pacbell.net>, closing bug #52643
01 Jun 2004; Dylan Carlson <absinthe@gentoo.org> html2text-1.3.1.ebuild:
Marked stable on amd64.
diff --git a/app-text/html2text/Manifest b/app-text/html2text/Manifest
index 70fb514b976d..ca6b84e77a93 100644
--- a/app-text/html2text/Manifest
+++ b/app-text/html2text/Manifest
@@ -1,5 +1,7 @@
+MD5 7719652d003f877b7dcd8bef49d67ce3 html2text-1.3.1.ebuild 925
MD5 ede0defc8ddb35aa500cce997bd4febd ChangeLog 1276
-MD5 e1dea8c9da85e4dfc1609d29c25d1acf html2text-1.3.1.ebuild 916
MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
+MD5 eca471f002ad4359b6b7ab4ed7d0d69a html2text-1.3.2.ebuild 818
MD5 821cb2c304f248bddc5badca9704b671 files/digest-html2text-1.3.1 67
MD5 a6cfcb22a1966dd02fbebcaeb77d191c files/html2text-gcc3.3.patch 26518
+MD5 d6d204607fbd0d3e41bcd6983ad09e46 files/digest-html2text-1.3.2 67
diff --git a/app-text/html2text/files/digest-html2text-1.3.2 b/app-text/html2text/files/digest-html2text-1.3.2
new file mode 100644
index 000000000000..473e8d407f2f
--- /dev/null
+++ b/app-text/html2text/files/digest-html2text-1.3.2
@@ -0,0 +1 @@
+MD5 14b091c7c5cb5c3bc2ce19298a0c0e27 html2text-1.3.2.tar.gz 131336
diff --git a/app-text/html2text/html2text-1.3.1.ebuild b/app-text/html2text/html2text-1.3.1.ebuild
index b70ce3d316f2..f877310da841 100644
--- a/app-text/html2text/html2text-1.3.1.ebuild
+++ b/app-text/html2text/html2text-1.3.1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2004 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.8 2004/06/01 04:22:10 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/html2text-1.3.1.ebuild,v 1.9 2004/06/05 19:05:35 usata Exp $
inherit eutils
DESCRIPTION="A HTML to text converter"
HOMEPAGE="http://userpage.fu-berlin.de/~mbayer/tools/html2text.html"
-SRC_URI="http://userpage.fu-berlin.de/~mbayer/tools/${P}.tar.gz"
+SRC_URI="http://userpage.fu-berlin.de/~mbayer/tools/historic/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
diff --git a/app-text/html2text/html2text-1.3.2.ebuild b/app-text/html2text/html2text-1.3.2.ebuild
new file mode 100644
index 000000000000..579d50db6878
--- /dev/null
+++ b/app-text/html2text/html2text-1.3.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2004 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.2.ebuild,v 1.1 2004/06/05 19:05:35 usata Exp $
+
+inherit eutils gcc
+
+DESCRIPTION="A HTML to text converter"
+HOMEPAGE="http://userpage.fu-berlin.de/~mbayer/tools/html2text.html"
+SRC_URI="http://userpage.fu-berlin.de/~mbayer/tools/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~amd64"
+IUSE=""
+
+DEPEND="virtual/glibc"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ if [ `gcc-major-version` -ge 3 -a `gcc-minor-version` -ge 3 ]
+ then
+ epatch 1.3.2_to_1.3.2a.diff
+ fi
+}
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ dobin html2text
+ doman html2text.1.gz
+ doman html2textrc.5.gz
+ dodoc CHANGES CREDITS INSTALL KNOWN_BUGS README TODO
+}