diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-22 12:23:54 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-22 12:23:54 +0000 |
commit | 62ff0d30ed239921ea20bbf02d57542cccd6e836 (patch) | |
tree | 6ebdeeec0e57adbeb4149a755853b14f070c07a4 /dev-perl/Class-XPath | |
parent | Add proper alias names for dictionary. Install additional documentation. (diff) | |
download | historical-62ff0d30ed239921ea20bbf02d57542cccd6e836.tar.gz historical-62ff0d30ed239921ea20bbf02d57542cccd6e836.tar.bz2 historical-62ff0d30ed239921ea20bbf02d57542cccd6e836.zip |
Remove test dependencies from RDEPEND
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Class-XPath')
-rw-r--r-- | dev-perl/Class-XPath/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Class-XPath/Class-XPath-1.4.ebuild | 16 |
2 files changed, 12 insertions, 11 deletions
diff --git a/dev-perl/Class-XPath/ChangeLog b/dev-perl/Class-XPath/ChangeLog index a0337aa8b582..72dcff8e4fbd 100644 --- a/dev-perl/Class-XPath/ChangeLog +++ b/dev-perl/Class-XPath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Class-XPath -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-XPath/ChangeLog,v 1.9 2007/01/15 15:02:38 mcummings Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-XPath/ChangeLog,v 1.10 2009/10/22 12:19:51 tove Exp $ + + 22 Oct 2009; Torsten Veller <tove@gentoo.org> Class-XPath-1.4.ebuild: + Remove test dependencies from RDEPEND 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> Class-XPath-1.4.ebuild: diff --git a/dev-perl/Class-XPath/Class-XPath-1.4.ebuild b/dev-perl/Class-XPath/Class-XPath-1.4.ebuild index 89d0d897619d..1e3f5942be17 100644 --- a/dev-perl/Class-XPath/Class-XPath-1.4.ebuild +++ b/dev-perl/Class-XPath/Class-XPath-1.4.ebuild @@ -1,20 +1,18 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-XPath/Class-XPath-1.4.ebuild,v 1.9 2007/01/15 15:02:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-XPath/Class-XPath-1.4.ebuild,v 1.10 2009/10/22 12:19:51 tove Exp $ +MODULE_AUTHOR=SAMTREGAR inherit perl-module DESCRIPTION="adds xpath matching to object trees" -HOMEPAGE="http://search.cpan.org/~samtregar/" -SRC_URI="mirror://cpan/authors/id/S/SA/SAMTREGAR/${P}.tar.gz" -LICENSE="Artistic" SLOT="0" KEYWORDS="amd64 ia64 sparc x86" IUSE="test" -SRC_TEST="do" +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + test? ( dev-perl/HTML-Tree )" -# HTML-Tree dep is for testing -DEPEND="test? ( dev-perl/HTML-Tree ) - dev-lang/perl" +SRC_TEST="do" |