diff options
author | Torsten Veller <tove@gentoo.org> | 2008-05-17 06:36:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-05-17 06:36:34 +0000 |
commit | 6b003b90a95d8f710b539131de9c425273a9ab4b (patch) | |
tree | abef8d5e4657efbfd3527790ea521949ce601953 /dev-perl | |
parent | fixed ChangeLog header (diff) | |
download | gentoo-2-6b003b90a95d8f710b539131de9c425273a9ab4b.tar.gz gentoo-2-6b003b90a95d8f710b539131de9c425273a9ab4b.tar.bz2 gentoo-2-6b003b90a95d8f710b539131de9c425273a9ab4b.zip |
Add module-build to DEPEND and run tests
(Portage version: 2.1.5)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/File-BaseDir/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild | 12 |
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-perl/File-BaseDir/ChangeLog b/dev-perl/File-BaseDir/ChangeLog index 46d9e88d07c5..d7eeb794c6e4 100644 --- a/dev-perl/File-BaseDir/ChangeLog +++ b/dev-perl/File-BaseDir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-BaseDir # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.17 2008/04/25 17:34:39 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.18 2008/05/17 06:36:34 tove Exp $ + + 17 May 2008; Torsten Veller <tove@gentoo.org> File-BaseDir-0.03.ebuild: + Add module-build to DEPEND and run tests *File-BaseDir-0.03 (25 Apr 2008) diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild index 3f8cdc7b94fb..1f10060204bb 100644 --- a/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild +++ b/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild @@ -1,15 +1,19 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild,v 1.1 2008/04/25 17:34:39 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild,v 1.2 2008/05/17 06:36:34 tove Exp $ + +MODULE_AUTHOR=PARDUS inherit perl-module DESCRIPTION="The Perl File-BaseDir Module" -SRC_URI="mirror://cpan/authors/id/P/PA/PARDUS/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~pardus/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="dev-lang/perl" +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + dev-perl/module-build" + +SRC_TEST=do |