Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/spice: spice-0.12.3.ebuild ChangeLog
Date: Wed, 05 Jun 2013 17:13:31
Message-Id: 20130605171328.B89562171D@flycatcher.gentoo.org
1 cardoe 13/06/05 17:13:28
2
3 Modified: spice-0.12.3.ebuild ChangeLog
4 Log:
5 Improvements from Alphat-PC <alphatpc@×××××.com> as well as some other tweaks to make this package installer smoother. bug #472358
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
8
9 Revision Changes Path
10 1.2 app-emulation/spice/spice-0.12.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.12.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.12.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.12.3.ebuild?r1=1.1&r2=1.2
15
16 Index: spice-0.12.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- spice-0.12.3.ebuild 4 Jun 2013 22:13:36 -0000 1.1
23 +++ spice-0.12.3.ebuild 5 Jun 2013 17:13:28 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.3.ebuild,v 1.1 2013/06/04 22:13:36 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.3.ebuild,v 1.2 2013/06/05 17:13:28 cardoe Exp $
29
30 EAPI=5
31
32 -PYTHON_COMPAT=( python{2_5,2_6,2_7} )
33 +PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
34
35 inherit eutils python-any-r1
36
37 @@ -18,8 +18,9 @@
38 IUSE="client gui sasl smartcard static-libs" # static
39
40 RDEPEND=">=x11-libs/pixman-0.17.7
41 + >=dev-libs/glib-2.22:2
42 media-libs/alsa-lib
43 - media-libs/celt:0.5.1
44 + >=media-libs/celt-0.5.1.1:0.5.1
45 dev-libs/openssl
46 virtual/jpeg
47 sys-libs/zlib
48 @@ -30,7 +31,7 @@
49 >=x11-libs/libXrandr-1.2
50 x11-libs/libX11
51 x11-libs/libXext
52 - x11-libs/libXinerama
53 + >=x11-libs/libXinerama-1.0
54 x11-libs/libXfixes
55 x11-libs/libXrender
56 )"
57 @@ -52,11 +53,15 @@
58 # )"
59 DEPEND="virtual/pkgconfig
60 virtual/pyparsing
61 + ${PYTHON_DEP}
62 ${RDEPEND}"
63
64 +python_check_deps() {
65 + has_version "virtual/pyparsing[${PYTHON_USEDEP}]"
66 +}
67 +
68 pkg_setup() {
69 - python-any-r1_pkg_setup
70 - python_export_best
71 + [[ ${MERGE_TYPE} != binary ]] && python-any-r1_pkg_setup
72 }
73
74 # maintainer notes:
75 @@ -82,12 +87,12 @@
76
77 src_install() {
78 default
79 - use static-libs || rm "${D}"/usr/lib*/*.la
80 + use static-libs || prune_libtool_files
81 }
82
83 pkg_postinst() {
84 - if use client -o use gui; then
85 - ewarn "USE=client and USE=gui will be removed in the next version."
86 + if use gui; then
87 + ewarn "USE=gui will be removed in the next version."
88 ewarn "Upstream has stated that 'spicy' is deprecated and that you"
89 ewarn "should use 'remote-viewer' from app-emulation/virt-viewer."
90 fi
91
92
93
94 1.47 app-emulation/spice/ChangeLog
95
96 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.47&view=markup
97 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.47&content-type=text/plain
98 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?r1=1.46&r2=1.47
99
100 Index: ChangeLog
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v
103 retrieving revision 1.46
104 retrieving revision 1.47
105 diff -u -r1.46 -r1.47
106 --- ChangeLog 4 Jun 2013 22:16:59 -0000 1.46
107 +++ ChangeLog 5 Jun 2013 17:13:28 -0000 1.47
108 @@ -1,6 +1,10 @@
109 # ChangeLog for app-emulation/spice
110 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
111 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.46 2013/06/04 22:16:59 cardoe Exp $
112 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.47 2013/06/05 17:13:28 cardoe Exp $
113 +
114 + 05 Jun 2013; Doug Goldstein <cardoe@g.o> spice-0.12.3.ebuild:
115 + Improvements from Alphat-PC <alphatpc@×××××.com> as well as some other tweaks
116 + to make this package installer smoother. bug #472358
117
118 04 Jun 2013; Doug Goldstein <cardoe@g.o>
119 -files/0.10.1-disable-werror.patch, -files/0.10.1-gold.patch,