public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/quitcount/
@ 2015-12-15  7:15 Ian Delaney
  0 siblings, 0 replies; 9+ messages in thread
From: Ian Delaney @ 2015-12-15  7:15 UTC (permalink / raw
  To: gentoo-commits

commit:     7b52fc455b59a5f84acc45589b8e74c61d65ea5a
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 15 06:14:22 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue Dec 15 07:15:12 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b52fc45

x11-misc/quitcount: New ebuild submitted via buzilla bug #542072

A tiny system tray applet, author set as proxy maintainer under the
proxy-maintainers project, fixes the gentoo bug

Gentoo bug: #542072

Package-Manager: portage-2.2.24

 x11-misc/quitcount/Manifest               |  1 +
 x11-misc/quitcount/metadata.xml           | 10 ++++++++++
 x11-misc/quitcount/quitcount-3.1.3.ebuild | 28 ++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/x11-misc/quitcount/Manifest b/x11-misc/quitcount/Manifest
new file mode 100644
index 0000000..3ad4252
--- /dev/null
+++ b/x11-misc/quitcount/Manifest
@@ -0,0 +1 @@
+DIST quitcount-3.1.3.tar.gz 403607 SHA256 d8c21bb0cf67d729d51a7921b86bb3ab75003253ba03b26d605ce5b48b33713a SHA512 92e088b8272657f14e60d91589963cfcefe84ead9f4d90aa3a77ac9612fe216f558e0378788edde7680a3dba131021bf72129fbc1291eca83cd232490f486f9f WHIRLPOOL 757deda35a4d8b9079dd5f333ce488e1f00b5c6af15da789cb1e210f61be2170b5509e34c899f4aecd6f745660fdcf7b1e4ee2244a071f7b512abd64078ef5c1

diff --git a/x11-misc/quitcount/metadata.xml b/x11-misc/quitcount/metadata.xml
new file mode 100644
index 0000000..e275ac6
--- /dev/null
+++ b/x11-misc/quitcount/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>proxy-maintainers</herd>
+	<maintainer>
+		<email>Laurent Vivier</email>
+		<name>laurent@lamzi.com</name>
+		<description>Proxied maintainer; set to assignee in all bugs</description>
+	</maintainer>
+</pkgmetadata>

diff --git a/x11-misc/quitcount/quitcount-3.1.3.ebuild b/x11-misc/quitcount/quitcount-3.1.3.ebuild
new file mode 100644
index 0000000..af6a20e
--- /dev/null
+++ b/x11-misc/quitcount/quitcount-3.1.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit gnome2-utils
+
+# The string in SRC_URI doesn't follow standard naming convention
+MV="3.1"
+DESCRIPTION="A simple applet that shows what you saved since you quit smoking."
+HOMEPAGE="http://quitcount.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MV}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+DEPEND="x11-libs/gtk+:3
+	>=dev-libs/glib-2.6:2"
+
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/quitcount/
@ 2016-02-02 14:28 Patrick Lauer
  0 siblings, 0 replies; 9+ messages in thread
From: Patrick Lauer @ 2016-02-02 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     dd7d12ec97fc586bc0302c0fa085e7076a93482e
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  2 14:27:50 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Tue Feb  2 14:27:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7d12ec

x11-misc/quitcount: Fix metadata.xml

Package-Manager: portage-2.2.27

 x11-misc/quitcount/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/quitcount/metadata.xml b/x11-misc/quitcount/metadata.xml
index df7e1e7..6e29030 100644
--- a/x11-misc/quitcount/metadata.xml
+++ b/x11-misc/quitcount/metadata.xml
@@ -2,8 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>Laurent Vivier</email>
-		<name>laurent@lamzi.com</name>
+		<email>laurent@lamzi.com</email>
+		<name>Laurent Vivier</name>
 		<description>Proxied maintainer; set to assignee in all bugs</description>
 	</maintainer>
 	<maintainer type="project">


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/quitcount/
@ 2018-02-11 11:36 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2018-02-11 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     a54743884c5faf4b97c4b26af844123122186d9e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 11:21:29 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 11:36:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5474388

x11-misc/quitcount: Remove useless maintainer <description/>

Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 x11-misc/quitcount/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-misc/quitcount/metadata.xml b/x11-misc/quitcount/metadata.xml
index 6e290308a52..f555183b283 100644
--- a/x11-misc/quitcount/metadata.xml
+++ b/x11-misc/quitcount/metadata.xml
@@ -4,7 +4,6 @@
 	<maintainer type="person">
 		<email>laurent@lamzi.com</email>
 		<name>Laurent Vivier</name>
-		<description>Proxied maintainer; set to assignee in all bugs</description>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>


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

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

commit:     0a9f5ccdb05aa95d153ca35c4ab2c2e32d86f1a4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 15:27:16 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 15:27:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9f5ccd

x11-misc/quitcount: Sort KEYWORDS

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

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

diff --git a/x11-misc/quitcount/quitcount-3.1.3.ebuild b/x11-misc/quitcount/quitcount-3.1.3.ebuild
index 36f0e61fa25..1fa341a50b6 100644
--- a/x11-misc/quitcount/quitcount-3.1.3.ebuild
+++ b/x11-misc/quitcount/quitcount-3.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MV}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 DEPEND="x11-libs/gtk+:3
 	>=dev-libs/glib-2.6:2"
 


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/quitcount/
@ 2021-11-29 19:49 Jakov Smolić
  0 siblings, 0 replies; 9+ messages in thread
From: Jakov Smolić @ 2021-11-29 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     cf0c79e9388529cde141005cb1ff60c53563837b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 19:26:54 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 19:49:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf0c79e9

x11-misc/quitcount: Port to EAPI 8

Closes: https://bugs.gentoo.org/826502
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 ...ount-3.1.3.ebuild => quitcount-3.1.3-r1.ebuild} | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/x11-misc/quitcount/quitcount-3.1.3.ebuild b/x11-misc/quitcount/quitcount-3.1.3-r1.ebuild
similarity index 66%
rename from x11-misc/quitcount/quitcount-3.1.3.ebuild
rename to x11-misc/quitcount/quitcount-3.1.3-r1.ebuild
index 1fa341a50b67..427e0fd4f5d6 100644
--- a/x11-misc/quitcount/quitcount-3.1.3.ebuild
+++ b/x11-misc/quitcount/quitcount-3.1.3-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit gnome2-utils
+EAPI=8
+
+inherit xdg
 
 # The string in SRC_URI doesn't follow standard naming convention
 MV="3.1"
@@ -13,15 +14,14 @@ SRC_URI="mirror://sourceforge/${PN}/${MV}/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-DEPEND="x11-libs/gtk+:3
-	>=dev-libs/glib-2.6:2"
 
+DEPEND="
+	x11-libs/gtk+:3
+	>=dev-libs/glib-2.6:2
+"
 RDEPEND="${DEPEND}"
 
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
+src_prepare() {
+	default
+	sed -i '/appdata$/s/appdata$/metainfo/' Makefile.in || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/quitcount/
@ 2021-12-26  0:20 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-12-26  0:20 UTC (permalink / raw
  To: gentoo-commits

commit:     8b170913102f66f6fd96c54f936c06c2b023b423
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 26 00:16:25 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 26 00:19:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b170913

x11-misc/quitcount: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/quitcount/quitcount-3.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/quitcount/quitcount-3.1.3-r1.ebuild b/x11-misc/quitcount/quitcount-3.1.3-r1.ebuild
index 427e0fd4f5d6..f56ec1bf8160 100644
--- a/x11-misc/quitcount/quitcount-3.1.3-r1.ebuild
+++ b/x11-misc/quitcount/quitcount-3.1.3-r1.ebuild
@@ -7,7 +7,7 @@ inherit xdg
 
 # The string in SRC_URI doesn't follow standard naming convention
 MV="3.1"
-DESCRIPTION="A simple applet that shows what you saved since you quit smoking."
+DESCRIPTION="A simple applet that shows what you saved since you quit smoking"
 HOMEPAGE="http://quitcount.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${MV}/${P}.tar.gz"
 


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/quitcount/
@ 2022-04-24  8:59 Joonas Niilola
  0 siblings, 0 replies; 9+ messages in thread
From: Joonas Niilola @ 2022-04-24  8:59 UTC (permalink / raw
  To: gentoo-commits

commit:     6c7efc416bb47244380e8a02aa4cb043e9b55173
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Tue Apr 19 11:21:39 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 08:59:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7efc41

x11-misc/quitcount: add 3.1.4

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-misc/quitcount/Manifest               |  1 +
 x11-misc/quitcount/quitcount-3.1.4.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/x11-misc/quitcount/Manifest b/x11-misc/quitcount/Manifest
index df66285e5072..54f462563bd8 100644
--- a/x11-misc/quitcount/Manifest
+++ b/x11-misc/quitcount/Manifest
@@ -1 +1,2 @@
 DIST quitcount-3.1.3.tar.gz 403607 BLAKE2B 90f02961afa25f3df6ee81174828ed7a0e61403d91c048cf9d092f0a7c68f6530acd38ff1410d24a93046618773444adb4e3a903f1ac6400956973191ead6d2b SHA512 92e088b8272657f14e60d91589963cfcefe84ead9f4d90aa3a77ac9612fe216f558e0378788edde7680a3dba131021bf72129fbc1291eca83cd232490f486f9f
+DIST quitcount-3.1.4.tar.gz 438256 BLAKE2B 65ba36ace7dfa4f9e494c4d0ffd0bc9cba0ed22a22d82767913aafdf6d4724ee7fca7e8dd0f6a94b45082fb3f15bd81d5dafb35021c1283c69e1555efe1d9ac6 SHA512 c4b0d3d35141f63b3c60ddc49b9c717f79dbbfb63690ae2ae4f7a014b24182df04006b7dd0cce5918006dc53c8fbe1dde4005ad49f4f8974f1c262e8f02e7ec3

diff --git a/x11-misc/quitcount/quitcount-3.1.4.ebuild b/x11-misc/quitcount/quitcount-3.1.4.ebuild
new file mode 100644
index 000000000000..1d7fc0681396
--- /dev/null
+++ b/x11-misc/quitcount/quitcount-3.1.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg
+
+DESCRIPTION="A simple applet that shows what you saved since you quit smoking"
+HOMEPAGE="http://quitcount.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/$(ver_cut 1-2)/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	x11-libs/gtk+:3
+	>=dev-libs/glib-2.6:2
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+	sed -i '/appdata$/s/appdata$/metainfo/' Makefile.in || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/quitcount/
@ 2022-04-24  8:59 Joonas Niilola
  0 siblings, 0 replies; 9+ messages in thread
From: Joonas Niilola @ 2022-04-24  8:59 UTC (permalink / raw
  To: gentoo-commits

commit:     081219090b11d02a84c18a755b5ac49b6a8660bf
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Tue Apr 19 11:22:03 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 08:59:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08121909

x11-misc/quitcount: drop 3.1.3-r1

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/25060
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-misc/quitcount/Manifest                  |  1 -
 x11-misc/quitcount/quitcount-3.1.3-r1.ebuild | 27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/x11-misc/quitcount/Manifest b/x11-misc/quitcount/Manifest
index 54f462563bd8..b61fb9ec946a 100644
--- a/x11-misc/quitcount/Manifest
+++ b/x11-misc/quitcount/Manifest
@@ -1,2 +1 @@
-DIST quitcount-3.1.3.tar.gz 403607 BLAKE2B 90f02961afa25f3df6ee81174828ed7a0e61403d91c048cf9d092f0a7c68f6530acd38ff1410d24a93046618773444adb4e3a903f1ac6400956973191ead6d2b SHA512 92e088b8272657f14e60d91589963cfcefe84ead9f4d90aa3a77ac9612fe216f558e0378788edde7680a3dba131021bf72129fbc1291eca83cd232490f486f9f
 DIST quitcount-3.1.4.tar.gz 438256 BLAKE2B 65ba36ace7dfa4f9e494c4d0ffd0bc9cba0ed22a22d82767913aafdf6d4724ee7fca7e8dd0f6a94b45082fb3f15bd81d5dafb35021c1283c69e1555efe1d9ac6 SHA512 c4b0d3d35141f63b3c60ddc49b9c717f79dbbfb63690ae2ae4f7a014b24182df04006b7dd0cce5918006dc53c8fbe1dde4005ad49f4f8974f1c262e8f02e7ec3

diff --git a/x11-misc/quitcount/quitcount-3.1.3-r1.ebuild b/x11-misc/quitcount/quitcount-3.1.3-r1.ebuild
deleted file mode 100644
index f56ec1bf8160..000000000000
--- a/x11-misc/quitcount/quitcount-3.1.3-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg
-
-# The string in SRC_URI doesn't follow standard naming convention
-MV="3.1"
-DESCRIPTION="A simple applet that shows what you saved since you quit smoking"
-HOMEPAGE="http://quitcount.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-	x11-libs/gtk+:3
-	>=dev-libs/glib-2.6:2
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	default
-	sed -i '/appdata$/s/appdata$/metainfo/' Makefile.in || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/quitcount/
@ 2022-04-24  8:59 Joonas Niilola
  0 siblings, 0 replies; 9+ messages in thread
From: Joonas Niilola @ 2022-04-24  8:59 UTC (permalink / raw
  To: gentoo-commits

commit:     574782254f7d3711a2a38220b1ffe69a91495822
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 08:59:19 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 08:59:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57478225

x11-misc/quitcount: add missing dependency

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

 x11-misc/quitcount/quitcount-3.1.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/quitcount/quitcount-3.1.4.ebuild b/x11-misc/quitcount/quitcount-3.1.4.ebuild
index 1d7fc0681396..b64d6cd12294 100644
--- a/x11-misc/quitcount/quitcount-3.1.4.ebuild
+++ b/x11-misc/quitcount/quitcount-3.1.4.ebuild
@@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~x86"
 DEPEND="
 	x11-libs/gtk+:3
 	>=dev-libs/glib-2.6:2
+	x11-libs/gdk-pixbuf:2
 "
 RDEPEND="${DEPEND}"
 


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

end of thread, other threads:[~2022-04-24  8:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-24  8:59 [gentoo-commits] repo/gentoo:master commit in: x11-misc/quitcount/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2022-04-24  8:59 Joonas Niilola
2022-04-24  8:59 Joonas Niilola
2021-12-26  0:20 Sam James
2021-11-29 19:49 Jakov Smolić
2019-07-15 15:28 Michał Górny
2018-02-11 11:36 Michał Górny
2016-02-02 14:28 Patrick Lauer
2015-12-15  7:15 Ian Delaney

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