gui-apps/core*: drop 5.0.0

Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres
2026-05-05 16:41:19 +01:00
parent 2564f7fe56
commit 3640f4ab10
30 changed files with 0 additions and 342 deletions

View File

@@ -1,2 +1 @@
DIST corefm-v5.0.0.tar.bz2 100674 BLAKE2B 8244bd72fca2f4ca16ac913ce36154bc903ec5a7430ec7ecaa31431d022807ff361b350508d454f5aec93926fa7dfa2b67af0ccb3756e59ccdd8381578cac859 SHA512 d6c0096b911ebe1a7e6a39083881afcd2b016c4eced8ebaac61900db50934bb0428370f7f75a012018fbc22542d86c3bd9a8058e4e3731e45e33c188654dcd94
DIST corefm-v5.0.1.tar.bz2 102504 BLAKE2B 21ef590c4c6e6fff35cf6c4fce714c1d907f286a8374177dd03c38464c051d7f267a4b0407b36fb50383335670f87333df3ec260e13f60745c253a7119d9d6f7 SHA512 bd5e07fb23b760b52bafed37d00583e42de1a58c66fb4c07e55b03c4874f4fbb903c5972c9ea35048c938be06020ab5c10692ba3e5c8c5c05824f7eb26d671a7

View File

@@ -1,22 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="A lightweight file-manager for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corefm"
SRC_URI="https://gitlab.com/cubocore/coreapps/corefm/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
S="${WORKDIR}/${PN}-v${PV}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-qt/qtbase:6[dbus,gui,widgets]
gui-libs/libcprime
gui-libs/libcsys
"
RDEPEND="${DEPEND}"