public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm_icons/
@ 2018-04-22 13:00 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2018-04-22 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     7d94bb1104d9395eb49de42d33b47f82d8f178a3
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sat Apr 21 20:13:31 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 13:00:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d94bb11

x11-themes/fvwm_icons: EAPI bump

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
index e835eaa1762..6fb714715db 100644
--- a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
+++ b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 DESCRIPTION="Icons for use with FVWM"
 HOMEPAGE="http://www.fvwm.org/"
 SRC_URI="http://www.fvwm.org/generated/icon_download/fvwm_icons.tar.bz2"
@@ -11,12 +13,11 @@ KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=x11-wm/fvwm-2.6.2"
-DEPEND=""
 
 S=${WORKDIR}/${PN}
 
 src_install() {
 	dodir /usr/share/icons/fvwm
 	insinto /usr/share/icons/fvwm
-	doins "${S}"/*
+	doins -r .
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm_icons/
@ 2019-08-15 15:44 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2019-08-15 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     c38b94eb3cd84e1a8070ecac48a8dd6f731ac189
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 15:37:10 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 15:44:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38b94eb

x11-themes/fvwm_icons: Version the distfile

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 x11-themes/fvwm_icons/Manifest              | 2 +-
 x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-themes/fvwm_icons/Manifest b/x11-themes/fvwm_icons/Manifest
index de4750d335d..dbbdf526984 100644
--- a/x11-themes/fvwm_icons/Manifest
+++ b/x11-themes/fvwm_icons/Manifest
@@ -1 +1 @@
-DIST fvwm_icons.tar.bz2 328620 BLAKE2B 3df1b64903601e1db420c09d80c2907ecddbfdd8fd235b9f1a833be9ccdf20e0e8889ef6259e1c5663e107c7e7625f26fc0d7432a46571ad906436948a01f561 SHA512 79bd47492bb3854c79b5ea144467732460a0dc97a975b4ddf273d60f97a51ac71c94004293c6e073cdcbde72e6f6b38da697df6849808314937384e280f3d6d4
+DIST fvwm_icons-1.0.tar.bz2 328620 BLAKE2B 3df1b64903601e1db420c09d80c2907ecddbfdd8fd235b9f1a833be9ccdf20e0e8889ef6259e1c5663e107c7e7625f26fc0d7432a46571ad906436948a01f561 SHA512 79bd47492bb3854c79b5ea144467732460a0dc97a975b4ddf273d60f97a51ac71c94004293c6e073cdcbde72e6f6b38da697df6849808314937384e280f3d6d4

diff --git a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
index 6fb714715db..c45ee8e9648 100644
--- a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
+++ b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Icons for use with FVWM"
 HOMEPAGE="http://www.fvwm.org/"
-SRC_URI="http://www.fvwm.org/generated/icon_download/fvwm_icons.tar.bz2"
+SRC_URI="mirror://gentoo/fvwm_icons.tar.bz2 -> ${P}.tar.bz2"
 
 LICENSE="GPL-2 FVWM"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm_icons/
@ 2020-09-21 21:31 Conrad Kostecki
  0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2020-09-21 21:31 UTC (permalink / raw
  To: gentoo-commits

commit:     228c2c6353976f1212cdc3f776619e4c795880da
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Sep 12 16:34:18 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 21:31:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228c2c63

x11-themes/fvwm_icons: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/17509
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
index f11de7cbe6e..034c33fdde6 100644
--- a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
+++ b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Icons for use with FVWM"
-HOMEPAGE="http://www.fvwm.org/"
+HOMEPAGE="https://www.fvwm.org/"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2 FVWM"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm_icons/
@ 2021-01-17  7:49 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-01-17  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     d00dca06efd8869493a61146a3ff32a9db4bf536
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 07:34:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 07:49:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00dca06

x11-themes/fvwm_icons: mark ALLARCHES

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-themes/fvwm_icons/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/fvwm_icons/metadata.xml b/x11-themes/fvwm_icons/metadata.xml
index 7a38bb90096..3c58a0219fb 100644
--- a/x11-themes/fvwm_icons/metadata.xml
+++ b/x11-themes/fvwm_icons/metadata.xml
@@ -2,4 +2,5 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<!-- maintainer-needed -->
+	<stabilize-allarches/>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm_icons/
@ 2021-01-17  7:49 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-01-17  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     99b20b9ae49a90dd109cb8c72119eff6a6ea9fe0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 07:34:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 07:49:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b20b9a

x11-themes/fvwm_icons: fix RedundantDodir

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
index 034c33fdde6..3f34195417d 100644
--- a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
+++ b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
@@ -1,23 +1,20 @@
-# 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
 
 DESCRIPTION="Icons for use with FVWM"
 HOMEPAGE="https://www.fvwm.org/"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
+S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2 FVWM"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
 
 RDEPEND=">=x11-wm/fvwm-2.6.2"
 
-S=${WORKDIR}/${PN}
-
 src_install() {
-	dodir /usr/share/icons/fvwm
 	insinto /usr/share/icons/fvwm
 	doins -r .
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm_icons/
@ 2021-01-17  7:49 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-01-17  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     05723c8e5999656dc6252bf870f8e86eb28a948b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 07:34:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 07:49:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05723c8e

x11-themes/fvwm_icons: fix metadata indentation

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-themes/fvwm_icons/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/fvwm_icons/metadata.xml b/x11-themes/fvwm_icons/metadata.xml
index 6f49eba8f49..7a38bb90096 100644
--- a/x11-themes/fvwm_icons/metadata.xml
+++ b/x11-themes/fvwm_icons/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<!-- maintainer-needed -->
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm_icons/
@ 2022-03-23  8:47 Yixun Lan
  0 siblings, 0 replies; 8+ messages in thread
From: Yixun Lan @ 2022-03-23  8:47 UTC (permalink / raw
  To: gentoo-commits

commit:     527f97e753511feb87a1c378327b01d637ed3ada
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Sun Mar 20 14:06:45 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 08:46:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527f97e7

x11-themes/fvwm_icons: keyword 1.0 for ~riscv

Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
index 3f34195417d0..e7399aa8c577 100644
--- a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
+++ b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2 FVWM"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND=">=x11-wm/fvwm-2.6.2"
 


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm_icons/
@ 2022-06-04  2:19 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-06-04  2:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f728665865ab8344f927af63a3b8dd80bfdadd23
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Thu Jun  2 15:53:45 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 02:19:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7286658

x11-themes/fvwm_icons: update EAPI 7 -> 8

Also add || dependency for x11-libs/fvwm3

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
index e7399aa8c577..a8dfc7c4702a 100644
--- a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
+++ b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Icons for use with FVWM"
 HOMEPAGE="https://www.fvwm.org/"
@@ -12,7 +12,7 @@ LICENSE="GPL-2 FVWM"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
-RDEPEND=">=x11-wm/fvwm-2.6.2"
+RDEPEND="|| ( x11-wm/fvwm3 >=x11-wm/fvwm-2.6.2 )"
 
 src_install() {
 	insinto /usr/share/icons/fvwm


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

end of thread, other threads:[~2022-06-04  2:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-04  2:19 [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm_icons/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-03-23  8:47 Yixun Lan
2021-01-17  7:49 Sam James
2021-01-17  7:49 Sam James
2021-01-17  7:49 Sam James
2020-09-21 21:31 Conrad Kostecki
2019-08-15 15:44 Michał Górny
2018-04-22 13:00 David Seifert

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