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 860B258975 for ; Tue, 26 Jan 2016 13:48:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59414E083B; Tue, 26 Jan 2016 13:48:41 +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 ABC89E083C for ; Tue, 26 Jan 2016 13:48:40 +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 A0AA7340894 for ; Tue, 26 Jan 2016 13:48:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A427CF7 for ; Tue, 26 Jan 2016 13:48:36 +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: <1453816099.3ac8635f4e8f1997390c901fd613a1b195da11ac.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/rsibreak/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/rsibreak/rsibreak-9999.ebuild X-VCS-Directories: kde-misc/rsibreak/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3ac8635f4e8f1997390c901fd613a1b195da11ac X-VCS-Branch: master Date: Tue, 26 Jan 2016 13:48:36 +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: c8239870-2c0f-4d8f-9507-05b8d9979f3a X-Archives-Hash: d3cf1038be1af4f4ed0f49a2556e58e0 commit: 3ac8635f4e8f1997390c901fd613a1b195da11ac Author: Michael Palimaka gentoo org> AuthorDate: Tue Jan 26 13:34:46 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Jan 26 13:48:19 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ac8635f kde-misc/rsibreak: sync with main tree Package-Manager: portage-2.2.27 kde-misc/rsibreak/rsibreak-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kde-misc/rsibreak/rsibreak-9999.ebuild b/kde-misc/rsibreak/rsibreak-9999.ebuild index 14d1513..a6607d0 100644 --- a/kde-misc/rsibreak/rsibreak-9999.ebuild +++ b/kde-misc/rsibreak/rsibreak-9999.ebuild @@ -2,15 +2,15 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -KDE_HANDBOOK=forceoptional -inherit kde5 +KDE_HANDBOOK="forceoptional" +inherit kde5 versionator DESCRIPTION="Small utility which bothers you at certain intervals" HOMEPAGE="https://userbase.kde.org/RSIBreak" -if [[ ${KDE_BUILD_TYPE} != live ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range 1-2)/${P}.tar.xz" fi LICENSE="GPL-2+ handbook? ( FDL-1.2 )"