public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac-image/
@ 2022-08-04 21:56 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2022-08-04 21:56 UTC (permalink / raw
  To: gentoo-commits

commit:     e50bb01d10d3772bc1fbd777b854a91637d42145
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 21:55:47 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 21:55:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50bb01d

media-sound/flac-image: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{flac-image-1.00.ebuild => flac-image-1.00-r1.ebuild}  | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/media-sound/flac-image/flac-image-1.00.ebuild b/media-sound/flac-image/flac-image-1.00-r1.ebuild
similarity index 91%
rename from media-sound/flac-image/flac-image-1.00.ebuild
rename to media-sound/flac-image/flac-image-1.00-r1.ebuild
index 78ea6acddc74..2d8b79560fdc 100644
--- a/media-sound/flac-image/flac-image-1.00.ebuild
+++ b/media-sound/flac-image/flac-image-1.00-r1.ebuild
@@ -1,35 +1,33 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs
 
 DESCRIPTION="Utility for adding image files (e.g. album cover art) to metadata of FLAC files"
 HOMEPAGE="http://www.singingtree.com/software/"
-SRC_URI="http://www.singingtree.com/software/${PN}.tar.gz -> ${P}.tar.gz"
 # FIXME: no version in tarball, but also no updates for a long time. So it's ok.
+SRC_URI="http://www.singingtree.com/software/${PN}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="media-libs/flac"
 RDEPEND="${DEPEND}"
 
-S=${WORKDIR}
-
 PATCHES=(
 	"${FILESDIR}"/${PN}-1.00-add-missing-string-include.patch
 	"${FILESDIR}"/${PN}-1.00-fix-build-system.patch
 )
 
 src_configure() {
+	tc-export CC
+
 	# remove pre-compiled binary
 	rm -f "${PN}" || die
-
-	tc-export CC
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/flac-image/
@ 2022-09-10  8:41 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-09-10  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     3365f0938aecf823136e31f568bb9fd5ecb1c894
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 08:26:52 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 08:40:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3365f093

media-sound/flac-image: add media-libs/flac subslot dep

media-libs/flac-1.4.0 breaks ABI.

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

 .../flac-image/{flac-image-1.00-r1.ebuild => flac-image-1.00-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/flac-image/flac-image-1.00-r1.ebuild b/media-sound/flac-image/flac-image-1.00-r2.ebuild
similarity index 96%
rename from media-sound/flac-image/flac-image-1.00-r1.ebuild
rename to media-sound/flac-image/flac-image-1.00-r2.ebuild
index 2d8b79560fdc..210ef0e32715 100644
--- a/media-sound/flac-image/flac-image-1.00-r1.ebuild
+++ b/media-sound/flac-image/flac-image-1.00-r2.ebuild
@@ -15,7 +15,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="media-libs/flac"
+DEPEND="media-libs/flac:="
 RDEPEND="${DEPEND}"
 
 PATCHES=(


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

end of thread, other threads:[~2022-09-10  8:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-10  8:41 [gentoo-commits] repo/gentoo:master commit in: media-sound/flac-image/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-08-04 21:56 David Seifert

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