summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository QA checks <repo-qa-checks@gentoo.org>2017-05-10 21:25:08 +0000
committerRepository QA checks <repo-qa-checks@gentoo.org>2017-05-10 21:25:08 +0000
commita99a5aaba2fbd1ca004ef02224dbb3e6788c1161 (patch)
tree586db826bd9adcd4668828c38d7f7cc472f668d9
parent2017-05-10 21:02:10 UTC (diff)
parentkde5.eclass: 5.29.0 tarballs moved to Attic (diff)
downloadgentoo-a99a5aaba2fbd1ca004ef02224dbb3e6788c1161.tar.gz
gentoo-a99a5aaba2fbd1ca004ef02224dbb3e6788c1161.tar.bz2
gentoo-a99a5aaba2fbd1ca004ef02224dbb3e6788c1161.zip
Merge updates from master
-rw-r--r--eclass/kde4-base.eclass2
-rw-r--r--eclass/kde5.eclass10
-rw-r--r--kde-apps/audiocd-kio/audiocd-kio-16.08.3.ebuild4
-rw-r--r--kde-apps/kgpg/kgpg-16.08.3.ebuild2
-rw-r--r--kde-apps/libkcddb/libkcddb-16.08.3.ebuild4
5 files changed, 19 insertions, 3 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 4dc4e0042a95..bbdcf8db20f4 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -479,6 +479,8 @@ _calculate_src_uri() {
4.14.11*)
# KDEPIM 4.14 snapshot with Gentoo patches
SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${_kmname_pv}.tar.xz" ;;
+ 16.12.3)
+ SRC_URI="mirror://kde/Attic/applications/16.12.3/src/${_kmname_pv}.tar.xz" ;;
??.?.[6-9]? | ??.??.[4-9]?)
# Unstable KDE Applications releases
SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" ;;
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 102a41545a66..1e020f11da2f 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -294,6 +294,8 @@ _calculate_src_uri() {
case ${CATEGORY} in
kde-apps)
case ${PV} in
+ 16.12.3)
+ SRC_URI="mirror://kde/Attic/applications/16.12.3/src/${_kmname}-${PV}.tar.xz" ;;
??.?.[6-9]? | ??.??.[6-9]? )
SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz"
RESTRICT+=" mirror"
@@ -303,7 +305,13 @@ _calculate_src_uri() {
esac
;;
kde-frameworks)
- SRC_URI="mirror://kde/stable/frameworks/${PV%.*}/${_kmname}-${PV}.tar.xz" ;;
+ case ${PV} in
+ 5.29.?)
+ SRC_URI="mirror://kde/Attic/frameworks/${PV%.*}/${_kmname}-${PV}.tar.xz" ;;
+ *)
+ SRC_URI="mirror://kde/stable/frameworks/${PV%.*}/${_kmname}-${PV}.tar.xz" ;;
+ esac
+ ;;
kde-plasma)
local plasmapv=$(get_version_component_range 1-3)
diff --git a/kde-apps/audiocd-kio/audiocd-kio-16.08.3.ebuild b/kde-apps/audiocd-kio/audiocd-kio-16.08.3.ebuild
index fb685aaf91e9..31805eba44b8 100644
--- a/kde-apps/audiocd-kio/audiocd-kio-16.08.3.ebuild
+++ b/kde-apps/audiocd-kio/audiocd-kio-16.08.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,6 +7,8 @@ KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE kioslaves from the kdemultimedia package"
+SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz"
+
KEYWORDS="amd64 ~arm x86"
IUSE="debug flac vorbis"
diff --git a/kde-apps/kgpg/kgpg-16.08.3.ebuild b/kde-apps/kgpg/kgpg-16.08.3.ebuild
index da279ceb591b..f9b688291bf2 100644
--- a/kde-apps/kgpg/kgpg-16.08.3.ebuild
+++ b/kde-apps/kgpg/kgpg-16.08.3.ebuild
@@ -10,6 +10,8 @@ inherit kde4-base
DESCRIPTION="Frontend for GnuPG, a powerful encryption utility by KDE"
HOMEPAGE="https://www.kde.org/applications/utilities/kgpg
https://utils.kde.org/projects/kgpg"
+SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz"
+
KEYWORDS="amd64 ~arm x86"
IUSE="debug"
diff --git a/kde-apps/libkcddb/libkcddb-16.08.3.ebuild b/kde-apps/libkcddb/libkcddb-16.08.3.ebuild
index 4b04de71c0bf..5eb78b8cc3fd 100644
--- a/kde-apps/libkcddb/libkcddb-16.08.3.ebuild
+++ b/kde-apps/libkcddb/libkcddb-16.08.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,6 +7,8 @@ KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE library for CDDB"
+SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz"
+
KEYWORDS="amd64 ~arm x86"
IUSE="debug musicbrainz"