diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-04-04 02:08:57 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-04-21 03:09:57 +1000 |
commit | ac1cd1d53c668cea9a4b0655444a316b9385fdfb (patch) | |
tree | afa25390c6bfbae1c4a0f10c54f67d0275e588af | |
parent | app-emulation/docker: sync live ebuild (diff) | |
download | gentoo-ac1cd1d53c668cea9a4b0655444a316b9385fdfb.tar.gz gentoo-ac1cd1d53c668cea9a4b0655444a316b9385fdfb.tar.bz2 gentoo-ac1cd1d53c668cea9a4b0655444a316b9385fdfb.zip |
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
-rw-r--r-- | kde-base/kdelibs/kdelibs-4.14.16.ebuild | 2 | ||||
-rw-r--r-- | kde-base/kdelibs/kdelibs-4.14.18.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/kde-base/kdelibs/kdelibs-4.14.16.ebuild b/kde-base/kdelibs/kdelibs-4.14.16.ebuild index 47b81e50d418..eb6fc3c2256e 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 b44a85f24346..3aa7aba09ee6 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" |