Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/
Date: Sun, 09 Jul 2017 22:12:53
Message-Id: 1499638357.34c500e632525b9bc0694457fd9d9aece735582b.soap@gentoo
1 commit: 34c500e632525b9bc0694457fd9d9aece735582b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 9 22:12:13 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 9 22:12:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c500e6
7
8 app-vim/ferret: [QA] Fix various repoman warnings, add SLOT="0"
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-vim/ferret/Manifest | 2 +-
13 app-vim/ferret/ferret-1.4-r1.ebuild | 3 +++
14 app-vim/ferret/ferret-1.4.ebuild | 3 +++
15 app-vim/ferret/ferret-1.5.ebuild | 3 +++
16 app-vim/ferret/ferret-2.0.ebuild | 7 ++++---
17 5 files changed, 14 insertions(+), 4 deletions(-)
18
19 diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest
20 index ae599b50c85..27bb6fa6ffe 100644
21 --- a/app-vim/ferret/Manifest
22 +++ b/app-vim/ferret/Manifest
23 @@ -1,3 +1,3 @@
24 DIST ferret-1.4.zip 38210 SHA256 aac505465ba66f0e85b500b6585d2b2454b91ab662abfaeb4beecbef510e61a8 SHA512 e4dacfb996c98be2ae922520387b2b37511fbe33cc934fe89d1bc3096682d74e649fc6a1ba469e1e2efe01bdc11526f0f72d06354b28fd74b884db215068655b WHIRLPOOL a3c92c952b864b3f620c5075624e18c1a1ae95e58e70c83a9233a4f0612333c01f78b11dabd7feba83fb2e7a1e8b469873c2b2314a35d2dd7ba8abc9264443fc
25 DIST ferret-1.5.zip 41822 SHA256 b22c317ceae3f604a91c83c968f7471aebd0fd981e012e4459b066dce7a09adc SHA512 50ae3cea72b681507f76e7fde4cb5712305bc3b9e3a98d9fbfb3797d8834d7792967e76d87435442b7809b800c739108eaea1da52c7c5c7495710b564a41718a WHIRLPOOL 56c983a37299c33702b372683db641a9405ea9852a9cd5a052ee9960c6875ab5217b014dc9e0a93987be44516b02750dc680eb88ff539ab02933985d5b0e8d78
26 -DIST ferret-2.0.zip 43878 SHA256 c516fce79ced16e513526e820da6ff2b7116a75a4012d94996467b315bd0e89e SHA512 eb41d936d64b93b12c783f8e08e10786a74fbe562414d9366d7ba0a5f47add9af6d7c93bc4089b3e17bb87798988b977176d82d60a5d62b4b7d29e1d767c1586 WHIRLPOOL 1de8001bc82c225957197d7ab6757baad516f2b6bb97e1275232f90466135043318765ce8135037ccf81fa3ab75e64983a1e447596e04d289e1a7333c941ac18
27 +DIST ferret-2.0.tar.gz 33070 SHA256 ca7824dbf9e0e2d51b33e40c0bc24bba43eb46c2cccc1bd52fffd6127060c60c SHA512 305784624c06b662e83712e2348619bc5998e85553dc860681177278a766f2a315920913593108fd147f2d4bfbb5bc02f064fba628ffad05b965814b52a1ca71 WHIRLPOOL 4d9c1befe59a369cd274ed0386dfe7c365afb25b083f678ae788213aa989481fae4ee38420f2907b5497d6eecb123719214e639f9d33dfa424998fb3a6cb3e6e
28
29 diff --git a/app-vim/ferret/ferret-1.4-r1.ebuild b/app-vim/ferret/ferret-1.4-r1.ebuild
30 index 0245283fabe..1ff874a4a8d 100644
31 --- a/app-vim/ferret/ferret-1.4-r1.ebuild
32 +++ b/app-vim/ferret/ferret-1.4-r1.ebuild
33 @@ -1,5 +1,6 @@
34 # Copyright 1999-2017 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36 +
37 EAPI=6
38
39 inherit vim-plugin
40 @@ -7,7 +8,9 @@ inherit vim-plugin
41 DESCRIPTION="vim plugin: enhanced multi-file search"
42 HOMEPAGE="https://github.com/wincent/ferret"
43 SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip"
44 +
45 LICENSE="vim"
46 +SLOT="0"
47 KEYWORDS="~amd64 ~x86"
48
49 DEPEND="app-arch/unzip"
50
51 diff --git a/app-vim/ferret/ferret-1.4.ebuild b/app-vim/ferret/ferret-1.4.ebuild
52 index 642bad9f37c..c6e382c7233 100644
53 --- a/app-vim/ferret/ferret-1.4.ebuild
54 +++ b/app-vim/ferret/ferret-1.4.ebuild
55 @@ -1,5 +1,6 @@
56 # Copyright 1999-2017 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 +
59 EAPI=6
60
61 inherit vim-plugin
62 @@ -7,7 +8,9 @@ inherit vim-plugin
63 DESCRIPTION="vim plugin: enhanced multi-file search"
64 HOMEPAGE="https://github.com/wincent/ferret"
65 SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip"
66 +
67 LICENSE="vim"
68 +SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70
71 DEPEND="app-arch/unzip"
72
73 diff --git a/app-vim/ferret/ferret-1.5.ebuild b/app-vim/ferret/ferret-1.5.ebuild
74 index 0245283fabe..1ff874a4a8d 100644
75 --- a/app-vim/ferret/ferret-1.5.ebuild
76 +++ b/app-vim/ferret/ferret-1.5.ebuild
77 @@ -1,5 +1,6 @@
78 # Copyright 1999-2017 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 +
81 EAPI=6
82
83 inherit vim-plugin
84 @@ -7,7 +8,9 @@ inherit vim-plugin
85 DESCRIPTION="vim plugin: enhanced multi-file search"
86 HOMEPAGE="https://github.com/wincent/ferret"
87 SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip"
88 +
89 LICENSE="vim"
90 +SLOT="0"
91 KEYWORDS="~amd64 ~x86"
92
93 DEPEND="app-arch/unzip"
94
95 diff --git a/app-vim/ferret/ferret-2.0.ebuild b/app-vim/ferret/ferret-2.0.ebuild
96 index 0b603ac0df8..d6d32cacfbd 100644
97 --- a/app-vim/ferret/ferret-2.0.ebuild
98 +++ b/app-vim/ferret/ferret-2.0.ebuild
99 @@ -1,17 +1,18 @@
100 # Copyright 1999-2017 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 +
103 EAPI=6
104
105 inherit vim-plugin
106
107 DESCRIPTION="vim plugin: enhanced multi-file search"
108 HOMEPAGE="https://github.com/wincent/ferret"
109 -SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip"
110 +SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
111 +
112 LICENSE="vim"
113 +SLOT="0"
114 KEYWORDS="~amd64 ~x86"
115
116 -DEPEND="app-arch/unzip"
117 -
118 src_prepare() {
119 default