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() {

Reply via email to