public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/primus/
@ 2016-10-16 21:38 Jason Donenfeld
  0 siblings, 0 replies; 8+ messages in thread
From: Jason Donenfeld @ 2016-10-16 21:38 UTC (permalink / raw
  To: gentoo-commits

commit:     5f61c4613f58d92bed8670f63745b18606c43a55
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 21:34:19 2016 +0000
Commit:     Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 21:38:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f61c461

x11-misc/primus: import just-released version

Package-Manager: portage-2.3.2

 x11-misc/primus/Manifest          |  1 +
 x11-misc/primus/metadata.xml      | 19 ++++++++++++++++++
 x11-misc/primus/primus-0.2.ebuild | 41 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 61 insertions(+)

diff --git a/x11-misc/primus/Manifest b/x11-misc/primus/Manifest
new file mode 100644
index 00000000..ba79c4a
--- /dev/null
+++ b/x11-misc/primus/Manifest
@@ -0,0 +1 @@
+DIST primus-0.2.tar.gz 26248 SHA256 beccce83d6e493ecb45589fd02d7b0b0e5b406b136f4ad62d20d4cbac9d54fec SHA512 4108f4e721c9cd8f8dc592a41706230b29bbcfcb8ba49e61d1f07f715c81304471e0d00407bc59a314568b3b42e19f0962ba1dbb8ef1996fe0d4ac13af2e3d2b WHIRLPOOL 13eec30fea2341bb2f35590a2122a406e181726bb2e5ed86078bc0643fe608c70e5d5677b74a301e2af0315f9e208156c3728a94106017f016a7e73ed1ad7eb5

diff --git a/x11-misc/primus/metadata.xml b/x11-misc/primus/metadata.xml
new file mode 100644
index 00000000..721c730
--- /dev/null
+++ b/x11-misc/primus/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>zx2c4@gentoo.org</email>
+		<name>Jason A. Donenfeld</name>
+	</maintainer>
+	<maintainer type="person">
+		<email>amonakov@ispras.ru</email>
+		<name>Alexander Monakov</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">amonakov/primus</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/x11-misc/primus/primus-0.2.ebuild b/x11-misc/primus/primus-0.2.ebuild
new file mode 100644
index 00000000..e6b14f2
--- /dev/null
+++ b/x11-misc/primus/primus-0.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+
+inherit multilib-build
+
+DESCRIPTION="Faster OpenGL offloading for Bumblebee"
+HOMEPAGE="https://github.com/amonakov/primus"
+SRC_URI="https://github.com/amonakov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+EGIT_REPO_URI="git://github.com/amonakov/primus.git https://github.com/amonakov/primus.git"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	x11-misc/bumblebee
+	x11-drivers/nvidia-drivers[compat]
+"
+DEPEND="virtual/opengl"
+
+src_compile() {
+	export PRIMUS_libGLa='/usr/$$LIB/opengl/nvidia/lib/libGL.so.1'
+	mymake() {
+		emake LIBDIR=$(get_libdir)
+	}
+	multilib_parallel_foreach_abi mymake
+}
+
+src_install() {
+	sed -i -e "s#^PRIMUS_libGL=.*#PRIMUS_libGL='/usr/\$LIB/primus'#" primusrun
+	dobin primusrun
+	myinst() {
+		insinto /usr/$(get_libdir)/primus
+		doins "${S}"/$(get_libdir)/libGL.so.1
+	}
+	multilib_foreach_abi myinst
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/primus/
@ 2017-07-30  9:23 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2017-07-30  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     01981005a182365cd42468c3d4fd32337763ddf2
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 15:12:59 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:22:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01981005

x11-misc/primus: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-misc/primus/primus-0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/primus/primus-0.2.ebuild b/x11-misc/primus/primus-0.2.ebuild
index 7bbd6f83db7..6cd89d1ee18 100644
--- a/x11-misc/primus/primus-0.2.ebuild
+++ b/x11-misc/primus/primus-0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit multilib-build
 DESCRIPTION="Faster OpenGL offloading for Bumblebee"
 HOMEPAGE="https://github.com/amonakov/primus"
 SRC_URI="https://github.com/amonakov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-EGIT_REPO_URI="git://github.com/amonakov/primus.git https://github.com/amonakov/primus.git"
+EGIT_REPO_URI="https://github.com/amonakov/${PN}.git"
 
 LICENSE="ISC"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/primus/
@ 2017-10-03  6:58 Jonas Stein
  0 siblings, 0 replies; 8+ messages in thread
From: Jonas Stein @ 2017-10-03  6:58 UTC (permalink / raw
  To: gentoo-commits

commit:     eee0e68c49fae188cb87ddfea19afa780acfa7a2
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 06:57:41 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 06:57:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee0e68c

x11-misc/primus: Remove proxied maintainer

Removed proxied maintainer, because he was added by mistake.
This was part of bug 633310.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 x11-misc/primus/metadata.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/x11-misc/primus/metadata.xml b/x11-misc/primus/metadata.xml
index 721c730bea9..7eea5579ed4 100644
--- a/x11-misc/primus/metadata.xml
+++ b/x11-misc/primus/metadata.xml
@@ -5,14 +5,6 @@
 		<email>zx2c4@gentoo.org</email>
 		<name>Jason A. Donenfeld</name>
 	</maintainer>
-	<maintainer type="person">
-		<email>amonakov@ispras.ru</email>
-		<name>Alexander Monakov</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
 	<upstream>
 		<remote-id type="github">amonakov/primus</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/primus/
@ 2021-02-14 15:49 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2021-02-14 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     70fbc99d02dbdc2e009b46f5564c6f9c5e1a1fb2
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 15:49:03 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 15:49:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fbc99d

x11-misc/primus: Update libglvnd USEdep on nvidia

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-misc/primus/{primus-0.2-r2.ebuild => primus-0.2-r3.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/primus/primus-0.2-r2.ebuild b/x11-misc/primus/primus-0.2-r3.ebuild
similarity index 95%
rename from x11-misc/primus/primus-0.2-r2.ebuild
rename to x11-misc/primus/primus-0.2-r3.ebuild
index a25dcfebb0f..b70260a99d7 100644
--- a/x11-misc/primus/primus-0.2-r2.ebuild
+++ b/x11-misc/primus/primus-0.2-r3.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=6
@@ -17,7 +17,7 @@ IUSE="+libglvnd"
 
 RDEPEND="
 	x11-misc/bumblebee
-	x11-drivers/nvidia-drivers[libglvnd(-)=]
+	x11-drivers/nvidia-drivers[libglvnd(+)=]
 "
 DEPEND="virtual/opengl"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/primus/
@ 2021-03-21 15:53 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2021-03-21 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d40faa721a828b159942045e191e82b9a8525981
Author:     Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Sun Mar 21 15:52:07 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 15:52:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40faa72

x11-misc/primus: remove old 0.2

nvidia-drivers[compat] wasn't providing compat libraries anymore
making this unusable, and now the flag is being removed.

Bug: https://bugs.gentoo.org/774111
Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-misc/primus/primus-0.2.ebuild | 40 ---------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/x11-misc/primus/primus-0.2.ebuild b/x11-misc/primus/primus-0.2.ebuild
deleted file mode 100644
index 6cd89d1ee18..00000000000
--- a/x11-misc/primus/primus-0.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-build
-
-DESCRIPTION="Faster OpenGL offloading for Bumblebee"
-HOMEPAGE="https://github.com/amonakov/primus"
-SRC_URI="https://github.com/amonakov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-EGIT_REPO_URI="https://github.com/amonakov/${PN}.git"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	x11-misc/bumblebee
-	x11-drivers/nvidia-drivers[compat]
-"
-DEPEND="virtual/opengl"
-
-src_compile() {
-	export PRIMUS_libGLa='/usr/$$LIB/opengl/nvidia/lib/libGL.so.1'
-	mymake() {
-		emake LIBDIR=$(get_libdir)
-	}
-	multilib_parallel_foreach_abi mymake
-}
-
-src_install() {
-	sed -i -e "s#^PRIMUS_libGL=.*#PRIMUS_libGL='/usr/\$LIB/primus'#" primusrun
-	dobin primusrun
-	myinst() {
-		insinto /usr/$(get_libdir)/primus
-		doins "${S}"/$(get_libdir)/libGL.so.1
-	}
-	multilib_foreach_abi myinst
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/primus/
@ 2023-03-31  0:26 Ionen Wolkens
  0 siblings, 0 replies; 8+ messages in thread
From: Ionen Wolkens @ 2023-03-31  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a66da50735e8552adbdf31b835e30eb99f4b5572
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 23:44:38 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 00:23:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66da507

x11-misc/primus: unkeyword 0.2-r3 for ~x86

nvidia-drivers is no longer available on x86, or at least
unmasked. Could mask this together rather than unkeyworded,
but it's very unlikely this works properly with 0/390 given
the semi-broken glvnd support.

If anything, it may make more sense to last rite this...

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-misc/primus/primus-0.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/primus/primus-0.2-r3.ebuild b/x11-misc/primus/primus-0.2-r3.ebuild
index b70260a99d7b..3a4c0197ea9a 100644
--- a/x11-misc/primus/primus-0.2-r3.ebuild
+++ b/x11-misc/primus/primus-0.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/amonakov/${PN}.git"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 IUSE="+libglvnd"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/primus/
@ 2024-05-30  5:56 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-05-30  5:56 UTC (permalink / raw
  To: gentoo-commits

commit:     639b2e2b7df98733299d73e516a341b603e78136
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed May 29 19:10:22 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 30 05:55:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639b2e2b

x11-misc/primus: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/primus/primus-0.2-r4.ebuild | 62 ++++++++++++++++++++++++++++++++++++
 1 file changed, 62 insertions(+)

diff --git a/x11-misc/primus/primus-0.2-r4.ebuild b/x11-misc/primus/primus-0.2-r4.ebuild
new file mode 100644
index 000000000000..acd44b6182fd
--- /dev/null
+++ b/x11-misc/primus/primus-0.2-r4.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-build
+
+DESCRIPTION="Faster OpenGL offloading for Bumblebee"
+HOMEPAGE="https://github.com/amonakov/primus"
+SRC_URI="https://github.com/amonakov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+EGIT_REPO_URI="https://github.com/amonakov/${PN}.git"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+libglvnd"
+
+RDEPEND="
+	x11-misc/bumblebee
+	x11-drivers/nvidia-drivers[libglvnd(+)=]
+"
+DEPEND="virtual/opengl"
+
+PATCHES=(
+	"${FILESDIR}/primus-0.2-libglvnd-workaround.patch"
+	"${FILESDIR}/primus-0.2-respect-ldflags.patch"
+)
+
+src_prepare() {
+	default
+	# Exported values don't always seem to be used.  Until source fixed,
+	# patch primusrun script
+	if use libglvnd; then
+		sed -i "/libGLa/a export PRIMUS_libGLa='\/usr\/\$LIB\/libGLX_nvidia.so.0'" primusrun || die
+		sed -i "/libGLd/a export PRIMUS_libGLd='\/usr\/\$LIB\/libGLX.so.0'" primusrun || die
+	else
+		sed -i "/libGLa/a export PRIMUS_libGLa='\/usr\/$$LIB\/opengl\/nvidia\/lib/libGL.so.1'" primusrun || die
+	fi
+}
+
+src_compile() {
+	if use libglvnd; then
+		export PRIMUS_libGLa='/usr/$$LIB/libGLX_nvidia.so.0'
+		export PRIMUS_libGLd='/usr/$$LIB/libGLX.so.0'
+	else
+		export PRIMUS_libGLa='/usr/$$LIB/opengl/nvidia/lib/libGL.so.1'
+	fi
+	mymake() {
+		emake LIBDIR=$(get_libdir)
+	}
+	multilib_parallel_foreach_abi mymake
+}
+
+src_install() {
+	sed -i -e "s#^PRIMUS_libGL=.*#PRIMUS_libGL='/usr/\$LIB/primus'#" primusrun || die
+	dobin primusrun
+	myinst() {
+		insinto /usr/$(get_libdir)/primus
+		doins "${S}"/$(get_libdir)/libGL.so.1
+	}
+	multilib_foreach_abi myinst
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/primus/
@ 2024-05-30  5:56 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-05-30  5:56 UTC (permalink / raw
  To: gentoo-commits

commit:     4dade50c47767d93116ce1331535b9cc63193299
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed May 29 19:10:34 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 30 05:55:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dade50c

x11-misc/primus: remove old

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36890
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/primus/primus-0.2-r3.ebuild | 62 ------------------------------------
 1 file changed, 62 deletions(-)

diff --git a/x11-misc/primus/primus-0.2-r3.ebuild b/x11-misc/primus/primus-0.2-r3.ebuild
deleted file mode 100644
index 3a4c0197ea9a..000000000000
--- a/x11-misc/primus/primus-0.2-r3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-build
-
-DESCRIPTION="Faster OpenGL offloading for Bumblebee"
-HOMEPAGE="https://github.com/amonakov/primus"
-SRC_URI="https://github.com/amonakov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-EGIT_REPO_URI="https://github.com/amonakov/${PN}.git"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+libglvnd"
-
-RDEPEND="
-	x11-misc/bumblebee
-	x11-drivers/nvidia-drivers[libglvnd(+)=]
-"
-DEPEND="virtual/opengl"
-
-PATCHES=(
-	"${FILESDIR}/primus-0.2-libglvnd-workaround.patch"
-	"${FILESDIR}/primus-0.2-respect-ldflags.patch"
-)
-
-src_prepare() {
-	default
-	# Exported values don't always seem to be used.  Until source fixed,
-	# patch primusrun script
-	if use libglvnd; then
-		sed -i "/libGLa/a export PRIMUS_libGLa='\/usr\/\$LIB\/libGLX_nvidia.so.0'" primusrun || die
-		sed -i "/libGLd/a export PRIMUS_libGLd='\/usr\/\$LIB\/libGLX.so.0'" primusrun || die
-	else
-		sed -i "/libGLa/a export PRIMUS_libGLa='\/usr\/$$LIB\/opengl\/nvidia\/lib/libGL.so.1'" primusrun || die
-	fi
-}
-
-src_compile() {
-	if use libglvnd; then
-		export PRIMUS_libGLa='/usr/$$LIB/libGLX_nvidia.so.0'
-		export PRIMUS_libGLd='/usr/$$LIB/libGLX.so.0'
-	else
-		export PRIMUS_libGLa='/usr/$$LIB/opengl/nvidia/lib/libGL.so.1'
-	fi
-	mymake() {
-		emake LIBDIR=$(get_libdir)
-	}
-	multilib_parallel_foreach_abi mymake
-}
-
-src_install() {
-	sed -i -e "s#^PRIMUS_libGL=.*#PRIMUS_libGL='/usr/\$LIB/primus'#" primusrun
-	dobin primusrun
-	myinst() {
-		insinto /usr/$(get_libdir)/primus
-		doins "${S}"/$(get_libdir)/libGL.so.1
-	}
-	multilib_foreach_abi myinst
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-05-30  5:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-14 15:49 [gentoo-commits] repo/gentoo:master commit in: x11-misc/primus/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2024-05-30  5:56 Arthur Zamarin
2024-05-30  5:56 Arthur Zamarin
2023-03-31  0:26 Ionen Wolkens
2021-03-21 15:53 David Seifert
2017-10-03  6:58 Jonas Stein
2017-07-30  9:23 Michał Górny
2016-10-16 21:38 Jason Donenfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox