commit: 77efe09a3ad4c4f4e5653bba3071f87296c7e095 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Thu May 1 16:42:58 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Thu May 1 16:42:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77efe09a
gui-apps/coregarage: drop 4.5.0, 9999 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/coregarage/Manifest | 1 - gui-apps/coregarage/coregarage-4.5.0.ebuild | 31 ----------------------------- gui-apps/coregarage/coregarage-9999.ebuild | 31 ----------------------------- 3 files changed, 63 deletions(-) diff --git a/gui-apps/coregarage/Manifest b/gui-apps/coregarage/Manifest index 4e2e71eda..0a5639a12 100644 --- a/gui-apps/coregarage/Manifest +++ b/gui-apps/coregarage/Manifest @@ -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 diff --git a/gui-apps/coregarage/coregarage-4.5.0.ebuild b/gui-apps/coregarage/coregarage-4.5.0.ebuild deleted file mode 100644 index d7446dc24..000000000 --- a/gui-apps/coregarage/coregarage-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 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}" diff --git a/gui-apps/coregarage/coregarage-9999.ebuild b/gui-apps/coregarage/coregarage-9999.ebuild deleted file mode 100644 index d7446dc24..000000000 --- a/gui-apps/coregarage/coregarage-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 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}"
