summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-27 15:47:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-27 19:18:02 +0200
commite8c7f5bbedee958c6c88b36e2dd501d76a059642 (patch)
treeae0d171d0c9acf7acb634c2c816ed24c63c6aab7 /media-sound/seq24
parentnet-im/dianara: Drop 1.3.7-r1 (diff)
downloadgentoo-e8c7f5bbedee958c6c88b36e2dd501d76a059642.tar.gz
gentoo-e8c7f5bbedee958c6c88b36e2dd501d76a059642.tar.bz2
gentoo-e8c7f5bbedee958c6c88b36e2dd501d76a059642.zip
media-sound/seq24: Drop 0.9.3 (r0)
Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/seq24')
-rw-r--r--media-sound/seq24/seq24-0.9.3.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/media-sound/seq24/seq24-0.9.3.ebuild b/media-sound/seq24/seq24-0.9.3.ebuild
deleted file mode 100644
index 842af4afc562..000000000000
--- a/media-sound/seq24/seq24-0.9.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Seq24 is a loop based MIDI sequencer with focus on live performances"
-HOMEPAGE="https://edge.launchpad.net/seq24/"
-SRC_URI="https://edge.launchpad.net/seq24/trunk/${PV}/+download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="jack lash"
-
-RDEPEND="media-libs/alsa-lib
- >=dev-cpp/gtkmm-2.4:2.4
- >=dev-libs/libsigc++-2.2:2
- jack? ( >=media-sound/jack-audio-connection-kit-0.90 )
- lash? ( >=media-sound/lash-0.5 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README RTC SEQ24 )
-
-src_configure() {
- econf \
- $(use_enable jack) \
- $(use_enable lash)
-}
-
-src_install() {
- default
- newicon src/pixmaps/seq24_32.xpm seq24.xpm
- make_desktop_entry seq24
-}