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.11.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/trinity-apps/kscope/Manifest b/trinity-apps/kscope/Manifest index d93d4f95..72b541ce 100644 --- a/trinity-apps/kscope/Manifest +++ b/trinity-apps/kscope/Manifest @@ -1,2 +1 @@ -DIST kscope-trinity-14.0.11.tar.xz 1059068 BLAKE2B 746a659e8ce098941f6c6efad7f58397d7ad2dcc2959b84ce12dee416be88b88f7c7679dd424a93a65fee232a3a3b110514ccbbe8fa25d9f98545cb87d3c979f SHA512 5fa6d925819bf7173e9f4cdbeba9b223c0b31028c6741497675c28bc5d6c05e94f071734e407c86c2f0388d9a241ba5fd24bf0c5a134dd9609413f3407081bcd DIST kscope-trinity-14.0.12.tar.xz 1059112 BLAKE2B 56bb77aa434613daedce9be465ec1d4a4c3de10ba1219b49edb26b281749bc640f8cf817d8b418da64ed07bd5b3d2664284f4f2dc433d8df50811e1ab0220f49 SHA512 040147366b0ffe9b1095718b47a02c7b0dfeeca9dac3bcdef097fecedf4e4f774f3c199fff8f6d8473abcc46665ab8da5494381ee670271d7a35606e23072016 diff --git a/trinity-apps/kscope/kscope-14.0.11.ebuild b/trinity-apps/kscope/kscope-14.0.11.ebuild deleted file mode 100644 index 198db303..00000000 --- a/trinity-apps/kscope/kscope-14.0.11.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Copyright 2021 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -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 -} |