summaryrefslogtreecommitdiffstats
path: root/trinity-apps/basket
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/basket')
-rw-r--r--trinity-apps/basket/Manifest1
-rw-r--r--trinity-apps/basket/basket-14.1.0.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/trinity-apps/basket/Manifest b/trinity-apps/basket/Manifest
index 841f7440..126e677b 100644
--- a/trinity-apps/basket/Manifest
+++ b/trinity-apps/basket/Manifest
@@ -1,2 +1 @@
-DIST basket-trinity-14.1.0.tar.xz 3616372 BLAKE2B ebc67389442e2b498ff42484480f698d2f5a120850bb94c7fa3d552d0a12f818e4febf6b506292c0a09721666276e14e252601e850e32f75a08b6f9b16f160bf SHA512 855647aa1f323c6dbf324028950ddac5d66f7c754ecebcb2b1186e8ddb7857713126255f01c25a2acf9ff17e9ef75d008ed5c9d1fb0b0829930ac0d76a55e8bd
DIST basket-trinity-14.1.1.tar.xz 3616400 BLAKE2B 6dc6480050641fe27c63915ab4aefbf672552edc9f019fd59570fa260fcf88e9ff726e0119e07f2764e8d77589c16167ddd91acc7851f464a59fff87da4ee9c9 SHA512 5e8e0e396609137324f56af0e8b7f12df9fec4754929d53e5cccda41d50495a4156d42a5288f1b5d38904e38cd0c3b6053d2bee04a23e32a1ea1e61cb58d1c15
diff --git a/trinity-apps/basket/basket-14.1.0.ebuild b/trinity-apps/basket/basket-14.1.0.ebuild
deleted file mode 100644
index ad664e01..00000000
--- a/trinity-apps/basket/basket-14.1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-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="cs da de es fr it ja nl nn pl_PL pt ru sk tr zh_CN zh_TW"
-TRINITY_NEED_ARTS="optional"
-TRINITY_MODULE_TYPE="applications/office"
-inherit trinity-base-2
-
-DESCRIPTION="Multi-purpose note-taking application for TDE"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-IUSE="crypt kontact +svg"
-
-DEPEND="
- crypt? ( app-crypt/gpgme )
- kontact? ( ~trinity-base/kontact-${PV} )
- svg? ( ~media-libs/libart_lgpl-${PV} )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- -DBUILD_KONTACT_PLUGIN="$(usex kontact)"
- -DWITH_LIBART="$(usex svg)"
- -DWITH_GPGME="$(usex crypt)"
- )
-
- trinity-base-2_src_configure
-}