commit: 19977e2a7e14052aae5d5d8e86e5426f8c9d97c7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 21:39:51 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 22:25:11 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=19977e2a
kde.org.eclass: Drop obsolete kdevelop SRC_URI quirk
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/kde.org.eclass | 4 ----
1 file changed, 4 deletions(-)
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index b6d369237e..cade214918 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -232,10 +232,6 @@ _kde.org_calculate_src_uri() {
;;
esac
- if [[ ${PN} == kdevelop* && ${PV} == 5.6.2 ]]; then
- _src_uri+="stable/kdevelop/${PV}/src/"
- fi
-
if [[ -n ${KDE_ORG_COMMIT} ]]; then
SRC_URI="https://invent.kde.org/${KDE_ORG_CATEGORY}/${KDE_ORG_NAME}/-/"
SRC_URI+="archive/${KDE_ORG_COMMIT}/${KDE_ORG_NAME}-${KDE_ORG_COMMIT}.tar.gz"