summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-11-22 10:57:33 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-11-22 10:57:33 +0000
commit7222fd1cc20d446f28e310c0b4583a6ce6e11bbb (patch)
tree3a67bb78cf9f26b9b9d12e902612d314fb0ce3c0 /dev-perl/Config-IniFiles
parentAdd dejavu font alternative as suggested in bug #262780. (diff)
downloadhistorical-7222fd1cc20d446f28e310c0b4583a6ce6e11bbb.tar.gz
historical-7222fd1cc20d446f28e310c0b4583a6ce6e11bbb.tar.bz2
historical-7222fd1cc20d446f28e310c0b4583a6ce6e11bbb.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Config-IniFiles')
-rw-r--r--dev-perl/Config-IniFiles/ChangeLog8
-rw-r--r--dev-perl/Config-IniFiles/Config-IniFiles-2.54.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Config-IniFiles/ChangeLog b/dev-perl/Config-IniFiles/ChangeLog
index 97169c8b1256..63eaab02ee14 100644
--- a/dev-perl/Config-IniFiles/ChangeLog
+++ b/dev-perl/Config-IniFiles/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Config-IniFiles
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog,v 1.35 2009/11/13 21:41:57 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog,v 1.36 2009/11/22 10:48:36 robbat2 Exp $
+
+*Config-IniFiles-2.54 (22 Nov 2009)
+
+ 22 Nov 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +Config-IniFiles-2.54.ebuild:
+ Version bump via perl-bump experimental tool.
*Config-IniFiles-2.53 (13 Nov 2009)
diff --git a/dev-perl/Config-IniFiles/Config-IniFiles-2.54.ebuild b/dev-perl/Config-IniFiles/Config-IniFiles-2.54.ebuild
new file mode 100644
index 000000000000..d65f145c7770
--- /dev/null
+++ b/dev-perl/Config-IniFiles/Config-IniFiles-2.54.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/Config-IniFiles-2.54.ebuild,v 1.1 2009/11/22 10:48:36 robbat2 Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=SHLOMIF
+inherit perl-module
+
+DESCRIPTION="A module for reading .ini-style configuration files"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? ( virtual/perl-Test-Harness
+ dev-perl/IO-stringy
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST="do"