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 4C6321382C5 for ; Fri, 12 Mar 2021 20:49:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A20DFE0B18; Fri, 12 Mar 2021 20:49:35 +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 8AA3CE0B18 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 88097340A98 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 89DE55A5 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: <1615582161.61f90b73cf485940ee27e46e8e02b23c471fe4b1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/yasis-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/yasis-icon-theme/metadata.xml x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2-r1.ebuild x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild X-VCS-Directories: x11-themes/yasis-icon-theme/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 61f90b73cf485940ee27e46e8e02b23c471fe4b1 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: 67258d30-be34-4ae0-8f35-4dede1ea72a5 X-Archives-Hash: 15c5b5f0d456e62df5b365b7c1f04c7f commit: 61f90b73cf485940ee27e46e8e02b23c471fe4b1 Author: Aisha Tammy aisha cc> AuthorDate: Thu Feb 4 01:16:37 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 12 20:49:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f90b73 x11-themes/yasis-icon-theme: move to EAPI 7 drop minimal use flag, only addded optional runtime dependency 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/yasis-icon-theme/metadata.xml | 10 ++++-- .../yasis-icon-theme-0.4.2-r1.ebuild | 24 +++++++++++++++ .../yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild | 36 ---------------------- 3 files changed, 31 insertions(+), 39 deletions(-) diff --git a/x11-themes/yasis-icon-theme/metadata.xml b/x11-themes/yasis-icon-theme/metadata.xml index cc1ab684739..52c3f63cafa 100644 --- a/x11-themes/yasis-icon-theme/metadata.xml +++ b/x11-themes/yasis-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/yasis-icon-theme/yasis-icon-theme-0.4.2-r1.ebuild b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2-r1.ebuild new file mode 100644 index 00000000000..afb44e8d8d6 --- /dev/null +++ b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xdg + +DESCRIPTION="Scalable icon theme called Yasis" +HOMEPAGE="http://www.silvestre.com.ar/" +SRC_URI="mirror://gentoo/yasis-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}" + +src_install() { + dodoc yasis/{AUTHORS,README} + rm -f yasis/{AUTHORS,COPYING,DONATE,INSTALL,README} + + insinto /usr/share/icons + doins -r yasis +} diff --git a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild deleted file mode 100644 index f14489c8268..00000000000 --- a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xdg-utils - -DESCRIPTION="A scalable icon theme called Yasis" -HOMEPAGE="http://www.silvestre.com.ar/" -SRC_URI="http://www.silvestre.com.ar/icons/yasis-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="minimal" - -RDEPEND="!minimal? ( || ( x11-themes/adwaita-icon-theme x11-themes/nuovo-icon-theme ) )" -DEPEND="" - -RESTRICT="binchecks strip" - -S="${WORKDIR}" - -src_install() { - dodoc yasis/{AUTHORS,README} - rm -f yasis/{AUTHORS,COPYING,DONATE,INSTALL,README} - - insinto /usr/share/icons - doins -r yasis -} - -pkg_postinst() { - xdg_icon_cache_update -} -pkg_postrm() { - xdg_icon_cache_update -}