Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/totem: totem-3.6.3-r1.ebuild totem-3.8.2.ebuild totem-3.8.0.ebuild ChangeLog
Date: Sun, 02 Jun 2013 20:45:02
Message-Id: 20130602204456.E7E092171D@flycatcher.gentoo.org
1 abcd 13/06/02 20:44:56
2
3 Modified: totem-3.6.3-r1.ebuild totem-3.8.2.ebuild
4 totem-3.8.0.ebuild ChangeLog
5 Log:
6 Fix build with USE="-python", PYTHON_TARGETS="", and PYTHON_SINGLE_TARGET=""; ensure that when USE=python, PYTHON_TARGETS and PYTHON_SINGLE_TARGET are set appropriately
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 229E5838)
9
10 Revision Changes Path
11 1.10 media-video/totem/totem-3.6.3-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.6.3-r1.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.6.3-r1.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.6.3-r1.ebuild?r1=1.9&r2=1.10
16
17 Index: totem-3.6.3-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.6.3-r1.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- totem-3.6.3-r1.ebuild 2 Feb 2013 23:00:08 -0000 1.9
24 +++ totem-3.6.3-r1.ebuild 2 Jun 2013 20:44:56 -0000 1.10
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.6.3-r1.ebuild,v 1.9 2013/02/02 23:00:08 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.6.3-r1.ebuild,v 1.10 2013/06/02 20:44:56 abcd Exp $
30
31 EAPI="5"
32 GCONF_DEBUG="yes"
33 @@ -20,7 +20,7 @@
34
35 # see bug #359379
36 REQUIRED_USE="flash? ( nsplugin )
37 - python? ( introspection )
38 + python? ( introspection ${PYTHON_REQUIRED_USE} )
39 zeitgeist? ( introspection )"
40
41 # TODO:
42 @@ -88,6 +88,10 @@
43 "
44 # docbook-xml-dtd is needed for user doc
45
46 +pkg_setup() {
47 + use python && python-single-r1_pkg_setup
48 +}
49 +
50 src_prepare() {
51 gnome2_src_prepare
52
53
54
55
56 1.2 media-video/totem/totem-3.8.2.ebuild
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.8.2.ebuild?rev=1.2&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.8.2.ebuild?rev=1.2&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.8.2.ebuild?r1=1.1&r2=1.2
61
62 Index: totem-3.8.2.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.8.2.ebuild,v
65 retrieving revision 1.1
66 retrieving revision 1.2
67 diff -u -r1.1 -r1.2
68 --- totem-3.8.2.ebuild 14 May 2013 19:44:41 -0000 1.1
69 +++ totem-3.8.2.ebuild 2 Jun 2013 20:44:56 -0000 1.2
70 @@ -1,6 +1,6 @@
71 # Copyright 1999-2013 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.8.2.ebuild,v 1.1 2013/05/14 19:44:41 pacho Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.8.2.ebuild,v 1.2 2013/06/02 20:44:56 abcd Exp $
75
76 EAPI="5"
77 GCONF_DEBUG="yes"
78 @@ -21,7 +21,7 @@
79 # see bug #359379
80 REQUIRED_USE="
81 flash? ( nsplugin )
82 - python? ( introspection )
83 + python? ( introspection ${PYTHON_REQUIRED_USE} )
84 zeitgeist? ( introspection )
85 "
86
87 @@ -90,6 +90,10 @@
88 "
89 # docbook-xml-dtd is needed for user doc
90
91 +pkg_setup() {
92 + use python && python-single-r1_pkg_setup
93 +}
94 +
95 src_prepare() {
96 gnome2_src_prepare
97
98
99
100
101 1.2 media-video/totem/totem-3.8.0.ebuild
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.8.0.ebuild?rev=1.2&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.8.0.ebuild?rev=1.2&content-type=text/plain
105 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.8.0.ebuild?r1=1.1&r2=1.2
106
107 Index: totem-3.8.0.ebuild
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.8.0.ebuild,v
110 retrieving revision 1.1
111 retrieving revision 1.2
112 diff -u -r1.1 -r1.2
113 --- totem-3.8.0.ebuild 28 Mar 2013 17:45:03 -0000 1.1
114 +++ totem-3.8.0.ebuild 2 Jun 2013 20:44:56 -0000 1.2
115 @@ -1,6 +1,6 @@
116 # Copyright 1999-2013 Gentoo Foundation
117 # Distributed under the terms of the GNU General Public License v2
118 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.8.0.ebuild,v 1.1 2013/03/28 17:45:03 pacho Exp $
119 +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.8.0.ebuild,v 1.2 2013/06/02 20:44:56 abcd Exp $
120
121 EAPI="5"
122 GCONF_DEBUG="yes"
123 @@ -20,7 +20,7 @@
124
125 # see bug #359379
126 REQUIRED_USE="flash? ( nsplugin )
127 - python? ( introspection )
128 + python? ( introspection ${PYTHON_REQUIRED_USE} )
129 zeitgeist? ( introspection )"
130
131 # TODO:
132 @@ -88,6 +88,10 @@
133 "
134 # docbook-xml-dtd is needed for user doc
135
136 +pkg_setup() {
137 + use python && python-single-r1_pkg_setup
138 +}
139 +
140 src_prepare() {
141 gnome2_src_prepare
142
143
144
145
146 1.361 media-video/totem/ChangeLog
147
148 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?rev=1.361&view=markup
149 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?rev=1.361&content-type=text/plain
150 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?r1=1.360&r2=1.361
151
152 Index: ChangeLog
153 ===================================================================
154 RCS file: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v
155 retrieving revision 1.360
156 retrieving revision 1.361
157 diff -u -r1.360 -r1.361
158 --- ChangeLog 14 May 2013 19:44:41 -0000 1.360
159 +++ ChangeLog 2 Jun 2013 20:44:56 -0000 1.361
160 @@ -1,6 +1,12 @@
161 # ChangeLog for media-video/totem
162 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
163 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.360 2013/05/14 19:44:41 pacho Exp $
164 +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.361 2013/06/02 20:44:56 abcd Exp $
165 +
166 + 02 Jun 2013; Jonathan Callen <abcd@g.o> totem-3.6.3-r1.ebuild,
167 + totem-3.8.0.ebuild, totem-3.8.2.ebuild:
168 + Fix build with USE="-python", PYTHON_TARGETS="", and PYTHON_SINGLE_TARGET="";
169 + ensure that when USE=python, PYTHON_TARGETS and PYTHON_SINGLE_TARGET are set
170 + appropriately
171
172 *totem-3.8.2 (14 May 2013)