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: Fri, 06 Apr 2012 20:46:00
Message-Id: 1333703355.2a9b087226e2061a4b9111f510eeafbac57cd627.kent@gentoo
1 commit: 2a9b087226e2061a4b9111f510eeafbac57cd627
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 6 09:09:15 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 6 09:09:15 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2a9b0872
7
8 [cpanclean] Business-Tax-VAT-Validation-0.2{2,3}0.0
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 .../Business-Tax-VAT-Validation-0.220.0.ebuild | 37 --------------------
14 .../Business-Tax-VAT-Validation-0.230.0.ebuild | 36 -------------------
15 dev-perl/Business-Tax-VAT-Validation/ChangeLog | 5 +++
16 3 files changed, 5 insertions(+), 73 deletions(-)
17
18 diff --git a/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-0.220.0.ebuild b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-0.220.0.ebuild
19 deleted file mode 100644
20 index f30c969..0000000
21 --- a/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-0.220.0.ebuild
22 +++ /dev/null
23 @@ -1,37 +0,0 @@
24 -# Copyright 1999-2012 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -# $Header: $
27 -
28 -EAPI=4
29 -
30 -MODULE_VERSION=0.22
31 -MODULE_AUTHOR=BPGN
32 -inherit perl-module
33 -
34 -DESCRIPTION="A class for european VAT numbers validation."
35 -
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE=""
39 -
40 -meta_build_dep() {
41 - # ExtUtils::MakeMaker
42 - echo virtual/perl-ExtUtils-MakeMaker
43 -}
44 -meta_configure_dep() {
45 - # ExtUtils::MakeMaker
46 - echo virtual/perl-ExtUtils-MakeMaker
47 -}
48 -meta_runtime_dep() {
49 - # HTTP::Request::Common 1 1.0.0
50 - echo '
51 - >=dev-perl/HTTP-Message-1.0.0
52 - >=dev-perl/libwww-perl-6.0.0
53 - '
54 - # LWP::UserAgent 1 1.0.0
55 - echo \>=dev-perl/libwww-perl-1.0.0
56 -}
57 -RDEPEND="$(meta_runtime_dep)"
58 -DEPEND="$(meta_configure_dep) $(meta_build_dep) $(meta_runtime_dep)"
59 -
60 -SRC_TEST=do
61
62 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
63 deleted file mode 100644
64 index 6c02660..0000000
65 --- a/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-0.230.0.ebuild
66 +++ /dev/null
67 @@ -1,36 +0,0 @@
68 -# Copyright 1999-2012 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -# $Header: $
71 -EAPI=4
72 -MODULE_AUTHOR=BPGN
73 -MODULE_VERSION=0.23
74 -inherit perl-module
75 -
76 -DESCRIPTION='A class for european VAT numbers validation.'
77 -LICENSE=" GPL-3"
78 -SLOT="0"
79 -KEYWORDS="~amd64 ~x86"
80 -IUSE=""
81 -perl_meta_configure() {
82 - # ExtUtils::MakeMaker
83 - echo virtual/perl-ExtUtils-MakeMaker
84 -}
85 -perl_meta_build() {
86 - # ExtUtils::MakeMaker
87 - echo virtual/perl-ExtUtils-MakeMaker
88 -}
89 -perl_meta_runtime() {
90 - # HTTP::Request::Common 1 ( 1.0.0 )
91 - echo \>=dev-perl/HTTP-Message-1.0.0
92 - # LWP::UserAgent 1 ( 1.0.0 )
93 - echo \>=dev-perl/libwww-perl-1.0.0
94 -}
95 -DEPEND="
96 - $(perl_meta_configure)
97 - $(perl_meta_build)
98 - $(perl_meta_runtime)
99 -"
100 -RDEPEND="
101 - $(perl_meta_runtime)
102 -"
103 -SRC_TEST="do"
104
105 diff --git a/dev-perl/Business-Tax-VAT-Validation/ChangeLog b/dev-perl/Business-Tax-VAT-Validation/ChangeLog
106 index e81d760..77f0901 100644
107 --- a/dev-perl/Business-Tax-VAT-Validation/ChangeLog
108 +++ b/dev-perl/Business-Tax-VAT-Validation/ChangeLog
109 @@ -2,6 +2,11 @@
110 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
111 # $Header: $
112
113 + 06 Apr 2012; Kent Fredric <kentfredric@×××××.com>
114 + -Business-Tax-VAT-Validation-0.220.0.ebuild,
115 + -Business-Tax-VAT-Validation-0.230.0.ebuild:
116 + Gone on CPAN
117 +
118 *Business-Tax-VAT-Validation-1.0.0 (27 Mar 2012)
119
120 27 Mar 2012; Kent Fredric <kentfredric@×××××.com>