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/wmSun/
Date: Tue, 11 Dec 2018 14:29:46
Message-Id: 1544538479.39cf6a37e06b311a89fe6c5b4ba870a7dd47682c.voyageur@gentoo
1 commit: 39cf6a37e06b311a89fe6c5b4ba870a7dd47682c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 8 19:53:50 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 14:27:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cf6a37
7
8 x11-plugins/wmSun: 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/wmSun/wmSun-1.05.ebuild | 33 ---------------------------------
14 1 file changed, 33 deletions(-)
15
16 diff --git a/x11-plugins/wmSun/wmSun-1.05.ebuild b/x11-plugins/wmSun/wmSun-1.05.ebuild
17 deleted file mode 100644
18 index a7701df3ebb..00000000000
19 --- a/x11-plugins/wmSun/wmSun-1.05.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 eutils multilib toolchain-funcs
27 -
28 -MY_P=${P/S/s}
29 -DESCRIPTION="dockapp which displays the rise/set time of the sun"
30 -HOMEPAGE="https://www.dockapps.net/wmsun"
31 -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~mips ~ppc sparc x86"
36 -IUSE=""
37 -
38 -RDEPEND=">=x11-libs/libdockapp-0.7:=
39 - x11-libs/libX11
40 - x11-libs/libXext
41 - x11-libs/libXpm"
42 -DEPEND="${RDEPEND}
43 - x11-base/xorg-proto"
44 -
45 -S="${WORKDIR}/${MY_P}"
46 -
47 -src_compile() {
48 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
49 -}
50 -
51 -src_install() {
52 - emake DESTDIR="${D}" PREFIX=/usr install
53 - dodoc README {BUGS,TODO}
54 -}