public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qsampler/
Date: Sun, 16 Dec 2018 23:53:41 +0000 (UTC)	[thread overview]
Message-ID: <1545004400.eee028218f7485a4bffe97154d8ceabd078481bf.asturm@gentoo> (raw)

commit:     eee028218f7485a4bffe97154d8ceabd078481bf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 16 23:06:11 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 16 23:53:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee02821

media-sound/qsampler: Drop old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/qsampler/Manifest                 |  4 ---
 media-sound/qsampler/qsampler-0.4.0-r1.ebuild | 43 ---------------------------
 media-sound/qsampler/qsampler-0.4.1.ebuild    | 42 --------------------------
 media-sound/qsampler/qsampler-0.4.2.ebuild    | 42 --------------------------
 media-sound/qsampler/qsampler-0.4.3.ebuild    | 42 --------------------------
 5 files changed, 173 deletions(-)

diff --git a/media-sound/qsampler/Manifest b/media-sound/qsampler/Manifest
index 69ec41eea7c..a3973c9614b 100644
--- a/media-sound/qsampler/Manifest
+++ b/media-sound/qsampler/Manifest
@@ -1,5 +1 @@
-DIST qsampler-0.4.0.tar.gz 243065 BLAKE2B 7a51b15ddc9ca80180eba8134dae400cb1cf15cbd73214ac827cf33cc5669e9d6d8cd12aa3f28fe1c11206102c76837c991732257317af6acf5eaf5314fc2f04 SHA512 42c235396cf68bd811fa251fd6f112a835ce1769130823163fa1a0e517431922b941aa56bc88f22890e6d6326b38765a2f3ced8e67a78d3420600f85e827d467
-DIST qsampler-0.4.1.tar.gz 243377 BLAKE2B 521dddf1e07c11bee489148f82b33663c0bfdc0357fe146548e88075de23a1224673b5ae40ea6cb0c5a45bfc6f8808d7854cb0e7c9420e6d0e8ebc6d4c5e9e19 SHA512 ffa6e2feb11f9a96580fb1803b6ddb5c56ae475c1f04b5bfa94b1403c29ed0e14f8f60e9166ca166d5b478184c37337b0de0e098a54f74a90f951260d070ce14
-DIST qsampler-0.4.2.tar.gz 244794 BLAKE2B 1b94c2a60537d20e62c31e05e4fb235b832b1bb808d508e10b1390fe039f5323280dd402f0bcd8df1e345f2b199f73baa6e16cc4e257ee9a92dea25d5738f88b SHA512 edebbc801e177cce44aa4e8cdc9db9e9e5c6cb35b75f33c4c15cae5920fa869053748075179c3b4d68956e30b05e5c94513419af567e60f27ca222f77fa41f30
-DIST qsampler-0.4.3.tar.gz 246314 BLAKE2B 8e4415aa8cfec8922881b569afde5cea4d6fbea27cc5518ef2abafb4a174d95031d235b7d226bde8074bd306ca09063bc5a09fb66fc56878521752dbfb7f6f58 SHA512 015b747bd7c796341c6516fec68dd3b12725f461f7e5e3898b24862af556d69d67d73354f0aaf3bfbca069ebe67de34121350dcd3ee8161ec12e6bae80227fb9
 DIST qsampler-0.5.3.tar.gz 259144 BLAKE2B 9efad81f6392cc6412e7d73c0701bdd2deab635a2857825248f003a594deb1a655201ed8e313b95cfaf066b71369f910a6634252b7ad7f2c636aa089c563f33a SHA512 0d870e1df1b20aac09b11667541767ebcadb8a9a8fb458aa3f48d4d4b2ff55b32e4e56e6d00b0330ab854120ace93b57f524a5126962456223026c7e69178bfe

diff --git a/media-sound/qsampler/qsampler-0.4.0-r1.ebuild b/media-sound/qsampler/qsampler-0.4.0-r1.ebuild
deleted file mode 100644
index f64b383de28..00000000000
--- a/media-sound/qsampler/qsampler-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils qmake-utils
-
-DESCRIPTION="A graphical frontend to the LinuxSampler engine"
-HOMEPAGE="http://www.linuxsampler.org/"
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +libgig"
-
-DEPEND="media-libs/alsa-lib
-	>=media-libs/liblscp-0.5.6:=
-	x11-libs/libX11
-	libgig? ( >=media-libs/libgig-3.3.0:= )
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtx11extras:5
-	dev-qt/qtwidgets:5"
-RDEPEND="${DEPEND}
-	>=media-sound/linuxsampler-0.5"
-DEPEND="${DEPEND}
-	dev-qt/linguist-tools:5"
-
-src_configure() {
-	ac_qmake="$(qt5_get_bindir)/qmake" \
-		econf $(use_enable debug) \
-		$(use_enable libgig) \
-		--disable-qt4 \
-		--enable-qt5
-	cd "${S}/src"
-	eqmake5 src.pro -o Makefile
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc AUTHORS ChangeLog README TODO TRANSLATORS
-	doman ${PN}.1
-}

diff --git a/media-sound/qsampler/qsampler-0.4.1.ebuild b/media-sound/qsampler/qsampler-0.4.1.ebuild
deleted file mode 100644
index 4dca71da49f..00000000000
--- a/media-sound/qsampler/qsampler-0.4.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils qmake-utils
-
-DESCRIPTION="A graphical frontend to the LinuxSampler engine"
-HOMEPAGE="http://www.linuxsampler.org/"
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +libgig"
-
-DEPEND="media-libs/alsa-lib
-	>=media-libs/liblscp-0.5.6:=
-	x11-libs/libX11
-	libgig? ( >=media-libs/libgig-3.3.0:= )
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtx11extras:5
-	dev-qt/qtwidgets:5"
-RDEPEND="${DEPEND}
-	>=media-sound/linuxsampler-0.5"
-DEPEND="${DEPEND}
-	dev-qt/linguist-tools:5"
-
-src_configure() {
-	ac_qmake="$(qt5_get_bindir)/qmake" \
-		econf $(use_enable debug) \
-		$(use_enable libgig) \
-		--disable-qt4
-	cd "${S}/src"
-	eqmake5 src.pro -o Makefile
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc AUTHORS ChangeLog README TODO TRANSLATORS
-	doman ${PN}.1
-}

diff --git a/media-sound/qsampler/qsampler-0.4.2.ebuild b/media-sound/qsampler/qsampler-0.4.2.ebuild
deleted file mode 100644
index 4dca71da49f..00000000000
--- a/media-sound/qsampler/qsampler-0.4.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils qmake-utils
-
-DESCRIPTION="A graphical frontend to the LinuxSampler engine"
-HOMEPAGE="http://www.linuxsampler.org/"
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +libgig"
-
-DEPEND="media-libs/alsa-lib
-	>=media-libs/liblscp-0.5.6:=
-	x11-libs/libX11
-	libgig? ( >=media-libs/libgig-3.3.0:= )
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtx11extras:5
-	dev-qt/qtwidgets:5"
-RDEPEND="${DEPEND}
-	>=media-sound/linuxsampler-0.5"
-DEPEND="${DEPEND}
-	dev-qt/linguist-tools:5"
-
-src_configure() {
-	ac_qmake="$(qt5_get_bindir)/qmake" \
-		econf $(use_enable debug) \
-		$(use_enable libgig) \
-		--disable-qt4
-	cd "${S}/src"
-	eqmake5 src.pro -o Makefile
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc AUTHORS ChangeLog README TODO TRANSLATORS
-	doman ${PN}.1
-}

diff --git a/media-sound/qsampler/qsampler-0.4.3.ebuild b/media-sound/qsampler/qsampler-0.4.3.ebuild
deleted file mode 100644
index 6eebb29abc5..00000000000
--- a/media-sound/qsampler/qsampler-0.4.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils qmake-utils
-
-DESCRIPTION="A graphical frontend to the LinuxSampler engine"
-HOMEPAGE="http://qsampler.sourceforge.net http://www.linuxsampler.org/"
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +libgig"
-
-DEPEND="media-libs/alsa-lib
-	>=media-libs/liblscp-0.5.6:=
-	x11-libs/libX11
-	libgig? ( >=media-libs/libgig-3.3.0:= )
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtx11extras:5
-	dev-qt/qtwidgets:5"
-RDEPEND="${DEPEND}
-	>=media-sound/linuxsampler-0.5"
-DEPEND="${DEPEND}
-	dev-qt/linguist-tools:5"
-
-src_configure() {
-	ac_qmake="$(qt5_get_bindir)/qmake" \
-		econf $(use_enable debug) \
-		$(use_enable libgig) \
-		--disable-qt4
-	cd "${S}/src"
-	eqmake5 src.pro -o Makefile
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc AUTHORS ChangeLog README TODO TRANSLATORS
-	doman ${PN}.1
-}


             reply	other threads:[~2018-12-16 23:53 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-16 23:53 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-01  8:55 [gentoo-commits] repo/gentoo:master commit in: media-sound/qsampler/ Andreas Sturmlechner
2025-01-01  8:55 Andreas Sturmlechner
2024-07-20 10:07 Miroslav Šulc
2024-07-19 15:43 Arthur Zamarin
2024-06-24  7:19 Miroslav Šulc
2024-06-19 11:24 Sam James
2024-06-19  8:36 Miroslav Šulc
2024-06-02  9:14 Miroslav Šulc
2024-05-31 14:14 Arthur Zamarin
2024-05-20  9:17 Miroslav Šulc
2024-04-20  8:01 Miroslav Šulc
2024-02-27 10:49 Miroslav Šulc
2024-02-24 15:26 Arthur Zamarin
2024-01-24  9:42 Miroslav Šulc
2024-01-04 10:13 Miroslav Šulc
2024-01-04 10:13 Miroslav Šulc
2023-09-11  7:35 Miroslav Šulc
2023-08-13  6:56 Miroslav Šulc
2023-08-12  7:52 Arthur Zamarin
2023-07-03  8:43 Miroslav Šulc
2023-07-03  8:23 Miroslav Šulc
2023-06-02  6:52 Miroslav Šulc
2023-05-06  5:07 Miroslav Šulc
2023-05-05 16:04 Arthur Zamarin
2023-04-01  5:25 Miroslav Šulc
2023-03-31 11:40 Arthur Zamarin
2023-03-27 10:51 Miroslav Šulc
2023-03-27 10:51 Miroslav Šulc
2022-12-29  8:39 Miroslav Šulc
2022-12-25 22:17 Andreas Sturmlechner
2022-11-14 15:24 Alexis Ballier
2022-05-08  6:21 Miroslav Šulc
2022-05-08  4:10 Sam James
2022-04-05  5:27 Miroslav Šulc
2022-02-11 13:21 Miroslav Šulc
2022-02-11 12:25 Sam James
2022-01-11  8:54 Miroslav Šulc
2021-12-06  9:38 Miroslav Šulc
2021-12-06  9:12 Miroslav Šulc
2021-08-07 14:47 Miroslav Šulc
2021-08-07 14:43 Sam James
2021-07-06  4:39 Miroslav Šulc
2021-06-12  9:49 Miroslav Šulc
2021-06-12  1:18 Sam James
2021-05-29 16:08 Miroslav Šulc
2021-05-29 15:23 Sam James
2021-05-12  5:50 Miroslav Šulc
2021-04-27 18:05 Miroslav Šulc
2021-03-08  8:17 Miroslav Šulc
2021-03-07 19:46 Sam James
2021-02-15  9:03 Sam James
2020-12-20 17:48 Sam James
2020-08-22 16:06 Andreas Sturmlechner
2019-12-26 10:06 Miroslav Šulc
2019-12-16 12:21 Agostino Sarubbo
2019-12-13 12:41 Miroslav Šulc
2019-12-13 11:47 Miroslav Šulc
2019-12-13 11:27 Miroslav Šulc
2019-11-13 14:58 Miroslav Šulc
2017-05-09  7:14 Alexis Ballier
2016-11-15  9:09 Alexis Ballier
2016-09-26 15:03 Alexis Ballier
2016-09-26 15:03 Alexis Ballier
2016-09-15 11:29 Alexis Ballier
2016-09-15 11:28 Alexis Ballier
2016-08-30 12:49 Alexis Ballier
2016-04-23 13:18 Davide Pesavento
2015-08-12  9:31 Ben de Groot
2015-08-12  9:31 Ben de Groot

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=1545004400.eee028218f7485a4bffe97154d8ceabd078481bf.asturm@gentoo \
    --to=asturm@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