commit:     f21d2115e74e6fa5440b93e9f472e93a0f61f699
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 15 00:11:24 2025 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Nov 15 12:30:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21d2115

lxqt-base/lxqt-notificationd: drop 2.0.1, 2.1.1

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

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

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index d937b208e267..af08af227ee1 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1,4 +1,2 @@
-DIST lxqt-notificationd-2.0.1.tar.xz 64132 BLAKE2B 
55d0c7f785528acde181161c0d0c4f61f952700f90e535d00ab7009d768f8118e54a6ab10a75e3e3dda2def4fc395720de89701e4fc3ec0927aa9bd346c7723c
 SHA512 
c2a532e61129f09dde253f7499485f85088c19f8cc6f5ddfd1949eb9d43b142ee4f3f526b38a70fbe276623c1637398c70470f24bcdbb5597a499354e9840d67
-DIST lxqt-notificationd-2.1.1.tar.xz 65512 BLAKE2B 
94ef3e91461679b673a7ca316fc9878ddf61de425c4e14b4b889dd155e99e04c7119d3f5f0ccb7012c3731c25d4663322e4bc834f55e862f2a59c728005e2a65
 SHA512 
01707fb5f848ea42858dd7ecaf34e46477206ccdc84b3711eb286a8a2c6d1f232361fd802cf27b39b90ccd109ecda578735307a01530bba28d7ff45f680ae0c0
 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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild
deleted file mode 100644
index d94a38605d7a..000000000000
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 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.0.0
-"
-DEPEND="
-       >=dev-libs/libqtxdg-4.0.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.1.1.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.1.1.ebuild
deleted file mode 100644
index a25b0315b6b8..000000000000
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.1.1.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.1.0
-"
-DEPEND="
-       >=dev-libs/libqtxdg-4.1.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