From 36665abda6f05681e59bd4e846453d05c41c9ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 11 Jan 2024 17:08:40 +0100 Subject: [PATCH] =?UTF-8?q?Move=20{app-doc=20=E2=86=92=20app-text}/zeal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny Closes: https://github.com/gentoo/gentoo/pull/34762 Signed-off-by: Michał Górny --- {app-doc => app-text}/zeal/Manifest | 0 ...002-settings-disable-checking-for-updates-by-default.patch | 0 .../files/zeal-0.6.1_p20200815-fix-sidebar-static-lib.patch | 0 {app-doc => app-text}/zeal/metadata.xml | 0 {app-doc => app-text}/zeal/zeal-0.6.1_p20200815-r1.ebuild | 2 +- profiles/arch/amd64/x32/package.mask | 4 ++-- profiles/arch/arm/package.mask | 4 ++-- profiles/arch/x86/package.mask | 2 +- profiles/updates/1Q-2024 | 1 + 9 files changed, 7 insertions(+), 6 deletions(-) rename {app-doc => app-text}/zeal/Manifest (100%) rename {app-doc => app-text}/zeal/files/0002-settings-disable-checking-for-updates-by-default.patch (100%) rename {app-doc => app-text}/zeal/files/zeal-0.6.1_p20200815-fix-sidebar-static-lib.patch (100%) rename {app-doc => app-text}/zeal/metadata.xml (100%) rename {app-doc => app-text}/zeal/zeal-0.6.1_p20200815-r1.ebuild (96%) diff --git a/app-doc/zeal/Manifest b/app-text/zeal/Manifest similarity index 100% rename from app-doc/zeal/Manifest rename to app-text/zeal/Manifest diff --git a/app-doc/zeal/files/0002-settings-disable-checking-for-updates-by-default.patch b/app-text/zeal/files/0002-settings-disable-checking-for-updates-by-default.patch similarity index 100% rename from app-doc/zeal/files/0002-settings-disable-checking-for-updates-by-default.patch rename to app-text/zeal/files/0002-settings-disable-checking-for-updates-by-default.patch diff --git a/app-doc/zeal/files/zeal-0.6.1_p20200815-fix-sidebar-static-lib.patch b/app-text/zeal/files/zeal-0.6.1_p20200815-fix-sidebar-static-lib.patch similarity index 100% rename from app-doc/zeal/files/zeal-0.6.1_p20200815-fix-sidebar-static-lib.patch rename to app-text/zeal/files/zeal-0.6.1_p20200815-fix-sidebar-static-lib.patch diff --git a/app-doc/zeal/metadata.xml b/app-text/zeal/metadata.xml similarity index 100% rename from app-doc/zeal/metadata.xml rename to app-text/zeal/metadata.xml diff --git a/app-doc/zeal/zeal-0.6.1_p20200815-r1.ebuild b/app-text/zeal/zeal-0.6.1_p20200815-r1.ebuild similarity index 96% rename from app-doc/zeal/zeal-0.6.1_p20200815-r1.ebuild rename to app-text/zeal/zeal-0.6.1_p20200815-r1.ebuild index de70b12dcde9e..674a37e1858ee 100644 --- a/app-doc/zeal/zeal-0.6.1_p20200815-r1.ebuild +++ b/app-text/zeal/zeal-0.6.1_p20200815-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask index b093459c091f0..d418fadc5814b 100644 --- a/profiles/arch/amd64/x32/package.mask +++ b/profiles/arch/amd64/x32/package.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Eli Schwartz (2023-10-19) @@ -59,7 +59,7 @@ dev-qt/qtwebview dev-python/PyQt6-WebEngine dev-python/PyQtWebEngine app-admin/calamares -app-doc/zeal +app-text/zeal app-editors/ghostwriter app-editors/retext app-misc/anki diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask index 7ed8c817b9a5d..fed64262f02fa 100644 --- a/profiles/arch/arm/package.mask +++ b/profiles/arch/arm/package.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Andreas Sturmlechner (2023-02-06) @@ -9,7 +9,7 @@ dev-qt/qtwebview dev-python/PyQt6-WebEngine dev-python/PyQtWebEngine app-admin/calamares -app-doc/zeal +app-text/zeal app-editors/ghostwriter app-editors/retext app-misc/anki diff --git a/profiles/arch/x86/package.mask b/profiles/arch/x86/package.mask index f6a6e9619706b..10f699892e515 100644 --- a/profiles/arch/x86/package.mask +++ b/profiles/arch/x86/package.mask @@ -17,7 +17,7 @@ dev-qt/qtwebview dev-python/PyQt6-WebEngine dev-python/PyQtWebEngine app-admin/calamares -app-doc/zeal +app-text/zeal app-editors/ghostwriter app-editors/retext app-misc/anki diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024 index ce3091ac0d3e5..29de82324a166 100644 --- a/profiles/updates/1Q-2024 +++ b/profiles/updates/1Q-2024 @@ -5,3 +5,4 @@ move app-doc/doxygen app-text/doxygen move app-doc/halibut app-text/halibut move app-doc/psmark app-text/psmark move app-doc/xmltoman app-text/xmltoman +move app-doc/zeal app-text/zeal