* [gentoo-commits] repo/gentoo:master commit in: net-misc/bopm/
@ 2016-08-27 13:15 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2016-08-27 13:15 UTC (permalink / raw
To: gentoo-commits
commit: d4a1c361913fb410761ab070858258b2093bc55e
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 27 13:06:32 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 13:15:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a1c361
net-misc/bopm: transfert maintainership over to Shentino <shentino <AT> gmail.com>.
Gentoo-Bug: https://bugs.gentoo.org/592150
Package-Manager: portage-2.2.28
net-misc/bopm/metadata.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/net-misc/bopm/metadata.xml b/net-misc/bopm/metadata.xml
index 6f49eba..ddd2579 100644
--- a/net-misc/bopm/metadata.xml
+++ b/net-misc/bopm/metadata.xml
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>shentino@gmail.com</email>
+ <name>Shentino</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/bopm/
@ 2016-08-30 6:14 David Seifert
0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2016-08-30 6:14 UTC (permalink / raw
To: gentoo-commits
commit: 86e4253e5763af3255f06077eaaaf16699da529f
Author: Raymond Jennings <shentino <AT> gmail <DOT> com>
AuthorDate: Mon Aug 29 19:55:20 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 06:12:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e4253e
net-misc/bopm: remove obsolete EAPI 0 ebuild
Closes: https://github.com/gentoo/gentoo/pull/2168
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-misc/bopm/bopm-3.1.3.ebuild | 57 -----------------------------------------
1 file changed, 57 deletions(-)
diff --git a/net-misc/bopm/bopm-3.1.3.ebuild b/net-misc/bopm/bopm-3.1.3.ebuild
deleted file mode 100644
index fcb8b0c..00000000
--- a/net-misc/bopm/bopm-3.1.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils user
-
-DESCRIPTION="Blitzed Open Proxy Monitor"
-HOMEPAGE="http://www.blitzed.org/bopm/"
-SRC_URI="http://static.blitzed.org/www.blitzed.org/${PN}/files/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- sys-apps/sed"
-
-src_compile() {
- econf \
- --sysconfdir=/etc \
- --datadir=/usr/share/doc/${PF} \
- --localstatedir=/var/log/bopm || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install () {
- sed -i \
- -e 's!/some/path/bopm.pid!/var/run/bopm/bopm.pid!' \
- -e 's!/some/path/scan.log!/var/log/bopm/scan.log!' bopm.conf.sample
-
- make \
- DESTDIR="${D}" \
- sysconfdir="${D}"/etc \
- datadir=/usr/share/doc/${PF} \
- localstatedir="${D}"/var/log/bopm \
- install || die "install failed"
-
- fperms 600 /etc/bopm.conf
-
- # Remove libopm related files, because bopm links statically to it
- # If anybody wants libopm, please install net-libs/libopm
- rm -r "${D}"/usr/lib "${D}"/usr/include
-
- newinitd "${FILESDIR}"/bopm.init.d bopm
- newconfd "${FILESDIR}"/bopm.conf.d bopm
-
- dodoc ChangeLog INSTALL README TODO
-}
-
-pkg_postinst() {
- enewuser bopm
-
- install -d -m 0700 -o bopm -g root "${ROOT}"/var/log/bopm
- install -d -m 0700 -o bopm -g root "${ROOT}"/var/run/bopm
- chown bopm "${ROOT}"/etc/bopm.conf
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/bopm/
@ 2016-08-30 6:14 David Seifert
0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2016-08-30 6:14 UTC (permalink / raw
To: gentoo-commits
commit: 1c888097c2a0c61dda2632d8b5e0e630c4eb1cf4
Author: Raymond Jennings <shentino <AT> gmail <DOT> com>
AuthorDate: Mon Aug 29 20:26:43 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 06:12:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c888097
net-misc/bopm: remove non-compliant r1 in favor of r3
Closes: https://github.com/gentoo/gentoo/pull/2168
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-misc/bopm/bopm-3.1.3-r1.ebuild | 57 --------------------------------------
1 file changed, 57 deletions(-)
diff --git a/net-misc/bopm/bopm-3.1.3-r1.ebuild b/net-misc/bopm/bopm-3.1.3-r1.ebuild
deleted file mode 100644
index 6636224..00000000
--- a/net-misc/bopm/bopm-3.1.3-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib user
-
-DESCRIPTION="Blitzed Open Proxy Monitor"
-HOMEPAGE="http://www.blitzed.org/bopm/"
-SRC_URI="http://static.blitzed.org/www.blitzed.org/${PN}/files/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf \
- --datadir="${EPREFIX}"/usr/share/doc/${PF} \
- --localstatedir="${EPREFIX}"/var/log/${PN}
-}
-
-src_install () {
- sed -i \
- -e "s!/some/path/bopm.pid!/run/${PN}/${PN}.pid!" \
- -e "s!/some/path/scan.log!/var/log/${PN}/scan.log!" \
- bopm.conf.sample || die
-
- # Custom Makefile.am rules do not respect DESTDIR,
- # thus override sysconfdir and localstatedir.
- emake \
- DESTDIR="${D}" \
- sysconfdir="${ED}"/etc \
- localstatedir="${ED}"/var/log/bopm \
- install || die "install failed"
-
- fperms 600 /etc/bopm.conf
-
- # Remove libopm related files, because bopm links statically to it
- # If anybody wants libopm, please install net-libs/libopm
- rm -r "${ED}"/usr/$(get_libdir) "${ED}"/usr/include || die
-
- newinitd "${FILESDIR}"/bopm.init.d-r1 ${PN}
- newconfd "${FILESDIR}"/bopm.conf.d-r1 ${PN}
-
- dodoc ChangeLog INSTALL README TODO
-}
-
-pkg_postinst() {
- enewuser bopm
-
- install -d -m 0700 -o bopm -g root "${ROOT}"/var/log/bopm
- chown bopm "${ROOT}"/etc/bopm.conf
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/bopm/
@ 2017-07-30 8:36 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2017-07-30 8:36 UTC (permalink / raw
To: gentoo-commits
commit: fddfe6a9b26d5149bcae05312ffea14316f7705e
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Fri Jul 28 23:18:11 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:35:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fddfe6a9
net-misc/bopm: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
net-misc/bopm/bopm-3.1.3-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/bopm/bopm-3.1.3-r3.ebuild b/net-misc/bopm/bopm-3.1.3-r3.ebuild
index b1db434a9a1..5e306a50271 100644
--- a/net-misc/bopm/bopm-3.1.3-r3.ebuild
+++ b/net-misc/bopm/bopm-3.1.3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit autotools user
DESCRIPTION="Blitzed Open Proxy Monitor"
-HOMEPAGE="http://github.com/blitzed-org/bopm"
+HOMEPAGE="https://github.com/blitzed-org/bopm"
SRC_URI="http://static.blitzed.org/www.blitzed.org/${PN}/files/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/bopm/
@ 2018-01-06 22:09 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2018-01-06 22:09 UTC (permalink / raw
To: gentoo-commits
commit: 185bff2c0d9947cb053cd6d2a851f28dff0052a3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 6 22:07:49 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 22:09:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185bff2c
net-misc/bopm: Remove proxied maintainer
Closes: https://bugs.gentoo.org/632876
net-misc/bopm/metadata.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/net-misc/bopm/metadata.xml b/net-misc/bopm/metadata.xml
index 1da5439889b..389984f4aa0 100644
--- a/net-misc/bopm/metadata.xml
+++ b/net-misc/bopm/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>shentino@gmail.com</email>
- <name>Shentino</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <!--maintainer-needed-->
<upstream>
<remote-id type="github">blitzed-org/bopm</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/bopm/
@ 2021-03-17 2:13 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-03-17 2:13 UTC (permalink / raw
To: gentoo-commits
commit: 0ca91a684150c9aef840c978fcc00157c392d958
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 01:48:43 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 02:13:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca91a68
net-misc/bopm: adopt package
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/bopm/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/net-misc/bopm/metadata.xml b/net-misc/bopm/metadata.xml
index 5ed9ca4d7b3..1ce1de9cfec 100644
--- a/net-misc/bopm/metadata.xml
+++ b/net-misc/bopm/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!--maintainer-needed-->
+ <maintainer type="person">
+ <email>sam@gentoo.org</email>
+ <name>Sam James</name>
+ </maintainer>
<upstream>
<remote-id type="github">blitzed-org/bopm</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/bopm/
@ 2021-03-23 4:53 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-03-23 4:53 UTC (permalink / raw
To: gentoo-commits
commit: 3788eb246bb12a8a49b778858cc4fb58a6360804
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 22:23:11 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 23 04:48:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3788eb24
net-misc/bopm: update EAPI 6 -> 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/bopm/bopm-3.1.3-r4.ebuild | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/net-misc/bopm/bopm-3.1.3-r4.ebuild b/net-misc/bopm/bopm-3.1.3-r4.ebuild
index 5c2096926f2..d90d4d376cd 100644
--- a/net-misc/bopm/bopm-3.1.3-r4.ebuild
+++ b/net-misc/bopm/bopm-3.1.3-r4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit autotools user
@@ -12,10 +12,6 @@ SRC_URI="http://static.blitzed.org/www.blitzed.org/${PN}/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-remove-njabl.patch
@@ -50,8 +46,9 @@ src_install() {
default
# Remove libopm related files, because bopm links statically to it
- # If anybody wants libopm, please install net-libs/libopm
- rm -r "${ED}"usr/$(get_libdir) "${ED}"usr/include || die
+ # TODO: Do we really want libopm? It's gone now.
+ # (was: "If anybody wants libopm, please install net-libs/libopm")
+ rm -r "${ED}"/usr/$(get_libdir) "${ED}"/usr/include || die
newinitd "${FILESDIR}"/bopm.init.d-r2 ${PN}
newconfd "${FILESDIR}"/bopm.conf.d-r1 ${PN}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/bopm/
@ 2021-07-13 23:06 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-07-13 23:06 UTC (permalink / raw
To: gentoo-commits
commit: 1095c83861c818ccde0cdd2df9aade11e3c9c057
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 22:54:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 23:06:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1095c838
net-misc/bopm: migrate to GLEP 81
Closes: https://bugs.gentoo.org/781407
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{bopm-3.1.3-r4.ebuild => bopm-3.1.3-r5.ebuild} | 23 +++++++++++++++-------
1 file changed, 16 insertions(+), 7 deletions(-)
diff --git a/net-misc/bopm/bopm-3.1.3-r4.ebuild b/net-misc/bopm/bopm-3.1.3-r5.ebuild
similarity index 78%
rename from net-misc/bopm/bopm-3.1.3-r4.ebuild
rename to net-misc/bopm/bopm-3.1.3-r5.ebuild
index d90d4d376cd..ca2ffd15a08 100644
--- a/net-misc/bopm/bopm-3.1.3-r4.ebuild
+++ b/net-misc/bopm/bopm-3.1.3-r5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools user
+inherit autotools
DESCRIPTION="Blitzed Open Proxy Monitor"
HOMEPAGE="https://github.com/blitzed-org/bopm"
@@ -13,16 +13,14 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+RDEPEND="acct-user/opm"
+
PATCHES=(
"${FILESDIR}"/${P}-remove-njabl.patch
"${FILESDIR}"/${P}-autotools.patch
"${FILESDIR}"/${P}-quarantine-bad-pid-file.patch
)
-pkg_setup() {
- enewuser bopm
-}
-
src_prepare() {
sed -i \
-e "s!/some/path/bopm.pid!/run/${PN}/${PN}.pid!" \
@@ -55,8 +53,19 @@ src_install() {
dodir /var/log/bopm
fperms 700 /var/log/bopm
- fowners bopm:root /var/log/bopm
+ fowners opm:root /var/log/bopm
fperms 600 /etc/bopm.conf
- fowners bopm:root /etc/bopm.conf
+ fowners opm:root /etc/bopm.conf
+}
+
+pkg_postinst() {
+ if [[ -n "${REPLACING_VERSIONS}" ]] ; then
+ if has_version "<${CATEGORY}/${PF}" ; then
+ ewarn "You need to update permissions on:"
+ ewarn "- /var/log/bopm"
+ ewarn "- /etc/bopm.conf"
+ ewarn "to be owned by opm:root"
+ fi
+ fi
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/bopm/
@ 2021-07-13 23:25 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-07-13 23:25 UTC (permalink / raw
To: gentoo-commits
commit: 7bde590d74b5967aa053cb7c65e2f28f835b35d1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 23:25:10 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 23:25:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bde590d
net-misc/bopm: fix group membership
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/bopm/{bopm-3.1.3-r5.ebuild => bopm-3.1.3-r6.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/bopm/bopm-3.1.3-r5.ebuild b/net-misc/bopm/bopm-3.1.3-r6.ebuild
similarity index 96%
rename from net-misc/bopm/bopm-3.1.3-r5.ebuild
rename to net-misc/bopm/bopm-3.1.3-r6.ebuild
index ca2ffd15a08..ae8dd5a2d89 100644
--- a/net-misc/bopm/bopm-3.1.3-r5.ebuild
+++ b/net-misc/bopm/bopm-3.1.3-r6.ebuild
@@ -61,7 +61,7 @@ src_install() {
pkg_postinst() {
if [[ -n "${REPLACING_VERSIONS}" ]] ; then
- if has_version "<${CATEGORY}/${PF}" ; then
+ if has_version "<${CATEGORY}/${PN}-3.1.3-r6" ; then
ewarn "You need to update permissions on:"
ewarn "- /var/log/bopm"
ewarn "- /etc/bopm.conf"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/bopm/
@ 2023-03-20 7:35 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-03-20 7:35 UTC (permalink / raw
To: gentoo-commits
commit: 003f109e452272e65a6978d91698888e5c761fc1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 07:33:35 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 07:34:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003f109e
net-misc/bopm: fix BDEPEND
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/bopm/bopm-3.1.3-r7.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/net-misc/bopm/bopm-3.1.3-r7.ebuild b/net-misc/bopm/bopm-3.1.3-r7.ebuild
index d42d9a0d0a54..d959f6b1af9d 100644
--- a/net-misc/bopm/bopm-3.1.3-r7.ebuild
+++ b/net-misc/bopm/bopm-3.1.3-r7.ebuild
@@ -14,8 +14,10 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
RDEPEND="acct-user/opm"
-BDEPEND="acct-user/opm"
-BDEPEND="sys-devel/autoconf-archive"
+BDEPEND="
+ acct-user/opm
+ sys-devel/autoconf-archive
+"
PATCHES=(
"${FILESDIR}"/${P}-remove-njabl.patch
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-03-20 7:35 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-30 6:14 [gentoo-commits] repo/gentoo:master commit in: net-misc/bopm/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2023-03-20 7:35 Sam James
2021-07-13 23:25 Sam James
2021-07-13 23:06 Sam James
2021-03-23 4:53 Sam James
2021-03-17 2:13 Sam James
2018-01-06 22:09 Michał Górny
2017-07-30 8:36 Michał Górny
2016-08-30 6:14 David Seifert
2016-08-27 13:15 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox