summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-02-03 11:46:29 +0000
committerTorsten Veller <tove@gentoo.org>2010-02-03 11:46:29 +0000
commitf2fb5c4191bc3df514f36455a1624ba9ed37e7dd (patch)
treedaea0a886507164e7f0ede9abef779b04b7ebf1e /dev-perl/Exception-Died
parentDepend on Module-Build (diff)
downloadgentoo-2-f2fb5c4191bc3df514f36455a1624ba9ed37e7dd.tar.gz
gentoo-2-f2fb5c4191bc3df514f36455a1624ba9ed37e7dd.tar.bz2
gentoo-2-f2fb5c4191bc3df514f36455a1624ba9ed37e7dd.zip
Depend on Module-Build. Remove test dependencies
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Exception-Died')
-rw-r--r--dev-perl/Exception-Died/ChangeLog7
-rw-r--r--dev-perl/Exception-Died/Exception-Died-0.06.ebuild20
2 files changed, 15 insertions, 12 deletions
diff --git a/dev-perl/Exception-Died/ChangeLog b/dev-perl/Exception-Died/ChangeLog
index 774c438955c3..be2badd1acee 100644
--- a/dev-perl/Exception-Died/ChangeLog
+++ b/dev-perl/Exception-Died/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Exception-Died
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/ChangeLog,v 1.3 2009/10/22 11:46:49 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/ChangeLog,v 1.4 2010/02/03 11:46:29 tove Exp $
+
+ 03 Feb 2010; Torsten Veller <tove@gentoo.org> Exception-Died-0.06.ebuild:
+ Depend on Module-Build. Remove test dependencies
22 Oct 2009; Torsten Veller <tove@gentoo.org> Exception-Died-0.06.ebuild:
Fix dependency
diff --git a/dev-perl/Exception-Died/Exception-Died-0.06.ebuild b/dev-perl/Exception-Died/Exception-Died-0.06.ebuild
index abf672da7f24..58c9984bd405 100644
--- a/dev-perl/Exception-Died/Exception-Died-0.06.ebuild
+++ b/dev-perl/Exception-Died/Exception-Died-0.06.ebuild
@@ -1,23 +1,23 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/Exception-Died-0.06.ebuild,v 1.3 2009/10/22 11:46:49 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/Exception-Died-0.06.ebuild,v 1.4 2010/02/03 11:46:29 tove Exp $
EAPI=2
-MODULE_AUTHOR="DEXTER"
+MODULE_AUTHOR="DEXTER"
inherit perl-module
DESCRIPTION="Convert simple die into real exception object"
-IUSE=""
-
SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
+IUSE=""
-DEPEND=">=dev-perl/Test-Unit-Lite-0.12
- virtual/perl-parent
+RDEPEND="
dev-perl/constant-boolean
- >=dev-perl/Test-Assert-0.0501
>=dev-perl/Exception-Base-0.22.01"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"
+# test? ( virtual/perl-parent
+# >=dev-perl/Test-Unit-Lite-0.12
+# >=dev-perl/Test-Assert-0.0501 )"