* [gentoo-commits] repo/gentoo:master commit in: profiles/, x11-libs/snorenotify/files/, x11-libs/snorenotify/
@ 2024-02-04 13:02 Jakov Smolić
0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2024-02-04 13:02 UTC (permalink / raw
To: gentoo-commits
commit: 27845ed6e6f2f02e41aaf02acf4640f593770ece
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 4 13:02:41 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Feb 4 13:02:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27845ed6
x11-libs/snorenotify: treeclean
Closes: https://bugs.gentoo.org/877311
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
profiles/package.deprecated | 4 --
profiles/package.mask | 5 ---
x11-libs/snorenotify/Manifest | 1 -
.../files/snorenotify-0.7.0-desktop.patch | 41 -----------------
.../files/snorenotify-0.7.0-include.patch | 20 ---------
x11-libs/snorenotify/metadata.xml | 11 -----
x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 51 ----------------------
7 files changed, 133 deletions(-)
diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index 961e9fda53bb..50f5e9adaa0d 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -96,10 +96,6 @@ dev-python/python-distutils-extra
# details. Please migrate to app-admin/rasdaemon instead.
sys-apps/edac-utils
-# Andreas Sturmlechner <asturm@gentoo.org> (2022-12-26)
-# Last-rites pending and waiting for revdeps, bug 877311
-x11-libs/snorenotify
-
# Michał Górny <mgorny@gentoo.org> (2022-12-24)
# Unmaintained with last release in 2019. We already patched it to work
# with Python 3.9+. The upstream code is also vulnerable
diff --git a/profiles/package.mask b/profiles/package.mask
index 9e361c7e216c..60e3dd07d873 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -156,11 +156,6 @@ net-dns/totd
# Removal on 2024-02-06. Bug #918536
net-nds/tac_plus
-# Andreas Sturmlechner <asturm@gentoo.org> (2024-01-03)
-# Unmaintained upstream, no more revdeps.
-# Removal on 2024-02-03. Bug #877311
-x11-libs/snorenotify
-
# Andreas Sturmlechner <asturm@gentoo.org> (2023-12-25)
# Masked until KF6 is unmasked.
~media-libs/mpvqt-1.0.0
diff --git a/x11-libs/snorenotify/Manifest b/x11-libs/snorenotify/Manifest
deleted file mode 100644
index 59fc92a8a62a..000000000000
--- a/x11-libs/snorenotify/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST snorenotify-0.7.0.tar.xz 200032 BLAKE2B 4eb4f7a57bfde7a780b868a8c57c5d1e262809fd2b591597d69c3e98b712b926e287009b453a5e00ba5f805728d986441824eb226bd73c94375d11129be03d4d SHA512 2030a7b6bc69d3803e83e1a6d26efa5bfdd3facf53dcaade6059b85cea3db879ea49b9e02dbce3b043b4ddded21509a6d5859a4002cfd57a870a0e39cd11011a
diff --git a/x11-libs/snorenotify/files/snorenotify-0.7.0-desktop.patch b/x11-libs/snorenotify/files/snorenotify-0.7.0-desktop.patch
deleted file mode 100644
index 914288d82348..000000000000
--- a/x11-libs/snorenotify/files/snorenotify-0.7.0-desktop.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 897a64b18f8727c951dac8ca91ebf43f2c18f908 Mon Sep 17 00:00:00 2001
-From: Javier Llorente <javier@opensuse.org>
-Date: Sat, 13 Feb 2016 12:20:03 +0100
-Subject: [PATCH] Fix desktop categories, remove version (see
- desktop-entry-spec), add a newline at eof
-
----
- src/daemon/snorenotify.desktop.in | 3 +--
- src/settings/snoresettings.desktop.in | 3 +--
- 2 files changed, 2 insertions(+), 4 deletions(-)
-
-diff --git a/src/daemon/snorenotify.desktop.in b/src/daemon/snorenotify.desktop.in
-index 83f0e3f..9fc1876 100644
---- a/src/daemon/snorenotify.desktop.in
-+++ b/src/daemon/snorenotify.desktop.in
-@@ -1,8 +1,7 @@
- [Desktop Entry]
- Type=Application
--Version=@SNORE_VERSION_MAJOR@.@SNORE_VERSION_MINOR@.@SNORE_VERSION_PATCH@
- Name=SnoreNotify
- Comment=A daemon redirecting desktop notifications to one or multiple additional backends.
- Icon=snore
- Exec=snorenotify
--Categories=Qt;System;
-\ No newline at end of file
-+Categories=Qt;Settings;Qt;Utility;DesktopSettings;
-diff --git a/src/settings/snoresettings.desktop.in b/src/settings/snoresettings.desktop.in
-index 823bb2d..497d119 100644
---- a/src/settings/snoresettings.desktop.in
-+++ b/src/settings/snoresettings.desktop.in
-@@ -1,8 +1,7 @@
- [Desktop Entry]
- Type=Application
--Version=@SNORE_VERSION_MAJOR@.@SNORE_VERSION_MINOR@.@SNORE_VERSION_PATCH@
- Name=SnoreSettings
- Comment=Settings client for applications using libsnore.
- Icon=snore
- Exec=snoresettings
--Categories=Qt;System;
-\ No newline at end of file
-+Categories=Qt;Settings;Qt;Utility;DesktopSettings;
diff --git a/x11-libs/snorenotify/files/snorenotify-0.7.0-include.patch b/x11-libs/snorenotify/files/snorenotify-0.7.0-include.patch
deleted file mode 100644
index ee99e26ed47c..000000000000
--- a/x11-libs/snorenotify/files/snorenotify-0.7.0-include.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Bug: https://bugs.gentoo.org/587898
-
-commit 96fd4a7914e8daf924829606dc25f9e4767401dd
-Author: Hannah von Reth <vonreth@kde.org>
-Date: Mon Nov 21 08:57:00 2016 +0100
-
- [WIP] Support to build with static Qt and static plugins
-
-diff --git a/src/libsnore/notification/icon.cpp b/src/libsnore/notification/icon.cpp
-index b95ceb4..5c7c139 100644
---- a/src/libsnore/notification/icon.cpp
-+++ b/src/libsnore/notification/icon.cpp
-@@ -25,6 +25,7 @@
- #include <QNetworkReply>
- #include <QNetworkRequest>
- #include <QUrl>
-+#include <QTime>
-
- using namespace Snore;
-
diff --git a/x11-libs/snorenotify/metadata.xml b/x11-libs/snorenotify/metadata.xml
deleted file mode 100644
index d925f2439758..000000000000
--- a/x11-libs/snorenotify/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>
- <bugs-to>https://bugs.kde.org/</bugs-to>
- </upstream>
-</pkgmetadata>
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
deleted file mode 100644
index eea845cc2e0a..000000000000
--- a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VIRTUALX_REQUIRED="test"
-inherit ecm
-
-DESCRIPTION="Multi platform Qt notification framework"
-HOMEPAGE="https://techbase.kde.org/Projects/Snorenotify"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-IUSE="sound test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-qt/qtdbus:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwebsockets:5
- dev-qt/qtwidgets:5
- sound? ( dev-qt/qtmultimedia:5 )
-"
-DEPEND="${RDEPEND}
- test? ( dev-qt/qttest:5 )
-"
-BDEPEND="dev-qt/linguist-tools:5"
-
-PATCHES=(
- "${FILESDIR}/${P}-desktop.patch"
- "${FILESDIR}/${P}-include.patch"
-)
-
-src_prepare() {
- ecm_src_prepare
- sed -e "/Categories/s/;Qt//" \
- -i src/{settings/snoresettings,daemon/snorenotify}.desktop.in || die
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package sound Qt5Multimedia)
- $(cmake_use_find_package test Qt5Test)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-02-04 13:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-04 13:02 [gentoo-commits] repo/gentoo:master commit in: profiles/, x11-libs/snorenotify/files/, x11-libs/snorenotify/ Jakov Smolić
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox