* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx-Scintilla/
@ 2015-10-24 9:57 Pacho Ramos
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2015-10-24 9:57 UTC (permalink / raw
To: gentoo-commits
commit: 9c0ef2be161719a22579fbc0a24963ad05b3c73b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 09:57:42 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 09:57:52 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0ef2be
dev-perl/Wx-Scintilla: Support wxGTK:3.0
Package-Manager: portage-2.2.23
.../Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild
new file mode 100644
index 0000000..85360c6
--- /dev/null
+++ b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+#VIRTUALX_REQUIRED=test
+#inherit virtualx
+MODULE_AUTHOR=AZAWAWI
+MODULE_VERSION=0.39
+inherit wxwidgets perl-module
+
+DESCRIPTION="Scintilla source code editing component for wxWidgets"
+SRC_URI+=" https://dev.gentoo.org/~tove/distfiles/dev-perl/${PN}-0.34-patches.tar.gz"
+
+LICENSE+=" HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-perl/Alien-wxWidgets
+ dev-perl/wxperl
+ x11-libs/wxGTK:${WX_GTK_VER}
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/ExtUtils-XSpp-0.160.200
+ >=dev-perl/Module-Build-0.360.0
+"
+
+PATCHES=(
+ "${WORKDIR}"/${PN}-patches/0.34-flags.patch
+)
+
+src_configure() {
+ need-wxwidgets base-unicode
+ myconf=( --verbose )
+ perl-module_src_configure
+}
+
+#SRC_TEST=do
+#src_test() {
+# VIRTUALX_COMMAND="./Build" virtualmake test || die
+#}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx-Scintilla/
@ 2015-12-11 22:47 Andreas Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Hüttel @ 2015-12-11 22:47 UTC (permalink / raw
To: gentoo-commits
commit: 7769020b2c4e74d975ed06579fb73281b053a8e5
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 22:46:54 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 22:47:10 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7769020b
dev-perl/Wx-Scintilla: Add missing wxGTK dependency
Package-Manager: portage-2.2.26
dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
index 22c28df..746d767 100644
--- a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
+++ b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
@@ -22,6 +22,7 @@ IUSE=""
RDEPEND="
dev-perl/Alien-wxWidgets
dev-perl/wxperl
+ x11-libs/wxGTK:${WX_GTK_VER}
"
DEPEND="${RDEPEND}
>=dev-perl/ExtUtils-XSpp-0.160.200
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx-Scintilla/
@ 2016-03-10 23:10 Andreas Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Hüttel @ 2016-03-10 23:10 UTC (permalink / raw
To: gentoo-commits
commit: 2373c33b8f1a6459a797e9d16fba8cd82759574c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 11:38:14 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 23:09:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2373c33b
dev-perl/Wx-Scintilla: Fix dependency on dev-perl/Wx
Package-Manager: portage-2.2.27
dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild | 4 ++--
dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
index 746d767..5293993 100644
--- a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
+++ b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -21,7 +21,7 @@ IUSE=""
RDEPEND="
dev-perl/Alien-wxWidgets
- dev-perl/wxperl
+ dev-perl/Wx
x11-libs/wxGTK:${WX_GTK_VER}
"
DEPEND="${RDEPEND}
diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild
index 85360c6..b7fa2c4 100644
--- a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild
+++ b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -21,7 +21,7 @@ IUSE=""
RDEPEND="
dev-perl/Alien-wxWidgets
- dev-perl/wxperl
+ dev-perl/Wx
x11-libs/wxGTK:${WX_GTK_VER}
"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx-Scintilla/
@ 2016-09-18 22:02 Andreas Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Hüttel @ 2016-09-18 22:02 UTC (permalink / raw
To: gentoo-commits
commit: 70fa1390cd4e0c23e0ef56edd6013300f6308927
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 22:02:06 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 22:02:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fa1390
dev-perl/Wx-Scintilla: Remove old
Package-Manager: portage-2.3.0
.../Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
deleted file mode 100644
index 5293993..00000000
--- a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="2.8"
-#VIRTUALX_REQUIRED=test
-#inherit virtualx
-MODULE_AUTHOR=AZAWAWI
-MODULE_VERSION=0.39
-inherit wxwidgets perl-module
-
-DESCRIPTION="Scintilla source code editing component for wxWidgets"
-SRC_URI+=" https://dev.gentoo.org/~tove/distfiles/dev-perl/${PN}-0.34-patches.tar.gz"
-
-LICENSE+=" HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-perl/Alien-wxWidgets
- dev-perl/Wx
- x11-libs/wxGTK:${WX_GTK_VER}
-"
-DEPEND="${RDEPEND}
- >=dev-perl/ExtUtils-XSpp-0.160.200
- >=dev-perl/Module-Build-0.360.0
-"
-
-PATCHES=(
- "${WORKDIR}"/${PN}-patches/0.34-flags.patch
-)
-
-src_configure() {
- myconf=( --verbose )
- perl-module_src_configure
-}
-
-#SRC_TEST=do
-#src_test() {
-# VIRTUALX_COMMAND="./Build" virtualmake test || die
-#}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx-Scintilla/
@ 2018-03-22 6:58 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2018-03-22 6:58 UTC (permalink / raw
To: gentoo-commits
commit: da1b80dc5d4ab388607a6b88082f796549563de9
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 06:57:38 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 06:58:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1b80dc
dev-perl/Wx-Scintilla: EAPI6 + tests
- EAPI6ify
- Enable tests (w/ virtualx handling)
- Stop using deprecated wxwidgets.eclass API
Package-Manager: Portage-2.3.24, Repoman-2.3.6
.../Wx-Scintilla/Wx-Scintilla-0.390.0-r3.ebuild | 41 ++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r3.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r3.ebuild
new file mode 100644
index 00000000000..df5e61dfc0a
--- /dev/null
+++ b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+WX_GTK_VER="3.0"
+DIST_AUTHOR=AZAWAWI
+DIST_VERSION=0.39
+inherit wxwidgets perl-module virtualx
+
+DESCRIPTION="Scintilla source code editing component for wxWidgets"
+
+LICENSE+=" HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-perl/Alien-wxWidgets
+ dev-perl/Wx
+ x11-libs/wxGTK:${WX_GTK_VER}
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/ExtUtils-XSpp-0.160.200
+ >=dev-perl/Module-Build-0.360.0
+"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.34-flags.patch
+ "${FILESDIR}"/${PN}-0.39-gcc6.patch
+)
+
+src_configure() {
+ setup-wxwidgets
+ myconf=( --verbose )
+ perl-module_src_configure
+}
+
+src_test() {
+ virtx perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx-Scintilla/
@ 2020-04-15 16:35 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2020-04-15 16:35 UTC (permalink / raw
To: gentoo-commits
commit: 5c01b6b618663ace22c89dc6f36f007116095a29
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 16:34:29 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 16:34:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c01b6b6
dev-perl/Wx-Scintilla: Remove old 0.390.0-r2
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild
deleted file mode 100644
index b11bb08f189..00000000000
--- a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-#VIRTUALX_REQUIRED=test
-#inherit virtualx
-MODULE_AUTHOR=AZAWAWI
-MODULE_VERSION=0.39
-inherit wxwidgets perl-module
-
-DESCRIPTION="Scintilla source code editing component for wxWidgets"
-
-LICENSE+=" HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-perl/Alien-wxWidgets
- dev-perl/Wx
- x11-libs/wxGTK:${WX_GTK_VER}
-"
-DEPEND="${RDEPEND}
- >=dev-perl/ExtUtils-XSpp-0.160.200
- >=dev-perl/Module-Build-0.360.0
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.34-flags.patch
- "${FILESDIR}"/${PN}-0.39-gcc6.patch
-)
-
-src_configure() {
- need-wxwidgets base-unicode
- myconf=( --verbose )
- perl-module_src_configure
-}
-
-#SRC_TEST=do
-#src_test() {
-# VIRTUALX_COMMAND="./Build" virtualmake test || die
-#}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx-Scintilla/
@ 2021-04-05 17:55 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-04-05 17:55 UTC (permalink / raw
To: gentoo-commits
commit: 2c4ef9aebf18df30ab328f7c767645c46948193a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 5 17:52:23 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Apr 5 17:54:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4ef9ae
dev-perl/Wx-Scintilla: EAPI bump
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
...Wx-Scintilla-0.390.0-r3.ebuild => Wx-Scintilla-0.390.0-r4.ebuild} | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r3.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r4.ebuild
similarity index 91%
rename from dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r3.ebuild
rename to dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r4.ebuild
index df5e61dfc0a..2e087830d2f 100644
--- a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r3.ebuild
+++ b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
WX_GTK_VER="3.0"
DIST_AUTHOR=AZAWAWI
@@ -24,6 +24,7 @@ DEPEND="${RDEPEND}
>=dev-perl/ExtUtils-XSpp-0.160.200
>=dev-perl/Module-Build-0.360.0
"
+BDEPEND=${DEPEND}
PATCHES=(
"${FILESDIR}"/${PN}-0.34-flags.patch
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx-Scintilla/
@ 2023-11-24 12:55 Pacho Ramos
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2023-11-24 12:55 UTC (permalink / raw
To: gentoo-commits
commit: d340bd6699982a90cb32cd8823ab554fd4ba91ce
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 12:50:03 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 12:55:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d340bd66
dev-perl/Wx-Scintilla: Works with wxGTK 3.2
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../Wx-Scintilla/Wx-Scintilla-0.390.0-r5.ebuild | 42 ++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r5.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r5.ebuild
new file mode 100644
index 000000000000..61c60e271dfb
--- /dev/null
+++ b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+WX_GTK_VER="3.2-gtk3"
+DIST_AUTHOR=AZAWAWI
+DIST_VERSION=0.39
+inherit wxwidgets perl-module virtualx
+
+DESCRIPTION="Scintilla source code editing component for wxWidgets"
+
+LICENSE+=" HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-perl/Alien-wxWidgets
+ dev-perl/Wx
+ x11-libs/wxGTK:${WX_GTK_VER}
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/ExtUtils-XSpp-0.160.200
+ >=dev-perl/Module-Build-0.360.0
+"
+BDEPEND=${DEPEND}
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.34-flags.patch
+ "${FILESDIR}"/${PN}-0.39-gcc6.patch
+)
+
+src_configure() {
+ setup-wxwidgets
+ myconf=( --verbose )
+ perl-module_src_configure
+}
+
+src_test() {
+ virtx perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx-Scintilla/
@ 2024-09-05 19:33 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-09-05 19:33 UTC (permalink / raw
To: gentoo-commits
commit: 351f4740baab18855de2d5fdb250ebe6b14d08d1
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Thu Sep 5 18:37:25 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 5 19:32:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351f4740
dev-perl/Wx-Scintilla: minor pkgcheck complain with an empty variable
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38459
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r5.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r5.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r5.ebuild
index 843cd133b141..ad41f943900f 100644
--- a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r5.ebuild
+++ b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r5.ebuild
@@ -13,7 +13,6 @@ DESCRIPTION="Scintilla source code editing component for wxWidgets"
LICENSE+=" HPND"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
-IUSE=""
RDEPEND="
dev-perl/Alien-wxWidgets
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-09-05 19:33 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-11 22:47 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx-Scintilla/ Andreas Hüttel
-- strict thread matches above, loose matches on Subject: below --
2024-09-05 19:33 Sam James
2023-11-24 12:55 Pacho Ramos
2021-04-05 17:55 Andreas K. Hüttel
2020-04-15 16:35 Kent Fredric
2018-03-22 6:58 Kent Fredric
2016-09-18 22:02 Andreas Hüttel
2016-03-10 23:10 Andreas Hüttel
2015-10-24 9:57 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox