Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/
Date: Sun, 27 Jan 2019 23:14:19
Message-Id: 1548630846.393b2e27b85f03421aedaf1932e729c33a4365ba.monsieurp@gentoo
1 commit: 393b2e27b85f03421aedaf1932e729c33a4365ba
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 25 13:49:35 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 23:14:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=393b2e27
7
8 app-vim/ferret: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-vim/ferret/Manifest | 3 ---
14 app-vim/ferret/ferret-1.4-r1.ebuild | 23 -----------------------
15 app-vim/ferret/ferret-1.4.ebuild | 21 ---------------------
16 app-vim/ferret/ferret-1.5.ebuild | 23 -----------------------
17 app-vim/ferret/ferret-2.0.ebuild | 22 ----------------------
18 5 files changed, 92 deletions(-)
19
20 diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest
21 index 33c67ee586b..6921f743502 100644
22 --- a/app-vim/ferret/Manifest
23 +++ b/app-vim/ferret/Manifest
24 @@ -1,5 +1,2 @@
25 -DIST ferret-1.4.zip 38210 BLAKE2B 98aacb570a13a5b90c2eda14457c2e28febbb6de0aea6084af66f89e87ca394aabab2fbd45590e69e44f5dd98ca5664dd5ff00bd9ce28d5e6a682522ed28c1b5 SHA512 e4dacfb996c98be2ae922520387b2b37511fbe33cc934fe89d1bc3096682d74e649fc6a1ba469e1e2efe01bdc11526f0f72d06354b28fd74b884db215068655b
26 -DIST ferret-1.5.zip 41822 BLAKE2B 934e6bc99d1bce09701f9d15950a7a7fe53255f2b3046faaf0544d6f37551d28c638897d63944503075b54584744256579c3755915aa5d411e6d46e42d220948 SHA512 50ae3cea72b681507f76e7fde4cb5712305bc3b9e3a98d9fbfb3797d8834d7792967e76d87435442b7809b800c739108eaea1da52c7c5c7495710b564a41718a
27 -DIST ferret-2.0.tar.gz 33070 BLAKE2B 11e00b2b9f09238b6a598b9b85952ac0f295a3e7026a6f6aa04acaaecd5f6ddfafaed106646bd2e82d2f629d78d09c3c1b2d1bd66a23a9d6b99745ca05a88118 SHA512 305784624c06b662e83712e2348619bc5998e85553dc860681177278a766f2a315920913593108fd147f2d4bfbb5bc02f064fba628ffad05b965814b52a1ca71
28 DIST ferret-3.0.tar.gz 32291 BLAKE2B c4fd3b776db97c44f93538ffcc193b0e207d5fb8cb0d982fe7fb737c2473d9512a81defc10613c6741de645e690d1f6f8c97a5c74ee70cf35f204f21aeb5c7e5 SHA512 f88575654c1990cb9c943b36242ee9786a5c234a853fc6fb321cdbf4f8b13f066fe0bad93bf80e94be407ecdba5014ac39ea0727df775ea2b3af4699a9fc4c03
29 DIST ferret-4.0.tar.gz 36867 BLAKE2B 0c386d5ad24fcd0662108e8e6005f94900c68099af0fedd181eb63d1c0f762ece02c0daf65dcbca1205b5c3c724ed73c523089da0b3db4f8c7f6d5aed737f113 SHA512 4d3e39a172a7ef26ddfd49e0582cb11f44851a486dd5ac298e54b9879966b5d09e2f9b0a76dfb5f30157035989ccc21269c3e5adbd5a4c8c7d0797bfe729eeb8
30
31 diff --git a/app-vim/ferret/ferret-1.4-r1.ebuild b/app-vim/ferret/ferret-1.4-r1.ebuild
32 deleted file mode 100644
33 index 1ff874a4a8d..00000000000
34 --- a/app-vim/ferret/ferret-1.4-r1.ebuild
35 +++ /dev/null
36 @@ -1,23 +0,0 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -inherit vim-plugin
43 -
44 -DESCRIPTION="vim plugin: enhanced multi-file search"
45 -HOMEPAGE="https://github.com/wincent/ferret"
46 -SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip"
47 -
48 -LICENSE="vim"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -
52 -DEPEND="app-arch/unzip"
53 -
54 -src_prepare() {
55 - default
56 - rm -rvf test.rb doc/.gitignore || die
57 - # See bug 612282.
58 - mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
59 -}
60
61 diff --git a/app-vim/ferret/ferret-1.4.ebuild b/app-vim/ferret/ferret-1.4.ebuild
62 deleted file mode 100644
63 index c6e382c7233..00000000000
64 --- a/app-vim/ferret/ferret-1.4.ebuild
65 +++ /dev/null
66 @@ -1,21 +0,0 @@
67 -# Copyright 1999-2017 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=6
71 -
72 -inherit vim-plugin
73 -
74 -DESCRIPTION="vim plugin: enhanced multi-file search"
75 -HOMEPAGE="https://github.com/wincent/ferret"
76 -SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip"
77 -
78 -LICENSE="vim"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~x86"
81 -
82 -DEPEND="app-arch/unzip"
83 -
84 -src_prepare() {
85 - default
86 - rm -v test.rb || die
87 -}
88
89 diff --git a/app-vim/ferret/ferret-1.5.ebuild b/app-vim/ferret/ferret-1.5.ebuild
90 deleted file mode 100644
91 index 1ff874a4a8d..00000000000
92 --- a/app-vim/ferret/ferret-1.5.ebuild
93 +++ /dev/null
94 @@ -1,23 +0,0 @@
95 -# Copyright 1999-2017 Gentoo Foundation
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=6
99 -
100 -inherit vim-plugin
101 -
102 -DESCRIPTION="vim plugin: enhanced multi-file search"
103 -HOMEPAGE="https://github.com/wincent/ferret"
104 -SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip"
105 -
106 -LICENSE="vim"
107 -SLOT="0"
108 -KEYWORDS="~amd64 ~x86"
109 -
110 -DEPEND="app-arch/unzip"
111 -
112 -src_prepare() {
113 - default
114 - rm -rvf test.rb doc/.gitignore || die
115 - # See bug 612282.
116 - mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
117 -}
118
119 diff --git a/app-vim/ferret/ferret-2.0.ebuild b/app-vim/ferret/ferret-2.0.ebuild
120 deleted file mode 100644
121 index d6d32cacfbd..00000000000
122 --- a/app-vim/ferret/ferret-2.0.ebuild
123 +++ /dev/null
124 @@ -1,22 +0,0 @@
125 -# Copyright 1999-2017 Gentoo Foundation
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=6
129 -
130 -inherit vim-plugin
131 -
132 -DESCRIPTION="vim plugin: enhanced multi-file search"
133 -HOMEPAGE="https://github.com/wincent/ferret"
134 -SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
135 -
136 -LICENSE="vim"
137 -SLOT="0"
138 -KEYWORDS="~amd64 ~x86"
139 -
140 -src_prepare() {
141 - default
142 -
143 - rm -rv test.rb doc/.gitignore || die
144 - # See bug 612282.
145 - mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
146 -}