Gentoo Archives: gentoo-commits

From: "Stefaan De Roeck (stefaan)" <stefaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libraw1394: ChangeLog libraw1394-1.3.0_p20080114.ebuild
Date: Thu, 24 Jan 2008 22:19:17
Message-Id: E1JIAPi-0000en-Af@stork.gentoo.org
1 stefaan 08/01/24 22:19:14
2
3 Modified: ChangeLog libraw1394-1.3.0_p20080114.ebuild
4 Log:
5 Sanitizing the SRC_URI (thanks, Mr_Bones)
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.46 sys-libs/libraw1394/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/ChangeLog?rev=1.46&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/ChangeLog?rev=1.46&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/ChangeLog?r1=1.45&r2=1.46
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v
18 retrieving revision 1.45
19 retrieving revision 1.46
20 diff -u -r1.45 -r1.46
21 --- ChangeLog 24 Jan 2008 11:44:54 -0000 1.45
22 +++ ChangeLog 24 Jan 2008 22:19:13 -0000 1.46
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-libs/libraw1394
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.45 2008/01/24 11:44:54 stefaan Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.46 2008/01/24 22:19:13 stefaan Exp $
28 +
29 + 24 Jan 2008; Stefaan De Roeck <stefaan@g.o>
30 + libraw1394-1.3.0_p20080114.ebuild:
31 + Sanitizing the SRC_URI (thanks, Mr_Bones)
32
33 *libraw1394-1.3.0_p20080114 (24 Jan 2008)
34
35
36
37
38 1.3 sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild?r1=1.2&r2=1.3
43
44 Index: libraw1394-1.3.0_p20080114.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- libraw1394-1.3.0_p20080114.ebuild 24 Jan 2008 17:28:45 -0000 1.2
51 +++ libraw1394-1.3.0_p20080114.ebuild 24 Jan 2008 22:19:13 -0000 1.3
52 @@ -1,12 +1,12 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild,v 1.2 2008/01/24 17:28:45 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild,v 1.3 2008/01/24 22:19:13 stefaan Exp $
57
58 inherit autotools
59
60 DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
61 HOMEPAGE="http://www.linux1394.org/"
62 -SRC_URI="mirrors://${P}.tar.gz"
63 +SRC_URI="mirror://gentoo/${P}.tar.gz"
64
65 LICENSE="LGPL-2.1"
66 SLOT="0"
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list