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 B7933158092 for ; Fri, 17 Sep 2021 13:40:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCE30E083D; Fri, 17 Sep 2021 13:40:50 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAD54E083D for ; Fri, 17 Sep 2021 13:40:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 819EF343183 for ; Fri, 17 Sep 2021 13:40:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FD53D5 for ; Fri, 17 Sep 2021 13:40:47 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1631885756.ce4328e7543f39e3b3d2cc5c557a85e467dd5243.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ubi_reader/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ubi_reader/ubi_reader-0.7.0.ebuild X-VCS-Directories: sys-fs/ubi_reader/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: ce4328e7543f39e3b3d2cc5c557a85e467dd5243 X-VCS-Branch: master Date: Fri, 17 Sep 2021 13:40:47 +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: ec417edf-98cb-49f9-900d-2c452604f0cf X-Archives-Hash: faa997fe3d8c8b4631bd4012c636259c commit: ce4328e7543f39e3b3d2cc5c557a85e467dd5243 Author: Jakov Smolić gentoo org> AuthorDate: Thu Sep 16 13:02:27 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Sep 17 13:35:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4328e7 sys-fs/ubi_reader: Drop unused MY_P variable Signed-off-by: Jakov Smolić gentoo.org> sys-fs/ubi_reader/ubi_reader-0.7.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-fs/ubi_reader/ubi_reader-0.7.0.ebuild b/sys-fs/ubi_reader/ubi_reader-0.7.0.ebuild index d9accb971c8..458bf4321ed 100644 --- a/sys-fs/ubi_reader/ubi_reader-0.7.0.ebuild +++ b/sys-fs/ubi_reader/ubi_reader-0.7.0.ebuild @@ -8,7 +8,6 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 MY_PN="${PN/_/-}" -MY_P="${MY_PN}-${PV}" DESCRIPTION="Collection of Python scripts for extracting data from UBI and UBIFS images" HOMEPAGE="https://github.com/jrspruitt/ubi_reader" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"