Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: mesa-10.3.0.ebuild ChangeLog
Date: Mon, 22 Sep 2014 21:02:25
Message-Id: 20140922210219.19E7A5F39@oystercatcher.gentoo.org
1 mattst88 14/09/22 21:02:19
2
3 Modified: mesa-10.3.0.ebuild ChangeLog
4 Log:
5 Fix SRC_URI.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
8
9 Revision Changes Path
10 1.2 media-libs/mesa/mesa-10.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild?r1=1.1&r2=1.2
15
16 Index: mesa-10.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mesa-10.3.0.ebuild 22 Sep 2014 19:24:23 -0000 1.1
23 +++ mesa-10.3.0.ebuild 22 Sep 2014 21:02:19 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild,v 1.1 2014/09/22 19:24:23 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild,v 1.2 2014/09/22 21:02:19 mattst88 Exp $
29
30 EAPI=5
31
32 @@ -22,7 +22,7 @@
33 MY_P="${MY_PN}-${PV/_/-}"
34 MY_SRC_P="${MY_PN}Lib-${PV/_/-}"
35
36 -FOLDER="${PV/_rc*/}"
37 +FOLDER="${PV/.0/}"
38
39 DESCRIPTION="OpenGL-like graphic library for Linux"
40 HOMEPAGE="http://mesa3d.sourceforge.net/"
41
42
43
44 1.576 media-libs/mesa/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.576&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.576&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.575&r2=1.576
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
53 retrieving revision 1.575
54 retrieving revision 1.576
55 diff -u -r1.575 -r1.576
56 --- ChangeLog 22 Sep 2014 19:24:23 -0000 1.575
57 +++ ChangeLog 22 Sep 2014 21:02:19 -0000 1.576
58 @@ -1,6 +1,9 @@
59 # ChangeLog for media-libs/mesa
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.575 2014/09/22 19:24:23 mattst88 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.576 2014/09/22 21:02:19 mattst88 Exp $
63 +
64 + 22 Sep 2014; Matt Turner <mattst88@g.o> mesa-10.3.0.ebuild:
65 + Fix SRC_URI.
66
67 *mesa-10.3.0 (22 Sep 2014)