Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vco-plugins/
Date: Mon, 18 Nov 2019 00:00:32
Message-Id: 1574035161.4f9adba4a0d88e2f9d21d452874b39c28e2459f5.bman@gentoo
1 commit: 4f9adba4a0d88e2f9d21d452874b39c28e2459f5
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 23:59:21 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 23:59:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9adba4
7
8 media-plugins/vco-plugins: drop old EAPI
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 media-plugins/vco-plugins/vco-plugins-0.3.0.ebuild | 34 ----------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/media-plugins/vco-plugins/vco-plugins-0.3.0.ebuild b/media-plugins/vco-plugins/vco-plugins-0.3.0.ebuild
16 deleted file mode 100644
17 index 4534f480b8e..00000000000
18 --- a/media-plugins/vco-plugins/vco-plugins-0.3.0.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=4
25 -
26 -inherit multilib toolchain-funcs
27 -
28 -MY_P=${P/vco/VCO}
29 -
30 -DESCRIPTION="SAW-VCO ladspa plugin package. Anti-aliased oscillators"
31 -HOMEPAGE="http://www.kokkinizita.net/linuxaudio/"
32 -SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${MY_P}.tar.bz2"
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~ppc x86"
36 -IUSE=""
37 -
38 -DEPEND="media-libs/ladspa-sdk"
39 -RDEPEND="${DEPEND}"
40 -
41 -S=${WORKDIR}/${MY_P}
42 -
43 -src_prepare() {
44 - tc-export CXX
45 - sed -i -e "s/-O3//" \
46 - -e "s/g++/$(tc-getCXX) ${LDFLAGS}/" Makefile || die "sed failed"
47 -}
48 -
49 -src_install() {
50 - dodoc AUTHORS README
51 - insinto /usr/$(get_libdir)/ladspa
52 - insopts -m0755
53 - doins *.so
54 -}