summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2020-06-10 10:09:50 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2020-06-10 10:09:58 +0200
commit0de1d2910935313e7cf0a3aa021a86980c3b2220 (patch)
tree5b6b89da3f390a1b8f4d3260304aa11a677404ca /media-sound/patchage/patchage-1.0.0.ebuild
parentmedia-sound/patchage: bump to 1.0.2 (diff)
downloadgentoo-0de1d2910935313e7cf0a3aa021a86980c3b2220.tar.gz
gentoo-0de1d2910935313e7cf0a3aa021a86980c3b2220.tar.bz2
gentoo-0de1d2910935313e7cf0a3aa021a86980c3b2220.zip
media-sound/patchage: removed obsolete 1.0.0*
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/patchage/patchage-1.0.0.ebuild')
-rw-r--r--media-sound/patchage/patchage-1.0.0.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-sound/patchage/patchage-1.0.0.ebuild b/media-sound/patchage/patchage-1.0.0.ebuild
deleted file mode 100644
index f8d6244f24dd..000000000000
--- a/media-sound/patchage/patchage-1.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='threads(+)'
-inherit waf-utils python-any-r1
-
-DESCRIPTION="Modular patch bay for JACK-based audio and MIDI systems"
-HOMEPAGE="http://drobilla.net/software/patchage"
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa debug jack-dbus session"
-
-RDEPEND=">=dev-cpp/glibmm-2.14:2
- >=dev-cpp/gtkmm-2.11.12:2.4
- >=dev-cpp/libglademm-2.6.0:2.4
- dev-cpp/libgnomecanvasmm:2.6
- >=media-libs/ganv-1.4.0
- virtual/jack
- alsa? ( media-libs/alsa-lib )
- jack-dbus? ( dev-libs/dbus-glib
- sys-apps/dbus )"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-libs/boost
- virtual/pkgconfig"
-
-DOCS=( AUTHORS NEWS README )
-
-src_configure() {
- waf-utils_src_configure \
- $(use debug && echo "--debug") \
- $(use alsa || echo "--no-alsa") \
- $(use jack-dbus && echo "--jack-dbus") \
- $(use session && echo "--jack-session-manage")
-}