public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-icon-theme/
@ 2016-10-09 10:23 Gilles Dartiguelongue
  0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2016-10-09 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e67ada6622bf13a02e2761aa9ef0d0408cef66af
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 10:21:52 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 10:23:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67ada66

x11-themes/arc-icon-theme: initial ebuild

Complements x11-theme/arc-theme

Package-Manager: portage-2.3.1

 x11-themes/arc-icon-theme/Manifest                 |  1 +
 .../arc-icon-theme/arc-icon-theme-20160605.ebuild  | 42 ++++++++++++++++++++++
 x11-themes/arc-icon-theme/metadata.xml             |  8 +++++
 3 files changed, 51 insertions(+)

diff --git a/x11-themes/arc-icon-theme/Manifest b/x11-themes/arc-icon-theme/Manifest
new file mode 100644
index 00000000..a85cc08
--- /dev/null
+++ b/x11-themes/arc-icon-theme/Manifest
@@ -0,0 +1 @@
+DIST arc-icon-theme-20160605.tar.gz 4951906 SHA256 57d4f6ee79a9b541524d8f76b40e06ba361654efd0b9c513cf940209e204eeda SHA512 cb5ae5b828c2945614885672d2bd741dffe7cd77c0b7bf2d060bdcac046b7cee7dc5c6643e51bd2954b54d40aa05afddc555e2a1523ba8443cedf7997ad218d1 WHIRLPOOL bba31becdef50ced52f891b1e2f443fc7900e1dbd2cf24d66f7140d08cc91b7b930f92d4de43d721411e5d67da2b7382f4e6a3918bfbebcf9c3cdb774b3e83c1

diff --git a/x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild b/x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild
new file mode 100644
index 00000000..af889f7
--- /dev/null
+++ b/x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools gnome2-utils
+
+DESCRIPTION="Vertex icon theme"
+HOMEPAGE="https://github.com/horst3180/arc-icon-theme"
+SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+# Require adwaita until moka is packaged
+RDEPEND="
+	x11-themes/adwaita-icon-theme
+"
+DEPEND=""
+
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}

diff --git a/x11-themes/arc-icon-theme/metadata.xml b/x11-themes/arc-icon-theme/metadata.xml
new file mode 100644
index 00000000..4cbddca
--- /dev/null
+++ b/x11-themes/arc-icon-theme/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>gnome@gentoo.org</email>
+    <name>Gentoo GNOME Desktop</name>
+  </maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-icon-theme/
@ 2017-02-11 18:31 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2017-02-11 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     9fc41937807b56cdcb0f38073a2a26b63babc22e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 18:10:21 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 18:30:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc41937

x11-themes/arc-icon-theme: x86 stable, bug 606818

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"

 x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild b/x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild
index 82575cff48..18e2ec9daf 100644
--- a/x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild
+++ b/x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 # Require adwaita until moka is packaged
 RDEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-icon-theme/
@ 2017-03-26 21:04 Gilles Dartiguelongue
  0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2017-03-26 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     b0c6d7f80f76ab914eec4e71efd7bcadc44e47ad
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 19:17:26 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 21:03:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c6d7f8

x11-themes/arc-icon-theme: version bump 20160605 → 20161122

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-themes/arc-icon-theme/Manifest                 |  1 +
 .../arc-icon-theme/arc-icon-theme-20161122.ebuild  | 41 ++++++++++++++++++++++
 x11-themes/arc-icon-theme/metadata.xml             |  3 ++
 3 files changed, 45 insertions(+)

diff --git a/x11-themes/arc-icon-theme/Manifest b/x11-themes/arc-icon-theme/Manifest
index a85cc087f8b..aa3d4a487ab 100644
--- a/x11-themes/arc-icon-theme/Manifest
+++ b/x11-themes/arc-icon-theme/Manifest
@@ -1 +1,2 @@
 DIST arc-icon-theme-20160605.tar.gz 4951906 SHA256 57d4f6ee79a9b541524d8f76b40e06ba361654efd0b9c513cf940209e204eeda SHA512 cb5ae5b828c2945614885672d2bd741dffe7cd77c0b7bf2d060bdcac046b7cee7dc5c6643e51bd2954b54d40aa05afddc555e2a1523ba8443cedf7997ad218d1 WHIRLPOOL bba31becdef50ced52f891b1e2f443fc7900e1dbd2cf24d66f7140d08cc91b7b930f92d4de43d721411e5d67da2b7382f4e6a3918bfbebcf9c3cdb774b3e83c1
+DIST arc-icon-theme-20161122.tar.gz 5033333 SHA256 0b448dde34138b12ab2d5f224f001cf8203fff55e6b19b013b0461b4376641f9 SHA512 5d0f1417358eb81994868949acefe146537d8f3cc2fd7f529f9e6ba9c264845e50962f94427bac1262a76d3ca98d05795819d7c4a6ecd3139b0b57a6e9fdfad1 WHIRLPOOL fd2c98bd11e102fa22f3b7d6db8899a314a24f8c3d7de5e08d43a477cc69498ee8ba3927a7741c7cb85e3a25b22a713f4ca3c51f27b6a3f4de094244303ae6a8

diff --git a/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild b/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild
new file mode 100644
index 00000000000..35794ca1a06
--- /dev/null
+++ b/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools gnome2-utils
+
+DESCRIPTION="Vertex icon theme"
+HOMEPAGE="https://github.com/horst3180/arc-icon-theme"
+SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+# Require adwaita until moka is packaged
+RDEPEND="
+	x11-themes/adwaita-icon-theme
+"
+DEPEND=""
+
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}

diff --git a/x11-themes/arc-icon-theme/metadata.xml b/x11-themes/arc-icon-theme/metadata.xml
index 4cbddcaa19a..79d162edbf9 100644
--- a/x11-themes/arc-icon-theme/metadata.xml
+++ b/x11-themes/arc-icon-theme/metadata.xml
@@ -5,4 +5,7 @@
     <email>gnome@gentoo.org</email>
     <name>Gentoo GNOME Desktop</name>
   </maintainer>
+  <upstream>
+    <remote-id type="github">horst3180/arc-icon-theme</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-icon-theme/
@ 2017-04-23 21:23 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2017-04-23 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     a35ae9f0109497c9fe5b0176a5b1dee5b6680ac0
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 21:22:49 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 21:22:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35ae9f0

x11-themes/arc-icon-theme: amd64 stable wrt bug #615406

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild b/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild
index 35794ca1a06..67e795d894c 100644
--- a/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild
+++ b/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 # Require adwaita until moka is packaged
 RDEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-icon-theme/
@ 2017-04-27 10:36 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2017-04-27 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d646811487b89378fd4f4f7b4497fb19a54bf217
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 10:34:52 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 10:34:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6468114

x11-themes/arc-icon-theme: x86 stable wrt bug #615406

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild b/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild
index 67e795d894c..19c9a797ce3 100644
--- a/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild
+++ b/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 # Require adwaita until moka is packaged
 RDEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-icon-theme/
@ 2017-04-27 22:08 Mart Raudsepp
  0 siblings, 0 replies; 7+ messages in thread
From: Mart Raudsepp @ 2017-04-27 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     de222f47dcb4c60cd97cecd0636988896d3ac9b9
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 22:05:26 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 22:05:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de222f47

x11-themes/arc-icon-theme: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-themes/arc-icon-theme/Manifest                 |  1 -
 .../arc-icon-theme/arc-icon-theme-20160605.ebuild  | 41 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/x11-themes/arc-icon-theme/Manifest b/x11-themes/arc-icon-theme/Manifest
index aa3d4a487ab..d4b5dd0e789 100644
--- a/x11-themes/arc-icon-theme/Manifest
+++ b/x11-themes/arc-icon-theme/Manifest
@@ -1,2 +1 @@
-DIST arc-icon-theme-20160605.tar.gz 4951906 SHA256 57d4f6ee79a9b541524d8f76b40e06ba361654efd0b9c513cf940209e204eeda SHA512 cb5ae5b828c2945614885672d2bd741dffe7cd77c0b7bf2d060bdcac046b7cee7dc5c6643e51bd2954b54d40aa05afddc555e2a1523ba8443cedf7997ad218d1 WHIRLPOOL bba31becdef50ced52f891b1e2f443fc7900e1dbd2cf24d66f7140d08cc91b7b930f92d4de43d721411e5d67da2b7382f4e6a3918bfbebcf9c3cdb774b3e83c1
 DIST arc-icon-theme-20161122.tar.gz 5033333 SHA256 0b448dde34138b12ab2d5f224f001cf8203fff55e6b19b013b0461b4376641f9 SHA512 5d0f1417358eb81994868949acefe146537d8f3cc2fd7f529f9e6ba9c264845e50962f94427bac1262a76d3ca98d05795819d7c4a6ecd3139b0b57a6e9fdfad1 WHIRLPOOL fd2c98bd11e102fa22f3b7d6db8899a314a24f8c3d7de5e08d43a477cc69498ee8ba3927a7741c7cb85e3a25b22a713f4ca3c51f27b6a3f4de094244303ae6a8

diff --git a/x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild b/x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild
deleted file mode 100644
index 19c9a797ce3..00000000000
--- a/x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools gnome2-utils
-
-DESCRIPTION="Vertex icon theme"
-HOMEPAGE="https://github.com/horst3180/arc-icon-theme"
-SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-# Require adwaita until moka is packaged
-RDEPEND="
-	x11-themes/adwaita-icon-theme
-"
-DEPEND=""
-
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-icon-theme/
@ 2023-02-19 22:03 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2023-02-19 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     8e73ac98e9c8789c2b5b6317f42d6b2857970134
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 22:03:28 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 22:03:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e73ac98

x11-themes/arc-icon-theme: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...22.ebuild => arc-icon-theme-20161122-r1.ebuild} | 29 +++++-----------------
 1 file changed, 6 insertions(+), 23 deletions(-)

diff --git a/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild b/x11-themes/arc-icon-theme/arc-icon-theme-20161122-r1.ebuild
similarity index 67%
rename from x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild
rename to x11-themes/arc-icon-theme/arc-icon-theme-20161122-r1.ebuild
index e2090d55a9f7..3b272fe61bdc 100644
--- a/x11-themes/arc-icon-theme/arc-icon-theme-20161122.ebuild
+++ b/x11-themes/arc-icon-theme/arc-icon-theme-20161122-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-inherit autotools gnome2-utils
+inherit autotools xdg
 
 DESCRIPTION="Vertex icon theme"
 HOMEPAGE="https://github.com/horst3180/arc-icon-theme"
@@ -11,31 +11,14 @@ SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-# Require adwaita until moka is packaged
-RDEPEND="
-	x11-themes/adwaita-icon-theme
-"
-DEPEND=""
-
 # This ebuild does not install any binaries
 RESTRICT="binchecks strip"
 
+# Require adwaita until moka is packaged
+RDEPEND="x11-themes/adwaita-icon-theme"
+
 src_prepare() {
 	default
 	eautoreconf
 }
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-02-19 22:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-09 10:23 [gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-icon-theme/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2017-02-11 18:31 Pacho Ramos
2017-03-26 21:04 Gilles Dartiguelongue
2017-04-23 21:23 Agostino Sarubbo
2017-04-27 10:36 Agostino Sarubbo
2017-04-27 22:08 Mart Raudsepp
2023-02-19 22:03 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox