dilfridge 15/04/17 22:51:43
Modified: ChangeLog
Added: Benchmark-Timer-0.710.400.ebuild
Benchmark-Timer-0.710.200.ebuild
Removed: Benchmark-Timer-0.7102.ebuild
Log:
Normalize version number; version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
0B08240A96F66571)
Revision Changes Path
1.3 dev-perl/Benchmark-Timer/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Benchmark-Timer/ChangeLog?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Benchmark-Timer/ChangeLog?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Benchmark-Timer/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Benchmark-Timer/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 12 Jan 2014 23:40:18 -0000 1.2
+++ ChangeLog 17 Apr 2015 22:51:43 -0000 1.3
@@ -1,6 +1,14 @@
# ChangeLog for dev-perl/Benchmark-Timer
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Benchmark-Timer/ChangeLog,v 1.2
2014/01/12 23:40:18 civil Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Benchmark-Timer/ChangeLog,v 1.3
2015/04/17 22:51:43 dilfridge Exp $
+
+*Benchmark-Timer-0.710.400 (17 Apr 2015)
+*Benchmark-Timer-0.710.200 (17 Apr 2015)
+
+ 17 Apr 2015; Andreas K. Huettel <[email protected]>
+ +Benchmark-Timer-0.710.200.ebuild, +Benchmark-Timer-0.710.400.ebuild,
+ -Benchmark-Timer-0.7102.ebuild:
+ Normalize version number; version bump
12 Jan 2014; Vladimir Smirnov <[email protected]>
Benchmark-Timer-0.7102.ebuild:
1.1 dev-perl/Benchmark-Timer/Benchmark-Timer-0.710.400.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Benchmark-Timer/Benchmark-Timer-0.710.400.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Benchmark-Timer/Benchmark-Timer-0.710.400.ebuild?rev=1.1&content-type=text/plain
Index: Benchmark-Timer-0.710.400.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-perl/Benchmark-Timer/Benchmark-Timer-0.710.400.ebuild,v
1.1 2015/04/17 22:51:43 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=DCOPPIT
MODULE_VERSION=0.7104
inherit perl-module
DESCRIPTION="Perl code benchmarking tool"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
dev-perl/Statistics-TTest
virtual/perl-Time-HiRes
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.360.0
test? ( virtual/perl-Test-Simple )
"
SRC_TEST=do
1.1 dev-perl/Benchmark-Timer/Benchmark-Timer-0.710.200.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Benchmark-Timer/Benchmark-Timer-0.710.200.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Benchmark-Timer/Benchmark-Timer-0.710.200.ebuild?rev=1.1&content-type=text/plain
Index: Benchmark-Timer-0.710.200.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-perl/Benchmark-Timer/Benchmark-Timer-0.710.200.ebuild,v
1.1 2015/04/17 22:51:43 dilfridge Exp $
EAPI="5"
MODULE_AUTHOR="DCOPPIT"
MODULE_VERSION="0.7102"
inherit perl-module
DESCRIPTION="Perl code benchmarking tool"
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-perl/Statistics-TTest"