Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/awesfx/
Date: Mon, 12 Jul 2021 04:21:08
Message-Id: 1626063635.dfa8c605fa02d7a8643d60ea0a55ce8cc8b4f61b.fordfrog@gentoo
1 commit: dfa8c605fa02d7a8643d60ea0a55ce8cc8b4f61b
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 04:20:35 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 04:20:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa8c605
7
8 media-sound/awesfx: removed obsolete 0.5.1e
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-sound/awesfx/Manifest | 1 -
14 media-sound/awesfx/awesfx-0.5.1e.ebuild | 38 ---------------------------------
15 2 files changed, 39 deletions(-)
16
17 diff --git a/media-sound/awesfx/Manifest b/media-sound/awesfx/Manifest
18 index cb6fcbb2074..f6516c06ed4 100644
19 --- a/media-sound/awesfx/Manifest
20 +++ b/media-sound/awesfx/Manifest
21 @@ -1,2 +1 @@
22 -DIST awesfx-0.5.1e.tar.bz2 307929 BLAKE2B a3bee0750ca44ab2e732f6bdb2c119104521330226e243be1b0ab9c19e2bfd87176ad2dc039f26b9552be621a7af2ef86852e2f31f8d0b9158b093712d2447e1 SHA512 f70e631b6ab6ec6dcbde7773c1da5cba72763d2198c2ac51f4bde0fee80f057f296cabc915aed805e744f7b2323b4e2b20b6d894c79cf5682457a3fc6a9be11d
23 DIST awesfx-0.5.2.tar.gz 83611 BLAKE2B 7472f478bd1b228080a669d9df47b885d9953d363a06341cc2684af1723818a8938e31622aee9dd2ca6286c59db7715224c920e79cfa318cb3347b8833f67dc6 SHA512 f59f503c54de8bcccbd8a51c1f6a7afae98bd6b5ae4ad4ec467b4f29cece569b4f8e3185adf243816f786a0c2e92fe8d098d56f02d5704979ee8290ad61f46b6
24
25 diff --git a/media-sound/awesfx/awesfx-0.5.1e.ebuild b/media-sound/awesfx/awesfx-0.5.1e.ebuild
26 deleted file mode 100644
27 index abcec8dad33..00000000000
28 --- a/media-sound/awesfx/awesfx-0.5.1e.ebuild
29 +++ /dev/null
30 @@ -1,38 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="AWE32 Sound Driver Utility Programs"
37 -HOMEPAGE="https://ftp.suse.com/pub/people/tiwai/awesfx"
38 -SRC_URI="https://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 -DEPEND="media-libs/alsa-lib"
46 -RDEPEND="${DEPEND}"
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 "${ED}"/usr/share/sounds/sf2/README-bank || die
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 -}