zlogene 14/03/11 17:32:47 Modified: ChangeLog Added: Module-CoreList-3.0.0.ebuild Removed: Module-CoreList-3.000.000.ebuild Log: Normalize gentoo version scheme (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path 1.82 perl-core/Module-CoreList/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-CoreList/ChangeLog?rev=1.82&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-CoreList/ChangeLog?rev=1.82&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-CoreList/ChangeLog?r1=1.81&r2=1.82 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/ChangeLog,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- ChangeLog 20 Jan 2014 20:57:02 -0000 1.81 +++ ChangeLog 11 Mar 2014 17:32:47 -0000 1.82 @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Module-CoreList # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/ChangeLog,v 1.81 2014/01/20 20:57:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/ChangeLog,v 1.82 2014/03/11 17:32:47 zlogene Exp $ + +*Module-CoreList-3.0.0 (11 Mar 2014) + + 11 Mar 2014; Mikle Kolyada <[email protected]> +Module-CoreList-3.0.0.ebuild, + -Module-CoreList-3.000.000.ebuild: + Normalize gentoo version scheme 20 Jan 2014; Mike Frysinger <[email protected]> Module-CoreList-2.840.0.ebuild, Module-CoreList-2.940.0.ebuild, 1.1 perl-core/Module-CoreList/Module-CoreList-3.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-CoreList/Module-CoreList-3.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-CoreList/Module-CoreList-3.0.0.ebuild?rev=1.1&content-type=text/plain Index: Module-CoreList-3.0.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/Module-CoreList-3.0.0.ebuild,v 1.1 2014/03/11 17:32:47 zlogene Exp $ EAPI=5 MODULE_AUTHOR=BINGOS MODULE_VERSION=3.00 inherit perl-module DESCRIPTION="what modules shipped with versions of perl" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" #RDEPEND="" #DEPEND="test? ( dev-perl/Test-Pod )" SRC_TEST=do
