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 0CE961382C5 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 F1FA0E0B0C; Fri, 12 Mar 2021 20:49:32 +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 CA676E0B0C for ; Fri, 12 Mar 2021 20:49:32 +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 9BDF133BF43 for ; Fri, 12 Mar 2021 20:49:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C053597 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: <1615582160.9b1b3d1bea97778b6a97f772e391d4035df791b2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/numix-icon-theme/metadata.xml x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild x11-themes/numix-icon-theme/numix-icon-theme-19.09.20.ebuild x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild X-VCS-Directories: x11-themes/numix-icon-theme/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9b1b3d1bea97778b6a97f772e391d4035df791b2 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: c048cb7f-8ea6-438f-9072-dd9764898682 X-Archives-Hash: 48905c4ab3f2f9e218e1aedb851b1e8a commit: 9b1b3d1bea97778b6a97f772e391d4035df791b2 Author: Aisha Tammy aisha cc> AuthorDate: Sat Jan 30 13:46:12 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 12 20:49:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1b3d1b x11-themes/numix-icon-theme: fix eclass usage Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> Signed-off-by: Andreas Sturmlechner gentoo.org> x11-themes/numix-icon-theme/metadata.xml | 15 +++++++++++---- .../numix-icon-theme/numix-icon-theme-18.07.17.ebuild | 10 +++------- .../numix-icon-theme/numix-icon-theme-19.09.20.ebuild | 10 +++------- .../numix-icon-theme/numix-icon-theme-20.03.20.ebuild | 10 +++------- .../numix-icon-theme/numix-icon-theme-20.06.07.ebuild | 10 +++------- 5 files changed, 23 insertions(+), 32 deletions(-) diff --git a/x11-themes/numix-icon-theme/metadata.xml b/x11-themes/numix-icon-theme/metadata.xml index e09e385f855..c6de63f06d4 100644 --- a/x11-themes/numix-icon-theme/metadata.xml +++ b/x11-themes/numix-icon-theme/metadata.xml @@ -1,8 +1,15 @@ - - - numixproject/numix-icon-theme - + + gentoo@aisha.cc + Aisha Tammy + + + proxy-maint@gentoo.org + Proxy Maintainers + + + numixproject/numix-icon-theme + diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild index ada198a107e..cc8d91bb36f 100644 --- a/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild +++ b/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit gnome2-utils +inherit xdg DESCRIPTION="An official icon theme from the Numix Project" HOMEPAGE="https://github.com/numixproject" @@ -17,7 +17,3 @@ src_install() { insinto /usr/share/icons doins -r Numix{,-Light} } - -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-19.09.20.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-19.09.20.ebuild index 37409462c11..cc8d91bb36f 100644 --- a/x11-themes/numix-icon-theme/numix-icon-theme-19.09.20.ebuild +++ b/x11-themes/numix-icon-theme/numix-icon-theme-19.09.20.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit gnome2-utils +inherit xdg DESCRIPTION="An official icon theme from the Numix Project" HOMEPAGE="https://github.com/numixproject" @@ -17,7 +17,3 @@ src_install() { insinto /usr/share/icons doins -r Numix{,-Light} } - -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild index 1ce1b54125e..9ad960d6168 100644 --- a/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild +++ b/x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit gnome2-utils +inherit xdg DESCRIPTION="An official icon theme from the Numix Project" HOMEPAGE="https://github.com/numixproject" @@ -17,7 +17,3 @@ src_install() { insinto /usr/share/icons doins -r Numix{,-Light} } - -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild index 1ce1b54125e..9ad960d6168 100644 --- a/x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild +++ b/x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit gnome2-utils +inherit xdg DESCRIPTION="An official icon theme from the Numix Project" HOMEPAGE="https://github.com/numixproject" @@ -17,7 +17,3 @@ src_install() { insinto /usr/share/icons doins -r Numix{,-Light} } - -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; }