dilfridge 15/05/01 17:27:05 Modified: ChangeLog Added: Class-Singleton-1.500.0.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Revision Changes Path 1.36 dev-perl/Class-Singleton/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Singleton/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Singleton/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Singleton/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 21 Aug 2014 19:31:15 -0000 1.35 +++ ChangeLog 1 May 2015 17:27:05 -0000 1.36 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Class-Singleton -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v 1.35 2014/08/21 19:31:15 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/ChangeLog,v 1.36 2015/05/01 17:27:05 dilfridge Exp $ + +*Class-Singleton-1.500.0 (01 May 2015) + + 01 May 2015; Andreas K. Huettel <[email protected]> + +Class-Singleton-1.500.0.ebuild: + Version bump *Class-Singleton-1.400.0-r1 (21 Aug 2014) 1.1 dev-perl/Class-Singleton/Class-Singleton-1.500.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Singleton/Class-Singleton-1.500.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Singleton/Class-Singleton-1.500.0.ebuild?rev=1.1&content-type=text/plain Index: Class-Singleton-1.500.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/Class-Singleton/Class-Singleton-1.500.0.ebuild,v 1.1 2015/05/01 17:27:05 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=SHAY MODULE_VERSION=1.5 inherit perl-module DESCRIPTION="Implementation of a Singleton class" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" DEPEND=" virtual/perl-ExtUtils-MakeMaker " SRC_TEST=do
