axs 14/08/21 13:41:59 Modified: ChangeLog Added: Class-Inspector-1.280.0-r1.ebuild Removed: Class-Inspector-1.280.0.ebuild Log: bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.95 dev-perl/Class-Inspector/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Inspector/ChangeLog?rev=1.95&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Inspector/ChangeLog?rev=1.95&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Inspector/ChangeLog?r1=1.94&r2=1.95 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- ChangeLog 3 Aug 2013 06:52:49 -0000 1.94 +++ ChangeLog 21 Aug 2014 13:41:59 -0000 1.95 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Class-Inspector -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v 1.94 2013/08/03 06:52:49 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v 1.95 2014/08/21 13:41:59 axs Exp $ + +*Class-Inspector-1.280.0-r1 (21 Aug 2014) + + 21 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Class-Inspector-1.280.0-r1.ebuild, -Class-Inspector-1.280.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 03 Aug 2013; Agostino Sarubbo <[email protected]> Class-Inspector-1.280.0.ebuild: Stable for sparc, wrt bug #449574 1.1 dev-perl/Class-Inspector/Class-Inspector-1.280.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.280.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.280.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Class-Inspector-1.280.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.280.0-r1.ebuild,v 1.1 2014/08/21 13:41:59 axs Exp $ EAPI=5 MODULE_AUTHOR=ADAMK MODULE_VERSION=1.28 inherit perl-module DESCRIPTION="Provides information about Classes" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" SRC_TEST="do"
