public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi/
@ 2015-12-19 19:07 Patrice Clement
  0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2015-12-19 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ce44b97b82a604a2cd608e3a6cff3670b015eb52
Author:     Alessandro Calorì <axelgenus <AT> gmail <DOT> com>
AuthorDate: Sat Dec 19 12:02:48 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 18:10:49 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce44b97b

sys-power/acpi: add proxy maintainer (axelgenus)

 sys-power/acpi/metadata.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/sys-power/acpi/metadata.xml b/sys-power/acpi/metadata.xml
index 5b9e716..bf649f4 100644
--- a/sys-power/acpi/metadata.xml
+++ b/sys-power/acpi/metadata.xml
@@ -1,10 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<herd>proxy-maintainers</herd>
 	<maintainer>
-		<email>maintainer-needed@gentoo.org</email>
+		<email>axelgenus@gmail.com</email>
+		<name>Alessandro Calorì</name>
+		<description>Proxied maintainer; set to assignee in all bugs</description>
 	</maintainer>
 	<upstream>
 		<remote-id type="sourceforge">acpiclient</remote-id>
 	</upstream>
+	<longdescription lang="en">
+		Attempts to replicate the functionality of the 'old' apm command
+		on ACPI systems, including battery and thermal information. Does not
+		support ACPI suspending, only displays information about ACPI devices.
+	</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi/
@ 2015-12-19 19:07 Patrice Clement
  0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2015-12-19 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ce27ce7006355a07359e42a6ca4d351cceeda516
Author:     Alessandro Calorì <axelgenus <AT> gmail <DOT> com>
AuthorDate: Fri Dec 18 13:51:57 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 18:07:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce27ce70

sys-power/acpi: bump version to 1.7

 sys-power/acpi/Manifest                             | 1 +
 sys-power/acpi/acpi-1.6.ebuild                      | 2 +-
 sys-power/acpi/{acpi-1.6.ebuild => acpi-1.7.ebuild} | 6 +++---
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-power/acpi/Manifest b/sys-power/acpi/Manifest
index 34607f7..f98ecd9 100644
--- a/sys-power/acpi/Manifest
+++ b/sys-power/acpi/Manifest
@@ -1 +1,2 @@
 DIST acpi-1.6.tar.gz 92448 SHA256 ed61d20400c4fd3965dde9b49ab3ac74da02f8eca1a55454f7a1ac3fa1fd5c31 SHA512 29d9a59beaed119a48cb426807e6fc6c90597ced2b8b9be3356b1d763478174fc5a2824c64c66b742c0bc4ff54a9cc94224225b7978f00496f977422ec5f6ede WHIRLPOOL 1cc2fd06db0e91fe401e09e05280013a215393e43a129fe019ecbe28259bfa93eca79bb6618280cea002a134e9e823e1e8e9d0f93de5922282314be8f61d59bf
+DIST acpi-1.7.tar.gz 100501 SHA256 d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005 SHA512 e6c96707d651eb20aa4a4c76f78891154d576ccdfaef08b5eff6094b90b62a0e97f6e35a4a996dcc3b5f0b57ee2c60542f41832039c6cbdf853ff3d022c1b609 WHIRLPOOL 3db63479189de0ef8ecefad1495e5ab0a3570649c64d2d41460a4ec60150b6f04ba39d1c1ed78b5061e4bda96770a40fc21d804cc8bcd92b73f64ab211fe0d17

diff --git a/sys-power/acpi/acpi-1.6.ebuild b/sys-power/acpi/acpi-1.6.ebuild
index 1559841..e0fdc85 100644
--- a/sys-power/acpi/acpi-1.6.ebuild
+++ b/sys-power/acpi/acpi-1.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-DESCRIPTION="Attempts to replicate the functionality of the 'old' apm command on ACPI systems"
+DESCRIPTION="Displays information about ACPI devices"
 HOMEPAGE="http://sourceforge.net/projects/acpiclient/"
 SRC_URI="mirror://sourceforge/acpiclient/${P}.tar.gz"
 

diff --git a/sys-power/acpi/acpi-1.6.ebuild b/sys-power/acpi/acpi-1.7.ebuild
similarity index 62%
copy from sys-power/acpi/acpi-1.6.ebuild
copy to sys-power/acpi/acpi-1.7.ebuild
index 1559841..c033fe5 100644
--- a/sys-power/acpi/acpi-1.6.ebuild
+++ b/sys-power/acpi/acpi-1.7.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-DESCRIPTION="Attempts to replicate the functionality of the 'old' apm command on ACPI systems"
+DESCRIPTION="Displays information about ACPI devices"
 HOMEPAGE="http://sourceforge.net/projects/acpiclient/"
 SRC_URI="mirror://sourceforge/acpiclient/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DOCS="AUTHORS ChangeLog README"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi/
@ 2017-07-08 14:12 Patrice Clement
  0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2017-07-08 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ff8157cd59c7080e524a686485966de25dbca32b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 13:54:53 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 14:12:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8157cd

sys-power/acpi: EAPI 6 bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-power/acpi/acpi-1.7-r1.ebuild | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/sys-power/acpi/acpi-1.7-r1.ebuild b/sys-power/acpi/acpi-1.7-r1.ebuild
new file mode 100644
index 00000000000..cb6a3bcb269
--- /dev/null
+++ b/sys-power/acpi/acpi-1.7-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Displays information about ACPI devices"
+HOMEPAGE="https://sourceforge.net/projects/acpiclient/"
+SRC_URI="mirror://sourceforge/acpiclient/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+	default
+	einstalldocs
+}


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

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

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

sys-power/acpi: 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.

 sys-power/acpi/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-power/acpi/metadata.xml b/sys-power/acpi/metadata.xml
index a1fc90f12a3..97dee5e7b9e 100644
--- a/sys-power/acpi/metadata.xml
+++ b/sys-power/acpi/metadata.xml
@@ -4,7 +4,6 @@
 	<maintainer type="person">
 		<email>axelgenus@gmail.com</email>
 		<name>Alessandro Calorì</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] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi/
@ 2018-06-04 19:25 Mart Raudsepp
  0 siblings, 0 replies; 10+ messages in thread
From: Mart Raudsepp @ 2018-06-04 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     c9ead96d8446fb81fc80bbcf2fe22175c95021ba
Author:     Alex Bennée <alex.bennee <AT> linaro <DOT> org>
AuthorDate: Sun Jun  3 21:44:17 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Jun  4 18:57:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ead96d

sys-power/acpi: add ~arm64 keyword

 sys-power/acpi/acpi-1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/acpi/acpi-1.7-r1.ebuild b/sys-power/acpi/acpi-1.7-r1.ebuild
index cb6a3bcb269..5f0686826f4 100644
--- a/sys-power/acpi/acpi-1.7-r1.ebuild
+++ b/sys-power/acpi/acpi-1.7-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/acpiclient/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 src_install() {
 	default


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

* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi/
@ 2018-06-18 18:48 Jonas Stein
  0 siblings, 0 replies; 10+ messages in thread
From: Jonas Stein @ 2018-06-18 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     24db7554e7d4253d65ddd3455e5593dac57f131a
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 18 18:45:19 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Jun 18 18:48:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24db7554

sys-power/acpi: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/633014
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-power/acpi/metadata.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/sys-power/acpi/metadata.xml b/sys-power/acpi/metadata.xml
index 97dee5e7b9e..8d20350fbfa 100644
--- a/sys-power/acpi/metadata.xml
+++ b/sys-power/acpi/metadata.xml
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>axelgenus@gmail.com</email>
-		<name>Alessandro Calorì</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="sourceforge">acpiclient</remote-id>
 	</upstream>
@@ -18,3 +11,4 @@
 		support ACPI suspending, only displays information about ACPI devices.
 	</longdescription>
 </pkgmetadata>
+


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

* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi/
@ 2019-02-07 13:17 Mikle Kolyada
  0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada @ 2019-02-07 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     530d62ebae0439cd99e5189cb0b11b8f17c840e4
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  7 13:17:08 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Feb  7 13:17:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530d62eb

sys-power/acpi: amd64 stable wrt bug #676808

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-power/acpi/acpi-1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/acpi/acpi-1.7-r1.ebuild b/sys-power/acpi/acpi-1.7-r1.ebuild
index d0a55044107..2f9698fe4fa 100644
--- a/sys-power/acpi/acpi-1.7-r1.ebuild
+++ b/sys-power/acpi/acpi-1.7-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/acpiclient/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 src_install() {
 	default


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

* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi/
@ 2019-03-09  8:54 Pacho Ramos
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2019-03-09  8:54 UTC (permalink / raw
  To: gentoo-commits

commit:     67539f8706f43f7b1d4d2a20b793d88c0db309d8
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 08:35:30 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 08:35:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67539f87

sys-power/acpi: Drop old

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

 sys-power/acpi/Manifest        |  1 -
 sys-power/acpi/acpi-1.6.ebuild | 15 ---------------
 sys-power/acpi/acpi-1.7.ebuild | 15 ---------------
 3 files changed, 31 deletions(-)

diff --git a/sys-power/acpi/Manifest b/sys-power/acpi/Manifest
index e7619c15323..db59abcfdb5 100644
--- a/sys-power/acpi/Manifest
+++ b/sys-power/acpi/Manifest
@@ -1,2 +1 @@
-DIST acpi-1.6.tar.gz 92448 BLAKE2B 04f03ba2bdef7bdee09e2e9b35edd53a413b857d7c0f2593553cb93662424d1164820c3bdf46879b65f611b52b9c232f786c8a2f011899bf838a824d0cd6c545 SHA512 29d9a59beaed119a48cb426807e6fc6c90597ced2b8b9be3356b1d763478174fc5a2824c64c66b742c0bc4ff54a9cc94224225b7978f00496f977422ec5f6ede
 DIST acpi-1.7.tar.gz 100501 BLAKE2B 0e98ceef0cd51fe5616f8209e4967010fed6e4d198549196b8321dfada499fa3bc220cf0c64b9c9c6dbbcdf80d2fb1428ee3b98f9bd56ef59b508cb8c06039f0 SHA512 e6c96707d651eb20aa4a4c76f78891154d576ccdfaef08b5eff6094b90b62a0e97f6e35a4a996dcc3b5f0b57ee2c60542f41832039c6cbdf853ff3d022c1b609

diff --git a/sys-power/acpi/acpi-1.6.ebuild b/sys-power/acpi/acpi-1.6.ebuild
deleted file mode 100644
index c9040617f29..00000000000
--- a/sys-power/acpi/acpi-1.6.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Displays information about ACPI devices"
-HOMEPAGE="https://sourceforge.net/projects/acpiclient/"
-SRC_URI="mirror://sourceforge/acpiclient/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DOCS="AUTHORS ChangeLog README"

diff --git a/sys-power/acpi/acpi-1.7.ebuild b/sys-power/acpi/acpi-1.7.ebuild
deleted file mode 100644
index 986980eda15..00000000000
--- a/sys-power/acpi/acpi-1.7.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Displays information about ACPI devices"
-HOMEPAGE="https://sourceforge.net/projects/acpiclient/"
-SRC_URI="mirror://sourceforge/acpiclient/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DOCS="AUTHORS ChangeLog README"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi/
@ 2021-10-20  9:59 Jakov Smolić
  0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2021-10-20  9:59 UTC (permalink / raw
  To: gentoo-commits

commit:     840dd4643ea1437b38e071471be74bb112de9f40
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 09:47:47 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 09:58:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840dd464

sys-power/acpi: add myself as a maintainer

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sys-power/acpi/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-power/acpi/metadata.xml b/sys-power/acpi/metadata.xml
index 7b3fd4fff04..ca902bbafd6 100644
--- a/sys-power/acpi/metadata.xml
+++ b/sys-power/acpi/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>jsmolic@gentoo.org</email>
+		<name>Jakov Smolić</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="sourceforge">acpiclient</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi/
@ 2021-10-20  9:59 Jakov Smolić
  0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2021-10-20  9:59 UTC (permalink / raw
  To: gentoo-commits

commit:     8ec65a5cbf1c74a9dac0e0ecb2cc83ffa5134ea2
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 09:46:18 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 09:58:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec65a5c

sys-power/acpi: Port to EAPI 8

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sys-power/acpi/acpi-1.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-power/acpi/acpi-1.7-r1.ebuild b/sys-power/acpi/acpi-1.7-r1.ebuild
index 2f9698fe4fa..8c19d29de19 100644
--- a/sys-power/acpi/acpi-1.7-r1.ebuild
+++ b/sys-power/acpi/acpi-1.7-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Displays information about ACPI devices"
 HOMEPAGE="https://sourceforge.net/projects/acpiclient/"


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

end of thread, other threads:[~2021-10-20  9:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-08 14:12 [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2021-10-20  9:59 Jakov Smolić
2021-10-20  9:59 Jakov Smolić
2019-03-09  8:54 Pacho Ramos
2019-02-07 13:17 Mikle Kolyada
2018-06-18 18:48 Jonas Stein
2018-06-04 19:25 Mart Raudsepp
2018-02-11 11:36 Michał Górny
2015-12-19 19:07 Patrice Clement
2015-12-19 19:07 Patrice Clement

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