diff options
author | Jason Wever <weeve@gentoo.org> | 2003-09-30 13:28:27 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-09-30 13:28:27 +0000 |
commit | 03f016f419eb68616fb824c7768ddfb5e5383be8 (patch) | |
tree | 59d3cb2f63d5e55ca45f19dde313e32e3530821f /app-text | |
parent | Marked stable on alpha, sparc and ppc (diff) | |
download | gentoo-2-03f016f419eb68616fb824c7768ddfb5e5383be8.tar.gz gentoo-2-03f016f419eb68616fb824c7768ddfb5e5383be8.tar.bz2 gentoo-2-03f016f419eb68616fb824c7768ddfb5e5383be8.zip |
Added ~sparc keyword.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/html2text/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/html2text/Manifest | 4 | ||||
-rw-r--r-- | app-text/html2text/html2text-1.3.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/html2text/ChangeLog b/app-text/html2text/ChangeLog index b956fc19546f..dbb0c83e946b 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.1 2003/09/12 08:57:19 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.2 2003/09/30 13:28:24 weeve Exp $ + + 30 Sep 2003; Jason Wever <weeve@gentoo.org> html2text-1.3.1.ebuild: + Added ~sparc keyword. *html2text-1.3.1 (12 Sep 2003) diff --git a/app-text/html2text/Manifest b/app-text/html2text/Manifest index d7a959d657b3..63905f8727ce 100644 --- a/app-text/html2text/Manifest +++ b/app-text/html2text/Manifest @@ -1,4 +1,4 @@ -MD5 bb540199b74b433650cf8adc3ef9f9c9 html2text-1.3.1.ebuild 671 -MD5 472a69b69bbd1ced6d008f8bc633bea1 ChangeLog 425 +MD5 46517f8a86cf6cbd206e70cfd6b5a691 ChangeLog 517 +MD5 bc78c094d6c296851faa8f4b9d5c1947 html2text-1.3.1.ebuild 675 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 MD5 821cb2c304f248bddc5badca9704b671 files/digest-html2text-1.3.1 67 diff --git a/app-text/html2text/html2text-1.3.1.ebuild b/app-text/html2text/html2text-1.3.1.ebuild index bcdecc16e316..e63d8dfe53b8 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.1 2003/09/12 08:57:19 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/html2text-1.3.1.ebuild,v 1.2 2003/09/30 13:28:24 weeve 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" +KEYWORDS="~x86 ~sparc" IUSE="" DEPEND="virtual/glibc" |