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 843111388C1 for ; Thu, 3 Mar 2016 15:41:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E525BE0848; Thu, 3 Mar 2016 15:41:24 +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 721A0E0848 for ; Thu, 3 Mar 2016 15:41:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 89534340A5D for ; Thu, 3 Mar 2016 15:41:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 324F2180 for ; Thu, 3 Mar 2016 15:41:21 +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: <1457016763.53c5184d202b4d4a49464678798590faec60cc79.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/yakuake/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/yakuake/yakuake-9999.ebuild X-VCS-Directories: kde-misc/yakuake/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 53c5184d202b4d4a49464678798590faec60cc79 X-VCS-Branch: master Date: Thu, 3 Mar 2016 15:41:21 +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: b3aa51b2-4078-492a-b05e-326f06591d2b X-Archives-Hash: 8ccc0612ce46a0419cf3d527c0e535c6 commit: 53c5184d202b4d4a49464678798590faec60cc79 Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Mar 2 15:17:37 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Mar 3 14:52:43 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=53c5184d kde-misc/yakuake: Frameworks merged to master Package-Manager: portage-2.2.27 kde-misc/yakuake/yakuake-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-misc/yakuake/yakuake-9999.ebuild b/kde-misc/yakuake/yakuake-9999.ebuild index c7d31b5..433364e 100644 --- a/kde-misc/yakuake/yakuake-9999.ebuild +++ b/kde-misc/yakuake/yakuake-9999.ebuild @@ -2,13 +2,15 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -EGIT_BRANCH="frameworks" inherit kde5 DESCRIPTION="Quake-style terminal emulator based on konsole" HOMEPAGE="http://yakuake.kde.org/" +if [[ ${KDE_BUILD_TYPE} != live ]]; then + SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" +fi LICENSE="GPL-2 LGPL-2" KEYWORDS=""