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-libs/libGLw: libGLw-1.0.0_pre120304.ebuild ChangeLog
Date: Sun, 04 Mar 2012 19:50:21
Message-Id: 20120304195003.879472004B@flycatcher.gentoo.org
1 mr_bones_ 12/03/04 19:50:03
2
3 Modified: libGLw-1.0.0_pre120304.ebuild ChangeLog
4 Log:
5 fix SRC_URI
6
7 (Portage version: 2.1.10.44/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild?r1=1.1&r2=1.2
15
16 Index: libGLw-1.0.0_pre120304.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libGLw-1.0.0_pre120304.ebuild 4 Mar 2012 09:43:12 -0000 1.1
23 +++ libGLw-1.0.0_pre120304.ebuild 4 Mar 2012 19:50:03 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild,v 1.1 2012/03/04 09:43:12 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild,v 1.2 2012/03/04 19:50:03 mr_bones_ Exp $
29
30 EAPI=4
31
32 @@ -10,7 +10,7 @@
33
34 DESCRIPTION="Mesa GLw library"
35 HOMEPAGE="http://mesa3d.sourceforge.net/"
36 -SRC_URI="http:/dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
37 +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
38
39 SLOT="0"
40 LICENSE="MIT"
41
42
43
44 1.2 x11-libs/libGLw/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/ChangeLog?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/ChangeLog?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/ChangeLog?r1=1.1&r2=1.2
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libGLw/ChangeLog,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- ChangeLog 4 Mar 2012 09:43:12 -0000 1.1
57 +++ ChangeLog 4 Mar 2012 19:50:03 -0000 1.2
58 @@ -1,6 +1,10 @@
59 # ChangeLog for x11-libs/libGLw
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/ChangeLog,v 1.1 2012/03/04 09:43:12 jlec Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/ChangeLog,v 1.2 2012/03/04 19:50:03 mr_bones_ Exp $
63 +
64 + 04 Mar 2012; Michael Sterrett <mr_bones_@g.o>
65 + libGLw-1.0.0_pre120304.ebuild:
66 + fix SRC_URI
67
68 *libGLw-1.0.0_pre120304 (04 Mar 2012)