summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-12-23 07:04:38 +0000
committerTim Harder <radhermit@gentoo.org>2013-12-23 07:04:38 +0000
commit43e72a2d01a7cf3d0c08f1d338e5c24615ed1941 (patch)
treefc3585d89f0891dbe4b2139934253c3eaf16d035 /app-vim/command-t
parentVersion bump. (diff)
downloadgentoo-2-43e72a2d01a7cf3d0c08f1d338e5c24615ed1941.tar.gz
gentoo-2-43e72a2d01a7cf3d0c08f1d338e5c24615ed1941.tar.bz2
gentoo-2-43e72a2d01a7cf3d0c08f1d338e5c24615ed1941.zip
Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/command-t')
-rw-r--r--app-vim/command-t/ChangeLog6
-rw-r--r--app-vim/command-t/command-t-1.3.1.ebuild42
-rw-r--r--app-vim/command-t/command-t-1.4.ebuild41
-rw-r--r--app-vim/command-t/command-t-1.5.ebuild40
4 files changed, 5 insertions, 124 deletions
diff --git a/app-vim/command-t/ChangeLog b/app-vim/command-t/ChangeLog
index dd916c975ca7..4a292cbffccf 100644
--- a/app-vim/command-t/ChangeLog
+++ b/app-vim/command-t/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/command-t
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/command-t/ChangeLog,v 1.13 2013/12/23 07:03:54 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/command-t/ChangeLog,v 1.14 2013/12/23 07:04:38 radhermit Exp $
+
+ 23 Dec 2013; Tim Harder <radhermit@gentoo.org> -command-t-1.3.1.ebuild,
+ -command-t-1.4.ebuild, -command-t-1.5.ebuild:
+ Remove old.
*command-t-1.6.1 (23 Dec 2013)
diff --git a/app-vim/command-t/command-t-1.3.1.ebuild b/app-vim/command-t/command-t-1.3.1.ebuild
deleted file mode 100644
index 68a850de0faf..000000000000
--- a/app-vim/command-t/command-t-1.3.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 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.3.1.ebuild,v 1.2 2012/02/28 03:58:58 radhermit Exp $
-
-EAPI="4"
-USE_RUBY="ruby18 ruby19"
-
-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"
-SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.tar.bz2"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-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
- 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.4.ebuild b/app-vim/command-t/command-t-1.4.ebuild
deleted file mode 100644
index 7fc6f36d2560..000000000000
--- a/app-vim/command-t/command-t-1.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 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.4.ebuild,v 1.2 2012/08/06 21:06:34 radhermit Exp $
-
-EAPI="4"
-USE_RUBY="ruby18 ruby19"
-
-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"
-IUSE=""
-
-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.5.ebuild b/app-vim/command-t/command-t-1.5.ebuild
deleted file mode 100644
index 352815afbb35..000000000000
--- a/app-vim/command-t/command-t-1.5.ebuild
+++ /dev/null
@@ -1,40 +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/command-t/command-t-1.5.ebuild,v 1.1 2013/09/20 16:08:37 radhermit Exp $
-
-EAPI="5"
-USE_RUBY="ruby18 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
-}