diff options
author | 2020-08-29 00:26:26 +0000 | |
---|---|---|
committer | 2020-08-29 00:26:26 +0000 | |
commit | 78ad7877efb30b4599320e7f81a15cb2527acdfe (patch) | |
tree | 95fcd3087d25745c51b183daac3e5831614bcd64 /media-sound/mp3gain/mp3gain-1.6.1.ebuild | |
parent | dev-perl/File-Listing: -r bump for EAPI7 (diff) | |
download | gentoo-78ad7877efb30b4599320e7f81a15cb2527acdfe.tar.gz gentoo-78ad7877efb30b4599320e7f81a15cb2527acdfe.tar.bz2 gentoo-78ad7877efb30b4599320e7f81a15cb2527acdfe.zip |
media-sound/mp3gain: security cleanup
Closes: https://bugs.gentoo.org/717940
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/mp3gain/mp3gain-1.6.1.ebuild')
-rw-r--r-- | media-sound/mp3gain/mp3gain-1.6.1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/media-sound/mp3gain/mp3gain-1.6.1.ebuild b/media-sound/mp3gain/mp3gain-1.6.1.ebuild deleted file mode 100644 index 11c40690473f..000000000000 --- a/media-sound/mp3gain/mp3gain-1.6.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs - -MY_P="${P//./_}" - -DESCRIPTION="A program to analyze and adjust MP3 files to same volume" -HOMEPAGE="http://mp3gain.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.zip" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -RDEPEND=" - app-arch/unzip - media-sound/mpg123 -" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}"/${P}-CVE-2017-12911.patch ) - -S="${WORKDIR}" - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - dobin mp3gain -} |