summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2020-12-20 18:56:34 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2020-12-20 18:56:34 +0100
commit44f4b7525c49f9d84b6e4098f099f9aa982acb60 (patch)
tree286364aafbc609830aa8dfe47e25ee5c2056f4c3 /media-sound/qsampler
parentmedia-sound/qsampler: Stabilize 0.6.3 amd64, #747679 (diff)
downloadgentoo-44f4b7525c49f9d84b6e4098f099f9aa982acb60.tar.gz
gentoo-44f4b7525c49f9d84b6e4098f099f9aa982acb60.tar.bz2
gentoo-44f4b7525c49f9d84b6e4098f099f9aa982acb60.zip
media-sound/qsampler: removed obsolete 0.5.6
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/qsampler')
-rw-r--r--media-sound/qsampler/Manifest1
-rw-r--r--media-sound/qsampler/files/qsampler-0.5.3-Makefile.patch10
-rw-r--r--media-sound/qsampler/qsampler-0.5.6.ebuild48
3 files changed, 0 insertions, 59 deletions
diff --git a/media-sound/qsampler/Manifest b/media-sound/qsampler/Manifest
index 54e462243bfb..66b24d017d63 100644
--- a/media-sound/qsampler/Manifest
+++ b/media-sound/qsampler/Manifest
@@ -1,2 +1 @@
-DIST qsampler-0.5.6.tar.gz 260607 BLAKE2B 52002ad95fe11266337f058124e7ae33947eb50ce5b12574c9091c10827bff2a8135a52bd53dd030be0394fdb39c2bd034308ae9d615c0b74ad660a06573446b SHA512 2a3a322fec31d9c66d7d1e9b4a7f74629e4b2bcf3ee2350bca8d450d2f68c41ac80563f8e28bd5314f00f0387503aa1e33c0b94ff518cca27b2ca93d9d72334e
DIST qsampler-0.6.3.tar.gz 284613 BLAKE2B a4ef67014578b4eb7b6f6e7b5da94b04253a40bed0cc413acfde62f4660d2e1d3485d301637d1871e7f20dcdac34ea81511738a4455f8690f40460d7ea4db72b SHA512 55fe16d5cfe0245cfedb228d448235997160471343191cf204347bb13c260be747a06fce2344b36a60c5877f89b32b0f4ac4861ed8a3d555d4cc798f21f5e1ae
diff --git a/media-sound/qsampler/files/qsampler-0.5.3-Makefile.patch b/media-sound/qsampler/files/qsampler-0.5.3-Makefile.patch
deleted file mode 100644
index 7f23e78b669a..000000000000
--- a/media-sound/qsampler/files/qsampler-0.5.3-Makefile.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/Makefile.in 2018-12-16 23:40:26.001395069 +0100
-+++ b/Makefile.in 2018-12-16 23:46:00.210638503 +0100
-@@ -109,7 +109,6 @@
- @install -d -v -m 0755 $(DESTDIR)$(mandir)/man1
- @install -v -m 0644 $(translations_targets) $(DESTDIR)$(translations_dir)
- @install -v -m 0644 $(name)*.1 $(DESTDIR)$(mandir)/man1
-- @gzip -vf $(DESTDIR)$(mandir)/man1/$(name)*.1
-
- uninstall: $(DESTDIR)$(prefix)/bin/$(name)
- @$(MAKE) INSTALL_ROOT=$(DESTDIR) -f $(name).mak uninstall
diff --git a/media-sound/qsampler/qsampler-0.5.6.ebuild b/media-sound/qsampler/qsampler-0.5.6.ebuild
deleted file mode 100644
index ab5a0073a2c5..000000000000
--- a/media-sound/qsampler/qsampler-0.5.6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils xdg
-
-DESCRIPTION="Graphical frontend to the LinuxSampler engine"
-HOMEPAGE="https://qsampler.sourceforge.io/ https://www.linuxsampler.org/"
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="debug +libgig"
-
-COMMON_DEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- media-libs/alsa-lib
- >=media-libs/liblscp-0.5.6:=
- x11-libs/libX11
- libgig? ( >=media-libs/libgig-3.3.0:= )
-"
-RDEPEND="${COMMON_DEPEND}
- >=media-sound/linuxsampler-0.5
-"
-DEPEND="${COMMON_DEPEND}
- dev-qt/linguist-tools:5
-"
-
-DOCS=( AUTHORS ChangeLog README TODO TRANSLATORS )
-
-PATCHES=( "${FILESDIR}/${PN}-0.5.3-Makefile.patch" )
-
-src_configure() {
- local myeconfargs=(
- $(use_enable debug)
- $(use_enable libgig)
- )
- ac_qmake="$(qt5_get_bindir)/qmake" \
- econf "${myeconfargs[@]}"
-
- cd src || die
- eqmake5 src.pro -o Makefile
-}