diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-06-28 01:08:52 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-06-28 01:08:52 +0000 |
commit | efb3796f698e874e0617ee6370aa4a74ce372645 (patch) | |
tree | 89567f52469543784dee47e328088638fcdbcc95 /app-misc | |
parent | Marked stable (x86) (diff) | |
download | historical-efb3796f698e874e0617ee6370aa4a74ce372645.tar.gz historical-efb3796f698e874e0617ee6370aa4a74ce372645.tar.bz2 historical-efb3796f698e874e0617ee6370aa4a74ce372645.zip |
Added ~sparc, ~mips
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 f55dc7c2debe..ab3d1d642bde 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.4 2004/06/24 22:06:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.5 2004/06/28 01:08:52 ciaranm Exp $ + + 28 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> countrycodes-1.0.5.ebuild: + Added ~sparc, ~mips 07 Jun 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml, countrycodes-1.0.5.ebuild: diff --git a/app-misc/countrycodes/Manifest b/app-misc/countrycodes/Manifest index 9a476ffd0cda..1b102ab5f4f8 100644 --- a/app-misc/countrycodes/Manifest +++ b/app-misc/countrycodes/Manifest @@ -1,4 +1,4 @@ -MD5 406a643cf682b483d602133389e27426 countrycodes-1.0.5.ebuild 885 -MD5 e2fcfe03f22137dc669312d31020ff98 ChangeLog 723 +MD5 73d02cd5e5cf86261cdc65978856efa5 countrycodes-1.0.5.ebuild 897 +MD5 411168b478ec1edbfeaffe6ce52d573f ChangeLog 824 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 fbb74bd05ce3..2b376eb2afb2 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.4 2004/06/24 22:06:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5.ebuild,v 1.5 2004/06/28 01:08:52 ciaranm 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" +KEYWORDS="x86 ~sparc ~mips" IUSE="" RDEPEND="virtual/glibc" |