From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2F962139BC6 for ; Thu, 17 Sep 2015 12:35:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E6DE21C06C; Thu, 17 Sep 2015 12:35:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BAAE21C06C for ; Thu, 17 Sep 2015 12:35:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9BF134067D for ; Thu, 17 Sep 2015 12:35:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E52B5178 for ; Thu, 17 Sep 2015 12:35:46 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1442493332.4f31b439d85a4e0941df368f482dc79bab998081.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/kde4-base.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 4f31b439d85a4e0941df368f482dc79bab998081 X-VCS-Branch: master Date: Thu, 17 Sep 2015 12:35:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fe6971d9-49f5-44c0-b44c-09b82ec662c2 X-Archives-Hash: 24eb0328cf78c4bb71bd861057aaa1f7 commit: 4f31b439d85a4e0941df368f482dc79bab998081 Author: Manuel Rüger gentoo org> AuthorDate: Thu Sep 17 12:14:02 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Sep 17 12:35:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f31b439 profiles: Add URI for kdelibs 4.14.12 eclass/kde4-base.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 1e0ff2e..fb4d566 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -461,6 +461,9 @@ _calculate_src_uri() { 4.14.11) # Part of 15.08.0 actually, sigh. Not stable for next release! SRC_URI="mirror://kde/stable/applications/15.08.0/src/${_kmname_pv}.tar.xz" ;; + 4.14.12) + # Part of 15.08.1 actually, sigh. Not stable for next release! + SRC_URI="mirror://kde/stable/applications/15.08.1/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" ;;