Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/cogl: ChangeLog cogl-1.18.2-r1.ebuild cogl-1.18.2.ebuild
Date: Tue, 31 Mar 2015 17:56:41
Message-Id: 20150331175633.1D0F514EEE@oystercatcher.gentoo.org
1 ulm 15/03/31 17:56:32
2
3 Modified: ChangeLog cogl-1.18.2-r1.ebuild cogl-1.18.2.ebuild
4 Log:
5 Update dependency after package move of eselect modules to app-eselect.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.56 media-libs/cogl/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/ChangeLog?rev=1.56&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/ChangeLog?rev=1.56&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/ChangeLog?r1=1.55&r2=1.56
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v
19 retrieving revision 1.55
20 retrieving revision 1.56
21 diff -u -r1.55 -r1.56
22 --- ChangeLog 15 Mar 2015 13:28:41 -0000 1.55
23 +++ ChangeLog 31 Mar 2015 17:56:31 -0000 1.56
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-libs/cogl
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v 1.55 2015/03/15 13:28:41 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v 1.56 2015/03/31 17:56:31 ulm Exp $
29 +
30 + 31 Mar 2015; Ulrich Müller <ulm@g.o> cogl-1.18.2.ebuild,
31 + cogl-1.18.2-r1.ebuild:
32 + Update dependency after package move of eselect modules to app-eselect.
33
34 15 Mar 2015; Pacho Ramos <pacho@g.o> cogl-1.18.2-r1.ebuild:
35 x86 stable, bug 534012
36
37
38
39 1.4 media-libs/cogl/cogl-1.18.2-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.18.2-r1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.18.2-r1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.18.2-r1.ebuild?r1=1.3&r2=1.4
44
45 Index: cogl-1.18.2-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.18.2-r1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- cogl-1.18.2-r1.ebuild 15 Mar 2015 13:28:41 -0000 1.3
52 +++ cogl-1.18.2-r1.ebuild 31 Mar 2015 17:56:31 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.18.2-r1.ebuild,v 1.3 2015/03/15 13:28:41 pacho Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.18.2-r1.ebuild,v 1.4 2015/03/31 17:56:31 ulm Exp $
58
59 EAPI="5"
60 CLUTTER_LA_PUNT="yes"
61 @@ -51,7 +51,7 @@
62 sys-devel/gettext
63 virtual/pkgconfig
64 test? (
65 - app-admin/eselect-opengl
66 + app-eselect/eselect-opengl
67 media-libs/mesa[classic] )
68 "
69
70 @@ -68,8 +68,8 @@
71 # For some reason the configure switch will not completely disable
72 # tests being built
73 sed -e "s/^\(SUBDIRS =.*\)test-fixtures\(.*\)$/\1\2/" \
74 - -e "s/^\(SUBDIRS +=.*\)tests\(.*\)$/\1\2/" \
75 - -e "s/^\(.*am__append.* \)tests\(.*\)$/\1\2/" \
76 + -e "s/^\(SUBDIRS +=.*\)tests\(.*\)$/\1\2/" \
77 + -e "s/^\(.*am__append.* \)tests\(.*\)$/\1\2/" \
78 -i Makefile.am Makefile.in || die
79 fi
80
81
82
83
84 1.4 media-libs/cogl/cogl-1.18.2.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.18.2.ebuild?rev=1.4&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.18.2.ebuild?rev=1.4&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cogl/cogl-1.18.2.ebuild?r1=1.3&r2=1.4
89
90 Index: cogl-1.18.2.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.18.2.ebuild,v
93 retrieving revision 1.3
94 retrieving revision 1.4
95 diff -u -r1.3 -r1.4
96 --- cogl-1.18.2.ebuild 23 Jul 2014 15:19:13 -0000 1.3
97 +++ cogl-1.18.2.ebuild 31 Mar 2015 17:56:31 -0000 1.4
98 @@ -1,6 +1,6 @@
99 -# Copyright 1999-2014 Gentoo Foundation
100 +# Copyright 1999-2015 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.18.2.ebuild,v 1.3 2014/07/23 15:19:13 ago Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.18.2.ebuild,v 1.4 2015/03/31 17:56:31 ulm Exp $
104
105 EAPI="5"
106 CLUTTER_LA_PUNT="yes"
107 @@ -45,7 +45,7 @@
108 sys-devel/gettext
109 virtual/pkgconfig
110 test? (
111 - app-admin/eselect-opengl
112 + app-eselect/eselect-opengl
113 media-libs/mesa[classic] )
114 "
115
116 @@ -62,8 +62,8 @@
117 # For some reason the configure switch will not completely disable
118 # tests being built
119 sed -e "s/^\(SUBDIRS =.*\)test-fixtures\(.*\)$/\1\2/" \
120 - -e "s/^\(SUBDIRS +=.*\)tests\(.*\)$/\1\2/" \
121 - -e "s/^\(.*am__append.* \)tests\(.*\)$/\1\2/" \
122 + -e "s/^\(SUBDIRS +=.*\)tests\(.*\)$/\1\2/" \
123 + -e "s/^\(.*am__append.* \)tests\(.*\)$/\1\2/" \
124 -i Makefile.am Makefile.in || die
125 fi