public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/sw-notify-send/
@ 2015-09-13 18:44 Manuel Rüger
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2015-09-13 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     397e298e696c9697ee2aec32bfdbff9343e7aa62
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 18:43:58 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 18:44:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397e298e

x11-misc/sw-notify-send: Remove old

Package-Manager: portage-2.2.20.1

 x11-misc/sw-notify-send/Manifest                   |  1 -
 .../sw-notify-send/sw-notify-send-0.1.1.ebuild     | 27 ----------------------
 2 files changed, 28 deletions(-)

diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest
index faba77b..9eb82a7 100644
--- a/x11-misc/sw-notify-send/Manifest
+++ b/x11-misc/sw-notify-send/Manifest
@@ -1,2 +1 @@
-DIST sw-notify-send-0.1.1.tar.bz2 54661 SHA256 b178554b2359ccad72aefff3c986356b96a541602d08b819565dd8d91ca3e4d4
 DIST tinynotify-send-1.2.1.tar.bz2 266078 SHA256 72c5f4451348b0a06dd57efb5de75273e47f7e35ae04df9a3dd1c64be1e71e65 SHA512 f416db09fa95f04d771610af7ae8953192027b8606c53f54efe514c4d33b59e8dc362676004a036c2dd7e7c7cf03b077ee9b753839efbcb181c5724f43efa58d WHIRLPOOL 2e82b67111db19aa52e293feea167e53ef73bf04a043049543082cf9eea64f75bbfe9788e323dd19d081b5cab43ff469e370810fd6bbc70707329cacfb560411

diff --git a/x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild
deleted file mode 100644
index f1a686c..0000000
--- a/x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-inherit autotools-utils
-
-DESCRIPTION="A system-wide notification wrapper for notify-send"
-HOMEPAGE="https://github.com/mgorny/sw-notify-send/"
-SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="sys-process/procps"
-DEPEND="${RDEPEND}"
-
-# The lack of x11-libs/libnotify RDEPEND is intentional as:
-# 1) The notification daemon may be running in a libnotify-enabled
-# chroot system, while keeping the host system libnotify-free (in this
-# case sw-notify-send enters the chroot first);
-# 2) Having any kind of a notification daemon implies having libnotify
-# installed. And if none is running, notify-send is not called anyway.
-
-DOCS=( README )


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/sw-notify-send/
@ 2017-06-29 22:22 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2017-06-29 22:22 UTC (permalink / raw
  To: gentoo-commits

commit:     98ee9e91ccd55ef8507d69186f99b24e9fcd9e0c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 22:12:50 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 22:22:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ee9e91

x11-misc/sw-notify-send: Moved back to GitHub

 x11-misc/sw-notify-send/metadata.xml                |  3 +--
 x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild |  8 +++-----
 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild  | 12 +++++-------
 3 files changed, 9 insertions(+), 14 deletions(-)

diff --git a/x11-misc/sw-notify-send/metadata.xml b/x11-misc/sw-notify-send/metadata.xml
index 4bf622b0ab1..59cabc032eb 100644
--- a/x11-misc/sw-notify-send/metadata.xml
+++ b/x11-misc/sw-notify-send/metadata.xml
@@ -10,8 +10,7 @@
 			<email>mgorny@gentoo.org</email>
 			<name>Michał Górny</name>
 		</maintainer>
-		<bugs-to>https://bitbucket.org/mgorny/tinynotify-send/issues/</bugs-to>
-		<remote-id type="bitbucket">mgorny/tinynotify-send</remote-id>
+		<bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to>
 		<remote-id type="github">mgorny/tinynotify-send</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
index 2440ec5a05e..1f96cdc570a 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
@@ -1,16 +1,14 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 
 inherit autotools-utils
 
-MY_PN=tinynotify-send
-MY_P=${MY_PN}-${PV}
-
+MY_P=tinynotify-send-${PV}
 DESCRIPTION="A system-wide variant of tinynotify-send"
 HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
-SRC_URI="mirror://github/mgorny/${MY_PN}/${MY_P}.tar.bz2"
+SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
index 9361ecdd072..f849a3a13dd 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
@@ -1,23 +1,21 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/tinynotify-send.git"
+EGIT_REPO_URI="https://github.com/mgorny/tinynotify-send.git"
 
 inherit git-r3
 #endif
 
 inherit autotools-utils
 
-MY_PN=tinynotify-send
-MY_P=${MY_PN}-${PV}
-
+MY_P=tinynotify-send-${PV}
 DESCRIPTION="A system-wide variant of tinynotify-send"
-HOMEPAGE="https://bitbucket.org/mgorny/tinynotify-send/"
-SRC_URI="https://www.bitbucket.org/mgorny/${MY_PN}/downloads/${MY_P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
+SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/sw-notify-send/
@ 2017-06-29 22:22 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2017-06-29 22:22 UTC (permalink / raw
  To: gentoo-commits

commit:     386f97becb286dada4536bf84d1fead0b40b3f5f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 22:15:29 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 22:22:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386f97be

x11-misc/sw-notify-send: Modernize to EAPI=6

 .../sw-notify-send/sw-notify-send-1.2.1.ebuild     | 12 ++++-----
 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild | 30 ++++++++--------------
 2 files changed, 15 insertions(+), 27 deletions(-)

diff --git a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
index 1f96cdc570a..67c06dc2d15 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
@@ -1,9 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
-
-inherit autotools-utils
+EAPI=5
 
 MY_P=tinynotify-send-${PV}
 DESCRIPTION="A system-wide variant of tinynotify-send"
@@ -15,9 +13,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="x11-libs/libtinynotify
+RDEPEND="x11-libs/libtinynotify:0=
 	~x11-libs/libtinynotify-cli-${PV}
-	x11-libs/libtinynotify-systemwide"
+	x11-libs/libtinynotify-systemwide:0="
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
@@ -25,11 +23,11 @@ DOCS=( README )
 S=${WORKDIR}/${MY_P}
 
 src_configure() {
-	myeconfargs=(
+	local myconf=(
 		--disable-library
 		--disable-regular
 		--enable-system-wide
 	)
 
-	autotools-utils_src_configure
+	econf "${myconf[@]}"
 }

diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
index f849a3a13dd..c0ac15bb55e 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
@@ -3,47 +3,37 @@
 
 EAPI=5
 
-#if LIVE
-AUTOTOOLS_AUTORECONF=yes
 EGIT_REPO_URI="https://github.com/mgorny/tinynotify-send.git"
-
-inherit git-r3
-#endif
-
-inherit autotools-utils
+inherit autotools git-r3
 
 MY_P=tinynotify-send-${PV}
 DESCRIPTION="A system-wide variant of tinynotify-send"
 HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
-SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
+SRC_URI=""
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND="x11-libs/libtinynotify:0=
 	~x11-libs/libtinynotify-cli-${PV}
 	x11-libs/libtinynotify-systemwide:0="
 DEPEND="${RDEPEND}
+	dev-util/gtk-doc
 	virtual/pkgconfig"
 
-S=${WORKDIR}/${MY_P}
-
-#if LIVE
-EGIT_CHECKOUT_DIR=${WORKDIR}/${MY_P}
-KEYWORDS=
-SRC_URI=
-DEPEND="${DEPEND}
-	dev-util/gtk-doc"
-#endif
+src_prepare() {
+	default
+	eautoreconf
+}
 
 src_configure() {
-	myeconfargs=(
+	local myconf=(
 		--disable-library
 		--disable-regular
 		--enable-system-wide
 	)
 
-	autotools-utils_src_configure
+	econf "${myconf[@]}"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/sw-notify-send/
@ 2020-01-05 15:18 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2020-01-05 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     fc87c0d801141d62dea219f42a68ee982e90734e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 15:08:16 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 15:17:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc87c0d8

x11-misc/sw-notify-send: Bump to EAPI 7

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild | 4 ++--
 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
index 67c06dc2d15..89f5d2ea4b6 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 MY_P=tinynotify-send-${PV}
 DESCRIPTION="A system-wide variant of tinynotify-send"

diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
index c0ac15bb55e..a7650200395 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 EGIT_REPO_URI="https://github.com/mgorny/tinynotify-send.git"
 inherit autotools git-r3


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/sw-notify-send/
@ 2023-03-01  9:40 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2023-03-01  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     c4838e22cd783ea09439c599a676d68a4d15907b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 09:30:47 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 09:40:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4838e22

x11-misc/sw-notify-send: Remove the live ebuild

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild | 39 ----------------------
 1 file changed, 39 deletions(-)

diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
deleted file mode 100644
index a7650200395f..000000000000
--- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_REPO_URI="https://github.com/mgorny/tinynotify-send.git"
-inherit autotools git-r3
-
-MY_P=tinynotify-send-${PV}
-DESCRIPTION="A system-wide variant of tinynotify-send"
-HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
-SRC_URI=""
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="x11-libs/libtinynotify:0=
-	~x11-libs/libtinynotify-cli-${PV}
-	x11-libs/libtinynotify-systemwide:0="
-DEPEND="${RDEPEND}
-	dev-util/gtk-doc
-	virtual/pkgconfig"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	local myconf=(
-		--disable-library
-		--disable-regular
-		--enable-system-wide
-	)
-
-	econf "${myconf[@]}"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/sw-notify-send/
@ 2023-03-01  9:40 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2023-03-01  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     197656e14d21f452c66ac506b9235d016b3ab9f3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 09:39:00 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 09:40:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197656e1

x11-misc/sw-notify-send: Bump to EAPI 8

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
index f5e00f7c2a44..d2711a3030c0 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
@@ -1,26 +1,32 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 MY_P=tinynotify-send-${PV}
 DESCRIPTION="A system-wide variant of tinynotify-send"
 HOMEPAGE="https://github.com/projg2/tinynotify-send/"
 SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
+S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="x11-libs/libtinynotify:0=
+DEPEND="
+	x11-libs/libtinynotify:0=
 	~x11-libs/libtinynotify-cli-${PV}
-	x11-libs/libtinynotify-systemwide:0="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+	x11-libs/libtinynotify-systemwide:0=
+"
+RDEPEND="
+	${DEPEND}
+"
+BDEPEND="
+	virtual/pkgconfig
+"
 
 DOCS=( README )
-S=${WORKDIR}/${MY_P}
 
 src_configure() {
 	local myconf=(


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/sw-notify-send/
@ 2023-03-01  9:40 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2023-03-01  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     d327c59a4fedc25471c5c70baf9278e9cd323831
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 09:38:23 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 09:40:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d327c59a

x11-misc/sw-notify-send: Update URLs

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 x11-misc/sw-notify-send/metadata.xml                | 7 +------
 x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/x11-misc/sw-notify-send/metadata.xml b/x11-misc/sw-notify-send/metadata.xml
index d17b2795134e..66d473d268b3 100644
--- a/x11-misc/sw-notify-send/metadata.xml
+++ b/x11-misc/sw-notify-send/metadata.xml
@@ -6,11 +6,6 @@
 		<name>Michał Górny</name>
 	</maintainer>
 	<upstream>
-		<maintainer status="active">
-			<email>mgorny@gentoo.org</email>
-			<name>Michał Górny</name>
-		</maintainer>
-		<bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to>
-		<remote-id type="github">mgorny/tinynotify-send</remote-id>
+		<remote-id type="github">projg2/tinynotify-send</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
index 89f5d2ea4b6e..f5e00f7c2a44 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 MY_P=tinynotify-send-${PV}
 DESCRIPTION="A system-wide variant of tinynotify-send"
-HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
-SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
+HOMEPAGE="https://github.com/projg2/tinynotify-send/"
+SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"


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

end of thread, other threads:[~2023-03-01  9:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-01  9:40 [gentoo-commits] repo/gentoo:master commit in: x11-misc/sw-notify-send/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2023-03-01  9:40 Michał Górny
2023-03-01  9:40 Michał Górny
2020-01-05 15:18 Michał Górny
2017-06-29 22:22 Michał Górny
2017-06-29 22:22 Michał Górny
2015-09-13 18:44 Manuel Rüger

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