public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/yasis-icon-theme/
Date: Fri, 12 Mar 2021 20:49:30 +0000 (UTC)	[thread overview]
Message-ID: <1615582161.61f90b73cf485940ee27e46e8e02b23c471fe4b1.asturm@gentoo> (raw)

commit:     61f90b73cf485940ee27e46e8e02b23c471fe4b1
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Feb  4 01:16:37 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <gentoo <AT> aisha.cc>
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-    <email>desktop-misc@gentoo.org</email>
-    <name>Gentoo Desktop Miscellaneous Project</name>
+  <maintainer type="person">
+    <email>gentoo@aisha.cc</email>
+    <name>Aisha Tammy</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
   </maintainer>
 </pkgmetadata>

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
-}


             reply	other threads:[~2021-03-12 20:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-12 20:49 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-09-27 13:06 [gentoo-commits] repo/gentoo:master commit in: x11-themes/yasis-icon-theme/ Jeroen Roovers
2016-11-27 11:21 Pacho Ramos
2016-08-06 10:17 Pacho Ramos
2015-11-21 14:40 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1615582161.61f90b73cf485940ee27e46e8e02b23c471fe4b1.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox