public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfire/
@ 2017-11-27  0:57 Bernard Cafarelli
  0 siblings, 0 replies; 6+ messages in thread
From: Bernard Cafarelli @ 2017-11-27  0:57 UTC (permalink / raw
  To: gentoo-commits

commit:     8d3a4215e1a445407f0968bb322cdf8c3710a2cf
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 00:38:49 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 00:57:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3a4215

x11-plugins/wmfire: update homepage and SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmfire/Manifest               | 2 +-
 x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-plugins/wmfire/Manifest b/x11-plugins/wmfire/Manifest
index d621bdae8aa..340e11e0a07 100644
--- a/x11-plugins/wmfire/Manifest
+++ b/x11-plugins/wmfire/Manifest
@@ -1 +1 @@
-DIST wmfire-1.2.4.tar.gz 91144 SHA256 e38b508519faf132273a9eaf75db56f1b14a5912667dd6843fc902d4a0ca2f80 SHA512 391a76c5f7292751591becebdb6267c29270e24cf9faff7e748431ffa51e74806a7b407a6493f9d4cfdc7865e4d8e8b803567b0a54caddb9b42f82160938c82b WHIRLPOOL 0b2ea82d4af5408b8ec6c0724f766f86958ba5758306bdb17a940580cbbf699150874e8f15bcaeccc642d70ed825fe8aa6377479fdff62c2ffd75849746e589c
+DIST wmfire-1.2.4.tar.gz 91144 BLAKE2B b51595dfbafefb26cfb28c729683e01e8eee5683c0379bc831fd5c9172576c4375b3262da9a167ce157a67317e15d25179d6fba067c70d04ebe3e362fc3db315 SHA512 391a76c5f7292751591becebdb6267c29270e24cf9faff7e748431ffa51e74806a7b407a6493f9d4cfdc7865e4d8e8b803567b0a54caddb9b42f82160938c82b

diff --git a/x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild b/x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild
index b471cbf6742..94ff738a9e4 100644
--- a/x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild
+++ b/x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 inherit autotools eutils
 
 DESCRIPTION="Load monitoring dockapp displaying dancing flame"
-HOMEPAGE="http://www.swanson.ukfsn.org/#wmfire"
-SRC_URI="http://www.swanson.ukfsn.org/${PN}/${P}.tar.gz"
+HOMEPAGE="http://www.improbability.net/#wmfire"
+SRC_URI="http://www.improbability.net/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfire/
@ 2018-10-22 16:35 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-10-22 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     eb8c10cf97fd2bd1288d2699ccc73ca425b8b243
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 22 16:34:16 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Oct 22 16:35:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8c10cf

x11-plugins/wmfire: Drop old

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild | 41 -------------------------------
 1 file changed, 41 deletions(-)

diff --git a/x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild b/x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild
deleted file mode 100644
index 94ff738a9e4..00000000000
--- a/x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="Load monitoring dockapp displaying dancing flame"
-HOMEPAGE="http://www.improbability.net/#wmfire"
-SRC_URI="http://www.improbability.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="session"
-
-RDEPEND="x11-libs/gtk+:2
-	gnome-base/libgtop:2
-	x11-libs/libX11
-	x11-libs/libXext
-	session? ( x11-libs/libSM
-		x11-libs/libICE )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.2.3-stringh.patch
-	epatch "${FILESDIR}"/${P}-no_display.patch
-	epatch "${FILESDIR}"/${P}-lastprocessor_SMP.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-dependency-tracking \
-		$(use_enable session)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc ALL_I_GET_IS_A_GREY_BOX AUTHORS ChangeLog NEWS README
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfire/
@ 2018-10-22 16:35 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-10-22 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b73f3293d3c37df387a62f94698d324489d28676
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 22 16:33:48 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Oct 22 16:35:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73f3293

x11-plugins/wmfire: amd64 stable wrt bug #666088

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild b/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild
index 5c60356ec8e..dbf51f0404f 100644
--- a/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild
+++ b/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="http://www.improbability.net/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="session"
 
 RDEPEND="x11-libs/gtk+:2


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfire/
@ 2020-09-28  7:57 Bernard Cafarelli
  0 siblings, 0 replies; 6+ messages in thread
From: Bernard Cafarelli @ 2020-09-28  7:57 UTC (permalink / raw
  To: gentoo-commits

commit:     cb75ad502fa9cafe6d811b2abd9c00fd76d77207
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 07:56:39 2020 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 07:56:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb75ad50

x11-plugins/wmfire: fix session configure switch

Closes: https://bugs.gentoo.org/743079
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild b/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild
index 7058dc5281e..5e83618ae43 100644
--- a/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild
+++ b/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.improbability.net/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="session"
+IUSE="+session"
 
 RDEPEND="x11-libs/gtk+:2
 	gnome-base/libgtop:2
@@ -35,5 +35,5 @@ src_prepare() {
 }
 
 src_configure() {
-	econf $(use_enable session)
+	econf $(usex session --enable-session '')
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfire/
@ 2022-03-04  0:40 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-03-04  0:40 UTC (permalink / raw
  To: gentoo-commits

commit:     6e2d0c5e2bd61af361f47839c52cb54c5cd0cbb2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  3 22:12:52 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 00:39:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2d0c5e

Revert "x11-plugins/wmfire: destabilise for ppc"

This reverts commit 671313ac65a241b38b883837665c1d25521b973e.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild b/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild
index c77784f40f68..5e83618ae434 100644
--- a/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild
+++ b/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="http://www.improbability.net/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="+session"
 
 RDEPEND="x11-libs/gtk+:2


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfire/
@ 2024-05-12 10:24 Bernard Cafarelli
  0 siblings, 0 replies; 6+ messages in thread
From: Bernard Cafarelli @ 2024-05-12 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     6b356815c152785852d2df4ad0cb82816876e888
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 10:23:59 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun May 12 10:24:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b356815

x11-plugins/wmfire: add 1.2.7

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmfire/Manifest            |  1 +
 x11-plugins/wmfire/metadata.xml        |  3 +++
 x11-plugins/wmfire/wmfire-1.2.7.ebuild | 28 ++++++++++++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/x11-plugins/wmfire/Manifest b/x11-plugins/wmfire/Manifest
index 340e11e0a071..eb22c7341ea1 100644
--- a/x11-plugins/wmfire/Manifest
+++ b/x11-plugins/wmfire/Manifest
@@ -1 +1,2 @@
 DIST wmfire-1.2.4.tar.gz 91144 BLAKE2B b51595dfbafefb26cfb28c729683e01e8eee5683c0379bc831fd5c9172576c4375b3262da9a167ce157a67317e15d25179d6fba067c70d04ebe3e362fc3db315 SHA512 391a76c5f7292751591becebdb6267c29270e24cf9faff7e748431ffa51e74806a7b407a6493f9d4cfdc7865e4d8e8b803567b0a54caddb9b42f82160938c82b
+DIST wmfire-1.2.7.tar.gz 49456 BLAKE2B db86656d9562893799521b55af703c615d620bd1cd82afe8ab3c2418c90df92c7e2bbd209b55fd6ebe440818a6a18df1e2b4feb626e854a9c0f4b102a7e3c371 SHA512 46843ebde585ec547e8836e677e42bc9dc743d19a01adf15d4e08a6cebfb5f9b5d39d0937028907863fcf3eb44e6b215068999e64e29b6488cc9185cdd05845a

diff --git a/x11-plugins/wmfire/metadata.xml b/x11-plugins/wmfire/metadata.xml
index 5cce40b1e7d4..41a9270d3c5f 100644
--- a/x11-plugins/wmfire/metadata.xml
+++ b/x11-plugins/wmfire/metadata.xml
@@ -14,4 +14,7 @@ number somewhere in a file. wmfire requires very little CPU.
 <use>
 	<flag name="session">Enable session management</flag>
 </use>
+<upstream>
+	<remote-id type="github">kennbr34/wmfire</remote-id>
+</upstream>
 </pkgmetadata>

diff --git a/x11-plugins/wmfire/wmfire-1.2.7.ebuild b/x11-plugins/wmfire/wmfire-1.2.7.ebuild
new file mode 100644
index 000000000000..bb06c9a0adda
--- /dev/null
+++ b/x11-plugins/wmfire/wmfire-1.2.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Load monitoring dockapp displaying dancing flame"
+HOMEPAGE="https://github.com/kennbr34/wmfire"
+SRC_URI="https://github.com/kennbr34/wmfire/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="x11-libs/gtk+:3
+	gnome-base/libgtop:2
+	x11-libs/libX11
+	x11-libs/libXext"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_prepare() {
+	default
+	eautoreconf
+}


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

end of thread, other threads:[~2024-05-12 10:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-22 16:35 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfire/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2024-05-12 10:24 Bernard Cafarelli
2022-03-04  0:40 Sam James
2020-09-28  7:57 Bernard Cafarelli
2018-10-22 16:35 Mikle Kolyada
2017-11-27  0:57 Bernard Cafarelli

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