summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tde-style-domino
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/tde-style-domino
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/tde-style-domino')
-rw-r--r--trinity-apps/tde-style-domino/Manifest1
-rw-r--r--trinity-apps/tde-style-domino/tde-style-domino-14.1.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/trinity-apps/tde-style-domino/Manifest b/trinity-apps/tde-style-domino/Manifest
index f96ad474..8493291f 100644
--- a/trinity-apps/tde-style-domino/Manifest
+++ b/trinity-apps/tde-style-domino/Manifest
@@ -1,2 +1 @@
-DIST tde-style-domino-trinity-14.1.0.tar.xz 116332 BLAKE2B 42b7d26c11f767dc06234e64a2c8ab6968117ba238cdac59168f8cce2fd9634c5231965b92a13088c95f3f52efc463bef4dba2c36b725159e6fb285441a61c5a SHA512 12f9931b2c6e6cc1a2bc31cb17f5aeb6821ef7a10b6c5ea7c46d5450771bfb76a1b19275d390904dc78bb71054d46593bf4cff0faa5d08bf78ab7c7c970c2dba
DIST tde-style-domino-trinity-14.1.1.tar.xz 116336 BLAKE2B 83e96e8fef54b3da8144121e524f1f14fa65e1b4f2f7b614dd0716038896a91540b0fea8a45d7ed6aea142ba7378d0d7363e0a4e6630ea29252950cec3c5eb56 SHA512 b66df33220e92af7f69abefb90363f3fe89ecd6eda5374e65d6335dffe6ab134ea6c6d02cfd9b81c0682b77f850c0510ec2af9cce9741d48562efe0c150bc7d3
diff --git a/trinity-apps/tde-style-domino/tde-style-domino-14.1.0.ebuild b/trinity-apps/tde-style-domino/tde-style-domino-14.1.0.ebuild
deleted file mode 100644
index 5f846ff9..00000000
--- a/trinity-apps/tde-style-domino/tde-style-domino-14.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2021-2023 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="never"
-
-TRINITY_LANGS="de nl"
-
-TRINITY_MODULE_TYPE="applications/themes"
-inherit trinity-base-2
-
-DESCRIPTION="Domino widget style 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
-}