Gentoo Archives: gentoo-commits

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