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/Business-Tax-VAT-Validation/
Date: Thu, 01 Mar 2012 11:37:37
Message-Id: 1330597816.1dbfd5cc16cf2d9f30deb1c5104af8f1505484ec.kent@gentoo
1 commit: 1dbfd5cc16cf2d9f30deb1c5104af8f1505484ec
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 1 10:30:16 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Mar 1 10:30:16 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1dbfd5cc
7
8 [newversion] Business-Tax-VAT-Validation-0.230.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 .../Business-Tax-VAT-Validation-0.230.0.ebuild | 36 ++++++++++++++++++++
14 dev-perl/Business-Tax-VAT-Validation/ChangeLog | 6 +++
15 2 files changed, 42 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-0.230.0.ebuild b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-0.230.0.ebuild
18 new file mode 100644
19 index 0000000..6c02660
20 --- /dev/null
21 +++ b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-0.230.0.ebuild
22 @@ -0,0 +1,36 @@
23 +# Copyright 1999-2012 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +EAPI=4
27 +MODULE_AUTHOR=BPGN
28 +MODULE_VERSION=0.23
29 +inherit perl-module
30 +
31 +DESCRIPTION='A class for european VAT numbers validation.'
32 +LICENSE=" GPL-3"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +perl_meta_configure() {
37 + # ExtUtils::MakeMaker
38 + echo virtual/perl-ExtUtils-MakeMaker
39 +}
40 +perl_meta_build() {
41 + # ExtUtils::MakeMaker
42 + echo virtual/perl-ExtUtils-MakeMaker
43 +}
44 +perl_meta_runtime() {
45 + # HTTP::Request::Common 1 ( 1.0.0 )
46 + echo \>=dev-perl/HTTP-Message-1.0.0
47 + # LWP::UserAgent 1 ( 1.0.0 )
48 + echo \>=dev-perl/libwww-perl-1.0.0
49 +}
50 +DEPEND="
51 + $(perl_meta_configure)
52 + $(perl_meta_build)
53 + $(perl_meta_runtime)
54 +"
55 +RDEPEND="
56 + $(perl_meta_runtime)
57 +"
58 +SRC_TEST="do"
59
60 diff --git a/dev-perl/Business-Tax-VAT-Validation/ChangeLog b/dev-perl/Business-Tax-VAT-Validation/ChangeLog
61 index eb87271..6e8de53 100644
62 --- a/dev-perl/Business-Tax-VAT-Validation/ChangeLog
63 +++ b/dev-perl/Business-Tax-VAT-Validation/ChangeLog
64 @@ -2,6 +2,12 @@
65 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 # $Header: $
67
68 +*Business-Tax-VAT-Validation-0.230.0 (01 Mar 2012)
69 +
70 + 01 Mar 2012; Kent Fredric <kentfredric@×××××.com>
71 + +Business-Tax-VAT-Validation-0.230.0.ebuild:
72 + Version Bump
73 +
74 12 Feb 2012; Kent Fredric <kentfredric@×××××.com>
75 Business-Tax-VAT-Validation-0.220.0.ebuild:
76 Remove conditional dep on outdated libwww-perls no longer in tree