* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmitime/
@ 2015-08-21 15:23 Bernard Cafarelli
0 siblings, 0 replies; 9+ messages in thread
From: Bernard Cafarelli @ 2015-08-21 15:23 UTC (permalink / raw
To: gentoo-commits
commit: 3e5b518b3dab1315c272f20092f8035e9b52dd61
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 15:23:16 2015 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 15:23:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5b518b
x11-plugins/wmitime: version bump
Package-Manager: portage-2.2.20.1
x11-plugins/wmitime/Manifest | 1 +
x11-plugins/wmitime/wmitime-0.5.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/x11-plugins/wmitime/Manifest b/x11-plugins/wmitime/Manifest
index 409c8ea..0ba108e 100644
--- a/x11-plugins/wmitime/Manifest
+++ b/x11-plugins/wmitime/Manifest
@@ -1,2 +1,3 @@
DIST wmitime-0.3.tar.gz 21442 SHA256 fcec441bac183ac2fbbbf9d577c2eaaf9b9e0292a6041256e5a4286a76cddc61
DIST wmitime-0.4.tar.gz 21092 SHA256 aa4557833d2661d841befc0d3c0f940195af11c7a96802647907f5fe46a69846 SHA512 ae0d3d5942ec5258e69298874563c9faafbca63f60f6f57f1859bb58094fb6c64255bbf231b00208c58cb103229a9be8ea2ba60259cb5adb33105ea3a9c570ec WHIRLPOOL 4bf88a20512b294f46caa267a081a58dd70f33801ff926e5b44a9c3a9804e77c6a4936f557974e31ed9cd633feabef3c30f0ed1a9fd6be8c59ad554cd37bc66b
+DIST wmitime-0.5.tar.gz 15099 SHA256 cd71975e2bb7a65d2ff9d54afc4ee6fb82140ddf4edcb77366ee1de6d08fa7e0 SHA512 ae7d36eaf92e1a5f7481fc92685b87c2ee1092e73ed85450686b0c22e3502cd2ff82787a24bf396bf346d6e3bdb3950306fd237ea750c4ada87f0b56d3b23cab WHIRLPOOL 99e30ef24a15ba779868bace14d73873d2e043d49e0a340c2112abcdffeedd9e3e66d0a641bdd7c5b7647a427b327bda8bf4cf68ae2063d0ed8ca92f4c52db25
diff --git a/x11-plugins/wmitime/wmitime-0.5.ebuild b/x11-plugins/wmitime/wmitime-0.5.ebuild
new file mode 100644
index 0000000..cbf2317
--- /dev/null
+++ b/x11-plugins/wmitime/wmitime-0.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit toolchain-funcs
+
+DESCRIPTION="Overglorified clock dockapp w/time, date, and internet time"
+HOMEPAGE="http://windowmaker.org/dockapps/?name=wmitime"
+# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
+SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/libdockapp-0.7:=
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ emake CC="$(tc-getCC)" \
+ CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX=/usr install
+
+ dodoc BUGS CHANGES README
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmitime/
@ 2016-04-09 14:14 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2016-04-09 14:14 UTC (permalink / raw
To: gentoo-commits
commit: 8b08bd15afb72105fd2b88d2d620d1ac5a1aa876
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 9 14:13:06 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Apr 9 14:13:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b08bd15
x11-plugins/wmitime: amd64 stable wrt bug #579234
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-plugins/wmitime/wmitime-0.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmitime/wmitime-0.5.ebuild b/x11-plugins/wmitime/wmitime-0.5.ebuild
index 12ed8d0..6eab154 100644
--- a/x11-plugins/wmitime/wmitime-0.5.ebuild
+++ b/x11-plugins/wmitime/wmitime-0.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=x11-libs/libdockapp-0.7:=
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmitime/
@ 2016-04-09 14:17 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2016-04-09 14:17 UTC (permalink / raw
To: gentoo-commits
commit: 3b907b95c662afdfaf6626efd7b61f019ba9c738
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 9 14:16:01 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Apr 9 14:16:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b907b95
x11-plugins/wmitime: x86 stable wrt bug #579234
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-plugins/wmitime/wmitime-0.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmitime/wmitime-0.5.ebuild b/x11-plugins/wmitime/wmitime-0.5.ebuild
index 6eab154..8cc8c6d 100644
--- a/x11-plugins/wmitime/wmitime-0.5.ebuild
+++ b/x11-plugins/wmitime/wmitime-0.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
RDEPEND=">=x11-libs/libdockapp-0.7:=
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmitime/
@ 2018-05-05 19:28 Aaron Bauman
0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2018-05-05 19:28 UTC (permalink / raw
To: gentoo-commits
commit: 8cdb850ef76032ad89d3bd3397bc6fc8bd15c967
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Apr 30 09:00:00 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 5 19:26:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdb850e
x11-plugins/wmitime: use HTTPS
x11-plugins/wmitime/wmitime-0.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/wmitime/wmitime-0.5.ebuild b/x11-plugins/wmitime/wmitime-0.5.ebuild
index ec9c2b44938..8795779f3f1 100644
--- a/x11-plugins/wmitime/wmitime-0.5.ebuild
+++ b/x11-plugins/wmitime/wmitime-0.5.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit toolchain-funcs
DESCRIPTION="Overglorified clock dockapp w/time, date, and internet time"
-HOMEPAGE="http://www.dockapps.net/wmitime"
+HOMEPAGE="https://www.dockapps.net/wmitime"
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${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/wmitime/
@ 2018-08-02 20:14 Bernard Cafarelli
0 siblings, 0 replies; 9+ messages in thread
From: Bernard Cafarelli @ 2018-08-02 20:14 UTC (permalink / raw
To: gentoo-commits
commit: 66406829655ee583cc1901f6d23b354ba6cbeab8
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jul 22 14:53:29 2018 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Aug 2 20:12:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66406829
x11-plugins/wmitime: add EAPI7 ebuild
x11-plugins/wmitime/wmitime-0.5-r1.ebuild | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/x11-plugins/wmitime/wmitime-0.5-r1.ebuild b/x11-plugins/wmitime/wmitime-0.5-r1.ebuild
new file mode 100644
index 00000000000..99ccad44049
--- /dev/null
+++ b/x11-plugins/wmitime/wmitime-0.5-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="Overglorified clock dockapp w/time, date, and internet time"
+HOMEPAGE="https://www.dockapps.net/wmitime"
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND=">=x11-libs/libdockapp-0.7:=
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ emake CC="$(tc-getCC)" \
+ CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX=/usr install
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmitime/
@ 2018-09-19 18:29 Thomas Deutschmann
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Deutschmann @ 2018-09-19 18:29 UTC (permalink / raw
To: gentoo-commits
commit: 9ec6898366233a3a2c130a5b6044e3877f3b94fa
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 18:14:09 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 18:27:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec68983
x11-plugins/wmitime: x86 stable (bug #666088)
Package-Manager: Portage-2.3.49, Repoman-2.3.10
x11-plugins/wmitime/wmitime-0.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmitime/wmitime-0.5-r1.ebuild b/x11-plugins/wmitime/wmitime-0.5-r1.ebuild
index 99ccad44049..1f7e6c54941 100644
--- a/x11-plugins/wmitime/wmitime-0.5-r1.ebuild
+++ b/x11-plugins/wmitime/wmitime-0.5-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
RDEPEND=">=x11-libs/libdockapp-0.7:=
x11-libs/libX11
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmitime/
@ 2018-09-22 11:31 Sergei Trofimovich
0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-09-22 11:31 UTC (permalink / raw
To: gentoo-commits
commit: 24087463d8be32531a227d03f61ae8682a3ada7a
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 22 11:24:54 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 11:28:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24087463
x11-plugins/wmitime: stable 0.5-r1 for ppc64, bug #666088
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"
x11-plugins/wmitime/wmitime-0.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmitime/wmitime-0.5-r1.ebuild b/x11-plugins/wmitime/wmitime-0.5-r1.ebuild
index 1f7e6c54941..83f2dc17fca 100644
--- a/x11-plugins/wmitime/wmitime-0.5-r1.ebuild
+++ b/x11-plugins/wmitime/wmitime-0.5-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86"
RDEPEND=">=x11-libs/libdockapp-0.7:=
x11-libs/libX11
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmitime/
@ 2018-10-21 8:18 Mikle Kolyada
0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2018-10-21 8:18 UTC (permalink / raw
To: gentoo-commits
commit: d2b3511500ec324c06e16bdb16f339fd2873fcb8
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 21 08:15:40 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Oct 21 08:15:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b35115
x11-plugins/wmitime: 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/wmitime/wmitime-0.5-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/wmitime/wmitime-0.5-r1.ebuild b/x11-plugins/wmitime/wmitime-0.5-r1.ebuild
index 83f2dc17fca..c6fb25531b1 100644
--- a/x11-plugins/wmitime/wmitime-0.5-r1.ebuild
+++ b/x11-plugins/wmitime/wmitime-0.5-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://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
RDEPEND=">=x11-libs/libdockapp-0.7:=
x11-libs/libX11
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmitime/
@ 2018-12-11 14:29 Bernard Cafarelli
0 siblings, 0 replies; 9+ messages in thread
From: Bernard Cafarelli @ 2018-12-11 14:29 UTC (permalink / raw
To: gentoo-commits
commit: b5f21262c79ca63da89582b7f4821699cc59c55e
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Dec 8 19:56:48 2018 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 14:28:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f21262
x11-plugins/wmitime: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
x11-plugins/wmitime/wmitime-0.5.ebuild | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/x11-plugins/wmitime/wmitime-0.5.ebuild b/x11-plugins/wmitime/wmitime-0.5.ebuild
deleted file mode 100644
index 8795779f3f1..00000000000
--- a/x11-plugins/wmitime/wmitime-0.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="Overglorified clock dockapp w/time, date, and internet time"
-HOMEPAGE="https://www.dockapps.net/wmitime"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdockapp-0.7:=
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- emake CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX=/usr install
-
- dodoc BUGS CHANGES README
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2018-12-11 14:29 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-22 11:31 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmitime/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2018-12-11 14:29 Bernard Cafarelli
2018-10-21 8:18 Mikle Kolyada
2018-09-19 18:29 Thomas Deutschmann
2018-08-02 20:14 Bernard Cafarelli
2018-05-05 19:28 Aaron Bauman
2016-04-09 14:17 Agostino Sarubbo
2016-04-09 14:14 Agostino Sarubbo
2015-08-21 15:23 Bernard Cafarelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox