diff options
Diffstat (limited to 'trinity-apps/kscope')
-rw-r--r-- | trinity-apps/kscope/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kscope/kscope-14.0.12.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/trinity-apps/kscope/Manifest b/trinity-apps/kscope/Manifest index 9dda872c..b6a5dcbb 100644 --- a/trinity-apps/kscope/Manifest +++ b/trinity-apps/kscope/Manifest @@ -1,2 +1 @@ -DIST kscope-trinity-14.0.12.tar.xz 1059112 BLAKE2B 56bb77aa434613daedce9be465ec1d4a4c3de10ba1219b49edb26b281749bc640f8cf817d8b418da64ed07bd5b3d2664284f4f2dc433d8df50811e1ab0220f49 SHA512 040147366b0ffe9b1095718b47a02c7b0dfeeca9dac3bcdef097fecedf4e4f774f3c199fff8f6d8473abcc46665ab8da5494381ee670271d7a35606e23072016 DIST kscope-trinity-14.0.13.tar.xz 1058876 BLAKE2B 8b5b85a1647da0488a06fb923ac5329fc190a4bbf3b5763750d7dba7d535691613222aa8a1b95cb52db93b8274b14a6a3db4ed6e501409e7b6e44c6bdc910a6d SHA512 584305916b2bfa7c364c886a06c6e87e0afc13ce65457b1d00a1e5f596eb868b58696c8dceef5dee31a435d4b094d5d542e2fcd895260084dd53bbfefbe101b2 diff --git a/trinity-apps/kscope/kscope-14.0.12.ebuild b/trinity-apps/kscope/kscope-14.0.12.ebuild deleted file mode 100644 index 67bcfa98..00000000 --- a/trinity-apps/kscope/kscope-14.0.12.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 -} |