diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-12 19:28:29 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-12 19:28:29 +0000 |
commit | 4dea2fd51745c177e6756ab87dbe71db55be01af (patch) | |
tree | 6729f4380e4f3d190221d5f0fcfd2b51a3c7a596 /app-misc/countrycodes | |
parent | Described macos change (diff) | |
download | historical-4dea2fd51745c177e6756ab87dbe71db55be01af.tar.gz historical-4dea2fd51745c177e6756ab87dbe71db55be01af.tar.bz2 historical-4dea2fd51745c177e6756ab87dbe71db55be01af.zip |
Add ~alpha keyword, bug 63723.
Diffstat (limited to 'app-misc/countrycodes')
-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 e2bc53a516f0..a55fb4db6c42 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.6 2004/06/30 07:42:19 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.7 2004/09/12 19:28:29 kloeri Exp $ + + 12 Sep 2004; Bryan Østergaard <kloeri@gentoo.org> countrycodes-1.0.5.ebuild: + Add ~alpha keyword, bug 63723. 30 Jun 2004; David Holm <dholm@gentoo.org> countrycodes-1.0.5.ebuild: Added to ~ppc. diff --git a/app-misc/countrycodes/Manifest b/app-misc/countrycodes/Manifest index 42508435c83c..c29d586cc0b7 100644 --- a/app-misc/countrycodes/Manifest +++ b/app-misc/countrycodes/Manifest @@ -1,4 +1,4 @@ -MD5 1039e27c76e438312afab9242fd9f939 ChangeLog 912 -MD5 deb4deb7bd536a07c6b0a407db34d99b countrycodes-1.0.5.ebuild 897 +MD5 cb938dfaf434df618c32419e977465b6 countrycodes-1.0.5.ebuild 905 +MD5 0903f6679f32fc03f0b04779458f6fa7 ChangeLog 1026 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 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 1638e1dd46b0..b08d50a469c3 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.7 2004/06/30 07:42:19 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5.ebuild,v 1.8 2004/09/12 19:28:29 kloeri 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" +KEYWORDS="x86 ~sparc ~mips ~ppc ~alpha" IUSE="" RDEPEND="virtual/libc" |