* [gentoo-commits] repo/gentoo:master commit in: x11-misc/prime-run/
@ 2020-12-23 17:05 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2020-12-23 17:05 UTC (permalink / raw
To: gentoo-commits
commit: 7450812b6099c16879c79b5e02d5dc49537f48a1
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 17:04:45 2020 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 17:05:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7450812b
x11-misc/prime-run: Simple script to run on discrete card
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-misc/prime-run/Manifest | 1 +
x11-misc/prime-run/metadata.xml | 7 +++++++
x11-misc/prime-run/prime-run-1.0.ebuild | 23 +++++++++++++++++++++++
3 files changed, 31 insertions(+)
diff --git a/x11-misc/prime-run/Manifest b/x11-misc/prime-run/Manifest
new file mode 100644
index 00000000000..1256812b414
--- /dev/null
+++ b/x11-misc/prime-run/Manifest
@@ -0,0 +1 @@
+DIST prime-run-1.0 112 BLAKE2B d4b69c9eef04201554f18a7fbcf741fd8712792f06d5a94e31bb5424479df6bbcdf4399c8f9d0f911b12999794ef6f88ab54e38145c41d4cc53e5f5922cac203 SHA512 d9158ddee6ec105796d86ac42b32c6c925cfa866d5e25c64d5a29be47fe393ace0efb4ef8a3e7cff699abc599d28ee46866dcbfdfd1920122e426ee262c562e6
diff --git a/x11-misc/prime-run/metadata.xml b/x11-misc/prime-run/metadata.xml
new file mode 100644
index 00000000000..020b40648ee
--- /dev/null
+++ b/x11-misc/prime-run/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>pacho@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/x11-misc/prime-run/prime-run-1.0.ebuild b/x11-misc/prime-run/prime-run-1.0.ebuild
new file mode 100644
index 00000000000..ea4e509c801
--- /dev/null
+++ b/x11-misc/prime-run/prime-run-1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wrapper to run app with NVIDIA"
+HOMEPAGE="https://github.com/archlinux/svntogit-packages/tree/packages/nvidia-prime/trunk https://archlinux.org/packages/extra/any/nvidia-prime/"
+SRC_URI="https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/nvidia-prime/trunk/prime-run -> ${P}"
+
+# https://github.com/archlinux/svntogit-packages/blob/packages/nvidia-prime/trunk/PKGBUILD
+LICENSE="GPL-1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}"
+
+src_install() {
+ newbin "${DISTDIR}"/${P} ${PN}
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/prime-run/
@ 2020-12-23 17:05 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2020-12-23 17:05 UTC (permalink / raw
To: gentoo-commits
commit: 4abb4096cbd587b55267bbd15003811c9d3e154f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 17:04:56 2020 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 17:05:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abb4096
x11-misc/prime-run: Stabilize
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-misc/prime-run/prime-run-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/prime-run/prime-run-1.0.ebuild b/x11-misc/prime-run/prime-run-1.0.ebuild
index ea4e509c801..9b2ea5bde5c 100644
--- a/x11-misc/prime-run/prime-run-1.0.ebuild
+++ b/x11-misc/prime-run/prime-run-1.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/
# https://github.com/archlinux/svntogit-packages/blob/packages/nvidia-prime/trunk/PKGBUILD
LICENSE="GPL-1"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
DEPEND=""
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/prime-run/
@ 2020-12-23 20:33 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2020-12-23 20:33 UTC (permalink / raw
To: gentoo-commits
commit: 739e11d646bea38f5d4bf5e7d2e684cb6f01e03e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 20:33:37 2020 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 20:33:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739e11d6
x11-misc/prime-run: Improve description
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-misc/prime-run/prime-run-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/prime-run/prime-run-1.0.ebuild b/x11-misc/prime-run/prime-run-1.0.ebuild
index 9b2ea5bde5c..087aea49cd3 100644
--- a/x11-misc/prime-run/prime-run-1.0.ebuild
+++ b/x11-misc/prime-run/prime-run-1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-DESCRIPTION="Wrapper to run app with NVIDIA"
+DESCRIPTION="Run programs on the discrete nVidia video card"
HOMEPAGE="https://github.com/archlinux/svntogit-packages/tree/packages/nvidia-prime/trunk https://archlinux.org/packages/extra/any/nvidia-prime/"
SRC_URI="https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/nvidia-prime/trunk/prime-run -> ${P}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/prime-run/
@ 2023-06-30 13:33 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-06-30 13:33 UTC (permalink / raw
To: gentoo-commits
commit: 418d9d33e0301b46602e8f3f09f6ea4f78b166f5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 13:27:29 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 13:27:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418d9d33
x11-misc/prime-run: drop blank DEPEND/RDEPEND
This makes it hard to grep for actual mistakes like DEPEND=DEPEND.
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/prime-run/prime-run-1.0.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/x11-misc/prime-run/prime-run-1.0.ebuild b/x11-misc/prime-run/prime-run-1.0.ebuild
index 087aea49cd30..7f1956bce524 100644
--- a/x11-misc/prime-run/prime-run-1.0.ebuild
+++ b/x11-misc/prime-run/prime-run-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,10 +12,6 @@ LICENSE="GPL-1"
SLOT="0"
KEYWORDS="amd64"
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
S="${WORKDIR}"
src_install() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-06-30 13:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-23 17:05 [gentoo-commits] repo/gentoo:master commit in: x11-misc/prime-run/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2020-12-23 17:05 Pacho Ramos
2020-12-23 20:33 Pacho Ramos
2023-06-30 13:33 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox