public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/
@ 2015-10-08  7:58 Patrice Clement
  0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2015-10-08  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     af5bff75b3af9ac8534514899df94e5d8f0f56ce
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  8 07:54:46 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Oct  8 07:56:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5bff75

app-vim/vimclojure: Initial commit. Fixes bug 292301.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-vim/vimclojure/Manifest                |  1 +
 app-vim/vimclojure/metadata.xml            |  8 ++++++++
 app-vim/vimclojure/vimclojure-2.3.6.ebuild | 30 ++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/app-vim/vimclojure/Manifest b/app-vim/vimclojure/Manifest
new file mode 100644
index 0000000..19d9b16
--- /dev/null
+++ b/app-vim/vimclojure/Manifest
@@ -0,0 +1 @@
+DIST 2.3.6.zip 44737 SHA256 7c1a9197e8ed2540c921a4e448c88d784740de891cfe58c57e19e9c5c499cd5b SHA512 daf4f691500c3b901a57849c6f07b500c49f7086e0733921f589e362a53a0d07b99eab7d6ea42f1828822942b294f51a684eec93ebab1797438da4b81199ca9d WHIRLPOOL b908cf86313cdd3521f15c2090cbb9f4f2a8a7c656ff1a152fa3707f62e1c6a49fbf6dcf2d596107e6cb2ab579f9aa3e5aec60d04fc91a8f08396bb813b43481

diff --git a/app-vim/vimclojure/metadata.xml b/app-vim/vimclojure/metadata.xml
new file mode 100644
index 0000000..b97972b
--- /dev/null
+++ b/app-vim/vimclojure/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>java</herd>
+	<maintainer>
+		<email>monsieurp@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>

diff --git a/app-vim/vimclojure/vimclojure-2.3.6.ebuild b/app-vim/vimclojure/vimclojure-2.3.6.ebuild
new file mode 100644
index 0000000..52d177f
--- /dev/null
+++ b/app-vim/vimclojure/vimclojure-2.3.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit vim-plugin
+
+MY_PN="VimClojure"
+
+DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings"
+HOMEPAGE="https://github.com/vim-scripts/VimClojure"
+SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_prepare() {
+	find "${S}" -type f -name \*.bat -exec rm -v {} \; || die
+}
+
+src_install() {
+	local my_license="doc/LICENSE.txt"
+	dodoc ${my_license}
+	rm -v ${my_license} || die
+	vim-plugin_src_install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/
@ 2015-11-22 11:53 Patrice Clement
  0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2015-11-22 11:53 UTC (permalink / raw
  To: gentoo-commits

commit:     ad3d46b111df5e8a4a3ecf4cd3c7a21f6250dd63
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 11:50:36 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 11:50:55 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3d46b1

app-vim/vimclojure: Set a blocker on app-vim/slimv. Fixes bug 566448.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 .../{vimclojure-2.3.6.ebuild => vimclojure-2.3.6-r1.ebuild}         | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-vim/vimclojure/vimclojure-2.3.6.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild
similarity index 88%
rename from app-vim/vimclojure/vimclojure-2.3.6.ebuild
rename to app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild
index 52d177f..6d6c335 100644
--- a/app-vim/vimclojure/vimclojure-2.3.6.ebuild
+++ b/app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild
@@ -11,15 +11,17 @@ MY_PN="VimClojure"
 DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings"
 HOMEPAGE="https://github.com/vim-scripts/VimClojure"
 SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip"
-
 SLOT="0"
 LICENSE="BSD"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+
+RDEPEND="!app-vim/slivm"
+
 S="${WORKDIR}/${MY_PN}-${PV}"
 
 src_prepare() {
-	find "${S}" -type f -name \*.bat -exec rm -v {} \; || die
+	find . -type f -name \*.bat -exec rm -v {} \; || die
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/
@ 2016-04-05 20:42 Patrice Clement
  0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2016-04-05 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     5dd148ba7bc693de51589fc96d59a4aac3f2f35d
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  5 20:25:37 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 20:27:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dd148ba

app-vim/vimclojure: Rename duplicate files.

Instead of setting a blocker, create a for-loop that goes through duplicate
files and renames them on the fly.

Gentoo-Bug: https://bugs.gentoo.org/578082
Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild | 48 +++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild
new file mode 100644
index 0000000..fa807de
--- /dev/null
+++ b/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit vim-plugin
+
+MY_PN="VimClojure"
+
+DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings"
+HOMEPAGE="https://github.com/vim-scripts/VimClojure"
+SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip"
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/clojure"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+# Files with similar names are already installed by app-vim/slimv.
+DUPLICATE_FILES=(
+	indent/clojure.vim
+	ftdetect/clojure.vim
+)
+
+src_prepare() {
+	find . -type f -name \*.bat -exec rm -v {} \; || die
+
+	# Let's simply rename them.
+	for file in "${DUPLICATE_FILES[@]}"; do
+		[[ -f "${file}" ]] || die "Couldn't find: ${file}"
+		bname=$(basename "${file}")
+		path=$(dirname "${file}")
+		noext="${bname%%.*}"
+		newname="${path}/${PN}_${noext}.vim"
+		mv "${file}" "${newname}" || die
+	done
+}
+
+src_install() {
+	local my_license="doc/LICENSE.txt"
+	dodoc "${my_license}"
+	rm -v "${my_license}" || die
+	vim-plugin_src_install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/
@ 2016-04-05 21:54 Patrice Clement
  0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2016-04-05 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d76f1b3a47332d9e0dae020c542ed61777fe3ab2
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  5 20:28:46 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 21:39:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76f1b3a

app-vim/vimclojure: Clean up old.

Package-Manager: portage-2.2.26

 app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild | 32 ---------------------------
 1 file changed, 32 deletions(-)

diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild
deleted file mode 100644
index 6d6c335..0000000
--- a/app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin
-
-MY_PN="VimClojure"
-
-DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings"
-HOMEPAGE="https://github.com/vim-scripts/VimClojure"
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip"
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="!app-vim/slivm"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_prepare() {
-	find . -type f -name \*.bat -exec rm -v {} \; || die
-}
-
-src_install() {
-	local my_license="doc/LICENSE.txt"
-	dodoc ${my_license}
-	rm -v ${my_license} || die
-	vim-plugin_src_install
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/
@ 2016-04-05 21:54 Patrice Clement
  0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2016-04-05 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     8eab21d118fa6764749848443ce749d3ff916ae2
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  5 21:38:05 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 21:39:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eab21d1

app-vim/vimclojure: Swap basename/dirname for bash internals.

Package-Manager: portage-2.2.26

 app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild
index fa807de..9db3152 100644
--- a/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild
+++ b/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild
@@ -32,8 +32,8 @@ src_prepare() {
 	# Let's simply rename them.
 	for file in "${DUPLICATE_FILES[@]}"; do
 		[[ -f "${file}" ]] || die "Couldn't find: ${file}"
-		bname=$(basename "${file}")
-		path=$(dirname "${file}")
+		bname="${file##*/}"
+		path="${file%/*}"
 		noext="${bname%%.*}"
 		newname="${path}/${PN}_${noext}.vim"
 		mv "${file}" "${newname}" || die


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/
@ 2016-10-27 22:08 Patrice Clement
  0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2016-10-27 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     0d558e275674c7fc235a992b4e5b06ba731b4418
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 22:06:58 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 22:06:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d558e27

app-vim/vimclojure: Stable for amd64+x86.

Package-Manager: portage-2.3.0

 app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild
index 9db3152..d21795a 100644
--- a/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild
+++ b/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild
@@ -10,10 +10,11 @@ MY_PN="VimClojure"
 
 DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings"
 HOMEPAGE="https://github.com/vim-scripts/VimClojure"
+#SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip -> ${P}.zip"
 SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip"
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-lang/clojure"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/
@ 2017-05-29 23:25 Patrice Clement
  0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2017-05-29 23:25 UTC (permalink / raw
  To: gentoo-commits

commit:     121d5f974bfdc485c15f3efdb02e629ba1159b93
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 19:48:46 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon May 29 23:24:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121d5f97

app-vim/vimclojure: version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-vim/vimclojure/Manifest                   |  1 +
 app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild | 52 +++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/app-vim/vimclojure/Manifest b/app-vim/vimclojure/Manifest
index 19d9b16ae74..fba0de89088 100644
--- a/app-vim/vimclojure/Manifest
+++ b/app-vim/vimclojure/Manifest
@@ -1 +1,2 @@
 DIST 2.3.6.zip 44737 SHA256 7c1a9197e8ed2540c921a4e448c88d784740de891cfe58c57e19e9c5c499cd5b SHA512 daf4f691500c3b901a57849c6f07b500c49f7086e0733921f589e362a53a0d07b99eab7d6ea42f1828822942b294f51a684eec93ebab1797438da4b81199ca9d WHIRLPOOL b908cf86313cdd3521f15c2090cbb9f4f2a8a7c656ff1a152fa3707f62e1c6a49fbf6dcf2d596107e6cb2ab579f9aa3e5aec60d04fc91a8f08396bb813b43481
+DIST vimclojure-2.3.6.zip 44737 SHA256 7c1a9197e8ed2540c921a4e448c88d784740de891cfe58c57e19e9c5c499cd5b SHA512 daf4f691500c3b901a57849c6f07b500c49f7086e0733921f589e362a53a0d07b99eab7d6ea42f1828822942b294f51a684eec93ebab1797438da4b81199ca9d WHIRLPOOL b908cf86313cdd3521f15c2090cbb9f4f2a8a7c656ff1a152fa3707f62e1c6a49fbf6dcf2d596107e6cb2ab579f9aa3e5aec60d04fc91a8f08396bb813b43481

diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild
new file mode 100644
index 00000000000..2bf1249e856
--- /dev/null
+++ b/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+MY_PN="VimClojure"
+
+DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings"
+HOMEPAGE="https://github.com/vim-scripts/VimClojure"
+SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip -> ${P}.zip"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="dev-lang/clojure"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+DOCS=( doc/LICENSE.txt )
+
+# Files with similar names are already installed by app-vim/slimv.
+DUPLICATE_FILES=(
+	indent/clojure.vim
+	ftdetect/clojure.vim
+)
+
+src_prepare() {
+	default
+
+	# Remove .bat files.
+	find . -type f -name \*.bat -exec rm -v {} \; || die
+
+	# Let's simply rename ${DUPLICATE_FILES[@]}.
+	local f
+	for f in "${DUPLICATE_FILES[@]}"; do
+		[[ -f "${f}" ]] || die "Couldn't find ${f}"
+		bname="${f##*/}"
+		path="${f%/*}"
+		noext="${bname%%.*}"
+		newname="${path}/${PN}_${noext}.vim"
+		mv -v "${f}" "${newname}" || die
+	done
+}
+
+src_install() {
+	einstalldocs
+	rm -rv "${DOCS[@]}" bin || die
+	vim-plugin_src_install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/
@ 2017-06-03 13:39 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2017-06-03 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e9ad13aaf9ccbd74f5d310d3efd64b5e1598f307
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 13:28:52 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 13:38:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ad13aa

app-vim/vimclojure: apply distfiles tarball rename to 2.3.6-r2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-vim/vimclojure/Manifest                   | 1 -
 app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild | 5 ++---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-vim/vimclojure/Manifest b/app-vim/vimclojure/Manifest
index fba0de89088..408652111d6 100644
--- a/app-vim/vimclojure/Manifest
+++ b/app-vim/vimclojure/Manifest
@@ -1,2 +1 @@
-DIST 2.3.6.zip 44737 SHA256 7c1a9197e8ed2540c921a4e448c88d784740de891cfe58c57e19e9c5c499cd5b SHA512 daf4f691500c3b901a57849c6f07b500c49f7086e0733921f589e362a53a0d07b99eab7d6ea42f1828822942b294f51a684eec93ebab1797438da4b81199ca9d WHIRLPOOL b908cf86313cdd3521f15c2090cbb9f4f2a8a7c656ff1a152fa3707f62e1c6a49fbf6dcf2d596107e6cb2ab579f9aa3e5aec60d04fc91a8f08396bb813b43481
 DIST vimclojure-2.3.6.zip 44737 SHA256 7c1a9197e8ed2540c921a4e448c88d784740de891cfe58c57e19e9c5c499cd5b SHA512 daf4f691500c3b901a57849c6f07b500c49f7086e0733921f589e362a53a0d07b99eab7d6ea42f1828822942b294f51a684eec93ebab1797438da4b81199ca9d WHIRLPOOL b908cf86313cdd3521f15c2090cbb9f4f2a8a7c656ff1a152fa3707f62e1c6a49fbf6dcf2d596107e6cb2ab579f9aa3e5aec60d04fc91a8f08396bb813b43481

diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild
index 689bdae730f..70458eaecd0 100644
--- a/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild
+++ b/app-vim/vimclojure/vimclojure-2.3.6-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
 
 EAPI=5
@@ -9,8 +9,7 @@ MY_PN="VimClojure"
 
 DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings"
 HOMEPAGE="https://github.com/vim-scripts/VimClojure"
-#SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip -> ${P}.zip"
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip"
+SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip -> ${P}.zip"
 SLOT="0"
 LICENSE="BSD"
 KEYWORDS="amd64 x86"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/
@ 2018-06-06 12:32 Patrice Clement
  0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2018-06-06 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     f1d9536836b750668e5bb3b5582b072b4f0179d8
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  5 21:52:49 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun  6 12:32:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d95368

app-vim/vimclojure: stable for amd64+x86.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild
index e462631ecc0..6d3c5d62b0e 100644
--- a/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild
+++ b/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settin
 HOMEPAGE="https://github.com/vim-scripts/VimClojure"
 SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 LICENSE="BSD"
 SLOT="0"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/
@ 2018-06-06 12:32 Patrice Clement
  0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2018-06-06 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6012b94121158390c5ebd05aef685d6fbb0f7f94
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  5 21:52:19 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun  6 12:32:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6012b941

app-vim/vimclojure: fetch tar.gz archive instead of zip.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-vim/vimclojure/Manifest                   | 1 +
 app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-vim/vimclojure/Manifest b/app-vim/vimclojure/Manifest
index abf9f05ef2a..6a2bba702e3 100644
--- a/app-vim/vimclojure/Manifest
+++ b/app-vim/vimclojure/Manifest
@@ -1 +1,2 @@
+DIST vimclojure-2.3.6.tar.gz 32456 BLAKE2B 7c80611516cf7e1d46400c8cc8c9f9f8146ce8f1ce2fc7458ad9e5a7c778f54496f3a1b2fe47a6cc9cb28cb8f6f0e0e67ace77a09c7258f1585cb76758d6e908 SHA512 186fd5607ccaa4b4344aed4d165d257d0518b3fe19d7b9d858b11a672f68c601bbd453fde7189dd61c3fc2f0b8517c3481579355bf5405ab90517dc48900fd51
 DIST vimclojure-2.3.6.zip 44737 BLAKE2B a2eb0beafa54413d5557f8353c84274068df82a716890d2f1511d27c599d301c2ff2f7363e14e2f3132b52ede59ee4cd2eb091d94034aebc7f6a4aec398b8371 SHA512 daf4f691500c3b901a57849c6f07b500c49f7086e0733921f589e362a53a0d07b99eab7d6ea42f1828822942b294f51a684eec93ebab1797438da4b81199ca9d

diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild
index 2bf1249e856..e462631ecc0 100644
--- a/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild
+++ b/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ MY_PN="VimClojure"
 
 DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings"
 HOMEPAGE="https://github.com/vim-scripts/VimClojure"
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip -> ${P}.zip"
+SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 KEYWORDS="~amd64 ~x86"
 LICENSE="BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/
@ 2018-06-06 12:32 Patrice Clement
  0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2018-06-06 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     44b9613344942d5a8fb19607bf83c6264d658eb8
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  5 21:53:05 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun  6 12:32:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b96133

app-vim/vimclojure: clean up old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-vim/vimclojure/Manifest                   |  1 -
 app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild | 47 ---------------------------
 2 files changed, 48 deletions(-)

diff --git a/app-vim/vimclojure/Manifest b/app-vim/vimclojure/Manifest
index 6a2bba702e3..5f76d515fd6 100644
--- a/app-vim/vimclojure/Manifest
+++ b/app-vim/vimclojure/Manifest
@@ -1,2 +1 @@
 DIST vimclojure-2.3.6.tar.gz 32456 BLAKE2B 7c80611516cf7e1d46400c8cc8c9f9f8146ce8f1ce2fc7458ad9e5a7c778f54496f3a1b2fe47a6cc9cb28cb8f6f0e0e67ace77a09c7258f1585cb76758d6e908 SHA512 186fd5607ccaa4b4344aed4d165d257d0518b3fe19d7b9d858b11a672f68c601bbd453fde7189dd61c3fc2f0b8517c3481579355bf5405ab90517dc48900fd51
-DIST vimclojure-2.3.6.zip 44737 BLAKE2B a2eb0beafa54413d5557f8353c84274068df82a716890d2f1511d27c599d301c2ff2f7363e14e2f3132b52ede59ee4cd2eb091d94034aebc7f6a4aec398b8371 SHA512 daf4f691500c3b901a57849c6f07b500c49f7086e0733921f589e362a53a0d07b99eab7d6ea42f1828822942b294f51a684eec93ebab1797438da4b81199ca9d

diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild
deleted file mode 100644
index 70458eaecd0..00000000000
--- a/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vim-plugin
-
-MY_PN="VimClojure"
-
-DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings"
-HOMEPAGE="https://github.com/vim-scripts/VimClojure"
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip -> ${P}.zip"
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-lang/clojure"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-# Files with similar names are already installed by app-vim/slimv.
-DUPLICATE_FILES=(
-	indent/clojure.vim
-	ftdetect/clojure.vim
-)
-
-src_prepare() {
-	find . -type f -name \*.bat -exec rm -v {} \; || die
-
-	# Let's simply rename them.
-	for file in "${DUPLICATE_FILES[@]}"; do
-		[[ -f "${file}" ]] || die "Couldn't find: ${file}"
-		bname="${file##*/}"
-		path="${file%/*}"
-		noext="${bname%%.*}"
-		newname="${path}/${PN}_${noext}.vim"
-		mv "${file}" "${newname}" || die
-	done
-}
-
-src_install() {
-	local my_license="doc/LICENSE.txt"
-	dodoc "${my_license}"
-	rm -v "${my_license}" || die
-	vim-plugin_src_install
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/
@ 2022-08-28 14:29 Patrice Clement
  0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2022-08-28 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     46fd44c8fa2a1aab6ff10e2728b20024e7dcf449
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sun Aug 28 08:57:34 2022 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 14:29:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46fd44c8

app-vim/vimclojure: update EAPI 6 -> 8

Bug: https://bugs.gentoo.org/850067
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/27040
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild | 51 +++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild
new file mode 100644
index 000000000000..c34730afe916
--- /dev/null
+++ b/app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+MY_PN="VimClojure"
+
+DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings"
+HOMEPAGE="https://github.com/vim-scripts/VimClojure"
+SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="dev-lang/clojure"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+DOCS=( README README.markdown )
+
+# Files with similar names are already installed by app-vim/slimv.
+DUPLICATE_FILES=(
+	indent/clojure.vim
+	ftdetect/clojure.vim
+)
+
+src_prepare() {
+	default
+
+	# Remove .bat files.
+	find . -type f -name \*.bat -exec rm -v {} \; || die
+
+	# Let's simply rename ${DUPLICATE_FILES[@]}.
+	local f
+	for f in "${DUPLICATE_FILES[@]}"; do
+		[[ -f "${f}" ]] || die "Couldn't find ${f}"
+		bname="${f##*/}"
+		path="${f%/*}"
+		noext="${bname%%.*}"
+		newname="${path}/${PN}_${noext}.vim"
+		mv -v "${f}" "${newname}" || die
+	done
+}
+
+src_install() {
+	rm -rv doc/LICENSE.txt bin || die
+	vim-plugin_src_install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/
@ 2023-04-08 17:39 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-04-08 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     aef92b1bf02c1f6de81196dd9d960b450af3ec59
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 17:39:13 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 17:39:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef92b1b

app-vim/vimclojure: Stabilize 2.3.6-r4 amd64, #850067

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild
index d015aa5f20c0..9b7fa3568c64 100644
--- a/app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild
+++ b/app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settin
 HOMEPAGE="https://github.com/vim-scripts/VimClojure"
 SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 LICENSE="BSD"
 SLOT="0"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/
@ 2023-04-08 17:39 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-04-08 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     beb17f60171dc84cb5090bf2a970021b64c1ee7d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 17:39:12 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 17:39:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb17f60

app-vim/vimclojure: Stabilize 2.3.6-r4 x86, #850067

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild
index c34730afe916..d015aa5f20c0 100644
--- a/app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild
+++ b/app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settin
 HOMEPAGE="https://github.com/vim-scripts/VimClojure"
 SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 LICENSE="BSD"
 SLOT="0"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/
@ 2023-04-09 13:13 Miroslav Šulc
  0 siblings, 0 replies; 16+ messages in thread
From: Miroslav Šulc @ 2023-04-09 13:13 UTC (permalink / raw
  To: gentoo-commits

commit:     aeb8215fcfbf5828cdd9e052f69baef3a08343e4
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sun Apr  9 08:30:58 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Apr  9 13:13:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb8215f

app-vim/vimclojure: drop 2.3.6-r3

Closes: https://bugs.gentoo.org/850067
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/30528
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild | 51 ---------------------------
 1 file changed, 51 deletions(-)

diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild
deleted file mode 100644
index 00329ea89431..000000000000
--- a/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-MY_PN="VimClojure"
-
-DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings"
-HOMEPAGE="https://github.com/vim-scripts/VimClojure"
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="dev-lang/clojure"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-DOCS=( README README.markdown )
-
-# Files with similar names are already installed by app-vim/slimv.
-DUPLICATE_FILES=(
-	indent/clojure.vim
-	ftdetect/clojure.vim
-)
-
-src_prepare() {
-	default
-
-	# Remove .bat files.
-	find . -type f -name \*.bat -exec rm -v {} \; || die
-
-	# Let's simply rename ${DUPLICATE_FILES[@]}.
-	local f
-	for f in "${DUPLICATE_FILES[@]}"; do
-		[[ -f "${f}" ]] || die "Couldn't find ${f}"
-		bname="${f##*/}"
-		path="${f%/*}"
-		noext="${bname%%.*}"
-		newname="${path}/${PN}_${noext}.vim"
-		mv -v "${f}" "${newname}" || die
-	done
-}
-
-src_install() {
-	rm -rv doc/LICENSE.txt bin || die
-	vim-plugin_src_install
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/
@ 2024-07-21 11:23 Miroslav Šulc
  0 siblings, 0 replies; 16+ messages in thread
From: Miroslav Šulc @ 2024-07-21 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     4855b46c9bb72a069fcc4ddb8b5e9b19b6e27c70
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sat Jul 20 16:54:24 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 11:23:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4855b46c

app-vim/vimclojure: update maintainers

This package does not involve Java nor does any of the packages which
are maintained by Java team depend on it. For this reason maintainership
goes to Gentoo Vim Project.

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/37636
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 app-vim/vimclojure/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/vimclojure/metadata.xml b/app-vim/vimclojure/metadata.xml
index abcc23787dd3..2b036dfe5f58 100644
--- a/app-vim/vimclojure/metadata.xml
+++ b/app-vim/vimclojure/metadata.xml
@@ -2,8 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="project">
-		<email>java@gentoo.org</email>
-		<name>Java</name>
+		<email>vim@gentoo.org</email>
+		<name>Gentoo Vim Project</name>
 	</maintainer>
 	<upstream>
 		<remote-id type="github">vim-scripts/VimClojure</remote-id>


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

end of thread, other threads:[~2024-07-21 11:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-29 23:25 [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2024-07-21 11:23 Miroslav Šulc
2023-04-09 13:13 Miroslav Šulc
2023-04-08 17:39 Arthur Zamarin
2023-04-08 17:39 Arthur Zamarin
2022-08-28 14:29 Patrice Clement
2018-06-06 12:32 Patrice Clement
2018-06-06 12:32 Patrice Clement
2018-06-06 12:32 Patrice Clement
2017-06-03 13:39 Sergei Trofimovich
2016-10-27 22:08 Patrice Clement
2016-04-05 21:54 Patrice Clement
2016-04-05 21:54 Patrice Clement
2016-04-05 20:42 Patrice Clement
2015-11-22 11:53 Patrice Clement
2015-10-08  7:58 Patrice Clement

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