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/B-Hooks-EndOfScope: B-Hooks-EndOfScope-0.120.0-r1.ebuild B-Hooks-EndOfScope-0.110.0-r1.ebuild ChangeLog B-Hooks-EndOfScope-0.120.0.ebuild B-Hooks-EndOfScope-0.110.0.ebuild
Date: Sat, 23 Aug 2014 03:35:24
Message-Id: 20140823033521.72D683C1C@oystercatcher.gentoo.org
1 axs 14/08/23 03:35:21
2
3 Modified: ChangeLog
4 Added: B-Hooks-EndOfScope-0.120.0-r1.ebuild
5 B-Hooks-EndOfScope-0.110.0-r1.ebuild
6 Removed: B-Hooks-EndOfScope-0.120.0.ebuild
7 B-Hooks-EndOfScope-0.110.0.ebuild
8 Log:
9 bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
10
11 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
12
13 Revision Changes Path
14 1.30 dev-perl/B-Hooks-EndOfScope/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog?rev=1.30&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog?rev=1.30&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog?r1=1.29&r2=1.30
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v
23 retrieving revision 1.29
24 retrieving revision 1.30
25 diff -u -r1.29 -r1.30
26 --- ChangeLog 29 Sep 2013 13:29:23 -0000 1.29
27 +++ ChangeLog 23 Aug 2014 03:35:21 -0000 1.30
28 @@ -1,6 +1,15 @@
29 # ChangeLog for dev-perl/B-Hooks-EndOfScope
30 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 1.29 2013/09/29 13:29:23 grobian Exp $
32 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
33 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 1.30 2014/08/23 03:35:21 axs Exp $
34 +
35 +*B-Hooks-EndOfScope-0.120.0-r1 (23 Aug 2014)
36 +*B-Hooks-EndOfScope-0.110.0-r1 (23 Aug 2014)
37 +
38 + 23 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
39 + +B-Hooks-EndOfScope-0.110.0-r1.ebuild, +B-Hooks-EndOfScope-0.120.0-r1.ebuild,
40 + -B-Hooks-EndOfScope-0.110.0.ebuild, -B-Hooks-EndOfScope-0.120.0.ebuild:
41 + bumped EAPI to 5; committed directly to stable as no other changes present and
42 + revbump helps stable systems to keep from dieing on perl-5.18 upgrade
43
44 29 Sep 2013; Fabian Groffen <grobian@g.o>
45 B-Hooks-EndOfScope-0.120.0.ebuild:
46
47
48
49 1.1 dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.120.0-r1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.120.0-r1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.120.0-r1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: B-Hooks-EndOfScope-0.120.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/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.120.0-r1.ebuild,v 1.1 2014/08/23 03:35:21 axs Exp $
59
60 EAPI=5
61
62 MODULE_AUTHOR=BOBTFISH
63 MODULE_VERSION=0.12
64 inherit perl-module
65
66 DESCRIPTION="Execute code after a scope finished compilation"
67
68 SLOT="0"
69 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-aix ~x64-macos"
70 IUSE=""
71
72 RDEPEND="
73 >=dev-perl/Module-Implementation-0.50.0
74 >=dev-perl/Module-Runtime-0.12.0
75 >=dev-perl/Sub-Exporter-Progressive-0.1.6
76 "
77 DEPEND="${RDEPEND}
78 >=virtual/perl-ExtUtils-CBuilder-0.260.0
79 "
80
81 SRC_TEST=do
82
83
84
85 1.1 dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.110.0-r1.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.110.0-r1.ebuild?rev=1.1&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.110.0-r1.ebuild?rev=1.1&content-type=text/plain
89
90 Index: B-Hooks-EndOfScope-0.110.0-r1.ebuild
91 ===================================================================
92 # Copyright 1999-2014 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 # $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.110.0-r1.ebuild,v 1.1 2014/08/23 03:35:21 axs Exp $
95
96 EAPI=5
97
98 MODULE_AUTHOR=FLORA
99 MODULE_VERSION=0.11
100 inherit perl-module
101
102 DESCRIPTION="Execute code after a scope finished compilation"
103
104 SLOT="0"
105 KEYWORDS="amd64 ppc x86 ~ppc-aix ~x64-macos"
106 IUSE=""
107
108 RDEPEND="
109 >=dev-perl/Variable-Magic-0.480.0
110 dev-perl/Sub-Exporter
111 "
112 DEPEND="${RDEPEND}"
113
114 SRC_TEST=do