summaryrefslogtreecommitdiffstats
path: root/trinity-apps/dolphin
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-04-17 20:59:46 +0300
committerSlávek Banko <slavek.banko@axis.cz>2024-04-26 02:57:58 +0200
commitd6b1e54fc81daf6c61bd27221bf17cffd766ed4d (patch)
tree742360a065f0776f4bf6bd0eae51da15d0d975a2 /trinity-apps/dolphin
parent9a76c13fddb55b0f202e048df62c939e06f39559 (diff)
downloadtde-packaging-gentoo-d6b1e54fc81daf6c61bd27221bf17cffd766ed4d.tar.gz
tde-packaging-gentoo-d6b1e54fc81daf6c61bd27221bf17cffd766ed4d.zip
Removing version TDE-14.1.0
Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit 4b3f0a054757e31efd942db76c6f28e4c26433dd)
Diffstat (limited to 'trinity-apps/dolphin')
-rw-r--r--trinity-apps/dolphin/Manifest1
-rw-r--r--trinity-apps/dolphin/dolphin-14.1.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/dolphin/Manifest b/trinity-apps/dolphin/Manifest
index 94e0e3a6..d6b66d40 100644
--- a/trinity-apps/dolphin/Manifest
+++ b/trinity-apps/dolphin/Manifest
@@ -1,2 +1 @@
-DIST dolphin-trinity-14.1.0.tar.xz 1135608 BLAKE2B f19c71dd9ee9a84b6485b425d75055f0fd65e94c6d7b634b382db4cfe0a2e7a93db34a3af7f7aacf4a3db74c44df9bdc66bca1102e5a8067c9e1daadde276dd8 SHA512 aa83b04fd0b03d3150a6b5aa9d4b0746235afadfd966d8ae5b464b67dedda96d1cc3f2924c8c32c3d14c075407426c744b003d998dd59670eed0ae6a9fe260ab
DIST dolphin-trinity-14.1.1.tar.xz 1137684 BLAKE2B 283e2b2052798188b80ef5e3562a0a2e481b179abc1c1f3ac5756a29375615fc4885c434b5a084bbb44b07f756b83bcd575e17cfc4e69a3fc33c731792705c15 SHA512 2b8810c6496d081edadf9ec5c35613b712da844678f2a377546c522d04da4ebc81ac195a73dbcdaa3ced2c04b7ba8571749a90093a6d075810ca0cc09ca57f0d
diff --git a/trinity-apps/dolphin/dolphin-14.1.0.ebuild b/trinity-apps/dolphin/dolphin-14.1.0.ebuild
deleted file mode 100644
index 0323d92d..00000000
--- a/trinity-apps/dolphin/dolphin-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 el es et fr he it nl pl ru sk"
-TRINITY_MODULE_TYPE="applications/system"
-inherit trinity-base-2
-
-DESCRIPTION="File manager 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
-}