media-libs/libsidplay: Drop 2.1.1-r4
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 9 Jun 2019 15:11:44 +0000 (17:11 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 9 Jun 2019 15:15:05 +0000 (17:15 +0200)
EAPI-4 cleanup.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-libs/libsidplay/libsidplay-2.1.1-r4.ebuild [deleted file]

diff --git a/media-libs/libsidplay/libsidplay-2.1.1-r4.ebuild b/media-libs/libsidplay/libsidplay-2.1.1-r4.ebuild
deleted file mode 100644 (file)
index 2bb0d5a..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils libtool multilib-minimal
-
-MY_P=sidplay-libs-${PV}
-
-DESCRIPTION="C64 SID player library"
-HOMEPAGE="http://sidplay2.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sidplay2/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="static-libs"
-
-S=${WORKDIR}/${MY_P}
-
-MULTILIB_WRAPPED_HEADERS=(
-       /usr/include/sidplay/sidconfig.h
-)
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${P}-gcc41.patch \
-               "${FILESDIR}"/${P}-fbsd.patch \
-               "${FILESDIR}"/${P}-gcc43.patch \
-               "${FILESDIR}"/${P}-no_libtool_reference.patch
-
-       elibtoolize
-       multilib_copy_sources
-}
-
-multilib_src_configure() {
-       econf \
-               --enable-shared \
-               $(use_enable static-libs static) \
-               --with-pic
-}
-
-multilib_src_install_all() {
-       docinto libsidplay
-       dodoc libsidplay/{AUTHORS,ChangeLog,README,TODO}
-
-       docinto libsidutils
-       dodoc libsidutils/{AUTHORS,ChangeLog,README,TODO}
-
-       docinto resid
-       dodoc resid/{AUTHORS,ChangeLog,NEWS,README,THANKS,TODO}
-
-       doenvd "${FILESDIR}"/65resid
-
-       prune_libtool_files --all
-}