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/Text-vCard/
Date: Sun, 10 Jun 2012 07:17:48
Message-Id: 1339312559.99df97f9a56abfb8a99cdd57371a2df4ad9a07d7.kent@gentoo
1 commit: 99df97f9a56abfb8a99cdd57371a2df4ad9a07d7
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 10 07:15:59 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Jun 10 07:15:59 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=99df97f9
7
8 [newversion] Text-vCard-2.110.0
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Text-vCard/ChangeLog | 6 ++++
14 dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild | 2 +-
15 dev-perl/Text-vCard/Text-vCard-2.110.0.ebuild | 40 +++++++++++++++++++++++++
16 3 files changed, 47 insertions(+), 1 deletions(-)
17
18 diff --git a/dev-perl/Text-vCard/ChangeLog b/dev-perl/Text-vCard/ChangeLog
19 index 86ebb51..86eabc2 100644
20 --- a/dev-perl/Text-vCard/ChangeLog
21 +++ b/dev-perl/Text-vCard/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*Text-vCard-2.110.0 (10 Jun 2012)
27 +
28 + 10 Jun 2012; Kent Fredric <kentfredric@×××××.com> Text-vCard-2.100.0.ebuild,
29 + +Text-vCard-2.110.0.ebuild:
30 + Version Bump
31 +
32 *Text-vCard-2.100.0 (10 Jun 2012)
33 *Text-vCard-2.90.0 (10 Jun 2012)
34 *Text-vCard-2.70.0 (10 Jun 2012)
35
36 diff --git a/dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild b/dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild
37 index a569fd7..f6ee930 100644
38 --- a/dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild
39 +++ b/dev-perl/Text-vCard/Text-vCard-2.100.0.ebuild
40 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
41 IUSE="test"
42
43 RDEPEND="
44 - >=dev-perl/Text-vFile-asData-0.07
45 + >=dev-perl/Text-vFile-asData-0.70.0
46 >=dev-perl/File-Slurp-9999.04
47 >=virtual/perl-MIME-Base64-3.07"
48 DEPEND="${RDEPEND}
49
50 diff --git a/dev-perl/Text-vCard/Text-vCard-2.110.0.ebuild b/dev-perl/Text-vCard/Text-vCard-2.110.0.ebuild
51 new file mode 100644
52 index 0000000..2792448
53 --- /dev/null
54 +++ b/dev-perl/Text-vCard/Text-vCard-2.110.0.ebuild
55 @@ -0,0 +1,40 @@
56 +# Copyright 1999-2012 Gentoo Foundation
57 +# Distributed under the terms of the GNU General Public License v2
58 +# $Header: $
59 +EAPI=4
60 +MODULE_AUTHOR=LLAP
61 +MODULE_VERSION=2.11
62 +inherit perl-module
63 +
64 +DESCRIPTION='Module for parsing and creating vCards (RFC 2426) address'
65 +LICENSE=" || ( Artistic GPL-2 )"
66 +SLOT="0"
67 +KEYWORDS="~amd64 ~x86"
68 +IUSE=""
69 +perl_meta_configure() {
70 + # ExtUtils::MakeMaker
71 + echo virtual/perl-ExtUtils-MakeMaker
72 +}
73 +perl_meta_build() {
74 + # ExtUtils::MakeMaker
75 + echo virtual/perl-ExtUtils-MakeMaker
76 +}
77 +perl_meta_runtime() {
78 + # File::Slurp 9999.04 ( 9999.40.0 )
79 + echo \>=dev-perl/File-Slurp-9999.04
80 + # MIME::QuotedPrint 3.07 ( 3.70.0 )
81 + echo \>=virtual/perl-MIME-Base64-3.07
82 + # Test::More 0.1 ( 0.100.0 )
83 + echo \>=virtual/perl-Test-Simple-0.10
84 + # Text::vFile::asData 0.07 ( 0.70.0 )
85 + echo \>=dev-perl/Text-vFile-asData-0.70.0
86 +}
87 +DEPEND="
88 + $(perl_meta_configure)
89 + $(perl_meta_build)
90 + $(perl_meta_runtime)
91 +"
92 +RDEPEND="
93 + $(perl_meta_runtime)
94 +"
95 +SRC_TEST="do"