public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-Tax-VAT-Validation/
@ 2016-05-21  0:36 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2016-05-21  0:36 UTC (permalink / raw
  To: gentoo-commits

commit:     4dc6fa86bac1564620ebc850ad2add637ade5bfd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue May 10 18:49:22 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 21 00:11:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc6fa86

dev-perl/Business-Tax-VAT-Validation: Bump to version 1.100.0

- EAPI6
- Add USE="examples"
- Cleanup POD Tests

Upstream:
- Support for Irish VAT
- Recognize Croatia as EU

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 .../Business-Tax-VAT-Validation-1.100.0.ebuild     | 27 ++++++++++++++++++++++
 dev-perl/Business-Tax-VAT-Validation/Manifest      |  1 +
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.100.0.ebuild b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.100.0.ebuild
new file mode 100644
index 0000000..66af08c
--- /dev/null
+++ b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.100.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+DIST_AUTHOR=BIGPRESH
+DIST_VERSION=1.10
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="A class for european VAT numbers validation"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-perl/HTTP-Message-1.0.0
+	>=dev-perl/libwww-perl-1.0.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"
+src_test() {
+	perl_rm_files t/pod{,-coverage}.t
+	perl-module_src_test
+}

diff --git a/dev-perl/Business-Tax-VAT-Validation/Manifest b/dev-perl/Business-Tax-VAT-Validation/Manifest
index e986441..de229e3 100644
--- a/dev-perl/Business-Tax-VAT-Validation/Manifest
+++ b/dev-perl/Business-Tax-VAT-Validation/Manifest
@@ -1 +1,2 @@
 DIST Business-Tax-VAT-Validation-1.02.tar.gz 22301 SHA256 16a84f6da24bdc658a825996e9849ea6b915061cd879da87bdcc57bfd67ec47b SHA512 bbe372b0920681547b161172f8f0091799feedd5b2f5886128eedee77bc302ead89eb3ac8233bd36b4526f9e7991d070b1829c2fdb8cccc6aa9beef01e847ce8 WHIRLPOOL 9fd1e0154e46cf31ec17a1c7a5fcb7bf28e2580611fe42c59b962df1da0a19b5a0b55301cd26e793b4f335b45cd2e9d142e8da3f021484b4e2c0a3c9074090ab
+DIST Business-Tax-VAT-Validation-1.10.tar.gz 24464 SHA256 bb7bf09b0643c998b370f073671b0a8e182496af3eeee454a731a9626c67cccf SHA512 e290a3a607897ac45461c28f9436559499c696952c9348f387ba5946cb4cb9679804970b1d641df8d2a7d1ec4d8548c9ff42ced5d5879a9d9c0f354ef4ba1ef8 WHIRLPOOL 6cb0cda668a56d1f33d3dc925eda44a8604f2d2d6f2b12b7a02a00b14755613b5bd396c548c21070ba091c2eda9c7866e5031e543844db152b8ed461a1ecd9a5


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-Tax-VAT-Validation/
@ 2017-09-19 10:26 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2017-09-19 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     6a9b6317a62f4816c897495e2df7a4f689d74c29
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 08:48:30 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 10:26:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9b6317

dev-perl/Business-Tax-VAT-Validation: Bump to version 1.110.0

Upstream:
- Add interface for extracting previous response

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Business-Tax-VAT-Validation-1.110.0.ebuild     | 26 ++++++++++++++++++++++
 dev-perl/Business-Tax-VAT-Validation/Manifest      |  1 +
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.110.0.ebuild b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.110.0.ebuild
new file mode 100644
index 00000000000..7034c072321
--- /dev/null
+++ b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.110.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DIST_AUTHOR=BIGPRESH
+DIST_VERSION=1.11
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="A class for european VAT numbers validation"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-perl/HTTP-Message-1.0.0
+	>=dev-perl/libwww-perl-1.0.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"
+src_test() {
+	perl_rm_files t/pod{,-coverage}.t
+	perl-module_src_test
+}

diff --git a/dev-perl/Business-Tax-VAT-Validation/Manifest b/dev-perl/Business-Tax-VAT-Validation/Manifest
index de229e3d54f..3b25d6bd650 100644
--- a/dev-perl/Business-Tax-VAT-Validation/Manifest
+++ b/dev-perl/Business-Tax-VAT-Validation/Manifest
@@ -1,2 +1,3 @@
 DIST Business-Tax-VAT-Validation-1.02.tar.gz 22301 SHA256 16a84f6da24bdc658a825996e9849ea6b915061cd879da87bdcc57bfd67ec47b SHA512 bbe372b0920681547b161172f8f0091799feedd5b2f5886128eedee77bc302ead89eb3ac8233bd36b4526f9e7991d070b1829c2fdb8cccc6aa9beef01e847ce8 WHIRLPOOL 9fd1e0154e46cf31ec17a1c7a5fcb7bf28e2580611fe42c59b962df1da0a19b5a0b55301cd26e793b4f335b45cd2e9d142e8da3f021484b4e2c0a3c9074090ab
 DIST Business-Tax-VAT-Validation-1.10.tar.gz 24464 SHA256 bb7bf09b0643c998b370f073671b0a8e182496af3eeee454a731a9626c67cccf SHA512 e290a3a607897ac45461c28f9436559499c696952c9348f387ba5946cb4cb9679804970b1d641df8d2a7d1ec4d8548c9ff42ced5d5879a9d9c0f354ef4ba1ef8 WHIRLPOOL 6cb0cda668a56d1f33d3dc925eda44a8604f2d2d6f2b12b7a02a00b14755613b5bd396c548c21070ba091c2eda9c7866e5031e543844db152b8ed461a1ecd9a5
+DIST Business-Tax-VAT-Validation-1.11.tar.gz 24640 SHA256 ef92092e225e9523e1444c9c3802ff5b30b977c4a1a056d1e12a18f13270bcb2 SHA512 1ea528188c69748ed8ff3038ce63a17c5d1a34b6289c32582921b873e44220ff8e8bcfe1a8800d76df2c61338bc2e21763bec7ca50050be72eb8b816c7ff8961 WHIRLPOOL 5163b9c2895ac8d49bf33d6ecc3ed256894188489663eb8d673e13aa4bf34f152d16cc68ed52831f4d569a99b6cb5069a4b29f0da13745f84fde095e183030f2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-Tax-VAT-Validation/
@ 2020-05-06 13:32 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2020-05-06 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     eb2524748288c7c2034f24e2adf10fdc941486b1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed May  6 13:29:38 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed May  6 13:32:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb252474

dev-perl/Business-Tax-VAT-Validation: Bump to version 1.120.0

- EAPI7
- Remove empty variable assignments
- No conditional patching

Upstream:
- use https:// base_url to avoid redirects

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Business-Tax-VAT-Validation-1.120.0.ebuild     | 25 ++++++++++++++++++++++
 dev-perl/Business-Tax-VAT-Validation/Manifest      |  1 +
 2 files changed, 26 insertions(+)

diff --git a/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.120.0.ebuild b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.120.0.ebuild
new file mode 100644
index 00000000000..83706eeb84b
--- /dev/null
+++ b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.120.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DIST_AUTHOR=BIGPRESH
+DIST_VERSION=1.12
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="A class for european VAT numbers validation"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=dev-perl/HTTP-Message-1.0.0
+	>=dev-perl/libwww-perl-1.0.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"
+PERL_RM_FILES=(
+	"t/pod.t"
+	"t/pod-coverage.t"
+)

diff --git a/dev-perl/Business-Tax-VAT-Validation/Manifest b/dev-perl/Business-Tax-VAT-Validation/Manifest
index 2d03bea88d8..703806daa9b 100644
--- a/dev-perl/Business-Tax-VAT-Validation/Manifest
+++ b/dev-perl/Business-Tax-VAT-Validation/Manifest
@@ -1 +1,2 @@
 DIST Business-Tax-VAT-Validation-1.11.tar.gz 24640 BLAKE2B 9ad464143e73ff432f8de2169dfa9ab031ab8ba4693e1d1e1b7452e9eb7359d667dad41573129b41d10d9bd578054630ba7738df4760527e785c0514b7920aff SHA512 1ea528188c69748ed8ff3038ce63a17c5d1a34b6289c32582921b873e44220ff8e8bcfe1a8800d76df2c61338bc2e21763bec7ca50050be72eb8b816c7ff8961
+DIST Business-Tax-VAT-Validation-1.12.tar.gz 24732 BLAKE2B 5f774cb4765787f8410abc8d0e12f306c4e1d1859864e1e31111c5785825e3d5d613f75dc52d63bcf8b3defb505357f3e87511acda70d01ab40dfde25735a99c SHA512 993660e635a9037f546f428a4a9e572a0b7917a6cb3ff2f20cdaff83f1076c547dc8f12c0c9d69ffeace358328c5c00d084b8aed13d01d3e07659df6ab119419


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-Tax-VAT-Validation/
@ 2020-06-20  4:32 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2020-06-20  4:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e413818b80caafbc362287df3e6ef7c2805b27d6
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 04:32:01 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 04:32:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e413818b

dev-perl/Business-Tax-VAT-Validation: Cleanup old 1.110.0

- Unstable(~) Eclipsed by 1.120.0 for >1 month

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Business-Tax-VAT-Validation-1.110.0.ebuild     | 26 ----------------------
 dev-perl/Business-Tax-VAT-Validation/Manifest      |  1 -
 2 files changed, 27 deletions(-)

diff --git a/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.110.0.ebuild b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.110.0.ebuild
deleted file mode 100644
index 7034c072321..00000000000
--- a/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.110.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=BIGPRESH
-DIST_VERSION=1.11
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="A class for european VAT numbers validation"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-perl/HTTP-Message-1.0.0
-	>=dev-perl/libwww-perl-1.0.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-"
-src_test() {
-	perl_rm_files t/pod{,-coverage}.t
-	perl-module_src_test
-}

diff --git a/dev-perl/Business-Tax-VAT-Validation/Manifest b/dev-perl/Business-Tax-VAT-Validation/Manifest
index 703806daa9b..87a9b49c7e2 100644
--- a/dev-perl/Business-Tax-VAT-Validation/Manifest
+++ b/dev-perl/Business-Tax-VAT-Validation/Manifest
@@ -1,2 +1 @@
-DIST Business-Tax-VAT-Validation-1.11.tar.gz 24640 BLAKE2B 9ad464143e73ff432f8de2169dfa9ab031ab8ba4693e1d1e1b7452e9eb7359d667dad41573129b41d10d9bd578054630ba7738df4760527e785c0514b7920aff SHA512 1ea528188c69748ed8ff3038ce63a17c5d1a34b6289c32582921b873e44220ff8e8bcfe1a8800d76df2c61338bc2e21763bec7ca50050be72eb8b816c7ff8961
 DIST Business-Tax-VAT-Validation-1.12.tar.gz 24732 BLAKE2B 5f774cb4765787f8410abc8d0e12f306c4e1d1859864e1e31111c5785825e3d5d613f75dc52d63bcf8b3defb505357f3e87511acda70d01ab40dfde25735a99c SHA512 993660e635a9037f546f428a4a9e572a0b7917a6cb3ff2f20cdaff83f1076c547dc8f12c0c9d69ffeace358328c5c00d084b8aed13d01d3e07659df6ab119419


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-Tax-VAT-Validation/
@ 2021-04-30 22:37 Andreas K. Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-04-30 22:37 UTC (permalink / raw
  To: gentoo-commits

commit:     10c658f0a851b2132aa7741744c51aea147f6eb2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 22:36:48 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 22:37:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c658f0

dev-perl/Business-Tax-VAT-Validation: Version bump 1.20

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Business-Tax-VAT-Validation-1.200.0.ebuild     | 27 ++++++++++++++++++++++
 dev-perl/Business-Tax-VAT-Validation/Manifest      |  1 +
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.200.0.ebuild b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.200.0.ebuild
new file mode 100644
index 00000000000..f96a5aba0ec
--- /dev/null
+++ b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.200.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=BIGPRESH
+DIST_VERSION=1.20
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="A class for european VAT numbers validation"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=dev-perl/HTTP-Message-1.0.0
+	dev-perl/JSON
+	>=dev-perl/libwww-perl-1.0.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"
+PERL_RM_FILES=(
+	"t/pod.t"
+	"t/pod-coverage.t"
+)

diff --git a/dev-perl/Business-Tax-VAT-Validation/Manifest b/dev-perl/Business-Tax-VAT-Validation/Manifest
index 87a9b49c7e2..3fc932362a6 100644
--- a/dev-perl/Business-Tax-VAT-Validation/Manifest
+++ b/dev-perl/Business-Tax-VAT-Validation/Manifest
@@ -1 +1,2 @@
 DIST Business-Tax-VAT-Validation-1.12.tar.gz 24732 BLAKE2B 5f774cb4765787f8410abc8d0e12f306c4e1d1859864e1e31111c5785825e3d5d613f75dc52d63bcf8b3defb505357f3e87511acda70d01ab40dfde25735a99c SHA512 993660e635a9037f546f428a4a9e572a0b7917a6cb3ff2f20cdaff83f1076c547dc8f12c0c9d69ffeace358328c5c00d084b8aed13d01d3e07659df6ab119419
+DIST Business-Tax-VAT-Validation-1.20.tar.gz 26055 BLAKE2B 3e10a13ecc4ced5274a1a99c36ba738aa23c01b97cb54995e99dd4744d5592ea6c4920fb54ddef7b46000c6182c7f2b7b333b278f7666cd91fc03545c7334f62 SHA512 8504629cd44ef98faba91c01bef80d55c687b73384ea38827fa4c54bd48454522129f941f259a6b1e4b2118110bc552b40530b3c5697b1ef3c83099c36ca2f31


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-Tax-VAT-Validation/
@ 2021-10-09 15:54 Andreas K. Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-10-09 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     5b5742824ea990c1f56e4f50423e629a8dc09f97
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  9 15:45:18 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct  9 15:53:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b574282

dev-perl/Business-Tax-VAT-Validation: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Business-Tax-VAT-Validation-1.120.0.ebuild     | 25 ----------------------
 dev-perl/Business-Tax-VAT-Validation/Manifest      |  1 -
 2 files changed, 26 deletions(-)

diff --git a/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.120.0.ebuild b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.120.0.ebuild
deleted file mode 100644
index 83706eeb84b..00000000000
--- a/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.120.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-DIST_AUTHOR=BIGPRESH
-DIST_VERSION=1.12
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="A class for european VAT numbers validation"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=dev-perl/HTTP-Message-1.0.0
-	>=dev-perl/libwww-perl-1.0.0
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-"
-PERL_RM_FILES=(
-	"t/pod.t"
-	"t/pod-coverage.t"
-)

diff --git a/dev-perl/Business-Tax-VAT-Validation/Manifest b/dev-perl/Business-Tax-VAT-Validation/Manifest
index 3fc932362a6..470f914525c 100644
--- a/dev-perl/Business-Tax-VAT-Validation/Manifest
+++ b/dev-perl/Business-Tax-VAT-Validation/Manifest
@@ -1,2 +1 @@
-DIST Business-Tax-VAT-Validation-1.12.tar.gz 24732 BLAKE2B 5f774cb4765787f8410abc8d0e12f306c4e1d1859864e1e31111c5785825e3d5d613f75dc52d63bcf8b3defb505357f3e87511acda70d01ab40dfde25735a99c SHA512 993660e635a9037f546f428a4a9e572a0b7917a6cb3ff2f20cdaff83f1076c547dc8f12c0c9d69ffeace358328c5c00d084b8aed13d01d3e07659df6ab119419
 DIST Business-Tax-VAT-Validation-1.20.tar.gz 26055 BLAKE2B 3e10a13ecc4ced5274a1a99c36ba738aa23c01b97cb54995e99dd4744d5592ea6c4920fb54ddef7b46000c6182c7f2b7b333b278f7666cd91fc03545c7334f62 SHA512 8504629cd44ef98faba91c01bef80d55c687b73384ea38827fa4c54bd48454522129f941f259a6b1e4b2118110bc552b40530b3c5697b1ef3c83099c36ca2f31


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-Tax-VAT-Validation/
@ 2023-06-22  4:17 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-06-22  4:17 UTC (permalink / raw
  To: gentoo-commits

commit:     aa5c65165c91243dee90858f713b062f99915136
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 04:02:34 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 04:02:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5c6516

dev-perl/Business-Tax-VAT-Validation: add 1.230.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../Business-Tax-VAT-Validation-1.230.0.ebuild     | 30 ++++++++++++++++++++++
 dev-perl/Business-Tax-VAT-Validation/Manifest      |  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.230.0.ebuild b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.230.0.ebuild
new file mode 100644
index 000000000000..407e24cc4e95
--- /dev/null
+++ b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.230.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BIGPRESH
+DIST_VERSION=1.23
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="A class for european VAT numbers validation"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=dev-perl/HTTP-Message-1.0.0
+	dev-perl/JSON
+	>=dev-perl/libwww-perl-1.0.0
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"
+
+PERL_RM_FILES=(
+	"t/pod.t"
+	"t/pod-coverage.t"
+)

diff --git a/dev-perl/Business-Tax-VAT-Validation/Manifest b/dev-perl/Business-Tax-VAT-Validation/Manifest
index 470f914525c8..5398cf693aec 100644
--- a/dev-perl/Business-Tax-VAT-Validation/Manifest
+++ b/dev-perl/Business-Tax-VAT-Validation/Manifest
@@ -1 +1,2 @@
 DIST Business-Tax-VAT-Validation-1.20.tar.gz 26055 BLAKE2B 3e10a13ecc4ced5274a1a99c36ba738aa23c01b97cb54995e99dd4744d5592ea6c4920fb54ddef7b46000c6182c7f2b7b333b278f7666cd91fc03545c7334f62 SHA512 8504629cd44ef98faba91c01bef80d55c687b73384ea38827fa4c54bd48454522129f941f259a6b1e4b2118110bc552b40530b3c5697b1ef3c83099c36ca2f31
+DIST Business-Tax-VAT-Validation-1.23.tar.gz 26113 BLAKE2B a8433884b05e0eb74c4da494d78b7029015013db5da5e4d1d4de08ff258aaf0c217bcf5e1835e3eb586ad2038157a817bf684e6dd6ce04bf16f5eab0f31b7955 SHA512 a5c78d66425d352443cc178ba55cad955a6f8dca0aeafd2fccc2003d3fd87dfd593474df205787b65f076bf9577069ebf8aaccc5394d34983ae678eeaf1657ea


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-06-22  4:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-19 10:26 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-Tax-VAT-Validation/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2023-06-22  4:17 Sam James
2021-10-09 15:54 Andreas K. Hüttel
2021-04-30 22:37 Andreas K. Hüttel
2020-06-20  4:32 Kent Fredric
2020-05-06 13:32 Kent Fredric
2016-05-21  0:36 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox