From 22fccc94b224cfdb23ffcf2f8151e05275971ec6 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sat, 19 Aug 2023 14:00:01 -0400 Subject: dev-qt/*: drop Qt6 (live ebuilds moved to ::gentoo) Maintaining these in two different repos feels like just a hassle (to me), and would rather have all in one place so I can change live and release ebuilds(+metadata/eclass) simultaneously as needed (plus chiitoo has ::gentoo commit access now). Do not want to leave stale ebuilds here, so cleaning up. May move other packages if I happen to work on them, albeit I have no real intention to touch non-Qt6 things outside at most small things (anyone working on other things are free to the same if they want, or stay as-is). Signed-off-by: Ionen Wolkens --- dev-qt/qtquicktimeline/qtquicktimeline-6.5.9999.ebuild | 18 ------------------ dev-qt/qtquicktimeline/qtquicktimeline-6.9999.ebuild | 18 ------------------ 2 files changed, 36 deletions(-) delete mode 100644 dev-qt/qtquicktimeline/qtquicktimeline-6.5.9999.ebuild delete mode 100644 dev-qt/qtquicktimeline/qtquicktimeline-6.9999.ebuild (limited to 'dev-qt/qtquicktimeline') diff --git a/dev-qt/qtquicktimeline/qtquicktimeline-6.5.9999.ebuild b/dev-qt/qtquicktimeline/qtquicktimeline-6.5.9999.ebuild deleted file mode 100644 index 3b0370aa..00000000 --- a/dev-qt/qtquicktimeline/qtquicktimeline-6.5.9999.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2021-2023 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" -fi - -DEPEND=" - =dev-qt/qtbase-${PV}* - =dev-qt/qtdeclarative-${PV}* -" -RDEPEND="${DEPEND}" diff --git a/dev-qt/qtquicktimeline/qtquicktimeline-6.9999.ebuild b/dev-qt/qtquicktimeline/qtquicktimeline-6.9999.ebuild deleted file mode 100644 index 3b0370aa..00000000 --- a/dev-qt/qtquicktimeline/qtquicktimeline-6.9999.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2021-2023 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" -fi - -DEPEND=" - =dev-qt/qtbase-${PV}* - =dev-qt/qtdeclarative-${PV}* -" -RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad