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 035ce38be6
254 changed files with 8768 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST qtx11extras-everywhere-opensource-src-5.15.16.tar.xz 137856 BLAKE2B 21d51885c9e06cc147596db8ac38969016aac3d47c6e71e6d7d1684319c5f3638bf65f18ce98703700c065dc3b2bcd6824a78e7d2ca267b12edd559b3652df14 SHA512 edfb4e43214be861c5df71675ac9209b75ba3164c0caf5ec975528d60358a49707567ba4d1862ecb91e1c37d8169ef311426977962f02f2477c5d5ad7d5f4184
DIST qtx11extras-everywhere-opensource-src-5.15.17.tar.xz 139700 BLAKE2B a8bad95ce19e307d2d559ff86fdef1dd6faaa2faad17fbbaa66ffebb9848053a412a53fe7c597e6284a2009d30dd0e20442a0bac9dcc13704ddaa54b9e4db236 SHA512 e0ca69989d5c68aaed440a2d0e64079bab91a5bac81f9b3bd89632ff687d7d5a3cf928f7d19603dc1e569581cf9c8f6f25d4db7c1b0fe47ec0a5274a5477d628

View File

@ -0,0 +1,17 @@
<?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>
<upstream>
<bugs-to>https://bugreports.qt.io/</bugs-to>
<doc>https://doc.qt.io/</doc>
</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,22 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qt5-build
DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
fi
IUSE=""
RDEPEND="
=dev-qt/qtcore-${QT5_PV}*
=dev-qt/qtgui-${QT5_PV}*[X]
"
DEPEND="${RDEPEND}
test? ( =dev-qt/qtwidgets-${QT5_PV}* )
"

View File

@ -0,0 +1,22 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qt5-build
DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
fi
IUSE=""
RDEPEND="
=dev-qt/qtcore-${QT5_PV}*
=dev-qt/qtgui-${QT5_PV}*[X]
"
DEPEND="${RDEPEND}
test? ( =dev-qt/qtwidgets-${QT5_PV}* )
"

View File

@ -0,0 +1,22 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qt5-build
DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
fi
IUSE=""
RDEPEND="
=dev-qt/qtcore-${QT5_PV}*
=dev-qt/qtgui-${QT5_PV}*[X]
"
DEPEND="${RDEPEND}
test? ( =dev-qt/qtwidgets-${QT5_PV}* )
"