commit: 8c8e9034009ecc61e7cf9042469d97b1a01e4d32 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Tue Mar 11 14:13:58 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Tue Mar 11 14:31:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c8e9034
gui-apps/coreaction: drop 9999 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/coreaction/coreaction-9999.ebuild | 32 ------------------------------ 1 file changed, 32 deletions(-) diff --git a/gui-apps/coreaction/coreaction-9999.ebuild b/gui-apps/coreaction/coreaction-9999.ebuild deleted file mode 100644 index d4675d7b7..000000000 --- a/gui-apps/coreaction/coreaction-9999.ebuild +++ /dev/null @@ -1,32 +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 side bar for showing widgets for C Suite" -HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreaction.git" -else - SRC_URI="https://gitlab.com/cubocore/coreapps/coreaction/-/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/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - gui-libs/libcprime - gui-libs/libcsys -" -RDEPEND="${DEPEND}"
