From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1015031-garchives=archives.gentoo.org@lists.gentoo.org> 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 690D01381F1 for <garchives@archives.gentoo.org>; Wed, 4 Apr 2018 21:10:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19B82E0993; Wed, 4 Apr 2018 21:10:17 +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 EB96DE0993 for <gentoo-commits@lists.gentoo.org>; Wed, 4 Apr 2018 21:10:16 +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 15599335CDC for <gentoo-commits@lists.gentoo.org>; Wed, 4 Apr 2018 21:10:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59272279 for <gentoo-commits@lists.gentoo.org>; Wed, 4 Apr 2018 21:10:08 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1522876172.12cf0a2ed6aa8d64b5c36c5005020144f7c70f3b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/dawn/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/dawn/dawn-3.90b-r1.ebuild X-VCS-Directories: media-gfx/dawn/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 12cf0a2ed6aa8d64b5c36c5005020144f7c70f3b X-VCS-Branch: master Date: Wed, 4 Apr 2018 21:10:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: deb48fda-cb9e-4c6c-92ed-2fd73a103cff X-Archives-Hash: 77b81c6d3eed954fc367d00bf330cc2e commit: 12cf0a2ed6aa8d64b5c36c5005020144f7c70f3b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 4 20:28:25 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Apr 4 21:09:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cf0a2e media-gfx/dawn: Switch to eapi7-ver Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-gfx/dawn/dawn-3.90b-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/dawn/dawn-3.90b-r1.ebuild b/media-gfx/dawn/dawn-3.90b-r1.ebuild index b8293cd2451..b1452f3e996 100644 --- a/media-gfx/dawn/dawn-3.90b-r1.ebuild +++ b/media-gfx/dawn/dawn-3.90b-r1.ebuild @@ -3,9 +3,9 @@ EAPI=6 -inherit toolchain-funcs versionator +inherit eapi7-ver toolchain-funcs -MY_P=${PN}_$(replace_version_separator 1 _) +MY_P=${PN}_$(ver_rs 1 _) DESCRIPTION="3D geometrical postscript renderer" HOMEPAGE="http://geant4.kek.jp/~tanaka/DAWN/About_DAWN.html"