summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-10-12 23:24:19 +0000
committerTim Harder <radhermit@gentoo.org>2014-10-12 23:24:19 +0000
commit62780bb5a30bb90c3f93f185f4865b48b8765e07 (patch)
tree33066421908f436f054c79a5fa60f7c477d87090 /app-vim/command-t
parentVersion bump. (diff)
downloadgentoo-2-62780bb5a30bb90c3f93f185f4865b48b8765e07.tar.gz
gentoo-2-62780bb5a30bb90c3f93f185f4865b48b8765e07.tar.bz2
gentoo-2-62780bb5a30bb90c3f93f185f4865b48b8765e07.zip
Remove old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/command-t')
-rw-r--r--app-vim/command-t/ChangeLog7
-rw-r--r--app-vim/command-t/command-t-1.5.1.ebuild40
-rw-r--r--app-vim/command-t/command-t-1.6.1.ebuild40
-rw-r--r--app-vim/command-t/command-t-1.6.ebuild40
-rw-r--r--app-vim/command-t/command-t-1.7.ebuild40
-rw-r--r--app-vim/command-t/command-t-1.8.ebuild40
-rw-r--r--app-vim/command-t/command-t-1.9.ebuild40
7 files changed, 6 insertions, 241 deletions
diff --git a/app-vim/command-t/ChangeLog b/app-vim/command-t/ChangeLog
index 637041277f73..b7b2a4a6f968 100644
--- a/app-vim/command-t/ChangeLog
+++ b/app-vim/command-t/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/command-t
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/command-t/ChangeLog,v 1.20 2014/10/12 23:23:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/command-t/ChangeLog,v 1.21 2014/10/12 23:24:19 radhermit Exp $
+
+ 12 Oct 2014; Tim Harder <radhermit@gentoo.org> -command-t-1.5.1.ebuild,
+ -command-t-1.6.ebuild, -command-t-1.6.1.ebuild, -command-t-1.7.ebuild,
+ -command-t-1.8.ebuild, -command-t-1.9.ebuild:
+ Remove old.
*command-t-1.11.3 (12 Oct 2014)
diff --git a/app-vim/command-t/command-t-1.5.1.ebuild b/app-vim/command-t/command-t-1.5.1.ebuild
deleted file mode 100644
index 3155da05f142..000000000000
--- a/app-vim/command-t/command-t-1.5.1.ebuild
+++ /dev/null
@@ -1,40 +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/command-t/command-t-1.5.1.ebuild,v 1.2 2014/08/14 13:51:56 mrueg Exp $
-
-EAPI="5"
-USE_RUBY="ruby19 ruby20"
-
-inherit vim-plugin ruby-ng
-
-DESCRIPTION="vim plugin: fast file navigation for vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025
- https://wincent.com/products/command-t"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )"
-
-each_ruby_configure() {
- cd ruby/${PN}
- ${RUBY} extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
- cd ruby/${PN}
- emake V=1
- rm *.o *.c *.h *.log extconf.rb depend Makefile || die
-}
-
-each_ruby_install() {
- local sitelibdir=$(ruby_rbconfig_value "sitelibdir")
- insinto ${sitelibdir}/${PN}
- doins -r ruby/${PN}/*
-}
-
-all_ruby_install() {
- rm -r ruby || die
- vim-plugin_src_install
-}
diff --git a/app-vim/command-t/command-t-1.6.1.ebuild b/app-vim/command-t/command-t-1.6.1.ebuild
deleted file mode 100644
index adf99ec0b9a6..000000000000
--- a/app-vim/command-t/command-t-1.6.1.ebuild
+++ /dev/null
@@ -1,40 +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/command-t/command-t-1.6.1.ebuild,v 1.2 2014/08/14 13:51:56 mrueg Exp $
-
-EAPI="5"
-USE_RUBY="ruby19 ruby20"
-
-inherit vim-plugin ruby-ng
-
-DESCRIPTION="vim plugin: fast file navigation for vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025
- https://wincent.com/products/command-t"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )"
-
-each_ruby_configure() {
- cd ruby/${PN}
- ${RUBY} extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
- cd ruby/${PN}
- emake V=1
- rm *.o *.c *.h *.log extconf.rb depend Makefile || die
-}
-
-each_ruby_install() {
- local sitelibdir=$(ruby_rbconfig_value "sitelibdir")
- insinto ${sitelibdir}/${PN}
- doins -r ruby/${PN}/*
-}
-
-all_ruby_install() {
- rm -r ruby || die
- vim-plugin_src_install
-}
diff --git a/app-vim/command-t/command-t-1.6.ebuild b/app-vim/command-t/command-t-1.6.ebuild
deleted file mode 100644
index fe30db7ff46a..000000000000
--- a/app-vim/command-t/command-t-1.6.ebuild
+++ /dev/null
@@ -1,40 +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/command-t/command-t-1.6.ebuild,v 1.2 2014/08/14 13:51:56 mrueg Exp $
-
-EAPI="5"
-USE_RUBY="ruby19 ruby20"
-
-inherit vim-plugin ruby-ng
-
-DESCRIPTION="vim plugin: fast file navigation for vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025
- https://wincent.com/products/command-t"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )"
-
-each_ruby_configure() {
- cd ruby/${PN}
- ${RUBY} extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
- cd ruby/${PN}
- emake V=1
- rm *.o *.c *.h *.log extconf.rb depend Makefile || die
-}
-
-each_ruby_install() {
- local sitelibdir=$(ruby_rbconfig_value "sitelibdir")
- insinto ${sitelibdir}/${PN}
- doins -r ruby/${PN}/*
-}
-
-all_ruby_install() {
- rm -r ruby || die
- vim-plugin_src_install
-}
diff --git a/app-vim/command-t/command-t-1.7.ebuild b/app-vim/command-t/command-t-1.7.ebuild
deleted file mode 100644
index 3c21db0f4731..000000000000
--- a/app-vim/command-t/command-t-1.7.ebuild
+++ /dev/null
@@ -1,40 +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/command-t/command-t-1.7.ebuild,v 1.2 2014/08/14 13:51:56 mrueg Exp $
-
-EAPI="5"
-USE_RUBY="ruby19 ruby20"
-
-inherit vim-plugin ruby-ng
-
-DESCRIPTION="vim plugin: fast file navigation for vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025
- https://wincent.com/products/command-t"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )"
-
-each_ruby_configure() {
- cd ruby/${PN}
- ${RUBY} extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
- cd ruby/${PN}
- emake V=1
- rm *.o *.c *.h *.log extconf.rb depend Makefile || die
-}
-
-each_ruby_install() {
- local sitelibdir=$(ruby_rbconfig_value "sitelibdir")
- insinto ${sitelibdir}/${PN}
- doins -r ruby/${PN}/*
-}
-
-all_ruby_install() {
- rm -r ruby || die
- vim-plugin_src_install
-}
diff --git a/app-vim/command-t/command-t-1.8.ebuild b/app-vim/command-t/command-t-1.8.ebuild
deleted file mode 100644
index 5c1a65b9463b..000000000000
--- a/app-vim/command-t/command-t-1.8.ebuild
+++ /dev/null
@@ -1,40 +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/command-t/command-t-1.8.ebuild,v 1.1 2014/04/03 05:44:43 radhermit Exp $
-
-EAPI="5"
-USE_RUBY="ruby19 ruby20"
-
-inherit vim-plugin ruby-ng
-
-DESCRIPTION="vim plugin: fast file navigation for vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025
- https://wincent.com/products/command-t"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )"
-
-each_ruby_configure() {
- cd ruby/${PN}
- ${RUBY} extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
- cd ruby/${PN}
- emake V=1
- rm *.o *.c *.h *.log extconf.rb depend Makefile || die
-}
-
-each_ruby_install() {
- local sitelibdir=$(ruby_rbconfig_value "sitelibdir")
- insinto ${sitelibdir}/${PN}
- doins -r ruby/${PN}/*
-}
-
-all_ruby_install() {
- rm -r ruby || die
- vim-plugin_src_install
-}
diff --git a/app-vim/command-t/command-t-1.9.ebuild b/app-vim/command-t/command-t-1.9.ebuild
deleted file mode 100644
index 327552f5272d..000000000000
--- a/app-vim/command-t/command-t-1.9.ebuild
+++ /dev/null
@@ -1,40 +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/command-t/command-t-1.9.ebuild,v 1.1 2014/05/26 07:40:21 radhermit Exp $
-
-EAPI="5"
-USE_RUBY="ruby19 ruby20 ruby21"
-
-inherit vim-plugin ruby-ng
-
-DESCRIPTION="vim plugin: fast file navigation for vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025
- https://wincent.com/products/command-t"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )"
-
-each_ruby_configure() {
- cd ruby/${PN}
- ${RUBY} extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
- cd ruby/${PN}
- emake V=1
- rm *.o *.c *.h *.log extconf.rb depend Makefile || die
-}
-
-each_ruby_install() {
- local sitelibdir=$(ruby_rbconfig_value "sitelibdir")
- insinto ${sitelibdir}/${PN}
- doins -r ruby/${PN}/*
-}
-
-all_ruby_install() {
- rm -r ruby || die
- vim-plugin_src_install
-}