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:
2
dev-qt/qtgraphicaleffects/Manifest
Normal file
2
dev-qt/qtgraphicaleffects/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST qtgraphicaleffects-everywhere-opensource-src-5.15.16.tar.xz 14034764 BLAKE2B 3eafb3c5292054258a99fddfab83d9367d37acdb8f71f3560a54002524346d4f5f8fd8e9435fb2e796be4a6965ae49c2121c4e3aeb0fe547bf82f31a41f2ae7e SHA512 25f2940428bed7b85f5ae16df286f8effc30ef9f68f6db5c559b18d247e8f391ba8c7e00a927024b0c84593648391fa63d16a23f1e8ae237b198fd3a1e7aa818
|
||||
DIST qtgraphicaleffects-everywhere-opensource-src-5.15.17.tar.xz 14036952 BLAKE2B 5094dc241104de83ea75c397b7553e1e532bdaa98591948bd062fd84454dca3314437114e08a825b913b65434c4f48cb9e0bc36681313e73b8fdf5da3e1b8b2b SHA512 7b2dad5a6dbd39a2392cb2e72e13ac51051f1da3886b0a4c735ad9b20d2f1809866efbd0f1d3c6969ed9742a0b29ce8415568d92af4c826e743e6383bef306bd
|
||||
17
dev-qt/qtgraphicaleffects/metadata.xml
Normal file
17
dev-qt/qtgraphicaleffects/metadata.xml
Normal 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>
|
||||
22
dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.16.ebuild
Normal file
22
dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.16.ebuild
Normal file
@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
VIRTUALX_REQUIRED="test"
|
||||
inherit qt5-build
|
||||
|
||||
DESCRIPTION="Set of QML types for adding visual effects to user interfaces"
|
||||
|
||||
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/qtdeclarative-${QT5_PV}*
|
||||
=dev-qt/qtgui-${QT5_PV}*
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
22
dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.17.ebuild
Normal file
22
dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.17.ebuild
Normal file
@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
VIRTUALX_REQUIRED="test"
|
||||
inherit qt5-build
|
||||
|
||||
DESCRIPTION="Set of QML types for adding visual effects to user interfaces"
|
||||
|
||||
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/qtdeclarative-${QT5_PV}*
|
||||
=dev-qt/qtgui-${QT5_PV}*
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
22
dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.18.ebuild
Normal file
22
dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.18.ebuild
Normal file
@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
VIRTUALX_REQUIRED="test"
|
||||
inherit qt5-build
|
||||
|
||||
DESCRIPTION="Set of QML types for adding visual effects to user interfaces"
|
||||
|
||||
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/qtdeclarative-${QT5_PV}*
|
||||
=dev-qt/qtgui-${QT5_PV}*
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user