From 78094cd9dade958d6edf81b94d8cfd1d751e74c9 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 16 Nov 2020 17:25:13 +0100 Subject: [PATCH] trinity-apps/kscope: Various fixes - General ebuild style - Missing metadata.xml, Copyright - Invalid SLOT value (due to need-trinity() in wrong place...) - MissingPackageRevision - Sort DEPENDs - local mycmakeargs Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Andreas Sturmlechner --- trinity-apps/kscope/kscope-9999.ebuild | 29 +++++++++++++++----------- trinity-apps/kscope/metadata.xml | 4 +--- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/trinity-apps/kscope/kscope-9999.ebuild b/trinity-apps/kscope/kscope-9999.ebuild index 9a9c38fc..75cd6196 100644 --- a/trinity-apps/kscope/kscope-9999.ebuild +++ b/trinity-apps/kscope/kscope-9999.ebuild @@ -1,34 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors # Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="7" + TRINITY_MODULE_TYPE="applications" TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_HANDBOOK="optional" TRINITY_LANGS="de zh_CN" - inherit trinity-base-2 -DESCRIPTION="A TDE front-end to Cscope" -HOMEPAGE="http://trinitydesktop.org/" +DESCRIPTION="TDE front-end to Cscope" +HOMEPAGE="https://trinitydesktop.org/" + +need-trinity + LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="${TRINITY_VER}" -RDEPEND="=trinity-base/kate-${PV} +RDEPEND=" media-gfx/graphviz + dev-util/cscope dev-util/ctags - dev-util/cscope" -DEPEND="${RDEPEND} + ~trinity-base/kate-${PV} +" +DEPEND="${RDEPEND}" +BDEPEND=" + sys-devel/bison sys-devel/flex - sys-devel/bison" - -need-trinity - -SLOT="${TRINITY_VER}" +" src_configure() { - mycmakeargs=( + local mycmakeargs=( -DBUILD_TRANSLATIONS=ON ) diff --git a/trinity-apps/kscope/metadata.xml b/trinity-apps/kscope/metadata.xml index 61b4108b..7a38bb90 100644 --- a/trinity-apps/kscope/metadata.xml +++ b/trinity-apps/kscope/metadata.xml @@ -1,7 +1,5 @@ - - Chris - +