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 793361396D0 for ; Wed, 13 Sep 2017 05:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C31DB1FC00B; Wed, 13 Sep 2017 05:06:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 915761FC00B for ; Wed, 13 Sep 2017 05:06:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B66433FE2A for ; Wed, 13 Sep 2017 05:06:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FA4D9064 for ; Wed, 13 Sep 2017 05:06:17 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1505279133.cce1a98800e06d3c4ab167171ace34f391325fe2.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pick/, sys-apps/pick/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pick/Manifest sys-apps/pick/files/pick-1.8.0-cflags.patch sys-apps/pick/metadata.xml sys-apps/pick/pick-1.8.0.ebuild X-VCS-Directories: sys-apps/pick/files/ sys-apps/pick/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: cce1a98800e06d3c4ab167171ace34f391325fe2 X-VCS-Branch: master Date: Wed, 13 Sep 2017 05:06:17 +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: 82089067-4871-46c9-a939-76b58321a807 X-Archives-Hash: 0db1e439b9ef4ab2b7dd0c4873606b2d commit: cce1a98800e06d3c4ab167171ace34f391325fe2 Author: Tim Harder gentoo org> AuthorDate: Wed Sep 13 05:04:56 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Sep 13 05:05:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce1a988 sys-apps/pick: initial import sys-apps/pick/Manifest | 1 + sys-apps/pick/files/pick-1.8.0-cflags.patch | 10 ++++++++++ sys-apps/pick/metadata.xml | 11 +++++++++++ sys-apps/pick/pick-1.8.0.ebuild | 25 +++++++++++++++++++++++++ 4 files changed, 47 insertions(+) diff --git a/sys-apps/pick/Manifest b/sys-apps/pick/Manifest new file mode 100644 index 00000000000..c13ad28b391 --- /dev/null +++ b/sys-apps/pick/Manifest @@ -0,0 +1 @@ +DIST pick-1.8.0.tar.gz 101366 SHA256 7834d3aef9e575ce07414f961d1f024776b49bb23c5dc3b7bb8f6b734131067d SHA512 ed8198dfefeafc1397cdc9f80f8b1b88e7fb813f044ae296b8e6ca2789c8790149d334fdf305bb0e57bb0d42262ad73c4f1e9201132ef059f6b1c289989c3c9f WHIRLPOOL 8cd4617635b7e5e0f3e5cd99e3657cb6f37230a34880275178774bccd081047e38c641e156b0af874176b2d0590ef42aed6f8889e9aa5b295d1143537b22cfe9 diff --git a/sys-apps/pick/files/pick-1.8.0-cflags.patch b/sys-apps/pick/files/pick-1.8.0-cflags.patch new file mode 100644 index 00000000000..6d7834b5cad --- /dev/null +++ b/sys-apps/pick/files/pick-1.8.0-cflags.patch @@ -0,0 +1,10 @@ +--- pick-1.8.0/Makefile.am ++++ pick-1.8.0/Makefile.am +@@ -1,6 +1,6 @@ + AUTOMAKE_OPTIONS=foreign + +-AM_CFLAGS=-Wall -Werror -Wextra ++AM_CFLAGS=-Wall -Wextra + AM_CPPFLAGS=-D_GNU_SOURCE + + bin_PROGRAMS=pick diff --git a/sys-apps/pick/metadata.xml b/sys-apps/pick/metadata.xml new file mode 100644 index 00000000000..10fe2acf6f3 --- /dev/null +++ b/sys-apps/pick/metadata.xml @@ -0,0 +1,11 @@ + + + + + radhermit@gentoo.org + Tim Harder + + + calleerlandsson/pick + + diff --git a/sys-apps/pick/pick-1.8.0.ebuild b/sys-apps/pick/pick-1.8.0.ebuild new file mode 100644 index 00000000000..c1bf032eb81 --- /dev/null +++ b/sys-apps/pick/pick-1.8.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +DESCRIPTION="a fuzzy search tool for the command-line" +HOMEPAGE="https://github.com/calleerlandsson/pick" +SRC_URI="https://github.com/calleerlandsson/pick/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="sys-libs/ncurses:0=" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}"/${P}-cflags.patch ) + +src_prepare() { + default + eautoreconf +}