diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 23:06:05 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 23:06:05 +0000 |
commit | 4a0c147f9017e071cd48632357821f93b1439385 (patch) | |
tree | 8596120924317c2e53ea7facfaecfb44ae1fd651 /dev-perl/String-ShellQuote | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-4a0c147f9017e071cd48632357821f93b1439385.tar.gz gentoo-2-4a0c147f9017e071cd48632357821f93b1439385.tar.bz2 gentoo-2-4a0c147f9017e071cd48632357821f93b1439385.zip |
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/String-ShellQuote')
4 files changed, 22 insertions, 5 deletions
diff --git a/dev-perl/String-ShellQuote/ChangeLog b/dev-perl/String-ShellQuote/ChangeLog index a79686f57c8d..5ed8c6a6ed79 100644 --- a/dev-perl/String-ShellQuote/ChangeLog +++ b/dev-perl/String-ShellQuote/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/String-ShellQuote # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/ChangeLog,v 1.22 2006/07/18 16:41:47 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/ChangeLog,v 1.23 2006/08/05 23:06:05 mcummings Exp $ + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + String-ShellQuote-1.00.ebuild, String-ShellQuote-1.00-r1.ebuild, + String-ShellQuote-1.03.ebuild: + Adding perl dep; fixed header; fixed DEPEND 18 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> String-ShellQuote-1.03.ebuild: diff --git a/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild b/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild index 6a215ca894e5..9ab4e405d308 100644 --- a/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild +++ b/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.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/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild,v 1.15 2006/04/21 21:28:31 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild,v 1.16 2006/08/05 23:06:05 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ SLOT="0" LICENSE="Artistic" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~mips" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/String-ShellQuote/String-ShellQuote-1.00.ebuild b/dev-perl/String-ShellQuote/String-ShellQuote-1.00.ebuild index 04f90c58b84e..acab7fbe06c1 100644 --- a/dev-perl/String-ShellQuote/String-ShellQuote-1.00.ebuild +++ b/dev-perl/String-ShellQuote/String-ShellQuote-1.00.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/String-ShellQuote/String-ShellQuote-1.00.ebuild,v 1.10 2005/01/04 13:36:49 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.00.ebuild,v 1.11 2006/08/05 23:06:05 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ SLOT="0" LICENSE="Artistic" KEYWORDS="x86 amd64 ppc sparc alpha" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild b/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild index 79fbfaf55e9b..8d221946169b 100644 --- a/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild +++ b/dev-perl/String-ShellQuote/String-ShellQuote-1.03.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/String-ShellQuote/String-ShellQuote-1.03.ebuild,v 1.6 2006/07/18 16:41:47 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild,v 1.7 2006/08/05 23:06:05 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ SLOT="0" LICENSE="Artistic" KEYWORDS="alpha ~amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |