diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-10-25 17:53:53 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-10-25 17:53:53 +0000 |
commit | 96efcfe1fb1430aed9a6dc77a2f9243195803611 (patch) | |
tree | 4e4e79c3f3bc2c6709dad46c83b6e3caace672ee /media-sound/seq24 | |
parent | Depend on virtual/jpeg (bug #388451). (diff) | |
download | gentoo-2-96efcfe1fb1430aed9a6dc77a2f9243195803611.tar.gz gentoo-2-96efcfe1fb1430aed9a6dc77a2f9243195803611.tar.bz2 gentoo-2-96efcfe1fb1430aed9a6dc77a2f9243195803611.zip |
Remove old.
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/seq24')
-rw-r--r-- | media-sound/seq24/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/seq24/seq24-0.9.0.ebuild | 36 |
2 files changed, 4 insertions, 37 deletions
diff --git a/media-sound/seq24/ChangeLog b/media-sound/seq24/ChangeLog index 4584de3dc1ff..c11b4d34b2c1 100644 --- a/media-sound/seq24/ChangeLog +++ b/media-sound/seq24/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/seq24 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.43 2011/10/25 16:44:26 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.44 2011/10/25 17:53:52 radhermit Exp $ + + 25 Oct 2011; Tim Harder <radhermit@gentoo.org> -seq24-0.9.0.ebuild: + Remove old. 25 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> seq24-0.9.2.ebuild: x86 stable wrt bug #387787 diff --git a/media-sound/seq24/seq24-0.9.0.ebuild b/media-sound/seq24/seq24-0.9.0.ebuild deleted file mode 100644 index e1223d9ec27b..000000000000 --- a/media-sound/seq24/seq24-0.9.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.9.0.ebuild,v 1.6 2011/03/28 18:38:37 angelos Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="Seq24 is a loop based MIDI sequencer with focus on live performances." -HOMEPAGE="https://edge.launchpad.net/seq24/" -SRC_URI="http://edge.launchpad.net/seq24/trunk/${PV}/+download/${P}.tar.bz2" - -IUSE="jack lash" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -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} - dev-util/pkgconfig" - -src_configure() { - econf \ - $(use_enable jack jack-support) \ - $(use_enable lash) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README RTC SEQ24 - newicon src/seq24_32.xpm seq24.xpm - make_desktop_entry seq24 -} |