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/qsynth/
Date: Thu, 21 Dec 2017 09:40:56 +0000 (UTC)	[thread overview]
Message-ID: <1513848971.3f585a1edb6e5d4e42422f822fad22e7051d1dd1.asturm@gentoo> (raw)

commit:     3f585a1edb6e5d4e42422f822fad22e7051d1dd1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 09:36:11 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 09:36:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f585a1e

media-sound/qsynth: Drop old

Closes: https://bugs.gentoo.org/631912
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-sound/qsynth/Manifest               |  3 --
 media-sound/qsynth/qsynth-0.3.9.ebuild    | 57 -----------------------------
 media-sound/qsynth/qsynth-0.4.2-r1.ebuild | 60 -------------------------------
 media-sound/qsynth/qsynth-0.4.3.ebuild    | 60 -------------------------------
 4 files changed, 180 deletions(-)

diff --git a/media-sound/qsynth/Manifest b/media-sound/qsynth/Manifest
index 899e87b3346..f7f4c221e80 100644
--- a/media-sound/qsynth/Manifest
+++ b/media-sound/qsynth/Manifest
@@ -1,4 +1 @@
-DIST qsynth-0.3.9.tar.gz 255130 BLAKE2B b19043464ebc31c58e41174b8cbddd74ab1ed2bd3e70a6eef84127e3b42d67d61e9194fb31a260eb34148e015d194d65243a550d69d83dfe06d5937596c5f149 SHA512 7702dc9eb3d38d338dcab5587e02e9fcdaffbe6188437e3b0f54b07499553f7a7d083f233cd21963a908578108f82c0d904b68da2f156ca0ab489e989b5787a8
-DIST qsynth-0.4.2.tar.gz 252394 BLAKE2B ece24d08638f2b7f607f02f049132d4a1c79fad7997b92de03a66b2e55f77e477b63dd87b3d6b5c297191896147845b31bcf8ddc3bd88ddc21945d92e655c24a SHA512 d951969b6a4ea185b9c732867559000e91e73b69fcd19974d406516ce79c0040b598ee578cc10aa2ed199f652535e061fe8178c8b37651438e605a0bc3ee674e
-DIST qsynth-0.4.3.tar.gz 258870 BLAKE2B 63c821842109bdc9f76473c631c67499ac76a620ce1bddc231e322554f638b265ceff4a32e6cd0db7193fec9694c18a7c491c603dac8f4e082a717d5b3437049 SHA512 940a664e279890a0a5eaa557376fc10b60c13527ac813be8c3c6b29d04adf8b4c447846a7032c1f37ce6b8213093a7c1891fa7649371edb3cabc7142784b6782
 DIST qsynth-0.4.4.tar.gz 260482 BLAKE2B c36e80bbe71960e83ef2bb7a9f0383625b12bb1f3755319218d8144d3a6749a807634b6babd40891f2ad0fca045b2be55dcbe0c60bdcbd150d32177c38046bdd SHA512 8995881ab992b8d02f83797093d406391327a362d0c331d0c8e023e1695baff5acb589be08427a25563f159067a8965c89be114ce74583db98e5a816f73aa9f0

diff --git a/media-sound/qsynth/qsynth-0.3.9.ebuild b/media-sound/qsynth/qsynth-0.3.9.ebuild
deleted file mode 100644
index 477c7ca4b56..00000000000
--- a/media-sound/qsynth/qsynth-0.3.9.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-LANGS="cs de fr ru sr"
-
-inherit qt4-r2 eutils
-
-DESCRIPTION="A Qt application to control FluidSynth"
-HOMEPAGE="http://qsynth.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug jack alsa pulseaudio"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND=">=dev-qt/qtcore-4.2:4
-	>=dev-qt/qtgui-4.2:4
-	>=media-sound/fluidsynth-1.0.7a[jack?,alsa?,pulseaudio?]
-	x11-libs/libX11"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="|| ( alsa jack pulseaudio )"
-
-DOCS="AUTHORS ChangeLog README TODO TRANSLATORS"
-
-src_configure() {
-	econf $(use_enable debug)
-	eqmake4 "${PN}.pro" -o "${PN}.mak"
-}
-
-src_compile() {
-	"$(qt4_get_bindir)"/lupdate "${PN}.pro" || die "lupdate failed"
-	qt4-r2_src_compile
-}
-
-src_install () {
-	qt4-r2_src_install
-
-	# The desktop file is invalid, and we also change the command
-	# depending on useflags
-	rm -rf "${D}/usr/share/applications/qsynth.desktop"
-
-	local cmd
-	if use jack; then
-		cmd="qsynth"
-	elif use pulseaudio; then
-		cmd="qsynth -a pulseaudio"
-	elif use alsa; then
-		cmd="qsynth -a alsa"
-	else
-		cmd="qsynth -a oss"
-	fi
-
-	make_desktop_entry "${cmd}" Qsynth qsynth
-}

diff --git a/media-sound/qsynth/qsynth-0.4.2-r1.ebuild b/media-sound/qsynth/qsynth-0.4.2-r1.ebuild
deleted file mode 100644
index a11efc39ab9..00000000000
--- a/media-sound/qsynth/qsynth-0.4.2-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic qmake-utils
-
-DESCRIPTION="A Qt application to control FluidSynth"
-HOMEPAGE="http://qsynth.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug jack alsa pulseaudio"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	media-sound/fluidsynth[jack?,alsa?,pulseaudio?]
-	x11-libs/libX11"
-DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5
-"
-
-REQUIRED_USE="|| ( alsa jack pulseaudio )"
-
-PATCHES=( "${FILESDIR}/${PN}-0.4.0-qt5-tagging.patch" )
-
-src_configure() {
-	append-cxxflags -std=c++11
-	econf \
-		$(use_enable debug) \
-		--with-qt5=$(qt5_get_bindir)/..
-
-	eqmake5 ${PN}.pro -o ${PN}.mak
-}
-
-src_install () {
-	emake DESTDIR="${D}" INSTALL_ROOT="${D}" install
-	einstalldocs
-
-	# The desktop file is invalid, and we also change the command
-	# depending on useflags
-	rm "${ED}usr/share/applications/qsynth.desktop" || die
-
-	local cmd
-	if use jack; then
-		cmd="qsynth"
-	elif use pulseaudio; then
-		cmd="qsynth -a pulseaudio"
-	elif use alsa; then
-		cmd="qsynth -a alsa"
-	else
-		cmd="qsynth -a oss"
-	fi
-
-	make_desktop_entry "${cmd}" Qsynth qsynth
-}

diff --git a/media-sound/qsynth/qsynth-0.4.3.ebuild b/media-sound/qsynth/qsynth-0.4.3.ebuild
deleted file mode 100644
index a11efc39ab9..00000000000
--- a/media-sound/qsynth/qsynth-0.4.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic qmake-utils
-
-DESCRIPTION="A Qt application to control FluidSynth"
-HOMEPAGE="http://qsynth.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug jack alsa pulseaudio"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	media-sound/fluidsynth[jack?,alsa?,pulseaudio?]
-	x11-libs/libX11"
-DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5
-"
-
-REQUIRED_USE="|| ( alsa jack pulseaudio )"
-
-PATCHES=( "${FILESDIR}/${PN}-0.4.0-qt5-tagging.patch" )
-
-src_configure() {
-	append-cxxflags -std=c++11
-	econf \
-		$(use_enable debug) \
-		--with-qt5=$(qt5_get_bindir)/..
-
-	eqmake5 ${PN}.pro -o ${PN}.mak
-}
-
-src_install () {
-	emake DESTDIR="${D}" INSTALL_ROOT="${D}" install
-	einstalldocs
-
-	# The desktop file is invalid, and we also change the command
-	# depending on useflags
-	rm "${ED}usr/share/applications/qsynth.desktop" || die
-
-	local cmd
-	if use jack; then
-		cmd="qsynth"
-	elif use pulseaudio; then
-		cmd="qsynth -a pulseaudio"
-	elif use alsa; then
-		cmd="qsynth -a alsa"
-	else
-		cmd="qsynth -a oss"
-	fi
-
-	make_desktop_entry "${cmd}" Qsynth qsynth
-}


             reply	other threads:[~2017-12-21  9:40 UTC|newest]

Thread overview: 162+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-21  9:40 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-04 14:29 [gentoo-commits] repo/gentoo:master commit in: media-sound/qsynth/ Miroslav Šulc
2024-11-04  9:37 Sam James
2024-11-04  9:29 Sam James
2024-11-04  9:29 Sam James
2024-11-04  9:29 Sam James
2024-10-13  9:26 Miroslav Šulc
2024-10-12 14:57 Sam James
2024-10-12 11:22 Michał Górny
2024-10-12  9:44 Michał Górny
2024-10-12  9:44 Michał Górny
2024-10-04  9:25 Miroslav Šulc
2024-09-12  5:59 Miroslav Šulc
2024-07-20 10:06 Miroslav Šulc
2024-07-19 22:58 Sam James
2024-07-19 21:39 Sam James
2024-07-19 15:43 Arthur Zamarin
2024-07-19 15:06 Arthur Zamarin
2024-06-19  8:30 Miroslav Šulc
2024-06-08  8:12 Miroslav Šulc
2024-06-03 11:20 Sam James
2024-06-03 11:20 Sam James
2024-06-03 11:20 Sam James
2024-05-31 14:28 Sam James
2024-05-31 14:09 Arthur Zamarin
2024-05-31 12:04 Arthur Zamarin
2024-05-02  9:09 Miroslav Šulc
2024-04-13  7:52 Miroslav Šulc
2024-03-04 10:39 Miroslav Šulc
2024-03-02 20:41 Sam James
2024-02-24 10:07 Sam James
2024-02-24  7:08 Sam James
2024-02-23 17:33 Sam James
2024-01-24  9:40 Miroslav Šulc
2023-10-11  7:31 Miroslav Šulc
2023-10-10 20:48 Sam James
2023-10-10 15:09 Arthur Zamarin
2023-10-10 15:09 Arthur Zamarin
2023-10-10 15:09 Arthur Zamarin
2023-09-10  6:39 Miroslav Šulc
2023-08-15 15:32 Arthur Zamarin
2023-08-03 15:28 Sam James
2023-08-03 15:13 Sam James
2023-08-03 10:28 Arthur Zamarin
2023-08-03  5:45 Miroslav Šulc
2023-07-03  8:38 Miroslav Šulc
2023-06-02  6:59 Miroslav Šulc
2023-06-02  6:57 Miroslav Šulc
2023-06-02  6:57 Miroslav Šulc
2023-06-02  6:53 Miroslav Šulc
2023-01-30 16:34 Arthur Zamarin
2023-01-29 10:45 Sam James
2023-01-29 10:45 Sam James
2022-12-29  8:32 Miroslav Šulc
2022-12-17  9:33 Miroslav Šulc
2022-12-15 16:51 Arthur Zamarin
2022-12-15 16:51 Arthur Zamarin
2022-12-15 16:51 Arthur Zamarin
2022-12-15 16:51 Arthur Zamarin
2022-11-14 15:24 Alexis Ballier
2022-05-04 18:54 Miroslav Šulc
2022-05-04 14:40 Sam James
2022-05-04 14:40 Sam James
2022-04-04  6:08 Miroslav Šulc
2022-04-04  6:08 Miroslav Šulc
2022-03-17  9:06 Miroslav Šulc
2022-03-16 23:53 Sam James
2022-03-15  9:59 Jakov Smolić
2022-03-15  9:59 Jakov Smolić
2022-02-12 10:29 Miroslav Šulc
2022-02-11  8:50 Miroslav Šulc
2022-02-11  7:26 Agostino Sarubbo
2022-02-10 11:43 Sam James
2022-02-10  9:10 Jakov Smolić
2022-02-10  9:10 Jakov Smolić
2022-01-10  8:56 Miroslav Šulc
2021-08-08  6:00 Miroslav Šulc
2021-08-07 23:37 Sam James
2021-08-07 14:49 Sam James
2021-08-07  5:10 Agostino Sarubbo
2021-08-06 21:18 Sam James
2021-07-06  4:35 Miroslav Šulc
2021-06-12  9:51 Miroslav Šulc
2021-06-12  3:29 Sam James
2021-06-12  1:22 Sam James
2021-06-12  1:22 Sam James
2021-06-12  1:18 Sam James
2021-05-30 10:48 Miroslav Šulc
2021-05-30  9:59 Sam James
2021-05-30  9:50 Agostino Sarubbo
2021-05-29 15:23 Sam James
2021-05-29 13:28 Sam James
2021-05-12  5:46 Miroslav Šulc
2021-04-27 18:08 Miroslav Šulc
2021-03-08 10:26 Sam James
2021-03-08 10:25 Sam James
2021-03-08  5:32 Sam James
2021-03-07 23:06 Sam James
2021-01-25  9:37 Miroslav Šulc
2021-01-21  7:59 Miroslav Šulc
2020-10-13 15:02 Andreas Sturmlechner
2020-10-13  9:26 Agostino Sarubbo
2020-10-12 12:35 Agostino Sarubbo
2020-10-12 11:49 Agostino Sarubbo
2020-10-12 11:47 Agostino Sarubbo
2020-09-03 16:51 Miroslav Šulc
2020-08-22 16:06 Andreas Sturmlechner
2020-08-22 16:06 Andreas Sturmlechner
2020-05-09  8:41 Miroslav Šulc
2020-05-08 10:46 Agostino Sarubbo
2020-05-07 15:58 Agostino Sarubbo
2020-05-06  7:18 Sergei Trofimovich
2020-05-06  7:01 Sergei Trofimovich
2020-04-23  9:03 Georgy Yakovlev
2020-04-12  4:45 Miroslav Šulc
2020-04-11 16:12 Agostino Sarubbo
2020-04-11 16:00 Agostino Sarubbo
2020-04-09 12:25 Agostino Sarubbo
2020-04-03 14:42 Miroslav Šulc
2020-03-09 11:17 Miroslav Šulc
2019-12-13 10:01 Miroslav Šulc
2019-12-13  7:36 Agostino Sarubbo
2019-12-10 10:54 Agostino Sarubbo
2019-12-03 10:03 Agostino Sarubbo
2019-11-01 12:32 Miroslav Šulc
2019-11-01 12:21 Miroslav Šulc
2019-11-01 12:16 Miroslav Šulc
2019-11-01 12:16 Miroslav Šulc
2019-08-13 11:40 Agostino Sarubbo
2019-08-11 21:30 Thomas Deutschmann
2019-08-08  7:43 Agostino Sarubbo
2019-05-25 20:59 Andreas Sturmlechner
2019-05-20 17:10 Andreas Sturmlechner
2019-05-20 11:13 Mikle Kolyada
2019-05-19 13:14 Thomas Deutschmann
2019-05-12 21:57 Sergei Trofimovich
2019-03-19  2:03 Thomas Deutschmann
2019-03-16 20:18 Sergei Trofimovich
2019-03-15 23:09 Mikle Kolyada
2019-03-10 22:46 Andreas Sturmlechner
2019-03-10 22:46 Andreas Sturmlechner
2018-11-09  0:43 Andreas Sturmlechner
2018-09-15  2:31 Andreas Sturmlechner
2018-09-13 11:05 Mikle Kolyada
2018-09-09  1:12 Thomas Deutschmann
2018-09-07 22:54 Sergei Trofimovich
2018-01-21 12:37 Alexis Ballier
2017-12-16 10:31 Tobias Klausmann
2017-10-23 19:51 Thomas Deutschmann
2017-09-24 17:23 Sergei Trofimovich
2017-05-09  7:14 Alexis Ballier
2016-11-15  9:09 Alexis Ballier
2016-10-21 22:19 David Seifert
2016-10-21 22:19 David Seifert
2016-10-21 22:19 David Seifert
2016-09-26 15:03 Alexis Ballier
2016-09-26 15:03 Alexis Ballier
2016-05-12 13:40 Alexis Ballier
2015-11-22 17:52 Michael Palimaka
2015-11-01 16:12 Mikle Kolyada
2015-09-24 12:38 Agostino Sarubbo
2015-09-14 13:24 Alexis Ballier

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=1513848971.3f585a1edb6e5d4e42422f822fad22e7051d1dd1.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