summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-09-13 04:54:40 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-09-13 04:54:40 +0000
commite4a7f8365a3c58fb994ba50790928d9ca3038911 (patch)
tree8d67a94419070e2513600df323a8a8c740d0a5e4 /dev-perl/module-info
parentBump (diff)
downloadgentoo-2-e4a7f8365a3c58fb994ba50790928d9ca3038911.tar.gz
gentoo-2-e4a7f8365a3c58fb994ba50790928d9ca3038911.tar.bz2
gentoo-2-e4a7f8365a3c58fb994ba50790928d9ca3038911.zip
Bump
(Portage version: 2.2.3/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/module-info')
-rw-r--r--dev-perl/module-info/ChangeLog7
-rw-r--r--dev-perl/module-info/module-info-0.350.0.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/module-info/ChangeLog b/dev-perl/module-info/ChangeLog
index ea4dd5a0234e..4d49a41deb79 100644
--- a/dev-perl/module-info/ChangeLog
+++ b/dev-perl/module-info/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/module-info
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.69 2013/08/25 10:20:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.70 2013/09/13 04:54:40 patrick Exp $
+
+*module-info-0.350.0 (13 Sep 2013)
+
+ 13 Sep 2013; Patrick Lauer <patrick@gentoo.org> +module-info-0.350.0.ebuild:
+ Bump
*module-info-0.340.0 (25 Aug 2013)
diff --git a/dev-perl/module-info/module-info-0.350.0.ebuild b/dev-perl/module-info/module-info-0.350.0.ebuild
new file mode 100644
index 000000000000..063d80031f52
--- /dev/null
+++ b/dev-perl/module-info/module-info-0.350.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.350.0.ebuild,v 1.1 2013/09/13 04:54:40 patrick Exp $
+
+EAPI=4
+
+MY_PN=Module-Info
+MODULE_AUTHOR=MBARBON
+MODULE_VERSION=0.35
+inherit perl-module
+
+DESCRIPTION="Information about Perl modules"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST="do"