diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 00:32:33 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 00:32:33 +0000 |
commit | 906ef6c09580e53c759f8140285887c80f320494 (patch) | |
tree | 5c418343632701330f5652dfe784e68b708e4e86 /dev-perl/Text-WikiFormat | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-906ef6c09580e53c759f8140285887c80f320494.tar.gz gentoo-2-906ef6c09580e53c759f8140285887c80f320494.tar.bz2 gentoo-2-906ef6c09580e53c759f8140285887c80f320494.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Text-WikiFormat')
4 files changed, 24 insertions, 10 deletions
diff --git a/dev-perl/Text-WikiFormat/ChangeLog b/dev-perl/Text-WikiFormat/ChangeLog index ddbfe5400f61..864f5922f780 100644 --- a/dev-perl/Text-WikiFormat/ChangeLog +++ b/dev-perl/Text-WikiFormat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Text-WikiFormat # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.14 2006/07/18 01:12:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.15 2006/08/06 00:32:33 mcummings Exp $ + + 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Text-WikiFormat-0.76.ebuild, Text-WikiFormat-0.77.ebuild, + Text-WikiFormat-0.78.ebuild: + Adding perl dep; fixed DEPEND 18 Jul 2006; Michael Cummings <mcummings@gentoo.org> Text-WikiFormat-0.76.ebuild, Text-WikiFormat-0.77.ebuild, diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild index 091e4a2b0dd4..9203b822feb7 100644 --- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.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-WikiFormat/Text-WikiFormat-0.76.ebuild,v 1.9 2006/07/18 01:12:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild,v 1.10 2006/08/06 00:32:33 mcummings Exp $ inherit perl-module @@ -13,9 +13,12 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~ppc sparc x86" DEPEND="dev-perl/URI - virtual/perl-Scalar-List-Utils - >=dev-perl/module-build-0.28" + virtual/perl-Scalar-List-Utils + >=dev-perl/module-build-0.28 + dev-lang/perl" RDEPEND="${DEPEND}" IUSE="" SRC_TEST="do" + + diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild index 4ddc22a37fc7..07b401a22f20 100644 --- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.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-WikiFormat/Text-WikiFormat-0.77.ebuild,v 1.7 2006/07/18 01:12:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild,v 1.8 2006/08/06 00:32:33 mcummings Exp $ inherit perl-module @@ -13,9 +13,12 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ia64 ~ppc sparc ~x86" DEPEND="dev-perl/URI - virtual/perl-Scalar-List-Utils - >=dev-perl/module-build-0.28" + virtual/perl-Scalar-List-Utils + >=dev-perl/module-build-0.28 + dev-lang/perl" RDEPEND="${DEPEND}" IUSE="" SRC_TEST="do" + + diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild index f254a25176e0..b779dd687624 100644 --- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.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-WikiFormat/Text-WikiFormat-0.78.ebuild,v 1.3 2006/07/18 01:12:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild,v 1.4 2006/08/06 00:32:33 mcummings Exp $ inherit perl-module @@ -13,9 +13,12 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" DEPEND="dev-perl/URI - virtual/perl-Scalar-List-Utils - >=dev-perl/module-build-0.28" + virtual/perl-Scalar-List-Utils + >=dev-perl/module-build-0.28 + dev-lang/perl" RDEPEND="${DEPEND}" IUSE="" SRC_TEST="do" + + |