summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-03-06 23:04:28 +0000
committerTim Harder <radhermit@gentoo.org>2015-03-06 23:04:28 +0000
commit332eb4f3c1103ed6cabd247618932655dbb3c874 (patch)
tree14d019a2a4579166dbbca4b69f6e8c66d45a852c /app-vim/tcomment
parentVersion bump. (diff)
downloadgentoo-2-332eb4f3c1103ed6cabd247618932655dbb3c874.tar.gz
gentoo-2-332eb4f3c1103ed6cabd247618932655dbb3c874.tar.bz2
gentoo-2-332eb4f3c1103ed6cabd247618932655dbb3c874.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/tcomment')
-rw-r--r--app-vim/tcomment/ChangeLog7
-rw-r--r--app-vim/tcomment/tcomment-2.08.ebuild22
-rw-r--r--app-vim/tcomment/tcomment-2.09.ebuild22
-rw-r--r--app-vim/tcomment/tcomment-3.00.ebuild22
-rw-r--r--app-vim/tcomment/tcomment-3.01.ebuild22
-rw-r--r--app-vim/tcomment/tcomment-3.03.ebuild22
6 files changed, 6 insertions, 111 deletions
diff --git a/app-vim/tcomment/ChangeLog b/app-vim/tcomment/ChangeLog
index e34c91630366..236e188714e2 100644
--- a/app-vim/tcomment/ChangeLog
+++ b/app-vim/tcomment/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/tcomment
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/tcomment/ChangeLog,v 1.7 2015/03/06 23:03:00 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/tcomment/ChangeLog,v 1.8 2015/03/06 23:04:28 radhermit Exp $
+
+ 06 Mar 2015; Tim Harder <radhermit@gentoo.org> -tcomment-2.08.ebuild,
+ -tcomment-2.09.ebuild, -tcomment-3.00.ebuild, -tcomment-3.01.ebuild,
+ -tcomment-3.03.ebuild:
+ Remove old.
*tcomment-3.06 (06 Mar 2015)
diff --git a/app-vim/tcomment/tcomment-2.08.ebuild b/app-vim/tcomment/tcomment-2.08.ebuild
deleted file mode 100644
index 346860ef7b0f..000000000000
--- a/app-vim/tcomment/tcomment-2.08.ebuild
+++ /dev/null
@@ -1,22 +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/tcomment/tcomment-2.08.ebuild,v 1.1 2013/09/26 07:56:34 radhermit Exp $
-
-EAPI=5
-
-inherit vim-plugin
-
-MY_PN="tcomment_vim"
-DESCRIPTION="vim plugin: an extensible and universal comment toggler"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1173 https://github.com/tomtom/tcomment_vim"
-SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
- rm -r README spec ${PN}-addon* || die
-}
diff --git a/app-vim/tcomment/tcomment-2.09.ebuild b/app-vim/tcomment/tcomment-2.09.ebuild
deleted file mode 100644
index 2d8e11c03fd1..000000000000
--- a/app-vim/tcomment/tcomment-2.09.ebuild
+++ /dev/null
@@ -1,22 +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/tcomment/tcomment-2.09.ebuild,v 1.1 2013/10/19 12:56:55 radhermit Exp $
-
-EAPI=5
-
-inherit vim-plugin
-
-MY_PN="tcomment_vim"
-DESCRIPTION="vim plugin: an extensible and universal comment toggler"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1173 https://github.com/tomtom/tcomment_vim"
-SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
- rm -r README spec addon* || die
-}
diff --git a/app-vim/tcomment/tcomment-3.00.ebuild b/app-vim/tcomment/tcomment-3.00.ebuild
deleted file mode 100644
index d158d06bba41..000000000000
--- a/app-vim/tcomment/tcomment-3.00.ebuild
+++ /dev/null
@@ -1,22 +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/tcomment/tcomment-3.00.ebuild,v 1.1 2014/01/23 07:19:51 radhermit Exp $
-
-EAPI=5
-
-inherit vim-plugin
-
-MY_PN="tcomment_vim"
-DESCRIPTION="vim plugin: an extensible and universal comment toggler"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1173 https://github.com/tomtom/tcomment_vim"
-SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
- rm -r README spec addon* || die
-}
diff --git a/app-vim/tcomment/tcomment-3.01.ebuild b/app-vim/tcomment/tcomment-3.01.ebuild
deleted file mode 100644
index 5b9d06cb33f4..000000000000
--- a/app-vim/tcomment/tcomment-3.01.ebuild
+++ /dev/null
@@ -1,22 +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/tcomment/tcomment-3.01.ebuild,v 1.1 2014/03/29 00:04:01 radhermit Exp $
-
-EAPI=5
-
-inherit vim-plugin
-
-MY_PN="tcomment_vim"
-DESCRIPTION="vim plugin: an extensible and universal comment toggler"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1173 https://github.com/tomtom/tcomment_vim"
-SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
- rm -r README spec addon* || die
-}
diff --git a/app-vim/tcomment/tcomment-3.03.ebuild b/app-vim/tcomment/tcomment-3.03.ebuild
deleted file mode 100644
index 4f006bbd65a8..000000000000
--- a/app-vim/tcomment/tcomment-3.03.ebuild
+++ /dev/null
@@ -1,22 +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/tcomment/tcomment-3.03.ebuild,v 1.1 2014/04/15 05:01:49 radhermit Exp $
-
-EAPI=5
-
-inherit vim-plugin
-
-MY_PN="tcomment_vim"
-DESCRIPTION="vim plugin: an extensible and universal comment toggler"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1173 https://github.com/tomtom/tcomment_vim"
-SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
- rm -r README spec addon* || die
-}