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 3C47E1382C5 for ; Sun, 7 Jun 2020 15:19:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73354E0916; Sun, 7 Jun 2020 15:19:52 +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 59897E0916 for ; Sun, 7 Jun 2020 15:19:52 +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 246EE34F39A for ; Sun, 7 Jun 2020 15:19:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C84D1F9 for ; Sun, 7 Jun 2020 15:19:45 +0000 (UTC) From: "Volkmar W. Pogatzki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Volkmar W. Pogatzki" Message-ID: <1591543179.de932a540b57667c993752389a57cc91d218f97c.VolkmarPogatzki@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/eiwd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-wireless/eiwd/eiwd-1.7_pre20200416.ebuild net-wireless/eiwd/eiwd-20200416.ebuild X-VCS-Directories: net-wireless/eiwd/ X-VCS-Committer: VolkmarPogatzki X-VCS-Committer-Name: Volkmar W. Pogatzki X-VCS-Revision: de932a540b57667c993752389a57cc91d218f97c X-VCS-Branch: dev Date: Sun, 7 Jun 2020 15:19:45 +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: f80dad25-3016-417a-93a0-d064743123a0 X-Archives-Hash: 7ad8380465f9e28a8cf30f80f2705c17 commit: de932a540b57667c993752389a57cc91d218f97c Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sun Jun 7 15:19:03 2020 +0000 Commit: Volkmar W. Pogatzki pogatzki net> CommitDate: Sun Jun 7 15:19:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de932a54 net-wireless/eiwd: Version adjusted renamed: eiwd-20200416.ebuild -> eiwd-1.7_pre20200416.ebuild Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> net-wireless/eiwd/{eiwd-20200416.ebuild => eiwd-1.7_pre20200416.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/eiwd/eiwd-20200416.ebuild b/net-wireless/eiwd/eiwd-1.7_pre20200416.ebuild similarity index 97% rename from net-wireless/eiwd/eiwd-20200416.ebuild rename to net-wireless/eiwd/eiwd-1.7_pre20200416.ebuild index 96457f7..d349a96 100644 --- a/net-wireless/eiwd/eiwd-20200416.ebuild +++ b/net-wireless/eiwd/eiwd-1.7_pre20200416.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit autotools flag-o-matic git-r3 -MY_PV="$(ver_rs 2 '-')" +MY_PV="${PV}" MY_P="${PN}-${MY_PV}" DESCRIPTION="iwd without dbus"