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-sound/awesfx/
Date: Wed, 05 Jun 2019 08:59:18
Message-Id: 1559725120.16c4db6c75fe9b9a44d3891c77bc9003574f1cff.soap@gentoo
1 commit: 16c4db6c75fe9b9a44d3891c77bc9003574f1cff
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 5 08:58:40 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 08:58:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c4db6c
7
8 media-sound/awesfx: Remove old
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.14
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 media-sound/awesfx/Manifest | 1 -
14 media-sound/awesfx/awesfx-0.5.1d.ebuild | 38 ---------------------------------
15 2 files changed, 39 deletions(-)
16
17 diff --git a/media-sound/awesfx/Manifest b/media-sound/awesfx/Manifest
18 index 78af1fccc8b..5aabbd1e7be 100644
19 --- a/media-sound/awesfx/Manifest
20 +++ b/media-sound/awesfx/Manifest
21 @@ -1,2 +1 @@
22 -DIST awesfx-0.5.1d.tar.bz2 282981 BLAKE2B 1d8e656a4645a24c62e355bb091b0c666ca63b8921e27e53eaefe7d7944bd33eba6595d2509946c58bbfd5a0a28e981e4b31b23d364c5744ed5c36482bcebeb3 SHA512 50cd27ca4da8bd38fd11fcdbb2eb8806ea8956c834433c92cb094e0a6ee143175ba85be4665431527133abf8430e6fb60eb69ee35b0afed81d11db517cbb3758
23 DIST awesfx-0.5.1e.tar.bz2 307929 BLAKE2B a3bee0750ca44ab2e732f6bdb2c119104521330226e243be1b0ab9c19e2bfd87176ad2dc039f26b9552be621a7af2ef86852e2f31f8d0b9158b093712d2447e1 SHA512 f70e631b6ab6ec6dcbde7773c1da5cba72763d2198c2ac51f4bde0fee80f057f296cabc915aed805e744f7b2323b4e2b20b6d894c79cf5682457a3fc6a9be11d
24
25 diff --git a/media-sound/awesfx/awesfx-0.5.1d.ebuild b/media-sound/awesfx/awesfx-0.5.1d.ebuild
26 deleted file mode 100644
27 index c0150488b67..00000000000
28 --- a/media-sound/awesfx/awesfx-0.5.1d.ebuild
29 +++ /dev/null
30 @@ -1,38 +0,0 @@
31 -# Copyright 1999-2012 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=4
35 -
36 -DESCRIPTION="AWE32 Sound Driver Utility Programs"
37 -HOMEPAGE="http://ftp.suse.com/pub/people/tiwai/awesfx"
38 -SRC_URI="http://ftp.suse.com/pub/people/tiwai/${PN}/${P}.tar.bz2"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="amd64 ~ppc ~sparc x86"
43 -IUSE=""
44 -
45 -RDEPEND="media-libs/alsa-lib"
46 -DEPEND="${RDEPEND}"
47 -
48 -BANK_LOC="${EPREFIX}/usr/share/sounds/sf2"
49 -
50 -DOCS=( AUTHORS ChangeLog README SBKtoSF2.txt samples/README-bank )
51 -
52 -src_configure() {
53 - econf \
54 - --with-sfpath=${BANK_LOC}
55 -}
56 -
57 -src_install() {
58 - default
59 -
60 - rm -f "${ED}"/usr/share/sounds/sf2/README-bank
61 - newinitd "${FILESDIR}"/sfxload.initd sfxload
62 - newconfd "${FILESDIR}"/sfxload.confd sfxload
63 -}
64 -
65 -pkg_postinst() {
66 - elog "Copy your SoundFont files from the original CDROM"
67 - elog "shipped with your soundcard to ${BANK_LOC}."
68 -}