summaryrefslogtreecommitdiffstats
path: root/trinity-apps/twin-style-crystal
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/twin-style-crystal')
-rw-r--r--trinity-apps/twin-style-crystal/Manifest1
-rw-r--r--trinity-apps/twin-style-crystal/twin-style-crystal-14.1.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/trinity-apps/twin-style-crystal/Manifest b/trinity-apps/twin-style-crystal/Manifest
index e6678cb5..1457ca3d 100644
--- a/trinity-apps/twin-style-crystal/Manifest
+++ b/trinity-apps/twin-style-crystal/Manifest
@@ -1,2 +1 @@
-DIST twin-style-crystal-trinity-14.1.0.tar.xz 164580 BLAKE2B d1f952555c4243018f2d160daedb15e80cf9dd27e205d1408220aaeb30cf851525059aee64341948d093fdc4b2e58c3141043bdc6ad5b86616429c6850472002 SHA512 3ec5617283c2590f74b2504fd174f3aae53a8da01fee3e2227a587ac8eab8cf2d38874f60161d97d63f568d57266d1eff8e71fec6560a5e070a860c44aaf6ea3
DIST twin-style-crystal-trinity-14.1.1.tar.xz 164612 BLAKE2B 386ab504217a798ef41267e57b7587565f206ae7974d4f77121f9a69073c7480249af973ee6f872d97a53fd5188ae8ae4252e2fdbdd48c023e1b17e7311a83f6 SHA512 04640915e7c28eb165652823775c7e6b6b122870c32c973b93e73b4becc5a332e96cac958149cc415b601727186ab6c2c9dee2d80ddf2188636648dd19df1e42
diff --git a/trinity-apps/twin-style-crystal/twin-style-crystal-14.1.0.ebuild b/trinity-apps/twin-style-crystal/twin-style-crystal-14.1.0.ebuild
deleted file mode 100644
index 1a6f5cee..00000000
--- a/trinity-apps/twin-style-crystal/twin-style-crystal-14.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2021-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=""
-
-TRINITY_MODULE_TYPE="applications/themes"
-inherit trinity-base-2
-
-DESCRIPTION="Crystal style for TWin"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-DEPEND="~trinity-base/twin-${PV}"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
- trinity-base-2_src_configure
-}