Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/adplug/
Date: Thu, 26 Jul 2018 06:21:32
Message-Id: 1532586031.57736f8f9e67fbdabd1e6bfe7d8392b0cfd8ff37.soap@gentoo
1 commit: 57736f8f9e67fbdabd1e6bfe7d8392b0cfd8ff37
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 26 05:48:34 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 26 06:20:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57736f8f
7
8 media-libs/adplug: Remove old
9
10 Closes: https://bugs.gentoo.org/509660
11 Closes: https://bugs.gentoo.org/580992
12 Package-Manager: Portage-2.3.43, Repoman-2.3.10
13
14 media-libs/adplug/Manifest | 1 -
15 media-libs/adplug/adplug-2.2.1.ebuild | 28 ----------------------------
16 2 files changed, 29 deletions(-)
17
18 diff --git a/media-libs/adplug/Manifest b/media-libs/adplug/Manifest
19 index 70a0de78ad4..e8b959360bd 100644
20 --- a/media-libs/adplug/Manifest
21 +++ b/media-libs/adplug/Manifest
22 @@ -1,2 +1 @@
23 -DIST adplug-2.2.1.tar.bz2 810257 BLAKE2B a51c85a10af6a1cc308a7ccfa657daab1e627800a0617f6cf8b874726a115bdef188dc3d82fb6af9fd2aadc2b28b12f0707ea12cb52f6656d2b8654849bad806 SHA512 e9b434ad58114a6677907e8f7007a325fa908f9228fbe283d72d1e2394fa27850b929309e038c84ae94f64f8db003b871775502ee8b231219caa51f6ba5d787f
24 DIST adplug-2.3.1.tar.bz2 1478424 BLAKE2B 8c2b65d11d3b12b4a3337bc9c6ada2920b07279ac0199d4bdf1fa2ceec2f51748a1bb9357456b3e7aba7c906253691066b274e7a7c7578c777d1e2e77f5131f0 SHA512 324ce084ecf5b0d180b335ebcacd5ab80806a5c9fbdeed6ef7cbd6c2f2cb476d9d9f38f596b7d6100e3d6cab42294300559200297b4b3f34190c1f516454c8c3
25
26 diff --git a/media-libs/adplug/adplug-2.2.1.ebuild b/media-libs/adplug/adplug-2.2.1.ebuild
27 deleted file mode 100644
28 index ab8068472a1..00000000000
29 --- a/media-libs/adplug/adplug-2.2.1.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library"
38 -HOMEPAGE="http://adplug.sourceforge.net"
39 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
40 -
41 -LICENSE="LGPL-2.1"
42 -SLOT="0"
43 -KEYWORDS="alpha amd64 arm hppa ppc ppc64 x86"
44 -IUSE="debug static-libs"
45 -
46 -RDEPEND=">=dev-cpp/libbinio-1.4"
47 -DEPEND="${RDEPEND}
48 - virtual/pkgconfig"
49 -
50 -src_configure() {
51 - econf \
52 - $(use_enable static-libs static) \
53 - $(use_enable debug)
54 -}
55 -
56 -src_install() {
57 - default
58 - find "${D}" -name '*.la' -delete || die
59 -}