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 81114138239 for ; Fri, 9 Aug 2019 20:59:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0076E08CA; Fri, 9 Aug 2019 20:59:56 +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 7020BE08CA for ; Fri, 9 Aug 2019 20:59:56 +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 39C4E349795 for ; Fri, 9 Aug 2019 20:59:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD50AA8 for ; Fri, 9 Aug 2019 20:59:53 +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: <1565384153.94642b1c49e02be215202406a8cbda8b1fed8633.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.5.ebuild app-misc/cfiles/metadata.xml X-VCS-Directories: app-misc/cfiles/ X-VCS-Committer: alicef X-VCS-Committer-Name: Alice Ferrazzi X-VCS-Revision: 94642b1c49e02be215202406a8cbda8b1fed8633 X-VCS-Branch: master Date: Fri, 9 Aug 2019 20:59:53 +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: 1d545aa6-556f-4324-b03d-6db09893dac8 X-Archives-Hash: 18de779bcd78232767bc1680a7e2f51f commit: 94642b1c49e02be215202406a8cbda8b1fed8633 Author: Yumi Tanaka gmail com> AuthorDate: Fri Jul 26 07:03:56 2019 +0000 Commit: Alice Ferrazzi gentoo org> CommitDate: Fri Aug 9 20:55:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94642b1c app-misc/cfiles: New ebuild It is a vim like terminal file manager, written in C using the ncurses library. Package-Manager: Portage-2.3.62, Repoman-2.3.14 Signed-off-by: Yumi Tanaka miraclelinux.com> Signed-off-by: Alice Ferrazzi gentoo.org> app-misc/cfiles/Manifest | 1 + app-misc/cfiles/cfiles-1.5.ebuild | 27 +++++++++++++++++++++++++++ app-misc/cfiles/metadata.xml | 15 +++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/app-misc/cfiles/Manifest b/app-misc/cfiles/Manifest new file mode 100644 index 00000000000..647ce059a5e --- /dev/null +++ b/app-misc/cfiles/Manifest @@ -0,0 +1 @@ +DIST cfiles-1.5.tar.gz 237333 BLAKE2B 26eaa9f6d96bbcf07047a0c7f5cc941bdf8417c53a766f2340a8109d8a9333da509840bc928588976bb9a8c416fd138798abd57053162024fcac20299b30cf6d SHA512 b13141ea128e4095d095474917091770cbc66a18178aee9369434beb8102d8102fc530823b40d4c44fa8f00e17e28de5626b55986f878a393c1b59fa2f491145 diff --git a/app-misc/cfiles/cfiles-1.5.ebuild b/app-misc/cfiles/cfiles-1.5.ebuild new file mode 100644 index 00000000000..9c770c67760 --- /dev/null +++ b/app-misc/cfiles/cfiles-1.5.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 +} diff --git a/app-misc/cfiles/metadata.xml b/app-misc/cfiles/metadata.xml new file mode 100644 index 00000000000..732586efea3 --- /dev/null +++ b/app-misc/cfiles/metadata.xml @@ -0,0 +1,15 @@ + + + + + yumi.tanaka@miraclelinux.com + Yumi Tanaka + + + alicef@gentoo.org + Alice Ferrazzi + + +cfiles is a terminal file manager with vim like keybindings, written in C using the ncurses library. It aims to provide an interface like ranger while being lightweight, fast and minimal. + +