Skip to content

Commit

Permalink
frameworks.kde.org.eclass: Drop SRC_URI support for KF5 PortingAids
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/755956
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 23, 2024
1 parent 2d0b4ba commit 72438eb
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions eclass/frameworks.kde.org.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -67,24 +67,4 @@ KDE_ORG_SCHEDULE_URI+="/Frameworks"
# Helper variable to construct release group specific SRC_URI.
_KDE_SRC_URI="mirror://kde/"

# 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

fi

0 comments on commit 72438eb

Please sign in to comment.