Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/OOTools: OOTools-2.300.0-r1.ebuild ChangeLog OOTools-2.300.0.ebuild
Date: Tue, 26 Aug 2014 18:08:16
Message-Id: 20140826180813.4D91F3ED7@oystercatcher.gentoo.org
1 axs 14/08/26 18:08:13
2
3 Modified: ChangeLog
4 Added: OOTools-2.300.0-r1.ebuild
5 Removed: OOTools-2.300.0.ebuild
6 Log:
7 bumped EAPI to 5 to help with dev-lang/perl upgrade
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
10
11 Revision Changes Path
12 1.7 dev-perl/OOTools/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/OOTools/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/OOTools/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/OOTools/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/OOTools/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 18 Jun 2012 04:28:07 -0000 1.6
25 +++ ChangeLog 26 Aug 2014 18:08:13 -0000 1.7
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-perl/OOTools
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/OOTools/ChangeLog,v 1.6 2012/06/18 04:28:07 tove Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/OOTools/ChangeLog,v 1.7 2014/08/26 18:08:13 axs Exp $
32 +
33 +*OOTools-2.300.0-r1 (26 Aug 2014)
34 +
35 + 26 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
36 + +OOTools-2.300.0-r1.ebuild, -OOTools-2.300.0.ebuild:
37 + bumped EAPI to 5 to help with dev-lang/perl upgrade
38
39 18 Jun 2012; Torsten Veller <tove@g.o> OOTools-2.300.0.ebuild:
40 Fix pod encoding (#421667). Add test dependencies
41 @@ -27,4 +33,3 @@
42 +metadata.xml:
43 Initial commit, package or dep for one that cannot be generated correctly
44 by g-cpan and was asked for by a user in a bug.
45 -
46
47
48
49 1.1 dev-perl/OOTools/OOTools-2.300.0-r1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/OOTools/OOTools-2.300.0-r1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/OOTools/OOTools-2.300.0-r1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: OOTools-2.300.0-r1.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-perl/OOTools/OOTools-2.300.0-r1.ebuild,v 1.1 2014/08/26 18:08:13 axs Exp $
59
60 EAPI=5
61
62 MODULE_AUTHOR=SKNPP
63 MODULE_VERSION=2.3
64 inherit perl-module
65
66 DESCRIPTION="Pragma to implement lvalue accessors with options"
67 SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/${P}-patch.tar.bz2"
68
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE="test"
72
73 DEPEND="
74 virtual/perl-Module-Build
75 test? (
76 dev-perl/Test-Pod
77 dev-perl/Test-Pod-Coverage
78 )
79 "
80
81 SRC_TEST=do
82
83 EPATCH_SUFFIX=patch
84 PATCHES=(
85 "${WORKDIR}"/${MY_PN:-${PN}}-patch
86 )