Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Sun, 25 Apr 2021 20:53:49
Message-Id: 1619382954.c07868209e90d1a9e9a3e5a7a4f10af7e4606ec5.asturm@gentoo
1 commit: c07868209e90d1a9e9a3e5a7a4f10af7e4606ec5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 18:39:19 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 20:35:54 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=c0786820
7
8 qt5-build.eclass: Drop _alpha/_beta/_rc tarball support
9
10 No more such pre-releases happening for Qt5.
11
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 eclass/qt5-build.eclass | 7 -------
15 1 file changed, 7 deletions(-)
16
17 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
18 index 7c28397d..55be9e57 100644
19 --- a/eclass/qt5-build.eclass
20 +++ b/eclass/qt5-build.eclass
21 @@ -70,13 +70,6 @@ case ${PV} in
22 QT5_BUILD_TYPE="live"
23 EGIT_BRANCH="kde/5.15"
24 ;;
25 - *_alpha*|*_beta*|*_rc*)
26 - # development release
27 - QT5_BUILD_TYPE="release"
28 - MY_P=${QT5_MODULE}-everywhere-src-${PV/_/-}
29 - SRC_URI="https://download.qt.io/development_releases/qt/${PV%.*}/${PV/_/-}/submodules/${MY_P}.tar.xz"
30 - S=${WORKDIR}/${MY_P}
31 - ;;
32 *)
33 # official stable release
34 QT5_BUILD_TYPE="release"