Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/seq24/
Date: Thu, 27 Jun 2019 17:21:25
Message-Id: 1561655882.e8c7f5bbedee958c6c88b36e2dd501d76a059642.asturm@gentoo
1 commit: e8c7f5bbedee958c6c88b36e2dd501d76a059642
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 27 13:47:46 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 27 17:18:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c7f5bb
7
8 media-sound/seq24: Drop 0.9.3 (r0)
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/seq24/seq24-0.9.3.ebuild | 37 ------------------------------------
14 1 file changed, 37 deletions(-)
15
16 diff --git a/media-sound/seq24/seq24-0.9.3.ebuild b/media-sound/seq24/seq24-0.9.3.ebuild
17 deleted file mode 100644
18 index 842af4afc56..00000000000
19 --- a/media-sound/seq24/seq24-0.9.3.ebuild
20 +++ /dev/null
21 @@ -1,37 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit eutils
28 -
29 -DESCRIPTION="Seq24 is a loop based MIDI sequencer with focus on live performances"
30 -HOMEPAGE="https://edge.launchpad.net/seq24/"
31 -SRC_URI="https://edge.launchpad.net/seq24/trunk/${PV}/+download/${P}.tar.bz2"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~ppc x86"
36 -IUSE="jack lash"
37 -
38 -RDEPEND="media-libs/alsa-lib
39 - >=dev-cpp/gtkmm-2.4:2.4
40 - >=dev-libs/libsigc++-2.2:2
41 - jack? ( >=media-sound/jack-audio-connection-kit-0.90 )
42 - lash? ( >=media-sound/lash-0.5 )"
43 -DEPEND="${RDEPEND}
44 - virtual/pkgconfig"
45 -
46 -DOCS=( AUTHORS ChangeLog README RTC SEQ24 )
47 -
48 -src_configure() {
49 - econf \
50 - $(use_enable jack) \
51 - $(use_enable lash)
52 -}
53 -
54 -src_install() {
55 - default
56 - newicon src/pixmaps/seq24_32.xpm seq24.xpm
57 - make_desktop_entry seq24
58 -}