diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-02 14:40:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-02 20:38:33 +0200 |
commit | dd4670e6467d5ec4c577750577e96060c9a79120 (patch) | |
tree | 3742147dcc14a3a6fde7ebdb747e3af44d99ec3c /kde-plasma/layer-shell-qt | |
parent | kde-plasma/kwrited: drop 5.25.3 (diff) | |
download | gentoo-dd4670e6467d5ec4c577750577e96060c9a79120.tar.gz gentoo-dd4670e6467d5ec4c577750577e96060c9a79120.tar.bz2 gentoo-dd4670e6467d5ec4c577750577e96060c9a79120.zip |
kde-plasma/layer-shell-qt: drop 5.25.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/layer-shell-qt')
-rw-r--r-- | kde-plasma/layer-shell-qt/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/layer-shell-qt/layer-shell-qt-5.25.3.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest index 1915c8309587..0a84d9b4ab1e 100644 --- a/kde-plasma/layer-shell-qt/Manifest +++ b/kde-plasma/layer-shell-qt/Manifest @@ -1,4 +1,3 @@ DIST layer-shell-qt-5.24.5.tar.xz 17892 BLAKE2B c6874b199bb72fad4923cd7a36f5605483f19e12c71d65bd67a074c23ccee9de398fdf4c314b2eb69a0dc758122489dac759d1d0fbf22203a80f982c1dea9cfd SHA512 e9aeb94d7200543eef03950f6e3ccf3a60faf66bcf048760ea35d27c621bbced712411501f9d48fdaf98a36708a1a202c0531bbc94df0ccf99278ffd106b7abc DIST layer-shell-qt-5.24.6.tar.xz 17888 BLAKE2B 2ef0cb27d3bd8f906a1fe3b43405c4beae10f0f7d9c04dc367e4162796842e4edaf8cd2ccf530e9c380c86a9470462fd614c7f022f3ee129336bb140e3af885a SHA512 28d4f4f82981a55c29cdbc0232920a4d5226c2c816b6b6ea0d3ef5fe0a1809d7911ab61417b25e6b31d17b9cb39ebd5ced3a741f59cf2b95126f821474eae75a -DIST layer-shell-qt-5.25.3.tar.xz 18336 BLAKE2B 7a68855272282cbf49ed91202fcb3d96fae4834efe696d57cf7b88e844f09051d706f0f24b100be454a2908d4736cc0dc2f105cf5b6b379e613626877ffbbd89 SHA512 9464ba45437f2dbcc8a6fd5bf50fc9b46a0f068c50f5418861ce12814165bf779548b0aad34845d8403f630cd888c290e49f842db4b9a23d877f769de6eb0f52 DIST layer-shell-qt-5.25.4.tar.xz 18332 BLAKE2B aa286532a419543005e5e16f0c202d555498ff03dd5057bc92a18778ac84631822a084ebbeed0a2677087b4d18a09111973aa61560e0033e4606501a9fd7241c SHA512 474dd737c9621c7931bdbe372d57694c0ea854e7850a9829a1b7a0c2412b161e22b7cee6f14d32ba682de6e5af3fb46d6404d983c6fd1f75f486a36fcd31d0e8 diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.25.3.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.25.3.ebuild deleted file mode 100644 index 7aeba0ff0caf..000000000000 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.25.3.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.95.0 -QTMIN=5.15.5 -inherit ecm plasma.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 ~loong ~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 -" |