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/Method-Signatures-Simple/
Date: Fri, 02 Sep 2011 05:07:35
Message-Id: 86d14a491afda6f3c753efd42fbb1857e0a6dd3c.kent@gentoo
1 commit: 86d14a491afda6f3c753efd42fbb1857e0a6dd3c
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 2 00:14:37 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Sep 2 00:14:37 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=86d14a49
7
8 [newversion] Method-Signatures-Simple-1.20.0
9
10 (Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Method-Signatures-Simple/ChangeLog | 6 ++++
14 .../Method-Signatures-Simple-1.20.0.ebuild | 27 ++++++++++++++++++++
15 2 files changed, 33 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Method-Signatures-Simple/ChangeLog b/dev-perl/Method-Signatures-Simple/ChangeLog
18 index 83151a4..825c9ff 100644
19 --- a/dev-perl/Method-Signatures-Simple/ChangeLog
20 +++ b/dev-perl/Method-Signatures-Simple/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Method-Signatures-Simple-1.20.0 (02 Sep 2011)
26 +
27 + 02 Sep 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Method-Signatures-Simple-1.20.0.ebuild:
29 + Version Bump
30 +
31 *Method-Signatures-Simple-0.60.0 (01 Sep 2011)
32 *Method-Signatures-Simple-0.50.0 (01 Sep 2011)
33
34
35 diff --git a/dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-1.20.0.ebuild b/dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-1.20.0.ebuild
36 new file mode 100644
37 index 0000000..bd79848
38 --- /dev/null
39 +++ b/dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-1.20.0.ebuild
40 @@ -0,0 +1,27 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +
45 +EAPI=4
46 +
47 +MODULE_AUTHOR=RHESA
48 +MODULE_VERSION=1.02
49 +inherit perl-module
50 +
51 +DESCRIPTION="Basic method declarations with signatures, without source filters"
52 +
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +comment() { true;}
57 +RDEPEND="
58 + $(comment Devel::Declare 0.003001)
59 + >=dev-perl/Devel-Declare-0.3.1
60 +"
61 +DEPEND="${RDEPEND}
62 + $(comment configure)
63 + $(comment ExtUtils::MakeMaker 6.56)
64 + >=virtual/perl-ExtUtils-MakeMaker-6.56
65 +"
66 +
67 +SRC_TEST="do"