Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/command-t/
Date: Fri, 23 Sep 2016 05:48:40
Message-Id: 1474609686.0467827b1d893d3dbd67537e5c5a29220208dcf5.radhermit@gentoo
1 commit: 0467827b1d893d3dbd67537e5c5a29220208dcf5
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 05:48:06 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 05:48:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0467827b
7
8 app-vim/command-t: remove old
9
10 app-vim/command-t/Manifest | 3 ---
11 app-vim/command-t/command-t-1.11.4.ebuild | 40 ----------------------------
12 app-vim/command-t/command-t-1.13.ebuild | 40 ----------------------------
13 app-vim/command-t/command-t-3.0.2.ebuild | 43 -------------------------------
14 4 files changed, 126 deletions(-)
15
16 diff --git a/app-vim/command-t/Manifest b/app-vim/command-t/Manifest
17 index 39bf528..88c2bdd 100644
18 --- a/app-vim/command-t/Manifest
19 +++ b/app-vim/command-t/Manifest
20 @@ -1,4 +1 @@
21 -DIST command-t-1.11.4.tar.bz2 43107 SHA256 8b3b9b70397621d23e74c817f5807319f769253cf82de471913294a8e702ab62 SHA512 d3e35e6c0c144338c3966c6b57822193080ed1ef181ccd2d6ecd480dbe023788d33d82518a8461a7525ee3d4ca9fc643beb250e18aa7cfd691c6bc6aad4a6644 WHIRLPOOL e92fe0ae2b8ec1e5e029be21fd02142b241321e3a15fed5e6e522f64e55daf0d3eb348eedfd0bdad712d130ced10b3116328428379f2ae92f60304b2379c676c
22 -DIST command-t-1.13.tar.bz2 45385 SHA256 f5674a4c9dfaf8364deb694d2c4a579520a3921e8378dee32acc0849e1576c1f SHA512 dfa2905d0e9473b847a33c6721598f67e9354c817adc21c4a18bcb63b880f1808f1c7ebee2500c7ae48537b9a1a28c1293f421b06715b80fb54b983a56778002 WHIRLPOOL 3692a85c57690ddddee4978e5189fade9bc1a5f723cf63e22247ca85e9170aa3a23f85ad61cb5c5fca353ac2e2b9560140397fc7b1537653ec8a4ba617e9bb50
23 -DIST command-t-3.0.2.tar.gz 69434 SHA256 f849ef6a4bcf2fa53f4a7f76333a12c0a29c5eac13b36f1a79fdbee0ceea39ac SHA512 35c90a08d807dbbdc9428c1ca35d085bea16111f232063a37fc7ffe954549a53f7cb4e1ea80cf8da7e9dfb6159745af361843a3f15477e80c8f81de51af2ddca WHIRLPOOL c01be35bb9a440eef5b5bf5f47612f3432e58a7ba1bb3f1e0f54b6421d3983d5f39f198e6bb799866c953ed358e25e381c2e915f1b4935a775038bab592df6a4
24 DIST command-t-4.0.tar.gz 79052 SHA256 1a733b660c461b675fc0e95627036c9328a5f7a33cb641f8c8ec98e639314abf SHA512 31f58210b2e9954d830dac3f18d87d08059f396c6637c6ff0be1e8b660fc307796ef8c0d572b105690072c013f0fc4ff6cfaa2f0f8ebde00b5f76fdfc3e29c34 WHIRLPOOL 8119c2d7c61922d84402882f1499fd8a9fd955951f9b6952f24335ef8f14d7bca93c023adf61985d571631bbd7db6ed7c60c96151570228120d2025e9c7b4c5a
25
26 diff --git a/app-vim/command-t/command-t-1.11.4.ebuild b/app-vim/command-t/command-t-1.11.4.ebuild
27 deleted file mode 100644
28 index c7748c0..00000000
29 --- a/app-vim/command-t/command-t-1.11.4.ebuild
30 +++ /dev/null
31 @@ -1,40 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -USE_RUBY="ruby20 ruby21 ruby22"
38 -
39 -inherit vim-plugin ruby-ng
40 -
41 -DESCRIPTION="vim plugin: fast file navigation for vim"
42 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025
43 - https://wincent.com/products/command-t"
44 -LICENSE="MIT"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -VIM_PLUGIN_HELPFILES="${PN}.txt"
48 -
49 -RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )"
50 -
51 -each_ruby_configure() {
52 - cd ruby/${PN}
53 - ${RUBY} extconf.rb || die "extconf.rb failed"
54 -}
55 -
56 -each_ruby_compile() {
57 - cd ruby/${PN}
58 - emake V=1
59 - rm *.o *.c *.h *.log extconf.rb depend Makefile || die
60 -}
61 -
62 -each_ruby_install() {
63 - local sitelibdir=$(ruby_rbconfig_value "sitelibdir")
64 - insinto ${sitelibdir}/${PN}
65 - doins -r ruby/${PN}/*
66 -}
67 -
68 -all_ruby_install() {
69 - rm -r ruby || die
70 - vim-plugin_src_install
71 -}
72
73 diff --git a/app-vim/command-t/command-t-1.13.ebuild b/app-vim/command-t/command-t-1.13.ebuild
74 deleted file mode 100644
75 index c7748c0..00000000
76 --- a/app-vim/command-t/command-t-1.13.ebuild
77 +++ /dev/null
78 @@ -1,40 +0,0 @@
79 -# Copyright 1999-2014 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -# $Id$
82 -
83 -EAPI=5
84 -USE_RUBY="ruby20 ruby21 ruby22"
85 -
86 -inherit vim-plugin ruby-ng
87 -
88 -DESCRIPTION="vim plugin: fast file navigation for vim"
89 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025
90 - https://wincent.com/products/command-t"
91 -LICENSE="MIT"
92 -KEYWORDS="~amd64 ~x86"
93 -
94 -VIM_PLUGIN_HELPFILES="${PN}.txt"
95 -
96 -RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )"
97 -
98 -each_ruby_configure() {
99 - cd ruby/${PN}
100 - ${RUBY} extconf.rb || die "extconf.rb failed"
101 -}
102 -
103 -each_ruby_compile() {
104 - cd ruby/${PN}
105 - emake V=1
106 - rm *.o *.c *.h *.log extconf.rb depend Makefile || die
107 -}
108 -
109 -each_ruby_install() {
110 - local sitelibdir=$(ruby_rbconfig_value "sitelibdir")
111 - insinto ${sitelibdir}/${PN}
112 - doins -r ruby/${PN}/*
113 -}
114 -
115 -all_ruby_install() {
116 - rm -r ruby || die
117 - vim-plugin_src_install
118 -}
119
120 diff --git a/app-vim/command-t/command-t-3.0.2.ebuild b/app-vim/command-t/command-t-3.0.2.ebuild
121 deleted file mode 100644
122 index cb5ad97..00000000
123 --- a/app-vim/command-t/command-t-3.0.2.ebuild
124 +++ /dev/null
125 @@ -1,43 +0,0 @@
126 -# Copyright 1999-2016 Gentoo Foundation
127 -# Distributed under the terms of the GNU General Public License v2
128 -# $Id$
129 -
130 -EAPI=5
131 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
132 -
133 -inherit vim-plugin ruby-ng
134 -
135 -DESCRIPTION="vim plugin: fast file navigation for vim"
136 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025 https://github.com/wincent/command-t"
137 -SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
138 -LICENSE="BSD-2"
139 -KEYWORDS="~amd64 ~x86"
140 -
141 -VIM_PLUGIN_HELPFILES="${PN}.txt"
142 -
143 -RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )"
144 -
145 -each_ruby_configure() {
146 - cd ruby/${PN} || die
147 - ${RUBY} extconf.rb || die "extconf.rb failed"
148 -}
149 -
150 -each_ruby_compile() {
151 - cd ruby/${PN} || die
152 - emake V=1
153 - rm *.o *.c *.h *.log extconf.rb depend Makefile || die
154 -}
155 -
156 -each_ruby_install() {
157 - local sitelibdir=$(ruby_rbconfig_value "sitelibdir")
158 - insinto "${sitelibdir}"
159 - doins -r ruby/*
160 -}
161 -
162 -all_ruby_install() {
163 - rm Gemfile* *.gemspec Rakefile LICENSE README.md || die
164 - rm -r appstream bin fixtures data ruby spec vendor || die
165 - find "${S}" -name .gitignore -delete || die
166 -
167 - vim-plugin_src_install
168 -}