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 E8C53138353 for ; Tue, 7 Apr 2020 10:16:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0188E0CB5; Tue, 7 Apr 2020 10:16:06 +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 B6C81E0CB5 for ; Tue, 7 Apr 2020 10:16:06 +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 E171C34EEF5 for ; Tue, 7 Apr 2020 10:16:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0666B1CE for ; Tue, 7 Apr 2020 10:16:02 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1586251032.36a1f0f308d959ade54964099bbf687b00bfac93.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian-icon-theme/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild X-VCS-Directories: x11-themes/obsidian-icon-theme/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 36a1f0f308d959ade54964099bbf687b00bfac93 X-VCS-Branch: master Date: Tue, 7 Apr 2020 10:16:02 +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: 3e66fc41-9a6c-4305-9522-e9e863a263c0 X-Archives-Hash: e2e0c690efd00abaf550dc8ef80cb510 commit: 36a1f0f308d959ade54964099bbf687b00bfac93 Author: Huang Rui gmail com> AuthorDate: Tue Apr 7 09:17:11 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 7 09:17:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36a1f0f3 x11-themes/obsidian-icon-theme: remove dead symbolic links Remove dead links to fix symbolic link does not exist QA Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Huang Rui gmail.com> x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild | 3 +++ x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild index d421aea..7b1fad9 100644 --- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild +++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild @@ -32,6 +32,9 @@ DEPEND="${RDEPEND}" DOCS=( README.md ) src_install() { + # Remove dead links to fix symbolic link does not exist QA. + find . -xtype l -exec rm {} + || die + # Install the icons insinto /usr/share/icons doins -r Obsidian* } diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild index d421aea..7b1fad9 100644 --- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild +++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild @@ -32,6 +32,9 @@ DEPEND="${RDEPEND}" DOCS=( README.md ) src_install() { + # Remove dead links to fix symbolic link does not exist QA. + find . -xtype l -exec rm {} + || die + # Install the icons insinto /usr/share/icons doins -r Obsidian* }