public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcube/
@ 2016-05-14  8:49 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2016-05-14  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     9cbe67eafca8621218dbdb2adb37e9369a447b0c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 08:42:35 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 14 08:49:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cbe67ea

x11-plugins/wmcube: DESTTREE -> /usr, #582986

 x11-plugins/wmcube/wmcube-0.98.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmcube/wmcube-0.98.ebuild b/x11-plugins/wmcube/wmcube-0.98.ebuild
index 9845164..3cb3b9f 100644
--- a/x11-plugins/wmcube/wmcube-0.98.ebuild
+++ b/x11-plugins/wmcube/wmcube-0.98.ebuild
@@ -41,7 +41,7 @@ src_install() {
 	cd ..
 	dodoc README CHANGES
 
-	SHARE=${DESTTREE}/share/wmcube
+	SHARE=/usr/share/wmcube
 	dodir ${SHARE}
 	insinto ${SHARE}
 	doins 3dObjects/*


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcube/
@ 2017-12-05 13:40 Bernard Cafarelli
  0 siblings, 0 replies; 11+ messages in thread
From: Bernard Cafarelli @ 2017-12-05 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f9ecd04dbfa68032663e8a00f53f4808ccff6f0e
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 13:03:00 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 13:39:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ecd04d

x11-plugins/wmcube: 1.0.2 bump

Clean and update ebuild

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmcube/Manifest            |  3 ++-
 x11-plugins/wmcube/wmcube-1.0.2.ebuild | 38 ++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/x11-plugins/wmcube/Manifest b/x11-plugins/wmcube/Manifest
index 27a9a86b1c9..94218ba6bcc 100644
--- a/x11-plugins/wmcube/Manifest
+++ b/x11-plugins/wmcube/Manifest
@@ -1 +1,2 @@
-DIST wmcube-0.98.tar.gz 38305 SHA256 5111d7bfacc7ffa26419dbc22542a0a0e1d33e5795882d1799b216abd73df24b SHA512 137e31b3de175bcbe593c420b79804a8904436923747e0db338258e87e08ed6dc4748c29910c68e01e072850fb0f0ca6d1979fee22d6e8edc76c500a5cd84230 WHIRLPOOL e86e330aa73fca437005acc87ae72262e6c1bf2dacfdcfe01b7711ed8315258bbfe6433982474ab394b7e76745de4cbdc87ec6eb2ddbd87bda9101616a43555d
+DIST wmcube-0.98.tar.gz 38305 BLAKE2B ceb2f4211ba2f0459242183e3023e3e4203cfc6295f01ce2945ab384f8fb14bdfa7b2cc64fae6c20a96a52d2a22716299ffe117243d4a41ba0c153212127cc57 SHA512 137e31b3de175bcbe593c420b79804a8904436923747e0db338258e87e08ed6dc4748c29910c68e01e072850fb0f0ca6d1979fee22d6e8edc76c500a5cd84230
+DIST wmcube-1.0.2.tar 378880 BLAKE2B fc6d41f8895d9a0eefe1a5efe930d71b24268bd496b5add169b332a26441b68e26a03e6ad70c0593675a19b99eb6fbdb0e9b16ca7f55f068b37af15b29ab4e24 SHA512 88e0cd489f6dda2ba7905896cc507ca32c4c30010c8ab864a5a06ce1c0df7cf0d9d24d21071d1b3e86bfd364bb5379c6cb9d67baa767c3c47973fc82f95d7ae0

diff --git a/x11-plugins/wmcube/wmcube-1.0.2.ebuild b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
new file mode 100644
index 00000000000..7acbd3c0c2f
--- /dev/null
+++ b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="a dockapp cpu monitor with spinning 3d objects"
+HOMEPAGE="http://linux-bsd-unix.strefa.pl/index.en.html"
+SRC_URI="http://linux-bsd-unix.strefa.pl/${P}.tar.gz -> ${P}.tar"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXpm"
+DEPEND="${RDEPEND}"
+
+DOCS=(
+	"${WORKDIR}"/${P}/CHANGES
+	"${WORKDIR}"/${P}/README
+	)
+S="${WORKDIR}/${P}/wmcube"
+
+src_compile() {
+	emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+	dobin ${PN}
+	einstalldocs
+	doman ${PN}.1
+
+	insinto /usr/share/${PN}
+	doins "${WORKDIR}"/${P}/3D-objects/*.wmc
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcube/
@ 2017-12-19 13:48 Jason Zaman
  0 siblings, 0 replies; 11+ messages in thread
From: Jason Zaman @ 2017-12-19 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     3460fba8b819b2eef18e953964f0ca60b5f03753
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 13:44:50 2017 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 13:46:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3460fba8

x11-plugins/wmcube: amd64 stable

Gentoo-bug: 639576
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 x11-plugins/wmcube/wmcube-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmcube/wmcube-1.0.2.ebuild b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
index 7acbd3c0c2f..4f99b3c1b8e 100644
--- a/x11-plugins/wmcube/wmcube-1.0.2.ebuild
+++ b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://linux-bsd-unix.strefa.pl/${P}.tar.gz -> ${P}.tar"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcube/
@ 2017-12-20 13:38 Bernard Cafarelli
  0 siblings, 0 replies; 11+ messages in thread
From: Bernard Cafarelli @ 2017-12-20 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     598594268f6605c06a1541bd4d92fcabb5dbb39b
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 13:36:09 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 13:38:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59859426

x11-plugins/wmcube: temporary mirror the tarball

Currently upstream server has problems in content-encoding configuration

Bug: https://bugs.gentoo.org/641686
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-plugins/wmcube/Manifest            | 2 +-
 x11-plugins/wmcube/wmcube-1.0.2.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmcube/Manifest b/x11-plugins/wmcube/Manifest
index 94218ba6bcc..953c6982867 100644
--- a/x11-plugins/wmcube/Manifest
+++ b/x11-plugins/wmcube/Manifest
@@ -1,2 +1,2 @@
 DIST wmcube-0.98.tar.gz 38305 BLAKE2B ceb2f4211ba2f0459242183e3023e3e4203cfc6295f01ce2945ab384f8fb14bdfa7b2cc64fae6c20a96a52d2a22716299ffe117243d4a41ba0c153212127cc57 SHA512 137e31b3de175bcbe593c420b79804a8904436923747e0db338258e87e08ed6dc4748c29910c68e01e072850fb0f0ca6d1979fee22d6e8edc76c500a5cd84230
-DIST wmcube-1.0.2.tar 378880 BLAKE2B fc6d41f8895d9a0eefe1a5efe930d71b24268bd496b5add169b332a26441b68e26a03e6ad70c0593675a19b99eb6fbdb0e9b16ca7f55f068b37af15b29ab4e24 SHA512 88e0cd489f6dda2ba7905896cc507ca32c4c30010c8ab864a5a06ce1c0df7cf0d9d24d21071d1b3e86bfd364bb5379c6cb9d67baa767c3c47973fc82f95d7ae0
+DIST wmcube-1.0.2.tar.gz 56908 BLAKE2B 4ce373b3822e9d515d611e577214a2c51a8e4fb62cc47cf9f64ad49441bd3c53ba09d301c898a37f6ffafecf984ae04cefce9890c593797719b29fb54425f6c7 SHA512 171700848a9d674ced3ee33468b967b2be706e72863f8356f0d8d72785c06a1c34b5be3597e5604bf74e97ee911ca05b68a28bfe67c1171a61c7084450d622de

diff --git a/x11-plugins/wmcube/wmcube-1.0.2.ebuild b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
index 4f99b3c1b8e..83923c57805 100644
--- a/x11-plugins/wmcube/wmcube-1.0.2.ebuild
+++ b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
@@ -6,7 +6,9 @@ inherit toolchain-funcs
 
 DESCRIPTION="a dockapp cpu monitor with spinning 3d objects"
 HOMEPAGE="http://linux-bsd-unix.strefa.pl/index.en.html"
-SRC_URI="http://linux-bsd-unix.strefa.pl/${P}.tar.gz -> ${P}.tar"
+# Upstream: http://linux-bsd-unix.strefa.pl/${P}.tar.gz
+# Mirrored for bug #641686 (invalid gzip server config)
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/wmcube-1.0.2.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcube/
@ 2017-12-20 15:33 Thomas Deutschmann
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2017-12-20 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     908af3d4b32a37b564a8abdf3077983ab739adae
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 15:32:28 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 15:32:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908af3d4

x11-plugins/wmcube: x86 stable (bug #639576)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-plugins/wmcube/wmcube-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmcube/wmcube-1.0.2.ebuild b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
index 83923c57805..572702538b1 100644
--- a/x11-plugins/wmcube/wmcube-1.0.2.ebuild
+++ b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/wmcube-1.0.2.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcube/
@ 2017-12-26 15:05 Mikle Kolyada
  0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2017-12-26 15:05 UTC (permalink / raw
  To: gentoo-commits

commit:     50229ff369d76019f2ecca28b15e60795c6d2ffd
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 15:05:24 2017 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 15:05:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50229ff3

x11-plugins/wmcube: ppc/ppc64 stable wrt bug #639576

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 x11-plugins/wmcube/wmcube-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmcube/wmcube-1.0.2.ebuild b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
index 572702538b1..34d11b5af88 100644
--- a/x11-plugins/wmcube/wmcube-1.0.2.ebuild
+++ b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/wmcube-1.0.2.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~mips ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcube/
@ 2017-12-26 15:06 Mikle Kolyada
  0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2017-12-26 15:06 UTC (permalink / raw
  To: gentoo-commits

commit:     13d8b8d9e4dcf83c744b8298ada3a7917a4952c6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 15:06:13 2017 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 15:06:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d8b8d9

x11-plugins/wmcube: Drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 x11-plugins/wmcube/Manifest           |  1 -
 x11-plugins/wmcube/wmcube-0.98.ebuild | 47 -----------------------------------
 2 files changed, 48 deletions(-)

diff --git a/x11-plugins/wmcube/Manifest b/x11-plugins/wmcube/Manifest
index 953c6982867..7d764d1c2dc 100644
--- a/x11-plugins/wmcube/Manifest
+++ b/x11-plugins/wmcube/Manifest
@@ -1,2 +1 @@
-DIST wmcube-0.98.tar.gz 38305 BLAKE2B ceb2f4211ba2f0459242183e3023e3e4203cfc6295f01ce2945ab384f8fb14bdfa7b2cc64fae6c20a96a52d2a22716299ffe117243d4a41ba0c153212127cc57 SHA512 137e31b3de175bcbe593c420b79804a8904436923747e0db338258e87e08ed6dc4748c29910c68e01e072850fb0f0ca6d1979fee22d6e8edc76c500a5cd84230
 DIST wmcube-1.0.2.tar.gz 56908 BLAKE2B 4ce373b3822e9d515d611e577214a2c51a8e4fb62cc47cf9f64ad49441bd3c53ba09d301c898a37f6ffafecf984ae04cefce9890c593797719b29fb54425f6c7 SHA512 171700848a9d674ced3ee33468b967b2be706e72863f8356f0d8d72785c06a1c34b5be3597e5604bf74e97ee911ca05b68a28bfe67c1171a61c7084450d622de

diff --git a/x11-plugins/wmcube/wmcube-0.98.ebuild b/x11-plugins/wmcube/wmcube-0.98.ebuild
deleted file mode 100644
index e795d285b3f..00000000000
--- a/x11-plugins/wmcube/wmcube-0.98.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-inherit eutils
-
-DESCRIPTION="a dockapp cpu monitor with spinning 3d objects"
-HOMEPAGE="http://kling.mine.nu/kling/wmcube.htm"
-SRC_URI="http://kling.mine.nu/kling/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64 ~mips ppc ppc64 ~sparc"
-
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXpm"
-DEPEND="${RDEPEND}
-	x11-proto/xextproto"
-
-S="${WORKDIR}/${P}/wmcube"
-
-src_prepare() {
-	#Honour Gentoo LDFLAGS, see bug #337893.
-	sed -e "s/-o wmcube/${LDFLAGS} -o wmcube/" -i Makefile
-
-	cd "${WORKDIR}"/${P} || die
-	epatch "${FILESDIR}"/${P}-list.patch
-}
-
-src_compile() {
-	emake CFLAGS="${CFLAGS}" || die "parallel make failed"
-}
-
-src_install() {
-	dobin wmcube
-
-	cd ..
-	dodoc README CHANGES
-
-	SHARE=/usr/share/wmcube
-	dodir ${SHARE}
-	insinto ${SHARE}
-	doins 3dObjects/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcube/
@ 2019-12-22 20:57 Bernard Cafarelli
  0 siblings, 0 replies; 11+ messages in thread
From: Bernard Cafarelli @ 2019-12-22 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a0d2011a64bf9ae39595b237bf28b8050fe0cc4b
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 20:48:12 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 20:57:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d2011a

x11-plugins/wmcube: fix SRC_URI

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmcube/wmcube-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmcube/wmcube-1.0.2.ebuild b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
index 34d11b5af88..cca916b659a 100644
--- a/x11-plugins/wmcube/wmcube-1.0.2.ebuild
+++ b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ DESCRIPTION="a dockapp cpu monitor with spinning 3d objects"
 HOMEPAGE="http://linux-bsd-unix.strefa.pl/index.en.html"
 # Upstream: http://linux-bsd-unix.strefa.pl/${P}.tar.gz
 # Mirrored for bug #641686 (invalid gzip server config)
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/wmcube-1.0.2.tar.gz"
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

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

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

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

This reverts commit fed233dd7a7979b7da7b7abf6f1e49485be74708.

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

 x11-plugins/wmcube/wmcube-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmcube/wmcube-1.0.2.ebuild b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
index 4c7c37890747..1a9633dc99cc 100644
--- a/x11-plugins/wmcube/wmcube-1.0.2.ebuild
+++ b/x11-plugins/wmcube/wmcube-1.0.2.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
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~mips ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcube/
@ 2022-03-04 22:05 Bernard Cafarelli
  0 siblings, 0 replies; 11+ messages in thread
From: Bernard Cafarelli @ 2022-03-04 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     1b59c862ec20acfe36339ac3f1f86a197a9af440
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  4 22:04:41 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 22:04:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b59c862

x11-plugins/wmcube: update HOMEPAGE to dockapps.net

Closes: https://bugs.gentoo.org/834551
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmcube/wmcube-1.0.2.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/x11-plugins/wmcube/wmcube-1.0.2.ebuild b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
index 1a9633dc99cc..035ba42b025f 100644
--- a/x11-plugins/wmcube/wmcube-1.0.2.ebuild
+++ b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
@@ -1,14 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 inherit toolchain-funcs
 
 DESCRIPTION="a dockapp cpu monitor with spinning 3d objects"
-HOMEPAGE="http://linux-bsd-unix.strefa.pl/index.en.html"
-# Upstream: http://linux-bsd-unix.strefa.pl/${P}.tar.gz
-# Mirrored for bug #641686 (invalid gzip server config)
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+HOMEPAGE="https://www.dockapps.net/wmcube"
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

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

commit:     9b60673404507899a1b297d0cae721ca64243d36
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:15:19 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:15:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b606734

x11-plugins/wmcube: [QA] fix tc-get* quoting

This can cause build problems for e.g. 32-bit (gcc -m32 ...)

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

 x11-plugins/wmcube/wmcube-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmcube/wmcube-1.0.2.ebuild b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
index 035ba42b025f..5ce9eb0650aa 100644
--- a/x11-plugins/wmcube/wmcube-1.0.2.ebuild
+++ b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
@@ -32,7 +32,7 @@ src_prepare() {
 }
 
 src_compile() {
-	emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 }
 
 src_install() {


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

end of thread, other threads:[~2022-03-20  0:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-04  0:40 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcube/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-03-20  0:16 Sam James
2022-03-04 22:05 Bernard Cafarelli
2019-12-22 20:57 Bernard Cafarelli
2017-12-26 15:06 Mikle Kolyada
2017-12-26 15:05 Mikle Kolyada
2017-12-20 15:33 Thomas Deutschmann
2017-12-20 13:38 Bernard Cafarelli
2017-12-19 13:48 Jason Zaman
2017-12-05 13:40 Bernard Cafarelli
2016-05-14  8:49 Michał Górny

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