commit:     4f009f90b723825f8157a092c330430d0c98ce28
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 20:38:24 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 18:29:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f009f90

kde-plasma/plasma5support: 5.91.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma5support/Manifest                 |  1 +
 kde-plasma/plasma5support/metadata.xml             | 12 ++++++++++
 .../plasma5support/plasma5support-5.91.0.ebuild    | 26 ++++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/kde-plasma/plasma5support/Manifest 
b/kde-plasma/plasma5support/Manifest
new file mode 100644
index 000000000000..fc275238d77f
--- /dev/null
+++ b/kde-plasma/plasma5support/Manifest
@@ -0,0 +1 @@
+DIST plasma5support-5.91.0.tar.xz 55344 BLAKE2B 
3892b3033736f3f2a30ea737daa22fe350711f2d04bd140af49a5346c710cf241123805c5c4c32f38476d16d862ace29512fd6e1e1f415606aa122085dc5292c
 SHA512 
2b471f5c785a9fc6a592d5eb9d1b06abf501cb532156d96641211bac59a2fd0fb94fe9316411b39e2bca3ad145510e5472886dcd97140bfee39fc9a76b083ab4

diff --git a/kde-plasma/plasma5support/metadata.xml 
b/kde-plasma/plasma5support/metadata.xml
new file mode 100644
index 000000000000..7c7e791bbadc
--- /dev/null
+++ b/kde-plasma/plasma5support/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>k...@gentoo.org</email>
+               <name>Gentoo KDE Project</name>
+       </maintainer>
+       <upstream>
+               <bugs-to>https://bugs.kde.org/</bugs-to>
+               <remote-id type="kde-invent">plasma/plasma5support</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/kde-plasma/plasma5support/plasma5support-5.91.0.ebuild 
b/kde-plasma/plasma5support/plasma5support-5.91.0.ebuild
new file mode 100644
index 000000000000..f0355735bb32
--- /dev/null
+++ b/kde-plasma/plasma5support/plasma5support-5.91.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=5.247.0
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+       >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
+       >=dev-qt/qtdeclarative-${QTMIN}:6
+       >=kde-frameworks/kconfig-${KFMIN}:6
+       >=kde-frameworks/kcoreaddons-${KFMIN}:6
+       >=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"

Reply via email to