diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2005-06-15 23:48:34 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2005-06-15 23:48:34 +0000 |
commit | 27a321422129930511f01455b92722b2a236336d (patch) | |
tree | c71470b91b7e5401bd3e2285d81722be1e6c060f /app-text | |
parent | Initial import, not ready for prime-time (some issues need to be resolved first) (diff) | |
download | gentoo-2-27a321422129930511f01455b92722b2a236336d.tar.gz gentoo-2-27a321422129930511f01455b92722b2a236336d.tar.bz2 gentoo-2-27a321422129930511f01455b92722b2a236336d.zip |
Stable on amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/html2text/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/html2text/Manifest | 8 | ||||
-rw-r--r-- | app-text/html2text/html2text-1.3.2.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-text/html2text/ChangeLog b/app-text/html2text/ChangeLog index b4e8c8a3e961..8084d85304f1 100644 --- a/app-text/html2text/ChangeLog +++ b/app-text/html2text/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/html2text # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.19 2005/06/05 12:02:47 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.20 2005/06/15 23:48:34 dang Exp $ + + 15 Jun 2005; <dang@gentoo.org> html2text-1.3.2.ebuild: + Stable on amd64 05 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> html2text-1.3.2.ebuild: diff --git a/app-text/html2text/Manifest b/app-text/html2text/Manifest index 539e87d6f3b8..bbe62349827a 100644 --- a/app-text/html2text/Manifest +++ b/app-text/html2text/Manifest @@ -1,7 +1,7 @@ -MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 -MD5 318a411c8fed3a9afc77969eb0fd31e9 ChangeLog 2228 -MD5 c3ee8d1dda12259c04fbbb17cf79cea1 html2text-1.3.2.ebuild 882 +MD5 8ab460d2fe13df31399724dbd1b54bf1 html2text-1.3.2.ebuild 881 MD5 d119d3855705397458841d4e537f653d html2text-1.3.1.ebuild 918 -MD5 d6d204607fbd0d3e41bcd6983ad09e46 files/digest-html2text-1.3.2 67 +MD5 41d184af01352f80305028f11789cb73 ChangeLog 2304 +MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 MD5 821cb2c304f248bddc5badca9704b671 files/digest-html2text-1.3.1 67 +MD5 d6d204607fbd0d3e41bcd6983ad09e46 files/digest-html2text-1.3.2 67 MD5 a6cfcb22a1966dd02fbebcaeb77d191c files/html2text-gcc3.3.patch 26518 diff --git a/app-text/html2text/html2text-1.3.2.ebuild b/app-text/html2text/html2text-1.3.2.ebuild index 78ef343dab84..875f672bf772 100644 --- a/app-text/html2text/html2text-1.3.2.ebuild +++ b/app-text/html2text/html2text-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # 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.11 2005/06/05 12:02:47 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/html2text-1.3.2.ebuild,v 1.12 2005/06/15 23:48:34 dang Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://userpage.fu-berlin.de/~mbayer/tools/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" DEPEND="virtual/libc" |