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 18D3C138334 for ; Sat, 9 Mar 2019 22:35:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB6A1E0967; Sat, 9 Mar 2019 22:35:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AD5DCE0966 for ; Sat, 9 Mar 2019 22:35:15 +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 1BEF5335C60 for ; Sat, 9 Mar 2019 22:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FCF7555 for ; Sat, 9 Mar 2019 22:35:12 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1552169771.bf00ddf28179ed8bab64beaa9a13d1bda577bf79.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/angband/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/angband/angband-4.1.3.ebuild X-VCS-Directories: games-roguelike/angband/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: bf00ddf28179ed8bab64beaa9a13d1bda577bf79 X-VCS-Branch: master Date: Sat, 9 Mar 2019 22:35:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2029f313-aba9-489c-b3cc-5d560099130c X-Archives-Hash: cdd0cbc0ce9807f3d8da84e024fc388a commit: bf00ddf28179ed8bab64beaa9a13d1bda577bf79 Author: Stefan Strogin gmail com> AuthorDate: Sun Feb 10 15:33:23 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Mar 9 22:16:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf00ddf2 games-roguelike/angband: migrate from versionator to eapi7-ver Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Stefan Strogin gmail.com> Signed-off-by: James Le Cuirot gentoo.org> games-roguelike/angband/angband-4.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-roguelike/angband/angband-4.1.3.ebuild b/games-roguelike/angband/angband-4.1.3.ebuild index 6b989d03273..00fd80617c2 100644 --- a/games-roguelike/angband/angband-4.1.3.ebuild +++ b/games-roguelike/angband/angband-4.1.3.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils gnome2-utils versionator +inherit autotools eapi7-ver eutils gnome2-utils -MAJOR_PV=$(get_version_component_range 1-2) +MAJOR_PV=$(ver_cut 1-2) DESCRIPTION="A roguelike dungeon exploration game based on the books of J.R.R. Tolkien" HOMEPAGE="http://rephial.org/"