[gentoo-commits] gentoo-x86 commit in net-libs/libgrss: ChangeLog libgrss-0.7.0.ebuild

2015-08-01 Thread Gilles Dartiguelongue (eva)
eva 15/08/01 18:10:07

  Modified: ChangeLog
  Added:libgrss-0.7.0.ebuild
  Log:
  Version bump. Upstream switched to use sover from now on so back to slot 0.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.22 net-libs/libgrss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libgrss/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   11 Oct 2014 11:41:05 -  1.21
+++ ChangeLog   1 Aug 2015 18:10:07 -   1.22
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libgrss
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgrss/ChangeLog,v 1.21 
2014/10/11 11:41:05 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgrss/ChangeLog,v 1.22 
2015/08/01 18:10:07 eva Exp $
+
+*libgrss-0.7.0 (01 Aug 2015)
+
+  01 Aug 2015; Gilles Dartiguelongue e...@gentoo.org +libgrss-0.7.0.ebuild:
+  Version bump. Upstream switched to use sover from now on so back to slot 0.
 
   11 Oct 2014; Pacho Ramos pa...@gentoo.org -libgrss-0.3.0.ebuild,
   -libgrss-0.5.0.ebuild, libgrss-0.5.0-r1.ebuild:



1.1  net-libs/libgrss/libgrss-0.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/libgrss-0.7.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/libgrss-0.7.0.ebuild?rev=1.1content-type=text/plain

Index: libgrss-0.7.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libgrss/libgrss-0.7.0.ebuild,v 1.1 
2015/08/01 18:10:07 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit autotools eutils gnome2

DESCRIPTION=LibGRSS is a library for easy management of RSS/Atom/Pie feeds
HOMEPAGE=http://live.gnome.org/Libgrss;

LICENSE=LGPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=+introspection

RDEPEND=
=dev-libs/glib-2.42.1:2
=dev-libs/libxml2-2.9.2:2
=net-libs/libsoup-2.48:2.4
introspection? ( =dev-libs/gobject-introspection-1.42 )

DEPEND=${RDEPEND}
=dev-util/gtk-doc-am-1.10
virtual/pkgconfig







[gentoo-commits] gentoo-x86 commit in net-libs/libgrss: libgrss-0.7.0.ebuild ChangeLog

2015-08-01 Thread Gilles Dartiguelongue (eva)
eva 15/08/01 18:11:11

  Modified: libgrss-0.7.0.ebuild ChangeLog
  Log:
  Drop unused inherits.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.2  net-libs/libgrss/libgrss-0.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/libgrss-0.7.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/libgrss-0.7.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/libgrss-0.7.0.ebuild?r1=1.1r2=1.2

Index: libgrss-0.7.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libgrss/libgrss-0.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgrss-0.7.0.ebuild1 Aug 2015 18:10:07 -   1.1
+++ libgrss-0.7.0.ebuild1 Aug 2015 18:11:11 -   1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgrss/libgrss-0.7.0.ebuild,v 1.1 
2015/08/01 18:10:07 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgrss/libgrss-0.7.0.ebuild,v 1.2 
2015/08/01 18:11:11 eva Exp $
 
 EAPI=5
 GCONF_DEBUG=no
 
-inherit autotools eutils gnome2
+inherit gnome2
 
 DESCRIPTION=LibGRSS is a library for easy management of RSS/Atom/Pie feeds
 HOMEPAGE=http://live.gnome.org/Libgrss;



1.23 net-libs/libgrss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/ChangeLog?rev=1.23view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/ChangeLog?rev=1.23content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgrss/ChangeLog?r1=1.22r2=1.23

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libgrss/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   1 Aug 2015 18:10:07 -   1.22
+++ ChangeLog   1 Aug 2015 18:11:11 -   1.23
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libgrss
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgrss/ChangeLog,v 1.22 
2015/08/01 18:10:07 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgrss/ChangeLog,v 1.23 
2015/08/01 18:11:11 eva Exp $
+
+  01 Aug 2015; Gilles Dartiguelongue e...@gentoo.org libgrss-0.7.0.ebuild:
+  Drop unused inherits.
 
 *libgrss-0.7.0 (01 Aug 2015)
 






[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-hls: gst-plugins-hls-1.4.5.ebuild ChangeLog

2015-07-13 Thread Gilles Dartiguelongue (eva)
eva 15/07/13 07:11:11

  Modified: gst-plugins-hls-1.4.5.ebuild ChangeLog
  Log:
  Add subslot operator, needs a rebuild when nettle changes.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.4  media-plugins/gst-plugins-hls/gst-plugins-hls-1.4.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.4.5.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.4.5.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.4.5.ebuild?r1=1.3r2=1.4

Index: gst-plugins-hls-1.4.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.4.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-plugins-hls-1.4.5.ebuild15 Mar 2015 13:37:35 -  1.3
+++ gst-plugins-hls-1.4.5.ebuild13 Jul 2015 07:11:11 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.4.5.ebuild,v
 1.3 2015/03/15 13:37:35 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.4.5.ebuild,v
 1.4 2015/07/13 07:11:11 eva Exp $
 
 EAPI=5
 GST_ORG_MODULE=gst-plugins-bad
@@ -12,7 +12,7 @@
 IUSE=
 
 RDEPEND=
-   dev-libs/nettle[${MULTILIB_USEDEP}]
+   dev-libs/nettle:0=[${MULTILIB_USEDEP}]
 
 DEPEND=${RDEPEND}
 



1.13 media-plugins/gst-plugins-hls/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   15 Mar 2015 13:37:35 -  1.12
+++ ChangeLog   13 Jul 2015 07:11:11 -  1.13
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-hls
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog,v 
1.12 2015/03/15 13:37:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog,v 
1.13 2015/07/13 07:11:11 eva Exp $
+
+  13 Jul 2015; Gilles Dartiguelongue e...@gentoo.org
+  gst-plugins-hls-1.4.5.ebuild:
+  Add subslot operator, needs a rebuild when nettle changes.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org gst-plugins-hls-1.4.5.ebuild:
   x86 stable, bug 534012






[gentoo-commits] gentoo-x86 commit in dev-util/gtk-update-icon-cache: ChangeLog gtk-update-icon-cache-3.16.4.ebuild

2015-07-05 Thread Gilles Dartiguelongue (eva)
eva 15/07/05 10:04:35

  Modified: ChangeLog
  Added:gtk-update-icon-cache-3.16.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.7  dev-util/gtk-update-icon-cache/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/gtk-update-icon-cache/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   26 Jun 2015 09:21:43 -  1.6
+++ ChangeLog   5 Jul 2015 10:04:35 -   1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/gtk-update-icon-cache
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-update-icon-cache/ChangeLog,v 
1.6 2015/06/26 09:21:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-update-icon-cache/ChangeLog,v 
1.7 2015/07/05 10:04:35 eva Exp $
+
+*gtk-update-icon-cache-3.16.4 (05 Jul 2015)
+
+  05 Jul 2015; Gilles Dartiguelongue e...@gentoo.org
+  +gtk-update-icon-cache-3.16.4.ebuild:
+  Version bump.
 
   26 Jun 2015; Agostino Sarubbo a...@gentoo.org
   gtk-update-icon-cache-3.14.13.ebuild:



1.1  
dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.4.ebuild?rev=1.1content-type=text/plain

Index: gtk-update-icon-cache-3.16.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.16.4.ebuild,v
 1.1 2015/07/05 10:04:35 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2

DESCRIPTION=GTK update icon cache
HOMEPAGE=http://www.gtk.org/;
SRC_URI=http://dev.gentoo.org/~eva/distfiles/${PN}/${P}.tar.xz;

LICENSE=LGPL-2+
SLOT=0
IUSE=

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris

RDEPEND=
=dev-libs/glib-2.43.4:2
=x11-libs/gdk-pixbuf-2.30:2
!x11-libs/gtk+-2.24.28-r1:2

DEPEND=${RDEPEND}
=dev-util/intltool-0.50.1
virtual/pkgconfig







[gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: ChangeLog gtk+-3.16.4.ebuild

2015-07-05 Thread Gilles Dartiguelongue (eva)
eva 15/07/05 10:15:33

  Modified: ChangeLog
  Added:gtk+-3.16.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.787x11-libs/gtk+/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.787view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.787content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.786r2=1.787

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
retrieving revision 1.786
retrieving revision 1.787
diff -u -r1.786 -r1.787
--- ChangeLog   26 Jun 2015 09:24:07 -  1.786
+++ ChangeLog   5 Jul 2015 10:15:33 -   1.787
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/gtk+
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.786 2015/06/26 
09:24:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.787 2015/07/05 
10:15:33 eva Exp $
+
+*gtk+-3.16.4 (05 Jul 2015)
+
+  05 Jul 2015; Gilles Dartiguelongue e...@gentoo.org +gtk+-3.16.4.ebuild:
+  Version bump.
 
   26 Jun 2015; Agostino Sarubbo a...@gentoo.org gtk+-1.2.10-r13.ebuild,
   gtk+-2.24.28-r1.ebuild, gtk+-3.14.13.ebuild:



1.1  x11-libs/gtk+/gtk+-3.16.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.16.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.16.4.ebuild?rev=1.1content-type=text/plain

Index: gtk+-3.16.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.16.4.ebuild,v 1.1 
2015/07/05 10:15:33 eva Exp $

EAPI=5
GCONF_DEBUG=yes
GNOME2_LA_PUNT=yes

inherit autotools eutils flag-o-matic gnome2 multilib virtualx multilib-minimal

DESCRIPTION=Gimp ToolKit +
HOMEPAGE=http://www.gtk.org/;

LICENSE=LGPL-2+
SLOT=3
IUSE=aqua broadway cloudprint colord cups examples +introspection test 
vim-syntax wayland X xinerama
REQUIRED_USE=
|| ( aqua wayland X )
xinerama? ( X )


KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris

# FIXME: introspection data is built against system installation of gtk+:3
# NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf)
COMMON_DEPEND=
=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
=dev-libs/glib-2.43.4:2[${MULTILIB_USEDEP}]
media-libs/fontconfig[${MULTILIB_USEDEP}]
=media-libs/libepoxy-1.0[${MULTILIB_USEDEP}]
=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
=x11-libs/gdk-pixbuf-2.30:2[introspection?,X?,${MULTILIB_USEDEP}]
=x11-libs/pango-1.36.7[introspection?,${MULTILIB_USEDEP}]
x11-misc/shared-mime-info

cloudprint? (
=net-libs/rest-0.7[${MULTILIB_USEDEP}]
=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] )
colord? ( =x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
cups? ( =net-print/cups-1.2[${MULTILIB_USEDEP}] )
introspection? ( =dev-libs/gobject-introspection-1.39 )
wayland? (
=dev-libs/wayland-1.5.91[${MULTILIB_USEDEP}]
media-libs/mesa[wayland,${MULTILIB_USEDEP}]
=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}]
)
X? (
=app-accessibility/at-spi2-atk-2.5.3[${MULTILIB_USEDEP}]
x11-libs/libXrender[${MULTILIB_USEDEP}]
x11-libs/libX11[${MULTILIB_USEDEP}]
=x11-libs/libXi-1.3[${MULTILIB_USEDEP}]
x11-libs/libXext[${MULTILIB_USEDEP}]
=x11-libs/libXrandr-1.3[${MULTILIB_USEDEP}]
x11-libs/libXcursor[${MULTILIB_USEDEP}]
x11-libs/libXfixes[${MULTILIB_USEDEP}]
x11-libs/libXcomposite[${MULTILIB_USEDEP}]
x11-libs/libXdamage[${MULTILIB_USEDEP}]
xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
)

DEPEND=${COMMON_DEPEND}
app-text/docbook-xsl-stylesheets
app-text/docbook-xml-dtd:4.1.2
dev-libs/libxslt
dev-libs/gobject-introspection-common
=dev-util/gdbus-codegen-2.38.2
=dev-util/gtk-doc-am-1.20
=sys-devel/gettext-0.18.3[${MULTILIB_USEDEP}]
virtual/pkgconfig[${MULTILIB_USEDEP}]
X? (
x11-proto/xextproto[${MULTILIB_USEDEP}]

[gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-libinput: ChangeLog xf86-input-libinput-0.11.0.ebuild

2015-06-23 Thread Gilles Dartiguelongue (eva)
eva 15/06/23 12:18:37

  Modified: ChangeLog
  Added:xf86-input-libinput-0.11.0.ebuild
  Log:
  Version bump, bug #551926.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.6  x11-drivers/xf86-input-libinput/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   17 Mar 2015 18:29:29 -  1.5
+++ ChangeLog   23 Jun 2015 12:18:37 -  1.6
@@ -1,6 +1,12 @@
 # ChangeLog for x11-drivers/xf86-input-libinput
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog,v 
1.5 2015/03/17 18:29:29 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog,v 
1.6 2015/06/23 12:18:37 eva Exp $
+
+*xf86-input-libinput-0.11.0 (23 Jun 2015)
+
+  23 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +xf86-input-libinput-0.11.0.ebuild:
+  Version bump, bug #551926.
 
 *xf86-input-libinput-0.8.0 (17 Mar 2015)
 



1.1  
x11-drivers/xf86-input-libinput/xf86-input-libinput-0.11.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.11.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.11.0.ebuild?rev=1.1content-type=text/plain

Index: xf86-input-libinput-0.11.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.11.0.ebuild,v
 1.1 2015/06/23 12:18:37 eva Exp $

EAPI=5

inherit xorg-2

DESCRIPTION=X.org input driver based on libinput

KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86
IUSE=

RDEPEND==dev-libs/libinput-0.14.0:0=
DEPEND=${RDEPEND}

DOCS=( README.md conf/99-libinput.conf )






[gentoo-commits] gentoo-x86 commit in net-libs/phodav: ChangeLog phodav-2.0-r1.ebuild

2015-06-23 Thread Gilles Dartiguelongue (eva)
eva 15/06/23 11:52:00

  Modified: ChangeLog phodav-2.0-r1.ebuild
  Log:
  Fix parallel install with locales, bug #551530.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.12 net-libs/phodav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/phodav/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   8 Jun 2015 22:01:37 -   1.11
+++ ChangeLog   23 Jun 2015 11:52:00 -  1.12
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/phodav
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/ChangeLog,v 1.11 2015/06/08 
22:01:37 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/ChangeLog,v 1.12 2015/06/23 
11:52:00 eva Exp $
+
+  23 Jun 2015; Gilles Dartiguelongue e...@gentoo.org phodav-2.0-r1.ebuild,
+  +files/phodav-2.0-slot.patch:
+  Fix parallel install with locales, bug #551530.
 
 *phodav-2.0-r1 (08 Jun 2015)
 



1.2  net-libs/phodav/phodav-2.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/phodav-2.0-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/phodav-2.0-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/phodav-2.0-r1.ebuild?r1=1.1r2=1.2

Index: phodav-2.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/phodav/phodav-2.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phodav-2.0-r1.ebuild8 Jun 2015 22:01:37 -   1.1
+++ phodav-2.0-r1.ebuild23 Jun 2015 11:52:00 -  1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/phodav-2.0-r1.ebuild,v 1.1 
2015/06/08 22:01:37 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/phodav-2.0-r1.ebuild,v 1.2 
2015/06/23 11:52:00 eva Exp $
 
 EAPI=5
 GCONF_DEBUG=no
 GNOME2_LA_PUNT=yes
 
-inherit gnome2 systemd udev
+inherit autotools gnome2 systemd udev
 
 DESCRIPTION=WebDav server implementation using libsoup
 HOMEPAGE=https://wiki.gnome.org/phodav;
@@ -32,9 +32,6 @@
 src_prepare() {
# Make doc parallel installable
cd ${S}/doc/reference
-   sed -e s/\(DOC_MODULE.*=\).*/\1${PN}-${SLOT}/ \
-   -e s/\(DOC_MAIN_SGML_FILE.*=\).*/\1${PN}-docs-${SLOT}.sgml/ \
-   -i Makefile.am Makefile.in || die
sed -e s/\(book.*name=\\)${PN}/\1${PN}-${SLOT}/ \
-i html/${PN}.devhelp2 || die
mv ${PN}-docs{,-${SLOT}}.sgml || die
@@ -43,6 +40,10 @@
mv html/${PN}{,-${SLOT}}.devhelp2
cd ${S}
 
+   # Fix locale slottability, from master
+   epatch ${FILESDIR}/${P}-slot.patch
+   eautoreconf
+
gnome2_src_prepare
 }
 






[gentoo-commits] gentoo-x86 commit in net-libs/phodav/files: phodav-2.0-slot.patch

2015-06-23 Thread Gilles Dartiguelongue (eva)
eva 15/06/23 11:52:00

  Added:phodav-2.0-slot.patch
  Log:
  Fix parallel install with locales, bug #551530.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  net-libs/phodav/files/phodav-2.0-slot.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/files/phodav-2.0-slot.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/files/phodav-2.0-slot.patch?rev=1.1content-type=text/plain

Index: phodav-2.0-slot.patch
===
From 65b410ddd9b6a797eb54c865e6365365604bc847 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= marcandre.lur...@gmail.com
Date: Tue, 24 Feb 2015 22:41:39 +0100
Subject: [PATCH] Add version prefix to gettext and doc directories

---
 configure.ac  | 2 +-
 doc/reference/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0fe907e..d87524e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ gl_WARN_ADD([-Wno-sign-compare])
 gl_WARN_ADD([-Wno-unused-parameter])
 gl_WARN_ADD([-Wno-missing-field-initializers])
 
-GETTEXT_PACKAGE=phodav
+GETTEXT_PACKAGE=phodav-2.0
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, [$GETTEXT_PACKAGE], [Define to the 
Gettext package name])
 AC_SUBST(GETTEXT_PACKAGE)
 IT_PROG_INTLTOOL([0.40.0])
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index dfad455..c89ab35 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -1,7 +1,7 @@
 NULL =
 AUTOMAKE_OPTIONS = 1.6
 
-DOC_MODULE = phodav
+DOC_MODULE = phodav-2.0
 DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
 DOC_SOURCE_DIR = $(top_srcdir)/libphodav
 
-- 
2.4.3







[gentoo-commits] gentoo-x86 commit in dev-libs/libinput/files: - New directory

2015-06-23 Thread Gilles Dartiguelongue (eva)
eva 15/06/23 09:40:24

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-libs/libinput/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-libs/libinput/files: libinput-0.18.0-includes.patch

2015-06-23 Thread Gilles Dartiguelongue (eva)
eva 15/06/23 09:44:43

  Added:libinput-0.18.0-includes.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  dev-libs/libinput/files/libinput-0.18.0-includes.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/files/libinput-0.18.0-includes.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/files/libinput-0.18.0-includes.patch?rev=1.1content-type=text/plain

Index: libinput-0.18.0-includes.patch
===
From 984dec0ed1c52087a4a32e181a1c09817881de39 Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue e...@gentoo.org
Date: Tue, 23 Jun 2015 11:31:56 +0200
Subject: [PATCH] Add missing includes for *stat

---
 src/evdev.c | 1 +
 src/path.c  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/evdev.c b/src/evdev.c
index 7e1e5c8..cfcdc34 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -29,6 +29,7 @@
 #include stdbool.h
 #include stdlib.h
 #include string.h
+#include sys/stat.h
 #include linux/input.h
 #include unistd.h
 #include fcntl.h
diff --git a/src/path.c b/src/path.c
index 92535cd..ab4d065 100644
--- a/src/path.c
+++ b/src/path.c
@@ -26,6 +26,7 @@
 #include errno.h
 #include fcntl.h
 #include string.h
+#include sys/stat.h
 #include libudev.h
 
 #include path.h
-- 
2.4.3







[gentoo-commits] gentoo-x86 commit in dev-libs/libinput: ChangeLog libinput-0.18.0.ebuild

2015-06-23 Thread Gilles Dartiguelongue (eva)
eva 15/06/23 09:44:43

  Modified: ChangeLog
  Added:libinput-0.18.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.19 dev-libs/libinput/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/ChangeLog?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/ChangeLog?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/ChangeLog?r1=1.18r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   23 Jun 2015 01:27:23 -  1.18
+++ ChangeLog   23 Jun 2015 09:44:43 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libinput
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v 1.18 
2015/06/23 01:27:23 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/ChangeLog,v 1.19 
2015/06/23 09:44:43 eva Exp $
+
+*libinput-0.18.0 (23 Jun 2015)
+
+  23 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +libinput-0.18.0.ebuild,
+  +files/libinput-0.18.0-includes.patch:
+  Version bump.
 
 *libinput-0.13.0-r1 (23 Jun 2015)
 



1.1  dev-libs/libinput/libinput-0.18.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/libinput-0.18.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libinput/libinput-0.18.0.ebuild?rev=1.1content-type=text/plain

Index: libinput-0.18.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/libinput-0.18.0.ebuild,v 
1.1 2015/06/23 09:44:43 eva Exp $

EAPI=5

inherit eutils udev

DESCRIPTION=Library to handle input devices in Wayland
HOMEPAGE=http://www.freedesktop.org/wiki/Software/libinput/;
SRC_URI=http://www.freedesktop.org/software/${PN}/${P}.tar.xz;

LICENSE=MIT
SLOT=0/10
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86
IUSE=test
# Tests require write access to udev rules directory which is a no-no for live 
system.
# Other tests are just about logs, exported symbols and autotest of the test 
library.
RESTRICT=test

RDEPEND=
=dev-libs/libevdev-0.4
=sys-libs/mtdev-1.1
virtual/libudev

DEPEND=${RDEPEND}
virtual/pkgconfig

#   test? (
#   =dev-libs/check-0.9.10
#   dev-util/valgrind
#   sys-libs/libunwind )

src_prepare() {
# Fix missing include for *stat, upstream #91069
epatch ${FILESDIR}/${PN}-0.18.0-includes.patch
}

src_configure() {
# Doc handling in kinda strange but everything
# is available in the tarball already.
sed -e 's/^\(SUBDIRS =.*\)doc\(.*\)$/\1\2/' \
-i Makefile.am Makefile.in || die
}

src_configure() {
# gui can be built but will not be installed
# building documentation silently fails with graphviz syntax errors
econf \
--disable-documentation \
--disable-event-gui \
$(use_enable test tests) \
--with-udev-dir=$(get_udevdir)
}

src_install() {
emake install DESTDIR=${D}
dodoc -r doc/html
prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-shell: gnome-shell-3.16.2.ebuild ChangeLog

2015-06-15 Thread Gilles Dartiguelongue (eva)
eva 15/06/15 18:34:47

  Modified: gnome-shell-3.16.2.ebuild ChangeLog
  Log:
  Add missing USE dependency on gnome-control-center[networkmanager] now that 
it is optional again. Thanks to Ole Reifschneider for noticing.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.2  gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild?r1=1.1r2=1.2

Index: gnome-shell-3.16.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-shell-3.16.2.ebuild   9 Jun 2015 15:27:40 -   1.1
+++ gnome-shell-3.16.2.ebuild   15 Jun 2015 18:34:47 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild,v 1.1 
2015/06/09 15:27:40 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild,v 1.2 
2015/06/15 18:34:47 eva Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -106,7 +106,7 @@
 # avoid circular dependency, see bug #546134
 PDEPEND=
=gnome-base/gdm-3.5[introspection]
-   =gnome-base/gnome-control-center-3.8.3[bluetooth(+)?]
+   
=gnome-base/gnome-control-center-3.8.3[bluetooth(+)?,networkmanager(+)?]
 
 DEPEND=${COMMON_DEPEND}
dev-libs/libxslt



1.95 gnome-base/gnome-shell/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/ChangeLog?rev=1.95view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/ChangeLog?rev=1.95content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/ChangeLog?r1=1.94r2=1.95

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   9 Jun 2015 15:27:40 -   1.94
+++ ChangeLog   15 Jun 2015 18:34:47 -  1.95
@@ -1,6 +1,11 @@
 # ChangeLog for gnome-base/gnome-shell
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.94 
2015/06/09 15:27:40 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.95 
2015/06/15 18:34:47 eva Exp $
+
+  15 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  gnome-shell-3.16.2.ebuild:
+  Add missing USE dependency on gnome-control-center[networkmanager] now that
+  it is optional again. Thanks to Ole Reifschneider for noticing.
 
 *gnome-shell-3.16.2 (09 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in media-gfx/simple-scan: ChangeLog simple-scan-3.16.0.ebuild

2015-06-10 Thread Gilles Dartiguelongue (eva)
eva 15/06/10 13:09:45

  Modified: ChangeLog
  Added:simple-scan-3.16.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.53 media-gfx/simple-scan/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   7 Jun 2015 12:14:27 -   1.52
+++ ChangeLog   10 Jun 2015 13:09:44 -  1.53
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/simple-scan
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v 1.52 
2015/06/07 12:14:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v 1.53 
2015/06/10 13:09:44 eva Exp $
+
+*simple-scan-3.16.0 (10 Jun 2015)
+
+  10 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +simple-scan-3.16.0.ebuild:
+  Version bump.
 
 *simple-scan-3.14.3 (07 Jun 2015)
 



1.1  media-gfx/simple-scan/simple-scan-3.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/simple-scan-3.16.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/simple-scan-3.16.0.ebuild?rev=1.1content-type=text/plain

Index: simple-scan-3.16.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/simple-scan/simple-scan-3.16.0.ebuild,v 1.1 
2015/06/10 13:09:44 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2 versionator

DESCRIPTION=Simple document scanning utility
HOMEPAGE=https://launchpad.net/simple-scan;

MY_PV=$(get_version_component_range 1-2)
SRC_URI=http://launchpad.net/${PN}/${MY_PV}/${PV}/+download/${P}.tar.xz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=

COMMON_DEPEND=
=dev-libs/glib-2.32:2
=media-gfx/sane-backends-1.0.20:=
=sys-libs/zlib-1.2.3.1:=
virtual/jpeg:0=
virtual/libgudev:=
x11-libs/cairo:=
=x11-libs/gtk+-3:3
|| (
=x11-misc/colord-0.1.24:=[udev]
x11-misc/colord:=[scanner] )

RDEPEND=${COMMON_DEPEND}
x11-misc/xdg-utils
|| (
x11-themes/adwaita-icon-theme
x11-themes/gnome-icon-theme )

DEPEND=${COMMON_DEPEND}
app-text/yelp-tools
=dev-util/intltool-0.35.0
virtual/pkgconfig


src_configure() {
DOCS=NEWS README.md
gnome2_src_configure \
VALAC=$(type -P true)
}






[gentoo-commits] gentoo-x86 commit in x11-themes/adwaita-icon-theme: ChangeLog adwaita-icon-theme-3.16.2.1.ebuild

2015-06-10 Thread Gilles Dartiguelongue (eva)
eva 15/06/10 13:25:49

  Modified: ChangeLog
  Added:adwaita-icon-theme-3.16.2.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.13 x11-themes/adwaita-icon-theme/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/adwaita-icon-theme/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/adwaita-icon-theme/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/adwaita-icon-theme/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-themes/adwaita-icon-theme/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   9 Jun 2015 09:37:51 -   1.12
+++ ChangeLog   10 Jun 2015 13:25:49 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for x11-themes/adwaita-icon-theme
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/adwaita-icon-theme/ChangeLog,v 
1.12 2015/06/09 09:37:51 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/adwaita-icon-theme/ChangeLog,v 
1.13 2015/06/10 13:25:49 eva Exp $
+
+*adwaita-icon-theme-3.16.2.1 (10 Jun 2015)
+
+  10 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +adwaita-icon-theme-3.16.2.1.ebuild:
+  Version bump.
 
 *adwaita-icon-theme-3.16.2 (09 Jun 2015)
 



1.1  
x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.1.ebuild?rev=1.1content-type=text/plain

Index: adwaita-icon-theme-3.16.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.1.ebuild,v
 1.1 2015/06/10 13:25:49 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2 versionator

DESCRIPTION=GNOME default icon theme
HOMEPAGE=http://www.gnome.org/ 
http://people.freedesktop.org/~jimmac/icons/#git;

SRC_URI=${SRC_URI}
branding? ( 
http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz
 )

LICENSE=|| ( LGPL-3 CC-BY-SA-3.0 )
branding? ( CC-Sampling-Plus-1.0 )
SLOT=0
IUSE=branding
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris

COMMON_DEPEND=
=x11-themes/hicolor-icon-theme-0.10

RDEPEND=${COMMON_DEPEND}
gnome-base/librsvg:2
!x11-themes/gnome-themes-standard-3.14

DEPEND=${COMMON_DEPEND}
=x11-misc/icon-naming-utils-0.8.7
=dev-util/intltool-0.40
sys-devel/gettext
virtual/pkgconfig

# This ebuild does not install any binaries
RESTRICT=binchecks strip

src_prepare() {
if use branding; then
for i in 16 22 24 32 48; do
cp ${WORKDIR}/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
${S}/Adwaita/${i}x${i}/places/start-here.png \
|| die Copying gentoo logos failed
done
fi

# Install cursors in the right place
sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
-i ${S}/Makefile.am \
-i ${S}/Makefile.in || die

gnome2_src_prepare
}

src_configure() {
gnome2_src_configure GTK_UPDATE_ICON_CACHE=$(type -P true)
}

src_install() {
gnome2_src_install
# Buggy directory due to drop of intltool usage
rm -rf ${D}/usr/locale
}

pkg_postinst() {
gnome2_pkg_postinst
elog $PF no longer installs the
elog /usr/share/cursors/xorg-x11/default symlink. Instead, desktop
elog environments are expected to set the cursor theme using the
elog XCURSOR_THEME environment variable or other means.
elog If you are seeing old-style X11 cursors in GNOME or Cinnamon,
elog make sure you have =gnome-base/gnome-session-3.14.0-r2
elog and then log out and log in again.
}






[gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-calendar: gnome-calendar-3.16.2.ebuild ChangeLog

2015-06-10 Thread Gilles Dartiguelongue (eva)
eva 15/06/10 13:31:44

  Modified: ChangeLog
  Added:gnome-calendar-3.16.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.2  gnome-extra/gnome-calendar/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-calendar/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-calendar/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-calendar/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-calendar/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   9 Jun 2015 16:13:26 -   1.1
+++ ChangeLog   10 Jun 2015 13:31:44 -  1.2
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-extra/gnome-calendar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-calendar/ChangeLog,v 1.1 
2015/06/09 16:13:26 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-calendar/ChangeLog,v 1.2 
2015/06/10 13:31:44 eva Exp $
+
+*gnome-calendar-3.16.2 (10 Jun 2015)
+
+  10 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +gnome-calendar-3.16.2.ebuild:
+  Version bump.
 
 *gnome-calendar-3.16.1 (09 Jun 2015)
 



1.1  gnome-extra/gnome-calendar/gnome-calendar-3.16.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-calendar/gnome-calendar-3.16.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-calendar/gnome-calendar-3.16.2.ebuild?rev=1.1content-type=text/plain

Index: gnome-calendar-3.16.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/gnome-calendar/gnome-calendar-3.16.2.ebuild,v
 1.1 2015/06/10 13:31:44 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2

DESCRIPTION=Manage your online calendars with simple and modern interface
HOMEPAGE=https://wiki.gnome.org/Apps/Calendar;

LICENSE=GPL-2+
SLOT=0
KEYWORDS=~amd64
IUSE=

RDEPEND=
=dev-libs/glib-2.43.4:2
=dev-libs/libical-0.43
=gnome-extra/evolution-data-server-3.13.90
=x11-libs/gtk+-3.15.4:3

DEPEND=${RDEPEND}
dev-libs/appstream-glib
=dev-util/intltool-0.40.6
sys-devel/gettext
virtual/pkgconfig







[gentoo-commits] gentoo-x86 commit in games-puzzle/lightsoff: ChangeLog lightsoff-3.16.1.1.ebuild

2015-06-10 Thread Gilles Dartiguelongue (eva)
eva 15/06/10 13:40:50

  Modified: ChangeLog
  Added:lightsoff-3.16.1.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.20 games-puzzle/lightsoff/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/lightsoff/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/lightsoff/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/lightsoff/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/lightsoff/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   9 Jun 2015 15:20:17 -   1.19
+++ ChangeLog   10 Jun 2015 13:40:50 -  1.20
@@ -1,6 +1,12 @@
 # ChangeLog for games-puzzle/lightsoff
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lightsoff/ChangeLog,v 1.19 
2015/06/09 15:20:17 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lightsoff/ChangeLog,v 1.20 
2015/06/10 13:40:50 eva Exp $
+
+*lightsoff-3.16.1.1 (10 Jun 2015)
+
+  10 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +lightsoff-3.16.1.1.ebuild:
+  Version bump.
 
 *lightsoff-3.16.1 (09 Jun 2015)
 



1.1  games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild?rev=1.1content-type=text/plain

Index: lightsoff-3.16.1.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild,v 1.1 
2015/06/10 13:40:50 eva Exp $

EAPI=5
GCONF_DEBUG=no
VALA_MIN_API_VERSION=0.22

inherit gnome-games vala

DESCRIPTION=Turn off all the lights
HOMEPAGE=https://wiki.gnome.org/Apps/Lightsoff;

LICENSE=GPL-2+
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=

RDEPEND=
dev-libs/glib:2
=gnome-base/librsvg-2.32:2
=media-libs/clutter-1.14:1.0
=media-libs/clutter-gtk-1.5.5:1.0
=x11-libs/gtk+-3.13.2:3

DEPEND=${RDEPEND}
$(vala_depend)
app-text/yelp-tools
dev-libs/appstream-glib
=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig


src_prepare() {
gnome-games_src_prepare
vala_src_prepare
}






[gentoo-commits] gentoo-x86 commit in x11-themes/adwaita-icon-theme: ChangeLog adwaita-icon-theme-3.16.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 09:37:51

  Modified: ChangeLog
  Added:adwaita-icon-theme-3.16.2.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.12 x11-themes/adwaita-icon-theme/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/adwaita-icon-theme/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/adwaita-icon-theme/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/adwaita-icon-theme/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-themes/adwaita-icon-theme/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   7 Jun 2015 10:19:18 -   1.11
+++ ChangeLog   9 Jun 2015 09:37:51 -   1.12
@@ -1,6 +1,12 @@
 # ChangeLog for x11-themes/adwaita-icon-theme
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/adwaita-icon-theme/ChangeLog,v 
1.11 2015/06/07 10:19:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/adwaita-icon-theme/ChangeLog,v 
1.12 2015/06/09 09:37:51 eva Exp $
+
+*adwaita-icon-theme-3.16.2 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +adwaita-icon-theme-3.16.2.ebuild:
+  Version bump for Gnome 3.16.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org
   adwaita-icon-theme-3.14.1.ebuild:



1.1  
x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild?rev=1.1content-type=text/plain

Index: adwaita-icon-theme-3.16.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild,v
 1.1 2015/06/09 09:37:51 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2 versionator

DESCRIPTION=GNOME default icon theme
HOMEPAGE=http://www.gnome.org/ 
http://people.freedesktop.org/~jimmac/icons/#git;

SRC_URI=${SRC_URI}
branding? ( 
http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz
 )

LICENSE=|| ( LGPL-3 CC-BY-SA-3.0 )
branding? ( CC-Sampling-Plus-1.0 )
SLOT=0
IUSE=branding
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris

COMMON_DEPEND=
=x11-themes/hicolor-icon-theme-0.10

RDEPEND=${COMMON_DEPEND}
gnome-base/librsvg:2
!x11-themes/gnome-themes-standard-3.14

DEPEND=${COMMON_DEPEND}
=x11-misc/icon-naming-utils-0.8.7
=dev-util/intltool-0.40
sys-devel/gettext
virtual/pkgconfig

# This ebuild does not install any binaries
RESTRICT=binchecks strip

src_prepare() {
if use branding; then
for i in 16 22 24 32 48; do
cp ${WORKDIR}/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
${S}/Adwaita/${i}x${i}/places/start-here.png \
|| die Copying gentoo logos failed
done
fi

# Install cursors in the right place
sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
-i ${S}/Makefile.am \
-i ${S}/Makefile.in || die

gnome2_src_prepare
}

src_configure() {
gnome2_src_configure GTK_UPDATE_ICON_CACHE=$(type -P true)
}

src_install() {
gnome2_src_install
# Buggy directory due to drop of intltool usage
rm -rf ${D}/usr/locale
}

pkg_postinst() {
gnome2_pkg_postinst
elog $PF no longer installs the
elog /usr/share/cursors/xorg-x11/default symlink. Instead, desktop
elog environments are expected to set the cursor theme using the
elog XCURSOR_THEME environment variable or other means.
elog If you are seeing old-style X11 cursors in GNOME or Cinnamon,
elog make sure you have =gnome-base/gnome-session-3.14.0-r2
elog and then log out and log in again.
}






[gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.40.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 09:42:54

  Modified: ChangeLog
  Added:vte-0.40.2.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.412x11-libs/vte/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.412view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.412content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.411r2=1.412

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.411
retrieving revision 1.412
diff -u -r1.411 -r1.412
--- ChangeLog   7 Jun 2015 10:46:36 -   1.411
+++ ChangeLog   9 Jun 2015 09:42:54 -   1.412
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/vte
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.411 2015/06/07 
10:46:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.412 2015/06/09 
09:42:54 eva Exp $
+
+*vte-0.40.2 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +vte-0.40.2.ebuild:
+  Version bump for Gnome 3.16.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org vte-0.38.3.ebuild:
   arm stable, bug #534012



1.1  x11-libs/vte/vte-0.40.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.40.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.40.2.ebuild?rev=1.1content-type=text/plain

Index: vte-0.40.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.40.2.ebuild,v 1.1 
2015/06/09 09:42:54 eva Exp $

EAPI=5
GCONF_DEBUG=no
VALA_USE_DEPEND=vapigen

inherit eutils gnome2 vala

DESCRIPTION=Library providing a virtual terminal emulator widget
HOMEPAGE=https://wiki.gnome.org/action/show/Apps/Terminal/VTE;

LICENSE=LGPL-2+
SLOT=2.91
IUSE=+crypt debug glade +introspection vala
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~x64-solaris ~x86-solaris

PDEPEND==x11-libs/gnome-pty-helper-${PV}
RDEPEND=
=dev-libs/glib-2.40:2
=x11-libs/gtk+-3.8:3[introspection?]
=x11-libs/pango-1.22.0

sys-libs/ncurses
sys-libs/zlib
x11-libs/libX11
x11-libs/libXft

glade? ( =dev-util/glade-3.9:3.10 )
introspection? ( =dev-libs/gobject-introspection-0.9.0 )

DEPEND=${RDEPEND}
$(vala_depend)
=dev-util/gtk-doc-am-1.13
=dev-util/intltool-0.35
sys-devel/gettext
virtual/pkgconfig

crypt?  ( =net-libs/gnutls-3.2.0 )

RDEPEND=${RDEPEND}
!x11-libs/vte:2.90[glade]


src_prepare() {
vala_src_prepare
gnome2_src_prepare
}

src_configure() {
local myconf=

if [[ ${CHOST} == *-interix* ]]; then
myconf=${myconf} --disable-Bsymbolic

# interix stropts.h is empty...
export ac_cv_header_stropts_h=no
fi

# Python bindings are via gobject-introspection
# Ex: from gi.repository import Vte
# Do not disable gnome-pty-helper, bug #401389
gnome2_src_configure \
--disable-deprecation \
--disable-test-application \
--disable-static \
$(use_enable debug) \
$(use_enable glade glade-catalogue) \
$(use_enable crypt gnutls) \
$(use_enable introspection) \
$(use_enable vala) \
${myconf}
}

src_install() {
DOCS=AUTHORS ChangeLog HACKING NEWS README
gnome2_src_install
mv ${D}/etc/profile.d/vte{,-${SLOT}}.sh || die
}






[gentoo-commits] gentoo-x86 commit in x11-libs/gnome-pty-helper: ChangeLog gnome-pty-helper-0.40.2.ebuild gnome-pty-helper-0.38.3.ebuild gnome-pty-helper-0.34.9.ebuild gnome-pty-helper-0.38.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 09:41:54

  Modified: ChangeLog gnome-pty-helper-0.38.3.ebuild
  Added:gnome-pty-helper-0.40.2.ebuild
  Removed:  gnome-pty-helper-0.34.9.ebuild
gnome-pty-helper-0.38.2.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revisions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.79 x11-libs/gnome-pty-helper/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog?rev=1.79view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog?rev=1.79content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog?r1=1.78r2=1.79

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   7 Jun 2015 10:44:25 -   1.78
+++ ChangeLog   9 Jun 2015 09:41:54 -   1.79
@@ -1,6 +1,13 @@
 # ChangeLog for x11-libs/gnome-pty-helper
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog,v 1.78 
2015/06/07 10:44:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog,v 1.79 
2015/06/09 09:41:54 eva Exp $
+
+*gnome-pty-helper-0.40.2 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -gnome-pty-helper-0.34.9.ebuild, -gnome-pty-helper-0.38.2.ebuild,
+  gnome-pty-helper-0.38.3.ebuild, +gnome-pty-helper-0.40.2.ebuild:
+  Version bump for Gnome 3.16. Clean up old revisions.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org gnome-pty-helper-0.38.3.ebuild:
   arm stable, bug #534012



1.8  x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild?r1=1.7r2=1.8

Index: gnome-pty-helper-0.38.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-pty-helper-0.38.3.ebuild  7 Jun 2015 10:44:25 -   1.7
+++ gnome-pty-helper-0.38.3.ebuild  9 Jun 2015 09:41:54 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild,v
 1.7 2015/06/07 10:44:25 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild,v
 1.8 2015/06/09 09:41:54 eva Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
 IUSE=+hardened
 
 # gnome-pty-helper was spit out with 0.27.90



1.1  x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild?rev=1.1content-type=text/plain

Index: gnome-pty-helper-0.40.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild,v
 1.1 2015/06/09 09:41:54 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME_ORG_MODULE=vte

inherit gnome2

DESCRIPTION=GNOME Setuid helper for opening ptys
HOMEPAGE=https://wiki.gnome.org/action/show/Apps/Terminal/VTE;
# gnome-pty-helper is inside vte

LICENSE=LGPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
IUSE=+hardened

# gnome-pty-helper was spit out with 0.27.90
RDEPEND=!x11-libs/vte-0.27.90
DEPEND=

S=${WORKDIR}/vte-${PV}/gnome-pty-helper

src_prepare() {
# As recommended by upstream (/usr/libexec/$PN is a setgid binary)
if use hardened; then
export SUID_CFLAGS=-fPIE ${SUID_CFLAGS}
export 

[gentoo-commits] gentoo-x86 commit in app-accessibility/orca: ChangeLog orca-3.16.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 09:54:04

  Modified: ChangeLog
  Added:orca-3.16.2.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.147app-accessibility/orca/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/orca/ChangeLog?rev=1.147view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/orca/ChangeLog?rev=1.147content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/orca/ChangeLog?r1=1.146r2=1.147

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog   28 Mar 2015 10:10:17 -  1.146
+++ ChangeLog   9 Jun 2015 09:54:04 -   1.147
@@ -1,6 +1,11 @@
 # ChangeLog for app-accessibility/orca
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.146 
2015/03/28 10:10:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.147 
2015/06/09 09:54:04 eva Exp $
+
+*orca-3.16.2 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +orca-3.16.2.ebuild:
+  Version bump for Gnome 3.16.
 
 *orca-3.14.4 (28 Mar 2015)
 



1.1  app-accessibility/orca/orca-3.16.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/orca/orca-3.16.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/orca/orca-3.16.2.ebuild?rev=1.1content-type=text/plain

Index: orca-3.16.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-3.16.2.ebuild,v 
1.1 2015/06/09 09:54:04 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes
PYTHON_COMPAT=( python3_{3,4} )
PYTHON_REQ_USE=threads

inherit gnome2 python-r1

DESCRIPTION=Extensible screen reader that provides access to the desktop
HOMEPAGE=https://wiki.gnome.org/Projects/Orca;

LICENSE=LGPL-2.1+ CC-BY-SA-3.0
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd

IUSE=+braille
REQUIRED_USE=${PYTHON_REQUIRED_USE}

# liblouis is not in portage yet
# it is used to provide contracted braille support
# XXX: Check deps for correctness
COMMON_DEPEND=${PYTHON_DEPS}
=app-accessibility/at-spi2-atk-2.10:2
=app-accessibility/at-spi2-core-2.10:2[introspection]
=dev-libs/atk-2.10
=dev-libs/glib-2.28:2
=dev-python/pygobject-3.10:3[${PYTHON_USEDEP}]
=x11-libs/gtk+-3.6.2:3[introspection]
braille? (
=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
dev-libs/liblouis[python,${PYTHON_USEDEP}] )

RDEPEND=${COMMON_DEPEND}
=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
dev-libs/atk[introspection]
dev-python/pyatspi[${PYTHON_USEDEP}]
dev-python/setproctitle[${PYTHON_USEDEP}]
x11-libs/libwnck:3[introspection]
x11-libs/pango[introspection]

DEPEND=${COMMON_DEPEND}
=dev-util/intltool-0.50
virtual/pkgconfig

#   app-text/yelp-tools

src_prepare() {
gnome2_src_prepare

python_copy_sources
}

src_configure() {
python_foreach_impl run_in_build_dir gnome2_src_configure \
ITSTOOL=$(type -P true) \
$(use_with braille liblouis)
}

src_compile() {
python_foreach_impl run_in_build_dir gnome2_src_compile
}

src_install() {
DOCS=AUTHORS ChangeLog MAINTAINERS NEWS README TODO
installing() {
gnome2_src_install
# Massage shebang to make python_doscript happy
sed -e 's:#!'${PYTHON}:#!/usr/bin/python: \
-i src/orca/orca || die
python_doscript src/orca/orca
}
python_foreach_impl run_in_build_dir installing
}






[gentoo-commits] gentoo-x86 commit in app-crypt/gcr: ChangeLog gcr-3.16.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:01:27

  Modified: ChangeLog
  Added:gcr-3.16.0.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.57 app-crypt/gcr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/ChangeLog?rev=1.57view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/ChangeLog?rev=1.57content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/ChangeLog?r1=1.56r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   7 Jun 2015 10:08:25 -   1.56
+++ ChangeLog   9 Jun 2015 10:01:27 -   1.57
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/gcr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.56 2015/06/07 
10:08:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.57 2015/06/09 
10:01:27 eva Exp $
+
+*gcr-3.16.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +gcr-3.16.0.ebuild:
+  Version bump for Gnome 3.16.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org gcr-3.14.0.ebuild:
   arm stable, bug #534012



1.1  app-crypt/gcr/gcr-3.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild?rev=1.1content-type=text/plain

Index: gcr-3.16.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild,v 1.1 
2015/06/09 10:01:27 eva Exp $

EAPI=5
GCONF_DEBUG=no
VALA_USE_DEPEND=vapigen
PYTHON_COMPAT=( python2_7 )

inherit gnome2 python-any-r1 vala virtualx

DESCRIPTION=Libraries for cryptographic UIs and accessing PKCS#11 modules
HOMEPAGE=https://developer.gnome.org/gcr/;

LICENSE=GPL-2+ LGPL-2+
SLOT=0/1 # subslot = suffix of libgcr-3
IUSE=debug gtk +introspection vala
REQUIRED_USE=vala? ( introspection )
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x86-solaris

COMMON_DEPEND=
=app-crypt/gnupg-2
=app-crypt/p11-kit-0.19
=dev-libs/glib-2.38:2
=dev-libs/libgcrypt-1.2.2:0=
=dev-libs/libtasn1-1:=
=sys-apps/dbus-1
gtk? ( =x11-libs/gtk+-3.10:3[X,introspection?] )
introspection? ( =dev-libs/gobject-introspection-1.34 )

RDEPEND=${COMMON_DEPEND}
!gnome-base/gnome-keyring-3.3

# gcr was part of gnome-keyring until 3.3
DEPEND=${COMMON_DEPEND}
${PYTHON_DEPS}
dev-libs/gobject-introspection-common
dev-libs/libxslt
dev-libs/vala-common
dev-util/gdbus-codegen
=dev-util/gtk-doc-am-1.9
=dev-util/intltool-0.35
sys-devel/gettext
virtual/pkgconfig
vala? ( $(vala_depend) )

# eautoreconf needs:
#   dev-libs/gobject-introspection-common
#   dev-libs/vala-common

pkg_setup() {
python-any-r1_pkg_setup
}

src_prepare() {
# Disable stupid flag changes
sed -e 's/CFLAGS=$CFLAGS -g//' \
-e 's/CFLAGS=$CFLAGS -O0//' \
-i configure.ac configure || die

use vala  vala_src_prepare
gnome2_src_prepare
}

src_configure() {
DOCS=AUTHORS ChangeLog HACKING NEWS README
gnome2_src_configure \
$(use_with gtk) \
$(use_enable introspection) \
$(use_enable vala) \
$(usex debug --enable-debug=yes --enable-debug=default) \
--disable-update-icon-cache \
--disable-update-mime
}

src_test() {
unset DBUS_SESSION_BUS_ADDRESS
Xemake check
}






[gentoo-commits] gentoo-x86 commit in dev-libs/vala-common: vala-common-0.28.0.ebuild ChangeLog vala-common-0.26.1.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:12:51

  Modified: ChangeLog
  Added:vala-common-0.28.0.ebuild
  Removed:  vala-common-0.26.1.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.65 dev-libs/vala-common/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/vala-common/ChangeLog?rev=1.65view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/vala-common/ChangeLog?rev=1.65content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/vala-common/ChangeLog?r1=1.64r2=1.65

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/vala-common/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   7 Jun 2015 10:24:04 -   1.64
+++ ChangeLog   9 Jun 2015 10:12:51 -   1.65
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/vala-common
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/vala-common/ChangeLog,v 1.64 
2015/06/07 10:24:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/vala-common/ChangeLog,v 1.65 
2015/06/09 10:12:51 eva Exp $
+
+*vala-common-0.28.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -vala-common-0.26.1.ebuild, +vala-common-0.28.0.ebuild:
+  Version bump for Gnome 3.16.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org vala-common-0.26.2.ebuild:
   arm stable, bug #534012



1.1  dev-libs/vala-common/vala-common-0.28.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/vala-common/vala-common-0.28.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/vala-common/vala-common-0.28.0.ebuild?rev=1.1content-type=text/plain

Index: vala-common-0.28.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/vala-common/vala-common-0.28.0.ebuild,v 1.1 
2015/06/09 10:12:51 eva Exp $

EAPI=5
GNOME_ORG_MODULE=vala

inherit gnome.org

DESCRIPTION=Build infrastructure for packages that use Vala
HOMEPAGE=https://wiki.gnome.org/Vala;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x64-solaris
IUSE=

# Previously ${PN} was part of dev-lang/vala
RDEPEND=
!dev-lang/vala-0.10.4-r2
!dev-lang/vala-0.12.1-r1:0.12
!dev-lang/vala-0.14.2-r2:0.14
!dev-lang/vala-0.16.1-r2:0.16
!dev-lang/vala-0.17.5:0.18

DEPEND=

src_configure() { :; }

src_compile() { :; }

src_install() {
insinto /usr/share/aclocal
doins vala.m4 vapigen/vapigen.m4
insinto /usr/share/vala
doins vapigen/Makefile.vapigen
}

pkg_postinst() {
# Hack to prevent alternatives_auto_makesym in previously installed
# dev-lang/vala's pkg_postrm from overwriting vala-common's files
if has_version 'dev-lang/vala-0.10.4-r2:0.10'  [[ -f 
${EROOT}usr/share/aclocal/vala-0-10.m4 ]]; then
ebegin Removing old vala-0.10 macros
rm ${EROOT}usr/share/aclocal/vala-0-10.m4  /dev/null
eend $?
fi
if has_version 'dev-lang/vala-0.12.1-r1:0.12'  [[ -f 
${EROOT}usr/share/aclocal/vala-0-12.m4 ]]; then
ebegin Removing old vala-0.12 macros
rm ${EROOT}usr/share/aclocal/vala-0-12.m4  /dev/null
eend $?
fi
if has_version 'dev-lang/vala-0.14.2-r2:0.14'  [[ -f 
${EROOT}usr/share/aclocal/vala-0-14.m4 ]]; then
ebegin Removing old vala-0.14 macros
rm ${EROOT}usr/share/aclocal/vala-0-14.m4  /dev/null
eend $?
fi
if has_version 'dev-lang/vala-0.16.1-r2:0.16'  [[ -f 
${EROOT}usr/share/aclocal/vala-0-16.m4 ]]; then
ebegin Removing old vala-0.16 macros
rm ${EROOT}usr/share/aclocal/vala-0-14.m4  /dev/null
eend $?
if [[ -f ${EROOT}usr/share/vala-0.16/Makefile.vapigen ]]; then
ebegin Removing old vala-0.16 makefile template
rm ${EROOT}usr/share/vala-0.16/Makefile.vapigen  
/dev/null
eend $?
fi
fi
if has_version 'dev-lang/vala-0.17.5:0.18'  [[ -f 
${EROOT}usr/share/aclocal/vala-0-18.m4 ]]; then
ebegin Removing old vala-0.18 macros
rm ${EROOT}usr/share/aclocal/vala-0-12.m4  /dev/null
eend $?
if [[ -f ${EROOT}usr/share/vala-0.18/Makefile.vapigen ]]; then
  

[gentoo-commits] gentoo-x86 commit in dev-util/gnome-devel-docs: ChangeLog gnome-devel-docs-3.16.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 09:34:34

  Modified: ChangeLog
  Added:gnome-devel-docs-3.16.2.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.39 dev-util/gnome-devel-docs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gnome-devel-docs/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gnome-devel-docs/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gnome-devel-docs/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/gnome-devel-docs/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   15 Mar 2015 13:19:53 -  1.38
+++ ChangeLog   9 Jun 2015 09:34:34 -   1.39
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/gnome-devel-docs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gnome-devel-docs/ChangeLog,v 1.38 
2015/03/15 13:19:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gnome-devel-docs/ChangeLog,v 1.39 
2015/06/09 09:34:34 eva Exp $
+
+*gnome-devel-docs-3.16.2 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +gnome-devel-docs-3.16.2.ebuild:
+  Version bump for Gnome 3.16.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org gnome-devel-docs-3.14.4.ebuild:
   x86 stable, bug 534012



1.1  dev-util/gnome-devel-docs/gnome-devel-docs-3.16.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gnome-devel-docs/gnome-devel-docs-3.16.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gnome-devel-docs/gnome-devel-docs-3.16.2.ebuild?rev=1.1content-type=text/plain

Index: gnome-devel-docs-3.16.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/gnome-devel-docs/gnome-devel-docs-3.16.2.ebuild,v
 1.1 2015/06/09 09:34:34 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2

DESCRIPTION=Documentation for developing for the GNOME desktop environment
HOMEPAGE=http://developer.gnome.org/;

LICENSE=FDL-1.1+ CC-BY-SA-3.0 CC-BY-SA-4.0
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

RDEPEND=
DEPEND=
app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xml-dtd:4.2
dev-libs/libxslt
sys-devel/gettext
virtual/pkgconfig


# This ebuild does not install any binaries
RESTRICT=binchecks strip

src_configure() {
# Wants to build demo samples
gnome2_src_configure ITSTOOL=$(type -P true) ac_cv_path_CC=
}






[gentoo-commits] gentoo-x86 commit in x11-themes/gnome-backgrounds: ChangeLog gnome-backgrounds-3.16.0.ebuild gnome-backgrounds-3.12.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 09:36:51

  Modified: ChangeLog
  Added:gnome-backgrounds-3.16.0.ebuild
  Removed:  gnome-backgrounds-3.12.2.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.166x11-themes/gnome-backgrounds/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog?rev=1.166view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog?rev=1.166content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog?r1=1.165r2=1.166

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog   15 Mar 2015 13:34:38 -  1.165
+++ ChangeLog   9 Jun 2015 09:36:51 -   1.166
@@ -1,6 +1,12 @@
 # ChangeLog for x11-themes/gnome-backgrounds
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 
1.165 2015/03/15 13:34:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 
1.166 2015/06/09 09:36:51 eva Exp $
+
+*gnome-backgrounds-3.16.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -gnome-backgrounds-3.12.2.ebuild, +gnome-backgrounds-3.16.0.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org gnome-backgrounds-3.14.1.ebuild:
   x86 stable, bug 534012



1.1  
x11-themes/gnome-backgrounds/gnome-backgrounds-3.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-backgrounds/gnome-backgrounds-3.16.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-backgrounds/gnome-backgrounds-3.16.0.ebuild?rev=1.1content-type=text/plain

Index: gnome-backgrounds-3.16.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/gnome-backgrounds-3.16.0.ebuild,v
 1.1 2015/06/09 09:36:51 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2

DESCRIPTION=A set of backgrounds packaged with the GNOME desktop
HOMEPAGE=https://git.gnome.org/browse/gnome-backgrounds;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
IUSE=

RDEPEND=!x11-themes/gnome-themes-standard-3.14
DEPEND=
=dev-util/intltool-0.40.0
sys-devel/gettext







[gentoo-commits] gentoo-x86 commit in x11-themes/gnome-themes-standard: ChangeLog gnome-themes-standard-3.16.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 09:36:24

  Modified: ChangeLog
  Added:gnome-themes-standard-3.16.2.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.81 x11-themes/gnome-themes-standard/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog?rev=1.81view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog?rev=1.81content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog?r1=1.80r2=1.81

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   7 Jun 2015 10:47:05 -   1.80
+++ ChangeLog   9 Jun 2015 09:36:24 -   1.81
@@ -1,6 +1,12 @@
 # ChangeLog for x11-themes/gnome-themes-standard
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog,v 1.80 
2015/06/07 10:47:05 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog,v 1.81 
2015/06/09 09:36:24 eva Exp $
+
+*gnome-themes-standard-3.16.2 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +gnome-themes-standard-3.16.2.ebuild:
+  Version bump for Gnome 3.16.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org
   gnome-themes-standard-3.14.2.3.ebuild:



1.1  
x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.2.ebuild?rev=1.1content-type=text/plain

Index: gnome-themes-standard-3.16.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.2.ebuild,v
 1.1 2015/06/09 09:36:24 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes

inherit autotools eutils gnome2 multilib-minimal

DESCRIPTION=Standard Themes for GNOME Applications
HOMEPAGE=https://git.gnome.org/browse/gnome-themes-standard/;

LICENSE=LGPL-2.1+
SLOT=0
IUSE=+gtk
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~x64-solaris ~x86-solaris

COMMON_DEPEND=
gnome-base/librsvg:2[${MULTILIB_USEDEP}]
x11-libs/cairo[${MULTILIB_USEDEP}]
gtk? (
=x11-libs/gtk+-2.24.15:2[${MULTILIB_USEDEP}]
=x11-libs/gtk+-3.12:3[${MULTILIB_USEDEP}] )

DEPEND=${COMMON_DEPEND}
=dev-util/intltool-0.40
sys-devel/gettext
virtual/pkgconfig

# gnome-themes{,-extras} are OBSOLETE for GNOME 3
# http://comments.gmane.org/gmane.comp.gnome.desktop/44130
# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose
# their default background image
RDEPEND=${COMMON_DEPEND}
=gnome-base/gsettings-desktop-schemas-3.4
!x11-themes/gnome-themes-2.32.1-r1


src_prepare() {
# https://bugzilla.gnome.org/show_bug.cgi?id=746920
epatch ${FILESDIR}/${PN}-3.14.2.3-srcdir.patch
eautoreconf

gnome2_src_prepare
}

multilib_src_configure() {
# The icon cache needs to be generated in pkg_postinst()
ECONF_SOURCE=${S} \
gnome2_src_configure \
--disable-static \
$(use_enable gtk gtk2-engine) \
$(use_enable gtk gtk3-engine) \
GTK_UPDATE_ICON_CACHE=$(type -P true)
}

emake_engines_only() {
pushd themes/Adwaita/gtk-2.0  /dev/null || die
if [[ $1 = install ]]; then
emake DESTDIR=${D} install-engineLTLIBRARIES
else
emake libadwaita.la
fi
popd  /dev/null
}

multilib_src_compile() {
# processing 3500 icons is slow on old hard drives, do it only for 
native ABI
if multilib_is_native_abi; then
gnome2_src_compile
elif use gtk; then
emake_engines_only
fi
}

multilib_src_install() {
# processing 3500 icons is slow on old hard drives, do it only for 
native ABI
if multilib_is_native_abi; then
gnome2_src_install
elif use gtk; then
emake_engines_only install
prune_libtool_files --modules
fi
}






[gentoo-commits] gentoo-x86 commit in net-libs/libsoup-gnome: ChangeLog libsoup-gnome-2.50.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 09:48:24

  Modified: ChangeLog
  Added:libsoup-gnome-2.50.0.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.124net-libs/libsoup-gnome/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?rev=1.124view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?rev=1.124content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?r1=1.123r2=1.124

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   15 Mar 2015 13:30:53 -  1.123
+++ ChangeLog   9 Jun 2015 09:48:24 -   1.124
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libsoup-gnome
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v 1.123 
2015/03/15 13:30:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v 1.124 
2015/06/09 09:48:24 eva Exp $
+
+*libsoup-gnome-2.50.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +libsoup-gnome-2.50.0.ebuild:
+  Version bump for Gnome 3.16.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org libsoup-gnome-2.48.1.ebuild:
   x86 stable, bug 534012



1.1  net-libs/libsoup-gnome/libsoup-gnome-2.50.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.50.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.50.0.ebuild?rev=1.1content-type=text/plain

Index: libsoup-gnome-2.50.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.50.0.ebuild,v 
1.1 2015/06/09 09:48:24 eva Exp $

EAPI=5
GCONF_DEBUG=yes
GNOME2_LA_PUNT=yes

MY_PN=${PN/-gnome}
MY_P=${MY_PN}-${PV}

inherit autotools eutils gnome2 multilib-minimal

DESCRIPTION=GNOME plugin for libsoup
HOMEPAGE=https://wiki.gnome.org/LibSoup;
SRC_URI=${SRC_URI//-gnome}

LICENSE=LGPL-2+
SLOT=2.4
IUSE=debug +introspection
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris

RDEPEND=
~net-libs/libsoup-${PV}[introspection?,${MULTILIB_USEDEP}]
dev-db/sqlite:3=[${MULTILIB_USEDEP}]
introspection? ( =dev-libs/gobject-introspection-0.9.5 )
=net-libs/libsoup-2.42.2-r1[${MULTILIB_USEDEP}]

DEPEND=${RDEPEND}
=dev-util/gtk-doc-am-1.10
=dev-util/intltool-0.35
sys-devel/gettext
virtual/pkgconfig[${MULTILIB_USEDEP}]


S=${WORKDIR}/${MY_P}

src_prepare() {
# Use lib present on the system
epatch ${FILESDIR}/${PN}-2.48.0-system-lib.patch
eautoreconf
gnome2_src_prepare
}

multilib_src_configure() {
# FIXME: we need addpredict to workaround bug #324779 until
# root cause (bug #249496) is solved
addpredict /usr/share/snmp/mibs/.index

# Disable apache tests until they are usable on Gentoo, bug #326957
ECONF_SOURCE=${S} \
gnome2_src_configure \
--disable-static \
--disable-tls-check \
$(multilib_native_use_enable introspection) \
--with-libsoup-system \
--with-gnome \
--without-apache-httpd
}

multilib_src_compile() { gnome2_src_compile; }
multilib_src_install() { gnome2_src_install; }






[gentoo-commits] gentoo-x86 commit in net-libs/libsoup: ChangeLog libsoup-2.50.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 09:48:41

  Modified: ChangeLog
  Added:libsoup-2.50.0.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.354net-libs/libsoup/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?rev=1.354view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?rev=1.354content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?r1=1.353r2=1.354

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v
retrieving revision 1.353
retrieving revision 1.354
diff -u -r1.353 -r1.354
--- ChangeLog   8 Apr 2015 18:04:58 -   1.353
+++ ChangeLog   9 Jun 2015 09:48:41 -   1.354
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libsoup
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.353 
2015/04/08 18:04:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.354 
2015/06/09 09:48:41 eva Exp $
+
+*libsoup-2.50.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +libsoup-2.50.0.ebuild:
+  Version bump for Gnome 3.16.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org libsoup-2.46.0-r1.ebuild:
   Drop old Python implementations



1.1  net-libs/libsoup/libsoup-2.50.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/libsoup-2.50.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/libsoup-2.50.0.ebuild?rev=1.1content-type=text/plain

Index: libsoup-2.50.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.50.0.ebuild,v 1.1 
2015/06/09 09:48:41 eva Exp $

EAPI=5
GCONF_DEBUG=yes
GNOME2_LA_PUNT=yes
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit gnome2 multilib-minimal python-any-r1

DESCRIPTION=An HTTP library implementation in C
HOMEPAGE=https://wiki.gnome.org/LibSoup;

LICENSE=LGPL-2+
SLOT=2.4
IUSE=debug +introspection samba ssl test
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris

RDEPEND=
=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]
=dev-db/sqlite-3.8.2:3[${MULTILIB_USEDEP}]
=net-libs/glib-networking-2.38.2[ssl?,${MULTILIB_USEDEP}]
introspection? ( =dev-libs/gobject-introspection-0.9.5 )
samba? ( net-fs/samba )

DEPEND=${RDEPEND}
${PYTHON_DEPS}
=dev-util/intltool-0.35
=dev-util/gtk-doc-am-1.10
sys-devel/gettext
=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
test? ( =dev-libs/glib-2.40:2[${MULTILIB_USEDEP}] )

#   test? ( 
www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic,
#   
apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir,
#   
apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect]
#   dev-lang/php[apache2,xmlrpc]
#   net-misc/curl
#   net-libs/glib-networking[ssl])

RDEPEND=${RDEPEND}
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20140508-r8
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)


src_prepare() {
if ! use test; then
# don't waste time building tests (bug #226271)
sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am 
Makefile.in \
|| die sed failed
fi

gnome2_src_prepare
}

src_configure() {
# FIXME: we need addpredict to workaround bug #324779 until
# root cause (bug #249496) is solved
addpredict /usr/share/snmp/mibs/.index

multilib-minimal_src_configure
}

multilib_src_configure() {
# Disable apache tests until they are usable on Gentoo, bug #326957
ECONF_SOURCE=${S} \
gnome2_src_configure \
--disable-static \
--disable-tls-check \
--without-gnome \
--without-apache-httpd \
$(multilib_native_use_enable introspection) \
$(use_with samba ntlm-auth '${EPREFIX}'/usr/bin/ntlm_auth)

if multilib_is_native_abi; then
# fix gtk-doc
ln -s ${S}/docs/reference/html 

[gentoo-commits] gentoo-x86 commit in app-accessibility/at-spi2-core: ChangeLog at-spi2-core-2.16.0.ebuild at-spi2-core-2.10.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 09:52:21

  Modified: ChangeLog
  Added:at-spi2-core-2.16.0.ebuild
  Removed:  at-spi2-core-2.10.2.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.86 app-accessibility/at-spi2-core/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?rev=1.86view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?rev=1.86content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?r1=1.85r2=1.86

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   7 Jun 2015 10:07:43 -   1.85
+++ ChangeLog   9 Jun 2015 09:52:21 -   1.86
@@ -1,6 +1,12 @@
 # ChangeLog for app-accessibility/at-spi2-core
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 
1.85 2015/06/07 10:07:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 
1.86 2015/06/09 09:52:21 eva Exp $
+
+*at-spi2-core-2.16.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -at-spi2-core-2.10.2.ebuild, +at-spi2-core-2.16.0.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org at-spi2-core-2.14.1.ebuild:
   arm stable, bug #534012



1.1  app-accessibility/at-spi2-core/at-spi2-core-2.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.16.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.16.0.ebuild?rev=1.1content-type=text/plain

Index: at-spi2-core-2.16.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.16.0.ebuild,v
 1.1 2015/06/09 09:52:21 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes

inherit eutils gnome2 multilib-minimal

DESCRIPTION=D-Bus accessibility specifications and registration daemon
HOMEPAGE=http://live.gnome.org/Accessibility;

LICENSE=LGPL-2+
SLOT=2
IUSE=+X +introspection
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos

# x11-libs/libSM is needed until upstream #719808 is solved either
# making the dep unneeded or fixing their configure
# Only libX11 is optional right now
COMMON_DEPEND=
=dev-libs/glib-2.36:2[${MULTILIB_USEDEP}]
=sys-apps/dbus-1[${MULTILIB_USEDEP}]
x11-libs/libSM[${MULTILIB_USEDEP}]
x11-libs/libXi[${MULTILIB_USEDEP}]
x11-libs/libXtst[${MULTILIB_USEDEP}]
introspection? ( =dev-libs/gobject-introspection-0.9.6 )
X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )

RDEPEND=${COMMON_DEPEND}
abi_x86_32? (
!=app-emulation/emul-linux-x86-gtklibs-20140508-r3
!app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
)

DEPEND=${COMMON_DEPEND}
=dev-util/gtk-doc-am-1.9
=dev-util/intltool-0.40
virtual/pkgconfig[${MULTILIB_USEDEP}]


src_prepare() {
# disable teamspaces test since that requires Novell.ICEDesktop.Daemon
epatch ${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch

gnome2_src_prepare
}

multilib_src_configure() {
# xevie is deprecated/broken since xorg-1.6/1.7
ECONF_SOURCE=${S} \
gnome2_src_configure \
--disable-xevie \
$(multilib_native_use_enable introspection) \
$(use_enable X x11)

# work-around gtk-doc out-of-source brokedness
if multilib_is_native_abi; then
ln -s ${S}/doc/libatspi/html doc/libatspi/html || die
fi
}

multilib_src_compile() { gnome2_src_compile; }
multilib_src_install() { gnome2_src_install; }






[gentoo-commits] gentoo-x86 commit in app-accessibility/at-spi2-atk: ChangeLog at-spi2-atk-2.16.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 09:52:47

  Modified: ChangeLog
  Added:at-spi2-atk-2.16.0.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.73 app-accessibility/at-spi2-atk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog?rev=1.73view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog?rev=1.73content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog?r1=1.72r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   7 Jun 2015 10:07:11 -   1.72
+++ ChangeLog   9 Jun 2015 09:52:47 -   1.73
@@ -1,6 +1,12 @@
 # ChangeLog for app-accessibility/at-spi2-atk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v 
1.72 2015/06/07 10:07:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v 
1.73 2015/06/09 09:52:47 eva Exp $
+
+*at-spi2-atk-2.16.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +at-spi2-atk-2.16.0.ebuild:
+  Version bump for Gnome 3.16.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org at-spi2-atk-2.14.1.ebuild:
   arm stable, bug #534012



1.1  app-accessibility/at-spi2-atk/at-spi2-atk-2.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.16.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.16.0.ebuild?rev=1.1content-type=text/plain

Index: at-spi2-atk-2.16.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.16.0.ebuild,v
 1.1 2015/06/09 09:52:47 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes

inherit eutils gnome2 multilib-minimal virtualx

DESCRIPTION=Gtk module for bridging AT-SPI to Atk
HOMEPAGE=http://live.gnome.org/Accessibility;

LICENSE=LGPL-2+
SLOT=2
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos
IUSE=test

COMMON_DEPEND=
=app-accessibility/at-spi2-core-2.15.5[${MULTILIB_USEDEP}]
=dev-libs/atk-2.15.4[${MULTILIB_USEDEP}]
=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}]
=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]

RDEPEND=${COMMON_DEPEND}
!gnome-extra/at-spi-1.32.0-r1
abi_x86_32? (
!=app-emulation/emul-linux-x86-gtklibs-20140508-r3
!app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
)

DEPEND=${COMMON_DEPEND}
virtual/pkgconfig[${MULTILIB_USEDEP}]
test? ( =dev-libs/libxml2-2.9.1 )


multilib_src_configure() {
ECONF_SOURCE=${S} \
gnome2_src_configure --enable-p2p $(use_with test tests)
}

multilib_src_test() {
unset DBUS_SESSION_BUS_ADDRESS
Xemake check
}

multilib_src_compile() { gnome2_src_compile; }
multilib_src_install() { gnome2_src_install; }






[gentoo-commits] gentoo-x86 commit in app-crypt/seahorse: ChangeLog seahorse-3.16.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:04:01

  Modified: ChangeLog
  Added:seahorse-3.16.0.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.193app-crypt/seahorse/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?rev=1.193view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?rev=1.193content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?r1=1.192r2=1.193

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog   13 May 2015 16:54:49 -  1.192
+++ ChangeLog   9 Jun 2015 10:04:01 -   1.193
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/seahorse
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.192 
2015/05/13 16:54:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.193 
2015/06/09 10:04:01 eva Exp $
+
+*seahorse-3.16.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +seahorse-3.16.0.ebuild:
+  Version bump for Gnome 3.16.
 
   13 May 2015; Pacho Ramos pa...@gentoo.org -seahorse-3.12.2.ebuild,
   -seahorse-3.14.0.ebuild, seahorse-3.14.1.ebuild:



1.1  app-crypt/seahorse/seahorse-3.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-3.16.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-3.16.0.ebuild?rev=1.1content-type=text/plain

Index: seahorse-3.16.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.16.0.ebuild,v 
1.1 2015/06/09 10:04:01 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2

DESCRIPTION=A GNOME application for managing encryption keys
HOMEPAGE=https://wiki.gnome.org/Apps/Seahorse;

LICENSE=GPL-2+ FDL-1.1+
SLOT=0
IUSE=debug ldap zeroconf
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd

COMMON_DEPEND=
=app-crypt/gcr-3.11.91:=
=dev-libs/glib-2.10:2
=x11-libs/gtk+-3.4:3
=app-crypt/libsecret-0.16
=net-libs/libsoup-2.33.92:2.4
x11-misc/shared-mime-info

net-misc/openssh
=app-crypt/gpgme-1
=app-crypt/gnupg-1.4
app-crypt/gnupg-2.1

ldap? ( net-nds/openldap:= )
zeroconf? ( =net-dns/avahi-0.6:= )

DEPEND=${COMMON_DEPEND}
=dev-util/intltool-0.35
sys-devel/gettext
virtual/pkgconfig

# Need seahorse-plugins git snapshot
RDEPEND=${COMMON_DEPEND}
!app-crypt/seahorse-plugins-2.91.0_pre20110114


src_prepare() {
# Do not mess with CFLAGS with USE=debug
sed -e '/CFLAGS=$CFLAGS -g/d' \
-e '/CFLAGS=$CFLAGS -O0/d' \
-i configure.ac configure || die sed 1 failed

gnome2_src_prepare
}

src_configure() {
# bindir is needed due to bad macro expansion in desktop file, bug 
#508610
gnome2_src_configure \
--bindir=/usr/bin \
--enable-pgp \
--enable-ssh \
--enable-pkcs11 \
--enable-hkp \
$(use_enable debug) \
$(use_enable ldap) \
$(use_enable zeroconf sharing) \
ITSTOOL=$(type -P true) \
VALAC=$(type -P true)
}






[gentoo-commits] gentoo-x86 commit in app-dicts/gnome-dictionary: ChangeLog gnome-dictionary-3.16.2.ebuild gnome-dictionary-3.10.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:03:46

  Modified: ChangeLog
  Added:gnome-dictionary-3.16.2.ebuild
  Removed:  gnome-dictionary-3.10.0.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.17 app-dicts/gnome-dictionary/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   15 Mar 2015 13:14:29 -  1.16
+++ ChangeLog   9 Jun 2015 10:03:46 -   1.17
@@ -1,6 +1,12 @@
 # ChangeLog for app-dicts/gnome-dictionary
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v 1.16 
2015/03/15 13:14:29 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v 1.17 
2015/06/09 10:03:46 eva Exp $
+
+*gnome-dictionary-3.16.2 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -gnome-dictionary-3.10.0.ebuild, +gnome-dictionary-3.16.2.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org gnome-dictionary-3.14.2.ebuild:
   x86 stable, bug 534012



1.1  app-dicts/gnome-dictionary/gnome-dictionary-3.16.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.16.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.16.2.ebuild?rev=1.1content-type=text/plain

Index: gnome-dictionary-3.16.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.16.2.ebuild,v
 1.1 2015/06/09 10:03:46 eva Exp $

EAPI=5
GCONF_DEBUG=yes

inherit gnome2

DESCRIPTION=Dictionary utility for GNOME
HOMEPAGE=https://live.gnome.org/GnomeUtils;

LICENSE=GPL-2+ LGPL-2.1+ FDL-1.1+
SLOT=0/8 # subslot = suffix of libgdict-1.0.so
IUSE=+introspection ipv6
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux

COMMON_DEPEND=
=dev-libs/glib-2.39:2
x11-libs/cairo:=
=x11-libs/gtk+-3.14:3
x11-libs/pango
introspection? ( =dev-libs/gobject-introspection-1.42 )

RDEPEND=${COMMON_DEPEND}
gnome-base/gsettings-desktop-schemas
!gnome-extra/gnome-utils-3.4

# ${PN} was part of gnome-utils before 3.4
DEPEND=${COMMON_DEPEND}
=dev-util/gtk-doc-am-1.15
=dev-util/intltool-0.40
=sys-devel/gettext-0.17
virtual/pkgconfig


src_configure() {
gnome2_src_configure \
$(use_enable introspection) \
$(use_enable ipv6) \
ITSTOOL=$(type -P true)
}






[gentoo-commits] gentoo-x86 commit in dev-lang/vala: ChangeLog vala-0.28.0.ebuild vala-0.26.1.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:14:59

  Modified: ChangeLog
  Added:vala-0.28.0.ebuild
  Removed:  vala-0.26.1.ebuild
  Log:
  Version bump for Gnome 3.16. Cleanup old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.195dev-lang/vala/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.195view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.195content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?r1=1.194r2=1.195

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- ChangeLog   7 Jun 2015 10:24:32 -   1.194
+++ ChangeLog   9 Jun 2015 10:14:59 -   1.195
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/vala
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.194 2015/06/07 
10:24:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.195 2015/06/09 
10:14:59 eva Exp $
+
+*vala-0.28.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org -vala-0.26.1.ebuild,
+  +vala-0.28.0.ebuild:
+  Version bump for Gnome 3.16. Cleanup old revision.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org vala-0.26.2.ebuild:
   arm stable, bug #534012



1.1  dev-lang/vala/vala-0.28.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/vala-0.28.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/vala-0.28.0.ebuild?rev=1.1content-type=text/plain

Index: vala-0.28.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.28.0.ebuild,v 1.1 
2015/06/09 10:14:59 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2

DESCRIPTION=Compiler for the GObject type system
HOMEPAGE=https://wiki.gnome.org/Vala;

LICENSE=LGPL-2.1
SLOT=0.28
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux
IUSE=test

RDEPEND=
=dev-libs/glib-2.24:2
=dev-libs/vala-common-${PV}

DEPEND=${RDEPEND}
!${CATEGORY}/${PN}:0
dev-libs/libxslt
sys-devel/flex
virtual/pkgconfig
virtual/yacc
test? (
dev-libs/dbus-glib
=dev-libs/glib-2.26:2 )


src_configure() {
DOCS=AUTHORS ChangeLog MAINTAINERS NEWS README
gnome2_src_configure --disable-unversioned
}






[gentoo-commits] gentoo-x86 commit in dev-vcs/gitg: ChangeLog gitg-3.16.1.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 09:33:46

  Modified: ChangeLog
  Added:gitg-3.16.1.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.37 dev-vcs/gitg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   15 May 2015 06:41:28 -  1.36
+++ ChangeLog   9 Jun 2015 09:33:46 -   1.37
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/gitg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.36 2015/05/15 
06:41:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.37 2015/06/09 
09:33:46 eva Exp $
+
+*gitg-3.16.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +gitg-3.16.1.ebuild:
+  Version bump for Gnome 3.16.
 
   15 May 2015; Pacho Ramos pa...@gentoo.org gitg-3.14.0.ebuild:
   amd64/x86 stable, bug #530272



1.1  dev-vcs/gitg/gitg-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: gitg-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-3.16.1.ebuild,v 1.1 
2015/06/09 09:33:46 eva Exp $

EAPI=5

VALA_MIN_API_VERSION=0.20
PYTHON_COMPAT=( python{3_3,3_4} )

inherit gnome2 python-r1 vala

DESCRIPTION=git repository viewer for GNOME
HOMEPAGE=https://wiki.gnome.org/Apps/Gitg;

LICENSE=|| ( GPL-2 GPL-3 )
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=debug glade +python

REQUIRED_USE=python? ( ^^ ( $(python_gen_useflags '*') ) )

# test if unbundling of libgd is possible
# Currently it seems not to be (unstable API/ABI)
RDEPEND=
app-crypt/libsecret
dev-libs/libgee:0.8[introspection]
=dev-libs/json-glib-0.16
=app-text/gtkspell-3.0.3:3
=dev-libs/glib-2.38:2
=dev-libs/gobject-introspection-0.10.1
dev-libs/libgit2[threads]
=dev-libs/libgit2-glib-0.22.0[ssh]
=dev-libs/libpeas-1.5.0[gtk]
=gnome-base/gsettings-desktop-schemas-0.1.1
=net-libs/webkit-gtk-2.2:4[introspection]
=x11-libs/gtk+-3.12.0:3
=x11-libs/gtksourceview-3.10:3.0
=x11-themes/gnome-icon-theme-symbolic-3.10
glade? ( =dev-util/glade-3.2:3.10 )
python? (
${PYTHON_DEPS}
dev-libs/libpeas[python,${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
)

DEPEND=${RDEPEND}
=dev-libs/libgit2-glib-0.22.0[vala]
gnome-base/gnome-common
=sys-devel/gettext-0.17
virtual/pkgconfig
=dev-util/intltool-0.40
$(vala_depend)

DOCS=AUTHORS ChangeLog NEWS README

pkg_setup() {
use python  [[ ${MERGE_TYPE} != binary ]]  python_setup
}

src_prepare() {
sed \
-e '/CFLAGS/s:-g::g' \
-e '/CFLAGS/s:-O0::g' \
-i configure.ac || die

gnome2_src_prepare
vala_src_prepare
}

src_configure() {
gnome2_src_configure \
--disable-static \
--disable-deprecations \
--disable-dependency-tracking \
$(use_enable debug) \
$(use_enable glade glade-catalog) \
$(use_enable python)
}

src_install() {
gnome2_src_install -j1
}






[gentoo-commits] gentoo-x86 commit in x11-terms/gnome-terminal/files: gnome-terminal-3.16.2-restore-transparency.patch gnome-terminal-3.16.2-restore-dark.patch

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 09:43:39

  Added:gnome-terminal-3.16.2-restore-transparency.patch
gnome-terminal-3.16.2-restore-dark.patch
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  
x11-terms/gnome-terminal/files/gnome-terminal-3.16.2-restore-transparency.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/files/gnome-terminal-3.16.2-restore-transparency.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/files/gnome-terminal-3.16.2-restore-transparency.patch?rev=1.1content-type=text/plain

Index: gnome-terminal-3.16.2-restore-transparency.patch
===
From 181dca2c0b50af1326a84e1ec0134afab88ff5b2 Mon Sep 17 00:00:00 2001
From: Debarshi Ray debars...@gnome.org
Date: Mon, 12 May 2014 14:57:18 +0200
Subject: [PATCH 1/3] Restore transparency

The transparency settings were removed as a side effect of
2bff4b63ed3ceef6055e35563e9b0b33ad57349d

This restores them and you will need a compositing window manager to
use it. The background image setting, also known as faux transparency,
was not restored.

The transparency checkbox lost its mnemonic accelerator because 't'
is already taken and using any other letter would make it hard to
restore the translations of the string.
---
 src/org.gnome.Terminal.gschema.xml | 10 +
 src/profile-editor.c   | 11 +
 src/profile-preferences.ui | 92 ++
 src/terminal-schemas.h |  3 ++
 src/terminal-screen.c  | 22 -
 src/terminal-window.c  |  7 +++
 6 files changed, 144 insertions(+), 1 deletion(-)

diff --git a/src/org.gnome.Terminal.gschema.xml 
b/src/org.gnome.Terminal.gschema.xml
index 0f8433f..104e662 100644
--- a/src/org.gnome.Terminal.gschema.xml
+++ b/src/org.gnome.Terminal.gschema.xml
@@ -333,6 +333,16 @@
   default'narrow'/default
   summaryWhether ambiguous-width characters are narrow or wide when 
using UTF-8 encoding/summary
 /key
+key name=use-transparent-background type=b
+  defaultfalse/default
+  summaryWhether to use a transparent background/summary
+/key
+key name=background-transparency-percent type=i
+  default50/default
+  range min=0 max=100/
+  summaryAdjust the amount of transparency/summary
+  descriptionA value between 0 and 100, where 0 is opaque and 100 is 
fully transparent./description
+/key
   /schema
 
   !-- Keybinding settings --
diff --git a/src/profile-editor.c b/src/profile-editor.c
index 3e8ccaf..f09b6bc 100644
--- a/src/profile-editor.c
+++ b/src/profile-editor.c
@@ -1106,7 +1106,18 @@ terminal_profile_edit (GSettings  *profile,
active-id,
G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
 
+  g_settings_bind (profile, TERMINAL_PROFILE_USE_TRANSPARENT_BACKGROUND,
+   gtk_builder_get_object (builder, 
use-transparent-background),
+   active, G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+  g_settings_bind (profile, TERMINAL_PROFILE_USE_TRANSPARENT_BACKGROUND,
+   gtk_builder_get_object (builder, 
background-transparent-scale-box),
+   sensitive, G_SETTINGS_BIND_GET | 
G_SETTINGS_BIND_NO_SENSITIVITY);
+  g_settings_bind (profile, TERMINAL_PROFILE_BACKGROUND_TRANSPARENCY_PERCENT,
+   gtk_builder_get_object (builder, 
background-transparent-adjustment),
+   value, G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+
   /* Finished! */
+
   terminal_util_bind_mnemonic_label_sensitivity (editor);
 
   terminal_util_dialog_focus_widget (editor, widget_name);
diff --git a/src/profile-preferences.ui b/src/profile-preferences.ui
index eb2fa26..7f8a471 100644
--- a/src/profile-preferences.ui
+++ b/src/profile-preferences.ui
@@ -23,6 +23,11 @@
 property name=step_increment1/property
 property name=page_increment100/property
   /object
+  object class=GtkAdjustment id=background-transparent-adjustment
+property name=upper100/property
+property name=step_increment1/property
+property name=page_increment10/property
+  /object
   object class=GtkListStore id=model1
 columns
   !-- column-name gchararray --
@@ -1045,6 +1050,93 @@
 property name=position1/property
   /packing
 /child
+child
+  object class=GtkBox 
id=use-transparent-background-box
+property name=visibleTrue/property
+property name=can_focusFalse/property
+property 
name=orientationhorizontal/property
+property 

[gentoo-commits] gentoo-x86 commit in x11-terms/gnome-terminal: gnome-terminal-3.16.2-r2.ebuild ChangeLog

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 09:43:38

  Modified: ChangeLog
  Added:gnome-terminal-3.16.2-r2.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.300x11-terms/gnome-terminal/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/ChangeLog?rev=1.300view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/ChangeLog?rev=1.300content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/ChangeLog?r1=1.299r2=1.300

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -r1.299 -r1.300
--- ChangeLog   19 May 2015 14:10:09 -  1.299
+++ ChangeLog   9 Jun 2015 09:43:38 -   1.300
@@ -1,6 +1,14 @@
 # ChangeLog for x11-terms/gnome-terminal
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.299 
2015/05/19 14:10:09 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.300 
2015/06/09 09:43:38 eva Exp $
+
+*gnome-terminal-3.16.2-r2 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +gnome-terminal-3.16.2-r2.ebuild,
+  +files/gnome-terminal-3.16.2-restore-dark.patch,
+  +files/gnome-terminal-3.16.2-restore-transparency.patch:
+  Version bump for Gnome 3.16.
 
   19 May 2015; Alexandre Rostovtsev tetrom...@gentoo.org
   gnome-terminal-3.14.2-r2.ebuild, gnome-terminal-3.14.3.ebuild:



1.1  x11-terms/gnome-terminal/gnome-terminal-3.16.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.16.2-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.16.2-r2.ebuild?rev=1.1content-type=text/plain

Index: gnome-terminal-3.16.2-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.16.2-r2.ebuild,v
 1.1 2015/06/09 09:43:38 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes

inherit eutils gnome2 readme.gentoo

DESCRIPTION=The Gnome Terminal
HOMEPAGE=https://wiki.gnome.org/Apps/Terminal/;

LICENSE=GPL-3+
SLOT=0
IUSE=debug +gnome-shell +nautilus vanilla
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux

# FIXME: automagic dependency on gtk+[X]
RDEPEND=
=dev-libs/glib-2.40:2[dbus]
=x11-libs/gtk+-3.10:3[X]
=x11-libs/vte-0.40.2:2.91
=gnome-base/dconf-0.14
=gnome-base/gsettings-desktop-schemas-0.1.0
sys-apps/util-linux
x11-libs/libSM
x11-libs/libICE
gnome-shell? ( gnome-base/gnome-shell )
nautilus? ( =gnome-base/nautilus-3 )

# itstool required for help/* with non-en LINGUAS, see bug #549358
# xmllint required for glib-compile-resources, see bug #549304
DEPEND=${RDEPEND}
app-text/yelp-tools
dev-libs/libxml2
dev-util/gdbus-codegen
dev-util/itstool
=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig


DOC_CONTENTS=To get previous working directory inherited in new opened
tab you will need to add the following line to your ~/.bashrc:\n
. /etc/profile.d/vte.sh

src_prepare() {
gnome2_src_prepare
if ! use vanilla; then
# Fedora patch, 
https://bugzilla.gnome.org/show_bug.cgi?id=695371
epatch ${FILESDIR}/${PN}-3.16.2-restore-transparency.patch
# Fedora patch, 
https://bugzilla.gnome.org/show_bug.cgi?id=721932
epatch ${FILESDIR}/${PN}-3.16.2-restore-dark.patch
fi
}

src_configure() {
gnome2_src_configure \
--disable-static \
--disable-migration \
$(use_enable debug) \
$(use_enable gnome-shell search-provider) \
$(use_with nautilus nautilus-extension) \
VALAC=$(type -P true)
}

src_install() {
DOCS=AUTHORS ChangeLog HACKING NEWS
gnome2_src_install
readme.gentoo_create_doc
}

pkg_postinst() {
gnome2_pkg_postinst
readme.gentoo_print_elog
}






[gentoo-commits] gentoo-x86 commit in net-libs/glib-networking: ChangeLog glib-networking-2.44.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 09:50:12

  Modified: ChangeLog
  Added:glib-networking-2.44.0.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.103net-libs/glib-networking/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?rev=1.103view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?rev=1.103content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?r1=1.102r2=1.103

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   7 Jun 2015 10:43:21 -   1.102
+++ ChangeLog   9 Jun 2015 09:50:11 -   1.103
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/glib-networking
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.102 
2015/06/07 10:43:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.103 
2015/06/09 09:50:11 eva Exp $
+
+*glib-networking-2.44.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +glib-networking-2.44.0.ebuild:
+  Version bump for Gnome 3.16.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org glib-networking-2.42.1.ebuild:
   arm stable, bug #534012



1.1  net-libs/glib-networking/glib-networking-2.44.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.44.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.44.0.ebuild?rev=1.1content-type=text/plain

Index: glib-networking-2.44.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.44.0.ebuild,v
 1.1 2015/06/09 09:50:11 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes

inherit autotools eutils gnome2 multilib-minimal virtualx

DESCRIPTION=Network-related giomodules for glib
HOMEPAGE=http://git.gnome.org/browse/glib-networking/;

LICENSE=LGPL-2+
SLOT=0
IUSE=+gnome +libproxy smartcard +ssl test
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris

RDEPEND=
=dev-libs/glib-2.39.1:2[${MULTILIB_USEDEP}]
gnome? ( gnome-base/gsettings-desktop-schemas )
libproxy? ( =net-libs/libproxy-0.4.11-r1:=[${MULTILIB_USEDEP}] )
smartcard? (
=app-crypt/p11-kit-0.18.4[${MULTILIB_USEDEP}]
=net-libs/gnutls-3:=[pkcs11,${MULTILIB_USEDEP}] )
ssl? (
app-misc/ca-certificates
=net-libs/gnutls-3:=[${MULTILIB_USEDEP}] )

DEPEND=${RDEPEND}
=dev-util/intltool-0.35.0
sys-devel/gettext
=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
test? ( sys-apps/dbus[X] )

# eautoreconf needs =sys-devel/autoconf-2.65:2.5

src_prepare() {
# Fix test build failure with USE=-smartcard
epatch ${FILESDIR}/${PN}-2.40.1-unittests.patch

eautoreconf
gnome2_src_prepare
}

multilib_src_configure() {
ECONF_SOURCE=${S} \
gnome2_src_configure \
--disable-static \

--with-ca-certificates=${EPREFIX}/etc/ssl/certs/ca-certificates.crt \
$(use_with gnome gnome-proxy) \
$(use_with libproxy) \
$(use_with smartcard pkcs11) \
$(use_with ssl gnutls)
}

multilib_src_test() {
# non-native tests fail if glib-networking is already installed.
# have no idea what's wrong. would appreciate some help.
multilib_is_native_abi || return 0

Xemake check
}

multilib_src_install() {
gnome2_src_install
}






[gentoo-commits] gentoo-x86 commit in app-arch/file-roller: ChangeLog file-roller-3.16.2.ebuild file-roller-3.12.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 09:57:41

  Modified: ChangeLog
  Added:file-roller-3.16.2.ebuild
  Removed:  file-roller-3.12.2.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.346app-arch/file-roller/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/file-roller/ChangeLog?rev=1.346view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/file-roller/ChangeLog?rev=1.346content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/file-roller/ChangeLog?r1=1.345r2=1.346

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v
retrieving revision 1.345
retrieving revision 1.346
diff -u -r1.345 -r1.346
--- ChangeLog   15 Mar 2015 13:14:10 -  1.345
+++ ChangeLog   9 Jun 2015 09:57:41 -   1.346
@@ -1,6 +1,12 @@
 # ChangeLog for app-arch/file-roller
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.345 
2015/03/15 13:14:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.346 
2015/06/09 09:57:41 eva Exp $
+
+*file-roller-3.16.2 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -file-roller-3.12.2.ebuild, +file-roller-3.16.2.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org file-roller-3.14.2.ebuild:
   x86 stable, bug 534012



1.1  app-arch/file-roller/file-roller-3.16.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/file-roller/file-roller-3.16.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/file-roller/file-roller-3.16.2.ebuild?rev=1.1content-type=text/plain

Index: file-roller-3.16.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-3.16.2.ebuild,v 1.1 
2015/06/09 09:57:41 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes

inherit eutils gnome2 readme.gentoo

DESCRIPTION=Archive manager for GNOME
HOMEPAGE=http://fileroller.sourceforge.net/ 
https://wiki.gnome.org/Apps/FileRoller;

LICENSE=GPL-2+ CC-BY-SA-3.0
SLOT=0
IUSE=nautilus packagekit
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux

# gdk-pixbuf used extensively in the source
# cairo used in eggtreemultidnd.c
# pango used in fr-window
RDEPEND=
=app-arch/libarchive-3:=
=dev-libs/glib-2.36:2
=dev-libs/json-glib-0.14
=x11-libs/gtk+-3.13.2:3
=x11-libs/libnotify-0.4.3:=
sys-apps/file
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/pango
nautilus? ( =gnome-base/nautilus-3 )
packagekit? ( app-admin/packagekit-base )

DEPEND=${RDEPEND}
dev-util/desktop-file-utils
=dev-util/intltool-0.40.0
sys-devel/gettext
virtual/pkgconfig

# eautoreconf needs:
#   gnome-base/gnome-common

DISABLE_AUTOFORMATTING=yes
DOC_CONTENTS=
${PN} is a frontend for several archiving utilities. If you want a
particular archive format support, see ${HOMEPAGE}
and install the relevant package. For example:
7-zip   - app-arch/p7zip
ace - app-arch/unace
arj - app-arch/arj
cpio- app-arch/cpio
deb - app-arch/dpkg
iso - app-cdr/cdrtools
jar,zip - app-arch/zip and app-arch/unzip
lha - app-arch/lha
lzop- app-arch/lzop
rar - app-arch/unrar or app-arch/unar
rpm - app-arch/rpm
unstuff - app-arch/stuffit
zoo - app-arch/zoo

src_prepare() {
# Use absolute path to GNU tar since star doesn't have the same
# options. On Gentoo, star is /usr/bin/tar, GNU tar is /bin/tar
epatch ${FILESDIR}/${PN}-2.10.3-use_bin_tar.patch

# File providing Gentoo package names for various archivers
cp -f ${FILESDIR}/3.6.0-packages.match data/packages.match || die

gnome2_src_prepare
}

src_configure() {
DOCS=AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* TODO
# --disable-debug because enabling it adds -O0 to CFLAGS
gnome2_src_configure \
--disable-run-in-place \
--disable-static \
--disable-debug \
--enable-magic \
--enable-libarchive \
$(use_enable nautilus nautilus-actions) \
$(use_enable packagekit) \
ITSTOOL=$(type -P true)
}

src_install() {
gnome2_src_install
readme.gentoo_create_doc
}

pkg_postinst() {
gnome2_pkg_postinst

[gentoo-commits] gentoo-x86 commit in app-editors/gedit-plugins: gedit-plugins-3.16.0.ebuild ChangeLog

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:06:51

  Modified: ChangeLog
  Added:gedit-plugins-3.16.0.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.60 app-editors/gedit-plugins/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.60view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.60content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?r1=1.59r2=1.60

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   12 May 2015 18:58:57 -  1.59
+++ ChangeLog   9 Jun 2015 10:06:51 -   1.60
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/gedit-plugins
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.59 
2015/05/12 18:58:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.60 
2015/06/09 10:06:51 eva Exp $
+
+*gedit-plugins-3.16.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +gedit-plugins-3.16.0.ebuild:
+  Version bump for Gnome 3.16.
 
   12 May 2015; Pacho Ramos pa...@gentoo.org -gedit-plugins-3.12.1-r1.ebuild,
   -gedit-plugins-3.12.1.ebuild:



1.1  app-editors/gedit-plugins/gedit-plugins-3.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.16.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.16.0.ebuild?rev=1.1content-type=text/plain

Index: gedit-plugins-3.16.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.16.0.ebuild,v 
1.1 2015/06/09 10:06:51 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes # plugins are dlopened
PYTHON_COMPAT=( python3_{3,4} )
PYTHON_REQ_USE=xml

inherit eutils gnome2 multilib python-r1

DESCRIPTION=Official plugins for gedit
HOMEPAGE=https://wiki.gnome.org/Apps/Gedit/ShippedPlugins;

LICENSE=GPL-2+
KEYWORDS=~amd64 ~x86
SLOT=0

IUSE_plugins=charmap git terminal zeitgeist
IUSE=+python ${IUSE_plugins}
# python-single-r1 would request disabling PYTHON_TARGETS on libpeas
REQUIRED_USE=
charmap? ( python )
git? ( python )
python? ( ^^ ( $(python_gen_useflags '*') ) )
terminal? ( python )
zeitgeist? ( python )


RDEPEND=
=app-editors/gedit-3.16[python?]
=dev-libs/glib-2.32:2
=dev-libs/libpeas-1.7.0[gtk,python?]
=x11-libs/gtk+-3.9:3
=x11-libs/gtksourceview-3.14:3.0
python? (
${PYTHON_DEPS}
=app-editors/gedit-3.16[introspection,${PYTHON_USEDEP}]
dev-libs/libpeas[${PYTHON_USEDEP}]
=dev-python/dbus-python-0.82[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
=x11-libs/gtk+-3.9:3[introspection]
=x11-libs/gtksourceview-3.14:3.0[introspection]
x11-libs/pango[introspection]
x11-libs/gdk-pixbuf:2[introspection]
)
charmap? ( =gnome-extra/gucharmap-3:2.90[introspection] )
git? ( =dev-libs/libgit2-glib-0.0.6 )
terminal? ( x11-libs/vte:2.91[introspection] )
zeitgeist? ( =gnome-extra/zeitgeist-0.9.12[introspection] )

DEPEND=${RDEPEND}
=dev-util/intltool-0.40.0
sys-devel/gettext
virtual/pkgconfig


pkg_setup() {
use python  [[ ${MERGE_TYPE} != binary ]]  python_setup
}

src_configure() {
gnome2_src_configure \
$(use_enable python) \
$(use_enable zeitgeist) \
ITSTOOL=$(type -P true)
}

src_install() {
gnome2_src_install

# FIXME: crazy !!!
if use python; then
find ${ED}/usr/share/gedit -name *.py* -delete || die
find ${ED}/usr/share/gedit -type d -empty -delete || die
fi

# FIXME: upstream made this automagic...
clean_plugin charmap
clean_plugin git
clean_plugin terminal
}

clean_plugin() {
if use !${1} ; then
rm -rf ${ED}/usr/share/gedit/plugins/${1}*
rm -rf ${ED}/usr/$(get_libdir)/gedit/plugins/${1}*
fi
}






[gentoo-commits] gentoo-x86 commit in app-editors/gedit: ChangeLog gedit-3.16.2.ebuild gedit-3.12.2-r1.ebuild gedit-3.14.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:06:36

  Modified: ChangeLog
  Added:gedit-3.16.2.ebuild
  Removed:  gedit-3.12.2-r1.ebuild gedit-3.14.2.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revisions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.383app-editors/gedit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.383view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.383content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?r1=1.382r2=1.383

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v
retrieving revision 1.382
retrieving revision 1.383
diff -u -r1.382 -r1.383
--- ChangeLog   15 Mar 2015 13:14:49 -  1.382
+++ ChangeLog   9 Jun 2015 10:06:36 -   1.383
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/gedit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.382 
2015/03/15 13:14:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.383 
2015/06/09 10:06:36 eva Exp $
+
+*gedit-3.16.2 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org -gedit-3.12.2-r1.ebuild,
+  -gedit-3.14.2.ebuild, +gedit-3.16.2.ebuild:
+  Version bump for Gnome 3.16. Clean up old revisions.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org gedit-3.14.3.ebuild:
   x86 stable, bug 534012



1.1  app-editors/gedit/gedit-3.16.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-3.16.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-3.16.2.ebuild?rev=1.1content-type=text/plain

Index: gedit-3.16.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-3.16.2.ebuild,v 1.1 
2015/06/09 10:06:36 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes # plugins are dlopened
PYTHON_COMPAT=( python3_{3,4} )
VALA_MIN_API_VERSION=0.26
VALA_USE_DEPEND=vapigen

inherit eutils gnome2 multilib python-r1 vala virtualx

DESCRIPTION=A text editor for the GNOME desktop
HOMEPAGE=https://wiki.gnome.org/Apps/Gedit;

LICENSE=GPL-2+ CC-BY-SA-3.0
SLOT=0

IUSE=+introspection +python spell vala
# python-single-r1 would request disabling PYTHON_TARGETS on libpeas
# we need to fix that
REQUIRED_USE=
python? ( introspection )
python? ( ^^ ( $(python_gen_useflags '*') ) )


KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux

# X libs are not needed for OSX (aqua)
COMMON_DEPEND=
=dev-libs/libxml2-2.5.0:2
=dev-libs/glib-2.40:2[dbus]
=x11-libs/gtk+-3.16:3[introspection?]
=x11-libs/gtksourceview-3.16:3.0[introspection?]
=dev-libs/libpeas-1.7.0[gtk]

gnome-base/gsettings-desktop-schemas
gnome-base/gvfs

x11-libs/libX11

net-libs/libsoup:2.4

introspection? ( =dev-libs/gobject-introspection-0.9.3 )
python? (
${PYTHON_DEPS}
dev-python/pycairo[${PYTHON_USEDEP}]
=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}]
dev-libs/libpeas[${PYTHON_USEDEP}] )
spell? (
=app-text/enchant-1.2:=
=app-text/iso-codes-0.35 )

RDEPEND=${COMMON_DEPEND}
x11-themes/gnome-icon-theme-symbolic

DEPEND=${COMMON_DEPEND}
${vala_depend}
app-text/docbook-xml-dtd:4.1.2
=app-text/scrollkeeper-0.3.11
dev-libs/libxml2:2
=dev-util/gtk-doc-am-1
=dev-util/intltool-0.50.1
=sys-devel/gettext-0.18
virtual/pkgconfig

# yelp-tools, gnome-common needed to eautoreconf

pkg_setup() {
use python  [[ ${MERGE_TYPE} != binary ]]  python_setup
}

src_prepare() {
vala_src_prepare
gnome2_src_prepare
}

src_configure() {
DOCS=AUTHORS BUGS ChangeLog MAINTAINERS NEWS README

gnome2_src_configure \
--disable-deprecations \
--enable-updater \
--enable-gvfs-metadata \
$(use_enable introspection) \
$(use_enable spell) \
$(use_enable python) \
$(use_enable vala) \
ITSTOOL=$(type -P true)
}

src_test() {
# FIXME: this should be handled at eclass level
${EROOT}${GLIB_COMPILE_SCHEMAS} --allow-any-name ${S}/data || die

unset DBUS_SESSION_BUS_ADDRESS

[gentoo-commits] gentoo-x86 commit in app-editors/gedit: metadata.xml ChangeLog

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:11:03

  Modified: metadata.xml ChangeLog
  Log:
  Clean up unused description.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.5  app-editors/gedit/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/metadata.xml?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/metadata.xml?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/metadata.xml?r1=1.4r2=1.5

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml16 Dec 2012 21:27:28 -  1.4
+++ metadata.xml9 Jun 2015 10:11:03 -   1.5
@@ -1,8 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdgnome/herd
-   use
-   flag name=zeitgeistBuild the plugin to inject events to 
pkggnome-extra/zeitgeist/pkg/flag
-   /use
+herdgnome/herd
 /pkgmetadata



1.384app-editors/gedit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.384view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.384content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?r1=1.383r2=1.384

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -r1.383 -r1.384
--- ChangeLog   9 Jun 2015 10:06:36 -   1.383
+++ ChangeLog   9 Jun 2015 10:11:03 -   1.384
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/gedit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.383 
2015/06/09 10:06:36 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.384 
2015/06/09 10:11:03 eva Exp $
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org metadata.xml:
+  Clean up unused description.
 
 *gedit-3.16.2 (09 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-3.16.1.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:10:06

  Modified: ChangeLog
  Added:gtksourceview-3.16.1.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.289x11-libs/gtksourceview/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.289view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.289content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.288r2=1.289

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -r1.288 -r1.289
--- ChangeLog   7 Jun 2015 10:45:34 -   1.288
+++ ChangeLog   9 Jun 2015 10:10:06 -   1.289
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.288 
2015/06/07 10:45:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.289 
2015/06/09 10:10:06 eva Exp $
+
+*gtksourceview-3.16.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +gtksourceview-3.16.1.ebuild:
+  Version bump for Gnome 3.16.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org gtksourceview-3.14.3.ebuild:
   arm stable, bug #534012



1.1  x11-libs/gtksourceview/gtksourceview-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: gtksourceview-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.16.1.ebuild,v 
1.1 2015/06/09 10:10:06 eva Exp $

EAPI=5
GCONF_DEBUG=no
VALA_MIN_API_VERSION=0.24
VALA_USE_DEPEND=vapigen

inherit gnome2 vala virtualx

DESCRIPTION=A text widget implementing syntax highlighting and other features
HOMEPAGE=https://wiki.gnome.org/Projects/GtkSourceView;

LICENSE=GPL-2+ LGPL-2.1+
SLOT=3.0/3
IUSE=glade +introspection vala
REQUIRED_USE=vala? ( introspection )
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris

# Note: has native OSX support, prefix teams, attack!
RDEPEND=
=dev-libs/glib-2.44:2
=dev-libs/libxml2-2.6:2
=x11-libs/gtk+-3.16:3[introspection?]
glade? ( =dev-util/glade-3.9:3.10 )
introspection? ( =dev-libs/gobject-introspection-1.42 )

DEPEND=${RDEPEND}
=dev-util/gtk-doc-am-1.18
=dev-util/intltool-0.50
=sys-devel/gettext-0.17
virtual/pkgconfig
vala? ( $(vala_depend) )


src_prepare() {
use vala  vala_src_prepare
gnome2_src_prepare
}

src_configure() {
gnome2_src_configure \
--disable-deprecations \
--enable-providers \
$(use_enable glade glade-catalog) \
$(use_enable introspection) \
$(use_enable vala)
}

src_test() {
Xemake check
}

src_install() {
DOCS=AUTHORS HACKING MAINTAINERS NEWS README
gnome2_src_install

insinto /usr/share/${PN}-3.0/language-specs
doins ${FILESDIR}/2.0/gentoo.lang
}






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog vala.eclass

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:18:38

  Modified: ChangeLog vala.eclass
  Log:
  Add support for newer vala slot

Revision  ChangesPath
1.1645   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1645view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1645content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1644r2=1.1645

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1644
retrieving revision 1.1645
diff -u -r1.1644 -r1.1645
--- ChangeLog   8 Jun 2015 12:27:32 -   1.1644
+++ ChangeLog   9 Jun 2015 10:18:38 -   1.1645
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1644 2015/06/08 
12:27:32 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1645 2015/06/09 
10:18:38 eva Exp $
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org gnome2.eclass,
+  vala.eclass:
+  Add support for newer vala slot.
 
   08 Jun 2015; Manuel Rüger mr...@gentoo.org kde5-functions.eclass:
   Sync with kde overlay. Raise minimal Plasma version and minimal KDE



1.12 eclass/vala.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vala.eclass?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vala.eclass?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vala.eclass?r1=1.11r2=1.12

Index: vala.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/vala.eclass,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vala.eclass 21 Dec 2014 12:25:49 -  1.11
+++ vala.eclass 9 Jun 2015 10:18:38 -   1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vala.eclass,v 1.11 2014/12/21 
12:25:49 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vala.eclass,v 1.12 2015/06/09 
10:18:38 eva Exp $
 
 # @ECLASS: vala.eclass
 # @MAINTAINER:
@@ -31,8 +31,8 @@
 
 # @ECLASS-VARIABLE: VALA_MAX_API_VERSION
 # @DESCRIPTION:
-# Maximum vala API version (e.g. 0.26).
-VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.26}
+# Maximum vala API version (e.g. 0.28).
+VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.28}
 
 # @ECLASS-VARIABLE: VALA_USE_DEPEND
 # @DEFAULT_UNSET






[gentoo-commits] gentoo-x86 commit in net-misc/rygel: ChangeLog rygel-0.26.1.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:33:42

  Modified: ChangeLog
  Added:rygel-0.26.1.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.66 net-misc/rygel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/ChangeLog?rev=1.66view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/ChangeLog?rev=1.66content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/ChangeLog?r1=1.65r2=1.66

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   17 May 2015 09:33:49 -  1.65
+++ ChangeLog   9 Jun 2015 10:33:42 -   1.66
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/rygel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.65 2015/05/17 
09:33:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.66 2015/06/09 
10:33:42 eva Exp $
+
+*rygel-0.26.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +rygel-0.26.1.ebuild:
+  Version bump for Gnome 3.16.
 
 *rygel-0.24.4 (17 May 2015)
 



1.1  net-misc/rygel/rygel-0.26.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/rygel-0.26.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/rygel-0.26.1.ebuild?rev=1.1content-type=text/plain

Index: rygel-0.26.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.26.1.ebuild,v 1.1 
2015/06/09 10:33:42 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes

inherit gnome2 virtualx

DESCRIPTION=Rygel is an open source UPnP/DLNA MediaServer
HOMEPAGE=https://wiki.gnome.org/Projects/Rygel;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=X +introspection +sqlite tracker test transcode

# The deps for tracker? and transcode? are just the earliest available
# version at the time of writing this ebuild
RDEPEND=
=dev-libs/glib-2.34:2
=dev-libs/libgee-0.8:0.8
=dev-libs/libxml2-2.7:2
=media-libs/gupnp-dlna-0.9.4:2.0
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
=media-libs/libmediaart-0.7:2.0
media-plugins/gst-plugins-soup:1.0
=net-libs/gssdp-0.13
=net-libs/gupnp-0.19
=net-libs/gupnp-av-0.12.4
=net-libs/libsoup-2.44:2.4
=sys-apps/util-linux-2.20
x11-misc/shared-mime-info
introspection? ( =dev-libs/gobject-introspection-1.33.4 )
sqlite? (
=dev-db/sqlite-3.5:3
dev-libs/libunistring
)
tracker? ( =app-misc/tracker-0.16:= )
transcode? (
media-libs/gst-plugins-bad:1.0
media-plugins/gst-plugins-twolame:1.0
media-plugins/gst-plugins-libav:1.0
)
X? ( =x11-libs/gtk+-3:3 )

DEPEND=${RDEPEND}
dev-util/gtk-doc-am
=dev-util/intltool-0.40
sys-devel/gettext
virtual/pkgconfig

# Maintainer only
#   =dev-lang/vala-0.22
#   dev-libs/libxslt

src_configure() {
# We defined xsltproc because man pages are provided by upstream
# and we do not want to regenerate them automagically.
gnome2_src_configure \
XSLTPROC=$(type -P false) \
--enable-gst-launch-plugin \
--enable-mediathek-plugin \
--with-media-engine=gstreamer \
--enable-nls \
$(use_enable introspection) \
$(use_enable sqlite media-export-plugin) \
$(use_enable test tests) \
$(use_enable tracker tracker-plugin) \
$(use_with X ui)
}

src_install() {
gnome2_src_install
# Autostart file is not placed correctly, bug #402745
insinto /etc/xdg/autostart
doins ${D}/usr/share/applications/rygel.desktop
rm ${D}/usr/share/applications/rygel.desktop
}






[gentoo-commits] gentoo-x86 commit in dev-libs/libgdata: ChangeLog libgdata-0.17.1.ebuild libgdata-0.14.3.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:45:07

  Modified: ChangeLog
  Added:libgdata-0.17.1.ebuild
  Removed:  libgdata-0.14.3.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.87 dev-libs/libgdata/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgdata/ChangeLog?rev=1.87view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgdata/ChangeLog?rev=1.87content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgdata/ChangeLog?r1=1.86r2=1.87

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgdata/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   19 Dec 2014 13:35:30 -  1.86
+++ ChangeLog   9 Jun 2015 10:45:07 -   1.87
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libgdata
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgdata/ChangeLog,v 1.86 
2014/12/19 13:35:30 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgdata/ChangeLog,v 1.87 
2015/06/09 10:45:07 eva Exp $
+
+*libgdata-0.17.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org -libgdata-0.14.3.ebuild,
+  +libgdata-0.17.1.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   19 Dec 2014; Pacho Ramos pa...@gentoo.org libgdata-0.16.1.ebuild:
   amd64 stable, bug 529964



1.1  dev-libs/libgdata/libgdata-0.17.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgdata/libgdata-0.17.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgdata/libgdata-0.17.1.ebuild?rev=1.1content-type=text/plain

Index: libgdata-0.17.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgdata/libgdata-0.17.1.ebuild,v 
1.1 2015/06/09 10:45:07 eva Exp $

EAPI=5
GCONF_DEBUG=yes
VALA_MIN_API_VERSION=0.20
VALA_USE_DEPEND=vapigen

inherit gnome2 vala

DESCRIPTION=GLib-based library for accessing online service APIs using the 
GData protocol
HOMEPAGE=https://wiki.gnome.org/Projects/libgdata;

LICENSE=LGPL-2.1+
SLOT=0/22 # subslot = libgdata soname version
IUSE=gnome +introspection static-libs test vala
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
REQUIRED_IUSE=vala? ( introspection )

# gtk+ is needed for gdk
# configure checks for gtk:3, but only uses it for demos which are not installed
RDEPEND=
=dev-libs/glib-2.32:2
=dev-libs/json-glib-0.15
=dev-libs/libxml2-2:2
=net-libs/liboauth-0.9.4
=net-libs/libsoup-2.42.0:2.4[introspection?]
=x11-libs/gdk-pixbuf-2.14:2
gnome? (
app-crypt/gcr:=
=net-libs/gnome-online-accounts-3.8 )
introspection? ( =dev-libs/gobject-introspection-0.9.7 )

DEPEND=${RDEPEND}
=dev-util/gtk-doc-am-1.14
=dev-util/intltool-0.40
=gnome-base/gnome-common-3.6
virtual/pkgconfig
test? ( net-libs/uhttpmock )
vala? ( $(vala_depend) )


src_prepare() {
vala_src_prepare
gnome2_src_prepare
}

src_configure() {
DOCS=AUTHORS ChangeLog HACKING NEWS README
gnome2_src_configure \
$(use_enable gnome) \
$(use_enable gnome goa) \
$(use_enable introspection) \
$(use_enable vala) \
$(use_enable static-libs static) \
$(use_enable test tests)
}

src_test() {
unset ORBIT_SOCKETDIR
unset DBUS_SESSION_BUS_ADDRESS
export GSETTINGS_BACKEND=memory #486412
dbus-launch emake check
}






[gentoo-commits] gentoo-x86 commit in profiles/arch/ia64: ChangeLog package.use.mask

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 11:01:05

  Modified: ChangeLog package.use.mask
  Log:
  Add dev-libs/libpeas USE mask, bug #551540

Revision  ChangesPath
1.231profiles/arch/ia64/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/ChangeLog?rev=1.231view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/ChangeLog?rev=1.231content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/ChangeLog?r1=1.230r2=1.231

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/ia64/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog   24 May 2015 04:32:45 -  1.230
+++ ChangeLog   9 Jun 2015 11:01:05 -   1.231
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/ia64 profile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/ChangeLog,v 1.230 
2015/05/24 04:32:45 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/ChangeLog,v 1.231 
2015/06/09 11:01:05 eva Exp $
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org package.use.mask:
+  Add dev-libs/libpeas USE mask, bug #551540.
 
   24 May 2015; Matt Turner matts...@gentoo.org package.use.mask:
   Drop dead r600-llvm-compiler USE flag from package.use.mask.



1.168profiles/arch/ia64/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/package.use.mask?rev=1.168view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/package.use.mask?rev=1.168content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/package.use.mask?r1=1.167r2=1.168

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- package.use.mask24 May 2015 04:32:45 -  1.167
+++ package.use.mask9 Jun 2015 11:01:05 -   1.168
@@ -1,6 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.167 
2015/05/24 04:32:45 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.168 
2015/06/09 11:01:05 eva Exp $
+
+# Gilles Dartiguelongue e...@gentoo.org (09 Jun 2015)
+# dev-lang/luajit and dev-lua/lgi and lack ia64 keyword, bug #551540
+dev-libs/libpeas lua jit
 
 # James Le Cuirot ch...@gentoo.org (20 May 2015)
 # Temporarily mask rdeps of icedtea-web to deal with bug #549134 until






[gentoo-commits] gentoo-x86 commit in profiles/arch/sparc: ChangeLog package.use.mask

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 11:01:34

  Modified: ChangeLog package.use.mask
  Log:
  Add dev-libs/libpeas USE mask, bug #551540

Revision  ChangesPath
1.251profiles/arch/sparc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/ChangeLog?rev=1.251view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/ChangeLog?rev=1.251content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/ChangeLog?r1=1.250r2=1.251

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- ChangeLog   24 May 2015 04:34:52 -  1.250
+++ ChangeLog   9 Jun 2015 11:01:34 -   1.251
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/sparc profile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v 1.250 
2015/05/24 04:34:52 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v 1.251 
2015/06/09 11:01:34 eva Exp $
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org package.use.mask:
+  Add dev-libs/libpeas USE mask, bug #551540.
 
   24 May 2015; Matt Turner matts...@gentoo.org package.use.mask:
   Drop dead r600-llvm-compiler USE flag from package.use.mask.



1.195profiles/arch/sparc/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?rev=1.195view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?rev=1.195content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?r1=1.194r2=1.195

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- package.use.mask24 May 2015 04:34:52 -  1.194
+++ package.use.mask9 Jun 2015 11:01:34 -   1.195
@@ -1,6 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 
1.194 2015/05/24 04:34:52 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 
1.195 2015/06/09 11:01:34 eva Exp $
+
+# Gilles Dartiguelongue e...@gentoo.org (09 Jun 2015)
+# dev-lang/luajit and dev-lua/lgi and lack alpha keyword, bug #551540
+dev-libs/libpeas lua jit
 
 # Ben de Groot yng...@gentoo.org (03 May 2015)
 # media-libs/rubberband lacks sparc keyword, bug #548446






[gentoo-commits] gentoo-x86 commit in net-misc/vinagre: ChangeLog vinagre-3.16.1.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:32:26

  Modified: ChangeLog
  Added:vinagre-3.16.1.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.117net-misc/vinagre/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/ChangeLog?rev=1.117view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/ChangeLog?rev=1.117content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/ChangeLog?r1=1.116r2=1.117

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog   16 May 2015 12:16:25 -  1.116
+++ ChangeLog   9 Jun 2015 10:32:26 -   1.117
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/vinagre
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.116 
2015/05/16 12:16:25 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/ChangeLog,v 1.117 
2015/06/09 10:32:26 eva Exp $
+
+*vinagre-3.16.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +vinagre-3.16.1.ebuild,
+  +files/vinagre-3.16.1-freerdp.patch:
+  Version bump for Gnome 3.16.
 
 *vinagre-3.14.3-r1 (16 May 2015)
 



1.1  net-misc/vinagre/vinagre-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/vinagre-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/vinagre-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: vinagre-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-3.16.1.ebuild,v 1.1 
2015/06/09 10:32:26 eva Exp $

EAPI=5
GCONF_DEBUG=no
VALA_MIN_API_VERSION=0.18

inherit gnome2 linux-info vala

DESCRIPTION=VNC client for the GNOME desktop
HOMEPAGE=https://wiki.gnome.org/Apps/Vinagre;

LICENSE=GPL-3+
SLOT=0
KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86
IUSE=rdp +ssh spice +telepathy zeroconf

# cairo used in vinagre-tab
# gdk-pixbuf used all over the place
RDEPEND=
=dev-libs/glib-2.28.0:2
=x11-libs/gtk+-3.9.6:3
app-crypt/libsecret
=dev-libs/libxml2-2.6.31:2
=net-libs/gtk-vnc-0.4.3[gtk3]
x11-libs/cairo:=
x11-libs/gdk-pixbuf:2
x11-themes/hicolor-icon-theme

rdp? ( net-misc/freerdp )
ssh? ( =x11-libs/vte-0.20:2.91 )
spice? (
app-emulation/spice-protocol
=net-misc/spice-gtk-0.5[gtk3] )
telepathy? (
dev-libs/dbus-glib
=net-libs/telepathy-glib-0.11.6 )
zeroconf? ( =net-dns/avahi-0.6.26[dbus,gtk3] )

DEPEND=${RDEPEND}
=dev-lang/perl-5
dev-libs/appstream-glib
=dev-util/intltool-0.50
=sys-devel/gettext-0.17
virtual/pkgconfig
$(vala_depend)


pkg_pretend() {
# Needed for VNC ssh tunnel, bug #518574
CONFIG_CHECK=~IPV6
check_extra_config
}

src_prepare() {
# Fix RDP initialization with recent FreeRDP (from 'master')
epatch ${FILESDIR}/${PN}-3.16.1-freerdp.patch

vala_src_prepare
gnome2_src_prepare
}

src_configure() {
DOCS=AUTHORS ChangeLog ChangeLog.pre-git NEWS README
gnome2_src_configure \
$(use_enable rdp) \
$(use_enable ssh) \
$(use_enable spice) \
$(use_with telepathy) \
$(use_with zeroconf avahi) \
ITSTOOL=$(type -P true)
}






[gentoo-commits] gentoo-x86 commit in net-misc/vinagre/files: vinagre-3.16.1-freerdp.patch

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:32:27

  Added:vinagre-3.16.1-freerdp.patch
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  net-misc/vinagre/files/vinagre-3.16.1-freerdp.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/files/vinagre-3.16.1-freerdp.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vinagre/files/vinagre-3.16.1-freerdp.patch?rev=1.1content-type=text/plain

Index: vinagre-3.16.1-freerdp.patch
===
From 89cc8bfeaf47a24c57616021915b30bbc4d12d53 Mon Sep 17 00:00:00 2001
From: Nick Andrade sdnick...@gmail.com
Date: Sat, 16 May 2015 08:03:29 +0100
Subject: [PATCH] Fix building against newer FreeRDP versions

https://bugzilla.gnome.org/show_bug.cgi?id=749124
---
 plugins/rdp/vinagre-rdp-tab.c | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/plugins/rdp/vinagre-rdp-tab.c b/plugins/rdp/vinagre-rdp-tab.c
index c4c11f8..690a580 100644
--- a/plugins/rdp/vinagre-rdp-tab.c
+++ b/plugins/rdp/vinagre-rdp-tab.c
@@ -887,7 +887,6 @@ open_freerdp (VinagreRdpTab *rdp_tab)
   settings-RdpSecurity = TRUE;
   settings-TlsSecurity = TRUE;
   settings-NlaSecurity = TRUE;
-  settings-DisableEncryption = FALSE;
   settings-EncryptionMethods = ENCRYPTION_METHOD_40BIT | 
ENCRYPTION_METHOD_128BIT | ENCRYPTION_METHOD_FIPS;
   settings-EncryptionLevel = ENCRYPTION_LEVEL_CLIENT_COMPATIBLE;
 #else
@@ -898,6 +897,12 @@ open_freerdp (VinagreRdpTab *rdp_tab)
   settings-encryption_method = ENCRYPTION_METHOD_40BIT | 
ENCRYPTION_METHOD_128BIT | ENCRYPTION_METHOD_FIPS;
   settings-encryption_level = ENCRYPTION_LEVEL_CLIENT_COMPATIBLE;
 #endif
+#include freerdp/version.h
+#if (FREERDP_VERSION_MAJOR == 1  FREERDP_VERSION_MINOR = 2  
FREERDP_VERSION_REVISION = 1)
+  settings-UseRdpSecurityLayer = FALSE;
+#else
+  settings-DisableEncryption = FALSE;
+#endif
 
   /* Set display size */
 #if HAVE_FREERDP_1_1
-- 
2.4.0







[gentoo-commits] gentoo-x86 commit in app-misc/tracker: metadata.xml ChangeLog tracker-1.4.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:41:22

  Modified: metadata.xml ChangeLog
  Added:tracker-1.4.0.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.27 app-misc/tracker/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tracker/metadata.xml?rev=1.27view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tracker/metadata.xml?rev=1.27content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tracker/metadata.xml?r1=1.26r2=1.27

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/tracker/metadata.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- metadata.xml5 Sep 2014 09:30:16 -   1.26
+++ metadata.xml9 Jun 2015 10:41:22 -   1.27
@@ -18,6 +18,7 @@
 pkggnome-base/nautilus/pkg by providing entries in its context menu
   /flag
   flag name=playlistAdd support for playlists/flag
+  flag name=stemmerAdd word stemming via 
pkgdev-libs/snowball-stemmer/pkg./flag
   flag name=thunderbirdInstall email data miner plugin for
 pkgmail-client/thunderbird/pkg and
pkgmail-client/thunderbird-bin/pkg/flag



1.187app-misc/tracker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tracker/ChangeLog?rev=1.187view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tracker/ChangeLog?rev=1.187content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tracker/ChangeLog?r1=1.186r2=1.187

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/tracker/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog   2 May 2015 13:23:05 -   1.186
+++ ChangeLog   9 Jun 2015 10:41:22 -   1.187
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/tracker
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tracker/ChangeLog,v 1.186 
2015/05/02 13:23:05 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tracker/ChangeLog,v 1.187 
2015/06/09 10:41:22 eva Exp $
+
+*tracker-1.4.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +tracker-1.4.0.ebuild,
+  +files/tracker-1.4.0-have-gstreamer-fix.patch, metadata.xml:
+  Version bump for Gnome 3.16.
 
   02 May 2015; Gilles Dartiguelongue e...@gentoo.org tracker-1.2.5.ebuild,
   tracker-1.2.6.ebuild:



1.1  app-misc/tracker/tracker-1.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tracker/tracker-1.4.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tracker/tracker-1.4.0.ebuild?rev=1.1content-type=text/plain

Index: tracker-1.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/tracker/tracker-1.4.0.ebuild,v 1.1 
2015/06/09 10:41:22 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes
PYTHON_COMPAT=( python2_7 )
VALA_MIN_API_VERSION=0.18

inherit autotools eutils gnome2 linux-info multilib python-any-r1 vala 
versionator virtualx

DESCRIPTION=A tagging metadata database, search tool and indexer
HOMEPAGE=https://wiki.gnome.org/Projects/Tracker;

LICENSE=GPL-2+ LGPL-2.1+
SLOT=0/100
IUSE=cue eds elibc_glibc exif ffmpeg firefox-bookmarks flac gif gsf
gstreamer gtk iptc +iso +jpeg +miner-fs mp3 nautilus networkmanager
pdf playlist rss stemmer test thunderbird +tiff upnp-av upower +vorbis +xml xmp 
xps

KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86

REQUIRED_USE=
?? ( gstreamer ffmpeg )
cue? ( gstreamer )
upnp-av? ( gstreamer )
!miner-fs? ( !cue !exif !flac !gif !gsf !iptc !iso !jpeg !mp3 !pdf 
!playlist !tiff !vorbis !xml !xmp !xps )


# According to NEWS, introspection is non-optional
# glibc-2.12 needed for SCHED_IDLE (see bug #385003)
# sqlite-3.7.16 for FTS4 support
RDEPEND=
=app-i18n/enca-1.9
=dev-db/sqlite-3.7.16:=
=dev-libs/glib-2.40:2
=dev-libs/gobject-introspection-0.9.5
=dev-libs/icu-4.8.1.1:=
|| (
=media-gfx/imagemagick-5.2.1[png,jpeg=]
media-gfx/graphicsmagick[imagemagick,png,jpeg=] )
=media-libs/libpng-1.2:0=
=media-libs/libmediaart-1.9:2.0
=x11-libs/pango-1:=
sys-apps/util-linux

cue? ( media-libs/libcue )
eds? (
=mail-client/evolution-3.3.5:=
=gnome-extra/evolution-data-server-3.3.5:=
mail-client/evolution-3.5.3

[gentoo-commits] gentoo-x86 commit in app-misc/tracker/files: tracker-1.4.0-have-gstreamer-fix.patch

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:41:22

  Added:tracker-1.4.0-have-gstreamer-fix.patch
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  
app-misc/tracker/files/tracker-1.4.0-have-gstreamer-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tracker/files/tracker-1.4.0-have-gstreamer-fix.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tracker/files/tracker-1.4.0-have-gstreamer-fix.patch?rev=1.1content-type=text/plain

Index: tracker-1.4.0-have-gstreamer-fix.patch
===
From 32333d707ca2a4a33bbefd051c70f037d81207eb Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue e...@gentoo.org
Date: Wed, 3 Jun 2015 23:42:56 +0200
Subject: [PATCH] Fix AM_CONDITIONAL position HAVE_{GSTREAMER,LIBAV} definition

---
 configure.ac | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index b2e3ae8..6ed8801 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1884,14 +1884,13 @@ fi
 
 if test $have_generic_media_handler_app = GStreamer; then
AC_DEFINE(HAVE_GSTREAMER, [], [Define if we have GStreamer])
-   AM_CONDITIONAL(HAVE_GSTREAMER, true)
-   AM_CONDITIONAL(HAVE_LIBAV, false)
 elif test $have_generic_media_handler_app = libav; then
-AC_DEFINE(HAVE_GSTREAMER, [], [Define if we have libav])
-AM_CONDITIONAL(HAVE_LIBAV, true)
-AM_CONDITIONAL(HAVE_GSTREAMER, false)
+   AC_DEFINE(HAVE_LIBAV, [], [Define if we have libav])
 fi
 
+AM_CONDITIONAL(HAVE_GSTREAMER, [test $have_generic_media_handler_app = 
GStreamer])
+AM_CONDITIONAL(HAVE_LIBAV, [test $have_generic_media_handler_app = 
libav])
+
 ###
 # Check for gstreamer backend: tagreadbin/decodebin2/discoverer/gupnp-dlna
 ###
-- 
2.4.1







[gentoo-commits] gentoo-x86 commit in dev-libs/libgweather: libgweather-3.16.1.ebuild ChangeLog libgweather-3.12.3.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:49:45

  Modified: ChangeLog
  Added:libgweather-3.16.1.ebuild
  Removed:  libgweather-3.12.3.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.124dev-libs/libgweather/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/ChangeLog?rev=1.124view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/ChangeLog?rev=1.124content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/ChangeLog?r1=1.123r2=1.124

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   19 Apr 2015 15:56:55 -  1.123
+++ ChangeLog   9 Jun 2015 10:49:45 -   1.124
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libgweather
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.123 
2015/04/19 15:56:55 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.124 
2015/06/09 10:49:45 eva Exp $
+
+*libgweather-3.16.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -libgweather-3.12.3.ebuild, +libgweather-3.16.1.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
 *libgweather-3.14.4 (19 Apr 2015)
 



1.1  dev-libs/libgweather/libgweather-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/libgweather-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/libgweather-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: libgweather-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-3.16.1.ebuild,v 1.1 
2015/06/09 10:49:45 eva Exp $

EAPI=5
GCONF_DEBUG=no
VALA_MIN_API_VERSION=0.18
VALA_USE_DEPEND=vapigen

inherit gnome2 vala

DESCRIPTION=Library to access weather information from online services
HOMEPAGE=https://wiki.gnome.org/Projects/LibGWeather;

LICENSE=GPL-2+
SLOT=2/3-6 # subslot = 3-(libgweather-3 soname suffix)
IUSE=glade +introspection vala
REQUIRED_USE=vala? ( introspection )

KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris

COMMON_DEPEND=
=x11-libs/gtk+-3.13.5:3[introspection?]
=dev-libs/glib-2.35.1:2
=net-libs/libsoup-2.34:2.4
=dev-libs/libxml2-2.6.0
sci-geosciences/geocode-glib
=sys-libs/timezone-data-2010k

glade? ( =dev-util/glade-3.16:3.10 )
introspection? ( =dev-libs/gobject-introspection-0.9.5 )

RDEPEND=${COMMON_DEPEND}
!gnome-base/gnome-applets-2.22.0

DEPEND=${COMMON_DEPEND}
=dev-util/gtk-doc-am-1.11
=dev-util/intltool-0.50
=sys-devel/gettext-0.18
virtual/pkgconfig
vala? ( $(vala_depend) )


src_prepare() {
use vala  vala_src_prepare
gnome2_src_prepare
}

src_configure() {
DOCS=AUTHORS MAINTAINERS NEWS README
gnome2_src_configure \
--disable-static \
$(use_enable glade glade-catalog) \
$(use_enable introspection) \
$(use_enable vala)
}






[gentoo-commits] gentoo-x86 commit in dev-libs/libpeas: ChangeLog libpeas-1.14.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 11:04:11

  Modified: ChangeLog
  Added:libpeas-1.14.0.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.46 dev-libs/libpeas/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpeas/ChangeLog?rev=1.46view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpeas/ChangeLog?rev=1.46content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpeas/ChangeLog?r1=1.45r2=1.46

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpeas/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   22 Mar 2015 12:38:09 -  1.45
+++ ChangeLog   9 Jun 2015 11:04:11 -   1.46
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libpeas
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpeas/ChangeLog,v 1.45 
2015/03/22 12:38:09 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpeas/ChangeLog,v 1.46 
2015/06/09 11:04:11 eva Exp $
+
+*libpeas-1.14.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +libpeas-1.14.0.ebuild:
+  Version bump for Gnome 3.16.
 
   22 Mar 2015; Pacho Ramos pa...@gentoo.org -libpeas-1.10.1.ebuild,
   -libpeas-1.12.1.ebuild, metadata.xml:



1.1  dev-libs/libpeas/libpeas-1.14.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpeas/libpeas-1.14.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpeas/libpeas-1.14.0.ebuild?rev=1.1content-type=text/plain

Index: libpeas-1.14.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpeas/libpeas-1.14.0.ebuild,v 1.1 
2015/06/09 11:04:11 eva Exp $

EAPI=5
GCONF_DEBUG=no
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit gnome2 multilib python-r1 virtualx

DESCRIPTION=A GObject plugins library
HOMEPAGE=http://developer.gnome.org/libpeas/stable/;

LICENSE=LGPL-2+
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux
IUSE=+gtk glade jit lua +python
REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} ?? ( $(python_gen_useflags 
'python3*') ) )

RDEPEND=
=dev-libs/glib-2.38:2
=dev-libs/gobject-introspection-1.39
glade? ( =dev-util/glade-3.9.1:3.10 )
gtk? ( =x11-libs/gtk+-3:3[introspection] )
lua? (
dev-lua/lgi
jit? ( =dev-lang/luajit-2:2 )
!jit? ( =dev-lang/lua-5.1:0 ) )
python? (
${PYTHON_DEPS}
=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}] )

DEPEND=${RDEPEND}
=dev-util/gtk-doc-am-1.11
=dev-util/intltool-0.40
virtual/pkgconfig


src_configure() {
# Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
# What do we do about gdb, valgrind, gcov, etc?
local myconf=(
$(use_enable glade glade-catalog)
$(use_enable gtk)
--disable-static

# possibly overriden below
--disable-python{2,3}
--disable-lua5.1
--disable-luajit
)

if use lua ; then
if use jit ; then
myconf+=( --enable-luajit )
else
myconf+=( --enable-lua5.1 )
fi
fi

python_configure() {
local v
python_is_python3  v=3 || v=2
myconf+=(
--enable-python${v}
# it is just 'PYTHON' for py3 in the build system
PYTHON${v#3}=${PYTHON}
PYTHON${v}_CONFIG=${PYTHON}-config
)
}
use python  python_foreach_impl python_configure

gnome2_src_configure ${myconf[@]}
}

src_test() {
# FIXME: Tests fail because of some bug involving Xvfb and Gtk.IconTheme
# DO NOT REPORT UPSTREAM, this is not a libpeas bug.
# To reproduce:
#  from gi.repository import Gtk
#  Gtk.IconTheme.get_default().has_icon(gtk-about)
# This should return True, it returns False for Xvfb
Xemake check
}






[gentoo-commits] gentoo-x86 commit in profiles/arch/sparc: package.use.mask

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 11:03:18

  Modified: package.use.mask
  Log:
  Fix dev-libs/libpeas USE mask message

Revision  ChangesPath
1.196profiles/arch/sparc/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?rev=1.196view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?rev=1.196content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?r1=1.195r2=1.196

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- package.use.mask9 Jun 2015 11:01:34 -   1.195
+++ package.use.mask9 Jun 2015 11:03:18 -   1.196
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 
1.195 2015/06/09 11:01:34 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 
1.196 2015/06/09 11:03:18 eva Exp $
 
 # Gilles Dartiguelongue e...@gentoo.org (09 Jun 2015)
-# dev-lang/luajit and dev-lua/lgi and lack alpha keyword, bug #551540
+# dev-lang/luajit and dev-lua/lgi and lack sparc keyword, bug #551540
 dev-libs/libpeas lua jit
 
 # Ben de Groot yng...@gentoo.org (03 May 2015)






[gentoo-commits] gentoo-x86 commit in net-misc/vino: ChangeLog vino-3.16.0.ebuild vino-3.12.0-r1.ebuild vino-3.14.1.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:30:04

  Modified: ChangeLog
  Added:vino-3.16.0.ebuild
  Removed:  vino-3.12.0-r1.ebuild vino-3.14.1.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revisions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.221net-misc/vino/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vino/ChangeLog?rev=1.221view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vino/ChangeLog?rev=1.221content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vino/ChangeLog?r1=1.220r2=1.221

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- ChangeLog   15 Mar 2015 13:32:27 -  1.220
+++ ChangeLog   9 Jun 2015 10:30:04 -   1.221
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/vino
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v 1.220 2015/03/15 
13:32:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v 1.221 2015/06/09 
10:30:04 eva Exp $
+
+*vino-3.16.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org -vino-3.12.0-r1.ebuild,
+  -vino-3.14.1.ebuild, +vino-3.16.0.ebuild:
+  Version bump for Gnome 3.16. Clean up old revisions.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org vino-3.14.2.ebuild:
   x86 stable, bug 534012



1.1  net-misc/vino/vino-3.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vino/vino-3.16.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vino/vino-3.16.0.ebuild?rev=1.1content-type=text/plain

Index: vino-3.16.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-3.16.0.ebuild,v 1.1 
2015/06/09 10:30:04 eva Exp $

EAPI=5
GCONF_DEBUG=yes

inherit gnome2

DESCRIPTION=An integrated VNC server for GNOME
HOMEPAGE=https://wiki.gnome.org/Projects/Vino;

LICENSE=GPL-2+
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=crypt libsecret ipv6 jpeg ssl +telepathy zeroconf +zlib
# bug #394611; tight encoding requires zlib encoding
REQUIRED_USE=jpeg? ( zlib )

# cairo used in vino-fb
# libSM and libICE used in eggsmclient-xsmp
RDEPEND=
=dev-libs/glib-2.26:2
=dev-libs/libgcrypt-1.1.90:0=
=x11-libs/gtk+-3:3

dev-libs/dbus-glib
x11-libs/cairo:=
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXtst
x11-libs/pango[X]

=x11-libs/libnotify-0.7.0:=

crypt? ( =dev-libs/libgcrypt-1.1.90:0= )
jpeg? ( virtual/jpeg:0= )
libsecret? ( app-crypt/libsecret )
ssl? ( =net-libs/gnutls-2.2.0:= )
telepathy? ( =net-libs/telepathy-glib-0.18 )
zeroconf? ( =net-dns/avahi-0.6:=[dbus] )
zlib? ( sys-libs/zlib:= )

DEPEND=${RDEPEND}
=dev-lang/perl-5
=dev-util/intltool-0.50
virtual/pkgconfig
app-crypt/libsecret

# libsecret is always required at build time per bug 322763

src_configure() {
gnome2_src_configure \
--with-gcrypt \
$(use_enable ipv6) \
$(use_with crypt gcrypt) \
$(use_with jpeg) \
$(use_with libsecret secret) \
$(use_with ssl gnutls) \
$(use_with telepathy) \
$(use_with zeroconf avahi) \
$(use_with zlib)
}






[gentoo-commits] gentoo-x86 commit in dev-libs/folks: folks-0.11.1.ebuild ChangeLog

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:43:19

  Modified: ChangeLog
  Added:folks-0.11.1.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.55 dev-libs/folks/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/ChangeLog?rev=1.55view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/ChangeLog?rev=1.55content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/ChangeLog?r1=1.54r2=1.55

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   22 Mar 2015 12:50:30 -  1.54
+++ ChangeLog   9 Jun 2015 10:43:19 -   1.55
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/folks
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v 1.54 2015/03/22 
12:50:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/ChangeLog,v 1.55 2015/06/09 
10:43:19 eva Exp $
+
+*folks-0.11.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +folks-0.11.1.ebuild:
+  Version bump for Gnome 3.16.
 
   22 Mar 2015; Pacho Ramos pa...@gentoo.org -folks-0.10.0.ebuild,
   -folks-0.10.1.ebuild, metadata.xml:



1.1  dev-libs/folks/folks-0.11.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/folks-0.11.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/folks/folks-0.11.1.ebuild?rev=1.1content-type=text/plain

Index: folks-0.11.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/folks-0.11.1.ebuild,v 1.1 
2015/06/09 10:43:19 eva Exp $

EAPI=5
GCONF_DEBUG=yes
GNOME2_LA_PUNT=yes
VALA_MIN_API_VERSION=0.22
VALA_USE_DEPEND=vapigen

inherit gnome2 vala virtualx

DESCRIPTION=Library for aggregating people from multiple sources
HOMEPAGE=https://wiki.gnome.org/Projects/Folks;

LICENSE=LGPL-2.1+
SLOT=0/25 # subslot = libfolks soname version
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux

# TODO: --enable-profiling
# Vala isn't really optional, https://bugzilla.gnome.org/show_bug.cgi?id=701099
IUSE=bluetooth eds +telepathy test tracker utils zeitgeist
REQUIRED_USE=bluetooth? ( eds )

COMMON_DEPEND=
$(vala_depend)
=dev-libs/glib-2.40:2
dev-libs/dbus-glib
=dev-libs/libgee-0.10:0.8[introspection]
dev-libs/libxml2
sys-libs/ncurses:=
sys-libs/readline:=

bluetooth? ( =net-wireless/bluez-5 )
eds? ( =gnome-extra/evolution-data-server-3.13.90:=[vala] )
telepathy? ( =net-libs/telepathy-glib-0.19.9[vala] )
tracker? ( =app-misc/tracker-1:0= )
zeitgeist? ( =gnome-extra/zeitgeist-0.9.14 )

# telepathy-mission-control needed at runtime; it is used by the telepathy
# backend via telepathy-glib's AccountManager binding.
RDEPEND=${COMMON_DEPEND}
net-im/telepathy-mission-control

# folks socialweb backend requires that libsocialweb be built with USE=vala,
# even when building folks with --disable-vala.
#
# FIXME:
# test? ( bluetooth? ( dbusmock is missing in the tree ) )
DEPEND=${COMMON_DEPEND}
=dev-libs/gobject-introspection-1.30
=dev-util/intltool-0.50.0
sys-devel/gettext
virtual/pkgconfig

test? (
sys-apps/dbus
bluetooth? (
=gnome-extra/evolution-data-server-3.9.1
=dev-libs/glib-2.40 ) )
!dev-lang/vala-0.22.1:0.22


src_prepare() {
vala_src_prepare
gnome2_src_prepare
}

src_configure() {
# Rebuilding docs needs valadoc, which has no release
gnome2_src_configure \
$(use_enable bluetooth bluez-backend) \
$(use_enable eds eds-backend) \
$(use_enable eds ofono-backend) \
$(use_enable telepathy telepathy-backend) \
$(use_enable tracker tracker-backend) \
$(use_enable utils inspect-tool) \
$(use_enable test modular-tests) \
$(use_enable zeitgeist) \
--enable-vala \
--enable-import-tool \
--disable-docs \
--disable-fatal-warnings \
--disable-libsocialweb-backend
}

src_test() {
dbus-launch Xemake check
}






[gentoo-commits] gentoo-x86 commit in dev-libs/gjs/files: gjs-1.43.3-disable-unittest-1.patch gjs-1.43.3-disable-unittest-2.patch

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:42:42

  Added:gjs-1.43.3-disable-unittest-1.patch
gjs-1.43.3-disable-unittest-2.patch
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  dev-libs/gjs/files/gjs-1.43.3-disable-unittest-1.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/files/gjs-1.43.3-disable-unittest-1.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/files/gjs-1.43.3-disable-unittest-1.patch?rev=1.1content-type=text/plain

Index: gjs-1.43.3-disable-unittest-1.patch
===
From 115c97bb07f71ac91e20b84f9da6389434d31999 Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue e...@gentoo.org
Date: Sun, 12 Oct 2014 21:57:11 +0200
Subject: [PATCH 1/2] Comment broken unittests

---
 test/gjs-tests.cpp | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/test/gjs-tests.cpp b/test/gjs-tests.cpp
index 6cade7b..4d6c61e 100644
--- a/test/gjs-tests.cpp
+++ b/test/gjs-tests.cpp
@@ -324,18 +324,18 @@ main(intargc,
 
 g_test_init(argc, argv, NULL);
 
-g_test_add_func(/gjs/context/construct/destroy, 
gjstest_test_func_gjs_context_construct_destroy);
+/* g_test_add_func(/gjs/context/construct/destroy, 
gjstest_test_func_gjs_context_construct_destroy); */
 g_test_add_func(/gjs/context/construct/eval, 
gjstest_test_func_gjs_context_construct_eval);
-g_test_add_func(/gjs/jsapi/util/array, 
gjstest_test_func_gjs_jsapi_util_array);
-g_test_add_func(/gjs/jsapi/util/error/throw, 
gjstest_test_func_gjs_jsapi_util_error_throw);
-g_test_add_func(/gjs/jsapi/util/string/js/string/utf8, 
gjstest_test_func_gjs_jsapi_util_string_js_string_utf8);
+/* g_test_add_func(/gjs/jsapi/util/array, 
gjstest_test_func_gjs_jsapi_util_array); */
+/* g_test_add_func(/gjs/jsapi/util/error/throw, 
gjstest_test_func_gjs_jsapi_util_error_throw); */
+/* g_test_add_func(/gjs/jsapi/util/string/js/string/utf8, 
gjstest_test_func_gjs_jsapi_util_string_js_string_utf8); */
 g_test_add_func(/gjs/jsutil/strip_shebang/no_shebang, 
gjstest_test_strip_shebang_no_advance_for_no_shebang);
 g_test_add_func(/gjs/jsutil/strip_shebang/have_shebang, 
gjstest_test_strip_shebang_advance_for_shebang);
 g_test_add_func(/gjs/jsutil/strip_shebang/only_shebang, 
gjstest_test_strip_shebang_return_null_for_just_shebang);
 g_test_add_func(/util/glib/strv/concat/null, 
gjstest_test_func_util_glib_strv_concat_null);
 g_test_add_func(/util/glib/strv/concat/pointers, 
gjstest_test_func_util_glib_strv_concat_pointers);
 
-gjs_test_add_tests_for_coverage ();
+/* gjs_test_add_tests_for_coverage (); */
 
 g_test_run();
 
-- 
2.3.6




1.1  dev-libs/gjs/files/gjs-1.43.3-disable-unittest-2.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/files/gjs-1.43.3-disable-unittest-2.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/files/gjs-1.43.3-disable-unittest-2.patch?rev=1.1content-type=text/plain

Index: gjs-1.43.3-disable-unittest-2.patch
===
From c9d63c7531a29418c64dc44556519d7bd1664ce4 Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue e...@gentoo.org
Date: Sun, 12 Oct 2014 21:57:45 +0200
Subject: [PATCH 2/2] Comment broken JS unittest

---
 installed-tests/js/testLocale.js | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/installed-tests/js/testLocale.js b/installed-tests/js/testLocale.js
index b086a66..0c5abb1 100644
--- a/installed-tests/js/testLocale.js
+++ b/installed-tests/js/testLocale.js
@@ -1,14 +1,14 @@
 // tests for JS_SetLocaleCallbacks().
 const JSUnit = imports.jsUnit;
 
-function testToLocaleDateString() {
-let date = new Date();
+//function testToLocaleDateString() {
+//let date = new Date();
 // %A is the weekday name, this tests locale_to_unicode
 // we're basically just testing for a non-crash, since
 // we'd have to run in a specific locale to have any
 // idea about the result.
-date.toLocaleDateString(%A);
-}
+//date.toLocaleDateString(%A);
+//}
 
 function testToLocaleLowerCase() {
 JSUnit.assertEquals(aaa, AAA.toLocaleLowerCase());
-- 
2.3.6







[gentoo-commits] gentoo-x86 commit in dev-libs/gjs: ChangeLog gjs-1.43.3.ebuild gjs-1.40.1.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:42:42

  Modified: ChangeLog
  Added:gjs-1.43.3.ebuild
  Removed:  gjs-1.40.1.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.69 dev-libs/gjs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/ChangeLog?rev=1.69view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/ChangeLog?rev=1.69content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/ChangeLog?r1=1.68r2=1.69

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   7 Jun 2015 10:29:17 -   1.68
+++ ChangeLog   9 Jun 2015 10:42:42 -   1.69
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/gjs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.68 2015/06/07 
10:29:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.69 2015/06/09 
10:42:42 eva Exp $
+
+*gjs-1.43.3 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org -gjs-1.40.1.ebuild,
+  +gjs-1.43.3.ebuild, +files/gjs-1.43.3-disable-unittest-1.patch,
+  +files/gjs-1.43.3-disable-unittest-2.patch:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org gjs-1.42.0.ebuild:
   arm stable, bug #534012



1.1  dev-libs/gjs/gjs-1.43.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/gjs-1.43.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/gjs-1.43.3.ebuild?rev=1.1content-type=text/plain

Index: gjs-1.43.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.43.3.ebuild,v 1.1 
2015/06/09 10:42:42 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit eutils gnome2 pax-utils virtualx

DESCRIPTION=Javascript bindings for GNOME
HOMEPAGE=https://wiki.gnome.org/Projects/Gjs;

LICENSE=MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )
SLOT=0
IUSE=+cairo examples gtk test
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86

RDEPEND=
=dev-libs/glib-2.36:2
=dev-libs/gobject-introspection-1.41.4

sys-libs/readline:0
dev-lang/spidermonkey:24
virtual/libffi
cairo? ( x11-libs/cairo[X] )
gtk? ( x11-libs/gtk+:3 )

DEPEND=${RDEPEND}
gnome-base/gnome-common
sys-devel/gettext
virtual/pkgconfig
test? ( sys-apps/dbus )


src_prepare() {
# Disable broken unittests
epatch ${FILESDIR}/${PN}-1.43.3-disable-unittest-*.patch

gnome2_src_prepare
}

src_configure() {
# FIXME: add systemtap/dtrace support, like in glib:2
# FIXME: --enable-systemtap installs files in ${D}/${D} for some reason
# XXX: Do NOT enable coverage, completely useless for portage installs
gnome2_src_configure \
--disable-systemtap \
--disable-dtrace \
--disable-coverage \
$(use_with cairo cairo) \
$(use_with gtk)
}

src_test() {
Xemake check
}

src_install() {
# installation sometimes fails in parallel
gnome2_src_install -j1

if use examples; then
insinto /usr/share/doc/${PF}/examples
doins ${S}/examples/*
fi

# Required for gjs-console to run correctly on PaX systems
pax-mark mr ${ED}/usr/bin/gjs-console
}






[gentoo-commits] gentoo-x86 commit in profiles/arch/alpha: ChangeLog package.use.mask

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 11:00:24

  Modified: ChangeLog package.use.mask
  Log:
  Add dev-libs/libpeas USE mask, bug #551540

Revision  ChangesPath
1.224profiles/arch/alpha/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/ChangeLog?rev=1.224view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/ChangeLog?rev=1.224content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/ChangeLog?r1=1.223r2=1.224

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- ChangeLog   24 May 2015 18:41:01 -  1.223
+++ ChangeLog   9 Jun 2015 11:00:24 -   1.224
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/Alpha profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v 1.223 
2015/05/24 18:41:01 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v 1.224 
2015/06/09 11:00:24 eva Exp $
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org package.use.mask:
+  Add dev-libs/libpeas USE mask, bug #551540.
 
   24 May 2015; Matt Turner matts...@gentoo.org use.mask:
   Remove audit from use.mask.



1.186profiles/arch/alpha/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/package.use.mask?rev=1.186view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/package.use.mask?rev=1.186content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/package.use.mask?r1=1.185r2=1.186

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- package.use.mask24 May 2015 04:31:38 -  1.185
+++ package.use.mask9 Jun 2015 11:00:24 -   1.186
@@ -1,6 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 
1.185 2015/05/24 04:31:38 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 
1.186 2015/06/09 11:00:24 eva Exp $
+
+# Gilles Dartiguelongue e...@gentoo.org (09 Jun 2015)
+# dev-lang/luajit and dev-lua/lgi and lack alpha keyword, bug #551540
+dev-libs/libpeas lua jit
 
 # Ben de Groot yng...@gentoo.org (03 May 2015)
 # media-libs/rubberband lacks alpha keyword, bug #548446






[gentoo-commits] gentoo-x86 commit in gnome-extra/nautilus-tracker-tags: nautilus-tracker-tags-1.4.0.ebuild ChangeLog

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:39:17

  Modified: ChangeLog
  Added:nautilus-tracker-tags-1.4.0.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.40 gnome-extra/nautilus-tracker-tags/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-tracker-tags/ChangeLog?rev=1.40view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-tracker-tags/ChangeLog?rev=1.40content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-tracker-tags/ChangeLog?r1=1.39r2=1.40

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-tracker-tags/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   2 May 2015 13:29:49 -   1.39
+++ ChangeLog   9 Jun 2015 10:39:17 -   1.40
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-extra/nautilus-tracker-tags
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/nautilus-tracker-tags/ChangeLog,v 1.39 
2015/05/02 13:29:49 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/nautilus-tracker-tags/ChangeLog,v 1.40 
2015/06/09 10:39:17 eva Exp $
+
+*nautilus-tracker-tags-1.4.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +nautilus-tracker-tags-1.4.0.ebuild:
+  Version bump for Gnome 3.16.
 
 *nautilus-tracker-tags-1.2.6 (02 May 2015)
 



1.1  
gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.4.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.4.0.ebuild?rev=1.1content-type=text/plain

Index: nautilus-tracker-tags-1.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.4.0.ebuild,v
 1.1 2015/06/09 10:39:17 eva Exp $

EAPI=5
GNOME_ORG_MODULE=tracker

inherit gnome.org toolchain-funcs

DESCRIPTION=Nautilus extension to tag files for Tracker
HOMEPAGE=https://wiki.gnome.org/Projects/Tracker;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=

COMMON_DEPEND=
~app-misc/tracker-${PV}
=dev-libs/glib-2.38:2
=gnome-base/nautilus-2.90
x11-libs/gtk+:3

RDEPEND=${COMMON_DEPEND}
!app-misc/tracker-0.12.5-r1[nautilus]

# Before tracker-0.12.5-r1, nautilus-tracker-tags was part of tracker
DEPEND=${COMMON_DEPEND}

S=${S}/src/plugins/nautilus

pkg_setup() {
tc-export CC
export TRACKER_API=1.0
}

src_prepare() {
cp ${FILESDIR}/0.12.5-Makefile Makefile || die cp failed
# config.h is not used, but is included in every source file...
sed -e 's:#include config.h::' -i *.c *.h || die sed failed
}






[gentoo-commits] gentoo-x86 commit in dev-libs/gdl: ChangeLog gdl-3.16.0.ebuild gdl-3.12.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 10:45:31

  Modified: ChangeLog
  Added:gdl-3.16.0.ebuild
  Removed:  gdl-3.12.0.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.113dev-libs/gdl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?rev=1.113view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?rev=1.113content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?r1=1.112r2=1.113

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   29 Mar 2015 10:30:20 -  1.112
+++ ChangeLog   9 Jun 2015 10:45:31 -   1.113
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/gdl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.112 2015/03/29 
10:30:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.113 2015/06/09 
10:45:31 eva Exp $
+
+*gdl-3.16.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org -gdl-3.12.0.ebuild,
+  +gdl-3.16.0.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   29 Mar 2015; Jeroen Roovers j...@gentoo.org gdl-3.14.0.ebuild:
   Stable for HPPA (bug #534012).



1.1  dev-libs/gdl/gdl-3.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/gdl-3.16.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/gdl-3.16.0.ebuild?rev=1.1content-type=text/plain

Index: gdl-3.16.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.16.0.ebuild,v 1.1 
2015/06/09 10:45:31 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2

DESCRIPTION=GNOME docking library
HOMEPAGE=https://developer.gnome.org/gdl/;

LICENSE=LGPL-2.1+
SLOT=3/5 # subslot = libgdl-3 soname version
IUSE=+introspection
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd

RDEPEND=
dev-libs/glib:2
=x11-libs/gtk+-3.0.0:3[introspection?]
=dev-libs/libxml2-2.4:2
introspection? ( =dev-libs/gobject-introspection-0.6.7 )

DEPEND=${RDEPEND}
=dev-util/gtk-doc-am-1.4
=dev-util/intltool-0.40.4
virtual/pkgconfig


src_configure() {
DOCS=AUTHORS ChangeLog MAINTAINERS NEWS README
gnome2_src_configure $(use_enable introspection)
}






[gentoo-commits] gentoo-x86 commit in profiles/arch/powerpc/ppc64: package.use.mask

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 11:02:33

  Modified: package.use.mask
  Log:
  Add dev-libs/libpeas USE mask, bug #551540

Revision  ChangesPath
1.69 profiles/arch/powerpc/ppc64/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.mask?rev=1.69view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.mask?rev=1.69content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.mask?r1=1.68r2=1.69

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.mask,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- package.use.mask4 Jun 2015 18:47:17 -   1.68
+++ package.use.mask9 Jun 2015 11:02:33 -   1.69
@@ -1,6 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.mask,v 1.68 
2015/06/04 18:47:17 kensington Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.mask,v 1.69 
2015/06/09 11:02:33 eva Exp $
+
+# Gilles Dartiguelongue e...@gentoo.org (09 Jun 2015)
+# dev-lang/luajit lack ppc64 keyword, bug #551540
+dev-libs/libpeas jit
 
 # James Le Cuirot ch...@gentoo.org (21 May 2015)
 # Mask rdeps of icedtea-web to deal with bug #549134. I had hoped to






[gentoo-commits] gentoo-x86 commit in profiles/arch/powerpc: ChangeLog

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 11:02:33

  Modified: ChangeLog
  Log:
  Add dev-libs/libpeas USE mask, bug #551540

Revision  ChangesPath
1.335profiles/arch/powerpc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?rev=1.335view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?rev=1.335content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?r1=1.334r2=1.335

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v
retrieving revision 1.334
retrieving revision 1.335
diff -u -r1.334 -r1.335
--- ChangeLog   9 Jun 2015 04:28:31 -   1.334
+++ ChangeLog   9 Jun 2015 11:02:33 -   1.335
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/PPC profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.334 
2015/06/09 04:28:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.335 
2015/06/09 11:02:33 eva Exp $
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org ppc64/package.use.mask:
+  Add dev-libs/libpeas USE mask, bug #551540.
 
   09 Jun 2015; Jeroen Roovers j...@gentoo.org package.use.stable.mask,
   ppc32/package.use.stable.mask:






[gentoo-commits] gentoo-x86 commit in dev-util/dogtail: - New directory

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:44:16

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-util/dogtail added to the repository



[gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-data-server: ChangeLog evolution-data-server-3.12.11.ebuild evolution-data-server-3.16.3.ebuild evolution-data-server-3.12.10.ebuild evoluti

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:44:00

  Modified: ChangeLog evolution-data-server-3.12.11.ebuild
  Added:evolution-data-server-3.16.3.ebuild
  Removed:  evolution-data-server-3.12.10.ebuild
evolution-data-server-3.12.8.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revisions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.415gnome-extra/evolution-data-server/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?rev=1.415view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?rev=1.415content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?r1=1.414r2=1.415

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v
retrieving revision 1.414
retrieving revision 1.415
diff -u -r1.414 -r1.415
--- ChangeLog   8 Apr 2015 17:56:31 -   1.414
+++ ChangeLog   9 Jun 2015 14:44:00 -   1.415
@@ -1,6 +1,13 @@
 # ChangeLog for gnome-extra/evolution-data-server
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.414 
2015/04/08 17:56:31 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.415 
2015/06/09 14:44:00 eva Exp $
+
+*evolution-data-server-3.16.3 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -evolution-data-server-3.12.8.ebuild, -evolution-data-server-3.12.10.ebuild,
+  evolution-data-server-3.12.11.ebuild, +evolution-data-server-3.16.3.ebuild:
+  Version bump for Gnome 3.16. Clean up old revisions.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org
   evolution-data-server-3.12.10.ebuild, evolution-data-server-3.12.11.ebuild,



1.6  
gnome-extra/evolution-data-server/evolution-data-server-3.12.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.12.11.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.12.11.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.12.11.ebuild?r1=1.5r2=1.6

Index: evolution-data-server-3.12.11.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.12.11.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- evolution-data-server-3.12.11.ebuild8 Apr 2015 17:56:31 -   
1.5
+++ evolution-data-server-3.12.11.ebuild9 Jun 2015 14:44:00 -   
1.6
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.12.11.ebuild,v
 1.5 2015/04/08 17:56:31 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.12.11.ebuild,v
 1.6 2015/06/09 14:44:00 eva Exp $
 
 EAPI=5
 GCONF_DEBUG=no
 GNOME2_LA_PUNT=yes
-PYTHON_COMPAT=( python2_7 python3_4 pypy )
+PYTHON_COMPAT=( python2_7 python3_4 pypy pypy2_0 )
 VALA_MIN_API_VERSION=0.22
 VALA_USE_DEPEND=vapigen
 



1.1  
gnome-extra/evolution-data-server/evolution-data-server-3.16.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.16.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.16.3.ebuild?rev=1.1content-type=text/plain

Index: evolution-data-server-3.16.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.16.3.ebuild,v
 1.1 2015/06/09 14:44:00 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes
PYTHON_COMPAT=( python2_7 python3_4 pypy pypy2_0 )
VALA_MIN_API_VERSION=0.22
VALA_USE_DEPEND=vapigen

inherit db-use flag-o-matic gnome2 python-any-r1 vala virtualx

DESCRIPTION=Evolution groupware backend
HOMEPAGE=https://wiki.gnome.org/Apps/Evolution;

# Note: explicitly || ( LGPL-2 LGPL-3 ), not LGPL-2+.
LICENSE=|| ( LGPL-2 LGPL-3 ) BSD Sleepycat
SLOT=0/52 # subslot = libcamel-1.2 soname version
IUSE=api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap 
kerberos vala +weather

[gentoo-commits] gentoo-x86 commit in sci-geosciences/gnome-maps: ChangeLog gnome-maps-3.16.2.ebuild gnome-maps-3.12.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:55:36

  Modified: ChangeLog
  Added:gnome-maps-3.16.2.ebuild
  Removed:  gnome-maps-3.12.2.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.13 sci-geosciences/gnome-maps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gnome-maps/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gnome-maps/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gnome-maps/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gnome-maps/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   15 Mar 2015 13:32:48 -  1.12
+++ ChangeLog   9 Jun 2015 14:55:36 -   1.13
@@ -1,6 +1,12 @@
 # ChangeLog for sci-geosciences/gnome-maps
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gnome-maps/ChangeLog,v 1.12 
2015/03/15 13:32:48 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gnome-maps/ChangeLog,v 1.13 
2015/06/09 14:55:36 eva Exp $
+
+*gnome-maps-3.16.2 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -gnome-maps-3.12.2.ebuild, +gnome-maps-3.16.2.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org gnome-maps-3.14.2.ebuild:
   x86 stable, bug 534012



1.1  sci-geosciences/gnome-maps/gnome-maps-3.16.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gnome-maps/gnome-maps-3.16.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gnome-maps/gnome-maps-3.16.2.ebuild?rev=1.1content-type=text/plain

Index: gnome-maps-3.16.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/gnome-maps/gnome-maps-3.16.2.ebuild,v 
1.1 2015/06/09 14:55:36 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit eutils gnome2

DESCRIPTION=A map application for GNOME
HOMEPAGE=https://wiki.gnome.org/Apps/Maps;

LICENSE=GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0
SLOT=0
IUSE=
KEYWORDS=~amd64 ~x86

RDEPEND=
=app-misc/geoclue-0.12.99:2.0
=dev-libs/folks-0.10
=dev-libs/gjs-1.43.3
=dev-libs/gobject-introspection-0.6.3
=dev-libs/glib-2.39.3:2
=dev-libs/libgee-0.16:0.8[introspection]
media-libs/clutter-gtk:1.0[introspection]
media-libs/clutter:1.0[introspection]
media-libs/cogl:1.0[introspection]
=media-libs/libchamplain-0.12.10-r1:0.12[gtk,introspection]
net-libs/libsoup:2.4[introspection]
=sci-geosciences/geocode-glib-3.15.2[introspection]
x11-libs/gdk-pixbuf:2[introspection]
=x11-libs/gtk+-3.15.9:3[introspection]


DEPEND=${RDEPEND}
=dev-util/intltool-0.40
virtual/pkgconfig







[gentoo-commits] gentoo-x86 commit in dev-cpp/glibmm: ChangeLog glibmm-2.44.0.ebuild glibmm-2.42.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:02:55

  Modified: ChangeLog
  Added:glibmm-2.44.0.ebuild
  Removed:  glibmm-2.42.0.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.238dev-cpp/glibmm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/glibmm/ChangeLog?rev=1.238view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/glibmm/ChangeLog?rev=1.238content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/glibmm/ChangeLog?r1=1.237r2=1.238

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- ChangeLog   7 Jun 2015 10:17:05 -   1.237
+++ ChangeLog   9 Jun 2015 15:02:55 -   1.238
@@ -1,6 +1,12 @@
 # ChangeLog for dev-cpp/glibmm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/ChangeLog,v 1.237 2015/06/07 
10:17:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/ChangeLog,v 1.238 2015/06/09 
15:02:55 eva Exp $
+
+*glibmm-2.44.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org -glibmm-2.42.0.ebuild,
+  +glibmm-2.44.0.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org glibmm-2.42.0-r1.ebuild:
   arm stable, bug #534012



1.1  dev-cpp/glibmm/glibmm-2.44.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/glibmm/glibmm-2.44.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/glibmm/glibmm-2.44.0.ebuild?rev=1.1content-type=text/plain

Index: glibmm-2.44.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.44.0.ebuild,v 1.1 
2015/06/09 15:02:55 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2 multilib-minimal

DESCRIPTION=C++ interface for glib2
HOMEPAGE=http://www.gtkmm.org;

LICENSE=LGPL-2.1+ GPL-2+ # GPL-2+ applies only to the build system
SLOT=2
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris
IUSE=doc debug examples test

COMMON_DEPEND=
=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}]
=dev-libs/glib-2.44:2[${MULTILIB_USEDEP}]

RDEPEND=${COMMON_DEPEND}
abi_x86_32? (
!=app-emulation/emul-linux-x86-gtkmmlibs-20140508
!app-emulation/emul-linux-x86-gtkmmlibs[-abi_x86_32(-)] )

DEPEND=${COMMON_DEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )

# dev-cpp/mm-common needed for eautoreconf

src_prepare() {
if ! use test; then
# don't waste time building tests
sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' \
-i Makefile.am Makefile.in || die sed 1 failed
fi

# don't build examples - we want to install example sources, not 
binaries
sed 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \
-i Makefile.am Makefile.in || die sed 2 failed

# Test fails with IPv6 but not v4, upstream bug #720073
sed -e 's:giomm_tls_client/test::' \
-i tests/Makefile.{am,in} || die

gnome2_src_prepare
}

multilib_src_configure() {
ECONF_SOURCE=${S} gnome2_src_configure \
$(use_enable debug debug-refcounting) \
$(multilib_native_use_enable doc documentation) \
--enable-deprecated-api
}

multilib_src_test() {
cd tests
default

for i in */test; do
${i} || die Running tests failed at ${i}
done
}

multilib_src_install() {
gnome2_src_install
}

multilib_src_install_all() {
einstalldocs

if ! use doc  ! use examples; then
rm -fr ${ED}usr/share/doc/glibmm*
fi

if use examples; then
find examples -type d -name '.deps' -exec rm -rf {} \; 
2/dev/null
dodoc -r examples
fi
}






[gentoo-commits] gentoo-x86 commit in app-text/yelp-tools: ChangeLog yelp-tools-3.16.1.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:03:02

  Modified: ChangeLog
  Added:yelp-tools-3.16.1.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.69 app-text/yelp-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yelp-tools/ChangeLog?rev=1.69view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yelp-tools/ChangeLog?rev=1.69content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yelp-tools/ChangeLog?r1=1.68r2=1.69

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/yelp-tools/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   7 Jun 2015 10:08:54 -   1.68
+++ ChangeLog   9 Jun 2015 15:03:02 -   1.69
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/yelp-tools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yelp-tools/ChangeLog,v 1.68 
2015/06/07 10:08:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/yelp-tools/ChangeLog,v 1.69 
2015/06/09 15:03:02 eva Exp $
+
+*yelp-tools-3.16.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +yelp-tools-3.16.1.ebuild:
+  Version bump for Gnome 3.16.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org yelp-tools-3.14.1.ebuild:
   arm stable, bug #534012



1.1  app-text/yelp-tools/yelp-tools-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yelp-tools/yelp-tools-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yelp-tools/yelp-tools-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: yelp-tools-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/yelp-tools/yelp-tools-3.16.1.ebuild,v 1.1 
2015/06/09 15:03:02 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2

DESCRIPTION=Collection of tools for building and converting documentation
HOMEPAGE=http://www.gnome.org/;

LICENSE=|| ( GPL-2+ freedist ) GPL-2+ # yelp.m4 is GPL2 || freely 
distributable
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux
IUSE=

RDEPEND=
=dev-libs/libxml2-2.6.12
=dev-libs/libxslt-1.1.8
dev-util/itstool
gnome-extra/yelp-xsl
virtual/awk

DEPEND=${RDEPEND}
virtual/pkgconfig







[gentoo-commits] gentoo-x86 commit in games-puzzle/atomix: atomix-3.16.0.ebuild ChangeLog

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:15:50

  Modified: ChangeLog
  Added:atomix-3.16.0.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.17 games-puzzle/atomix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/atomix/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/atomix/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/atomix/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/atomix/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   7 Dec 2013 21:39:56 -   1.16
+++ ChangeLog   9 Jun 2015 15:15:50 -   1.17
@@ -1,6 +1,11 @@
 # ChangeLog for games-puzzle/atomix
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/ChangeLog,v 1.16 
2013/12/07 21:39:56 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/ChangeLog,v 1.17 
2015/06/09 15:15:50 eva Exp $
+
+*atomix-3.16.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +atomix-3.16.0.ebuild:
+  Version bump for Gnome 3.16.
 
   07 Dec 2013; Tupone Alfredo tup...@gentoo.org atomix-2.14.0.ebuild,
   +files/atomix-2.14.0-underlink.patch:



1.1  games-puzzle/atomix/atomix-3.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/atomix/atomix-3.16.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/atomix/atomix-3.16.0.ebuild?rev=1.1content-type=text/plain

Index: atomix-3.16.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/atomix-3.16.0.ebuild,v 
1.1 2015/06/09 15:15:50 eva Exp $

EAPI=5

inherit gnome-games

DESCRIPTION=a game where you build full molecules, from simple inorganic to 
extremely complex organic ones
HOMEPAGE=http://ftp.gnome.org/pub/GNOME/sources/atomix/;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

RDEPEND=
=dev-libs/glib-2.36:2
=dev-libs/libxml2-2.4.23
=x11-libs/gdk-pixbuf-2.0.5:2
=x11-libs/gtk+-3.10:3

DEPEND=${RDEPEND}
dev-libs/appstream-glib
=dev-util/intltool-0.40
sys-devel/gettext
virtual/pkgconfig







[gentoo-commits] gentoo-x86 commit in gnome-base/dconf-editor: - New directory

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:21:45

  Log:
  Directory /var/cvsroot/gentoo-x86/gnome-base/dconf-editor added to the 
repository



[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-settings-daemon/files: gnome-settings-daemon-3.16.2-settings_set_display.patch gnome-settings-daemon-3.16.0-optional.patch

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:21:45

  Added:   
gnome-settings-daemon-3.16.2-settings_set_display.patch
gnome-settings-daemon-3.16.0-optional.patch
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  
gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-3.16.2-settings_set_display.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-3.16.2-settings_set_display.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-3.16.2-settings_set_display.patch?rev=1.1content-type=text/plain

Index: gnome-settings-daemon-3.16.2-settings_set_display.patch
===
From 804a75e86c8aafa46ff3c99933d1c8cd54ba7fcc Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev tetrom...@gentoo.org
Date: Mon, 25 May 2015 12:35:13 -0400
Subject: [PATCH] common: settings_set_display(): fix segfault when output ==
 NULL

If settings_set_display() was called with output == NULL, edid remained
initialized to NULLs, but an array of NULLs is an illegal value for
KEY_DISPLAY settings, which has type as.

https://bugzilla.gnome.org/show_bug.cgi?id=749844
---
 plugins/common/gsd-device-mapper.c | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/plugins/common/gsd-device-mapper.c 
b/plugins/common/gsd-device-mapper.c
index ce70fd0..c8a1a1a 100644
--- a/plugins/common/gsd-device-mapper.c
+++ b/plugins/common/gsd-device-mapper.c
@@ -365,7 +365,8 @@ static void
 settings_set_display (GSettings*settings,
  GnomeRROutput *output)
 {
-   gchar **prev, *edid[4] = { NULL, NULL, NULL, NULL };
+   /* KEY_DISPLAY is type as, so edid[0..2] must not be NULL */
+   gchar **prev, *edid[4] = { , , , NULL };
GVariant *value;
gsize nvalues;
 
@@ -384,9 +385,11 @@ settings_set_display (GSettings*settings,
g_settings_set_value (settings, KEY_DISPLAY, value);
}
 
-   g_free (edid[0]);
-   g_free (edid[1]);
-   g_free (edid[2]);
+   if (output) {
+   g_free (edid[0]);
+   g_free (edid[1]);
+   g_free (edid[2]);
+   }
g_strfreev (prev);
 }
 
-- 
2.4.1




1.1  
gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-3.16.0-optional.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-3.16.0-optional.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-3.16.0-optional.patch?rev=1.1content-type=text/plain

Index: gnome-settings-daemon-3.16.0-optional.patch
===
From 8b526c757f0e977eeda9285762e137deba0a31f4 Mon Sep 17 00:00:00 2001
From: Ole Reifschneider m...@ole-reifschneider.de
Date: Sat, 11 Apr 2015 23:10:21 +0200
Subject: [PATCH] Make colord and wacom support optional

---
 configure.ac| 35 +--
 plugins/Makefile.am |  7 ++-
 2 files changed, 35 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index 50a6bb1..a42ec20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -236,7 +236,20 @@ dnl 
---
 dnl - color
 dnl ---
 
-PKG_CHECK_MODULES(COLOR, [colord = 1.0.2 gnome-desktop-3.0 = 
$GNOME_DESKTOP_REQUIRED_VERSION libcanberra-gtk3])
+AC_ARG_ENABLE([color],
+  AS_HELP_STRING([--disable-color],
+ [turn off color plugin]),
+   [with_color=$enableval],
+   [with_color=yes]) dnl Default value
+
+if test x$with_color = xyes; then
+   PKG_CHECK_MODULES(COLOR, [colord = 1.0.2 gnome-desktop-3.0 = 
$GNOME_DESKTOP_REQUIRED_VERSION libcanberra-gtk3])
+   AC_DEFINE(HAVE_COLOR, 1, [Define if color plugin is enabled])
+fi
+AM_CONDITIONAL(WITH_COLOR, test x$with_color = xyes)
+
+AC_SUBST(COLOR_CFLAGS)
+AC_SUBST(COLOR_LIBS)
 
 dnl ---
 dnl - datetime
@@ -267,15 +280,25 @@ case $host_os in
 if test $host_cpu = s390 -o $host_cpu = s390x; then
   have_wacom=no
 else
+  have_wacom=no
   if test x$enable_gudev != xno; then
-PKG_CHECK_MODULES(LIBWACOM, [libwacom = $LIBWACOM_REQUIRED_VERSION])
-PKG_CHECK_MODULES(WACOM, [libwacom = $LIBWACOM_REQUIRED_VERSION x11 
xi xtst gudev-1.0 gnome-desktop-3.0 = $GNOME_DESKTOP_REQUIRED_VERSION 
xorg-wacom librsvg-2.0 = $LIBRSVG_REQUIRED_VERSION libnotify = 

[gentoo-commits] gentoo-x86 commit in gnome-extra/yelp/files: yelp-3.16.0-man-compatibility.patch

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:29:24

  Added:yelp-3.16.0-man-compatibility.patch
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  gnome-extra/yelp/files/yelp-3.16.0-man-compatibility.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/files/yelp-3.16.0-man-compatibility.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/files/yelp-3.16.0-man-compatibility.patch?rev=1.1content-type=text/plain

Index: yelp-3.16.0-man-compatibility.patch
===
From fb83e8cea7e9e521599e73180ecff8f1374edb8d Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev tetrom...@gmail.com
Date: Sun, 1 May 2011 22:52:14 -0400
Subject: [PATCH] Enable compatibility with traditional man (#648854)

As of commit 46a82ade3e6f0fac8f08b18e7fc23d8665f6f728, Yelp runs
man -Z -Tutf8 -EUTF-8 [FILE] to obtain the groff intermediate format
of the man page. However, the only implementation of man that accepts
these options is man-db (used by Debian, Fedora, SUSE  Ubuntu).
The traditional Linux man used by other distros and man implementations
on non-Linux Unixes (FreeBSD, Solaris) do not have command-line options
for outputting groff intermediate format.
Therefore, on systems that do not use man-db, we need to manually
uncompress the nroff source file and feed it to groff. This is best done
using a small shell script (/usr/libexec/yelp-groff), both for for
clarity and for ease of modification on systems with weird man setups.

Signed-off-by: Alexandre Rostovtsev tetrom...@gmail.com
---
 libyelp/Makefile.am   |  2 ++
 libyelp/yelp-groff| 49 +++
 libyelp/yelp-man-parser.c |  2 +-
 3 files changed, 52 insertions(+), 1 deletion(-)
 create mode 100755 libyelp/yelp-groff

diff --git a/libyelp/Makefile.am b/libyelp/Makefile.am
index 0ae9d60..0037ecd 100644
--- a/libyelp/Makefile.am
+++ b/libyelp/Makefile.am
@@ -1,4 +1,5 @@
 lib_LTLIBRARIES = libyelp.la
+libexec_SCRIPTS = yelp-groff
 
 libyelp_la_SOURCES =\
yelp-bookmarks.c\
@@ -51,6 +52,7 @@ libyelp_la_CFLAGS = \
$(YELP_CFLAGS)  \
-Wno-deprecated-declarations\
-DDATADIR=\$(datadir)\  \
+   -DLIBEXECDIR=\$(libexecdir)\   \
-DYELP_ICON_PATH=\$(YELP_ICON_PATH)\
 
 libyelp_la_LIBADD = $(YELP_LIBS)
diff --git a/libyelp/yelp-groff b/libyelp/yelp-groff
new file mode 100755
index 000..5348024
--- /dev/null
+++ b/libyelp/yelp-groff
@@ -0,0 +1,49 @@
+#!/bin/sh
+#
+# Copyright (c) 2011 Alexandre Rostovtsev tetrom...@gmail.com
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the
+# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
+#
+###
+#
+# Process the requested compressed source nroff file and output groff
+# intermediate format.
+#
+
+filename=$1
+
+if [ -z ${filename} ] ; then
+echo Usage: yelp-groff [FILE] 2
+echo Process a man FILE and output groff intermediate format.
+exit 1
+fi
+
+# If man -Z -Tutf8 -EUTF-8 works (i.e. if man is man-db), use that.
+man -Z -Tutf8 -EUTF-8 ${filename} 2/dev/null  exit 0
+
+# Otherwise, manually uncompress the file ...
+cat=cat
+case ${filename} in
+*.bz2)  cat=bzip2 -c -d ;;
+*.gz)   cat=gunzip -c ;;
+*.lzma) cat=unlzma -c -d ;;
+*.xz)   cat=unxz -c ;;
+*.Z)cat=zcat ;;
+esac
+
+# ... and run groff to get the intermediate format; preprocess with tbl
+# unless MANROFFSEQ is defined.
+${cat} ${filename} | groff -${MANROFFSEQ:-t} -man -Z -Tutf8
diff --git a/libyelp/yelp-man-parser.c b/libyelp/yelp-man-parser.c
index 46073a2..792e695 100644
--- a/libyelp/yelp-man-parser.c
+++ b/libyelp/yelp-man-parser.c
@@ -369,7 +369,7 @@ get_troff (gchar *path, GError **error)
 {
 gint ystdout;
 GError *err = NULL;
-const gchar *argv[] = { man, -Z, -Tutf8, -EUTF-8, path, NULL };
+const gchar *argv[] = { LIBEXECDIR /yelp-groff, path, NULL };
 gchar **my_argv;
 
 /* g_strdupv() should accept a const gchar **. */
-- 
2.3.6







[gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: ChangeLog webkit-gtk-2.8.3.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:34:30

  Modified: ChangeLog
  Added:webkit-gtk-2.8.3.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.320net-libs/webkit-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.320view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.320content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.319r2=1.320

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -r1.319 -r1.320
--- ChangeLog   25 May 2015 21:54:38 -  1.319
+++ ChangeLog   9 Jun 2015 14:34:30 -   1.320
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/webkit-gtk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.319 
2015/05/25 21:54:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.320 
2015/06/09 14:34:30 eva Exp $
+
+*webkit-gtk-2.8.3 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org 
+webkit-gtk-2.8.3.ebuild,
+  +files/webkit-gtk-2.8.1-ia64-malloc.patch:
+  Version bump for Gnome 3.16.
 
   25 May 2015; Pacho Ramos pa...@gentoo.org webkit-gtk-2.4.9-r200.ebuild,
   webkit-gtk-2.4.9.ebuild:



1.1  net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild?rev=1.1content-type=text/plain

Index: webkit-gtk-2.8.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild,v 1.1 
2015/06/09 14:34:30 eva Exp $

EAPI=5
GCONF_DEBUG=no
PYTHON_COMPAT=( python2_7 )

inherit check-reqs cmake-utils eutils flag-o-matic gnome2 pax-utils 
python-any-r1 toolchain-funcs versionator virtualx

MY_P=webkitgtk-${PV}
DESCRIPTION=Open source web browser engine
HOMEPAGE=http://www.webkitgtk.org/;
SRC_URI=http://www.webkitgtk.org/releases/${MY_P}.tar.xz;

LICENSE=LGPL-2+ BSD
SLOT=4/37 # soname version of libwebkit2gtk-4.0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos

IUSE=coverage doc +egl +geoloc gles2 +gstreamer +introspection +jit libsecret 
+opengl spell wayland +webgl X
REQUIRED_USE=
geoloc? ( introspection )
gles2? ( egl )
introspection? ( gstreamer )
webgl? ( ^^ ( gles2 opengl ) )
!webgl? ( ?? ( gles2 opengl ) )
|| ( wayland X )


# use sqlite, svg by default
# Aqua support in gtk3 is untested
# gtk2 is needed for plugin process support, should we add a USE flag to 
configure this?
RDEPEND=
dev-db/sqlite:3=
=dev-libs/glib-2.36:2
=dev-libs/icu-3.8.1-r1:=
=dev-libs/libxml2-2.8:2
=dev-libs/libxslt-1.1.7
=media-libs/fontconfig-2.8:1.0
=media-libs/freetype-2.4.2:2
=media-libs/harfbuzz-0.9.18:=[icu(+)]
=media-libs/libpng-1.4:0=
media-libs/libwebp:=
=net-libs/gnutls-3
=net-libs/libsoup-2.42:2.4[introspection?]
virtual/jpeg:0=
=x11-libs/cairo-1.10.2:=
=x11-libs/gtk+-3.14:3[introspection?]
x11-libs/libnotify
=x11-libs/pango-1.30.0

=x11-libs/gtk+-2.24.10:2

egl? ( media-libs/mesa[egl] )
geoloc? ( =app-misc/geoclue-2.1.5:2.0 )
gles2? ( media-libs/mesa[gles2] )
gstreamer? (
=media-libs/gstreamer-1.2:1.0
=media-libs/gst-plugins-base-1.2:1.0 )
introspection? ( =dev-libs/gobject-introspection-1.32.0 )
libsecret? ( app-crypt/libsecret )
opengl? ( virtual/opengl )
spell? ( =app-text/enchant-0.22:= )
wayland? ( =x11-libs/gtk+-3.14:3[wayland] )
webgl? (
x11-libs/cairo[opengl]
x11-libs/libXcomposite
x11-libs/libXdamage )
X? (
x11-libs/cairo[X]
=x11-libs/gtk+-3.14:3[X]
x11-libs/libX11
x11-libs/libXrender
x11-libs/libXt )


# paxctl needed for bug #407085
# Need real bison, not yacc
DEPEND=${RDEPEND}
${PYTHON_DEPS}
=dev-lang/perl-5.10
|| (
virtual/rubygems[ruby_targets_ruby20]
virtual/rubygems[ruby_targets_ruby21]

[gentoo-commits] gentoo-x86 commit in www-client/epiphany/files: epiphany-3.16.0-unittest-1.patch

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:34:35

  Added:epiphany-3.16.0-unittest-1.patch
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  www-client/epiphany/files/epiphany-3.16.0-unittest-1.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/files/epiphany-3.16.0-unittest-1.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/files/epiphany-3.16.0-unittest-1.patch?rev=1.1content-type=text/plain

Index: epiphany-3.16.0-unittest-1.patch
===
From 7ed4a68e2106480f0984703f70b7c25734803161 Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue e...@gentoo.org
Date: Sun, 10 May 2015 17:35:57 +0200
Subject: [PATCH 2/3] Gentoo tests run in ${PORTAGE_TMPDIR} which is not
 guaranteed to be /tmp

---
 tests/ephy-file-helpers-test.c | 5 -
 1 file changed, 5 deletions(-)

diff --git a/tests/ephy-file-helpers-test.c b/tests/ephy-file-helpers-test.c
index 43d0009..0fcb585 100644
--- a/tests/ephy-file-helpers-test.c
+++ b/tests/ephy-file-helpers-test.c
@@ -89,12 +89,7 @@ test_ephy_file_helpers_init (void)
 
 /* Cleanup dir left behind. */
 if (keep_dir) {
-  /* As a safety measure, only try recursive delete on paths
-   * prefixed with /tmp. */
-  if (g_str_has_prefix (tmp_dir, /tmp))
 g_assert (ephy_file_delete_dir_recursively (tmp_dir, NULL));
-  else
-g_warning (INIT: dangerous path returned as tmp_dir: %s, tmp_dir);
 }
 
 g_free (tmp_dir);
-- 
2.3.6







[gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk/files: webkit-gtk-2.8.1-ia64-malloc.patch

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:34:30

  Added:webkit-gtk-2.8.1-ia64-malloc.patch
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  
net-libs/webkit-gtk/files/webkit-gtk-2.8.1-ia64-malloc.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/files/webkit-gtk-2.8.1-ia64-malloc.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/files/webkit-gtk-2.8.1-ia64-malloc.patch?rev=1.1content-type=text/plain

Index: webkit-gtk-2.8.1-ia64-malloc.patch
===
From 9348d1c7fbbd9fcbb1702c0c6d81c723ec0b6879 Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue e...@gentoo.org
Date: Sun, 19 Oct 2014 19:40:21 +0200
Subject: [PATCH 3/4] Use system malloc for IA64

https://bugs.webkit.org/show_bug.cgi?id=129542
---
 Source/WTF/wtf/Platform.h | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h
index d9afcd7..c4cf1d2 100644
--- a/Source/WTF/wtf/Platform.h
+++ b/Source/WTF/wtf/Platform.h
@@ -662,6 +662,13 @@
 #endif
 #endif /* !defined(WTF_USE_JSVALUE64)  !defined(WTF_USE_JSVALUE32_64) */
 
+/* FIXME: The fast malloc implementation is broken on Itanium / IA64 because
+   some memory barriers are missing in the thread-unsafe code around the
+   pagemap_cache_ object. */
+#if CPU(IA64) || CPU(IA64_32)
+#define USE_SYSTEM_MALLOC 1
+#endif
+
 /* The JIT is enabled by default on all x86, x86-64, ARM  MIPS platforms 
except ARMv7k. */
 #if !defined(ENABLE_JIT) \
  (CPU(X86) || CPU(X86_64) || CPU(ARM) || CPU(ARM64) || CPU(MIPS)) \
-- 
2.1.2







[gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-3.16.1.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:34:35

  Modified: ChangeLog
  Added:epiphany-3.16.1.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.315www-client/epiphany/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.315view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.315content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.314r2=1.315

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
retrieving revision 1.314
retrieving revision 1.315
diff -u -r1.314 -r1.315
--- ChangeLog   1 May 2015 13:49:42 -   1.314
+++ ChangeLog   9 Jun 2015 14:34:35 -   1.315
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/epiphany
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.314 
2015/05/01 13:49:42 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.315 
2015/06/09 14:34:35 eva Exp $
+
+*epiphany-3.16.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +epiphany-3.16.1.ebuild,
+  +files/epiphany-3.16.0-unittest-1.patch:
+  Version bump for Gnome 3.16.
 
   01 May 2015; Gilles Dartiguelongue e...@gentoo.org epiphany-3.14.2.ebuild:
   Add missing gnome-common dependency, bug #547902.



1.1  www-client/epiphany/epiphany-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: epiphany-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.16.1.ebuild,v 
1.1 2015/06/09 14:34:35 eva Exp $

EAPI=5
GCONF_DEBUG=yes
GNOME2_LA_PUNT=yes

inherit autotools eutils gnome2 pax-utils versionator virtualx

DESCRIPTION=GNOME webbrowser based on Webkit
HOMEPAGE=https://wiki.gnome.org/Apps/Web;

# TODO: coverage
LICENSE=GPL-2
SLOT=0
IUSE=+jit +nss test
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86

COMMON_DEPEND=
=app-crypt/gcr-3.5.5
=app-crypt/libsecret-0.14
=app-text/iso-codes-0.35
=dev-libs/glib-2.38:2
=dev-libs/libxml2-2.6.12:2
=dev-libs/libxslt-1.1.7
=gnome-base/gsettings-desktop-schemas-0.0.1
=net-dns/avahi-0.6.22[dbus]
=net-libs/webkit-gtk-2.7.4:4[jit?]
=net-libs/libsoup-2.48:2.4
=x11-libs/gtk+-3.13:3
=x11-libs/libnotify-0.5.1:=
gnome-base/gnome-desktop:3=

dev-db/sqlite:3
x11-libs/libwnck:3
x11-libs/libX11

x11-themes/gnome-icon-theme
x11-themes/gnome-icon-theme-symbolic

nss? ( dev-libs/nss )

# epiphany-extensions support was removed in 3.7; let's not pretend it still 
works
RDEPEND=${COMMON_DEPEND}
!www-client/epiphany-extensions

# paxctl needed for bug #407085
# eautoreconf requires gnome-common-3.5.5
DEPEND=${COMMON_DEPEND}
=gnome-base/gnome-common-3.6
=dev-util/intltool-0.50
sys-apps/paxctl
sys-devel/gettext
virtual/pkgconfig


src_prepare() {
# Fix missing symbol in webextension.so, bug #728972
epatch ${FILESDIR}/${PN}-3.14.0-missing-symbol.patch

# Fix unittests
epatch ${FILESDIR}/${PN}-3.16.0-unittest-1.patch
epatch ${FILESDIR}/${PN}-3.14.0-unittest-2.patch

eautoreconf
gnome2_src_prepare
}

src_configure() {
gnome2_src_configure \
--enable-shared \
--disable-static \
--with-distributor-name=Gentoo \
$(use_enable nss) \
$(use_enable test tests) \
ITSTOOL=$(type -P true)
}

src_compile() {
# needed to avoid Command line `dbus-launch ...' exited with non-zero 
exit status 1
unset DISPLAY
gnome2_src_compile
}

src_test() {
# FIXME: this should be handled at eclass level
${EROOT}${GLIB_COMPILE_SCHEMAS} --allow-any-name ${S}/data || die

unset DISPLAY
GSETTINGS_SCHEMA_DIR=${S}/data Xemake check
}

src_install() {
DOCS=AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO
gnome2_src_install
use jit  pax-mark m ${ED}usr/bin/epiphany
}






[gentoo-commits] gentoo-x86 commit in dev-util/dogtail: metadata.xml dogtail-0.9.0-r2.ebuild ChangeLog Manifest

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:47:49

  Added:metadata.xml dogtail-0.9.0-r2.ebuild ChangeLog
Manifest
  Log:
  Imported from gnome-overlay, needed for GUI unitests in Gnome packages.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  dev-util/dogtail/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dogtail/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dogtail/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdgnome/herd
/pkgmetadata



1.1  dev-util/dogtail/dogtail-0.9.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dogtail/dogtail-0.9.0-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dogtail/dogtail-0.9.0-r2.ebuild?rev=1.1content-type=text/plain

Index: dogtail-0.9.0-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/dogtail/dogtail-0.9.0-r2.ebuild,v 
1.1 2015/06/09 14:47:49 eva Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit eutils distutils-r1 gnome2-utils fdo-mime

DESCRIPTION=GUI test tool and automation framework using accessibility 
framework
HOMEPAGE=https://fedorahosted.org/dogtail/;
SRC_URI=https://fedorahosted.org/released/${PN}/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND=
dev-libs/gobject-introspection
dev-python/pyatspi[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/gtk+:3[introspection]
x11-libs/libwnck:3[introspection]
x11-base/xorg-server[xvfb]
x11-apps/xinit

DEPEND=${DEPEND}

src_prepare() {
# Install docs in one place
sed s:doc/${PN}:doc/${PF}: -i setup.py || die

# Fix current user detection, upstream bug #46
# Also, respect TMPDIR
epatch ${FILESDIR}/${PN}-0.9.0-get-user.patch

# Upstream loads resources relative to __file__, which doesn't work with
# gentoo's dev-lang/python-exec. So we need to add hard-coded paths.
epatch ${FILESDIR}/${PN}-0.9.0-gentoo-paths.patch
sed -e s:@EPREFIX_USR@:'${EPREFIX}/usr': -i sniff/sniff || die sed 
failed

distutils-r1_src_prepare
}

pkg_preinst() {
gnome2_icon_savelist
}

pkg_postinst() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
}

pkg_postrm() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
}



1.1  dev-util/dogtail/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dogtail/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dogtail/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-util/dogtail
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/dogtail/ChangeLog,v 1.1 2015/06/09 
14:47:49 eva Exp $

*dogtail-0.9.0-r2 (09 Jun 2015)

  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +dogtail-0.9.0-r2.ebuild,
  +files/dogtail-0.9.0-gentoo-paths.patch, +files/dogtail-0.9.0-get-user.patch,
  +metadata.xml:
  Imported from gnome-overlay, needed for GUI unitests in Gnome packages.




1.1  dev-util/dogtail/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dogtail/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dogtail/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
AUX dogtail-0.9.0-gentoo-paths.patch 1873 SHA256 
7799418ab9eb99b2cfa62888cd88bb3c02d4ee78e70cc6ec959ca09bb2d3e3f0 SHA512 
e1317e1be5b84d6972835ba3991143fa7643b57d71097c406bafe13e265232843ade3e005066128833d4833abd35f8bf35bc7d97cfe50afea869d63f66309279
 WHIRLPOOL 
195a7471ccd919b1c95c7de0827810cf051e21b020cb324f444ef17bccb6044e1fed788499b6b90695e74455913d6853d32f71ecb22969e6c808d1521cfd85c4
AUX dogtail-0.9.0-get-user.patch 784 SHA256 
2cb59e07b9971cb0daf48431e06e6b2b62ae274f1f9420070c2ddc49a9952425 SHA512 
ff3c89e0d85be36964ad56c48ac5a9328555acb5aa8eeca01bd08cc2880e59c838e536a6a789d23ea8d3c38ac0245452f3f7709b34e87f4e05eafc10b482746e
 WHIRLPOOL 

[gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-weather: ChangeLog gnome-weather-3.16.2.1.ebuild gnome-weather-3.12.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:47:53

  Modified: ChangeLog
  Added:gnome-weather-3.16.2.1.ebuild
  Removed:  gnome-weather-3.12.0.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.18 gnome-extra/gnome-weather/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-weather/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-weather/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-weather/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-weather/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   15 Mar 2015 13:26:39 -  1.17
+++ ChangeLog   9 Jun 2015 14:47:53 -   1.18
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-extra/gnome-weather
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-weather/ChangeLog,v 1.17 
2015/03/15 13:26:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-weather/ChangeLog,v 1.18 
2015/06/09 14:47:53 eva Exp $
+
+*gnome-weather-3.16.2.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -gnome-weather-3.12.0.ebuild, +gnome-weather-3.16.2.1.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org gnome-weather-3.14.1.ebuild:
   x86 stable, bug 534012



1.1  gnome-extra/gnome-weather/gnome-weather-3.16.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-weather/gnome-weather-3.16.2.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-weather/gnome-weather-3.16.2.1.ebuild?rev=1.1content-type=text/plain

Index: gnome-weather-3.16.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/gnome-weather/gnome-weather-3.16.2.1.ebuild,v
 1.1 2015/06/09 14:47:53 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2 virtualx

DESCRIPTION=A weather application for GNOME
HOMEPAGE=https://wiki.gnome.org/Design/Apps/Weather;

LICENSE=GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

RDEPEND=
=dev-libs/gjs-1.43.3
=dev-libs/glib-2.32:2
=dev-libs/gobject-introspection-1.35.9
=dev-libs/libgweather-3.15.90
=x11-libs/gtk+-3.11.4:3

DEPEND=${RDEPEND}
dev-util/appdata-tools
=dev-util/intltool-0.26
virtual/pkgconfig
test? ( dev-util/dogtail )


src_configure() {
gnome2_src_configure $(use_enable test dogtail)
}

src_test() {
Xemake check TESTS_ENVIRONMENT=dbus-run-session
}






[gentoo-commits] gentoo-x86 commit in app-text/evince/files: evince-3.12.2-memory-leak.patch evince-3.14.1-show-correct.patch evince-3.14.1-thumbnail-size.patch evince-3.14.1-scroll-search.patch evinc

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:00:29

  Removed:  evince-3.12.2-memory-leak.patch
evince-3.14.1-show-correct.patch
evince-3.14.1-thumbnail-size.patch
evince-3.14.1-scroll-search.patch
evince-3.14.1-incorrect-resolution.patch
evince-3.14.1-critical-warning.patch
evince-3.14.0-non-bash-support.patch
evince-3.12.2-print-center.patch
evince-3.12.2-scroll-search-1.patch
evince-3.14.1-gnome-desktop.patch
evince-3.12.2-scroll-search-2.patch
evince-3.14.1-disable-toggle-find.patch
  Log:
  Version bump for Gnome 3.16. Clean up old revisions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)



[gentoo-commits] gentoo-x86 commit in app-text/evince: ChangeLog evince-3.16.1.ebuild evince-3.12.2-r1.ebuild evince-3.12.2.ebuild evince-3.14.1-r1.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:00:29

  Modified: ChangeLog
  Added:evince-3.16.1.ebuild
  Removed:  evince-3.12.2-r1.ebuild evince-3.12.2.ebuild
evince-3.14.1-r1.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revisions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.287app-text/evince/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.287view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.287content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?r1=1.286r2=1.287

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -r1.286 -r1.287
--- ChangeLog   22 Mar 2015 19:47:18 -  1.286
+++ ChangeLog   9 Jun 2015 15:00:29 -   1.287
@@ -1,6 +1,24 @@
 # ChangeLog for app-text/evince
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.286 
2015/03/22 19:47:18 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.287 
2015/06/09 15:00:29 eva Exp $
+
+*evince-3.16.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org -evince-3.12.2.ebuild,
+  -evince-3.12.2-r1.ebuild, -evince-3.14.1-r1.ebuild, +evince-3.16.1.ebuild,
+  -files/evince-3.12.2-memory-leak.patch,
+  -files/evince-3.12.2-print-center.patch,
+  -files/evince-3.12.2-scroll-search-1.patch,
+  -files/evince-3.12.2-scroll-search-2.patch,
+  -files/evince-3.14.0-non-bash-support.patch,
+  -files/evince-3.14.1-critical-warning.patch,
+  -files/evince-3.14.1-disable-toggle-find.patch,
+  -files/evince-3.14.1-gnome-desktop.patch,
+  -files/evince-3.14.1-incorrect-resolution.patch,
+  -files/evince-3.14.1-scroll-search.patch,
+  -files/evince-3.14.1-show-correct.patch,
+  -files/evince-3.14.1-thumbnail-size.patch:
+  Version bump for Gnome 3.16. Clean up old revisions.
 
 *evince-3.14.2-r1 (22 Mar 2015)
 



1.1  app-text/evince/evince-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: evince-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.16.1.ebuild,v 1.1 
2015/06/09 15:00:29 eva Exp $

EAPI=5
GCONF_DEBUG=yes
GNOME2_LA_PUNT=yes

inherit gnome2

DESCRIPTION=Simple document viewer for GNOME
HOMEPAGE=https://wiki.gnome.org/Apps/Evince;

LICENSE=GPL-2+ CC-BY-SA-3.0
# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
SLOT=0/evd3.4-evv3.3
IUSE=djvu dvi gnome +introspection libsecret nautilus nsplugin +postscript 
t1lib tiff xps
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris

# Since 2.26.2, can handle poppler without cairo support. Make it optional ?
# not mature enough
# atk used in libview
# gdk-pixbuf used all over the place
# libX11 used for totem-screensaver
COMMON_DEPEND=
dev-libs/atk
=dev-libs/glib-2.36:2[dbus]
=dev-libs/libxml2-2.5:2
sys-libs/zlib:=
x11-libs/gdk-pixbuf:2
=x11-libs/gtk+-3.15.3:3[introspection?]
gnome-base/gsettings-desktop-schemas
=x11-libs/cairo-1.10:=
=app-text/poppler-0.24:=[cairo]
djvu? ( =app-text/djvu-3.5.17:= )
dvi? (
virtual/tex-base
dev-libs/kpathsea:=
t1lib? ( =media-libs/t1lib-5:= ) )
gnome? ( gnome-base/gnome-desktop:3 )
introspection? ( =dev-libs/gobject-introspection-1 )
libsecret? ( =app-crypt/libsecret-0.5 )
nautilus? ( =gnome-base/nautilus-2.91.4[introspection?] )
postscript? ( =app-text/libspectre-0.2:= )
tiff? ( =media-libs/tiff-3.6:0= )
xps? ( =app-text/libgxps-0.2.1:= )

RDEPEND=${COMMON_DEPEND}
gnome-base/gvfs
gnome-base/librsvg
|| (
=x11-themes/adwaita-icon-theme-2.17.1
=x11-themes/gnome-icon-theme-2.17.1
=x11-themes/hicolor-icon-theme-0.10 )
x11-themes/gnome-icon-theme-symbolic

DEPEND=${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.3
app-text/yelp-tools
dev-util/gdbus-codegen
=dev-util/gtk-doc-am-1.13
=dev-util/intltool-0.35
sys-devel/gettext
virtual/pkgconfig

# eautoreconf needs:
#  

[gentoo-commits] gentoo-x86 commit in gnome-base/dconf: ChangeLog dconf-0.24.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:23:40

  Modified: ChangeLog
  Added:dconf-0.24.0.ebuild
  Log:
  Version bump for Gnome 3.16. dconf-editor moved to its own package.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.84 gnome-base/dconf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/ChangeLog?rev=1.84view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/ChangeLog?rev=1.84content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/ChangeLog?r1=1.83r2=1.84

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   7 Jun 2015 10:33:39 -   1.83
+++ ChangeLog   9 Jun 2015 15:23:40 -   1.84
@@ -1,6 +1,11 @@
 # ChangeLog for gnome-base/dconf
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v 1.83 
2015/06/07 10:33:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v 1.84 
2015/06/09 15:23:40 eva Exp $
+
+*dconf-0.24.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +dconf-0.24.0.ebuild:
+  Version bump for Gnome 3.16. dconf-editor moved to its own package.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org dconf-0.22.0.ebuild:
   arm stable, bug #534012



1.1  gnome-base/dconf/dconf-0.24.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/dconf-0.24.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/dconf-0.24.0.ebuild?rev=1.1content-type=text/plain

Index: dconf-0.24.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/dconf-0.24.0.ebuild,v 1.1 
2015/06/09 15:23:40 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2 bash-completion-r1 virtualx

DESCRIPTION=Simple low-level configuration system
HOMEPAGE=https://wiki.gnome.org/dconf;

LICENSE=LGPL-2.1+
SLOT=0

# TODO: coverage ?
IUSE=test

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~arm-linux ~x86-linux

RDEPEND=
=dev-libs/glib-2.39.1:2
sys-apps/dbus

DEPEND=${RDEPEND}
dev-libs/libxslt
dev-util/gdbus-codegen
=dev-util/gtk-doc-am-1.15
sys-devel/gettext
virtual/pkgconfig


src_configure() {
gnome2_src_configure \
--disable-gcov \
--enable-man \
VALAC=$(type -P true)
}

src_test() {
Xemake check
}

src_install() {
gnome2_src_install

# GSettings backend may be one of: memory, gconf, dconf
# Only dconf is really considered functional by upstream
# must have it enabled over gconf if both are installed
echo 'CONFIG_PROTECT_MASK=/etc/dconf'  51dconf
echo 'GSETTINGS_BACKEND=dconf'  51dconf
doenvd 51dconf

# Install bash-completion file properly to the system
rm -rv ${ED}usr/share/bash-completion || die
dobashcomp ${S}/bin/completion/dconf
}

pkg_postinst() {
gnome2_pkg_postinst
# Kill existing dconf-service processes as recommended by upstream due 
to
# possible changes in the dconf private dbus API.
# dconf-service will be dbus-activated on next use.
pids=$(pgrep -x dconf-service)
if [[ $? == 0 ]]; then
ebegin Stopping dconf-service; it will automatically restart 
on demand
kill ${pids}
eend $?
fi
}






[gentoo-commits] gentoo-x86 commit in gnome-base/dconf-editor: dconf-editor-3.16.1.ebuild metadata.xml ChangeLog Manifest

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:23:35

  Added:dconf-editor-3.16.1.ebuild metadata.xml ChangeLog
Manifest
  Log:
  Initial ebuild from gnome-overlay for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: dconf-editor-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild,v 
1.1 2015/06/09 15:23:35 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2

DESCRIPTION=Graphical tool for editing the dconf configuration database
HOMEPAGE=https://wiki.gnome.org/dconf;

LICENSE=LGPL-2.1+
SLOT=0

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~arm-linux ~x86-linux

COMMON_DEPEND=
=dev-libs/glib-2.39.3:2
dev-libs/libxml2
=gnome-base/dconf-0.23.2
=x11-libs/gtk+-3.4:3

DEPEND=${COMMON_DEPEND}
=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig

RDEPEND=${COMMON_DEPEND}
!gnome-base/dconf-0.22[X]




1.1  gnome-base/dconf-editor/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf-editor/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf-editor/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdgnome/herd
/pkgmetadata



1.1  gnome-base/dconf-editor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf-editor/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf-editor/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for gnome-base/dconf-editor
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf-editor/ChangeLog,v 1.1 
2015/06/09 15:23:35 eva Exp $

*dconf-editor-3.16.1 (09 Jun 2015)

  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
  +dconf-editor-3.16.1.ebuild, +metadata.xml:
  Initial ebuild from gnome-overlay for Gnome 3.16.




1.1  gnome-base/dconf-editor/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf-editor/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf-editor/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST dconf-editor-3.16.1.tar.xz 255532 SHA256 
085d1d4f2acc0400b096d0dfbfcb118fd0de61a5647010ce988b2e04d7f3856e SHA512 
a52cb737023fea2617a8dbaf80a5b6455f57d3b6804f82c4d74b771dfb02898d120385312a8e13ede42d9d0f6cd94f7d853d9c50da6b1dbe6f584f2b2c31465a
 WHIRLPOOL 
41a1cbafaced73255b8ff09a578b5eb604cfd470ecd543beb54cd15dd65b38c97669ef6e1d0d03951e5cf102b4d129f802cb5fec7631962070dfdc2ab0040583
EBUILD dconf-editor-3.16.1.ebuild 677 SHA256 
785dcd8b6cf5c96938078de5355ff40efc479b3e779a52d8cd81c48554f0a341 SHA512 
d81b20909a253936317397ba1f822ecbfe10765f1fd53ebb7bf56d5e14bed4c173cee479e58f348bdd1900f0788653ac3d65d93eeceb595609edd51e45df4b90
 WHIRLPOOL 
a346228e5b7b0471f2f7c592922f38b7f4c40771d84a0b513a1dcfeba084316ea1afcca741ba3dd92b4f00c0591698f972c7c4e7be95ddafe34f3496476f4555
MISC ChangeLog 313 SHA256 
cc2991911d9396b33561f94cdbf72b3e4246196314570c3910262a4697181d56 SHA512 
e9f8fede1ee52db7436f8ad7439a9950bffeca5324a7d77e8a80eb3084a669965f287a56ebc6658d9a3fb770ea28ff59958e2702edfcd91f3d7764fffef22dc1
 WHIRLPOOL 
67abd0d0ef1905cf14c6ab7bbff7dfb055092f6b2b695ba3f0b94c6ba1463f93d1bfddd004cf207ddb1f928802362e35d68e843e23f767ac801fff4b5e57493a
MISC metadata.xml 158 SHA256 
3a7dbca0fdc557de69783e0663e2d76ddab129ea8a19b2d0ef6d3e5d1b947ce1 SHA512 
7fbfbd2b3ed1b81867d55648509f778fdbe2091af53727b3426a3c7f453ae7e1663a99fdd2101508b8d6c85b3158459c93551b77a6a394f02d7e11cbc8a5ecf4
 WHIRLPOOL 
4bcd5662974877d42ebc4361b6eb412bfeea2af7144b436ce7ed152327d554afc321c376625ba0bb85a704b70d86e3c4882dff3573047acddd8ffccf655d4f7e






[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-shell: gnome-shell-3.16.2.ebuild ChangeLog

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:27:40

  Modified: ChangeLog
  Added:gnome-shell-3.16.2.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.94 gnome-base/gnome-shell/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/ChangeLog?rev=1.94view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/ChangeLog?rev=1.94content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/ChangeLog?r1=1.93r2=1.94

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   19 Apr 2015 02:19:48 -  1.93
+++ ChangeLog   9 Jun 2015 15:27:40 -   1.94
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-base/gnome-shell
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.93 
2015/04/19 02:19:48 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.94 
2015/06/09 15:27:40 eva Exp $
+
+*gnome-shell-3.16.2 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +gnome-shell-3.16.2.ebuild:
+  Version bump for Gnome 3.16.
 
   19 Apr 2015; Alexandre Rostovtsev tetrom...@gentoo.org
   gnome-shell-3.14.3.ebuild, gnome-shell-3.14.4.ebuild:



1.1  gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild?rev=1.1content-type=text/plain

Index: gnome-shell-3.16.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild,v 1.1 
2015/06/09 15:27:40 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes
PYTHON_COMPAT=( python{3_3,3_4} )

inherit autotools eutils gnome2 multilib pax-utils python-r1 systemd

DESCRIPTION=Provides core UI functions for the GNOME 3 desktop
HOMEPAGE=https://wiki.gnome.org/Projects/GnomeShell;

LICENSE=GPL-2+ LGPL-2+
SLOT=0
IUSE=+bluetooth +i18n +networkmanager -openrc-force
REQUIRED_USE=${PYTHON_REQUIRED_USE}
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86

# libXfixes-5.0 needed for pointer barriers
# FIXME:
#  * gstreamer support is currently automagic
COMMON_DEPEND=
=app-accessibility/at-spi2-atk-2.5.3
=dev-libs/atk-2[introspection]
=app-crypt/gcr-3.7.5[introspection]
=dev-libs/glib-2.39.1:2[dbus]
=dev-libs/gjs-1.39
=dev-libs/gobject-introspection-0.10.1:=
=x11-libs/gtk+-3.15.0:3[introspection]
=media-libs/clutter-1.21.5:1.0[introspection]
=dev-libs/json-glib-0.13.2
=dev-libs/libcroco-0.6.8:0.6
=gnome-base/gnome-desktop-3.7.90:3=[introspection]
=gnome-base/gsettings-desktop-schemas-3.14
=gnome-base/gnome-keyring-3.3.90
gnome-base/libgnome-keyring
=gnome-extra/evolution-data-server-3.13.90:=
=media-libs/gstreamer-0.11.92:1.0
=net-im/telepathy-logger-0.2.4[introspection]
=net-libs/telepathy-glib-0.19[introspection]
=sys-auth/polkit-0.100[introspection]
=x11-libs/libXfixes-5.0
x11-libs/libXtst
=x11-wm/mutter-3.16.0[introspection]
=x11-libs/startup-notification-0.11

${PYTHON_DEPS}
dev-python/pygobject:3[${PYTHON_USEDEP}]

dev-libs/dbus-glib
dev-libs/libxml2:2
gnome-base/librsvg
media-libs/libcanberra[gtk3]
media-libs/mesa
=media-sound/pulseaudio-2
=net-libs/libsoup-2.40:2.4[introspection]
x11-libs/libX11
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/pango[introspection]
x11-apps/mesa-progs

bluetooth? ( =net-wireless/gnome-bluetooth-3.9[introspection] )
networkmanager? (
app-crypt/libsecret
=gnome-extra/nm-applet-0.9.8
=net-misc/networkmanager-0.9.8[introspection] )

# Runtime-only deps are probably incomplete and approximate.
# Introspection deps generated using:
#  grep -roe imports.gi.* gnome-shell-* | cut -f2 -d: | sort | uniq
# Each block:
# 1. Pull in polkit-0.101 for pretty authorization dialogs
# 2. Introspection stuff needed via imports.gi.*
# 3. gnome-session is needed for gnome-session-quit
# 4. Control shell settings
# 5. Systemd needed for suspending support
# 6. xdg-utils needed for xdg-open, used by extension tool
# 7. 

[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-keyring: ChangeLog gnome-keyring-3.16.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:42:58

  Modified: ChangeLog
  Added:gnome-keyring-3.16.0.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.272gnome-base/gnome-keyring/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.272view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.272content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?r1=1.271r2=1.272

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -r1.271 -r1.272
--- ChangeLog   7 Jun 2015 10:34:44 -   1.271
+++ ChangeLog   9 Jun 2015 15:42:58 -   1.272
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-base/gnome-keyring
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.271 
2015/06/07 10:34:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.272 
2015/06/09 15:42:58 eva Exp $
+
+*gnome-keyring-3.16.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +gnome-keyring-3.16.0.ebuild:
+  Version bump for Gnome 3.16.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org gnome-keyring-3.14.0.ebuild:
   arm stable, bug #534012



1.1  gnome-base/gnome-keyring/gnome-keyring-3.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.16.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.16.0.ebuild?rev=1.1content-type=text/plain

Index: gnome-keyring-3.16.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.16.0.ebuild,v 
1.1 2015/06/09 15:42:58 eva Exp $

EAPI=5
GCONF_DEBUG=yes # Not gnome macro but similar
GNOME2_LA_PUNT=yes
PYTHON_COMPAT=( python2_7 )

inherit fcaps gnome2 pam python-any-r1 versionator virtualx

DESCRIPTION=Password and keyring managing daemon
HOMEPAGE=https://wiki.gnome.org/Projects/GnomeKeyring;

LICENSE=GPL-2+ LGPL-2+
SLOT=0
IUSE=+caps debug pam selinux +ssh-agent test
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x86-solaris

RDEPEND=
=app-crypt/gcr-3.5.3:=[gtk]
=dev-libs/glib-2.38:2
app-misc/ca-certificates
=dev-libs/libgcrypt-1.2.2:0=
=sys-apps/dbus-1.1.1
caps? ( sys-libs/libcap-ng )
pam? ( virtual/pam )

DEPEND=${RDEPEND}
app-text/docbook-xml-dtd:4.3
dev-libs/libxslt
=dev-util/intltool-0.35
sys-devel/gettext
virtual/pkgconfig
test? ( ${PYTHON_DEPS} )


pkg_setup() {
use test  python-any-r1_pkg_setup
}

src_prepare() {
# Disable stupid CFLAGS
sed -e 's/CFLAGS=$CFLAGS -g//' \
-e 's/CFLAGS=$CFLAGS -O0//' \
-i configure.ac configure || die

gnome2_src_prepare
}

src_configure() {
gnome2_src_configure \
$(use_with caps libcap-ng) \
$(use_enable pam) \
$(use_with pam pam-dir $(getpam_mod_dir)) \
$(use_enable selinux) \
$(use_enable ssh-agent) \
--enable-doc \
--enable-gpg-agent
}

src_test() {
 # FIXME: this should be handled at eclass level
 ${EROOT}${GLIB_COMPILE_SCHEMAS} --allow-any-name ${S}/schema || die

 unset DBUS_SESSION_BUS_ADDRESS
 GSETTINGS_SCHEMA_DIR=${S}/schema Xemake check
}

pkg_postinst() {
# cap_ipc_lock only needed if building --with-libcap-ng
# Never install as suid root, this breaks dbus activation, see bug 
#513870
use caps  fcaps -m 755 cap_ipc_lock usr/bin/gnome-keyring-daemon
gnome2_pkg_postinst
}






[gentoo-commits] gentoo-x86 commit in sci-geosciences/geocode-glib: ChangeLog geocode-glib-3.16.2.ebuild geocode-glib-3.12.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:17:47

  Modified: ChangeLog
  Added:geocode-glib-3.16.2.ebuild
  Removed:  geocode-glib-3.12.2.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revisions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.29 sci-geosciences/geocode-glib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   15 Mar 2015 13:32:42 -  1.28
+++ ChangeLog   9 Jun 2015 14:17:47 -   1.29
@@ -1,6 +1,12 @@
 # ChangeLog for sci-geosciences/geocode-glib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 
1.28 2015/03/15 13:32:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 
1.29 2015/06/09 14:17:47 eva Exp $
+
+*geocode-glib-3.16.2 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -geocode-glib-3.12.2.ebuild, +geocode-glib-3.16.2.ebuild:
+  Version bump for Gnome 3.16. Clean up old revisions.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org geocode-glib-3.14.0.ebuild:
   x86 stable, bug 534012



1.1  sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild?rev=1.1content-type=text/plain

Index: geocode-glib-3.16.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild,v
 1.1 2015/06/09 14:17:47 eva Exp $

EAPI=5
GCONF_DEBUG=no # --enable-debug does not do anything useful

inherit gnome2

DESCRIPTION=GLib geocoding library that uses the Yahoo! Place Finder service
HOMEPAGE=http://git.gnome.org/browse/geocode-glib;

# FIXME: should be slot 1.0 but upstream failed at renaming the libs
#and some files conflict from previous releases.

LICENSE=LGPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=+introspection test

RDEPEND=
=dev-libs/glib-2.34:2
=dev-libs/json-glib-0.99.2[introspection?]
gnome-base/gvfs[http]
net-libs/libsoup:2.4[introspection?]
introspection? (
=dev-libs/gobject-introspection-0.6.3
net-libs/libsoup-gnome:2.4[introspection] )

DEPEND=${RDEPEND}
=dev-util/gtk-doc-am-1.13
=sys-devel/gettext-0.18
virtual/pkgconfig
test? ( sys-apps/dbus )

# eautoreconf requires:
#   dev-libs/gobject-introspection-common
#   gnome-base/gnome-common

# FIXME: need network #424719, recheck
# need various locales to be present
RESTRICT=test

src_test() {
export GVFS_DISABLE_FUSE=1
export GIO_USE_VFS=gvfs
ewarn Tests require network access to http://where.yahooapis.com;
dbus-launch emake check || die tests failed
}






[gentoo-commits] gentoo-x86 commit in gnome-extra/zenity: ChangeLog zenity-3.16.2.ebuild zenity-3.12.1.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:30:39

  Modified: ChangeLog
  Added:zenity-3.16.2.ebuild
  Removed:  zenity-3.12.1.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.228gnome-extra/zenity/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/ChangeLog?rev=1.228view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/ChangeLog?rev=1.228content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/ChangeLog?r1=1.227r2=1.228

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -r1.227 -r1.228
--- ChangeLog   15 Mar 2015 13:27:28 -  1.227
+++ ChangeLog   9 Jun 2015 14:30:39 -   1.228
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-extra/zenity
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.227 
2015/03/15 13:27:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.228 
2015/06/09 14:30:39 eva Exp $
+
+*zenity-3.16.2 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org -zenity-3.12.1.ebuild,
+  +zenity-3.16.2.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org zenity-3.14.0.ebuild:
   x86 stable, bug 534012



1.1  gnome-extra/zenity/zenity-3.16.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/zenity-3.16.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/zenity-3.16.2.ebuild?rev=1.1content-type=text/plain

Index: zenity-3.16.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-3.16.2.ebuild,v 
1.1 2015/06/09 14:30:39 eva Exp $

EAPI=5
GCONF_DEBUG=yes

inherit gnome2

DESCRIPTION=Tool to display dialogs from the commandline and shell scripts
HOMEPAGE=https://wiki.gnome.org/Projects/Zenity;

LICENSE=LGPL-2+
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux
IUSE=libnotify test +webkit

RDEPEND=
=dev-libs/glib-2.8:2
x11-libs/gdk-pixbuf:2
=x11-libs/gtk+-3:3
x11-libs/libX11
x11-libs/pango
libnotify? ( =x11-libs/libnotify-0.6.1:= )
webkit? ( =net-libs/webkit-gtk-1.4.0:3 )

DEPEND=${RDEPEND}
=sys-devel/gettext-0.19.4
virtual/pkgconfig
test? ( app-text/yelp-tools )

# eautoreconf needs:
#   =gnome-base/gnome-common-2.12

src_configure() {
DOCS=AUTHORS ChangeLog HACKING NEWS README THANKS TODO

gnome2_src_configure \
$(use_enable libnotify) \
$(use_enable webkit webkitgtk) \
PERL=$(type -P false) \
ITSTOOL=$(type -P true)
}

src_install() {
gnome2_src_install
rm ${ED}/usr/bin/gdialog || die rm gdialog failed!
}






[gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-user-docs: gnome-user-docs-3.16.1.ebuild ChangeLog gnome-user-docs-3.12.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:40:16

  Modified: ChangeLog
  Added:gnome-user-docs-3.16.1.ebuild
  Removed:  gnome-user-docs-3.12.2.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.85 gnome-extra/gnome-user-docs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-user-docs/ChangeLog?rev=1.85view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-user-docs/ChangeLog?rev=1.85content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-user-docs/ChangeLog?r1=1.84r2=1.85

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-docs/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   15 Mar 2015 13:26:26 -  1.84
+++ ChangeLog   9 Jun 2015 14:40:16 -   1.85
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-extra/gnome-user-docs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-docs/ChangeLog,v 
1.84 2015/03/15 13:26:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-docs/ChangeLog,v 
1.85 2015/06/09 14:40:16 eva Exp $
+
+*gnome-user-docs-3.16.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -gnome-user-docs-3.12.2.ebuild, +gnome-user-docs-3.16.1.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org gnome-user-docs-3.14.2.ebuild:
   x86 stable, bug 534012



1.1  gnome-extra/gnome-user-docs/gnome-user-docs-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-user-docs/gnome-user-docs-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-user-docs/gnome-user-docs-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: gnome-user-docs-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/gnome-user-docs/gnome-user-docs-3.16.1.ebuild,v
 1.1 2015/06/09 14:40:16 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2

DESCRIPTION=GNOME end user documentation
HOMEPAGE=https://git.gnome.org/browse/gnome-user-docs;

LICENSE=CC-BY-3.0
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=test

RDEPEND=
DEPEND=
test? ( dev-libs/libxml2 )

# eautoreconf requires:
#   app-text/yelp-tools
# rebuilding translations requires:
#   app-text/yelp-tools
#   dev-util/gettext

# This ebuild does not install any binaries
RESTRICT=binchecks strip

src_configure() {
# itstool is only needed for rebuilding translations
# xmllint is only needed for tests
gnome2_src_configure \
$(usex test  XMLLINT=$(type -P true)) \
ITSTOOL=$(type -P true)
}

src_compile() {
# Do not compile; make all with unset LINGUAS rebuilds all 
translations,
# which can take  2 hours on a Core i7.
return
}






[gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth: gnome-bluetooth-3.16.1.ebuild ChangeLog gnome-bluetooth-3.12.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:56:23

  Modified: ChangeLog
  Added:gnome-bluetooth-3.16.1.ebuild
  Removed:  gnome-bluetooth-3.12.0.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.149net-wireless/gnome-bluetooth/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.149view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.149content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?r1=1.148r2=1.149

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog   19 Apr 2015 16:34:45 -  1.148
+++ ChangeLog   9 Jun 2015 14:56:23 -   1.149
@@ -1,6 +1,12 @@
 # ChangeLog for net-wireless/gnome-bluetooth
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 
1.148 2015/04/19 16:34:45 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 
1.149 2015/06/09 14:56:23 eva Exp $
+
+*gnome-bluetooth-3.16.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -gnome-bluetooth-3.12.0.ebuild, +gnome-bluetooth-3.16.1.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
 *gnome-bluetooth-3.14.1 (19 Apr 2015)
 



1.1  net-wireless/gnome-bluetooth/gnome-bluetooth-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: gnome-bluetooth-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-3.16.1.ebuild,v
 1.1 2015/06/09 14:56:23 eva Exp $

EAPI=5
GCONF_DEBUG=yes

inherit eutils gnome2 udev user

DESCRIPTION=Bluetooth graphical utilities integrated with GNOME
HOMEPAGE=https://wiki.gnome.org/GnomeBluetooth;

LICENSE=GPL-2+ LGPL-2.1+ FDL-1.1+
SLOT=2/13 # subslot = libgnome-bluetooth soname version
IUSE=+introspection
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86

COMMON_DEPEND=
=dev-libs/glib-2.38:2
=x11-libs/gtk+-3.12:3[introspection?]
virtual/udev
introspection? ( =dev-libs/gobject-introspection-0.9.5 )

RDEPEND=${COMMON_DEPEND}
=net-wireless/bluez-5
x11-themes/gnome-icon-theme-symbolic

DEPEND=${COMMON_DEPEND}
!net-wireless/bluez-gnome
app-text/docbook-xml-dtd:4.1.2
dev-libs/libxml2:2
dev-util/gdbus-codegen
=dev-util/gtk-doc-am-1.9
=dev-util/intltool-0.40.0
virtual/libudev
virtual/pkgconfig
x11-proto/xproto

# eautoreconf needs:
#   gnome-base/gnome-common

pkg_setup() {
enewgroup plugdev
}

src_prepare() {
# Regenerate gdbus-codegen files to allow using any glib version; bug 
#436236
rm -v lib/bluetooth-client-glue.{c,h} || die
gnome2_src_prepare
}

src_configure() {
gnome2_src_configure \
$(use_enable introspection) \
--enable-documentation \
--disable-desktop-update \
--disable-icon-update \
--disable-static \
ITSTOOL=$(type -P true)
}

src_install() {
gnome2_src_install
udev_dorules ${FILESDIR}/61-${PN}.rules
}

pkg_postinst() {
gnome2_pkg_postinst
if ! has_version sys-auth/consolekit[acl]  ! has_version 
sys-apps/systemd[acl] ; then
elog Don't forget to add yourself to the plugdev group 
elog if you want to be able to control bluetooth transmitter.
fi
}






[gentoo-commits] gentoo-x86 commit in games-board/gnome-mines: ChangeLog gnome-mines-3.16.1.ebuild gnome-mines-3.12.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:13:26

  Modified: ChangeLog
  Added:gnome-mines-3.16.1.ebuild
  Removed:  gnome-mines-3.12.2.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.22 games-board/gnome-mines/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-mines/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-mines/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-mines/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/gnome-mines/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   12 Apr 2015 22:13:04 -  1.21
+++ ChangeLog   9 Jun 2015 15:13:25 -   1.22
@@ -1,6 +1,12 @@
 # ChangeLog for games-board/gnome-mines
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mines/ChangeLog,v 1.21 
2015/04/12 22:13:04 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mines/ChangeLog,v 1.22 
2015/06/09 15:13:25 eva Exp $
+
+*gnome-mines-3.16.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -gnome-mines-3.12.2.ebuild, +gnome-mines-3.16.1.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
 *gnome-mines-3.14.2 (12 Apr 2015)
 



1.1  games-board/gnome-mines/gnome-mines-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-mines/gnome-mines-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-mines/gnome-mines-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: gnome-mines-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-board/gnome-mines/gnome-mines-3.16.1.ebuild,v 1.1 
2015/06/09 15:13:25 eva Exp $

EAPI=5
GCONF_DEBUG=no
VALA_MIN_API_VERSION=0.22

inherit gnome-games vala

DESCRIPTION=Clear hidden mines from a minefield
HOMEPAGE=https://wiki.gnome.org/Apps/Mines;

LICENSE=GPL-2+
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=

COMMON_DEPEND=
=dev-libs/glib-2.40:2
=gnome-base/librsvg-2.32.0
=x11-libs/gtk+-3.12:3

RDEPEND=${COMMON_DEPEND}
!x11-themes/gnome-themes-standard-3.14

DEPEND=${COMMON_DEPEND}
$(vala_depend)
app-text/yelp-tools
dev-libs/appstream-glib
=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig


src_prepare() {
gnome-games_src_prepare
vala_src_prepare
}






[gentoo-commits] gentoo-x86 commit in games-board/iagno: ChangeLog iagno-3.16.1.ebuild iagno-3.12.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:13:59

  Modified: ChangeLog
  Added:iagno-3.16.1.ebuild
  Removed:  iagno-3.12.2.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.22 games-board/iagno/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/iagno/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/iagno/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/iagno/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/iagno/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   15 Mar 2015 13:20:49 -  1.21
+++ ChangeLog   9 Jun 2015 15:13:59 -   1.22
@@ -1,6 +1,12 @@
 # ChangeLog for games-board/iagno
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/iagno/ChangeLog,v 1.21 
2015/03/15 13:20:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/iagno/ChangeLog,v 1.22 
2015/06/09 15:13:59 eva Exp $
+
+*iagno-3.16.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org -iagno-3.12.2.ebuild,
+  +iagno-3.16.1.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org iagno-3.14.2.ebuild:
   x86 stable, bug 534012



1.1  games-board/iagno/iagno-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/iagno/iagno-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/iagno/iagno-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: iagno-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/iagno/iagno-3.16.1.ebuild,v 1.1 
2015/06/09 15:13:59 eva Exp $

EAPI=5
GCONF_DEBUG=no
VALA_MIN_API_VERSION=0.28

inherit gnome-games vala

DESCRIPTION=Dominate the board in a classic version of Reversi
HOMEPAGE=https://wiki.gnome.org/Apps/Iagno;

LICENSE=LGPL-2+
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=

COMMON_DEPEND=
=dev-libs/glib-2.40:2
=gnome-base/librsvg-2.32.0
=media-libs/libcanberra-0.26[gtk3]
=x11-libs/gtk+-3.15:3

RDEPEND=${COMMON_DEPEND}
!x11-themes/gnome-themes-standard-3.14

DEPEND=${COMMON_DEPEND}
$(vala_depend)
app-text/yelp-tools
dev-libs/appstream-glib
=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig


src_prepare() {
gnome-games_src_prepare
vala_src_prepare
}






[gentoo-commits] gentoo-x86 commit in games-board/tali: ChangeLog tali-3.16.1.ebuild tali-3.12.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:14:18

  Modified: ChangeLog
  Added:tali-3.16.1.ebuild
  Removed:  tali-3.12.2.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.22 games-board/tali/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/tali/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/tali/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/tali/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/tali/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   15 Mar 2015 13:20:56 -  1.21
+++ ChangeLog   9 Jun 2015 15:14:18 -   1.22
@@ -1,6 +1,12 @@
 # ChangeLog for games-board/tali
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/tali/ChangeLog,v 1.21 
2015/03/15 13:20:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/tali/ChangeLog,v 1.22 
2015/06/09 15:14:18 eva Exp $
+
+*tali-3.16.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org -tali-3.12.2.ebuild,
+  +tali-3.16.1.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org tali-3.14.0.ebuild:
   x86 stable, bug 534012



1.1  games-board/tali/tali-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/tali/tali-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/tali/tali-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: tali-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/tali/tali-3.16.1.ebuild,v 1.1 
2015/06/09 15:14:18 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome-games

DESCRIPTION=Beat the odds in a poker-style dice game
HOMEPAGE=https://wiki.gnome.org/Apps/Tali;

LICENSE=GPL-2+
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=

RDEPEND=
dev-libs/glib:2
=gnome-base/librsvg-2.32:2
=x11-libs/gtk+-3.15:3

DEPEND=${RDEPEND}
app-text/yelp-tools
dev-libs/appstream-glib
=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig







[gentoo-commits] gentoo-x86 commit in games-puzzle/gnome-taquin: - New directory

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:17:33

  Log:
  Directory /var/cvsroot/gentoo-x86/games-puzzle/gnome-taquin added to the 
repository



[gentoo-commits] gentoo-x86 commit in gnome-base/nautilus: ChangeLog nautilus-3.16.2.ebuild nautilus-3.12.2.ebuild nautilus-3.14.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:38:45

  Modified: ChangeLog
  Added:nautilus-3.16.2.ebuild
  Removed:  nautilus-3.12.2.ebuild nautilus-3.14.2.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revisions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.428gnome-base/nautilus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.428view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.428content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?r1=1.427r2=1.428

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v
retrieving revision 1.427
retrieving revision 1.428
diff -u -r1.427 -r1.428
--- ChangeLog   15 Mar 2015 13:23:47 -  1.427
+++ ChangeLog   9 Jun 2015 15:38:45 -   1.428
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-base/nautilus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.427 
2015/03/15 13:23:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.428 
2015/06/09 15:38:45 eva Exp $
+
+*nautilus-3.16.2 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org -nautilus-3.12.2.ebuild,
+  -nautilus-3.14.2.ebuild, +nautilus-3.16.2.ebuild:
+  Version bump for Gnome 3.16. Clean up old revisions.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org nautilus-3.14.2-r1.ebuild:
   x86 stable, bug 534012



1.1  gnome-base/nautilus/nautilus-3.16.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/nautilus-3.16.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/nautilus-3.16.2.ebuild?rev=1.1content-type=text/plain

Index: nautilus-3.16.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-3.16.2.ebuild,v 
1.1 2015/06/09 15:38:45 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes # Needed with USE 'sendto'

inherit eutils gnome2 readme.gentoo virtualx

DESCRIPTION=A file manager for the GNOME desktop
HOMEPAGE=https://wiki.gnome.org/Apps/Nautilus;

LICENSE=GPL-2+ LGPL-2+ FDL-1.1
SLOT=0

# profiling?
IUSE=exif gnome +introspection packagekit +previewer sendto tracker xmp
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux

# FIXME: tests fails under Xvfb, but pass when building manually
# FAIL: check failed in nautilus-file.c, line 8307
RESTRICT=test

# FIXME: selinux support is automagic
# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92
# and 2.30.0
COMMON_DEPEND=
=dev-libs/glib-2.43.4:2[dbus]
=x11-libs/pango-1.28.3
=x11-libs/gtk+-3.15.2:3[introspection?]
=dev-libs/libxml2-2.7.8:2
=gnome-base/gnome-desktop-3:3=

gnome-base/dconf
=gnome-base/gsettings-desktop-schemas-3.8.0
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender

exif? ( =media-libs/libexif-0.6.20 )
introspection? ( =dev-libs/gobject-introspection-0.6.4 )
tracker? ( =app-misc/tracker-0.16:= )
xmp? ( =media-libs/exempi-2.1.0 )

DEPEND=${COMMON_DEPEND}
=dev-lang/perl-5
=dev-util/gdbus-codegen-2.33
=dev-util/gtk-doc-am-1.4
=dev-util/intltool-0.40.1
sys-devel/gettext
virtual/pkgconfig
x11-proto/xproto

RDEPEND=${COMMON_DEPEND}
packagekit? ( app-admin/packagekit-base )
sendto? ( !gnome-extra/nautilus-sendto-3.0.1 )


# For eautoreconf
#   gnome-base/gnome-common
#   dev-util/gtk-doc-am

PDEPEND=
gnome? (
=x11-themes/gnome-icon-theme-1.1.91
x11-themes/gnome-icon-theme-symbolic )
tracker? ( =gnome-extra/nautilus-tracker-tags-0.12 )
previewer? ( =gnome-extra/sushi-0.1.9 )
sendto? ( =gnome-extra/nautilus-sendto-3.0.1 )
=gnome-base/gvfs-1.14[gtk]

# Need gvfs[gtk] for recent:/// support

src_prepare() {
if use previewer; then
DOC_CONTENTS=nautilus uses gnome-extra/sushi to preview media 
files.
To activate the previewer, select a file and press 
space; to
close the previewer, press space again.
fi

# Remove -D*DEPRECATED flags. Don't leave this for eclass! (bug #448822)
sed -e 's/DISABLE_DEPRECATED_CFLAGS=.*/DISABLE_DEPRECATED_CFLAGS=/' \
-i configure || die sed failed


[gentoo-commits] gentoo-x86 commit in dev-util/dogtail/files: dogtail-0.9.0-get-user.patch dogtail-0.9.0-gentoo-paths.patch

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:47:49

  Added:dogtail-0.9.0-get-user.patch
dogtail-0.9.0-gentoo-paths.patch
  Log:
  Imported from gnome-overlay, needed for GUI unitests in Gnome packages.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  dev-util/dogtail/files/dogtail-0.9.0-get-user.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dogtail/files/dogtail-0.9.0-get-user.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dogtail/files/dogtail-0.9.0-get-user.patch?rev=1.1content-type=text/plain

Index: dogtail-0.9.0-get-user.patch
===
Do not use USER as it can be unset.

Use LOGNAME first as recommended by python documentation, then try alternatives.

Also, use tempfile to respect environment variables changing tmpdir.

Upstream: https://fedorahosted.org/dogtail/ticket/46
Debian: http://bugs.debian.org/743500

--- a/dogtail/config.py 2015-06-08 22:59:08.664107350 +0200
+++ b/dogtail/config.py 2015-06-08 22:57:54.433669729 +0200
@@ -6,11 +6,15 @@
 import os
 import sys
 import locale
+import tempfile
 
 
 def _userTmpDir(baseName):
 # i.e. /tmp/dogtail-foo
-return '-'.join(('/'.join(('/tmp', baseName)), os.getenv['USER']))
+return '-'.join((
+'/'.join((tempfile.gettempdir(), baseName)),
+os.getenv('LOGNAME', os.getenv('USER', os.getlogin()))
+))
 
 
 class _Config(object):



1.1  dev-util/dogtail/files/dogtail-0.9.0-gentoo-paths.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dogtail/files/dogtail-0.9.0-gentoo-paths.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dogtail/files/dogtail-0.9.0-gentoo-paths.patch?rev=1.1content-type=text/plain

Index: dogtail-0.9.0-gentoo-paths.patch
===
diff --git a/sniff/sniff b/sniff/sniff
index 86771f9..05f4c6a 100755
--- a/sniff/sniff
+++ b/sniff/sniff
@@ -45,23 +45,14 @@ class SniffApp(object):
 if os.path.exists('sniff.ui'):
 self.builder.add_from_file('sniff.ui')
 else:
-import os
-path = os.path.abspath(
-os.path.join(__file__, os.path.pardir, os.path.pardir))
-if path is '/': # in case the path is /bin/sniff
-path = '/usr'
-self.builder.add_from_file(path +
+self.builder.add_from_file(@EPREFIX_USR@ +
'/share/dogtail/glade/sniff.ui')
 self.app = self.builder.get_object(self.appName)
 try:
 self.app.set_icon_from_file('../icons/dogtail-head.svg')
 except Exception:
 import os
-path = os.path.abspath(
-os.path.join(__file__, os.path.pardir, os.path.pardir))
-if path is '/':
-path = '/usr'
-self.app.set_icon_from_file(os.path.join(path,
+self.app.set_icon_from_file(os.path.join(@EPREFIX_USR@,
  
'share/icons/hicolor/scalable/apps/dogtail-head.svg'))
 self.setUpWidgets()
 self.connectSignals()
@@ -666,11 +657,7 @@ def loadIcon(iconName):
 pixbuf = GdkPixbuf.Pixbuf.new_from_file('icons/' + iconName)
 except GObject.GError:
 import os
-path = os.path.abspath(
-os.path.join(__file__, os.path.pardir, os.path.pardir))
-if path is '/':
-path = '/usr'
-iconName = os.path.join(path, 'share/dogtail/icons/', iconName)
+iconName = os.path.join(@EPREFIX_USR@, 'share/dogtail/icons/', 
iconName)
 pixbuf = GdkPixbuf.Pixbuf.new_from_file(iconName)
 return pixbuf
 






[gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-system-monitor/files: gnome-system-monitor-3.12.2-configure-wnck.patch

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:54:10

  Removed:  gnome-system-monitor-3.12.2-configure-wnck.patch
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)



[gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-system-monitor: ChangeLog gnome-system-monitor-3.16.0.ebuild gnome-system-monitor-3.12.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:54:10

  Modified: ChangeLog
  Added:gnome-system-monitor-3.16.0.ebuild
  Removed:  gnome-system-monitor-3.12.2.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.259gnome-extra/gnome-system-monitor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-system-monitor/ChangeLog?rev=1.259view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-system-monitor/ChangeLog?rev=1.259content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-system-monitor/ChangeLog?r1=1.258r2=1.259

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/ChangeLog,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -r1.258 -r1.259
--- ChangeLog   15 Mar 2015 13:26:15 -  1.258
+++ ChangeLog   9 Jun 2015 14:54:10 -   1.259
@@ -1,6 +1,13 @@
 # ChangeLog for gnome-extra/gnome-system-monitor
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/ChangeLog,v 1.258 
2015/03/15 13:26:15 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/ChangeLog,v 1.259 
2015/06/09 14:54:10 eva Exp $
+
+*gnome-system-monitor-3.16.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -gnome-system-monitor-3.12.2.ebuild, +gnome-system-monitor-3.16.0.ebuild,
+  -files/gnome-system-monitor-3.12.2-configure-wnck.patch:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org
   gnome-system-monitor-3.14.1.ebuild:



1.1  
gnome-extra/gnome-system-monitor/gnome-system-monitor-3.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.16.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.16.0.ebuild?rev=1.1content-type=text/plain

Index: gnome-system-monitor-3.16.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.16.0.ebuild,v
 1.1 2015/06/09 14:54:10 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2

DESCRIPTION=The Gnome System Monitor
HOMEPAGE=https://help.gnome.org/users/gnome-system-monitor/;

LICENSE=GPL-2
SLOT=0
IUSE=systemd +X
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd

RDEPEND=
=dev-libs/glib-2.37.3:2
=gnome-base/libgtop-2.28.2:2=
=x11-libs/gtk+-3.12:3[X(+)]
=dev-cpp/gtkmm-3.3.18:3.0
=dev-cpp/glibmm-2.34:2
=dev-libs/libxml2-2.0:2
=gnome-base/librsvg-2.35:2

systemd? ( =sys-apps/systemd-38:0= )
X? ( =x11-libs/libwnck-2.91.0:3 )

#eautoreconf requires gnome-base/gnome-common
DEPEND=${RDEPEND}
=app-text/gnome-doc-utils-0.20
=dev-util/intltool-0.41.0
virtual/pkgconfig

systemd? ( !=sys-apps/systemd-43* )


src_configure() {
gnome2_src_configure \
$(use_enable systemd) \
$(use_enable X wnck) \
ITSTOOL=$(type -P true)
}






[gentoo-commits] gentoo-x86 commit in app-misc/gnote: ChangeLog gnote-3.16.1.ebuild gnote-3.12.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:57:51

  Modified: ChangeLog
  Added:gnote-3.16.1.ebuild
  Removed:  gnote-3.12.0.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.56 app-misc/gnote/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.56view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.56content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?r1=1.55r2=1.56

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   7 Jun 2015 08:04:52 -   1.55
+++ ChangeLog   9 Jun 2015 14:57:51 -   1.56
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/gnote
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.55 2015/06/07 
08:04:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.56 2015/06/09 
14:57:51 eva Exp $
+
+*gnote-3.16.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org -gnote-3.12.0.ebuild,
+  +gnote-3.16.1.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  app-misc/gnote/gnote-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/gnote-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/gnote-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: gnote-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.16.1.ebuild,v 1.1 
2015/06/09 14:57:51 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes

inherit gnome2 readme.gentoo

DESCRIPTION=Desktop note-taking application
HOMEPAGE=https://wiki.gnome.org/Apps/Gnote;

LICENSE=GPL-3+ FDL-1.1
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug X

# Automagic glib-2.32 dep
COMMON_DEPEND=
=app-crypt/libsecret-0.8
=app-text/gtkspell-3.0:3
=dev-cpp/glibmm-2.32:2
=dev-cpp/gtkmm-3.10:3.0
=dev-libs/boost-1.34
=dev-libs/glib-2.32:2
=dev-libs/libxml2-2:2
dev-libs/libxslt
=sys-apps/util-linux-2.16:=
=x11-libs/gtk+-3.10:3
X? ( x11-libs/libX11 )

RDEPEND=${COMMON_DEPEND}
gnome-base/gsettings-desktop-schemas

DEPEND=${DEPEND}
app-text/docbook-xml-dtd:4.1.2
dev-util/desktop-file-utils
=dev-util/intltool-0.35.0
virtual/pkgconfig


src_prepare() {
# Do not alter CFLAGS
sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
gnome2_src_prepare

if has_version net-fs/wdfs; then
DOC_CONTENTS=You have net-fs/wdfs installed. app-misc/gnote 
will use it to
synchronize notes.
else
DOC_CONTENTS=Gnote can use net-fs/wdfs to synchronize notes.
If you want to use that functionality just emerge net-fs/wdfs.
Gnote will automatically detect that you did and let you use 
it.
fi
}

src_configure() {
gnome2_src_configure \
--disable-static \
$(use_enable debug) \
$(use_with X x11-support) \
ITSTOOL=$(type -P true)
}

src_install() {
gnome2_src_install
readme.gentoo_create_doc
}

pkg_postinst() {
gnome2_pkg_postinst
readme.gentoo_print_elog
}






[gentoo-commits] gentoo-x86 commit in games-puzzle/gnome-sudoku: gnome-sudoku-3.16.0.ebuild ChangeLog gnome-sudoku-3.12.3.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:17:38

  Modified: ChangeLog
  Added:gnome-sudoku-3.16.0.ebuild
  Removed:  gnome-sudoku-3.12.3.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.28 games-puzzle/gnome-sudoku/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gnome-sudoku/ChangeLog?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gnome-sudoku/ChangeLog?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gnome-sudoku/ChangeLog?r1=1.27r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/gnome-sudoku/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   8 Apr 2015 18:11:57 -   1.27
+++ ChangeLog   9 Jun 2015 15:17:38 -   1.28
@@ -1,6 +1,12 @@
 # ChangeLog for games-puzzle/gnome-sudoku
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnome-sudoku/ChangeLog,v 1.27 
2015/04/08 18:11:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnome-sudoku/ChangeLog,v 1.28 
2015/06/09 15:17:38 eva Exp $
+
+*gnome-sudoku-3.16.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -gnome-sudoku-3.12.3.ebuild, +gnome-sudoku-3.16.0.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org gnome-sudoku-3.12.3.ebuild:
   Drop old Python implementations



1.1  games-puzzle/gnome-sudoku/gnome-sudoku-3.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gnome-sudoku/gnome-sudoku-3.16.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gnome-sudoku/gnome-sudoku-3.16.0.ebuild?rev=1.1content-type=text/plain

Index: gnome-sudoku-3.16.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/gnome-sudoku/gnome-sudoku-3.16.0.ebuild,v 
1.1 2015/06/09 15:17:38 eva Exp $

EAPI=5
GCONF_DEBUG=no
VALA_MIN_API_VERSION=0.28

inherit gnome-games vala

DESCRIPTION=Test your logic skills in this number grid puzzle
HOMEPAGE=https://wiki.gnome.org/Apps/Sudoku;

LICENSE=LGPL-2+
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=

# fixed vala  gtk+ from gnome-3.16 branch
RDEPEND=
=dev-libs/glib-2.40:2
dev-libs/libgee:0.8[introspection]
dev-libs/json-glib
=dev-libs/qqwing-1.2
x11-libs/gdk-pixbuf:2[introspection]
=x11-libs/gtk+-3.15:3[introspection]
x11-libs/pango[introspection]

DEPEND=${RDEPEND}
app-text/yelp-tools
dev-libs/appstream-glib
=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig
$(vala_depend)


src_prepare() {
vala_src_prepare
gnome-games_src_prepare
}

src_configure() {
# Workaround until we know how to fix bug #475318
gnome-games_src_configure \
--prefix=${EPREFIX}/usr \
--bindir=${GAMES_BINDIR}
}






[gentoo-commits] gentoo-x86 commit in games-puzzle/five-or-more: five-or-more-3.16.1.ebuild ChangeLog five-or-more-3.12.2.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 15:17:01

  Modified: ChangeLog
  Added:five-or-more-3.16.1.ebuild
  Removed:  five-or-more-3.12.2.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.20 games-puzzle/five-or-more/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/five-or-more/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/five-or-more/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/five-or-more/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/five-or-more/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   15 Mar 2015 13:21:02 -  1.19
+++ ChangeLog   9 Jun 2015 15:17:01 -   1.20
@@ -1,6 +1,12 @@
 # ChangeLog for games-puzzle/five-or-more
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/five-or-more/ChangeLog,v 1.19 
2015/03/15 13:21:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/five-or-more/ChangeLog,v 1.20 
2015/06/09 15:17:01 eva Exp $
+
+*five-or-more-3.16.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  -five-or-more-3.12.2.ebuild, +five-or-more-3.16.1.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   15 Mar 2015; Pacho Ramos pa...@gentoo.org five-or-more-3.14.1.ebuild:
   x86 stable, bug 534012



1.1  games-puzzle/five-or-more/five-or-more-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/five-or-more/five-or-more-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/five-or-more/five-or-more-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: five-or-more-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/five-or-more/five-or-more-3.16.1.ebuild,v 
1.1 2015/06/09 15:17:01 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome-games

DESCRIPTION=Five or More Game for GNOME
HOMEPAGE=https://wiki.gnome.org/Apps/Five%20or%20more;

LICENSE=GPL-2+
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=

COMMON_DEPEND=
=dev-libs/glib-2.32:2
=gnome-base/librsvg-2.32
=x11-libs/gtk+-3.12:3

RDEPEND=${COMMON_DEPEND}
!x11-themes/gnome-themes-standard-3.14

DEPEND=${COMMON_DEPEND}
app-text/yelp-tools
dev-libs/appstream-glib
=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig







[gentoo-commits] gentoo-x86 commit in gnome-extra/sushi: ChangeLog sushi-3.16.0.ebuild sushi-3.10.0.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:32:37

  Modified: ChangeLog
  Added:sushi-3.16.0.ebuild
  Removed:  sushi-3.10.0.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revision.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.28 gnome-extra/sushi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/sushi/ChangeLog?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/sushi/ChangeLog?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/sushi/ChangeLog?r1=1.27r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/sushi/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   23 Jul 2014 15:18:35 -  1.27
+++ ChangeLog   9 Jun 2015 14:32:37 -   1.28
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-extra/sushi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/sushi/ChangeLog,v 1.27 
2014/07/23 15:18:35 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/sushi/ChangeLog,v 1.28 
2015/06/09 14:32:37 eva Exp $
+
+*sushi-3.16.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org -sushi-3.10.0.ebuild,
+  +sushi-3.16.0.ebuild:
+  Version bump for Gnome 3.16. Clean up old revision.
 
   23 Jul 2014; Agostino Sarubbo a...@gentoo.org sushi-3.12.0.ebuild:
   Stable for x86, wrt bug #512012



1.1  gnome-extra/sushi/sushi-3.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/sushi/sushi-3.16.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/sushi/sushi-3.16.0.ebuild?rev=1.1content-type=text/plain

Index: sushi-3.16.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/sushi/sushi-3.16.0.ebuild,v 1.1 
2015/06/09 14:32:37 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2

DESCRIPTION=A quick previewer for Nautilus, the GNOME file manager
HOMEPAGE=http://git.gnome.org/browse/sushi;

LICENSE=GPL-2+
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=office

# Optional app-office/unoconv support (OOo to pdf)
# freetype needed for font loader
# libX11 needed for sushi_create_foreign_window()
COMMON_DEPEND=
=x11-libs/gdk-pixbuf-2.23[introspection]
=dev-libs/gjs-1.40
=dev-libs/glib-2.29.14:2
=dev-libs/gobject-introspection-0.9.6
=media-libs/clutter-1.11.4:1.0[introspection]
=media-libs/clutter-gtk-1.0.1:1.0[introspection]
=x11-libs/gtk+-3.13.2:3[introspection]

=app-text/evince-3.0[introspection]
media-libs/freetype:2
media-libs/gstreamer:1.0[introspection]
media-libs/gst-plugins-base:1.0[introspection]
media-libs/clutter-gst:2.0[introspection]
media-libs/musicbrainz:5
net-libs/webkit-gtk:4[introspection]
x11-libs/gtksourceview:3.0[introspection]
x11-libs/libX11

office? ( app-office/unoconv )

DEPEND=${RDEPEND}
=dev-util/intltool-0.40
virtual/pkgconfig

RDEPEND=${COMMON_DEPEND}
=gnome-base/nautilus-3.1.90


src_configure() {
gnome2_src_configure --disable-static
}






[gentoo-commits] gentoo-x86 commit in gnome-extra/yelp-xsl: ChangeLog yelp-xsl-3.16.1.ebuild

2015-06-09 Thread Gilles Dartiguelongue (eva)
eva 15/06/09 14:29:14

  Modified: ChangeLog
  Added:yelp-xsl-3.16.1.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.75 gnome-extra/yelp-xsl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp-xsl/ChangeLog?rev=1.75view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp-xsl/ChangeLog?rev=1.75content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp-xsl/ChangeLog?r1=1.74r2=1.75

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/yelp-xsl/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   7 Jun 2015 10:38:34 -   1.74
+++ ChangeLog   9 Jun 2015 14:29:14 -   1.75
@@ -1,6 +1,11 @@
 # ChangeLog for gnome-extra/yelp-xsl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp-xsl/ChangeLog,v 1.74 
2015/06/07 10:38:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp-xsl/ChangeLog,v 1.75 
2015/06/09 14:29:14 eva Exp $
+
+*yelp-xsl-3.16.1 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +yelp-xsl-3.16.1.ebuild:
+  Version bump for Gnome 3.16.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org yelp-xsl-3.14.0.ebuild:
   arm stable, bug #534012



1.1  gnome-extra/yelp-xsl/yelp-xsl-3.16.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp-xsl/yelp-xsl-3.16.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp-xsl/yelp-xsl-3.16.1.ebuild?rev=1.1content-type=text/plain

Index: yelp-xsl-3.16.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/yelp-xsl/yelp-xsl-3.16.1.ebuild,v 1.1 
2015/06/09 14:29:14 eva Exp $

EAPI=5

inherit gnome.org

DESCRIPTION=XSL stylesheets for yelp
HOMEPAGE=http://www.gnome.org/;

LICENSE=GPL-2+ LGPL-2.1+ MIT FDL-1.1+
SLOT=0
IUSE=
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux

RDEPEND=
=dev-libs/libxml2-2.6.12:=
=dev-libs/libxslt-1.1.8:=

DEPEND=${RDEPEND}
=dev-util/intltool-0.40
=dev-util/itstool-1.2.0
sys-devel/gettext
virtual/awk
virtual/pkgconfig







  1   2   3   4   5   6   7   8   >