Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xrootconsole: xrootconsole-0.6.ebuild
Date: Mon, 08 Feb 2010 18:24:48
Message-Id: E1NeYHu-0001VA-4Z@stork.gentoo.org
1 mr_bones_ 10/02/08 18:24:46
2
3 Modified: xrootconsole-0.6.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.7.16/cvs/Linux i686)
7
8 Revision Changes Path
9 1.5 x11-misc/xrootconsole/xrootconsole-0.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild?r1=1.4&r2=1.5
14
15 Index: xrootconsole-0.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- xrootconsole-0.6.ebuild 8 Feb 2010 11:10:28 -0000 1.4
22 +++ xrootconsole-0.6.ebuild 8 Feb 2010 18:24:45 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.4 2010/02/08 11:10:28 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.5 2010/02/08 18:24:45 mr_bones_ Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -38,6 +38,6 @@
32 MANDIR="${D}usr/share/man/man1" \
33 BINDIR="${D}usr/bin/" \
34 install || die "make install failed"
35 -
36 +
37 dodoc TODO NEWS CREDITS
38 }