Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/sjphone: sjphone-1.60.2235.ebuild
Date: Thu, 28 Oct 2010 12:31:51
Message-Id: 20101028123146.66F9420051@flycatcher.gentoo.org
1 ssuominen 10/10/28 12:31:46
2
3 Modified: sjphone-1.60.2235.ebuild
4 Log:
5 useless license dodoc
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 net-misc/sjphone/sjphone-1.60.2235.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/sjphone/sjphone-1.60.2235.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/sjphone/sjphone-1.60.2235.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/sjphone/sjphone-1.60.2235.ebuild?r1=1.3&r2=1.4
15
16 Index: sjphone-1.60.2235.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/sjphone/sjphone-1.60.2235.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- sjphone-1.60.2235.ebuild 10 Oct 2008 10:49:58 -0000 1.3
23 +++ sjphone-1.60.2235.ebuild 28 Oct 2010 12:31:46 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sjphone/sjphone-1.60.2235.ebuild,v 1.3 2008/10/10 10:49:58 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/sjphone/sjphone-1.60.2235.ebuild,v 1.4 2010/10/28 12:31:46 ssuominen Exp $
30
31 inherit eutils
32
33 @@ -32,7 +32,7 @@
34 sed -i -e 's:$(dirname "$0"):/opt/sjphone:' \
35 -e 's:$WD/lib:$WD:' sjphone
36 dobin sjphone
37 - dodoc LICENSE README
38 + dodoc README
39 doicon lib/sjphone.png
40 make_desktop_entry sjphone
41 }