mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
frameworks.kde.org.eclass: Drop SRC_URI support for KF5 PortingAids
Bug: https://bugs.gentoo.org/755956 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
c16980370c
commit
f2a0b0c592
@ -65,25 +65,9 @@ KDE_ORG_SCHEDULE_URI+="/Frameworks"
|
||||
# @INTERNAL
|
||||
# @DESCRIPTION:
|
||||
# Helper variable to construct release group specific SRC_URI.
|
||||
_KDE_SRC_URI="mirror://kde/"
|
||||
_KDE_SRC_URI="mirror://kde/stable/frameworks/${KDE_CATV}/"
|
||||
|
||||
# TODO: Remove after last KF5 PortingAid treecleaned; bug 755956
|
||||
if [[ ${KDE_BUILD_TYPE} != live && -z ${KDE_ORG_COMMIT} ]]; then
|
||||
_KDE_SRC_URI+="stable/frameworks/${KDE_CATV}/"
|
||||
case ${KDE_ORG_NAME} in
|
||||
kdelibs4support | \
|
||||
kdesignerplugin | \
|
||||
kdewebkit | \
|
||||
khtml | \
|
||||
kjs | \
|
||||
kjsembed | \
|
||||
kmediaplayer | \
|
||||
kross | \
|
||||
kxmlrpcclient)
|
||||
_KDE_SRC_URI+="portingAids/"
|
||||
;;
|
||||
esac
|
||||
|
||||
SRC_URI="${_KDE_SRC_URI}${KDE_ORG_TAR_PN}-${PV}.tar.xz"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user