summaryrefslogtreecommitdiff
path: root/kde-frameworks/kwayland
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-26 04:33:49 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-26 04:33:49 +0000
commitc5ca18eee76dfed87e06ea7b99017878b77d4d24 (patch)
treedf2095871315f80372e3ed1f2c19d8549e0b1570 /kde-frameworks/kwayland
parent4dc9bfa1f12673bbf1343e64af7e0cd715534a9f (diff)
gentoo auto-resync : 26:11:2023 - 04:33:49
Diffstat (limited to 'kde-frameworks/kwayland')
-rw-r--r--kde-frameworks/kwayland/Manifest5
-rw-r--r--kde-frameworks/kwayland/kwayland-5.110.0.ebuild37
-rw-r--r--kde-frameworks/kwayland/kwayland-5.112.0.ebuild37
-rw-r--r--kde-frameworks/kwayland/metadata.xml17
4 files changed, 0 insertions, 96 deletions
diff --git a/kde-frameworks/kwayland/Manifest b/kde-frameworks/kwayland/Manifest
deleted file mode 100644
index 8923cbaaf920..000000000000
--- a/kde-frameworks/kwayland/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST kwayland-5.110.0.tar.xz 337456 BLAKE2B 406e3d9524c613989068e9e066f3893802848ce533d8e1fdfde7a5627123ebc8dc35d4a48d234501b12061322a258b4f44593d953f70cc220612694ba05a2d4a SHA512 f1edd51cbca7663e025a9f1f71b48e5ee3fea1f18b68dbb83475f7b3cbe6dd19cce077ba2a21fe049a6965d3eada956959494f7e0e80f9d61b6684dee9ceb8f0
-DIST kwayland-5.112.0.tar.xz 337424 BLAKE2B 33141d772cb86bcb5b11d2f16336332d5ba32adf06000469e0790d0e667210051892426f3bf9e9c35d5d338764ef728a56f9beee049a91a7124726c320896df1 SHA512 70f141cecb9094ac0cfda6b4472c5cb80767fadc1f8c4be05efac73d0e18ccbd736a99ef19ea659ea841a5429c1214b325df72040b50744c1181b1c4e3075ff5
-EBUILD kwayland-5.110.0.ebuild 915 BLAKE2B 2612114f9a08c5de772ccc7a66f7e2f5bd4a67af132118d34c5cbf39067056db9efe05f3e52e5827d5f5ea3f07e7b28c0266490eda14a8f5885db21858d4b47f SHA512 967042589d66fcf227e6d31659d0c4011b81bad5dd901326509e43d6acedbe7fb985c2e8cf030283270012b53b4bf3d77884f70c2c915249e0cd3eb1d64646f1
-EBUILD kwayland-5.112.0.ebuild 915 BLAKE2B 2612114f9a08c5de772ccc7a66f7e2f5bd4a67af132118d34c5cbf39067056db9efe05f3e52e5827d5f5ea3f07e7b28c0266490eda14a8f5885db21858d4b47f SHA512 967042589d66fcf227e6d31659d0c4011b81bad5dd901326509e43d6acedbe7fb985c2e8cf030283270012b53b4bf3d77884f70c2c915249e0cd3eb1d64646f1
-MISC metadata.xml 519 BLAKE2B 53183c1312a7b1f2be9a19b1e09d89c63ae751538b2f1a1f2b51ba6349e9ea3aa0d3d22ddda65e2f0928d98e63f638a8c1f2bfa27718375bcfd9bc0b75914b82 SHA512 97fcc3c6ae0a8bd8f36d6ff2364df0f25d4e72f283d6379b7b800d628e1c18a2432ac70a49e1b8471bde7f57b572be1004c97b4921e36642557c4f00ab7538fa
diff --git a/kde-frameworks/kwayland/kwayland-5.110.0.ebuild b/kde-frameworks/kwayland/kwayland-5.110.0.ebuild
deleted file mode 100644
index f635b687030f..000000000000
--- a/kde-frameworks/kwayland/kwayland-5.110.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
-HOMEPAGE="https://invent.kde.org/frameworks/kwayland"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-IUSE=""
-
-# All failing, I guess we need a virtual wayland server
-RESTRICT="test"
-
-# slot ops: includes qpa/qplatformnativeinterface.h, surface_p.h
-RDEPEND="
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtconcurrent-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5=[egl]
- >=dev-qt/qtwayland-${QTMIN}:5=
- media-libs/libglvnd
-"
-DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.9.0
- >=dev-libs/wayland-protocols-1.15
- sys-kernel/linux-headers
-"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- >=dev-util/wayland-scanner-1.19.0
-"
diff --git a/kde-frameworks/kwayland/kwayland-5.112.0.ebuild b/kde-frameworks/kwayland/kwayland-5.112.0.ebuild
deleted file mode 100644
index f635b687030f..000000000000
--- a/kde-frameworks/kwayland/kwayland-5.112.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
-HOMEPAGE="https://invent.kde.org/frameworks/kwayland"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-IUSE=""
-
-# All failing, I guess we need a virtual wayland server
-RESTRICT="test"
-
-# slot ops: includes qpa/qplatformnativeinterface.h, surface_p.h
-RDEPEND="
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtconcurrent-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5=[egl]
- >=dev-qt/qtwayland-${QTMIN}:5=
- media-libs/libglvnd
-"
-DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.9.0
- >=dev-libs/wayland-protocols-1.15
- sys-kernel/linux-headers
-"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- >=dev-util/wayland-scanner-1.19.0
-"
diff --git a/kde-frameworks/kwayland/metadata.xml b/kde-frameworks/kwayland/metadata.xml
deleted file mode 100644
index aeee38454dd6..000000000000
--- a/kde-frameworks/kwayland/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <bugs-to>https://bugs.kde.org/</bugs-to>
- <remote-id type="kde-invent">frameworks/kwayland</remote-id>
- </upstream>
- <slots>
- <subslots>
- Must only be used by packages that are known to use private parts of the Frameworks API.
- </subslots>
- </slots>
-</pkgmetadata>