From 6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 10 Feb 2019 15:40:27 +0000 Subject: gentoo resync : 10.02.2019 --- media-libs/libsidplayfp/libsidplayfp-0.3.8.ebuild | 30 ----------------------- 1 file changed, 30 deletions(-) delete mode 100644 media-libs/libsidplayfp/libsidplayfp-0.3.8.ebuild (limited to 'media-libs/libsidplayfp/libsidplayfp-0.3.8.ebuild') diff --git a/media-libs/libsidplayfp/libsidplayfp-0.3.8.ebuild b/media-libs/libsidplayfp/libsidplayfp-0.3.8.ebuild deleted file mode 100644 index dd7b626bcebd..000000000000 --- a/media-libs/libsidplayfp/libsidplayfp-0.3.8.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -DESCRIPTION="A library for the sidplay2 fork with resid-fp" -HOMEPAGE="https://sourceforge.net/projects/sidplay-residfp/" -SRC_URI="mirror://sourceforge/sidplay-residfp/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -DOCS=( AUTHORS NEWS README TODO ) - -src_prepare() { - # fix automagic. warning: modifying .ac triggers maintainer mode. - sed -i -e 's:doxygen:dIsAbLe&:' configure || die -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files -} -- cgit v1.2.3