diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-01-18 12:26:20 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-01-18 12:26:20 +0000 |
commit | 5898628bebb6f2d2631a1bc86bbe806aa4448770 (patch) | |
tree | ab20eac2838c25cbe45ca8eaf87824f296b6ef9b /media-sound/qjackctl | |
parent | version bump (diff) | |
download | gentoo-2-5898628bebb6f2d2631a1bc86bbe806aa4448770.tar.gz gentoo-2-5898628bebb6f2d2631a1bc86bbe806aa4448770.tar.bz2 gentoo-2-5898628bebb6f2d2631a1bc86bbe806aa4448770.zip |
remove old
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-sound/qjackctl')
-rw-r--r-- | media-sound/qjackctl/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/qjackctl/qjackctl-0.3.8.ebuild | 45 | ||||
-rw-r--r-- | media-sound/qjackctl/qjackctl-0.3.9.ebuild | 47 |
3 files changed, 6 insertions, 94 deletions
diff --git a/media-sound/qjackctl/ChangeLog b/media-sound/qjackctl/ChangeLog index f8d56d4a8635..622e629d108c 100644 --- a/media-sound/qjackctl/ChangeLog +++ b/media-sound/qjackctl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/qjackctl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.79 2013/07/21 09:53:02 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.80 2014/01/18 12:26:20 aballier Exp $ + + 18 Jan 2014; Alexis Ballier <aballier@gentoo.org> -qjackctl-0.3.8.ebuild, + -qjackctl-0.3.9.ebuild: + remove old 21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> qjackctl-0.3.10.ebuild: Stable for amd64, wrt bug #477154 diff --git a/media-sound/qjackctl/qjackctl-0.3.8.ebuild b/media-sound/qjackctl/qjackctl-0.3.8.ebuild deleted file mode 100644 index 0814eb73b9cf..000000000000 --- a/media-sound/qjackctl/qjackctl-0.3.8.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.8.ebuild,v 1.5 2013/03/02 21:59:54 hwoarang Exp $ - -EAPI=4 - -inherit qt4-r2 - -DESCRIPTION="A Qt application to control the JACK Audio Connection Kit and ALSA sequencer connections." -HOMEPAGE="http://qjackctl.sourceforge.net/" -SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~x86" - -IUSE="alsa dbus debug portaudio" - -RDEPEND=" - >=media-sound/jack-audio-connection-kit-0.109.2 - dev-qt/qtcore:4 - dev-qt/qtgui:4 - alsa? ( media-libs/alsa-lib ) - dbus? ( dev-qt/qtdbus:4 ) - portaudio? ( media-libs/portaudio )" -DEPEND="${RDEPEND}" - -DOCS="AUTHORS ChangeLog README TODO TRANSLATORS" - -src_configure() { - econf \ - $(use_enable alsa alsa-seq) \ - $(use_enable dbus) \ - $(use_enable debug) \ - $(use_enable portaudio) - - # Emulate what the Makefile does, so that we can get the correct - # compiler used. - eqmake4 ${PN}.pro -o ${PN}.mak -} - -src_compile() { - emake -f ${PN}.mak - lupdate ${PN}.pro || die "lupdate failed" -} diff --git a/media-sound/qjackctl/qjackctl-0.3.9.ebuild b/media-sound/qjackctl/qjackctl-0.3.9.ebuild deleted file mode 100644 index a24cf5e1cb49..000000000000 --- a/media-sound/qjackctl/qjackctl-0.3.9.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.9.ebuild,v 1.3 2013/03/02 21:59:54 hwoarang Exp $ - -EAPI=4 - -inherit qt4-r2 - -DESCRIPTION="A Qt application to control the JACK Audio Connection Kit and ALSA sequencer connections." -HOMEPAGE="http://qjackctl.sourceforge.net/" -SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="alsa dbus debug portaudio" - -RDEPEND=" - >=media-sound/jack-audio-connection-kit-0.109.2 - dev-qt/qtcore:4 - dev-qt/qtgui:4 - alsa? ( media-libs/alsa-lib ) - dbus? ( dev-qt/qtdbus:4 ) - portaudio? ( media-libs/portaudio )" -DEPEND="${RDEPEND}" - -DOCS="AUTHORS ChangeLog README TODO TRANSLATORS" - -PATCHES=( "${FILESDIR}/${P}-gcc47.patch" ) - -src_configure() { - econf \ - $(use_enable alsa alsa-seq) \ - $(use_enable dbus) \ - $(use_enable debug) \ - $(use_enable portaudio) - - # Emulate what the Makefile does, so that we can get the correct - # compiler used. - eqmake4 ${PN}.pro -o ${PN}.mak -} - -src_compile() { - emake -f ${PN}.mak - lupdate ${PN}.pro || die "lupdate failed" -} |