summaryrefslogtreecommitdiffstats
path: root/trinity-base/tdegames-doc
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2022-07-15 19:51:19 +0200
committerormorph <roma251078@mail.ru>2022-07-15 19:51:19 +0200
commit10a3269ac822063109a0b15610b61c176d415ad3 (patch)
tree1fd3bbe5cce07ca5105e2f7d78a6547781036245 /trinity-base/tdegames-doc
parent5067eeb2b49a90e22a4756a9f12c589a59d58f3b (diff)
downloadtde-packaging-gentoo-10a3269ac822063109a0b15610b61c176d415ad3.tar.gz
tde-packaging-gentoo-10a3269ac822063109a0b15610b61c176d415ad3.zip
Added handbook assembly in subpackages for the tdegames metapackage
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/tdegames-doc')
-rw-r--r--trinity-base/tdegames-doc/tdegames-doc-9999.ebuild22
1 files changed, 0 insertions, 22 deletions
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
-}