summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2012-02-13 05:43:33 +1300
committerKent Fredric <kentfredric@gmail.com>2012-02-13 05:43:33 +1300
commit8f68c3b9b8c7832a8ac55c4e597c9950895f96e0 (patch)
treeb79ad06b19aa327d86b8e899938b4a6e81b9005f /dev-perl/Config-INI/Config-INI-0.17.0.ebuild
parent[newversion,cpanclean] Config-AutoConf 0.190.0 , <- 0.160.0 (diff)
downloadperl-overlay-8f68c3b9b8c7832a8ac55c4e597c9950895f96e0.tar.gz
perl-overlay-8f68c3b9b8c7832a8ac55c4e597c9950895f96e0.tar.bz2
perl-overlay-8f68c3b9b8c7832a8ac55c4e597c9950895f96e0.zip
[migrate] old versions of Config-INI to x.y.z
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
Diffstat (limited to 'dev-perl/Config-INI/Config-INI-0.17.0.ebuild')
-rw-r--r--dev-perl/Config-INI/Config-INI-0.17.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Config-INI/Config-INI-0.17.0.ebuild b/dev-perl/Config-INI/Config-INI-0.17.0.ebuild
new file mode 100644
index 000000000..62c225f6a
--- /dev/null
+++ b/dev-perl/Config-INI/Config-INI-0.17.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=3
+MODULE_AUTHOR=RJBS
+MODULE_VERSION="0.017"
+inherit perl-module
+
+DESCRIPTION="simple .ini-file format"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+COMMON_DEPEND="
+ >=dev-perl/Mixin-Linewise-0.001
+ virtual/perl-IO
+ dev-perl/IO-String
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ >=virtual/perl-Test-Simple-0.96
+ >=virtual/perl-ExtUtils-MakeMaker-6.56
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"