From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C28F158094 for ; Sun, 10 Jul 2022 22:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86E77E0C2D; Sun, 10 Jul 2022 22:25:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63C69E0C2D for ; Sun, 10 Jul 2022 22:25:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 078DA340F52 for ; Sun, 10 Jul 2022 22:25:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A666105 for ; Sun, 10 Jul 2022 22:25:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1657491911.19977e2a7e14052aae5d5d8e86e5426f8c9d97c7.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde.org.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 19977e2a7e14052aae5d5d8e86e5426f8c9d97c7 X-VCS-Branch: master Date: Sun, 10 Jul 2022 22:25:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6596c912-e3f6-4fac-9601-c3143931e71b X-Archives-Hash: 54fd1854428daad2b02695f4c3f609c0 commit: 19977e2a7e14052aae5d5d8e86e5426f8c9d97c7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 10 21:39:51 2022 +0000 Commit: Andreas Sturmlechner gentoo 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 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"