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 31B9D1382C5 for ; Sat, 13 Feb 2021 19:51:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81DEFE0916; Sat, 13 Feb 2021 19:51:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6B8E7E0916 for ; Sat, 13 Feb 2021 19:51:17 +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 7A112335DD0 for ; Sat, 13 Feb 2021 19:51:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3AF84C9 for ; Sat, 13 Feb 2021 19:51:13 +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: <1613227908.92babe2e6e6e34259592f271e3d6b119d5677d1c.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/Manifest x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.14.ebuild X-VCS-Directories: x11-themes/obsidian-icon-theme/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 92babe2e6e6e34259592f271e3d6b119d5677d1c X-VCS-Branch: master Date: Sat, 13 Feb 2021 19:51:13 +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: fc16c904-2b42-43f8-865c-e2391aacdd5e X-Archives-Hash: 2b990edea179161d9f572b5297de24e3 commit: 92babe2e6e6e34259592f271e3d6b119d5677d1c Author: Huang Rui gmail com> AuthorDate: Sat Feb 13 14:51:48 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Feb 13 14:51:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92babe2e x11-themes/obsidian-icon-theme: drop 4.14 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Huang Rui gmail.com> x11-themes/obsidian-icon-theme/Manifest | 1 - .../obsidian-icon-theme-4.14.ebuild | 40 ---------------------- 2 files changed, 41 deletions(-) diff --git a/x11-themes/obsidian-icon-theme/Manifest b/x11-themes/obsidian-icon-theme/Manifest index c97dcfc2..8f3134a0 100644 --- a/x11-themes/obsidian-icon-theme/Manifest +++ b/x11-themes/obsidian-icon-theme/Manifest @@ -1,2 +1 @@ -DIST obsidian-icon-theme-4.14.tar.gz 70967634 BLAKE2B 8f4a0d26945dd18c1de626292000eedaf54a33668b0b5282530ed876f261304a11876a7320db3a59137e2dcf90d8e3854413635361807a97bdfaae70cc26cca8 SHA512 985b4bbc6ab9a04ab688bff1eb77448a2139ba6c9598c0ce778a01f7bca455308a28afed7bb33741734a3e9e52bfc50129c5c140eaae4b3671e06e301a42dc5d DIST obsidian-icon-theme-4.15.tar.gz 71019938 BLAKE2B 23a709d46c6ea01d7d6a4a98913a07ea2e3ebaa0f9a06d1e52e9335b3d244b08ae98fae2ebbaf9791836c2e46ff6293996dd6df41a0aee04efc58d77657df232 SHA512 3b982db0c6ae637173a02bf8a5aa13dd85568ca2765f7e5839bbdeaa1e631622676e841169145686b74a213c1aca496d436c55f52c173479120a74822b2b7b3a diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.14.ebuild b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.14.ebuild deleted file mode 100644 index 9662e9f1..00000000 --- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.14.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -GIT_PN="iconpack-obsidian" - -inherit xdg - -DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme" - -HOMEPAGE="https://github.com/madmaxms/iconpack-obsidian" - -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/madmaxms/${GIT_PN}.git" -else - SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - S="${WORKDIR}/${GIT_PN}-${PV}" -fi - -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - x11-themes/adwaita-icon-theme -" - -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* -}