diff --git a/gui-apps/coreaction/Manifest b/gui-apps/coreaction/Manifest index c36395aff4..dab182dd70 100644 --- a/gui-apps/coreaction/Manifest +++ b/gui-apps/coreaction/Manifest @@ -1,2 +1 @@ -DIST coreaction-v4.5.0.tar.bz2 792795 BLAKE2B 17d21c3b1dd4b80fb84c70efaadc9b9bbde0d36edd39b4f60db07d06233b192a430dae761a79ab2b9002e2181fb28ba14d6fbfb183ab8fe0afe1247bfd6db7bf SHA512 94de8182af9500f66eeb28f929833d4948a46be2a4f32b3dfe0ecbe311f150c16cb10b2f1650489ab8d316cb47b7dff96ddc986c67f40832172aef62b4547b33 DIST coreaction-v5.0.0.tar.bz2 792872 BLAKE2B 715410aa935d1475387fdf3b800b670a51690e83a32319a1c0456ee988ecfd44f710a254629a4e89da8912831e638d74c0e70f67693b93edb8c89acf085e4225 SHA512 8af51a90ff281801d73c480395ce07de9576539fd8f75a3b14a9fd8f7dae4f8ce849bb4802ac396ccf5ab7d89efd555bde9d8387c14e1a01413bb8081cda75ba diff --git a/gui-apps/coreaction/coreaction-4.5.0.ebuild b/gui-apps/coreaction/coreaction-4.5.0.ebuild deleted file mode 100644 index d4675d7b78..0000000000 --- a/gui-apps/coreaction/coreaction-4.5.0.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}"