diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-09-10 15:03:12 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-09-10 15:03:12 +0000 |
commit | 385311c104650135541f464d45b383cb2b95906a (patch) | |
tree | b5493a22ef11060c93a92b530dc5bdf169996ba2 /dev-perl | |
parent | Cleanup old. (diff) | |
download | gentoo-2-385311c104650135541f464d45b383cb2b95906a.tar.gz gentoo-2-385311c104650135541f464d45b383cb2b95906a.tar.bz2 gentoo-2-385311c104650135541f464d45b383cb2b95906a.zip |
revbump -> EAPI 5
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Config-Tiny/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Config-Tiny/Config-Tiny-2.140.0-r1.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/Config-Tiny/ChangeLog b/dev-perl/Config-Tiny/ChangeLog index 35b16360215e..c75e8fca9c1a 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/ChangeLog,v 1.82 2012/06/24 12:59:28 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/ChangeLog,v 1.83 2013/09/10 15:03:12 idella4 Exp $ + +*Config-Tiny-2.140.0-r1 (10 Sep 2013) + + 10 Sep 2013; Ian Delaney <idella4@gentoo.org> +Config-Tiny-2.140.0-r1.ebuild: + revbump -> EAPI 5 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Config-Tiny/Config-Tiny-2.140.0-r1.ebuild b/dev-perl/Config-Tiny/Config-Tiny-2.140.0-r1.ebuild new file mode 100644 index 000000000000..41effb360d07 --- /dev/null +++ b/dev-perl/Config-Tiny/Config-Tiny-2.140.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/09/10 15:03:12 idella4 Exp $ + +EAPI=5 + +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" |