Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-boxes: gnome-boxes-3.12.3.ebuild ChangeLog gnome-boxes-3.12.1.ebuild gnome-boxes-3.12.2.ebuild
Date: Thu, 26 Jun 2014 11:04:04
Message-Id: 20140626110340.4DBCF2004E@flycatcher.gentoo.org
1 pacho 14/06/26 11:03:40
2
3 Modified: ChangeLog
4 Added: gnome-boxes-3.12.3.ebuild
5 Removed: gnome-boxes-3.12.1.ebuild gnome-boxes-3.12.2.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.7 gnome-extra/gnome-boxes/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 31 May 2014 06:30:03 -0000 1.6
25 +++ ChangeLog 26 Jun 2014 11:03:40 -0000 1.7
26 @@ -1,6 +1,12 @@
27 # ChangeLog for gnome-extra/gnome-boxes
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog,v 1.6 2014/05/31 06:30:03 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog,v 1.7 2014/06/26 11:03:40 pacho Exp $
31 +
32 +*gnome-boxes-3.12.3 (26 Jun 2014)
33 +
34 + 26 Jun 2014; Pacho Ramos <pacho@g.o> +gnome-boxes-3.12.3.ebuild,
35 + -gnome-boxes-3.12.1.ebuild, -gnome-boxes-3.12.2.ebuild:
36 + Version bump, drop old
37
38 *gnome-boxes-3.12.2 (31 May 2014)
39
40
41
42
43 1.1 gnome-extra/gnome-boxes/gnome-boxes-3.12.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-boxes/gnome-boxes-3.12.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-boxes/gnome-boxes-3.12.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-boxes-3.12.3.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/gnome-boxes-3.12.3.ebuild,v 1.1 2014/06/26 11:03:40 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 VALA_USE_DEPEND="vapigen"
57 VALA_MIN_API_VERSION="0.24"
58
59 inherit linux-info gnome2 readme.gentoo vala
60
61 DESCRIPTION="Simple GNOME 3 application to access remote or virtual systems"
62 HOMEPAGE="https://wiki.gnome.org/Apps/Boxes"
63
64 LICENSE="LGPL-2"
65 SLOT="0"
66
67 # We force 'bindist' due licenses from gnome-boxes-nonfree
68 IUSE="smartcard usbredir" #bindist
69 KEYWORDS="~amd64" # qemu-kvm[spice] is 64bit-only
70
71 # NOTE: sys-fs/* stuff is called via exec()
72 # FIXME: ovirt is not available in tree
73 RDEPEND="
74 >=dev-libs/glib-2.38:2
75 >=dev-libs/gobject-introspection-0.9.6
76 >=dev-libs/libxml2-2.7.8:2
77 >=sys-libs/libosinfo-0.2.9
78 >=app-emulation/qemu-1.3.1[spice,smartcard?,usbredir?]
79 >=app-emulation/libvirt-0.9.3[libvirtd,qemu]
80 >=app-emulation/libvirt-glib-0.1.7
81 >=x11-libs/gtk+-3.11:3
82 >=net-libs/gtk-vnc-0.4.4[gtk3]
83 >=net-misc/spice-gtk-0.16[gtk3,smartcard?,usbredir?]
84
85 >=app-misc/tracker-0.16:0=[iso]
86
87 >=sys-apps/util-linux-2.20
88 >=net-libs/libsoup-2.38:2.4
89
90 sys-fs/fuse
91 sys-fs/fuseiso
92 sys-fs/mtools
93 >=virtual/udev-165[gudev]
94 "
95 # !bindist? ( gnome-extra/gnome-boxes-nonfree )
96
97 DEPEND="${RDEPEND}
98 app-text/yelp-tools
99 dev-util/desktop-file-utils
100 >=dev-util/intltool-0.40
101 >=sys-devel/gettext-0.17
102 virtual/pkgconfig
103 "
104
105 DISABLE_AUTOFORMATTING="yes"
106 DOC_CONTENTS="Before running gnome-boxes, you will need to load the KVM modules.
107 If you have an Intel Processor, run:
108 # modprobe kvm-intel
109
110 If you have an AMD Processor, run:
111 # modprobe kvm-amd"
112
113 pkg_pretend() {
114 linux_config_exists
115
116 if ! { linux_chkconfig_present KVM_AMD || \
117 linux_chkconfig_present KVM_INTEL; }; then
118 ewarn "You need KVM support in your kernel to use GNOME Boxes!"
119 fi
120 }
121
122 src_prepare() {
123 # Do not change CFLAGS, wondering about VALA ones but appears to be
124 # needed as noted in configure comments below
125 sed 's/CFLAGS="$CFLAGS -O0 -ggdb3"//' -i configure{.ac,} || die
126
127 vala_src_prepare
128 gnome2_src_prepare
129 }
130
131 src_configure() {
132 # debug needed for splitdebug proper behavior (cardoe), bug #????
133 gnome2_src_configure \
134 --enable-debug \
135 --disable-strict-cc \
136 $(use_enable usbredir) \
137 $(use_enable smartcard) \
138 --enable-ovirt=no
139 }
140
141 src_install() {
142 gnome2_src_install
143 readme.gentoo_create_doc
144 }
145
146 pkg_postinst() {
147 gnome2_pkg_postinst
148 readme.gentoo_print_elog
149 }