vapier      14/07/29 10:17:23

  Modified:             qemu-9999.ebuild qemu-2.0.0-r1.ebuild ChangeLog
  Log:
  Add USE=nls support #515544 by Nikoli.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.78                 app-emulation/qemu/qemu-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.78&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.78&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?r1=1.77&r2=1.78

Index: qemu-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- qemu-9999.ebuild    29 Jul 2014 10:09:28 -0000      1.77
+++ qemu-9999.ebuild    29 Jul 2014 10:17:23 -0000      1.78
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.77 
2014/07/29 10:09:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.78 
2014/07/29 10:17:23 vapier Exp $
 
 EAPI=5
 
@@ -31,7 +31,7 @@
 SLOT="0"
 IUSE="accessibility +aio alsa bluetooth +caps +curl debug +fdt glusterfs \
 gtk iscsi +jpeg \
-kernel_linux kernel_FreeBSD ncurses opengl +png pulseaudio python \
+kernel_linux kernel_FreeBSD ncurses nls opengl +png pulseaudio python \
 rbd sasl +seccomp sdl selinux smartcard spice ssh static static-softmmu \
 static-user systemtap tci test +threads tls usb usbredir +uuid vde +vhost-net \
 virtfs +vnc xattr xen xfs"
@@ -125,6 +125,7 @@
        sys-apps/texinfo
        virtual/pkgconfig
        kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 )
+       gtk? ( nls? ( sys-devel/gettext ) )
        static-softmmu? ( ${SOFTMMU_LIB_DEPEND} )
        static-user? ( ${USER_LIB_DEPEND} )
        test? (
@@ -236,6 +237,9 @@
                -e 's/^(C|OP_C|HELPER_C)FLAGS=/\1FLAGS+=/' \
                Makefile Makefile.target || die
 
+       # Cheap hack to disable gettext .mo generation.
+       use nls || rm -f po/*.po
+
        epatch "${FILESDIR}"/qemu-1.7.0-cflags.patch
        [[ -n ${BACKPORTS} ]] && \
                EPATCH_FORCE=yes EPATCH_SUFFIX="patch" 
EPATCH_SOURCE="${S}/patches" \



1.8                  app-emulation/qemu/qemu-2.0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.0.0-r1.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.0.0-r1.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-2.0.0-r1.ebuild?r1=1.7&r2=1.8

Index: qemu-2.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qemu-2.0.0-r1.ebuild        29 Jul 2014 10:09:28 -0000      1.7
+++ qemu-2.0.0-r1.ebuild        29 Jul 2014 10:17:23 -0000      1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0-r1.ebuild,v 
1.7 2014/07/29 10:09:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0-r1.ebuild,v 
1.8 2014/07/29 10:17:23 vapier Exp $
 
 EAPI=5
 
@@ -31,7 +31,7 @@
 SLOT="0"
 IUSE="accessibility +aio alsa bluetooth +caps +curl debug +fdt glusterfs \
 gtk iscsi +jpeg \
-kernel_linux kernel_FreeBSD ncurses opengl +png pulseaudio python \
+kernel_linux kernel_FreeBSD ncurses nls opengl +png pulseaudio python \
 rbd sasl +seccomp sdl selinux smartcard spice ssh static static-softmmu \
 static-user systemtap tci test +threads tls usb usbredir +uuid vde +vhost-net \
 virtfs +vnc xattr xen xfs"
@@ -125,6 +125,7 @@
        sys-apps/texinfo
        virtual/pkgconfig
        kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 )
+       gtk? ( nls? ( sys-devel/gettext ) )
        static-softmmu? ( ${SOFTMMU_LIB_DEPEND} )
        static-user? ( ${USER_LIB_DEPEND} )
        test? (
@@ -236,6 +237,9 @@
                -e 's/^(C|OP_C|HELPER_C)FLAGS=/\1FLAGS+=/' \
                Makefile Makefile.target || die
 
+       # Cheap hack to disable gettext .mo generation.
+       use nls || rm -f po/*.po
+
        epatch "${FILESDIR}"/qemu-1.7.0-cflags.patch
        epatch "${FILESDIR}"/qemu-9999-virtfs-proxy-helper-accept.patch #486714
        epatch "${FILESDIR}"/${P}-CVE-2013-4541.patch #510208



1.271                app-emulation/qemu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.271&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.271&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.270&r2=1.271

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -r1.270 -r1.271
--- ChangeLog   29 Jul 2014 10:09:28 -0000      1.270
+++ ChangeLog   29 Jul 2014 10:17:23 -0000      1.271
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/qemu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.270 
2014/07/29 10:09:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.271 
2014/07/29 10:17:23 vapier Exp $
+
+  29 Jul 2014; Mike Frysinger <[email protected]> qemu-2.0.0-r1.ebuild,
+  qemu-9999.ebuild:
+  Add USE=nls support #515544 by Nikoli.
 
   29 Jul 2014; Mike Frysinger <[email protected]> qemu-2.0.0-r1.ebuild,
   qemu-9999.ebuild:




Reply via email to