diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-12 20:14:04 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-12 20:14:04 +0000 |
commit | 08b5fc13788ea1d851b280e8d838a13ae2a4c5c4 (patch) | |
tree | ab137f75f36958770e1b0aaaccf2f7d8dccfc9d3 /app-text | |
parent | Version bump (diff) | |
download | historical-08b5fc13788ea1d851b280e8d838a13ae2a4c5c4.tar.gz historical-08b5fc13788ea1d851b280e8d838a13ae2a4c5c4.tar.bz2 historical-08b5fc13788ea1d851b280e8d838a13ae2a4c5c4.zip |
Add ~alpha keyword, bug 63727.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/rfcutil/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/rfcutil/Manifest | 6 | ||||
-rw-r--r-- | app-text/rfcutil/rfcutil-3.2.3.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-text/rfcutil/ChangeLog b/app-text/rfcutil/ChangeLog index aa1ac660f6f0..40fc5408475d 100644 --- a/app-text/rfcutil/ChangeLog +++ b/app-text/rfcutil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/rfcutil # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/ChangeLog,v 1.13 2004/09/08 14:21:21 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/ChangeLog,v 1.14 2004/09/12 20:14:04 kloeri Exp $ + + 12 Sep 2004; Bryan Østergaard <kloeri@gentoo.org> rfcutil-3.2.3.ebuild: + Add ~alpha keyword, bug 63727. 08 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> rfcutil-3.2.3.ebuild: net-www/w3m -> virtual/w3m diff --git a/app-text/rfcutil/Manifest b/app-text/rfcutil/Manifest index 94325b92a299..2d3f14d36e10 100644 --- a/app-text/rfcutil/Manifest +++ b/app-text/rfcutil/Manifest @@ -1,5 +1,5 @@ -MD5 a7a85a937fab69c7bde6ea5135b8819b ChangeLog 1310 -MD5 6e6516020bb65478655dbdd9ec82101a rfcutil-3.2.3.ebuild 1296 +MD5 2f83f231739ab8e778f6d0adf3e1d8fe rfcutil-3.2.3.ebuild 1304 +MD5 576bdb8d3c69255ccee33a77c01ecb52 ChangeLog 1419 MD5 ab5b1af445d492d26a576f3f2e8204c3 metadata.xml 336 -MD5 da1829ff508f6abe3d77c2e87e8599bf files/digest-rfcutil-3.2.3 60 MD5 93feedf0b8940d11c9662ebc22dec752 files/rfc-3.2.3.diff 840 +MD5 da1829ff508f6abe3d77c2e87e8599bf files/digest-rfcutil-3.2.3 60 diff --git a/app-text/rfcutil/rfcutil-3.2.3.ebuild b/app-text/rfcutil/rfcutil-3.2.3.ebuild index ce2dc8b42887..2f95ac0020bc 100644 --- a/app-text/rfcutil/rfcutil-3.2.3.ebuild +++ b/app-text/rfcutil/rfcutil-3.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/rfcutil-3.2.3.ebuild,v 1.16 2004/09/08 14:21:21 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/rfcutil-3.2.3.ebuild,v 1.17 2004/09/12 20:14:04 kloeri Exp $ inherit eutils @@ -16,7 +16,7 @@ numbers." HOMEPAGE="http://www.dewn.com/rfc/" SRC_URI="http://www.dewn.com/rfc/${MY_P}.tar.gz" IUSE="" -KEYWORDS="x86 sparc ppc ~mips macos ppc64" +KEYWORDS="x86 sparc ppc ~mips macos ppc64 ~alpha" SLOT="0" LICENSE="as-is" |