summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-19 11:14:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-19 12:17:59 +0100
commitc111d44d12455dd3644ccdf8d7b84bba1fb22ee1 (patch)
treef80def0c42828c0dacda551e01c107b0bea23d8e /media-sound
parentmedia-sound/qsynth: Drop 0.5.0 (diff)
downloadgentoo-c111d44d12455dd3644ccdf8d7b84bba1fb22ee1.tar.gz
gentoo-c111d44d12455dd3644ccdf8d7b84bba1fb22ee1.tar.bz2
gentoo-c111d44d12455dd3644ccdf8d7b84bba1fb22ee1.zip
media-sound/specimen: Drop 0.5.2_rc3-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/specimen/specimen-0.5.2_rc3-r1.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/media-sound/specimen/specimen-0.5.2_rc3-r1.ebuild b/media-sound/specimen/specimen-0.5.2_rc3-r1.ebuild
deleted file mode 100644
index e96807b02ab6..000000000000
--- a/media-sound/specimen/specimen-0.5.2_rc3-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-MY_P=${P/_/-}
-
-DESCRIPTION="A Midi Controllable Audio Sampler"
-HOMEPAGE="http://zhevny.com/specimen"
-SRC_URI="http://zhevny.com/${PN}/files/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc x86"
-IUSE="lash"
-
-RDEPEND=">=media-sound/jack-audio-connection-kit-0.109.2
- >=media-libs/alsa-lib-0.9
- media-libs/libsamplerate
- media-libs/libsndfile
- >=media-libs/phat-0.4
- dev-libs/libxml2:2
- x11-libs/gtk+:2
- gnome-base/libgnomecanvas
- lash? ( media-sound/lash )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}"/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-jackmidi.patch" \
- "${FILESDIR}/${P}-underlinking.patch"
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable lash)
-}
-
-src_install() {
- default
- dodoc AUTHORS BUGS ChangeLog NEWS PROFILE \
- README ROADMAP TODO STYLE TODO WISHLIST
- doicon pixmaps/${PN}.png
- make_desktop_entry ${PN} Specimen ${PN}
-}