gui-apps/coregarage: drop 4.5.0, 9999

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-05-02 01:42:58 +09:00
parent 18bc46fdb0
commit 77efe09a3a
3 changed files with 0 additions and 63 deletions

View File

@@ -1,2 +1 @@
DIST coregarage-v4.5.0.tar.bz2 97632 BLAKE2B 9e138c861b8fe706ac249cf7a235d169b8041d4b267b16da0e56c8dfd6a5ce12c9570a032d1ea9e05737de48849a2bc56907a65879e6cd042c5b5ae6abb8d34e SHA512 b7ec61774e05cd54a8c6ae42e6bbdf65a835fece9e9042a892e10513c5e1f1f53e759fabfff2fe2e56d4063a449983efec44c9a8ceeb0a3834190883b6d04a04
DIST coregarage-v5.0.0.tar.bz2 96707 BLAKE2B cc0b302d578af31e31a74e5527df7476f3414d30fab462c3ba9e2d4b45570b04a6179feb4caf28a2ac597060f5834336e32b42f0cafda8eaaedb0bb960f5fc2b SHA512 1db1a0374c513e312682883f248a41995e93dca5496a774bbd964dcf2070e03f351dd1bb36b20edbf0dcee7872eb5df5f41e6684ab8a9b767a9666ceb58c5acb

View File

@@ -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 settings manager for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coregarage"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coregarage.git"
else
SRC_URI="https://gitlab.com/cubocore/coreapps/coregarage/-/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/qtnetwork:5
dev-qt/qtwidgets:5
gui-libs/libcprime
"
RDEPEND="${DEPEND}"

View File

@@ -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 settings manager for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coregarage"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coregarage.git"
else
SRC_URI="https://gitlab.com/cubocore/coreapps/coregarage/-/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/qtnetwork:5
dev-qt/qtwidgets:5
gui-libs/libcprime
"
RDEPEND="${DEPEND}"