commit: fc8dfc17eebaa717c4d14d20a4b3407fbe401808 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Tue Apr 29 16:04:49 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Tue Apr 29 16:04:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc8dfc17
gui-apps/corefm: drop 4.5.0, 9999 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/corefm/Manifest | 1 - gui-apps/corefm/corefm-4.5.0.ebuild | 31 ------------------------------- gui-apps/corefm/corefm-9999.ebuild | 31 ------------------------------- 3 files changed, 63 deletions(-) diff --git a/gui-apps/corefm/Manifest b/gui-apps/corefm/Manifest index 8084c18a1..9dae12fbb 100644 --- a/gui-apps/corefm/Manifest +++ b/gui-apps/corefm/Manifest @@ -1,2 +1 @@ -DIST corefm-v4.5.0.tar.bz2 100802 BLAKE2B f2645856fab90911dcc4abdbd73bf235538cd0876e9236c724cae0be76a26279a22992953dee897ce9b1ab68c3cb372bc847e2aae01871f613642c448889d804 SHA512 e2611de4ab2f3a98f96440697d31b96ebe48383167b48ffe8f1abb83f5129c9cb31bb82d6ec6b1eb5a08dc6da2b88afb7b1476fc88ff11d0b3642fb428e56181 DIST corefm-v5.0.0.tar.bz2 100674 BLAKE2B 8244bd72fca2f4ca16ac913ce36154bc903ec5a7430ec7ecaa31431d022807ff361b350508d454f5aec93926fa7dfa2b67af0ccb3756e59ccdd8381578cac859 SHA512 d6c0096b911ebe1a7e6a39083881afcd2b016c4eced8ebaac61900db50934bb0428370f7f75a012018fbc22542d86c3bd9a8058e4e3731e45e33c188654dcd94 diff --git a/gui-apps/corefm/corefm-4.5.0.ebuild b/gui-apps/corefm/corefm-4.5.0.ebuild deleted file mode 100644 index 8e4557e1a..000000000 --- a/gui-apps/corefm/corefm-4.5.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg cmake - -DESCRIPTION="A lightweight file-manager for C Suite" -HOMEPAGE="https://gitlab.com/cubocore/coreapps/corefm" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corefm.git" -else - SRC_URI="https://gitlab.com/cubocore/coreapps/corefm/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" - KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" -fi - -LICENSE="GPL-3" -SLOT="0" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - gui-libs/libcprime - gui-libs/libcsys -" -RDEPEND="${DEPEND}" diff --git a/gui-apps/corefm/corefm-9999.ebuild b/gui-apps/corefm/corefm-9999.ebuild deleted file mode 100644 index 8e4557e1a..000000000 --- a/gui-apps/corefm/corefm-9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg cmake - -DESCRIPTION="A lightweight file-manager for C Suite" -HOMEPAGE="https://gitlab.com/cubocore/coreapps/corefm" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corefm.git" -else - SRC_URI="https://gitlab.com/cubocore/coreapps/corefm/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" - KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" -fi - -LICENSE="GPL-3" -SLOT="0" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - gui-libs/libcprime - gui-libs/libcsys -" -RDEPEND="${DEPEND}"
