Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtime/
Date: Tue, 11 Dec 2018 14:29:41
Message-Id: 1544538478.dd1bbb3c3ec32723a589cce43ba62675ff968461.voyageur@gentoo
1 commit: dd1bbb3c3ec32723a589cce43ba62675ff968461
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 7 14:10:54 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 14:27:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1bbb3c
7
8 x11-plugins/wmtime: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 x11-plugins/wmtime/wmtime-1.4.ebuild | 33 ---------------------------------
14 1 file changed, 33 deletions(-)
15
16 diff --git a/x11-plugins/wmtime/wmtime-1.4.ebuild b/x11-plugins/wmtime/wmtime-1.4.ebuild
17 deleted file mode 100644
18 index 54dbafbab8c..00000000000
19 --- a/x11-plugins/wmtime/wmtime-1.4.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit toolchain-funcs
27 -
28 -DESCRIPTION="applet which displays the date and time in a dockable tile"
29 -HOMEPAGE="https://www.dockapps.net/wmtime"
30 -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 -
37 -RDEPEND=">=x11-libs/libdockapp-0.7:=
38 - x11-libs/libX11
39 - x11-libs/libXext
40 - x11-libs/libXau
41 - x11-libs/libXdmcp
42 - x11-libs/libXpm"
43 -DEPEND="${RDEPEND}
44 - x11-base/xorg-proto"
45 -
46 -src_compile() {
47 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
48 -}
49 -
50 -src_install () {
51 - emake DESTDIR="${D}" PREFIX=/usr install
52 -
53 - dodoc BUGS CHANGES HINTS README TODO
54 -}