[gentoo-commits] repo/gentoo:master commit in: dev-perl/Array-Compare/

2021-01-30 Thread Kent Fredric
commit: 6c55a1962ddc6b7d5a2a7d158df2206a06df5d52
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jan 30 17:53:25 2021 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Jan 30 17:54:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c55a196

dev-perl/Array-Compare: Bump to version 3.0.8

Upstream:
- Move support up to perl 5.10+
- Fix documentation typo
- Fix issue tracker metadata.

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Array-Compare/Array-Compare-3.0.8.ebuild | 31 +++
 dev-perl/Array-Compare/Manifest   |  1 +
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Array-Compare/Array-Compare-3.0.8.ebuild 
b/dev-perl/Array-Compare/Array-Compare-3.0.8.ebuild
new file mode 100644
index 000..5fc7eb8f5c7
--- /dev/null
+++ b/dev-perl/Array-Compare/Array-Compare-3.0.8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DAVECROSS
+DIST_VERSION=v3.0.8
+inherit perl-module
+
+DESCRIPTION="Perl extension for comparing arrays"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/Moo
+   dev-perl/Type-Tiny
+"
+DEPEND="
+   dev-perl/Module-Build
+"
+BDEPEND="
+   >=dev-perl/Module-Build-0.420.0
+   test? ( ${RDEPEND}
+   dev-perl/Test-NoWarnings
+   )
+"
+PERL_RM_FILES=("t/pod.t" "t/pod_coverage.t")

diff --git a/dev-perl/Array-Compare/Manifest b/dev-perl/Array-Compare/Manifest
index 1e9f5e5eda8..2f85ca3730d 100644
--- a/dev-perl/Array-Compare/Manifest
+++ b/dev-perl/Array-Compare/Manifest
@@ -1 +1,2 @@
 DIST Array-Compare-v3.0.3.tar.gz 9831 BLAKE2B 
2440fdac5aed53e4195b8f679aa1309870b0be3c1c00c745d68f4c038cb57d5deac1c852b0d63cab5cbfca5cbdb956c1ddd3b19596ddb876bf9750da1e7caea6
 SHA512 
a2b3b7c7f153c30548d3e90bbe77ad8d609cd0abcb6a0f188c90b4f09f9be457906694cdd3d819a75a33aeab088586c0636d3f212dd5354d0cbcbe713897c867
+DIST Array-Compare-v3.0.8.tar.gz 9977 BLAKE2B 
a624189d07497112a4194b1120db4a1838a3925e4b3e80baf002613f5f52beb0bac9461d465e9e2b8a22f8f5643cf40c29e3f179c7fe2c253cfe2f129a78007d
 SHA512 
648dbf2a65d94c3bfaab34ec765d0ad7e86f5c0b704078278f43a28a668cb70606a039cceab96f31af439f661c2c6538571b142ec938738f3cb94438b40e2838



[gentoo-commits] repo/gentoo:master commit in: dev-perl/App-CLI/

2021-01-30 Thread Kent Fredric
commit: 679616d6e4365b252e016f27b3b7ce16160dbaae
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jan 30 14:44:55 2021 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Jan 30 14:47:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679616d6

dev-perl/App-CLI: Bump to version 0.520.0

Upstream:
- Minor license tweaks (but still unclear)
- Fix bug tracker metadata

Bug: https://bugs.gentoo.org/721210
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/App-CLI/App-CLI-0.520.0.ebuild | 36 +
 dev-perl/App-CLI/Manifest   |  1 +
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/App-CLI/App-CLI-0.520.0.ebuild 
b/dev-perl/App-CLI/App-CLI-0.520.0.ebuild
new file mode 100644
index 000..bba67f20238
--- /dev/null
+++ b/dev-perl/App-CLI/App-CLI-0.520.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PTC
+DIST_VERSION=0.52
+inherit perl-module
+
+DESCRIPTION="Dispatcher module for command line interface programs"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+PATCHES=("${FILESDIR}/${PN}-0.50-authortests.patch")
+PERL_RM_FILES=(
+   "t/03-pod.t"
+   "t/99-kwalitee.t"
+)
+RDEPEND="
+   dev-perl/Capture-Tiny
+   virtual/perl-Carp
+   dev-perl/Class-Load
+   >=virtual/perl-Getopt-Long-2.350.0
+   virtual/perl-Locale-Maketext-Simple
+   virtual/perl-Pod-Simple
+   virtual/perl-Scalar-List-Utils
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"

diff --git a/dev-perl/App-CLI/Manifest b/dev-perl/App-CLI/Manifest
index 7ccd9e4dc09..c86afd19c4f 100644
--- a/dev-perl/App-CLI/Manifest
+++ b/dev-perl/App-CLI/Manifest
@@ -1 +1,2 @@
 DIST App-CLI-0.50.tar.gz 15624 BLAKE2B 
8411c8234101347a9a45a01e1cf61ddcacfeba5b24704f104f90ff021bc568b5ce9c46eca3cdddbf712a47a335d86346bf32e664d09d86dcd84ceca63469f178
 SHA512 
177e1a7b4724b7369df28a235c268ce5ac5103b3973995f68afd20ac6b2d37640049837624f472b29ea2eed9ec736bf25ae97af34a9dcd28b90b293e0139a572
+DIST App-CLI-0.52.tar.gz 15793 BLAKE2B 
782804c433a03181299481ff31e346238318e9f0a9dc6fb24f6ee07f3fdbf8cc4feab9a8c888bf729f6da69f0a169d16f5b99ed2be94aa3798bc8e6a361e2f77
 SHA512 
1efa3ef4e4e6315d9c1498bc5b9d11bbe05e22c9bf50414dd6c62f0912fdfb4f832c52144736e34ecb6d592c05d53103bcb13953f37b461272ff06c2bed1c3a2



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Libxml2/

2021-01-30 Thread Kent Fredric
commit: 3d5f427f31f3cfa7721f1b7576592a5e3afc4ed9
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jan 30 12:55:24 2021 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Jan 30 12:55:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5f427f

dev-perl/Alien-Libxml2: Bump to version 0.170.0

Upstream:
- Update requirements to avoid bugs with older Alien::Build

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Kent Fredric  gentoo.org>

 .../Alien-Libxml2/Alien-Libxml2-0.170.0.ebuild | 30 ++
 dev-perl/Alien-Libxml2/Manifest|  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/Alien-Libxml2/Alien-Libxml2-0.170.0.ebuild 
b/dev-perl/Alien-Libxml2/Alien-Libxml2-0.170.0.ebuild
new file mode 100644
index 000..9f686872020
--- /dev/null
+++ b/dev-perl/Alien-Libxml2/Alien-Libxml2-0.170.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=0.17
+inherit perl-module
+
+DESCRIPTION="Install the C libxml2 library on your system"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-perl/Alien-Build-2.120.0
+   dev-libs/libxml2:2=
+"
+DEPEND="
+   dev-libs/libxml2:2=
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Alien-Build-2.370.0
+   virtual/perl-ExtUtils-CBuilder
+   >=virtual/perl-ExtUtils-MakeMaker-6.520.0
+   test? (
+   >=dev-perl/Test2-Suite-0.0.60
+   )
+"

diff --git a/dev-perl/Alien-Libxml2/Manifest b/dev-perl/Alien-Libxml2/Manifest
index f393964736b..69e3678ac08 100644
--- a/dev-perl/Alien-Libxml2/Manifest
+++ b/dev-perl/Alien-Libxml2/Manifest
@@ -1 +1,2 @@
 DIST Alien-Libxml2-0.16.tar.gz 19890 BLAKE2B 
50ad3fd53b392de730a140fef350a38cfd2dec069354a45406a524ec1daa8a46cdba2398c20cd29ff6c9f8a2c52f7307130d1ad7d477d9a3b18c1c87a072d827
 SHA512 
54d3f670047b26934140be28bec5ab27c655daa459409bda00655d6f652f5099b07d2e286f59825a36e7dc56bca1e92a0af19c33582fa90f3f26aff4202334ac
+DIST Alien-Libxml2-0.17.tar.gz 20787 BLAKE2B 
c9ef905cdee44e649612cf54ebfa0875c8eadd278d17584c71db005e7f1eed4a9df00bfa83739067334828203d1159ee97b56461facf40364fab17b90a4c4474
 SHA512 
89f8034800f03e9e7f87871fec4da54313d0b2557efd9c4bbb2f01793e5679c6c355eb8bfcaf54540b50f9cf69e84d88835fee9b06f8b2f6c7dd7e6c6ed2c097



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Build/

2021-01-30 Thread Kent Fredric
commit: a55532c7543519d17501b547a52f780e2b4f04eb
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jan 30 12:43:38 2021 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Jan 30 12:44:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55532c7

dev-perl/Alien-Build: Bump to version 2.380.0

Upstream:
- Add Alien::Build::Plugin::instance_id
- Add Alien::Build::plugin_instance_prop
- Add install properties: system_probe_class, system_probe_instance_id
- Add hook properties: probe_class, probe_instance_id
- Fix Probe/PkgConfig plugins accidentally providing compile/link flags
  when in mixed falure/success states.
- Fix tests that rely on an unset ALIEN_BUILD_PKG_CONFIG
- Avoid tripping array-dereference error in pkg-config CLI on windows
- Fix module name autogeneration for Test::Alien to avoid bugs with
  ExtUtils::CBuilder

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Alien-Build/Alien-Build-2.380.0.ebuild | 51 +
 dev-perl/Alien-Build/Manifest   |  1 +
 2 files changed, 52 insertions(+)

diff --git a/dev-perl/Alien-Build/Alien-Build-2.380.0.ebuild 
b/dev-perl/Alien-Build/Alien-Build-2.380.0.ebuild
new file mode 100644
index 000..543748ef6b0
--- /dev/null
+++ b/dev-perl/Alien-Build/Alien-Build-2.380.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=2.38
+DIST_EXAMPLES=("example/*")
+inherit perl-module
+
+DESCRIPTION="Build external dependencies for use in CPAN"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+IUSE="minimal test zip"
+RESTRICT="!test? ( test )"
+
+# No, pkgconfig is not suspect, it actually uses it at runtime, and this module
+# is somewhat a wrapper for pkgconfig :/
+RDEPEND="
+   zip? ( dev-perl/Archive-Zip )
+   virtual/perl-Archive-Tar
+   >=dev-perl/Capture-Tiny-0.170.0
+   virtual/perl-Digest-SHA
+   virtual/perl-ExtUtils-CBuilder
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+   >=virtual/perl-ExtUtils-ParseXS-3.300.0
+   >=dev-perl/FFI-CheckLib-0.110.0
+   >=dev-perl/File-Which-1.100.0
+   dev-perl/File-chdir
+   virtual/perl-JSON-PP
+   >=dev-perl/Path-Tiny-0.77.0
+   >=virtual/perl-Scalar-List-Utils-1.330.0
+   >=virtual/perl-Test-Simple-1.302.96
+   >=virtual/perl-Text-ParseWords-3.260.0
+   virtual/pkgconfig
+"
+BDEPEND="${RDEPEND}
+   test? (
+   dev-perl/Devel-Hide
+   >=dev-perl/Test2-Suite-0.0.60
+   !minimal? (
+   dev-perl/Alien-Base-ModuleBuild
+   dev-perl/Sort-Versions
+   )
+   )
+"
+src_prepare() {
+   unset LD
+   [[ -n "${CCLD}" ]] && export LD="${CCLD}"
+   perl-module_src_prepare
+}

diff --git a/dev-perl/Alien-Build/Manifest b/dev-perl/Alien-Build/Manifest
index 804363a0383..557adb9e22d 100644
--- a/dev-perl/Alien-Build/Manifest
+++ b/dev-perl/Alien-Build/Manifest
@@ -1,3 +1,4 @@
 DIST Alien-Build-2.23.tar.gz 310744 BLAKE2B 
3bf3ce08be1e508a5eb695cc3ee71ccb70230c3fa0feb3e4378bbba35b7429ab3b852692ea4492e9aa80fdb962ef1fef7e82b654bbf8e8ca2428aa8f44b8
 SHA512 
78a9b710dde488ce0852266340104f7b540e94ea58e8715d27e1e303a67956f862110bbd305119ac08fe9c5a20c0e5cc6fa5b6982abf830910f2d3a1ed9963fa
 DIST Alien-Build-2.32.tar.gz 327696 BLAKE2B 
9f0f2d31f6d3b2660ae4001ce1285bdf0a4eab6f542ad7e9165652302c645b5444e75aae65de2c24d79eb293615fd00fc61691d4db76be13dc8d48466a93a7ba
 SHA512 
5c9c66076c7c6f30535401aea588a85ca51282df74f1bb4f4b21bff1aaea0d74220b278a123a00adc74c21a1aa528966db01a77f4783bd8aeea894fe97349d43
 DIST Alien-Build-2.33.tar.gz 328283 BLAKE2B 
2b793a65fdf08bb767cf96fd4e8eac2d56a7db46d15c87815c30247e26a2ce9bc44f5cf0f3ccf3c335e43b58182539a2b9858013fa32b37fc53c7c7a789e1219
 SHA512 
a3ce1f15480ef3bec902d7833651d618f0e8676b36ab65f034eb0699a44cc8376aeb2e32f1dac97f7c499aacd2f6464f21d3edc4b00301e8bef4235f9f4fd572
+DIST Alien-Build-2.38.tar.gz 331770 BLAKE2B 
13a688073ad6840e04a2c2191ae5974048e53127bcd7f15bfd658ef8c047fd0ecd990bd2f787dca0bf02fde48cc451a39ad5e41bd737f4ac36a64aae49aca226
 SHA512 
a77b27894c74e9b73fd479f3efb67c748bf9f32931a75471f6e5e0ccbb65d2e5617abfef28f71a7e461f4e1a4216fa8968564aa8ae52ff1bbeae570743fbab81



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-C3/

2021-01-30 Thread Kent Fredric
commit: bb37a1d494ea0280783ad7dea02bc9f01687fe44
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jan 30 12:18:31 2021 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Jan 30 12:22:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb37a1d4

dev-perl/Algorithm-C3: Bump to verison 0.110.0

- EAPI7

Upstream:
- Packaging cleanups
- Test cleanups

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild | 23 +++
 dev-perl/Algorithm-C3/Manifest|  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild 
b/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
new file mode 100644
index 000..ec6ba65bca0
--- /dev/null
+++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.110.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="A module for merging hierarchies using the C3 algorithm"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos 
~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=virtual/perl-Carp-0.10.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( >=virtual/perl-Test-Simple-0.470.0 )
+"

diff --git a/dev-perl/Algorithm-C3/Manifest b/dev-perl/Algorithm-C3/Manifest
index c192ec61828..50f1b138f11 100644
--- a/dev-perl/Algorithm-C3/Manifest
+++ b/dev-perl/Algorithm-C3/Manifest
@@ -1 +1,2 @@
 DIST Algorithm-C3-0.10.tar.gz 12523 BLAKE2B 
07045109cbf1b8da28109f220bc2c3ffe757de93c1f503c458794131c74fde649882c26472bc5e0d4ec585194752c9a15aa2b7ac3f907c47dba40ee5c7493ccc
 SHA512 
2ace81679e8ff2f3f3fbe8028741aef0833b1415a7cde0d1b20c90557889347685d1135029cd849324b6d40c435a80b228549bf669bbf43f9a1b2ed7075b605e
+DIST Algorithm-C3-0.11.tar.gz 19226 BLAKE2B 
673021c23a2bc98c645aba8c3b644226df70188333c894df2053b46403cf4d938c047a447f5e11a1001af2db799b99ed278eb6d16212d3a783302a53f75eb0c0
 SHA512 
ec2ae17090a826e013b7526e7f236e3cc9bc59488421aecb03ea876b6ed2e4b2ea4eb8e07aad57b5b645ca4a077f7064b98e790e9906496d26c1bcb36128acbe



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/

2021-01-30 Thread Kent Fredric
commit: ebabf601ee3cc8ae08e6eb1c900b2b42cd4f8429
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jan 30 09:29:05 2021 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Jan 30 09:30:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebabf601

dev-perl/Conf-Libconfig: Keyword 0.100.0-r2 ~m68k re bug #689338

Build/Test ok under qemu-m68k-user

Bug: https://bugs.gentoo.org/689338
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild 
b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
index 8ad922bbd82..acd3c476b4f 100644
--- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Perl extension for libconfig"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~m68k ~s390 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libconfig/

2021-01-24 Thread Kent Fredric
commit: f2a629fc191a907b457a39bd5d510af8032d6d6e
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Jan 24 11:34:52 2021 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Jan 24 11:39:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a629fc

dev-libs/libconfig: Keyword 1.7.2 for ~m68k re bug #689338

All USE combinations tested successfully on qemu-user-m68k

Required by dev-perl/Conf-Libconfig

Bug: https://bugs.gentoo.org/689338
Package-Manager: Portage-3.0.14, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-libs/libconfig/libconfig-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libconfig/libconfig-1.7.2.ebuild 
b/dev-libs/libconfig/libconfig-1.7.2.ebuild
index cbbe4ac59f0..6e8adc1e93e 100644
--- a/dev-libs/libconfig/libconfig-1.7.2.ebuild
+++ b/dev-libs/libconfig/libconfig-1.7.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/hyperrealm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1"
 SLOT="0/11"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 sparc x86 
~x86-linux"
 IUSE="+cxx static-libs"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-PkgConfig/

2021-01-23 Thread Kent Fredric
commit: 699019b6e8200dbd37cb1bf1be5bdcb566c14079
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Jan 24 07:09:33 2021 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Jan 24 07:35:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699019b6

dev-perl/ExtUtils-PkgConfig: Keyword ~m68k re bug #689388

Required by dev-perl/Conf-Libconfig (BDEPEND)

Bug: https://bugs.gentoo.org/689338
Package-Manager: Portage-3.0.14, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.160.0.ebuild 
b/dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.160.0.ebuild
index 76817d89a23..a21cdcd00ae 100644
--- a/dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.160.0.ebuild
+++ b/dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.160.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Simplistic perl interface to pkg-config"
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mozilla-CA/

2020-12-14 Thread Kent Fredric
commit: 4fae579a3a91b4eaca22e3b1b029de233968f9bb
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Dec 14 01:23:29 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Dec 14 08:24:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fae579a

dev-perl/Mozilla-CA: Keyword ~m68k

Build/Test OK under m68k-user

Required by:
- dev-perl/IO-Socket-SSL
 - via virtual/perl-libnet

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Mozilla-CA/Mozilla-CA-2099.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mozilla-CA/Mozilla-CA-2099.ebuild 
b/dev-perl/Mozilla-CA/Mozilla-CA-2099.ebuild
index a0dc38dfdec..3270a0f6329 100644
--- a/dev-perl/Mozilla-CA/Mozilla-CA-2099.ebuild
+++ b/dev-perl/Mozilla-CA/Mozilla-CA-2099.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Mozilla's CA cert bundle in PEM format (Gentoo 
stub)"
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="app-misc/ca-certificates"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DBI-Shell/

2020-12-13 Thread Kent Fredric
commit: 0c3b0f81299a3a13ebc635eafce39f20fef69d45
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Dec 13 22:56:09 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Dec 13 23:06:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c3b0f81

dev-perl/DBI-Shell: 11.970.0 Restore ~ppc

Required dependency dev-perl/IO-Interactive keyworded since 3 months ago
as part of bug #737594

Bug: https://bugs.gentoo.org/737594
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/DBI-Shell/DBI-Shell-11.970.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DBI-Shell/DBI-Shell-11.970.0.ebuild 
b/dev-perl/DBI-Shell/DBI-Shell-11.970.0.ebuild
index a7e45c15f09..ed69886f3c6 100644
--- a/dev-perl/DBI-Shell/DBI-Shell-11.970.0.ebuild
+++ b/dev-perl/DBI-Shell/DBI-Shell-11.970.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Interactive command shell for the DBI"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/

2020-12-13 Thread Kent Fredric
commit: cc62d23fc1ed42e2f8466697681827d409f4872b
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Dec 13 23:05:33 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Dec 13 23:06:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc62d23f

dev-perl/File-ShareDir: 1.116.0 Restore ~riscv

Required dependency List-MoreUtils keyworded since ~3 months ago.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild 
b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
index 5d9dcbeb265..66e2f8be8d3 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Locate per-dist and per-module shared files"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Strptime/

2020-12-12 Thread Kent Fredric
commit: 36e6069ffb4a84674074e0e1913329a5a6194621
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 07:58:48 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 08:39:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e6069f

dev-perl/DateTime-Format-Strptime: Cleanup old 1.700.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../DateTime-Format-Strptime-1.700.0.ebuild| 36 --
 dev-perl/DateTime-Format-Strptime/Manifest |  1 -
 2 files changed, 37 deletions(-)

diff --git 
a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.700.0.ebuild 
b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.700.0.ebuild
deleted file mode 100644
index 47dee685809..000
--- a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.700.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=1.70
-inherit perl-module
-
-DESCRIPTION="Parse and Format DateTimes using Strptime"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-aix 
~x64-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   >=dev-perl/DateTime-1
-   >=dev-perl/DateTime-Locale-0.450.0
-   >=dev-perl/DateTime-TimeZone-0.790.0
-   virtual/perl-Exporter
-   >=dev-perl/Package-DeprecationManager-0.150.0
-   >=dev-perl/Params-Validate-1.200.0
-   dev-perl/Try-Tiny
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-File-Spec
-   >=virtual/perl-Test-Simple-0.960.0
-   dev-perl/Test-Fatal
-   dev-perl/Test-Warnings
-   )
-"

diff --git a/dev-perl/DateTime-Format-Strptime/Manifest 
b/dev-perl/DateTime-Format-Strptime/Manifest
index 79fac14625a..4ecaf67af4b 100644
--- a/dev-perl/DateTime-Format-Strptime/Manifest
+++ b/dev-perl/DateTime-Format-Strptime/Manifest
@@ -1,3 +1,2 @@
-DIST DateTime-Format-Strptime-1.70.tar.gz 105460 BLAKE2B 
6dc4ec11cf57b44f4ad7b03d55c1ba58e6f76b4f133e5c0feba22ebed8d8ba7fa67c2005cbf34457ac9900f1e8c7494f6b9f6a432fe83156cbe6c39243dd93da
 SHA512 
a4f01f0032beb94d2bf359c2aab4050c2b321a6da236deec1ce198e88b657fb70b7328304f51fb12a9edf61035cb581c8a9a85c62a0ce8ff94c1ec5d22510d09
 DIST DateTime-Format-Strptime-1.74.tar.gz 105317 BLAKE2B 
997a76591b710f61e003998fc97ec26a8c5ce43dff83e42dd9cab5b13238c21e40f327afe46a0258b9f8e725abfc35d0d9957cf4e89936aa17cf79b1f7d111d9
 SHA512 
3b2b640f93956e82aff47f068c596018700615414c9b9ccf8d6bf68ad7b626ec86a831ec2b68807d7f137c10d4b8cfa5d2d50a6304252f3dfecbe9ff94e59617
 DIST DateTime-Format-Strptime-1.77.tar.gz 114321 BLAKE2B 
e942f79b4d54aac70b922f4c4b0649bef65a4b80a1aeb784409186c74a8e9dc3cf878460a9282ae947ce6a354da964a67403c5f0c2dd83e33ec2f36f07555497
 SHA512 
d6f997831ffe054b6052dc7d9a783fa64fb2dd90babbd97ea2dd11eacc0e6d1a6718c2dc877c444863be502482f6fc856f02f0feae8abb36220b60f417ee87ec



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime/

2020-12-12 Thread Kent Fredric
commit: db24f3277925b73cb9c27f6829b5b23fae272607
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 07:36:32 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 08:39:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db24f327

dev-perl/DateTime: Cleanup old 1.2{0,8}0.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/DateTime/DateTime-1.200.0.ebuild | 39 ---
 dev-perl/DateTime/DateTime-1.280.0.ebuild | 36 
 dev-perl/DateTime/Manifest|  2 --
 3 files changed, 77 deletions(-)

diff --git a/dev-perl/DateTime/DateTime-1.200.0.ebuild 
b/dev-perl/DateTime/DateTime-1.200.0.ebuild
deleted file mode 100644
index 9021b61b99e..000
--- a/dev-perl/DateTime/DateTime-1.200.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=1.20
-inherit perl-module
-
-DESCRIPTION="A date and time object"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   >=dev-perl/DateTime-Locale-0.410.0
-   >=dev-perl/DateTime-TimeZone-1.740.0
-   >=dev-perl/Params-Validate-0.760.0
-   virtual/perl-Scalar-List-Utils
-   dev-perl/Try-Tiny
-   virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.280.0
-   test? (
-   virtual/perl-ExtUtils-MakeMaker
-   virtual/perl-File-Spec
-   virtual/perl-Storable
-   dev-perl/Test-Fatal
-   >=virtual/perl-Test-Simple-0.880.0
-   >=dev-perl/Test-Warnings-0.5.0
-   )
-"
-
-SRC_TEST="do parallel"

diff --git a/dev-perl/DateTime/DateTime-1.280.0.ebuild 
b/dev-perl/DateTime/DateTime-1.280.0.ebuild
deleted file mode 100644
index 0211883144a..000
--- a/dev-perl/DateTime/DateTime-1.280.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=1.28
-inherit perl-module
-
-DESCRIPTION="A date and time object"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   >=dev-perl/DateTime-Locale-0.410.0
-   >=dev-perl/DateTime-TimeZone-1.740.0
-   >=dev-perl/Params-Validate-1.30.0
-   virtual/perl-Scalar-List-Utils
-   dev-perl/Try-Tiny
-   virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-File-Spec
-   virtual/perl-Storable
-   dev-perl/Test-Fatal
-   >=virtual/perl-Test-Simple-0.960.0
-   >=dev-perl/Test-Warnings-0.5.0
-   )
-"

diff --git a/dev-perl/DateTime/Manifest b/dev-perl/DateTime/Manifest
index 204b616f011..c0626b64618 100644
--- a/dev-perl/DateTime/Manifest
+++ b/dev-perl/DateTime/Manifest
@@ -1,4 +1,2 @@
-DIST DateTime-1.20.tar.gz 220697 BLAKE2B 
cf2c164725353c15caaf2079fc43af42c0e05892c0084aabbdcb8ac4ceeafde3aa5e5c745262f2d40e7c47b2df632207c1ab28fa40efa386e01a9750f5380c22
 SHA512 
b0374407683da3b68d0a127a2899deb8222f3bbd3e1f68481a000ca8c7fbde69bf4e43253b4cdd68f97b0a0ee7d8ed9d7a08fda8b5bf713b0f02ba722cd3aff9
-DIST DateTime-1.28.tar.gz 229774 BLAKE2B 
a23b6f0bb990b84e1d045efb7ff8098e531d9d2a9d2376c5eac954d9f862567ea8288066e8b644d79f474d4a279b5061488115a4d839c8eb864673ef4f812ca1
 SHA512 
cf2c883636073086101dc08596210e59af0cf301ae78e496358e6952f26104aa26c1fdc0784aa10e05ac0308a1ed7aef78a7682b803679481fa570f5de1c04a3
 DIST DateTime-1.44.tar.gz 239685 BLAKE2B 
6d725244f1ef028a5860774b93c1e361e6cd14f6d6cff5a586ee8af6bd4c2fbb196b66884ec62878dbf585824d24e754092750e32cfaa57dc999307e4637e279
 SHA512 
a256efc26ad1f2859f3371b70e5edd0d962d2c19c54b746178e3945b1dc665621d09b7ac6be279c7e92b8aa91763c5df2d8ccbca1832ba69ac810feb8533ca71
 DIST DateTime-1.52.tar.gz 269535 BLAKE2B 
b8da6a8ca968fcceafed77465b7b25acf9a3438d0e8bbb209141d9a85eab415da54a874981ebcb1cfdac6a3e4edb1a617a1d4d45b58ece5a5ea8b6693aa0aec2
 SHA512 
c2e359f480396e0da16afbec362cb744f201f6c777fa916228f0adfd26a848b9451535feeda4e1531e5afb40a286e3b11a44e95dc0947dc4e2ba714973bb5ac4



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-PatchPerl/

2020-12-12 Thread Kent Fredric
commit: 78d38a5d3cc1ddc354642e65e4d7f228fff8def2
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 08:21:51 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 08:40:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d38a5d

dev-perl/Devel-PatchPerl: Cleanup old 1.520.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Devel-PatchPerl/Devel-PatchPerl-1.520.0.ebuild | 27 --
 dev-perl/Devel-PatchPerl/Manifest  |  1 -
 2 files changed, 28 deletions(-)

diff --git a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-1.520.0.ebuild 
b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-1.520.0.ebuild
deleted file mode 100644
index 1482acf9ab5..000
--- a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-1.520.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=BINGOS
-DIST_VERSION=1.52
-inherit perl-module
-
-DESCRIPTION="Patch perl source a la Devel::PPPort's buildperl.pl"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-perl/File-pushd-1.0.0
-   virtual/perl-IO
-   virtual/perl-MIME-Base64
-   dev-perl/Module-Pluggable
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"
-PERL_RM_FILES=(
-   "t/author-pod-coverage.t"
-   "t/author-pod-syntax.t"
-)

diff --git a/dev-perl/Devel-PatchPerl/Manifest 
b/dev-perl/Devel-PatchPerl/Manifest
index 7c4ca84a781..f34de6e07d3 100644
--- a/dev-perl/Devel-PatchPerl/Manifest
+++ b/dev-perl/Devel-PatchPerl/Manifest
@@ -1,3 +1,2 @@
-DIST Devel-PatchPerl-1.52.tar.gz 123142 BLAKE2B 
627bde1f894fdcc55a2db1d42cad93da65359d88922417a661b7719eba7f7f710bf5c1f6dc66e78830244b34d070e062b48b6736cd21549ace544b51ed2b7a1c
 SHA512 
c08783fa087a2f6e55cc25665e429373c46fdb97ba0f08a4f20f71e8970d188281b41c04ed3d39c6fe7ea4b642cd6c3c08116bdbe0c9de0d4ce9fe64971d767f
 DIST Devel-PatchPerl-1.92.tar.gz 172986 BLAKE2B 
177a6f5becc9d23cceedbea4a7b611cc101fac18d155d75f73ebb8b4b18a4ead4bf652edc8a5f5660f02c9bb32e0aa8ab345629503a58bf0d31bd825f2501d8a
 SHA512 
54c1528b17b70df1ab2719ba272f9fd3c2f1de7867839bea762501d3100bd63986547d8a9eb20e0ffe55e6b0c7aae0bf8812de916fd0945ccc1a02944af6b690
 DIST Devel-PatchPerl-2.00.tar.gz 176990 BLAKE2B 
9bd0da93e108cd86d36cb5c2c5859b253f99898ca6380fb801ff1fb4d8178c0976bf5bc678f76c666cb0ee71d26530244624d0395eaaa109e3975ff281665fa9
 SHA512 
bb7fc6efdd636b462f9cb73331abc252dcfc015ee458152e8c5d86f7b6f939fefcfc1c6a7cf815c30a4d77eeacab7a681a583350f1eafa076101c9de5fa80a79



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/

2020-12-12 Thread Kent Fredric
commit: c82a4dced4c1cd28897a71df5097de6c7f9151eb
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 08:18:17 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 08:40:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c82a4dce

dev-perl/Devel-CheckLib: Cleanup old 1.110.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild   | 29 --
 dev-perl/Devel-CheckLib/Manifest   |  1 -
 2 files changed, 30 deletions(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild 
b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
deleted file mode 100644
index b657d4d559e..000
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MATTN
-DIST_VERSION=1.11
-inherit perl-module
-
-DESCRIPTION="check that a library is available"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=virtual/perl-File-Temp-0.160.0
-   virtual/perl-Exporter
-   virtual/perl-File-Spec
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   >=virtual/perl-Test-Simple-0.620.0
-   >=dev-perl/IO-CaptureOutput-1.80.100
-   >=dev-perl/Mock-Config-0.20.0
-   )
-"

diff --git a/dev-perl/Devel-CheckLib/Manifest b/dev-perl/Devel-CheckLib/Manifest
index c4849d805dc..a7f73196bf0 100644
--- a/dev-perl/Devel-CheckLib/Manifest
+++ b/dev-perl/Devel-CheckLib/Manifest
@@ -1,3 +1,2 @@
-DIST Devel-CheckLib-1.11.tar.gz 15209 BLAKE2B 
786931bfcd453ce8233a3984e97b76d2761654e967dffa00b53bec5b5eb053421b0ffe29355f519de5492930ecbf7a1958cca984c5ce4a226ff01cf3878a3112
 SHA512 
21a64cb2ec4f3769d604eba151074daa841d40d2073a93ec186e82d8496f5ca05728c5352a31c4f07765956b85cb3144225edb51b84245b0582267af55ef2e2f
 DIST Devel-CheckLib-1.13.tar.gz 15450 BLAKE2B 
edec53744f9f0982b94c5018907d0ea0793bbe12b64681a5b3f31818fa91e56889ff6f72d8f76e9df8ff7203afc8a2d782f610d1557da927a578f73cf256404c
 SHA512 
2952b0ba75cc0099182aeef533749dd044518ae3df368956caa5d7d860f94658b8eadc1b1f8fabf2ba2dc3e0a3e05498f077e4cb6469609e57272b55a026cc46
 DIST Devel-CheckLib-1.14.tar.gz 15562 BLAKE2B 
f9e80b216dd6ee9a9949cc369e2d8f8d18f7cce8dd20f855f91ef18e6646d165c895567ad25e9b50a863e319e7320e785b1c3f5aa6cb3f65aec938786ddff01b
 SHA512 
a5a310cd20e7bfa3c28718b0cba997e029ae0a422ed355d70774691521a3f5c2942eb39269dec1b09e706c1d124559313ab79e787430e0bb3ad43d8aa937539c



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Digest-CRC/

2020-12-12 Thread Kent Fredric
commit: a3bc6e768a3e1f1c2f85b2c764ddf4f303e6d3af
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 08:36:19 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 08:40:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3bc6e76

dev-perl/Digest-CRC: Cleanup old 0.210.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Digest-CRC/Digest-CRC-0.210.0.ebuild | 21 -
 dev-perl/Digest-CRC/Manifest  |  1 -
 2 files changed, 22 deletions(-)

diff --git a/dev-perl/Digest-CRC/Digest-CRC-0.210.0.ebuild 
b/dev-perl/Digest-CRC/Digest-CRC-0.210.0.ebuild
deleted file mode 100644
index bccadfe5e19..000
--- a/dev-perl/Digest-CRC/Digest-CRC-0.210.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=OLIMAUL
-MODULE_VERSION=0.21
-inherit perl-module
-
-DESCRIPTION="Generic CRC function"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"
-
-SRC_TEST=do

diff --git a/dev-perl/Digest-CRC/Manifest b/dev-perl/Digest-CRC/Manifest
index c5dfb39126f..666e477f7e9 100644
--- a/dev-perl/Digest-CRC/Manifest
+++ b/dev-perl/Digest-CRC/Manifest
@@ -1,2 +1 @@
-DIST Digest-CRC-0.21.tar.gz 7924 BLAKE2B 
5294ead3a8294e3eacfd92b0a2871a84be8c16c01248a53c3892b47a2c6178a9cec3e9e90fc3fecb114c27b2c96312f303d2721cdf09dd72be2d7abc568dc9f4
 SHA512 
65f81c6903a6bc41d0a2aaad000ba4827e919c5b3312e4bbf8de21f77ba79955f6fa5ff3827c1d9bd74b2a931d224795a443303248bb5e5d67b6e71b79da8d03
 DIST Digest-CRC-0.22.2.tar.gz 8175 BLAKE2B 
6133b26782783d2676016697af75e772aa3aa0fa0d56c5cacbc510ed338fe7da2ddaacc21b359bf4823bfe7113710cd37b611549865af80542dd5b0f2470e8f1
 SHA512 
983dfb3a39ca054819906bd67251f0e275a55d4ab1873146a8bbe36dee3d979e67a36f3fc53ce18608873a1c68ba30d6de8c59b58ae57a7e36e6816551752875



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-TimeZone/

2020-12-12 Thread Kent Fredric
commit: beaf65d4c236f538476d74809f9bed3f085322cf
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 08:12:23 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 08:39:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beaf65d4

dev-perl/DateTime-TimeZone: Cleanup old 1.930.0,2.10.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../DateTime-TimeZone-1.930.0.ebuild   | 39 --
 .../DateTime-TimeZone-2.10.0.ebuild| 36 
 dev-perl/DateTime-TimeZone/Manifest|  2 --
 3 files changed, 77 deletions(-)

diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.930.0.ebuild 
b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.930.0.ebuild
deleted file mode 100644
index 0f6dbc216bc..000
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.930.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=1.93
-inherit perl-module
-
-DESCRIPTION="Time zone object base class and factory"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-perl/Class-Singleton-1.30.0
-   virtual/perl-File-Spec
-   dev-perl/List-AllUtils
-   virtual/perl-Scalar-List-Utils
-   dev-perl/Module-Runtime
-   >=dev-perl/Params-Validate-0.720.0
-   dev-perl/Try-Tiny
-   virtual/perl-parent
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp
-   virtual/perl-Storable
-   dev-perl/Test-Fatal
-   dev-perl/Test-Requires
-   >=virtual/perl-Test-Simple-0.960.0
-   )
-"
-
-SRC_TEST="do parallel"

diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.10.0.ebuild 
b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.10.0.ebuild
deleted file mode 100644
index 733794991f1..000
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.10.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=2.01
-inherit perl-module
-
-DESCRIPTION="Time zone object base class and factory"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-perl/Class-Singleton-1.30.0
-   virtual/perl-File-Spec
-   >=virtual/perl-Scalar-List-Utils-1.330.0
-   dev-perl/Module-Runtime
-   >=dev-perl/Params-Validate-0.720.0
-   dev-perl/Try-Tiny
-   virtual/perl-parent
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-File-Path
-   virtual/perl-File-Temp
-   virtual/perl-Storable
-   dev-perl/Test-Fatal
-   dev-perl/Test-Requires
-   >=virtual/perl-Test-Simple-0.960.0
-   )
-"

diff --git a/dev-perl/DateTime-TimeZone/Manifest 
b/dev-perl/DateTime-TimeZone/Manifest
index 79909212fa5..fa34e8d9d5f 100644
--- a/dev-perl/DateTime-TimeZone/Manifest
+++ b/dev-perl/DateTime-TimeZone/Manifest
@@ -1,4 +1,2 @@
-DIST DateTime-TimeZone-1.93.tar.gz 891870 BLAKE2B 
8bbdafa35a882277ec069f2d88fa58987e0f105272ef752c0d80637a4d5c8ce766b815d86d1eca633d77254065500a36c31c55ff4d27c33def2430d89a7a1c9c
 SHA512 
8b9d136dadcbbac0de624e091a19fdeb4b12b62c01d1a550dd32670c841a2c7b7b51066bd1e297010cacda24522b37f23b931535b67859b58b0760ba85f5f7c6
-DIST DateTime-TimeZone-2.01.tar.gz 929462 BLAKE2B 
2a21bbc69e5df5cfb459bfaa93af937d4eec2cea0e20cd14726ee77d62605df320f92647a94357ec763619442a83c5d2ce02cf55f02c46c18b94407ad98bb782
 SHA512 
57c98bbf25cd0aedb8cae72ea9b15042f75d74c776d125c53bdf487202d7fbb643367be3e0ddfb3080661ecec584e0a08b5ec0854f67bc50321da47a69cf
 DIST DateTime-TimeZone-2.13.tar.gz 945446 BLAKE2B 
cbc715cdea59098c1cb6994a99b93785769b0a97c32260fd2c00a0caa48682cbb0280db02e68e7d9dea97d5a557baa9a37cad86d9518a30a7d760bc0f7b6
 SHA512 
6003b2b6044c35a7c75840cf550d1f68500c1d762dc0ebdcf22e1714b68804382d2d969512d183c460fe89fe2fdbd8037463594536d6c3acee0ccf79734ac654
 DIST DateTime-TimeZone-2.39.tar.gz 993595 BLAKE2B 
164fd56d2d5296fab711220ae159f0da67a3f6f9761db41c4895206c58e3cc44ea31cf36b844fdd7d9103cd98c018f70b16c14daae867820befd2108693b9356
 SHA512 
6f7580aa873a66d1892cd9201b5b2efd088842ffc2696e94c59c5532935be7eecea067fa979465046e0eeb35ca34e73bc49006e176445eaed91ac179beacc13b



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Locale/

2020-12-12 Thread Kent Fredric
commit: 26acc8e746185b6994bb59d52dd64238680889e9
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 08:04:32 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 08:39:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26acc8e7

dev-perl/DateTime-Locale: Cleanup old 0.460.0,1.30.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../DateTime-Locale/DateTime-Locale-0.460.0.ebuild | 33 
 .../DateTime-Locale/DateTime-Locale-1.30.0.ebuild  | 36 --
 dev-perl/DateTime-Locale/Manifest  |  2 --
 3 files changed, 71 deletions(-)

diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-0.460.0.ebuild 
b/dev-perl/DateTime-Locale/DateTime-Locale-0.460.0.ebuild
deleted file mode 100644
index fe77ed4f254..000
--- a/dev-perl/DateTime-Locale/DateTime-Locale-0.460.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=0.46
-inherit perl-module
-
-DESCRIPTION="Localization support for DateTime"
-
-LICENSE="|| ( Artistic GPL-2 ) unicode"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   >=dev-perl/Dist-CheckConflicts-0.20.0
-   dev-perl/List-MoreUtils
-   dev-perl/Params-Validate
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-File-Spec
-   virtual/perl-Storable
-   >=virtual/perl-Test-Simple-0.960.0
-   )
-"
-
-SRC_TEST="do parallel"

diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.30.0.ebuild 
b/dev-perl/DateTime-Locale/DateTime-Locale-1.30.0.ebuild
deleted file mode 100644
index 538fa0c43fb..000
--- a/dev-perl/DateTime-Locale/DateTime-Locale-1.30.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=1.03
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="Localization support for DateTime"
-
-LICENSE="|| ( Artistic GPL-2+ ) unicode"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   >=dev-perl/Dist-CheckConflicts-0.20.0
-   virtual/perl-Exporter
-   dev-perl/List-MoreUtils
-   dev-perl/Params-Validate
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-File-Spec
-   virtual/perl-Storable
-   dev-perl/Test-Fatal
-   dev-perl/Test-Requires
-   >=virtual/perl-Test-Simple-0.960.0
-   dev-perl/Test-Warnings
-   )
-"

diff --git a/dev-perl/DateTime-Locale/Manifest 
b/dev-perl/DateTime-Locale/Manifest
index 3f0600c4c50..148123d81a7 100644
--- a/dev-perl/DateTime-Locale/Manifest
+++ b/dev-perl/DateTime-Locale/Manifest
@@ -1,4 +1,2 @@
-DIST DateTime-Locale-0.46.tar.gz 2556441 BLAKE2B 
122c6d0a3b2ce4c9db79cb03255c817c298b019fab9ae57c5ec506be586c3c156bf4e41dd60aab79a49da745f55c6f068d826cc33e36ac85232e048f9ba3c8d4
 SHA512 
36a13c10efca1299f4705a98bedd640d235df7478554f398648e124a3ecccfcd72b16b18882836d6e415e2114feb2dda4260f24774c6f741a705b1ba63b4363f
-DIST DateTime-Locale-1.03.tar.gz 959190 BLAKE2B 
025075d0606c83afacc0b21309068b23e6aa3d84f81e9942a847dedfeac3b2ce876b51872df2a0a931de3f135055f53960f430d061c6286f2e2dcd336e7b6585
 SHA512 
c86f338c40bbc4a045314a3a84871ff963495c788ae68b15f747ce896f9ea9ded8e037238870b0831727b6fc578739318897d04c753ff113b33d57f9a0f9
 DIST DateTime-Locale-1.16.tar.gz 1228443 BLAKE2B 
43b9bc0439d269dd29856538c87ff866337dc989b85d7e677e62ececf93a194b65cfb99eae07c17a97e8d7c2c917cf533e751856e09c1d63684c70de99aac4a9
 SHA512 
66b09f2f2d9cbb9ed969c6e881dd68a48957d69d5d4cd8a998b7a79538050807d862813eae677ef28ec2ce645c8fc15b9b5de2b15ed077e936d63a44e072a145
 DIST DateTime-Locale-1.28.tar.gz 1391000 BLAKE2B 
ec19047a6d0e55db0235db480e96d49d3ef091df8a3b37acd87fc54936923298cb70b55480b048ac64376e28784f6995ce5f42793f626b5e8022078b03c98eee
 SHA512 
5c6349e9115bd8d6dba0b33809f9d8544f0d40802bbf0111005fda4990d3d815b236c44f60a1b5fe8d28d3f2f19343627df2d7ac87158be07e7de4f05c19a763



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/

2020-12-12 Thread Kent Fredric
commit: 5a67534ef7f7b68bbc5148fb1d6947a5dba9e328
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 07:52:20 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 08:39:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a67534e

dev-perl/DateTime-Format-Natural: Cleanup old 1.100.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../DateTime-Format-Natural-1.100.0.ebuild | 47 --
 dev-perl/DateTime-Format-Natural/Manifest  |  1 -
 2 files changed, 48 deletions(-)

diff --git 
a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.100.0.ebuild 
b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.100.0.ebuild
deleted file mode 100644
index 6858938e2fd..000
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.100.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SCHUBIGER
-DIST_VERSION=1.10
-inherit perl-module
-
-DESCRIPTION="Parse informal natural language date/time strings"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   dev-perl/Clone
-   dev-perl/Date-Calc
-   dev-perl/DateTime
-   dev-perl/DateTime-TimeZone
-   virtual/perl-Exporter
-   virtual/perl-File-Spec
-   virtual/perl-Getopt-Long
-   dev-perl/List-MoreUtils
-   >=dev-perl/Params-Validate-1.150.0
-   virtual/perl-Scalar-List-Utils
-   virtual/perl-Storable
-   virtual/perl-Term-ReadLine
-   dev-perl/boolean
-"
-DEPEND="
-   dev-perl/Module-Build
-"
-BDEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.420.0
-   test? (
-   dev-perl/Module-Util
-   dev-perl/Test-MockTime
-   virtual/perl-Test-Simple
-   )
-"
-PERL_RM_FILES=(
-   t/pod-coverage.t
-   t/pod.t
-)

diff --git a/dev-perl/DateTime-Format-Natural/Manifest 
b/dev-perl/DateTime-Format-Natural/Manifest
index 185566c1254..80a91dfff8a 100644
--- a/dev-perl/DateTime-Format-Natural/Manifest
+++ b/dev-perl/DateTime-Format-Natural/Manifest
@@ -1,3 +1,2 @@
 DIST DateTime-Format-Natural-1.05.tar.gz 80675 BLAKE2B 
7495309aecc2aca50dcbcbbd7732cffac593a1455a438ada473c9cd0b4c068d4ac5f7dd59632d63e07b3b4c05d6d2cb8826996a047a618eb4a3f4f3fb4a29f85
 SHA512 
d6c07a7e6345321dfffbf608fbd0ef8b050761b612f76ebb0cf06b9e883ca83863b71f846868c8323d6d0c428c9ec93a988bcb53f883045bd1de94926cba9e7e
-DIST DateTime-Format-Natural-1.10.tar.gz 80958 BLAKE2B 
1d1fc1b4f1aae0e9bc359768960896d3d7da548051886789c21993854a2d550dc1c85e202dc714708a99aa09d26823773c6311f5fd33d91ec1844d5226c6e37d
 SHA512 
41d51364efe242733945bca061fe67562fe24f069788d14962aeb2a5d0589e9078f81212d0fde78e950050853eaed5e1a0cc3868f409b82c7b054849c9dc2600
 DIST DateTime-Format-Natural-1.11.tar.gz 82424 BLAKE2B 
454b6c525f3bdee31ad077ba3445b307e175f023dcee3309b7b9f05eced9d9424bde28700dbf22b210910bd056b21293e026290c3a9bf7b47ac3f73d2ac1ccfb
 SHA512 
1e89fe7ea05eec620f453cde4874bba6ced5d4055944e9e396226041c1d2efaa9b5a4852b88484b7dc00d792d2842a5c74f5eb86e70b220a3a8afbc7ec80



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Builder/

2020-12-12 Thread Kent Fredric
commit: 4d560eab9beaf3004b25f977a348dccd958a32c9
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 07:48:17 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 08:39:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d560eab

dev-perl/DateTime-Format-Builder: Cleanup old 0.820.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../DateTime-Format-Builder-0.820.0.ebuild | 34 --
 dev-perl/DateTime-Format-Builder/Manifest  |  1 -
 2 files changed, 35 deletions(-)

diff --git 
a/dev-perl/DateTime-Format-Builder/DateTime-Format-Builder-0.820.0.ebuild 
b/dev-perl/DateTime-Format-Builder/DateTime-Format-Builder-0.820.0.ebuild
deleted file mode 100644
index c5231a528e8..000
--- a/dev-perl/DateTime-Format-Builder/DateTime-Format-Builder-0.820.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=0.82
-inherit perl-module
-
-DESCRIPTION="Create DateTime parser classes and objects"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~ppc-aix ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   >=dev-perl/DateTime-1.0.0
-   >=dev-perl/DateTime-Format-Strptime-1.40.0
-   >=dev-perl/Params-Validate-0.720.0
-   virtual/perl-Scalar-List-Utils
-   virtual/perl-parent
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-File-Spec
-   >=virtual/perl-Test-Simple-0.960.0
-   )
-"
-PERL_RM_FILES=(
-   t/99pod.t
-)

diff --git a/dev-perl/DateTime-Format-Builder/Manifest 
b/dev-perl/DateTime-Format-Builder/Manifest
index 6c86b8f0b00..da8a11c5395 100644
--- a/dev-perl/DateTime-Format-Builder/Manifest
+++ b/dev-perl/DateTime-Format-Builder/Manifest
@@ -1,3 +1,2 @@
 DIST DateTime-Format-Builder-0.81.tar.gz 39933 BLAKE2B 
a9e692f584e02bf09609c5a666064de2dcef368a86518b77266bf9176a748f0b009687fb07831196e93adeedcf75123539519e1664a7caaa3e05bb5d46431b27
 SHA512 
617cf72e900d9bb17fd5c3cfbfa1874bf1c34de144514ea4cabd7b66eb682696b9c9501e66db1073da59c5e8278e6878b893876a1a7f11a9c011dbae44ebdd57
-DIST DateTime-Format-Builder-0.82.tar.gz 63465 BLAKE2B 
ee030678837e11fc2af0cc7d3ad00856b92b25cac23ea5a8a4468fef48f7cb60d09b59277bcf44a73d83920441e16a4c130cf0b8982ed4cd280cbbd9c0f10e01
 SHA512 
e89becd9875f84df8f83ea2081bf6b08cad4a62af6f8d193ce6735ae8442881ca826e68c894879d3c5e90d1fcc60b7b5fa5ba4b7f9dbba92a4c2e26fc54dca1e
 DIST DateTime-Format-Builder-0.83.tar.gz 63355 BLAKE2B 
795a7cab7e837b45d4d509c06f99b7192e85f17dbf57988fa8bf07b0ed5af602135baa9c6b131ce81800ff1144ed3ffbc246119364d162fcfa30bf2956d23c07
 SHA512 
eb0601dce7bc9adb0b4b6df2058b5f126e36738a9fc1e18c6e09ecf2787fbe7cd9b8ae9a5772590d6fa0df271b5a7fde0f3ab6f2be68e182adaac48ca3ae3837



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI/

2020-12-11 Thread Kent Fredric
commit: 3829eb9c21d30b089db40851ed5934832cd6980d
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 05:35:16 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 06:37:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3829eb9c

dev-perl/CGI: Cleanup old 4.500.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/CGI/CGI-4.500.0.ebuild | 38 --
 dev-perl/CGI/Manifest   |  1 -
 2 files changed, 39 deletions(-)

diff --git a/dev-perl/CGI/CGI-4.500.0.ebuild b/dev-perl/CGI/CGI-4.500.0.ebuild
deleted file mode 100644
index b6385de63a0..000
--- a/dev-perl/CGI/CGI-4.500.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=LEEJO
-DIST_VERSION=4.50
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Simple Common Gateway Interface Class"
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   virtual/perl-Encode
-   virtual/perl-Exporter
-   >=virtual/perl-File-Spec-0.820.0
-   >=virtual/perl-File-Temp-0.170.0
-   >=dev-perl/HTML-Parser-3.690.0
-   virtual/perl-if
-   >=virtual/perl-parent-0.225.0
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-IO
-   >=dev-perl/Test-Deep-0.110.0
-   dev-perl/Test-NoWarnings
-   >=virtual/perl-Test-Simple-0.980.0
-   >=dev-perl/Test-Warn-0.300.0
-   )
-"
-PERL_RM_FILES=( "t/compiles_pod.t" "t/changes.t" )

diff --git a/dev-perl/CGI/Manifest b/dev-perl/CGI/Manifest
index 55cf9dee5a7..43f570de860 100644
--- a/dev-perl/CGI/Manifest
+++ b/dev-perl/CGI/Manifest
@@ -1,3 +1,2 @@
 DIST CGI-4.47.tar.gz 204940 BLAKE2B 
fa0c4492b19543061403ff65be0d304fe166ece4cdfdb19c9c55de391001add2c03bd4c99019ddeae1b2fc70009a5419de8baa7159548f237351572d11c9c004
 SHA512 
1f46c15071254a691781a93cfdaed62da01486bb32d68ef6999ad1aa6f8b631452fad4aa95fdf8ce63a7314023853f01fddfb9aabf3f49460d174d118136822d
-DIST CGI-4.50.tar.gz 205316 BLAKE2B 
7b6fe005545e2a3f9a0218f4bb3fc7f6acea879c87118675f72db5f7db78b0bd84788493199e94d2bfadcd07650dfed72c85d0db69ba1210bd3b372e19fb2cab
 SHA512 
c8f898404ef8fb341ea741229939748b82ca94b231591b67f29ca2f06cfbab363653753289a795a2eb0b0a145eafc8e8a303e92fd90795071b123e0fb8cb79c6
 DIST CGI-4.51.tar.gz 205366 BLAKE2B 
1fd76c82610ad1b017f19bd055bbf4a533f96e385891c53832a7e43f4c8d5fc74ed81a6e86e4e3ce666bf30a7354b06f808d2c68e65c0fea75b2ce5fb7b8
 SHA512 
1ff69bf78c346142f0355e816fae18c69eb57504c2fc06738f2d26b97adee7cee1df2b4b2246ae72532e769a613aea6d6f7027956066a0c12354658e62a98e5d



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Rijndael/

2020-12-11 Thread Kent Fredric
commit: 966117e36b2569c86bcddfe9987a68e2e5f69d7a
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 06:36:26 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 06:37:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=966117e3

dev-perl/Crypt-Rijndael: Cleanup old 1.140.0-r1

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Crypt-Rijndael-1.140.0-r1.ebuild   | 29 --
 1 file changed, 29 deletions(-)

diff --git a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.140.0-r1.ebuild 
b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.140.0-r1.ebuild
deleted file mode 100644
index 26733862f2f..000
--- a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.140.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=LEONT
-DIST_VERSION=1.14
-inherit perl-module
-
-DESCRIPTION="Crypt::CBC compliant Rijndael encryption module"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-Test-Simple
-   )
-"
-src_compile() {
-   mymake=(
-   "OPTIMIZE=${CFLAGS}"
-   )
-   perl-module_src_compile
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Perl-Releases/

2020-12-11 Thread Kent Fredric
commit: 8ca3ea954a7a0039d88b00514ff89c8b7f121c9b
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 05:58:03 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 06:37:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca3ea95

dev-perl/CPAN-Perl-Releases: Cleanup old 5.202.8.200

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../CPAN-Perl-Releases-5.202.8.200.ebuild  | 24 --
 dev-perl/CPAN-Perl-Releases/Manifest   |  1 -
 2 files changed, 25 deletions(-)

diff --git a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.8.200.ebuild 
b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.8.200.ebuild
deleted file mode 100644
index aa5a3fef128..000
--- a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.8.200.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=BINGOS
-DIST_VERSION=5.20200820
-inherit perl-module
-
-DESCRIPTION="Mapping Perl releases on CPAN to the location of the tarballs"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-File-Spec
-   virtual/perl-IO
-   >=virtual/perl-Test-Simple-0.470.0
-   )
-"
-PERL_RM_FILES=( "t/author-pod-coverage.t" "t/author-pod-syntax.t" )

diff --git a/dev-perl/CPAN-Perl-Releases/Manifest 
b/dev-perl/CPAN-Perl-Releases/Manifest
index bdab0ee26eb..807299b180e 100644
--- a/dev-perl/CPAN-Perl-Releases/Manifest
+++ b/dev-perl/CPAN-Perl-Releases/Manifest
@@ -1,3 +1,2 @@
 DIST CPAN-Perl-Releases-5.20200428.tar.gz 23709 BLAKE2B 
0ef30b30e482884d6a18d78402a7ead872ff8a0100723921e8b1e39d851af7c2dc432d5033b7524afa44cfdca87fdd8d8d9f5cc70d88df723a8bbd2962571079
 SHA512 
44ea58bd29d3db8715c92a1d1e5953a5a185669a08d5f01bd36a695ef8687c9fcf08a399a2d52a84c214f0b4dceaf829030fc17d29b6663bc50f9abb89378c9b
-DIST CPAN-Perl-Releases-5.20200820.tar.gz 23732 BLAKE2B 
2064dfd1260e990361c9f7bf9ad43c579e01480c994c6e2d654a9d9e262b1fbad77bf809e0bc58d8e6e92f889af6564e3d95f783bbc5833bae7faa90bb73b3d4
 SHA512 
1fbfdf32cc261803a435825320672736a906e8d4dc1997e8c424931c04fd686e162cf368bf9ed7d9c4cefc2140569357fe8e30c10733f8a7694a56aec16d5d22
 DIST CPAN-Perl-Releases-5.20200920.tar.gz 23596 BLAKE2B 
abb354f1ff2f0e761223a2df39513abd10b9c409522b2f006ab8469db4d54df90d5dbed13496a907e3cb087a0a5bb01174ecd7ef3ee9d4be9614c4df1a1c3d50
 SHA512 
b6d28721e3941fba74eb3a377b9d25a896865b9b3aebc7ee476cebf894db999de79bcbad9091d5763c2e82594c9d5cc5c4dfae075d0525f085d7a5026f1db31a



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Cpanel-JSON-XS/

2020-12-11 Thread Kent Fredric
commit: cff0e82a1e94a53be8dc50fe1b5ddf3ef82ee237
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 06:27:18 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 06:37:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff0e82a

dev-perl/Cpanel-JSON-XS: Cleanup old 4.230.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Cpanel-JSON-XS/Cpanel-JSON-XS-4.230.0.ebuild   | 50 --
 dev-perl/Cpanel-JSON-XS/Manifest   |  1 -
 2 files changed, 51 deletions(-)

diff --git a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-4.230.0.ebuild 
b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-4.230.0.ebuild
deleted file mode 100644
index f07651db958..000
--- a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-4.230.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=RURBAN
-DIST_VERSION=4.23
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="cPanel fork of JSON::XS, fast and correct serializing"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=virtual/perl-Math-BigInt-1.160.0
-   virtual/perl-Carp
-   >=virtual/perl-Encode-1.980.100
-   virtual/perl-Exporter
-   virtual/perl-XSLoader
-   >=virtual/perl-podlators-2.80.0
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-Data-Dumper
-   virtual/perl-Test
-   virtual/perl-Test-Simple
-   virtual/perl-Time-Piece
-   )
-"
-src_compile() {
-   mymake=(
-   "OPTIMIZE=${CFLAGS}"
-   )
-   perl-module_src_compile
-}
-src_test() {
-   ewarn "Comprehensive testing may require manual installation of 
dependencies"
-   ewarn " See: 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}#Tests;
-   perl-module_src_test
-}
-pkg_postinst() {
-   ewarn "This package provides 'cpanel_json_xs' in PATH, which includes 
optional features"
-   ewarn "otherwise not automatically made available yet. If you desire to 
use these,"
-   ewarn "please consult:"
-   ewarn " 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}#Optional_Features;
-}

diff --git a/dev-perl/Cpanel-JSON-XS/Manifest b/dev-perl/Cpanel-JSON-XS/Manifest
index 1929fcf3d55..6a84a41bf90 100644
--- a/dev-perl/Cpanel-JSON-XS/Manifest
+++ b/dev-perl/Cpanel-JSON-XS/Manifest
@@ -1,3 +1,2 @@
 DIST Cpanel-JSON-XS-4.19.tar.gz 251461 BLAKE2B 
fa22192d017fc41327e71b84f47e3939765b0c48586cc31876f744c2a51a93b36f6d41b8c9f92bba04875123604efe3fed6a486839dbfb39623cb2a4a4064087
 SHA512 
c67b62e8f95900cb3626357cfa9976f1553f84ffd10a977d47839ca3b317014473c3a6e48f6680478b89bbdc2ac177b22441ad5e49e7e8eb0344ef14a3c52b10
-DIST Cpanel-JSON-XS-4.23.tar.gz 253594 BLAKE2B 
e9cb66c58015f6b83f00f588e9afc7c360182b67ceffcb90a76c2ebb1ad922250a5f2cec1049a79aea03789248d89669b4c787017bfdb6710f8576ab1e5b2948
 SHA512 
1c0d70ff85a2217c2b326c8002766e237966e0fcdac447fbb5108a5ba98b2771db17731853f2f7bedf85c337c7f6e18333c2c235830a17e152e7838bd168d0f9
 DIST Cpanel-JSON-XS-4.24.tar.gz 254008 BLAKE2B 
4449d0d562388c547ab26e87048b49d2e77e7508c8bc2c4db4af562ecfed768452cea1daca60e8ce59ed464b9d4ceca17d73326a16bec3e3a6d42bd6e13df7fe
 SHA512 
311746bd6d686f758db4507c1219675b262205a8d798662b8f5521d3f9c7d76678580a30e26281b461647763d552cb76fdbbcf4aa1737dc7c7416364179741bb



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses/

2020-12-11 Thread Kent Fredric
commit: f036872ff4f6581e57e74831d446e5205a4de810
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 06:44:05 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 06:44:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f036872f

dev-perl/Curses: Cleanup old 1.360.0-r1

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Curses/Curses-1.360.0-r1.ebuild | 47 
 1 file changed, 47 deletions(-)

diff --git a/dev-perl/Curses/Curses-1.360.0-r1.ebuild 
b/dev-perl/Curses/Curses-1.360.0-r1.ebuild
deleted file mode 100644
index 684145194e6..000
--- a/dev-perl/Curses/Curses-1.360.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=GIRAFFED
-DIST_VERSION=1.36
-DIST_EXAMPLES=("demo" "demo2" "demo.form" "demo.menu" "demo.panel" "gdc")
-inherit perl-module
-
-DESCRIPTION="Curses interface modules for Perl"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~sparc-solaris ~x86-solaris"
-IUSE="+unicode test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=sys-libs/ncurses-5:0=[unicode?]
-   virtual/perl-Data-Dumper
-"
-DEPEND="
-   >=sys-libs/ncurses-5:0=[unicode?]
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? ( virtual/perl-Test-Simple )
-"
-
-src_configure() {
-   myconf="${myconf} FORMS PANELS MENUS"
-   mydoc=HISTORY
-   export CURSES_LIBTYPE="$(usex unicode ncursesw ncurses)"
-   local nc_tool="${CURSES_LIBTYPE}$(has_version 'sys-libs/ncurses:0/6' && 
echo 6 || echo 5)-config"
-   export CURSES_LDFLAGS=$( ${nc_tool} --libs )
-   export CURSES_CFLAGS=$( ${nc_tool} --cflags )
-   perl-module_src_configure
-   if ! use unicode ; then
-   sed -i 's::"/usr/include/form.h":' "${S}"/c-config.h || 
die
-   fi
-}
-src_compile() {
-   mymake=(
-   "OPTIMIZE=${CFLAGS}"
-   )
-   perl-module_src_compile
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/BerkeleyDB/

2020-12-11 Thread Kent Fredric
commit: d7a205cc7aaf8162147d8edda2a5677eaa3211ed
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 03:03:40 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 06:37:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a205cc

dev-perl/BerkeleyDB: Cleanup old 0.630.0-r2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/BerkeleyDB/BerkeleyDB-0.630.0-r2.ebuild | 64 
 dev-perl/BerkeleyDB/Manifest |  1 -
 2 files changed, 65 deletions(-)

diff --git a/dev-perl/BerkeleyDB/BerkeleyDB-0.630.0-r2.ebuild 
b/dev-perl/BerkeleyDB/BerkeleyDB-0.630.0-r2.ebuild
deleted file mode 100644
index 8a644c1a2e6..000
--- a/dev-perl/BerkeleyDB/BerkeleyDB-0.630.0-r2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=PMQS
-DIST_VERSION=0.63
-inherit perl-module db-use multilib
-
-DESCRIPTION="This module provides Berkeley DB interface for Perl"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# Install DB_File if you want older support. BerkleyDB no longer
-# supports less than 2.0.
-
-RDEPEND="
-   >=sys-libs/db-2.0:=
-"${S}"/config.in || die "Can't write config.in"
-
-   perl-module_src_prepare
-}
-src_compile() {
-   mymake=(
-   "OPTIMIZE=${CFLAGS}"
-   )
-   perl-module_src_compile
-}

diff --git a/dev-perl/BerkeleyDB/Manifest b/dev-perl/BerkeleyDB/Manifest
index 7932e263230..53bbe9454e6 100644
--- a/dev-perl/BerkeleyDB/Manifest
+++ b/dev-perl/BerkeleyDB/Manifest
@@ -1,3 +1,2 @@
 DIST BerkeleyDB-0.55.tar.gz 203318 BLAKE2B 
65118bacdb7b597a7f006a341916b21cd4b4d4602e56854fc4d04aa53f995365b4da44ea95a6e0472f5540f74eab46b83c56bb1c9cf8a51779260a6f4746ddd5
 SHA512 
a9bee92b0168918eaf6fb38b7b66005cfbb360ce89a9ae9feeb022e3d27fa7e627412b5c19233840571ed60568729d4bd83d279f84a0c7db921b8eed9f73afea
-DIST BerkeleyDB-0.63.tar.gz 208324 BLAKE2B 
e13f9e4a7993a09ff60378cf19c7baba925850b1996873727f7659787111a9b437b022653329e18e94dead7c29ff0da9ee79d3a67adf2afcc8cdaa02d689c127
 SHA512 
43edf4eb3650e7b03dfc45ead834ea766d458cf3bc9b6405646142ad0ab223bdb3267815be5a92ddbf3958e5507d39f193d749d9ff6fe83a3beb9e02e8f6c66b
 DIST BerkeleyDB-0.64.tar.gz 259656 BLAKE2B 
5136c632a7385a7d7866b59b75ba32d3bcd6fc660d7c1d54edba868db831bee2ce5162117d7941793cda1e31b22fa17d624a84ae377348d8dc2c5255016bf714
 SHA512 
368f89bb12e209ed6f0d1367875739813bfec85f4c10f0ffd7260d5be97bbd758af517133977f1e8f43c1d9b04d6b5dd9696ae1de1d544d9682b1f6bacfe3e85



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-AutoConf/

2020-12-11 Thread Kent Fredric
commit: f4f932a8198419654cc9bcd59457fc63937d9b32
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 06:15:52 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 06:37:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f932a8

dev-perl/Config-AutoConf: Cleanup old 0.318.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Config-AutoConf/Config-AutoConf-0.318.0.ebuild | 32 --
 dev-perl/Config-AutoConf/Manifest  |  1 -
 2 files changed, 33 deletions(-)

diff --git a/dev-perl/Config-AutoConf/Config-AutoConf-0.318.0.ebuild 
b/dev-perl/Config-AutoConf/Config-AutoConf-0.318.0.ebuild
deleted file mode 100644
index f9e0bd5971a..000
--- a/dev-perl/Config-AutoConf/Config-AutoConf-0.318.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=REHSACK
-DIST_VERSION=0.318
-
-inherit perl-module
-
-DESCRIPTION="A module to implement some of AutoConf macros in pure perl"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-perl/Capture-Tiny
-   virtual/perl-Carp
-   virtual/perl-Exporter
-   >=virtual/perl-ExtUtils-CBuilder-0.280.220
-   dev-perl/File-Slurper
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp
-   >=virtual/perl-Scalar-List-Utils-1.180.0
-   virtual/perl-Text-ParseWords
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? ( >=virtual/perl-Test-Simple-0.900.0 )
-"

diff --git a/dev-perl/Config-AutoConf/Manifest 
b/dev-perl/Config-AutoConf/Manifest
index c4647872da4..b6069eaa0cd 100644
--- a/dev-perl/Config-AutoConf/Manifest
+++ b/dev-perl/Config-AutoConf/Manifest
@@ -1,3 +1,2 @@
 DIST Config-AutoConf-0.315.tar.gz 49738 BLAKE2B 
e1fe0be1c113a66583d4db40c81c74bd7f1884155c1f0da180546c2c26a2bb4b496ab4f8fce9f5a5cf4e22a15ace8fae8f2bf51e5a4cb662e8a58d5a9e83a808
 SHA512 
ab52d4d19ede25b1f7030b461b931f5cd5bc5f0af50a584a015b367ff2085b2e58826f079290a22194f50ef063c2ba8b469ced913e4c306f788ef28efa41f2e1
-DIST Config-AutoConf-0.318.tar.gz 51016 BLAKE2B 
816c74e2abc3087b5a89327e462092b6cd11005545510adc76c11ad84348a8f7f8b1fe7af37d10b79769d80ca35f44791b16658dbe4aca128b831898c26d009d
 SHA512 
b125fb1c708a518a251695450ae4208d84c7b0de7e34081e22659bf2b93699868f14867d824805e1162fa99d8e15ed1072caf503d20b3c2cf0e27642b4213077
 DIST Config-AutoConf-0.319.tar.gz 52118 BLAKE2B 
8c0596a22d7accab0366f33f4f72315356abb61ccc3c0c816651724fc21a091607c48b4bb69b5441771795c432376e0811ecaa799b3b7b38b05d6cbdae80c29c
 SHA512 
156b40e9728f9b02530cb490b31a0d439414ab5c4b43a216f7f649c23f62462a441923dc02d22735fcd44a70a5314fc8e9465047261f0e61a2013c05ff69a3bd



[gentoo-commits] repo/gentoo:master commit in: dev-perl/BZ-Client/

2020-12-11 Thread Kent Fredric
commit: 362abef5f1b6afa2c51d00068033b8f3bb111d85
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 03:08:08 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 06:37:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362abef5

dev-perl/BZ-Client: Cleanup old 4.400.200

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/BZ-Client/BZ-Client-4.400.200.ebuild | 51 ---
 dev-perl/BZ-Client/Manifest   |  1 -
 2 files changed, 52 deletions(-)

diff --git a/dev-perl/BZ-Client/BZ-Client-4.400.200.ebuild 
b/dev-perl/BZ-Client/BZ-Client-4.400.200.ebuild
deleted file mode 100644
index 7942e5f1e9a..000
--- a/dev-perl/BZ-Client/BZ-Client-4.400.200.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DJZORT
-DIST_VERSION=4.4002
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="A client for the Bugzilla web services API."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-perl/DateTime-Format-ISO8601
-   dev-perl/DateTime-Format-Strptime
-   dev-perl/DateTime-TimeZone
-   virtual/perl-Encode
-   virtual/perl-File-Spec
-   dev-perl/HTTP-CookieJar
-   virtual/perl-HTTP-Tiny
-   virtual/perl-MIME-Base64
-   dev-perl/URI
-   dev-perl/XML-Parser
-   dev-perl/XML-Writer
-   virtual/perl-parent
-"
-DEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.280.0
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   >=virtual/perl-CPAN-Meta-2.120.900
-   dev-perl/Clone
-   virtual/perl-Data-Dumper
-   dev-perl/DateTime
-   dev-perl/IO-Socket-SSL
-   dev-perl/Test-RequiresInternet
-   virtual/perl-Test-Simple
-   dev-perl/Text-Password-Pronounceable
-   )
-"
-
-src_test() {
-   has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}} && export 
TEST_AUTHOR=1
-   perl_rm_files t/author-* t/release-*
-   perl-module_src_test
-}

diff --git a/dev-perl/BZ-Client/Manifest b/dev-perl/BZ-Client/Manifest
index 24108cace5e..f69988498d5 100644
--- a/dev-perl/BZ-Client/Manifest
+++ b/dev-perl/BZ-Client/Manifest
@@ -1,2 +1 @@
-DIST BZ-Client-4.4002.tar.gz 83998 BLAKE2B 
8e18709a8996d036cf64a3f3dd735ed1c0bce00b0ef4e1e930f2d6c09c14fd02b28c92803c98c8d17c27f6287ee03b4b0f9c28df800ed57988d16a1bef570dc9
 SHA512 
7027554b423c114396d338a6f477f5f8c36077735e3586ee293ce1a4beed189479b9c33554f8af1532e096b5b3b9a0720efbe4390392ebd503af70ce2ec3844d
 DIST BZ-Client-4.4003.tar.gz 85579 BLAKE2B 
d9310fd594d3a0a19ee9e08b047efbc89ee36e1d0c8a25f79f9dd3f4de661f7cfd1de27d1017a6cabcb356362b27ba2c9cc5c908dc43c6e43b52b7eeb16e3b15
 SHA512 
d4b8bb4de96ca40f37f0ab6576095341cd3c7be41d6d4bdfd88f7b25de8ce77130a1736ea4e577f57186191cee2eeff6131fe107a0cb56e9439f4258fb560432



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Build/

2020-12-11 Thread Kent Fredric
commit: 93bca24edc2bd13cd4e9ac1ef9273aae0bff87a2
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 02:54:36 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 02:56:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93bca24e

dev-perl/Alien-Build: Cleanup old 2.2{8,9}0.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Alien-Build/Alien-Build-2.280.0.ebuild | 41 
 dev-perl/Alien-Build/Alien-Build-2.290.0.ebuild | 50 -
 dev-perl/Alien-Build/Manifest   |  2 -
 3 files changed, 93 deletions(-)

diff --git a/dev-perl/Alien-Build/Alien-Build-2.280.0.ebuild 
b/dev-perl/Alien-Build/Alien-Build-2.280.0.ebuild
deleted file mode 100644
index 2a7aaf87c32..000
--- a/dev-perl/Alien-Build/Alien-Build-2.280.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=PLICEASE
-DIST_VERSION=2.28
-DIST_EXAMPLES=("example/*")
-inherit perl-module
-
-DESCRIPTION="Build external dependencies for use in CPAN"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-IUSE="test zip"
-RESTRICT="!test? ( test )"
-
-# No, pkgconfig is not suspect, it actually uses it at runtime, and this module
-# is somewhat a wrapper for pkgconfig :/
-RDEPEND="
-   zip? ( dev-perl/Archive-Zip )
-   virtual/perl-Archive-Tar
-   >=dev-perl/Capture-Tiny-0.170.0
-   virtual/perl-ExtUtils-CBuilder
-   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
-   >=virtual/perl-ExtUtils-ParseXS-3.300.0
-   >=dev-perl/FFI-CheckLib-0.110.0
-   >=dev-perl/File-Which-1.100.0
-   dev-perl/File-chdir
-   virtual/perl-JSON-PP
-   >=dev-perl/Path-Tiny-0.77.0
-   >=virtual/perl-Scalar-List-Utils-1.330.0
-   >=virtual/perl-Test-Simple-1.302.96
-   >=virtual/perl-Text-ParseWords-3.260.0
-   virtual/pkgconfig
-"
-BDEPEND="${RDEPEND}
-   test? (
-   dev-perl/Devel-Hide
-   >=dev-perl/Test2-Suite-0.0.60
-   )
-"

diff --git a/dev-perl/Alien-Build/Alien-Build-2.290.0.ebuild 
b/dev-perl/Alien-Build/Alien-Build-2.290.0.ebuild
deleted file mode 100644
index 8abba72db04..000
--- a/dev-perl/Alien-Build/Alien-Build-2.290.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=PLICEASE
-DIST_VERSION=2.29
-DIST_EXAMPLES=("example/*")
-inherit perl-module
-
-DESCRIPTION="Build external dependencies for use in CPAN"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-IUSE="minimal test zip"
-RESTRICT="!test? ( test )"
-
-# No, pkgconfig is not suspect, it actually uses it at runtime, and this module
-# is somewhat a wrapper for pkgconfig :/
-RDEPEND="
-   zip? ( dev-perl/Archive-Zip )
-   virtual/perl-Archive-Tar
-   >=dev-perl/Capture-Tiny-0.170.0
-   virtual/perl-ExtUtils-CBuilder
-   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
-   >=virtual/perl-ExtUtils-ParseXS-3.300.0
-   >=dev-perl/FFI-CheckLib-0.110.0
-   >=dev-perl/File-Which-1.100.0
-   dev-perl/File-chdir
-   virtual/perl-JSON-PP
-   >=dev-perl/Path-Tiny-0.77.0
-   >=virtual/perl-Scalar-List-Utils-1.330.0
-   >=virtual/perl-Test-Simple-1.302.96
-   >=virtual/perl-Text-ParseWords-3.260.0
-   virtual/pkgconfig
-"
-BDEPEND="${RDEPEND}
-   test? (
-   dev-perl/Devel-Hide
-   >=dev-perl/Test2-Suite-0.0.60
-   !minimal? (
-   dev-perl/Alien-Base-ModuleBuild
-   dev-perl/Sort-Versions
-   )
-   )
-"
-src_prepare() {
-   unset LD
-   [[ -n "${CCLD}" ]] && export LD="${CCLD}"
-   perl-module_src_prepare
-}

diff --git a/dev-perl/Alien-Build/Manifest b/dev-perl/Alien-Build/Manifest
index a82fa9dd6e7..804363a0383 100644
--- a/dev-perl/Alien-Build/Manifest
+++ b/dev-perl/Alien-Build/Manifest
@@ -1,5 +1,3 @@
 DIST Alien-Build-2.23.tar.gz 310744 BLAKE2B 
3bf3ce08be1e508a5eb695cc3ee71ccb70230c3fa0feb3e4378bbba35b7429ab3b852692ea4492e9aa80fdb962ef1fef7e82b654bbf8e8ca2428aa8f44b8
 SHA512 
78a9b710dde488ce0852266340104f7b540e94ea58e8715d27e1e303a67956f862110bbd305119ac08fe9c5a20c0e5cc6fa5b6982abf830910f2d3a1ed9963fa
-DIST Alien-Build-2.28.tar.gz 314626 BLAKE2B 
c37bf00f937a1390ba3e35b1a26b676d72b20e0849cbad954e54c0

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Base-ModuleBuild/

2020-12-11 Thread Kent Fredric
commit: afa79da29923ad0dd5b5a803e5c71007b5e365a1
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 12 02:48:34 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 02:56:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa79da2

dev-perl/Alien-Base-ModuleBuild: Cleanup old 1.140.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Alien-Base-ModuleBuild-1.140.0.ebuild  | 45 --
 dev-perl/Alien-Base-ModuleBuild/Manifest   |  1 -
 2 files changed, 46 deletions(-)

diff --git 
a/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.140.0.ebuild 
b/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.140.0.ebuild
deleted file mode 100644
index 06221aeebc0..000
--- a/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.140.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=PLICEASE
-DIST_VERSION=1.14
-inherit perl-module
-
-DESCRIPTION="A Module::Build subclass for building Alien:: modules and their 
libraries"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# Alien-Build for Alien::Base::PkgConfig
-RDEPEND="
-   >=dev-perl/Alien-Build-1.200.0
-   dev-perl/Archive-Extract
-   >=virtual/perl-Archive-Tar-1.400.0
-   >=dev-perl/Capture-Tiny-0.170.0
-   >=dev-perl/File-chdir-0.100.500
-   >=virtual/perl-HTTP-Tiny-0.44.0
-   >=dev-perl/Module-Build-0.400.400
-   >=dev-perl/Path-Tiny-0.77.0
-   >=virtual/perl-Scalar-List-Utils-1.450.0
-   dev-perl/Shell-Config-Generate
-   dev-perl/Shell-Guess
-   dev-perl/Sort-Versions
-   >=virtual/perl-Text-ParseWords-3.260.0
-   dev-perl/URI
-   virtual/perl-parent
-   dev-perl/HTML-Parser
-   virtual/perl-JSON-PP
-"
-DEPEND="
-   dev-perl/Module-Build
-"
-# Test2-Suite for Test2::Require::Module and Test2::V0
-BDEPEND="
-   ${RDEPEND}
-   test? (
-   >=dev-perl/Test2-Suite-0.0.60
-   )
-"

diff --git a/dev-perl/Alien-Base-ModuleBuild/Manifest 
b/dev-perl/Alien-Base-ModuleBuild/Manifest
index ace0d557510..fe0d077f012 100644
--- a/dev-perl/Alien-Base-ModuleBuild/Manifest
+++ b/dev-perl/Alien-Base-ModuleBuild/Manifest
@@ -1,2 +1 @@
-DIST Alien-Base-ModuleBuild-1.14.tar.gz 62072 BLAKE2B 
64a94621b36b13ad32861c228e787ca44ae8fbec5f1a2fcd65ade8188c44021dbca45fc7f62aa390d10920f670779511ceb96f214b41c4cce2a6424a0f72b47e
 SHA512 
6fcfb7e5525972d5ca565441717143b036ed9c4079700426df2e96d76a91baeaf103ac406a8fa86dfd820929041525d7bb66c32762258cfb7752fb7634171fbf
 DIST Alien-Base-ModuleBuild-1.15.tar.gz 63870 BLAKE2B 
dc89d63c31cfe618db58cc11c17190b8e881efa3b245c5bb81a99f4c4263a621747579ea5313f646b171bf7446261b01aa2eda45b81ee0a6ef6cb16c5c4092d2
 SHA512 
6aa366c9748c8470abef2597684bdd68edb952ec9e8f36e31741a3376bd96aea7cd62caeea47a5ff0fb205f6d2087a63a20baf4767f87321fd54dda2727e1a70



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-File/

2020-12-11 Thread Kent Fredric
commit: 36c1b930e2915af427a28ea4e33b14d20a109aaa
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Dec 10 09:11:52 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 01:41:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c1b930

dev-perl/Test-File: Keyword ~m68k re bug #737594

- Build/Test OK on m68k-user
- Relevant revdeps build/test too
- Required by:
  dev-perl/File-Copy-Recursive
  - via dev-perl/Test-File-ShareDir
   - via dev-perl/DateTime-Locale
- via dev-perl/DateTime

Bug: https://bugs.gentoo.org/737594
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Test-File/Test-File-1.443.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-File/Test-File-1.443.0.ebuild 
b/dev-perl/Test-File/Test-File-1.443.0.ebuild
index a706cb1d3ca..7ae75ee7bfc 100644
--- a/dev-perl/Test-File/Test-File-1.443.0.ebuild
+++ b/dev-perl/Test-File/Test-File-1.443.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Test file attributes"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive/

2020-12-11 Thread Kent Fredric
commit: 63608ee2abf94efa82ae5169c51c2d2b4953ac85
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Dec 10 09:17:14 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 01:41:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63608ee2

dev-perl/File-Copy-Recursive: 0.450.0 Restore ~m68k re bug #737594

- Build/Test OK as well
- Build/Test OK as well for relevant revdeps

Bug: https://bugs.gentoo.org/737594
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild 
b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild
index 18953368ea7..78b2b02395c 100644
--- a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild
+++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="uses File::Copy to recursively copy dirs"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-utf8/

2020-12-11 Thread Kent Fredric
commit: 93a0c1524fb297c592b1619e45020712c7f8cc91
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Dec 10 09:08:08 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec 12 01:41:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a0c152

dev-perl/Test-utf8: Keyword ~m68k re bug #737594

- Build/Test OK on m68k-user
- Relevant revdeps build/test too
- Required by:
  dev-perl/Test-File
  - via dev-perl/File-Copy-Recursive
   - via dev-perl/Test-File-ShareDir
- via dev-perl/DateTime-Locale
 - via dev-perl/DateTime

Bug: https://bugs.gentoo.org/737594
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Test-utf8/Test-utf8-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-utf8/Test-utf8-1.10.0.ebuild 
b/dev-perl/Test-utf8/Test-utf8-1.10.0.ebuild
index 602385db5c0..6659cd6e6c6 100644
--- a/dev-perl/Test-utf8/Test-utf8-1.10.0.ebuild
+++ b/dev-perl/Test-utf8/Test-utf8-1.10.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Handy utf8 tests"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-InstallPaths/

2020-12-09 Thread Kent Fredric
commit: 172e019e142c6b8ba5702e441814c6b5e068e430
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Dec  7 10:30:58 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Wed Dec  9 11:12:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172e019e

dev-perl/ExtUtils-InstallPaths: Keyword ~m68k re bug #716792

- Build/Test OK.

- Required by:
  dev-perl/Module-Build-Tiny
   via dev-perl/HTTP-Daemon

Bug: https://bugs.gentoo.org/716792
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.12.0.ebuild 
b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.12.0.ebuild
index 1547d5926b4..d1a763d3926 100644
--- a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.12.0.ebuild
+++ b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.12.0.ebuild
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION="Build.PL install path logic made easy"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Find-Rule/

2020-12-09 Thread Kent Fredric
commit: ce9516f610c3b371458bef483e820c8bf828678a
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Dec  9 11:10:56 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Wed Dec  9 11:13:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce9516f6

dev-perl/File-Find-Rule: Keyword ~m68k re bug #716792

- Build/Test OK on m68k-user
- Relevant revdeps build/test OK
- Required by:
  dev-perl/Test-Inter
  - via dev-perl/Date-Manip
  - and via dev-perl/Locale-Codes

Bug: https://bugs.gentoo.org/716792
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild 
b/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild
index cc20682bbb6..2f38441f73f 100644
--- a/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild
+++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Alternative interface to File::Find"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Glob/

2020-12-09 Thread Kent Fredric
commit: e088703abcd356c5ce52ec7324ca686464b14ded
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Dec  9 10:57:35 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Wed Dec  9 11:13:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e088703a

dev-perl/Text-Glob: Keyword ~m68k re bug #716792

- Build/Test OK on m68k-user
- Relevant revdeps all build/test OK
- Required by:
  dev-perl/File-Find-Rule
  - via dev-perl/Test-Inter
   - via dev-perl/Date-Manip
   - and via dev-perl/Locale-Codes

Bug: https://bugs.gentoo.org/716792
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild 
b/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild
index a1b90d424b5..e3b10f96b3e 100644
--- a/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild
+++ b/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Match globbing patterns against text"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-Helpers/

2020-12-09 Thread Kent Fredric
commit: bbecfc3fc0b43122e05aa3bd3460429e63727d53
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Dec  7 08:37:05 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Wed Dec  9 11:12:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbecfc3f

dev-perl/ExtUtils-Helpers: Keyword ~m68k re bug #716792

- Build/Test OK on m68k-user
- Required by:
 dev-perl/Module-Build-Tiny
 - via dev-perl/HTTP-Daemon

Bug: https://bugs.gentoo.org/716792
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.26.0.ebuild 
b/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.26.0.ebuild
index c792fa44f0c..907f5f2e2e7 100644
--- a/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.26.0.ebuild
+++ b/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.26.0.ebuild
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION="Various portability utilities for module builders"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-Tiny/

2020-12-09 Thread Kent Fredric
commit: fd808ee526368f6d55b693507b4a5939b90c29e3
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Dec  8 04:09:13 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Wed Dec  9 11:12:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd808ee5

dev-perl/Module-Build-Tiny: Keyword ~m68k re bug #716792

- Build/Test OK on m68k-user
- Required by dev-perl/HTTP-Daemon
- Revdep dev-perl/HTTP-Daemon also retested and works

Bug: https://bugs.gentoo.org/716792
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild 
b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild
index 2300c1d4a77..e390716acd8 100644
--- a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild
+++ b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION='A tiny replacement for Module::Build'
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-Config/

2020-12-09 Thread Kent Fredric
commit: f39d3e500ae29b08593bb45d78804bd37a517621
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Dec  7 04:55:29 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Wed Dec  9 11:12:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39d3e50

dev-perl/ExtUtils-Config: keyword ~m68k re bug #716792

Build/Test OK on m68k-user

Required by:
- dev-perl/ExtUtils-InstallPaths
 - via dev-perl/Module-Build-Tiny
  - via dev-perl/HTTP-Daemon

Bug: https://bugs.gentoo.org/716792
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild 
b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild
index b2e0bc66380..301996d49c0 100644
--- a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild
+++ b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION="A wrapper for perl's configuration"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Number-Compare/

2020-12-09 Thread Kent Fredric
commit: 8fa76a10e1cbd17df31521d042895041a4481fda
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Dec  9 09:41:36 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Wed Dec  9 11:12:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa76a10

dev-perl/Number-Compare: Keyword ~m68k re bug #716792

- Build/Test OK on m68k-user
- Relevant Revdeps OK too
- Required by:
  dev-perl/File-Find-Rule
  - via dev-perl/Test-Inter
   - via dev-perl/Date-Manip
   - and via dev-perl/Locale-Codes

Bug: https://bugs.gentoo.org/716792
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Number-Compare/Number-Compare-0.30.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Number-Compare/Number-Compare-0.30.0-r1.ebuild 
b/dev-perl/Number-Compare/Number-Compare-0.30.0-r1.ebuild
index 5c43cb94086..3510035020e 100644
--- a/dev-perl/Number-Compare/Number-Compare-0.30.0-r1.ebuild
+++ b/dev-perl/Number-Compare/Number-Compare-0.30.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Numeric comparisons"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-OpenSSL-Random/

2020-12-04 Thread Kent Fredric
commit: 42bc6c9090d410ebd9c2232c0bd2fb7caec3f0c0
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec  5 03:56:21 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec  5 03:59:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bc6c90

dev-perl/Crypt-OpenSSL-Random: 0.150.0 restore ~m68k re bug #737594

- Also Build/Test OK on m68k-user
- USE=libressl not covered due to m68k global use.mask

Bug: https://bugs.gentoo.org/737594
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.150.0.ebuild 
b/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.150.0.ebuild
index f52d3da2ee0..9f84d1dc5ab 100644
--- a/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.150.0.ebuild
+++ b/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.150.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="OpenSSL/LibreSSL pseudo-random number generator access"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
 IUSE="libressl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-OpenSSL-RSA/

2020-12-04 Thread Kent Fredric
commit: 728d31c2426216bb9e1a6745565689fdcb7c9568
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec  5 03:29:49 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec  5 03:59:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728d31c2

dev-perl/Crypt-OpenSSL-RSA: 0.310.0 restore ~m68k re bug #737594

- Tests/Build pass on m68k-user as well
- USE=libressl not covered due to global use.mask on m68k

Bug: https://bugs.gentoo.org/737594
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.310.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.310.0.ebuild 
b/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.310.0.ebuild
index bac64f509ec..3034b34c467 100644
--- a/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.310.0.ebuild
+++ b/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.310.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="RSA encoding and decoding using the OpenSSL libraries"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
 IUSE="libressl test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-OpenSSL-Guess/

2020-12-04 Thread Kent Fredric
commit: 78eaf8cbf729af5635d38b62ddf463135507827e
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec  5 02:42:10 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Dec  5 03:59:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78eaf8cb

dev-perl/Crypt-OpenSSL-Guess: Keyword ~m68k re bug #737594

- Build/Test OK on m68k-user
- Relevant Revdeps Build/Test OK on m68k-user
- NB: USE="libressl" not tested as globally use.masked for m68k

Required by:
- dev-perl/Crypt-OpenSSL-RSA (older versions keyworded)
- dev-perl/Crypt-OpenSSL-Random (older versions keyworded)
  - via dev-perl/Crypt-OpenSSL-RSA
   - via dev-perl/Net-DNS-SEC (historically keyworded)

Bug: https://bugs.gentoo.org/737594
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Crypt-OpenSSL-Guess/Crypt-OpenSSL-Guess-0.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-OpenSSL-Guess/Crypt-OpenSSL-Guess-0.110.0.ebuild 
b/dev-perl/Crypt-OpenSSL-Guess/Crypt-OpenSSL-Guess-0.110.0.ebuild
index 4e814106052..c14b0b5bf62 100644
--- a/dev-perl/Crypt-OpenSSL-Guess/Crypt-OpenSSL-Guess-0.110.0.ebuild
+++ b/dev-perl/Crypt-OpenSSL-Guess/Crypt-OpenSSL-Guess-0.110.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Guess OpenSSL include path"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
 IUSE="libressl test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/rex/

2020-11-14 Thread Kent Fredric
commit: 1e516e11fd311ec5d4e6793edcfc462b1e18b8a9
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Nov 14 09:28:28 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Nov 14 09:32:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e516e11

app-admin/rex: - update deps

Update/add dependencies based on 1.13.1 CPAN diff

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 app-admin/rex/rex-.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-admin/rex/rex-.ebuild b/app-admin/rex/rex-.ebuild
index 2d05b364666..6942c13d2e5 100644
--- a/app-admin/rex/rex-.ebuild
+++ b/app-admin/rex/rex-.ebuild
@@ -65,7 +65,7 @@ RDEPEND="
virtual/perl-MIME-Base64
dev-perl/Net-OpenSSH
dev-perl/Net-SFTP-Foreign
-   virtual/perl-Scalar-List-Utils
+   >=virtual/perl-Scalar-List-Utils-1.450.0
dev-perl/Parallel-ForkManager
dev-perl/Sort-Naturally
dev-perl/String-Escape
@@ -89,6 +89,9 @@ BDEPEND="
>=dev-perl/File-ShareDir-Install-0.60.0
virtual/perl-Module-Metadata
test? (
+   !minimal? (
+   dev-perl/File-LibMagic
+   )
virtual/perl-File-Temp
dev-perl/Test-Deep
dev-perl/Test-Output



[gentoo-commits] repo/gentoo:master commit in: app-admin/rex/

2020-11-14 Thread Kent Fredric
commit: fa7707eec220899ef409de56d9e90a0df79ae238
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Nov 14 09:25:18 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Nov 14 09:32:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7707ee

app-admin/rex: - strip db.t if it would break tests

Test::mysqld is still a work in progress to get working.

If you managed to DIY something that installs, but didn't do the magic
required for it to actually work, then db.t will break.

This tests for basic conditions and strips that file *only* if its
expected it will lead to a test failure.

If you've manually installed Test::mysqld and tweaked a PATH to include
"mysql_install_db", then this test should be retained and pass.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 app-admin/rex/rex-.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-admin/rex/rex-.ebuild b/app-admin/rex/rex-.ebuild
index f3a8a74be86..2d05b364666 100644
--- a/app-admin/rex/rex-.ebuild
+++ b/app-admin/rex/rex-.ebuild
@@ -81,7 +81,7 @@ RDEPEND="
dev-perl/YAML
virtual/perl-version
 "
-
+# NB: would add test? !minimal? Test-mysqld, but I can't get that to work
 BDEPEND="
${RDEPEND}
>=virtual/perl-CPAN-Meta-Requirements-2.120.620
@@ -196,6 +196,13 @@ src_prepare() {
dzil_to_distdir "${EGIT_CHECKOUT_DIR}" "${S}"
fi
cd "${S}" || die "Can't enter build dir"
+
+   # If you DIY installed Test::mysqld, but didn't patch
+   # it to handle the fact on Gentoo, mysql_install_db is NOT in PATH
+   # tests fail. So this test is patched out if mysql_install_db is not in 
PATH
+   if perl_has_module "Test::mysqld" && ! type -P mysql_install_db 
>/dev/null; then
+   perl_rm_files "t/db.t"
+   fi
perl-module_src_prepare
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/rex/

2020-11-14 Thread Kent Fredric
commit: b06c8cb0ab916ed51493741f76e6a5645b1ee5ad
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Nov 14 09:19:51 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sat Nov 14 09:32:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06c8cb0

app-admin/rex: - strip authortests w/ false-postive missing deps

These files make `dzil listdeps` report additional dependencies that
aren't actually useful or needed anywhere in the build.

Stripping them makes the number of complained about missing deps in
einfo logs smaller

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 app-admin/rex/rex-.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-admin/rex/rex-.ebuild b/app-admin/rex/rex-.ebuild
index 6a9496d529c..f3a8a74be86 100644
--- a/app-admin/rex/rex-.ebuild
+++ b/app-admin/rex/rex-.ebuild
@@ -130,6 +130,12 @@ dzil_src_prep() {
-e '/^\[OptionalFeature/,/^$/d' \
-e '/^\[Test::MinimumVersion\]/{N;d}' \
-i dist.ini || die "Can't patch dist.ini"
+
+   # Removals/additons have to be tracked by git or dzil build fails
+   # Spurious warning during src_prepare
+   git rm -f xt/author/critic-progressive.t || die "Can't rm 
author/critic-progressive.t"
+   # Spurious warning during src_prepare
+   git rm -f xt/author/perltidy.t || die "Can't rm author/perltidy.t"
 }
 dzil_env_setup() {
# NextRelease noise :(
@@ -146,7 +152,7 @@ dzil_to_distdir() {
 
cd "${dzil_root}" || die "Can't enter git workdir '${dzil_root}'";
 
-   dzil_src_prep
+   S="${dzil_root}" dzil_src_prep
dzil_env_setup
 
dzil_version="$(dzil version)" || die "Error invoking 'dzil version'"



[gentoo-commits] repo/gentoo:master commit in: app-admin/rex/

2020-11-12 Thread Kent Fredric
commit: 0112abb1935e4582dea0ed1d433528a748826db1
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Nov 13 07:50:37 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Fri Nov 13 07:51:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0112abb1

app-admin/rex: - fix error handling on mkdir

This was previously applied to the non- version, which is utterly
silly as this code path can't even be executed unless $PV==

And extra silly, because it wasn't fixed in the version where it CAN
run.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 app-admin/rex/rex-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/rex/rex-.ebuild b/app-admin/rex/rex-.ebuild
index 9f5222cbfb7..6a9496d529c 100644
--- a/app-admin/rex/rex-.ebuild
+++ b/app-admin/rex/rex-.ebuild
@@ -133,7 +133,7 @@ dzil_src_prep() {
 }
 dzil_env_setup() {
# NextRelease noise :(
-   mkdir -p ~/.dzil/
+   mkdir -p ~/.dzil/ || die "mkdir -p ~/.dzil/ failed"
local user="$(whoami)"
local host="$(hostname)"
printf '[%%User]\nname = %s\nemail = %s' "${user}" "${user}@${host}" >> 
~/.dzil/config.ini



[gentoo-commits] repo/gentoo:master commit in: app-admin/rex/

2020-11-12 Thread Kent Fredric
commit: e6bd284cea8c7a6e2fb83526b2332980dd662d18
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Nov 13 07:46:04 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Fri Nov 13 07:51:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6bd284c

app-admin/rex: remove proxy-maint from maintainers

Signed-off-by: Kent Fredric  gentoo.org>

 app-admin/rex/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-admin/rex/metadata.xml b/app-admin/rex/metadata.xml
index a1b89deccc2..ca2406f144a 100644
--- a/app-admin/rex/metadata.xml
+++ b/app-admin/rex/metadata.xml
@@ -13,10 +13,6 @@
ken...@gentoo.org
    Kent Fredric

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

RexOps/Rex
Rex



[gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Builder/

2020-11-09 Thread Kent Fredric
commit: 74847a9190c96b5158a9be20b6e49173c284ab85
Author: Chris Mayo  gmail  com>
AuthorDate: Mon Nov  2 19:52:40 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Nov  9 16:50:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74847a91

dev-perl/PDF-Builder: new package, version 3.19.0

Required as a future dependency of media-gfx/gscan2pdf

Closes: https://github.com/gentoo/gentoo/pull/18113
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Chris Mayo  gmail.com>
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/PDF-Builder/Manifest  |   1 +
 dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild |  31 +++
 dev-perl/PDF-Builder/metadata.xml  | 118 +
 3 files changed, 150 insertions(+)

diff --git a/dev-perl/PDF-Builder/Manifest b/dev-perl/PDF-Builder/Manifest
new file mode 100644
index 000..a33b8211e50
--- /dev/null
+++ b/dev-perl/PDF-Builder/Manifest
@@ -0,0 +1 @@
+DIST PDF-Builder-3.019.tar.gz 12198051 BLAKE2B 
a778a2965af5ef983ea2b12b04a42d80fa899fb2fb2ba8153b146abd5761714b816fa4f584ee588b98597eebfa93886e410d9b83b0c819a366632ab7f5b8b450
 SHA512 
f1869a6ecb202a7661600e91ddc1ab1d21387979d7e42470ec4c663f2b36b8c04e12c475f5ba90a88ce43950723f73ce46c5d0057220d5a53e34cc16b22ce92e

diff --git a/dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild 
b/dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild
new file mode 100644
index 000..666775ff16d
--- /dev/null
+++ b/dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PMPERRY
+DIST_VERSION=3.019
+DIST_EXAMPLES=( "contrib/*" )
+inherit perl-module
+
+DESCRIPTION="Facilitates the creation and modification of PDF files"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/Font-TTF
+   virtual/perl-IO-Compress
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/Test-Exception
+   dev-perl/Test-Memory-Cycle
+   )
+"
+
+PERL_RM_FILES=( t/author-{critic,pod-syntax}.t )

diff --git a/dev-perl/PDF-Builder/metadata.xml 
b/dev-perl/PDF-Builder/metadata.xml
new file mode 100644
index 000..656f0d687f0
--- /dev/null
+++ b/dev-perl/PDF-Builder/metadata.xml
@@ -0,0 +1,118 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+PDF-Builder
+PDF::Builder
+PDF::Builder::Annotation
+PDF::Builder::Basic::PDF::Array
+PDF::Builder::Basic::PDF::Bool
+PDF::Builder::Basic::PDF::Dict
+PDF::Builder::Basic::PDF::File
+PDF::Builder::Basic::PDF::Filter
+PDF::Builder::Basic::PDF::Filter::ASCII85Decode
+PDF::Builder::Basic::PDF::Filter::ASCIIHexDecode
+PDF::Builder::Basic::PDF::Filter::FlateDecode
+PDF::Builder::Basic::PDF::Filter::LZWDecode
+PDF::Builder::Basic::PDF::Filter::RunLengthDecode
+PDF::Builder::Basic::PDF::Literal
+PDF::Builder::Basic::PDF::Name
+PDF::Builder::Basic::PDF::Null
+PDF::Builder::Basic::PDF::Number
+PDF::Builder::Basic::PDF::Objind
+PDF::Builder::Basic::PDF::Page
+PDF::Builder::Basic::PDF::Pages
+PDF::Builder::Basic::PDF::String
+PDF::Builder::Basic::PDF::Utils
+PDF::Builder::Content
+PDF::Builder::Content::Hyphenate_basic
+PDF::Builder::Content::Text
+PDF::Builder::Docs
+PDF::Builder::Lite
+PDF::Builder::Matrix
+PDF::Builder::NamedDestination
+PDF::Builder::Outline
+PDF::Builder::Outlines
+PDF::Builder::Page
+PDF::Builder::Resource
+PDF::Builder::Resource::BaseFont
+PDF::Builder::Resource::CIDFont
+PDF::Builder::Resource::CIDFont::CJKFont
+PDF::Builder::Resource::CIDFont::TrueType
+PDF::Builder::Resource::CIDFont::TrueType::FontFile
+PDF::Builder::Resource::ColorSpace
+PDF::Builder::Resource::ColorSpace::DeviceN
+PDF::Builder::Resource::ColorSpace::Indexed
+PDF::Builder::Resource::ColorSpace::Indexed::ACTFile
+PDF::Builder::Resource::ColorSpace::Indexed::Hue
+PDF::Builder::Resource::ColorSpace::Indexed::WebColor
+PDF::Builder::Resource::ColorSpace::Separation
+PDF::Builder::Resource::Colors
+PDF::Builder::Resource::ExtGState
+PDF::Builder::Resource::Font
+PDF::Builder::Resource::Font::BdFont
+PDF::Builder::Resource::Font::CoreFont
+PDF::Builder::Resource::Font::CoreFont::bankgothic
+PDF::Builder::Resource::Font::CoreFont::courier
+PDF::Builder::Resource::Font::CoreFont::courierbold
+PDF::Builder::Resource::Font::CoreFont::courierboldoblique
+PDF::Builder::Resource::Font::CoreFont::courieroblique
+PDF::Builder::Resource::Font::CoreFont::georgia
+PDF::Builder::Resource::Fon

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3-ImageView/

2020-11-08 Thread Kent Fredric
commit: 8b6c520d730c77eaf799bd54f5f442b42b58546d
Author: Alexey Sokolov  google  com>
AuthorDate: Tue Oct 20 19:05:18 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Nov  8 19:42:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6c520d

dev-perl/Gtk3-ImageView: new package

This will be future dependency of x11-misc/shutter and media-gfx/gscan2pdf

Closes: https://github.com/gentoo/gentoo/pull/17983
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Kent Fredric  gentoo.org>

 .../Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild | 40 ++
 dev-perl/Gtk3-ImageView/Manifest   |  1 +
 dev-perl/Gtk3-ImageView/metadata.xml   | 24 +
 3 files changed, 65 insertions(+)

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild 
b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild
new file mode 100644
index 000..921e28e06dc
--- /dev/null
+++ b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RATCLIFFE
+DIST_VERSION=4
+inherit perl-module virtualx
+
+DESCRIPTION="Image viewer widget for Gtk3"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-perl/Cairo
+   >=dev-perl/glib-perl-1.210.0
+   dev-perl/Gtk3
+   dev-perl/Readonly
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/Carp-Always
+   dev-perl/Test-Differences
+   dev-perl/Test-MockObject
+   dev-perl/Try-Tiny
+   media-gfx/imagemagick[jpeg,perl,png,svg,X]
+   virtual/perl-Test-Simple
+   )
+"
+
+PERL_RM_FILES=(
+   t/90_MANIFEST.t
+   t/91_critic.t
+)
+
+src_test() {
+   virtx perl-module_src_test
+}

diff --git a/dev-perl/Gtk3-ImageView/Manifest b/dev-perl/Gtk3-ImageView/Manifest
new file mode 100644
index 000..c91e269e8ba
--- /dev/null
+++ b/dev-perl/Gtk3-ImageView/Manifest
@@ -0,0 +1 @@
+DIST Gtk3-ImageView-4.tar.gz 14329 BLAKE2B 
e4dee495e83392cc14e8fbd050658a1647bfa3f71e3711610e4df502d92adcce67800fd3c1e5ce09464fdb2e22a92ad7a1bdb52fb119f86712ef898cbf208abf
 SHA512 
d723fb826f510ceccc6116b43baac4e1e42b59f91a0da5d8e9acf5b4ce608807119533fa965ba5aa623511aa9843b81488fd931d58417a2f3dd4f5db45238d64

diff --git a/dev-perl/Gtk3-ImageView/metadata.xml 
b/dev-perl/Gtk3-ImageView/metadata.xml
new file mode 100644
index 000..12276aedf7d
--- /dev/null
+++ b/dev-perl/Gtk3-ImageView/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   alexey+gen...@asokolov.org
+   Alexey Sokolov
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   p...@gentoo.org
+   Gentoo Perl Project
+   
+   
+   Gtk3-ImageView
+   Gtk3::ImageView
+   Gtk3::ImageView::Tool
+   Gtk3::ImageView::Tool::Dragger
+   Gtk3::ImageView::Tool::Selector
+   Gtk3::ImageView::Tool::SelectorDragger
+   
+



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/m68k/

2020-10-19 Thread Kent Fredric
commit: 6eae31bf2a4040447a73d88277cfbd53ffe86797
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 14:21:47 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Tue Oct 20 05:03:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eae31bf

profiles: remove use.mask for sqlite on m68k

dev-db/sqlite isn't masked at all, and is keyworded for m68k!

Multiple packages require dev-lang/python[sqlite]

This mask has been in place since 2008, when the m68k profiles were
first invented.

Signed-off-by: Kent Fredric  gentoo.org>

 profiles/arch/m68k/use.mask | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask
index 90900eec19a..ac5e9da6ae9 100644
--- a/profiles/arch/m68k/use.mask
+++ b/profiles/arch/m68k/use.mask
@@ -89,9 +89,6 @@ clang
 # Robin H. Johnson 
 audit
 
-# Masking since dev-db/sqlite is masked
-sqlite
-
 # Masking these globally, since we don't have X
 gnome
 gnome-keyring



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/m68k/

2020-10-19 Thread Kent Fredric
commit: d6b96c6ae290ceaf5855f7b231bedc722f8a1051
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 11:37:53 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Tue Oct 20 05:03:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b96c6a

profiles: package.use.mask lapack for dev-python/numpy on m68k

Running lapack on a "calculator" is probably not the best idea,
and the only reason I'm currently attempting to keyword numpy in the
first place is to satisfy *test* dependencies.

Otherwise you get this:

sys-apps/portage w/ USE=rsync-verify (default)
- app-portage/gemato w/ USE=gpg (default)
 - dev-python/requests w/ FEATURES=test
  - dev-python/pytest-httpbin
   - dev-python/httpbin
- dev-python/brotlipy w/ FEATURES=test
 - dev-python/hypothesis
  - dev-python/sortedcontainers w/ FEATURES=test
   - dev-python/pytest
- dev-python/importlib_metadata
 - dev-python/zipp
  - dev-python/toml w/ FEATURES=test
   - dev-python/numpy w/ USE=lapack (optional)
- virtual/cblas
 - sci-libs/lapack w/ USE=eselect-ldso (optional)

Signed-off-by: Kent Fredric  gentoo.org>

 profiles/arch/m68k/package.use.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/m68k/package.use.mask 
b/profiles/arch/m68k/package.use.mask
index 71c36d67aa7..aef014700d5 100644
--- a/profiles/arch/m68k/package.use.mask
+++ b/profiles/arch/m68k/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Kent Fredric  (2020-10-19)
+# lapack and friends don't make much sense on m68k
+# and aren't keyworded
+dev-python/numpy lapack
+
 # Patrick McLean  (2020-02-15)
 # Mask until dev-libs/libfido2 is keyworded
 net-misc/openssh security-key



[gentoo-commits] repo/gentoo:master commit in: dev-libs/nettle/

2020-10-19 Thread Kent Fredric
commit: 8796eb11ef7d7103d079813822f2f5579038e6bc
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 07:06:30 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 07:09:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8796eb11

dev-libs/nettle: 3.6-r3 keyword ~m68k re bug #749657

Full test compliment performed under qemu-m68k chroot, and its
incredibly unlikely somebody will ever do this natively due to the
time it will take.

Required as a dependency of @system even on ultra-minimal no-config
installs, as a result of sys-apps/portage[rsync-verify] defaulting
to enabled.

sys-apps/portage w/ USE=rsync-verify (default)
|- app-portage/gemato
|  - app-crypt/gnupg
|- app-crypt/gnupg w/ USE=ssl (linux/make.defaults,required)
   - net-libs/gnutls
- dev-libs/nettle

It also gets pulled via perl

dev-lang/perl w/ USE=-minimal (default)
 - app-admin/perl-cleaner
  - app-portage/portage-utils w/ USE=qmanifest (default)
   - app-crypt/gpgme
- app-crypt/gnupg w/ USE="ssl" (optional)
 - net-libs/gnutls
  - dev-libs/nettle

Closes: https://bugs.gentoo.org/749657
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-libs/nettle/nettle-3.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/nettle/nettle-3.6-r3.ebuild 
b/dev-libs/nettle/nettle-3.6-r3.ebuild
index be9492fe444..a09c279122e 100644
--- a/dev-libs/nettle/nettle-3.6-r3.ebuild
+++ b/dev-libs/nettle/nettle-3.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
 SLOT="0/8-6" # subslot = libnettle - libhogweed soname version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+asm doc +gmp static-libs test cpu_flags_x86_aes cpu_flags_arm_neon 
cpu_flags_x86_sha"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Git/

2020-10-18 Thread Kent Fredric
commit: 7ba40e7b877121da4e90c54841bcfd2d307a99f0
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 04:53:47 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 04:53:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba40e7b

dev-perl/Dist-Zilla-Plugin-Git: Cleanup old 2.46.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Dist-Zilla-Plugin-Git-2.46.0.ebuild| 57 --
 dev-perl/Dist-Zilla-Plugin-Git/Manifest|  1 -
 2 files changed, 58 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.46.0.ebuild 
b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.46.0.ebuild
deleted file mode 100644
index 2c410eee88d..000
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.46.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=2.046
-inherit perl-module
-
-DESCRIPTION="Update your git repository after release"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-perl/DateTime
-   >=dev-perl/Dist-Zilla-4.200.16
-   dev-perl/Dist-Zilla-Plugin-Config-Git
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp
-   dev-perl/File-chdir
-   >=dev-perl/Git-Wrapper-0.21.0
-   dev-perl/IPC-System-Simple
-   >=virtual/perl-Scalar-List-Utils-1.450.0
-   dev-perl/Module-Runtime
-   dev-perl/Moose
-   dev-perl/MooseX-Has-Sugar
-   >=dev-perl/Path-Tiny-0.48.0
-   >=virtual/perl-Scalar-List-Utils-1.450.0
-   dev-perl/String-Formatter
-   dev-perl/Try-Tiny
-   dev-perl/Type-Tiny
-   dev-perl/Types-Path-Tiny
-   dev-perl/Version-Next
-   >=dev-perl/namespace-autoclean-0.90.0
-   >=virtual/perl-version-0.80.0
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   virtual/perl-Text-ParseWords
-   test? (
-   >=dev-perl/CPAN-Meta-Check-0.11.0
-   virtual/perl-CPAN-Meta-Requirements
-   virtual/perl-Encode
-   virtual/perl-Exporter
-   dev-perl/File-Copy-Recursive
-   >=virtual/perl-File-Path-2.70.0
-   virtual/perl-File-Spec
-   dev-perl/File-Which
-   dev-perl/File-pushd
-   dev-perl/Log-Dispatchouli
-   dev-perl/Test-Fatal
-   >=virtual/perl-Test-Simple-0.880.0
-   )
-"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Manifest 
b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
index 685ec77f5ae..c563f172342 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-Git-2.046.tar.gz 72313 BLAKE2B 
93d315cc5c3f58590fbeb3af9c217c5f6710ad632e0f16ecee3de9f92dd3ff0f33dfdadc74d9083a525eed5cbd0a50d9c2e13c660d194452d5e05e2f5ee2f1d1
 SHA512 
ac94d73c19f4f4ef9736a58cca439cc5fa64ee0c91869b2fc8be205134258c49e8164e8b67eb1d2e9e34fe6ad1f377ecacd5721d79f6d22f258ab1b275cbe92e
 DIST Dist-Zilla-Plugin-Git-2.047.tar.gz 75517 BLAKE2B 
9c50634d86938906034d75396e984e4de4d1ec7552064af81493c78c2f509e453d639dbc9fdecda3be177975f39143d88f78bb37189821328c3898a9df5bf494
 SHA512 
7f1f037652df2fd7b965097ac8d2be5ba5e61c9a2c0594c92a0b403cdbf95a1c1daaa1d0215f91fe7e0970b403c8bcc2a2cdd664b0ce8242a3c5bb84cfef11c2



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Locale/

2020-10-18 Thread Kent Fredric
commit: 0cad4c94ff92b3d9e49b1fd9b93c312df3f5736b
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 04:51:24 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 04:51:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cad4c94

dev-perl/DateTime-Locale: Cleanup old 1.2{6,7}0.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../DateTime-Locale/DateTime-Locale-1.260.0.ebuild | 45 
 .../DateTime-Locale/DateTime-Locale-1.270.0.ebuild | 49 --
 dev-perl/DateTime-Locale/Manifest  |  2 -
 3 files changed, 96 deletions(-)

diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.260.0.ebuild 
b/dev-perl/DateTime-Locale/DateTime-Locale-1.260.0.ebuild
deleted file mode 100644
index ef6b2c6a854..000
--- a/dev-perl/DateTime-Locale/DateTime-Locale-1.260.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=1.26
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="Localization support for DateTime"
-
-LICENSE="|| ( Artistic GPL-1+ ) unicode"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   >=dev-perl/Dist-CheckConflicts-0.20.0
-   virtual/perl-Exporter
-   dev-perl/File-ShareDir
-   >=dev-perl/Params-ValidationCompiler-0.130.0
-   >=virtual/perl-Scalar-List-Utils-1.450.0
-   >=dev-perl/Specio-0.150.0
-   >=dev-perl/namespace-autoclean-0.190.0
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   >=dev-perl/File-ShareDir-Install-0.60.0
-   test? (
-   virtual/perl-CPAN-Meta-Requirements
-   >=dev-perl/CPAN-Meta-Check-0.11.0
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp
-   dev-perl/IPC-System-Simple
-   virtual/perl-Storable
-   dev-perl/Test-Fatal
-   dev-perl/Test-File-ShareDir
-   dev-perl/Test-Requires
-   >=virtual/perl-Test-Simple-0.960.0
-   dev-perl/Test-Warnings
-   )
-"

diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.270.0.ebuild 
b/dev-perl/DateTime-Locale/DateTime-Locale-1.270.0.ebuild
deleted file mode 100644
index bed6c2df041..000
--- a/dev-perl/DateTime-Locale/DateTime-Locale-1.270.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=1.27
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="Localization support for DateTime"
-
-LICENSE="|| ( Artistic GPL-1+ ) unicode"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   >=dev-perl/Dist-CheckConflicts-0.20.0
-   virtual/perl-Exporter
-   dev-perl/File-ShareDir
-   virtual/perl-File-Spec
-   >=dev-perl/Params-ValidationCompiler-0.130.0
-   >=virtual/perl-Scalar-List-Utils-1.450.0
-   >=dev-perl/Specio-0.150.0
-   virtual/perl-Storable
-   >=dev-perl/namespace-autoclean-0.190.0
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   >=dev-perl/File-ShareDir-Install-0.60.0
-   test? (
-   virtual/perl-CPAN-Meta-Requirements
-   >=dev-perl/CPAN-Meta-Check-0.11.0
-   virtual/perl-File-Temp
-   dev-perl/IPC-System-Simple
-   dev-perl/Path-Tiny
-   dev-perl/Test-File-ShareDir
-   >=virtual/perl-Test-Simple-1.302.15
-   dev-perl/Test2-Plugin-NoWarnings
-   dev-perl/Test2-Suite
-   )
-"
-PERL_RM_FILES=(
-   # https://github.com/houseabsolute/DateTime-Locale/issues/27
-   t/nonexistent-locale.t
-)

diff --git a/dev-perl/DateTime-Locale/Manifest 
b/dev-perl/DateTime-Locale/Manifest
index 4a8c911a9fe..3f0600c4c50 100644
--- a/dev-perl/DateTime-Locale/Manifest
+++ b/dev-perl/DateTime-Locale/Manifest
@@ -1,6 +1,4 @@
 DIST DateTime-Locale-0.46.tar.gz 2556441 BLAKE2B 
122c6d0a3b2ce4c9db79cb03255c817c298b019fab9ae57c5ec506be586c3c156bf4e41dd60aab

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Format-Human-Bytes/

2020-10-18 Thread Kent Fredric
commit: 47865e99455e76d3214185dc372c253f4baa02ef
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 05:22:00 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 05:22:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47865e99

dev-perl/Format-Human-Bytes: Cleanup old 0.60.0-r1

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Format-Human-Bytes-0.60.0-r1.ebuild| 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-perl/Format-Human-Bytes/Format-Human-Bytes-0.60.0-r1.ebuild 
b/dev-perl/Format-Human-Bytes/Format-Human-Bytes-0.60.0-r1.ebuild
deleted file mode 100644
index ed133b428cb..000
--- a/dev-perl/Format-Human-Bytes/Format-Human-Bytes-0.60.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SEWI
-MODULE_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION="Format a bytecount and make it human readable"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-SRC_TEST=do
-
-src_prepare() {
-   sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse 
inc::Module::Install;/' Makefile.PL ||
-   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-ISO8601/

2020-10-18 Thread Kent Fredric
commit: f9b5df3102aa86658716c4268d7aa75a5bea2502
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 04:46:42 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 04:46:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b5df31

dev-perl/DateTime-Format-ISO8601: Cleanup old 0.80.0-r2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../DateTime-Format-ISO8601-0.80.0-r2.ebuild   | 31 --
 1 file changed, 31 deletions(-)

diff --git 
a/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r2.ebuild 
b/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r2.ebuild
deleted file mode 100644
index d4a55e92b54..000
--- a/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=JHOBLITT
-DIST_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION="Parses ISO8601 formats"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-perl/DateTime-0.180.0
-   >=dev-perl/DateTime-Format-Builder-0.770.0
-"
-DEPEND="dev-perl/Module-Build"
-BDEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.380.0
-   test? (
-   >=dev-perl/File-Find-Rule-0.240.0
-   )
-"
-PERL_RM_FILES=(
-   t/00_distribution.t
-   t/99_pod.t
-)



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Font-AFM/

2020-10-18 Thread Kent Fredric
commit: 9396d39299e0c7550bb01e651f869a6eda3e4dca
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 05:18:12 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 05:18:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9396d392

dev-perl/Font-AFM: Cleanup old 1.200.0-r2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Font-AFM/Font-AFM-1.200.0-r2.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/dev-perl/Font-AFM/Font-AFM-1.200.0-r2.ebuild 
b/dev-perl/Font-AFM/Font-AFM-1.200.0-r2.ebuild
deleted file mode 100644
index 05a0c85a67c..000
--- a/dev-perl/Font-AFM/Font-AFM-1.200.0-r2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=GAAS
-DIST_VERSION=1.20
-inherit perl-module
-
-DESCRIPTION="Parse Adobe Font Metric files"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   app-text/htmldoc
-   )
-"
-src_test() {
-   METRICS="${EPREFIX}/usr/share/htmldoc/fonts" perl-module_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DBI-Shell/, dev-perl/DBI-Shell/files/

2020-10-18 Thread Kent Fredric
commit: e321cc317bcd384a9df898f37ca293c49023c913
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 04:03:39 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 04:03:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e321cc31

dev-perl/DBI-Shell: Cleanup old 11.960.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/DBI-Shell/DBI-Shell-11.960.0.ebuild   | 40 --
 dev-perl/DBI-Shell/Manifest|  1 -
 .../files/DBI-Shell-11.96-sprintf-warn.patch   | 25 --
 3 files changed, 66 deletions(-)

diff --git a/dev-perl/DBI-Shell/DBI-Shell-11.960.0.ebuild 
b/dev-perl/DBI-Shell/DBI-Shell-11.960.0.ebuild
deleted file mode 100644
index 780b3b80be6..000
--- a/dev-perl/DBI-Shell/DBI-Shell-11.960.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=DLAMBLEY
-DIST_VERSION=11.96
-inherit perl-module
-
-DESCRIPTION="Interactive command shell for the DBI"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   dev-perl/DBI
-   virtual/perl-Data-Dumper
-   virtual/perl-Exporter
-   >=dev-perl/File-HomeDir-0.500.0
-   virtual/perl-File-Spec
-   dev-perl/IO-Interactive
-   dev-perl/IO-Tee
-   virtual/perl-Term-ReadLine
-   dev-perl/Text-CSV_XS
-   dev-perl/Text-Reform
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   >=virtual/perl-Getopt-Long-2.170.0
-   virtual/perl-Test-Simple
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-11.96-sprintf-warn.patch"
-)

diff --git a/dev-perl/DBI-Shell/Manifest b/dev-perl/DBI-Shell/Manifest
index f4e802f917f..55e8ccddc80 100644
--- a/dev-perl/DBI-Shell/Manifest
+++ b/dev-perl/DBI-Shell/Manifest
@@ -1,3 +1,2 @@
 DIST DBI-Shell-11.95.tar.gz 51147 BLAKE2B 
299d553eccd1c295b4221997d2ee95ebb1f0b865691e78d9864ab6ad39190593e3286551f7484f8e5dd028e126c3e7a9d5c3e3e73fa52ab7cdaaea6318257365
 SHA512 
a19fa2573dc20cb6844a523653f588da1eca56b4e8138b789cd7aa5c50b255ee4b374eda9baae588b5bdcd42183c9384f1fb8234d11022e02cb7f81dc0bd6c84
-DIST DBI-Shell-11.96.tar.gz 55409 BLAKE2B 
b580694b18f0a6955eb5981bf6454b30c30e50d1583a0b524ce47e0296baa7a3256c17be30329c278e1241b67780cab22bac53c30368609ab06eb50449dfe554
 SHA512 
772ec181c0ad0b1805bae25758168c66154843e8e86c84a6cb7919ed1c5e487f6ca9d206f496f688e0ddf792814358436098190598f941056ddca53a9ec46ccf
 DIST DBI-Shell-11.97.tar.gz 57123 BLAKE2B 
0c4d459dda185b6fb2ea292912da4624e1a4ed33aa4487eabf5c6c5be6571c1e8d32b29b703749fe562ebbd60aa389f62d5e3461863c5777490345451bf8cad8
 SHA512 
74bf7244691b8dee967bae4076b59b912d66ac08f48f8468531d003db6d85d43d836116f8314961602a002b58fc9f6d3bea88076e1d7e2783d430137dec68f4b

diff --git a/dev-perl/DBI-Shell/files/DBI-Shell-11.96-sprintf-warn.patch 
b/dev-perl/DBI-Shell/files/DBI-Shell-11.96-sprintf-warn.patch
deleted file mode 100644
index 930b22026d4..000
--- a/dev-perl/DBI-Shell/files/DBI-Shell-11.96-sprintf-warn.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From e04b6dc11fa15b4ab6da3fb1e826def507d9f0b5 Mon Sep 17 00:00:00 2001
-From: Kent Fredric 
-Date: Sun, 8 Oct 2017 13:30:36 +1300
-Subject: Silence warnings about reduntant sprintf args
-
-Bug: https://rt.cpan.org/Ticket/Display.html?id=123216

- lib/DBI/Format/SQLMinus.pm | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lib/DBI/Format/SQLMinus.pm b/lib/DBI/Format/SQLMinus.pm
-index ce1d096..c7948a8 100644
 a/lib/DBI/Format/SQLMinus.pm
-+++ b/lib/DBI/Format/SQLMinus.pm
-@@ -151,6 +151,7 @@ sub header {
- 
-   if ( exists $cf->{format} and defined 
$cf->{format} ) {
-   $format_names = $cf->{format};
-+  no warnings 'redundant';
-   $width = length sprintf( $format_names, 
" " );
-   }
- 
--- 
-2.27.0
-



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Filesys-SmbClient/, dev-perl/Filesys-SmbClient/files/

2020-10-18 Thread Kent Fredric
commit: e42f91fe4f79fe288a95df80023b3fcdc77ea738
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 05:15:40 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 05:15:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42f91fe

dev-perl/Filesys-SmbClient: Cleanup old 3.200.0-r3

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Filesys-SmbClient-3.200.0-r3.ebuild| 50 --
 .../Filesys-SmbClient-3.200.0-pkg_config.patch | 36 
 2 files changed, 86 deletions(-)

diff --git a/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0-r3.ebuild 
b/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0-r3.ebuild
deleted file mode 100644
index 88ce0aaeace..000
--- a/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0-r3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ALIAN
-DIST_VERSION=3.2
-inherit perl-module autotools
-
-DESCRIPTION="Provide Perl API for libsmbclient.so"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=net-fs/samba-4.2[client]"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}/${P}-pkg_config.patch"
-   "${FILESDIR}/${P}-close_fn.patch"
-)
-
-src_prepare() {
-   perl-module_src_prepare
-   eautoreconf
-}
-src_test() {
-   local MODULES=(
-   "Filesys::SmbClient ${DIST_VERSION}"
-   )
-   local failed=()
-   for dep in "${MODULES[@]}"; do
-   ebegin "Compile testing ${dep}"
-   perl -Mblib="${S}" -M"${dep} ()" -e1
-   eend $? || failed+=( "$dep" )
-   done
-   if [[ ${failed[@]} ]]; then
-   echo
-   eerror "One or more modules failed compile:";
-   for dep in "${failed[@]}"; do
-   eerror "  ${dep}"
-   done
-   die "Failing due to module compilation errors";
-   fi
-   # standard tests are not designed to work on a non-developer system.
-}

diff --git 
a/dev-perl/Filesys-SmbClient/files/Filesys-SmbClient-3.200.0-pkg_config.patch 
b/dev-perl/Filesys-SmbClient/files/Filesys-SmbClient-3.200.0-pkg_config.patch
deleted file mode 100644
index 2a2b0808972..000
--- 
a/dev-perl/Filesys-SmbClient/files/Filesys-SmbClient-3.200.0-pkg_config.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From fa320a06147079458aa5f4834ae8b22cfe278481 Mon Sep 17 00:00:00 2001
-From: Dennis Lichtenthaeler 
-Date: Wed, 27 Apr 2016 10:57:17 +0200
-Subject: [PATCH 3/3] Use pkg-config instead of trickery to find samba-4
- libs/headers
-

- Makefile.PL | 12 
- 1 file changed, 12 insertions(+)
-
-diff --git a/Makefile.PL b/Makefile.PL
-index 954df92..ed9d846 100755
 a/Makefile.PL
-+++ b/Makefile.PL
-@@ -110,6 +110,18 @@ sub find_path {
- push(@path, $_."/$ext") if !$defaultsDir->{$_};
-   }
-   foreach (keys %$defaultsDir) { push(@path, $_."/$ext"); }
-+
-+  ## get default paths from pkg-config
-+  my $pkgconfig;
-+  if($_[0]=~m!\.h$!) {
-+$pkgconfig = qx/pkg-config --variable=includedir smbclient/;
-+  }
-+  else {
-+$pkgconfig = qx/pkg-config --variable=libdir smbclient/;
-+  }
-+  $pkgconfig =~ s/\n//g;
-+  push(@path, $pkgconfig);
-+
-   print "I search in: ",(join "\n", @path),"\n";
-   return @path;
- }
--- 
-2.7.3
-



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Exception-Warning/

2020-10-18 Thread Kent Fredric
commit: 2ac7941c7be0448ebf5aff8e711aa92d90253d68
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 04:58:25 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 04:58:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac7941c

dev-perl/Exception-Warning: Cleanup old 0.40.100-r1

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Exception-Warning-0.40.100-r1.ebuild   | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild 
b/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild
deleted file mode 100644
index 0b6bfc5dfcf..000
--- a/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DEXTER
-MODULE_VERSION=0.0401
-inherit perl-module
-
-DESCRIPTION="Convert simple warn into real exception object"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-perl/Exception-Base-0.22.01"
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-   test? (
-   dev-perl/Test-Assert
-   >=dev-perl/Test-Unit-Lite-0.12
-   virtual/perl-parent
-   )"
-
-SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-SearchPath/

2020-10-18 Thread Kent Fredric
commit: cb696c9cda6277f42ba07c870b529e4ccc323cc9
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 05:10:24 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 05:10:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb696c9c

dev-perl/File-SearchPath: Cleanup old 0.70.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../File-SearchPath/File-SearchPath-0.70.0.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/dev-perl/File-SearchPath/File-SearchPath-0.70.0.ebuild 
b/dev-perl/File-SearchPath/File-SearchPath-0.70.0.ebuild
deleted file mode 100644
index 74a5435dfa6..000
--- a/dev-perl/File-SearchPath/File-SearchPath-0.70.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=TJENNESS
-DIST_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION="Search for a file in an environment variable path"
-
-LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-BOM/

2020-10-18 Thread Kent Fredric
commit: 1ac02941928624b56b3b596a455a62a1e38e4bd9
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 05:02:21 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 05:02:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac02941

dev-perl/File-BOM: Cleanup old 0.160.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/File-BOM/File-BOM-0.160.0.ebuild | 31 ---
 dev-perl/File-BOM/Manifest|  1 -
 2 files changed, 32 deletions(-)

diff --git a/dev-perl/File-BOM/File-BOM-0.160.0.ebuild 
b/dev-perl/File-BOM/File-BOM-0.160.0.ebuild
deleted file mode 100644
index 9b4f41c891b..000
--- a/dev-perl/File-BOM/File-BOM-0.160.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MATTLAW
-DIST_VERSION=0.16
-inherit perl-module
-
-DESCRIPTION="Utilities for handling Byte Order Marks"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=virtual/perl-Encode-1.990.0
-   >=dev-perl/Readonly-0.60.0
-"
-DEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.420.0
-   test? (
-   >=dev-perl/Test-Exception-0.200.0
-   virtual/perl-Test-Simple
-   )
-"
-PERL_RM_FILES=(
-   "t/04..pod.t"
-)
-DIST_TEST=do

diff --git a/dev-perl/File-BOM/Manifest b/dev-perl/File-BOM/Manifest
index 2681ca2a0b6..dbf50327065 100644
--- a/dev-perl/File-BOM/Manifest
+++ b/dev-perl/File-BOM/Manifest
@@ -1,2 +1 @@
-DIST File-BOM-0.16.tar.gz 19835 BLAKE2B 
ca0fad3d6edd046e61b7775dd2660af276cc53580b8ae7d0426e5a6680d0465b3f881311efe73de8a6fe3cd07f24e24ad0c1cabdf187d41afb1de8ec323c
 SHA512 
08c45b45111e95e03670da5fe2dca309039b9f635cfa7c6fd7fcbe7358569fc3d1c374852fb8c51d609e8e7bed662baa9cbb85dc823051c349cfb00cee996fa3
 DIST File-BOM-0.18.tar.gz 20042 BLAKE2B 
8666130e840da7664f541452b8d0072488ae734d9852895011a11389ccc4e9c47051537f1341059b93bf0bc3ca285f58560916ec4e12e5742d200e888d1fe1f9
 SHA512 
b0d26b9453d7ccf844bf8cf4df307594f7d91457cd5eb5d6457495581cccfacd53c0e8ca4a0d91cf8b4c7553026d0c4f1faf0b07eb0fbd93e0da66f61392e15c



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/

2020-10-18 Thread Kent Fredric
commit: b2465c7b6c2f820bb7679e6e741de7fe8b784b24
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 05:05:24 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 05:05:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2465c7b

dev-perl/File-LibMagic: Cleanup old 1.220.0{,-r1}

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../File-LibMagic/File-LibMagic-1.220.0-r1.ebuild  | 50 --
 .../File-LibMagic/File-LibMagic-1.220.0.ebuild | 39 -
 dev-perl/File-LibMagic/Manifest|  1 -
 3 files changed, 90 deletions(-)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.220.0-r1.ebuild 
b/dev-perl/File-LibMagic/File-LibMagic-1.220.0-r1.ebuild
deleted file mode 100644
index c2d48c90888..000
--- a/dev-perl/File-LibMagic/File-LibMagic-1.220.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR="DROLSKY"
-DIST_VERSION="1.22"
-
-inherit perl-module
-
-DESCRIPTION="Perl wrapper for libmagic"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   sys-apps/file
-   virtual/perl-Carp
-   virtual/perl-Exporter
-   virtual/perl-XSLoader
-   virtual/perl-Scalar-List-Utils
-"
-BDEPEND="${RDEPEND}
-   dev-perl/Config-AutoConf
-   virtual/perl-ExtUtils-CBuilder
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp
-   dev-perl/Test-Fatal
-   >=virtual/perl-Test-Simple-0.960.0
-   )
-"
-src_configure() {
-   unset LD
-   [[ -n "${CCLD}" ]] && export LD="${CCLD}"
-   # Note: the usual approach of passing this to compile doesn't work here
-   # as something is weird and recompiles the code 3 times, once in `make`,
-   # once in `make test` and once again in `make install`, the latter 
clobbering
-   # the same files generated in other passes. The only sane way to avoid 
this is
-   # to convince EUMM to hardcode the settings in Makefile, and at least 
then, it does
-   # the same thing in all 3 stages. BUT THIS SHOULDNT BE HAPPENING
-   # https://github.com/houseabsolute/File-LibMagic/issues/28
-   myconf=(
-   "OPTIMIZE=${CFLAGS}"
-   )
-   perl-module_src_configure
-}

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.220.0.ebuild 
b/dev-perl/File-LibMagic/File-LibMagic-1.220.0.ebuild
deleted file mode 100644
index 9c71071850a..000
--- a/dev-perl/File-LibMagic/File-LibMagic-1.220.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR="DROLSKY"
-DIST_VERSION="1.22"
-
-inherit perl-module
-
-DESCRIPTION="Perl wrapper for libmagic"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   sys-apps/file
-   virtual/perl-Carp
-   virtual/perl-Exporter
-   virtual/perl-XSLoader
-   virtual/perl-Scalar-List-Utils
-"
-BDEPEND="${RDEPEND}
-   dev-perl/Config-AutoConf
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp
-   dev-perl/Test-Fatal
-   )
-"
-
-src_prepare() {
-   default
-   # Nuke author/release tests that will be skipped anyway.
-   perl_rm_files t/author-* t/release-*
-}

diff --git a/dev-perl/File-LibMagic/Manifest b/dev-perl/File-LibMagic/Manifest
index 83734024967..9407592c44e 100644
--- a/dev-perl/File-LibMagic/Manifest
+++ b/dev-perl/File-LibMagic/Manifest
@@ -1,3 +1,2 @@
 DIST File-LibMagic-1.15.tar.gz 124847 BLAKE2B 
84767d73b6a3c160bdbcd202b807011bcffefd93e69f3c7d2e072ba1be87ab0ec9864e5deff03a62e609ef270cc9dbf32a6cb2f06ccdad4171d24d57d3532305
 SHA512 
bd6e2ac57bf7a4443ceab5143b9381805941600d436fe1b04364f9ab26f60a3a9d142576619135b3e4fa7449b2aa379960dbe24dd19c5fdaa379963a13490d5e
-DIST File-LibMagic-1.22.tar.gz 128201 BLAKE2B 
c295dd9952f7d768b8a41bc8a6dd7040b90c832fa06e7e9565acdce34c28f16a95761ed6a3ac79507796a61899278978e901f1c283c9ce99f9b46ba5d0fc4ac1
 SHA512 
a5832887025958aec79bfd598c617c9ed1365cec333431179095d826ad8a2c85072ce86da54b78123c2304ac3fc7a96f33a4f421dccc99019aaf38a90e9f3ceb
 DIST File-LibMagic-1.23.tar.gz 167761 BLAKE2B 
a409cdfbb7ac448858202ad79ee7b5cceb7d0bd17e42de108818ca6b03e8f8688f15dd5b5b0adc8ccab1a97174b02ccd93d5660dce2c04f585449182bd25a2aa
 SHA512 
894ff64051e607f3b788f52568221cae3a99b7386b534c62c33fccc46d1242d3e851970cd9063a1c1535732f76e2bc2111568a8e83b4ed6efecfedd8facc5cbd



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-ObjectDriver/

2020-10-18 Thread Kent Fredric
commit: 2cf0015ed272d38edf5ad02d509d76162c936b5b
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 04:06:08 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 04:06:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf0015e

dev-perl/Data-ObjectDriver: Cleanup old 0.190.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Data-ObjectDriver-0.190.0.ebuild   | 35 --
 dev-perl/Data-ObjectDriver/Manifest|  1 -
 2 files changed, 36 deletions(-)

diff --git a/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.190.0.ebuild 
b/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.190.0.ebuild
deleted file mode 100644
index c21cf0f9941..000
--- a/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.190.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SIXAPART
-DIST_VERSION=0.19
-inherit perl-module
-
-DESCRIPTION="Simple, transparent data interface, with caching"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-perl/Class-Accessor
-   dev-perl/Class-Data-Inheritable
-   dev-perl/Class-Trigger
-   dev-perl/DBI
-   virtual/perl-Scalar-List-Utils
-"
-DEPEND="
-   dev-perl/Module-Build-Tiny
-"
-BDEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-Tiny-0.35.0
-   >=virtual/perl-ExtUtils-MakeMaker-6.590.0
-   test? (
-   dev-perl/Test-Exception
-   >=dev-perl/DBD-SQLite-1.110.0
-   virtual/perl-version
-   )
-"

diff --git a/dev-perl/Data-ObjectDriver/Manifest 
b/dev-perl/Data-ObjectDriver/Manifest
index 0dbad0d8111..d955a8c9caa 100644
--- a/dev-perl/Data-ObjectDriver/Manifest
+++ b/dev-perl/Data-ObjectDriver/Manifest
@@ -1,3 +1,2 @@
 DIST Data-ObjectDriver-0.15.tar.gz 84386 BLAKE2B 
b554673970061af445c4c4996dd15c0a418617c534af07ab17a99d21cfc44bc9dc43f8c8095eb30d1c2847a8942820481b4bbe86346bd144b21ec0a69ab1122b
 SHA512 
5be77086f2aa646e9bc80fc8d3de2edb6726946a17149573efbce2bbe83d2ec1b294aa20cd66330f0827ee26a5113b9e02ea542111aed94804c0ccdce1e89c1b
-DIST Data-ObjectDriver-0.19.tar.gz 86523 BLAKE2B 
68a3966ee7e248200acc612836e7462fb20f3ab7ce290941033d7ab8b8ec1d2149d6e0754d574baf4fc8371d117541a914820c134e213f8b1c7e7c9d925ba0de
 SHA512 
317118c946da9e6e0b4ebbfc35af2ed82c3d083bbede06042ac988fcb29d2b3b7abba6834c7b42ea54a45c75340b2314e3bbacad1c047cc3512e74757c8d9ad1
 DIST Data-ObjectDriver-0.20.tar.gz 89960 BLAKE2B 
778d0a493e93377dc91e96df195472489638d57f7da87da98c394bd5034659fa867ccf0dec173eb12a39d3aa7118284983f0c35c2c16156fad15cc02e40ee94c
 SHA512 
5df6e1c5f70a31fcac2dd3911c9d73a02c295f837753dcd27a1296203342afeb1083795e1e0a234be9c82e551c50e26a9bd2fcec4ddba59b0e01a11348800942



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Exception-System/

2020-10-18 Thread Kent Fredric
commit: 6582e7c99676c1f39bb9d282f949fb9ea45a8480
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 04:56:13 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 04:56:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6582e7c9

dev-perl/Exception-System: Cleanup old 0.110.0-r1

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Exception-System-0.110.0-r1.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-perl/Exception-System/Exception-System-0.110.0-r1.ebuild 
b/dev-perl/Exception-System/Exception-System-0.110.0-r1.ebuild
deleted file mode 100644
index 1b603be4c46..000
--- a/dev-perl/Exception-System/Exception-System-0.110.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DEXTER
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION="Exception class for system or library calls"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-perl/Exception-Base-0.22.01"
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-   test? ( >=dev-perl/Test-Unit-Lite-0.12 )"
-
-SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DBD-SQLite/

2020-10-18 Thread Kent Fredric
commit: cba238bc872aae87931a67037ba749dda35ec7ae
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 03:57:13 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 03:57:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba238bc

dev-perl/DBD-SQLite: Cleanup old 1.640.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/DBD-SQLite/DBD-SQLite-1.640.0.ebuild | 58 ---
 dev-perl/DBD-SQLite/Manifest  |  1 -
 2 files changed, 59 deletions(-)

diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.640.0.ebuild 
b/dev-perl/DBD-SQLite/DBD-SQLite-1.640.0.ebuild
deleted file mode 100644
index c0067291509..000
--- a/dev-perl/DBD-SQLite/DBD-SQLite-1.640.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=ISHIGAKI
-DIST_VERSION=1.64
-inherit perl-module
-
-DESCRIPTION="Self Contained RDBMS in a DBI Driver"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
-IUSE="test system-sqlite"
-RESTRICT="!test? ( test )"
-
-# Please read 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/DBD-SQLite
-# when bumping versions re: system-sqlite interop
-SYSTEM_SQLITE_DEP="
-   >=dev-db/sqlite-3.29.0[extensions(+)]
-"
-RDEPEND="
-   system-sqlite? ( ${SYSTEM_SQLITE_DEP} )
-   >=dev-perl/DBI-1.570.0
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Cpanel-JSON-XS/

2020-10-18 Thread Kent Fredric
commit: 6d12c810182aa1346f07ed8b20415dc7dedea641
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 03:45:52 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 03:57:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d12c810

dev-perl/Cpanel-JSON-XS: Cleanup old 4.210.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Cpanel-JSON-XS/Cpanel-JSON-XS-4.210.0.ebuild   | 49 --
 dev-perl/Cpanel-JSON-XS/Manifest   |  1 -
 2 files changed, 50 deletions(-)

diff --git a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-4.210.0.ebuild 
b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-4.210.0.ebuild
deleted file mode 100644
index a5f85eedc53..000
--- a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-4.210.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=RURBAN
-DIST_VERSION=4.21
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="cPanel fork of JSON::XS, fast and correct serializing"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=virtual/perl-Math-BigInt-1.160.0
-   virtual/perl-Carp
-   >=virtual/perl-Encode-1.980.100
-   virtual/perl-XSLoader
-   >=virtual/perl-podlators-2.80.0
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-Data-Dumper
-   virtual/perl-Test
-   virtual/perl-Test-Simple
-   virtual/perl-Time-Piece
-   )
-"
-src_compile() {
-   mymake=(
-   "OPTIMIZE=${CFLAGS}"
-   )
-   perl-module_src_compile
-}
-src_test() {
-   ewarn "Comprehensive testing may require manual installation of 
dependencies"
-   ewarn " See: 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}#Tests;
-   perl-module_src_test
-}
-pkg_postinst() {
-   ewarn "This package provides 'cpanel_json_xs' in PATH, which includes 
optional features"
-   ewarn "otherwise not automatically made available yet. If you desire to 
use these,"
-   ewarn "please consult:"
-   ewarn " 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}#Optional_Features;
-}

diff --git a/dev-perl/Cpanel-JSON-XS/Manifest b/dev-perl/Cpanel-JSON-XS/Manifest
index e7c8021b0d0..1929fcf3d55 100644
--- a/dev-perl/Cpanel-JSON-XS/Manifest
+++ b/dev-perl/Cpanel-JSON-XS/Manifest
@@ -1,4 +1,3 @@
 DIST Cpanel-JSON-XS-4.19.tar.gz 251461 BLAKE2B 
fa22192d017fc41327e71b84f47e3939765b0c48586cc31876f744c2a51a93b36f6d41b8c9f92bba04875123604efe3fed6a486839dbfb39623cb2a4a4064087
 SHA512 
c67b62e8f95900cb3626357cfa9976f1553f84ffd10a977d47839ca3b317014473c3a6e48f6680478b89bbdc2ac177b22441ad5e49e7e8eb0344ef14a3c52b10
-DIST Cpanel-JSON-XS-4.21.tar.gz 253372 BLAKE2B 
ad090f758d4b7b1f81ee01cb7860a952ca25c028c8043e33898593eb4818e5746d56eed0101656d95b68be54d68589ee7bb174e09e990d4a139448b422e8c542
 SHA512 
1408fed400e3e792af156695a5437e479a30cafb7d0597afc80c04de9b46882b67f75920f5f32047ed498bf088c9430108cea6863cfd2e6314765688f2c610e0
 DIST Cpanel-JSON-XS-4.23.tar.gz 253594 BLAKE2B 
e9cb66c58015f6b83f00f588e9afc7c360182b67ceffcb90a76c2ebb1ad922250a5f2cec1049a79aea03789248d89669b4c787017bfdb6710f8576ab1e5b2948
 SHA512 
1c0d70ff85a2217c2b326c8002766e237966e0fcdac447fbb5108a5ba98b2771db17731853f2f7bedf85c337c7f6e18333c2c235830a17e152e7838bd168d0f9
 DIST Cpanel-JSON-XS-4.24.tar.gz 254008 BLAKE2B 
4449d0d562388c547ab26e87048b49d2e77e7508c8bc2c4db4af562ecfed768452cea1daca60e8ce59ed464b9d4ceca17d73326a16bec3e3a6d42bd6e13df7fe
 SHA512 
311746bd6d686f758db4507c1219675b262205a8d798662b8f5521d3f9c7d76678580a30e26281b461647763d552cb76fdbbcf4aa1737dc7c7416364179741bb



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/

2020-10-18 Thread Kent Fredric
commit: da1e71d2290a74b3be4b66af872e7eea0aae3f96
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 03:47:49 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 03:57:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1e71d2

dev-perl/Crypt-SMIME: Cleanup old 0.260.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.260.0.ebuild | 49 -
 dev-perl/Crypt-SMIME/Manifest   |  1 -
 2 files changed, 50 deletions(-)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.260.0.ebuild 
b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.260.0.ebuild
deleted file mode 100644
index 8f92eb8b68c..000
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.260.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=MIKAGE
-DIST_VERSION=0.26
-inherit perl-module
-
-DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl test minimal"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   !libressl? ( >=dev-libs/openssl-0.9.9:0 )
-   libressl? ( dev-libs/libressl )
-   virtual/perl-XSLoader
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   dev-perl/ExtUtils-PkgConfig
-   dev-perl/ExtUtils-CChecker
-   >=virtual/perl-ExtUtils-Constant-0.230.0
-   test? (
-   dev-perl/Test-Exception
-   virtual/perl-Test-Simple
-   !minimal? (
-   >=dev-perl/Test-Taint-1.60.0
-   >=dev-perl/Taint-Util-0.80.0
-   )
-   )
-"
-PERL_RM_FILES=(
-   t/boilerplate.t
-   t/manifest.t
-   t/dependencies.t
-   t/pod-coverage.t
-   t/pod.t
-)
-
-src_compile() {
-   mymake=(
-   "OPTIMIZE=${CFLAGS}"
-   )
-   perl-module_src_compile
-}

diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest
index 65440d4731a..7969afbaa62 100644
--- a/dev-perl/Crypt-SMIME/Manifest
+++ b/dev-perl/Crypt-SMIME/Manifest
@@ -1,2 +1 @@
-DIST Crypt-SMIME-0.26.tar.gz 28171 BLAKE2B 
30c38a91f41a82ad29616ccd0ac6388baa0a66591401f15dbd31286fb22742e9069f08ec7650c91e87888f8a5bcb009415c5a6cd993105409ccbd7565df2384f
 SHA512 
6ed7493a304bfff9946b465f0efda3e7df2c956aa964312b4c2b77c45d2827fd02d391886614f70bb25e8c692690ca62f5deff2fd482c66af9cb1e1b7b906bae
 DIST Crypt-SMIME-0.27.tar.gz 27977 BLAKE2B 
3acb9e08e1d36a79f2d1f33d9299935b684357c2af7b2cc15320ca8f9be71216719316e87109b714ccb16cc69d96e15ed98050a835c725ba829c3de9e82122d1
 SHA512 
10b752285c4a8c6f8db42dd98ff2dfad82155dd1c21dd57afee32aa2ee176308726469b1d8d69fda5d6ef0aa48fd000f2a4a0dfea80207db8f6078e642f7afaf



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Archive-Tar-Wrapper/

2020-10-18 Thread Kent Fredric
commit: 9dadb188ac7e80381aa139c90908d73b7afbed1c
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 03:39:41 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 03:57:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dadb188

dev-perl/Archive-Tar-Wrapper: Cleanup old 0.370.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Archive-Tar-Wrapper-0.370.0.ebuild | 34 --
 dev-perl/Archive-Tar-Wrapper/Manifest  |  1 -
 2 files changed, 35 deletions(-)

diff --git a/dev-perl/Archive-Tar-Wrapper/Archive-Tar-Wrapper-0.370.0.ebuild 
b/dev-perl/Archive-Tar-Wrapper/Archive-Tar-Wrapper-0.370.0.ebuild
deleted file mode 100644
index bc2a9b8a323..000
--- a/dev-perl/Archive-Tar-Wrapper/Archive-Tar-Wrapper-0.370.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=ARFREITAS
-DIST_VERSION=0.37
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="API wrapper around the 'tar' utility"
-LICENSE="GPL-3"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# r:Cwd -> File-Spec
-RDEPEND="
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp
-   dev-perl/File-Which
-   dev-perl/IPC-Run
-   dev-perl/Log-Log4perl
-   virtual/perl-File-Path
-   app-arch/tar
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   >=virtual/perl-Test-Simple-1.302.73
-   )
-"

diff --git a/dev-perl/Archive-Tar-Wrapper/Manifest 
b/dev-perl/Archive-Tar-Wrapper/Manifest
index 292741bdc8a..2bb8135033e 100644
--- a/dev-perl/Archive-Tar-Wrapper/Manifest
+++ b/dev-perl/Archive-Tar-Wrapper/Manifest
@@ -1,2 +1 @@
-DIST Archive-Tar-Wrapper-0.37.tar.gz 38252 BLAKE2B 
19eff23925f82ff2b173fcc9451ae0dab3bf9738ebffaa350ac45545ead0096e45e294ca46d0febe57ed4391a2dc108438ad4b6f5a285d454e717cd555a64531
 SHA512 
49c74cfa84ba20b3c078d00815bce0688698305b39e1cbf1d81461be77bd318cdd15d98e46e5d6d0b3ed7c0fdb35c6e3f50c5cf2109bcde9c8367f11b9b955d5
 DIST Archive-Tar-Wrapper-0.38.tar.gz 38425 BLAKE2B 
5e280837241da9481418905ed5e29110f6574845be4a82afd712ab4a2f100389e74b81afb1b5f61fa2e7938e58cfa345883c134026cbb2662e24a9acb912c8b0
 SHA512 
99779c654f6f9ec507685ca37c041cdff077bce3b6ec96a6005454e9ef8a9c2bf470053b8fc751342d80b722ee115b1aba27b16b328e7210c7b869bee57cd3f6



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DBD-Pg/

2020-10-18 Thread Kent Fredric
commit: cd91c3bbafd2f1449cbb1991c556841961959d35
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 03:51:49 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 03:57:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd91c3bb

dev-perl/DBD-Pg: Cleanup old 3.14.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/DBD-Pg/DBD-Pg-3.14.0.ebuild | 110 ---
 dev-perl/DBD-Pg/Manifest |   1 -
 2 files changed, 111 deletions(-)

diff --git a/dev-perl/DBD-Pg/DBD-Pg-3.14.0.ebuild 
b/dev-perl/DBD-Pg/DBD-Pg-3.14.0.ebuild
deleted file mode 100644
index b87f46e3ebd..000
--- a/dev-perl/DBD-Pg/DBD-Pg-3.14.0.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=TURNSTEP
-inherit perl-module
-
-DESCRIPTION="PostgreSQL database driver for the DBI module"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-version
-   >=dev-perl/DBI-1.614.0
-   dev-db/postgresql:*
-"
-DEPEND="
-   dev-db/postgresql:*
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   >=virtual/perl-Test-Simple-0.880.0
-   virtual/perl-Time-HiRes
-   )
-"
-PERL_RM_FILES=(
-   "t/00_signature.t"
-)
-src_prepare() {
-   postgres_include="$(readlink -f "${EPREFIX}"/usr/include/postgresql)"
-   postgres_lib="${postgres_include//include/lib}"
-   # Fall-through case is the non-split postgresql
-   # The active cases instead get us the matching libdir for the 
includedir.
-   for i in lib lib64 ; do
-   if [ -d "${postgres_lib}/${i}" ]; then
-   postgres_lib="${postgres_lib}/${i}"
-   break
-   fi
-   done
-
-   # env variables for compilation:
-   export POSTGRES_INCLUDE="${postgres_include}"
-   export POSTGRES_LIB="${postgres_lib}"
-   perl-module_src_prepare
-}
-
-src_compile() {
-   mymake=(
-   "OPTIMIZE=${CFLAGS}"
-   )
-   perl-module_src_compile
-}
-
-src_test() {
-   local MODULES=(
-   "Bundle::DBD::Pg v${PV}"
-   "DBD::Pg v${PV}"
-   )
-   local failed=()
-   for dep in "${MODULES[@]}"; do
-   ebegin "Compile testing ${dep}"
-   perl -Mblib="${S}" -M"${dep} ()" -e1 #||
-   #die "Could not load ${dep}"
-   eend $? || failed+=( "$dep" )
-   done
-   if [[ ${failed[@]} ]]; then
-   echo
-   eerror "One or more modules failed compile:";
-   for dep in "${failed[@]}"; do
-   eerror "  ${dep}"
-   done
-   die "Failing due to module compilation errors";
-   fi
-
-   local LIVEDB_TESTS=(
-   "t/01connect.t"
-   "t/02attribs.t"
-   "t/03dbmethod.t"
-   "t/03smethod.t"
-   "t/04misc.t"
-   "t/06bytea.t"
-   "t/07copy.t"
-   "t/08async.t"
-   "t/09arrays.t"
-   "t/12placeholders.t"
-   "t/20savepoints.t"
-   "t/30unicode.t"
-   )
-   if [[ ! -v DBI_DSN ]]; then
-   ewarn "Functional database tests disabled due to lack of 
configuration."
-   ewarn "Please set the following environment variables values 
pertaining to a"
-   ewarn "pre-configured Postgres installation in order for tests 
to work:"
-   ewarn "  DBI_DSN  - A DBI-compatible connection string for a 
Postgres Database"
-   ewarn " ( eg: dbi:Pg:dbname=testdb )"
-   ewarn "  DBI_USER - A Postgres Database Username"
-   ewarn "  DBI_PASS - A Postgres Database Password"
-   ewarn ""
-   ewarn "For details, visit:"
-   ewarn " 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/DBD-Pg;
-   perl_rm_fi

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses/

2020-10-18 Thread Kent Fredric
commit: e38a18612ea9f12f91e284a6f6732112ec50e880
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 02:50:09 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 02:58:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38a1861

dev-perl/Curses: Bump to version 1.370.0

Upstream:
- Fix printw for wide characters
- Return explicit "false" value on error from wenclose() and
  mouse_trafo() instead of integer error code (as that is a
  true-value for perl)

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Curses/Curses-1.370.0.ebuild | 47 +++
 dev-perl/Curses/Manifest  |  1 +
 2 files changed, 48 insertions(+)

diff --git a/dev-perl/Curses/Curses-1.370.0.ebuild 
b/dev-perl/Curses/Curses-1.370.0.ebuild
new file mode 100644
index 000..a0b0c901329
--- /dev/null
+++ b/dev-perl/Curses/Curses-1.370.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GIRAFFED
+DIST_VERSION=1.37
+DIST_EXAMPLES=("demo" "demo2" "demo.form" "demo.menu" "demo.panel" "gdc")
+inherit perl-module
+
+DESCRIPTION="Curses interface modules for Perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~sparc-solaris ~x86-solaris"
+IUSE="+unicode test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=sys-libs/ncurses-5:0=[unicode?]
+   virtual/perl-Data-Dumper
+"
+DEPEND="
+   >=sys-libs/ncurses-5:0=[unicode?]
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( virtual/perl-Test-Simple )
+"
+
+src_configure() {
+   myconf="${myconf} FORMS PANELS MENUS"
+   mydoc=HISTORY
+   export CURSES_LIBTYPE="$(usex unicode ncursesw ncurses)"
+   local nc_tool="${CURSES_LIBTYPE}$(has_version 'sys-libs/ncurses:0/6' && 
echo 6 || echo 5)-config"
+   export CURSES_LDFLAGS=$( ${nc_tool} --libs )
+   export CURSES_CFLAGS=$( ${nc_tool} --cflags )
+   perl-module_src_configure
+   if ! use unicode ; then
+   sed -i 's::"/usr/include/form.h":' "${S}"/c-config.h || 
die
+   fi
+}
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}

diff --git a/dev-perl/Curses/Manifest b/dev-perl/Curses/Manifest
index 73cb4101da2..22f45eb918a 100644
--- a/dev-perl/Curses/Manifest
+++ b/dev-perl/Curses/Manifest
@@ -1 +1,2 @@
 DIST Curses-1.36.tar.gz 135049 BLAKE2B 
c63d1f8d80db33e184c6d9c49c9ee902b5e3ed2e69e4ccbdd683d7b6109f8025d63838ce20f6e57e95c9a9bcd9e14d6af448e52f1b9d219ab388ab74798d917b
 SHA512 
40ce96bdf7ef4bbd6975363bc27c2c561a81cafbaf147f2655a2c6521e09f6e40441cee06b6f8f27e370ad59eaf6f677ffe8e475030dfa870d25eca37717c58c
+DIST Curses-1.37.tar.gz 135763 BLAKE2B 
b42f81d5a382b8cf6c8323cc5c13fd39dcc57081ad2e3de9e940f06a0126879d301ccaebc5c34fb5cb4bffd1263b0681243164539c450db50cd3388e6fd35823
 SHA512 
10886e725b174fdabc0c9b86a9ef9b717949f0fb03561bfc315e8503be689be7945d1ceeea2f950628ce480c2cc8081736d3b8f28042ea677b252298a9eb4827



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Rijndael/

2020-10-18 Thread Kent Fredric
commit: a27ab489b629a6463954df7cd5ba88cc09985354
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 02:31:18 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 02:31:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a27ab489

dev-perl/Crypt-Rijndael: Bump to version 1.150.0

Upstream:
- Use stdint.h's uint8_t and uint32_t instead of the DIY Arch
  specific handling, as this has been standardized libc interface for
  a long time, and DIY breaks deployment on musl/uclibc

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild   | 29 ++
 dev-perl/Crypt-Rijndael/Manifest   |  1 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild 
b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
new file mode 100644
index 000..972fe722dda
--- /dev/null
+++ b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=LEONT
+DIST_VERSION=1.15
+inherit perl-module
+
+DESCRIPTION="Crypt::CBC compliant Rijndael encryption module"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}

diff --git a/dev-perl/Crypt-Rijndael/Manifest b/dev-perl/Crypt-Rijndael/Manifest
index 969988e41a6..08310d0bdb6 100644
--- a/dev-perl/Crypt-Rijndael/Manifest
+++ b/dev-perl/Crypt-Rijndael/Manifest
@@ -1 +1,2 @@
 DIST Crypt-Rijndael-1.14.tar.gz 71759 BLAKE2B 
2d3d9d4126fe8d6bb22fa9bd86fd05c186459453b605176f403e89c23f51d671ac26eac7ae9dc0d3bff065e1e95684731e783a4bf192781ca8f71c59399958d6
 SHA512 
a3c419142954dc2b430422f532b5349d0fb902a704335ba0708504a6a4a5d617835409916b76bc1b8dc8669c0f03356dab3ef90e5f7ea530b5fcc70bd1bf4eff
+DIST Crypt-Rijndael-1.15.tar.gz 71407 BLAKE2B 
8f2ca89b80ea68b9874092941520e566c7ea43eaf52c15acfd1f0a03e9d4efbd0c83259f36abccb77fa38b41f74acd1fa79d1d231e970f80545126fbb86ebc41
 SHA512 
ea4dbbd731483132274752bdb78a7e7cc012bc18d9f88c073f23e6903d05c1cad1e83ad00cf7f593c15e543c5c53e7a68e5fdd064a9c260c444105d47f468308



[gentoo-commits] repo/gentoo:master commit in: dev-perl/App-perlbrew/

2020-10-18 Thread Kent Fredric
commit: b70d2b5e943ee25f5acfa30df4ae6508b89b1d41
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 19 01:58:27 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct 19 01:59:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70d2b5e

dev-perl/App-perlbrew: Bump to version 0.890.0

Upstream:
- make bashrc compatible with `bash -u`
- Prevent build directory being overwritten when undesireable,
  by giving a unique work-dir per --as target instead of only unique
  per source version, so that one may "tweak" each target without
  affecting other build targets.
- Cleanup residual licensing mess

Bug: https://bugs.gentoo.org/721202
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/App-perlbrew/App-perlbrew-0.890.0.ebuild | 63 +++
 dev-perl/App-perlbrew/Manifest|  1 +
 2 files changed, 64 insertions(+)

diff --git a/dev-perl/App-perlbrew/App-perlbrew-0.890.0.ebuild 
b/dev-perl/App-perlbrew/App-perlbrew-0.890.0.ebuild
new file mode 100644
index 000..399b5e24520
--- /dev/null
+++ b/dev-perl/App-perlbrew/App-perlbrew-0.890.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GUGOD
+DIST_VERSION=0.89
+inherit perl-module
+
+DESCRIPTION='Manage perl installations in your $HOME'
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=virtual/perl-ExtUtils-MakeMaker-7.220.0
+   >=dev-perl/CPAN-Perl-Releases-5.202.9.200
+   >=dev-perl/Capture-Tiny-0.360.0
+   >=dev-perl/Devel-PatchPerl-2.0.0
+   >=virtual/perl-ExtUtils-MakeMaker-7.220.0
+   >=virtual/perl-File-Temp-0.230.400
+   virtual/perl-JSON-PP
+   >=virtual/perl-Pod-Parser-1.630.0
+   >=dev-perl/local-lib-2.0.14
+"
+DEPEND="
+   dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-Tiny-0.34.0
+   test? (
+   >=dev-perl/File-Which-1.210.0
+   >=dev-perl/IO-All-0.510.0
+   >=dev-perl/Path-Class-0.330.0
+
+   >=dev-perl/Test-Exception-0.320.0
+   >=dev-perl/Test-NoWarnings-1.40.0
+   >=dev-perl/Test-Output-1.30.0
+   >=virtual/perl-Test-Simple-1.1.2
+   >=dev-perl/Test-Spec-0.470.0
+   >=dev-perl/Test-TempDir-Tiny-0.16.0
+   )
+"
+mydoc=("doc/notes.org")
+src_test() {
+   ( # export leak guard
+   if has "network" ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do 
parallel}}; then
+   einfo "Network Tests Enabled"
+   export TEST_LIVE=1
+   else
+   ewarn "This package needs network access for 
comprehensive testing."
+   ewarn "For details, see:"
+   ewarn 
"https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN};
+   fi
+   if has "network-dev-test" ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do 
parallel}}; then
+   einfo "Developer HTTP Test enabled"
+   export PERLBREW_DEV_TEST=1
+   fi
+   perl-module_src_test
+   )
+}

diff --git a/dev-perl/App-perlbrew/Manifest b/dev-perl/App-perlbrew/Manifest
index d66d52efdbd..eb01cf0e1ed 100644
--- a/dev-perl/App-perlbrew/Manifest
+++ b/dev-perl/App-perlbrew/Manifest
@@ -1 +1,2 @@
 DIST App-perlbrew-0.88.tar.gz 92126 BLAKE2B 
f7bff0635d9d3d768f781ffd0f67c69db4d837b7f2dffc72a002c3dee4ea2e7cc04b1e4ed46e68e52d675859516b88832be563f8cdfa35d6dc6875ecf265
 SHA512 
16a60637f9de4ca12b270b3a6946b15b0881af797e5f811be601895ed25db0eb98f6056a219025213f439ceb5f2253bb175e0efa5d3742fffd7820fcf0433115
+DIST App-perlbrew-0.89.tar.gz 84751 BLAKE2B 
3f9f0e400354e9828969005898c14c37e066c870e6b5e6f3c6fedb17c842b33c8e49a457fc130e0b72a9eaed0aaf023b46bbefe8b18d0b26c87a514e982d0de9
 SHA512 
e9ac5e7b4704ae74eeb09d8ae5c00e3d86b953cc35f792c27e4c26074bb6cfe060212a84a32d02539b3914f441c2c076f0884f11b3859b6cf8a95e4303a45f83



[gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/

2020-10-18 Thread Kent Fredric
commit: f714b1cdd9d3c661e6137941935a6780e5ab7107
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct 18 11:01:03 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct 18 11:03:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f714b1cd

dev-lang/perl: Add USE="minimal" for bootstrappers

Even though PDEPEND is "post" dependency, portage still *schedules*
PDEPENDS to install *before* perl, where possible.

This leads to a fun problem under cross/chroot/catalyst stuff, as it
then necessitates you install perl-cleaner, and thus, portage-utils,
before installing perl.

And portage-utils in turn necessitates a lot of complexity by
default, openmp, nettle, ... ssl...

And if those fail, which is highly likely, portage doesn't try to
install perl, even though it would compile just fine.

And in reality, you don't actually need perl-cleaner to have a
working perl interpreter. Its just strongly recommended and all
systems should have it.

Same goes for the virtuals and subsequent perl-core/ stuff, which
also isn't strictly necessary for a working perl, at least, not when
you're bootstrapping it, as this is mostly our safeguards against
various security concerns.

So pretty much 100% of what is in PDEPEND should be able to be turned
off, if you're an adult and know what you're doing.

Globally setting USE="minimal" is not officially supported, but bugs
that result from it are welcome.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-lang/perl/perl-5.30.3-r1.ebuild | 12 +++-
 dev-lang/perl/perl-5.32.0-r1.ebuild | 12 +++-
 dev-lang/perl/perl-5.32.0.ebuild| 12 +++-
 3 files changed, 21 insertions(+), 15 deletions(-)

diff --git a/dev-lang/perl/perl-5.30.3-r1.ebuild 
b/dev-lang/perl/perl-5.30.3-r1.ebuild
index 235bdb07323..b437e661e57 100644
--- a/dev-lang/perl/perl-5.30.3-r1.ebuild
+++ b/dev-lang/perl/perl-5.30.3-r1.ebuild
@@ -54,7 +54,7 @@ if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" 
]] ; then
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
-IUSE="berkdb debug doc gdbm ithreads"
+IUSE="berkdb debug doc gdbm ithreads minimal"
 
 RDEPEND="
berkdb? ( sys-libs/db:= )
@@ -65,10 +65,12 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 PDEPEND="
-   >=app-admin/perl-cleaner-2.5
-   >=virtual/perl-File-Temp-0.230.400-r2
-   >=virtual/perl-Data-Dumper-2.154.0
-   virtual/perl-Test-Harness
+   !minimal? (
+   >=app-admin/perl-cleaner-2.5
+   >=virtual/perl-File-Temp-0.230.400-r2
+   >=virtual/perl-Data-Dumper-2.154.0
+   virtual/perl-Test-Harness
+   )
 "
 # bug 390719, bug 523624
 # virtual/perl-Test-Harness is here for the bundled ExtUtils::MakeMaker

diff --git a/dev-lang/perl/perl-5.32.0-r1.ebuild 
b/dev-lang/perl/perl-5.32.0-r1.ebuild
index c4700dfc9a7..0c5fdc0e83d 100644
--- a/dev-lang/perl/perl-5.32.0-r1.ebuild
+++ b/dev-lang/perl/perl-5.32.0-r1.ebuild
@@ -56,7 +56,7 @@ KEYWORDS=""
 # KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
-IUSE="berkdb debug doc gdbm ithreads"
+IUSE="berkdb debug doc gdbm ithreads minimal"
 
 RDEPEND="
berkdb? ( sys-libs/db:= )
@@ -69,10 +69,12 @@ DEPEND="${RDEPEND}"
 BDEPEND="${RDEPEND}"
 
 PDEPEND="
-   >=app-admin/perl-cleaner-2.5
-   >=virtual/perl-File-Temp-0.230.400-r2
-   >=virtual/perl-Data-Dumper-2.154.0
-   virtual/perl-Test-Harness
+   !minimal? (
+   >=app-admin/perl-cleaner-2.5
+   >=virtual/perl-File-Temp-0.230.400-r2
+   >=virtual/perl-Data-Dumper-2.154.0
+   virtual/perl-Test-Harness
+   )
 "
 # bug 390719, bug 523624
 # virtual/perl-Test-Harness is here for the bundled ExtUtils::MakeMaker

diff --git a/dev-lang/perl/perl-5.32.0.ebuild b/dev-lang/perl/perl-5.32.0.ebuild
index d5ab04c9735..b375dbc322b 100644
--- a/dev-lang/perl/perl-5.32.0.ebuild
+++ b/dev-lang/perl/perl-5.32.0.ebuild
@@ -54,7 +54,7 @@ if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" 
]] ; then
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~s

[gentoo-commits] repo/gentoo:master commit in: dev-libs/nettle/

2020-10-18 Thread Kent Fredric
commit: abbbd01df0db4443d4420603685d3e0ea7381b2f
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct 18 09:45:58 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct 18 09:49:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abbbd01d

dev-libs/nettle: BDEPEND texinfo for USE=doc bug #749831

Adds texinfo to BDEPEND with USE="doc" as not having this causes
src_configure to fail, and texinfo *can* be depcleaned on minimal
systems.

Keywords:
- New dependency texinfo not keyworded everywhere, keywords dropped
  for:
amd64-linux
m68k-mint
ppc-macos
sparc-solaris sparc64-solaris
x64-cygwin x64-macos x64-solaris
x86-linux  x86-macos x86-solaris

Bug: https://bugs.gentoo.org/749831
Acked-by: Tony Vroon  gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-libs/nettle/nettle-3.6-r3.ebuild | 65 
 1 file changed, 65 insertions(+)

diff --git a/dev-libs/nettle/nettle-3.6-r3.ebuild 
b/dev-libs/nettle/nettle-3.6-r3.ebuild
new file mode 100644
index 000..be9492fe444
--- /dev/null
+++ b/dev-libs/nettle/nettle-3.6-r3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-build multilib-minimal multilib toolchain-funcs
+
+DESCRIPTION="Low-level cryptographic library"
+HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( LGPL-3 LGPL-2.1 )"
+SLOT="0/8-6" # subslot = libnettle - libhogweed soname version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="+asm doc +gmp static-libs test cpu_flags_x86_aes cpu_flags_arm_neon 
cpu_flags_x86_sha"
+RESTRICT="!test? ( test )"
+
+DEPEND="gmp? ( >=dev-libs/gmp-6.1:0=[static-libs?,${MULTILIB_USEDEP}] )"
+RDEPEND="${DEPEND}"
+BDEPEND="doc? ( sys-apps/texinfo )"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/nettle/version.h
+)
+
+DOCS=()
+HTML_DOCS=()
+
+pkg_setup() {
+   use doc && DOCS+=(
+   nettle.pdf
+   )
+   use doc && HTML_DOCS+=(
+   nettle.html
+   )
+}
+
+src_prepare() {
+   default
+
+   # I do not see in config.sub reference to sunldsolaris.
+   # if someone complains readd
+   # -e 's/solaris\*)/sunldsolaris*)/' \
+   sed -e '/CFLAGS=/s: -ggdb3::' \
+   -i configure.ac || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   # --disable-openssl bug #427526
+   ECONF_SOURCE="${S}" econf \
+   CC_FOR_BUILD="$(tc-getBUILD_CC)" \
+   $(tc-is-static-only && echo --disable-shared) \
+   $(use_enable cpu_flags_x86_aes x86-aesni) \
+   $(use_enable cpu_flags_x86_sha x86-sha-ni) \
+   $(use_enable asm assembler) \
+   $(use_enable doc documentation) \
+   $(use_enable gmp public-key) \
+   $(use_enable cpu_flags_arm_neon arm-neon) \
+   $(use_enable static-libs static) \
+   --disable-fat \
+   --disable-openssl \
+   --libdir="${EPREFIX}"/usr/$(get_libdir)
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Validate-IP/

2020-10-11 Thread Kent Fredric
commit: f8d1c564aea81e34dcada82eed721e10fd21a933
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct 11 09:52:27 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct 11 09:53:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8d1c564

dev-perl/Data-Validate-IP: Keyword ~arm64 re bug #747604

Required dep of net-dns/ddclient-3.9.1

Tested on packet-at arm64

Bug: https://bugs.gentoo.org/747604
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild 
b/dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild
index 7bba7c3655f..4eb06b33bdd 100644
--- a/dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild
+++ b/dev-perl/Data-Validate-IP/Data-Validate-IP-0.270.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Lightweight IPv4 and IPv6 validation module"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Taint/

2020-10-11 Thread Kent Fredric
commit: 704a7b95c0d704e9286d483df0e83d593d57e94b
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct 11 09:47:53 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct 11 09:53:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704a7b95

dev-perl/Test-Taint: Keyword ~arm64 re bug #747604

Optional test dep of dev-perl/Data-Validate-IP

Tested on packet-at arm64

Bug: https://bugs.gentoo.org/747604
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Test-Taint/Test-Taint-1.60.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Taint/Test-Taint-1.60.0-r1.ebuild 
b/dev-perl/Test-Taint/Test-Taint-1.60.0-r1.ebuild
index 51673fb81e1..063014bd385 100644
--- a/dev-perl/Test-Taint/Test-Taint-1.60.0-r1.ebuild
+++ b/dev-perl/Test-Taint/Test-Taint-1.60.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Tools to test taintedness"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Cpanel-JSON-XS/

2020-10-07 Thread Kent Fredric
commit: ff8678eb2b3bf6631352b99362c1f5326a4bcaeb
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Oct  7 23:07:28 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Wed Oct  7 23:10:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8678eb

dev-perl/Cpanel-JSON-XS: Bump to version 4.240.0

Upstream:
- Fix decode_json($json, $allow_nonref) failing to reject
  $json that decode to non-references when $allow_nonref
  is false.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Cpanel-JSON-XS/Cpanel-JSON-XS-4.240.0.ebuild   | 50 ++
 dev-perl/Cpanel-JSON-XS/Manifest   |  1 +
 2 files changed, 51 insertions(+)

diff --git a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-4.240.0.ebuild 
b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-4.240.0.ebuild
new file mode 100644
index 000..8a5333fa953
--- /dev/null
+++ b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-4.240.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RURBAN
+DIST_VERSION=4.24
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="cPanel fork of JSON::XS, fast and correct serializing"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=virtual/perl-Math-BigInt-1.160.0
+   virtual/perl-Carp
+   >=virtual/perl-Encode-1.980.100
+   virtual/perl-Exporter
+   virtual/perl-XSLoader
+   >=virtual/perl-podlators-2.80.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Data-Dumper
+   virtual/perl-Test
+   virtual/perl-Test-Simple
+   virtual/perl-Time-Piece
+   )
+"
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}
+src_test() {
+   ewarn "Comprehensive testing may require manual installation of 
dependencies"
+   ewarn " See: 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}#Tests;
+   perl-module_src_test
+}
+pkg_postinst() {
+   ewarn "This package provides 'cpanel_json_xs' in PATH, which includes 
optional features"
+   ewarn "otherwise not automatically made available yet. If you desire to 
use these,"
+   ewarn "please consult:"
+   ewarn " 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}#Optional_Features;
+}

diff --git a/dev-perl/Cpanel-JSON-XS/Manifest b/dev-perl/Cpanel-JSON-XS/Manifest
index 71d9d306669..e7c8021b0d0 100644
--- a/dev-perl/Cpanel-JSON-XS/Manifest
+++ b/dev-perl/Cpanel-JSON-XS/Manifest
@@ -1,3 +1,4 @@
 DIST Cpanel-JSON-XS-4.19.tar.gz 251461 BLAKE2B 
fa22192d017fc41327e71b84f47e3939765b0c48586cc31876f744c2a51a93b36f6d41b8c9f92bba04875123604efe3fed6a486839dbfb39623cb2a4a4064087
 SHA512 
c67b62e8f95900cb3626357cfa9976f1553f84ffd10a977d47839ca3b317014473c3a6e48f6680478b89bbdc2ac177b22441ad5e49e7e8eb0344ef14a3c52b10
 DIST Cpanel-JSON-XS-4.21.tar.gz 253372 BLAKE2B 
ad090f758d4b7b1f81ee01cb7860a952ca25c028c8043e33898593eb4818e5746d56eed0101656d95b68be54d68589ee7bb174e09e990d4a139448b422e8c542
 SHA512 
1408fed400e3e792af156695a5437e479a30cafb7d0597afc80c04de9b46882b67f75920f5f32047ed498bf088c9430108cea6863cfd2e6314765688f2c610e0
 DIST Cpanel-JSON-XS-4.23.tar.gz 253594 BLAKE2B 
e9cb66c58015f6b83f00f588e9afc7c360182b67ceffcb90a76c2ebb1ad922250a5f2cec1049a79aea03789248d89669b4c787017bfdb6710f8576ab1e5b2948
 SHA512 
1c0d70ff85a2217c2b326c8002766e237966e0fcdac447fbb5108a5ba98b2771db17731853f2f7bedf85c337c7f6e18333c2c235830a17e152e7838bd168d0f9
+DIST Cpanel-JSON-XS-4.24.tar.gz 254008 BLAKE2B 
4449d0d562388c547ab26e87048b49d2e77e7508c8bc2c4db4af562ecfed768452cea1daca60e8ce59ed464b9d4ceca17d73326a16bec3e3a6d42bd6e13df7fe
 SHA512 
311746bd6d686f758db4507c1219675b262205a8d798662b8f5521d3f9c7d76678580a30e26281b461647763d552cb76fdbbcf4aa1737dc7c7416364179741bb



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Carp-Assert-More/

2020-10-07 Thread Kent Fredric
commit: 4da1128ee63cefb76389ee2bf154df5f784dbf82
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Oct  7 08:31:07 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Wed Oct  7 08:31:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da1128e

dev-perl/Carp-Assert-More: Bump to version 1.240.0

- Fix LICENSE

Upstream:
- Add assert_keys_are(\%hash, \@exact_keylist [, $test_name ] )
- assert_datetime() now has a prototype
- Minimum Perl reduced to perl 5.6.1 by removing use of defined-or

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Carp-Assert-More-1.240.0.ebuild| 41 ++
 dev-perl/Carp-Assert-More/Manifest |  1 +
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Carp-Assert-More/Carp-Assert-More-1.240.0.ebuild 
b/dev-perl/Carp-Assert-More/Carp-Assert-More-1.240.0.ebuild
new file mode 100644
index 000..be2c307e500
--- /dev/null
+++ b/dev-perl/Carp-Assert-More/Carp-Assert-More-1.240.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PETDANCE
+DIST_VERSION=1.24
+inherit perl-module
+
+DESCRIPTION="convenience wrappers around Carp::Assert"
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/Carp-Assert
+   virtual/perl-Scalar-List-Utils
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/Test-Exception
+   )
+"
+PERL_RM_FILES=(
+   "t/pod-coverage.t"
+   "t/pod.t"
+)
+src_test() {
+   perl-module_src_test
+   local MODULES=(
+   "Carp::Assert::More ${DIST_VERSION}"
+   )
+   for dep in "${MODULES[@]}"; do
+   perl -Mblib="${S}" -M"${dep} ()" -e1 ||
+   die "Could not load ${dep}"
+   done
+}

diff --git a/dev-perl/Carp-Assert-More/Manifest 
b/dev-perl/Carp-Assert-More/Manifest
index 6f71e4165f9..81c540fb84b 100644
--- a/dev-perl/Carp-Assert-More/Manifest
+++ b/dev-perl/Carp-Assert-More/Manifest
@@ -1 +1,2 @@
 DIST Carp-Assert-More-1.20.tar.gz 13282 BLAKE2B 
aa85111f076f78d0de2e4568b2ddb3c1318c5dae76da3b29f442e07e7b4f729c62abf94bc320477f1c572c6ff64d87c30793fb64e88f0774cba873c7f5aa8ffd
 SHA512 
9caacf2cc4acb190b071a7312e5e1cdee5a0b7a0e9db0efc6dca0fa19167524a3bd6beecc4bb8e68eace719fc1d918063e9d259a24cb28e81dd628ea75ba541b
+DIST Carp-Assert-More-1.24.tar.gz 14414 BLAKE2B 
0a0a710a9248956cd6a6cf72c200348d8ed9183d54c1b2754ed8a1c2af542f87c425d8808cb7b4c930d547ee6282ed577c43f12141898c2b9cdad82ace71cc0d
 SHA512 
60b4d21ea90822f182a9b166489146c73d7c5230de1910b4f23bab9cdf85b93d4b8e1e9792f57808a984dcd63179197d0229fa4b812693808cfa89bb6685bf00



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI/

2020-10-05 Thread Kent Fredric
commit: 5b7f9c963262128328e569626a386cc35c3c3a27
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct  5 22:44:11 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct  5 22:44:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7f9c96

dev-perl/CGI: Bump to vesion 4.510.0

Upstream:
- Document support for SameSite=None via CGI::Cookie

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/CGI/CGI-4.510.0.ebuild | 38 ++
 dev-perl/CGI/Manifest   |  1 +
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/CGI/CGI-4.510.0.ebuild b/dev-perl/CGI/CGI-4.510.0.ebuild
new file mode 100644
index 000..df2d9343b35
--- /dev/null
+++ b/dev-perl/CGI/CGI-4.510.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=LEEJO
+DIST_VERSION=4.51
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Simple Common Gateway Interface Class"
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Encode
+   virtual/perl-Exporter
+   >=virtual/perl-File-Spec-0.820.0
+   >=virtual/perl-File-Temp-0.170.0
+   >=dev-perl/HTML-Parser-3.690.0
+   virtual/perl-if
+   >=virtual/perl-parent-0.225.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-IO
+   >=dev-perl/Test-Deep-0.110.0
+   dev-perl/Test-NoWarnings
+   >=virtual/perl-Test-Simple-0.980.0
+   >=dev-perl/Test-Warn-0.300.0
+   )
+"
+PERL_RM_FILES=( "t/compiles_pod.t" "t/changes.t" )

diff --git a/dev-perl/CGI/Manifest b/dev-perl/CGI/Manifest
index b90dd407ea7..55cf9dee5a7 100644
--- a/dev-perl/CGI/Manifest
+++ b/dev-perl/CGI/Manifest
@@ -1,2 +1,3 @@
 DIST CGI-4.47.tar.gz 204940 BLAKE2B 
fa0c4492b19543061403ff65be0d304fe166ece4cdfdb19c9c55de391001add2c03bd4c99019ddeae1b2fc70009a5419de8baa7159548f237351572d11c9c004
 SHA512 
1f46c15071254a691781a93cfdaed62da01486bb32d68ef6999ad1aa6f8b631452fad4aa95fdf8ce63a7314023853f01fddfb9aabf3f49460d174d118136822d
 DIST CGI-4.50.tar.gz 205316 BLAKE2B 
7b6fe005545e2a3f9a0218f4bb3fc7f6acea879c87118675f72db5f7db78b0bd84788493199e94d2bfadcd07650dfed72c85d0db69ba1210bd3b372e19fb2cab
 SHA512 
c8f898404ef8fb341ea741229939748b82ca94b231591b67f29ca2f06cfbab363653753289a795a2eb0b0a145eafc8e8a303e92fd90795071b123e0fb8cb79c6
+DIST CGI-4.51.tar.gz 205366 BLAKE2B 
1fd76c82610ad1b017f19bd055bbf4a533f96e385891c53832a7e43f4c8d5fc74ed81a6e86e4e3ce666bf30a7354b06f808d2c68e65c0fea75b2ce5fb7b8
 SHA512 
1ff69bf78c346142f0355e816fae18c69eb57504c2fc06738f2d26b97adee7cee1df2b4b2246ae72532e769a613aea6d6f7027956066a0c12354658e62a98e5d



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Linux-Smaps/

2020-10-05 Thread Kent Fredric
commit: 0770a5094a9906f30beb054f94aaa319384ef44d
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct  5 21:24:07 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct  5 21:24:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0770a509

dev-perl/Linux-Smaps: Bump to version 0.140.0

- EAPI7
- Minor code restructure for clarity
- Remove unused/empty variable assignments

Upstream:
- Handle non-memory related keys like ProtectionKey: and
  THPeligible: generically to support newer kernels
- Rework test suite for reliability and clarity

Bug: https://bugs.gentoo.org/700346
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild | 23 +++
 dev-perl/Linux-Smaps/Manifest   |  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild 
b/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild
new file mode 100644
index 000..088a9f9580a
--- /dev/null
+++ b/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=AERUDER
+DIST_VERSION=0.14
+inherit perl-module linux-info
+
+DESCRIPTION="Perl interface to /proc/PID/smaps"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   virtual/perl-ExtUtils-MakeMaker
+"
+# This is only explict due to not seeing where
+# this variable gets used otherwise
+pkg_setup() {
+   CONFIG_CHECK="~MMU ~PROC_PAGE_MONITOR"
+   linux-info_pkg_setup
+}

diff --git a/dev-perl/Linux-Smaps/Manifest b/dev-perl/Linux-Smaps/Manifest
index e6328325c0d..d32790de534 100644
--- a/dev-perl/Linux-Smaps/Manifest
+++ b/dev-perl/Linux-Smaps/Manifest
@@ -1 +1,2 @@
 DIST Linux-Smaps-0.13.tar.gz 32274 BLAKE2B 
b7d617cde8d1b2401b08be486faca700f8f2cf198877ee6f4b139476ed3e4e39571c1ed9ba1b8704821d3b1917daef876b823380bf0c9d149452cde09be54e04
 SHA512 
255665672cd675abf39d363acd1ebda47d4c5125de7463e1ccb4276ff4233a7369a610b3863f508e7231c7537e058d13b9c33072d562b173d5833b315c564a64
+DIST Linux-Smaps-0.14.tar.gz 20760 BLAKE2B 
68bb60ff063cd147292028ba28b0e057358bbaf1d0c734bafffde878e4d8e37b8e9b40303a3dc6824d8521aaafa2e5b95142f46a8526bfc96ce6bf54252b7419
 SHA512 
0a9e7ea770820bc99436e0eb7410ab2b77e201a8980210d69a85c8b6cc5c4be4bef8ef7ce9da56c9d1478e7dd763fb287ea8fff4d6945c09de0a0fd304181eab



[gentoo-commits] repo/gentoo:master commit in: dev-perl/X11-XCB/

2020-10-05 Thread Kent Fredric
commit: aba8c279930e03888fa2b8744c7b6821a47bb203
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct  5 11:22:01 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct  5 11:23:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba8c279

dev-perl/X11-XCB: Bump to version 0.180.0

- EAPI7
- Ensure CFLAGS passed to make/compiler

Upstream:
- use Newxz to zero-allocate size hints

Closes: https://bugs.gentoo.org/744115
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/X11-XCB/Manifest   |  1 +
 dev-perl/X11-XCB/X11-XCB-0.180.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-perl/X11-XCB/Manifest b/dev-perl/X11-XCB/Manifest
index 98a6448dd20..ef33d7a2761 100644
--- a/dev-perl/X11-XCB/Manifest
+++ b/dev-perl/X11-XCB/Manifest
@@ -1 +1,2 @@
 DIST X11-XCB-0.17.tar.gz 90833 BLAKE2B 
7de56a99abb27373f0473e4d98c177d3db4f4811bdee358e79a85db26345e59f3dfa0998e10678fce1585ddbf1f58796f75d2adc198ec6d23ae521720b3d93ae
 SHA512 
8a5457afdb3b32fd6d425a27dee1a6afbbded222cf71a9d7201ed2c0db0b0b7c803ae3e69a897c510b9b07b79e880efe0cf062ea025d2d3ff7ee16d364c568bc
+DIST X11-XCB-0.18.tar.gz 90478 BLAKE2B 
f5f3c74c1afdcee75bfab29733180b7d76aeb1be7a5fcdffc9acc1a15f9b842b12e88d826f5ce182b4e3ad5d36e9b44a0169341fae5ac265270462efbad0e60a
 SHA512 
eeecd8fbf080a6ca2f28b8fe4b64c97339f27b27c9c70d1a8e7c0f56af193243295aa1fc65039d24c81396126befc27ca114ca4cd1641139a788c46fe600f3ba

diff --git a/dev-perl/X11-XCB/X11-XCB-0.180.0.ebuild 
b/dev-perl/X11-XCB/X11-XCB-0.180.0.ebuild
new file mode 100644
index 000..9e403824240
--- /dev/null
+++ b/dev-perl/X11-XCB/X11-XCB-0.180.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MSTPLBG
+DIST_VERSION=0.18
+inherit perl-module virtualx
+
+DESCRIPTION="Perl bindings for libxcb"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/Data-Dump
+   dev-perl/Mouse
+   dev-perl/MouseX-NativeTraits
+   dev-perl/Try-Tiny
+   dev-perl/XML-Descent
+   dev-perl/XML-Simple
+   >=virtual/perl-XSLoader-0.20.0
+   >=x11-libs/libxcb-1.2
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+"
+DEPEND="
+   >=x11-libs/libxcb-1.2
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-base/xcb-proto
+"
+BDEPEND="${RDEPEND}
+   x11-base/xcb-proto
+   >=virtual/perl-Devel-PPPort-3.190.0
+   dev-perl/ExtUtils-Depends
+   >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+   >=virtual/perl-ExtUtils-ParseXS-3.180.0
+   dev-perl/ExtUtils-PkgConfig
+   dev-perl/XS-Object-Magic
+   test? (
+   dev-perl/Test-Deep
+   dev-perl/Test-Exception
+   virtual/perl-Test-Simple
+   )
+"
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   MAKEOPTS="-j1" perl-module_src_compile
+}
+src_test() {
+   virtx perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mouse/

2020-10-05 Thread Kent Fredric
commit: fa839f2f833b6581c0bf6c0b7ccae3e27b763d12
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct  5 10:55:48 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Mon Oct  5 11:22:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa839f2f

dev-perl/Mouse: -r bump for EAPI7 + Toolchain love

- EAPI7
- Ensure not to break when LD set to a non-ccld
- Ensure passing CFLAGS to compiler

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Mouse/Mouse-2.4.10-r1.ebuild | 47 +++
 1 file changed, 47 insertions(+)

diff --git a/dev-perl/Mouse/Mouse-2.4.10-r1.ebuild 
b/dev-perl/Mouse/Mouse-2.4.10-r1.ebuild
new file mode 100644
index 000..ff1d9157c01
--- /dev/null
+++ b/dev-perl/Mouse/Mouse-2.4.10-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GFUJI
+DIST_VERSION=v2.4.10
+DIST_EXAMPLES=("example/*" "benchmarks")
+inherit perl-module
+
+DESCRIPTION="Moose minus the antlers"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=virtual/perl-Scalar-List-Utils-1.140.0
+   >=virtual/perl-XSLoader-0.20.0
+"
+DEPEND="dev-perl/Module-Build"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-ParseXS-3.220.0
+   >=virtual/perl-Devel-PPPort-3.220.0
+   >=dev-perl/Module-Build-0.400.500
+   dev-perl/Module-Build-XSUtil
+   test? (
+   dev-perl/Test-Exception
+   dev-perl/Test-Fatal
+   dev-perl/Test-LeakTrace
+   >=virtual/perl-Test-Simple-0.880.0
+   dev-perl/Test-Output
+   dev-perl/Test-Requires
+   dev-perl/Try-Tiny
+   )
+"
+src_configure() {
+   unset LD
+   [[ -n "${CCLD}" ]] && export LD="${CCLD}"
+   # we have to do this outside src_compile
+   # as the stupid thing recompiles in src_install
+   myconf=(
+   --config "optimize=${CFLAGS}"
+   )
+   perl-module_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CryptX/

2020-10-03 Thread Kent Fredric
commit: eb826dbaf689f8f76d57ea1b7109f7a36c81c23e
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct  4 05:20:58 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct  4 05:20:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb826dba

dev-perl/CryptX: Cleanup old 0.68.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/CryptX/CryptX-0.68.0.ebuild | 46 
 dev-perl/CryptX/Manifest |  1 -
 2 files changed, 47 deletions(-)

diff --git a/dev-perl/CryptX/CryptX-0.68.0.ebuild 
b/dev-perl/CryptX/CryptX-0.68.0.ebuild
deleted file mode 100644
index fe1367c211f..000
--- a/dev-perl/CryptX/CryptX-0.68.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-DIST_AUTHOR=MIK
-DIST_VERSION=0.068
-inherit perl-module
-
-DESCRIPTION="Self-contained crypto toolkit"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   !minimal? (
-   || (
-   dev-perl/Cpanel-JSON-XS
-   dev-perl/JSON-XS
-   virtual/perl-JSON-PP
-   )
-   )
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   >=virtual/perl-Test-Simple-0.880.0
-   !minimal? (
-   >=virtual/perl-Math-BigInt-1.999.715
-   >=virtual/perl-Storable-2.0.0
-   )
-   )
-"
-PERL_RM_FILES=(
-   t/002_all_pm.t
-   t/003_all_pm_pod.t
-   t/004_all_pm_pod_spelling.t
-   t/005_all_pm_pod_coverage.t
-)
-src_compile() {
-   mymake=(
-   "OPTIMIZE=${CFLAGS}"
-   )
-   perl-module_src_compile
-}

diff --git a/dev-perl/CryptX/Manifest b/dev-perl/CryptX/Manifest
index 255383cf9c2..96d001fd50b 100644
--- a/dev-perl/CryptX/Manifest
+++ b/dev-perl/CryptX/Manifest
@@ -1,3 +1,2 @@
 DIST CryptX-0.064.tar.gz 1619390 BLAKE2B 
19741c71e36efc2339d2ade3b1f1125a7441ab00509892c7b1cdcbfc004eeca46ba15962dc0f3f92569ff2b9d936059420237a80f03ff71a596d7061ff075e04
 SHA512 
b153512d1036461de795cd40b71b55f32908ac84101079e3e62c2690736de102046fe1f66007c4b0af6ded797709e1f06934d171f349bf983d53a2f1ab1f0d1d
-DIST CryptX-0.068.tar.gz 1646229 BLAKE2B 
81b104810ee56c894ad279b547b94237acf942f71af341e5aab4aef4cdcfb3b1aa3dfa469c6921d2c9f4304a4432d14d3664372e07f7b089cbc99362c7931a6d
 SHA512 
f6e792a94dc33f391c40d24ed525d1c13443c88e7c3b29d46a2510f9a4bb9afddcc62e8ab19fdb20e15d8a3ab17897f9aff8d79b5b51ce1ef1b25d14f49e5227
 DIST CryptX-0.069.tar.gz 1644304 BLAKE2B 
59ef37494856d38b00bbb88578160e34f16aaa5372cc73e2db69d665f59d769e86e058dc249bfa8e0259d89779d89ba8efbbe41964c525bb0ecee66975bdbda7
 SHA512 
59fed5c6a0c990807003e4b0eecd469c54d3ea9df231df865002379f5b6f70542a1b7f7af2872491796017624758adfad47ea5e360e84bb1462979f44339701e



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/files/, dev-perl/Clipboard/

2020-10-03 Thread Kent Fredric
commit: 3841dd196aabd4e278ebeac584fdc485fc1b2962
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct  4 05:17:57 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct  4 05:17:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3841dd19

dev-perl/Clipboard: Cleanup old 0.130.0-r3

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild | 26 -
 dev-perl/Clipboard/Manifest|  1 -
 .../Clipboard-0.130.0-insecure-tempfile.patch  | 23 ---
 .../files/Clipboard-0.130.0-no-dot-inc.patch   | 45 --
 4 files changed, 95 deletions(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild 
b/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild
deleted file mode 100644
index e66f219513f..000
--- a/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=KING
-DIST_VERSION=0.13
-inherit perl-module virtualx
-
-DESCRIPTION="Copy and paste with any OS"
-
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86"
-IUSE=""
-
-# See bug 521890.
-PATCHES=(
-   "${FILESDIR}"/"${P}"-insecure-tempfile.patch
-   "${FILESDIR}"/"${P}"-no-dot-inc.patch
-)
-
-RDEPEND="x11-misc/xclip"
-
-src_test() {
-   virtx perl-module_src_test
-}

diff --git a/dev-perl/Clipboard/Manifest b/dev-perl/Clipboard/Manifest
index 4e486ec79cb..e3608ccb592 100644
--- a/dev-perl/Clipboard/Manifest
+++ b/dev-perl/Clipboard/Manifest
@@ -1,2 +1 @@
-DIST Clipboard-0.13.tar.gz 21616 BLAKE2B 
6e46f36fcfbcbd61ca35dddb85b16da49ee7b2d6f3e0cf6b15e90a5730b649d0bb960108c33d6896903570f3baaf5ce871511dfd3a1330625b9974190fb408bc
 SHA512 
29792efabee3bdbd808c445714f344608f79799561029d3311b3c263e7bd52ddd8be6e17773f2e027b0d38afecd5d7057af3a129e053c1c01928cf2c5a12bd6b
 DIST Clipboard-0.26.tar.gz 25159 BLAKE2B 
d4bb2c311afabf5e6e751b144d71f269aebdc743cab31b1064e1f77f563e109ee1a196ec0a483aa362d39e1549cc02ebfa01b82172dcd10a3a173278fa64ece3
 SHA512 
68427934e4c460492f0fca1ea45891070e6aa544b49896d383786918055889ab179bc9d926018f85d6f77e89f7882098750d55b8dc656047bc63ec07d1c515c1

diff --git a/dev-perl/Clipboard/files/Clipboard-0.130.0-insecure-tempfile.patch 
b/dev-perl/Clipboard/files/Clipboard-0.130.0-insecure-tempfile.patch
deleted file mode 100644
index 1fd452c6148..000
--- a/dev-perl/Clipboard/files/Clipboard-0.130.0-insecure-tempfile.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: Fix insecure use of temporary files.
- This is CVE-2014-5509.
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=98435
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=98435
-Author: gregor herrmann 
-Last-Update: 2016-08-13
-
 a/scripts/clipedit
-+++ b/scripts/clipedit
-@@ -1,10 +1,11 @@
- #!/usr/bin/perl
- use strict;
- use Clipboard;
-+use File::Temp qw( tempfile );
- 
- my $orig = Clipboard->paste;
- 
--my $tmpfilename = "/tmp/clipedit$$";
-+my ($tmpfile, $tmpfilename) = tempfile();
- open my $tmpfile, ">$tmpfilename" or die "Failure to open $tmpfilename: $!";
- print $tmpfile $orig;
- close $tmpfile;

diff --git a/dev-perl/Clipboard/files/Clipboard-0.130.0-no-dot-inc.patch 
b/dev-perl/Clipboard/files/Clipboard-0.130.0-no-dot-inc.patch
deleted file mode 100644
index 1e9c31be70e..000
--- a/dev-perl/Clipboard/files/Clipboard-0.130.0-no-dot-inc.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From 389b272f8696b86f594726544a8280e43cd2ffc6 Mon Sep 17 00:00:00 2001
-From: Kent Fredric 
-Date: Thu, 19 Oct 2017 10:21:36 +1300
-Subject: Fix Makefile.PL & Tests for '.' in @INC removal under Perl 5.26+
-
-Bug: https://bugs.gentoo.org/615138
-Bug: https://rt.cpan.org/Ticket/Display.html?id=121056

- Makefile.PL | 1 +
- t/drivers.t | 2 ++
- t/mock.t| 2 ++
- 3 files changed, 5 insertions(+)
-
-diff --git a/Makefile.PL b/Makefile.PL
-index 08468ac..ab60784 100644
 a/Makefile.PL
-+++ b/Makefile.PL
-@@ -1,3 +1,4 @@
-+use lib '.';
- use inc::Module::Install;
- name('Clipboard');
- author('Ryan King ');
-diff --git a/t/drivers.t b/t/drivers.t
-index 1ae7014..de2478f 100644
 a/t/drivers.t
-+++ b/t/drivers.t
-@@ -1,3 +1,5 @@
-+use File::Spec::Functions qw(rel2abs);
-+use lib rel2abs('.');
- use Test::Clipboard;
- use strict; # XXX make Test::Clipboard do this
- my %map = qw(
-diff --git a/t/mock.t b/t/mock.t
-index fbd76f0..2a50ebb 100644
 a/t/mock.t
-+++ b/t/mock.t
-@@ -1,3 +1,5 @@
-+use File::Spec::Functions qw(rel2abs);
-+use lib rel2abs('.');
- use Test::Clipboard;
- use Test::MockClipboard;
- use strict; # XXX make Test::Clipboard do this
--- 
-2.14.2
-



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Trigger/

2020-10-03 Thread Kent Fredric
commit: 82c08f19cad30e3d759500e7616a1d63fb72f017
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct  4 05:15:04 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct  4 05:15:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c08f19

dev-perl/Class-Trigger: Cleanup old 0.140.0-r1

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-Trigger/Class-Trigger-0.140.0-r1.ebuild  | 25 --
 dev-perl/Class-Trigger/Manifest|  1 -
 2 files changed, 26 deletions(-)

diff --git a/dev-perl/Class-Trigger/Class-Trigger-0.140.0-r1.ebuild 
b/dev-perl/Class-Trigger/Class-Trigger-0.140.0-r1.ebuild
deleted file mode 100644
index 17a0cabfe12..000
--- a/dev-perl/Class-Trigger/Class-Trigger-0.140.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.14
-inherit perl-module
-
-DESCRIPTION="Mixin to add / call inheritable triggers"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~mips ppc ppc64 x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="dev-perl/IO-stringy"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
-
-src_prepare() {
-   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
-   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-   perl-module_src_prepare
-}

diff --git a/dev-perl/Class-Trigger/Manifest b/dev-perl/Class-Trigger/Manifest
index be5e86b3557..22b16708629 100644
--- a/dev-perl/Class-Trigger/Manifest
+++ b/dev-perl/Class-Trigger/Manifest
@@ -1,2 +1 @@
-DIST Class-Trigger-0.14.tar.gz 49950 BLAKE2B 
9406a5f8a6eed703f5963d44e31ea4a7459037548f5435f10f49d2f57113bc975f66c82392dd445cfd5287b10a2fcf1a1d60ddfdf93cd98945a3676e6922fe22
 SHA512 
f0908469a4853ef386158f2ee66bb52a1bb4cfcdb385ecd9fd3375af87943910ba75f99066a00eab5dd367f68404369c8ad4ae2afbcb76d18e9f1327f95eb2ca
 DIST Class-Trigger-0.15.tar.gz 17705 BLAKE2B 
89b6382d68d1fe0e4e58f62cc05c1ae5fb8563c8903af890b58e6e123bff10e470fd4568026cec0d73a5eb6b0ba94ad149f0078dbfcb03e86943fb9239481d54
 SHA512 
16e66c17cc44e3656573af7221b67c46e1cc83fdc047f6378a89ec7b8e8688f2020223018231b670c46972815e755a0b1f631f5cadd0b8f891d755c2e07526d8



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-XSAccessor/

2020-10-03 Thread Kent Fredric
commit: c7e44aaac3a88ad9c2304804b1837875304ab67a
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct  4 05:16:24 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct  4 05:16:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e44aaa

dev-perl/Class-XSAccessor: Cleanup old 1.190.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-XSAccessor-1.190.0.ebuild| 24 --
 1 file changed, 24 deletions(-)

diff --git a/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0.ebuild 
b/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0.ebuild
deleted file mode 100644
index 2cded14341d..000
--- a/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SMUELLER
-MODULE_VERSION=1.19
-inherit perl-module
-
-DESCRIPTION="Generate fast XS accessors without runtime compilation"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
-IUSE=""
-
-DEPEND="
-   >=dev-perl/AutoXS-Header-1.01
-"
-RDEPEND="${DEPEND}
-   !dev-perl/Class-XSAccessor-Array
-"
-
-SRC_TEST=do
-mymake=( OPTIMIZE=${CFLAGS} )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-ReturnValue/

2020-10-03 Thread Kent Fredric
commit: 36b869f63dccd850e0ebc5e5e45bc13307d5a3f3
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct  4 05:11:51 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct  4 05:11:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b869f6

dev-perl/Class-ReturnValue: Cleanup old 0.550.0-r1

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-ReturnValue-0.550.0-r1.ebuild| 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-perl/Class-ReturnValue/Class-ReturnValue-0.550.0-r1.ebuild 
b/dev-perl/Class-ReturnValue/Class-ReturnValue-0.550.0-r1.ebuild
deleted file mode 100644
index e21c64250e0..000
--- a/dev-perl/Class-ReturnValue/Class-ReturnValue-0.550.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN=Class-ReturnValue
-MODULE_AUTHOR=JESSE
-MODULE_VERSION=0.55
-inherit perl-module
-
-DESCRIPTION="A return-value object that lets you treat it as as a boolean, 
array or object"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="dev-perl/Devel-StackTrace"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
-
-src_prepare() {
-   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
-   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-MethodMaker/

2020-10-03 Thread Kent Fredric
commit: ebabd024db556d1a8ab3ba9b02294f42273e883e
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct  4 05:10:42 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct  4 05:10:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebabd024

dev-perl/Class-MethodMaker: Cleanup old 2.240.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-MethodMaker-2.240.0.ebuild| 21 -
 1 file changed, 21 deletions(-)

diff --git a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.240.0.ebuild 
b/dev-perl/Class-MethodMaker/Class-MethodMaker-2.240.0.ebuild
deleted file mode 100644
index 1082eefb854..000
--- a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.240.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SCHWIGON
-MODULE_VERSION=2.24
-SRC_URI="mirror://cpan/authors/id/S/SC/SCHWIGON/class-methodmaker/${PN}-${MODULE_VERSION}.tar.gz"
-inherit perl-module eutils
-
-DESCRIPTION="Create generic methods for OO Perl"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="
-   virtual/perl-ExtUtils-MakeMaker
-"
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-MakeMethods/

2020-10-03 Thread Kent Fredric
commit: 9e94bcfa6427089ed10a8892f8c0fea62acf9f93
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct  4 05:07:08 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct  4 05:07:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e94bcfa

dev-perl/Class-MakeMethods: Cleanup old 1.10.0-r1

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-MakeMethods-1.10.0-r1.ebuild  | 17 -
 1 file changed, 17 deletions(-)

diff --git a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.10.0-r1.ebuild 
b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.10.0-r1.ebuild
deleted file mode 100644
index bd1b3f4fbdb..000
--- a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.10.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=EVO
-MODULE_VERSION=1.01
-inherit perl-module
-
-DESCRIPTION="Automated method creation module for Perl"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc s390 sparc x86 ~ppc-aix ~x86-solaris"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/${P}-perl526.patch" )
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Singleton/

2020-10-03 Thread Kent Fredric
commit: c6a982574565ffd5840f3674ab3158358c9ca20a
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct  4 05:13:15 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct  4 05:13:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a98257

dev-perl/Class-Singleton: Cleanup old 1.500.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-Singleton/Class-Singleton-1.500.0.ebuild   | 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-perl/Class-Singleton/Class-Singleton-1.500.0.ebuild 
b/dev-perl/Class-Singleton/Class-Singleton-1.500.0.ebuild
deleted file mode 100644
index df3d8705c42..000
--- a/dev-perl/Class-Singleton/Class-Singleton-1.500.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SHAY
-MODULE_VERSION=1.5
-inherit perl-module
-
-DESCRIPTION="Implementation of a Singleton class"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="
-   virtual/perl-ExtUtils-MakeMaker
-"
-
-SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Method-Modifiers/

2020-10-03 Thread Kent Fredric
commit: 59ba888b8db5f30bd10b1e56148021533700b4c8
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct  4 05:09:25 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct  4 05:09:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ba888b

dev-perl/Class-Method-Modifiers: Cleanup old 2.120.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-Method-Modifiers-2.120.0.ebuild  | 30 --
 dev-perl/Class-Method-Modifiers/Manifest   |  1 -
 2 files changed, 31 deletions(-)

diff --git 
a/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.120.0.ebuild 
b/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.120.0.ebuild
deleted file mode 100644
index 11c8e196737..000
--- a/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.120.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=2.12
-inherit perl-module
-
-DESCRIPTION="provides Moose-like method modifiers"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   virtual/perl-Exporter
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.36
-   test? (
-   >=virtual/perl-CPAN-Meta-2.120.900
-   dev-perl/Test-Fatal
-   dev-perl/Test-Requires
-   >=virtual/perl-Test-Simple-0.880.0
-   virtual/perl-if
-   )
-"

diff --git a/dev-perl/Class-Method-Modifiers/Manifest 
b/dev-perl/Class-Method-Modifiers/Manifest
index 6e2fbcc4d82..16ffb7ae046 100644
--- a/dev-perl/Class-Method-Modifiers/Manifest
+++ b/dev-perl/Class-Method-Modifiers/Manifest
@@ -1,2 +1 @@
-DIST Class-Method-Modifiers-2.12.tar.gz 38979 BLAKE2B 
60983ca8afaf6fe01119c06371b2a1581e7f0323f6cc55a9edda128467b7614287c4fa77831d6d3b48dc076f1c41dc25321d9648454b45995c7cfd193a574844
 SHA512 
18c7cdff214d39a475b116cc5e6dda043c31765bcdfa9a1fa7242ce61e42583c4981d41a43ba556fb5a057e0cfbd5e52dd60048ea7dfae0fec3618dc47876dd4
 DIST Class-Method-Modifiers-2.13.tar.gz 41385 BLAKE2B 
a48d22505e58f20c670da89df1507e4ccf589c0004357d3b5f060994217a6aa74c74a5a5d116c0f0ab65eac080ae1c5e28578ff86028c1df85a07b621370ed07
 SHA512 
379afff763b647b787dd2049d9a8b928ca88be34e50c91c0848c5652efb1e4b40d8cacd2a1d5f6ce7bb254b9e65801b7c1a710f9807458a129af0af470f5ebbe



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Load/

2020-10-03 Thread Kent Fredric
commit: 246d85723823457e0435e18523aefd509e8a7255
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct  4 05:04:12 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct  4 05:04:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246d8572

dev-perl/Class-Load: Cleanup old 0.240.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Class-Load/Class-Load-0.240.0.ebuild | 37 ---
 dev-perl/Class-Load/Manifest  |  1 -
 2 files changed, 38 deletions(-)

diff --git a/dev-perl/Class-Load/Class-Load-0.240.0.ebuild 
b/dev-perl/Class-Load/Class-Load-0.240.0.ebuild
deleted file mode 100644
index 4b8052b4152..000
--- a/dev-perl/Class-Load/Class-Load-0.240.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=0.24
-inherit perl-module
-
-DESCRIPTION="A working (require q{Class::Name}) and more"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# uses Scalar-Util
-RDEPEND="
-   virtual/perl-Carp
-   dev-perl/Data-OptList
-   virtual/perl-Exporter
-   >=dev-perl/Module-Implementation-0.40.0
-   >=dev-perl/Module-Runtime-0.12.0
-   >=dev-perl/Package-Stash-0.140.0
-   virtual/perl-Scalar-List-Utils
-   dev-perl/Try-Tiny
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-File-Spec
-   dev-perl/Test-Fatal
-   dev-perl/Test-Needs
-   >=virtual/perl-Test-Simple-0.880.0
-   virtual/perl-version
-   )
-"

diff --git a/dev-perl/Class-Load/Manifest b/dev-perl/Class-Load/Manifest
index a06af869058..1d775ca6820 100644
--- a/dev-perl/Class-Load/Manifest
+++ b/dev-perl/Class-Load/Manifest
@@ -1,2 +1 @@
-DIST Class-Load-0.24.tar.gz 35412 BLAKE2B 
da000f18dc81641c28027bfaafd3cbea758356c5e2af5204c9b818b51fd51239432793a0b26605d0cce70af03ef28bbcf87b50b6cb9056a38cc04feb05adcc08
 SHA512 
42459727fc622334336aedaa49e3dfd1aa92103c838a33b30ac61d9d9fe74512f7b1012b3c20fd1c4eaab1456545feab4d9d22b91162ecddd4683defc1b987eb
 DIST Class-Load-0.25.tar.gz 36644 BLAKE2B 
b28f559a0d582f1f48cf8e158065d86b764b6271df0f9f4df7b7ec97317ad1d6a3154d476c5a8387219d56fdcceea3c853706c2cccbcf6d247b47381fa5de3d2
 SHA512 
feacb4ae99358d3dc45b23b2d7cc814603e59a72424e7e0620d4939fa6d6206a1bb123c010b49013ce4764df11dc7c04fc1d7bd5783c61a391310bcb653e7ca4



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-DBI-mysql/

2020-10-03 Thread Kent Fredric
commit: 048242056027171bb5bdebf831eb6080dc41c563
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct  4 05:00:04 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct  4 05:00:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04824205

dev-perl/Class-DBI-mysql: Cleanup old 1.0.0-r2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-DBI-mysql-1.0.0-r2.ebuild| 47 --
 1 file changed, 47 deletions(-)

diff --git a/dev-perl/Class-DBI-mysql/Class-DBI-mysql-1.0.0-r2.ebuild 
b/dev-perl/Class-DBI-mysql/Class-DBI-mysql-1.0.0-r2.ebuild
deleted file mode 100644
index 2dcd8f3af81..000
--- a/dev-perl/Class-DBI-mysql/Class-DBI-mysql-1.0.0-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=TMTM
-DIST_VERSION=1.00
-inherit perl-module
-
-DESCRIPTION="Extensions to Class::DBI for MySQL"
-
-LICENSE="|| ( GPL-3 GPL-2 )" # GPL-2+
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-perl/Class-DBI
-   dev-perl/DBD-mysql"
-DEPEND="${RDEPEND}"
-
-src_test() {
-   local MODULES=(
-   "Class::DBI::mysql ${DIST_VERSION}"
-   )
-   local failed=()
-   for dep in "${MODULES[@]}"; do
-   ebegin "Compile testing ${dep}"
-   perl -Mblib="${S}" -M"${dep} ()" -e1
-   eend $? || failed+=( "$dep" )
-   done
-   if [[ ${failed[@]} ]]; then
-   echo
-   eerror "One or more modules failed compile:";
-   for dep in "${failed[@]}"; do
-   eerror "  ${dep}"
-   done
-   die "Failing due to module compilation errors";
-   fi
-   if [[ -n "${DBD_MYSQL_DBNAME}" ]]; then
-   perl_rm_files t/pod-coverage.t t/pod.t
-   perl-module_src_test
-   else
-   ewarn "Functional testing of this package requires user 
intervention."
-   ewarn "For details, see:"
-   ewarn 
"https://wiki.gentoo.org/Project:Perl/maint-notes/dev-perl/Class-DBI-mysql;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Inspector/

2020-10-03 Thread Kent Fredric
commit: c33b224c43f9552ca0f56eb994972df283ec3f53
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct  4 05:02:52 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct  4 05:02:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33b224c

dev-perl/Class-Inspector: Cleanup old 1.320.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-Inspector/Class-Inspector-1.320.0.ebuild | 23 --
 dev-perl/Class-Inspector/Manifest  |  1 -
 2 files changed, 24 deletions(-)

diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.320.0.ebuild 
b/dev-perl/Class-Inspector/Class-Inspector-1.320.0.ebuild
deleted file mode 100644
index d7767a35dba..000
--- a/dev-perl/Class-Inspector/Class-Inspector-1.320.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PLICEASE
-DIST_VERSION=1.32
-inherit perl-module
-
-DESCRIPTION="Provides information about Classes"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="virtual/perl-File-Spec"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   >=virtual/perl-Test-Simple-0.940.0
-   )
-"

diff --git a/dev-perl/Class-Inspector/Manifest 
b/dev-perl/Class-Inspector/Manifest
index c5840812fa2..d70b17bfc69 100644
--- a/dev-perl/Class-Inspector/Manifest
+++ b/dev-perl/Class-Inspector/Manifest
@@ -1,2 +1 @@
-DIST Class-Inspector-1.32.tar.gz 25639 BLAKE2B 
3bb007f076db85ed05476c29bc5fcd38570dff4e9eb7d2e309646635cbd0c53468fd201ac3f1db501fe9a92c62f9bf882214a0f441a9b0d14ade5966bbee3ac6
 SHA512 
980654614d968e2fb61df864322f5c5248e352f0697a425539600c3549505f47b857d7856bc9d406ebc8757f8fc379a669f1f5085412f6fa48672c9db8a82df4
 DIST Class-Inspector-1.36.tar.gz 27412 BLAKE2B 
db73182fed13188e9e489915e5a505a653296f19972aec3d80b6be5c3a13181616119362d077312d0aa1ddfd4bae28aaa6dc8f107b50c03bc51b7123019851db
 SHA512 
488fcdbc9d135ed81b0d5feb452997f35400b185341be69996438c278961eeb543648a629940765e779ca5cc87c5c3aa2c61a7fac12d2ecf6c599b68715a



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Load-XS/

2020-10-03 Thread Kent Fredric
commit: 799e61934ab843f4530e7adccba576f1d870c5b1
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct  4 05:05:22 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct  4 05:05:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=799e6193

dev-perl/Class-Load-XS: Cleanup old 0.100.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-Load-XS/Class-Load-XS-0.100.0.ebuild | 33 --
 1 file changed, 33 deletions(-)

diff --git a/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0.ebuild 
b/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0.ebuild
deleted file mode 100644
index 41055a390a0..000
--- a/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION="XS implementation of parts of Class::Load"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-perl/Class-Load-0.200.0
-   virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-File-Spec
-   >=virtual/perl-CPAN-Meta-2.120.900
-   >=virtual/perl-Test-Simple-0.880.0
-   >=dev-perl/Module-Implementation-0.40.0
-   dev-perl/Test-Fatal
-   dev-perl/Test-Needs
-   virtual/perl-version
-   )
-"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Data-Inheritable/

2020-10-03 Thread Kent Fredric
commit: ac8eecba2b7a86c458bc93c073b1536d14c9715d
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct  4 05:01:07 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct  4 05:01:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8eecba

dev-perl/Class-Data-Inheritable: Cleanup old 0.80.0-r2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-Data-Inheritable-0.80.0-r2.ebuild | 21 -
 1 file changed, 21 deletions(-)

diff --git 
a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r2.ebuild 
b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r2.ebuild
deleted file mode 100644
index 9c5551f4db2..000
--- a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=TMTM
-DIST_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION="Inheritable, overridable class data"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-export OPTIMIZE="${CFLAGS}"
-
-src_test() {
-   perl_rm_files t/pod{,-coverage}.t
-   perl-module_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Autouse/

2020-10-03 Thread Kent Fredric
commit: da383a3cb662bff878be780156384b6fcaeee9d3
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct  4 04:52:31 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct  4 04:52:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da383a3c

dev-perl/Class-Autouse: Cleanup old 2.10.0-r2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-Autouse/Class-Autouse-2.10.0-r2.ebuild   | 25 --
 1 file changed, 25 deletions(-)

diff --git a/dev-perl/Class-Autouse/Class-Autouse-2.10.0-r2.ebuild 
b/dev-perl/Class-Autouse/Class-Autouse-2.10.0-r2.ebuild
deleted file mode 100644
index 97da8c2450d..000
--- a/dev-perl/Class-Autouse/Class-Autouse-2.10.0-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ADAMK
-MODULE_VERSION=2.01
-inherit perl-module
-
-DESCRIPTION="Runtime aspect loading of one or more classes"
-
-SLOT="0"
-KEYWORDS="amd64 hppa ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris"
-IUSE=""
-
-RDEPEND=">=virtual/perl-Scalar-List-Utils-1.18"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
-
-src_prepare() {
-   sed -i -e 's/use inc::Module::Install::DSL /use lib q[.];\nuse 
inc::Module::Install::DSL /' Makefile.PL ||
-   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Container/files/, dev-perl/Class-Container/

2020-10-03 Thread Kent Fredric
commit: b121d5edb2fc1a118d583fe0ea46039b5c674737
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct  4 04:58:24 2020 +
Commit:     Kent Fredric  gentoo  org>
CommitDate: Sun Oct  4 04:58:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b121d5ed

dev-perl/Class-Container: Cleanup old 0.120.0-r2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-Container-0.120.0-r2.ebuild  | 20 ---
 dev-perl/Class-Container/Manifest  |  1 -
 .../files/Class-Container-0.120.0-dot-inc.patch| 40 --
 3 files changed, 61 deletions(-)

diff --git a/dev-perl/Class-Container/Class-Container-0.120.0-r2.ebuild 
b/dev-perl/Class-Container/Class-Container-0.120.0-r2.ebuild
deleted file mode 100644
index ffcae9b0267..000
--- a/dev-perl/Class-Container/Class-Container-0.120.0-r2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=KWILLIAMS
-DIST_VERSION=0.12
-inherit perl-module
-
-DESCRIPTION="Glue object frameworks together transparently"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/Params-Validate-0.24-r1
-   >=virtual/perl-Scalar-List-Utils-1.08"
-DEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.28"
-PATCHES=( "${FILESDIR}/${P}-dot-inc.patch" )

diff --git a/dev-perl/Class-Container/Manifest 
b/dev-perl/Class-Container/Manifest
index 0b6b9a2192f..01a2daaece5 100644
--- a/dev-perl/Class-Container/Manifest
+++ b/dev-perl/Class-Container/Manifest
@@ -1,2 +1 @@
-DIST Class-Container-0.12.tar.gz 19401 BLAKE2B 
67cdb657fe28eef84c2bad95cf6fdb8cbe5d3d6e5199582cf13ec0f07a26390ef3ea0007472412b9bbd9d9b875ac9c3db234c025e237413769308a4f01663fed
 SHA512 
7342154422de316c10fbc78d894e999dbcd8097f67fe9a5aafcf27a407c08988dde8d42dac89f535140c44a52892435da15c77fb43a1d7c3558d273e00244720
 DIST Class-Container-0.13.tar.gz 25768 BLAKE2B 
8f1cd12f86b6cb513ce99c79244e211db998aaac8605cd9db8010e6422acf458a7e9fa22d60ed4aca7776fe9e63594b2bf02f5bcc93d54d988467a3725b1a3f9
 SHA512 
c51284e377942930384e22ff8d17489fa279eecc87a68acd88bffd8a134d2f2930b40008df98d12bddc46845175d2ce9f630522379692c2f630f2618928c6acd

diff --git 
a/dev-perl/Class-Container/files/Class-Container-0.120.0-dot-inc.patch 
b/dev-perl/Class-Container/files/Class-Container-0.120.0-dot-inc.patch
deleted file mode 100644
index 6efc5c4eae1..000
--- a/dev-perl/Class-Container/files/Class-Container-0.120.0-dot-inc.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 430b1922a9eade34d61e7d962e34b68a167528c2 Mon Sep 17 00:00:00 2001
-From: Kent Fredric 
-Date: Wed, 18 Oct 2017 09:37:56 +1300
-Subject: Fix tests failing on Perl 5.26 w/o '.' in @INC
-
-Bug: https://rt.cpan.org/Ticket/Display.html?id=123312

- t/01-basic.t | 2 +-
- t/02-decorator.t | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/t/01-basic.t b/t/01-basic.t
-index 931073b..a458303 100644
 a/t/01-basic.t
-+++ b/t/01-basic.t
-@@ -12,7 +12,7 @@ use Test;
- use Class::Container;
- use Params::Validate qw(:types);
- use File::Spec;
--require File::Spec->catfile('t', 'classes.pl');
-+require File::Spec->rel2abs(File::Spec->catfile('t', 'classes.pl'));
- 
- my $HAVE_WEAKEN = 0 + exists $INC{'Scalar/Util.pm'};
- 
-diff --git a/t/02-decorator.t b/t/02-decorator.t
-index ea75057..0e2ca83 100644
 a/t/02-decorator.t
-+++ b/t/02-decorator.t
-@@ -6,7 +6,7 @@ BEGIN { plan tests => 24 }
- use Class::Container;
- use Params::Validate qw(:types);
- use File::Spec;
--require File::Spec->catfile('t', 'classes.pl');
-+require File::Spec->rel2abs(File::Spec->catfile('t', 'classes.pl'));
- 
- 
- 
--- 
-2.14.2
-



  1   2   3   4   5   6   7   8   9   10   >