public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
@ 2015-08-25  3:41 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2015-08-25  3:41 UTC (permalink / raw
  To: gentoo-commits

commit:     46ea317cc15d13921ed50caeeaaffc93711055bf
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 03:36:27 2015 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 03:36:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ea317c

app-vim/syntastic: stabilize 3.6.0

 app-vim/syntastic/syntastic-3.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/syntastic/syntastic-3.6.0.ebuild b/app-vim/syntastic/syntastic-3.6.0.ebuild
index be5b783..8b4403a 100644
--- a/app-vim/syntastic/syntastic-3.6.0.ebuild
+++ b/app-vim/syntastic/syntastic-3.6.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git"
 else
 	SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="vim plugin: syntax checking using external tools"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
@ 2015-11-23 13:17 Patrice Clement
  0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2015-11-23 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     8d477dad2be091b7af4c44e341b9619305f3ac8f
Author:     Leho Kraav <leho <AT> kraav <DOT> com>
AuthorDate: Thu Nov 19 22:16:46 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 22:16:46 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d477dad

app-vim/syntastic: version bump 3.7.0

 app-vim/syntastic/Manifest                                     |  2 +-
 .../{syntastic-3.5.0.ebuild => syntastic-3.7.0.ebuild}         | 10 ++++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-vim/syntastic/Manifest b/app-vim/syntastic/Manifest
index 745a477..83927af 100644
--- a/app-vim/syntastic/Manifest
+++ b/app-vim/syntastic/Manifest
@@ -1,2 +1,2 @@
-DIST syntastic-3.5.0.tar.gz 181707 SHA256 3e86936612e279bf5a5dc3e8ec7d7ce64277453ae05b17579e662fd6271e6313 SHA512 052470c359c9ec2d13b1d3a39f2f40c798b06f75a17ee77b81e2d72ccf9b59b2b676c211a3cb4f855111ad2af0ad08ce1cadd32c72329ae7961a9410d52bbf98 WHIRLPOOL d9c9bceeeb815a1fe95c9585761ac87dafafdadae2910b5fbdf63c946ec2d222887384f5ac4f7346f122706668433de4d628f61b1202dc9f3d9b8f0a0bc412a1
 DIST syntastic-3.6.0.tar.gz 189617 SHA256 b47c5ad0290f7f8e5fda49fde996258509c939b0244de812bed847de1d2a0557 SHA512 855577a796ffd8e9077d4f900928beba3f5f78348f81d39a776c7659713be75170285b421e8751b06639100a2580a2b7fc5f1e4aefb4c7225dc6b2f11ef02e25 WHIRLPOOL 5df8dc3a01f14e4e83366b37d819efb176cf17d49cbfe4a14ce990a4027eb4e507e29a3e408f472b637f180713d969b88a298fb0cf4edd3deaa02dad79b0fdb1
+DIST syntastic-3.7.0.tar.gz 198480 SHA256 4006fdd5e786ceeb493817c2b6b0d1e6a403089436c958239359a3e7fb7ab016 SHA512 c435969a6c309d303bdd74c87cad25df56cd30028a75be8e58f035e6dd00b0390654ff2ee8e552a1a2495054426b9f43ea7f7db45691e6bddf9783ee0a4ccb73 WHIRLPOOL 26c3258cbbdd3e4cc637c79cf2f3c53d87322b35a3c0d89021e925e10a5006b87ff2ecc3202983365dd4e5b0489ac4e0da44211fd61edff945ebd7c6efd36002

diff --git a/app-vim/syntastic/syntastic-3.5.0.ebuild b/app-vim/syntastic/syntastic-3.7.0.ebuild
similarity index 76%
rename from app-vim/syntastic/syntastic-3.5.0.ebuild
rename to app-vim/syntastic/syntastic-3.7.0.ebuild
index c2b454f..be5b783 100644
--- a/app-vim/syntastic/syntastic-3.5.0.ebuild
+++ b/app-vim/syntastic/syntastic-3.7.0.ebuild
@@ -5,11 +5,17 @@
 EAPI=5
 inherit vim-plugin
 
+if [[ ${PV} == "9999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git"
+else
+	SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
 DESCRIPTION="vim plugin: syntax checking using external tools"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/"
-SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="WTFPL-2"
-KEYWORDS="amd64 x86"
 
 VIM_PLUGIN_HELPFILES="${PN}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
@ 2016-01-17  0:22 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2016-01-17  0:22 UTC (permalink / raw
  To: gentoo-commits

commit:     c857b2bd1250abb2d078e7b440c96257c730be56
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 00:17:46 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 00:22:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c857b2bd

app-vim/syntastic: remove old

 app-vim/syntastic/Manifest               |  1 -
 app-vim/syntastic/syntastic-3.6.0.ebuild | 33 --------------------------------
 2 files changed, 34 deletions(-)

diff --git a/app-vim/syntastic/Manifest b/app-vim/syntastic/Manifest
index 83927af..4322f62 100644
--- a/app-vim/syntastic/Manifest
+++ b/app-vim/syntastic/Manifest
@@ -1,2 +1 @@
-DIST syntastic-3.6.0.tar.gz 189617 SHA256 b47c5ad0290f7f8e5fda49fde996258509c939b0244de812bed847de1d2a0557 SHA512 855577a796ffd8e9077d4f900928beba3f5f78348f81d39a776c7659713be75170285b421e8751b06639100a2580a2b7fc5f1e4aefb4c7225dc6b2f11ef02e25 WHIRLPOOL 5df8dc3a01f14e4e83366b37d819efb176cf17d49cbfe4a14ce990a4027eb4e507e29a3e408f472b637f180713d969b88a298fb0cf4edd3deaa02dad79b0fdb1
 DIST syntastic-3.7.0.tar.gz 198480 SHA256 4006fdd5e786ceeb493817c2b6b0d1e6a403089436c958239359a3e7fb7ab016 SHA512 c435969a6c309d303bdd74c87cad25df56cd30028a75be8e58f035e6dd00b0390654ff2ee8e552a1a2495054426b9f43ea7f7db45691e6bddf9783ee0a4ccb73 WHIRLPOOL 26c3258cbbdd3e4cc637c79cf2f3c53d87322b35a3c0d89021e925e10a5006b87ff2ecc3202983365dd4e5b0489ac4e0da44211fd61edff945ebd7c6efd36002

diff --git a/app-vim/syntastic/syntastic-3.6.0.ebuild b/app-vim/syntastic/syntastic-3.6.0.ebuild
deleted file mode 100644
index 8b4403a..0000000
--- a/app-vim/syntastic/syntastic-3.6.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit vim-plugin
-
-if [[ ${PV} == "9999" ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git"
-else
-	SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="vim plugin: syntax checking using external tools"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/"
-LICENSE="WTFPL-2"
-
-VIM_PLUGIN_HELPFILES="${PN}"
-
-src_prepare() {
-	rm -r _assets LICENCE README.markdown || die
-}
-
-pkg_postinst() {
-	if [[ -z ${REPLACING_VERSIONS} ]] ; then
-		elog "Syntastic has many optional dependencies depending on the type"
-		elog "of syntax checking being performed. Look in the related files in"
-		elog "the syntax_checkers directory to help figure out what programs"
-		elog "different languages need."
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
@ 2016-01-17  0:22 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2016-01-17  0:22 UTC (permalink / raw
  To: gentoo-commits

commit:     ffbea04656271079d60b069c51ebfa121a8ddce0
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 00:17:31 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 00:22:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbea046

app-vim/syntastic: stabilize 3.7.0

 app-vim/syntastic/syntastic-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/syntastic/syntastic-3.7.0.ebuild b/app-vim/syntastic/syntastic-3.7.0.ebuild
index be5b783..8b4403a 100644
--- a/app-vim/syntastic/syntastic-3.7.0.ebuild
+++ b/app-vim/syntastic/syntastic-3.7.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git"
 else
 	SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="vim plugin: syntax checking using external tools"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
@ 2016-10-31  4:20 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2016-10-31  4:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d7fe13e6199381453173b906e5b746b4e4ca7893
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 04:13:43 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 04:19:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fe13e6

app-vim/syntastic: version bump to 3.8.0

 app-vim/syntastic/Manifest                                          | 1 +
 app-vim/syntastic/{syntastic-9999.ebuild => syntastic-3.8.0.ebuild} | 5 +++--
 app-vim/syntastic/syntastic-9999.ebuild                             | 5 +++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-vim/syntastic/Manifest b/app-vim/syntastic/Manifest
index 4322f62..cdeec38 100644
--- a/app-vim/syntastic/Manifest
+++ b/app-vim/syntastic/Manifest
@@ -1 +1,2 @@
 DIST syntastic-3.7.0.tar.gz 198480 SHA256 4006fdd5e786ceeb493817c2b6b0d1e6a403089436c958239359a3e7fb7ab016 SHA512 c435969a6c309d303bdd74c87cad25df56cd30028a75be8e58f035e6dd00b0390654ff2ee8e552a1a2495054426b9f43ea7f7db45691e6bddf9783ee0a4ccb73 WHIRLPOOL 26c3258cbbdd3e4cc637c79cf2f3c53d87322b35a3c0d89021e925e10a5006b87ff2ecc3202983365dd4e5b0489ac4e0da44211fd61edff945ebd7c6efd36002
+DIST syntastic-3.8.0.tar.gz 253425 SHA256 aa46913abdfa35dfbd9f022d084680b375bf43b32b409378f4a697ab576a5673 SHA512 b2f7fb07d457169a397a1ed42141e099cad14ded0b43f54a11060f2952843387396fcc539ffc9aaa1aa137ae62801e346a73c6de6035a0504706c59e40acef5c WHIRLPOOL 3f061793e89e54b1c267b34e5e70ca5edd1fecbc0d042ac4f716a065e66663bc27fd3b62f480bdc8e4084e6e4a145618eec4a1b58ad61426d270c7c9186d8e0c

diff --git a/app-vim/syntastic/syntastic-9999.ebuild b/app-vim/syntastic/syntastic-3.8.0.ebuild
similarity index 94%
copy from app-vim/syntastic/syntastic-9999.ebuild
copy to app-vim/syntastic/syntastic-3.8.0.ebuild
index be5b783..5e82063 100644
--- a/app-vim/syntastic/syntastic-9999.ebuild
+++ b/app-vim/syntastic/syntastic-3.8.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit vim-plugin
 
 if [[ ${PV} == "9999" ]] ; then
@@ -20,6 +20,7 @@ LICENSE="WTFPL-2"
 VIM_PLUGIN_HELPFILES="${PN}"
 
 src_prepare() {
+	default
 	rm -r _assets LICENCE README.markdown || die
 }
 

diff --git a/app-vim/syntastic/syntastic-9999.ebuild b/app-vim/syntastic/syntastic-9999.ebuild
index be5b783..5e82063 100644
--- a/app-vim/syntastic/syntastic-9999.ebuild
+++ b/app-vim/syntastic/syntastic-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit vim-plugin
 
 if [[ ${PV} == "9999" ]] ; then
@@ -20,6 +20,7 @@ LICENSE="WTFPL-2"
 VIM_PLUGIN_HELPFILES="${PN}"
 
 src_prepare() {
+	default
 	rm -r _assets LICENCE README.markdown || die
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
@ 2016-12-12  4:15 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2016-12-12  4:15 UTC (permalink / raw
  To: gentoo-commits

commit:     054f4bed6143d1650cbe6929ef79f1dfcd18c458
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 04:14:26 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 04:14:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054f4bed

app-vim/syntastic: stabilize 3.8.0

 app-vim/syntastic/syntastic-3.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/syntastic/syntastic-3.8.0.ebuild b/app-vim/syntastic/syntastic-3.8.0.ebuild
index 5e82063..049953a 100644
--- a/app-vim/syntastic/syntastic-3.8.0.ebuild
+++ b/app-vim/syntastic/syntastic-3.8.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git"
 else
 	SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="vim plugin: syntax checking using external tools"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
@ 2016-12-12  4:15 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2016-12-12  4:15 UTC (permalink / raw
  To: gentoo-commits

commit:     a8341af3951325d61feeb0711bd3e4889b814898
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 04:14:44 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 04:14:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8341af3

app-vim/syntastic: remove old

 app-vim/syntastic/Manifest               |  1 -
 app-vim/syntastic/syntastic-3.7.0.ebuild | 33 --------------------------------
 2 files changed, 34 deletions(-)

diff --git a/app-vim/syntastic/Manifest b/app-vim/syntastic/Manifest
index cdeec38..e370ba8 100644
--- a/app-vim/syntastic/Manifest
+++ b/app-vim/syntastic/Manifest
@@ -1,2 +1 @@
-DIST syntastic-3.7.0.tar.gz 198480 SHA256 4006fdd5e786ceeb493817c2b6b0d1e6a403089436c958239359a3e7fb7ab016 SHA512 c435969a6c309d303bdd74c87cad25df56cd30028a75be8e58f035e6dd00b0390654ff2ee8e552a1a2495054426b9f43ea7f7db45691e6bddf9783ee0a4ccb73 WHIRLPOOL 26c3258cbbdd3e4cc637c79cf2f3c53d87322b35a3c0d89021e925e10a5006b87ff2ecc3202983365dd4e5b0489ac4e0da44211fd61edff945ebd7c6efd36002
 DIST syntastic-3.8.0.tar.gz 253425 SHA256 aa46913abdfa35dfbd9f022d084680b375bf43b32b409378f4a697ab576a5673 SHA512 b2f7fb07d457169a397a1ed42141e099cad14ded0b43f54a11060f2952843387396fcc539ffc9aaa1aa137ae62801e346a73c6de6035a0504706c59e40acef5c WHIRLPOOL 3f061793e89e54b1c267b34e5e70ca5edd1fecbc0d042ac4f716a065e66663bc27fd3b62f480bdc8e4084e6e4a145618eec4a1b58ad61426d270c7c9186d8e0c

diff --git a/app-vim/syntastic/syntastic-3.7.0.ebuild b/app-vim/syntastic/syntastic-3.7.0.ebuild
deleted file mode 100644
index 8b4403a..00000000
--- a/app-vim/syntastic/syntastic-3.7.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit vim-plugin
-
-if [[ ${PV} == "9999" ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git"
-else
-	SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="vim plugin: syntax checking using external tools"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/"
-LICENSE="WTFPL-2"
-
-VIM_PLUGIN_HELPFILES="${PN}"
-
-src_prepare() {
-	rm -r _assets LICENCE README.markdown || die
-}
-
-pkg_postinst() {
-	if [[ -z ${REPLACING_VERSIONS} ]] ; then
-		elog "Syntastic has many optional dependencies depending on the type"
-		elog "of syntax checking being performed. Look in the related files in"
-		elog "the syntax_checkers directory to help figure out what programs"
-		elog "different languages need."
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
@ 2018-03-11 14:15 Patrice Clement
  0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2018-03-11 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     b1d1558ab5c8991ea6818225f8e3c097988ec2c6
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Mar  8 20:14:01 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 14:15:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d1558a

app-vim/syntastic: use HTTPS.

 app-vim/syntastic/syntastic-3.8.0.ebuild | 4 ++--
 app-vim/syntastic/syntastic-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/syntastic/syntastic-3.8.0.ebuild b/app-vim/syntastic/syntastic-3.8.0.ebuild
index 36f8e62d1ec..2c2f54a9780 100644
--- a/app-vim/syntastic/syntastic-3.8.0.ebuild
+++ b/app-vim/syntastic/syntastic-3.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ else
 fi
 
 DESCRIPTION="vim plugin: syntax checking using external tools"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/"
 LICENSE="WTFPL-2"
 
 VIM_PLUGIN_HELPFILES="${PN}"

diff --git a/app-vim/syntastic/syntastic-9999.ebuild b/app-vim/syntastic/syntastic-9999.ebuild
index cc6fc347a77..6776db4e00e 100644
--- a/app-vim/syntastic/syntastic-9999.ebuild
+++ b/app-vim/syntastic/syntastic-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ else
 fi
 
 DESCRIPTION="vim plugin: syntax checking using external tools"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/"
 LICENSE="WTFPL-2"
 
 VIM_PLUGIN_HELPFILES="${PN}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
@ 2018-07-25 17:29 Patrice Clement
  0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2018-07-25 17:29 UTC (permalink / raw
  To: gentoo-commits

commit:     81e94287a5769df3a005373ce8b7d7f4b04c9052
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 09:53:27 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jul 25 17:27:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e94287

app-vim/syntastic: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-vim/syntastic/Manifest               |  1 +
 app-vim/syntastic/syntastic-3.9.0.ebuild | 33 ++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/app-vim/syntastic/Manifest b/app-vim/syntastic/Manifest
index b641bad03ba..2ddcf65d0cc 100644
--- a/app-vim/syntastic/Manifest
+++ b/app-vim/syntastic/Manifest
@@ -1 +1,2 @@
 DIST syntastic-3.8.0.tar.gz 253425 BLAKE2B a003b9166aba2915b5421ac02544d128b8befca0af4f15c880f56ad046fad0ca7c202e6f7dda44588a6ad4ac3b77a3ed3602613855c6755261b5941d45464eff SHA512 b2f7fb07d457169a397a1ed42141e099cad14ded0b43f54a11060f2952843387396fcc539ffc9aaa1aa137ae62801e346a73c6de6035a0504706c59e40acef5c
+DIST syntastic-3.9.0.tar.gz 263275 BLAKE2B 574cf958b859a108cdfdffed29b3ff0f0903dac5c7fbc497e2c69831ee35532d317bde0ab827dda828ee7cb3cc13ab9176c9ea6ea233e03e7b3fcb5b7c49757e SHA512 04cee939226940bb95935434b7aba42a3419b8b7b73d5fa9052a6aaccec5d0724c4e3634edd56573d0080b31baf49c1a00811c6f88e4fbbdea7e761e5707dcb5

diff --git a/app-vim/syntastic/syntastic-3.9.0.ebuild b/app-vim/syntastic/syntastic-3.9.0.ebuild
new file mode 100644
index 00000000000..6776db4e00e
--- /dev/null
+++ b/app-vim/syntastic/syntastic-3.9.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit vim-plugin
+
+if [[ ${PV} == "9999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git"
+else
+	SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="vim plugin: syntax checking using external tools"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/"
+LICENSE="WTFPL-2"
+
+VIM_PLUGIN_HELPFILES="${PN}"
+
+src_prepare() {
+	default
+	rm -r _assets LICENCE README.markdown || die
+}
+
+pkg_postinst() {
+	if [[ -z ${REPLACING_VERSIONS} ]] ; then
+		elog "Syntastic has many optional dependencies depending on the type"
+		elog "of syntax checking being performed. Look in the related files in"
+		elog "the syntax_checkers directory to help figure out what programs"
+		elog "different languages need."
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
@ 2019-09-28  4:02 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2019-09-28  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     349e1f145b1e9193716dcf28befc8393bdd0b7c9
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 03:59:46 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 03:59:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349e1f14

app-vim/syntastic: update redirected urls and bump to EAPI 7

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 app-vim/syntastic/syntastic-3.9.0.ebuild | 10 +++++-----
 app-vim/syntastic/syntastic-9999.ebuild  | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/app-vim/syntastic/syntastic-3.9.0.ebuild b/app-vim/syntastic/syntastic-3.9.0.ebuild
index 6776db4e00e..80225618fcf 100644
--- a/app-vim/syntastic/syntastic-3.9.0.ebuild
+++ b/app-vim/syntastic/syntastic-3.9.0.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit vim-plugin
 
 if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
-	EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git"
+	EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git"
 else
-	SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="vim plugin: syntax checking using external tools"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/vim-syntastic/syntastic/"
 LICENSE="WTFPL-2"
 
 VIM_PLUGIN_HELPFILES="${PN}"

diff --git a/app-vim/syntastic/syntastic-9999.ebuild b/app-vim/syntastic/syntastic-9999.ebuild
index 6776db4e00e..80225618fcf 100644
--- a/app-vim/syntastic/syntastic-9999.ebuild
+++ b/app-vim/syntastic/syntastic-9999.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit vim-plugin
 
 if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
-	EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git"
+	EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git"
 else
-	SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="vim plugin: syntax checking using external tools"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/vim-syntastic/syntastic/"
 LICENSE="WTFPL-2"
 
 VIM_PLUGIN_HELPFILES="${PN}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
@ 2019-09-28  4:02 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2019-09-28  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     a15d0f0526aa0dcb964abf8bef5e0348d577878e
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 04:00:59 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 04:00:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15d0f05

app-vim/syntastic: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 app-vim/syntastic/Manifest               |  1 -
 app-vim/syntastic/syntastic-3.8.0.ebuild | 33 --------------------------------
 2 files changed, 34 deletions(-)

diff --git a/app-vim/syntastic/Manifest b/app-vim/syntastic/Manifest
index 2ddcf65d0cc..815dca2da89 100644
--- a/app-vim/syntastic/Manifest
+++ b/app-vim/syntastic/Manifest
@@ -1,2 +1 @@
-DIST syntastic-3.8.0.tar.gz 253425 BLAKE2B a003b9166aba2915b5421ac02544d128b8befca0af4f15c880f56ad046fad0ca7c202e6f7dda44588a6ad4ac3b77a3ed3602613855c6755261b5941d45464eff SHA512 b2f7fb07d457169a397a1ed42141e099cad14ded0b43f54a11060f2952843387396fcc539ffc9aaa1aa137ae62801e346a73c6de6035a0504706c59e40acef5c
 DIST syntastic-3.9.0.tar.gz 263275 BLAKE2B 574cf958b859a108cdfdffed29b3ff0f0903dac5c7fbc497e2c69831ee35532d317bde0ab827dda828ee7cb3cc13ab9176c9ea6ea233e03e7b3fcb5b7c49757e SHA512 04cee939226940bb95935434b7aba42a3419b8b7b73d5fa9052a6aaccec5d0724c4e3634edd56573d0080b31baf49c1a00811c6f88e4fbbdea7e761e5707dcb5

diff --git a/app-vim/syntastic/syntastic-3.8.0.ebuild b/app-vim/syntastic/syntastic-3.8.0.ebuild
deleted file mode 100644
index 2c2f54a9780..00000000000
--- a/app-vim/syntastic/syntastic-3.8.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit vim-plugin
-
-if [[ ${PV} == "9999" ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git"
-else
-	SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="vim plugin: syntax checking using external tools"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/"
-LICENSE="WTFPL-2"
-
-VIM_PLUGIN_HELPFILES="${PN}"
-
-src_prepare() {
-	default
-	rm -r _assets LICENCE README.markdown || die
-}
-
-pkg_postinst() {
-	if [[ -z ${REPLACING_VERSIONS} ]] ; then
-		elog "Syntastic has many optional dependencies depending on the type"
-		elog "of syntax checking being performed. Look in the related files in"
-		elog "the syntax_checkers directory to help figure out what programs"
-		elog "different languages need."
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
@ 2019-09-28  4:02 Tim Harder
  0 siblings, 0 replies; 15+ messages in thread
From: Tim Harder @ 2019-09-28  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     db9639ea7aed8f453b6ce799ec2129932052803f
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 04:00:48 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 04:00:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9639ea

app-vim/syntastic: stabilize 3.9.0

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 app-vim/syntastic/syntastic-3.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/syntastic/syntastic-3.9.0.ebuild b/app-vim/syntastic/syntastic-3.9.0.ebuild
index 80225618fcf..df6c6fa1d27 100644
--- a/app-vim/syntastic/syntastic-3.9.0.ebuild
+++ b/app-vim/syntastic/syntastic-3.9.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git"
 else
 	SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="vim plugin: syntax checking using external tools"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
@ 2022-06-02 10:50 Matt Turner
  0 siblings, 0 replies; 15+ messages in thread
From: Matt Turner @ 2022-06-02 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     075714ca804fa3d009899d382fee9e1787681c6a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 10:42:28 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 10:50:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075714ca

app-vim/syntastic: Version bump to 3.10.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-vim/syntastic/Manifest                                           | 1 +
 app-vim/syntastic/{syntastic-9999.ebuild => syntastic-3.10.0.ebuild} | 2 +-
 app-vim/syntastic/syntastic-9999.ebuild                              | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-vim/syntastic/Manifest b/app-vim/syntastic/Manifest
index 815dca2da899..1304f3387848 100644
--- a/app-vim/syntastic/Manifest
+++ b/app-vim/syntastic/Manifest
@@ -1 +1,2 @@
+DIST syntastic-3.10.0.tar.gz 268037 BLAKE2B 90f055a919d8b2407bda2daa3570e3fc9e2970905f65eca52f0a3a01c878eb98e2197ed017d272af298b42206f93fc73cfcdd196a638f9c536d4af44de6209d2 SHA512 c19f2f7b709bbd9aab30da0f493e773e3e56d97efa0e558af7a97fcda1bb2f091355e06d24971f1bde5b321e027b6fc279b1d473599b77db0e996bf7a247fcd8
 DIST syntastic-3.9.0.tar.gz 263275 BLAKE2B 574cf958b859a108cdfdffed29b3ff0f0903dac5c7fbc497e2c69831ee35532d317bde0ab827dda828ee7cb3cc13ab9176c9ea6ea233e03e7b3fcb5b7c49757e SHA512 04cee939226940bb95935434b7aba42a3419b8b7b73d5fa9052a6aaccec5d0724c4e3634edd56573d0080b31baf49c1a00811c6f88e4fbbdea7e761e5707dcb5

diff --git a/app-vim/syntastic/syntastic-9999.ebuild b/app-vim/syntastic/syntastic-3.10.0.ebuild
similarity index 96%
copy from app-vim/syntastic/syntastic-9999.ebuild
copy to app-vim/syntastic/syntastic-3.10.0.ebuild
index d35f80b3f9ed..d109f7f00959 100644
--- a/app-vim/syntastic/syntastic-9999.ebuild
+++ b/app-vim/syntastic/syntastic-3.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/app-vim/syntastic/syntastic-9999.ebuild b/app-vim/syntastic/syntastic-9999.ebuild
index d35f80b3f9ed..d109f7f00959 100644
--- a/app-vim/syntastic/syntastic-9999.ebuild
+++ b/app-vim/syntastic/syntastic-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
@ 2023-12-09 20:06 Arthur Zamarin
  0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     962e0e0b0098e0e4208af29c7aefb303cbc8b047
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:05:56 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:05:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962e0e0b

app-vim/syntastic: Stabilize 3.10.0 amd64, #919615

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

 app-vim/syntastic/syntastic-3.10.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/syntastic/syntastic-3.10.0.ebuild b/app-vim/syntastic/syntastic-3.10.0.ebuild
index d109f7f00959..e714723dead1 100644
--- a/app-vim/syntastic/syntastic-3.10.0.ebuild
+++ b/app-vim/syntastic/syntastic-3.10.0.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=7
@@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git"
 else
 	SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="vim plugin: syntax checking using external tools"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
@ 2023-12-09 20:13 Arthur Zamarin
  0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     f42ba233044b3dc4ca58411340555309fb42f18d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:12:32 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:12:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42ba233

app-vim/syntastic: Stabilize 3.10.0 x86, #919615

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

 app-vim/syntastic/syntastic-3.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/syntastic/syntastic-3.10.0.ebuild b/app-vim/syntastic/syntastic-3.10.0.ebuild
index e714723dead1..b2b1b8836e9e 100644
--- a/app-vim/syntastic/syntastic-3.10.0.ebuild
+++ b/app-vim/syntastic/syntastic-3.10.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git"
 else
 	SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="vim plugin: syntax checking using external tools"


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

end of thread, other threads:[~2023-12-09 20:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-17  0:22 [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/ Tim Harder
  -- strict thread matches above, loose matches on Subject: below --
2023-12-09 20:13 Arthur Zamarin
2023-12-09 20:06 Arthur Zamarin
2022-06-02 10:50 Matt Turner
2019-09-28  4:02 Tim Harder
2019-09-28  4:02 Tim Harder
2019-09-28  4:02 Tim Harder
2018-07-25 17:29 Patrice Clement
2018-03-11 14:15 Patrice Clement
2016-12-12  4:15 Tim Harder
2016-12-12  4:15 Tim Harder
2016-10-31  4:20 Tim Harder
2016-01-17  0:22 Tim Harder
2015-11-23 13:17 Patrice Clement
2015-08-25  3:41 Tim Harder

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