public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2017-02-25 14:15 David Seifert
  0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2017-02-25 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     3f98e84dd839085391f4dc5ccdefa80f268fc53e
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Wed Feb 22 16:00:03 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 14:14:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f98e84d

x11-misc/trayer-srg: EAPI bump 4 -> 6, Depend on x11-libs/gdk-pixbuf[X]

Gentoo-bug: https://bugs.gentoo.org/608598

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4057

 x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild                         | 2 +-
 .../{trayer-srg-1.1.6.ebuild => trayer-srg-1.1.6-r1.ebuild}         | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild
index b8d20f26c2..2e150e2a68 100644
--- a/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild
+++ b/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-RDEPEND="x11-libs/gdk-pixbuf:2
+RDEPEND="x11-libs/gdk-pixbuf:2[X]
 	x11-libs/gtk+:2
 	x11-libs/libX11
 	x11-libs/libXmu"

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild
similarity index 88%
rename from x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild
rename to x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild
index cf91cfb9d1..58fa1121f9 100644
--- a/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild
+++ b/x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
 inherit toolchain-funcs vcs-snapshot
 
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="x11-libs/gdk-pixbuf:2
+RDEPEND="x11-libs/gdk-pixbuf:2[X]
 	x11-libs/gtk+:2
 	x11-libs/libX11
 	x11-libs/libXmu"
@@ -28,5 +28,5 @@ src_compile() {
 
 src_install() {
 	dobin ${PN}
-	dodoc CHANGELOG CREDITS README TODO
+	einstalldocs
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2017-02-25 14:15 David Seifert
  0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2017-02-25 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     0c58f3b631642344a9608077eab463b16ff6f0c6
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Wed Feb 22 15:55:49 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 14:14:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c58f3b6

x11-misc/trayer-srg: Update license

Gentoo-bug: https://bugs.gentoo.org/610070

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4057

 x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild | 2 +-
 x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild
index 06a2a01a2d..b8d20f26c2 100644
--- a/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild
+++ b/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="trayer fork with multi monitor support and cleaned up codebase"
 HOMEPAGE="https://github.com/sargon/trayer-srg"
 SRC_URI="https://github.com/sargon/${PN}/tarball/${P/-srg/} -> ${P}.tar.gz"
 
-LICENSE="MIT"
+LICENSE="MIT GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild
index e142e9e258..cf91cfb9d1 100644
--- a/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild
+++ b/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="trayer fork with multi monitor support and cleaned up codebase"
 HOMEPAGE="https://github.com/sargon/trayer-srg"
 SRC_URI="https://github.com/sargon/${PN}/tarball/${P/-srg/} -> ${P}.tar.gz"
 
-LICENSE="MIT"
+LICENSE="MIT GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2017-04-01 10:24 David Seifert
  0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2017-04-01 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     5623a8b4e5e71d1fa3794a1b5b8d83c843fc3be5
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Mar 28 18:24:37 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 10:22:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5623a8b4

x11-misc/trayer-srg: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319

 x11-misc/trayer-srg/Manifest                |  1 -
 x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild | 31 -----------------------------
 2 files changed, 32 deletions(-)

diff --git a/x11-misc/trayer-srg/Manifest b/x11-misc/trayer-srg/Manifest
index 898c501b26d..87cbc050bb3 100644
--- a/x11-misc/trayer-srg/Manifest
+++ b/x11-misc/trayer-srg/Manifest
@@ -1,2 +1 @@
-DIST trayer-srg-1.1.5.tar.gz 27322 SHA256 98804500188c0bb99c7389ebea4b2e4dfffa2f3d06dc97e633b4934cf7c29757 SHA512 143277849c19f0caf8fcfb7c0e49f6caa1aec35e12a52cc9a92bdab0f64a9112334d998eb107e587755212d4421ff303582052206ac916b35f1e06e3e1d23277 WHIRLPOOL 37be63aa199a3c9271a7dbcc18c7b6639e81c746e9ba8cd772eb3f229723fad254c2d457ff6120278401124d98f0934857c2fb46fff5872518edc20d8af5fe19
 DIST trayer-srg-1.1.6.tar.gz 27576 SHA256 70acdf466e03a69715f8b90296ecbb14c5e8594f64a94d4b1ad1f5ba6b146a2e SHA512 456af94277dc237c516fff1589060b0b656040811ae48bba3c021be6310d104881c0eee7391d228d197db78e9bfb04773d4282ab2fe31717a4779b38bdb6739d WHIRLPOOL 6dc5394db31d73e6f8e28b4a86f0262108f946e2f0b111af3bd7c774cc84ea0b90e0eb0ba869c24b1dcdf477280dfaed10cf2c598ba5d075c372a28736434574

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild
deleted file mode 100644
index 33c2f8e20c6..00000000000
--- a/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit toolchain-funcs vcs-snapshot
-
-DESCRIPTION="trayer fork with multi monitor support and cleaned up codebase"
-HOMEPAGE="https://github.com/sargon/trayer-srg"
-SRC_URI="https://github.com/sargon/${PN}/tarball/${P/-srg/} -> ${P}.tar.gz"
-
-LICENSE="MIT GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/gdk-pixbuf:2[X]
-	x11-libs/gtk+:2
-	x11-libs/libX11
-	x11-libs/libXmu"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_compile() {
-	emake DEVEL=1 TARGET=${PN} CC="$(tc-getCC)"
-}
-
-src_install() {
-	dobin ${PN}
-	dodoc CHANGELOG CREDITS README TODO
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2017-04-16 18:57 David Seifert
  0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2017-04-16 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     97ac77b464d24a6e94d6aaabebd10ab54c0b2b72
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Mon Apr 10 09:40:53 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 18:57:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ac77b4

x11-misc/trayer-srg: Bump to 1.1.7

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4406

 x11-misc/trayer-srg/Manifest                |  1 +
 x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild | 40 +++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/x11-misc/trayer-srg/Manifest b/x11-misc/trayer-srg/Manifest
index 87cbc050bb3..a300481cd48 100644
--- a/x11-misc/trayer-srg/Manifest
+++ b/x11-misc/trayer-srg/Manifest
@@ -1 +1,2 @@
 DIST trayer-srg-1.1.6.tar.gz 27576 SHA256 70acdf466e03a69715f8b90296ecbb14c5e8594f64a94d4b1ad1f5ba6b146a2e SHA512 456af94277dc237c516fff1589060b0b656040811ae48bba3c021be6310d104881c0eee7391d228d197db78e9bfb04773d4282ab2fe31717a4779b38bdb6739d WHIRLPOOL 6dc5394db31d73e6f8e28b4a86f0262108f946e2f0b111af3bd7c774cc84ea0b90e0eb0ba869c24b1dcdf477280dfaed10cf2c598ba5d075c372a28736434574
+DIST trayer-srg-1.1.7.tar.gz 27987 SHA256 145de7081a338d0334f4d0fad73f1fcd08d3b32ebbf865eb99cf6f18bf02eb49 SHA512 5bb049af01c3f3f62dc8a5c1932985b92c98e4e2083aebd1dc09256746e097239be54ebc739801773878882a5c8f168a4a13bdac292388f79079ad52c41b2cad WHIRLPOOL 92f185974a39b7e54fbf15edb85afd4a13c028f75413fda18451b79123f9d98a824a1183cabcfbe7891ececb86dd5f9331bd670fb02ad4e26a72783eba85bf3d

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild
new file mode 100644
index 00000000000..2bbf335312e
--- /dev/null
+++ b/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="trayer fork with multi monitor support and cleaned up codebase"
+HOMEPAGE="https://github.com/sargon/trayer-srg"
+SRC_URI="https://github.com/sargon/${PN}/archive/${P/-srg/}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:2
+	x11-libs/libX11
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+"
+
+S="${WORKDIR}"/${PN}-trayer-${PV}
+
+src_configure() {
+	# Custom configure script
+	./configure --prefix="${EPREFIX}" || die
+}
+
+src_compile() {
+	emake DEVEL=1 TARGET=${PN} CC="$(tc-getCC)"
+}
+
+src_install() {
+	dobin ${PN}
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2019-02-15  0:39 Thomas Deutschmann
  0 siblings, 0 replies; 17+ messages in thread
From: Thomas Deutschmann @ 2019-02-15  0:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7417865a2b261fc9c37c56a335f93fa4c43185fb
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 15 00:38:25 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 00:38:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7417865a

x11-misc/trayer-srg: x86 stable (bug #676832)

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild
index 2bbf335312e..75138fe906a 100644
--- a/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild
+++ b/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sargon/${PN}/archive/${P/-srg/}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2019-02-22 11:12 Mikle Kolyada
  0 siblings, 0 replies; 17+ messages in thread
From: Mikle Kolyada @ 2019-02-22 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     cd382de028d1776ede9462b917f729145d947c45
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 22 11:12:26 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 11:12:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd382de0

x11-misc/trayer-srg: amd64 stable wrt bug #676832

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild
index 75138fe906a..45e6091acf6 100644
--- a/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild
+++ b/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sargon/${PN}/archive/${P/-srg/}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2019-02-23  9:43 Pacho Ramos
  0 siblings, 0 replies; 17+ messages in thread
From: Pacho Ramos @ 2019-02-23  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c1bed6ce23abd70a47f38e981d49c3842d14a635
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 23 09:30:27 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 23 09:30:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1bed6ce

x11-misc/trayer-srg: Drop old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-misc/trayer-srg/Manifest                   |  1 -
 x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild | 31 --------------------------
 2 files changed, 32 deletions(-)

diff --git a/x11-misc/trayer-srg/Manifest b/x11-misc/trayer-srg/Manifest
index 414157bec7a..a79fa5985db 100644
--- a/x11-misc/trayer-srg/Manifest
+++ b/x11-misc/trayer-srg/Manifest
@@ -1,2 +1 @@
-DIST trayer-srg-1.1.6.tar.gz 27576 BLAKE2B 4daf93beffe3194a6cd9620826dea940d16670544bf8b382358b21414ab7d2a8a79bb165156cb556fc6ac2008931fc1010ed84bb67741954fe90ef10cc0c9806 SHA512 456af94277dc237c516fff1589060b0b656040811ae48bba3c021be6310d104881c0eee7391d228d197db78e9bfb04773d4282ab2fe31717a4779b38bdb6739d
 DIST trayer-srg-1.1.7.tar.gz 27987 BLAKE2B aaaa1609bebe91c7b2d3934d68075fa16f393896b7f9300dd6aecd7aa8666a7f3474711fbbc9dae5f72ed5ba8b63d0275f590a5a82ea4547b640a75a81012fc5 SHA512 5bb049af01c3f3f62dc8a5c1932985b92c98e4e2083aebd1dc09256746e097239be54ebc739801773878882a5c8f168a4a13bdac292388f79079ad52c41b2cad

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild
deleted file mode 100644
index 37883d4bce6..00000000000
--- a/x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs vcs-snapshot
-
-DESCRIPTION="trayer fork with multi monitor support and cleaned up codebase"
-HOMEPAGE="https://github.com/sargon/trayer-srg"
-SRC_URI="https://github.com/sargon/${PN}/tarball/${P/-srg/} -> ${P}.tar.gz"
-
-LICENSE="MIT GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/gdk-pixbuf:2[X]
-	x11-libs/gtk+:2
-	x11-libs/libX11
-	x11-libs/libXmu"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_compile() {
-	emake DEVEL=1 TARGET=${PN} CC="$(tc-getCC)"
-}
-
-src_install() {
-	dobin ${PN}
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2020-02-02 14:34 Jeroen Roovers
  0 siblings, 0 replies; 17+ messages in thread
From: Jeroen Roovers @ 2020-02-02 14:34 UTC (permalink / raw
  To: gentoo-commits

commit:     faa96709d70c6affb9c0c445637376672237d797
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  2 14:31:03 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Feb  2 14:34:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa96709

x11-misc/trayer-srg: Version 1.1.8

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Closes: https://bugs.gentoo.org/671390
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-misc/trayer-srg/Manifest                |  1 +
 x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild | 40 +++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/x11-misc/trayer-srg/Manifest b/x11-misc/trayer-srg/Manifest
index a79fa5985db..6ca5f2c5106 100644
--- a/x11-misc/trayer-srg/Manifest
+++ b/x11-misc/trayer-srg/Manifest
@@ -1 +1,2 @@
 DIST trayer-srg-1.1.7.tar.gz 27987 BLAKE2B aaaa1609bebe91c7b2d3934d68075fa16f393896b7f9300dd6aecd7aa8666a7f3474711fbbc9dae5f72ed5ba8b63d0275f590a5a82ea4547b640a75a81012fc5 SHA512 5bb049af01c3f3f62dc8a5c1932985b92c98e4e2083aebd1dc09256746e097239be54ebc739801773878882a5c8f168a4a13bdac292388f79079ad52c41b2cad
+DIST trayer-srg-1.1.8.tar.gz 28025 BLAKE2B 3eca8faf7237e1941a611a85a4460310dda1a8d89cb96ae2ac7d77c47a7f8b4fa4bb1a2bcc549fef285ca14a74dce23d9af1b349bb5b0ff9d3bf4abe1ed06351 SHA512 5ae92fdcee64ad1ca59846874dcd4bd4859adeeb80a86f1ed97d62e6306f8ec62d1ee26dba251257242dc25d158a6a550e69f2fcc8739242a2311e37fe1ce310

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild
new file mode 100644
index 00000000000..8a9b9e21d06
--- /dev/null
+++ b/x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="trayer fork with multi monitor support and cleaned up codebase"
+HOMEPAGE="https://github.com/sargon/trayer-srg"
+SRC_URI="https://github.com/sargon/${PN}/archive/${P/-srg/}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:2
+	x11-libs/libX11
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+"
+
+S="${WORKDIR}"/${PN}-trayer-${PV}
+
+src_configure() {
+	# Custom configure script
+	./configure --prefix="${EPREFIX}" || die
+}
+
+src_compile() {
+	emake DEVEL=1 TARGET=${PN} CC="$(tc-getCC)"
+}
+
+src_install() {
+	dobin ${PN}
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2021-03-15 21:18 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-03-15 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0713d534777fd0dac85076f531a00dec3bde5a08
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:15:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:17:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0713d534

x11-misc/trayer-srg: Stabilize 1.1.8 x86, #776409

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild
index 8a9b9e21d06..937b335f108 100644
--- a/x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild
+++ b/x11-misc/trayer-srg/trayer-srg-1.1.8.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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sargon/${PN}/archive/${P/-srg/}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2021-03-15 22:02 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-03-15 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     0981e0c364da9d0b236b9b8b5dfd288e55e1da67
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 22:02:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 22:02:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0981e0c3

x11-misc/trayer-srg: drop 1.1.7

Bug: https://bugs.gentoo.org/776409
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/trayer-srg/Manifest                |  1 -
 x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild | 40 -----------------------------
 2 files changed, 41 deletions(-)

diff --git a/x11-misc/trayer-srg/Manifest b/x11-misc/trayer-srg/Manifest
index 6ca5f2c5106..7f8792aa53f 100644
--- a/x11-misc/trayer-srg/Manifest
+++ b/x11-misc/trayer-srg/Manifest
@@ -1,2 +1 @@
-DIST trayer-srg-1.1.7.tar.gz 27987 BLAKE2B aaaa1609bebe91c7b2d3934d68075fa16f393896b7f9300dd6aecd7aa8666a7f3474711fbbc9dae5f72ed5ba8b63d0275f590a5a82ea4547b640a75a81012fc5 SHA512 5bb049af01c3f3f62dc8a5c1932985b92c98e4e2083aebd1dc09256746e097239be54ebc739801773878882a5c8f168a4a13bdac292388f79079ad52c41b2cad
 DIST trayer-srg-1.1.8.tar.gz 28025 BLAKE2B 3eca8faf7237e1941a611a85a4460310dda1a8d89cb96ae2ac7d77c47a7f8b4fa4bb1a2bcc549fef285ca14a74dce23d9af1b349bb5b0ff9d3bf4abe1ed06351 SHA512 5ae92fdcee64ad1ca59846874dcd4bd4859adeeb80a86f1ed97d62e6306f8ec62d1ee26dba251257242dc25d158a6a550e69f2fcc8739242a2311e37fe1ce310

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild
deleted file mode 100644
index 45e6091acf6..00000000000
--- a/x11-misc/trayer-srg/trayer-srg-1.1.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="trayer fork with multi monitor support and cleaned up codebase"
-HOMEPAGE="https://github.com/sargon/trayer-srg"
-SRC_URI="https://github.com/sargon/${PN}/archive/${P/-srg/}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:2
-	x11-libs/libX11
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-
-S="${WORKDIR}"/${PN}-trayer-${PV}
-
-src_configure() {
-	# Custom configure script
-	./configure --prefix="${EPREFIX}" || die
-}
-
-src_compile() {
-	emake DEVEL=1 TARGET=${PN} CC="$(tc-getCC)"
-}
-
-src_install() {
-	dobin ${PN}
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2022-04-08 12:16 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2022-04-08 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e692b3777bcebd5adf29681376d60cacc91969a1
Author:     Filip Kszczot <filip <AT> kszczot <DOT> pl>
AuthorDate: Thu Mar 31 13:57:53 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 12:16:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e692b377

x11-misc/trayer-srg: ebuild enhancements

 - add BDEPEND,
 - EAPI-8,
 - modify src_compile to not build a development version.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Filip Kszczot <filip <AT> kszczot.pl>
Closes: https://github.com/gentoo/gentoo/pull/24830
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild | 37 ++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild
new file mode 100644
index 000000000000..93680dad5544
--- /dev/null
+++ b/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="trayer fork with multi monitor support and cleaned up codebase"
+HOMEPAGE="https://github.com/sargon/trayer-srg"
+SRC_URI="https://github.com/sargon/${PN}/archive/${P/-srg/}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:2
+	x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+S="${WORKDIR}"/${PN}-trayer-${PV}
+
+src_configure() {
+	./configure --prefix="${EPREFIX}" || die
+}
+
+src_compile() {
+	emake TARGET=${PN} CC="$(tc-getCC)"
+}
+
+src_install() {
+	dobin ${PN}
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2022-04-08 12:16 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2022-04-08 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e4ea5d365ce90fa110d09a8b11eef09557e67822
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 12:16:08 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 12:16:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ea5d36

x11-misc/trayer-srg: add a missing dependency

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild
index 93680dad5544..5e24fffa7f07 100644
--- a/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild
+++ b/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
 	x11-libs/gdk-pixbuf:2
+	dev-libs/glib:2
 	x11-libs/gtk+:2
 	x11-libs/libX11
 "


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2022-08-29  7:22 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2022-08-29  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     0f5b141f3cae4f30d0fdde1daa78c814b543e537
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:12:03 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:21:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5b141f

x11-misc/trayer-srg: Stabilize 1.1.8-r1 x86, #867184

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild
index bf8a9281ae5e..857f7def615b 100644
--- a/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild
+++ b/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sargon/${PN}/archive/${P/-srg/}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	x11-libs/gdk-pixbuf:2


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2022-08-29  7:22 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2022-08-29  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     9307d951fa66fa15ccb1619f72d01e667f6ff1c8
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:11:28 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:21:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9307d951

x11-misc/trayer-srg: Stabilize 1.1.8-r1 amd64, #867184

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild
index 5e24fffa7f07..bf8a9281ae5e 100644
--- a/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild
+++ b/x11-misc/trayer-srg/trayer-srg-1.1.8-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sargon/${PN}/archive/${P/-srg/}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	x11-libs/gdk-pixbuf:2


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2022-08-29  7:22 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2022-08-29  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     9e0b3254bace05a5af534b56a55577e81e4204a7
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:19:08 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:22:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e0b3254

x11-misc/trayer-srg: drop 1.1.8

Bug: https://bugs.gentoo.org/867184
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild | 40 -----------------------------
 1 file changed, 40 deletions(-)

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild
deleted file mode 100644
index d8bdfca96e17..000000000000
--- a/x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="trayer fork with multi monitor support and cleaned up codebase"
-HOMEPAGE="https://github.com/sargon/trayer-srg"
-SRC_URI="https://github.com/sargon/${PN}/archive/${P/-srg/}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:2
-	x11-libs/libX11
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-
-S="${WORKDIR}"/${PN}-trayer-${PV}
-
-src_configure() {
-	# Custom configure script
-	./configure --prefix="${EPREFIX}" || die
-}
-
-src_compile() {
-	emake DEVEL=1 TARGET=${PN} CC="$(tc-getCC)"
-}
-
-src_install() {
-	dobin ${PN}
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2023-03-04  7:04 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2023-03-04  7:04 UTC (permalink / raw
  To: gentoo-commits

commit:     51e301cefb8716f2f2c359dbedb7237c58c2a5ee
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 06:56:43 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 07:04:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e301ce

x11-misc/trayer-srg: Stabilize 1.1.8-r2 x86, #898212

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-misc/trayer-srg/trayer-srg-1.1.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.8-r2.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.8-r2.ebuild
index 6e00643adcd1..2676ed677f88 100644
--- a/x11-misc/trayer-srg/trayer-srg-1.1.8-r2.ebuild
+++ b/x11-misc/trayer-srg/trayer-srg-1.1.8-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${PN}-trayer-${PV}
 
 LICENSE="MIT GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	x11-libs/gdk-pixbuf:2


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
@ 2023-03-04  7:04 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2023-03-04  7:04 UTC (permalink / raw
  To: gentoo-commits

commit:     50f7431867fea3bd5df9d18a419fc5f7de612d4f
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 06:53:59 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 07:04:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f74318

x11-misc/trayer-srg: Stabilize 1.1.8-r2 amd64, #898212

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-misc/trayer-srg/trayer-srg-1.1.8-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.8-r2.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.8-r2.ebuild
index 66b135e9ea5f..6e00643adcd1 100644
--- a/x11-misc/trayer-srg/trayer-srg-1.1.8-r2.ebuild
+++ b/x11-misc/trayer-srg/trayer-srg-1.1.8-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${PN}-trayer-${PV}
 
 LICENSE="MIT GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	x11-libs/gdk-pixbuf:2


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

end of thread, other threads:[~2023-03-04  7:05 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-02 14:34 [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/ Jeroen Roovers
  -- strict thread matches above, loose matches on Subject: below --
2023-03-04  7:04 Joonas Niilola
2023-03-04  7:04 Joonas Niilola
2022-08-29  7:22 Joonas Niilola
2022-08-29  7:22 Joonas Niilola
2022-08-29  7:22 Joonas Niilola
2022-04-08 12:16 Joonas Niilola
2022-04-08 12:16 Joonas Niilola
2021-03-15 22:02 Sam James
2021-03-15 21:18 Sam James
2019-02-23  9:43 Pacho Ramos
2019-02-22 11:12 Mikle Kolyada
2019-02-15  0:39 Thomas Deutschmann
2017-04-16 18:57 David Seifert
2017-04-01 10:24 David Seifert
2017-02-25 14:15 David Seifert
2017-02-25 14:15 David Seifert

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