diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-12-18 11:58:50 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-12-18 11:58:50 +0000 |
commit | 05ea25278a7ccf121bd2eafefbb20aade7f7f71f (patch) | |
tree | 8620fb8e98face8cf805d8e67f36369498afeed2 /app-misc | |
parent | ~amd64 (diff) | |
download | historical-05ea25278a7ccf121bd2eafefbb20aade7f7f71f.tar.gz historical-05ea25278a7ccf121bd2eafefbb20aade7f7f71f.tar.bz2 historical-05ea25278a7ccf121bd2eafefbb20aade7f7f71f.zip |
~amd64
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/countrycodes/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/countrycodes/Manifest | 4 | ||||
-rw-r--r-- | app-misc/countrycodes/countrycodes-1.0.5.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/countrycodes/ChangeLog b/app-misc/countrycodes/ChangeLog index d86ea8637bca..5d583e0bbe24 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.11 2004/12/13 03:27:10 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.12 2004/12/18 11:58:50 blubb Exp $ + + 18 Dec 2004; Simon Stelling <blubb@gentoo.org> countrycodes-1.0.5.ebuild: + added ~amd64 12 Dec 2004; Jason Wever <weeve@gentoo.org> countrycodes-1.0.5.ebuild: Stable on sparc. diff --git a/app-misc/countrycodes/Manifest b/app-misc/countrycodes/Manifest index 9e4b52ad30aa..0cb757db5ee6 100644 --- a/app-misc/countrycodes/Manifest +++ b/app-misc/countrycodes/Manifest @@ -1,4 +1,4 @@ -MD5 2d25238617c8f7e94a5c0d310eb1a79c ChangeLog 1466 -MD5 4d0c2b2d5385c36fc83fa3770661f7af countrycodes-1.0.5.ebuild 909 +MD5 e6117584711a564585d97331a42d6a02 ChangeLog 1558 +MD5 9e5be515ebaa1dd333d7717e2622d250 countrycodes-1.0.5.ebuild 916 MD5 0c131a7201c4670302767f93643876fa metadata.xml 165 MD5 4f42346a15ab781a4585f7254b5e35e7 files/digest-countrycodes-1.0.5 69 diff --git a/app-misc/countrycodes/countrycodes-1.0.5.ebuild b/app-misc/countrycodes/countrycodes-1.0.5.ebuild index 97a88e1d3bc5..94d941899c74 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.11 2004/12/13 03:27:10 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5.ebuild,v 1.12 2004/12/18 11:58:50 blubb 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 ~amd64" IUSE="" RDEPEND="virtual/libc" |