summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Kulbe <superlag@gentoo.org>2006-07-17 18:52:15 +0000
committerAaron Kulbe <superlag@gentoo.org>2006-07-17 18:52:15 +0000
commit5689c4289fd381bc3f932b950965c22c659febcd (patch)
tree2e7e7de81d58cef4fcc92a6a6085ac08e79af5aa /dev-perl/Config-Tiny/Config-Tiny-2.08.ebuild
parentMarked stable on amd64 for bug #139612 (diff)
downloadgentoo-2-5689c4289fd381bc3f932b950965c22c659febcd.tar.gz
gentoo-2-5689c4289fd381bc3f932b950965c22c659febcd.tar.bz2
gentoo-2-5689c4289fd381bc3f932b950965c22c659febcd.zip
Version bump.
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Config-Tiny/Config-Tiny-2.08.ebuild')
-rw-r--r--dev-perl/Config-Tiny/Config-Tiny-2.08.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Config-Tiny/Config-Tiny-2.08.ebuild b/dev-perl/Config-Tiny/Config-Tiny-2.08.ebuild
new file mode 100644
index 000000000000..4900a218bca2
--- /dev/null
+++ b/dev-perl/Config-Tiny/Config-Tiny-2.08.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/Config-Tiny-2.08.ebuild,v 1.1 2006/07/17 18:52:15 superlag Exp $
+
+inherit perl-module
+
+DESCRIPTION="Read/Write .ini style files with as little code as possible"
+SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~adamk/${P}"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="virtual/perl-Test-Simple"