From aa44a7256688177ed63c00beae642ea68566f88c Mon Sep 17 00:00:00 2001 From: Zen Date: Mon, 4 Dec 2023 12:34:10 -0600 Subject: [PATCH] dev-python/pycpio: Fixed case in project name Signed-off-by: Zen --- .../pycpio/{pycpio-0.5.6.ebuild => pycpio-0.5.6-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-python/pycpio/{pycpio-0.5.6.ebuild => pycpio-0.5.6-r1.ebuild} (91%) diff --git a/dev-python/pycpio/pycpio-0.5.6.ebuild b/dev-python/pycpio/pycpio-0.5.6-r1.ebuild similarity index 91% rename from dev-python/pycpio/pycpio-0.5.6.ebuild rename to dev-python/pycpio/pycpio-0.5.6-r1.ebuild index 658888d695..caef1ac70c 100644 --- a/dev-python/pycpio/pycpio-0.5.6.ebuild +++ b/dev-python/pycpio/pycpio-0.5.6-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{11..12} ) inherit distutils-r1 DESCRIPTION="Python CPIO library" -HOMEPAGE="https://github.com/desultory/PyCPIO" +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