Gentoo Archives: gentoo-commits

From: "Andreas Huettel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Clone: ChangeLog Clone-0.380.0.ebuild Clone-0.360.0.ebuild Clone-0.350.0-r1.ebuild
Date: Fri, 01 May 2015 17:31:36
Message-Id: 20150501173128.C21879AC@oystercatcher.gentoo.org
1 dilfridge 15/05/01 17:31:27
2
3 Modified: ChangeLog
4 Added: Clone-0.380.0.ebuild
5 Removed: Clone-0.360.0.ebuild Clone-0.350.0-r1.ebuild
6 Log:
7 Version bump; remove old
8
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
10
11 Revision Changes Path
12 1.102 dev-perl/Clone/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Clone/ChangeLog?rev=1.102&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Clone/ChangeLog?rev=1.102&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Clone/ChangeLog?r1=1.101&r2=1.102
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v
21 retrieving revision 1.101
22 retrieving revision 1.102
23 diff -u -r1.101 -r1.102
24 --- ChangeLog 23 Jan 2015 12:05:57 -0000 1.101
25 +++ ChangeLog 1 May 2015 17:31:27 -0000 1.102
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-perl/Clone
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.101 2015/01/23 12:05:57 zlogene Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.102 2015/05/01 17:31:27 dilfridge Exp $
31 +
32 +*Clone-0.380.0 (01 May 2015)
33 +
34 + 01 May 2015; Andreas K. Huettel <dilfridge@g.o>
35 + -Clone-0.350.0-r1.ebuild, -Clone-0.360.0.ebuild, +Clone-0.380.0.ebuild:
36 + Version bump; remove old
37
38 23 Jan 2015; Mikle Kolyada <zlogene@g.o> Clone-0.370.0.ebuild:
39 Stable for all wrt bug #535154
40
41
42
43 1.1 dev-perl/Clone/Clone-0.380.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Clone/Clone-0.380.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Clone/Clone-0.380.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: Clone-0.380.0.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.380.0.ebuild,v 1.1 2015/05/01 17:31:27 dilfridge Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=GARU
57 MODULE_VERSION=0.38
58 inherit perl-module
59
60 DESCRIPTION="Recursively copy Perl datatypes"
61
62 SLOT="0"
63 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"
64 IUSE="test"
65
66 RDEPEND=""
67 DEPEND="${RDEPEND}
68 virtual/perl-ExtUtils-MakeMaker
69 test? ( virtual/perl-Test-Simple )
70 "
71
72 SRC_TEST="do"
73 mymake='OPTIMIZE=${CFLAGS}'