summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-27 01:39:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-27 14:30:33 +0100
commitf14a14fde339dfbea7682e3aaa7868c08182d04f (patch)
tree2f43fa1ce81372e666c47d7fd313ac17b3ce130d /media-sound/linuxsampler
parentsys-libs/musl: remove older versions (diff)
downloadgentoo-f14a14fde339dfbea7682e3aaa7868c08182d04f.tar.gz
gentoo-f14a14fde339dfbea7682e3aaa7868c08182d04f.tar.bz2
gentoo-f14a14fde339dfbea7682e3aaa7868c08182d04f.zip
media-sound/linuxsampler: Drop 2.0.0-r2
Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/linuxsampler')
-rw-r--r--media-sound/linuxsampler/Manifest1
-rw-r--r--media-sound/linuxsampler/linuxsampler-2.0.0-r2.ebuild57
2 files changed, 0 insertions, 58 deletions
diff --git a/media-sound/linuxsampler/Manifest b/media-sound/linuxsampler/Manifest
index a686bf858357..ff94957509d5 100644
--- a/media-sound/linuxsampler/Manifest
+++ b/media-sound/linuxsampler/Manifest
@@ -1,2 +1 @@
-DIST linuxsampler-2.0.0.tar.bz2 1318939 BLAKE2B 75454863e0c56518f2a423ee11567758e1605c450389e6c723d76913319d6bd7ad25c4853d9f1982551c256848fd671f257004f1fc77fb6928b252007830c0f3 SHA512 f4a57117dbec3eeb9d6d670fec76e928ef9d9e49a1a8c6bd654d6114efdc203861e7865005f06265c172e29b5e0a948eac160377dcdabc5244caed5e5ca7e441
DIST linuxsampler-2.1.0.tar.bz2 1154834 BLAKE2B 1be8a14bb6c13d90f4068cc2e25211dccc8253a114234ba560136d9da9a806d101db49116698fe53353a649c77513d244700d7bb65be04d0eb4d10ef057898d6 SHA512 503db074437b07e3e8dc8d1cb0aa3a510a62d183148157c1a4757681a4319e531bd6a1486a83c0ab9721dde82e27306150f3be87476c9298b2335438670e19a7
diff --git a/media-sound/linuxsampler/linuxsampler-2.0.0-r2.ebuild b/media-sound/linuxsampler/linuxsampler-2.0.0-r2.ebuild
deleted file mode 100644
index 5caedabd5610..000000000000
--- a/media-sound/linuxsampler/linuxsampler-2.0.0-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils
-
-DESCRIPTION="LinuxSampler is a software audio sampler engine with professional grade features"
-HOMEPAGE="http://www.linuxsampler.org/"
-SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc jack lv2 sqlite static-libs"
-
-RDEPEND="sqlite? ( >=dev-db/sqlite-3.3 )
- >=media-libs/libgig-4.0.0
- media-libs/alsa-lib
- jack? ( virtual/jack )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
- lv2? ( media-libs/lv2 )"
-PATCHES=(
- "${FILESDIR}/${P}-nptl-hardened.patch"
- "${FILESDIR}/${P}-lv2-automagic.patch"
-)
-
-src_prepare() {
- default
- # Force regeneration of the file to let it build with all bison
- # versions, bug #556204
- rm src/network/lscpparser.cpp || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- --enable-alsa-driver \
- --disable-arts-driver \
- $(use_enable jack jack-driver) \
- $(use_enable lv2) \
- $(use_enable sqlite instruments-db) \
- $(use_enable static-libs static)
-}
-
-src_compile() {
- default
- use doc && emake docs
-}
-
-src_install() {
- default
- use doc && dodoc -r doc/html
- prune_libtool_files
-}