Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-voip/linphone: linphone-3.2.1-r2.ebuild ChangeLog
Date: Thu, 01 Apr 2010 20:08:54
Message-Id: E1NxQh3-0002AV-8v@stork.gentoo.org
1 grobian 10/04/01 20:08:45
2
3 Modified: linphone-3.2.1-r2.ebuild ChangeLog
4 Log:
5 Unbreak for Prefix: use ${ED}/usr/...
6 (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
7
8 Revision Changes Path
9 1.2 net-voip/linphone/linphone-3.2.1-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?r1=1.1&r2=1.2
14
15 Index: linphone-3.2.1-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- linphone-3.2.1-r2.ebuild 26 Mar 2010 10:33:50 -0000 1.1
22 +++ linphone-3.2.1-r2.ebuild 1 Apr 2010 20:08:45 -0000 1.2
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/net-voip/linphone/linphone-3.2.1-r2.ebuild,v 1.1 2010/03/26 10:33:50 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v 1.2 2010/04/01 20:08:45 grobian Exp $
28
29 EAPI="3"
30
31 @@ -99,5 +99,5 @@
32 emake DESTDIR="${D}" install || die "emake install failed"
33 dosym linphone-3 /usr/bin/linphone || die
34 dodoc AUTHORS BUGS ChangeLog NEWS README README.arm TODO || die
35 - cp "${D}/usr/share/pixmaps/"{linphone/linphone2.png,linphone2.png} || die
36 + cp "${ED}/usr/share/pixmaps/"{linphone/linphone2.png,linphone2.png} || die
37 }
38
39
40
41 1.45 net-voip/linphone/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.45&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.45&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?r1=1.44&r2=1.45
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
50 retrieving revision 1.44
51 retrieving revision 1.45
52 diff -u -r1.44 -r1.45
53 --- ChangeLog 26 Mar 2010 10:33:50 -0000 1.44
54 +++ ChangeLog 1 Apr 2010 20:08:45 -0000 1.45
55 @@ -1,6 +1,9 @@
56 # ChangeLog for net-voip/linphone
57 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.44 2010/03/26 10:33:50 pva Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.45 2010/04/01 20:08:45 grobian Exp $
60 +
61 + 01 Apr 2010; Fabian Groffen <grobian@g.o> linphone-3.2.1-r2.ebuild:
62 + Unbreak for Prefix: use ${ED}/usr/...
63
64 *linphone-3.2.1-r2 (26 Mar 2010)