From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qjackctl/
Date: Fri, 30 Oct 2015 10:51:57 +0000 (UTC) [thread overview]
Message-ID: <1446201751.84240f248a6789f73130c2ca8244bc8e95848767.aballier@gentoo> (raw)
commit: 84240f248a6789f73130c2ca8244bc8e95848767
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 10:42:31 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 10:42:31 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84240f24
media-sound/qjackctl: remove old.
Package-Manager: portage-2.2.23
media-sound/qjackctl/Manifest | 3 --
media-sound/qjackctl/qjackctl-0.3.11.ebuild | 47 -----------------------------
media-sound/qjackctl/qjackctl-0.3.12.ebuild | 47 -----------------------------
media-sound/qjackctl/qjackctl-0.3.13.ebuild | 45 ---------------------------
4 files changed, 142 deletions(-)
diff --git a/media-sound/qjackctl/Manifest b/media-sound/qjackctl/Manifest
index f99e5d8..8b3f29d 100644
--- a/media-sound/qjackctl/Manifest
+++ b/media-sound/qjackctl/Manifest
@@ -1,5 +1,2 @@
DIST qjackctl-0.3.10.tar.gz 487678 SHA256 5cdd937c44e5c737f3d2c2063ada015cac2fc8ed0cdbcb90d0ba747087270132 SHA512 1d7c310967cd112aad2caa79684b40b90070e5ce78fe2fd71f0a159ff835a8ccb4806dd140237c05d369ec782965472616aca67fc649cf1ba232535dc8b3104f WHIRLPOOL 7a6cb86992d4dafc0dc43bb8587285c0a2db64649c29fb9a4236f050f89ac9df4cd1d6b7083b980a6121bb508eb98da3b48b3d4eca96d655d75bf737e107f9ab
-DIST qjackctl-0.3.11.tar.gz 487451 SHA256 944393e87d193e8b495b0878ac3726882b5dc9a8cc596666f75a093bfacb5ff2 SHA512 4fd14cd8da30d9b04b9eac32cc13a4a145c1b695b833e7d97a12fc1609b1e96faf7ce451d6f9dea4f9f664ab4a9a27c7bc5e596f3d8432e0eefdc0181d7f7167 WHIRLPOOL 5083b5e16e86bea80b564b6732b80c5d37075db0cf37f7022a21290d670a4fa6480de4b28b329e348c2676dc1bd410ffba316bf0decccdfe2b5a901c23aceb04
-DIST qjackctl-0.3.12.tar.gz 496010 SHA256 8cff21f2b249d8960ddd8749ec1fa0ed0ec316014d2cf4a8939ac33109b3db93 SHA512 5afa61f4bef986601d9ee84d4c38128847f6160c827ca22abbe70c1a5b20fbd0e914ba00e0d4e16d118fb616d71618aa72d17507170dc9ca5bac6b5a8a2aa5a9 WHIRLPOOL a6fd4b5eeceec4d731fd9d9058ec462b8c247e8a5e62a0ec7ae93204dd4f05c62386b8cfea0082862fc5948420a14bb502353f0d50b9e9f54cc073af54a01e8d
-DIST qjackctl-0.3.13.tar.gz 498208 SHA256 11e0041ff38ac46df466968bd5e0e33986f76b7f099bd75a66fbf2a07c1b1295 SHA512 1e515783eea4cd628ee0195b9d711b2d1d5a2651f8a9c1c6077de06055053129019be0657b12bd01238ba7d39e38fd06a361128187ac32d52c16fe873bd50dea WHIRLPOOL abb926b3a06bd5e7e90a3dd6ab3a30b4387b61a2b58c34d04f66b078a634f45e4275e8526a7d020f3d958296299e416479761caa3455758c1d2c68785be6f5ae
DIST qjackctl-0.4.0.tar.gz 500534 SHA256 5b651cc5bd85986bcb36b32943e091c931ba229d58732c1724a200e03762485a SHA512 dff5d6bd153cc92149e7a16820ab061f70090eca7a15f8f79ac7b9316e7c279f61e800cfbfc7ec4ce0a13721e717f9f18b98611c22c2a134830111c865d3d001 WHIRLPOOL ae607775d75825355d405b6b3e41ae25793b4a698735d847c9617e6af2eef8dd73cf4ed104e7941c1d014ebeb02d48d128cb363241898ab9ffcb5752ae59464e
diff --git a/media-sound/qjackctl/qjackctl-0.3.11.ebuild b/media-sound/qjackctl/qjackctl-0.3.11.ebuild
deleted file mode 100644
index bb1c6ae..0000000
--- a/media-sound/qjackctl/qjackctl-0.3.11.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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}/${PN}-0.3.9-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"
-}
diff --git a/media-sound/qjackctl/qjackctl-0.3.12.ebuild b/media-sound/qjackctl/qjackctl-0.3.12.ebuild
deleted file mode 100644
index bb1c6ae..0000000
--- a/media-sound/qjackctl/qjackctl-0.3.12.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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}/${PN}-0.3.9-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"
-}
diff --git a/media-sound/qjackctl/qjackctl-0.3.13.ebuild b/media-sound/qjackctl/qjackctl-0.3.13.ebuild
deleted file mode 100644
index 9e4eede..0000000
--- a/media-sound/qjackctl/qjackctl-0.3.13.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-}
next reply other threads:[~2015-10-30 10:52 UTC|newest]
Thread overview: 109+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-30 10:51 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-30 10:51 [gentoo-commits] repo/gentoo:master commit in: media-sound/qjackctl/ Alexis Ballier
2015-10-30 14:23 Alexis Ballier
2016-03-07 18:50 Alexis Ballier
2016-04-07 13:03 Alexis Ballier
2016-04-10 16:26 Michael Palimaka
2016-04-10 16:33 Michael Palimaka
2016-09-19 12:11 Alexis Ballier
2016-10-22 9:38 David Seifert
2016-10-22 9:38 David Seifert
2016-11-15 9:09 Alexis Ballier
2017-05-09 7:22 Alexis Ballier
2017-09-21 14:33 Michael Palimaka
2019-11-01 12:04 Miroslav Šulc
2019-11-01 12:19 Miroslav Šulc
2019-12-03 10:03 Agostino Sarubbo
2019-12-03 10:06 Agostino Sarubbo
2019-12-10 8:51 Miroslav Šulc
2020-03-09 11:22 Miroslav Šulc
2020-04-03 13:23 Miroslav Šulc
2020-04-09 12:25 Agostino Sarubbo
2020-04-11 16:12 Agostino Sarubbo
2020-04-12 4:44 Miroslav Šulc
2020-05-07 15:58 Agostino Sarubbo
2020-05-08 10:46 Agostino Sarubbo
2020-05-09 8:41 Miroslav Šulc
2020-05-20 13:19 Andreas Sturmlechner
2020-08-21 8:48 Miroslav Šulc
2020-09-17 7:57 Miroslav Šulc
2020-09-23 10:20 Agostino Sarubbo
2020-09-23 10:34 Agostino Sarubbo
2020-09-23 10:47 Miroslav Šulc
2020-12-19 10:49 Miroslav Šulc
2020-12-20 4:44 Miroslav Šulc
2021-01-20 0:02 Sam James
2021-01-22 1:49 Sam James
2021-01-22 8:15 Miroslav Šulc
2021-02-03 8:30 Miroslav Šulc
2021-02-03 8:30 Miroslav Šulc
2021-02-07 7:52 Miroslav Šulc
2021-02-09 9:32 Miroslav Šulc
2021-02-09 9:32 Miroslav Šulc
2021-03-07 19:46 Sam James
2021-03-07 19:48 Sam James
2021-03-08 8:19 Miroslav Šulc
2021-03-16 10:46 Miroslav Šulc
2021-04-16 0:35 Sam James
2021-04-16 0:36 Sam James
2021-04-16 7:18 Miroslav Šulc
2021-05-12 5:42 Miroslav Šulc
2021-06-12 1:18 Sam James
2021-06-12 1:18 Sam James
2021-06-12 9:44 Miroslav Šulc
2021-07-05 6:03 Miroslav Šulc
2021-08-05 14:08 Sam James
2021-08-05 19:21 Miroslav Šulc
2021-10-06 6:54 Miroslav Šulc
2021-11-06 9:02 Jakov Smolić
2021-11-08 10:11 Agostino Sarubbo
2021-11-08 11:20 Miroslav Šulc
2022-01-11 8:48 Miroslav Šulc
2022-02-11 10:40 Jakov Smolić
2022-02-11 10:40 Jakov Smolić
2022-02-11 10:47 Miroslav Šulc
2022-04-04 5:54 Miroslav Šulc
2022-04-04 5:54 Miroslav Šulc
2022-05-04 18:55 Miroslav Šulc
2022-10-04 4:44 Miroslav Šulc
2022-11-03 19:13 Sam James
2022-11-05 5:44 Miroslav Šulc
2022-12-29 8:28 Miroslav Šulc
2023-04-23 7:47 Sam James
2023-04-23 8:02 Sam James
2023-04-25 6:11 Miroslav Šulc
2023-05-30 18:26 David Seifert
2023-06-02 6:48 Miroslav Šulc
2023-07-03 13:47 Sam James
2023-07-03 14:59 Sam James
2023-07-04 6:09 Miroslav Šulc
2023-09-09 8:40 Miroslav Šulc
2023-10-09 16:21 Arthur Zamarin
2023-10-09 20:02 Sam James
2023-10-10 8:52 Miroslav Šulc
2023-10-10 8:52 Miroslav Šulc
2024-02-24 7:08 Sam James
2024-02-24 15:26 Arthur Zamarin
2024-04-10 8:21 Miroslav Šulc
2024-05-01 8:33 Miroslav Šulc
2024-05-31 14:05 Arthur Zamarin
2024-05-31 14:09 Arthur Zamarin
2024-06-02 9:11 Miroslav Šulc
2024-06-19 8:28 Miroslav Šulc
2024-07-19 15:43 Arthur Zamarin
2024-07-19 15:43 Arthur Zamarin
2024-07-20 10:12 Miroslav Šulc
2024-08-02 13:32 Miroslav Šulc
2024-09-02 7:59 Sam James
2024-09-02 8:20 Sam James
2024-09-05 10:25 Miroslav Šulc
2024-09-18 12:59 Miroslav Šulc
2024-10-19 10:42 Arthur Zamarin
2024-10-19 10:44 Jakov Smolić
2024-10-20 10:33 Miroslav Šulc
2024-10-30 11:51 Miroslav Šulc
2024-12-06 7:58 Miroslav Šulc
2025-01-28 19:08 Andreas Sturmlechner
2025-02-10 19:01 Arthur Zamarin
2025-02-10 19:01 Arthur Zamarin
2025-02-11 18:23 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1446201751.84240f248a6789f73130c2ca8244bc8e95848767.aballier@gentoo \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox