diff options
author | David Seifert <soap@gentoo.org> | 2022-08-04 23:55:47 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-08-04 23:55:47 +0200 |
commit | e50bb01d10d3772bc1fbd777b854a91637d42145 (patch) | |
tree | 5da16a1e776308ffe45ff2a70f007e838750c2cb /media-sound/flac-image/flac-image-1.00.ebuild | |
parent | virtual/tmpfiles: drop 0-r1 (diff) | |
download | gentoo-e50bb01d10d3772bc1fbd777b854a91637d42145.tar.gz gentoo-e50bb01d10d3772bc1fbd777b854a91637d42145.tar.bz2 gentoo-e50bb01d10d3772bc1fbd777b854a91637d42145.zip |
media-sound/flac-image: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/flac-image/flac-image-1.00.ebuild')
-rw-r--r-- | media-sound/flac-image/flac-image-1.00.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/media-sound/flac-image/flac-image-1.00.ebuild b/media-sound/flac-image/flac-image-1.00.ebuild deleted file mode 100644 index 78ea6acddc74..000000000000 --- a/media-sound/flac-image/flac-image-1.00.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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. - -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() { - # remove pre-compiled binary - rm -f "${PN}" || die - - tc-export CC -} - -src_install() { - dobin "${PN}" -} |