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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3188C15800A for ; Sat, 29 Jul 2023 16:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECE77E0AA7; Sat, 29 Jul 2023 16:09:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D221EE0AA7 for ; Sat, 29 Jul 2023 16:09:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0D9D33DDA5 for ; Sat, 29 Jul 2023 16:09:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51423E91 for ; Sat, 29 Jul 2023 16:09:19 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1690646953.a3e8911a270d717a556615849a33d1e30aadf54c.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/fluent-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/fluent-icon-theme/Manifest x11-themes/fluent-icon-theme/fluent-icon-theme-2023.02.01.ebuild X-VCS-Directories: x11-themes/fluent-icon-theme/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: a3e8911a270d717a556615849a33d1e30aadf54c X-VCS-Branch: master Date: Sat, 29 Jul 2023 16:09:19 +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: f29c39fa-c358-4aef-81ae-75d06718fd83 X-Archives-Hash: ced99bdf84f72deb5c0a6b57b352901b commit: a3e8911a270d717a556615849a33d1e30aadf54c Author: Maciej Barć gentoo org> AuthorDate: Sat Jul 29 15:09:41 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Jul 29 16:09:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e8911a x11-themes/fluent-icon-theme: drop old 2023.02.01 Signed-off-by: Maciej Barć gentoo.org> x11-themes/fluent-icon-theme/Manifest | 1 - .../fluent-icon-theme-2023.02.01.ebuild | 56 ---------------------- 2 files changed, 57 deletions(-) diff --git a/x11-themes/fluent-icon-theme/Manifest b/x11-themes/fluent-icon-theme/Manifest index 03f080f70e9f..9f63d7db6f6c 100644 --- a/x11-themes/fluent-icon-theme/Manifest +++ b/x11-themes/fluent-icon-theme/Manifest @@ -1,2 +1 @@ -DIST fluent-icon-theme-2023.02.01.tar.gz 5910433 BLAKE2B 8725381ffdf184e21fb44343a64cfc1ebb91b32abe9bf72a5abec16a49139ffbb5b9217232e068338ab311b6840064e8b99f912d1d886938ee0289d612d20640 SHA512 d6b5ef6b17e8207cefcab8d83f8a3cacff49d388fae5b5c6807f61c820d27a1c9cc96289a61cafdb2707fa912eaf50048264b653e191e26e33844b8dd1091013 DIST fluent-icon-theme-2023.06.07.tar.gz 6213271 BLAKE2B f088caa2c54f73923bef12f8fd30a286fd6ab0829ca3d6c40aabd2ddb71d0c70c6718a69a7c7b6039d7e5506c313fbe8ea14bbf9252e5524d06fe6fce73ec664 SHA512 7e85613a58ce1fad4c8b0b31b81bfe9b226982ab8ede2413d87e89a12d78aeffef01f0a20fcaccfda6431a88e7798dc00a0a824a73f938e7daa48cb799588738 diff --git a/x11-themes/fluent-icon-theme/fluent-icon-theme-2023.02.01.ebuild b/x11-themes/fluent-icon-theme/fluent-icon-theme-2023.02.01.ebuild deleted file mode 100644 index fe300c325a84..000000000000 --- a/x11-themes/fluent-icon-theme/fluent-icon-theme-2023.02.01.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ie. 2021.12.20 -> 2021-12-20 -MY_PV="${PV//./-}" -MY_PN="${PN^}" - -inherit xdg - -DESCRIPTION="Fluent icon theme for Linux desktops" -HOMEPAGE="https://github.com/vinceliuice/Fluent-icon-theme" - -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/vinceliuice/${MY_PN}.git" -else - SRC_URI="https://github.com/vinceliuice/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~x86" - S="${WORKDIR}/${MY_PN}-${MY_PV}" -fi - -LICENSE="GPL-3+" -SLOT="0" -IUSE="+black +hardlink round" -RESTRICT="binchecks strip test" - -BDEPEND="sys-apps/util-linux[hardlink(-)?]" - -src_prepare() { - default - - sed -i '/gtk-update-icon-cache/d' install.sh || die -} - -src_install() { - dodir /usr/share/icons - local myinstallopts=( - --all - --dest "${ED}/usr/share/icons" - $(usev black '--black') - $(usev round '--round') - ) - bash ./install.sh "${myinstallopts[@]}" || die "install script failed" - - if use hardlink; then - einfo "Linking duplicate icons... (may take a long time)" - hardlink -pot "${ED}/usr/share/icons" || die "hardlink failed" - fi - - # installs broken symlink (by design, but we remove it due to QA warnings) - find "${ED}" -xtype l -delete || die "removing broken symlinks failed" - - einstalldocs -}