Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmfishtime: wmfishtime-1.24-r2.ebuild ChangeLog
Date: Sat, 03 Dec 2011 10:51:14
Message-Id: 20111203105104.D7CC02004B@flycatcher.gentoo.org
1 hwoarang 11/12/03 10:51:04
2
3 Modified: wmfishtime-1.24-r2.ebuild ChangeLog
4 Log:
5 make it eapi4. Stable on amd64. bug #391647
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild?r1=1.3&r2=1.4
15
16 Index: wmfishtime-1.24-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- wmfishtime-1.24-r2.ebuild 28 Mar 2011 14:41:50 -0000 1.3
23 +++ wmfishtime-1.24-r2.ebuild 3 Dec 2011 10:51:04 -0000 1.4
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.3 2011/03/28 14:41:50 nirbheek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.4 2011/12/03 10:51:04 hwoarang Exp $
29
30 -EAPI=3
31 +EAPI=4
32 inherit eutils toolchain-funcs
33
34 DESCRIPTION="A fun clock applet for your desktop featuring swimming fish"
35 @@ -11,7 +11,7 @@
36
37 LICENSE="GPL-2"
38 SLOT="0"
39 -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
40 +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
41 IUSE=""
42
43 RDEPEND="x11-libs/gtk+:2
44 @@ -26,7 +26,7 @@
45 }
46
47 src_compile() {
48 - emake CC="$(tc-getCC)" || die "emake failed."
49 + emake CC="$(tc-getCC)"
50 }
51
52 src_install() {
53
54
55
56 1.26 x11-plugins/wmfishtime/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/ChangeLog?rev=1.26&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/ChangeLog?rev=1.26&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/ChangeLog?r1=1.25&r2=1.26
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v
65 retrieving revision 1.25
66 retrieving revision 1.26
67 diff -u -r1.25 -r1.26
68 --- ChangeLog 6 Jun 2011 20:04:49 -0000 1.25
69 +++ ChangeLog 3 Dec 2011 10:51:04 -0000 1.26
70 @@ -1,6 +1,9 @@
71 # ChangeLog for x11-plugins/wmfishtime
72 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.25 2011/06/06 20:04:49 voyageur Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.26 2011/12/03 10:51:04 hwoarang Exp $
75 +
76 + 03 Dec 2011; Markos Chandras <hwoarang@g.o> wmfishtime-1.24-r2.ebuild:
77 + make it eapi4. Stable on amd64. bug #391647
78
79 06 Jun 2011; Bernard Cafarelli <voyageur@g.o>
80 files/wmfishtime-1.24-gtk.patch: