diff options
author | Torsten Veller <tove@gentoo.org> | 2009-11-23 20:59:55 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-11-23 20:59:55 +0000 |
commit | cf8eeac623b802b2c51df535894ad15bcbb062bc (patch) | |
tree | e6a4054101014eaa90cc1d8d1bd999c68b94b123 /dev-perl/Exception-Warning | |
parent | x86 stable, bug #291827 (diff) | |
download | gentoo-2-cf8eeac623b802b2c51df535894ad15bcbb062bc.tar.gz gentoo-2-cf8eeac623b802b2c51df535894ad15bcbb062bc.tar.bz2 gentoo-2-cf8eeac623b802b2c51df535894ad15bcbb062bc.zip |
Depend on Module-Build (#294261) and run tests
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Exception-Warning')
-rw-r--r-- | dev-perl/Exception-Warning/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Exception-Warning/Exception-Warning-0.04.ebuild | 18 |
2 files changed, 15 insertions, 9 deletions
diff --git a/dev-perl/Exception-Warning/ChangeLog b/dev-perl/Exception-Warning/ChangeLog index c5ff590760b4..39ffc12c4b98 100644 --- a/dev-perl/Exception-Warning/ChangeLog +++ b/dev-perl/Exception-Warning/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Exception-Warning # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/ChangeLog,v 1.3 2009/11/22 10:49:29 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/ChangeLog,v 1.4 2009/11/23 20:59:55 tove Exp $ + + 23 Nov 2009; Torsten Veller <tove@gentoo.org> + Exception-Warning-0.04.ebuild: + Depend on Module-Build (#294261) and run tests *Exception-Warning-0.04 (22 Nov 2009) diff --git a/dev-perl/Exception-Warning/Exception-Warning-0.04.ebuild b/dev-perl/Exception-Warning/Exception-Warning-0.04.ebuild index b435e645eb20..7c209fd7d34b 100644 --- a/dev-perl/Exception-Warning/Exception-Warning-0.04.ebuild +++ b/dev-perl/Exception-Warning/Exception-Warning-0.04.ebuild @@ -1,20 +1,22 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/Exception-Warning-0.04.ebuild,v 1.1 2009/11/22 10:49:29 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/Exception-Warning-0.04.ebuild,v 1.2 2009/11/23 20:59:55 tove Exp $ EAPI=2 -MODULE_AUTHOR="DEXTER" +MODULE_AUTHOR="DEXTER" inherit perl-module DESCRIPTION="Convert simple warn into real exception object" -IUSE="" - SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=dev-perl/Exception-Base-0.22.01" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( dev-perl/Test-Assert + >=dev-perl/Test-Unit-Lite-0.12 )" -DEPEND=">=dev-perl/Test-Unit-Lite-0.12 - >=dev-perl/Exception-Base-0.22.01" -RDEPEND="${DEPEND}" +SRC_TEST=do |