Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/sampler-bin/
Date: Thu, 22 Apr 2021 13:16:29
Message-Id: 1619097378.30d6f9d7a0604efc0847e3463c460aef7cc0ebd4.epsilon-0@gentoo
1 commit: 30d6f9d7a0604efc0847e3463c460aef7cc0ebd4
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Thu Apr 22 13:16:18 2021 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Thu Apr 22 13:16:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30d6f9d7
7
8 sys-apps/sampler-bin: add QA prebuilt
9
10 Closes: https://bugs.gentoo.org/781665
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
13
14 sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild | 11 ++++-------
15 1 file changed, 4 insertions(+), 7 deletions(-)
16
17 diff --git a/sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild b/sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild
18 index 7e9c99e3a..a531de187 100644
19 --- a/sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild
20 +++ b/sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -9,17 +9,14 @@ HOMEPAGE="https://sampler.dev"
28 SRC_URI="https://github.com/sqshq/sampler/releases/download/v1.1.0/sampler-1.1.0-linux-amd64 -> ${P}"
29 S="${WORKDIR}"
30
31 -#https://github.com/sqshq/sampler/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 LICENSE="GPL-3"
34 SLOT="0"
35 KEYWORDS="~amd64"
36
37 -RESTRICT+=" test"
38 +QA_PREBUILT="*"
39
40 -RDEPEND+="media-libs/alsa-lib"
41 +RDEPEND="media-libs/alsa-lib"
42
43 src_install() {
44 - cp "${DISTDIR}"/${P} "${S}"/sampler-bin
45 - dobin sampler-bin
46 + newbin "${DISTDIR}"/${P} sampler-bin
47 }