summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-11-23 20:48:50 +0000
committerTorsten Veller <tove@gentoo.org>2009-11-23 20:48:50 +0000
commitf8ad784f80cfcd770051adaab59764444f158223 (patch)
tree39fa29fcbd2b80a958e65c8bb709e0e3c8ed930c /dev-perl/Exception-System
parentKill generation of *.py{c,o} at build time, bug #294140. (diff)
downloadgentoo-2-f8ad784f80cfcd770051adaab59764444f158223.tar.gz
gentoo-2-f8ad784f80cfcd770051adaab59764444f158223.tar.bz2
gentoo-2-f8ad784f80cfcd770051adaab59764444f158223.zip
Depend on Module-Build (#294259) and run tests
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Exception-System')
-rw-r--r--dev-perl/Exception-System/ChangeLog6
-rw-r--r--dev-perl/Exception-System/Exception-System-0.11.ebuild17
2 files changed, 14 insertions, 9 deletions
diff --git a/dev-perl/Exception-System/ChangeLog b/dev-perl/Exception-System/ChangeLog
index 7bee3ceb6ed3..1bf396d2dc99 100644
--- a/dev-perl/Exception-System/ChangeLog
+++ b/dev-perl/Exception-System/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Exception-System
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-System/ChangeLog,v 1.2 2009/10/22 11:47:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-System/ChangeLog,v 1.3 2009/11/23 20:48:50 tove Exp $
+
+ 23 Nov 2009; Torsten Veller <tove@gentoo.org>
+ Exception-System-0.11.ebuild:
+ Depend on Module-Build (#294259) and run tests
22 Oct 2009; Torsten Veller <tove@gentoo.org>
Exception-System-0.11.ebuild:
diff --git a/dev-perl/Exception-System/Exception-System-0.11.ebuild b/dev-perl/Exception-System/Exception-System-0.11.ebuild
index 1fd4540eb085..a7029650b261 100644
--- a/dev-perl/Exception-System/Exception-System-0.11.ebuild
+++ b/dev-perl/Exception-System/Exception-System-0.11.ebuild
@@ -1,20 +1,21 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-System/Exception-System-0.11.ebuild,v 1.2 2009/10/22 11:47:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-System/Exception-System-0.11.ebuild,v 1.3 2009/11/23 20:48:50 tove Exp $
EAPI=2
-MODULE_AUTHOR="DEXTER"
+MODULE_AUTHOR="DEXTER"
inherit perl-module
DESCRIPTION="Exception class for system or library calls"
-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-Unit-Lite-0.12 )"
-DEPEND=">=dev-perl/Test-Unit-Lite-0.12
- >=dev-perl/Exception-Base-0.22.01"
-RDEPEND="${DEPEND}"
+SRC_TEST=do