commit: e9452fc1137b00ac70a597ce8027325881494bec
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 9 15:11:44 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 9 15:15:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9452fc1
media-libs/libsidplay: Drop 2.1.1-r4
EAPI-4 cleanup.
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libsidplay/libsidplay-2.1.1-r4.ebuild | 55 ------------------------
1 file changed, 55 deletions(-)
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
index 2bb0d5a474f..00000000000
--- a/media-libs/libsidplay/libsidplay-2.1.1-r4.ebuild
+++ /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
-}