diff options
author | David Seifert <soap@gentoo.org> | 2017-07-09 15:12:13 -0700 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-07-09 15:12:37 -0700 |
commit | 34c500e632525b9bc0694457fd9d9aece735582b (patch) | |
tree | 732593b80ea83939e149c7bb59e513f0125ab4a2 /app-vim/ferret | |
parent | sys-fs/lvm2: bump incl. init script fix for bug #617578. (diff) | |
download | gentoo-34c500e632525b9bc0694457fd9d9aece735582b.tar.gz gentoo-34c500e632525b9bc0694457fd9d9aece735582b.tar.bz2 gentoo-34c500e632525b9bc0694457fd9d9aece735582b.zip |
app-vim/ferret: [QA] Fix various repoman warnings, add SLOT="0"
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-vim/ferret')
-rw-r--r-- | app-vim/ferret/Manifest | 2 | ||||
-rw-r--r-- | app-vim/ferret/ferret-1.4-r1.ebuild | 3 | ||||
-rw-r--r-- | app-vim/ferret/ferret-1.4.ebuild | 3 | ||||
-rw-r--r-- | app-vim/ferret/ferret-1.5.ebuild | 3 | ||||
-rw-r--r-- | app-vim/ferret/ferret-2.0.ebuild | 7 |
5 files changed, 14 insertions, 4 deletions
diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest index ae599b50c854..27bb6fa6ffe8 100644 --- a/app-vim/ferret/Manifest +++ b/app-vim/ferret/Manifest @@ -1,3 +1,3 @@ DIST ferret-1.4.zip 38210 SHA256 aac505465ba66f0e85b500b6585d2b2454b91ab662abfaeb4beecbef510e61a8 SHA512 e4dacfb996c98be2ae922520387b2b37511fbe33cc934fe89d1bc3096682d74e649fc6a1ba469e1e2efe01bdc11526f0f72d06354b28fd74b884db215068655b WHIRLPOOL a3c92c952b864b3f620c5075624e18c1a1ae95e58e70c83a9233a4f0612333c01f78b11dabd7feba83fb2e7a1e8b469873c2b2314a35d2dd7ba8abc9264443fc DIST ferret-1.5.zip 41822 SHA256 b22c317ceae3f604a91c83c968f7471aebd0fd981e012e4459b066dce7a09adc SHA512 50ae3cea72b681507f76e7fde4cb5712305bc3b9e3a98d9fbfb3797d8834d7792967e76d87435442b7809b800c739108eaea1da52c7c5c7495710b564a41718a WHIRLPOOL 56c983a37299c33702b372683db641a9405ea9852a9cd5a052ee9960c6875ab5217b014dc9e0a93987be44516b02750dc680eb88ff539ab02933985d5b0e8d78 -DIST ferret-2.0.zip 43878 SHA256 c516fce79ced16e513526e820da6ff2b7116a75a4012d94996467b315bd0e89e SHA512 eb41d936d64b93b12c783f8e08e10786a74fbe562414d9366d7ba0a5f47add9af6d7c93bc4089b3e17bb87798988b977176d82d60a5d62b4b7d29e1d767c1586 WHIRLPOOL 1de8001bc82c225957197d7ab6757baad516f2b6bb97e1275232f90466135043318765ce8135037ccf81fa3ab75e64983a1e447596e04d289e1a7333c941ac18 +DIST ferret-2.0.tar.gz 33070 SHA256 ca7824dbf9e0e2d51b33e40c0bc24bba43eb46c2cccc1bd52fffd6127060c60c SHA512 305784624c06b662e83712e2348619bc5998e85553dc860681177278a766f2a315920913593108fd147f2d4bfbb5bc02f064fba628ffad05b965814b52a1ca71 WHIRLPOOL 4d9c1befe59a369cd274ed0386dfe7c365afb25b083f678ae788213aa989481fae4ee38420f2907b5497d6eecb123719214e639f9d33dfa424998fb3a6cb3e6e diff --git a/app-vim/ferret/ferret-1.4-r1.ebuild b/app-vim/ferret/ferret-1.4-r1.ebuild index 0245283fabee..1ff874a4a8d1 100644 --- a/app-vim/ferret/ferret-1.4-r1.ebuild +++ b/app-vim/ferret/ferret-1.4-r1.ebuild @@ -1,5 +1,6 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + EAPI=6 inherit vim-plugin @@ -7,7 +8,9 @@ inherit vim-plugin DESCRIPTION="vim plugin: enhanced multi-file search" HOMEPAGE="https://github.com/wincent/ferret" SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip" + LICENSE="vim" +SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="app-arch/unzip" diff --git a/app-vim/ferret/ferret-1.4.ebuild b/app-vim/ferret/ferret-1.4.ebuild index 642bad9f37c4..c6e382c72335 100644 --- a/app-vim/ferret/ferret-1.4.ebuild +++ b/app-vim/ferret/ferret-1.4.ebuild @@ -1,5 +1,6 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + EAPI=6 inherit vim-plugin @@ -7,7 +8,9 @@ inherit vim-plugin DESCRIPTION="vim plugin: enhanced multi-file search" HOMEPAGE="https://github.com/wincent/ferret" SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip" + LICENSE="vim" +SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="app-arch/unzip" diff --git a/app-vim/ferret/ferret-1.5.ebuild b/app-vim/ferret/ferret-1.5.ebuild index 0245283fabee..1ff874a4a8d1 100644 --- a/app-vim/ferret/ferret-1.5.ebuild +++ b/app-vim/ferret/ferret-1.5.ebuild @@ -1,5 +1,6 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + EAPI=6 inherit vim-plugin @@ -7,7 +8,9 @@ inherit vim-plugin DESCRIPTION="vim plugin: enhanced multi-file search" HOMEPAGE="https://github.com/wincent/ferret" SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip" + LICENSE="vim" +SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="app-arch/unzip" diff --git a/app-vim/ferret/ferret-2.0.ebuild b/app-vim/ferret/ferret-2.0.ebuild index 0b603ac0df8f..d6d32cacfbdb 100644 --- a/app-vim/ferret/ferret-2.0.ebuild +++ b/app-vim/ferret/ferret-2.0.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + EAPI=6 inherit vim-plugin DESCRIPTION="vim plugin: enhanced multi-file search" HOMEPAGE="https://github.com/wincent/ferret" -SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip" +SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + LICENSE="vim" +SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="app-arch/unzip" - src_prepare() { default |