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/wmlife: ChangeLog wmlife-1.0.1.ebuild
Date: Mon, 27 Aug 2012 09:15:57
Message-Id: 20120827091548.28C37208D0@flycatcher.gentoo.org
1 voyageur 12/08/27 09:15:48
2
3 Modified: ChangeLog
4 Added: wmlife-1.0.1.ebuild
5 Log:
6 Version bump and ebuild cleanup. Add sticky option, fix regression causing second window and disable GDK client-side rendering
7
8 (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 x11-plugins/wmlife/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 5 May 2012 05:12:01 -0000 1.4
24 +++ ChangeLog 27 Aug 2012 09:15:47 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-plugins/wmlife
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/ChangeLog,v 1.4 2012/05/05 05:12:01 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/ChangeLog,v 1.5 2012/08/27 09:15:47 voyageur Exp $
30 +
31 +*wmlife-1.0.1 (27 Aug 2012)
32 +
33 + 27 Aug 2012; Bernard Cafarelli <voyageur@g.o> +wmlife-1.0.1.ebuild:
34 + Version bump and ebuild cleanup. Add sticky option, fix regression causing
35 + second window and disable GDK client-side rendering
36
37 05 May 2012; Jeff Horelick <jdhore@g.o> wmlife-1.0.0.ebuild:
38 dev-util/pkgconfig -> virtual/pkgconfig
39
40
41
42 1.1 x11-plugins/wmlife/wmlife-1.0.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wmlife-1.0.1.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.1.ebuild,v 1.1 2012/08/27 09:15:47 voyageur Exp $
52
53 EAPI=4
54
55 inherit eutils
56
57 DESCRIPTION="dockapp running Conway's Game of Life (and program launcher)."
58 HOMEPAGE="http://www.swanson.ukfsn.org/#wmlife"
59 SRC_URI="http://www.swanson.ukfsn.org/${PN}/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND="x11-libs/gtk+:2
67 >=gnome-base/gnome-panel-2
68 >=gnome-base/libgnomeui-2
69 x11-libs/libX11
70 x11-libs/libXext
71 x11-libs/libSM
72 x11-libs/libICE
73 x11-libs/libXt"
74 DEPEND="${RDEPEND}
75 virtual/pkgconfig"
76
77 src_prepare() {
78 epatch "${FILESDIR}"/${PN}-1.0.0-stringh.patch
79 }
80
81 src_configure() {
82 econf --enable-session
83 }
84
85 src_install() {
86 emake DESTDIR="${D}" install
87 dodoc AUTHORS ChangeLog NEWS README
88 }