dilfridge 15/05/01 17:31:27 Modified: ChangeLog Added: Clone-0.380.0.ebuild Removed: Clone-0.360.0.ebuild Clone-0.350.0-r1.ebuild Log: Version bump; remove old (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Revision Changes Path 1.102 dev-perl/Clone/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Clone/ChangeLog?rev=1.102&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Clone/ChangeLog?rev=1.102&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Clone/ChangeLog?r1=1.101&r2=1.102 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- ChangeLog 23 Jan 2015 12:05:57 -0000 1.101 +++ ChangeLog 1 May 2015 17:31:27 -0000 1.102 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Clone # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.101 2015/01/23 12:05:57 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.102 2015/05/01 17:31:27 dilfridge Exp $ + +*Clone-0.380.0 (01 May 2015) + + 01 May 2015; Andreas K. Huettel <[email protected]> + -Clone-0.350.0-r1.ebuild, -Clone-0.360.0.ebuild, +Clone-0.380.0.ebuild: + Version bump; remove old 23 Jan 2015; Mikle Kolyada <[email protected]> Clone-0.370.0.ebuild: Stable for all wrt bug #535154 1.1 dev-perl/Clone/Clone-0.380.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Clone/Clone-0.380.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Clone/Clone-0.380.0.ebuild?rev=1.1&content-type=text/plain Index: Clone-0.380.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/Clone/Clone-0.380.0.ebuild,v 1.1 2015/05/01 17:31:27 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=GARU MODULE_VERSION=0.38 inherit perl-module DESCRIPTION="Recursively copy Perl datatypes" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="" DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) " SRC_TEST="do" mymake='OPTIMIZE=${CFLAGS}'
