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 C6ECD1382C5 for ; Tue, 6 Mar 2018 22:46:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE452E09FD; Tue, 6 Mar 2018 22:46:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8CE69E09F6 for ; Tue, 6 Mar 2018 22:46:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2EEC8335C2C for ; Tue, 6 Mar 2018 22:46:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FDD9240 for ; Tue, 6 Mar 2018 22:46:37 +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: <1520374238.f2f3bf3c2ef168a8b1b8ad8e8ecc1c19c6f1db4a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/appstream/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/appstream/appstream-9999.ebuild X-VCS-Directories: dev-libs/appstream/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f2f3bf3c2ef168a8b1b8ad8e8ecc1c19c6f1db4a X-VCS-Branch: master Date: Tue, 6 Mar 2018 22:46:37 +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: 03e50aee-9427-44e2-beed-ecd88b5ad83e X-Archives-Hash: 45a76891e9bab900689196b2227a8211 commit: f2f3bf3c2ef168a8b1b8ad8e8ecc1c19c6f1db4a Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 6 21:58:27 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 6 22:10:38 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f2f3bf3c dev-libs/appstream: versionator -> eapi7-ver Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/appstream/appstream-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/appstream/appstream-9999.ebuild b/dev-libs/appstream/appstream-9999.ebuild index cf22f18a99..184c0c96b5 100644 --- a/dev-libs/appstream/appstream-9999.ebuild +++ b/dev-libs/appstream/appstream-9999.ebuild @@ -3,14 +3,14 @@ EAPI=6 -inherit meson xdg-utils +inherit meson xdg-utils eapi7-ver if [[ ${PV} = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/ximion/${PN}" else inherit versionator - MY_PV="$(replace_all_version_separators '_')" + MY_PV="$(ver_rs 1- _)" MY_P="APPSTREAM_${MY_PV}" SRC_URI="https://github.com/ximion/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~x86"