Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsidplay/
Date: Sun, 30 Sep 2018 17:10:54
Message-Id: 1538327033.d58cdcaf85c78e7afb4e9401b2ba1761fc5b2c22.asturm@gentoo
1 commit: d58cdcaf85c78e7afb4e9401b2ba1761fc5b2c22
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 17:03:48 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 17:03:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58cdcaf
7
8 media-libs/libsidplay: Drop old (EAPI-4 cleanup)
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 media-libs/libsidplay/libsidplay-1.36.59-r1.ebuild | 31 ----------------------
14 1 file changed, 31 deletions(-)
15
16 diff --git a/media-libs/libsidplay/libsidplay-1.36.59-r1.ebuild b/media-libs/libsidplay/libsidplay-1.36.59-r1.ebuild
17 deleted file mode 100644
18 index 0ef1eeaf037..00000000000
19 --- a/media-libs/libsidplay/libsidplay-1.36.59-r1.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -inherit eutils libtool multilib-minimal
27 -
28 -DESCRIPTION="C64 SID player library"
29 -HOMEPAGE="http://critical.ch/distfiles/"
30 -SRC_URI="http://critical.ch/distfiles/${P}.tgz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="1"
34 -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
35 -IUSE="static-libs"
36 -
37 -DOCS=( AUTHORS DEVELOPER )
38 -
39 -src_prepare() {
40 - epatch "${FILESDIR}"/${P}-gcc43.patch
41 - elibtoolize # required for fbsd .so versioning
42 -}
43 -
44 -multilib_src_configure() {
45 - ECONF_SOURCE="${S}" \
46 - econf $(use_enable static-libs static)
47 -}
48 -
49 -multilib_src_install_all() {
50 - prune_libtool_files --all
51 - einstalldocs
52 -}