From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D9D78138334 for ; Sun, 17 Jun 2018 21:39:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDA3EE083D; Sun, 17 Jun 2018 21:39:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B16E0E083D for ; Sun, 17 Jun 2018 21:39:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BF46335C63 for ; Sun, 17 Jun 2018 21:39:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 440DB2AD for ; Sun, 17 Jun 2018 21:39:34 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1529271561.cc71dc69d248f8097fbbb1c3f9751d9523ed629a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/rsibreak/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/rsibreak/rsibreak-0.12.8.ebuild X-VCS-Directories: kde-misc/rsibreak/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cc71dc69d248f8097fbbb1c3f9751d9523ed629a X-VCS-Branch: master Date: Sun, 17 Jun 2018 21:39:34 +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: 3c3ad8db-cd8a-406e-8acb-5e9e8c59d51f X-Archives-Hash: d25eac4092d65255eaed49f796dc15f7 commit: cc71dc69d248f8097fbbb1c3f9751d9523ed629a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 17 21:36:41 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 17 21:39:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc71dc69 kde-misc/rsibreak: Switch to eapi7-ver Package-Manager: Portage-2.3.40, Repoman-2.3.9 kde-misc/rsibreak/rsibreak-0.12.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-misc/rsibreak/rsibreak-0.12.8.ebuild b/kde-misc/rsibreak/rsibreak-0.12.8.ebuild index 66fbdb8bcdf..1139c9b4a42 100644 --- a/kde-misc/rsibreak/rsibreak-0.12.8.ebuild +++ b/kde-misc/rsibreak/rsibreak-0.12.8.ebuild @@ -4,12 +4,12 @@ EAPI=6 KDE_HANDBOOK="forceoptional" -inherit kde5 versionator +inherit kde5 eapi7-ver DESCRIPTION="Small utility which bothers you at certain intervals" HOMEPAGE="https://userbase.kde.org/RSIBreak" if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range 1-2)/${P}.tar.xz" + SRC_URI="mirror://kde/stable/${PN}/$(ver_cut 1-2)/${P}.tar.xz" fi LICENSE="GPL-2+ handbook? ( FDL-1.2 )"