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/wmfishtime/
Date: Tue, 11 Dec 2018 14:29:50
Message-Id: 1544538480.666cb72c3e81c707ccce3ac7561862d95fd4045d.voyageur@gentoo
1 commit: 666cb72c3e81c707ccce3ac7561862d95fd4045d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 8 19:58:22 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=666cb72c
7
8 x11-plugins/wmfishtime: 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/wmfishtime/wmfishtime-1.24-r1.ebuild | 33 ---------------------
14 x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild | 37 ------------------------
15 2 files changed, 70 deletions(-)
16
17 diff --git a/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild
18 deleted file mode 100644
19 index 7a771de4ce7..00000000000
20 --- a/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild
21 +++ /dev/null
22 @@ -1,33 +0,0 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -inherit eutils toolchain-funcs
28 -
29 -DESCRIPTION="A fun clock applet for your desktop featuring swimming fish"
30 -HOMEPAGE="http://www.ne.jp/asahi/linux/timecop"
31 -SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ppc ppc64 sparc x86"
36 -IUSE=""
37 -
38 -RDEPEND="x11-libs/gtk+:2
39 - x11-libs/libX11"
40 -DEPEND="${RDEPEND}
41 - virtual/pkgconfig"
42 -
43 -src_prepare() {
44 - epatch "${FILESDIR}"/${P}-gtk.patch
45 -}
46 -
47 -src_compile() {
48 - emake CC="$(tc-getCC)"
49 -}
50 -
51 -src_install() {
52 - dobin ${PN}
53 - doman ${PN}.1
54 - dodoc ALL_I_GET_IS_A_GRAY_BOX AUTHORS ChangeLog CODING README
55 -}
56
57 diff --git a/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild
58 deleted file mode 100644
59 index e9fe1540915..00000000000
60 --- a/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild
61 +++ /dev/null
62 @@ -1,37 +0,0 @@
63 -# Copyright 1999-2014 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=5
67 -inherit eutils toolchain-funcs
68 -
69 -DESCRIPTION="A fun clock applet for your desktop featuring swimming fish"
70 -HOMEPAGE="http://www.ne.jp/asahi/linux/timecop"
71 -SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz"
72 -
73 -LICENSE="GPL-2"
74 -SLOT="0"
75 -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
76 -IUSE=""
77 -
78 -RDEPEND="x11-libs/gtk+:2
79 - x11-libs/libX11"
80 -DEPEND="${RDEPEND}
81 - virtual/pkgconfig"
82 -
83 -src_prepare() {
84 - epatch \
85 - "${FILESDIR}"/${P}-gtk.patch \
86 - "${FILESDIR}"/${P}-no_display.patch
87 -
88 - sed -i -e "s/\$(CC)/& \$(LDFLAGS)/" Makefile || die #331891
89 -}
90 -
91 -src_compile() {
92 - emake CC="$(tc-getCC)"
93 -}
94 -
95 -src_install() {
96 - dobin ${PN}
97 - doman ${PN}.1
98 - dodoc ALL_I_GET_IS_A_GRAY_BOX AUTHORS ChangeLog CODING README
99 -}