* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/bfm/
@ 2017-11-29 22:21 Bernard Cafarelli
0 siblings, 0 replies; 6+ messages in thread
From: Bernard Cafarelli @ 2017-11-29 22:21 UTC (permalink / raw
To: gentoo-commits
commit: eca82bb585872a5c9d7c547dd297d7eb5766ffa1
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 28 14:10:11 2017 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 22:21:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca82bb5
x11-plugins/bfm: update homepage and SRC_URI
Package-Manager: Portage-2.3.16, Repoman-2.3.6
x11-plugins/bfm/Manifest | 2 +-
x11-plugins/bfm/bfm-0.6.4-r1.ebuild | 49 -------------------------------------
x11-plugins/bfm/bfm-0.6.4-r2.ebuild | 6 ++---
3 files changed, 4 insertions(+), 53 deletions(-)
diff --git a/x11-plugins/bfm/Manifest b/x11-plugins/bfm/Manifest
index be6da3dcd7e..ab423d6a5ae 100644
--- a/x11-plugins/bfm/Manifest
+++ b/x11-plugins/bfm/Manifest
@@ -1 +1 @@
-DIST bfm-0.6.4.tar.bz2 50634 SHA256 e5afb9eaebb67428c441c1eb0a98e5ad1aae46d2dcfe36567f9151c763ca04f9 SHA512 4255e31d1e04bbcd007be7a616184f97b2fb73711c2070859919666685848d75d5641396f206a6a6d70c656cbf8e97357aed3d663dc6d63ed1e7eb426d13f81c WHIRLPOOL 44b73dfe07d30f83aadd9e919dcdc004e60583e00d28df4b6c202db746b571c34cfb0c854536672338e614c61cc9e789b2adc0877bfd45d975b997a7d60f07f2
+DIST bfm-0.6.4.tar.gz 59288 BLAKE2B b70d98a944e2e6daaf694dc90a0f8cebc01afd8e11c46fde614e2b2affbe0e331cc15a308837fe987238182a3b4b631bb0d8f8d7f50b84c8705e113425cec7ec SHA512 1a039ef7448c610d2629b50bcac082e7d70eb755aa43e79e6b0868448f92aea5078548273c5f278fac878433cdcd9492589fb1612108807a4fd2afb0e07612a4
diff --git a/x11-plugins/bfm/bfm-0.6.4-r1.ebuild b/x11-plugins/bfm/bfm-0.6.4-r1.ebuild
deleted file mode 100644
index 7c79d636915..00000000000
--- a/x11-plugins/bfm/bfm-0.6.4-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib toolchain-funcs
-
-DESCRIPTION="a dockapp and gkrellm plug-in combining timecop's bubblemon and wmfishtime"
-HOMEPAGE="http://www.jnrowe.ukfsn.org/projects/bfm.html"
-SRC_URI="http://www.jnrowe.ukfsn.org/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux"
-IUSE="gkrellm"
-
-RDEPEND="x11-libs/gtk+:2
- x11-libs/libX11
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- gkrellm? ( >=app-admin/gkrellm-2 )"
-
-src_prepare() {
- sed -i \
- -e 's:CFLAGS =:CFLAGS +=:' \
- -e 's:LDFLAGS =:LDFLAGS +=:' \
- -e 's:strip:true:' \
- -e 's:$(CFLAGS) -o $(BUBBLEFISHYMON):$(CFLAGS) $(SRCS) -o $(BUBBLEFISHYMON):' \
- -e 's:$(LIBS) $(GTK2_LIBS) $(SRCS):$(LIBS) $(GTK2_LIBS):' \
- -e 's:-o $(BUBBLEFISHYMON):$(GENTOO_LDFLAGS) -o $(BUBBLEFISHYMON):' \
- Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" GENTOO_LDFLAGS="${LDFLAGS}"
- use gkrellm && emake gkrellm CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin bubblefishymon
-
- doman doc/*.1
- dodoc ChangeLog* README* doc/*.sample
-
- if use gkrellm; then
- insinto /usr/$(get_libdir)/gkrellm2/plugins
- doins gkrellm-bfm.so
- fi
-}
diff --git a/x11-plugins/bfm/bfm-0.6.4-r2.ebuild b/x11-plugins/bfm/bfm-0.6.4-r2.ebuild
index 0c803374a22..21af78bf45a 100644
--- a/x11-plugins/bfm/bfm-0.6.4-r2.ebuild
+++ b/x11-plugins/bfm/bfm-0.6.4-r2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils multilib toolchain-funcs
DESCRIPTION="a dockapp and gkrellm plug-in combining timecop's bubblemon and wmfishtime"
-HOMEPAGE="http://www.jnrowe.ukfsn.org/projects/bfm.html"
-SRC_URI="http://www.jnrowe.ukfsn.org/files/${P}.tar.bz2"
+HOMEPAGE="https://github.com/JNRowe-retired/bfm"
+SRC_URI="https://github.com/JNRowe-retired/${PN}/archive/${PV}.tar.gz -> ${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/bfm/
@ 2018-10-21 8:18 Mikle Kolyada
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-10-21 8:18 UTC (permalink / raw
To: gentoo-commits
commit: 3e36f99184278f025f32f976256a8236f00802d5
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 21 08:04:31 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Oct 21 08:04:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e36f991
x11-plugins/bfm: 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/bfm/bfm-0.6.4-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/bfm/bfm-0.6.4-r3.ebuild b/x11-plugins/bfm/bfm-0.6.4-r3.ebuild
index be7bd7601bb..0418d5e6eb4 100644
--- a/x11-plugins/bfm/bfm-0.6.4-r3.ebuild
+++ b/x11-plugins/bfm/bfm-0.6.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
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/JNRowe-retired/${PN}/archive/${PV}.tar.gz -> ${P}.ta
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="gkrellm"
RDEPEND="x11-libs/gtk+:2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/bfm/
@ 2021-12-04 10:28 Bernard Cafarelli
0 siblings, 0 replies; 6+ messages in thread
From: Bernard Cafarelli @ 2021-12-04 10:28 UTC (permalink / raw
To: gentoo-commits
commit: 9b68c5c6ec7a745e1c0cd3e45c3098ec3d5ac22c
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 4 10:28:18 2021 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Dec 4 10:28:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b68c5c6
x11-plugins/bfm: gkrellm needs USE=X
Closes: https://bugs.gentoo.org/825302
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
x11-plugins/bfm/bfm-0.6.4-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/bfm/bfm-0.6.4-r3.ebuild b/x11-plugins/bfm/bfm-0.6.4-r3.ebuild
index 0418d5e6eb4e..d93d9ff88a99 100644
--- a/x11-plugins/bfm/bfm-0.6.4-r3.ebuild
+++ b/x11-plugins/bfm/bfm-0.6.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -18,7 +18,7 @@ RDEPEND="x11-libs/gtk+:2
x11-libs/libXext"
DEPEND="${RDEPEND}
virtual/pkgconfig
- gkrellm? ( >=app-admin/gkrellm-2 )"
+ gkrellm? ( >=app-admin/gkrellm-2[X] )"
PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/bfm/
@ 2023-02-03 5:11 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-02-03 5:11 UTC (permalink / raw
To: gentoo-commits
commit: fede60111d6ea01a5188540ad7cdd3324f739caf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 04:43:59 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 05:07:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fede6011
x11-plugins/bfm: add github upstream metadata
Bug: https://bugs.gentoo.org/892251
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/bfm/metadata.xml | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/x11-plugins/bfm/metadata.xml b/x11-plugins/bfm/metadata.xml
index 5e8b4e0622fc..9b182362bb4f 100644
--- a/x11-plugins/bfm/metadata.xml
+++ b/x11-plugins/bfm/metadata.xml
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>voyageur@gentoo.org</email>
- <name>Bernard Cafarelli</name>
-</maintainer>
-
-<use>
- <flag name="gkrellm">Enable building of <pkg>app-admin/gkrellm</pkg>
- module</flag>
-</use>
+ <maintainer type="person">
+ <email>voyageur@gentoo.org</email>
+ <name>Bernard Cafarelli</name>
+ </maintainer>
+ <use>
+ <flag name="gkrellm">Enable building of <pkg>app-admin/gkrellm</pkg>module</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">JNRowe-retired/bfm</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/bfm/
@ 2023-02-03 5:11 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-02-03 5:11 UTC (permalink / raw
To: gentoo-commits
commit: d6ec561b5081eb4cc13705be8f422f84fa53f17c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 04:43:34 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 05:07:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ec561b
x11-plugins/bfm: EAPI 8
Bug: https://bugs.gentoo.org/892251
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{bfm-0.6.4-r3.ebuild => bfm-0.6.4-r4.ebuild} | 25 +++++++++++++---------
1 file changed, 15 insertions(+), 10 deletions(-)
diff --git a/x11-plugins/bfm/bfm-0.6.4-r3.ebuild b/x11-plugins/bfm/bfm-0.6.4-r4.ebuild
similarity index 67%
rename from x11-plugins/bfm/bfm-0.6.4-r3.ebuild
rename to x11-plugins/bfm/bfm-0.6.4-r4.ebuild
index d93d9ff88a99..1fd42525ff60 100644
--- a/x11-plugins/bfm/bfm-0.6.4-r3.ebuild
+++ b/x11-plugins/bfm/bfm-0.6.4-r4.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
inherit toolchain-funcs
-DESCRIPTION="a dockapp and gkrellm plug-in combining timecop's bubblemon and wmfishtime"
+DESCRIPTION="Dockapp and gkrellm plug-in combining timecop's bubblemon and wmfishtime"
HOMEPAGE="https://github.com/JNRowe-retired/bfm"
SRC_URI="https://github.com/JNRowe-retired/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
@@ -13,14 +14,18 @@ SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="gkrellm"
-RDEPEND="x11-libs/gtk+:2
+RDEPEND="
+ gkrellm? ( >=app-admin/gkrellm-2[X] )
+ x11-libs/gtk+:2
x11-libs/libX11
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- gkrellm? ( >=app-admin/gkrellm-2[X] )"
-
-PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
+ x11-libs/libXext
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-makefile.patch
+)
src_compile() {
emake CC="$(tc-getCC)" GENTOO_LDFLAGS="${LDFLAGS}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/bfm/
@ 2023-06-13 14:16 Bernard Cafarelli
0 siblings, 0 replies; 6+ messages in thread
From: Bernard Cafarelli @ 2023-06-13 14:16 UTC (permalink / raw
To: gentoo-commits
commit: e4a71f1b651d72533f281dbf76644307a23ae462
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jun 8 09:11:28 2023 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 14:15:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a71f1b
x11-plugins/bfm: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
x11-plugins/bfm/bfm-0.6.4-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/bfm/bfm-0.6.4-r4.ebuild b/x11-plugins/bfm/bfm-0.6.4-r4.ebuild
index 1fd42525ff60..9e1bdbf76da7 100644
--- a/x11-plugins/bfm/bfm-0.6.4-r4.ebuild
+++ b/x11-plugins/bfm/bfm-0.6.4-r4.ebuild
@@ -6,8 +6,8 @@ EAPI=8
inherit toolchain-funcs
DESCRIPTION="Dockapp and gkrellm plug-in combining timecop's bubblemon and wmfishtime"
-HOMEPAGE="https://github.com/JNRowe-retired/bfm"
-SRC_URI="https://github.com/JNRowe-retired/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/JNRowe/bfm"
+SRC_URI="https://github.com/JNRowe/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-06-13 14:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-21 8:18 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/bfm/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2023-06-13 14:16 Bernard Cafarelli
2023-02-03 5:11 Sam James
2023-02-03 5:11 Sam James
2021-12-04 10:28 Bernard Cafarelli
2017-11-29 22:21 Bernard Cafarelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox