commit:     a6f1ca281321bf8805cedc4c68a4d618fc2158e5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  7 19:25:40 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug  7 21:28:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f1ca28

dev-libs/plasma-wayland-protocols: drop 1.17.0

Bug: https://bugs.gentoo.org/957729
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/plasma-wayland-protocols/Manifest         |  1 -
 .../plasma-wayland-protocols-1.17.0.ebuild         | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-libs/plasma-wayland-protocols/Manifest 
b/dev-libs/plasma-wayland-protocols/Manifest
index 93667a5bf06b..195863d5321c 100644
--- a/dev-libs/plasma-wayland-protocols/Manifest
+++ b/dev-libs/plasma-wayland-protocols/Manifest
@@ -1,2 +1 @@
-DIST plasma-wayland-protocols-1.17.0.tar.xz 47212 BLAKE2B 
b2e411aea4f9d6ea4bb8077d5073ce7a14246f05d88aa43455f4f34672b4a8d64aa9eb383d52af0ed517da790c0b2e4206848e7c39ec523614103eb16bb111d3
 SHA512 
a8fd0330deb9dc0a9b2d743460f4fa053ad6ddee3859f40d225f3fc1ba71ea79cea54563300284c765e5a3b5f29b6eaac1f01828f5260fc96490e23ee4b019fa
 DIST plasma-wayland-protocols-1.18.0.tar.xz 47596 BLAKE2B 
25ad324eab3438da9bdd4c014b469b8fcedc4b1c82e6c19bd79aa16f6180cb9fbf0134e89354b854caf25ae31e5e4a4da8dfb4207ac2116e5a9c95dee76cda87
 SHA512 
4cdea72effa3b35cf3c7d4ce50786391deaa85285e24375c487d8b62c6eed9c7e2ce864180ae04f8c8ff7723a09a5716280218a1a8d262027ae8330f15a18398

diff --git 
a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.17.0.ebuild 
b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.17.0.ebuild
deleted file mode 100644
index d12644177f4e..000000000000
--- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.17.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake kde.org
-
-DESCRIPTION="Plasma Specific Protocols for Wayland"
-HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols";
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-       SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-       KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-libs/wayland )"
-BDEPEND="
-       dev-libs/libpcre2:*
-       dev-qt/qtbase:6
-       >=kde-frameworks/extra-cmake-modules-6.0:*
-       test? ( dev-util/wayland-scanner )
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DQT_MAJOR_VERSION=6
-               -DKDE_INSTALL_USE_QT_SYS_PATHS=ON # ecm.eclass
-               -DKDE_INSTALL_DOCBUNDLEDIR="${EPREFIX}/usr/share/help" # 
ecm.eclass
-               -DBUILD_TESTING=$(usex test)
-       )
-
-       cmake_src_configure
-}

Reply via email to