From f5fc34519b87505894c526ad87d1c784cbf872a3 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 22 Sep 2020 00:28:09 +0200 Subject: trinity-apps/tdeio-umountwrapper: Fix MismatchedPN, missing metadata.xml, Copyright local mycmakeargs Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner --- trinity-apps/tdeio-umountwrapper/metadata.xml | 5 ++++ .../tdeio-umountwrapper-9999.ebuild | 29 ++++++++++++++++++++++ .../tdeio-umountwrapper/umountwrapper-9999.ebuild | 28 --------------------- 3 files changed, 34 insertions(+), 28 deletions(-) create mode 100644 trinity-apps/tdeio-umountwrapper/metadata.xml create mode 100644 trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-9999.ebuild delete mode 100644 trinity-apps/tdeio-umountwrapper/umountwrapper-9999.ebuild diff --git a/trinity-apps/tdeio-umountwrapper/metadata.xml b/trinity-apps/tdeio-umountwrapper/metadata.xml new file mode 100644 index 00000000..7a38bb90 --- /dev/null +++ b/trinity-apps/tdeio-umountwrapper/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-9999.ebuild b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-9999.ebuild new file mode 100644 index 00000000..b37e4062 --- /dev/null +++ b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-9999.ebuild @@ -0,0 +1,29 @@ +# 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="never" + +TRINITY_LANGS="de" +inherit trinity-base-2 + +DESCRIPTION="Progress dialog for safely removing devices" +HOMEPAGE="https://trinitydesktop.org/" + +need-trinity + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="${TRINITY_VER}" + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +} diff --git a/trinity-apps/tdeio-umountwrapper/umountwrapper-9999.ebuild b/trinity-apps/tdeio-umountwrapper/umountwrapper-9999.ebuild deleted file mode 100644 index 6b52f552..00000000 --- a/trinity-apps/tdeio-umountwrapper/umountwrapper-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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="never" - -TRINITY_LANGS="de" - -inherit trinity-base-2 - -DESCRIPTION="Progress dialog for safely removing devices" -HOMEPAGE="https://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" - -need-trinity - -SLOT="${TRINITY_VER}" - -src_configure() { - mycmakeargs=( - -DBUILD_TRANSLATIONS=ON - ) - - trinity-base-2_src_configure -} -- cgit v1.2.1