Add dev-qt from an older version of the gentoo repo

Qt5 has been removed, we restore it since we still use it.
This commit is contained in:
2026-07-03 09:45:00 +02:00
parent 2247967dd3
commit 9689cdfdf7
252 changed files with 8633 additions and 0 deletions

5
dev-qt/qtscxml/Manifest Normal file
View File

@ -0,0 +1,5 @@
DIST qtscxml-everywhere-opensource-src-5.15.16.tar.xz 429268 BLAKE2B 3d3b41eab16da426b8071fe5b95a53469965bbaf056530cef0732d248394c4a889055094ef1716b0d1d7291d4fe986ed159ea7fc06ae9282f36630680d305f01 SHA512 fbfb054e07767975fc44a41cc015fd12aa15cec5abda1fd3f01425eaa1fd191c529f49dd5a97b6bdf9b83e841d069e1b3190f35d396c0ea5e44d5df66337102d
DIST qtscxml-everywhere-opensource-src-5.15.17.tar.xz 431216 BLAKE2B 7ea989dfcb5a971d90444f9d5362f41bd3faef8a4de6e2ed79a28ff7f2c68d5971019c6d2a6a4cd787c27dc57b7ba49cd33bf03270e1dfcf121aa425bfaad331 SHA512 85c17f9a9e6b5ee38bf39e79e1510e1e69a14871d06917ecdd145e9517f632d962c6afc89b5644e48b1251a12ed3bdc7d519d36ed3154cd59ce2a0a438645093
DIST qtscxml-everywhere-src-6.8.2.tar.xz 558848 BLAKE2B 28d5c898c114bb319208e519dac6488182b97473d8bc245546c6a0df3cc777c517b84db625656b769e63268c78e249300d39e3cb298383a3137c57944ccfcf23 SHA512 9f155f94f8250ac97e1bbaec2034aac300c3fa254ed0b6845f57d521138d43b076c8cec8aa8384891969665d54f5994b5c0a78954406ef620ae23656d739b0ec
DIST qtscxml-everywhere-src-6.8.3.tar.xz 560632 BLAKE2B 67a4bb321e2db5fa98d735127bba1aabbc3ff2e01e4f80c1297fc78f0828fa98d1c88e9d853c8799374c2e2ba66c0900d82f28ccc285c17681cfd5c94b35cc0a SHA512 c0138fc338b2d12fb4bcbba2c852b44e4257c56850f22af46d452871fb9bd9465bd824d86cd7e7772ef62b8ed48515790b496e1e873aa335deae8e25789cb4d0
DIST qtscxml-everywhere-src-6.9.0.tar.xz 560568 BLAKE2B 96d9a14b57a751eca22623520954bed87d7cf7eb2a5ed0dcbe14fe6ebff79e1c2b609adb89f12fe9b11b86d1948b72a277f156889d8d3329a864a2aa9da34c94 SHA512 b373ad5eba0486d075a17b47cf135c6c4ba5c3e42809dfa269d1133b9fa901a416f2d49c09bf1766fc8f2a6527c6d8d58bcba9d4bd010ec36a88138f6ae0d313

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>qt@gentoo.org</email>
<name>Gentoo Qt Project</name>
</maintainer>
<use>
<flag name="qml">Build QML/QtQuick bindings and imports</flag>
</use>
<upstream>
<bugs-to>https://bugreports.qt.io/</bugs-to>
<doc>https://doc.qt.io/</doc>
<remote-id type="github">qt/qtscxml</remote-id>
</upstream>
<slots>
<subslots>
Must only be used by packages that are known to use private parts of the Qt API.
</subslots>
</slots>
</pkgmetadata>

View File

@ -0,0 +1,20 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qt5-build
DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="amd64 arm arm64 ~riscv x86"
fi
IUSE=""
DEPEND="
=dev-qt/qtcore-${QT5_PV}*
=dev-qt/qtdeclarative-${QT5_PV}*
"
RDEPEND="${DEPEND}"

View File

@ -0,0 +1,20 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qt5-build
DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
fi
IUSE=""
DEPEND="
=dev-qt/qtcore-${QT5_PV}*
=dev-qt/qtdeclarative-${QT5_PV}*
"
RDEPEND="${DEPEND}"