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 57FDB13835A for ; Fri, 20 Nov 2020 22:21:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57C16E070D; Fri, 20 Nov 2020 22:21:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1A5BEE070D for ; Fri, 20 Nov 2020 22:21:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9D9B334101B for ; Fri, 20 Nov 2020 22:21:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 210AE464 for ; Fri, 20 Nov 2020 22:21:44 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1605910875.fee47c72ba7b42e6615e6f0664b30b9faa100a5c.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/vivaldi-snapshot/vivaldi-snapshot-3.5.2110.3.ebuild X-VCS-Directories: www-client/vivaldi-snapshot/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: fee47c72ba7b42e6615e6f0664b30b9faa100a5c X-VCS-Branch: master Date: Fri, 20 Nov 2020 22:21:44 +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: 2ca50793-680d-416f-9b8d-2ce45296a1a5 X-Archives-Hash: 3bfb70c11c4f855afbc7a44cb81991ef commit: fee47c72ba7b42e6615e6f0664b30b9faa100a5c Author: James Le Cuirot gentoo org> AuthorDate: Fri Nov 20 22:11:21 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Nov 20 22:21:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee47c72 www-client/vivaldi-snapshot: Properly handle deprecated appdata dir Instead of just deleting it. Package-Manager: Portage-3.0.9, Repoman-3.0.1 Signed-off-by: James Le Cuirot gentoo.org> www-client/vivaldi-snapshot/vivaldi-snapshot-3.5.2110.3.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-3.5.2110.3.ebuild b/www-client/vivaldi-snapshot/vivaldi-snapshot-3.5.2110.3.ebuild index d6fc7f5a6fa..6a8463950f6 100644 --- a/www-client/vivaldi-snapshot/vivaldi-snapshot-3.5.2110.3.ebuild +++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-3.5.2110.3.ebuild @@ -152,6 +152,9 @@ src_prepare() { gunzip usr/share/doc/${PF}/changelog.gz || die + # The appdata directory is deprecated. + mv usr/share/{appdata,metainfo}/ || die + rm \ _gpgbuilder \ etc/cron.daily/${PN} \ @@ -181,7 +184,6 @@ src_prepare() { } src_install() { - rm -r usr/share/appdata || die mv * "${D}" || die dosym /${VIVALDI_HOME}/${PN} /usr/bin/${PN}