Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/cogl: cogl-1.14.0.ebuild ChangeLog
Date: Mon, 01 Apr 2013 09:28:53
Message-Id: 20130401092849.79F5B2171D@flycatcher.gentoo.org
1 pacho 13/04/01 09:28:49
2
3 Modified: cogl-1.14.0.ebuild ChangeLog
4 Log:
5 Fix subslot value, #463938 by Andreas Mielke.
6
7 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 media-libs/cogl/cogl-1.14.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.14.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.14.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.14.0.ebuild?r1=1.1&r2=1.2
15
16 Index: cogl-1.14.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.14.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cogl-1.14.0.ebuild 28 Mar 2013 17:39:53 -0000 1.1
23 +++ cogl-1.14.0.ebuild 1 Apr 2013 09:28:49 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.14.0.ebuild,v 1.1 2013/03/28 17:39:53 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.14.0.ebuild,v 1.2 2013/04/01 09:28:49 pacho Exp $
29
30 EAPI="5"
31 CLUTTER_LA_PUNT="yes"
32 @@ -12,7 +12,7 @@
33 HOMEPAGE="http://www.clutter-project.org/"
34
35 LICENSE="LGPL-2.1+ FDL-1.1+"
36 -SLOT="1.0/11"
37 +SLOT="1.0/12" # subslot = .so version
38 IUSE="doc examples +introspection +opengl gles2 +pango profile"
39 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
40
41
42
43
44 1.33 media-libs/cogl/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/ChangeLog?rev=1.33&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/ChangeLog?rev=1.33&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/ChangeLog?r1=1.32&r2=1.33
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v
53 retrieving revision 1.32
54 retrieving revision 1.33
55 diff -u -r1.32 -r1.33
56 --- ChangeLog 29 Mar 2013 23:12:35 -0000 1.32
57 +++ ChangeLog 1 Apr 2013 09:28:49 -0000 1.33
58 @@ -1,6 +1,9 @@
59 # ChangeLog for media-libs/cogl
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v 1.32 2013/03/29 23:12:35 eva Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v 1.33 2013/04/01 09:28:49 pacho Exp $
63 +
64 + 01 Apr 2013; Pacho Ramos <pacho@g.o> cogl-1.14.0.ebuild:
65 + Fix subslot value, #463938 by Andreas Mielke.
66
67 29 Mar 2013; Gilles Dartiguelongue <eva@g.o> -cogl-1.8.2.ebuild:
68 Clean up old revision.