diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 13:32:38 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 13:32:38 +0000 |
commit | f3377dc79fc2a2a9f386ac3de5108ae2a134e865 (patch) | |
tree | 6dc783d931274d2f8b37a9009808bfdfd1af44ea /dev-perl/Locale-PO | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-f3377dc79fc2a2a9f386ac3de5108ae2a134e865.tar.gz gentoo-2-f3377dc79fc2a2a9f386ac3de5108ae2a134e865.tar.bz2 gentoo-2-f3377dc79fc2a2a9f386ac3de5108ae2a134e865.zip |
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Locale-PO')
-rw-r--r-- | dev-perl/Locale-PO/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Locale-PO/Locale-PO-0.12.ebuild | 10 | ||||
-rw-r--r-- | dev-perl/Locale-PO/Locale-PO-0.14.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/Locale-PO/Locale-PO-0.16.ebuild | 8 |
4 files changed, 21 insertions, 11 deletions
diff --git a/dev-perl/Locale-PO/ChangeLog b/dev-perl/Locale-PO/ChangeLog index 41040a8475f0..7f1282f9dcc4 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.31 2006/07/19 19:26:57 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/ChangeLog,v 1.32 2006/08/05 13:32:38 mcummings Exp $ + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Locale-PO-0.12.ebuild, Locale-PO-0.14.ebuild, Locale-PO-0.16.ebuild: + Adding perl dep; fixed header; fixed DEPEND 19 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> Locale-PO-0.16.ebuild: Stable on alpha. diff --git a/dev-perl/Locale-PO/Locale-PO-0.12.ebuild b/dev-perl/Locale-PO/Locale-PO-0.12.ebuild index b9cd364f9e42..0dfdd8b4efc0 100644 --- a/dev-perl/Locale-PO/Locale-PO-0.12.ebuild +++ b/dev-perl/Locale-PO/Locale-PO-0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.12.ebuild,v 1.7 2005/05/25 04:17:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/Locale-PO-0.12.ebuild,v 1.8 2006/08/05 13:32:38 mcummings Exp $ inherit perl-module @@ -8,8 +8,8 @@ DESCRIPTION="Object-oriented interface to gettext po-file entries" SRC_URI="mirror://cpan/authors/id/A/AL/ALANSZ/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~alansz/${P}/" -DEPEND="${DEPEND} - sys-devel/gettext" +DEPEND="sys-devel/gettext + dev-lang/perl" RDEPEND="${DEPEND}" SLOT="0" LICENSE="Artistic" @@ -17,3 +17,5 @@ KEYWORDS="alpha amd64 ppc ~ppc64 s390 sparc x86" IUSE="" SRC_TEST="do" + + diff --git a/dev-perl/Locale-PO/Locale-PO-0.14.ebuild b/dev-perl/Locale-PO/Locale-PO-0.14.ebuild index a8f4c008ee8a..967ab197158b 100644 --- a/dev-perl/Locale-PO/Locale-PO-0.14.ebuild +++ b/dev-perl/Locale-PO/Locale-PO-0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.14.ebuild,v 1.7 2006/02/06 20:26:39 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/Locale-PO-0.14.ebuild,v 1.8 2006/08/05 13:32:38 mcummings Exp $ inherit perl-module @@ -8,8 +8,8 @@ DESCRIPTION="Object-oriented interface to gettext po-file entries" SRC_URI="mirror://cpan/authors/id/A/AL/ALANSZ/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~alansz/${P}/" -DEPEND="${DEPEND} - sys-devel/gettext" +DEPEND="sys-devel/gettext + dev-lang/perl" RDEPEND="${DEPEND}" SLOT="0" LICENSE="Artistic" @@ -17,3 +17,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86" IUSE="" SRC_TEST="do" + + diff --git a/dev-perl/Locale-PO/Locale-PO-0.16.ebuild b/dev-perl/Locale-PO/Locale-PO-0.16.ebuild index 8087154a9096..599baab64042 100644 --- a/dev-perl/Locale-PO/Locale-PO-0.16.ebuild +++ b/dev-perl/Locale-PO/Locale-PO-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.10 2006/07/19 19:26:57 kloeri Exp $ +# $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 $ inherit perl-module @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="sys-devel/gettext" +DEPEND="sys-devel/gettext + dev-lang/perl" RDEPEND="${DEPEND}" -SRC_TEST="do"
\ No newline at end of file +SRC_TEST="do" + |