public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtz/
@ 2023-09-19 20:49 Bernard Cafarelli
  0 siblings, 0 replies; 12+ messages in thread
From: Bernard Cafarelli @ 2023-09-19 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     3b2b4a41daf956cb87f44ff7dbe75ed48b679990
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Sep 18 17:08:33 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 20:37:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2b4a41

x11-plugins/wmtz: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild | 41 +++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild b/x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild
new file mode 100644
index 000000000000..e1f37b53111b
--- /dev/null
+++ b/x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Dockapp that shows the time in multiple timezones"
+HOMEPAGE="https://www.dockapps.net/wmtz"
+# https://www.dockapps.net/download/${P}.tar.gz
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+S="${WORKDIR}/${P}/${PN}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND=">=x11-libs/libdockapp-0.7:=
+	x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXpm"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+	#Honour Gentoo LDFLAGS, see bug #337890.
+	sed -e "s/\$(FLAGS) -o wmtz/\$(LDFLAGS) -o wmtz/" -i Makefile || die
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)" FLAGS="${CFLAGS}" \
+		LIBDIR="-L/usr/$(get_libdir)"
+}
+
+src_install() {
+	dobin ${PN}
+	doman ${PN}.1
+	insinto /etc
+	doins wmtzrc
+	dodoc ../{BUGS,CHANGES,README}
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtz/
@ 2024-04-14 13:48 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-04-14 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     81ca539df135a015b6630d1a5c68220f4de7959f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:45:34 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:45:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ca539d

x11-plugins/wmtz: drop 0.7_p20150816, EAPI6--

Closes: https://bugs.gentoo.org/929956
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild | 42 ------------------------------
 1 file changed, 42 deletions(-)

diff --git a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild b/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
deleted file mode 100644
index 1e47374c61b4..000000000000
--- a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit multilib toolchain-funcs
-
-DESCRIPTION="dockapp that shows the time in multiple timezones"
-HOMEPAGE="https://www.dockapps.net/wmtz"
-# https://www.dockapps.net/download/${P}.tar.gz
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdockapp-0.7:=
-	x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXpm"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}/${PN}
-
-src_prepare() {
-	default
-	#Honour Gentoo LDFLAGS, see bug #337890.
-	sed -e "s/\$(FLAGS) -o wmtz/\$(LDFLAGS) -o wmtz/" -i Makefile || die
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" FLAGS="${CFLAGS}" \
-		LIBDIR="-L/usr/$(get_libdir)"
-}
-
-src_install() {
-	dobin ${PN}
-	doman ${PN}.1
-	insinto /etc
-	doins wmtzrc
-	dodoc ../{BUGS,CHANGES,README}
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtz/
@ 2024-04-13 20:55 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-04-13 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e80295bf246bd2c88dbddcd1c5f6a759f2c644e0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 20:54:53 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 20:54:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80295bf

x11-plugins/wmtz: Stabilize 0.7_p20150816-r1 amd64, #929956

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild b/x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild
index e0eac2ee9df2..041b24428471 100644
--- a/x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild
+++ b/x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P}/${PN}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc ~sparc ~x86"
 
 RDEPEND=">=x11-libs/libdockapp-0.7:=
 	x11-libs/libX11


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtz/
@ 2024-04-13 20:55 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-04-13 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     704f972a7812a9f553251b2df98122079129cf3a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 20:54:54 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 20:54:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704f972a

x11-plugins/wmtz: Stabilize 0.7_p20150816-r1 x86, #929956

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild b/x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild
index 041b24428471..b2b4e3f210e1 100644
--- a/x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild
+++ b/x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P}/${PN}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 
 RDEPEND=">=x11-libs/libdockapp-0.7:=
 	x11-libs/libX11


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtz/
@ 2024-04-13 19:06 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-04-13 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     46349954f9c8f34fc7dd56313b6af98ebe13ba3d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 19:05:56 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 19:05:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46349954

x11-plugins/wmtz: Stabilize 0.7_p20150816-r1 ppc, #929956

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild b/x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild
index e1f37b53111b..e0eac2ee9df2 100644
--- a/x11-plugins/wmtz/wmtz-0.7_p20150816-r1.ebuild
+++ b/x11-plugins/wmtz/wmtz-0.7_p20150816-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
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P}/${PN}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ppc ~sparc ~x86"
 
 RDEPEND=">=x11-libs/libdockapp-0.7:=
 	x11-libs/libX11


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtz/
@ 2018-05-05 19:28 Aaron Bauman
  0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2018-05-05 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     4b2e4dd921346a56678f4b923b10eb06d04e088a
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Apr 30 09:08:38 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May  5 19:27:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2e4dd9

x11-plugins/wmtz: use HTTPS

 x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild b/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
index 8f22dabd31e..1e47374c61b 100644
--- a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
+++ b/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit multilib toolchain-funcs
 
 DESCRIPTION="dockapp that shows the time in multiple timezones"
-HOMEPAGE="http://www.dockapps.net/wmtz"
-# http://www.dockapps.net/download/${P}.tar.gz
+HOMEPAGE="https://www.dockapps.net/wmtz"
+# https://www.dockapps.net/download/${P}.tar.gz
 SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtz/
@ 2017-12-26 15:12 Mikle Kolyada
  0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada @ 2017-12-26 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     0ccff383a355653e5055574c59244e52eca042d0
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 15:11:59 2017 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 15:11:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ccff383

x11-plugins/wmtz: Drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 x11-plugins/wmtz/Manifest        |  1 -
 x11-plugins/wmtz/wmtz-0.7.ebuild | 46 ----------------------------------------
 2 files changed, 47 deletions(-)

diff --git a/x11-plugins/wmtz/Manifest b/x11-plugins/wmtz/Manifest
index 0b57371499e..8fcaf84082f 100644
--- a/x11-plugins/wmtz/Manifest
+++ b/x11-plugins/wmtz/Manifest
@@ -1,2 +1 @@
-DIST wmtz-0.7.tar.gz 26350 BLAKE2B c0cad5c7bbca9ddfb8168ef360385305e99298a076e5c317504f646dbf372e1b3af704960a0d3b8e528e3cf97414cc8e3b2cff3d4c37739c81744254411b03f3 SHA512 5de721231c7d7bcccc8a9b962069f4adad85158b39df2e77c6015ed3f24d4f8e43c90f91645e186d7f7c656bc6fb937b435925caff4e55abcfa0a8b0a9e75da0
 DIST wmtz-0.7_p20150816.tar.gz 19310 BLAKE2B 7f3bc0b077a9a667211cc588f1fb7c3d1d246256724a6cf5a17f028d2d334d02f898a798aca6fae11910868d312844bbe8ac5bfd190229f3ae829e97e50e2247 SHA512 60c9b66423332b155ce262d30026a5091c0379eb3257f547af1203d331968e9f334a533ed03832476512893d06cea857db9c044b30115978904510f9725e8455

diff --git a/x11-plugins/wmtz/wmtz-0.7.ebuild b/x11-plugins/wmtz/wmtz-0.7.ebuild
deleted file mode 100644
index e7714e1ab04..00000000000
--- a/x11-plugins/wmtz/wmtz-0.7.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="dockapp that shows the time in multiple timezones"
-HOMEPAGE="http://www.dockapps.net/wmtz"
-SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXpm"
-DEPEND="${RDEPEND}
-	x11-proto/xextproto"
-
-S=${WORKDIR}/${P}/${PN}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}.patch
-
-	#Honour Gentoo LDFLAGS, see bug #337890.
-	sed -e "s/\$(FLAGS) -o wmtz/\$(LDFLAGS) -o wmtz/" -i Makefile
-
-	cd "${WORKDIR}"/${P} || die
-	epatch "${FILESDIR}"/${P}-list.patch
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" FLAGS="${CFLAGS}" \
-		LIBDIR="-L/usr/$(get_libdir)" || die "emake failed."
-}
-
-src_install() {
-	dobin ${PN}
-	doman ${PN}.1
-	insinto /etc
-	doins wmtzrc
-	dodoc ../{BUGS,CHANGES,README}
-}


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

commit:     479dd7d2dbfa3cf0cf347dc67543917903337035
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 15:11:18 2017 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 15:11:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479dd7d2

x11-plugins/wmtz: ppc stable wrt bug #639576

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild b/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
index 866034e5a8c..8f22dabd31e 100644
--- a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
+++ b/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/libdockapp-0.7:=


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

commit:     9c29ac9ae2998d8365e37e64d650ed787b312b04
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 15:31:24 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 15:31:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c29ac9a

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

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild b/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
index 576de1aee0e..866034e5a8c 100644
--- a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
+++ b/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/libdockapp-0.7:=


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

commit:     2c43f2d72cbb68675c6eb379d17d77c24e8a7b11
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 13:45:39 2017 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 13:46:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c43f2d7

x11-plugins/wmtz: amd64 stable

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

 x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild b/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
index 27ab7640558..576de1aee0e 100644
--- a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
+++ b/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/libdockapp-0.7:=


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

commit:     1f49417fd2499f5492f15a1663f8034a3cde7af2
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 13:32:55 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=1f49417f

x11-plugins/wmtz: 0.7 patchset bump

Fixes compilation failures and updates ebuild EAPI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmtz/Manifest                  |  1 +
 x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild | 42 ++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/x11-plugins/wmtz/Manifest b/x11-plugins/wmtz/Manifest
index b0df331c1ca..0b57371499e 100644
--- a/x11-plugins/wmtz/Manifest
+++ b/x11-plugins/wmtz/Manifest
@@ -1 +1,2 @@
 DIST wmtz-0.7.tar.gz 26350 BLAKE2B c0cad5c7bbca9ddfb8168ef360385305e99298a076e5c317504f646dbf372e1b3af704960a0d3b8e528e3cf97414cc8e3b2cff3d4c37739c81744254411b03f3 SHA512 5de721231c7d7bcccc8a9b962069f4adad85158b39df2e77c6015ed3f24d4f8e43c90f91645e186d7f7c656bc6fb937b435925caff4e55abcfa0a8b0a9e75da0
+DIST wmtz-0.7_p20150816.tar.gz 19310 BLAKE2B 7f3bc0b077a9a667211cc588f1fb7c3d1d246256724a6cf5a17f028d2d334d02f898a798aca6fae11910868d312844bbe8ac5bfd190229f3ae829e97e50e2247 SHA512 60c9b66423332b155ce262d30026a5091c0379eb3257f547af1203d331968e9f334a533ed03832476512893d06cea857db9c044b30115978904510f9725e8455

diff --git a/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild b/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
new file mode 100644
index 00000000000..27ab7640558
--- /dev/null
+++ b/x11-plugins/wmtz/wmtz-0.7_p20150816.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit multilib toolchain-funcs
+
+DESCRIPTION="dockapp that shows the time in multiple timezones"
+HOMEPAGE="http://www.dockapps.net/wmtz"
+# http://www.dockapps.net/download/${P}.tar.gz
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/libdockapp-0.7:=
+	x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXpm"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${P}/${PN}
+
+src_prepare() {
+	default
+	#Honour Gentoo LDFLAGS, see bug #337890.
+	sed -e "s/\$(FLAGS) -o wmtz/\$(LDFLAGS) -o wmtz/" -i Makefile || die
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)" FLAGS="${CFLAGS}" \
+		LIBDIR="-L/usr/$(get_libdir)"
+}
+
+src_install() {
+	dobin ${PN}
+	doman ${PN}.1
+	insinto /etc
+	doins wmtzrc
+	dodoc ../{BUGS,CHANGES,README}
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtz/
@ 2017-11-24 23:25 Bernard Cafarelli
  0 siblings, 0 replies; 12+ messages in thread
From: Bernard Cafarelli @ 2017-11-24 23:25 UTC (permalink / raw
  To: gentoo-commits

commit:     1f0f97bc86d9122295615a4ab5dc934ca542799d
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 23:12:32 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 23:16:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0f97bc

x11-plugins/wmtz: update homepage and SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmtz/Manifest        | 2 +-
 x11-plugins/wmtz/wmtz-0.7.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-plugins/wmtz/Manifest b/x11-plugins/wmtz/Manifest
index 327baad6d53..b0df331c1ca 100644
--- a/x11-plugins/wmtz/Manifest
+++ b/x11-plugins/wmtz/Manifest
@@ -1 +1 @@
-DIST wmtz-0.7.tar.gz 26350 SHA256 cb09e64a9823b3da71e542d7cc66e6cbd0135809bee1e565d18acdcf0565823a SHA512 5de721231c7d7bcccc8a9b962069f4adad85158b39df2e77c6015ed3f24d4f8e43c90f91645e186d7f7c656bc6fb937b435925caff4e55abcfa0a8b0a9e75da0 WHIRLPOOL b2a1660f024b8ea2a50e1c0c2bce614aee4a0b1a85f36be7c9e6c9c6edecd361307577c95c7ba7b437319225aea6d0d46148b56a9ec33c52e4f1dd51cb72024c
+DIST wmtz-0.7.tar.gz 26350 BLAKE2B c0cad5c7bbca9ddfb8168ef360385305e99298a076e5c317504f646dbf372e1b3af704960a0d3b8e528e3cf97414cc8e3b2cff3d4c37739c81744254411b03f3 SHA512 5de721231c7d7bcccc8a9b962069f4adad85158b39df2e77c6015ed3f24d4f8e43c90f91645e186d7f7c656bc6fb937b435925caff4e55abcfa0a8b0a9e75da0

diff --git a/x11-plugins/wmtz/wmtz-0.7.ebuild b/x11-plugins/wmtz/wmtz-0.7.ebuild
index bbda82fcb2d..e7714e1ab04 100644
--- a/x11-plugins/wmtz/wmtz-0.7.ebuild
+++ b/x11-plugins/wmtz/wmtz-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=3
@@ -6,8 +6,8 @@ EAPI=3
 inherit eutils multilib toolchain-funcs
 
 DESCRIPTION="dockapp that shows the time in multiple timezones"
-HOMEPAGE="https://www.gentoo.org/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
+HOMEPAGE="http://www.dockapps.net/wmtz"
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

end of thread, other threads:[~2024-04-14 13:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-19 20:49 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtz/ Bernard Cafarelli
  -- strict thread matches above, loose matches on Subject: below --
2024-04-14 13:48 Arthur Zamarin
2024-04-13 20:55 Arthur Zamarin
2024-04-13 20:55 Arthur Zamarin
2024-04-13 19:06 Arthur Zamarin
2018-05-05 19:28 Aaron Bauman
2017-12-26 15:12 Mikle Kolyada
2017-12-26 15:11 Mikle Kolyada
2017-12-20 15:33 Thomas Deutschmann
2017-12-19 13:48 Jason Zaman
2017-12-05 13:40 Bernard Cafarelli
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