summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-28 21:20:21 +0000
committerTorsten Veller <tove@gentoo.org>2010-01-28 21:20:21 +0000
commit67d27217be53ca8494a2f09a98104259a4710a1c (patch)
tree43d749478d258d0f9e15e39d9cd8836a9aaff8e2 /dev-perl/Carp-Assert-More
parentFix LICENSE: same terms as perl (#301969) (diff)
downloadgentoo-2-67d27217be53ca8494a2f09a98104259a4710a1c.tar.gz
gentoo-2-67d27217be53ca8494a2f09a98104259a4710a1c.tar.bz2
gentoo-2-67d27217be53ca8494a2f09a98104259a4710a1c.zip
Fix LICENSE: same terms as perl (#301969). Maintenance
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Carp-Assert-More')
-rw-r--r--dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild20
-rw-r--r--dev-perl/Carp-Assert-More/ChangeLog6
2 files changed, 15 insertions, 11 deletions
diff --git a/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild b/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild
index bcb3dd11fa0d..5c711e6f2f14 100644
--- a/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild
+++ b/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild
@@ -1,21 +1,21 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild,v 1.13 2010/01/09 16:45:37 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild,v 1.14 2010/01/28 21:20:21 tove Exp $
+EAPI=2
+
+MODULE_AUTHOR=PETDANCE
inherit perl-module
DESCRIPTION="convenience wrappers around Carp::Assert"
-HOMEPAGE="http://search.cpan.org/~petdance"
-SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz"
-LICENSE="Artistic"
SLOT="0"
KEYWORDS="amd64 ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
+IUSE="test"
-SRC_TEST="do"
+RDEPEND="virtual/perl-Scalar-List-Utils
+ dev-perl/Carp-Assert"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Exception )"
-DEPEND="virtual/perl-Scalar-List-Utils
- dev-perl/Carp-Assert
- dev-perl/Test-Exception
- dev-lang/perl"
+SRC_TEST="do"
diff --git a/dev-perl/Carp-Assert-More/ChangeLog b/dev-perl/Carp-Assert-More/ChangeLog
index 6401def8ccad..c0acd11fae94 100644
--- a/dev-perl/Carp-Assert-More/ChangeLog
+++ b/dev-perl/Carp-Assert-More/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Carp-Assert-More
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/ChangeLog,v 1.13 2010/01/09 16:45:37 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/ChangeLog,v 1.14 2010/01/28 21:20:21 tove Exp $
+
+ 28 Jan 2010; Torsten Veller <tove@gentoo.org>
+ Carp-Assert-More-1.12.ebuild:
+ Fix LICENSE: same terms as perl (#301969). Maintenance
09 Jan 2010; Fabian Groffen <grobian@gentoo.org>
Carp-Assert-More-1.12.ebuild: