diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-03-29 21:56:14 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-03-29 21:56:14 +0000 |
commit | d566a586a1c6511608cd406a9b5888b2287ad2a4 (patch) | |
tree | e0cfce568e93d83b53ae275468509b1b02417df2 /media-sound/seq24 | |
parent | Remove old. (diff) | |
download | gentoo-2-d566a586a1c6511608cd406a9b5888b2287ad2a4.tar.gz gentoo-2-d566a586a1c6511608cd406a9b5888b2287ad2a4.tar.bz2 gentoo-2-d566a586a1c6511608cd406a9b5888b2287ad2a4.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-sound/seq24')
-rw-r--r-- | media-sound/seq24/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/seq24/seq24-0.9.2.ebuild | 36 |
2 files changed, 5 insertions, 38 deletions
diff --git a/media-sound/seq24/ChangeLog b/media-sound/seq24/ChangeLog index be73c9b7e6b7..fc8d97447669 100644 --- a/media-sound/seq24/ChangeLog +++ b/media-sound/seq24/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/seq24 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.49 2014/08/10 21:11:43 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.50 2015/03/29 21:56:14 mrueg Exp $ + + 29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -seq24-0.9.2.ebuild: + Remove old. 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> seq24-0.9.2-r1.ebuild, seq24-0.9.2.ebuild: diff --git a/media-sound/seq24/seq24-0.9.2.ebuild b/media-sound/seq24/seq24-0.9.2.ebuild deleted file mode 100644 index 7e4b87dca60d..000000000000 --- a/media-sound/seq24/seq24-0.9.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.9.2.ebuild,v 1.6 2014/08/10 21:11:43 slyfox 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} - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_enable jack) \ - $(use_enable lash) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README RTC SEQ24 - newicon src/pixmaps/seq24_32.xpm seq24.xpm - make_desktop_entry seq24 -} |