commit: c0d2b815b36a257511938cde7b1b4af96166d991
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Apr 4 00:28:51 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 17:56:02 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c0d2b815
kde-base/kdelibs: Set SRC_URI in ebuild
Being the only ebuild with that SRC_URI, it is easier and less error-prone
to keep it within the ebuild. If APPS_VERSION isn't bumped, manifest will
simply fail.
Package-Manager: portage-2.2.27
kde-base/kdelibs/kdelibs-4.9999.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/kde-base/kdelibs/kdelibs-4.9999.ebuild
b/kde-base/kdelibs/kdelibs-4.9999.ebuild
index e97d9bd..205aabb 100644
--- a/kde-base/kdelibs/kdelibs-4.9999.ebuild
+++ b/kde-base/kdelibs/kdelibs-4.9999.ebuild
@@ -12,8 +12,11 @@ KDE_HANDBOOK="optional"
inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic
EGIT_BRANCH="KDE/4.14"
+APPS_VERSION="16.04.0" # Don't forget to bump this
DESCRIPTION="KDE libraries needed by all KDE programs"
+[[ ${KDE_BUILD_TYPE} != live ]] && \
+SRC_URI="mirror://kde/Attic/applications/${APPS_VERSION}/src/${P}.tar.xz"
KEYWORDS=""
LICENSE="LGPL-2.1"