diff options
author | Vladimir Smirnov <civil@gentoo.org> | 2014-07-31 12:48:29 +0000 |
---|---|---|
committer | Vladimir Smirnov <civil@gentoo.org> | 2014-07-31 12:48:29 +0000 |
commit | 7c01070ceddc6012b7665b471255088f07523a6c (patch) | |
tree | a0c0e2f97d7e18caf346a101b4b4a24da15cab10 /dev-perl | |
parent | Stable on alpha, bug #500518 (diff) | |
download | gentoo-2-7c01070ceddc6012b7665b471255088f07523a6c.tar.gz gentoo-2-7c01070ceddc6012b7665b471255088f07523a6c.tar.bz2 gentoo-2-7c01070ceddc6012b7665b471255088f07523a6c.zip |
Initial bump. Based on Kent's ebuild from perl-experimental.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xA832680F)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/ExtUtils-InstallPaths/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/ExtUtils-InstallPaths/metadata.xml | 9 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-InstallPaths/ChangeLog b/dev-perl/ExtUtils-InstallPaths/ChangeLog new file mode 100644 index 000000000000..69eecf3635f8 --- /dev/null +++ b/dev-perl/ExtUtils-InstallPaths/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-perl/ExtUtils-InstallPaths +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v 1.1 2014/07/31 12:48:29 civil Exp $ + +*ExtUtils-InstallPaths-0.10.0 (31 Jul 2014) + + 31 Jul 2014; Vladimir Smirnov +ExtUtils-InstallPaths-0.10.0.ebuild, + +metadata.xml: + Initial bump. Based on Kent's ebuild from perl-experimental. diff --git a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild new file mode 100644 index 000000000000..8f276706260b --- /dev/null +++ b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v 1.1 2014/07/31 12:48:29 civil Exp $ +EAPI=5 +MODULE_AUTHOR=LEONT +MODULE_VERSION=0.010 +inherit perl-module + +DESCRIPTION='Build.PL install path logic made easy' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.30 + test? ( + virtual/perl-File-Temp + virtual/perl-Test-Simple + ) +" +RDEPEND=" + >=dev-perl/ExtUtils-Config-0.2.0 + virtual/perl-File-Spec +" +SRC_TEST="do" diff --git a/dev-perl/ExtUtils-InstallPaths/metadata.xml b/dev-perl/ExtUtils-InstallPaths/metadata.xml new file mode 100644 index 000000000000..da21790ec88c --- /dev/null +++ b/dev-perl/ExtUtils-InstallPaths/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">ExtUtils-InstallPaths</remote-id> + <remote-id type="cpan-module">ExtUtils::InstallPaths</remote-id> + </upstream> +</pkgmetadata> |