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 88E8259CB2 for ; Sun, 17 Apr 2016 17:56:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97DAA21C060; Sun, 17 Apr 2016 17:56:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3903D21C060 for ; Sun, 17 Apr 2016 17:56:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27AA433E3A9 for ; Sun, 17 Apr 2016 17:56:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E686E7E for ; Sun, 17 Apr 2016 17:56:11 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1460915762.c0d2b815b36a257511938cde7b1b4af96166d991.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdelibs/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdelibs/kdelibs-4.9999.ebuild X-VCS-Directories: kde-base/kdelibs/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c0d2b815b36a257511938cde7b1b4af96166d991 X-VCS-Branch: master Date: Sun, 17 Apr 2016 17:56:11 +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: 96554a11-1a8b-491f-ae32-9d041e55c2d8 X-Archives-Hash: 79c7ccf49451dce37cdb11bf955d8598 commit: c0d2b815b36a257511938cde7b1b4af96166d991 Author: Andreas Sturmlechner gmail com> AuthorDate: Mon Apr 4 00:28:51 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Apr 17 17:56:02 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c0d2b815 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.9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kde-base/kdelibs/kdelibs-4.9999.ebuild b/kde-base/kdelibs/kdelibs-4.9999.ebuild index e97d9bd..205aabb 100644 --- a/kde-base/kdelibs/kdelibs-4.9999.ebuild +++ b/kde-base/kdelibs/kdelibs-4.9999.ebuild @@ -12,8 +12,11 @@ KDE_HANDBOOK="optional" inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic EGIT_BRANCH="KDE/4.14" +APPS_VERSION="16.04.0" # Don't forget to bump this DESCRIPTION="KDE libraries needed by all KDE programs" +[[ ${KDE_BUILD_TYPE} != live ]] && \ +SRC_URI="mirror://kde/Attic/applications/${APPS_VERSION}/src/${P}.tar.xz" KEYWORDS="" LICENSE="LGPL-2.1"