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 2EF02138331 for ; Sat, 24 Mar 2018 07:33:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30997E087E; Sat, 24 Mar 2018 07:33:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0E644E087E for ; Sat, 24 Mar 2018 07:33:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9FC9E335C49 for ; Sat, 24 Mar 2018 07:33:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28240268 for ; Sat, 24 Mar 2018 07:33:06 +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: <1521876232.5865d7ee64d21f75f0555fcdc0eba790c2049e5d.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pick/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pick/Manifest sys-apps/pick/pick-2.0.0.ebuild X-VCS-Directories: sys-apps/pick/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 5865d7ee64d21f75f0555fcdc0eba790c2049e5d X-VCS-Branch: master Date: Sat, 24 Mar 2018 07:33:06 +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: 0d235b93-ee1b-4821-862e-8079750c090b X-Archives-Hash: 5d4912cdb0a6dbb4ada4150f1e232040 commit: 5865d7ee64d21f75f0555fcdc0eba790c2049e5d Author: Tim Harder gentoo org> AuthorDate: Sat Mar 24 06:47:47 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Mar 24 07:23:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5865d7ee sys-apps/pick: remove old sys-apps/pick/Manifest | 1 - sys-apps/pick/pick-2.0.0.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/sys-apps/pick/Manifest b/sys-apps/pick/Manifest index f6f7e2dac95..5ea63a333ff 100644 --- a/sys-apps/pick/Manifest +++ b/sys-apps/pick/Manifest @@ -1,2 +1 @@ -DIST pick-2.0.0.tar.gz 107860 BLAKE2B 95fccada43a7295876cc1d198c77eb9f2479d75e4b420cbd20e576dbb30962b34fe82811ff9d13f110b317d4d0f31143e39e092796f66e38fb509a0594719228 SHA512 ac5783902895fd76b5e936faf811c40b46ceb136a2383c4e1fc714f5e59c77f41591694241d9a42807cd78aabfb4d3a237d41f04e1c941e5aac40fe9ddfa4545 DIST pick-2.0.1.tar.gz 108010 BLAKE2B 3fae7cfbbcf6913af9cf695e44f171aef58737038e94c779f0cedbe2e386577b4661cc9a55ad657b1a11873fc06bdb7bdc8eac032b6ca584778fe695f8ad4e68 SHA512 616c7889e2ad5d5bb267f683530327e9e121a678db4bd04d5cd720bb8bd81ae14e6bd83e342b33863ef18bd10943e6bbdef177c9639af513456e0146f9b73226 diff --git a/sys-apps/pick/pick-2.0.0.ebuild b/sys-apps/pick/pick-2.0.0.ebuild deleted file mode 100644 index 88c100aa340..00000000000 --- a/sys-apps/pick/pick-2.0.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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 -}