public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2016-09-03 14:02 Michael Orlitzky
  0 siblings, 0 replies; 29+ messages in thread
From: Michael Orlitzky @ 2016-09-03 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e8abed629d8fc366a48af728f86363ec3b8b6891
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  3 14:00:38 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Sep  3 14:01:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8abed62

dev-perl/File-LibMagic: new package, a perl interface to libmagic.

Package-Manager: portage-2.2.28

 .../File-LibMagic/File-LibMagic-1.150.0.ebuild     | 38 ++++++++++++++++++++++
 dev-perl/File-LibMagic/Manifest                    |  1 +
 dev-perl/File-LibMagic/metadata.xml                | 18 ++++++++++
 3 files changed, 57 insertions(+)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
new file mode 100644
index 00000000..1d59b7c
--- /dev/null
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR="DROLSKY"
+DIST_VERSION="1.15"
+
+inherit perl-module
+
+DESCRIPTION="Perl wrapper for libmagic"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	sys-apps/file
+	virtual/perl-Carp
+	virtual/perl-Exporter
+	virtual/perl-XSLoader
+	virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+	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
new file mode 100644
index 00000000..fc45bdf
--- /dev/null
+++ b/dev-perl/File-LibMagic/Manifest
@@ -0,0 +1 @@
+DIST File-LibMagic-1.15.tar.gz 124847 SHA256 2c7fb54912caf2c22d06b02d6a88edad970e0f8b017634dc30eec46e53763e84 SHA512 bd6e2ac57bf7a4443ceab5143b9381805941600d436fe1b04364f9ab26f60a3a9d142576619135b3e4fa7449b2aa379960dbe24dd19c5fdaa379963a13490d5e WHIRLPOOL 186da7c21c0f2a0389a0dba816f667d3c801fe47ee32deb46e2c8ab9d8e83a9aced4aff66c2b2936582c3cefc55b9d0a7f0761188f34f937d31ea2f53e6a45a5

diff --git a/dev-perl/File-LibMagic/metadata.xml b/dev-perl/File-LibMagic/metadata.xml
new file mode 100644
index 00000000..89daaef
--- /dev/null
+++ b/dev-perl/File-LibMagic/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>mjo@gentoo.org</email>
+    <name>Michael Orlitzky</name>
+  </maintainer>
+
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+
+  <upstream>
+    <remote-id type="cpan">File-LibMagic</remote-id>
+    <remote-id type="cpan-module">File::LibMagic</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2016-10-02  7:32 Jeroen Roovers
  0 siblings, 0 replies; 29+ messages in thread
From: Jeroen Roovers @ 2016-10-02  7:32 UTC (permalink / raw
  To: gentoo-commits

commit:     770143bd23a0e6288e412967728cc10a2be1a85a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 07:30:36 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 07:30:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770143bd

dev-perl/File-LibMagic: Mark ~hppa ~ppc64 (bug #592800).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
index 1d59b7c..75c160a 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2018-07-27  7:12 Sergei Trofimovich
  0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2018-07-27  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ee9d448f37327378f5368dd6fa74ccc42eec7a1f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 27 07:11:51 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 07:11:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9d448f

dev-perl/File-LibMagic: stable 1.150.0 for ppc64, bug #662092

Bug: https://bugs.gentoo.org/662092
Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"

 dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
index bf6a613689f..2d7fbe708e2 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2018-07-28 13:24 Thomas Deutschmann
  0 siblings, 0 replies; 29+ messages in thread
From: Thomas Deutschmann @ 2018-07-28 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     39cac433439b25b21877b2c8827fc821808e40a6
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 13:13:43 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 13:24:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cac433

dev-perl/File-LibMagic: x86 stable (bug #662092)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
index 2d7fbe708e2..6a1635deafe 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2018-07-28 20:26 Sergei Trofimovich
  0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2018-07-28 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0c4e061565b4be05409c204fb05e2fc88045e215
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 20:22:15 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 20:22:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c4e0615

dev-perl/File-LibMagic: stable 1.150.0 for hppa, bug #662092

Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --include-arches="hppa"

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

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
index 6a1635deafe..54eecb1cdfb 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc64 ~sparc x86"
+KEYWORDS="~amd64 hppa ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2018-07-30 23:54 Mikle Kolyada
  0 siblings, 0 replies; 29+ messages in thread
From: Mikle Kolyada @ 2018-07-30 23:54 UTC (permalink / raw
  To: gentoo-commits

commit:     4d9495c0467aa2350cf9ff99782dd02564e4a46b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 30 23:53:08 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jul 30 23:53:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9495c0

dev-perl/File-LibMagic: amd64 stable wrt bug #662092

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
index 54eecb1cdfb..1a64fc12385 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 hppa ppc64 ~sparc x86"
+KEYWORDS="amd64 hppa ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2018-08-02 18:44 Sergei Trofimovich
  0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2018-08-02 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     bec956b171b85bb2c96ce3568f1a02c564b179bf
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Aug  2 06:43:34 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Aug  2 18:44:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec956b1

dev-perl/File-LibMagic: stable 1.150.0 for sparc

Closes: https://bugs.gentoo.org/662092
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
index 1a64fc12385..7b3f477427b 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ppc64 ~sparc x86"
+KEYWORDS="amd64 hppa ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2018-11-18 10:43 Sergei Trofimovich
  0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2018-11-18 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     a7c7bd248f0d3958b39402240f29e1908c98c85d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 18 10:42:45 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 10:42:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c7bd24

dev-perl/File-LibMagic: keyworded 1.150.0 for ppc, bug #592800

Package-Manager: Portage-2.3.51, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
index 7b3f477427b..d2ee94480fd 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ppc64 sparc x86"
+KEYWORDS="amd64 hppa ~ppc ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2020-05-25  9:36 Sergei Trofimovich
  0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2020-05-25  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     4ddc6e12ff6dc07fce036f9214d10fb44980ffe9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 09:31:52 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon May 25 09:31:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ddc6e12

dev-perl/File-LibMagic: stable 1.150.0 for ppc, bug #721534

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
index d05cc062fa6..a45782d92ce 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.150.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
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2020-08-21 13:10 Michael Orlitzky
  0 siblings, 0 replies; 29+ messages in thread
From: Michael Orlitzky @ 2020-08-21 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     12e7abfc4183acd4c862382c1a20c905c15442d2
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 12:23:09 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 13:05:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e7abfc

dev-perl/File-LibMagic: new version 1.220 (upstream 1.22).

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 .../File-LibMagic/File-LibMagic-1.220.0.ebuild     | 39 ++++++++++++++++++++++
 dev-perl/File-LibMagic/Manifest                    |  1 +
 2 files changed, 40 insertions(+)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.220.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.220.0.ebuild
new file mode 100644
index 00000000000..9c71071850a
--- /dev/null
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.220.0.ebuild
@@ -0,0 +1,39 @@
+# 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 af0a6ac84a5..788cd457e83 100644
--- a/dev-perl/File-LibMagic/Manifest
+++ b/dev-perl/File-LibMagic/Manifest
@@ -1 +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


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2020-08-28 23:47 Kent Fredric
  0 siblings, 0 replies; 29+ messages in thread
From: Kent Fredric @ 2020-08-28 23:47 UTC (permalink / raw
  To: gentoo-commits

commit:     7673c9474da74a2a7c559d106c0c666bfee16cb1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 23:45:05 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 23:47:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7673c947

dev-perl/File-LibMagic: -r bump for toolchain love + fixes

- Remove rm-files logic from src_prepare (the files are gone upstream)
- Fix being broken by LD being set in ENV to an actual LD instead of a
  CCLD
- Ensure CFLAGS passed to make/compiler, but much more differently than
  is usually done due to some fun behaviour upstream that breaks binary
  asset persistence between 'make' calls.
- Add missing remote-id's
- Add missing (virtual) dependencies.

Bug: https://github.com/houseabsolute/File-LibMagic/issues/28
Package-Manager: Portage-3.0.4, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../File-LibMagic/File-LibMagic-1.220.0-r1.ebuild  | 50 ++++++++++++++++++++++
 dev-perl/File-LibMagic/metadata.xml                |  1 +
 2 files changed, 51 insertions(+)

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
new file mode 100644
index 00000000000..c2d48c90888
--- /dev/null
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.220.0-r1.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="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/metadata.xml b/dev-perl/File-LibMagic/metadata.xml
index 89daaefc1d5..f40eb4f38cd 100644
--- a/dev-perl/File-LibMagic/metadata.xml
+++ b/dev-perl/File-LibMagic/metadata.xml
@@ -14,5 +14,6 @@
   <upstream>
     <remote-id type="cpan">File-LibMagic</remote-id>
     <remote-id type="cpan-module">File::LibMagic</remote-id>
+    <remote-id type="cpan-module">File::LibMagic::Constants</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2020-08-30 12:49 Kent Fredric
  0 siblings, 0 replies; 29+ messages in thread
From: Kent Fredric @ 2020-08-30 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     fefd56c135d321f565b8040162b2ef6f54b56d27
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 12:33:28 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 12:34:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefd56c1

dev-perl/File-LibMagic: Bump to version 1.230.0

- Revert CFLAGS handling approach to a more conventional mechanism
  due to upstream fixing the problem that caused it not to work

Upstream:
- Fix build issues that caused library recompilation on every call
  to "make"

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

 .../File-LibMagic/File-LibMagic-1.230.0.ebuild     | 46 ++++++++++++++++++++++
 dev-perl/File-LibMagic/Manifest                    |  1 +
 2 files changed, 47 insertions(+)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
new file mode 100644
index 00000000000..5d8b0cad7e4
--- /dev/null
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR="DROLSKY"
+DIST_VERSION=1.23
+
+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}"
+	perl-module_src_configure
+}
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}

diff --git a/dev-perl/File-LibMagic/Manifest b/dev-perl/File-LibMagic/Manifest
index 788cd457e83..83734024967 100644
--- a/dev-perl/File-LibMagic/Manifest
+++ b/dev-perl/File-LibMagic/Manifest
@@ -1,2 +1,3 @@
 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


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2020-08-31  4:32 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2020-08-31  4:32 UTC (permalink / raw
  To: gentoo-commits

commit:     5a73e4d7cc5eeb29ebf1359aad1c26e48ef6db40
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 04:31:50 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 04:31:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a73e4d7

dev-perl/File-LibMagic: Keyword 1.230.0 ppc64, #738394

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

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

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
index 5d8b0cad7e4..55a88e64bba 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2020-09-01  3:02 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2020-09-01  3:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e1425b8603c885a059969111ac17402486a89013
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 03:02:00 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 03:02:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1425b86

dev-perl/File-LibMagic: Keyword 1.230.0 sparc, #738394

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

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

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
index 55a88e64bba..7e9e3b7b01c 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2020-09-02  6:33 Sergei Trofimovich
  0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2020-09-02  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     cfb2f72637e4c2907ec0da9bac4f8c7441bfa911
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Sep  2 04:22:35 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 06:33:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb2f726

dev-perl/File-LibMagic: keyworded 1.230.0 for hppa, bug #738394

Package-Manager: Portage-3.0.4, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

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

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
index 7e9e3b7b01c..8d3dc6f0da0 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2020-09-07  7:31 Sergei Trofimovich
  0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2020-09-07  7:31 UTC (permalink / raw
  To: gentoo-commits

commit:     8aa7fe120c49de9b00cc0093309a7bcc9d16870d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 07:28:27 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 07:31:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa7fe12

dev-perl/File-LibMagic: keyworded 1.230.0 for ppc

keyworded wrt bug #738394

Package-Manager: Portage-3.0.5, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

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

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
index 8d3dc6f0da0..7de775b7d66 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2020-10-19  5:22 Kent Fredric
  0 siblings, 0 replies; 29+ messages in thread
From: Kent Fredric @ 2020-10-19  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b2465c7b6c2f820bb7679e6e741de7fe8b784b24
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 05:05:24 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 05:05:24 2020 +0000
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 <kentnl <AT> 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..00000000000
--- 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..00000000000
--- 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


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2021-06-02 14:33 Sergei Trofimovich
  0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2021-06-02 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     01098f18e3e067d7f9e1f53fd7175734e6c897ae
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Jun  2 14:16:15 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 14:33:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01098f18

dev-perl/File-LibMagic: stable 1.230.0 for sparc, bug #793062

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

 dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
index 7de775b7d66..db71c88d753 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.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
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2021-06-06  7:14 Agostino Sarubbo
  0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2021-06-06  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     5230ea368933909728ea8ec19a4cf2659ab70cfa
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  6 07:13:45 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun  6 07:13:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5230ea36

dev-perl/File-LibMagic: amd64 stable wrt bug #793062

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

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

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
index db71c88d753..3c0dca32865 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2021-06-07  6:25 Sergei Trofimovich
  0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2021-06-07  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     d67b9d608731aca5cbbc6f1daec72263f7bbdff3
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  7 06:23:38 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun  7 06:25:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d67b9d60

dev-perl/File-LibMagic: stable 1.230.0 for ppc

stable wrt bug #793062

Package-Manager: Portage-3.0.19, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

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

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
index 3c0dca32865..2103983f26a 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2021-06-07  6:28 Sergei Trofimovich
  0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2021-06-07  6:28 UTC (permalink / raw
  To: gentoo-commits

commit:     5919238f4a081af675160b113199a61d3b4a8658
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  7 06:28:24 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun  7 06:28:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5919238f

dev-perl/File-LibMagic: stable 1.230.0 for ppc64

stable wrt bug #793062

Package-Manager: Portage-3.0.19, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

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

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
index 2103983f26a..782d4948f0b 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2021-06-07 16:16 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2021-06-07 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     7932ad19475951b6aba301ed5c3d34449b00ed78
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  7 16:14:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun  7 16:14:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7932ad19

dev-perl/File-LibMagic: Stabilize 1.230.0 x86, #793062

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

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

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
index 782d4948f0b..3c4b49ab071 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2021-10-29 16:31 Andreas K. Hüttel
  0 siblings, 0 replies; 29+ messages in thread
From: Andreas K. Hüttel @ 2021-10-29 16:31 UTC (permalink / raw
  To: gentoo-commits

commit:     9c67d4b3ff16778fc0fb14852880e177df3d9a64
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 16:21:20 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 16:30:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c67d4b3

dev-perl/File-LibMagic: Remove old

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

 .../File-LibMagic/File-LibMagic-1.150.0.ebuild     | 38 ----------------------
 dev-perl/File-LibMagic/Manifest                    |  1 -
 2 files changed, 39 deletions(-)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.150.0.ebuild
deleted file mode 100644
index 6c2308ac817..00000000000
--- a/dev-perl/File-LibMagic/File-LibMagic-1.150.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=6
-
-DIST_AUTHOR="DROLSKY"
-DIST_VERSION="1.15"
-
-inherit perl-module
-
-DESCRIPTION="Perl wrapper for libmagic"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	sys-apps/file
-	virtual/perl-Carp
-	virtual/perl-Exporter
-	virtual/perl-XSLoader
-	virtual/perl-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
-	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 9407592c44e..7cff993e034 100644
--- a/dev-perl/File-LibMagic/Manifest
+++ b/dev-perl/File-LibMagic/Manifest
@@ -1,2 +1 @@
-DIST File-LibMagic-1.15.tar.gz 124847 BLAKE2B 84767d73b6a3c160bdbcd202b807011bcffefd93e69f3c7d2e072ba1be87ab0ec9864e5deff03a62e609ef270cc9dbf32a6cb2f06ccdad4171d24d57d3532305 SHA512 bd6e2ac57bf7a4443ceab5143b9381805941600d436fe1b04364f9ab26f60a3a9d142576619135b3e4fa7449b2aa379960dbe24dd19c5fdaa379963a13490d5e
 DIST File-LibMagic-1.23.tar.gz 167761 BLAKE2B a409cdfbb7ac448858202ad79ee7b5cceb7d0bd17e42de108818ca6b03e8f8688f15dd5b5b0adc8ccab1a97174b02ccd93d5660dce2c04f585449182bd25a2aa SHA512 894ff64051e607f3b788f52568221cae3a99b7386b534c62c33fccc46d1242d3e851970cd9063a1c1535732f76e2bc2111568a8e83b4ed6efecfedd8facc5cbd


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2022-02-05  6:34 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2022-02-05  6:34 UTC (permalink / raw
  To: gentoo-commits

commit:     d6403346ffbae868dd5ea03191835ff2d1b624bd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  5 06:32:18 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  5 06:32:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6403346

dev-perl/File-LibMagic: Keyword 1.230.0 arm, #832493

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

 dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
index 3c4b49ab0711..39d77cf6451f 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2023-12-14  4:13 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-12-14  4:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6cc4684d723b0ff76e459f4824ee9dd0c59e1a11
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 04:13:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 04:13:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc4684d

dev-perl/File-LibMagic: Keyword 1.230.0 arm64, #919747

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

 dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
index 39d77cf6451f..99cfd71d3daf 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2024-05-22  2:18 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2024-05-22  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b352e3fce80e64048a6f3bb0c8148c054cd913a4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 02:08:36 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 22 02:17:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b352e3fc

dev-perl/File-LibMagic: EAPI 8, rely on eclass impls

This covers more variables/args, etc.

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

 .../File-LibMagic/File-LibMagic-1.230.0-r1.ebuild  | 34 ++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild
new file mode 100644
index 000000000000..55a9c2e25c8c
--- /dev/null
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR="DROLSKY"
+DIST_VERSION=1.23
+
+inherit perl-module
+
+DESCRIPTION="Perl wrapper for libmagic"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+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
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2024-06-25  3:54 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2024-06-25  3:54 UTC (permalink / raw
  To: gentoo-commits

commit:     be20d3d4d0a67abd8ef2063b15ed8f1ff5634160
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 03:53:57 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 03:53:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be20d3d4

dev-perl/File-LibMagic: Stabilize 1.230.0-r1 x86, #934861

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

 dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild
index 55a9c2e25c8c..f31cb347251f 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
 	sys-apps/file


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2024-06-25  4:00 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2024-06-25  4:00 UTC (permalink / raw
  To: gentoo-commits

commit:     aa2a8559a0dd78aa1f0ba88a9bac1db593f7aba3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 03:59:48 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 03:59:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa2a8559

dev-perl/File-LibMagic: Stabilize 1.230.0-r1 ppc64, #934861

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

 dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild
index f31cb347251f..8b3d872e6220 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
 
 RDEPEND="
 	sys-apps/file


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/
@ 2024-06-25  4:46 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2024-06-25  4:46 UTC (permalink / raw
  To: gentoo-commits

commit:     18877f8c60523c0552f4b9bd01fe1c57e8f376ab
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 04:46:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 04:46:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18877f8c

dev-perl/File-LibMagic: Stabilize 1.230.0-r1 amd64, #934861

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

 dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild
index 14178ea3f271..13bb7008d99b 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
 
 RDEPEND="
 	sys-apps/file


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

end of thread, other threads:[~2024-06-25  4:46 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22  2:18 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25  4:46 Sam James
2024-06-25  4:00 Sam James
2024-06-25  3:54 Sam James
2023-12-14  4:13 Sam James
2022-02-05  6:34 Sam James
2021-10-29 16:31 Andreas K. Hüttel
2021-06-07 16:16 Sam James
2021-06-07  6:28 Sergei Trofimovich
2021-06-07  6:25 Sergei Trofimovich
2021-06-06  7:14 Agostino Sarubbo
2021-06-02 14:33 Sergei Trofimovich
2020-10-19  5:22 Kent Fredric
2020-09-07  7:31 Sergei Trofimovich
2020-09-02  6:33 Sergei Trofimovich
2020-09-01  3:02 Sam James
2020-08-31  4:32 Sam James
2020-08-30 12:49 Kent Fredric
2020-08-28 23:47 Kent Fredric
2020-08-21 13:10 Michael Orlitzky
2020-05-25  9:36 Sergei Trofimovich
2018-11-18 10:43 Sergei Trofimovich
2018-08-02 18:44 Sergei Trofimovich
2018-07-30 23:54 Mikle Kolyada
2018-07-28 20:26 Sergei Trofimovich
2018-07-28 13:24 Thomas Deutschmann
2018-07-27  7:12 Sergei Trofimovich
2016-10-02  7:32 Jeroen Roovers
2016-09-03 14:02 Michael Orlitzky

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