summaryrefslogtreecommitdiffstats
path: root/trinity-apps/potracegui
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-10-22 09:26:44 +0300
committerormorph <roma251078@mail.ru>2023-10-22 09:26:44 +0300
commite0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3 (patch)
tree93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-apps/potracegui
parent1e3ceb29cf5c5df2e6b4186e210170097d745df4 (diff)
downloadtde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.tar.gz
tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.zip
Removing version 14.0.13
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/potracegui')
-rw-r--r--trinity-apps/potracegui/Manifest1
-rw-r--r--trinity-apps/potracegui/potracegui-14.0.13.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/trinity-apps/potracegui/Manifest b/trinity-apps/potracegui/Manifest
index 20f7d11f..e5a0daa3 100644
--- a/trinity-apps/potracegui/Manifest
+++ b/trinity-apps/potracegui/Manifest
@@ -1,2 +1 @@
-DIST potracegui-trinity-14.0.13.tar.xz 50480 BLAKE2B 4700a43bfcaba1ae49b3abe0715331d7b6e5dc7d0555971419dac32308fd2dae3d04a6e8e689a09b72587550a329eaaa2844dac39652fe27b59a0f2640cab28c SHA512 d78a7feb13fecfe0e27fc8bf61f4e813bc7137c675e351d89dc0021ad349357d239c5f7f9a11110dd279de24364bc02c09871c6b6cc2f418f59ed497267f83fc
DIST potracegui-trinity-14.1.0.tar.xz 50492 BLAKE2B ce64d78ba7fced421737c2d6d0fd9e64de583f4f9e3e252c9739be37026dce2b197de13a53976a0a77be8653cedb000dc1e587c32be8a22ad8651b53972ab78c SHA512 cb8653ef69a940508888fb5a901148fdc35b73e2616bead212b3420f5699c604d0935a19a30770456097f0588b9ae550884cecd870167fb90c1d56551e7c7556
diff --git a/trinity-apps/potracegui/potracegui-14.0.13.ebuild b/trinity-apps/potracegui/potracegui-14.0.13.ebuild
deleted file mode 100644
index cd35c3f1..00000000
--- a/trinity-apps/potracegui/potracegui-14.0.13.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 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"
-
-TRINITY_MODULE_TYPE="applications/graphics"
-inherit trinity-base-2
-
-DESCRIPTION="TDE frontend for potrace"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-RDEPEND="media-gfx/potrace"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
- trinity-base-2_src_configure
-}