From 28b8e3f7d4ab88b58fde623a74be83b4ccbbe606 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 1 Aug 2019 22:09:21 +0200 Subject: [PATCH] [QA] Revert "app-misc/cfiles: New ebuild" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The package has been added with stable keywords, and without a maintainer with commit access. Bug: https://bugs.gentoo.org/691246 Signed-off-by: Michał Górny --- app-misc/cfiles/Manifest | 1 - app-misc/cfiles/cfiles-1.5.ebuild | 27 --------------------------- app-misc/cfiles/metadata.xml | 11 ----------- 3 files changed, 39 deletions(-) delete mode 100644 app-misc/cfiles/Manifest delete mode 100644 app-misc/cfiles/cfiles-1.5.ebuild delete mode 100644 app-misc/cfiles/metadata.xml diff --git a/app-misc/cfiles/Manifest b/app-misc/cfiles/Manifest deleted file mode 100644 index 1c45c7d092b4..000000000000 --- a/app-misc/cfiles/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST v1.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 deleted file mode 100644 index 56893ced853c..000000000000 --- a/app-misc/cfiles/cfiles-1.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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" - -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 deleted file mode 100644 index 8f46da348ca8..000000000000 --- a/app-misc/cfiles/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - yumi.tanaka@miraclelinux.com - Yumi Tanaka - - -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. - - -- 2.26.2