public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2019-12-10 19:07 Aaron Bauman
  0 siblings, 0 replies; 19+ messages in thread
From: Aaron Bauman @ 2019-12-10 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     5bba50938c93f5b2101a20bab5434ff172265fd0
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 19:07:29 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 19:07:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bba5093

media-sound/flac123: port to EAPI 7

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-sound/flac123/flac123-0.0.12.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/flac123/flac123-0.0.12.ebuild b/media-sound/flac123/flac123-0.0.12.ebuild
index bf451bafd80..8f91f3ce7b5 100644
--- a/media-sound/flac123/flac123-0.0.12.ebuild
+++ b/media-sound/flac123/flac123-0.0.12.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
+
 inherit autotools
 
 DESCRIPTION="console app for playing FLAC audio files"
@@ -19,8 +20,7 @@ RDEPEND="dev-libs/popt
 	media-libs/libogg"
 DEPEND="${RDEPEND}"
 
-DOCS="AUTHORS BUGS ChangeLog NEWS README*"
-
 src_prepare() {
 	eautoreconf
+	default
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2019-12-10 19:08 Aaron Bauman
  0 siblings, 0 replies; 19+ messages in thread
From: Aaron Bauman @ 2019-12-10 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     762d1a318dbae21763ffa86a47b2cc3be81bf824
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 19:08:17 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 19:08:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762d1a31

media-sound/flac123: fix copyright HEADER

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-sound/flac123/flac123-0.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/flac123/flac123-0.0.12.ebuild b/media-sound/flac123/flac123-0.0.12.ebuild
index 8f91f3ce7b5..a58536690a4 100644
--- a/media-sound/flac123/flac123-0.0.12.ebuild
+++ b/media-sound/flac123/flac123-0.0.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2019-12-10 23:49 David Seifert
  0 siblings, 0 replies; 19+ messages in thread
From: David Seifert @ 2019-12-10 23:49 UTC (permalink / raw
  To: gentoo-commits

commit:     bbf0dfb4d2f625b35e374eb33fffa89c88a2fbef
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 23:48:37 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 23:48:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf0dfb4

media-sound/flac123: Port to EAPI 7

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-sound/flac123/flac123-0.0.12.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/media-sound/flac123/flac123-0.0.12.ebuild b/media-sound/flac123/flac123-0.0.12.ebuild
index a58536690a4..c9c1814ac3e 100644
--- a/media-sound/flac123/flac123-0.0.12.ebuild
+++ b/media-sound/flac123/flac123-0.0.12.ebuild
@@ -14,13 +14,14 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm ppc ppc64 sh sparc x86"
 IUSE=""
 
-RDEPEND="dev-libs/popt
-	media-libs/flac
-	media-libs/libao
+RDEPEND="
+	dev-libs/popt:=
+	media-libs/flac:=
+	media-libs/libao:=
 	media-libs/libogg"
 DEPEND="${RDEPEND}"
 
 src_prepare() {
-	eautoreconf
 	default
+	eautoreconf
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2022-10-09  3:48 Ionen Wolkens
  0 siblings, 0 replies; 19+ messages in thread
From: Ionen Wolkens @ 2022-10-09  3:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1306ead3ae6db016e363a82414c207da4bd1f291
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 03:23:23 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 03:45:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1306ead3

media-sound/flac123: EAPI7->8, fix license, use https homepage

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 .../{flac123-0.0.12.ebuild => flac123-0.0.12-r1.ebuild}  | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-sound/flac123/flac123-0.0.12.ebuild b/media-sound/flac123/flac123-0.0.12-r1.ebuild
similarity index 60%
rename from media-sound/flac123/flac123-0.0.12.ebuild
rename to media-sound/flac123/flac123-0.0.12-r1.ebuild
index 93b3c7f825e8..13557a797659 100644
--- a/media-sound/flac123/flac123-0.0.12.ebuild
+++ b/media-sound/flac123/flac123-0.0.12-r1.ebuild
@@ -1,27 +1,27 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools
 
-DESCRIPTION="console app for playing FLAC audio files"
-HOMEPAGE="http://flac-tools.sourceforge.net"
+DESCRIPTION="Console app for playing FLAC audio files"
+HOMEPAGE="https://flac-tools.sourceforge.net/"
 SRC_URI="mirror://sourceforge/flac-tools/${P}-release.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ppc ppc64 sparc x86"
-IUSE=""
 
 RDEPEND="
-	dev-libs/popt:=
+	dev-libs/popt
 	media-libs/flac:=
-	media-libs/libao:=
+	media-libs/libao
 	media-libs/libogg"
 DEPEND="${RDEPEND}"
 
 src_prepare() {
 	default
+
 	eautoreconf
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2023-06-25  7:22 Miroslav Šulc
  0 siblings, 0 replies; 19+ messages in thread
From: Miroslav Šulc @ 2023-06-25  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     cb230579ea8c2e5baaab31d18b6679a31a8b6f35
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 07:21:44 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 07:21:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb230579

media-sound/flac123: bump to 2.1.0, moved to github, dropped unused dep

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/flac123/Manifest             |  1 +
 media-sound/flac123/flac123-2.1.0.ebuild | 26 ++++++++++++++++++++++++++
 media-sound/flac123/metadata.xml         |  2 +-
 3 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/media-sound/flac123/Manifest b/media-sound/flac123/Manifest
index cbfd9991cc3a..7cc5ca3673e1 100644
--- a/media-sound/flac123/Manifest
+++ b/media-sound/flac123/Manifest
@@ -1 +1,2 @@
 DIST flac123-0.0.12-release.tar.gz 129795 BLAKE2B 6c73cdcb350de6431d15af846af4aefc8beafdf9137a31144a7869acca0f5383aeae110ef81165c98a188af7580fff5ad27836955cd9729deca14a4465aa8b0e SHA512 4bfabecae86cf11a13bd45025d7fbdee189918e0cd4eee0128856897710b44afd19df5675cae9426d30e9d8cd09b358333438cd05701fa0a7a00a8493a77e1f7
+DIST flac123-2.1.0.tar.gz 131988 BLAKE2B 0b401951d71d2bce9b2f7964ca8e89739400c638bd363ff484820151d9d740eae973b2b16eb054f8b0ea3b322f4fd2dd7579b9877272c86e46e88ba92b14986a SHA512 ef8a57281d7ed35d8fdf67052021d8956852f8fb5221a99a8834a60d3a067b826d8e53f1d9491c4edc480286ccf97938b12dd494c7dfb23cc8848978b441921f

diff --git a/media-sound/flac123/flac123-2.1.0.ebuild b/media-sound/flac123/flac123-2.1.0.ebuild
new file mode 100644
index 000000000000..d1d7ecaffb64
--- /dev/null
+++ b/media-sound/flac123/flac123-2.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Console app for playing FLAC audio files"
+HOMEPAGE="https://github.com/flac123/flac123"
+SRC_URI="https://github.com/flac123/flac123/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+	dev-libs/popt
+	media-libs/flac:=
+	media-libs/libao"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+
+	eautoreconf
+}

diff --git a/media-sound/flac123/metadata.xml b/media-sound/flac123/metadata.xml
index 43658c46136d..e5c97246dc0a 100644
--- a/media-sound/flac123/metadata.xml
+++ b/media-sound/flac123/metadata.xml
@@ -6,6 +6,6 @@
 		<name>Gentoo Sound project</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="sourceforge">flac-tools</remote-id>
+		<remote-id type="github">flac123/flac123</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2023-06-27  6:51 Miroslav Šulc
  0 siblings, 0 replies; 19+ messages in thread
From: Miroslav Šulc @ 2023-06-27  6:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4c2631cc0b71b7358788d6b63487e41b007347ca
Author:     Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx>
AuthorDate: Mon Jun 26 19:44:46 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 06:50:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2631cc

media-sound/flac123: requires media-libs/flac compiled with Ogg support

Bug: https://bugs.gentoo.org/909173
Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx>
Closes: https://github.com/gentoo/gentoo/pull/31629
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/flac123/flac123-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/flac123/flac123-2.1.0.ebuild b/media-sound/flac123/flac123-2.1.0.ebuild
index d1d7ecaffb64..00c2f7dd6b05 100644
--- a/media-sound/flac123/flac123-2.1.0.ebuild
+++ b/media-sound/flac123/flac123-2.1.0.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
 	dev-libs/popt
-	media-libs/flac:=
+	media-libs/flac:=[ogg]
 	media-libs/libao"
 DEPEND="${RDEPEND}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2023-07-28  7:56 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-07-28  7:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f5c80d9a702ec6d9dff7759be585a7e6fdedcb66
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 07:55:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 07:56:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c80d9a

media-sound/flac123: Stabilize 2.1.0 ppc64, #911377

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

 media-sound/flac123/flac123-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/flac123/flac123-2.1.0.ebuild b/media-sound/flac123/flac123-2.1.0.ebuild
index 00c2f7dd6b05..f457603ed1b6 100644
--- a/media-sound/flac123/flac123-2.1.0.ebuild
+++ b/media-sound/flac123/flac123-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/flac123/flac123/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ppc64 ~sparc ~x86"
 
 RDEPEND="
 	dev-libs/popt


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2023-07-28  9:37 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-07-28  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     a7fea7609750ff22bf3ded69d5f2c06c0ce55a07
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 09:36:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 09:36:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7fea760

media-sound/flac123: Stabilize 2.1.0 amd64, #911377

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

 media-sound/flac123/flac123-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/flac123/flac123-2.1.0.ebuild b/media-sound/flac123/flac123-2.1.0.ebuild
index d1b8ee1bf782..5270ff17ce0a 100644
--- a/media-sound/flac123/flac123-2.1.0.ebuild
+++ b/media-sound/flac123/flac123-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/flac123/flac123/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ppc ppc64 ~sparc x86"
 
 RDEPEND="
 	dev-libs/popt


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2023-07-28  9:37 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-07-28  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     38a084ebada7791a4c30fe04f5e2a767c6bd7f8a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 09:36:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 09:36:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a084eb

media-sound/flac123: Stabilize 2.1.0 arm, #911377

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

 media-sound/flac123/flac123-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/flac123/flac123-2.1.0.ebuild b/media-sound/flac123/flac123-2.1.0.ebuild
index 5270ff17ce0a..ee6eb332fd09 100644
--- a/media-sound/flac123/flac123-2.1.0.ebuild
+++ b/media-sound/flac123/flac123-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/flac123/flac123/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~ppc ppc64 ~sparc x86"
 
 RDEPEND="
 	dev-libs/popt


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2023-07-28  9:37 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-07-28  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     33ec1aeb0a062b9ad59bd225181979c6c7307d77
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 09:36:41 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 09:36:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ec1aeb

media-sound/flac123: Stabilize 2.1.0 x86, #911377

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

 media-sound/flac123/flac123-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/flac123/flac123-2.1.0.ebuild b/media-sound/flac123/flac123-2.1.0.ebuild
index f457603ed1b6..d1b8ee1bf782 100644
--- a/media-sound/flac123/flac123-2.1.0.ebuild
+++ b/media-sound/flac123/flac123-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/flac123/flac123/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ppc64 ~sparc x86"
 
 RDEPEND="
 	dev-libs/popt


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2023-08-02 15:11 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-08-02 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     224148fd8e4f6330eb5a1f2e3274f31040ba8313
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  2 15:10:31 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  2 15:10:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224148fd

media-sound/flac123: Stabilize 2.1.0 sparc, #911377

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

 media-sound/flac123/flac123-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/flac123/flac123-2.1.0.ebuild b/media-sound/flac123/flac123-2.1.0.ebuild
index ee6eb332fd09..9c5d3560c3d5 100644
--- a/media-sound/flac123/flac123-2.1.0.ebuild
+++ b/media-sound/flac123/flac123-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/flac123/flac123/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~ppc ppc64 sparc x86"
 
 RDEPEND="
 	dev-libs/popt


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2023-08-04 23:15 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-08-04 23:15 UTC (permalink / raw
  To: gentoo-commits

commit:     fb785f3cb22d8650deac25854b03bbb8b409d72a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  4 23:14:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug  4 23:14:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb785f3c

media-sound/flac123: Stabilize 2.1.0 ppc, #911377

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

 media-sound/flac123/flac123-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/flac123/flac123-2.1.0.ebuild b/media-sound/flac123/flac123-2.1.0.ebuild
index 9c5d3560c3d5..36fb9a8c7096 100644
--- a/media-sound/flac123/flac123-2.1.0.ebuild
+++ b/media-sound/flac123/flac123-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/flac123/flac123/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ppc ppc64 sparc x86"
 
 RDEPEND="
 	dev-libs/popt


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2023-08-13  7:06 Miroslav Šulc
  0 siblings, 0 replies; 19+ messages in thread
From: Miroslav Šulc @ 2023-08-13  7:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5a6f688152dcd0b236cfe78869f3e31601e89a54
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 13 07:06:09 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 07:06:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6f6881

media-sound/flac123: bump to 2.1.1

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/flac123/Manifest             |  1 +
 media-sound/flac123/flac123-2.1.1.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/media-sound/flac123/Manifest b/media-sound/flac123/Manifest
index 843b79d53e89..35f96baa3a26 100644
--- a/media-sound/flac123/Manifest
+++ b/media-sound/flac123/Manifest
@@ -1 +1,2 @@
 DIST flac123-2.1.0.tar.gz 131988 BLAKE2B 0b401951d71d2bce9b2f7964ca8e89739400c638bd363ff484820151d9d740eae973b2b16eb054f8b0ea3b322f4fd2dd7579b9877272c86e46e88ba92b14986a SHA512 ef8a57281d7ed35d8fdf67052021d8956852f8fb5221a99a8834a60d3a067b826d8e53f1d9491c4edc480286ccf97938b12dd494c7dfb23cc8848978b441921f
+DIST flac123-2.1.1.tar.gz 132039 BLAKE2B 7e95538a560aea2c09741713d7554659d536862e7800b56c8cc81234199feab76221af99baee270e46ea5abeb725065e1477e8304e3bef920c44c1466ad5b09d SHA512 bdcf6ce573535b9282a87f17b9f0e8221303800444dbf430d980232fd0419680d83c74c7c3d8a4c1ce764f5a4752dca7483802d48a38bdb3ef50520e901cc2e5

diff --git a/media-sound/flac123/flac123-2.1.1.ebuild b/media-sound/flac123/flac123-2.1.1.ebuild
new file mode 100644
index 000000000000..00c2f7dd6b05
--- /dev/null
+++ b/media-sound/flac123/flac123-2.1.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Console app for playing FLAC audio files"
+HOMEPAGE="https://github.com/flac123/flac123"
+SRC_URI="https://github.com/flac123/flac123/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+	dev-libs/popt
+	media-libs/flac:=[ogg]
+	media-libs/libao"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+
+	eautoreconf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2023-09-13 13:37 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-09-13 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     c266879051df12cdde5b2dc1ba5614a1d41c623d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 13:37:09 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 13:37:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2668790

media-sound/flac123: Stabilize 2.1.1 ppc64, #914095

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

 media-sound/flac123/flac123-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/flac123/flac123-2.1.1.ebuild b/media-sound/flac123/flac123-2.1.1.ebuild
index 5d1033106ef2..d1b8ee1bf782 100644
--- a/media-sound/flac123/flac123-2.1.1.ebuild
+++ b/media-sound/flac123/flac123-2.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/flac123/flac123/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ppc64 ~sparc x86"
 
 RDEPEND="
 	dev-libs/popt


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2023-09-13 13:37 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-09-13 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     7d649500a6fdceec3bfbbc75d9fec4e11159dbad
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 13:37:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 13:37:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d649500

media-sound/flac123: Stabilize 2.1.1 amd64, #914095

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

 media-sound/flac123/flac123-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/flac123/flac123-2.1.1.ebuild b/media-sound/flac123/flac123-2.1.1.ebuild
index d1b8ee1bf782..5270ff17ce0a 100644
--- a/media-sound/flac123/flac123-2.1.1.ebuild
+++ b/media-sound/flac123/flac123-2.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/flac123/flac123/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ppc ppc64 ~sparc x86"
 
 RDEPEND="
 	dev-libs/popt


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2023-09-13 13:37 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-09-13 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     259bd0f594b1605a976d1211408a658755da1721
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 13:37:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 13:37:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259bd0f5

media-sound/flac123: Stabilize 2.1.1 x86, #914095

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

 media-sound/flac123/flac123-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/flac123/flac123-2.1.1.ebuild b/media-sound/flac123/flac123-2.1.1.ebuild
index 00c2f7dd6b05..5d1033106ef2 100644
--- a/media-sound/flac123/flac123-2.1.1.ebuild
+++ b/media-sound/flac123/flac123-2.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/flac123/flac123/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
 	dev-libs/popt


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2023-09-13 13:37 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-09-13 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     28b868245986dc8332f93f1fbc4ca41959be1075
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 13:37:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 13:37:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b86824

media-sound/flac123: Stabilize 2.1.1 sparc, #914095

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

 media-sound/flac123/flac123-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/flac123/flac123-2.1.1.ebuild b/media-sound/flac123/flac123-2.1.1.ebuild
index 5270ff17ce0a..77cf61431bc1 100644
--- a/media-sound/flac123/flac123-2.1.1.ebuild
+++ b/media-sound/flac123/flac123-2.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/flac123/flac123/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ppc ppc64 sparc x86"
 
 RDEPEND="
 	dev-libs/popt


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2023-09-13 13:41 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-09-13 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     77dd78becabe09ad1cfd09427ebaf0c71009518e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 13:40:51 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 13:40:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77dd78be

media-sound/flac123: Stabilize 2.1.1 arm, #914095

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

 media-sound/flac123/flac123-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/flac123/flac123-2.1.1.ebuild b/media-sound/flac123/flac123-2.1.1.ebuild
index 77cf61431bc1..9c5d3560c3d5 100644
--- a/media-sound/flac123/flac123-2.1.1.ebuild
+++ b/media-sound/flac123/flac123-2.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/flac123/flac123/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~ppc ppc64 sparc x86"
 
 RDEPEND="
 	dev-libs/popt


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/
@ 2023-09-24 20:18 Miroslav Šulc
  0 siblings, 0 replies; 19+ messages in thread
From: Miroslav Šulc @ 2023-09-24 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     7ad75c78147c642b221c60cbaeaaca84c5d9014d
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 20:16:53 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 20:16:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad75c78

media-sound/flac123: dropped obsolete 2.1.0

Bug: https://bugs.gentoo.org/914095
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/flac123/Manifest             |  1 -
 media-sound/flac123/flac123-2.1.0.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/media-sound/flac123/Manifest b/media-sound/flac123/Manifest
index 35f96baa3a26..3290b5ce6c14 100644
--- a/media-sound/flac123/Manifest
+++ b/media-sound/flac123/Manifest
@@ -1,2 +1 @@
-DIST flac123-2.1.0.tar.gz 131988 BLAKE2B 0b401951d71d2bce9b2f7964ca8e89739400c638bd363ff484820151d9d740eae973b2b16eb054f8b0ea3b322f4fd2dd7579b9877272c86e46e88ba92b14986a SHA512 ef8a57281d7ed35d8fdf67052021d8956852f8fb5221a99a8834a60d3a067b826d8e53f1d9491c4edc480286ccf97938b12dd494c7dfb23cc8848978b441921f
 DIST flac123-2.1.1.tar.gz 132039 BLAKE2B 7e95538a560aea2c09741713d7554659d536862e7800b56c8cc81234199feab76221af99baee270e46ea5abeb725065e1477e8304e3bef920c44c1466ad5b09d SHA512 bdcf6ce573535b9282a87f17b9f0e8221303800444dbf430d980232fd0419680d83c74c7c3d8a4c1ce764f5a4752dca7483802d48a38bdb3ef50520e901cc2e5

diff --git a/media-sound/flac123/flac123-2.1.0.ebuild b/media-sound/flac123/flac123-2.1.0.ebuild
deleted file mode 100644
index 36fb9a8c7096..000000000000
--- a/media-sound/flac123/flac123-2.1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Console app for playing FLAC audio files"
-HOMEPAGE="https://github.com/flac123/flac123"
-SRC_URI="https://github.com/flac123/flac123/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ppc ppc64 sparc x86"
-
-RDEPEND="
-	dev-libs/popt
-	media-libs/flac:=[ogg]
-	media-libs/libao"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-
-	eautoreconf
-}


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

end of thread, other threads:[~2023-09-24 20:18 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-04 23:15 [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-09-24 20:18 Miroslav Šulc
2023-09-13 13:41 Sam James
2023-09-13 13:37 Sam James
2023-09-13 13:37 Sam James
2023-09-13 13:37 Sam James
2023-09-13 13:37 Sam James
2023-08-13  7:06 Miroslav Šulc
2023-08-02 15:11 Sam James
2023-07-28  9:37 Sam James
2023-07-28  9:37 Sam James
2023-07-28  9:37 Sam James
2023-07-28  7:56 Sam James
2023-06-27  6:51 Miroslav Šulc
2023-06-25  7:22 Miroslav Šulc
2022-10-09  3:48 Ionen Wolkens
2019-12-10 23:49 David Seifert
2019-12-10 19:08 Aaron Bauman
2019-12-10 19:07 Aaron Bauman

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