dilfridge 14/07/26 14:08:15 Modified: ChangeLog Added: Module-Metadata-1.0.11-r1.ebuild Removed: Module-Metadata-1.0.11.ebuild Log: EAPI bump (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.41 perl-core/Module-Metadata/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/ChangeLog?rev=1.41&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/ChangeLog?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/ChangeLog?r1=1.40&r2=1.41 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- ChangeLog 10 Jul 2014 22:51:54 -0000 1.40 +++ ChangeLog 26 Jul 2014 14:08:15 -0000 1.41 @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Module-Metadata # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/ChangeLog,v 1.40 2014/07/10 22:51:54 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/ChangeLog,v 1.41 2014/07/26 14:08:15 dilfridge Exp $ + +*Module-Metadata-1.0.11-r1 (26 Jul 2014) + + 26 Jul 2014; Andreas K. Huettel <[email protected]> + +Module-Metadata-1.0.11-r1.ebuild, -Module-Metadata-1.0.11.ebuild: + EAPI bump 10 Jul 2014; Andreas K. Huettel <[email protected]> -Module-Metadata-1.0.3.ebuild, -Module-Metadata-1.0.4.ebuild, 1.1 perl-core/Module-Metadata/Module-Metadata-1.0.11-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/Module-Metadata-1.0.11-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/Module-Metadata-1.0.11-r1.ebuild?rev=1.1&content-type=text/plain Index: Module-Metadata-1.0.11-r1.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-Metadata/Module-Metadata-1.0.11-r1.ebuild,v 1.1 2014/07/26 14:08:15 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=APEIRON MODULE_VERSION=1.000011 inherit perl-module DESCRIPTION="Gather package and POD information from perl module files" 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=">=virtual/perl-version-0.870" DEPEND="${RDEPEND}" SRC_TEST="do"
