diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-01-22 05:37:42 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-01-22 05:37:42 +0000 |
commit | 9084e0803d0080e771f8c89c1c544b6dd92a2918 (patch) | |
tree | 333a840c0cb81969a6e1a9efaefbf52697548eef /app-vim/syntastic | |
parent | Stabilize for amd64/x86. (diff) | |
download | gentoo-2-9084e0803d0080e771f8c89c1c544b6dd92a2918.tar.gz gentoo-2-9084e0803d0080e771f8c89c1c544b6dd92a2918.tar.bz2 gentoo-2-9084e0803d0080e771f8c89c1c544b6dd92a2918.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Diffstat (limited to 'app-vim/syntastic')
-rw-r--r-- | app-vim/syntastic/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/syntastic/syntastic-3.0.0.ebuild | 27 | ||||
-rw-r--r-- | app-vim/syntastic/syntastic-3.1.0.ebuild | 27 | ||||
-rw-r--r-- | app-vim/syntastic/syntastic-3.2.0.ebuild | 27 | ||||
-rw-r--r-- | app-vim/syntastic/syntastic-3.3.0.ebuild | 27 | ||||
-rw-r--r-- | app-vim/syntastic/syntastic-3.4.0.ebuild | 27 |
6 files changed, 6 insertions, 136 deletions
diff --git a/app-vim/syntastic/ChangeLog b/app-vim/syntastic/ChangeLog index b7cd8f5f234c..fcde48f70365 100644 --- a/app-vim/syntastic/ChangeLog +++ b/app-vim/syntastic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/syntastic # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.12 2015/01/22 05:37:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.13 2015/01/22 05:37:41 radhermit Exp $ + + 22 Jan 2015; Tim Harder <radhermit@gentoo.org> -syntastic-3.0.0.ebuild, + -syntastic-3.1.0.ebuild, -syntastic-3.2.0.ebuild, -syntastic-3.3.0.ebuild, + -syntastic-3.4.0.ebuild: + Remove old. 22 Jan 2015; Tim Harder <radhermit@gentoo.org> syntastic-3.5.0.ebuild: Stabilize for amd64/x86. diff --git a/app-vim/syntastic/syntastic-3.0.0.ebuild b/app-vim/syntastic/syntastic-3.0.0.ebuild deleted file mode 100644 index e2ce7b785392..000000000000 --- a/app-vim/syntastic/syntastic-3.0.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.0.0.ebuild,v 1.1 2013/07/24 08:12:23 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 -} diff --git a/app-vim/syntastic/syntastic-3.1.0.ebuild b/app-vim/syntastic/syntastic-3.1.0.ebuild deleted file mode 100644 index 43bbdcb81a51..000000000000 --- a/app-vim/syntastic/syntastic-3.1.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.3 2013/12/01 00:56:16 johu 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 -} diff --git a/app-vim/syntastic/syntastic-3.2.0.ebuild b/app-vim/syntastic/syntastic-3.2.0.ebuild deleted file mode 100644 index 805afd860b3b..000000000000 --- a/app-vim/syntastic/syntastic-3.2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.2.0.ebuild,v 1.3 2014/01/05 10:46:21 ago 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 -} diff --git a/app-vim/syntastic/syntastic-3.3.0.ebuild b/app-vim/syntastic/syntastic-3.3.0.ebuild deleted file mode 100644 index 80209ed446d4..000000000000 --- a/app-vim/syntastic/syntastic-3.3.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.3.0.ebuild,v 1.1 2014/01/22 22:50:02 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 -} diff --git a/app-vim/syntastic/syntastic-3.4.0.ebuild b/app-vim/syntastic/syntastic-3.4.0.ebuild deleted file mode 100644 index eec01e40d2ef..000000000000 --- a/app-vim/syntastic/syntastic-3.4.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.4.0.ebuild,v 1.1 2014/03/20 04:59:08 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 -} |