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