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 3C66213835B for ; Fri, 12 Mar 2021 20:49:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 923CDE0B11; Fri, 12 Mar 2021 20:49:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7B7AFE0B11 for ; Fri, 12 Mar 2021 20:49:34 +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 7924F33E02F for ; Fri, 12 Mar 2021 20:49:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D60055AC for ; Fri, 12 Mar 2021 20:49:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1615582162.a420c58f460536d936742b01d6bfdec2edd466c6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gargantuan-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild x11-themes/gargantuan-icon-theme/metadata.xml X-VCS-Directories: x11-themes/gargantuan-icon-theme/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a420c58f460536d936742b01d6bfdec2edd466c6 X-VCS-Branch: master Date: Fri, 12 Mar 2021 20:49:30 +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: 24bac975-69df-41d5-9dd7-b6670954236c X-Archives-Hash: dbefd4f9ee2bf351175175a13a61dc6a commit: a420c58f460536d936742b01d6bfdec2edd466c6 Author: Aisha Tammy aisha cc> AuthorDate: Thu Feb 4 18:09:43 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 12 20:49:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a420c58f x11-themes/gargantuan-icon-theme: fix eclass usage move to EAPI 7 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> Signed-off-by: Andreas Sturmlechner gentoo.org> .../gargantuan-icon-theme-1.7.ebuild | 19 +++++-------------- x11-themes/gargantuan-icon-theme/metadata.xml | 12 ++++++++---- 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild b/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild index c14fd842fb2..11d73f3989f 100644 --- a/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild +++ b/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit xdg-utils +EAPI=7 + +inherit xdg DESCRIPTION="Gargantuan Icon Theme" HOMEPAGE="https://www.gnome-look.org/content/show.php?content=24364" @@ -11,12 +12,10 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64" -IUSE="" RDEPEND="x11-themes/hicolor-icon-theme" -DEPEND="${RDEPEND}" -S="${WORKDIR}/gargantuan" +S="${WORKDIR}"/gargantuan src_install() { dodoc README @@ -24,11 +23,3 @@ src_install() { insinto /usr/share/icons/gargantuan doins -r * } - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/x11-themes/gargantuan-icon-theme/metadata.xml b/x11-themes/gargantuan-icon-theme/metadata.xml index 49c86a887b6..52c3f63cafa 100644 --- a/x11-themes/gargantuan-icon-theme/metadata.xml +++ b/x11-themes/gargantuan-icon-theme/metadata.xml @@ -1,8 +1,12 @@ - - desktop-misc@gentoo.org - Gentoo Desktop Miscellaneous Project - + + gentoo@aisha.cc + Aisha Tammy + + + proxy-maint@gentoo.org + Proxy Maintainers +