summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kpicosim/kpicosim-9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-09-21 23:33:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-09-22 02:13:34 +0200
commit15fce1cc2bf0f7d1466d74df9e16c894e09597e9 (patch)
tree8f478ef3c7e23cb6df6ee23a3f8c8a5850ead595 /trinity-apps/kpicosim/kpicosim-9999.ebuild
parentb134f7949c483cf2ef056bebd017abd4d0f8c3c1 (diff)
downloadtde-packaging-gentoo-15fce1cc2bf0f7d1466d74df9e16c894e09597e9.tar.gz
tde-packaging-gentoo-15fce1cc2bf0f7d1466d74df9e16c894e09597e9.zip
trinity-apps/kpicosim: Add missing metadata.xml, Copyright
local mycmakeargs Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'trinity-apps/kpicosim/kpicosim-9999.ebuild')
-rw-r--r--trinity-apps/kpicosim/kpicosim-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/trinity-apps/kpicosim/kpicosim-9999.ebuild b/trinity-apps/kpicosim/kpicosim-9999.ebuild
index 99ebb10c..b3f586ca 100644
--- a/trinity-apps/kpicosim/kpicosim-9999.ebuild
+++ b/trinity-apps/kpicosim/kpicosim-9999.ebuild
@@ -1,26 +1,27 @@
+# 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"
-
inherit trinity-base-2
DESCRIPTION="IDE and simulator for the Xilinx PicoBlaze-3"
HOMEPAGE="https://trinitydesktop.org/"
-LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity
+LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}"
src_configure() {
- mycmakeargs=(
+ local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON
)