diff options
author | Jason Wever <weeve@gentoo.org> | 2004-12-13 03:27:10 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-12-13 03:27:10 +0000 |
commit | a90cca18c2003ce20d30396c8f31af427f9136e3 (patch) | |
tree | c892dc42ab623bf1ce949449f6f383deab07b932 /app-misc/countrycodes | |
parent | Stable on sparc. (diff) | |
download | historical-a90cca18c2003ce20d30396c8f31af427f9136e3.tar.gz historical-a90cca18c2003ce20d30396c8f31af427f9136e3.tar.bz2 historical-a90cca18c2003ce20d30396c8f31af427f9136e3.zip |
Stable on sparc.
Diffstat (limited to 'app-misc/countrycodes')
-rw-r--r-- | app-misc/countrycodes/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/countrycodes/Manifest | 14 | ||||
-rw-r--r-- | app-misc/countrycodes/countrycodes-1.0.5.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/app-misc/countrycodes/ChangeLog b/app-misc/countrycodes/ChangeLog index 65f641a58d98..d86ea8637bca 100644 --- a/app-misc/countrycodes/ChangeLog +++ b/app-misc/countrycodes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/countrycodes # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.10 2004/10/21 13:38:39 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.11 2004/12/13 03:27:10 weeve Exp $ + + 12 Dec 2004; Jason Wever <weeve@gentoo.org> countrycodes-1.0.5.ebuild: + Stable on sparc. 21 Oct 2004; Aaron Walker <ka0ttic@gentoo.org> metadata.xml: update metadata (no-herd => shell-tools) diff --git a/app-misc/countrycodes/Manifest b/app-misc/countrycodes/Manifest index 82e4e0a82d6b..9e4b52ad30aa 100644 --- a/app-misc/countrycodes/Manifest +++ b/app-misc/countrycodes/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 c77e538a2f2c071ab0a211473d1e04b4 countrycodes-1.0.5.ebuild 913 -MD5 2587403a494664f2b1c2ee7fec694e61 ChangeLog 1375 +MD5 2d25238617c8f7e94a5c0d310eb1a79c ChangeLog 1466 +MD5 4d0c2b2d5385c36fc83fa3770661f7af countrycodes-1.0.5.ebuild 909 MD5 0c131a7201c4670302767f93643876fa metadata.xml 165 MD5 4f42346a15ab781a4585f7254b5e35e7 files/digest-countrycodes-1.0.5 69 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD4DBQFBd7voEZCkKN40op4RAozPAJ9/s0vumaXPJiGwzg1OFIwQBho5swCXVxhW -n2VNbgww0/Wl+uEGkrPyEw== -=yo5a ------END PGP SIGNATURE----- diff --git a/app-misc/countrycodes/countrycodes-1.0.5.ebuild b/app-misc/countrycodes/countrycodes-1.0.5.ebuild index fb2fa5630ce8..97a88e1d3bc5 100644 --- a/app-misc/countrycodes/countrycodes-1.0.5.ebuild +++ b/app-misc/countrycodes/countrycodes-1.0.5.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-misc/countrycodes/countrycodes-1.0.5.ebuild,v 1.10 2004/10/05 13:34:50 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5.ebuild,v 1.11 2004/12/13 03:27:10 weeve Exp $ DESCRIPTION="An ISO 3166 country code finder" HOMEPAGE="http://www.grigna.com/diego/linux/countrycodes/" @@ -8,7 +8,7 @@ SRC_URI="http://www.grigna.com/diego/linux/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~sparc ~mips ppc ~alpha ppc64" +KEYWORDS="x86 sparc ~mips ppc ~alpha ppc64" IUSE="" RDEPEND="virtual/libc" |