summaryrefslogtreecommitdiffstats
path: root/trinity-apps/dolphin
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-04-16 16:23:47 +0300
committerormorph <roma251078@mail.ru>2023-04-16 16:23:47 +0300
commit3401abb615b656c425a85b933aa25335f6ddf156 (patch)
treee851daa136aa559fbd59f329d0212bead6ff9431 /trinity-apps/dolphin
parent13736d9fa9ed50c2e28d16c86ac2fc5384a5e2ac (diff)
downloadtde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.tar.gz
tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.zip
Removing ebuilds of version 14.0.12
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/dolphin')
-rw-r--r--trinity-apps/dolphin/Manifest1
-rw-r--r--trinity-apps/dolphin/dolphin-14.0.12.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/dolphin/Manifest b/trinity-apps/dolphin/Manifest
index cfff75c0..4ec41cb4 100644
--- a/trinity-apps/dolphin/Manifest
+++ b/trinity-apps/dolphin/Manifest
@@ -1,2 +1 @@
-DIST dolphin-trinity-14.0.12.tar.xz 1133652 BLAKE2B 4642f744560c189bbe908341ef13bc75de7c46f5aff16401b1e92326cdd45fbcfdbec8a5b3a9b93a05797edce75565d07adaeabc64aceb9debcae7ac373b91fb SHA512 1eb46a6850e2d9a8a2f60cce9d50fd69738c4d8b2615064bac9a6e1f02eb0c8e7f1b04a6e504c0bb500cc3ff08f2d433f5cb702f75c792524189c65d10852ad5
DIST dolphin-trinity-14.0.13.tar.xz 1133696 BLAKE2B c62a7c754f10365b5e9017d0b6072734382461de1732039843c9b6cac7cd46afb606b22c701360ae5a3762ba8dede01d7e79f54d8ad60b7a249ce85f31971495 SHA512 63d18c358791cb37320b15045d7e5fdb2422e7caf7c35bdfec9b65f41af4874effa93e57a6e39a0dcd7e8fc3d7ca409f72a397c669ed3f46d81a57e19665ae64
diff --git a/trinity-apps/dolphin/dolphin-14.0.12.ebuild b/trinity-apps/dolphin/dolphin-14.0.12.ebuild
deleted file mode 100644
index 4c887d2a..00000000
--- a/trinity-apps/dolphin/dolphin-14.0.12.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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_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
-}