diff options
author | David Seifert <soap@gentoo.org> | 2021-05-09 15:46:16 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-09 15:46:16 +0200 |
commit | 7433197f75a412de07273f28dc9166388e165ef8 (patch) | |
tree | 3bc6ac55368f29c784ba7350e6bf664376a262ce /media-sound/gstreamripper | |
parent | dev-db/sqlite: Delete MiNTLib-related code. (diff) | |
download | gentoo-7433197f75a412de07273f28dc9166388e165ef8.tar.gz gentoo-7433197f75a412de07273f28dc9166388e165ef8.tar.bz2 gentoo-7433197f75a412de07273f28dc9166388e165ef8.zip |
media-sound/gstreamripper: Clean up ebuild
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/gstreamripper')
-rw-r--r-- | media-sound/gstreamripper/gstreamripper-0.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/media-sound/gstreamripper/gstreamripper-0.2.ebuild b/media-sound/gstreamripper/gstreamripper-0.2.ebuild index 04fce64ff8b1..38325af58bec 100644 --- a/media-sound/gstreamripper/gstreamripper-0.2.ebuild +++ b/media-sound/gstreamripper/gstreamripper-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,11 +10,11 @@ MY_P=GStreamripperX-${PV} DESCRIPTION="A GTK+ toolkit based frontend for streamripper" HOMEPAGE="https://sourceforge.net/projects/gstreamripper/" SRC_URI="mirror://sourceforge/gstreamripper/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="" RDEPEND=" x11-libs/gtk+:2 @@ -22,8 +22,6 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -S="${WORKDIR}/${MY_P}" - src_compile() { emake CFLAGS="${CFLAGS}" } |