From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72F0F139694 for ; Fri, 10 Mar 2017 21:13:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D403DE0C79; Fri, 10 Mar 2017 21:13:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB52EE0C79 for ; Fri, 10 Mar 2017 21:13:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3287341229 for ; Fri, 10 Mar 2017 21:13:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EF9A63BE for ; Fri, 10 Mar 2017 21:13:29 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1489180406.0f3ea282cdc862d069d8c34db0e2d6eb3b45f86d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/ferret/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/ferret/Manifest app-vim/ferret/ferret-1.4.ebuild app-vim/ferret/metadata.xml X-VCS-Directories: app-vim/ferret/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 0f3ea282cdc862d069d8c34db0e2d6eb3b45f86d X-VCS-Branch: master Date: Fri, 10 Mar 2017 21:13:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f70f5272-7fbc-4c88-a6ad-35112a6745d4 X-Archives-Hash: 1668bddbd4cef87f1cf14d6b9415fe3f commit: 0f3ea282cdc862d069d8c34db0e2d6eb3b45f86d Author: Patrice Clement gentoo org> AuthorDate: Fri Mar 10 21:12:59 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Mar 10 21:13:26 2017 +0000 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 00000000000..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 00000000000..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 00000000000..8fafbfec194 --- /dev/null +++ b/app-vim/ferret/metadata.xml @@ -0,0 +1,12 @@ + + + + + monsieurp@gentoo.org + Patrice Clement + + + vim@gentoo.org + Gentoo Vim Project + +