diff --git a/gui-apps/coreuniverse/Manifest b/gui-apps/coreuniverse/Manifest index ef6bb2f7ee..374b37a196 100644 --- a/gui-apps/coreuniverse/Manifest +++ b/gui-apps/coreuniverse/Manifest @@ -1 +1,2 @@ DIST coreuniverse-4.2.0.tar.gz 251425 BLAKE2B ba1e0b64fd5ca491d79a0fb0b57790075cfa8ea5955c95d61076e1e43905df3125f71b3751200310de68b03930025e71cced8a42f943bf23334e5c262bdea764 SHA512 8cf18fa84d784c8688ce6cfc3a97b625e8f3cb3c0bf58666ecf11cd0ee3fda4f4f5d43ec9007b3e6a698c6ef7b72a7135fb412c7e5ba0e6b4fcc043742f0fb7b +DIST coreuniverse-v4.5.0.tar.bz2 235860 BLAKE2B 0a561a882595c9d5e337f221912cc66d2edc0d34290774d1e7dd2f62e0f0868f7d5b12d3f8aecbc92d149d8ce087adefbde0a0fd981aa0e54747663531f68c70 SHA512 754af3eb7a2576c4b3152d722e5356be890201f174158de3aa99d8caa16a19829be6fbd27580e4ff4da9ebcb82e3db78289af62f4821f5d2cd06cc7e016f55b4 diff --git a/gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild b/gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild new file mode 100644 index 0000000000..27aa50de7e --- /dev/null +++ b/gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xdg cmake + +DESCRIPTION="Shows information about apps for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreuniverse.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/coreuniverse/-/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/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND="${DEPEND}" diff --git a/gui-apps/coreuniverse/coreuniverse-9999.ebuild b/gui-apps/coreuniverse/coreuniverse-9999.ebuild index 0931e6d078..27aa50de7e 100644 --- a/gui-apps/coreuniverse/coreuniverse-9999.ebuild +++ b/gui-apps/coreuniverse/coreuniverse-9999.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -MY_PV="${PV/_/-}" +EAPI=8 inherit xdg cmake @@ -12,14 +10,13 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse" if [[ "${PV}" == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreuniverse.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/coreapps/coreuniverse/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${MY_PV}" + S="${WORKDIR}/${PN}-v${PV}" fi -RESTRICT="test" LICENSE="GPL-3" SLOT="0" @@ -29,6 +26,4 @@ DEPEND=" dev-qt/qtwidgets:5 gui-libs/libcprime " -RDEPEND=" - ${DEPEND} -" +RDEPEND="${DEPEND}"