commit: 27f49d9e3e20cba2f4d0d692a41f13d7d0519298 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Tue Apr 29 16:04:48 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Tue Apr 29 16:04:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27f49d9e
gui-apps/corearchiver: drop 4.5.0, 9999 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/corearchiver/Manifest | 1 - gui-apps/corearchiver/corearchiver-4.5.0.ebuild | 30 ------------------------- gui-apps/corearchiver/corearchiver-9999.ebuild | 30 ------------------------- 3 files changed, 61 deletions(-) diff --git a/gui-apps/corearchiver/Manifest b/gui-apps/corearchiver/Manifest index 40568a1e3..0371adbe1 100644 --- a/gui-apps/corearchiver/Manifest +++ b/gui-apps/corearchiver/Manifest @@ -1,2 +1 @@ -DIST corearchiver-v4.5.0.tar.bz2 106993 BLAKE2B 12a03ecb423ff9ad31a035b5a8ff5e439bcbed1e48bc39819c0815ad0b3b32c883ce59006b1b8e063a969919754d16ce5b19b14a5000815ed9d55511933dd98d SHA512 69f181b65352f1161304e3469ab7b5980b310d071a710342dedb0cf1b6d28440366134075fc13b09fec86dc80d19e52c896141a2d516bc43ea3d5f0db6f678da DIST corearchiver-v5.0.0.tar.bz2 106913 BLAKE2B 1004d95397541a45589a93de07c1eb75041039902edc68244b2e25e1eb547574c7a19f2a7db723e2bc04e1dd86ea264d1139979e28647c62033679024aea12b4 SHA512 0718559e465f0219cd21958859bc5fc6136f26ec7d9edbdede6ce63ef1d86d21af9f6ac7226a129d031d8159bb90cef2192a642fb7b16e9c0c58219afc684c02 diff --git a/gui-apps/corearchiver/corearchiver-4.5.0.ebuild b/gui-apps/corearchiver/corearchiver-4.5.0.ebuild deleted file mode 100644 index b59b279b6..000000000 --- a/gui-apps/corearchiver/corearchiver-4.5.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg cmake - -DESCRIPTION="Archiver for C Suite, to create and extract archives" -HOMEPAGE="https://gitlab.com/cubocore/coreapps/corearchiver" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corearchiver.git" -else - SRC_URI="https://gitlab.com/cubocore/coreapps/corearchiver/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" - KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" -fi - -LICENSE="GPL-3" -SLOT="0" - -DEPEND=" - app-arch/libarchive-qt[-qt6] - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - gui-libs/libcprime -" -RDEPEND="${DEPEND}" diff --git a/gui-apps/corearchiver/corearchiver-9999.ebuild b/gui-apps/corearchiver/corearchiver-9999.ebuild deleted file mode 100644 index b59b279b6..000000000 --- a/gui-apps/corearchiver/corearchiver-9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg cmake - -DESCRIPTION="Archiver for C Suite, to create and extract archives" -HOMEPAGE="https://gitlab.com/cubocore/coreapps/corearchiver" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corearchiver.git" -else - SRC_URI="https://gitlab.com/cubocore/coreapps/corearchiver/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" - KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" -fi - -LICENSE="GPL-3" -SLOT="0" - -DEPEND=" - app-arch/libarchive-qt[-qt6] - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - gui-libs/libcprime -" -RDEPEND="${DEPEND}"
