Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmfishtime: ChangeLog wmfishtime-1.24-r2.ebuild
Date: Mon, 28 Jun 2010 09:09:48
Message-Id: 20100628090944.6A5192C5F4@corvid.gentoo.org
1 voyageur 10/06/28 09:09:44
2
3 Modified: ChangeLog
4 Added: wmfishtime-1.24-r2.ebuild
5 Log:
6 Fix support with gtk+ >= 2.18, bug #310779
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.22 x11-plugins/wmfishtime/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 15 Jan 2008 12:50:06 -0000 1.21
23 +++ ChangeLog 28 Jun 2010 09:09:44 -0000 1.22
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-plugins/wmfishtime
26 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.21 2008/01/15 12:50:06 armin76 Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.22 2010/06/28 09:09:44 voyageur Exp $
30 +
31 +*wmfishtime-1.24-r2 (28 Jun 2010)
32 +
33 + 28 Jun 2010; Bernard Cafarelli <voyageur@g.o>
34 + +wmfishtime-1.24-r2.ebuild, +files/wmfishtime-1.24-no_display.patch:
35 + Fix support with gtk+ >= 2.18, bug #310779
36
37 15 Jan 2008; Raúl Porcel <armin76@g.o> wmfishtime-1.24-r1.ebuild:
38 sparc stable wrt #205466, thanks to Tiago Cunha for testing
39
40
41
42 1.1 x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wmfishtime-1.24-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.1 2010/06/28 09:09:44 voyageur Exp $
52
53 EAPI=3
54 inherit eutils toolchain-funcs
55
56 DESCRIPTION="A fun clock applet for your desktop featuring swimming fish"
57 HOMEPAGE="http://www.ne.jp/asahi/linux/timecop"
58 SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE=""
64
65 RDEPEND=">=x11-libs/gtk+-2
66 x11-libs/libX11"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig"
69
70 src_prepare() {
71 epatch "${FILESDIR}"/${P}-gtk.patch
72 epatch "${FILESDIR}"/${P}-no_display.patch
73 }
74
75 src_compile() {
76 emake CC="$(tc-getCC)" || die "emake failed."
77 }
78
79 src_install() {
80 dobin ${PN}
81 doman ${PN}.1
82 dodoc ALL_I_GET_IS_A_GRAY_BOX AUTHORS ChangeLog CODING README
83 }