From 10a3269ac822063109a0b15610b61c176d415ad3 Mon Sep 17 00:00:00 2001 From: ormorph Date: Fri, 15 Jul 2022 19:51:19 +0200 Subject: [PATCH] Added handbook assembly in subpackages for the tdegames metapackage Signed-off-by: ormorph --- trinity-base/atlantik/atlantik-9999.ebuild | 5 +++-- .../kasteroids/kasteroids-9999.ebuild | 5 +++-- trinity-base/katomic/katomic-9999.ebuild | 5 +++-- .../kbackgammon/kbackgammon-9999.ebuild | 5 +++-- .../kbattleship/kbattleship-9999.ebuild | 5 +++-- trinity-base/kblackbox/kblackbox-9999.ebuild | 5 +++-- trinity-base/kbounce/kbounce-9999.ebuild | 5 +++-- trinity-base/kenolaba/kenolaba-9999.ebuild | 5 +++-- trinity-base/kfouleggs/kfouleggs-9999.ebuild | 5 +++-- .../kgoldrunner/kgoldrunner-9999.ebuild | 5 +++-- .../kjumpingcube/kjumpingcube-9999.ebuild | 5 +++-- trinity-base/klickety/klickety-9999.ebuild | 5 +++-- trinity-base/klines/klines-9999.ebuild | 5 +++-- trinity-base/kmahjongg/kmahjongg-9999.ebuild | 5 +++-- trinity-base/kmines/kmines-9999.ebuild | 5 +++-- trinity-base/knetwalk/knetwalk-9999.ebuild | 5 +++-- trinity-base/kolf/kolf-9999.ebuild | 5 +++-- trinity-base/konquest/konquest-9999.ebuild | 5 +++-- trinity-base/kpat/kpat-9999.ebuild | 5 +++-- trinity-base/kpoker/kpoker-9999.ebuild | 5 +++-- trinity-base/kreversi/kreversi-9999.ebuild | 5 +++-- trinity-base/ksame/ksame-9999.ebuild | 5 +++-- trinity-base/kshisen/kshisen-9999.ebuild | 5 +++-- trinity-base/ksirtet/ksirtet-9999.ebuild | 5 +++-- .../ksmiletris/ksmiletris-9999.ebuild | 5 +++-- trinity-base/ksnake/ksnake-9999.ebuild | 5 +++-- trinity-base/ksokoban/ksokoban-9999.ebuild | 5 +++-- .../kspaceduel/kspaceduel-9999.ebuild | 5 +++-- trinity-base/ktron/ktron-9999.ebuild | 5 +++-- .../ktuberling/ktuberling-9999.ebuild | 5 +++-- trinity-base/lskat/lskat-9999.ebuild | 5 +++-- .../tdegames-doc/tdegames-doc-9999.ebuild | 22 ------------------- .../tdegames-meta/tdegames-meta-9999.ebuild | 5 ++--- trinity-base/twin4/twin4-9999.ebuild | 5 +++-- 34 files changed, 98 insertions(+), 89 deletions(-) delete mode 100644 trinity-base/tdegames-doc/tdegames-doc-9999.ebuild diff --git a/trinity-base/atlantik/atlantik-9999.ebuild b/trinity-base/atlantik/atlantik-9999.ebuild index 8ff65c42..1fb73ba2 100644 --- a/trinity-base/atlantik/atlantik-9999.ebuild +++ b/trinity-base/atlantik/atlantik-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" inherit trinity-meta-2 DESCRIPTION="The Atlantic board game" diff --git a/trinity-base/kasteroids/kasteroids-9999.ebuild b/trinity-base/kasteroids/kasteroids-9999.ebuild index e1b7f0b2..333fddc1 100644 --- a/trinity-base/kasteroids/kasteroids-9999.ebuild +++ b/trinity-base/kasteroids/kasteroids-9999.ebuild @@ -1,5 +1,5 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -7,6 +7,7 @@ EAPI="8" TRINITY_NEED_ARTS="yes" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/katomic/katomic-9999.ebuild b/trinity-base/katomic/katomic-9999.ebuild index 1171394b..98116b6e 100644 --- a/trinity-base/katomic/katomic-9999.ebuild +++ b/trinity-base/katomic/katomic-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/kbackgammon/kbackgammon-9999.ebuild b/trinity-base/kbackgammon/kbackgammon-9999.ebuild index 1943529d..882c73ee 100644 --- a/trinity-base/kbackgammon/kbackgammon-9999.ebuild +++ b/trinity-base/kbackgammon/kbackgammon-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/kbattleship/kbattleship-9999.ebuild b/trinity-base/kbattleship/kbattleship-9999.ebuild index bb5b980e..d31a637a 100644 --- a/trinity-base/kbattleship/kbattleship-9999.ebuild +++ b/trinity-base/kbattleship/kbattleship-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/kblackbox/kblackbox-9999.ebuild b/trinity-base/kblackbox/kblackbox-9999.ebuild index 938f5bd9..92d58e22 100644 --- a/trinity-base/kblackbox/kblackbox-9999.ebuild +++ b/trinity-base/kblackbox/kblackbox-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/kbounce/kbounce-9999.ebuild b/trinity-base/kbounce/kbounce-9999.ebuild index 6ab1a47e..ce6e1a7e 100644 --- a/trinity-base/kbounce/kbounce-9999.ebuild +++ b/trinity-base/kbounce/kbounce-9999.ebuild @@ -1,5 +1,5 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -7,6 +7,7 @@ EAPI="8" TRINITY_NEED_ARTS="optional" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/kenolaba/kenolaba-9999.ebuild b/trinity-base/kenolaba/kenolaba-9999.ebuild index 1cbfb321..48a7b32a 100644 --- a/trinity-base/kenolaba/kenolaba-9999.ebuild +++ b/trinity-base/kenolaba/kenolaba-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/kfouleggs/kfouleggs-9999.ebuild b/trinity-base/kfouleggs/kfouleggs-9999.ebuild index 950fe090..1f9a0aa4 100644 --- a/trinity-base/kfouleggs/kfouleggs-9999.ebuild +++ b/trinity-base/kfouleggs/kfouleggs-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TRINITY_SUBMODULE="kfouleggs libksirtet" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/kgoldrunner/kgoldrunner-9999.ebuild b/trinity-base/kgoldrunner/kgoldrunner-9999.ebuild index 4c9df45a..c1e8aefc 100644 --- a/trinity-base/kgoldrunner/kgoldrunner-9999.ebuild +++ b/trinity-base/kgoldrunner/kgoldrunner-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/kjumpingcube/kjumpingcube-9999.ebuild b/trinity-base/kjumpingcube/kjumpingcube-9999.ebuild index 896fb1a9..1c990130 100644 --- a/trinity-base/kjumpingcube/kjumpingcube-9999.ebuild +++ b/trinity-base/kjumpingcube/kjumpingcube-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/klickety/klickety-9999.ebuild b/trinity-base/klickety/klickety-9999.ebuild index b2719955..d81cd8e9 100644 --- a/trinity-base/klickety/klickety-9999.ebuild +++ b/trinity-base/klickety/klickety-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TRINITY_SUBMODULE="klickety libksirtet" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/klines/klines-9999.ebuild b/trinity-base/klines/klines-9999.ebuild index 6678f97c..660a20cc 100644 --- a/trinity-base/klines/klines-9999.ebuild +++ b/trinity-base/klines/klines-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/kmahjongg/kmahjongg-9999.ebuild b/trinity-base/kmahjongg/kmahjongg-9999.ebuild index fb159558..96fbb6d1 100644 --- a/trinity-base/kmahjongg/kmahjongg-9999.ebuild +++ b/trinity-base/kmahjongg/kmahjongg-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/kmines/kmines-9999.ebuild b/trinity-base/kmines/kmines-9999.ebuild index 05827087..cef7bd63 100644 --- a/trinity-base/kmines/kmines-9999.ebuild +++ b/trinity-base/kmines/kmines-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/knetwalk/knetwalk-9999.ebuild b/trinity-base/knetwalk/knetwalk-9999.ebuild index 2d5d9255..753cf7b3 100644 --- a/trinity-base/knetwalk/knetwalk-9999.ebuild +++ b/trinity-base/knetwalk/knetwalk-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/kolf/kolf-9999.ebuild b/trinity-base/kolf/kolf-9999.ebuild index 67c1e96d..3067e6bf 100644 --- a/trinity-base/kolf/kolf-9999.ebuild +++ b/trinity-base/kolf/kolf-9999.ebuild @@ -1,5 +1,5 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -7,6 +7,7 @@ EAPI="8" TRINITY_NEED_ARTS="yes" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/konquest/konquest-9999.ebuild b/trinity-base/konquest/konquest-9999.ebuild index f8d9fa26..9c782164 100644 --- a/trinity-base/konquest/konquest-9999.ebuild +++ b/trinity-base/konquest/konquest-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/kpat/kpat-9999.ebuild b/trinity-base/kpat/kpat-9999.ebuild index 01a61ce5..126134c7 100644 --- a/trinity-base/kpat/kpat-9999.ebuild +++ b/trinity-base/kpat/kpat-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/kpoker/kpoker-9999.ebuild b/trinity-base/kpoker/kpoker-9999.ebuild index eee67e18..52a175c9 100644 --- a/trinity-base/kpoker/kpoker-9999.ebuild +++ b/trinity-base/kpoker/kpoker-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/kreversi/kreversi-9999.ebuild b/trinity-base/kreversi/kreversi-9999.ebuild index bdcb5fa3..feb7c9cb 100644 --- a/trinity-base/kreversi/kreversi-9999.ebuild +++ b/trinity-base/kreversi/kreversi-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/ksame/ksame-9999.ebuild b/trinity-base/ksame/ksame-9999.ebuild index 68503317..6df6e901 100644 --- a/trinity-base/ksame/ksame-9999.ebuild +++ b/trinity-base/ksame/ksame-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/kshisen/kshisen-9999.ebuild b/trinity-base/kshisen/kshisen-9999.ebuild index e66b6744..38e6a396 100644 --- a/trinity-base/kshisen/kshisen-9999.ebuild +++ b/trinity-base/kshisen/kshisen-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/ksirtet/ksirtet-9999.ebuild b/trinity-base/ksirtet/ksirtet-9999.ebuild index d825d6da..ae68d9b1 100644 --- a/trinity-base/ksirtet/ksirtet-9999.ebuild +++ b/trinity-base/ksirtet/ksirtet-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TRINITY_SUBMODULE="ksirtet libksirtet" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/ksmiletris/ksmiletris-9999.ebuild b/trinity-base/ksmiletris/ksmiletris-9999.ebuild index fdec5844..572e8ece 100644 --- a/trinity-base/ksmiletris/ksmiletris-9999.ebuild +++ b/trinity-base/ksmiletris/ksmiletris-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/ksnake/ksnake-9999.ebuild b/trinity-base/ksnake/ksnake-9999.ebuild index c55d6fbc..51fa101e 100644 --- a/trinity-base/ksnake/ksnake-9999.ebuild +++ b/trinity-base/ksnake/ksnake-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/ksokoban/ksokoban-9999.ebuild b/trinity-base/ksokoban/ksokoban-9999.ebuild index ff2743ca..439308a2 100644 --- a/trinity-base/ksokoban/ksokoban-9999.ebuild +++ b/trinity-base/ksokoban/ksokoban-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/kspaceduel/kspaceduel-9999.ebuild b/trinity-base/kspaceduel/kspaceduel-9999.ebuild index b5a61c47..45302b9d 100644 --- a/trinity-base/kspaceduel/kspaceduel-9999.ebuild +++ b/trinity-base/kspaceduel/kspaceduel-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/ktron/ktron-9999.ebuild b/trinity-base/ktron/ktron-9999.ebuild index 2d5d9255..753cf7b3 100644 --- a/trinity-base/ktron/ktron-9999.ebuild +++ b/trinity-base/ktron/ktron-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/ktuberling/ktuberling-9999.ebuild b/trinity-base/ktuberling/ktuberling-9999.ebuild index 236a0f60..98344dca 100644 --- a/trinity-base/ktuberling/ktuberling-9999.ebuild +++ b/trinity-base/ktuberling/ktuberling-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/lskat/lskat-9999.ebuild b/trinity-base/lskat/lskat-9999.ebuild index 3ac0c3bc..79922e25 100644 --- a/trinity-base/lskat/lskat-9999.ebuild +++ b/trinity-base/lskat/lskat-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2 diff --git a/trinity-base/tdegames-doc/tdegames-doc-9999.ebuild b/trinity-base/tdegames-doc/tdegames-doc-9999.ebuild deleted file mode 100644 index 158611a2..00000000 --- a/trinity-base/tdegames-doc/tdegames-doc-9999.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020-2021 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -TRINITY_MODULE_NAME="tdegames" -TRINITY_MODULE_TYPE="core" -inherit trinity-meta-2 - -DESCRIPTION="Documentaion for tdegames-derived packages" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~x86" -fi - -RDEPEND=" - ~trinity-base/khelpcenter-${PV}" - -src_prepare() { - echo "tde_auto_add_subdirectories()" >"${S}/doc/CMakeLists.txt" - trinity-meta-2_src_prepare -} diff --git a/trinity-base/tdegames-meta/tdegames-meta-9999.ebuild b/trinity-base/tdegames-meta/tdegames-meta-9999.ebuild index cf7e3560..ff2e8a61 100644 --- a/trinity-base/tdegames-meta/tdegames-meta-9999.ebuild +++ b/trinity-base/tdegames-meta/tdegames-meta-9999.ebuild @@ -1,5 +1,5 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -46,6 +46,5 @@ RDEPEND=" ~trinity-base/ktuberling-${PV} ~trinity-base/libtdegames-${PV} ~trinity-base/lskat-${PV} - ~trinity-base/tdegames-doc-${PV} ~trinity-base/twin4-${PV} " diff --git a/trinity-base/twin4/twin4-9999.ebuild b/trinity-base/twin4/twin4-9999.ebuild index 445a9a60..839ff46e 100644 --- a/trinity-base/twin4/twin4-9999.ebuild +++ b/trinity-base/twin4/twin4-9999.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" TRINITY_MODULE_NAME="tdegames" TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" TSM_EXTRACT_ALSO="libtdegames/" inherit trinity-meta-2