summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-01 22:09:21 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-01 22:14:17 +0200
commit28b8e3f7d4ab88b58fde623a74be83b4ccbbe606 (patch)
tree4fa5fb37b5cac6512fbd5d6eea40f2006b95d24e /app-misc/cfiles/cfiles-1.5.ebuild
parentmedia-libs/libaom: Drop 1.0.0-r1 (diff)
downloadgentoo-28b8e3f7d4ab88b58fde623a74be83b4ccbbe606.tar.gz
gentoo-28b8e3f7d4ab88b58fde623a74be83b4ccbbe606.tar.bz2
gentoo-28b8e3f7d4ab88b58fde623a74be83b4ccbbe606.zip
[QA] Revert "app-misc/cfiles: New ebuild"
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 <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/cfiles/cfiles-1.5.ebuild')
-rw-r--r--app-misc/cfiles/cfiles-1.5.ebuild27
1 files changed, 0 insertions, 27 deletions
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
-}