diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-09 17:32:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-09 17:32:45 +0000 |
commit | 0ab1e117eee46d4db4abc039c1c5ea3b1d3ca1c5 (patch) | |
tree | ee6e07875cb2c600b2a629549764e124e26e4cd1 /app-misc/countrycodes | |
parent | Mark 0.4 stable on alpha (diff) | |
download | gentoo-2-0ab1e117eee46d4db4abc039c1c5ea3b1d3ca1c5.tar.gz gentoo-2-0ab1e117eee46d4db4abc039c1c5ea3b1d3ca1c5.tar.bz2 gentoo-2-0ab1e117eee46d4db4abc039c1c5ea3b1d3ca1c5.zip |
Mark 1.0.5 stable on alpha
(Portage version: 2.0.51.22-r2)
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 9f5441e0aad2..9999d0f62bb8 100644 --- a/app-misc/countrycodes/ChangeLog +++ b/app-misc/countrycodes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/countrycodes # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.15 2005/04/21 19:09:01 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.16 2005/09/09 17:32:45 agriffis Exp $ + + 09 Sep 2005; Aron Griffis <agriffis@gentoo.org> countrycodes-1.0.5.ebuild: + Mark 1.0.5 stable on alpha 21 Apr 2005; Simon Stelling <blubb@gentoo.org> countrycodes-1.0.5.ebuild: stable on amd64 diff --git a/app-misc/countrycodes/Manifest b/app-misc/countrycodes/Manifest index c99835a32e86..e29e81088b24 100644 --- a/app-misc/countrycodes/Manifest +++ b/app-misc/countrycodes/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 0c131a7201c4670302767f93643876fa metadata.xml 165 MD5 0325a66a0f5ae45faa75807eaf268f91 ChangeLog 1759 -MD5 cbb062a7ea7b5e4b5de1358c457d266f countrycodes-1.0.5.ebuild 910 +MD5 33abab90bd5ab57b380ebbeb05cb5da2 countrycodes-1.0.5.ebuild 909 MD5 4f42346a15ab781a4585f7254b5e35e7 files/digest-countrycodes-1.0.5 69 -MD5 0c131a7201c4670302767f93643876fa metadata.xml 165 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCz9fPI1lqEGTUzyQRAk5bAJ46M/NRdMzX0e4VwsY3h/BUlYezGACeJDxa -svF6VV6uDzNReezFcLi+qQk= -=R/JX ------END PGP SIGNATURE----- diff --git a/app-misc/countrycodes/countrycodes-1.0.5.ebuild b/app-misc/countrycodes/countrycodes-1.0.5.ebuild index 06a6dadf7ae1..b3cfa3535cbd 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-2005 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.15 2005/07/09 13:57:12 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5.ebuild,v 1.16 2005/09/09 17:32:45 agriffis 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 amd64" +KEYWORDS="alpha amd64 ~mips ppc ppc64 sparc x86" IUSE="" RDEPEND="virtual/libc" |