From d907814ec5c246e4bde719d703d448992a5752d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 13 Feb 2024 05:25:52 +0100 Subject: [PATCH] =?UTF-8?q?Move=20dev-python/{editorconfig-core-py=20?= =?UTF-8?q?=E2=86=92=20editorconfig}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-text/editorconfig-core-c/editorconfig-core-c-0.12.5.ebuild | 2 +- app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild | 2 +- dev-python/{editorconfig-core-py => editorconfig}/Manifest | 0 .../editorconfig-0.12.3-r1.ebuild} | 0 dev-python/{editorconfig-core-py => editorconfig}/metadata.xml | 0 profiles/updates/1Q-2024 | 1 + 6 files changed, 3 insertions(+), 2 deletions(-) rename dev-python/{editorconfig-core-py => editorconfig}/Manifest (100%) rename dev-python/{editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild => editorconfig/editorconfig-0.12.3-r1.ebuild} (100%) rename dev-python/{editorconfig-core-py => editorconfig}/metadata.xml (100%) diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.5.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.5.ebuild index 4fb3f7542edab..37b3938299995 100644 --- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.5.ebuild +++ b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.5.ebuild @@ -17,7 +17,7 @@ IUSE="cli doc" BDEPEND="doc? ( app-text/doxygen )" DEPEND="dev-libs/libpcre2:=" RDEPEND="${DEPEND} - cli? ( !dev-python/editorconfig-core-py[cli] )" + cli? ( !dev-python/editorconfig[cli] )" src_prepare() { # Don't install the static library. diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild index 1bc6adbf15d13..98699154c6f03 100644 --- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild +++ b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild @@ -18,7 +18,7 @@ BDEPEND="doc? ( app-text/doxygen )" DEPEND="dev-libs/libpcre2:=" RDEPEND=" ${DEPEND} - cli? ( !dev-python/editorconfig-core-py[cli] ) + cli? ( !dev-python/editorconfig[cli] ) " # Header-only DEPEND+=" dev-libs/uthash" diff --git a/dev-python/editorconfig-core-py/Manifest b/dev-python/editorconfig/Manifest similarity index 100% rename from dev-python/editorconfig-core-py/Manifest rename to dev-python/editorconfig/Manifest diff --git a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild b/dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild similarity index 100% rename from dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild rename to dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild diff --git a/dev-python/editorconfig-core-py/metadata.xml b/dev-python/editorconfig/metadata.xml similarity index 100% rename from dev-python/editorconfig-core-py/metadata.xml rename to dev-python/editorconfig/metadata.xml diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024 index 11420d50bc64c..c02369a4cc28a 100644 --- a/profiles/updates/1Q-2024 +++ b/profiles/updates/1Q-2024 @@ -74,3 +74,4 @@ move dev-python/confusable_homoglyphs dev-python/confusable-homoglyphs move dev-python/ml_dtypes dev-python/ml-dtypes slotmove =dev-java/commons-imaging-1.0_alpha3-r1 0 1 move media-gfx/fotoxx media-gfx/fotocx +move dev-python/editorconfig-core-py dev-python/editorconfig