* [gentoo-commits] gentoo-x86 commit in app-vim/syntastic: syntastic-3.1.0.ebuild ChangeLog
@ 2013-08-27 7:19 Tim Harder (radhermit)
0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2013-08-27 7:19 UTC (permalink / raw
To: gentoo-commits
radhermit 13/08/27 07:19:15
Modified: ChangeLog
Added: syntastic-3.1.0.ebuild
Log:
Version bump.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.2 app-vim/syntastic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 24 Jul 2013 08:12:23 -0000 1.1
+++ ChangeLog 27 Aug 2013 07:19:15 -0000 1.2
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/syntastic
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.1 2013/07/24 08:12:23 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.2 2013/08/27 07:19:15 radhermit Exp $
+
+*syntastic-3.1.0 (27 Aug 2013)
+
+ 27 Aug 2013; Tim Harder <radhermit@gentoo.org> +syntastic-3.1.0.ebuild:
+ Version bump.
*syntastic-9999 (24 Jul 2013)
*syntastic-3.0.0 (24 Jul 2013)
1.1 app-vim/syntastic/syntastic-3.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild?rev=1.1&content-type=text/plain
Index: syntastic-3.1.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild,v 1.1 2013/08/27 07:19:15 radhermit Exp $
EAPI=5
inherit vim-plugin
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}"
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 [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-vim/syntastic: syntastic-3.1.0.ebuild ChangeLog
@ 2013-11-05 16:44 Tony Vroon (chainsaw)
0 siblings, 0 replies; 3+ messages in thread
From: Tony Vroon (chainsaw) @ 2013-11-05 16:44 UTC (permalink / raw
To: gentoo-commits
chainsaw 13/11/05 16:44:39
Modified: syntastic-3.1.0.ebuild ChangeLog
Log:
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani in bug #481884.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Revision Changes Path
1.2 app-vim/syntastic/syntastic-3.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild?r1=1.1&r2=1.2
Index: syntastic-3.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- syntastic-3.1.0.ebuild 27 Aug 2013 07:19:15 -0000 1.1
+++ syntastic-3.1.0.ebuild 5 Nov 2013 16:44:39 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild,v 1.1 2013/08/27 07:19:15 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild,v 1.2 2013/11/05 16:44:39 chainsaw Exp $
EAPI=5
inherit vim-plugin
@@ -9,7 +9,7 @@
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"
+KEYWORDS="amd64 ~x86"
VIM_PLUGIN_HELPFILES="${PN}"
1.3 app-vim/syntastic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 27 Aug 2013 07:19:15 -0000 1.2
+++ ChangeLog 5 Nov 2013 16:44:39 -0000 1.3
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/syntastic
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.2 2013/08/27 07:19:15 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.3 2013/11/05 16:44:39 chainsaw Exp $
+
+ 05 Nov 2013; Tony Vroon <chainsaw@gentoo.org> syntastic-3.1.0.ebuild:
+ Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El
+ Lazkani in bug #481884.
*syntastic-3.1.0 (27 Aug 2013)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-vim/syntastic: syntastic-3.1.0.ebuild ChangeLog
@ 2013-12-01 0:56 Johannes Huber (johu)
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber (johu) @ 2013-12-01 0:56 UTC (permalink / raw
To: gentoo-commits
johu 13/12/01 00:56:16
Modified: syntastic-3.1.0.ebuild ChangeLog
Log:
x86 stable wrt bug #481884
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path
1.3 app-vim/syntastic/syntastic-3.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild?r1=1.2&r2=1.3
Index: syntastic-3.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- syntastic-3.1.0.ebuild 5 Nov 2013 16:44:39 -0000 1.2
+++ syntastic-3.1.0.ebuild 1 Dec 2013 00:56:16 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild,v 1.2 2013/11/05 16:44:39 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild,v 1.3 2013/12/01 00:56:16 johu Exp $
EAPI=5
inherit vim-plugin
@@ -9,7 +9,7 @@
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"
+KEYWORDS="amd64 x86"
VIM_PLUGIN_HELPFILES="${PN}"
1.5 app-vim/syntastic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 11 Nov 2013 05:54:19 -0000 1.4
+++ ChangeLog 1 Dec 2013 00:56:16 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/syntastic
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.4 2013/11/11 05:54:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.5 2013/12/01 00:56:16 johu Exp $
+
+ 01 Dec 2013; Johannes Huber <johu@gentoo.org> syntastic-3.1.0.ebuild:
+ x86 stable wrt bug #481884
*syntastic-3.2.0 (11 Nov 2013)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-01 0:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27 7:19 [gentoo-commits] gentoo-x86 commit in app-vim/syntastic: syntastic-3.1.0.ebuild ChangeLog Tim Harder (radhermit)
-- strict thread matches above, loose matches on Subject: below --
2013-11-05 16:44 Tony Vroon (chainsaw)
2013-12-01 0:56 Johannes Huber (johu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox