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

2024-05-26 Thread Andreas K. Hüttel
commit: 19e99d4b5fb0b936199e00b665e003a4233c9d77
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May 26 21:12:11 2024 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May 26 21:38:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e99d4b

dev-perl/FFI-CheckLib: Test2::Suite is now in core perl

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../{FFI-CheckLib-0.310.0.ebuild => FFI-CheckLib-0.310.0-r1.ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0-r1.ebuild
similarity index 88%
rename from dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild
rename to dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0-r1.ebuild
index 1372a5b2bb70..bfd727ad6cb9 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -20,7 +20,7 @@ BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-Test-Simple-1.302.15
-   >=dev-perl/Test2-Suite-0.0.60
+   >=virtual/perl-Test2-Suite-0.0.60
)
 "
 



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

2022-12-21 Thread Sam James
commit: c65879263e90030c26d8e63aee7e7b6294b905ac
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 21 22:19:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 21 22:25:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6587926

dev-perl/FFI-CheckLib: drop 0.280.0

Bug: https://bugs.gentoo.org/886857
Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild | 30 ---
 dev-perl/FFI-CheckLib/Manifest|  1 -
 2 files changed, 31 deletions(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
deleted file mode 100644
index f4c74f2809d7..
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=PLICEASE
-DIST_VERSION=0.28
-DIST_EXAMPLES=("example/*")
-inherit perl-module
-
-DESCRIPTION="Check that a library is available for FFI"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=virtual/perl-Scalar-List-Utils-1.330.0
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   >=virtual/perl-Test-Simple-1.302.15
-   >=dev-perl/Test2-Suite-0.0.60
-   )
-"
-
-PERL_RM_FILES=(
-   "t/ci.t"
-)

diff --git a/dev-perl/FFI-CheckLib/Manifest b/dev-perl/FFI-CheckLib/Manifest
index 82afe695fe4c..644601ae5f64 100644
--- a/dev-perl/FFI-CheckLib/Manifest
+++ b/dev-perl/FFI-CheckLib/Manifest
@@ -1,2 +1 @@
-DIST FFI-CheckLib-0.28.tar.gz 32051 BLAKE2B 
5e124ecea4959b910c8fad5de17ef5b3bbcffe680e8db090fe8e9d9fd6b128e4e5ea947def214c65b9a35fa4a8c4468424228b020a112ba0e4cd5aaa42888371
 SHA512 
9ac42e7153902cd178d9ee7d3db7edb96deb30c8b53cdd6c14706cde200598ecd98031c8e17394fcd1fb2c770a0ec776131e2ff93491d6b307a6e595fd788d5a
 DIST FFI-CheckLib-0.31.tar.gz 37156 BLAKE2B 
95a0eb506b846859024c7c2654dd9bba268bb5a32fbac784f8f536b358c1f77dbdf0a07ad59e4217d4f31275401893a17bb27f1d5ff18689af70c87c60ba51bf
 SHA512 
25dd359cbec5417baa2c3d6a1152fb8a50b9d1423f8adb1c9ebe4422aefaed6e3b9b73015c6960c5d69dbc151df50ecb5a8e365192a2108013b501433c52e1e2



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

2022-12-18 Thread Arthur Zamarin
commit: 317c3a9b5c502ce259f9c82bf130c4f4dd3b20da
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec 18 21:12:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec 18 21:12:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=317c3a9b

dev-perl/FFI-CheckLib: Stabilize 0.310.0 hppa, #886857

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild
index e2e598b580c8..1372a5b2bb70 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
dev-perl/File-Which



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

2022-12-18 Thread Sam James
commit: b69c52619ab0afd2d6f14d2d1cb68e9b3ad5bf2a
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 18 11:44:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 18 11:44:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69c5261

dev-perl/FFI-CheckLib: Stabilize 0.310.0 arm, #886857

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild
index 490db3cf9e30..a0161043ab78 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
dev-perl/File-Which



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

2022-12-18 Thread Sam James
commit: 8ef167c525e1406ffb07a50b90fcacd49ba2f316
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 18 11:32:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 18 11:32:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef167c5

dev-perl/FFI-CheckLib: Stabilize 0.310.0 arm64, #886857

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild
index df8d3b4b1874..490db3cf9e30 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
dev-perl/File-Which



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

2022-11-17 Thread Sam James
commit: fd6ad05bfdc03d9ee5945648129ee6ed40d0cdab
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 18 04:37:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 18 04:46:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd6ad05b

dev-perl/FFI-CheckLib: add 0.310.0

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild | 29 +++
 dev-perl/FFI-CheckLib/Manifest|  1 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild
new file mode 100644
index ..df8d3b4b1874
--- /dev/null
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=0.31
+DIST_EXAMPLES=("example/*")
+inherit perl-module
+
+DESCRIPTION="Check that a library is available for FFI"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+   dev-perl/File-Which
+   >=virtual/perl-Scalar-List-Utils-1.330.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-1.302.15
+   >=dev-perl/Test2-Suite-0.0.60
+   )
+"
+
+PERL_RM_FILES=(
+   "t/ci.t"
+)

diff --git a/dev-perl/FFI-CheckLib/Manifest b/dev-perl/FFI-CheckLib/Manifest
index 140ccb5d2d0d..82afe695fe4c 100644
--- a/dev-perl/FFI-CheckLib/Manifest
+++ b/dev-perl/FFI-CheckLib/Manifest
@@ -1 +1,2 @@
 DIST FFI-CheckLib-0.28.tar.gz 32051 BLAKE2B 
5e124ecea4959b910c8fad5de17ef5b3bbcffe680e8db090fe8e9d9fd6b128e4e5ea947def214c65b9a35fa4a8c4468424228b020a112ba0e4cd5aaa42888371
 SHA512 
9ac42e7153902cd178d9ee7d3db7edb96deb30c8b53cdd6c14706cde200598ecd98031c8e17394fcd1fb2c770a0ec776131e2ff93491d6b307a6e595fd788d5a
+DIST FFI-CheckLib-0.31.tar.gz 37156 BLAKE2B 
95a0eb506b846859024c7c2654dd9bba268bb5a32fbac784f8f536b358c1f77dbdf0a07ad59e4217d4f31275401893a17bb27f1d5ff18689af70c87c60ba51bf
 SHA512 
25dd359cbec5417baa2c3d6a1152fb8a50b9d1423f8adb1c9ebe4422aefaed6e3b9b73015c6960c5d69dbc151df50ecb5a8e365192a2108013b501433c52e1e2



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

2022-11-17 Thread Sam James
commit: bcab67c514abd6b69230ef4c40095b7ab566d222
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 18 04:38:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 18 04:46:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcab67c5

dev-perl/FFI-CheckLib: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/FFI-CheckLib/metadata.xml 
b/dev-perl/FFI-CheckLib/metadata.xml
index 65bac54b25a2..b385f3293c2b 100644
--- a/dev-perl/FFI-CheckLib/metadata.xml
+++ b/dev-perl/FFI-CheckLib/metadata.xml
@@ -8,5 +8,6 @@
   
 FFI-CheckLib
 FFI::CheckLib
+PerlFFI/FFI-CheckLib
   
 



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

2021-08-12 Thread Sam James
commit: 6d709cd8daa13f7a82959f977ac6198ec50cc86e
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 13 00:47:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 13 01:05:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d709cd8

dev-perl/FFI-CheckLib: drop 0.250.0, 0.270.0

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild | 26 ---
 dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild | 26 ---
 dev-perl/FFI-CheckLib/Manifest|  2 --
 3 files changed, 54 deletions(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
deleted file mode 100644
index 19bbde52348..000
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PLICEASE
-DIST_VERSION=0.25
-DIST_EXAMPLES=("example/*")
-inherit perl-module
-
-DESCRIPTION="Check that a library is available for FFI"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Module-Load
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   >=virtual/perl-Test-Simple-1.302.15
-   >=dev-perl/Test2-Suite-0.0.60
-   )
-"

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
deleted file mode 100644
index e77f4d8c369..000
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=PLICEASE
-DIST_VERSION=0.27
-DIST_EXAMPLES=("example/*")
-inherit perl-module
-
-DESCRIPTION="Check that a library is available for FFI"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   >=virtual/perl-Test-Simple-1.302.15
-   >=dev-perl/Test2-Suite-0.0.60
-   )
-"
-PERL_RM_FILES=(
-   "t/ci.t"
-)

diff --git a/dev-perl/FFI-CheckLib/Manifest b/dev-perl/FFI-CheckLib/Manifest
index 4f41082fceb..140ccb5d2d0 100644
--- a/dev-perl/FFI-CheckLib/Manifest
+++ b/dev-perl/FFI-CheckLib/Manifest
@@ -1,3 +1 @@
-DIST FFI-CheckLib-0.25.tar.gz 28512 BLAKE2B 
eb9a843d230dc048fddd547c1fdd1a3b748be8ba3a3bd2d84930264ed11427bf7966843c4b394534b4429fe1c3d1632f180add05a92a587b472686459c608ba7
 SHA512 
f6fd790bd6b5e64972f2692abdd81dcd617a4b9ca377bdced655939e1b6005d2d84dc49df67d4945ff5ae0e7ff955aeccc019bc522fc959f1831c0586f40d313
-DIST FFI-CheckLib-0.27.tar.gz 29371 BLAKE2B 
194ac6102f32d9107e112d20ea85d82ce8b948f0d421f29b09f3557548a593991ee8cf096e924c09a0c7195a32cf666ee8e01af41377ab3d8cc7bc245e6ad23c
 SHA512 
0a6cf93fc0461e6b21533007b2d9956f14bf7acf6bffdbe5274b43f8c3d9defabfb60854e31b95cfe430d2cecdcddeafdcc9514daca6a4807697cf10c280a6d7
 DIST FFI-CheckLib-0.28.tar.gz 32051 BLAKE2B 
5e124ecea4959b910c8fad5de17ef5b3bbcffe680e8db090fe8e9d9fd6b128e4e5ea947def214c65b9a35fa4a8c4468424228b020a112ba0e4cd5aaa42888371
 SHA512 
9ac42e7153902cd178d9ee7d3db7edb96deb30c8b53cdd6c14706cde200598ecd98031c8e17394fcd1fb2c770a0ec776131e2ff93491d6b307a6e595fd788d5a



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

2021-08-05 Thread Sam James
commit: 308923d1ebc02c13f8126b35eb7b7db2146fd03e
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  6 00:29:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  6 00:29:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308923d1

dev-perl/FFI-CheckLib: Stabilize 0.280.0 arm64, #805707

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
index 27c1d23a88c..b62331f2441 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-08-03 Thread Sam James
commit: 59e1cbd0124d28dce3a3b6c8b05a345fda7088dd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug  2 18:56:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug  3 10:54:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e1cbd0

dev-perl/FFI-CheckLib: stable 0.280.0 for hppa, bug #805707

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
index 6a2152ed6cd..794ae8234e7 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-08-01 Thread Sam James
commit: c37f02236f6096b0cc92d3fc1a004ffdbf1d15db
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  2 04:55:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  2 04:55:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37f0223

dev-perl/FFI-CheckLib: Stabilize 0.280.0 arm, #805707

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
index 04a4dec8437..6a2152ed6cd 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-08-01 Thread Sam James
commit: 416744961c908a43c18dbb1b8787b145f10945cc
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  2 02:17:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  2 02:17:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41674496

dev-perl/FFI-CheckLib: Stabilize 0.280.0 amd64, #805707

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
index 7b6714dff1c..04a4dec8437 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-08-01 Thread Sam James
commit: 972cec9173b0f7e3bf5db9df70d9d169336f4b47
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 08:10:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 08:10:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972cec91

dev-perl/FFI-CheckLib: Stabilize 0.280.0 ppc, #805707

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
index aad7a397b12..7b6714dff1c 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-08-01 Thread Sam James
commit: 44409a7c9bc16cceba0a042afa5b00d984cdbfe6
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 08:02:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 08:02:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44409a7c

dev-perl/FFI-CheckLib: Stabilize 0.280.0 ppc64, #805707

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
index 3386bed6d38..aad7a397b12 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-08-01 Thread Sam James
commit: c05c7c00a6ef09574124372169cd5ac0be73c453
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 07:20:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 07:20:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05c7c00

dev-perl/FFI-CheckLib: Stabilize 0.280.0 sparc, #805707

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
index 6805867d303..3386bed6d38 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-06-02 Thread Sam James
commit: c4102751d891a0c4f2a7afc3db476ad078c26e01
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  2 16:44:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  2 16:44:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4102751

dev-perl/FFI-CheckLib: Stabilize 0.270.0 arm64, #792825

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
index 319ce80c653..e77f4d8c369 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-31 Thread Sergei Trofimovich
commit: 7774cc2a5fd170c28f913935154256672fedd73f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:52:41 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7774cc2a

dev-perl/FFI-CheckLib: stable 0.270.0 for hppa, bug #792825

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
index 9fdf9c88960..319ce80c653 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-30 Thread Agostino Sarubbo
commit: 2f0c8e52165c2ecdb807ac9a8bfba58d9c6ff073
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May 30 09:50:53 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May 30 09:50:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f0c8e52

dev-perl/FFI-CheckLib: ppc64 stable wrt bug #792825

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
index 73c4bd461f2..9fdf9c88960 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-29 Thread Sam James
commit: b947cc52a54b47e06fbf5d3a4e2ca92cb27c4ca3
Author: Sam James  gentoo  org>
AuthorDate: Sat May 29 17:16:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 29 17:16:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b947cc52

dev-perl/FFI-CheckLib: Stabilize 0.270.0 x86, #792825

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
index ebac6e47eef..73c4bd461f2 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-29 Thread Sam James
commit: f50eb749fbdc4a1d70eb5c76f7eb6e965f17f3ef
Author: Sam James  gentoo  org>
AuthorDate: Sat May 29 15:32:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 29 15:32:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50eb749

dev-perl/FFI-CheckLib: Stabilize 0.270.0 amd64, #792825

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
index 0393c58f6b2..ebac6e47eef 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-29 Thread Sam James
commit: 631c6956868f8e0e608f90d2ddf168d060e2e4a8
Author: Sam James  gentoo  org>
AuthorDate: Sat May 29 15:23:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 29 15:23:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631c6956

dev-perl/FFI-CheckLib: Stabilize 0.270.0 ppc, #792825

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
index 9cc3afe346b..0393c58f6b2 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-29 Thread Sam James
commit: efee818a42d9448c0a2a1bb9ac3ccc2ca12b8b3f
Author: Sam James  gentoo  org>
AuthorDate: Sat May 29 15:22:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 29 15:22:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efee818a

dev-perl/FFI-CheckLib: Stabilize 0.270.0 sparc, #792825

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
index 03fd5005d5e..9cc3afe346b 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-29 Thread Sam James
commit: 99f3c1e6d342c1a62d39ce3ebeae29bb4f490025
Author: Sam James  gentoo  org>
AuthorDate: Sat May 29 15:22:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 29 15:22:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f3c1e6

dev-perl/FFI-CheckLib: Stabilize 0.270.0 arm, #792825

Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
index 1ccba80c575..03fd5005d5e 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-29 Thread Andreas K. Hüttel
commit: 05cca3154bd9bdd2144dbc9e582ced7f68c6226c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May 29 14:05:40 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May 29 14:12:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05cca315

dev-perl/FFI-CheckLib: Version bump 0.28

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

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild | 30 +++
 dev-perl/FFI-CheckLib/Manifest|  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.0.ebuild
new file mode 100644
index 000..6805867d303
--- /dev/null
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.280.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.28
+DIST_EXAMPLES=("example/*")
+inherit perl-module
+
+DESCRIPTION="Check that a library is available for FFI"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=virtual/perl-Scalar-List-Utils-1.330.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-1.302.15
+   >=dev-perl/Test2-Suite-0.0.60
+   )
+"
+
+PERL_RM_FILES=(
+   "t/ci.t"
+)

diff --git a/dev-perl/FFI-CheckLib/Manifest b/dev-perl/FFI-CheckLib/Manifest
index 9b7849a7d74..4f41082fceb 100644
--- a/dev-perl/FFI-CheckLib/Manifest
+++ b/dev-perl/FFI-CheckLib/Manifest
@@ -1,2 +1,3 @@
 DIST FFI-CheckLib-0.25.tar.gz 28512 BLAKE2B 
eb9a843d230dc048fddd547c1fdd1a3b748be8ba3a3bd2d84930264ed11427bf7966843c4b394534b4429fe1c3d1632f180add05a92a587b472686459c608ba7
 SHA512 
f6fd790bd6b5e64972f2692abdd81dcd617a4b9ca377bdced655939e1b6005d2d84dc49df67d4945ff5ae0e7ff955aeccc019bc522fc959f1831c0586f40d313
 DIST FFI-CheckLib-0.27.tar.gz 29371 BLAKE2B 
194ac6102f32d9107e112d20ea85d82ce8b948f0d421f29b09f3557548a593991ee8cf096e924c09a0c7195a32cf666ee8e01af41377ab3d8cc7bc245e6ad23c
 SHA512 
0a6cf93fc0461e6b21533007b2d9956f14bf7acf6bffdbe5274b43f8c3d9defabfb60854e31b95cfe430d2cecdcddeafdcc9514daca6a4807697cf10c280a6d7
+DIST FFI-CheckLib-0.28.tar.gz 32051 BLAKE2B 
5e124ecea4959b910c8fad5de17ef5b3bbcffe680e8db090fe8e9d9fd6b128e4e5ea947def214c65b9a35fa4a8c4468424228b020a112ba0e4cd5aaa42888371
 SHA512 
9ac42e7153902cd178d9ee7d3db7edb96deb30c8b53cdd6c14706cde200598ecd98031c8e17394fcd1fb2c770a0ec776131e2ff93491d6b307a6e595fd788d5a



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

2020-11-28 Thread Sam James
commit: 925e7135fe3e067196770c30427dd4eae4f1227e
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 09:18:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 09:18:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925e7135

dev-perl/FFI-CheckLib: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
index 387822ced16..1ccba80c575 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-08-21 Thread Kent Fredric
commit: ae5c8e09ebcef9b26a3623d0757cd6ce30054233
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug 21 06:57:43 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Aug 21 06:58:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5c8e09

dev-perl/FFI-CheckLib: Bump to version 0.270.0

- EAPI7
- Strip CI test
-
Upstream:
- Remove Module::Load dependency
- Now always validates the 'alien' arg to FFI::CheckLib::find_lib
  to be a valid `Alien` name, regardless of whether the module is
  already loaded.

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

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild | 26 +++
 dev-perl/FFI-CheckLib/Manifest|  1 +
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
new file mode 100644
index 000..387822ced16
--- /dev/null
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=0.27
+DIST_EXAMPLES=("example/*")
+inherit perl-module
+
+DESCRIPTION="Check that a library is available for FFI"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-1.302.15
+   >=dev-perl/Test2-Suite-0.0.60
+   )
+"
+PERL_RM_FILES=(
+   "t/ci.t"
+)

diff --git a/dev-perl/FFI-CheckLib/Manifest b/dev-perl/FFI-CheckLib/Manifest
index 6c11b219be8..9b7849a7d74 100644
--- a/dev-perl/FFI-CheckLib/Manifest
+++ b/dev-perl/FFI-CheckLib/Manifest
@@ -1 +1,2 @@
 DIST FFI-CheckLib-0.25.tar.gz 28512 BLAKE2B 
eb9a843d230dc048fddd547c1fdd1a3b748be8ba3a3bd2d84930264ed11427bf7966843c4b394534b4429fe1c3d1632f180add05a92a587b472686459c608ba7
 SHA512 
f6fd790bd6b5e64972f2692abdd81dcd617a4b9ca377bdced655939e1b6005d2d84dc49df67d4945ff5ae0e7ff955aeccc019bc522fc959f1831c0586f40d313
+DIST FFI-CheckLib-0.27.tar.gz 29371 BLAKE2B 
194ac6102f32d9107e112d20ea85d82ce8b948f0d421f29b09f3557548a593991ee8cf096e924c09a0c7195a32cf666ee8e01af41377ab3d8cc7bc245e6ad23c
 SHA512 
0a6cf93fc0461e6b21533007b2d9956f14bf7acf6bffdbe5274b43f8c3d9defabfb60854e31b95cfe430d2cecdcddeafdcc9514daca6a4807697cf10c280a6d7



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

2020-08-17 Thread Fabian Groffen
commit: 3190373ffec81f87f14e7569e7d035936abed2e2
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Aug 17 08:26:44 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Aug 17 08:26:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3190373f

dev-perl/FFI-CheckLib-0.250.0: marked ~{x86,amd64}-linux, bug #690140

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
index 1228a3247f4..9cab73f5f79 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-04-15 Thread Agostino Sarubbo
commit: 1850f9078cfce5acc6fbda1f40d2161fbe49a5dd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Apr 15 07:07:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Apr 15 07:07:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1850f907

dev-perl/FFI-CheckLib: s390 stable wrt bug #717060

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
index e5f9a4599e6..1331c518a09 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~riscv s390 sparc 
x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-01-14 Thread Sergei Trofimovich
commit: 2b43c3bd96ecd0c7fde087f42c985d67283a0b18
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jan 14 17:16:41 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan 14 19:56:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b43c3bd

dev-perl/FFI-CheckLib: keyworded 0.250.0 for hppa, bug #690140

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
index 2f145796138..095345611d2 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: 636c2dab9f8e7800cdfbcc38ac4910b9dbe42922
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:41:00 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:45:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=636c2dab

dev-perl/FFI-CheckLib: keyworded 0.250.0 for ppc64, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
index 230f9af1f66..2f145796138 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~riscv ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh 
~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: c8258b8391be6caa51395bbaab7ae33abbe33f1a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:26:42 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:31:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8258b83

dev-perl/FFI-CheckLib: keyworded 0.250.0 for ppc, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
index b0a4a8d0a9a..230f9af1f66 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~riscv ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~riscv ~s390 ~sh ~sparc 
~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-09-10 Thread Matt Turner
commit: 67923e0971d75197aebf7d57af2147e1c4935417
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 11 03:28:36 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 11 03:28:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67923e09

dev-perl/FFI-CheckLib-0.250.0: add ~sparc, bug 690140

Signed-off-by: Matt Turner  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
index 79ab05a8663..385d18de517 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~riscv ~s390 ~sh ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~riscv ~s390 ~sh ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2019-07-23 Thread Aaron Bauman
commit: 5c1660e3d0e9364ad9ddd7a13f71cca7c6557605
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jul 23 22:32:05 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 23 22:32:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1660e3

dev-perl/FFI-CheckLib: arm64 keyworded (bug #690140)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
index daf41d16f00..79ab05a8663 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~riscv ~s390 ~sh ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~riscv ~s390 ~sh ~x86"
 IUSE="test"
 
 RDEPEND="



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

2019-07-22 Thread Mikle Kolyada
commit: ba30f2308d85c135be6ffd2831271a330b2ed533
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jul 22 13:56:56 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jul 22 13:58:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba30f230

dev-perl/FFI-CheckLib: Add ~mips keyword wrt bug #690140

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="~mips"

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
index 584800e1d7a..daf41d16f00 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~riscv ~s390 ~sh ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~riscv ~s390 ~sh ~x86"
 IUSE="test"
 
 RDEPEND="



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

2019-07-20 Thread Sergei Trofimovich
commit: 788ebd3b0f0c9b3360213a451a66817b47d40893
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul 20 09:53:26 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 20 09:53:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=788ebd3b

dev-perl/FFI-CheckLib: keyworded 0.250.0 for ia64, bug #690140

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
index 1963b353b6c..743e82d5b81 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~riscv ~x86"
 IUSE="test"
 
 RDEPEND="



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

2019-07-19 Thread Matt Turner
commit: f170ba84a366bb679253755263372505ab84269c
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul 19 18:34:43 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 19 18:34:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f170ba84

dev-perl/FFI-CheckLib-0.250.0: added ~alpha, bug 690140

Signed-off-by: Matt Turner  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
index a373df5a78f..1963b353b6c 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~riscv ~x86"
 IUSE="test"
 
 RDEPEND="



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

2019-07-17 Thread Kent Fredric
commit: 5394804b6747fd4e5c3dea320185394fa7430559
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul 17 10:15:31 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jul 17 11:21:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5394804b

dev-perl/FFI-CheckLib: Add w/ version 0.250.0

Required by:
- dev-perl/Alien-Build
  via dev-perl/Alien-Libxml2
  via newer dev-perl/XML-LibXML

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

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild | 25 +++
 dev-perl/FFI-CheckLib/Manifest|  1 +
 dev-perl/FFI-CheckLib/metadata.xml| 12 +++
 3 files changed, 38 insertions(+)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
new file mode 100644
index 000..a5fe9e18e54
--- /dev/null
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=0.25
+DIST_EXAMPLES=("example/*")
+inherit perl-module
+
+DESCRIPTION="Check that a library is available for FFI"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Module-Load
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-1.302.15
+   >=dev-perl/Test2-Suite-0.0.60
+   )
+"

diff --git a/dev-perl/FFI-CheckLib/Manifest b/dev-perl/FFI-CheckLib/Manifest
new file mode 100644
index 000..6c11b219be8
--- /dev/null
+++ b/dev-perl/FFI-CheckLib/Manifest
@@ -0,0 +1 @@
+DIST FFI-CheckLib-0.25.tar.gz 28512 BLAKE2B 
eb9a843d230dc048fddd547c1fdd1a3b748be8ba3a3bd2d84930264ed11427bf7966843c4b394534b4429fe1c3d1632f180add05a92a587b472686459c608ba7
 SHA512 
f6fd790bd6b5e64972f2692abdd81dcd617a4b9ca377bdced655939e1b6005d2d84dc49df67d4945ff5ae0e7ff955aeccc019bc522fc959f1831c0586f40d313

diff --git a/dev-perl/FFI-CheckLib/metadata.xml 
b/dev-perl/FFI-CheckLib/metadata.xml
new file mode 100644
index 000..63347c527c8
--- /dev/null
+++ b/dev-perl/FFI-CheckLib/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+FFI-CheckLib
+FFI::CheckLib
+  
+