Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-PPAddr/
Date: Tue, 05 Apr 2011 18:18:59
Message-Id: 85fa253bb14677e36375f75fb2119bc986f0d94c.kent@gentoo
1 commit: 85fa253bb14677e36375f75fb2119bc986f0d94c
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 5 17:20:11 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Apr 5 17:20:11 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=85fa253b
7
8 [newversion] B-Hooks-OP-PPAddr-0.40.100_rc
9
10 (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 .../B-Hooks-OP-PPAddr-0.40.100_rc.ebuild | 27 ++++++++++++++++++++
14 dev-perl/B-Hooks-OP-PPAddr/ChangeLog | 6 ++++
15 2 files changed, 33 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.40.100_rc.ebuild b/dev-perl/B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.40.100_rc.ebuild
18 new file mode 100644
19 index 0000000..b2ac434
20 --- /dev/null
21 +++ b/dev-perl/B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.40.100_rc.ebuild
22 @@ -0,0 +1,27 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI=4
28 +
29 +MODULE_VERSION=0.04_01
30 +MODULE_AUTHOR=FLORA
31 +inherit perl-module
32 +
33 +DESCRIPTION="Hook into opcode execution"
34 +
35 +SLOT="0"
36 +KEYWORDS=""
37 +IUSE=""
38 +
39 +COMMON_DEPEND="
40 + virtual/perl-parent
41 +"
42 +DEPEND="
43 + ${COMMON_DEPEND}
44 + dev-perl/extutils-depends
45 +"
46 +RDEPEND="
47 + ${COMMON_DEPEND}
48 +"
49 +SRC_TEST="do"
50
51 diff --git a/dev-perl/B-Hooks-OP-PPAddr/ChangeLog b/dev-perl/B-Hooks-OP-PPAddr/ChangeLog
52 index 7e90d12..a4db08f 100644
53 --- a/dev-perl/B-Hooks-OP-PPAddr/ChangeLog
54 +++ b/dev-perl/B-Hooks-OP-PPAddr/ChangeLog
55 @@ -2,6 +2,12 @@
56 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
57 # $Header: $
58
59 +*B-Hooks-OP-PPAddr-0.40.100_rc (05 Apr 2011)
60 +
61 + 05 Apr 2011; Kent Fredric <kentfredric@×××××.com>
62 + +B-Hooks-OP-PPAddr-0.40.100_rc.ebuild:
63 + Bump
64 +
65 *B-Hooks-OP-PPAddr-0.30.0 (05 Apr 2011)
66
67 05 Apr 2011; Kent Fredric <kentfredric@×××××.com>