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/Data-Section/
Date: Thu, 05 May 2011 08:44:08
Message-Id: ad06acfc357058453a4354b9702ab36d97c9071f.kent@gentoo
1 commit: ad06acfc357058453a4354b9702ab36d97c9071f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu May 5 08:42:54 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu May 5 08:42:54 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ad06acfc
7
8 [newversion] Data-Section-0.101.621
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Data-Section/ChangeLog | 6 ++++
14 .../Data-Section/Data-Section-0.101.621.ebuild | 31 ++++++++++++++++++++
15 2 files changed, 37 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Data-Section/ChangeLog b/dev-perl/Data-Section/ChangeLog
18 index 457f1bb..1742134 100644
19 --- a/dev-perl/Data-Section/ChangeLog
20 +++ b/dev-perl/Data-Section/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Data-Section-0.101.621 (05 May 2011)
26 +
27 + 05 May 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Data-Section-0.101.621.ebuild:
29 + Bump
30 +
31 *Data-Section-0.101.620 (05 May 2011)
32 *Data-Section-0.100.770 (05 May 2011)
33 *Data-Section-0.100.270 (05 May 2011)
34
35 diff --git a/dev-perl/Data-Section/Data-Section-0.101.621.ebuild b/dev-perl/Data-Section/Data-Section-0.101.621.ebuild
36 new file mode 100644
37 index 0000000..81c647a
38 --- /dev/null
39 +++ b/dev-perl/Data-Section/Data-Section-0.101.621.ebuild
40 @@ -0,0 +1,31 @@
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=RJBS
48 +MODULE_VERSION=0.101621
49 +inherit perl-module
50 +
51 +DESCRIPTION="read multiple hunks of data out of your DATA section"
52 +
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +comment() { echo '';}
57 +COMMON_DEPEND="
58 + >=dev-perl/MRO-Compat-0.09 $(comment 0.90.0)
59 + >=dev-perl/Sub-Exporter-0.979 $(comment 0.979.0)
60 +"
61 +DEPEND="
62 + $(comment CDEP)
63 + >=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
64 + $(comment BDEP)
65 + >=virtual/perl-Test-Simple-0.96 $(comment Test::More 0.960.0)
66 + ${COMMON_DEPEND}
67 +"
68 +RDEPEND="
69 + ${COMMON_DEPEND}
70 +"
71 +SRC_TEST="do"