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 C581E138350 for ; Tue, 7 Apr 2020 09:17:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5791E0C02; Tue, 7 Apr 2020 09:17:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CC2ADE0C02 for ; Tue, 7 Apr 2020 09:17:29 +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 4B06134F09D for ; Tue, 7 Apr 2020 09:17:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA014104 for ; Tue, 7 Apr 2020 09:17:25 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1586251032.36a1f0f308d959ade54964099bbf687b00bfac93.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 36a1f0f308d959ade54964099bbf687b00bfac93 X-VCS-Branch: dev Date: Tue, 7 Apr 2020 09:17:25 +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: 7e83a4fa-d216-4f07-98fe-095b2160abbe X-Archives-Hash: 4e684c86e0465a0d5723f4fc3ca2fa23 commit: 36a1f0f308d959ade54964099bbf687b00bfac93 Author: Huang Rui gmail com> AuthorDate: Tue Apr 7 09:17:11 2020 +0000 Commit: Rui Huang gmail com> 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* }