diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 22:25:27 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 22:25:27 +0000 |
commit | 2c0b5aa20213d298eea0ca5b1e45fa191d4ba179 (patch) | |
tree | e2ec5e03a37ccbff79376637459a718c584483ac /dev-perl/Geography-Countries | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-2c0b5aa20213d298eea0ca5b1e45fa191d4ba179.tar.gz gentoo-2-2c0b5aa20213d298eea0ca5b1e45fa191d4ba179.tar.bz2 gentoo-2-2c0b5aa20213d298eea0ca5b1e45fa191d4ba179.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Geography-Countries')
-rw-r--r-- | dev-perl/Geography-Countries/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Geography-Countries/ChangeLog b/dev-perl/Geography-Countries/ChangeLog index e2681f069c37..9ea593579126 100644 --- a/dev-perl/Geography-Countries/ChangeLog +++ b/dev-perl/Geography-Countries/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Geography-Countries -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/ChangeLog,v 1.14 2006/08/07 23:05:51 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/ChangeLog,v 1.15 2007/01/15 22:25:27 mcummings Exp $ + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Geography-Countries-1.4.ebuild: + Ebuild maintenance 07 Aug 2006; Michael Cummings <mcummings@gentoo.org> Geography-Countries-1.4.ebuild: diff --git a/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild b/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild index 5c8dd351ffb7..c07f390a4dcf 100644 --- a/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild +++ b/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild,v 1.14 2006/08/07 23:05:51 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild,v 1.15 2007/01/15 22:25:27 mcummings Exp $ inherit perl-module DESCRIPTION="2-letter, 3-letter, and numerical codes for countries." SRC_URI="mirror://cpan/authors/id/A/AB/ABIGAIL/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~abigail/${P}/" +HOMEPAGE="http://search.cpan.org/~abigail/" SLOT="0" LICENSE="Artistic" @@ -17,4 +17,3 @@ SRC_TEST="do" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |