commit:     d0ec36467556e0a3dcc5c4807c9af0edfe4d634c
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 25 21:18:03 2026 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Feb 25 21:20:53 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ec3646

lxqt-base/lxqt-notificationd: drop 2.2.0, 2.3.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/lxqt-notificationd/Manifest              |  2 --
 .../lxqt-notificationd-2.2.0.ebuild                | 35 ----------------------
 .../lxqt-notificationd-2.3.0.ebuild                | 35 ----------------------
 3 files changed, 72 deletions(-)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index c142be97306a..86c0e92a9af1 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1,3 +1 @@
-DIST lxqt-notificationd-2.2.0.tar.xz 66464 BLAKE2B 
590657d475410ea7cb304136dcc9eea7d89d39c98855b99a612873dbddcb353b80ced1720535dcc4e547f60b0c67bc576186099ac0478295f8405d2adc2f1e7c
 SHA512 
b6da6bbab563b3cb1a174713b2a8a6c08f719a21b4e1e45796b8c16d8ac7a2fd5cccde64a7a986ed1b3f4b4058b50b3bb57da3bdde3fe8cee7b3d9324a634e2f
-DIST lxqt-notificationd-2.3.0.tar.xz 67984 BLAKE2B 
c0b622021a61a173ca213da742d5fba743cd328b74156205f5f0d2d60fdbcad770f68700b84a74b92c721fae62e252b61c518f1bac57f2ab70547a7e7cbe998c
 SHA512 
bda9f9dbbc5ce13a12d411554fe8f084358d5ae6879949da90c3e5b8029b59af2aefe0adf262c977dcd2dd0e1e2e6862e4754db0f9d301f208b1cc7e49560d98
 DIST lxqt-notificationd-2.3.1.tar.xz 68052 BLAKE2B 
30f16e19bcbe9bbb7c06cd5d1531afe679add37d76ace77ca11eb32628a6ff8c5c80e4e9a97d651e4c1a6cda6baa9c5a881da5b5483ac14c6e832c8b38dd397e
 SHA512 
52004c1d41414c1f0cf0ba5020a8212423a3d601d5e059243d1522b93a80b5a8fb942827f16704fb59a1c5baa5e358bde1a5a2d49200f0e82da826f400a3e212

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.2.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.2.0.ebuild
deleted file mode 100644
index 0b2ebfd050df..000000000000
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt notification daemon and library"
-HOMEPAGE="https://lxqt-project.org/";
-
-MY_PV="$(ver_cut 1-2)"
-
-if [[ ${PV} == 9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
-else
-       
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz";
-       KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-       >=dev-qt/qttools-6.6:6[linguist]
-       >=dev-util/lxqt-build-tools-2.2.0
-"
-DEPEND="
-       >=dev-libs/libqtxdg-4.2.0
-       >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
-       kde-frameworks/kwindowsystem:6
-       >=kde-plasma/layer-shell-qt-6.0:6
-       =lxqt-base/liblxqt-${MY_PV}*:=
-"
-RDEPEND="${DEPEND}"

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.3.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.3.0.ebuild
deleted file mode 100644
index 79954b08d8bb..000000000000
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt notification daemon and library"
-HOMEPAGE="https://lxqt-project.org/";
-
-MY_PV="$(ver_cut 1-2)"
-
-if [[ ${PV} == 9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
-else
-       
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz";
-       KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-       >=dev-qt/qttools-6.6:6[linguist]
-       >=dev-util/lxqt-build-tools-2.3.0
-"
-DEPEND="
-       >=dev-libs/libqtxdg-4.3.0
-       >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
-       kde-frameworks/kwindowsystem:6
-       >=kde-plasma/layer-shell-qt-6.0:6
-       =lxqt-base/liblxqt-${MY_PV}*:=
-"
-RDEPEND="${DEPEND}"

Reply via email to