* [gentoo-commits] repo/proj/guru:master commit in: sys-apps/sampler-bin/
@ 2020-10-01 12:10 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2020-10-01 12:10 UTC (permalink / raw
To: gentoo-commits
commit: 56fcd3819f7c6892e7047355d26a24b41b3d268c
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 29 02:43:10 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Sep 29 02:43:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56fcd381
sys-apps/sampler-bin: add bin version of sampler
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sys-apps/sampler-bin/Manifest | 1 +
sys-apps/sampler-bin/metadata.xml | 11 +++++++++++
sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild | 25 +++++++++++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/sys-apps/sampler-bin/Manifest b/sys-apps/sampler-bin/Manifest
new file mode 100644
index 00000000..1e0309bb
--- /dev/null
+++ b/sys-apps/sampler-bin/Manifest
@@ -0,0 +1 @@
+DIST sampler-bin-1.1.0 5587072 BLAKE2B 6fe196d756a62f7ce9b940b914877f28618c25b817f309c75c9c8e36e71bddb4cd0e0e5089832bec9d732a8fcfd8647e5c3ebf926ddcca088805904b057fc55e SHA512 0e8e14c5e5cc1718268cf2fb466ebb742b4f1b88412b12500e9e2b92cf445fa74475ddef2bb8a57f475a2095fca490643b9204389605fec2e561d878925dccb3
diff --git a/sys-apps/sampler-bin/metadata.xml b/sys-apps/sampler-bin/metadata.xml
new file mode 100644
index 00000000..998eee75
--- /dev/null
+++ b/sys-apps/sampler-bin/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">sqshq/sampler</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild b/sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild
new file mode 100644
index 00000000..7e9c99e3
--- /dev/null
+++ b/sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="visualizer for shell commands, executions and alerting"
+HOMEPAGE="https://sampler.dev"
+
+SRC_URI="https://github.com/sqshq/sampler/releases/download/v1.1.0/sampler-1.1.0-linux-amd64 -> ${P}"
+S="${WORKDIR}"
+
+#https://github.com/sqshq/sampler/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT+=" test"
+
+RDEPEND+="media-libs/alsa-lib"
+
+src_install() {
+ cp "${DISTDIR}"/${P} "${S}"/sampler-bin
+ dobin sampler-bin
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sys-apps/sampler-bin/
@ 2021-04-23 8:47 Haelwenn Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Haelwenn Monnier @ 2021-04-23 8:47 UTC (permalink / raw
To: gentoo-commits
commit: 30d6f9d7a0604efc0847e3463c460aef7cc0ebd4
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Apr 22 13:16:18 2021 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Apr 22 13:16:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30d6f9d7
sys-apps/sampler-bin: add QA prebuilt
Closes: https://bugs.gentoo.org/781665
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild b/sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild
index 7e9c99e3a..a531de187 100644
--- a/sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild
+++ b/sys-apps/sampler-bin/sampler-bin-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,17 +9,14 @@ HOMEPAGE="https://sampler.dev"
SRC_URI="https://github.com/sqshq/sampler/releases/download/v1.1.0/sampler-1.1.0-linux-amd64 -> ${P}"
S="${WORKDIR}"
-#https://github.com/sqshq/sampler/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
-RESTRICT+=" test"
+QA_PREBUILT="*"
-RDEPEND+="media-libs/alsa-lib"
+RDEPEND="media-libs/alsa-lib"
src_install() {
- cp "${DISTDIR}"/${P} "${S}"/sampler-bin
- dobin sampler-bin
+ newbin "${DISTDIR}"/${P} sampler-bin
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-23 8:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-23 8:47 [gentoo-commits] repo/proj/guru:master commit in: sys-apps/sampler-bin/ Haelwenn Monnier
-- strict thread matches above, loose matches on Subject: below --
2020-10-01 12:10 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox