public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm_sounds/
@ 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:     a68d29b1f3032a5e6794de9a1beee6e9c6a25206
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sat Apr 21 20:15:45 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 13:00:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68d29b1

x11-themes/fvwm_sounds: EAPI bump

Package-Manager: Portage-2.3.31, Repoman-2.3.9

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

diff --git a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild
index a76bc545f6b..341948fe0de 100644
--- a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild
+++ b/x11-themes/fvwm_sounds/fvwm_sounds-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="Sounds for use with FVWM"
 HOMEPAGE="http://www.fvwm.org/"
 SRC_URI="http://www.fvwm.org/generated/sounds_download/fvwm_sounds.tgz"
@@ -11,12 +13,11 @@ KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=x11-wm/fvwm-2.6.2"
-DEPEND=""
 
 S=${WORKDIR}
 
 src_install() {
 	dodir /usr/share/sounds/fvwm
 	insinto /usr/share/sounds/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_sounds/
@ 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:     b0037adb9eba4b6e6e48b4a5a0ddefe9dd563112
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 15:37:59 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 15:44:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0037adb

x11-themes/fvwm_sounds: Version the distfile

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

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

diff --git a/x11-themes/fvwm_sounds/Manifest b/x11-themes/fvwm_sounds/Manifest
index 7fa519e11f6..5b6267a4c43 100644
--- a/x11-themes/fvwm_sounds/Manifest
+++ b/x11-themes/fvwm_sounds/Manifest
@@ -1 +1 @@
-DIST fvwm_sounds.tgz 81920 BLAKE2B 679b6e44d7ec3a233ddb8665366e770a8ef58335cbb19c3ee6be94457975c33013ce222ba7d32c441e6d059703f2ad77550d92b0cc78243785e90461a5dd03f9 SHA512 816c5462459c9bd167ff1eb80ef3069ef3f3ef5ac5b797254bb1b17858c8c8cb1d3f335d7a85e159067427efb0329ff1599fb8cf5e93b723a9cffc978ab98555
+DIST fvwm_sounds-1.0.tgz 81920 BLAKE2B 679b6e44d7ec3a233ddb8665366e770a8ef58335cbb19c3ee6be94457975c33013ce222ba7d32c441e6d059703f2ad77550d92b0cc78243785e90461a5dd03f9 SHA512 816c5462459c9bd167ff1eb80ef3069ef3f3ef5ac5b797254bb1b17858c8c8cb1d3f335d7a85e159067427efb0329ff1599fb8cf5e93b723a9cffc978ab98555

diff --git a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild
index 341948fe0de..ae41c744300 100644
--- a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild
+++ b/x11-themes/fvwm_sounds/fvwm_sounds-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="Sounds for use with FVWM"
 HOMEPAGE="http://www.fvwm.org/"
-SRC_URI="http://www.fvwm.org/generated/sounds_download/fvwm_sounds.tgz"
+SRC_URI="mirror://gentoo/fvwm_sounds.tgz -> ${P}.tgz"
 
 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_sounds/
@ 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:     c53b47b8df95b3df538f49452c41bd4ddcf1226d
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Sep 12 16:34:47 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 21:31:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53b47b8

x11-themes/fvwm_sounds: 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_sounds/fvwm_sounds-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild
index dd22094bdee..d541b60c197 100644
--- a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild
+++ b/x11-themes/fvwm_sounds/fvwm_sounds-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="Sounds for use with FVWM"
-HOMEPAGE="http://www.fvwm.org/"
+HOMEPAGE="https://www.fvwm.org/"
 SRC_URI="mirror://gentoo/${P}.tgz"
 
 LICENSE="GPL-2 FVWM"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm_sounds/
@ 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:     db8375274279a5e030db3c7fe7670c22412d6380
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 07:35:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 07:49:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db837527

x11-themes/fvwm_sounds: fix RedundantDodir

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

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

diff --git a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild
index d541b60c197..fdfa78a80cc 100644
--- a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild
+++ b/x11-themes/fvwm_sounds/fvwm_sounds-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="Sounds for use with FVWM"
 HOMEPAGE="https://www.fvwm.org/"
 SRC_URI="mirror://gentoo/${P}.tgz"
+S="${WORKDIR}"
 
 LICENSE="GPL-2 FVWM"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
 
 RDEPEND=">=x11-wm/fvwm-2.6.2"
 
-S=${WORKDIR}
-
 src_install() {
-	dodir /usr/share/sounds/fvwm
 	insinto /usr/share/sounds/fvwm
 	doins -r .
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm_sounds/
@ 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:     2c245345a2ededce891c27e9ec4327ee4f1d6b1a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 07:35:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 07:49:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c245345

x11-themes/fvwm_sounds: mark ALLARCHES

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

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

diff --git a/x11-themes/fvwm_sounds/metadata.xml b/x11-themes/fvwm_sounds/metadata.xml
index 7a38bb90096..3c58a0219fb 100644
--- a/x11-themes/fvwm_sounds/metadata.xml
+++ b/x11-themes/fvwm_sounds/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_sounds/
@ 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:     96ba0b52ef5d9cbc735bfd8376e1d0ff8676a9d7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 07:35:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 07:49:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ba0b52

x11-themes/fvwm_sounds: 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_sounds/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/fvwm_sounds/metadata.xml b/x11-themes/fvwm_sounds/metadata.xml
index 6f49eba8f49..7a38bb90096 100644
--- a/x11-themes/fvwm_sounds/metadata.xml
+++ b/x11-themes/fvwm_sounds/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_sounds/
@ 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:     cb5d2791b02cd08bdaf68c4ff9671311995ce282
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Sun Mar 20 11:07:42 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 08:46:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5d2791

x11-themes/fvwm_sounds: 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_sounds/fvwm_sounds-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild
index fdfa78a80ccf..2efd33f16102 100644
--- a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild
+++ b/x11-themes/fvwm_sounds/fvwm_sounds-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}"
 
 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_sounds/
@ 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:     635a7c0555967a99c4356ccfbb4e513405c12e8f
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Thu Jun  2 16:05:29 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=635a7c05

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

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/25609
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild
index 2efd33f16102..3f0110105a35 100644
--- a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild
+++ b/x11-themes/fvwm_sounds/fvwm_sounds-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="Sounds 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/sounds/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 --
2021-01-17  7:49 [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm_sounds/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-06-04  2:19 Sam James
2022-03-23  8:47 Yixun Lan
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