public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/latte-dock/, kde-misc/latte-dock/files/, profiles/
@ 2024-09-25 20:01 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2024-09-25 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5c4f157557b681d7f0d911af9c72db8372bef04c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 24 22:59:16 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 20:00:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4f1575

kde-misc/latte-dock: treeclean

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/latte-dock/Manifest                       |  1 -
 .../latte-dock-0.10.1-dont-hide-warnings.patch     | 31 ----------
 .../latte-dock/latte-dock-0.10.77_p20230115.ebuild | 67 ----------------------
 kde-misc/latte-dock/metadata.xml                   | 11 ----
 profiles/package.mask                              |  5 --
 5 files changed, 115 deletions(-)

diff --git a/kde-misc/latte-dock/Manifest b/kde-misc/latte-dock/Manifest
deleted file mode 100644
index 0e1738fd3b1f..000000000000
--- a/kde-misc/latte-dock/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST latte-dock-0.10.77_p20230115-957fece0.tar.gz 1938731 BLAKE2B dc62d40e948af2d97aeb834a9c52b2ce07f375b64a0a4ede085c900f6151cd075d215856715aab887855c09155232333a57d327551b8cc7b9318af12280398ec SHA512 b84d8dbf4d926072d0586056fa9e5145f686659cac7a9df82c51c29b94efd5540e672e8e65c71147861d9afc7870d8b520bf2bfe2a7463a57e0be058c8f7aad8

diff --git a/kde-misc/latte-dock/files/latte-dock-0.10.1-dont-hide-warnings.patch b/kde-misc/latte-dock/files/latte-dock-0.10.1-dont-hide-warnings.patch
deleted file mode 100644
index 2128e2304683..000000000000
--- a/kde-misc/latte-dock/files/latte-dock-0.10.1-dont-hide-warnings.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From ac28e1e851c7d00137a3e94ccca33601d33edf9d Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Wed, 25 Aug 2021 12:02:26 +0200
-Subject: [PATCH] Do not hide warnings
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- CMakeLists.txt | 7 -------
- 1 file changed, 7 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 1ee5ce24..a6024baa 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -77,13 +77,6 @@ include(WriteBasicConfigVersionFile)
- 
- include(Definitions.cmake)
- 
--#hide warnings
--string(REPLACE "-Wall" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
--string(REPLACE "-Wdeprecated-declarations" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
--string(REPLACE "-Wreorder" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
--string(REPLACE "-Wunused-variable" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
--string(REPLACE "-Wunused-parameter" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
--
- #add format security check
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wformat -Werror=format-security")
- 
--- 
-2.33.0
-

diff --git a/kde-misc/latte-dock/latte-dock-0.10.77_p20230115.ebuild b/kde-misc/latte-dock/latte-dock-0.10.77_p20230115.ebuild
deleted file mode 100644
index 524b0cd1ad7b..000000000000
--- a/kde-misc/latte-dock/latte-dock-0.10.77_p20230115.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_COMMIT=957fece0ca2a5c56e301578c102191a33a1384f6
-KFMIN=5.99.0
-QTMIN=5.15.5
-inherit ecm kde.org
-
-DESCRIPTION="Elegant dock, based on KDE Frameworks"
-HOMEPAGE="https://apps.kde.org/latte-dock/"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	>=dev-libs/wayland-1.21.0
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5[X]
-	>=dev-qt/qtwayland-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtx11extras-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/kglobalaccel-${KFMIN}:5
-	>=kde-frameworks/kguiaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/kpackage-${KFMIN}:5
-	>=kde-plasma/kwayland-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	>=kde-plasma/libplasma-${KFMIN}:5[X(+)]
-	>=kde-plasma/plasma-activities-${KFMIN}:5
-	x11-libs/libSM
-	x11-libs/libX11
-	x11-libs/libxcb
-	x11-libs/xcb-util
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-libs/plasma-wayland-protocols-1.6
-"
-RDEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-"
-BDEPEND="
-	>=dev-qt/qtwaylandscanner-${QTMIN}:5
-	dev-util/wayland-scanner
-"
-
-DOCS=( CHANGELOG.md README.md )
-
-PATCHES=( "${FILESDIR}/${PN}-0.10.1-dont-hide-warnings.patch" )

diff --git a/kde-misc/latte-dock/metadata.xml b/kde-misc/latte-dock/metadata.xml
deleted file mode 100644
index 1cbca9a2f480..000000000000
--- a/kde-misc/latte-dock/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="kde-invent">plasma/latte-dock</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 7d477357c467..5e0997ef89f4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -254,11 +254,6 @@ kde-misc/plasma-applet-network-monitor
 # being in a working state (e.g. bug 813031). Removal on 2024-09-29.
 kde-misc/kio-locate
 
-# Andreas Sturmlechner <asturm@gentoo.org> (2024-08-25)
-# Broken with current Plasma 5 version, not ported to Plasma 6.
-# Removal on 2024-09-24.
-kde-misc/latte-dock
-
 # Florian Schmaus <flow@gentoo.org> (2024-08-23)
 # Has a serious bug that causes synced directories to end up world read-
 # and writeable. See https://github.com/nextcloud/desktop/issues/6863


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-25 20:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-25 20:01 [gentoo-commits] repo/gentoo:master commit in: kde-misc/latte-dock/, kde-misc/latte-dock/files/, profiles/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox