From d6b1e54fc81daf6c61bd27221bf17cffd766ed4d Mon Sep 17 00:00:00 2001 From: ormorph Date: Wed, 17 Apr 2024 20:59:46 +0300 Subject: Removing version TDE-14.1.0 Signed-off-by: ormorph (cherry picked from commit 4b3f0a054757e31efd942db76c6f28e4c26433dd) --- trinity-apps/kscope/Manifest | 1 - trinity-apps/kscope/kscope-14.1.0.ebuild | 41 -------------------------------- 2 files changed, 42 deletions(-) delete mode 100644 trinity-apps/kscope/kscope-14.1.0.ebuild (limited to 'trinity-apps/kscope') diff --git a/trinity-apps/kscope/Manifest b/trinity-apps/kscope/Manifest index 8341eac8..1d850281 100644 --- a/trinity-apps/kscope/Manifest +++ b/trinity-apps/kscope/Manifest @@ -1,2 +1 @@ -DIST kscope-trinity-14.1.0.tar.xz 1058892 BLAKE2B 5a0d6f4e9ed38cb328e383d3e1c8d11513300d431810b5b3a6810fe2b66c4f7aca51a4c2522642e907fd028542b420b01fe9693d8e9dcbb92c61ba78f527e0e0 SHA512 58a26d3c06b71cb3c711cb0f062818006bac9b427d144c8a2a74503aad04a76367da1616433ae8e33100f39c74d1d339e3d2b6a0e9614a32fbd5772a7005d452 DIST kscope-trinity-14.1.1.tar.xz 1058828 BLAKE2B 4b43bd947dc48649d01b69663a47ba05383732f73687914df7daa5c25f2c5d6146d11c6dc93701dd75b78b29ded835835bd50b4b7fbcef0502abd6c05ddb648f SHA512 cc572d8d9c2438146ed1fec05f24dbb514b6e475233212afd6198652d57dc4b2002525aebf076cf235a9d88af93b92014f26429d5c912323912f8dd2f5fad528 diff --git a/trinity-apps/kscope/kscope-14.1.0.ebuild b/trinity-apps/kscope/kscope-14.1.0.ebuild deleted file mode 100644 index e9541a1a..00000000 --- a/trinity-apps/kscope/kscope-14.1.0.ebuild +++ /dev/null @@ -1,41 +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="de zh_CN" -TRINITY_MODULE_TYPE="applications/development" -inherit trinity-base-2 - -DESCRIPTION="TDE front-end to Cscope" -HOMEPAGE="https://trinitydesktop.org/" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="14" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -RDEPEND=" - media-gfx/graphviz - dev-util/cscope - dev-util/ctags - ~trinity-base/kate-${PV} -" -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/bison - sys-devel/flex -" - -src_configure() { - local mycmakeargs=( - -DBUILD_TRANSLATIONS=ON - ) - - trinity-base-2_src_configure -} -- cgit v1.2.1