summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-09-21 06:21:57 -0400
committerTim Harder <radhermit@gentoo.org>2017-09-21 06:22:41 -0400
commit8fe76ba6d86539d052025ecbf76709ebfc27da47 (patch)
treef363b5fe75aafcae59e12105d83b28a765a6f5c5 /sys-apps
parentdev-perl/strictures: x86 stable re bug #631296 (diff)
downloadgentoo-8fe76ba6d86539d052025ecbf76709ebfc27da47.tar.gz
gentoo-8fe76ba6d86539d052025ecbf76709ebfc27da47.tar.bz2
gentoo-8fe76ba6d86539d052025ecbf76709ebfc27da47.zip
sys-apps/pick: version bump to 1.9.0
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/pick/Manifest1
-rw-r--r--sys-apps/pick/pick-1.9.0.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/sys-apps/pick/Manifest b/sys-apps/pick/Manifest
index c13ad28b3919..4ec06ad19056 100644
--- a/sys-apps/pick/Manifest
+++ b/sys-apps/pick/Manifest
@@ -1 +1,2 @@
DIST pick-1.8.0.tar.gz 101366 SHA256 7834d3aef9e575ce07414f961d1f024776b49bb23c5dc3b7bb8f6b734131067d SHA512 ed8198dfefeafc1397cdc9f80f8b1b88e7fb813f044ae296b8e6ca2789c8790149d334fdf305bb0e57bb0d42262ad73c4f1e9201132ef059f6b1c289989c3c9f WHIRLPOOL 8cd4617635b7e5e0f3e5cd99e3657cb6f37230a34880275178774bccd081047e38c641e156b0af874176b2d0590ef42aed6f8889e9aa5b295d1143537b22cfe9
+DIST pick-1.9.0.tar.gz 106379 SHA256 97d3f310eb7de44fbe50ad3451c49d859d607fa14acd0c584aafae97eea65267 SHA512 78b799be40f6ba8c312edf7f970d6bd304c6fdf24531182c601ef04465806f5697ffa78015547b8908dd5df57d1c08798b5dc27146eef818425a476fdc247085 WHIRLPOOL a8549e48cf140ba133fe30bc161e11cb479fa1e50f05f67c58a9aac3dfc482bb1837195c9aeea0e4681f452677d17db9d67c8b0b9dde844809bd2afb6fd7ddd7
diff --git a/sys-apps/pick/pick-1.9.0.ebuild b/sys-apps/pick/pick-1.9.0.ebuild
new file mode 100644
index 000000000000..88c100aa3408
--- /dev/null
+++ b/sys-apps/pick/pick-1.9.0.ebuild
@@ -0,0 +1,28 @@
+# 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=""
+
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.8.0-cflags.patch
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}