commit:     05fd11df0bc2622f6a4676c4d07201b74d708d3e
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Feb 23 12:58:27 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Feb 23 12:58:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05fd11df

gui-apps/coretoppings: treeclean

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/coretoppings/Manifest                  |  1 -
 gui-apps/coretoppings/coretoppings-4.5.0.ebuild | 42 -------------------------
 gui-apps/coretoppings/coretoppings-9999.ebuild  | 42 -------------------------
 gui-apps/coretoppings/metadata.xml              | 13 --------
 profiles/package.mask                           |  6 ----
 5 files changed, 104 deletions(-)

diff --git a/gui-apps/coretoppings/Manifest b/gui-apps/coretoppings/Manifest
deleted file mode 100644
index 1471c20ab..000000000
--- a/gui-apps/coretoppings/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST coretoppings-v4.5.0.tar.bz2 162641 BLAKE2B 
122aa1e468dfa72da54997a637f7bbf21080b037e92ff56c4000fb09441e4c1d55e3ab4068bcb2da32f3a87337219359e1d548b872b8cce82e7d87a1eb9785db
 SHA512 
886f8a2b26a7dded7c7aa1dd219898238975daca84650afe1e4d1d6e365e41d6c4d1626139062330b022e9b0cda5ef46633d9a9704cc7f92e7dbf8cf97631eb7

diff --git a/gui-apps/coretoppings/coretoppings-4.5.0.ebuild 
b/gui-apps/coretoppings/coretoppings-4.5.0.ebuild
deleted file mode 100644
index 99345d0d9..000000000
--- a/gui-apps/coretoppings/coretoppings-4.5.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg cmake
-
-DESCRIPTION="Additional features, plugins, widgets etc for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretoppings";
-
-if [[ "${PV}" == *9999* ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coretoppings.git";
-else
-       
SRC_URI="https://gitlab.com/cubocore/coreapps/coretoppings/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
-       KEYWORDS="~amd64"
-       S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="location pulseaudio"
-
-DEPEND="
-       dev-libs/libdbusmenu-qt
-       dev-qt/qtbluetooth:5
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtx11extras:5
-       gui-libs/libcprime
-       x11-libs/libX11
-       x11-libs/libXcomposite
-       x11-libs/libXdamage
-       x11-libs/libXrender
-"
-RDEPEND="
-       ${DEPEND}
-       location? ( dev-qt/qtlocation:5 )
-       pulseaudio? ( media-libs/libpulse )
-"

diff --git a/gui-apps/coretoppings/coretoppings-9999.ebuild 
b/gui-apps/coretoppings/coretoppings-9999.ebuild
deleted file mode 100644
index 99345d0d9..000000000
--- a/gui-apps/coretoppings/coretoppings-9999.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg cmake
-
-DESCRIPTION="Additional features, plugins, widgets etc for C Suite"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretoppings";
-
-if [[ "${PV}" == *9999* ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coretoppings.git";
-else
-       
SRC_URI="https://gitlab.com/cubocore/coreapps/coretoppings/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
-       KEYWORDS="~amd64"
-       S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="location pulseaudio"
-
-DEPEND="
-       dev-libs/libdbusmenu-qt
-       dev-qt/qtbluetooth:5
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtx11extras:5
-       gui-libs/libcprime
-       x11-libs/libX11
-       x11-libs/libXcomposite
-       x11-libs/libXdamage
-       x11-libs/libXrender
-"
-RDEPEND="
-       ${DEPEND}
-       location? ( dev-qt/qtlocation:5 )
-       pulseaudio? ( media-libs/libpulse )
-"

diff --git a/gui-apps/coretoppings/metadata.xml 
b/gui-apps/coretoppings/metadata.xml
deleted file mode 100644
index f1e54b0a6..000000000
--- a/gui-apps/coretoppings/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <use>
-    <flag name="location">
-      Enable location discovery
-    </flag>
-  </use>
-  <upstream>
-    <remote-id type="gitlab">cubocore/coreapps/coretoppings</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index df17124d5..faabafcf7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,12 +32,6 @@ www-apps/honk
 # Removal on 2025-02-28
 games-util/curseforge
 
-# Takuya Wakazono <[email protected]> (2025-01-23)
-# Depends on dev-qt/qtbluetooth:5, which is masked in ::gentoo and will
-# be removed.
-# Removal on 2025-02-23.
-gui-apps/coretoppings
-
 # Julien Roy <[email protected]> (2024-03-21)
 # sys-libs/libucontext is masked in ::gentoo
 sys-libs/gcompat

Reply via email to