public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/cuecue/
@ 2016-08-19  6:38 Jeroen Roovers
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2016-08-19  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     00e84875533ba7b2267056d04594ff424f905d13
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 06:38:24 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 06:38:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e84875

app-cdr/cuecue: Old.

Package-Manager: portage-2.3.0

 app-cdr/cuecue/cuecue-0.2.2-r1.ebuild | 49 -----------------------------------
 1 file changed, 49 deletions(-)

diff --git a/app-cdr/cuecue/cuecue-0.2.2-r1.ebuild b/app-cdr/cuecue/cuecue-0.2.2-r1.ebuild
deleted file mode 100644
index 5fc0cfa..0000000
--- a/app-cdr/cuecue/cuecue-0.2.2-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit base eutils flag-o-matic
-
-DESCRIPTION="Cuecue is a suite to convert .cue + [.ogg|.flac|.wav|.mp3] to .cue + .bin"
-HOMEPAGE="http://cuecue.berlios.de/"
-#SRC_URI="mirror://berlios/cuecue/${P}.tar.gz"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# Enable one use flag by default, bug 254745"
-IUSE="flac mp3 +vorbis"
-REQUIRED_USE="|| ( flac mp3 vorbis )"
-
-DEPEND="mp3? ( media-libs/libmad )
-	flac? ( media-libs/flac )
-	vorbis? ( media-libs/libvorbis media-libs/libogg )"
-
-PATCHES=( "${FILESDIR}/${P}-flac113.diff" ) # bug 157706
-DOCS="CHANGES README TODO"
-
-src_configure() {
-	econf \
-		--disable-dependency-tracking \
-		$(use_enable mp3) \
-		$(use_enable vorbis ogg) \
-		--disable-oggtest \
-		--disable-vorbistest \
-		$(use_enable flac) \
-		--disable-libFLACtest
-}
-
-src_compile() {
-	# fixes portage QA notice
-	append-flags "-ansi -pedantic"
-	emake CFLAGS="${CFLAGS}"
-}
-
-src_install () {
-	default
-	insinto /usr/include
-	doins src/libcuecue/cuecue.h || die "doins failed."
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-cdr/cuecue/
@ 2016-10-15 13:54 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-10-15 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     735d08d5748d73196ebf4f69d6cf03a03a226931
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 13:46:26 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 13:54:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735d08d5

app-cdr/cuecue: Remove references to berlios.de

Package-Manager: portage-2.3.1

 app-cdr/cuecue/cuecue-0.2.2-r2.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-cdr/cuecue/cuecue-0.2.2-r2.ebuild b/app-cdr/cuecue/cuecue-0.2.2-r2.ebuild
index 9cf7789..362919f 100644
--- a/app-cdr/cuecue/cuecue-0.2.2-r2.ebuild
+++ b/app-cdr/cuecue/cuecue-0.2.2-r2.ebuild
@@ -6,8 +6,7 @@ EAPI=6
 inherit flag-o-matic
 
 DESCRIPTION="Cuecue converts .cue + [.ogg|.flac|.wav|.mp3] to .cue + .bin"
-HOMEPAGE="http://cuecue.berlios.de/"
-#SRC_URI="mirror://berlios/cuecue/${P}.tar.gz"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -28,14 +27,12 @@ PATCHES=(
 	"${FILESDIR}"/${P}-namespace.patch
 	"${FILESDIR}"/${P}-unused.patch
 )
-DOCS="CHANGES README TODO"
 
 src_configure() {
 	econf \
 		$(use_enable flac) \
 		$(use_enable mp3) \
 		$(use_enable vorbis ogg) \
-		--disable-dependency-tracking \
 		--disable-libFLACtest \
 		--disable-oggtest \
 		--disable-vorbistest


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

* [gentoo-commits] repo/gentoo:master commit in: app-cdr/cuecue/
@ 2021-01-05 18:59 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-01-05 18:59 UTC (permalink / raw
  To: gentoo-commits

commit:     61f831e8665af46208175ba5e84b46d9e1044e95
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  5 18:43:02 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jan  5 18:58:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f831e8

app-cdr/cuecue: Remove old

Bug: https://bugs.gentoo.org/707444
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>

 app-cdr/cuecue/cuecue-0.2.2-r2.ebuild | 49 -----------------------------------
 1 file changed, 49 deletions(-)

diff --git a/app-cdr/cuecue/cuecue-0.2.2-r2.ebuild b/app-cdr/cuecue/cuecue-0.2.2-r2.ebuild
deleted file mode 100644
index a8418f36b02..00000000000
--- a/app-cdr/cuecue/cuecue-0.2.2-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic
-
-DESCRIPTION="Cuecue converts .cue + [.ogg|.flac|.wav|.mp3] to .cue + .bin"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# Enable one use flag by default, bug 254745"
-IUSE="flac mp3 +vorbis"
-REQUIRED_USE="|| ( flac mp3 vorbis )"
-
-DEPEND="
-	flac? ( media-libs/flac )
-	mp3? ( media-libs/libmad )
-	vorbis? ( media-libs/libvorbis media-libs/libogg )
-"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-flac113.diff # bug 157706
-	"${FILESDIR}"/${P}-namespace.patch
-	"${FILESDIR}"/${P}-unused.patch
-)
-
-src_configure() {
-	econf \
-		$(use_enable flac) \
-		$(use_enable mp3) \
-		$(use_enable vorbis ogg) \
-		--disable-libFLACtest \
-		--disable-oggtest \
-		--disable-vorbistest
-}
-
-src_compile() {
-	emake CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-	default
-
-	insinto /usr/include
-	doins src/libcuecue/cuecue.h
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-cdr/cuecue/
@ 2022-11-22  7:57 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-11-22  7:57 UTC (permalink / raw
  To: gentoo-commits

commit:     741cdeb3096012ba68070c3a29848175b1197e32
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 07:53:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 07:57:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741cdeb3

app-cdr/cuecue: add BDEPEND on flac for macro; enable flac IUSE by default

Closes: https://bugs.gentoo.org/882447
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-cdr/cuecue/cuecue-0.2.2-r5.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-cdr/cuecue/cuecue-0.2.2-r5.ebuild b/app-cdr/cuecue/cuecue-0.2.2-r5.ebuild
index 24e5f7cca2ac..da05b944e010 100644
--- a/app-cdr/cuecue/cuecue-0.2.2-r5.ebuild
+++ b/app-cdr/cuecue/cuecue-0.2.2-r5.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 # Enable one use flag by default, bug #254745
-IUSE="flac mp3 +vorbis"
+IUSE="+flac mp3 +vorbis"
 REQUIRED_USE="|| ( flac mp3 vorbis )"
 
 DEPEND="
@@ -24,6 +24,8 @@ DEPEND="
 RDEPEND="
 	${DEPEND}
 "
+# We always need flac for AM_PATH_LIBFLAC if autoreconfing, bug #882447
+BDEPEND="media-libs/flac"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-flac113.diff # bug 157706


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

end of thread, other threads:[~2022-11-22  7:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-19  6:38 [gentoo-commits] repo/gentoo:master commit in: app-cdr/cuecue/ Jeroen Roovers
  -- strict thread matches above, loose matches on Subject: below --
2016-10-15 13:54 Pacho Ramos
2021-01-05 18:59 Andreas K. Hüttel
2022-11-22  7:57 Sam James

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