diff options
author | 2006-08-06 00:29:29 +0000 | |
---|---|---|
committer | 2006-08-06 00:29:29 +0000 | |
commit | bb17be02ed639ba9af3874dbd27d7190bc9feb97 (patch) | |
tree | 9b34a9fa4c850930f7b6299e80336499ecc45552 /dev-perl/Text-Shellwords | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-bb17be02ed639ba9af3874dbd27d7190bc9feb97.tar.gz gentoo-2-bb17be02ed639ba9af3874dbd27d7190bc9feb97.tar.bz2 gentoo-2-bb17be02ed639ba9af3874dbd27d7190bc9feb97.zip |
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Text-Shellwords')
4 files changed, 23 insertions, 6 deletions
diff --git a/dev-perl/Text-Shellwords/ChangeLog b/dev-perl/Text-Shellwords/ChangeLog index 183db1b20ef9..ef1cfd2551a9 100644 --- a/dev-perl/Text-Shellwords/ChangeLog +++ b/dev-perl/Text-Shellwords/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Text-Shellwords # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/ChangeLog,v 1.18 2006/07/10 22:30:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/ChangeLog,v 1.19 2006/08/06 00:29:29 mcummings Exp $ + + 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Text-Shellwords-1.00.ebuild, Text-Shellwords-1.07.ebuild, + Text-Shellwords-1.08.ebuild: + Adding perl dep; fixed header; fixed DEPEND 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> Text-Shellwords-1.08.ebuild: diff --git a/dev-perl/Text-Shellwords/Text-Shellwords-1.00.ebuild b/dev-perl/Text-Shellwords/Text-Shellwords-1.00.ebuild index e505ec8252c8..c93dec890085 100644 --- a/dev-perl/Text-Shellwords/Text-Shellwords-1.00.ebuild +++ b/dev-perl/Text-Shellwords/Text-Shellwords-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/Text-Shellwords/Text-Shellwords-1.00.ebuild,v 1.11 2005/04/29 15:14:47 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/Text-Shellwords-1.00.ebuild,v 1.12 2006/08/06 00:29:29 mcummings Exp $ IUSE="" @@ -19,3 +19,7 @@ src_compile() { perl-module_src_compile perl-module_src_test || die "test failed" } + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Text-Shellwords/Text-Shellwords-1.07.ebuild b/dev-perl/Text-Shellwords/Text-Shellwords-1.07.ebuild index c3ad48295423..47e4df532d6a 100644 --- a/dev-perl/Text-Shellwords/Text-Shellwords-1.07.ebuild +++ b/dev-perl/Text-Shellwords/Text-Shellwords-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/Text-Shellwords/Text-Shellwords-1.07.ebuild,v 1.10 2005/10/02 13:21:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/Text-Shellwords-1.07.ebuild,v 1.11 2006/08/06 00:29:29 mcummings Exp $ IUSE="" @@ -19,3 +19,7 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 ia64 ppc sparc x86" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild b/dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild index 1b6720fa9687..c52a5f259a0c 100644 --- a/dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild +++ b/dev-perl/Text-Shellwords/Text-Shellwords-1.08.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/Text-Shellwords/Text-Shellwords-1.08.ebuild,v 1.3 2006/07/10 22:30:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild,v 1.4 2006/08/06 00:29:29 mcummings Exp $ IUSE="" @@ -19,3 +19,7 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~alpha ~amd64 ia64 ~ppc sparc ~x86" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |