diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-09 17:11:44 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-09 17:15:05 +0200 |
commit | e9452fc1137b00ac70a597ce8027325881494bec (patch) | |
tree | 107d7ca10ef321d9984332fea47898e5a0579b10 /media-libs | |
parent | media-video/vlc: 3.0.7 version bump (diff) | |
download | gentoo-e9452fc1137b00ac70a597ce8027325881494bec.tar.gz gentoo-e9452fc1137b00ac70a597ce8027325881494bec.tar.bz2 gentoo-e9452fc1137b00ac70a597ce8027325881494bec.zip |
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@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsidplay/libsidplay-2.1.1-r4.ebuild | 55 |
1 files changed, 0 insertions, 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 2bb0d5a474fd..000000000000 --- 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 -} |