summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kscope
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/kscope')
-rw-r--r--trinity-apps/kscope/Manifest1
-rw-r--r--trinity-apps/kscope/kscope-14.0.13.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/trinity-apps/kscope/Manifest b/trinity-apps/kscope/Manifest
index 77a3dad6..2e87efcf 100644
--- a/trinity-apps/kscope/Manifest
+++ b/trinity-apps/kscope/Manifest
@@ -1,2 +1 @@
-DIST kscope-trinity-14.0.13.tar.xz 1058876 BLAKE2B 8b5b85a1647da0488a06fb923ac5329fc190a4bbf3b5763750d7dba7d535691613222aa8a1b95cb52db93b8274b14a6a3db4ed6e501409e7b6e44c6bdc910a6d SHA512 584305916b2bfa7c364c886a06c6e87e0afc13ce65457b1d00a1e5f596eb868b58696c8dceef5dee31a435d4b094d5d542e2fcd895260084dd53bbfefbe101b2
DIST kscope-trinity-14.1.0.tar.xz 1058892 BLAKE2B 5a0d6f4e9ed38cb328e383d3e1c8d11513300d431810b5b3a6810fe2b66c4f7aca51a4c2522642e907fd028542b420b01fe9693d8e9dcbb92c61ba78f527e0e0 SHA512 58a26d3c06b71cb3c711cb0f062818006bac9b427d144c8a2a74503aad04a76367da1616433ae8e33100f39c74d1d339e3d2b6a0e9614a32fbd5772a7005d452
diff --git a/trinity-apps/kscope/kscope-14.0.13.ebuild b/trinity-apps/kscope/kscope-14.0.13.ebuild
deleted file mode 100644
index 67bcfa98..00000000
--- a/trinity-apps/kscope/kscope-14.0.13.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-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 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
-}