diff options
author | ormorph <roma251078@mail.ru> | 2024-05-14 13:35:20 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2024-05-14 13:36:37 +0300 |
commit | 5299d4cb407304de3711f5ad59aeb65b0826bb93 (patch) | |
tree | da0566cfd541c4ff55182048369b77066eaf3885 | |
parent | 8396ab16848462a00ee162082a3e6899265540aa (diff) | |
download | tde-packaging-gentoo-5299d4cb407304de3711f5ad59aeb65b0826bb93.tar.gz tde-packaging-gentoo-5299d4cb407304de3711f5ad59aeb65b0826bb93.zip |
Removing tdetoys-doc from tdetoys-meta
Signed-off-by: ormorph <roma251078@mail.ru>
-rw-r--r-- | trinity-base/tdetoys-doc/tdetoys-doc-9999.ebuild | 18 | ||||
-rw-r--r-- | trinity-base/tdetoys-meta/tdetoys-meta-9999.ebuild | 1 |
2 files changed, 0 insertions, 19 deletions
diff --git a/trinity-base/tdetoys-doc/tdetoys-doc-9999.ebuild b/trinity-base/tdetoys-doc/tdetoys-doc-9999.ebuild deleted file mode 100644 index 5355407f..00000000 --- a/trinity-base/tdetoys-doc/tdetoys-doc-9999.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -TRINITY_MODULE_NAME="tdetoys" -TRINITY_MODULE_TYPE="core" -inherit trinity-meta-2 - -DESCRIPTION="Documentation for tdetoys-derived packages" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -RDEPEND=" - ~trinity-base/khelpcenter-${PV} -" diff --git a/trinity-base/tdetoys-meta/tdetoys-meta-9999.ebuild b/trinity-base/tdetoys-meta/tdetoys-meta-9999.ebuild index a57ce482..c271340f 100644 --- a/trinity-base/tdetoys-meta/tdetoys-meta-9999.ebuild +++ b/trinity-base/tdetoys-meta/tdetoys-meta-9999.ebuild @@ -25,5 +25,4 @@ RDEPEND=" ~trinity-base/ktux-${PV} ~trinity-base/kweather-${PV} ~trinity-base/kworldclock-${PV} - ~trinity-base/tdetoys-doc-${PV} " |