public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-im/purple-events/
@ 2016-04-18  9:43 Patrice Clement
  0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2016-04-18  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     be57b4b7be5d9423e1c0d8721a9eafbde5651f74
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 09:15:45 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 09:28:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be57b4b7

net-im/purple-events: Fix metadata.xml file.

Package-Manager: portage-2.2.26

 net-im/purple-events/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-im/purple-events/metadata.xml b/net-im/purple-events/metadata.xml
index 9693bc3..5541c06 100644
--- a/net-im/purple-events/metadata.xml
+++ b/net-im/purple-events/metadata.xml
@@ -9,7 +9,6 @@
 		<maintainer status="active">
 			<email>sardemff7+gentoo@sardemff7.net</email>
 			<name>Quentin “Sardem FF7” Glidic</name>
-			<description>CC him on bugs</description>
 		</maintainer>
 		<remote-id type="github">sardemff7/purple-events</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/purple-events/
@ 2022-06-24 13:09 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2022-06-24 13:09 UTC (permalink / raw
  To: gentoo-commits

commit:     50afba5af9d6b66abdd66f5e08023e375e57be3a
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jun  9 06:47:28 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 13:06:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50afba5a

net-im/purple-events: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 net-im/purple-events/purple-events-0.99.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/purple-events/purple-events-0.99.1.ebuild b/net-im/purple-events/purple-events-0.99.1.ebuild
index e4d139ae3b6f..b415329f383f 100644
--- a/net-im/purple-events/purple-events-0.99.1.ebuild
+++ b/net-im/purple-events/purple-events-0.99.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit autotools
 
 DESCRIPTION="Allows a fine-grained control over libpurple events"
-HOMEPAGE="http://purple-events.sardemff7.net/"
+HOMEPAGE="https://github.com/sardemff7/purple-events"
 SRC_URI="https://github.com/sardemff7/purple-events/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/purple-events/
@ 2021-03-26 14:35 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-03-26 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     cb0f94113f21e3aac5bf72b396e8cd65d2863ef2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 26 13:11:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 13:21:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0f9411

net-im/purple-events: EAPI 7, fix build with slibtool

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

 net-im/purple-events/purple-events-0.99.1.ebuild | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/net-im/purple-events/purple-events-0.99.1.ebuild b/net-im/purple-events/purple-events-0.99.1.ebuild
index dfc0c6bc7c5..e4d139ae3b6 100644
--- a/net-im/purple-events/purple-events-0.99.1.ebuild
+++ b/net-im/purple-events/purple-events-0.99.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit autotools eutils ltprune
+inherit autotools
 
 DESCRIPTION="Allows a fine-grained control over libpurple events"
 HOMEPAGE="http://purple-events.sardemff7.net/"
@@ -12,19 +12,23 @@ SRC_URI="https://github.com/sardemff7/purple-events/archive/v${PV}.tar.gz -> ${P
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 RDEPEND="net-im/pidgin"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	dev-util/intltool
 	sys-devel/gettext
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 
 src_prepare() {
+	default
+
 	eautoreconf
 }
 
 src_install() {
 	default
-	prune_libtool_files
+
+	find "${ED}" -name '*.la' -delete || die
 }


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/purple-events/
@ 2018-04-17 20:27 David Seifert
  0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2018-04-17 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     7201402248d84facb57dc9e8c0408d139a43336d
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Apr 17 08:41:04 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 20:26:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72014022

net-im/purple-events: Clean up old

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 net-im/purple-events/Manifest                 |  1 -
 net-im/purple-events/purple-events-0.2.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/net-im/purple-events/Manifest b/net-im/purple-events/Manifest
index 720f906500d..058dcb14335 100644
--- a/net-im/purple-events/Manifest
+++ b/net-im/purple-events/Manifest
@@ -1,2 +1 @@
-DIST purple-events-0.2.tar.xz 223180 BLAKE2B b521d3750aedc79f814a13fcfa6363131a6ba4932dbff7c6f43f1ba25fb97df44b550bda61e1e7eb3d326e70f827e20d7fe83e5295187898003aa8fd7bebec6d SHA512 2efbeae39d45157f37d6fcc8e45d89980d2adc025d64ec194a5784b0616c8bef80929549a26ce814a4fa8c5cf9fd1621155bcd4fb6d35e6104d318a76b9c4e63
 DIST purple-events-0.99.1.tar.gz 24437 BLAKE2B c4952de806deb6357cfcd59b0392319522c26ac267e991de40adcf1ab622b1df4156854951543a6ad8e0f05b160b31bbf38352a1b5f4a980e24fb37fd8f61dca SHA512 105126fd0dbcc74d6a5878308e43ff27df4c9f1ec20601f382419cb8ebbe1a39e44da6327be86d779dbc66f6251699126776fc8389cdf48dc1569ae6bd8fa6fb

diff --git a/net-im/purple-events/purple-events-0.2.ebuild b/net-im/purple-events/purple-events-0.2.ebuild
deleted file mode 100644
index f3af9f56c70..00000000000
--- a/net-im/purple-events/purple-events-0.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Allows a fine-grained control over libpurple events"
-HOMEPAGE="http://purple-events.sardemff7.net/"
-SRC_URI="mirror://github/sardemff7/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="net-im/pidgin"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-src_configure() {
-	econf --disable-silent-rules
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/purple-events/
@ 2018-04-12 20:54 Thomas Deutschmann
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2018-04-12 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     70bdd4fbbe702e634621d99bd529a0105a91d76c
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 20:45:04 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 12 20:53:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70bdd4fb

net-im/purple-events: x86 stable (bug #651690)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-im/purple-events/purple-events-0.99.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/purple-events/purple-events-0.99.1.ebuild b/net-im/purple-events/purple-events-0.99.1.ebuild
index 2afb8ebf7ea..b325654096a 100644
--- a/net-im/purple-events/purple-events-0.99.1.ebuild
+++ b/net-im/purple-events/purple-events-0.99.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sardemff7/purple-events/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="net-im/pidgin"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/purple-events/
@ 2018-04-01 18:24 Aaron Bauman
  0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2018-04-01 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     1d4818905e17754f8d3b8366e9bef96636b0e056
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  1 18:10:45 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Apr  1 18:24:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d481890

net-im/purple-events: amd64 stable

Bug: https://bugs.gentoo.org/651690
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 net-im/purple-events/purple-events-0.99.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/purple-events/purple-events-0.99.1.ebuild b/net-im/purple-events/purple-events-0.99.1.ebuild
index 4b59ac92ba0..2afb8ebf7ea 100644
--- a/net-im/purple-events/purple-events-0.99.1.ebuild
+++ b/net-im/purple-events/purple-events-0.99.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sardemff7/purple-events/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="net-im/pidgin"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/purple-events/
@ 2016-05-22 19:35 Pacho Ramos
  0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2016-05-22 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b4cc0cc23eeb1450e2f7b88e7b024cb40d954c1b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 19:19:45 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 22 19:32:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4cc0cc2

net-im/purple-events: Cleanup due to #408423

Package-Manager: portage-2.3.0_rc1

 net-im/purple-events/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/net-im/purple-events/metadata.xml b/net-im/purple-events/metadata.xml
index 5541c06..3f46e58 100644
--- a/net-im/purple-events/metadata.xml
+++ b/net-im/purple-events/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>hasufell@gentoo.org</email>
-		<name>Julian Ospald</name>
-	</maintainer>
 	<upstream>
 		<maintainer status="active">
 			<email>sardemff7+gentoo@sardemff7.net</email>


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/purple-events/
@ 2015-08-16 15:10 Justin Lecher
  0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-08-16 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     577a39b51566e7bb13f0b0f6676912ca0ab0daf6
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 15:04:13 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 15:10:35 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577a39b5

net-im/purple-events: Updating remote-id in metadata.xml

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 net-im/purple-events/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/purple-events/metadata.xml b/net-im/purple-events/metadata.xml
index 08f16ca..65e3c84 100644
--- a/net-im/purple-events/metadata.xml
+++ b/net-im/purple-events/metadata.xml
@@ -11,6 +11,6 @@
 			<name>Quentin “Sardem FF7” Glidic</name>
 			<description>CC him on bugs</description>
 		</maintainer>
+		<remote-id type="github">sardemff7/purple-events</remote-id>
 	</upstream>
 </pkgmetadata>
-


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/purple-events/
@ 2015-08-14 23:24 Julian Ospald
  0 siblings, 0 replies; 11+ messages in thread
From: Julian Ospald @ 2015-08-14 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     5bcd040434a266a87e257054782ad08de1a4865a
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 23:24:31 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 23:24:31 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bcd0404

net-im/purple-events: add maintainer

 net-im/purple-events/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-im/purple-events/metadata.xml b/net-im/purple-events/metadata.xml
index 58a0efe..08f16ca 100644
--- a/net-im/purple-events/metadata.xml
+++ b/net-im/purple-events/metadata.xml
@@ -2,7 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer>
-		<email>maintainer-needed@gentoo.org</email>
+		<email>hasufell@gentoo.org</email>
+		<name>Julian Ospald</name>
 	</maintainer>
 	<upstream>
 		<maintainer status="active">


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/purple-events/
@ 2015-08-13 14:04 Julian Ospald
  0 siblings, 0 replies; 11+ messages in thread
From: Julian Ospald @ 2015-08-13 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e1693c8c05ed1276e133b2d7f348560afaaf9d07
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 14:03:53 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 14:03:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1693c8c

net-im/purple-events: fix incorrect keywords

 net-im/purple-events/purple-events-0.99.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/purple-events/purple-events-0.99.1.ebuild b/net-im/purple-events/purple-events-0.99.1.ebuild
index e860265..b306498 100644
--- a/net-im/purple-events/purple-events-0.99.1.ebuild
+++ b/net-im/purple-events/purple-events-0.99.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/sardemff7/purple-events/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="net-im/pidgin"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/purple-events/
@ 2015-08-13 13:57 Julian Ospald
  0 siblings, 0 replies; 11+ messages in thread
From: Julian Ospald @ 2015-08-13 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     2e34b73ba6abbcab3f262dd9069e8a9f8338c2b2
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 13:56:30 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 13:57:30 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e34b73b

net-im/purple-events: version bump to 0.99.1

 net-im/purple-events/Manifest                    |  1 +
 net-im/purple-events/purple-events-0.99.1.ebuild | 31 ++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/net-im/purple-events/Manifest b/net-im/purple-events/Manifest
index e52151f..0981de8 100644
--- a/net-im/purple-events/Manifest
+++ b/net-im/purple-events/Manifest
@@ -1 +1,2 @@
 DIST purple-events-0.2.tar.xz 223180 SHA256 f0908efb74fb56acaf42e1155878c610ba8271a44509e91ae4e02bd1214aa24c SHA512 2efbeae39d45157f37d6fcc8e45d89980d2adc025d64ec194a5784b0616c8bef80929549a26ce814a4fa8c5cf9fd1621155bcd4fb6d35e6104d318a76b9c4e63 WHIRLPOOL 0f59c66b3c7bb8ce8059b2266038775ba8d5b25ec0a03c309dd497591e91c523dc8c0bb2faa6dd463dcb05bbe03984c9a6dc196ebb06a93a6f5fc49098a3d02d
+DIST purple-events-0.99.1.tar.gz 24437 SHA256 178ea872947155e26222ad0ddce3d22ab97707f27d5ed5e867e9367cd80f3872 SHA512 105126fd0dbcc74d6a5878308e43ff27df4c9f1ec20601f382419cb8ebbe1a39e44da6327be86d779dbc66f6251699126776fc8389cdf48dc1569ae6bd8fa6fb WHIRLPOOL e38a449a41adc6fbea94b03ccd32554777a396fd79d39d61734592f438ca655eb33da20db27d54dcb0ba95091613082dd22aba363b7bc6fba402940d90a3746f

diff --git a/net-im/purple-events/purple-events-0.99.1.ebuild b/net-im/purple-events/purple-events-0.99.1.ebuild
new file mode 100644
index 0000000..e860265
--- /dev/null
+++ b/net-im/purple-events/purple-events-0.99.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils
+
+DESCRIPTION="Allows a fine-grained control over libpurple events"
+HOMEPAGE="http://purple-events.sardemff7.net/"
+SRC_URI="https://github.com/sardemff7/purple-events/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 ~x86"
+IUSE=""
+
+RDEPEND="net-im/pidgin"
+DEPEND="${RDEPEND}
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+src_prepare() {
+	eautoreconf
+}
+
+src_install() {
+	default
+	prune_libtool_files
+}


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

end of thread, other threads:[~2022-06-24 13:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-18  9:43 [gentoo-commits] repo/gentoo:master commit in: net-im/purple-events/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2022-06-24 13:09 Andrew Ammerlaan
2021-03-26 14:35 Sam James
2018-04-17 20:27 David Seifert
2018-04-12 20:54 Thomas Deutschmann
2018-04-01 18:24 Aaron Bauman
2016-05-22 19:35 Pacho Ramos
2015-08-16 15:10 Justin Lecher
2015-08-14 23:24 Julian Ospald
2015-08-13 14:04 Julian Ospald
2015-08-13 13:57 Julian Ospald

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