summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-08-06 21:16:16 +0000
committerTim Harder <radhermit@gentoo.org>2012-08-06 21:16:16 +0000
commitbe01dd91d7869c8eb02fd770706c1dbf0d2513c4 (patch)
tree2671b031c877c74e8fe1ae3bbfccf05653bacfc0 /app-vim/command-t
parentMarking vamp-plugin-sdk-2.3 ppc64 for bug 419107 (diff)
downloadgentoo-2-be01dd91d7869c8eb02fd770706c1dbf0d2513c4.tar.gz
gentoo-2-be01dd91d7869c8eb02fd770706c1dbf0d2513c4.tar.bz2
gentoo-2-be01dd91d7869c8eb02fd770706c1dbf0d2513c4.zip
Remove old.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/command-t')
-rw-r--r--app-vim/command-t/ChangeLog5
-rw-r--r--app-vim/command-t/command-t-1.2.1-r1.ebuild41
2 files changed, 4 insertions, 42 deletions
diff --git a/app-vim/command-t/ChangeLog b/app-vim/command-t/ChangeLog
index 0f5e90e6ea12..4494999a7945 100644
--- a/app-vim/command-t/ChangeLog
+++ b/app-vim/command-t/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/command-t
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/command-t/ChangeLog,v 1.8 2012/08/06 21:06:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/command-t/ChangeLog,v 1.9 2012/08/06 21:16:16 radhermit Exp $
+
+ 06 Aug 2012; Tim Harder <radhermit@gentoo.org> -command-t-1.2.1-r1.ebuild:
+ Remove old.
06 Aug 2012; Tim Harder <radhermit@gentoo.org> command-t-1.4.ebuild:
Enable verbose build output.
diff --git a/app-vim/command-t/command-t-1.2.1-r1.ebuild b/app-vim/command-t/command-t-1.2.1-r1.ebuild
deleted file mode 100644
index b7f17dc8d5bf..000000000000
--- a/app-vim/command-t/command-t-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2011 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.2.1-r1.ebuild,v 1.3 2011/09/13 08:06:29 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="command-t.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 -rf ruby
- vim-plugin_src_install
-}