Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xwrits: xwrits-2.26.ebuild
Date: Sat, 30 Apr 2011 09:06:18
Message-Id: 20110430090609.531A320054@flycatcher.gentoo.org
1 ssuominen 11/04/30 09:06:09
2
3 Modified: xwrits-2.26.ebuild
4 Log:
5 minor syntax update
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-misc/xwrits/xwrits-2.26.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xwrits/xwrits-2.26.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xwrits/xwrits-2.26.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xwrits/xwrits-2.26.ebuild?r1=1.1&r2=1.2
15
16 Index: xwrits-2.26.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.26.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xwrits-2.26.ebuild 16 Aug 2009 13:12:39 -0000 1.1
23 +++ xwrits-2.26.ebuild 30 Apr 2011 09:06:09 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.26.ebuild,v 1.1 2009/08/16 13:12:39 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.26.ebuild,v 1.2 2011/04/30 09:06:09 ssuominen Exp $
30
31 DESCRIPTION="Reminds you to take wrist breaks, which will hopefully help you prevent repetitive stress injury."
32 HOMEPAGE="http://www.lcdf.org/xwrits/"
33 @@ -18,7 +18,7 @@
34 x11-proto/xproto
35 x11-proto/xineramaproto"
36
37 -src_install () {
38 - emake DESTDIR="${D}" install || die "emake install failed"
39 +src_install() {
40 + emake DESTDIR="${D}" install || die
41 dodoc GESTURES NEWS README TODO
42 }