commit:     c07868209e90d1a9e9a3e5a7a4f10af7e4606ec5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 18:39:19 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 20:35:54 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=c0786820

qt5-build.eclass: Drop _alpha/_beta/_rc tarball support

No more such pre-releases happening for Qt5.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/qt5-build.eclass | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 7c28397d..55be9e57 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -70,13 +70,6 @@ case ${PV} in
                QT5_BUILD_TYPE="live"
                EGIT_BRANCH="kde/5.15"
                ;;
-       *_alpha*|*_beta*|*_rc*)
-               # development release
-               QT5_BUILD_TYPE="release"
-               MY_P=${QT5_MODULE}-everywhere-src-${PV/_/-}
-               
SRC_URI="https://download.qt.io/development_releases/qt/${PV%.*}/${PV/_/-}/submodules/${MY_P}.tar.xz";
-               S=${WORKDIR}/${MY_P}
-               ;;
        *)
                # official stable release
                QT5_BUILD_TYPE="release"

Reply via email to