commit:     0392d91236d871d137836826994eead6ce2432c8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 12 18:23:18 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 12 18:23:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0392d912

app-misc/cfiles: drop 1.5, 1.8-r1, EAPI=7--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/cfiles/Manifest             |  1 -
 app-misc/cfiles/cfiles-1.5.ebuild    | 27 --------------------------
 app-misc/cfiles/cfiles-1.8-r1.ebuild | 37 ------------------------------------
 3 files changed, 65 deletions(-)

diff --git a/app-misc/cfiles/Manifest b/app-misc/cfiles/Manifest
index fe2c19348561..7d1c7db118d7 100644
--- a/app-misc/cfiles/Manifest
+++ b/app-misc/cfiles/Manifest
@@ -1,2 +1 @@
-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.5.ebuild 
b/app-misc/cfiles/cfiles-1.5.ebuild
deleted file mode 100644
index 4c793131b9da..000000000000
--- a/app-misc/cfiles/cfiles-1.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2019-2020 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/cfiles-1.8-r1.ebuild 
b/app-misc/cfiles/cfiles-1.8-r1.ebuild
deleted file mode 100644
index 9c1566d0f94a..000000000000
--- a/app-misc/cfiles/cfiles-1.8-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="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"
-
-DEPEND="
-       sys-libs/ncurses:=
-       app-text/poppler[utils]
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       sed -i -e 's/$(CC) $(CFLAGS)/& $(LDFLAGS)/g' Makefile || die
-       default
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)"
-}
-
-src_install() {
-       dobin cfiles
-       dobin scripts/displayimg_uberzug
-       dobin scripts/clearimg_uberzug
-       dobin scripts/displayimg
-       doman cfiles.1
-}

Reply via email to