* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbio/
@ 2017-11-24 23:25 Bernard Cafarelli
0 siblings, 0 replies; 9+ messages in thread
From: Bernard Cafarelli @ 2017-11-24 23:25 UTC (permalink / raw
To: gentoo-commits
commit: 84a785e0fa72d397f6d4490f471e0049609774e2
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 23:14:46 2017 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 23:16:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a785e0
x11-plugins/wmbio: update SRC_URI
Package-Manager: Portage-2.3.16, Repoman-2.3.6
x11-plugins/wmbio/Manifest | 2 +-
x11-plugins/wmbio/wmbio-1.02.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-plugins/wmbio/Manifest b/x11-plugins/wmbio/Manifest
index 7c02ab90ff2..d4baad65ab1 100644
--- a/x11-plugins/wmbio/Manifest
+++ b/x11-plugins/wmbio/Manifest
@@ -1 +1 @@
-DIST wmbio-1.02.tar.gz 21799 SHA256 165483b121f2af7ce2f09a62f0f9fbe02118960c281fe5f4eacad62de39a0dbf SHA512 bebe8de364f782c38164fdd3910c3f63ff8313fa46fce1215218a4d14b9be0c793ee1d234fdb694798c1ab49b17eca90957d22c076920bf50ecf24b563a07d5b WHIRLPOOL 9f2260817f93359e5982b91b740c1b3d2ee8b79480967c761b204676ecbe149029d70e2ca9a08dc3ac0b3b1946db61153f7ff55ae3d15fb1797fb60069747bda
+DIST wmbio-1.02.tar.gz 21799 BLAKE2B f3736ad83e4441f027b8091d398f7f819de79d29d9d48dff0f1ab3c159e1da2fc367f8faa92addedb770d7137e7a93f8e91a29935264a6505d16c9598daad64b SHA512 bebe8de364f782c38164fdd3910c3f63ff8313fa46fce1215218a4d14b9be0c793ee1d234fdb694798c1ab49b17eca90957d22c076920bf50ecf24b563a07d5b
diff --git a/x11-plugins/wmbio/wmbio-1.02.ebuild b/x11-plugins/wmbio/wmbio-1.02.ebuild
index d88c092cbef..7c9d8fdf860 100644
--- a/x11-plugins/wmbio/wmbio-1.02.ebuild
+++ b/x11-plugins/wmbio/wmbio-1.02.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=2
inherit eutils
DESCRIPTION="A Window Maker applet that shows your biorhythm"
-SRC_URI="http://wmbio.sourceforge.net/${P}.tar.gz"
HOMEPAGE="http://wmbio.sourceforge.net/"
+SRC_URI="mirror://sourceforge/wmbio/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbio/
@ 2018-05-29 13:18 Aaron Bauman
0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2018-05-29 13:18 UTC (permalink / raw
To: gentoo-commits
commit: 98410ba1c30bb7d22d2f234a7205e7c189592f04
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 23:43:45 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue May 29 13:17:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98410ba1
x11-plugins/wmbio: bump EAPI and drop eutils
Package-Manager: Portage-2.3.40, Repoman-2.3.9
x11-plugins/wmbio/wmbio-1.02.ebuild | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/x11-plugins/wmbio/wmbio-1.02.ebuild b/x11-plugins/wmbio/wmbio-1.02.ebuild
index b6fcce6d415..b2be120eed9 100644
--- a/x11-plugins/wmbio/wmbio-1.02.ebuild
+++ b/x11-plugins/wmbio/wmbio-1.02.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
-inherit eutils
+EAPI=6
DESCRIPTION="A Window Maker applet that shows your biorhythm"
HOMEPAGE="http://wmbio.sourceforge.net/"
@@ -22,18 +21,15 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P}/src
src_prepare() {
+ default
# Honour Gentoo CFLAGS
- sed -i "s/-g -O2/\$(CFLAGS)/" Makefile
+ sed -i "s/-g -O2/\$(CFLAGS)/" Makefile || die "sed for CFLAGS failed"
# Honour Gentoo LDFLAGS
- sed -i "s/-o wmbio/\$(LDFLAGS) -o wmbio/" Makefile
-}
-
-src_compile() {
- emake || die "emake failed"
+ sed -i "s/-o wmbio/\$(LDFLAGS) -o wmbio/" Makefile || die "sed for LDFLAGS failed"
}
src_install () {
- dobin wmbio || die "dobin failed"
- dodoc ../{AUTHORS,Changelog,NEWS,README} || die
+ dobin wmbio
+ dodoc ../{AUTHORS,Changelog,NEWS,README}
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbio/
@ 2022-03-04 0:40 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-03-04 0:40 UTC (permalink / raw
To: gentoo-commits
commit: 9b7a1cdfe06ae18ca5d81fa87a463b786475d094
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 3 22:13:14 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 4 00:40:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7a1cdf
Revert "x11-plugins/wmbio: destabilise for ppc"
This reverts commit ed71a5f42d0a60a8b430d78b738242259f0c099e.
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/wmbio/wmbio-1.02.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/wmbio/wmbio-1.02.ebuild b/x11-plugins/wmbio/wmbio-1.02.ebuild
index ee6101dcc59c..d2d2e7ccc5fb 100644
--- a/x11-plugins/wmbio/wmbio-1.02.ebuild
+++ b/x11-plugins/wmbio/wmbio-1.02.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=6
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/wmbio/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 sparc x86"
+KEYWORDS="~amd64 ppc ppc64 sparc x86"
IUSE=""
RDEPEND="x11-libs/libX11
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbio/
@ 2022-07-09 15:43 Bernard Cafarelli
0 siblings, 0 replies; 9+ messages in thread
From: Bernard Cafarelli @ 2022-07-09 15:43 UTC (permalink / raw
To: gentoo-commits
commit: 7c3ae040dc00c514b7e45638467bad76b5bac056
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 9 12:19:03 2022 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Jul 9 15:40:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3ae040
x11-plugins/wmbio: respect CC
Closes: https://bugs.gentoo.org/726230
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
x11-plugins/wmbio/wmbio-1.02.ebuild | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/x11-plugins/wmbio/wmbio-1.02.ebuild b/x11-plugins/wmbio/wmbio-1.02.ebuild
index d2d2e7ccc5fb..4c7d53c862ea 100644
--- a/x11-plugins/wmbio/wmbio-1.02.ebuild
+++ b/x11-plugins/wmbio/wmbio-1.02.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+inherit toolchain-funcs
+
DESCRIPTION="A Window Maker applet that shows your biorhythm"
HOMEPAGE="http://wmbio.sourceforge.net/"
SRC_URI="mirror://sourceforge/wmbio/${P}.tar.gz"
@@ -23,10 +25,14 @@ S=${WORKDIR}/${P}/src
src_prepare() {
default
- # Honour Gentoo CFLAGS
- sed -i "s/-g -O2/\$(CFLAGS)/" Makefile || die
- # Honour Gentoo LDFLAGS
- sed -i "s/-o wmbio/\$(LDFLAGS) -o wmbio/" Makefile || die
+ # Honour Gentoo CFLAGS, LDFLAGS, CC
+ sed -i -e "s/-g -O2/\$(CFLAGS)/" \
+ -e "s/-o wmbio/\$(LDFLAGS) -o wmbio/" \
+ -e "s/cc /\$(CC) /" Makefile || die
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)"
}
src_install() {
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbio/
@ 2023-06-13 14:16 Bernard Cafarelli
0 siblings, 0 replies; 9+ messages in thread
From: Bernard Cafarelli @ 2023-06-13 14:16 UTC (permalink / raw
To: gentoo-commits
commit: 694dd963ca484db6acd8db8ad679653f19fa418f
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jun 8 09:12:13 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=694dd963
x11-plugins/wmbio: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
x11-plugins/wmbio/wmbio-1.02.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/wmbio/wmbio-1.02.ebuild b/x11-plugins/wmbio/wmbio-1.02.ebuild
index 4c7d53c862ea..d6503e0048f2 100644
--- a/x11-plugins/wmbio/wmbio-1.02.ebuild
+++ b/x11-plugins/wmbio/wmbio-1.02.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit toolchain-funcs
DESCRIPTION="A Window Maker applet that shows your biorhythm"
-HOMEPAGE="http://wmbio.sourceforge.net/"
+HOMEPAGE="https://wmbio.sourceforge.net/"
SRC_URI="mirror://sourceforge/wmbio/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbio/
@ 2024-04-13 18:39 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-04-13 18:39 UTC (permalink / raw
To: gentoo-commits
commit: 7bf8795c2695f061fdd08184c5bee06f20d2a42e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 18:39:34 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 18:39:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf8795c
x11-plugins/wmbio: Stabilize 1.02-r1 ppc64, #929936
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-plugins/wmbio/wmbio-1.02-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/wmbio/wmbio-1.02-r1.ebuild b/x11-plugins/wmbio/wmbio-1.02-r1.ebuild
index 612f5ae35117..a2b65f6c7b2b 100644
--- a/x11-plugins/wmbio/wmbio-1.02-r1.ebuild
+++ b/x11-plugins/wmbio/wmbio-1.02-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P}/src"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86"
RDEPEND="x11-libs/libX11
x11-libs/libXext
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbio/
@ 2024-04-13 18:47 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-04-13 18:47 UTC (permalink / raw
To: gentoo-commits
commit: 686874a6e8fe78dbf536c6893cc51ccf786d0d7a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 18:47:51 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 18:47:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686874a6
x11-plugins/wmbio: Stabilize 1.02-r1 ppc, #929936
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-plugins/wmbio/wmbio-1.02-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmbio/wmbio-1.02-r1.ebuild b/x11-plugins/wmbio/wmbio-1.02-r1.ebuild
index a2b65f6c7b2b..88b607e637da 100644
--- a/x11-plugins/wmbio/wmbio-1.02-r1.ebuild
+++ b/x11-plugins/wmbio/wmbio-1.02-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P}/src"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~sparc ~x86"
RDEPEND="x11-libs/libX11
x11-libs/libXext
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbio/
@ 2024-04-15 7:07 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-04-15 7:07 UTC (permalink / raw
To: gentoo-commits
commit: 1361172a3773b371f0680f60f307c88a1dabed28
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 07:07:06 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 07:07:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1361172a
x11-plugins/wmbio: Stabilize 1.02-r1 sparc, #929936
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-plugins/wmbio/wmbio-1.02-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmbio/wmbio-1.02-r1.ebuild b/x11-plugins/wmbio/wmbio-1.02-r1.ebuild
index b4c009494917..8b197325f8ef 100644
--- a/x11-plugins/wmbio/wmbio-1.02-r1.ebuild
+++ b/x11-plugins/wmbio/wmbio-1.02-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P}/src"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~sparc x86"
+KEYWORDS="~amd64 ppc ppc64 sparc x86"
RDEPEND="x11-libs/libX11
x11-libs/libXext
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbio/
@ 2024-04-15 7:33 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-04-15 7:33 UTC (permalink / raw
To: gentoo-commits
commit: ccfffeb2d65f5bb8f6ff275fb54519bce93d4858
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 07:31:39 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 07:31:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfffeb2
x11-plugins/wmbio: drop 1.02, EAPI6--
Closes: https://bugs.gentoo.org/929936
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-plugins/wmbio/wmbio-1.02.ebuild | 41 -------------------------------------
1 file changed, 41 deletions(-)
diff --git a/x11-plugins/wmbio/wmbio-1.02.ebuild b/x11-plugins/wmbio/wmbio-1.02.ebuild
deleted file mode 100644
index d6503e0048f2..000000000000
--- a/x11-plugins/wmbio/wmbio-1.02.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A Window Maker applet that shows your biorhythm"
-HOMEPAGE="https://wmbio.sourceforge.net/"
-SRC_URI="mirror://sourceforge/wmbio/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
-S=${WORKDIR}/${P}/src
-
-src_prepare() {
- default
- # Honour Gentoo CFLAGS, LDFLAGS, CC
- sed -i -e "s/-g -O2/\$(CFLAGS)/" \
- -e "s/-o wmbio/\$(LDFLAGS) -o wmbio/" \
- -e "s/cc /\$(CC) /" Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin wmbio
- dodoc ../{AUTHORS,Changelog,NEWS,README}
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-04-15 7:33 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-29 13:18 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbio/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2024-04-15 7:33 Arthur Zamarin
2024-04-15 7:07 Arthur Zamarin
2024-04-13 18:47 Arthur Zamarin
2024-04-13 18:39 Arthur Zamarin
2023-06-13 14:16 Bernard Cafarelli
2022-07-09 15:43 Bernard Cafarelli
2022-03-04 0:40 Sam James
2017-11-24 23:25 Bernard Cafarelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox