Gentoo Archives: gentoo-commits

From: Torsten Veller <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Lexical-Types/
Date: Sun, 27 Feb 2011 18:40:10
Message-Id: 616c2c4fb01fea48345e6261f46900f4fc7bcaab.tove@gentoo
1 commit: 616c2c4fb01fea48345e6261f46900f4fc7bcaab
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:16:43 2011 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:16:43 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=616c2c4f
7
8 [bump] dev-perl/Lexical-Types-0.110.0
9
10 (Portage version: 2.2.0_alpha25/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
11
12 ---
13 dev-perl/Lexical-Types/ChangeLog | 5 +++
14 .../Lexical-Types/Lexical-Types-0.110.0.ebuild | 27 ++++++++++++++++++++
15 2 files changed, 32 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Lexical-Types/ChangeLog b/dev-perl/Lexical-Types/ChangeLog
18 index 0344fa7..948ed42 100644
19 --- a/dev-perl/Lexical-Types/ChangeLog
20 +++ b/dev-perl/Lexical-Types/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Lexical-Types-0.110.0 (27 Feb 2011)
26 +
27 + 27 Feb 2011; Torsten Veller <tove@g.o> +Lexical-Types-0.110.0.ebuild:
28 + Version bump
29 +
30 *Lexical-Types-0.100 (08 Jan 2011)
31
32 08 Jan 2011; Torsten Veller <tove@g.o> +Lexical-Types-0.100.ebuild:
33
34 diff --git a/dev-perl/Lexical-Types/Lexical-Types-0.110.0.ebuild b/dev-perl/Lexical-Types/Lexical-Types-0.110.0.ebuild
35 new file mode 100644
36 index 0000000..a580de4
37 --- /dev/null
38 +++ b/dev-perl/Lexical-Types/Lexical-Types-0.110.0.ebuild
39 @@ -0,0 +1,27 @@
40 +# Copyright 1999-2011 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +
44 +EAPI=3
45 +
46 +MODULE_AUTHOR=VPIT
47 +MODULE_VERSION=0.11
48 +inherit perl-module
49 +
50 +DESCRIPTION="Extend the semantics of typed lexicals"
51 +
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE="test"
55 +
56 +COMMON_DEPEND=""
57 +RDEPEND="
58 + ${COMMON_DEPEND}
59 +"
60 +DEPEND="
61 + ${COMMON_DEPEND}
62 + test? (
63 + virtual/perl-Test-Simple
64 + )
65 +"
66 +SRC_TEST="do"