Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmwork/
Date: Wed, 19 Sep 2018 19:15:58
Message-Id: 1537384542.535783812ccb09ba95cbb0062ecc75a529634381.zlogene@gentoo
1 commit: 535783812ccb09ba95cbb0062ecc75a529634381
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 19 19:15:42 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 19 19:15:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53578381
7
8 x11-plugins/wmwork: Drop old
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 x11-plugins/wmwork/wmwork-0.2.5.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/x11-plugins/wmwork/wmwork-0.2.5.ebuild b/x11-plugins/wmwork/wmwork-0.2.5.ebuild
16 deleted file mode 100644
17 index 8be4f2add95..00000000000
18 --- a/x11-plugins/wmwork/wmwork-0.2.5.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=0
25 -
26 -DESCRIPTION="a dockapp that lets you easily track time spent on different projects"
27 -HOMEPAGE="https://www.dockapps.net/wmwork"
28 -SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="~amd64 x86"
33 -IUSE=""
34 -
35 -RDEPEND=">=x11-libs/libXext-1.0.3
36 - >=x11-libs/libX11-1.1.1-r1
37 - >=x11-libs/libXpm-3.5.6"
38 -DEPEND="${RDEPEND}
39 - x11-base/xorg-proto"
40 -
41 -S=${WORKDIR}/${P}/src
42 -
43 -src_install() {
44 - emake DESTDIR="${D}" install || die "emake install failed."
45 - dodoc ../{CHANGES,README}
46 -}