summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-06-13 06:49:28 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-06-13 06:49:28 +0000
commit0fc992d6da2f62e9d54bcec195f5590ccfbd4474 (patch)
treefb12f107f46135775f5a7b82ccd8f2230b8867ae /dev-perl/module-info
parentVersion bump (diff)
downloadgentoo-2-0fc992d6da2f62e9d54bcec195f5590ccfbd4474.tar.gz
gentoo-2-0fc992d6da2f62e9d54bcec195f5590ccfbd4474.tar.bz2
gentoo-2-0fc992d6da2f62e9d54bcec195f5590ccfbd4474.zip
Version bump
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-perl/module-info')
-rw-r--r--dev-perl/module-info/ChangeLog8
-rw-r--r--dev-perl/module-info/files/digest-module-info-0.313
-rw-r--r--dev-perl/module-info/module-info-0.31.ebuild22
3 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/module-info/ChangeLog b/dev-perl/module-info/ChangeLog
index 8b1d5406b7f7..662095e70bdc 100644
--- a/dev-perl/module-info/ChangeLog
+++ b/dev-perl/module-info/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/module-info
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.44 2007/05/12 05:14:36 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.45 2007/06/13 06:49:28 mcummings Exp $
+
+*module-info-0.31 (13 Jun 2007)
+
+ 13 Jun 2007; Michael Cummings <mcummings@gentoo.org>
+ +module-info-0.31.ebuild:
+ Version bump
12 May 2007; Joshua Kinard <kumba@gentoo.org> module-info-0.30.ebuild:
Stable on mips.
diff --git a/dev-perl/module-info/files/digest-module-info-0.31 b/dev-perl/module-info/files/digest-module-info-0.31
new file mode 100644
index 000000000000..e87fb8d46696
--- /dev/null
+++ b/dev-perl/module-info/files/digest-module-info-0.31
@@ -0,0 +1,3 @@
+MD5 c891812ff4ab0ab3c851ecfa0812a18c Module-Info-0.31.tar.gz 45047
+RMD160 91a77af5d60a9da8c6754e32cc300d8885569a9b Module-Info-0.31.tar.gz 45047
+SHA256 812f6439f8fc7b176585fd2ff8cbe26323b24626e8d42337fe004fd099566711 Module-Info-0.31.tar.gz 45047
diff --git a/dev-perl/module-info/module-info-0.31.ebuild b/dev-perl/module-info/module-info-0.31.ebuild
new file mode 100644
index 000000000000..f9eac9b0dbac
--- /dev/null
+++ b/dev-perl/module-info/module-info-0.31.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 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.31.ebuild,v 1.1 2007/06/13 06:49:28 mcummings Exp $
+
+inherit perl-module
+
+MY_PV=${PV/9.0/90}
+MY_P="Module-Info-${MY_PV}"
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Information about Perl modules"
+HOMEPAGE="http://www.cpan.org/modules/by-authors/id/M/MB/MBARBON/${MY_P}.readme"
+SRC_URI="mirror://cpan/authors/id/M/MB/MBARBON/${MY_P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-perl/module-build
+ dev-lang/perl"