diff options
author | 2019-11-17 18:59:21 -0500 | |
---|---|---|
committer | 2019-11-17 18:59:21 -0500 | |
commit | 4f9adba4a0d88e2f9d21d452874b39c28e2459f5 (patch) | |
tree | a03d49976daa6f68dffd94cab1dd42cb34d79e7c /media-plugins/vco-plugins | |
parent | media-plugins/vco-plugins: ALLARCHES EAPI bump (diff) | |
download | gentoo-4f9adba4a0d88e2f9d21d452874b39c28e2459f5.tar.gz gentoo-4f9adba4a0d88e2f9d21d452874b39c28e2459f5.tar.bz2 gentoo-4f9adba4a0d88e2f9d21d452874b39c28e2459f5.zip |
media-plugins/vco-plugins: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-plugins/vco-plugins')
-rw-r--r-- | media-plugins/vco-plugins/vco-plugins-0.3.0.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/media-plugins/vco-plugins/vco-plugins-0.3.0.ebuild b/media-plugins/vco-plugins/vco-plugins-0.3.0.ebuild deleted file mode 100644 index 4534f480b8e8..000000000000 --- a/media-plugins/vco-plugins/vco-plugins-0.3.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit multilib toolchain-funcs - -MY_P=${P/vco/VCO} - -DESCRIPTION="SAW-VCO ladspa plugin package. Anti-aliased oscillators" -HOMEPAGE="http://www.kokkinizita.net/linuxaudio/" -SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${MY_P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="media-libs/ladspa-sdk" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - tc-export CXX - sed -i -e "s/-O3//" \ - -e "s/g++/$(tc-getCXX) ${LDFLAGS}/" Makefile || die "sed failed" -} - -src_install() { - dodoc AUTHORS README - insinto /usr/$(get_libdir)/ladspa - insopts -m0755 - doins *.so -} |