Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qsampler/
Date: Mon, 06 Dec 2021 09:38:06
Message-Id: 1638783475.9d0657a4ab306664bc2d58cb0cf2e0b522b5ea04.fordfrog@gentoo
1 commit: 9d0657a4ab306664bc2d58cb0cf2e0b522b5ea04
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 6 09:37:55 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 6 09:37:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0657a4
7
8 media-sound/qsampler: removed unused eclass
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-sound/qsampler/qsampler-0.9.4.ebuild | 2 +-
14 media-sound/qsampler/qsampler-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-sound/qsampler/qsampler-0.9.4.ebuild b/media-sound/qsampler/qsampler-0.9.4.ebuild
18 index b1939a889744..6e2be545d90a 100644
19 --- a/media-sound/qsampler/qsampler-0.9.4.ebuild
20 +++ b/media-sound/qsampler/qsampler-0.9.4.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -inherit cmake qmake-utils xdg
26 +inherit cmake xdg
27
28 if [[ ${PV} == *9999* ]]; then
29 EGIT_REPO_URI="https://git.code.sf.net/p/qsampler/code"
30
31 diff --git a/media-sound/qsampler/qsampler-9999.ebuild b/media-sound/qsampler/qsampler-9999.ebuild
32 index c50e5821ab00..8b26d4432493 100644
33 --- a/media-sound/qsampler/qsampler-9999.ebuild
34 +++ b/media-sound/qsampler/qsampler-9999.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -inherit cmake qmake-utils xdg
40 +inherit cmake xdg
41
42 if [[ ${PV} == *9999* ]]; then
43 EGIT_REPO_URI="https://git.code.sf.net/p/qsampler/code"