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:
3
dev-qt/qtquicktimeline/Manifest
Normal file
3
dev-qt/qtquicktimeline/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST qtquicktimeline-everywhere-src-6.8.2.tar.xz 110584 BLAKE2B a63a2f40350ac1355d87c1c543aeaca33628840d0381bb3a32ecb6553e207ac4bffa4ad3db2bbaa9f21ec296f8c861e3a589b983c2e789c9ce5ae9a9b0df0a5e SHA512 756ca10c69c04b234479c87ba65ea62b959a0a26d1aa25b208cfe92babe3f056346289a6269b374b346036971fbfb55a4ee5ab3f82069152f5685e679cfd20c7
|
||||
DIST qtquicktimeline-everywhere-src-6.8.3.tar.xz 112572 BLAKE2B c52a816d77943d137f6b64c4e98691e87d6940238ebfd291e553a4cb422e87c3c53e8091c3bb3e8793961b37de74974174a38b5c3b801bf0eafc95af34a9a057 SHA512 3f9aef0eb8b495cda9bcab22e7f544e9dd1894e556e162654c87903406cd3c73820f54a543bc3861d49c7863d2fc8d92f79bb8e90cdcc23a99cf64bbeb816885
|
||||
DIST qtquicktimeline-everywhere-src-6.9.0.tar.xz 112804 BLAKE2B 4f1a3c83f3fb0afea01f91b92f296cb194e7b83f002c66c8b2116d445738ca6d6ec8e0c2bd43b55f5423b7386e3436bb4c48ecc4a2c1be970b9150b4c3b88c29 SHA512 5269253aba969adec9f6793ce14e3b590636e5676a19559c4b6ca78636156c9a6b421389da254af68ed08b1a49ff54efc444d7d5466962af191074a9a228ef1d
|
||||
13
dev-qt/qtquicktimeline/metadata.xml
Normal file
13
dev-qt/qtquicktimeline/metadata.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?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/qt-5/qtquicktimeline-index.html</doc>
|
||||
<remote-id type="github">qt/qtquicktimeline</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
18
dev-qt/qtquicktimeline/qtquicktimeline-6.10.3.ebuild
Normal file
18
dev-qt/qtquicktimeline/qtquicktimeline-6.10.3.ebuild
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Qt module for keyframe-based timeline construction"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
|
||||
fi
|
||||
|
||||
RDEPEND="
|
||||
~dev-qt/qtbase-${PV}:6
|
||||
~dev-qt/qtdeclarative-${PV}:6
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
18
dev-qt/qtquicktimeline/qtquicktimeline-6.11.1.ebuild
Normal file
18
dev-qt/qtquicktimeline/qtquicktimeline-6.11.1.ebuild
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Qt module for keyframe-based timeline construction"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
|
||||
fi
|
||||
|
||||
RDEPEND="
|
||||
~dev-qt/qtbase-${PV}:6
|
||||
~dev-qt/qtdeclarative-${PV}:6
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
18
dev-qt/qtquicktimeline/qtquicktimeline-6.11.9999.ebuild
Normal file
18
dev-qt/qtquicktimeline/qtquicktimeline-6.11.9999.ebuild
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright 2021-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Qt module for keyframe-based timeline construction"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
RDEPEND="
|
||||
~dev-qt/qtbase-${PV}:6
|
||||
~dev-qt/qtdeclarative-${PV}:6
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
18
dev-qt/qtquicktimeline/qtquicktimeline-6.12.9999.ebuild
Normal file
18
dev-qt/qtquicktimeline/qtquicktimeline-6.12.9999.ebuild
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Qt module for keyframe-based timeline construction"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
RDEPEND="
|
||||
~dev-qt/qtbase-${PV}:6
|
||||
~dev-qt/qtdeclarative-${PV}:6
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
18
dev-qt/qtquicktimeline/qtquicktimeline-6.8.2.ebuild
Normal file
18
dev-qt/qtquicktimeline/qtquicktimeline-6.8.2.ebuild
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright 2021-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Qt module for keyframe-based timeline construction"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
|
||||
fi
|
||||
|
||||
RDEPEND="
|
||||
~dev-qt/qtbase-${PV}:6
|
||||
~dev-qt/qtdeclarative-${PV}:6
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
18
dev-qt/qtquicktimeline/qtquicktimeline-6.8.3.ebuild
Normal file
18
dev-qt/qtquicktimeline/qtquicktimeline-6.8.3.ebuild
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright 2021-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Qt module for keyframe-based timeline construction"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
|
||||
fi
|
||||
|
||||
RDEPEND="
|
||||
~dev-qt/qtbase-${PV}:6
|
||||
~dev-qt/qtdeclarative-${PV}:6
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
18
dev-qt/qtquicktimeline/qtquicktimeline-6.9.0.ebuild
Normal file
18
dev-qt/qtquicktimeline/qtquicktimeline-6.9.0.ebuild
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright 2021-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Qt module for keyframe-based timeline construction"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
RDEPEND="
|
||||
~dev-qt/qtbase-${PV}:6
|
||||
~dev-qt/qtdeclarative-${PV}:6
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
18
dev-qt/qtquicktimeline/qtquicktimeline-6.9.9999.ebuild
Normal file
18
dev-qt/qtquicktimeline/qtquicktimeline-6.9.9999.ebuild
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright 2021-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Qt module for keyframe-based timeline construction"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
RDEPEND="
|
||||
~dev-qt/qtbase-${PV}:6
|
||||
~dev-qt/qtdeclarative-${PV}:6
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
18
dev-qt/qtquicktimeline/qtquicktimeline-6.9999.ebuild
Normal file
18
dev-qt/qtquicktimeline/qtquicktimeline-6.9999.ebuild
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright 2021-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Qt module for keyframe-based timeline construction"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
RDEPEND="
|
||||
~dev-qt/qtbase-${PV}:6
|
||||
~dev-qt/qtdeclarative-${PV}:6
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user