summaryrefslogtreecommitdiffstats
path: root/trinity-apps/mathemagics
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/mathemagics')
-rw-r--r--trinity-apps/mathemagics/Manifest1
-rw-r--r--trinity-apps/mathemagics/mathemagics-14.1.0.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/trinity-apps/mathemagics/Manifest b/trinity-apps/mathemagics/Manifest
index 748734db..aa01d8c2 100644
--- a/trinity-apps/mathemagics/Manifest
+++ b/trinity-apps/mathemagics/Manifest
@@ -1,2 +1 @@
-DIST mathemagics-trinity-14.1.0.tar.xz 32780 BLAKE2B a0cf58571307e778e5b363e521768ee84c52afda38460e0912532db3b6be9c99b6bcdff84ab38af8333366034624923ef0daab6ad980cd3628c024c4531698a3 SHA512 2629aa096d87b8e6c654320b51a1bf46200ad0ef033b43058b995b02904cb3976a1a90e17de309835d65235a9d73514ab6294de8d22c2c579ef598e5764e2265
DIST mathemagics-trinity-14.1.1.tar.xz 32776 BLAKE2B f2090a1c895a364a3d29a10045e1e15cc1b0818ba8f7bea8dfe4bbc07eab54dd5f55601251fbd5c5fcef6ed60e82b64ee54e6ee77bda2341978224fa52cb36e6 SHA512 351ea8950d10e74321be4d771a6cc34051482b9ffe2d85ef72da12bd2b7d9b78db0956ba16c0fb4b97018a113f60117e9d676fca679c5d2d33faad78db27c2a7
diff --git a/trinity-apps/mathemagics/mathemagics-14.1.0.ebuild b/trinity-apps/mathemagics/mathemagics-14.1.0.ebuild
deleted file mode 100644
index 2ed80f7a..00000000
--- a/trinity-apps/mathemagics/mathemagics-14.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 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="af az bg bs ca cs da de el es et eu fi fr he hr hu is it ja \
- lt lv mt nl nn pl pt_BR pt ro ru sk sl sr@Latn sr sv ta th \
- tr uk wa xh zh_CN zh_TW zu"
-
-TRINITY_MODULE_TYPE="applications/utilities"
-inherit trinity-base-2
-
-DESCRIPTION="Mathemagics is a RPN Calculator"
-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
-}