dilfridge 15/03/14 13:42:47 Modified: ChangeLog Added: Module-Runtime-0.14.0.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.28 dev-perl/Module-Runtime/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Runtime/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Runtime/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Runtime/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 21 Aug 2014 14:10:17 -0000 1.27 +++ ChangeLog 14 Mar 2015 13:42:47 -0000 1.28 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Module-Runtime -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime/ChangeLog,v 1.27 2014/08/21 14:10:17 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime/ChangeLog,v 1.28 2015/03/14 13:42:47 dilfridge Exp $ + +*Module-Runtime-0.14.0 (14 Mar 2015) + + 14 Mar 2015; Andreas K. Huettel <[email protected]> + +Module-Runtime-0.14.0.ebuild: + Version bump *Module-Runtime-0.13.0-r1 (21 Aug 2014) 1.1 dev-perl/Module-Runtime/Module-Runtime-0.14.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Runtime/Module-Runtime-0.14.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Runtime/Module-Runtime-0.14.0.ebuild?rev=1.1&content-type=text/plain Index: Module-Runtime-0.14.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/Module-Runtime/Module-Runtime-0.14.0.ebuild,v 1.1 2015/03/14 13:42:47 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=ZEFRAM MODULE_VERSION=0.014 inherit perl-module DESCRIPTION="Runtime module handling" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~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="test" RDEPEND="" DEPEND="${RDEPEND} virtual/perl-Module-Build test? ( virtual/perl-Test-Simple dev-perl/Test-Pod dev-perl/Test-Pod-Coverage ) " SRC_TEST="do"
