diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 20:34:53 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 20:34:53 +0000 |
commit | 5022a4a64846635f07197fa05ffe343b8c3782ec (patch) | |
tree | 2be7abc7e106ca087e635a498e403a9c3c8182e6 /dev-perl/Set-IntSpan | |
parent | Fixed is-java-strict to respect FEATURES=-java-strict (diff) | |
download | historical-5022a4a64846635f07197fa05ffe343b8c3782ec.tar.gz historical-5022a4a64846635f07197fa05ffe343b8c3782ec.tar.bz2 historical-5022a4a64846635f07197fa05ffe343b8c3782ec.zip |
Adding perl dep; fixed header; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Set-IntSpan')
-rw-r--r-- | dev-perl/Set-IntSpan/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Set-IntSpan/Set-IntSpan-1.07.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/Set-IntSpan/Set-IntSpan-1.08.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/Set-IntSpan/Set-IntSpan-1.09.ebuild | 6 |
4 files changed, 22 insertions, 6 deletions
diff --git a/dev-perl/Set-IntSpan/ChangeLog b/dev-perl/Set-IntSpan/ChangeLog index c7f4b8e4aa98..7f33f591772f 100644 --- a/dev-perl/Set-IntSpan/ChangeLog +++ b/dev-perl/Set-IntSpan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Set-IntSpan # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/ChangeLog,v 1.14 2006/07/18 16:36:41 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/ChangeLog,v 1.15 2006/08/05 20:30:33 mcummings Exp $ + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Set-IntSpan-1.07.ebuild, Set-IntSpan-1.08.ebuild, Set-IntSpan-1.09.ebuild: + Adding perl dep; fixed header; fixed DEPEND 18 Jul 2006; Bryan Ăstergaard <kloeri@gentoo.org> Set-IntSpan-1.09.ebuild: diff --git a/dev-perl/Set-IntSpan/Set-IntSpan-1.07.ebuild b/dev-perl/Set-IntSpan/Set-IntSpan-1.07.ebuild index d98050bf842a..1d4f948c6d75 100644 --- a/dev-perl/Set-IntSpan/Set-IntSpan-1.07.ebuild +++ b/dev-perl/Set-IntSpan/Set-IntSpan-1.07.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/Set-IntSpan/Set-IntSpan-1.07.ebuild,v 1.6 2005/04/29 12:58:34 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/Set-IntSpan-1.07.ebuild,v 1.7 2006/08/05 20:30:33 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~x86 ~amd64 alpha ~sparc ~ppc ~hppa" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Set-IntSpan/Set-IntSpan-1.08.ebuild b/dev-perl/Set-IntSpan/Set-IntSpan-1.08.ebuild index 93ac883f8d88..e3a81913de81 100644 --- a/dev-perl/Set-IntSpan/Set-IntSpan-1.08.ebuild +++ b/dev-perl/Set-IntSpan/Set-IntSpan-1.08.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/Set-IntSpan/Set-IntSpan-1.08.ebuild,v 1.7 2005/10/02 13:14:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/Set-IntSpan-1.08.ebuild,v 1.8 2006/08/05 20:30:33 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc sparc x86" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Set-IntSpan/Set-IntSpan-1.09.ebuild b/dev-perl/Set-IntSpan/Set-IntSpan-1.09.ebuild index b5f52a727ca1..ccc39aa02233 100644 --- a/dev-perl/Set-IntSpan/Set-IntSpan-1.09.ebuild +++ b/dev-perl/Set-IntSpan/Set-IntSpan-1.09.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/Set-IntSpan/Set-IntSpan-1.09.ebuild,v 1.5 2006/07/18 16:36:41 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/Set-IntSpan-1.09.ebuild,v 1.6 2006/08/05 20:30:33 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha ~amd64 hppa ia64 ~ppc sparc ~x86" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |