summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tastymenu
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/tastymenu')
-rw-r--r--trinity-apps/tastymenu/Manifest1
-rw-r--r--trinity-apps/tastymenu/tastymenu-14.0.13.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/tastymenu/Manifest b/trinity-apps/tastymenu/Manifest
index 8a5f5f0f..4565892f 100644
--- a/trinity-apps/tastymenu/Manifest
+++ b/trinity-apps/tastymenu/Manifest
@@ -1,2 +1 @@
-DIST tastymenu-trinity-14.0.13.tar.xz 153556 BLAKE2B 49b8df4195f19cf8f6f3aab323975df3177d2b5e5789b635fa35a310de07fa4a991620105be5a90c2d85044d1af972e5bcd2b992f93ee46676ea534de05d6fb7 SHA512 3f492dd9c8f73f5c598d9ee774f09f0431d783f61d622dc3b3107eb8a4e2ee28398b0ccff3e3a32c0d64520188bb2ad48592b62a2fe4ccc0559f98158d2ae1b4
DIST tastymenu-trinity-14.1.0.tar.xz 153484 BLAKE2B 0d6303efdddf53cc52a81f53d2986fcb29fef34f1096165bc514bb12765949231f65db4f5672dad07506ff9a9310801d84809804f19b29790ca26c5627554964 SHA512 3349ecc73d025e24a1f3b0380ef4733b72af1a5f9457d2002107c3cd48bfa1f5dd4d9f2f52a6e000bfa34c3cc1fb2e17f3053ff91c9364f6d56d6c28079bc5f3
diff --git a/trinity-apps/tastymenu/tastymenu-14.0.13.ebuild b/trinity-apps/tastymenu/tastymenu-14.0.13.ebuild
deleted file mode 100644
index b996e649..00000000
--- a/trinity-apps/tastymenu/tastymenu-14.0.13.ebuild
+++ /dev/null
@@ -1,29 +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 es fi fr it nl pl pt_BR ru sl uk"
-
-TRINITY_MODULE_TYPE="applications/system"
-inherit trinity-base-2
-
-DESCRIPTION="TDE-Menu replacement"
-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
-}