public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2016-11-17  3:25 Kent Fredric
  0 siblings, 0 replies; 18+ messages in thread
From: Kent Fredric @ 2016-11-17  3:25 UTC (permalink / raw
  To: gentoo-commits

commit:     bb0259e5f7f99a42b4d9b5a4688af9133b3e23bd
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 03:23:10 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 03:23:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0259e5

dev-perl/MP3-Tag: Bump to version 1.140.0 re bug #600062

- EAPI6
- Add USE="examples"

Upstream:
- Fixed warnings on Perl 5.22+
- New method have_one_of_frame
- New methods *_have() for all basic types like "title" etc
- New tunable ampersand_joiner
- New method _auto_field_from
- Fix _parse_rex_microinterpolate not updateing $ecount with %%
- Fix some %-escapes not being matched
- More careful ID3v2 frame name parsing

Bug: https://bugs.gentoo.org/600062

Package-Manager: portage-2.3.2

 dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild | 23 +++++++++++++++++++++++
 dev-perl/MP3-Tag/Manifest               |  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
new file mode 100644
index 00000000..2e34630
--- /dev/null
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ILYAZ
+DIST_VERSION=1.14
+DIST_SECTION=modules
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Module for reading tags of MP3 Audio files"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="dev-perl/MP3-Info"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/MP3-Tag/Manifest b/dev-perl/MP3-Tag/Manifest
index 762c3cc..3281525 100644
--- a/dev-perl/MP3-Tag/Manifest
+++ b/dev-perl/MP3-Tag/Manifest
@@ -1 +1,2 @@
 DIST MP3-Tag-1.13.tar.gz 275907 SHA256 34d3c33c1efa4c4448e27a45b1689ca20a27882fb3c74c0d3588e6aa315f33ae SHA512 3dcdc186d8e2f00fc474eccadb755058fcba6cb80637c87d8565981f073bb19fa867a755de7423e3d58393bc730fe85f601f63dd928f4fe27a9fe9b80f63bfc3 WHIRLPOOL 1a0d203f0070af4f6fd5ae349f5957d7ca79795021b0f5ad1cabb8d1132f68b0fd916f4a63cbf15aa806d214e7d9339a8f9dce43b808015ad0759c44c0eb45c2
+DIST MP3-Tag-1.14.tar.gz 279630 SHA256 3ec392f273ce38228ee2d7e53f7622f6f90a9c31c5079e6c9f354fb04a98c259 SHA512 05e35f024868505cfc8a07146442e248ef1e80c3c156fd1eabeb874d458356f6b391793e343a24e9e490fd537e7f280316f651b6717378c06953480d271ed2e1 WHIRLPOOL 2db6994d83dcca06d48cd82275a786b01fb9deb3c4c56b5d63eb96434aea897c91c40375c4bbe54a617902b93b2cda31d211f3b1e65d53fe5eed8ec31bf54768


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2017-01-29 16:45 Fabian Groffen
  0 siblings, 0 replies; 18+ messages in thread
From: Fabian Groffen @ 2017-01-29 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     29f277507a782afeeff2d700a4fc1cb601096518
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 16:38:20 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 16:45:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f27750

dev-perl/MP3-Tag: dropped ~x86-freebsd

Package-Manager: portage-2.3.3

 dev-perl/MP3-Tag/MP3-Tag-1.130.0-r1.ebuild | 4 ++--
 dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.130.0-r1.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.130.0-r1.ebuild
index 7f08e86..b0cfe1b 100644
--- a/dev-perl/MP3-Tag/MP3-Tag-1.130.0-r1.ebuild
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.130.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="Tag - Module for reading tags of mp3 files"
 
 SLOT="0"
 LICENSE="Artistic"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-perl/MP3-Info"

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
index 2e34630..e7956b3 100644
--- a/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ DESCRIPTION="Module for reading tags of MP3 Audio files"
 
 SLOT="0"
 LICENSE="Artistic"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-perl/MP3-Info"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2017-05-01 13:37 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2017-05-01 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     42d49b44a94f1ad60d2946688eba7b682e81c6c9
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 13:36:21 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May  1 13:36:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d49b44

dev-perl/MP3-Tag: amd64 stable wrt bug #617106

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

 dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
index 2cda6acb0d0..f6e6bcd1df8 100644
--- a/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Module for reading tags of MP3 Audio files"
 
 SLOT="0"
 LICENSE="Artistic"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-perl/MP3-Info"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2017-05-18 20:50 Michael Weber
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Weber @ 2017-05-18 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     2dfbb20b798a4a49c8f4f0cb0db1db1a92bfc837
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 20:49:19 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu May 18 20:50:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dfbb20b

dev-perl/MP3-Tag: ppc stable (bug 617106).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"

 dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
index be031dac69c..31d8d19bda9 100644
--- a/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Module for reading tags of MP3 Audio files"
 
 SLOT="0"
 LICENSE="Artistic"
-KEYWORDS="amd64 ~arm ~ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-perl/MP3-Info"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2017-05-31  3:49 Kent Fredric
  0 siblings, 0 replies; 18+ messages in thread
From: Kent Fredric @ 2017-05-31  3:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0b7aca00f57c90b6b5e05bb55ecc4cb75b23ec63
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 03:48:43 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed May 31 03:49:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7aca00

dev-perl/MP3-Tag: Cleanup old re bug #600062

Remove versions broken by unescaped { deprecation in 5.26

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/MP3-Tag/MP3-Tag-1.130.0-r1.ebuild | 21 ---------------------
 dev-perl/MP3-Tag/Manifest                  |  1 -
 2 files changed, 22 deletions(-)

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.130.0-r1.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.130.0-r1.ebuild
deleted file mode 100644
index 65fa3aefaf6..00000000000
--- a/dev-perl/MP3-Tag/MP3-Tag-1.130.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ILYAZ
-MODULE_VERSION=1.13
-MODULE_SECTION=modules
-inherit perl-module
-
-DESCRIPTION="Tag - Module for reading tags of mp3 files"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="dev-perl/MP3-Info"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"

diff --git a/dev-perl/MP3-Tag/Manifest b/dev-perl/MP3-Tag/Manifest
index 3281525d7c1..b9cdcfe9210 100644
--- a/dev-perl/MP3-Tag/Manifest
+++ b/dev-perl/MP3-Tag/Manifest
@@ -1,2 +1 @@
-DIST MP3-Tag-1.13.tar.gz 275907 SHA256 34d3c33c1efa4c4448e27a45b1689ca20a27882fb3c74c0d3588e6aa315f33ae SHA512 3dcdc186d8e2f00fc474eccadb755058fcba6cb80637c87d8565981f073bb19fa867a755de7423e3d58393bc730fe85f601f63dd928f4fe27a9fe9b80f63bfc3 WHIRLPOOL 1a0d203f0070af4f6fd5ae349f5957d7ca79795021b0f5ad1cabb8d1132f68b0fd916f4a63cbf15aa806d214e7d9339a8f9dce43b808015ad0759c44c0eb45c2
 DIST MP3-Tag-1.14.tar.gz 279630 SHA256 3ec392f273ce38228ee2d7e53f7622f6f90a9c31c5079e6c9f354fb04a98c259 SHA512 05e35f024868505cfc8a07146442e248ef1e80c3c156fd1eabeb874d458356f6b391793e343a24e9e490fd537e7f280316f651b6717378c06953480d271ed2e1 WHIRLPOOL 2db6994d83dcca06d48cd82275a786b01fb9deb3c4c56b5d63eb96434aea897c91c40375c4bbe54a617902b93b2cda31d211f3b1e65d53fe5eed8ec31bf54768


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2019-07-16  2:08 Kent Fredric
  0 siblings, 0 replies; 18+ messages in thread
From: Kent Fredric @ 2019-07-16  2:08 UTC (permalink / raw
  To: gentoo-commits

commit:     797eaad956caf6115032eac0fd8808fa3eb0d2b7
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 02:07:52 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 02:08:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797eaad9

dev-perl/MP3-Tag: Bump to version 1.150.0 re bug #687890

Upstream:
- Fix more warnings about use of deprecated unescaped left brace

Bug: https://bugs.gentoo.org/687890
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild | 23 +++++++++++++++++++++++
 dev-perl/MP3-Tag/Manifest               |  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
new file mode 100644
index 00000000000..90f0ba01015
--- /dev/null
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ILYAZ
+DIST_VERSION=1.15
+DIST_SECTION=modules
+DIST_A_EXT="zip"
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Module for reading tags of MP3 Audio files"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="dev-perl/MP3-Info"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/MP3-Tag/Manifest b/dev-perl/MP3-Tag/Manifest
index 7d9438f5659..c842d75ec62 100644
--- a/dev-perl/MP3-Tag/Manifest
+++ b/dev-perl/MP3-Tag/Manifest
@@ -1 +1,2 @@
 DIST MP3-Tag-1.14.tar.gz 279630 BLAKE2B 3971d5c37150d9c0093b31f2686a46b48584dfbef4782bc78a778b3be9508c5eb4b3a0da5fdfe240ff5521415b54ce6ae0f5851c650f099b2acf592f444cd596 SHA512 05e35f024868505cfc8a07146442e248ef1e80c3c156fd1eabeb874d458356f6b391793e343a24e9e490fd537e7f280316f651b6717378c06953480d271ed2e1
+DIST MP3-Tag-1.15.zip 321983 BLAKE2B 7bea98bfa609fead2d91ed49451885d03e2031b0b081dbdde10a75b5e3c8a494032b9c13e1960411540754411e23b31e843b5786cb7a00c0f582e9fa7dd74c5e SHA512 e0361e34583dc8d1742b40d2922e66de8d43180d99e52f8e34166c432619ca4611b8589c6acc0498384f9f0dd2e30189351c18e0bfe2a4ca96df60809683cbb3


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2019-10-17 10:25 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2019-10-17 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     79a6a8bbd264d5ffb3a40fa09fe6aaac1a792034
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 10:25:02 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 10:25:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a6a8bb

dev-perl/MP3-Tag: ppc stable wrt bug #687890

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

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

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
index 4e1fdfad5ad..53f6e25e7fb 100644
--- a/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Module for reading tags of MP3 Audio files"
 
 SLOT="0"
 LICENSE="Artistic"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-perl/MP3-Info"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2019-10-17 10:29 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2019-10-17 10:29 UTC (permalink / raw
  To: gentoo-commits

commit:     eeb88adf8cadc0fbdae88bf13412d7d7758cdf60
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 10:29:17 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 10:29:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb88adf

dev-perl/MP3-Tag: ppc64 stable wrt bug #687890

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

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

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
index 53f6e25e7fb..d23f89313c6 100644
--- a/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Module for reading tags of MP3 Audio files"
 
 SLOT="0"
 LICENSE="Artistic"
-KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-perl/MP3-Info"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2019-10-17 10:32 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2019-10-17 10:32 UTC (permalink / raw
  To: gentoo-commits

commit:     9cb3fc7174d1e17cc8e77552d4a9f1d1a29630ee
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 10:31:31 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 10:31:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb3fc71

dev-perl/MP3-Tag: x86 stable wrt bug #687890

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

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

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
index d23f89313c6..e6738a71e12 100644
--- a/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Module for reading tags of MP3 Audio files"
 
 SLOT="0"
 LICENSE="Artistic"
-KEYWORDS="~amd64 ~arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-perl/MP3-Info"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2019-10-17 11:23 Agostino Sarubbo
  0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2019-10-17 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     593ba28d3394238f4c4b50251b9873d8206be94b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 11:23:03 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 11:23:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593ba28d

dev-perl/MP3-Tag: amd64 stable wrt bug #687890

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

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

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
index e6738a71e12..7f9a5bf3bbb 100644
--- a/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Module for reading tags of MP3 Audio files"
 
 SLOT="0"
 LICENSE="Artistic"
-KEYWORDS="~amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-perl/MP3-Info"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2019-11-08 19:45 Andreas K. Hüttel
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas K. Hüttel @ 2019-11-08 19:45 UTC (permalink / raw
  To: gentoo-commits

commit:     4d7d5b5e18b7772870b1d1595ed6de52bc59d279
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  8 19:44:15 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov  8 19:45:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7d5b5e

dev-perl/MP3-Tag: Remove old

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

 dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild | 22 ----------------------
 dev-perl/MP3-Tag/Manifest               |  1 -
 2 files changed, 23 deletions(-)

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
deleted file mode 100644
index 579d49775bf..00000000000
--- a/dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ILYAZ
-DIST_VERSION=1.14
-DIST_SECTION=modules
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Module for reading tags of MP3 Audio files"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="dev-perl/MP3-Info"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-"

diff --git a/dev-perl/MP3-Tag/Manifest b/dev-perl/MP3-Tag/Manifest
index c842d75ec62..c4c349f94ec 100644
--- a/dev-perl/MP3-Tag/Manifest
+++ b/dev-perl/MP3-Tag/Manifest
@@ -1,2 +1 @@
-DIST MP3-Tag-1.14.tar.gz 279630 BLAKE2B 3971d5c37150d9c0093b31f2686a46b48584dfbef4782bc78a778b3be9508c5eb4b3a0da5fdfe240ff5521415b54ce6ae0f5851c650f099b2acf592f444cd596 SHA512 05e35f024868505cfc8a07146442e248ef1e80c3c156fd1eabeb874d458356f6b391793e343a24e9e490fd537e7f280316f651b6717378c06953480d271ed2e1
 DIST MP3-Tag-1.15.zip 321983 BLAKE2B 7bea98bfa609fead2d91ed49451885d03e2031b0b081dbdde10a75b5e3c8a494032b9c13e1960411540754411e23b31e843b5786cb7a00c0f582e9fa7dd74c5e SHA512 e0361e34583dc8d1742b40d2922e66de8d43180d99e52f8e34166c432619ca4611b8589c6acc0498384f9f0dd2e30189351c18e0bfe2a4ca96df60809683cbb3


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2021-11-19 19:40 Andreas K. Hüttel
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas K. Hüttel @ 2021-11-19 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     ade3ddd9cd9ba210297caf52e7025ae9b1da01f5
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 17:05:30 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 19:39:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade3ddd9

dev-perl/MP3-Tag: EAPI=8 bump

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

 .../{MP3-Tag-1.150.0.ebuild => MP3-Tag-1.150.0-r1.ebuild}    | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.150.0-r1.ebuild
similarity index 83%
rename from dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
rename to dev-perl/MP3-Tag/MP3-Tag-1.150.0-r1.ebuild
index e78285027ed3..dd600449edcd 100644
--- a/dev-perl/MP3-Tag/MP3-Tag-1.150.0.ebuild
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.150.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=ILYAZ
 DIST_VERSION=1.15
@@ -15,9 +15,13 @@ DESCRIPTION="Module for reading tags of MP3 Audio files"
 SLOT="0"
 LICENSE="Artistic"
 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE=""
 
-RDEPEND="dev-perl/MP3-Info"
-DEPEND="${RDEPEND}
+RDEPEND="
+	dev-perl/MP3-Info
+"
+BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 "
+
+# somewhat flaky
+DIST_TEST=do


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2022-02-10 21:58 Jonas Stein
  0 siblings, 0 replies; 18+ messages in thread
From: Jonas Stein @ 2022-02-10 21:58 UTC (permalink / raw
  To: gentoo-commits

commit:     db931f3933e370da93fefca60a7e511e0b171879
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 10 21:57:55 2022 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Feb 10 21:57:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db931f39

dev-perl/MP3-Tag: add missing dependency

BDEPEND="app-arch/unzip" for SRC_URI archive was missing.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 dev-perl/MP3-Tag/MP3-Tag-1.150.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.150.0-r1.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.150.0-r1.ebuild
index dd600449edcd..5aeed8d36d87 100644
--- a/dev-perl/MP3-Tag/MP3-Tag-1.150.0-r1.ebuild
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.150.0-r1.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=8
@@ -20,6 +20,7 @@ RDEPEND="
 	dev-perl/MP3-Info
 "
 BDEPEND="${RDEPEND}
+	app-arch/unzip
 	virtual/perl-ExtUtils-MakeMaker
 "
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2023-06-20  3:39 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-06-20  3:39 UTC (permalink / raw
  To: gentoo-commits

commit:     3440686b2401c69b0b307962cc663c99e94b5d42
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 03:25:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 03:38:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3440686b

dev-perl/MP3-Tag: add 1.160.0

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

 dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild | 28 ++++++++++++++++++++++++++++
 dev-perl/MP3-Tag/Manifest               |  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild
new file mode 100644
index 000000000000..639a74c99dcc
--- /dev/null
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ILYAZ
+DIST_VERSION=1.16
+DIST_SECTION=modules
+DIST_A_EXT="zip"
+DIST_EXAMPLES=("examples/*")
+# somewhat flaky
+DIST_TEST=do
+inherit perl-module
+
+DESCRIPTION="Module for reading tags of MP3 Audio files"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+RDEPEND="
+	dev-perl/MP3-Info
+"
+BDEPEND="
+	${RDEPEND}
+	app-arch/unzip
+	virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/MP3-Tag/Manifest b/dev-perl/MP3-Tag/Manifest
index c4c349f94ec7..b340f3fc53f8 100644
--- a/dev-perl/MP3-Tag/Manifest
+++ b/dev-perl/MP3-Tag/Manifest
@@ -1 +1,2 @@
 DIST MP3-Tag-1.15.zip 321983 BLAKE2B 7bea98bfa609fead2d91ed49451885d03e2031b0b081dbdde10a75b5e3c8a494032b9c13e1960411540754411e23b31e843b5786cb7a00c0f582e9fa7dd74c5e SHA512 e0361e34583dc8d1742b40d2922e66de8d43180d99e52f8e34166c432619ca4611b8589c6acc0498384f9f0dd2e30189351c18e0bfe2a4ca96df60809683cbb3
+DIST MP3-Tag-1.16.zip 324866 BLAKE2B a6f277c43a1723f6e86ed58982464d336dde0f6a04a81b1d9dc2640401dfe5fe2822991b76efaf8890420de011ad7937b9dfce3c7cd7062a6fc6549b38a5eac6 SHA512 f13785a65abb7d1bdb36e1fbb79d1464d4cb33c0a29b20fbe77c82a567ee4f66449841c33665c1c1fb6d151b4e27e81f1bd56a30f7e0d7589bfa6995f905a2ab


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2023-07-20 12:19 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-07-20 12:19 UTC (permalink / raw
  To: gentoo-commits

commit:     8d37f59d8d0ded33fb034c8751e3a2bdc6d9a43c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 12:18:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 12:18:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d37f59d

dev-perl/MP3-Tag: Stabilize 1.160.0 ppc64, #910573

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

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

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild
index 53861c8c4e77..5868537cfd1c 100644
--- a/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Module for reading tags of MP3 Audio files"
 
 SLOT="0"
 LICENSE="Artistic"
-KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
 	dev-perl/MP3-Info


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2023-07-20 12:19 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-07-20 12:19 UTC (permalink / raw
  To: gentoo-commits

commit:     653e81aa43ee8efe0845501fcdd2b6edd9c573ce
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 12:18:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 12:18:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653e81aa

dev-perl/MP3-Tag: Stabilize 1.160.0 ppc, #910573

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

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

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild
index 639a74c99dcc..53861c8c4e77 100644
--- a/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Module for reading tags of MP3 Audio files"
 
 SLOT="0"
 LICENSE="Artistic"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
 	dev-perl/MP3-Info


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2023-07-20 12:19 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-07-20 12:19 UTC (permalink / raw
  To: gentoo-commits

commit:     1525b2af9f3b1539649ac89eea3e31b2f76ca9c3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 12:19:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 12:19:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1525b2af

dev-perl/MP3-Tag: Stabilize 1.160.0 amd64, #910573

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

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

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild
index 5868537cfd1c..6a601b8cec60 100644
--- a/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Module for reading tags of MP3 Audio files"
 
 SLOT="0"
 LICENSE="Artistic"
-KEYWORDS="~amd64 ~arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
 	dev-perl/MP3-Info


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/
@ 2023-07-20 12:19 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-07-20 12:19 UTC (permalink / raw
  To: gentoo-commits

commit:     cdb28d6f412958419b57941afe9aa659aacd69c8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 12:19:41 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 12:19:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb28d6f

dev-perl/MP3-Tag: Stabilize 1.160.0 x86, #910573

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

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

diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild
index 6a601b8cec60..a6091221f2cd 100644
--- a/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild
+++ b/dev-perl/MP3-Tag/MP3-Tag-1.160.0.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Module for reading tags of MP3 Audio files"
 
 SLOT="0"
 LICENSE="Artistic"
-KEYWORDS="amd64 ~arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
 	dev-perl/MP3-Info


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

end of thread, other threads:[~2023-07-20 12:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-20 12:19 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MP3-Tag/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-07-20 12:19 Sam James
2023-07-20 12:19 Sam James
2023-07-20 12:19 Sam James
2023-06-20  3:39 Sam James
2022-02-10 21:58 Jonas Stein
2021-11-19 19:40 Andreas K. Hüttel
2019-11-08 19:45 Andreas K. Hüttel
2019-10-17 11:23 Agostino Sarubbo
2019-10-17 10:32 Agostino Sarubbo
2019-10-17 10:29 Agostino Sarubbo
2019-10-17 10:25 Agostino Sarubbo
2019-07-16  2:08 Kent Fredric
2017-05-31  3:49 Kent Fredric
2017-05-18 20:50 Michael Weber
2017-05-01 13:37 Agostino Sarubbo
2017-01-29 16:45 Fabian Groffen
2016-11-17  3:25 Kent Fredric

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