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 F15E71382C5 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 4462DE0B15; Fri, 12 Mar 2021 20:49:35 +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 306D8E0B15 for ; Fri, 12 Mar 2021 20:49:35 +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 1AC8E335CD2 for ; Fri, 12 Mar 2021 20:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D5A85A7 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.97cc63fd0648b97934aaf5584574d1cb4b2c3c48.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/nou-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/nou-icon-theme/metadata.xml x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild X-VCS-Directories: x11-themes/nou-icon-theme/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 97cc63fd0648b97934aaf5584574d1cb4b2c3c48 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: 5bac0a3a-d997-4c6b-a2bf-35ab924a6c7a X-Archives-Hash: c4ac70f7a042172da74400eb86c5003a commit: 97cc63fd0648b97934aaf5584574d1cb4b2c3c48 Author: Aisha Tammy aisha cc> AuthorDate: Thu Feb 4 17:16: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=97cc63fd x11-themes/nou-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/nou-icon-theme/metadata.xml | 10 +++++--- .../nou-icon-theme/nou-icon-theme-09.02.08.ebuild | 29 ++++++---------------- 2 files changed, 15 insertions(+), 24 deletions(-) diff --git a/x11-themes/nou-icon-theme/metadata.xml b/x11-themes/nou-icon-theme/metadata.xml index cc1ab684739..52c3f63cafa 100644 --- a/x11-themes/nou-icon-theme/metadata.xml +++ b/x11-themes/nou-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 diff --git a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild index 8d7a1731ba6..ef9bfc9d1c6 100644 --- a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild +++ b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild @@ -1,26 +1,21 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit versionator xdg-utils +EAPI=7 -MY_PV="$(delete_all_version_separators ${PV})" +inherit xdg -DESCRIPTION="A scalable icon theme called Nou" +MY_PV="$(ver_rs 1- '')" + +DESCRIPTION="Scalable icon theme called Nou" HOMEPAGE="http://www.silvestre.com.ar/" -SRC_URI="http://www.silvestre.com.ar/icons/Nou-${MY_PV}.tar.bz2" +SRC_URI="mirror://gentoo/Nou-${MY_PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="minimal" - -RDEPEND="!minimal? ( || ( x11-themes/tango-icon-theme x11-themes/adwaita-icon-theme ) )" -DEPEND="" -RESTRICT="binchecks strip" - -S=${WORKDIR} +S="${WORKDIR}" src_install() { dodoc Nou/{AUTHORS,README} @@ -29,11 +24,3 @@ src_install() { insinto /usr/share/icons doins -r Nou } - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}