Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Socket/
Date: Sun, 10 Jun 2012 07:17:27
Message-Id: 1339311619.6e410e5ac60d861cf7baf605e522d265d2aa88e2.kent@gentoo
1 commit: 6e410e5ac60d861cf7baf605e522d265d2aa88e2
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 10 07:00:19 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Jun 10 07:00:19 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6e410e5a
7
8 [newversion] Socket-2.2.0
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 perl-core/Socket/ChangeLog | 5 ++++
14 perl-core/Socket/Socket-2.2.0.ebuild | 36 ++++++++++++++++++++++++++++++++++
15 2 files changed, 41 insertions(+), 0 deletions(-)
16
17 diff --git a/perl-core/Socket/ChangeLog b/perl-core/Socket/ChangeLog
18 index c7616d9..9175f32 100644
19 --- a/perl-core/Socket/ChangeLog
20 +++ b/perl-core/Socket/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Socket-2.2.0 (10 Jun 2012)
26 +
27 + 10 Jun 2012; Kent Fredric <kentfredric@×××××.com> +Socket-2.2.0.ebuild:
28 + Version Bump
29 +
30 *Socket-2.1.0 (06 Apr 2012)
31
32 06 Apr 2012; Kent Fredric <kentfredric@×××××.com> +Socket-2.1.0.ebuild:
33
34 diff --git a/perl-core/Socket/Socket-2.2.0.ebuild b/perl-core/Socket/Socket-2.2.0.ebuild
35 new file mode 100644
36 index 0000000..445abc1
37 --- /dev/null
38 +++ b/perl-core/Socket/Socket-2.2.0.ebuild
39 @@ -0,0 +1,36 @@
40 +# Copyright 1999-2012 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +EAPI=4
44 +MODULE_AUTHOR=PEVANS
45 +MODULE_VERSION=2.002
46 +inherit perl-module
47 +
48 +DESCRIPTION='networking constants and support functions'
49 +LICENSE=" || ( Artistic GPL-2 )"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE=""
53 +perl_meta_configure() {
54 + # ExtUtils::CBuilder
55 + echo virtual/perl-ExtUtils-CBuilder
56 + # ExtUtils::Constant 0.23 ( 0.230.0 )
57 + echo \>=virtual/perl-ExtUtils-Constant-0.230.0
58 +}
59 +perl_meta_build() {
60 + # ExtUtils::MakeMaker
61 + echo virtual/perl-ExtUtils-MakeMaker
62 +}
63 +perl_meta_runtime() {
64 + # perl 5.006001 ( 5.6.1 )
65 + echo \>=dev-lang/perl-5.6.1
66 +}
67 +DEPEND="
68 + $(perl_meta_configure)
69 + $(perl_meta_build)
70 + $(perl_meta_runtime)
71 +"
72 +RDEPEND="
73 + $(perl_meta_runtime)
74 +"
75 +SRC_TEST="do"