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/wmclockmon/
Date: Tue, 11 Dec 2018 14:29:48
Message-Id: 1544538480.8dbc50e89b0bd0396bad06fe2d99602f0681fc2c.voyageur@gentoo
1 commit: 8dbc50e89b0bd0396bad06fe2d99602f0681fc2c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 8 19:57:49 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 14:28:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dbc50e8
7
8 x11-plugins/wmclockmon: 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/wmclockmon/wmclockmon-0.8.1.ebuild | 34 --------------------------
14 1 file changed, 34 deletions(-)
15
16 diff --git a/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild b/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild
17 deleted file mode 100644
18 index 15c05d3ee3b..00000000000
19 --- a/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild
20 +++ /dev/null
21 @@ -1,34 +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 eutils
27 -
28 -DESCRIPTION="a nice digital clock with 7 different styles either in LCD or LED style"
29 -HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"
30 -SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}-1.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc ppc64 sparc x86"
35 -IUSE=""
36 -
37 -RDEPEND="x11-libs/gtk+:2
38 - x11-libs/libXext
39 - x11-libs/libX11
40 - x11-libs/libXpm
41 - x11-libs/libICE"
42 -DEPEND="${RDEPEND}
43 - virtual/pkgconfig
44 - x11-base/xorg-proto
45 - x11-libs/libXt"
46 -
47 -src_prepare() {
48 - epatch "${FILESDIR}"/${P}-gtk.patch
49 -}
50 -
51 -src_install() {
52 - emake DESTDIR="${D}" install
53 - dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/sample*
54 - newdoc debian/changelog ChangeLog.debian
55 -}