commit: ac1cd1d53c668cea9a4b0655444a316b9385fdfb
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Apr 4 00:08:57 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 17:09:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1cd1d5
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.14.16.ebuild | 2 ++
kde-base/kdelibs/kdelibs-4.14.18.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/kde-base/kdelibs/kdelibs-4.14.16.ebuild
b/kde-base/kdelibs/kdelibs-4.14.16.ebuild
index 47b81e5..eb6fc3c 100644
--- a/kde-base/kdelibs/kdelibs-4.14.16.ebuild
+++ b/kde-base/kdelibs/kdelibs-4.14.16.ebuild
@@ -12,8 +12,10 @@ KDE_HANDBOOK="optional"
inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic
EGIT_BRANCH="KDE/4.14"
+APPS_VERSION="15.12.1" # Don't forget to bump this
DESCRIPTION="KDE libraries needed by all KDE programs"
+SRC_URI="mirror://kde/stable/applications/${APPS_VERSION}/src/${P}.tar.xz"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux
~x86-linux"
LICENSE="LGPL-2.1"
diff --git a/kde-base/kdelibs/kdelibs-4.14.18.ebuild
b/kde-base/kdelibs/kdelibs-4.14.18.ebuild
index b44a85f..3aa7aba 100644
--- a/kde-base/kdelibs/kdelibs-4.14.18.ebuild
+++ b/kde-base/kdelibs/kdelibs-4.14.18.ebuild
@@ -12,8 +12,10 @@ KDE_HANDBOOK="optional"
inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic
EGIT_BRANCH="KDE/4.14"
+APPS_VERSION="15.12.3" # Don't forget to bump this
DESCRIPTION="KDE libraries needed by all KDE programs"
+SRC_URI="mirror://kde/stable/applications/${APPS_VERSION}/src/${P}.tar.xz"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux
~x86-linux"
LICENSE="LGPL-2.1"