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.0.12.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/trinity-apps/potracegui/Manifest b/trinity-apps/potracegui/Manifest
index bc6f9711..723b4212 100644
--- a/trinity-apps/potracegui/Manifest
+++ b/trinity-apps/potracegui/Manifest
@@ -1,2 +1 @@
-DIST potracegui-trinity-14.0.12.tar.xz 50744 BLAKE2B 4907bb93247f5bea2ddcd54ff3cd50d6a38772c1e01e5465bcee07834e6f5fbc132f69267f254b4fbdfaae9554f922cd6957355e8f18b25580db64b14a4c2803 SHA512 3aa04091a3376d5c4371742a37f14bc72088c4cc675fa389d827061b087251129c2b01b83d627094a95822d48c3cf76eb02b223587850b8ba3d5589a1e948b56
DIST potracegui-trinity-14.0.13.tar.xz 50480 BLAKE2B 4700a43bfcaba1ae49b3abe0715331d7b6e5dc7d0555971419dac32308fd2dae3d04a6e8e689a09b72587550a329eaaa2844dac39652fe27b59a0f2640cab28c SHA512 d78a7feb13fecfe0e27fc8bf61f4e813bc7137c675e351d89dc0021ad349357d239c5f7f9a11110dd279de24364bc02c09871c6b6cc2f418f59ed497267f83fc
diff --git a/trinity-apps/potracegui/potracegui-14.0.12.ebuild b/trinity-apps/potracegui/potracegui-14.0.12.ebuild
deleted file mode 100644
index cd35c3f1..00000000
--- a/trinity-apps/potracegui/potracegui-14.0.12.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
-}