From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/coreuniverse/
Date: Mon, 05 May 2025 19:33:10 +0000 (UTC) [thread overview]
Message-ID: <1746462886.c54d70fd0e6b95e762ab6ae8bb8c49e22b82ea2b.davidroman@gentoo> (raw)
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}"
next reply other threads:[~2025-05-05 19:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-05 19:33 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-05 19:33 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/coreuniverse/ David Roman
2024-01-13 16:24 Arthur Zamarin
2021-03-23 14:45 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1746462886.c54d70fd0e6b95e762ab6ae8bb8c49e22b82ea2b.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox