summaryrefslogtreecommitdiffstats
path: root/trinity-apps/potracegui
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/potracegui')
-rw-r--r--trinity-apps/potracegui/Manifest1
-rw-r--r--trinity-apps/potracegui/potracegui-14.1.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/trinity-apps/potracegui/Manifest b/trinity-apps/potracegui/Manifest
index 08796ac3..e2845b16 100644
--- a/trinity-apps/potracegui/Manifest
+++ b/trinity-apps/potracegui/Manifest
@@ -1,2 +1 @@
-DIST potracegui-trinity-14.1.0.tar.xz 50492 BLAKE2B ce64d78ba7fced421737c2d6d0fd9e64de583f4f9e3e252c9739be37026dce2b197de13a53976a0a77be8653cedb000dc1e587c32be8a22ad8651b53972ab78c SHA512 cb8653ef69a940508888fb5a901148fdc35b73e2616bead212b3420f5699c604d0935a19a30770456097f0588b9ae550884cecd870167fb90c1d56551e7c7556
DIST potracegui-trinity-14.1.1.tar.xz 50460 BLAKE2B 4f4c2dd6b2552a44644ff1a9ad0ee2b3a86e882a43543c95fa24e17f3403e109760b03f3e4fc37817c55c4675ade0b14dcbe832ebff3d48e23855093557cedf4 SHA512 e3501fb1c155a2472528248f8f17c6746f9db0f6b1639301286c8e5f2cf2328d07a76b6f5f0e6aaa219eaafd4031e714b022a66b511c8ab65accd46652b8e04f
diff --git a/trinity-apps/potracegui/potracegui-14.1.0.ebuild b/trinity-apps/potracegui/potracegui-14.1.0.ebuild
deleted file mode 100644
index 66c8589e..00000000
--- a/trinity-apps/potracegui/potracegui-14.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2020-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"
-
-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
-}