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 <asturm@gentoo.org>
pull/184/head
Andreas Sturmlechner 4 years ago
parent 22633e5ad7
commit 78094cd9da

@ -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
)

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Chris</name>
</maintainer>
<!-- maintainer-needed -->
</pkgmetadata>

Loading…
Cancel
Save