[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtime/

2018-12-11 Thread Bernard Cafarelli
commit: dd1bbb3c3ec32723a589cce43ba62675ff968461
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec  7 14:10:54 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1bbb3c

x11-plugins/wmtime: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmtime/wmtime-1.4.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/x11-plugins/wmtime/wmtime-1.4.ebuild 
b/x11-plugins/wmtime/wmtime-1.4.ebuild
deleted file mode 100644
index 54dbafbab8c..000
--- a/x11-plugins/wmtime/wmtime-1.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="applet which displays the date and time in a dockable tile"
-HOMEPAGE="https://www.dockapps.net/wmtime;
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdockapp-0.7:=
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXau
-   x11-libs/libXdmcp
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install () {
-   emake DESTDIR="${D}" PREFIX=/usr install
-
-   dodoc BUGS CHANGES HINTS README TODO
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtime/

2018-08-02 Thread Bernard Cafarelli
commit: cf5fcb29eee560e862a2597d06f419210eda0179
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jul 24 18:09:52 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Aug  2 20:21:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf5fcb29

x11-plugins/wmtime: EAPI7, improve ebuild

 x11-plugins/wmtime/wmtime-1.4-r1.ebuild | 33 +
 1 file changed, 33 insertions(+)

diff --git a/x11-plugins/wmtime/wmtime-1.4-r1.ebuild 
b/x11-plugins/wmtime/wmtime-1.4-r1.ebuild
new file mode 100644
index 000..4ea44b15579
--- /dev/null
+++ b/x11-plugins/wmtime/wmtime-1.4-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="applet which displays the date and time in a dockable tile"
+HOMEPAGE="https://www.dockapps.net/wmtime;
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=x11-libs/libdockapp-0.7:=
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXau
+   x11-libs/libXdmcp
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+DOCS=( BUGS CHANGES HINTS README TODO )
+
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install () {
+   emake DESTDIR="${D}" PREFIX=/usr install
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtime/

2018-05-05 Thread Aaron Bauman
commit: 12b77b4d265ca472679f14f979c4642feb83f305
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr 30 09:07:45 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May  5 19:27:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b77b4d

x11-plugins/wmtime: use HTTPS

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

diff --git a/x11-plugins/wmtime/wmtime-1.4.ebuild 
b/x11-plugins/wmtime/wmtime-1.4.ebuild
index ea9efd0a68c..2da6f1f1bfc 100644
--- a/x11-plugins/wmtime/wmtime-1.4.ebuild
+++ b/x11-plugins/wmtime/wmtime-1.4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit toolchain-funcs
 
 DESCRIPTION="applet which displays the date and time in a dockable tile"
-HOMEPAGE="http://www.dockapps.net/wmtime;
+HOMEPAGE="https://www.dockapps.net/wmtime;
 SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtime/

2017-11-27 Thread Bernard Cafarelli
commit: c6291efde1d80f769e900ce4fe6476c4429c95e3
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov 27 11:29:00 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov 27 12:28:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6291efd

x11-plugins/wmtime: drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmtime/Manifest   |  3 --
 x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild | 60 ---
 x11-plugins/wmtime/wmtime-1.2.ebuild  | 34 ---
 3 files changed, 97 deletions(-)

diff --git a/x11-plugins/wmtime/Manifest b/x11-plugins/wmtime/Manifest
index 47be37e79a7..60b51126ae3 100644
--- a/x11-plugins/wmtime/Manifest
+++ b/x11-plugins/wmtime/Manifest
@@ -1,4 +1 @@
-DIST wmtime-1.2.tar.gz 23219 SHA256 
ff39675d2c51e1d0774bdc181f27966fcf8f063bb0a4c8cfda9c83d9978a0b1a SHA512 
d81be07012a9efd93a51219d6b63a76d88c8916af0b3ed990c3005621f643c70fadc31ebc8fef11c1605f303bc3e036c2014809c5368f4acaff8b7a1c1665c15
 WHIRLPOOL 
18067140573474c6b5ad3d01c00b353b55e6caee05cf474e0daf9483b9cab58df4d6dfcecbca53cc6015417f122f8ae920277359de682c7b9943ed09e8368b55
 DIST wmtime-1.4.tar.gz 19200 SHA256 
6a112a2c7e22002b2c9d69479b95d4bae0ea29b310da71e612f540300c6def04 SHA512 
46e35ffe41aaa55a651fa2a4002ab83fd45f901dc12ce1e0ed981666b9b620aa11666920f595fc3a782c54cc036491e0c676fb760a38cd6f6b24e264723b87fb
 WHIRLPOOL 
a8a300e5110ca0ae24d725c0c40d0b893047d5d450ba2d861898c7a47063efc9756fe2f32c7e5850d56f81653b07806a3ce6bf223d7dd01c8cc681eff06081ee
-DIST wmtime_1.0b2-9.diff.gz 8234 SHA256 
189512286950bd5f8ab41d41c3ccbeee8811be95519ef9b03b12aeadded8312d SHA512 
1ee089138bd4b94affbab8e089d5c59ab49d712be5f44132c69d0da44ae36ace879b51fe7c52174d0f60c7acdd2913ffeadcada55bbd166a0c7e74714711d76b
 WHIRLPOOL 
57c49476424db9b9f0cb1d0c1faed54ead7540a42f52d7568208cd879ddfaa53812b6aac4e7ccdb0d356e88542cde16fa7be3f159e2ce7932d48c3dba1d060d7
-DIST wmtime_1.0b2.orig.tar.gz 20483 SHA256 
a526b95a16b8451ee9a05b57d97251e3d9efd5e7b7143d3592767b87a3941375 SHA512 
944f3238379dce8de8a0b91e642e7f9ae3e9866fdcbb99a0c73b9ee91c072ab9b89526814c8441e873b77c83557c3cd06cc7156ac8b31ab5098caf97657f2cff
 WHIRLPOOL 
15979baae28ede82a696a8f51cb4318f675dae0533048cede7398632ca34b7138e6fe3a7e227ef30c7992e305a4bc5aeb8fc6c508986a39698004929aca78bbd

diff --git a/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild 
b/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild
deleted file mode 100644
index 3a15f2b62dc..000
--- a/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils versionator
-
-MY_PV="$(get_version_component_range 1-2)"
-MY_PL="$(get_version_component_range 3)"
-MY_PL="${MY_PL/beta/b}"
-MY_PV="${MY_PV}${MY_PL}"
-MY_PL="$(get_version_component_range 4)"
-MY_PL="${MY_PL/p/}"
-
-IUSE=""
-
-DESCRIPTION="applet which displays the date and time in a dockable tile"
-SRC_URI="http://ftp.debian.org/debian/pool/main/w/wmtime/wmtime_${MY_PV}.orig.tar.gz
-   
http://ftp.debian.org/debian/pool/main/w/wmtime/wmtime_${MY_PV}-${MY_PL}.diff.gz;
-HOMEPAGE="https://packages.qa.debian.org/w/wmtime.html;
-
-SLOT="0"
-KEYWORDS="~amd64 x86"
-LICENSE="GPL-2"
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXau
-   x11-libs/libXdmcp
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xproto
-   x11-proto/xextproto
-   >=sys-apps/sed-4"
-
-S="${WORKDIR}/${PN}-${MY_PV}.orig/${PN}"
-
-src_unpack() {
-   unpack ${A}
-   cd "${WORKDIR}"
-
-   # apply debian patch
-   epatch "${PN}_${MY_PV}-${MY_PL}.diff"
-
-   # honour Gentoo LDFLAGS, bug #335799
-   sed -i "s/-o wmtime/\$(LDFLAGS) -o wmtime/" "${S}/Makefile"
-}
-
-src_compile() {
-   emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
-}
-
-src_install () {
-   dobin wmtime
-   doman wmtime.1
-
-   cd ..
-   dodoc BUGS CHANGES HINTS README TODO
-
-   # install sample config file, too
-   dodoc debian/wmtimerc
-}

diff --git a/x11-plugins/wmtime/wmtime-1.2.ebuild 
b/x11-plugins/wmtime/wmtime-1.2.ebuild
deleted file mode 100644
index eae82c6c4cc..000
--- a/x11-plugins/wmtime/wmtime-1.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="applet which displays the date and time in a dockable tile"
-HOMEPAGE="http://www.dockapps.net/wmtime;
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXau
-   x11-libs/libXdmcp
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xproto"
-
-S=${WORKDIR}/dockapps
-
-src_compile() {
-   emake CC="$(tc-getCC)" 

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtime/

2017-09-23 Thread Jeroen Roovers
commit: 70e1ae810039e1bf83eca044e847f6eaef81fa7c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep 23 06:42:33 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep 23 06:46:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e1ae81

x11-plugins/wmtime: Use HTTPS.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild 
b/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild
index 141d559d358..3a15f2b62dc 100644
--- a/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild
+++ b/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils versionator
@@ -15,7 +15,7 @@ IUSE=""
 DESCRIPTION="applet which displays the date and time in a dockable tile"
 
SRC_URI="http://ftp.debian.org/debian/pool/main/w/wmtime/wmtime_${MY_PV}.orig.tar.gz

http://ftp.debian.org/debian/pool/main/w/wmtime/wmtime_${MY_PV}-${MY_PL}.diff.gz;
-HOMEPAGE="http://packages.qa.debian.org/w/wmtime.html;
+HOMEPAGE="https://packages.qa.debian.org/w/wmtime.html;
 
 SLOT="0"
 KEYWORDS="~amd64 x86"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtime/

2015-08-24 Thread Bernard Cafarelli
commit: a0533bc75ef17105d593f77c520753ca1b4ebda0
Author: Bernard Cafarelli voyageur AT gentoo DOT org
AuthorDate: Mon Aug 24 17:29:16 2015 +
Commit: Bernard Cafarelli voyageur AT gentoo DOT org
CommitDate: Mon Aug 24 17:32:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0533bc7

x11-plugins/wmtime: drop some versions

Package-Manager: portage-2.2.20.1

 x11-plugins/wmtime/Manifest|  2 -
 x11-plugins/wmtime/metadata.xml|  2 +-
 x11-plugins/wmtime/wmtime-1.0_beta2_p10.ebuild | 61 --
 x11-plugins/wmtime/wmtime-1.1.ebuild   | 39 
 4 files changed, 1 insertion(+), 103 deletions(-)

diff --git a/x11-plugins/wmtime/Manifest b/x11-plugins/wmtime/Manifest
index 806b414..80a84d0 100644
--- a/x11-plugins/wmtime/Manifest
+++ b/x11-plugins/wmtime/Manifest
@@ -1,5 +1,3 @@
-DIST wmtime-1.1.tar.gz 23263 SHA256 
4fc70c8b0d14212055891181bd6af86552efb45be8fb2e2ae135bb9861fc103e SHA512 
e32e20be4c1dcab9bf0f16eb8d1703e90360430ea176e9e04e0f8735240c54d4dc4d0bbf29a2902cfb12df5995280eb924d621ada2d1e836efdf755065de5636
 WHIRLPOOL 
1469175b4d7f10d4afcdce07798a4644125bc00e912b63a2e98ffd26ed0e190256f89af2c9159d40db8ea99150a3324586f27ec8b983df18a71613ef5946469d
 DIST wmtime-1.2.tar.gz 23219 SHA256 
ff39675d2c51e1d0774bdc181f27966fcf8f063bb0a4c8cfda9c83d9978a0b1a SHA512 
d81be07012a9efd93a51219d6b63a76d88c8916af0b3ed990c3005621f643c70fadc31ebc8fef11c1605f303bc3e036c2014809c5368f4acaff8b7a1c1665c15
 WHIRLPOOL 
18067140573474c6b5ad3d01c00b353b55e6caee05cf474e0daf9483b9cab58df4d6dfcecbca53cc6015417f122f8ae920277359de682c7b9943ed09e8368b55
-DIST wmtime_1.0b2-10.diff.gz 8631 SHA256 
91c5220d4487765771168e890be11741fe8428878c905512a51555af7c3a970f
 DIST wmtime_1.0b2-9.diff.gz 8234 SHA256 
189512286950bd5f8ab41d41c3ccbeee8811be95519ef9b03b12aeadded8312d
 DIST wmtime_1.0b2.orig.tar.gz 20483 SHA256 
a526b95a16b8451ee9a05b57d97251e3d9efd5e7b7143d3592767b87a3941375

diff --git a/x11-plugins/wmtime/metadata.xml b/x11-plugins/wmtime/metadata.xml
index ab92cd8..b1a9efc 100644
--- a/x11-plugins/wmtime/metadata.xml
+++ b/x11-plugins/wmtime/metadata.xml
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM https://www.gentoo.org/dtd/metadata.dtd;
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
 herddesktop-dock/herd
 /pkgmetadata

diff --git a/x11-plugins/wmtime/wmtime-1.0_beta2_p10.ebuild 
b/x11-plugins/wmtime/wmtime-1.0_beta2_p10.ebuild
deleted file mode 100644
index c0aa5ce..000
--- a/x11-plugins/wmtime/wmtime-1.0_beta2_p10.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils toolchain-funcs versionator
-
-MY_PV=$(get_version_component_range 1-2)
-MY_PL=$(get_version_component_range 3)
-MY_PL=${MY_PL/beta/b}
-MY_PV=${MY_PV}${MY_PL}
-MY_PL=$(get_version_component_range 4)
-MY_PL=${MY_PL/p/}
-
-IUSE=
-
-DESCRIPTION=applet which displays the date and time in a dockable tile
-SRC_URI=mirror://debian/pool/main/w/wmtime/wmtime_${MY_PV}.orig.tar.gz
-   mirror://debian/pool/main/w/wmtime/wmtime_${MY_PV}-${MY_PL}.diff.gz
-HOMEPAGE=http://packages.qa.debian.org/w/wmtime.html;
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-LICENSE=GPL-2
-
-RDEPEND=x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXau
-   x11-libs/libXdmcp
-   x11-libs/libXpm
-DEPEND=${RDEPEND}
-   x11-proto/xproto
-   x11-proto/xextproto
-   =sys-apps/sed-4
-
-S=${WORKDIR}/${PN}-${MY_PV}.orig/${PN}
-
-src_prepare() {
-   cd ${WORKDIR}
-
-   # apply debian patch
-   epatch ${PN}_${MY_PV}-${MY_PL}.diff
-
-   # honour Gentoo LDFLAGS, bug #335799
-   sed -i s/-o wmtime/\$(LDFLAGS) -o wmtime/ ${S}/Makefile
-}
-
-src_compile() {
-   emake CC=$(tc-getCC) CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
-}
-
-src_install () {
-   dobin wmtime
-   doman wmtime.1
-
-   cd ..
-   dodoc BUGS CHANGES HINTS README TODO
-
-   # install sample config file, too
-   dodoc debian/wmtimerc
-}

diff --git a/x11-plugins/wmtime/wmtime-1.1.ebuild 
b/x11-plugins/wmtime/wmtime-1.1.ebuild
deleted file mode 100644
index 629b62f..000
--- a/x11-plugins/wmtime/wmtime-1.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION=applet which displays the date and time in a dockable tile
-HOMEPAGE=http://windowmaker.org/dockapps/?name=wmtime;
-# 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 ~x86
-IUSE=
-
-RDEPEND=x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXau
-   x11-libs/libXdmcp
-   x11-libs/libXpm
-DEPEND=${RDEPEND}
-   x11-proto/xproto
-   

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtime/

2015-08-24 Thread Bernard Cafarelli
commit: 4b78786304d687580de315d77c1c6b1dca66f325
Author: Bernard Cafarelli voyageur AT gentoo DOT org
AuthorDate: Mon Aug 24 17:32:26 2015 +
Commit: Bernard Cafarelli voyageur AT gentoo DOT org
CommitDate: Mon Aug 24 17:32:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b787863

x11-plugins/wmtime: version bump

Package-Manager: portage-2.2.20.1

 x11-plugins/wmtime/Manifest  |  1 +
 x11-plugins/wmtime/wmtime-1.4.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/x11-plugins/wmtime/Manifest b/x11-plugins/wmtime/Manifest
index 80a84d0..4c6932f 100644
--- a/x11-plugins/wmtime/Manifest
+++ b/x11-plugins/wmtime/Manifest
@@ -1,3 +1,4 @@
 DIST wmtime-1.2.tar.gz 23219 SHA256 
ff39675d2c51e1d0774bdc181f27966fcf8f063bb0a4c8cfda9c83d9978a0b1a SHA512 
d81be07012a9efd93a51219d6b63a76d88c8916af0b3ed990c3005621f643c70fadc31ebc8fef11c1605f303bc3e036c2014809c5368f4acaff8b7a1c1665c15
 WHIRLPOOL 
18067140573474c6b5ad3d01c00b353b55e6caee05cf474e0daf9483b9cab58df4d6dfcecbca53cc6015417f122f8ae920277359de682c7b9943ed09e8368b55
+DIST wmtime-1.4.tar.gz 19200 SHA256 
6a112a2c7e22002b2c9d69479b95d4bae0ea29b310da71e612f540300c6def04 SHA512 
46e35ffe41aaa55a651fa2a4002ab83fd45f901dc12ce1e0ed981666b9b620aa11666920f595fc3a782c54cc036491e0c676fb760a38cd6f6b24e264723b87fb
 WHIRLPOOL 
a8a300e5110ca0ae24d725c0c40d0b893047d5d450ba2d861898c7a47063efc9756fe2f32c7e5850d56f81653b07806a3ce6bf223d7dd01c8cc681eff06081ee
 DIST wmtime_1.0b2-9.diff.gz 8234 SHA256 
189512286950bd5f8ab41d41c3ccbeee8811be95519ef9b03b12aeadded8312d
 DIST wmtime_1.0b2.orig.tar.gz 20483 SHA256 
a526b95a16b8451ee9a05b57d97251e3d9efd5e7b7143d3592767b87a3941375

diff --git a/x11-plugins/wmtime/wmtime-1.4.ebuild 
b/x11-plugins/wmtime/wmtime-1.4.ebuild
new file mode 100644
index 000..b5a5560
--- /dev/null
+++ b/x11-plugins/wmtime/wmtime-1.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit toolchain-funcs
+
+DESCRIPTION=applet which displays the date and time in a dockable tile
+HOMEPAGE=http://windowmaker.org/dockapps/?name=wmtime;
+# 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 ~x86
+IUSE=
+
+RDEPEND==x11-libs/libdockapp-0.7:=
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXau
+   x11-libs/libXdmcp
+   x11-libs/libXpm
+DEPEND=${RDEPEND}
+   x11-proto/xproto
+
+src_compile() {
+   emake CC=$(tc-getCC) CFLAGS=${CFLAGS}
+}
+
+src_install () {
+   emake DESTDIR=${D} PREFIX=/usr install
+
+   dodoc BUGS CHANGES HINTS README TODO
+}