[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2022-06-10 Thread Matt Turner
commit: 7bfb841073b555f2a4c400d5b5b0df66ee541b94
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jun 10 17:43:31 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jun 10 18:07:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bfb8410

app-vim/ferret: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-vim/ferret/Manifest  |  1 -
 app-vim/ferret/ferret-4.0.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest
index a591f36b5ad8..b5277d00412f 100644
--- a/app-vim/ferret/Manifest
+++ b/app-vim/ferret/Manifest
@@ -1,2 +1 @@
-DIST ferret-4.0.tar.gz 36867 BLAKE2B 
0c386d5ad24fcd0662108e8e6005f94900c68099af0fedd181eb63d1c0f762ece02c0daf65dcbca1205b5c3c724ed73c523089da0b3db4f8c7f6d5aed737f113
 SHA512 
4d3e39a172a7ef26ddfd49e0582cb11f44851a486dd5ac298e54b9879966b5d09e2f9b0a76dfb5f30157035989ccc21269c3e5adbd5a4c8c7d0797bfe729eeb8
 DIST ferret-5.0.tar.gz 40975 BLAKE2B 
75970b35852c5859ce53686eed9c8ba0d3d8599c9f53dc0a2a859dcdee8efd99fef298964db7cd9c2848180d87f45cb7e40a3352324b0530c5797647199a7f2f
 SHA512 
882dc7d3baaa8a0e64244e8b7c3fef31088d4f89e49bf57dff85efc65f87fa6d3d8516ed3067dab4f4aa9857bb429e6f50d389d57a8895f6dab01db7e580867c

diff --git a/app-vim/ferret/ferret-4.0.ebuild b/app-vim/ferret/ferret-4.0.ebuild
deleted file mode 100644
index 016dd6866cfd..
--- a/app-vim/ferret/ferret-4.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_prepare() {
-   default
-
-   rm -rv test.rb doc/.gitignore || die
-   # See bug 612282.
-   mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2022-06-01 Thread Jakov Smolić
commit: c37397cb35afd2a7a4909e85f84d0aff698318c3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jun  2 04:01:27 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jun  2 04:02:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37397cb

app-vim/ferret: Stabilize 5.0 x86, #849197

Signed-off-by: Jakov Smolić  gentoo.org>

 app-vim/ferret/ferret-5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/ferret/ferret-5.0.ebuild b/app-vim/ferret/ferret-5.0.ebuild
index 05bca7dcb60e..dfb1794298a6 100644
--- a/app-vim/ferret/ferret-5.0.ebuild
+++ b/app-vim/ferret/ferret-5.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2022-06-01 Thread Jakov Smolić
commit: 8ea1b5c35f7ff9396b38b8ba46408198068e864a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jun  2 03:57:44 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jun  2 03:57:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea1b5c3

app-vim/ferret: Stabilize 5.0 amd64, #849197

Signed-off-by: Jakov Smolić  gentoo.org>

 app-vim/ferret/ferret-5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/ferret/ferret-5.0.ebuild b/app-vim/ferret/ferret-5.0.ebuild
index 5505a7cdb547..05bca7dcb60e 100644
--- a/app-vim/ferret/ferret-5.0.ebuild
+++ b/app-vim/ferret/ferret-5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2019-10-01 Thread Patrice Clement
commit: c86d31551d555c380647e1034bd3ce2d314be10b
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Oct  1 21:25:30 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Oct  1 21:25:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86d3155

app-vim/ferret: clean up old.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-vim/ferret/Manifest  |  1 -
 app-vim/ferret/ferret-4.1.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest
index 2a02a6f73b6..a591f36b5ad 100644
--- a/app-vim/ferret/Manifest
+++ b/app-vim/ferret/Manifest
@@ -1,3 +1,2 @@
 DIST ferret-4.0.tar.gz 36867 BLAKE2B 
0c386d5ad24fcd0662108e8e6005f94900c68099af0fedd181eb63d1c0f762ece02c0daf65dcbca1205b5c3c724ed73c523089da0b3db4f8c7f6d5aed737f113
 SHA512 
4d3e39a172a7ef26ddfd49e0582cb11f44851a486dd5ac298e54b9879966b5d09e2f9b0a76dfb5f30157035989ccc21269c3e5adbd5a4c8c7d0797bfe729eeb8
-DIST ferret-4.1.tar.gz 37793 BLAKE2B 
09f53b552083c4632760064fdfa13ed241f3a3b58d366e8cd0baa32bbfed9163aa96e8d1bc0716de43f141ade75549fbf97d2c3f8e459f8f885411b19c6e9ac7
 SHA512 
936c62cc9e52ab3e73b1c4adbb2a8d58cb015866d8fcef23f89001255c0b57faaa0c16e129bc755ac5b129f00185e134434ddfe051fcb19f582cd4edc0715868
 DIST ferret-5.0.tar.gz 40975 BLAKE2B 
75970b35852c5859ce53686eed9c8ba0d3d8599c9f53dc0a2a859dcdee8efd99fef298964db7cd9c2848180d87f45cb7e40a3352324b0530c5797647199a7f2f
 SHA512 
882dc7d3baaa8a0e64244e8b7c3fef31088d4f89e49bf57dff85efc65f87fa6d3d8516ed3067dab4f4aa9857bb429e6f50d389d57a8895f6dab01db7e580867c

diff --git a/app-vim/ferret/ferret-4.1.ebuild b/app-vim/ferret/ferret-4.1.ebuild
deleted file mode 100644
index 143a9d7ac04..000
--- a/app-vim/ferret/ferret-4.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_prepare() {
-   default
-
-   rm -rv test.rb doc/.gitignore || die
-   # See bug 612282.
-   mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2019-10-01 Thread Patrice Clement
commit: acc74c0990af1752892c72e64e1ffb3ead01fc61
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Oct  1 21:25:08 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Oct  1 21:25:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc74c09

app-vim/ferret: version bump.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-vim/ferret/Manifest  |  1 +
 app-vim/ferret/ferret-5.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest
index 0a2857ac6e3..2a02a6f73b6 100644
--- a/app-vim/ferret/Manifest
+++ b/app-vim/ferret/Manifest
@@ -1,2 +1,3 @@
 DIST ferret-4.0.tar.gz 36867 BLAKE2B 
0c386d5ad24fcd0662108e8e6005f94900c68099af0fedd181eb63d1c0f762ece02c0daf65dcbca1205b5c3c724ed73c523089da0b3db4f8c7f6d5aed737f113
 SHA512 
4d3e39a172a7ef26ddfd49e0582cb11f44851a486dd5ac298e54b9879966b5d09e2f9b0a76dfb5f30157035989ccc21269c3e5adbd5a4c8c7d0797bfe729eeb8
 DIST ferret-4.1.tar.gz 37793 BLAKE2B 
09f53b552083c4632760064fdfa13ed241f3a3b58d366e8cd0baa32bbfed9163aa96e8d1bc0716de43f141ade75549fbf97d2c3f8e459f8f885411b19c6e9ac7
 SHA512 
936c62cc9e52ab3e73b1c4adbb2a8d58cb015866d8fcef23f89001255c0b57faaa0c16e129bc755ac5b129f00185e134434ddfe051fcb19f582cd4edc0715868
+DIST ferret-5.0.tar.gz 40975 BLAKE2B 
75970b35852c5859ce53686eed9c8ba0d3d8599c9f53dc0a2a859dcdee8efd99fef298964db7cd9c2848180d87f45cb7e40a3352324b0530c5797647199a7f2f
 SHA512 
882dc7d3baaa8a0e64244e8b7c3fef31088d4f89e49bf57dff85efc65f87fa6d3d8516ed3067dab4f4aa9857bb429e6f50d389d57a8895f6dab01db7e580867c

diff --git a/app-vim/ferret/ferret-5.0.ebuild b/app-vim/ferret/ferret-5.0.ebuild
new file mode 100644
index 000..5505a7cdb54
--- /dev/null
+++ b/app-vim/ferret/ferret-5.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+   default
+
+   rm -rv test.rb doc/.gitignore || die
+
+   # See bug 612282.
+   mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2019-05-18 Thread Patrice Clement
commit: 4b86b46f87fa2332bc4efff21e7e4c4d2127280c
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu May 16 20:29:53 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat May 18 21:21:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b86b46f

app-vim/ferret: stable for amd64+x86.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-vim/ferret/ferret-4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/ferret/ferret-4.0.ebuild b/app-vim/ferret/ferret-4.0.ebuild
index 143a9d7ac04..016dd6866cf 100644
--- a/app-vim/ferret/ferret-4.0.ebuild
+++ b/app-vim/ferret/ferret-4.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2019-05-18 Thread Patrice Clement
commit: cd02ded294e76525156de01456223205be63c5cd
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu May 16 20:29:27 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat May 18 21:21:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd02ded2

app-vim/ferret: version bump.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-vim/ferret/Manifest  |  1 +
 app-vim/ferret/ferret-4.1.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest
index 6921f743502..8dd4553cccf 100644
--- a/app-vim/ferret/Manifest
+++ b/app-vim/ferret/Manifest
@@ -1,2 +1,3 @@
 DIST ferret-3.0.tar.gz 32291 BLAKE2B 
c4fd3b776db97c44f93538ffcc193b0e207d5fb8cb0d982fe7fb737c2473d9512a81defc10613c6741de645e690d1f6f8c97a5c74ee70cf35f204f21aeb5c7e5
 SHA512 
f88575654c1990cb9c943b36242ee9786a5c234a853fc6fb321cdbf4f8b13f066fe0bad93bf80e94be407ecdba5014ac39ea0727df775ea2b3af4699a9fc4c03
 DIST ferret-4.0.tar.gz 36867 BLAKE2B 
0c386d5ad24fcd0662108e8e6005f94900c68099af0fedd181eb63d1c0f762ece02c0daf65dcbca1205b5c3c724ed73c523089da0b3db4f8c7f6d5aed737f113
 SHA512 
4d3e39a172a7ef26ddfd49e0582cb11f44851a486dd5ac298e54b9879966b5d09e2f9b0a76dfb5f30157035989ccc21269c3e5adbd5a4c8c7d0797bfe729eeb8
+DIST ferret-4.1.tar.gz 37793 BLAKE2B 
09f53b552083c4632760064fdfa13ed241f3a3b58d366e8cd0baa32bbfed9163aa96e8d1bc0716de43f141ade75549fbf97d2c3f8e459f8f885411b19c6e9ac7
 SHA512 
936c62cc9e52ab3e73b1c4adbb2a8d58cb015866d8fcef23f89001255c0b57faaa0c16e129bc755ac5b129f00185e134434ddfe051fcb19f582cd4edc0715868

diff --git a/app-vim/ferret/ferret-4.1.ebuild b/app-vim/ferret/ferret-4.1.ebuild
new file mode 100644
index 000..143a9d7ac04
--- /dev/null
+++ b/app-vim/ferret/ferret-4.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+   default
+
+   rm -rv test.rb doc/.gitignore || die
+   # See bug 612282.
+   mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2019-05-18 Thread Patrice Clement
commit: ac3453bfaf3fb80e00258281f9feac73291b9051
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu May 16 20:30:07 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat May 18 21:21:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3453bf

app-vim/ferret: clean up old.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-vim/ferret/Manifest  |  1 -
 app-vim/ferret/ferret-3.0.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest
index 8dd4553cccf..0a2857ac6e3 100644
--- a/app-vim/ferret/Manifest
+++ b/app-vim/ferret/Manifest
@@ -1,3 +1,2 @@
-DIST ferret-3.0.tar.gz 32291 BLAKE2B 
c4fd3b776db97c44f93538ffcc193b0e207d5fb8cb0d982fe7fb737c2473d9512a81defc10613c6741de645e690d1f6f8c97a5c74ee70cf35f204f21aeb5c7e5
 SHA512 
f88575654c1990cb9c943b36242ee9786a5c234a853fc6fb321cdbf4f8b13f066fe0bad93bf80e94be407ecdba5014ac39ea0727df775ea2b3af4699a9fc4c03
 DIST ferret-4.0.tar.gz 36867 BLAKE2B 
0c386d5ad24fcd0662108e8e6005f94900c68099af0fedd181eb63d1c0f762ece02c0daf65dcbca1205b5c3c724ed73c523089da0b3db4f8c7f6d5aed737f113
 SHA512 
4d3e39a172a7ef26ddfd49e0582cb11f44851a486dd5ac298e54b9879966b5d09e2f9b0a76dfb5f30157035989ccc21269c3e5adbd5a4c8c7d0797bfe729eeb8
 DIST ferret-4.1.tar.gz 37793 BLAKE2B 
09f53b552083c4632760064fdfa13ed241f3a3b58d366e8cd0baa32bbfed9163aa96e8d1bc0716de43f141ade75549fbf97d2c3f8e459f8f885411b19c6e9ac7
 SHA512 
936c62cc9e52ab3e73b1c4adbb2a8d58cb015866d8fcef23f89001255c0b57faaa0c16e129bc755ac5b129f00185e134434ddfe051fcb19f582cd4edc0715868

diff --git a/app-vim/ferret/ferret-3.0.ebuild b/app-vim/ferret/ferret-3.0.ebuild
deleted file mode 100644
index 016dd6866cf..000
--- a/app-vim/ferret/ferret-3.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="vim"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_prepare() {
-   default
-
-   rm -rv test.rb doc/.gitignore || die
-   # See bug 612282.
-   mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2019-01-27 Thread Patrice Clement
commit: 605fcc3142c407aa77ff3b660f6e7a7abea31400
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Jan 25 13:52:49 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jan 27 23:14:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605fcc31

app-vim/ferret: stable for amd64+x86.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/ferret/ferret-3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/ferret/ferret-3.0.ebuild b/app-vim/ferret/ferret-3.0.ebuild
index d6d32cacfbd..016dd6866cf 100644
--- a/app-vim/ferret/ferret-3.0.ebuild
+++ b/app-vim/ferret/ferret-3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2019-01-27 Thread Patrice Clement
commit: f0b4be256d2af4fc2606d08969d5c660e255ccb6
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Jan 25 13:47:08 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jan 27 23:14:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b4be25

app-vim/ferret: version bump.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/ferret/Manifest  |  1 +
 app-vim/ferret/ferret-4.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest
index 7a8cdfd4d76..33c67ee586b 100644
--- a/app-vim/ferret/Manifest
+++ b/app-vim/ferret/Manifest
@@ -2,3 +2,4 @@ DIST ferret-1.4.zip 38210 BLAKE2B 
98aacb570a13a5b90c2eda14457c2e28febbb6de0aea60
 DIST ferret-1.5.zip 41822 BLAKE2B 
934e6bc99d1bce09701f9d15950a7a7fe53255f2b3046faaf0544d6f37551d28c638897d63944503075b54584744256579c3755915aa5d411e6d46e42d220948
 SHA512 
50ae3cea72b681507f76e7fde4cb5712305bc3b9e3a98d9fbfb3797d8834d7792967e76d87435442b7809b800c739108eaea1da52c7c5c7495710b564a41718a
 DIST ferret-2.0.tar.gz 33070 BLAKE2B 
11e00b2b9f09238b6a598b9b85952ac0f295a3e7026a6f6aa04acaaecd5f6ddfafaed106646bd2e82d2f629d78d09c3c1b2d1bd66a23a9d6b99745ca05a88118
 SHA512 
305784624c06b662e83712e2348619bc5998e85553dc860681177278a766f2a315920913593108fd147f2d4bfbb5bc02f064fba628ffad05b965814b52a1ca71
 DIST ferret-3.0.tar.gz 32291 BLAKE2B 
c4fd3b776db97c44f93538ffcc193b0e207d5fb8cb0d982fe7fb737c2473d9512a81defc10613c6741de645e690d1f6f8c97a5c74ee70cf35f204f21aeb5c7e5
 SHA512 
f88575654c1990cb9c943b36242ee9786a5c234a853fc6fb321cdbf4f8b13f066fe0bad93bf80e94be407ecdba5014ac39ea0727df775ea2b3af4699a9fc4c03
+DIST ferret-4.0.tar.gz 36867 BLAKE2B 
0c386d5ad24fcd0662108e8e6005f94900c68099af0fedd181eb63d1c0f762ece02c0daf65dcbca1205b5c3c724ed73c523089da0b3db4f8c7f6d5aed737f113
 SHA512 
4d3e39a172a7ef26ddfd49e0582cb11f44851a486dd5ac298e54b9879966b5d09e2f9b0a76dfb5f30157035989ccc21269c3e5adbd5a4c8c7d0797bfe729eeb8

diff --git a/app-vim/ferret/ferret-4.0.ebuild b/app-vim/ferret/ferret-4.0.ebuild
new file mode 100644
index 000..143a9d7ac04
--- /dev/null
+++ b/app-vim/ferret/ferret-4.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+   default
+
+   rm -rv test.rb doc/.gitignore || die
+   # See bug 612282.
+   mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2019-01-27 Thread Patrice Clement
commit: 393b2e27b85f03421aedaf1932e729c33a4365ba
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Jan 25 13:49:35 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jan 27 23:14:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=393b2e27

app-vim/ferret: clean up old.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/ferret/Manifest |  3 ---
 app-vim/ferret/ferret-1.4-r1.ebuild | 23 ---
 app-vim/ferret/ferret-1.4.ebuild| 21 -
 app-vim/ferret/ferret-1.5.ebuild| 23 ---
 app-vim/ferret/ferret-2.0.ebuild| 22 --
 5 files changed, 92 deletions(-)

diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest
index 33c67ee586b..6921f743502 100644
--- a/app-vim/ferret/Manifest
+++ b/app-vim/ferret/Manifest
@@ -1,5 +1,2 @@
-DIST ferret-1.4.zip 38210 BLAKE2B 
98aacb570a13a5b90c2eda14457c2e28febbb6de0aea6084af66f89e87ca394aabab2fbd45590e69e44f5dd98ca5664dd5ff00bd9ce28d5e6a682522ed28c1b5
 SHA512 
e4dacfb996c98be2ae922520387b2b37511fbe33cc934fe89d1bc3096682d74e649fc6a1ba469e1e2efe01bdc11526f0f72d06354b28fd74b884db215068655b
-DIST ferret-1.5.zip 41822 BLAKE2B 
934e6bc99d1bce09701f9d15950a7a7fe53255f2b3046faaf0544d6f37551d28c638897d63944503075b54584744256579c3755915aa5d411e6d46e42d220948
 SHA512 
50ae3cea72b681507f76e7fde4cb5712305bc3b9e3a98d9fbfb3797d8834d7792967e76d87435442b7809b800c739108eaea1da52c7c5c7495710b564a41718a
-DIST ferret-2.0.tar.gz 33070 BLAKE2B 
11e00b2b9f09238b6a598b9b85952ac0f295a3e7026a6f6aa04acaaecd5f6ddfafaed106646bd2e82d2f629d78d09c3c1b2d1bd66a23a9d6b99745ca05a88118
 SHA512 
305784624c06b662e83712e2348619bc5998e85553dc860681177278a766f2a315920913593108fd147f2d4bfbb5bc02f064fba628ffad05b965814b52a1ca71
 DIST ferret-3.0.tar.gz 32291 BLAKE2B 
c4fd3b776db97c44f93538ffcc193b0e207d5fb8cb0d982fe7fb737c2473d9512a81defc10613c6741de645e690d1f6f8c97a5c74ee70cf35f204f21aeb5c7e5
 SHA512 
f88575654c1990cb9c943b36242ee9786a5c234a853fc6fb321cdbf4f8b13f066fe0bad93bf80e94be407ecdba5014ac39ea0727df775ea2b3af4699a9fc4c03
 DIST ferret-4.0.tar.gz 36867 BLAKE2B 
0c386d5ad24fcd0662108e8e6005f94900c68099af0fedd181eb63d1c0f762ece02c0daf65dcbca1205b5c3c724ed73c523089da0b3db4f8c7f6d5aed737f113
 SHA512 
4d3e39a172a7ef26ddfd49e0582cb11f44851a486dd5ac298e54b9879966b5d09e2f9b0a76dfb5f30157035989ccc21269c3e5adbd5a4c8c7d0797bfe729eeb8

diff --git a/app-vim/ferret/ferret-1.4-r1.ebuild 
b/app-vim/ferret/ferret-1.4-r1.ebuild
deleted file mode 100644
index 1ff874a4a8d..000
--- a/app-vim/ferret/ferret-1.4-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/unzip"
-
-src_prepare() {
-   default
-   rm -rvf test.rb doc/.gitignore || die
-   # See bug 612282.
-   mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
-}

diff --git a/app-vim/ferret/ferret-1.4.ebuild b/app-vim/ferret/ferret-1.4.ebuild
deleted file mode 100644
index c6e382c7233..000
--- a/app-vim/ferret/ferret-1.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/unzip"
-
-src_prepare() {
-   default
-   rm -v test.rb || die
-}

diff --git a/app-vim/ferret/ferret-1.5.ebuild b/app-vim/ferret/ferret-1.5.ebuild
deleted file mode 100644
index 1ff874a4a8d..000
--- a/app-vim/ferret/ferret-1.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/unzip"
-
-src_prepare() {
-   default
-   rm -rvf test.rb doc/.gitignore || die
-   # See bug 612282.
-   mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
-}

diff --git a/app-vim/ferret/ferret-2.0.ebuild b/app-vim/ferret/ferret-2.0.ebuild
deleted file mode 100644
index d6d32cacfbd..000
--- a/app-vim/ferret/ferret-2.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v

[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2017-07-13 Thread Patrice Clement
commit: c22679860607ff3504f7399f36a19e01bda1b6aa
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jul 13 19:49:41 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 13 19:50:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2267986

app-vim/ferret: version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-vim/ferret/Manifest  |  1 +
 app-vim/ferret/ferret-3.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest
index 27bb6fa6ffe..4ab298d0f26 100644
--- a/app-vim/ferret/Manifest
+++ b/app-vim/ferret/Manifest
@@ -1,3 +1,4 @@
 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.tar.gz 33070 SHA256 
ca7824dbf9e0e2d51b33e40c0bc24bba43eb46c21bd52fffd6127060c60c SHA512 
305784624c06b662e83712e2348619bc5998e85553dc860681177278a766f2a315920913593108fd147f2d4bfbb5bc02f064fba628ffad05b965814b52a1ca71
 WHIRLPOOL 
4d9c1befe59a369cd274ed0386dfe7c365afb25b083f678ae788213aa989481fae4ee38420f2907b5497d6eecb123719214e639f9d33dfa424998fb3a6cb3e6e
+DIST ferret-3.0.tar.gz 32291 SHA256 
fabc729d82abd629b0662bdbb0b316fd891bae2df39cd1773003293b5395c053 SHA512 
f88575654c1990cb9c943b36242ee9786a5c234a853fc6fb321cdbf4f8b13f066fe0bad93bf80e94be407ecdba5014ac39ea0727df775ea2b3af4699a9fc4c03
 WHIRLPOOL 
f9402053f1ee68a9949d95816887cb5c53177a506cfc6079952fa743b97df296e1fd97176db15f259ce458daa1f5ac12b1bfa621121b9c0447a990867d57cd90

diff --git a/app-vim/ferret/ferret-3.0.ebuild b/app-vim/ferret/ferret-3.0.ebuild
new file mode 100644
index 000..d6d32cacfbd
--- /dev/null
+++ b/app-vim/ferret/ferret-3.0.ebuild
@@ -0,0 +1,22 @@
+# 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}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="vim"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+   default
+
+   rm -rv test.rb doc/.gitignore || die
+   # See bug 612282.
+   mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2017-07-09 Thread David Seifert
commit: 34c500e632525b9bc0694457fd9d9aece735582b
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul  9 22:12:13 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul  9 22:12:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c500e6

app-vim/ferret: [QA] Fix various repoman warnings, add SLOT="0"

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-vim/ferret/Manifest | 2 +-
 app-vim/ferret/ferret-1.4-r1.ebuild | 3 +++
 app-vim/ferret/ferret-1.4.ebuild| 3 +++
 app-vim/ferret/ferret-1.5.ebuild| 3 +++
 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 ae599b50c85..27bb6fa6ffe 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 
ca7824dbf9e0e2d51b33e40c0bc24bba43eb46c21bd52fffd6127060c60c 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 0245283fabe..1ff874a4a8d 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 642bad9f37c..c6e382c7233 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 0245283fabe..1ff874a4a8d 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 0b603ac0df8..d6d32cacfbd 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

[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2017-07-09 Thread Patrice Clement
commit: 36cb300034e8cddb08f4d5742fa370881f244c89
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jul  9 21:31:42 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jul  9 21:31:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36cb3000

app-vim/ferret: version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-vim/ferret/Manifest  |  1 +
 app-vim/ferret/ferret-2.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest
index 2a46db615d3..ae599b50c85 100644
--- a/app-vim/ferret/Manifest
+++ b/app-vim/ferret/Manifest
@@ -1,2 +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

diff --git a/app-vim/ferret/ferret-2.0.ebuild b/app-vim/ferret/ferret-2.0.ebuild
new file mode 100644
index 000..0b603ac0df8
--- /dev/null
+++ b/app-vim/ferret/ferret-2.0.ebuild
@@ -0,0 +1,21 @@
+# 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"
+
+DEPEND="app-arch/unzip"
+
+src_prepare() {
+   default
+
+   rm -rv test.rb doc/.gitignore || die
+   # See bug 612282.
+   mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2017-05-06 Thread Patrice Clement
commit: 4de7537003e1c84bf6279d33b32b1f143b8e0836
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat May  6 21:36:10 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat May  6 21:36:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de75370

app-vim/ferret: version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-vim/ferret/Manifest  |  1 +
 app-vim/ferret/ferret-1.5.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest
index 02d820086a1..2a46db615d3 100644
--- a/app-vim/ferret/Manifest
+++ b/app-vim/ferret/Manifest
@@ -1 +1,2 @@
 DIST ferret-1.4.zip 38210 SHA256 
aac505465ba66f0e85b500b6585d2b2454b91ab662abfaeb4beecbef510e61a8 SHA512 
e4dacfb996c98be2ae922520387b2b37511fbe33cc934fe89d1bc3096682d74e649fc6a1ba469e1e2efe01bdc11526f0f72d06354b28fd74b884db215068655b
 WHIRLPOOL 
a3c92c952b864b3f620c5075624e18c1a1ae95e58e70c83a9233a4f0612333c01f78b11dabd7feba83fb2e7a1e8b469873c2b2314a35d2dd7ba8abc9264443fc
+DIST ferret-1.5.zip 41822 SHA256 
b22c317ceae3f604a91c83c968f7471aebd0fd981e012e4459b066dce7a09adc SHA512 
50ae3cea72b681507f76e7fde4cb5712305bc3b9e3a98d9fbfb3797d8834d7792967e76d87435442b7809b800c739108eaea1da52c7c5c7495710b564a41718a
 WHIRLPOOL 
56c983a37299c33702b372683db641a9405ea9852a9cd5a052ee9960c6875ab5217b014dc9e0a93987be44516b02750dc680eb88ff539ab02933985d5b0e8d78

diff --git a/app-vim/ferret/ferret-1.5.ebuild b/app-vim/ferret/ferret-1.5.ebuild
new file mode 100644
index 000..0245283fabe
--- /dev/null
+++ b/app-vim/ferret/ferret-1.5.ebuild
@@ -0,0 +1,20 @@
+# 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"
+
+DEPEND="app-arch/unzip"
+
+src_prepare() {
+   default
+   rm -rvf test.rb doc/.gitignore || die
+   # See bug 612282.
+   mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2017-03-11 Thread Patrice Clement
commit: 6e20e13db213734230ab14175f75d89e536df7cb
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Mar 11 21:40:36 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 11 21:42:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e20e13d

app-vim/ferret: avoid file collision with another package.

Gentoo-Bug: https://bugs.gentoo.org/612282

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-vim/ferret/ferret-1.4-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/app-vim/ferret/ferret-1.4-r1.ebuild 
b/app-vim/ferret/ferret-1.4-r1.ebuild
new file mode 100644
index 000..0245283fabe
--- /dev/null
+++ b/app-vim/ferret/ferret-1.4-r1.ebuild
@@ -0,0 +1,20 @@
+# 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"
+
+DEPEND="app-arch/unzip"
+
+src_prepare() {
+   default
+   rm -rvf test.rb doc/.gitignore || die
+   # See bug 612282.
+   mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/

2017-03-10 Thread Patrice Clement
commit: 0f3ea282cdc862d069d8c34db0e2d6eb3b45f86d
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Mar 10 21:12:59 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Mar 10 21:13:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3ea282

app-vim/ferret: new package.

ferret is an enhanced multi-file search plugin for vim.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-vim/ferret/Manifest  |  1 +
 app-vim/ferret/ferret-1.4.ebuild | 18 ++
 app-vim/ferret/metadata.xml  | 12 
 3 files changed, 31 insertions(+)

diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest
new file mode 100644
index 000..02d820086a1
--- /dev/null
+++ b/app-vim/ferret/Manifest
@@ -0,0 +1 @@
+DIST ferret-1.4.zip 38210 SHA256 
aac505465ba66f0e85b500b6585d2b2454b91ab662abfaeb4beecbef510e61a8 SHA512 
e4dacfb996c98be2ae922520387b2b37511fbe33cc934fe89d1bc3096682d74e649fc6a1ba469e1e2efe01bdc11526f0f72d06354b28fd74b884db215068655b
 WHIRLPOOL 
a3c92c952b864b3f620c5075624e18c1a1ae95e58e70c83a9233a4f0612333c01f78b11dabd7feba83fb2e7a1e8b469873c2b2314a35d2dd7ba8abc9264443fc

diff --git a/app-vim/ferret/ferret-1.4.ebuild b/app-vim/ferret/ferret-1.4.ebuild
new file mode 100644
index 000..642bad9f37c
--- /dev/null
+++ b/app-vim/ferret/ferret-1.4.ebuild
@@ -0,0 +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"
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/unzip"
+
+src_prepare() {
+   default
+   rm -v test.rb || die
+}

diff --git a/app-vim/ferret/metadata.xml b/app-vim/ferret/metadata.xml
new file mode 100644
index 000..8fafbfec194
--- /dev/null
+++ b/app-vim/ferret/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   monsie...@gentoo.org
+   Patrice Clement
+   
+   
+   v...@gentoo.org
+   Gentoo Vim Project
+   
+