* [gentoo-commits] repo/gentoo:master commit in: app-vim/xquery-syntax/
@ 2016-08-12 23:25 Patrice Clement
0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2016-08-12 23:25 UTC (permalink / raw
To: gentoo-commits
commit: 6e42812f02ff339e9ec3a56547fecf97a4c41a1d
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 12 23:23:37 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Aug 12 23:23:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e42812f
app-vim/xquery-syntax: EAPI 6 bump.
Package-Manager: portage-2.2.28
app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild | 24 +++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild
new file mode 100644
index 0000000..4da6869
--- /dev/null
+++ b/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: XQuery syntax highlighting"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=803"
+
+LICENSE="vim.org"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for XQuery files."
+
+src_prepare() {
+ default
+ # use hi def link. Bug #101788, bug #101804.
+ sed -i -e 's,^hi\(ghlight\)\? link,hi def link,' syntax/xquery.vim \
+ || die "sed failed"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/xquery-syntax/
@ 2016-08-23 9:14 Patrice Clement
0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2016-08-23 9:14 UTC (permalink / raw
To: gentoo-commits
commit: 1a081294a41320f90600cf249595156abc9cde10
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 08:37:50 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 09:14:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a081294
app-vim/xquery-syntax: Clean up old.
Package-Manager: portage-2.2.28
app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild
deleted file mode 100644
index 2877767..0000000
--- a/app-vim/xquery-syntax/xquery-syntax-0.1-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: XQuery syntax highlighting"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=803"
-
-LICENSE="vim.org"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for XQuery files."
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # use hi def link. Bug #101788, bug #101804.
- sed -i -e 's,^hi\(ghlight\)\? link,hi def link,' syntax/xquery.vim \
- || die "sed failed"
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/xquery-syntax/
@ 2016-08-23 9:14 Patrice Clement
0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2016-08-23 9:14 UTC (permalink / raw
To: gentoo-commits
commit: 9ee8defcb2878372fe1aae36e028a19b2385a801
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 08:35:53 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 09:14:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee8defc
app-vim/xquery-syntax: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.28
app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild
index 4da6869..39b16f1 100644
--- a/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild
+++ b/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: XQuery syntax highlighting"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=803"
LICENSE="vim.org"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 mips ppc ppc64 sparc x86"
IUSE=""
VIM_PLUGIN_HELPTEXT=\
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/xquery-syntax/
@ 2017-01-28 14:32 Mart Raudsepp
0 siblings, 0 replies; 11+ messages in thread
From: Mart Raudsepp @ 2017-01-28 14:32 UTC (permalink / raw
To: gentoo-commits
commit: 2fe58c76b1d23b0ff01c6e3f8ec91f7a8414f972
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 14:29:44 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 14:31:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe58c76
app-vim/xquery-syntax: Drop to ~mips; mips doesn't do stable keywords right now
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild
index 39b16f1..a744e57 100644
--- a/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild
+++ b/app-vim/xquery-syntax/xquery-syntax-0.1-r2.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
# $Id$
@@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: XQuery syntax highlighting"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=803"
LICENSE="vim.org"
-KEYWORDS="alpha amd64 ia64 mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
VIM_PLUGIN_HELPTEXT=\
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/xquery-syntax/
@ 2023-09-14 21:23 Conrad Kostecki
0 siblings, 0 replies; 11+ messages in thread
From: Conrad Kostecki @ 2023-09-14 21:23 UTC (permalink / raw
To: gentoo-commits
commit: a90b8d8edc0bdd86bbde8907cd1239ff6edfbcbf
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 19 17:33:23 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 21:22:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90b8d8e
app-vim/xquery-syntax: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild
new file mode 100644
index 000000000000..a1bc0756a5d8
--- /dev/null
+++ b/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: XQuery syntax highlighting"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=803"
+
+LICENSE="vim.org"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for XQuery files."
+
+src_prepare() {
+ default
+ # use hi def link. Bug #101788, bug #101804.
+ sed -i -e 's,^hi\(ghlight\)\? link,hi def link,' syntax/xquery.vim \
+ || die "sed failed"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/xquery-syntax/
@ 2023-12-09 20:06 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:06 UTC (permalink / raw
To: gentoo-commits
commit: 7af35d2dcbc21d04ce5655613014778b2ef00034
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:05:55 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:05:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af35d2d
app-vim/xquery-syntax: Stabilize 0.1-r3 sparc, #919612
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild
index a1bc0756a5d8..68fe27f9cffc 100644
--- a/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild
+++ b/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: XQuery syntax highlighting"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=803"
LICENSE="vim.org"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for XQuery files."
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/xquery-syntax/
@ 2023-12-09 20:15 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:15 UTC (permalink / raw
To: gentoo-commits
commit: 72eecb92b7ed39caa1f99bae34b5aa5033c83423
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:14:56 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:14:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72eecb92
app-vim/xquery-syntax: Stabilize 0.1-r3 ppc64, #919612
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild
index 68fe27f9cffc..cfaee7650fc5 100644
--- a/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild
+++ b/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: XQuery syntax highlighting"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=803"
LICENSE="vim.org"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ppc64 sparc ~x86"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for XQuery files."
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/xquery-syntax/
@ 2023-12-09 20:24 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:24 UTC (permalink / raw
To: gentoo-commits
commit: 0bb805fc576f4fd06aafb077cede593842e6c931
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:23:29 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:23:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb805fc
app-vim/xquery-syntax: Stabilize 0.1-r3 amd64, #919612
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild
index cfaee7650fc5..6e039f39410b 100644
--- a/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild
+++ b/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: XQuery syntax highlighting"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=803"
LICENSE="vim.org"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ppc64 sparc ~x86"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for XQuery files."
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/xquery-syntax/
@ 2023-12-09 20:25 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:25 UTC (permalink / raw
To: gentoo-commits
commit: 35b8c86f1c00426e7abb15b028b7f3765c1ee1c3
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:25:18 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:25:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b8c86f
app-vim/xquery-syntax: Stabilize 0.1-r3 x86, #919612
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild
index 6e039f39410b..900e1701e9cc 100644
--- a/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild
+++ b/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: XQuery syntax highlighting"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=803"
LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ppc64 sparc x86"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for XQuery files."
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/xquery-syntax/
@ 2023-12-26 2:37 Conrad Kostecki
0 siblings, 0 replies; 11+ messages in thread
From: Conrad Kostecki @ 2023-12-26 2:37 UTC (permalink / raw
To: gentoo-commits
commit: 3e66741ab6454e47cb00bb7d50c154b704b0771b
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Oct 28 18:59:43 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 02:36:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e66741a
app-vim/xquery-syntax: add <stabilize-allarches/>
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-vim/xquery-syntax/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-vim/xquery-syntax/metadata.xml b/app-vim/xquery-syntax/metadata.xml
index 23f733cc8624..f8a2bb7497f6 100644
--- a/app-vim/xquery-syntax/metadata.xml
+++ b/app-vim/xquery-syntax/metadata.xml
@@ -5,4 +5,5 @@
<email>vim@gentoo.org</email>
<name>Gentoo Vim Project</name>
</maintainer>
+ <stabilize-allarches/>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/xquery-syntax/
@ 2024-01-13 18:50 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-01-13 18:50 UTC (permalink / raw
To: gentoo-commits
commit: 59ad55ebda64b34a57d0e4d8856e2d819c1426be
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jan 13 17:42:36 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 18:50:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ad55eb
app-vim/xquery-syntax: drop 0.1-r2, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild
deleted file mode 100644
index dc6c0e16b81b..000000000000
--- a/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: XQuery syntax highlighting"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=803"
-
-LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for XQuery files."
-
-src_prepare() {
- default
- # use hi def link. Bug #101788, bug #101804.
- sed -i -e 's,^hi\(ghlight\)\? link,hi def link,' syntax/xquery.vim \
- || die "sed failed"
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-01-13 18:51 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-26 2:37 [gentoo-commits] repo/gentoo:master commit in: app-vim/xquery-syntax/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2024-01-13 18:50 Michał Górny
2023-12-09 20:25 Arthur Zamarin
2023-12-09 20:24 Arthur Zamarin
2023-12-09 20:15 Arthur Zamarin
2023-12-09 20:06 Arthur Zamarin
2023-09-14 21:23 Conrad Kostecki
2017-01-28 14:32 Mart Raudsepp
2016-08-23 9:14 Patrice Clement
2016-08-23 9:14 Patrice Clement
2016-08-12 23:25 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox