summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kdirstat
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-04-17 20:59:46 +0300
committerormorph <roma251078@mail.ru>2024-04-17 20:59:46 +0300
commit4b3f0a054757e31efd942db76c6f28e4c26433dd (patch)
tree742360a065f0776f4bf6bd0eae51da15d0d975a2 /trinity-apps/kdirstat
parent2769940be476aca58d96f626ecab898409ad8b48 (diff)
downloadtde-packaging-gentoo-4b3f0a054757e31efd942db76c6f28e4c26433dd.tar.gz
tde-packaging-gentoo-4b3f0a054757e31efd942db76c6f28e4c26433dd.zip
Removing version TDE-14.1.0
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/kdirstat')
-rw-r--r--trinity-apps/kdirstat/Manifest1
-rw-r--r--trinity-apps/kdirstat/kdirstat-14.1.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/kdirstat/Manifest b/trinity-apps/kdirstat/Manifest
index 764aa1f5..8872a6da 100644
--- a/trinity-apps/kdirstat/Manifest
+++ b/trinity-apps/kdirstat/Manifest
@@ -1,2 +1 @@
-DIST kdirstat-trinity-14.1.0.tar.xz 203432 BLAKE2B e04e7996f881fc632aca283d554e8f4540baf113e9fe250995313269cde20a2f44ce368fe001e76258bfdc4a4cc04d1fafbadfb98dc729cf222f877e4521a76b SHA512 892c61befc90da08248ec8fd2b435f888c71ee7f120fb6858218c541a81ce1b27e4daff3e809b01600581dec445ae832d0e3a3b4f8541f113d9b37f8fd064eaa
DIST kdirstat-trinity-14.1.1.tar.xz 203496 BLAKE2B 029b9fe304e6e959fe4f6321983a9c810e8ba6440df685233ab69732c67b103d1f5304168198db5cc0e89736967bee4c0b123a8af88417a266afcb8e74fca8da SHA512 7712145c14a29e9067cccc981a8440b158b5682bd933d0638c62a3a25fbd4aae43d1300488e2d32b78d68883411013c0daeb7370dd03542a7fcfa2e9fd9022bb
diff --git a/trinity-apps/kdirstat/kdirstat-14.1.0.ebuild b/trinity-apps/kdirstat/kdirstat-14.1.0.ebuild
deleted file mode 100644
index 4ee2fe39..00000000
--- a/trinity-apps/kdirstat/kdirstat-14.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Copyright 2020-2023 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="optional"
-
-TRINITY_LANGS="de fr hu it ja"
-TRINITY_MODULE_TYPE="applications/utilities"
-inherit trinity-base-2
-
-DESCRIPTION="Graphical disk usage utility for TDE"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
-
- trinity-base-2_src_configure
-}