diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-24 07:02:28 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-24 07:02:28 +0000 |
commit | 533e996a625ab38df9fc905ce50a4a0761e70cee (patch) | |
tree | 73f9cfa770e8789558863c78479cc5ae7103432e /dev-perl/Config-Tiny | |
parent | [bump] dev-perl/digest-bubblebabble-0.20.0 (diff) | |
download | historical-533e996a625ab38df9fc905ce50a4a0761e70cee.tar.gz historical-533e996a625ab38df9fc905ce50a4a0761e70cee.tar.bz2 historical-533e996a625ab38df9fc905ce50a4a0761e70cee.zip |
[bump] dev-perl/Config-Tiny-2.140.0
Package-Manager: portage-2.2.0_alpha28/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Config-Tiny')
-rw-r--r-- | dev-perl/Config-Tiny/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Config-Tiny/Config-Tiny-2.140.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/Config-Tiny/ChangeLog b/dev-perl/Config-Tiny/ChangeLog index 4a7d5fea8c6c..1d9ffe9b670f 100644 --- a/dev-perl/Config-Tiny/ChangeLog +++ b/dev-perl/Config-Tiny/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Config-Tiny -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/ChangeLog,v 1.71 2010/09/04 07:44:55 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/ChangeLog,v 1.72 2011/03/24 07:02:28 tove Exp $ + +*Config-Tiny-2.140.0 (24 Mar 2011) + + 24 Mar 2011; Torsten Veller <tove@gentoo.org> +Config-Tiny-2.140.0.ebuild: + Version bump *Config-Tiny-2.13 (04 Sep 2010) diff --git a/dev-perl/Config-Tiny/Config-Tiny-2.140.0.ebuild b/dev-perl/Config-Tiny/Config-Tiny-2.140.0.ebuild new file mode 100644 index 000000000000..27b75cf2781e --- /dev/null +++ b/dev-perl/Config-Tiny/Config-Tiny-2.140.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 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.140.0.ebuild,v 1.1 2011/03/24 07:02:28 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=ADAMK +MODULE_VERSION=2.14 +inherit perl-module + +DESCRIPTION="Read/Write .ini style files with as little code as possible" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +SRC_TEST="do" |