From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B930E138359 for ; Sun, 25 Oct 2020 19:01:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDB35E077C; Sun, 25 Oct 2020 19:01:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D55E0E077C for ; Sun, 25 Oct 2020 19:01:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79BFE33FA71 for ; Sun, 25 Oct 2020 19:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E43B4332 for ; Sun, 25 Oct 2020 19:01:54 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1603652500.d6783965230b5d67ea233783c7a5c5fa22bdc04d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/hugin/hugin-2019.2.0.ebuild media-gfx/hugin/hugin-9999.ebuild X-VCS-Directories: media-gfx/hugin/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: d6783965230b5d67ea233783c7a5c5fa22bdc04d X-VCS-Branch: master Date: Sun, 25 Oct 2020 19:01:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 512b17f1-1340-4a31-a50b-262c231d1ffc X-Archives-Hash: 1b9d224b054f445a07fc58f9fe6ae9dd commit: d6783965230b5d67ea233783c7a5c5fa22bdc04d Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Oct 25 19:01:03 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Oct 25 19:01:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6783965 media-gfx/hugin: Move metainfo to right place Package-Manager: Portage-3.0.8, Repoman-3.0.2 Closes: https://bugs.gentoo.org/722420 Signed-off-by: Andreas K. Hüttel gentoo.org> media-gfx/hugin/hugin-2019.2.0.ebuild | 4 ++++ media-gfx/hugin/hugin-9999.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/media-gfx/hugin/hugin-2019.2.0.ebuild b/media-gfx/hugin/hugin-2019.2.0.ebuild index 7cc3209c4c5..0981ba7e2ee 100644 --- a/media-gfx/hugin/hugin-2019.2.0.ebuild +++ b/media-gfx/hugin/hugin-2019.2.0.ebuild @@ -86,6 +86,10 @@ src_install() { cmake-utils_src_install use python && python_optimize + mkdir -p "${ED}"/usr/share/metainfo || die + mv "${ED}"/usr/share/appdata/* "${ED}"/usr/share/metainfo/ || die + rmdir "${ED}"/usr/share/appdata || die + local lang for lang in ${LANGS} ; do case ${lang} in diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-9999.ebuild index 3eb92a7c66c..34db3dfeb05 100644 --- a/media-gfx/hugin/hugin-9999.ebuild +++ b/media-gfx/hugin/hugin-9999.ebuild @@ -80,6 +80,10 @@ src_install() { cmake-utils_src_install use python && python_optimize + mkdir -p "${ED}"/usr/share/metainfo || die + mv "${ED}"/usr/share/appdata/* "${ED}"/usr/share/metainfo/ || die + rmdir "${ED}"/usr/share/appdata || die + local lang for lang in ${LANGS} ; do case ${lang} in