mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-vim/ferret: [QA] Fix various repoman warnings, add SLOT="0"
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,16 +1,17 @@
|
||||
# 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"
|
||||
LICENSE="vim"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
DEPEND="app-arch/unzip"
|
||||
LICENSE="vim"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
Reference in New Issue
Block a user