dilfridge 15/05/01 20:56:29 Modified: ChangeLog Added: Config-Tiny-2.220.0.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Revision Changes Path 1.95 dev-perl/Config-Tiny/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-Tiny/ChangeLog?rev=1.95&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-Tiny/ChangeLog?rev=1.95&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-Tiny/ChangeLog?r1=1.94&r2=1.95 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/ChangeLog,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- ChangeLog 25 Oct 2014 18:34:39 -0000 1.94 +++ ChangeLog 1 May 2015 20:56:29 -0000 1.95 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Config-Tiny -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/ChangeLog,v 1.94 2014/10/25 18:34:39 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/ChangeLog,v 1.95 2015/05/01 20:56:29 dilfridge Exp $ + +*Config-Tiny-2.220.0 (01 May 2015) + + 01 May 2015; Andreas K. Huettel <[email protected]> + +Config-Tiny-2.220.0.ebuild: + Version bump 25 Oct 2014; Andreas K. Huettel <[email protected]> Config-Tiny-2.160.0.ebuild: 1.1 dev-perl/Config-Tiny/Config-Tiny-2.220.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-Tiny/Config-Tiny-2.220.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-Tiny/Config-Tiny-2.220.0.ebuild?rev=1.1&content-type=text/plain Index: Config-Tiny-2.220.0.ebuild =================================================================== # Copyright 1999-2015 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.220.0.ebuild,v 1.1 2015/05/01 20:56:29 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=RSAVAGE MODULE_VERSION=2.22 MODULE_A_EXT="tgz" 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="test" RDEPEND=" >=virtual/perl-File-Spec-3.300.0 >=virtual/perl-File-Temp-0.220.0 " DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( >=virtual/perl-Test-Simple-0.470.0 ) " SRC_TEST="do"
