diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-09-23 01:48:06 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-09-23 01:48:06 -0400 |
commit | 0467827b1d893d3dbd67537e5c5a29220208dcf5 (patch) | |
tree | dbdb37293ad941d2a16b19db0a21e9d4be4d4406 /app-vim/command-t | |
parent | app-vim/dbext: remove old (diff) | |
download | gentoo-0467827b1d893d3dbd67537e5c5a29220208dcf5.tar.gz gentoo-0467827b1d893d3dbd67537e5c5a29220208dcf5.tar.bz2 gentoo-0467827b1d893d3dbd67537e5c5a29220208dcf5.zip |
app-vim/command-t: remove old
Diffstat (limited to 'app-vim/command-t')
-rw-r--r-- | app-vim/command-t/Manifest | 3 | ||||
-rw-r--r-- | app-vim/command-t/command-t-1.11.4.ebuild | 40 | ||||
-rw-r--r-- | app-vim/command-t/command-t-1.13.ebuild | 40 | ||||
-rw-r--r-- | app-vim/command-t/command-t-3.0.2.ebuild | 43 |
4 files changed, 0 insertions, 126 deletions
diff --git a/app-vim/command-t/Manifest b/app-vim/command-t/Manifest index 39bf5286ae8c..88c2bdd39db7 100644 --- a/app-vim/command-t/Manifest +++ b/app-vim/command-t/Manifest @@ -1,4 +1 @@ -DIST command-t-1.11.4.tar.bz2 43107 SHA256 8b3b9b70397621d23e74c817f5807319f769253cf82de471913294a8e702ab62 SHA512 d3e35e6c0c144338c3966c6b57822193080ed1ef181ccd2d6ecd480dbe023788d33d82518a8461a7525ee3d4ca9fc643beb250e18aa7cfd691c6bc6aad4a6644 WHIRLPOOL e92fe0ae2b8ec1e5e029be21fd02142b241321e3a15fed5e6e522f64e55daf0d3eb348eedfd0bdad712d130ced10b3116328428379f2ae92f60304b2379c676c -DIST command-t-1.13.tar.bz2 45385 SHA256 f5674a4c9dfaf8364deb694d2c4a579520a3921e8378dee32acc0849e1576c1f SHA512 dfa2905d0e9473b847a33c6721598f67e9354c817adc21c4a18bcb63b880f1808f1c7ebee2500c7ae48537b9a1a28c1293f421b06715b80fb54b983a56778002 WHIRLPOOL 3692a85c57690ddddee4978e5189fade9bc1a5f723cf63e22247ca85e9170aa3a23f85ad61cb5c5fca353ac2e2b9560140397fc7b1537653ec8a4ba617e9bb50 -DIST command-t-3.0.2.tar.gz 69434 SHA256 f849ef6a4bcf2fa53f4a7f76333a12c0a29c5eac13b36f1a79fdbee0ceea39ac SHA512 35c90a08d807dbbdc9428c1ca35d085bea16111f232063a37fc7ffe954549a53f7cb4e1ea80cf8da7e9dfb6159745af361843a3f15477e80c8f81de51af2ddca WHIRLPOOL c01be35bb9a440eef5b5bf5f47612f3432e58a7ba1bb3f1e0f54b6421d3983d5f39f198e6bb799866c953ed358e25e381c2e915f1b4935a775038bab592df6a4 DIST command-t-4.0.tar.gz 79052 SHA256 1a733b660c461b675fc0e95627036c9328a5f7a33cb641f8c8ec98e639314abf SHA512 31f58210b2e9954d830dac3f18d87d08059f396c6637c6ff0be1e8b660fc307796ef8c0d572b105690072c013f0fc4ff6cfaa2f0f8ebde00b5f76fdfc3e29c34 WHIRLPOOL 8119c2d7c61922d84402882f1499fd8a9fd955951f9b6952f24335ef8f14d7bca93c023adf61985d571631bbd7db6ed7c60c96151570228120d2025e9c7b4c5a diff --git a/app-vim/command-t/command-t-1.11.4.ebuild b/app-vim/command-t/command-t-1.11.4.ebuild deleted file mode 100644 index c7748c099786..000000000000 --- a/app-vim/command-t/command-t-1.11.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -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.13.ebuild b/app-vim/command-t/command-t-1.13.ebuild deleted file mode 100644 index c7748c099786..000000000000 --- a/app-vim/command-t/command-t-1.13.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -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-3.0.2.ebuild b/app-vim/command-t/command-t-3.0.2.ebuild deleted file mode 100644 index cb5ad97a0389..000000000000 --- a/app-vim/command-t/command-t-3.0.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -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://github.com/wincent/command-t" -SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD-2" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )" - -each_ruby_configure() { - cd ruby/${PN} || die - ${RUBY} extconf.rb || die "extconf.rb failed" -} - -each_ruby_compile() { - cd ruby/${PN} || die - emake V=1 - rm *.o *.c *.h *.log extconf.rb depend Makefile || die -} - -each_ruby_install() { - local sitelibdir=$(ruby_rbconfig_value "sitelibdir") - insinto "${sitelibdir}" - doins -r ruby/* -} - -all_ruby_install() { - rm Gemfile* *.gemspec Rakefile LICENSE README.md || die - rm -r appstream bin fixtures data ruby spec vendor || die - find "${S}" -name .gitignore -delete || die - - vim-plugin_src_install -} |