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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0776B158015 for ; Sat, 23 Dec 2023 00:01:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A96232BC02F; Sat, 23 Dec 2023 00:01:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 938222BC01B for ; Sat, 23 Dec 2023 00:01:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B120B342FFA for ; Sat, 23 Dec 2023 00:01:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10A191492 for ; Sat, 23 Dec 2023 00:01:36 +0000 (UTC) From: "George Zenner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "George Zenner" Message-ID: <1703289556.0d02c1051313e1f18efbc65ab0f2da15fef810b7.dev@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pycpio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pycpio/pycpio-0.6.1.ebuild X-VCS-Directories: dev-python/pycpio/ X-VCS-Committer: dev X-VCS-Committer-Name: George Zenner X-VCS-Revision: 0d02c1051313e1f18efbc65ab0f2da15fef810b7 X-VCS-Branch: dev Date: Sat, 23 Dec 2023 00:01:36 +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: 59405a1c-6fb6-403a-ba48-1cac254af6bb X-Archives-Hash: ac8e1c147bfd177c2c9980455cfbfad8 commit: 0d02c1051313e1f18efbc65ab0f2da15fef810b7 Author: Zen pyl onl> AuthorDate: Fri Dec 22 23:55:31 2023 +0000 Commit: George Zenner pyl onl> CommitDate: Fri Dec 22 23:59:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d02c105 dev-python/pycpio: Removed needless src dir change Signed-off-by: Zen pyl.onl> dev-python/pycpio/pycpio-0.6.1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/pycpio/pycpio-0.6.1.ebuild b/dev-python/pycpio/pycpio-0.6.1.ebuild index 60dcbe5549..cc9f2e41e4 100644 --- a/dev-python/pycpio/pycpio-0.6.1.ebuild +++ b/dev-python/pycpio/pycpio-0.6.1.ebuild @@ -11,9 +11,6 @@ DESCRIPTION="Python CPIO library" HOMEPAGE="https://github.com/desultory/pycpio" SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" -# Specify the subdirectory containing the actual source code -S="${WORKDIR}/${PN}-${PV}" - LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64"