kde-base/kdelibs: Set SRC_URI in ebuild
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Mon, 4 Apr 2016 00:08:57 +0000 (02:08 +0200)
committerMichael Palimaka <kensington@gentoo.org>
Wed, 20 Apr 2016 17:09:57 +0000 (03:09 +1000)
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
kde-base/kdelibs/kdelibs-4.14.18.ebuild

index 47b81e50d418e4cdeb5156e9e1174b44a2a79890..eb6fc3c2256e931f1a89e261f94ceeae4c4809da 100644 (file)
@@ -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"
index b44a85f243465beaa901cc76a83c4ab6a3d1344e..3aa7aba09ee65e8d109a69c264b555debfc46af5 100644 (file)
@@ -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"