commit: c54d70fd0e6b95e762ab6ae8bb8c49e22b82ea2b Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Mon May 5 16:34:46 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon May 5 16:34:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c54d70fd
gui-apps/coreuniverse: drop 4.5.0, 9999 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/coreuniverse/Manifest | 1 - gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild | 29 ------------------------- gui-apps/coreuniverse/coreuniverse-9999.ebuild | 29 ------------------------- 3 files changed, 59 deletions(-) diff --git a/gui-apps/coreuniverse/Manifest b/gui-apps/coreuniverse/Manifest index 90c3889a3..42df7077e 100644 --- a/gui-apps/coreuniverse/Manifest +++ b/gui-apps/coreuniverse/Manifest @@ -1,2 +1 @@ -DIST coreuniverse-v4.5.0.tar.bz2 235860 BLAKE2B 0a561a882595c9d5e337f221912cc66d2edc0d34290774d1e7dd2f62e0f0868f7d5b12d3f8aecbc92d149d8ce087adefbde0a0fd981aa0e54747663531f68c70 SHA512 754af3eb7a2576c4b3152d722e5356be890201f174158de3aa99d8caa16a19829be6fbd27580e4ff4da9ebcb82e3db78289af62f4821f5d2cd06cc7e016f55b4 DIST coreuniverse-v5.0.0.tar.bz2 235347 BLAKE2B b9701479337b4492b73e111d109c90eae6acefef11b14d71dac12108bda69591698a817f5289c211f0b3334c5547313ce234440ca7aa9ff273c2055e2025930a SHA512 b01054302fd8cdfa1622e39b2c76731e2797bfe69da98017078d957a7dd18a4d39b9878eea4d03aa713f9c3c9a3e46d22884ac83d6a9e5ef64d0f4763697e26b diff --git a/gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild b/gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild deleted file mode 100644 index 27aa50de7..000000000 --- a/gui-apps/coreuniverse/coreuniverse-4.5.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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 deleted file mode 100644 index 27aa50de7..000000000 --- a/gui-apps/coreuniverse/coreuniverse-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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}"
