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 A36F0138334 for ; Fri, 1 Nov 2019 06:29:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D11EE08FF; Fri, 1 Nov 2019 06:29:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 81C88E08FF for ; Fri, 1 Nov 2019 06:29:19 +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 D8E9034C624 for ; Fri, 1 Nov 2019 06:29:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 751B188E for ; Fri, 1 Nov 2019 06:29:15 +0000 (UTC) From: "Alice Ferrazzi" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alice Ferrazzi" Message-ID: <1572589545.333863269dcd930a274e176d37e7cdb1c0acf6a4.alicef@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/cfiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/cfiles/Manifest app-misc/cfiles/cfiles-1.8.ebuild X-VCS-Directories: app-misc/cfiles/ X-VCS-Committer: alicef X-VCS-Committer-Name: Alice Ferrazzi X-VCS-Revision: 333863269dcd930a274e176d37e7cdb1c0acf6a4 X-VCS-Branch: master Date: Fri, 1 Nov 2019 06:29:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8dc81d5c-d216-412a-90da-bc84c0db6240 X-Archives-Hash: bd67093aa1360c0a39f3a0a7362ef6b9 commit: 333863269dcd930a274e176d37e7cdb1c0acf6a4 Author: Yumi Tanaka gmail com> AuthorDate: Fri Aug 16 07:19:43 2019 +0000 Commit: Alice Ferrazzi gentoo org> CommitDate: Fri Nov 1 06:25:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33386326 app-misc/cfiles: Bump version to 1.8 Signed-off-by: Yumi Tanaka miracelinux.com> Package-Manager: Portage-2.3.62, Repoman-2.3.11 Bug: https://bugs.gentoo.org/692242 Closes: https://github.com/aliceinwire/gentoo/pull/3 Signed-off-by: Alice Ferrazzi gentoo.org> app-misc/cfiles/Manifest | 1 + app-misc/cfiles/cfiles-1.8.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/app-misc/cfiles/Manifest b/app-misc/cfiles/Manifest index 647ce059a5e..fe2c1934856 100644 --- a/app-misc/cfiles/Manifest +++ b/app-misc/cfiles/Manifest @@ -1 +1,2 @@ DIST cfiles-1.5.tar.gz 237333 BLAKE2B 26eaa9f6d96bbcf07047a0c7f5cc941bdf8417c53a766f2340a8109d8a9333da509840bc928588976bb9a8c416fd138798abd57053162024fcac20299b30cf6d SHA512 b13141ea128e4095d095474917091770cbc66a18178aee9369434beb8102d8102fc530823b40d4c44fa8f00e17e28de5626b55986f878a393c1b59fa2f491145 +DIST cfiles-1.8.tar.gz 237966 BLAKE2B b2c0783ac4d5e5b9950b574f635b8d4adbe332178e09cd89966e2a44a941a34806332222fa606a097fbe21453bfe9a49f4718575c6fdae5f5b9b9433181e8fd5 SHA512 14880c71bcc6dc0b6433be722bdd75d30859556fae30754c668a9dacf8a1b8e4758cca3572de034a1e8fb4e947d38739351969139fe72f59a7af3dcb158aaa86 diff --git a/app-misc/cfiles/cfiles-1.8.ebuild b/app-misc/cfiles/cfiles-1.8.ebuild new file mode 100644 index 00000000000..9c770c67760 --- /dev/null +++ b/app-misc/cfiles/cfiles-1.8.ebuild @@ -0,0 +1,27 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A ncurses file manager written in C with vim like keybindings" +HOMEPAGE="https://github.com/mananapr/cfiles" +SRC_URI="https://github.com/mananapr/cfiles/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + sys-libs/ncurses:= + app-text/poppler[utils] +" +RDEPEND="${DEPEND}" + +src_install(){ + dobin cfiles + dobin scripts/displayimg_uberzug + dobin scripts/clearimg_uberzug + dobin scripts/displayimg + doman cfiles.1 +}