* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmclock/
@ 2015-10-06 15:33 Bernard Cafarelli
0 siblings, 0 replies; 13+ messages in thread
From: Bernard Cafarelli @ 2015-10-06 15:33 UTC (permalink / raw
To: gentoo-commits
commit: 6331dd9696355f8ac4b4e1172ed86effac443d46
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 6 15:33:42 2015 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Oct 6 15:33:42 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6331dd96
x11-plugins/wmclock: version bump
Package-Manager: portage-2.2.22
x11-plugins/wmclock/Manifest | 1 +
x11-plugins/wmclock/wmclock-1.0.16.ebuild | 32 +++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/x11-plugins/wmclock/Manifest b/x11-plugins/wmclock/Manifest
index 5821b4d..1a0d028 100644
--- a/x11-plugins/wmclock/Manifest
+++ b/x11-plugins/wmclock/Manifest
@@ -1,3 +1,4 @@
DIST wmclock-1.0.13.tar.gz 45740 SHA256 53a0166d565661d917743bfa3f77cb084e0d6c0ea369f81e17f4a6709e9e9e42 SHA512 b7d202798767705157a2a5199344f645aa44201d3a3b6b4eb7a6213ebb10074cea68554d8d4ff9862eabfa2a94e88e453d36c22c451de74e9cac656c4d8af63c WHIRLPOOL ed8447ad66d62271aabdff08a81a5d5f5352ac3d6d79bfaa538df270cdec104d5bf26148c320ffcc83a38579abac411ed06fb880ad34b4b29d8ca0f70320162b
DIST wmclock-1.0.14.tar.gz 38311 SHA256 9a05bd547bb1f855ea75374cfada9f14ef90592246362a91dcb2c580550db64d SHA512 34bf6e2287477a207e09d35d9ef0b326d2683be31a66d3cc6aa22323b5615cb114e8597d54ea7b3cbc204b689bba05d26e152f196305b82f4ba7220d14af73f6 WHIRLPOOL 85e3b10abc634aafa164d150debf3f320ac4efbb513039f19e60eeafc5fab8dd0c8be80789af26380a571786a9c364c662a8d263f1c0156d968e95a63d28c903
DIST wmclock-1.0.15.tar.gz 35234 SHA256 4d51e2e584e55bad5aaa714c75d42ca47833b07489e9671f60e9b5ebae35c96f SHA512 908f34e9d41c0fa51df2352ce7a43319810f8ef35be9594126536907257516e7f8818635ff306e67fef81fc25ecba809a9d4152b6e3b7c6943586eabedbe09f9 WHIRLPOOL 565654a66359f9ddef57404a7bd7061092ab0b777c4821df4db862903e17588a8eda1c366637375e7643adb57458b80c20dddc7ac449af42e4474c4e25e0ee85
+DIST wmclock-1.0.16.tar.gz 37434 SHA256 85269486b48f6a3b6089aa495cb2dc255f71e989257ddcab47b7736604dbcbb5 SHA512 e27f7f89a7193852d4173b00f69cc319e781d083ec45935271878b729a280f5dfca3e4c3366342f3b40f29a5529b259095aab8e0af6043ae8c9dbd63a4f7f658 WHIRLPOOL e1f7cda9de19a0758928be8b7f068338e1d329d324d68c4b5edd57aea8f4c6009686d8b935a8fce8b48711f64b109d604eb0ac3e5d1597b0b0daa3b74c7b87e9
diff --git a/x11-plugins/wmclock/wmclock-1.0.16.ebuild b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
new file mode 100644
index 0000000..d0f231d
--- /dev/null
+++ b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools
+
+DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) operating systems)"
+HOMEPAGE="http://windowmaker.org/dockapps/?name=wmclock"
+# Grab from http://windowmaker.org/dockapps/?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/libX11
+ x11-libs/libXext
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}
+ x11-proto/xproto"
+
+src_prepare() {
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+
+ dodoc ChangeLog README
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmclock/
@ 2015-10-07 8:00 Bernard Cafarelli
0 siblings, 0 replies; 13+ messages in thread
From: Bernard Cafarelli @ 2015-10-07 8:00 UTC (permalink / raw
To: gentoo-commits
commit: 0e31326296da89d30dece929b8003eeb823fe70a
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 7 07:56:19 2015 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 08:00:09 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e313262
x11-plugins/wmclock: use default src_install, spotted by hasufell
Package-Manager: portage-2.2.22
x11-plugins/wmclock/wmclock-1.0.16.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/x11-plugins/wmclock/wmclock-1.0.16.ebuild b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
index d0f231d..a6dcfb1 100644
--- a/x11-plugins/wmclock/wmclock-1.0.16.ebuild
+++ b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
@@ -24,9 +24,3 @@ DEPEND="${RDEPEND}
src_prepare() {
eautoreconf
}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- dodoc ChangeLog README
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmclock/
@ 2016-12-02 11:06 Bernard Cafarelli
0 siblings, 0 replies; 13+ messages in thread
From: Bernard Cafarelli @ 2016-12-02 11:06 UTC (permalink / raw
To: gentoo-commits
commit: 00b5e633ab2fcb0ffeb0a4d03b62448dddfb9d49
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 2 10:15:39 2016 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Dec 2 11:04:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b5e633
x11-plugins/wmclock: shorten description, drop some old ~arch versions
Package-Manager: portage-2.3.2
x11-plugins/wmclock/Manifest | 2 --
x11-plugins/wmclock/wmclock-1.0.13.ebuild | 4 ++--
x11-plugins/wmclock/wmclock-1.0.14.ebuild | 35 -------------------------------
x11-plugins/wmclock/wmclock-1.0.15.ebuild | 33 -----------------------------
x11-plugins/wmclock/wmclock-1.0.16.ebuild | 2 +-
5 files changed, 3 insertions(+), 73 deletions(-)
diff --git a/x11-plugins/wmclock/Manifest b/x11-plugins/wmclock/Manifest
index 1a0d028..5109027 100644
--- a/x11-plugins/wmclock/Manifest
+++ b/x11-plugins/wmclock/Manifest
@@ -1,4 +1,2 @@
DIST wmclock-1.0.13.tar.gz 45740 SHA256 53a0166d565661d917743bfa3f77cb084e0d6c0ea369f81e17f4a6709e9e9e42 SHA512 b7d202798767705157a2a5199344f645aa44201d3a3b6b4eb7a6213ebb10074cea68554d8d4ff9862eabfa2a94e88e453d36c22c451de74e9cac656c4d8af63c WHIRLPOOL ed8447ad66d62271aabdff08a81a5d5f5352ac3d6d79bfaa538df270cdec104d5bf26148c320ffcc83a38579abac411ed06fb880ad34b4b29d8ca0f70320162b
-DIST wmclock-1.0.14.tar.gz 38311 SHA256 9a05bd547bb1f855ea75374cfada9f14ef90592246362a91dcb2c580550db64d SHA512 34bf6e2287477a207e09d35d9ef0b326d2683be31a66d3cc6aa22323b5615cb114e8597d54ea7b3cbc204b689bba05d26e152f196305b82f4ba7220d14af73f6 WHIRLPOOL 85e3b10abc634aafa164d150debf3f320ac4efbb513039f19e60eeafc5fab8dd0c8be80789af26380a571786a9c364c662a8d263f1c0156d968e95a63d28c903
-DIST wmclock-1.0.15.tar.gz 35234 SHA256 4d51e2e584e55bad5aaa714c75d42ca47833b07489e9671f60e9b5ebae35c96f SHA512 908f34e9d41c0fa51df2352ce7a43319810f8ef35be9594126536907257516e7f8818635ff306e67fef81fc25ecba809a9d4152b6e3b7c6943586eabedbe09f9 WHIRLPOOL 565654a66359f9ddef57404a7bd7061092ab0b777c4821df4db862903e17588a8eda1c366637375e7643adb57458b80c20dddc7ac449af42e4474c4e25e0ee85
DIST wmclock-1.0.16.tar.gz 37434 SHA256 85269486b48f6a3b6089aa495cb2dc255f71e989257ddcab47b7736604dbcbb5 SHA512 e27f7f89a7193852d4173b00f69cc319e781d083ec45935271878b729a280f5dfca3e4c3366342f3b40f29a5529b259095aab8e0af6043ae8c9dbd63a4f7f658 WHIRLPOOL e1f7cda9de19a0758928be8b7f068338e1d329d324d68c4b5edd57aea8f4c6009686d8b935a8fce8b48711f64b109d604eb0ac3e5d1597b0b0daa3b74c7b87e9
diff --git a/x11-plugins/wmclock/wmclock-1.0.13.ebuild b/x11-plugins/wmclock/wmclock-1.0.13.ebuild
index 8af08ba..dc0bcfc 100644
--- a/x11-plugins/wmclock/wmclock-1.0.13.ebuild
+++ b/x11-plugins/wmclock/wmclock-1.0.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,7 +6,7 @@ EAPI=3
inherit toolchain-funcs
-DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) operating systems)"
+DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) OS)"
SRC_URI="http://www.bluestop.org/wmclock/${P}.tar.gz"
HOMEPAGE="http://www.bluestop.org/wmclock/"
diff --git a/x11-plugins/wmclock/wmclock-1.0.14.ebuild b/x11-plugins/wmclock/wmclock-1.0.14.ebuild
deleted file mode 100644
index 89516b0..00000000
--- a/x11-plugins/wmclock/wmclock-1.0.14.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) operating systems)"
-SRC_URI="http://www.bluestop.org/wmclock/${P}.tar.gz"
-HOMEPAGE="http://www.bluestop.org/wmclock/"
-
-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/xproto
- x11-proto/xextproto
- x11-misc/gccmakedep
- x11-misc/imake"
-
-src_compile() {
- emake CC=$(tc-getCC) CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}"
-}
-
-src_install() {
- dobin wmclock
- newman wmclock.man wmclock.1
- dodoc ChangeLog README
-}
diff --git a/x11-plugins/wmclock/wmclock-1.0.15.ebuild b/x11-plugins/wmclock/wmclock-1.0.15.ebuild
deleted file mode 100644
index f726e8e..00000000
--- a/x11-plugins/wmclock/wmclock-1.0.15.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools
-
-DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) operating systems)"
-HOMEPAGE="http://www.dockapps.net/wmclock"
-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/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xproto"
-
-S=${WORKDIR}/dockapps
-
-src_prepare() {
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- dodoc ChangeLog README
-}
diff --git a/x11-plugins/wmclock/wmclock-1.0.16.ebuild b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
index ca97821..624647c 100644
--- a/x11-plugins/wmclock/wmclock-1.0.16.ebuild
+++ b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
@@ -5,7 +5,7 @@
EAPI=5
inherit autotools
-DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) operating systems)"
+DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) OS)"
HOMEPAGE="http://www.dockapps.net/wmclock"
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmclock/
@ 2017-12-05 15:18 Bernard Cafarelli
0 siblings, 0 replies; 13+ messages in thread
From: Bernard Cafarelli @ 2017-12-05 15:18 UTC (permalink / raw
To: gentoo-commits
commit: b5842c711de9e16c300f35e7116870702d8d02a4
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 5 14:38:06 2017 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec 5 15:10:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5842c71
x11-plugins/wmclock: update SRC_URI
Package-Manager: Portage-2.3.16, Repoman-2.3.6
x11-plugins/wmclock/Manifest | 4 ++--
x11-plugins/wmclock/wmclock-1.0.16.ebuild | 7 +++++--
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/x11-plugins/wmclock/Manifest b/x11-plugins/wmclock/Manifest
index 5109027f620..2ffe42ba893 100644
--- a/x11-plugins/wmclock/Manifest
+++ b/x11-plugins/wmclock/Manifest
@@ -1,2 +1,2 @@
-DIST wmclock-1.0.13.tar.gz 45740 SHA256 53a0166d565661d917743bfa3f77cb084e0d6c0ea369f81e17f4a6709e9e9e42 SHA512 b7d202798767705157a2a5199344f645aa44201d3a3b6b4eb7a6213ebb10074cea68554d8d4ff9862eabfa2a94e88e453d36c22c451de74e9cac656c4d8af63c WHIRLPOOL ed8447ad66d62271aabdff08a81a5d5f5352ac3d6d79bfaa538df270cdec104d5bf26148c320ffcc83a38579abac411ed06fb880ad34b4b29d8ca0f70320162b
-DIST wmclock-1.0.16.tar.gz 37434 SHA256 85269486b48f6a3b6089aa495cb2dc255f71e989257ddcab47b7736604dbcbb5 SHA512 e27f7f89a7193852d4173b00f69cc319e781d083ec45935271878b729a280f5dfca3e4c3366342f3b40f29a5529b259095aab8e0af6043ae8c9dbd63a4f7f658 WHIRLPOOL e1f7cda9de19a0758928be8b7f068338e1d329d324d68c4b5edd57aea8f4c6009686d8b935a8fce8b48711f64b109d604eb0ac3e5d1597b0b0daa3b74c7b87e9
+DIST wmclock-1.0.13.tar.gz 45740 BLAKE2B ccc1c9f6fc49af57556dd5e44acba6ad8b89451525eaa9e8174a8dcf8e09e1941cf258df8b116291fa953e323b5668b508467faf66d027ec6ca9dd794be642e7 SHA512 b7d202798767705157a2a5199344f645aa44201d3a3b6b4eb7a6213ebb10074cea68554d8d4ff9862eabfa2a94e88e453d36c22c451de74e9cac656c4d8af63c
+DIST wmclock-1.0.16.tar.gz 35448 BLAKE2B 2a6ee148664b10850a31bb7f20f68b8f2d0c7e1e9d353f6823e9280b40ab7e43ebf1e824428e233d03608217a2cdb7f7463480530ca89d5bd7278ffeabf2de80 SHA512 1325a3a25d03a04e5321bf99bbd6ffac0e08f9f2a635425689458cf74219a9338d60d832143031639f75575dfc63fd307a15e651f90345887cf95de90cc8fbe0
diff --git a/x11-plugins/wmclock/wmclock-1.0.16.ebuild b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
index b96082aeb66..1a0619d748c 100644
--- a/x11-plugins/wmclock/wmclock-1.0.16.ebuild
+++ b/x11-plugins/wmclock/wmclock-1.0.16.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=5
@@ -6,7 +6,7 @@ inherit autotools
DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) OS)"
HOMEPAGE="http://www.dockapps.net/wmclock"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -19,6 +19,9 @@ RDEPEND="x11-libs/libX11
DEPEND="${RDEPEND}
x11-proto/xproto"
+# Specific path for this version
+S=${WORKDIR}/dockapps-daaf3aa
+
src_prepare() {
eautoreconf
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmclock/
@ 2017-12-19 13:48 Jason Zaman
0 siblings, 0 replies; 13+ messages in thread
From: Jason Zaman @ 2017-12-19 13:48 UTC (permalink / raw
To: gentoo-commits
commit: 8d086f4fe16d14688fac2b2766e8cae90627fe9e
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 13:45:16 2017 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 13:46:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d086f4f
x11-plugins/wmclock: amd64 stable
Gentoo-bug: 639576
Package-Manager: Portage-2.3.13, Repoman-2.3.3
x11-plugins/wmclock/wmclock-1.0.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmclock/wmclock-1.0.16.ebuild b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
index 1a0619d748c..cd1556f78e4 100644
--- a/x11-plugins/wmclock/wmclock-1.0.16.ebuild
+++ b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="x11-libs/libX11
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmclock/
@ 2017-12-20 15:33 Thomas Deutschmann
0 siblings, 0 replies; 13+ messages in thread
From: Thomas Deutschmann @ 2017-12-20 15:33 UTC (permalink / raw
To: gentoo-commits
commit: 6499a413cc0e85882c54e041233e625e6fc47558
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 15:31:56 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 15:31:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6499a413
x11-plugins/wmclock: x86 stable (bug #639576)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
x11-plugins/wmclock/wmclock-1.0.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmclock/wmclock-1.0.16.ebuild b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
index cd1556f78e4..bc5350ac801 100644
--- a/x11-plugins/wmclock/wmclock-1.0.16.ebuild
+++ b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE=""
RDEPEND="x11-libs/libX11
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmclock/
@ 2017-12-26 15:02 Mikle Kolyada
0 siblings, 0 replies; 13+ messages in thread
From: Mikle Kolyada @ 2017-12-26 15:02 UTC (permalink / raw
To: gentoo-commits
commit: 37b8a8cc4420157258ce1aee2cb482336481c1f9
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 15:02:08 2017 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 15:02:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b8a8cc
x11-plugins/wmclock: ppc stable wrt bug #639576
Package-Manager: Portage-2.3.13, Repoman-2.3.3
x11-plugins/wmclock/wmclock-1.0.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmclock/wmclock-1.0.16.ebuild b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
index bc5350ac801..5b47ff92a35 100644
--- a/x11-plugins/wmclock/wmclock-1.0.16.ebuild
+++ b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
IUSE=""
RDEPEND="x11-libs/libX11
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmclock/
@ 2017-12-26 15:03 Mikle Kolyada
0 siblings, 0 replies; 13+ messages in thread
From: Mikle Kolyada @ 2017-12-26 15:03 UTC (permalink / raw
To: gentoo-commits
commit: 241bbaa28ef8355f86528f418272c16108f2fc56
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 15:03:09 2017 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 15:03:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241bbaa2
x11-plugins/wmclock: Drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
x11-plugins/wmclock/Manifest | 1 -
x11-plugins/wmclock/wmclock-1.0.13.ebuild | 34 -------------------------------
2 files changed, 35 deletions(-)
diff --git a/x11-plugins/wmclock/Manifest b/x11-plugins/wmclock/Manifest
index 2ffe42ba893..b57ddd585bd 100644
--- a/x11-plugins/wmclock/Manifest
+++ b/x11-plugins/wmclock/Manifest
@@ -1,2 +1 @@
-DIST wmclock-1.0.13.tar.gz 45740 BLAKE2B ccc1c9f6fc49af57556dd5e44acba6ad8b89451525eaa9e8174a8dcf8e09e1941cf258df8b116291fa953e323b5668b508467faf66d027ec6ca9dd794be642e7 SHA512 b7d202798767705157a2a5199344f645aa44201d3a3b6b4eb7a6213ebb10074cea68554d8d4ff9862eabfa2a94e88e453d36c22c451de74e9cac656c4d8af63c
DIST wmclock-1.0.16.tar.gz 35448 BLAKE2B 2a6ee148664b10850a31bb7f20f68b8f2d0c7e1e9d353f6823e9280b40ab7e43ebf1e824428e233d03608217a2cdb7f7463480530ca89d5bd7278ffeabf2de80 SHA512 1325a3a25d03a04e5321bf99bbd6ffac0e08f9f2a635425689458cf74219a9338d60d832143031639f75575dfc63fd307a15e651f90345887cf95de90cc8fbe0
diff --git a/x11-plugins/wmclock/wmclock-1.0.13.ebuild b/x11-plugins/wmclock/wmclock-1.0.13.ebuild
deleted file mode 100644
index 2551053c790..00000000000
--- a/x11-plugins/wmclock/wmclock-1.0.13.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit toolchain-funcs
-
-DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) OS)"
-SRC_URI="http://www.bluestop.org/wmclock/${P}.tar.gz"
-HOMEPAGE="http://www.bluestop.org/wmclock/"
-
-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/xproto
- x11-proto/xextproto
- x11-misc/gccmakedep
- x11-misc/imake"
-
-src_compile() {
- emake CC=$(tc-getCC) CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}" || die "make failed"
-}
-
-src_install() {
- dobin wmclock || die "dobin failed"
- newman wmclock.man wmclock.1
- dodoc ChangeLog README
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmclock/
@ 2018-05-05 19:28 Aaron Bauman
0 siblings, 0 replies; 13+ messages in thread
From: Aaron Bauman @ 2018-05-05 19:28 UTC (permalink / raw
To: gentoo-commits
commit: c1c0abbe8e641d5e8ed6bc7f5b340de59bfc1f65
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Apr 30 08:57:09 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 5 19:26:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c0abbe
x11-plugins/wmclock: use HTTPS
x11-plugins/wmclock/wmclock-1.0.16.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-plugins/wmclock/wmclock-1.0.16.ebuild b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
index 5b47ff92a35..b3697311454 100644
--- a/x11-plugins/wmclock/wmclock-1.0.16.ebuild
+++ b/x11-plugins/wmclock/wmclock-1.0.16.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=5
inherit autotools
DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) OS)"
-HOMEPAGE="http://www.dockapps.net/wmclock"
-SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
+HOMEPAGE="https://www.dockapps.net/wmclock"
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmclock/
@ 2018-07-28 10:04 Bernard Cafarelli
0 siblings, 0 replies; 13+ messages in thread
From: Bernard Cafarelli @ 2018-07-28 10:04 UTC (permalink / raw
To: gentoo-commits
commit: 52d862f4f832107bef2d72473376b66c7c0362ec
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jul 21 20:28:41 2018 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 10:00:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d862f4
x11-plugins/wmclock: add EAPI7 ebuild
x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild b/x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild
new file mode 100644
index 00000000000..abf2cecab1b
--- /dev/null
+++ b/x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) OS)"
+HOMEPAGE="https://www.dockapps.net/wmclock"
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+# Specific path for this version
+S="${WORKDIR}/dockapps-daaf3aa"
+
+src_prepare() {
+ default
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmclock/
@ 2018-11-05 18:29 Mikle Kolyada
0 siblings, 0 replies; 13+ messages in thread
From: Mikle Kolyada @ 2018-11-05 18:29 UTC (permalink / raw
To: gentoo-commits
commit: 71a5f7699a7ebaa786d02a090a78cf9fcb62fe44
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 5 18:26:14 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Nov 5 18:29:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a5f769
x11-plugins/wmclock: amd64 stable wrt bug #666088
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild b/x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild
index f9178b00aab..7581fe60d51 100644
--- a/x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild
+++ b/x11-plugins/wmclock/wmclock-1.0.16-r1.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://www.dockapps.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
RDEPEND="x11-libs/libX11
x11-libs/libXext
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmclock/
@ 2020-08-25 18:20 Georgy Yakovlev
0 siblings, 0 replies; 13+ messages in thread
From: Georgy Yakovlev @ 2020-08-25 18:20 UTC (permalink / raw
To: gentoo-commits
commit: a9a444dfdc1cca2c57136cbe02f450bddda6f83b
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 18:18:55 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 18:20:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a444df
x11-plugins/wmclock: update copyright
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild b/x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild
index e36d2c168b2..28452cb2f45 100644
--- a/x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild
+++ b/x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmclock/
@ 2020-08-25 18:20 Georgy Yakovlev
0 siblings, 0 replies; 13+ messages in thread
From: Georgy Yakovlev @ 2020-08-25 18:20 UTC (permalink / raw
To: gentoo-commits
commit: 904196d17cc180d8c518d38b9fa16c9485662546
Author: Daniel James <djames <AT> orcadian <DOT> net>
AuthorDate: Thu Aug 20 15:16:05 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 18:20:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904196d1
x11-plugins/wmclock: add ~ppc64 keyword
Signed-off-by: Daniel James <djames <AT> orcadian.net>
Closes: https://github.com/gentoo/gentoo/pull/17189
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild b/x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild
index 7581fe60d51..e36d2c168b2 100644
--- a/x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild
+++ b/x11-plugins/wmclock/wmclock-1.0.16-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
RDEPEND="x11-libs/libX11
x11-libs/libXext
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2020-08-25 18:20 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-05 15:18 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmclock/ Bernard Cafarelli
-- strict thread matches above, loose matches on Subject: below --
2020-08-25 18:20 Georgy Yakovlev
2020-08-25 18:20 Georgy Yakovlev
2018-11-05 18:29 Mikle Kolyada
2018-07-28 10:04 Bernard Cafarelli
2018-05-05 19:28 Aaron Bauman
2017-12-26 15:03 Mikle Kolyada
2017-12-26 15:02 Mikle Kolyada
2017-12-20 15:33 Thomas Deutschmann
2017-12-19 13:48 Jason Zaman
2016-12-02 11:06 Bernard Cafarelli
2015-10-07 8:00 Bernard Cafarelli
2015-10-06 15:33 Bernard Cafarelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox