summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-31 10:18:17 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-31 10:18:17 +0000
commit80beb350e1ca37a096fa6e73a75c2ee3129a8caf (patch)
treec50ea2487d976228cc70ef3d400fb17ed12efcfe /dev-perl/ExtUtils-AutoInstall
parentRemove old. (diff)
downloadgentoo-2-80beb350e1ca37a096fa6e73a75c2ee3129a8caf.tar.gz
gentoo-2-80beb350e1ca37a096fa6e73a75c2ee3129a8caf.tar.bz2
gentoo-2-80beb350e1ca37a096fa6e73a75c2ee3129a8caf.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/ExtUtils-AutoInstall')
-rw-r--r--dev-perl/ExtUtils-AutoInstall/ChangeLog10
-rw-r--r--dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0.ebuild25
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-perl/ExtUtils-AutoInstall/ChangeLog b/dev-perl/ExtUtils-AutoInstall/ChangeLog
index f23163562bfa..aa39ce804261 100644
--- a/dev-perl/ExtUtils-AutoInstall/ChangeLog
+++ b/dev-perl/ExtUtils-AutoInstall/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/ExtUtils-AutoInstall
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ChangeLog,v 1.33 2010/01/09 19:56:13 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ChangeLog,v 1.34 2011/08/31 10:18:17 tove Exp $
+
+*ExtUtils-AutoInstall-0.630.0 (31 Aug 2011)
+
+ 31 Aug 2011; Torsten Veller <tove@gentoo.org>
+ +ExtUtils-AutoInstall-0.630.0.ebuild:
+ Change version scheme
09 Jan 2010; Fabian Groffen <grobian@gentoo.org>
ExtUtils-AutoInstall-0.63.ebuild:
diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0.ebuild b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0.ebuild
new file mode 100644
index 000000000000..ab7f8c27527b
--- /dev/null
+++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0.ebuild,v 1.1 2011/08/31 10:18:17 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=AUTRIJUS
+MODULE_VERSION=0.63
+inherit perl-module
+
+DESCRIPTION="Allows module writers to specify a more sophisticated form of dependency information"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+# TESTS BAD. Wants to write to cpan's config on the live system
+#SRC_TEST="do"
+
+RDEPEND="dev-perl/Sort-Versions"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ echo "n" | perl-module_src_compile
+}