summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-06-21 23:20:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-06-21 23:28:09 +0200
commit643edae67d0b5eae4f6d9d5d5ea9dd8a317a56e8 (patch)
tree934742981b082fe24c5b0bc7e0c657314cbd27e3 /kde-plasma/layer-shell-qt
parentkde-plasma/kwrited: drop 5.25.0* (diff)
downloadgentoo-643edae67d0b5eae4f6d9d5d5ea9dd8a317a56e8.tar.gz
gentoo-643edae67d0b5eae4f6d9d5d5ea9dd8a317a56e8.tar.bz2
gentoo-643edae67d0b5eae4f6d9d5d5ea9dd8a317a56e8.zip
kde-plasma/layer-shell-qt: drop 5.25.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/layer-shell-qt')
-rw-r--r--kde-plasma/layer-shell-qt/Manifest1
-rw-r--r--kde-plasma/layer-shell-qt/layer-shell-qt-5.25.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest
index 4d623e539281..efaeb1145822 100644
--- a/kde-plasma/layer-shell-qt/Manifest
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -1,3 +1,2 @@
DIST layer-shell-qt-5.24.5.tar.xz 17892 BLAKE2B c6874b199bb72fad4923cd7a36f5605483f19e12c71d65bd67a074c23ccee9de398fdf4c314b2eb69a0dc758122489dac759d1d0fbf22203a80f982c1dea9cfd SHA512 e9aeb94d7200543eef03950f6e3ccf3a60faf66bcf048760ea35d27c621bbced712411501f9d48fdaf98a36708a1a202c0531bbc94df0ccf99278ffd106b7abc
-DIST layer-shell-qt-5.25.0.tar.xz 18396 BLAKE2B 87d129d03e6575448c64799c6a92aa86558f936488a408d6dbea940fd13bd85022c2ee2dc3afb942678a000ac5463bb712b811606d09c01cdbe141054b9e1844 SHA512 606da32b4549296364871cc8c8f66aeb7180f58dd3bdfb69d1b4ef1e759824b6e2d52ae4cad3981d75d382c3d99d47e78607ec932e260def65a0274475876c7c
DIST layer-shell-qt-5.25.1.tar.xz 18332 BLAKE2B e643764064220b024bd01338617518e39e4b0baf3c42a3f249b205392bbcad2f989ea34fbbca20f3354febaf369d6f6ad7ae4c779470de138cc8eb3dee56ebbd SHA512 e0165081811d3d4de3b9d21007a77c7bec1b52b0db83ca14255d03c57ef5f847e7c266c58bb50fba34220f72ebbd4e86f6c9baa7bae1789a18e1983f067fb231
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.25.0.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.25.0.ebuild
deleted file mode 100644
index 5d07ded64650..000000000000
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.25.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.94.0
-QTMIN=5.15.3
-inherit ecm kde.org
-
-DESCRIPTION="Qt component to allow applications make use of Wayland wl-layer-shell protocol"
-
-LICENSE="LGPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
-# slot op: various private QtWaylandClient headers
-RDEPEND="
- >=dev-libs/wayland-1.15
- >=dev-qt/qtdeclarative-${QTMIN}:5
- || (
- >=dev-qt/qtgui-${QTMIN}:5[libinput]
- >=dev-qt/qtgui-${QTMIN}:5[X]
- )
- >=dev-qt/qtwayland-${QTMIN}:5=
- x11-libs/libxkbcommon
-"
-DEPEND="${RDEPEND}
- dev-libs/wayland-protocols
-"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- dev-util/wayland-scanner
- virtual/pkgconfig
-"