diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-16 01:19:50 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-16 01:19:50 +0000 |
commit | 5f04e3b4f34b5805758c1c441bbf4c511c7ff5e4 (patch) | |
tree | e04de0442521f2023eb24a5925777343387d3c00 /dev-perl/Locale-PO | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-5f04e3b4f34b5805758c1c441bbf4c511c7ff5e4.tar.gz gentoo-2-5f04e3b4f34b5805758c1c441bbf4c511c7ff5e4.tar.bz2 gentoo-2-5f04e3b4f34b5805758c1c441bbf4c511c7ff5e4.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Locale-PO')
-rw-r--r-- | dev-perl/Locale-PO/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Locale-PO/Locale-PO-0.16.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/Locale-PO/ChangeLog b/dev-perl/Locale-PO/ChangeLog index 7f1282f9dcc4..b864d3b89108 100644 --- a/dev-perl/Locale-PO/ChangeLog +++ b/dev-perl/Locale-PO/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Locale-PO -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/ChangeLog,v 1.32 2006/08/05 13:32:38 mcummings Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/ChangeLog,v 1.33 2007/01/16 01:19:50 mcummings Exp $ + + 16 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -Locale-PO-0.12.ebuild, -Locale-PO-0.14.ebuild, Locale-PO-0.16.ebuild: + Ebuild maintenance 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Locale-PO-0.12.ebuild, Locale-PO-0.14.ebuild, Locale-PO-0.16.ebuild: diff --git a/dev-perl/Locale-PO/Locale-PO-0.16.ebuild b/dev-perl/Locale-PO/Locale-PO-0.16.ebuild index 599baab64042..753d173693e5 100644 --- a/dev-perl/Locale-PO/Locale-PO-0.16.ebuild +++ b/dev-perl/Locale-PO/Locale-PO-0.16.ebuild @@ -1,11 +1,11 @@ -# 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/Locale-PO/Locale-PO-0.16.ebuild,v 1.11 2006/08/05 13:32:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/Locale-PO-0.16.ebuild,v 1.12 2007/01/16 01:19:50 mcummings Exp $ inherit perl-module DESCRIPTION="Object-oriented interface to gettext po-file entries" -HOMEPAGE="http://search.cpan.org/~alansz/${P}/" +HOMEPAGE="http://search.cpan.org/~alansz/" SRC_URI="mirror://cpan/authors/id/A/AL/ALANSZ/${P}.tar.gz" LICENSE="Artistic" @@ -15,7 +15,5 @@ IUSE="" DEPEND="sys-devel/gettext dev-lang/perl" -RDEPEND="${DEPEND}" SRC_TEST="do" - |