[gentoo-commits] gentoo-x86 commit in app-misc/screen: screen-4.2.1.ebuild ChangeLog screen-4.2.0-r1.ebuild

2014-04-28 Thread Lars Wendler (polynomial-c)
polynomial-c14/04/28 06:04:54

  Modified: ChangeLog
  Added:screen-4.2.1.ebuild
  Removed:  screen-4.2.0-r1.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.193app-misc/screen/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog   20 Apr 2014 18:37:01 -  1.192
+++ ChangeLog   28 Apr 2014 06:04:54 -  1.193
@@ -1,6 +1,16 @@
 # ChangeLog for app-misc/screen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.192 
2014/04/20 18:37:01 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.193 
2014/04/28 06:04:54 polynomial-c Exp $
+
+*screen-4.2.1 (28 Apr 2014)
+
+  28 Apr 2014; Lars Wendler polynomia...@gentoo.org -screen-4.2.0-r1.ebuild,
+  +screen-4.2.1.ebuild, -files/screen-4.2.0-check_for_altscreen.patch,
+  -files/screen-4.2.0-incompatible-protocol.patch,
+  -files/screen-4.2.0-long_terminal_names.patch,
+  -files/screen-4.2.0-nonethack_segfault_fix.patch,
+  -files/screen-4.2.0-tgetent.patch:
+  Version bump. Removed old.
 
   20 Apr 2014; Lars Wendler polynomia...@gentoo.org -files/4.2.0-tinfo.patch:
   Removed unused patch.



1.1  app-misc/screen/screen-4.2.1.ebuild

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

Index: screen-4.2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.2.1.ebuild,v 1.1 
2014/04/28 06:04:54 polynomial-c Exp $

EAPI=5

inherit autotools eutils flag-o-matic pam toolchain-funcs user

DESCRIPTION=Full-screen window manager that multiplexes physical terminals 
between several processes
HOMEPAGE=http://www.gnu.org/software/screen/;
SRC_URI=http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=
IUSE=debug nethack pam selinux multiuser

RDEPEND==sys-libs/ncurses-5.2
pam? ( virtual/pam )
selinux? ( sec-policy/selinux-screen )
DEPEND=${RDEPEND}
sys-apps/texinfo
RDEPEND=${RDEPEND}
=sys-apps/openrc-0.11.6

pkg_setup() {
# Make sure utmp group exists, as it's used later on.
enewgroup utmp 406
}

src_prepare() {
# Don't use utempter even if it is found on the system
epatch ${FILESDIR}/4.0.2-no-utempter.patch

# sched.h is a system header and causes problems with some C libraries
mv sched.h _sched.h || die
sed -i '/include/ s:sched.h:_sched.h:' screen.h || die

# Fix manpage.
sed -i \
-e s:/usr/local/etc/screenrc:${EPREFIX}/etc/screenrc:g \
-e s:/usr/local/screens:${EPREFIX}/run/screen:g \
-e s:/local/etc/screenrc:${EPREFIX}/etc/screenrc:g \
-e s:/etc/utmp:${EPREFIX}/var/run/utmp:g \
-e s:/local/screens/S-:${EPREFIX}/run/screen/S-:g \
doc/screen.1 \
|| die sed doc/screen.1 failed

# reconfigure
eautoreconf
}

src_configure() {
append-cppflags -DMAXWIN=${MAX_SCREEN_WINDOWS:-100}

[[ ${CHOST} == *-solaris* ]]  append-libs -lsocket -lnsl

use nethack || append-cppflags -DNONETHACK
use debug  append-cppflags -DDEBUG

econf \
--with-socket-dir=${EPREFIX}/run/screen \
--with-sys-screenrc=${EPREFIX}/etc/screenrc \
--with-pty-mode=0620 \
--with-pty-group=5 \
--enable-rxvt_osc \
--enable-telnet \
--enable-colors256 \
$(use_enable pam)

LC_ALL=POSIX emake term.h
emake osdef.h

emake -C doc screen.info
}

src_install() {
local tmpfiles_perms tmpfiles_group

dobin screen

if use multiuser || use prefix
then
fperms 4755 /usr/bin/screen
tmpfiles_perms=0755
tmpfiles_group=root
else
fowners root:utmp /usr/bin/screen
fperms 2755 

[gentoo-commits] gentoo-x86 commit in app-misc/screen/files: screen-4.2.0-check_for_altscreen.patch screen-4.2.0-incompatible-protocol.patch screen-4.2.0-long_terminal_names.patch screen-4.2.0-nonetha

2014-04-28 Thread Lars Wendler (polynomial-c)
polynomial-c14/04/28 06:04:54

  Removed:  screen-4.2.0-check_for_altscreen.patch
screen-4.2.0-incompatible-protocol.patch
screen-4.2.0-long_terminal_names.patch
screen-4.2.0-nonethack_segfault_fix.patch
screen-4.2.0-tgetent.patch
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)



[gentoo-commits] gentoo-x86 commit in dev-lisp/sbcl: sbcl-1.1.17.ebuild ChangeLog

2014-04-28 Thread Mark Wright (gienah)
gienah  14/04/28 06:35:54

  Modified: sbcl-1.1.17.ebuild ChangeLog
  Log:
  Bump patch to sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch to 
change _ to - in the filename sbcl-1.1.17/src/runtime/Config.x86-64-linux
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.2  dev-lisp/sbcl/sbcl-1.1.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild?r1=1.1r2=1.2

Index: sbcl-1.1.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sbcl-1.1.17.ebuild  28 Apr 2014 03:15:51 -  1.1
+++ sbcl-1.1.17.ebuild  28 Apr 2014 06:35:54 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild,v 1.1 
2014/04/28 03:15:51 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild,v 1.2 
2014/04/28 06:35:54 gienah Exp $
 
 EAPI=5
 inherit multilib eutils flag-o-matic pax-utils
@@ -88,7 +88,7 @@
# To make the hardened compiler NOT compile with -fPIE -pie
if gcc-specs-pie ; then
einfo Disabling PIE...
-   epatch 
${FILESDIR}/gentoo-fix_nopie_for_hardened_toolchain.patch
+   epatch 
${FILESDIR}/${PN}-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
fi
 
cp /usr/share/common-lisp/source/asdf/build/asdf.lisp contrib/asdf/ || 
die



1.203dev-lisp/sbcl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.203view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.203content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?r1=1.202r2=1.203

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog   28 Apr 2014 03:15:51 -  1.202
+++ ChangeLog   28 Apr 2014 06:35:54 -  1.203
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lisp/sbcl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.202 2014/04/28 
03:15:51 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.203 2014/04/28 
06:35:54 gienah Exp $
+
+  28 Apr 2014; Mark Wright gie...@gentoo.org
+  +files/sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch,
+  sbcl-1.1.17.ebuild:
+  Bump patch to sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch to
+  change _ to - in the filename sbcl-1.1.17/src/runtime/Config.x86-64-linux
 
 *sbcl-1.1.17 (28 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-lisp/sbcl/files: sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch

2014-04-28 Thread Mark Wright (gienah)
gienah  14/04/28 06:35:54

  Added:   

sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
  Log:
  Bump patch to sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch to 
change _ to - in the filename sbcl-1.1.17/src/runtime/Config.x86-64-linux
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.1  
dev-lisp/sbcl/files/sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/files/sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/files/sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch?rev=1.1content-type=text/plain

Index: sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
===
--- sbcl-1.1.17-orig/src/runtime/Config.x86-linux   2014-03-31 
03:14:22.0 +1100
+++ sbcl-1.1.17/src/runtime/Config.x86-linux2014-04-28 15:34:59.822482441 
+1000
@@ -27,7 +27,7 @@
 # (You *are* encouraged to design and implement a coherent stable
 # interface, though.:-| As far as I (WHN 2002-05-19) know, no one is
 # working on one and it would be a nice thing to have.)
-LINKFLAGS += -Wl,--export-dynamic -m32
+LINKFLAGS += -Wl,--export-dynamic -m32 -nopie
 OS_LIBS = -ldl
 
 ifdef LISP_FEATURE_LARGEFILE
--- sbcl-1.1.17-orig/src/runtime/Config.x86-64-linux2014-03-31 
03:14:22.0 +1100
+++ sbcl-1.1.17/src/runtime/Config.x86-64-linux 2014-04-28 15:35:22.364623003 
+1000
@@ -27,7 +27,7 @@
 # (You *are* encouraged to design and implement a coherent stable
 # interface, though.:-| As far as I (WHN 2002-05-19) know, no one is
 # working on one and it would be a nice thing to have.)
-LINKFLAGS += -Wl,--export-dynamic
+LINKFLAGS += -Wl,--export-dynamic -nopie
 OS_LIBS = -ldl
 
 ifdef LISP_FEATURE_LARGEFILE






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-04-28 Thread Gilles Dartiguelongue (eva)
eva 14/04/28 06:56:19

  Modified: ChangeLog package.mask
  Log:
  Clean up overlay ebuilds from Gnome 3.12 mask. Fix gnome-terminal mask line.

Revision  ChangesPath
1.8887   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8886
retrieving revision 1.8887
diff -u -r1.8886 -r1.8887
--- ChangeLog   27 Apr 2014 22:54:36 -  1.8886
+++ ChangeLog   28 Apr 2014 06:56:18 -  1.8887
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8886 2014/04/27 
22:54:36 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8887 2014/04/28 
06:56:18 eva Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  28 Apr 2014; Gilles Dartiguelongue e...@gentoo.org package.mask:
+  Clean up overlay ebuilds from Gnome 3.12 mask. Fix gnome-terminal mask line.
+
   27 Apr 2014; Manuel Rüger mr...@gentoo.org package.mask:
   Mask dev-python/python-gnutls. See bug #446016.
 



1.15621  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15621view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15621content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15620r2=1.15621

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15620
retrieving revision 1.15621
diff -u -r1.15620 -r1.15621
--- package.mask27 Apr 2014 22:54:36 -  1.15620
+++ package.mask28 Apr 2014 06:56:18 -  1.15621
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15620 2014/04/27 
22:54:36 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15621 2014/04/28 
06:56:18 eva Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -114,13 +114,11 @@
 =gnome-extra/at-spi-2.12.0
 =gnome-extra/evolution-data-server-3.12.1
 =gnome-extra/evolution-ews-3.12.1
-=gnome-extra/evolution-mapi-3.12.1
 =gnome-extra/gnome-boxes-3.12.1
 =gnome-extra/gnome-calculator-3.12.1
 =gnome-extra/gnome-clocks-3.12.0
 =gnome-extra/gnome-color-manager-3.12.1
 =gnome-extra/gnome-contacts-3.12.0
-=gnome-extra/gnome-directory-thumbnailer-0.1.2
 =gnome-extra/gnome-documents-3.12.0
 =gnome-extra/gnome-packagekit-3.12.1
 =gnome-extra/gnome-power-manager-3.12.0
@@ -176,7 +174,7 @@
 =x11-libs/gtk+-3.12.1
 =x11-libs/gtksourceview-3.12.1
 =x11-libs/vte-0.36.0
-=x11-terms/gnome-terminal-3.12.0-r1
+=x11-terms/gnome-terminal-3.12.0
 =x11-themes/gnome-backgrounds-3.12.1
 =x11-themes/gnome-icon-theme-3.12.0
 =x11-themes/gnome-icon-theme-extras-3.12.0






[gentoo-commits] gentoo-x86 commit in x11-terms/gnome-terminal: ChangeLog gnome-terminal-3.12.0.ebuild metadata.xml

2014-04-28 Thread Gilles Dartiguelongue (eva)
eva 14/04/28 06:57:43

  Modified: ChangeLog metadata.xml
  Added:gnome-terminal-3.12.0.ebuild
  Log:
  Version bump for Gnome 3.12. Add gnome-shell USE flag local description.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -r1.285 -r1.286
--- ChangeLog   27 Apr 2014 09:49:05 -  1.285
+++ ChangeLog   28 Apr 2014 06:57:43 -  1.286
@@ -1,6 +1,19 @@
 # ChangeLog for x11-terms/gnome-terminal
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.285 
2014/04/27 09:49:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.286 
2014/04/28 06:57:43 eva Exp $
+
+*gnome-terminal-3.12.0 (28 Apr 2014)
+
+  28 Apr 2014; Gilles Dartiguelongue e...@gentoo.org
+  +gnome-terminal-3.12.0.ebuild,
+  +files/gnome-terminal-3.12.0-appmenu-parameter.patch,
+  +files/gnome-terminal-3.12.0-fallback-title-1.patch,
+  +files/gnome-terminal-3.12.0-fallback-title-2.patch,
+  +files/gnome-terminal-3.12.0-remove-set-title-feature-0.patch,
+  +files/gnome-terminal-3.12.0-remove-set-title-feature-1.patch,
+  +files/gnome-terminal-3.12.0-remove-set-title-feature-2.patch,
+  +files/gnome-terminal-3.12.0-remove-set-title-feature-3.patch, metadata.xml:
+  Version bump for Gnome 3.12. Add gnome-shell USE flag local description.
 
   27 Apr 2014; Pacho Ramos pa...@gentoo.org -gnome-terminal-3.8.4.ebuild:
   drop old



1.3  x11-terms/gnome-terminal/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml28 Mar 2013 22:26:30 -  1.2
+++ metadata.xml28 Apr 2014 06:57:43 -  1.3
@@ -3,6 +3,7 @@
 pkgmetadata
 herdgnome/herd
 use
-flag name=nautilusBuild gnome-base/nautilus extension/flag
+   flag name=gnome-shellIntegrate with 
pkggnome-base/gnome-shell/pkg search/flag
+   flag name=nautilusBuild gnome-base/nautilus extension/flag
 /use
 /pkgmetadata



1.1  x11-terms/gnome-terminal/gnome-terminal-3.12.0.ebuild

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

Index: gnome-terminal-3.12.0.ebuild
===
# Copyright 1999-2014 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.12.0.ebuild,v 
1.1 2014/04/28 06:57:43 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes

inherit gnome2 readme.gentoo

DESCRIPTION=The Gnome Terminal
HOMEPAGE=https://help.gnome.org/users/gnome-terminal/;

LICENSE=GPL-3+
SLOT=0
IUSE=+gnome-shell +nautilus
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.39.2:2
=x11-libs/gtk+-3.9.9:3[X]
=x11-libs/vte-0.36:2.90
=gnome-base/dconf-0.14
=gnome-base/gconf-2.31.3
=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 )

# gtk+:2 needed for gtk-builder-convert, bug 356239
DEPEND=${RDEPEND}
app-text/yelp-tools
dev-util/appdata-tools
|| ( dev-util/gtk-builder-convert =x11-libs/gtk+-2.24.10:2 )
=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig


DOC_CONTENTS=To get previous 

[gentoo-commits] gentoo-x86 commit in x11-terms/gnome-terminal/files: gnome-terminal-3.12.0-fallback-title-2.patch gnome-terminal-3.12.0-fallback-title-1.patch gnome-terminal-3.12.0-remove-set-title-f

2014-04-28 Thread Gilles Dartiguelongue (eva)
eva 14/04/28 06:57:43

  Added:gnome-terminal-3.12.0-fallback-title-2.patch
gnome-terminal-3.12.0-fallback-title-1.patch
gnome-terminal-3.12.0-remove-set-title-feature-1.patch
gnome-terminal-3.12.0-appmenu-parameter.patch
gnome-terminal-3.12.0-remove-set-title-feature-0.patch
gnome-terminal-3.12.0-remove-set-title-feature-2.patch
gnome-terminal-3.12.0-remove-set-title-feature-3.patch
  Log:
  Version bump for Gnome 3.12. Add gnome-shell USE flag local description.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  
x11-terms/gnome-terminal/files/gnome-terminal-3.12.0-fallback-title-2.patch

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

Index: gnome-terminal-3.12.0-fallback-title-2.patch
===
From 0d52fef0ca60483debbdedec43bd07a8e9f76bfa Mon Sep 17 00:00:00 2001
From: Christian Persch c...@gnome.org
Date: Sun, 20 Apr 2014 20:21:04 +0200
Subject: [PATCH 57/61] window: Use fallback tab title for empty terminal title

https://bugzilla.gnome.org/show_bug.cgi?id=706816
---
 src/terminal-tabs-menu.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/terminal-tabs-menu.c b/src/terminal-tabs-menu.c
index ed5fc7b..fb2b966 100644
--- a/src/terminal-tabs-menu.c
+++ b/src/terminal-tabs-menu.c
@@ -176,7 +176,9 @@ sync_tab_title (TerminalScreen *screen,
 
title = terminal_screen_get_title (screen);
 
-   g_object_set (action, label, title, NULL);
+   g_object_set (action,
+ label, title  title[0] ? title : _(Terminal),
+ NULL);
 }
 
 static void
-- 
1.9.0




1.1  
x11-terms/gnome-terminal/files/gnome-terminal-3.12.0-fallback-title-1.patch

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

Index: gnome-terminal-3.12.0-fallback-title-1.patch
===
From fe7230e2113510596be5e773f9c1074ed650e858 Mon Sep 17 00:00:00 2001
From: Christian Persch c...@gnome.org
Date: Sun, 20 Apr 2014 20:21:04 +0200
Subject: [PATCH 56/61] window: Use fallback tab title for empty terminal title

https://bugzilla.gnome.org/show_bug.cgi?id=706816
---
 src/terminal-tab-label.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/terminal-tab-label.c b/src/terminal-tab-label.c
index 90bab28..a83d94f 100644
--- a/src/terminal-tab-label.c
+++ b/src/terminal-tab-label.c
@@ -75,8 +75,9 @@ sync_tab_label (TerminalScreen *screen,
   title = terminal_screen_get_title (screen);
   hbox = gtk_widget_get_parent (label);
 
-  gtk_label_set_text (GTK_LABEL (label), title);
-  
+  gtk_label_set_text (GTK_LABEL (label),
+  title  title[0] ? title : _(Terminal));
+
   gtk_widget_set_tooltip_text (hbox, title);
 }
 
-- 
1.9.0




1.1  
x11-terms/gnome-terminal/files/gnome-terminal-3.12.0-remove-set-title-feature-1.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/files/gnome-terminal-3.12.0-remove-set-title-feature-1.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/files/gnome-terminal-3.12.0-remove-set-title-feature-1.patch?rev=1.1content-type=text/plain

Index: gnome-terminal-3.12.0-remove-set-title-feature-1.patch
===
From 9bbe19e98f62aa3c9020913a3a5a8080a5177505 Mon Sep 17 00:00:00 2001
From: Debarshi Ray debars...@gnome.org
Date: Wed, 16 Apr 2014 15:04:38 +0200
Subject: [PATCH 47/61] Remove the action and shortcut to set a static title
 from the menus

Setting a static title does not work because there is no code
listening to changes in TerminalScreen:description. The title is
dynamically set via escape sequences, usually from a suitable
PROMPT_COMMAND, which is noticed by VteTerminal.

If you want to customize the title of a particular terminal, please use
the escape sequence. This is what you had to use before, anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=724110
---
 src/migration.c|  1 -
 src/org.gnome.Terminal.gschema.xml |  4 --
 src/terminal-accels.c  |  2 -
 src/terminal-window.c  | 88 

[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-core-libs: ChangeLog gnome-core-libs-3.12.0.ebuild

2014-04-28 Thread Gilles Dartiguelongue (eva)
eva 14/04/28 07:01:11

  Modified: ChangeLog
  Added:gnome-core-libs-3.12.0.ebuild
  Log:
  Version bump for Gnome 3.12.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.21 gnome-base/gnome-core-libs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   18 Apr 2014 10:54:55 -  1.20
+++ ChangeLog   28 Apr 2014 07:01:11 -  1.21
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-base/gnome-core-libs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog,v 1.20 
2014/04/18 10:54:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog,v 1.21 
2014/04/28 07:01:11 eva Exp $
+
+*gnome-core-libs-3.12.0 (28 Apr 2014)
+
+  28 Apr 2014; Gilles Dartiguelongue e...@gentoo.org
+  +gnome-core-libs-3.12.0.ebuild:
+  Version bump for Gnome 3.12.
 
   18 Apr 2014; Pacho Ramos pa...@gentoo.org -gnome-core-libs-3.8.0.ebuild:
   Drop old



1.1  gnome-base/gnome-core-libs/gnome-core-libs-3.12.0.ebuild

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

Index: gnome-core-libs-3.12.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-core-libs/gnome-core-libs-3.12.0.ebuild,v
 1.1 2014/04/28 07:01:11 eva Exp $

EAPI=5

DESCRIPTION=Sub-meta package for the core libraries of GNOME 3
HOMEPAGE=http://www.gnome.org/;
LICENSE=metapackage
SLOT=3.0
IUSE=cups python

# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86

# Note to developers:
# This is a wrapper for the core libraries used by GNOME 3
RDEPEND=
=dev-libs/glib-2.40.0:2
=x11-libs/gdk-pixbuf-2.30.7:2
=x11-libs/pango-1.36.3
=media-libs/clutter-1.18.2:1.0
=x11-libs/gtk+-${PV}:3[cups?]
=dev-libs/atk-2.12
=x11-libs/libwnck-3.4.7:3
=gnome-base/librsvg-2.40.2
=gnome-base/gnome-desktop-${PV}:3
=gnome-base/libgnomekbd-3.6
=x11-libs/startup-notification-0.12

=gnome-base/gvfs-1.20.0
=gnome-base/dconf-0.20.0

|| (
=media-libs/gstreamer-0.10.36:0.10
=media-libs/gstreamer-1.2.3:1.0 )
|| (
=media-libs/gst-plugins-base-0.10.36:0.10
=media-libs/gst-plugins-base-1.2.3:1.0 )
|| (
=media-libs/gst-plugins-good-0.10.31:0.10
=media-libs/gst-plugins-good-1.2.3:1.0 )

python? ( =dev-python/pygobject-${PV}:3 )

DEPEND=

S=${WORKDIR}






[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-core-apps: ChangeLog gnome-core-apps-3.12.0.ebuild

2014-04-28 Thread Gilles Dartiguelongue (eva)
eva 14/04/28 07:02:57

  Modified: ChangeLog
  Added:gnome-core-apps-3.12.0.ebuild
  Log:
  Version bump for Gnome 3.12.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.26 gnome-base/gnome-core-apps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   26 Apr 2014 17:55:42 -  1.25
+++ ChangeLog   28 Apr 2014 07:02:56 -  1.26
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-base/gnome-core-apps
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog,v 1.25 
2014/04/26 17:55:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog,v 1.26 
2014/04/28 07:02:56 eva Exp $
+
+*gnome-core-apps-3.12.0 (28 Apr 2014)
+
+  28 Apr 2014; Gilles Dartiguelongue e...@gentoo.org
+  +gnome-core-apps-3.12.0.ebuild:
+  Version bump for Gnome 3.12.
 
   26 Apr 2014; Pacho Ramos pa...@gentoo.org -gnome-core-apps-3.8.0.ebuild:
   drop old



1.1  gnome-base/gnome-core-apps/gnome-core-apps-3.12.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-apps/gnome-core-apps-3.12.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-apps/gnome-core-apps-3.12.0.ebuild?rev=1.1content-type=text/plain

Index: gnome-core-apps-3.12.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/gnome-core-apps-3.12.0.ebuild,v
 1.1 2014/04/28 07:02:56 eva Exp $

EAPI=5

DESCRIPTION=Sub-meta package for the core applications integrated with GNOME 3
HOMEPAGE=http://www.gnome.org/;
LICENSE=metapackage
SLOT=3.0
IUSE=+bluetooth +cdr cups

# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86

# Note to developers:
# This is a wrapper for the core apps tightly integrated with GNOME 3
# gtk-engines:2 is still around because it's needed for gtk2 apps
RDEPEND=
=gnome-base/gnome-core-libs-${PV}[cups?]

=gnome-base/gnome-session-${PV}
=gnome-base/gnome-menus-3.10.1:3
=gnome-base/gnome-settings-daemon-${PV}[cups?]
=gnome-base/gnome-control-center-${PV}[cups?]

=app-crypt/gcr-${PV}
=gnome-base/nautilus-${PV}
=gnome-base/gnome-keyring-${PV}
=gnome-extra/evolution-data-server-${PV}

=app-crypt/seahorse-${PV}
=app-editors/gedit-${PV}
=app-text/evince-${PV}
=gnome-extra/gnome-contacts-${PV}
=media-gfx/eog-${PV}
=media-video/totem-${PV}
=net-im/empathy-${PV}
=x11-terms/gnome-terminal-${PV}

=gnome-extra/gnome-user-docs-${PV}
=gnome-extra/yelp-${PV}

=x11-themes/gtk-engines-2.20.2:2
=x11-themes/gnome-icon-theme-${PV}
=x11-themes/gnome-icon-theme-symbolic-${PV}
=x11-themes/gnome-themes-standard-${PV}

bluetooth? ( =net-wireless/gnome-bluetooth-${PV} )
cdr? ( =app-cdr/brasero-3.11.3 )

!gnome-base/gnome-applets

DEPEND=

S=${WORKDIR}






[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-extra-apps: ChangeLog gnome-extra-apps-3.12.0.ebuild

2014-04-28 Thread Gilles Dartiguelongue (eva)
eva 14/04/28 07:04:21

  Modified: ChangeLog
  Added:gnome-extra-apps-3.12.0.ebuild
  Log:
  Version bump for Gnome 3.12.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.28 gnome-base/gnome-extra-apps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-extra-apps/ChangeLog?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-extra-apps/ChangeLog?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-extra-apps/ChangeLog?r1=1.27r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-extra-apps/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   20 Apr 2014 15:05:46 -  1.27
+++ ChangeLog   28 Apr 2014 07:04:21 -  1.28
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-base/gnome-extra-apps
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-extra-apps/ChangeLog,v 
1.27 2014/04/20 15:05:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-extra-apps/ChangeLog,v 
1.28 2014/04/28 07:04:21 eva Exp $
+
+*gnome-extra-apps-3.12.0 (28 Apr 2014)
+
+  28 Apr 2014; Gilles Dartiguelongue e...@gentoo.org
+  +gnome-extra-apps-3.12.0.ebuild:
+  Version bump for Gnome 3.12.
 
 *gnome-extra-apps-3.10.0-r1 (20 Apr 2014)
 



1.1  gnome-base/gnome-extra-apps/gnome-extra-apps-3.12.0.ebuild

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

Index: gnome-extra-apps-3.12.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-extra-apps/gnome-extra-apps-3.12.0.ebuild,v
 1.1 2014/04/28 07:04:21 eva Exp $

EAPI=5

DESCRIPTION=Sub-meta package for the applications of GNOME 3
HOMEPAGE=http://www.gnome.org/;
LICENSE=metapackage
SLOT=3.0
IUSE=+games +shotwell +tracker

# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86

# Note to developers:
# This is a wrapper for the extra apps integrated with GNOME 3
# New package
RDEPEND=
=gnome-base/gnome-core-libs-${PV}

=app-admin/gnome-system-log-3.9.90
=app-arch/file-roller-${PV}
=app-dicts/gnome-dictionary-3.10
=gnome-extra/gconf-editor-3
=gnome-extra/gnome-calculator-${PV}
=gnome-extra/gnome-power-manager-${PV}
=gnome-extra/gnome-search-tool-3.6
=gnome-extra/gnome-system-monitor-${PV}
=gnome-extra/gnome-tweak-tool-${PV}
=gnome-extra/gucharmap-${PV}:2.90
=gnome-extra/nautilus-sendto-3.8
=gnome-extra/sushi-${PV}
=mail-client/evolution-${PV}
=media-gfx/gnome-font-viewer-${PV}
=media-gfx/gnome-screenshot-${PV}
=media-sound/sound-juicer-3.11.90
=media-video/cheese-${PV}
=net-analyzer/gnome-nettool-3.8
=net-misc/vinagre-${PV}
=net-misc/vino-${PV}
=sys-apps/baobab-${PV}
=www-client/epiphany-${PV}

games? (
=games-arcade/gnome-nibbles-${PV}
=games-arcade/gnome-robots-${PV}
=games-board/aisleriot-3.2.3.2
=games-board/four-in-a-row-${PV}
=games-board/gnome-chess-${PV}
=games-board/gnome-mahjongg-${PV}
=games-board/gnome-mines-${PV}
=games-board/iagno-${PV}
=games-board/tali-${PV}
=games-puzzle/five-or-more-${PV}
=games-puzzle/gnome-klotski-${PV}
=games-puzzle/gnome-sudoku-${PV}
=games-puzzle/gnome-tetravex-${PV}
=games-puzzle/lightsoff-${PV}
=games-puzzle/quadrapassel-${PV}
=games-puzzle/swell-foop-${PV} )
shotwell? ( =media-gfx/shotwell-0.15 )
tracker? (
=app-misc/tracker-1
=gnome-extra/gnome-documents-${PV} )

amd64? ( =gnome-extra/gnome-user-share-3.10.2 )
x86? ( =gnome-extra/gnome-user-share-3.10.2 )

# Note: bug-buddy is broken with GNOME 3
# Note: aisleriot-3.4 is masked for guile-2
# Note: we want to pull in gnome-user-share, but it's only available for 
amd64/x86, bug #506176
DEPEND=
S=${WORKDIR}






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-04-28 Thread Gilles Dartiguelongue (eva)
eva 14/04/28 07:07:47

  Modified: ChangeLog package.mask
  Log:
  Add gnome-light to Gnome 3.12 mask.

Revision  ChangesPath
1.   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8887
retrieving revision 1.
diff -u -r1.8887 -r1.
--- ChangeLog   28 Apr 2014 06:56:18 -  1.8887
+++ ChangeLog   28 Apr 2014 07:07:46 -  1.
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8887 2014/04/28 
06:56:18 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1. 2014/04/28 
07:07:46 eva Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   28 Apr 2014; Gilles Dartiguelongue e...@gentoo.org package.mask:
+  Add gnome-light to Gnome 3.12 mask.
+
+  28 Apr 2014; Gilles Dartiguelongue e...@gentoo.org package.mask:
   Clean up overlay ebuilds from Gnome 3.12 mask. Fix gnome-terminal mask line.
 
   27 Apr 2014; Manuel Rüger mr...@gentoo.org package.mask:



1.15622  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15622view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15622content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15621r2=1.15622

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15621
retrieving revision 1.15622
diff -u -r1.15621 -r1.15622
--- package.mask28 Apr 2014 06:56:18 -  1.15621
+++ package.mask28 Apr 2014 07:07:46 -  1.15622
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15621 2014/04/28 
06:56:18 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15622 2014/04/28 
07:07:46 eva Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -104,6 +104,7 @@
 =gnome-base/gnome-desktop-3.12.1
 =gnome-base/gnome-extra-apps-3.12.0
 =gnome-base/gnome-keyring-3.12.0
+=gnome-base/gnome-light-3.12.0
 =gnome-base/gnome-session-3.12.1
 =gnome-base/gnome-settings-daemon-3.12.1
 =gnome-base/gnome-shell-3.12.1






[gentoo-commits] gentoo-x86 commit in dev-libs/apr: apr-1.5.1.ebuild ChangeLog

2014-04-28 Thread Lars Wendler (polynomial-c)
polynomial-c14/04/28 07:10:01

  Modified: ChangeLog
  Added:apr-1.5.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.221dev-libs/apr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- ChangeLog   20 Apr 2014 11:18:53 -  1.220
+++ ChangeLog   28 Apr 2014 07:10:01 -  1.221
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/apr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.220 2014/04/20 
11:18:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.221 2014/04/28 
07:10:01 polynomial-c Exp $
+
+*apr-1.5.1 (28 Apr 2014)
+
+  28 Apr 2014; Lars Wendler polynomia...@gentoo.org +apr-1.5.1.ebuild:
+  Version bump.
 
   20 Apr 2014; Agostino Sarubbo a...@gentoo.org apr-1.5.0-r2.ebuild:
   Stable for ppc64, wrt bug #504300



1.1  dev-libs/apr/apr-1.5.1.ebuild

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

Index: apr-1.5.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.1.ebuild,v 1.1 
2014/04/28 07:10:01 polynomial-c Exp $

EAPI=4

inherit autotools eutils libtool multilib toolchain-funcs

DESCRIPTION=Apache Portable Runtime Library
HOMEPAGE=http://apr.apache.org/;
SRC_URI=mirror://apache/apr/${P}.tar.bz2

LICENSE=Apache-2.0
SLOT=1
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=doc elibc_FreeBSD older-kernels-compatibility static-libs +urandom

RDEPEND=elibc_glibc? ( =sys-apps/util-linux-2.16 )
elibc_mintlib? ( =sys-apps/util-linux-2.18 )
DEPEND=${RDEPEND}
=sys-devel/libtool-2.4.2
doc? ( app-doc/doxygen )

DOCS=(CHANGES NOTICE README)

src_prepare() {
epatch ${FILESDIR}/${PN}-1.5.0-mint.patch
epatch ${FILESDIR}/${PN}-1.5.0-libtool.patch
epatch ${FILESDIR}/${PN}-1.5.0-cross-types.patch
epatch ${FILESDIR}/${PN}-1.5.0-sysroot.patch #385775

epatch_user #449048

AT_M4DIR=build eautoreconf
elibtoolize

epatch ${FILESDIR}/config.layout.patch
}

src_configure() {
local myconf=()

[[ ${CHOST} == *-mint* ]]  export ac_cv_func_poll=no

if use older-kernels-compatibility; then
local apr_cv_accept4 apr_cv_dup3 apr_cv_epoll_create1 
apr_cv_sock_cloexec
export apr_cv_accept4=no
export apr_cv_dup3=no
export apr_cv_epoll_create1=no
export apr_cv_sock_cloexec=no
fi
if tc-is-cross-compiler; then
# The apache project relies heavily on AC_TRY_RUN and doesn't
# have any sane cross-compiling fallback logic.
export \
ac_cv_file__dev_zero=yes \
ac_cv_func_sem_open=yes \
ac_cv_negative_eai=yes \
ac_cv_o_nonblock_inherited=no \
ac_cv_struct_rlimit=yes \
ap_cv_atomic_builtins=yes \
apr_cv_accept4=yes \
apr_cv_dup3=yes \
apr_cv_epoll=yes \
apr_cv_epoll_create1=yes \
apr_cv_gai_addrconfig=yes \
apr_cv_mutex_recursive=yes \
apr_cv_mutex_robust_shared=yes \
apr_cv_process_shared_works=yes \
apr_cv_pthreads_lib=-pthread \
apr_cv_sock_cloexec=yes \
apr_cv_tcp_nodelay_with_cork=yes
fi

if use urandom; then
myconf+=( --with-devrandom=/dev/urandom )
elif (( ${CHOST#*-hpux11.} = 11 )); then
: # no /dev/*random on hpux11.11 and before, $PN detects 

[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-light: gnome-light-3.12.0.ebuild ChangeLog

2014-04-28 Thread Gilles Dartiguelongue (eva)
eva 14/04/28 07:14:52

  Modified: ChangeLog
  Added:gnome-light-3.12.0.ebuild
  Log:
  Version bump for Gnome 3.12.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.178gnome-base/gnome-light/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   26 Apr 2014 18:14:01 -  1.177
+++ ChangeLog   28 Apr 2014 07:14:52 -  1.178
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-base/gnome-light
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v 1.177 
2014/04/26 18:14:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v 1.178 
2014/04/28 07:14:52 eva Exp $
+
+*gnome-light-3.12.0 (28 Apr 2014)
+
+  28 Apr 2014; Gilles Dartiguelongue e...@gentoo.org
+  +gnome-light-3.12.0.ebuild:
+  Version bump for Gnome 3.12.
 
   26 Apr 2014; Pacho Ramos pa...@gentoo.org -gnome-light-3.8.0.ebuild:
   drop old



1.1  gnome-base/gnome-light/gnome-light-3.12.0.ebuild

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

Index: gnome-light-3.12.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-3.12.0.ebuild,v 1.1 
2014/04/28 07:14:52 eva Exp $

EAPI=5

DESCRIPTION=Meta package for GNOME-Light, merge this package to install
HOMEPAGE=http://www.gnome.org/;
LICENSE=metapackage
SLOT=2.0
IUSE=cups +gnome-shell

# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86

# XXX: Note to developers:
# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
# the bare minimum of libs/apps needed. It is basically gnome-base/gnome without
# any apps, but shouldn't be used by users unless they know what they are doing.
RDEPEND=!gnome-base/gnome
=gnome-base/gnome-core-libs-${PV}[cups?]

=gnome-base/gnome-session-${PV}
=gnome-base/gnome-menus-3.10.1:3
=gnome-base/gnome-settings-daemon-${PV}[cups?]
=gnome-base/gnome-control-center-${PV}[cups?]

=gnome-base/nautilus-${PV}

gnome-shell? (
=x11-wm/mutter-${PV}
=gnome-base/gnome-shell-${PV} )

=x11-themes/gnome-icon-theme-${PV}
=x11-themes/gnome-icon-theme-symbolic-${PV}
=x11-themes/gnome-themes-standard-${PV}

=x11-terms/gnome-terminal-${PV}

DEPEND=
PDEPEND==gnome-base/gvfs-1.20.0
S=${WORKDIR}

pkg_pretend() {
if ! use gnome-shell; then
# Users probably want to use e16, sawfish, etc
ewarn You're installing neither GNOME Shell
ewarn You will have to install and manage a window manager by 
yourself
fi
}






[gentoo-commits] gentoo-x86 commit in dev-libs/boost: boost-1.54.0-r1.ebuild ChangeLog boost-1.53.0-r1.ebuild boost-1.55.0-r1.ebuild boost-1.52.0-r6.ebuild

2014-04-28 Thread Sergey Popov (pinkbyte)
pinkbyte14/04/28 07:20:08

  Modified: boost-1.54.0-r1.ebuild ChangeLog
boost-1.53.0-r1.ebuild boost-1.55.0-r1.ebuild
boost-1.52.0-r6.ebuild
  Log:
  Add apropriate die message on unsupported overriden site-config.jam, wrt bug 
#456792. Thanks to Raimar Sandner gentoo-bugzilla AT 404not-found.de for 
reporting this issue
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.4  dev-libs/boost/boost-1.54.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.54.0-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.54.0-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.54.0-r1.ebuild?r1=1.3r2=1.4

Index: boost-1.54.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.54.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- boost-1.54.0-r1.ebuild  7 Apr 2014 10:57:06 -   1.3
+++ boost-1.54.0-r1.ebuild  28 Apr 2014 07:20:08 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.54.0-r1.ebuild,v 1.3 
2014/04/07 10:57:06 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.54.0-r1.ebuild,v 1.4 
2014/04/28 07:20:08 pinkbyte Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -61,6 +61,19 @@
 __EOF__
 }
 
+pkg_setup() {
+   # Bail out on unsupported build configuration, bug #456792
+   if [[ -f ${EROOT}etc/site-config.jam ]]; then
+   grep -q gentoorelease ${EROOT}etc/site-config.jam  grep -q 
gentoodebug ${EROOT}etc/site-config.jam ||
+   (
+   eerror You are using custom 
${EROOT}etc/site-config.jam without defined gentoorelease/gentoodebug targets.
+   eerror Boost can not be built in such configuration.
+   eerror Please, either remove this file or add targets 
from ${EROOT}usr/share/boost-build/site-config.jam to it.
+   die
+   )
+   fi
+}
+
 src_prepare() {
epatch \
${FILESDIR}/${PN}-1.48.0-mpi_python3.patch \



1.317dev-libs/boost/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
retrieving revision 1.316
retrieving revision 1.317
diff -u -r1.316 -r1.317
--- ChangeLog   15 Apr 2014 15:56:31 -  1.316
+++ ChangeLog   28 Apr 2014 07:20:08 -  1.317
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/boost
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.316 2014/04/15 
15:56:31 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.317 2014/04/28 
07:20:08 pinkbyte Exp $
+
+  28 Apr 2014; Sergey Popov pinkb...@gentoo.org boost-1.52.0-r6.ebuild,
+  boost-1.53.0-r1.ebuild, boost-1.54.0-r1.ebuild, boost-1.55.0-r1.ebuild:
+  Add apropriate die message on unsupported overriden site-config.jam, wrt bug
+  #456792. Thanks to Raimar Sandner gentoo-bugzilla AT 404not-found.de for
+  reporting this issue
 
   15 Apr 2014; Sergey Popov pinkb...@gentoo.org
   -files/boost-1.48.0-respect_python-buildid.patch,



1.4  dev-libs/boost/boost-1.53.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild?r1=1.3r2=1.4

Index: boost-1.53.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- boost-1.53.0-r1.ebuild  7 Apr 2014 10:57:06 -   1.3
+++ boost-1.53.0-r1.ebuild  28 Apr 2014 07:20:08 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild,v 1.3 
2014/04/07 10:57:06 pinkbyte Exp $
+# 

[gentoo-commits] gentoo-x86 commit in dev-lisp/sbcl: ChangeLog sbcl-1.1.17.ebuild

2014-04-28 Thread Ulrich Mueller (ulm)
ulm 14/04/28 07:44:03

  Modified: ChangeLog sbcl-1.1.17.ebuild
  Log:
  QA: Fix whitespace issues.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.204dev-lisp/sbcl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.204view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.204content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?r1=1.203r2=1.204

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- ChangeLog   28 Apr 2014 06:35:54 -  1.203
+++ ChangeLog   28 Apr 2014 07:44:03 -  1.204
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lisp/sbcl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.203 2014/04/28 
06:35:54 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.204 2014/04/28 
07:44:03 ulm Exp $
+
+  28 Apr 2014; Ulrich Müller u...@gentoo.org sbcl-1.1.17.ebuild:
+  QA: Fix whitespace issues.
 
   28 Apr 2014; Mark Wright gie...@gentoo.org
   +files/sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch,



1.3  dev-lisp/sbcl/sbcl-1.1.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild?r1=1.2r2=1.3

Index: sbcl-1.1.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sbcl-1.1.17.ebuild  28 Apr 2014 06:35:54 -  1.2
+++ sbcl-1.1.17.ebuild  28 Apr 2014 07:44:03 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild,v 1.2 
2014/04/28 06:35:54 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild,v 1.3 
2014/04/28 07:44:03 ulm Exp $
 
 EAPI=5
 inherit multilib eutils flag-o-matic pax-utils
@@ -51,11 +51,11 @@
 }
 
 sbcl_apply_features() {
-   cat  ${CONFIG} 'EOF'
-(lambda (list)
-  (flet ((enable  (x) (pushnew x list))
-(disable (x) (setf list (remove x list
-EOF
+   sed 's/^X//'  ${CONFIG} -'EOF'
+   (lambda (list)
+   X  (flet ((enable  (x) (pushnew x list))
+   X (disable (x) (setf list (remove x list
+   EOF
if use x86 || use amd64; then
sbcl_feature $(usep threads) :sb-thread
fi
@@ -64,10 +64,10 @@
sbcl_feature $(usep unicode) :sb-unicode
sbcl_feature $(usep zlib) :sb-core-compression
sbcl_feature $(usep debug) :sb-xref-for-internals
-   cat  ${CONFIG} 'EOF'
-   )
-  list)
-EOF
+   sed 's/^X//'  ${CONFIG} -'EOF'
+   X)
+   X  list)
+   EOF
cat ${CONFIG}
 }
 
@@ -162,17 +162,17 @@
 src_install() {
# install system-wide initfile
dodir /etc/
-   cat  ${D}/etc/sbclrc EOF
-;;; The following is required if you want source location functions to
-;;; work in SLIME, for example.
-
-(setf (logical-pathname-translations SYS)
-   '((SYS:SRC;**;*.*.* #p/usr/$(get_libdir)/sbcl/src/**/*.*)
- (SYS:CONTRIB;**;*.*.* #p/usr/$(get_libdir)/sbcl/**/*.*)))
-
-;;; Setup ASDF2
-(load /etc/common-lisp/gentoo-init.lisp)
-EOF
+   sed 's/^X//'  ${D}/etc/sbclrc -EOF
+   ;;; The following is required if you want source location functions to
+   ;;; work in SLIME, for example.
+   X
+   (setf (logical-pathname-translations SYS)
+   X  '((SYS:SRC;**;*.*.* #p/usr/$(get_libdir)/sbcl/src/**/*.*)
+   X(SYS:CONTRIB;**;*.*.* #p/usr/$(get_libdir)/sbcl/**/*.*)))
+   X
+   ;;; Setup ASDF2
+   (load /etc/common-lisp/gentoo-init.lisp)
+   EOF
 
# Install documentation
unset SBCL_HOME






[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2014-04-28 Thread José María Alonso
commit: b393992934b3060f9d197a131c36ea8e94db4388
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Mon Apr 28 09:39:03 2014 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Mon Apr 28 09:39:03 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=b3939929

dev-lisp/clx: new live ebuild

---
 dev-lisp/clx/clx-.ebuild | 16 
 1 file changed, 16 insertions(+)

diff --git a/dev-lisp/clx/clx-.ebuild b/dev-lisp/clx/clx-.ebuild
new file mode 100644
index 000..5d41ab4
--- /dev/null
+++ b/dev-lisp/clx/clx-.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION=A collection of public domain utilities.
+HOMEPAGE=http://www.cliki.net/CLX;
+EGIT_REPO_URI=git://github.com/sharplispers/clx.git
+
+LICENSE=as-is
+SLOT=0
+KEYWORDS=~amd64 ~ppc ~sparc ~x86
+IUSE=



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2014-04-28 Thread José María Alonso
commit: 62eb5e6b518ac48d2f9e1cbf506548efa578826c
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Mon Apr 28 09:41:43 2014 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Mon Apr 28 09:41:43 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=62eb5e6b

dev-lisp/clx: fix description and uri

---
 dev-lisp/clx/clx-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/clx/clx-.ebuild b/dev-lisp/clx/clx-.ebuild
index 5d41ab4..d698632 100644
--- a/dev-lisp/clx/clx-.ebuild
+++ b/dev-lisp/clx/clx-.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 
 inherit common-lisp-3 git-2
 
-DESCRIPTION=A collection of public domain utilities.
-HOMEPAGE=http://www.cliki.net/CLX;
+DESCRIPTION=A fork of crhodes' fork of danb's fork of the CLX library, an X11 
client for Common Lisp
+HOMEPAGE=https://github.com/sharplispers/clx http://www.cliki.net/CLX;
 EGIT_REPO_URI=git://github.com/sharplispers/clx.git
 
 LICENSE=as-is



[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm/

2014-04-28 Thread José María Alonso
commit: 7974876afddff65fcf775b06ee470bbac1a0848f
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Mon Apr 28 11:15:26 2014 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Mon Apr 28 11:15:26 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=7974876a

x11-wm/stumpwm: new live ebuild

---
 x11-wm/stumpwm/stumpwm-.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/x11-wm/stumpwm/stumpwm-.ebuild 
b/x11-wm/stumpwm/stumpwm-.ebuild
new file mode 100644
index 000..7ce3bab
--- /dev/null
+++ b/x11-wm/stumpwm/stumpwm-.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION=Stumpwm is a tiling, keyboard driven X11 Window Manager written 
entirely in Common Lisp.
+HOMEPAGE=http://www.nongnu.org/stumpwm/index.html;
+EGIT_REPO_URI=git://github.com/stumpwm/stumpwm
+
+LICENSE=GPL-2
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=doc clisp emacs +sbcl
+
+DEPEND=dev-lisp/common-lisp-controller
+   virtual/commonlisp
+   dev-lisp/cl-ppcre
+   doc? ( sys-apps/texinfo )
+
+RDEPEND=${DEPEND}
+   emacs? ( app-emacs/slime )
+   !clisp? ( !sbcl? ( !amd64? ( dev-lisp/cmucl ) ) )
+   clisp? ( =dev-lisp/clisp-2.38-r2[X,-new-clx] )
+   sbcl?  ( dev-lisp/sbcl dev-lisp/clx )



[gentoo-commits] gentoo-x86 commit in x11-wm/stumpwm: metadata.xml ChangeLog

2014-04-28 Thread JosA MarAa Alonso (nimiux)
nimiux  14/04/28 11:20:48

  Modified: metadata.xml ChangeLog
  Log:
  Take maintainership of package
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.6  x11-wm/stumpwm/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/stumpwm/metadata.xml?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/stumpwm/metadata.xml?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/stumpwm/metadata.xml?r1=1.5r2=1.6

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml24 Sep 2011 11:11:07 -  1.5
+++ metadata.xml28 Apr 2014 11:20:48 -  1.6
@@ -2,7 +2,8 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
 maintainer
-  emailmaintainer-nee...@gentoo.org/email
+  emailnim...@gentoo.org/email
+  nameChema Alonso/name
 /maintainer
 longdescription
   Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in 
Common Lisp.



1.8  x11-wm/stumpwm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/stumpwm/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/stumpwm/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/stumpwm/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   17 Nov 2012 16:58:54 -  1.7
+++ ChangeLog   28 Apr 2014 11:20:48 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for x11-wm/stumpwm
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v 1.7 2012/11/17 
16:58:54 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v 1.8 2014/04/28 
11:20:48 nimiux Exp $
+
+  28 Apr 2014; Chema Alonso nim...@gentoo.org metadata.xml:
+  Take maintainership of package
 
   17 Nov 2012; Agostino Sarubbo a...@gentoo.org stumpwm-0.9.7.ebuild:
   fix doinfo, wrt bug #442922






[gentoo-commits] gentoo-x86 commit in sys-kernel/git-sources: git-sources-3.15_rc3.ebuild ChangeLog

2014-04-28 Thread Tom Wijsman (tomwij)
tomwij  14/04/28 12:05:55

  Modified: ChangeLog
  Added:git-sources-3.15_rc3.ebuild
  Log:
  Linux patch 3.15-rc3.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  ChangesPath
1.1383   sys-kernel/git-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.1383view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.1383content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.1382r2=1.1383

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
retrieving revision 1.1382
retrieving revision 1.1383
diff -u -r1.1382 -r1.1383
--- ChangeLog   21 Apr 2014 19:14:19 -  1.1382
+++ ChangeLog   28 Apr 2014 12:05:55 -  1.1383
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/git-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1382 
2014/04/21 19:14:19 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1383 
2014/04/28 12:05:55 tomwij Exp $
+
+*git-sources-3.15_rc3 (28 Apr 2014)
+
+  28 Apr 2014; Tom Wijsman tom...@gentoo.org +git-sources-3.15_rc3.ebuild:
+  Linux patch 3.15-rc3.
 
   21 Apr 2014; Mike Pagano mpag...@gentoo.org git-sources-3.15_rc1.ebuild,
   git-sources-3.15_rc2.ebuild:



1.1  sys-kernel/git-sources/git-sources-3.15_rc3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-3.15_rc3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-3.15_rc3.ebuild?rev=1.1content-type=text/plain

Index: git-sources-3.15_rc3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.15_rc3.ebuild,v 
1.1 2014/04/28 12:05:55 tomwij Exp $

EAPI=5
UNIPATCH_STRICTORDER=yes
K_NOUSENAME=yes
K_NOSETEXTRAVERSION=yes
K_NOUSEPR=yes
K_SECURITY_UNSUPPORTED=yes
K_DEBLOB_AVAILABLE=0
ETYPE=sources
CKV=${PVR/-r/-git}

# only use this if it's not an _rc/_pre release
[ ${PV/_pre} == ${PV} ]  [ ${PV/_rc} == ${PV} ]  OKV=${PV}
inherit kernel-2
detect_version

DESCRIPTION=The very latest -git version of the Linux kernel
HOMEPAGE=http://www.kernel.org;
SRC_URI=${KERNEL_URI}

KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
IUSE=

K_EXTRAEINFO=This kernel is not supported by Gentoo due to its unstable and
experimental nature. If you have any issues, try a matching vanilla-sources
ebuild -- if the problem is not there, please contact the upstream kernel
developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to
report the problem so it can be fixed in time for the next kernel release.

RDEPEND=
DEPEND=${RDEPEND}
=sys-devel/patch-2.7.1-r3

pkg_postinst() {
postinst_sources
}






[gentoo-commits] proj/kde:master commit in: eclass/

2014-04-28 Thread Michael Palimaka
commit: 38896546b94d24a8cf5996567650790c3c53e670
Author: Jakub Caban kuba AT whyblack DOT pl
AuthorDate: Mon Apr 28 12:05:50 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Apr 28 12:05:59 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=38896546

[eclass] Fix SVN branch calculation wrt bug #508960.

This was caused by the  - 4. rename.

---
 eclass/kde4-base.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 5707d32..ffe5d05 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -471,7 +471,7 @@ _calculate_live_repo() {
# Determine branch URL based on live type
local branch_prefix
case ${PV} in
-   *)
+   4.*)
# trunk
branch_prefix=trunk/KDE
;;



[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.2.57-r3.ebuild ChangeLog

2014-04-28 Thread Anthony G. Basile (blueness)
blueness14/04/28 12:12:00

  Modified: ChangeLog
  Added:hardened-sources-3.2.57-r3.ebuild
  Log:
  vanilla-3.2.57 + genpatches-3.2-16 + grsecurity-3.0-3.2.57-201404241714
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1034   sys-kernel/hardened-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1034view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1034content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.1033r2=1.1034

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1033
retrieving revision 1.1034
diff -u -r1.1033 -r1.1034
--- ChangeLog   27 Apr 2014 16:35:22 -  1.1033
+++ ChangeLog   28 Apr 2014 12:12:00 -  1.1034
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1033 2014/04/27 16:35:22 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1034 2014/04/28 12:12:00 blueness Exp $
+
+*hardened-sources-3.2.57-r3 (28 Apr 2014)
+
+  28 Apr 2014; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-3.2.57-r3.ebuild:
+  vanilla-3.2.57 + genpatches-3.2-16 + grsecurity-3.0-3.2.57-201404241714
 
 *hardened-sources-3.2.57-r2 (27 Apr 2014)
 



1.1  
sys-kernel/hardened-sources/hardened-sources-3.2.57-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.57-r3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.57-r3.ebuild?rev=1.1content-type=text/plain

Index: hardened-sources-3.2.57-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.57-r3.ebuild,v
 1.1 2014/04/28 12:12:00 blueness Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base extras
K_GENPATCHES_VER=16
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version

HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}

UNIPATCH_LIST=${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2
UNIPATCH_EXCLUDE=4200_fbcondecor-0.9.6.patch

DESCRIPTION=Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/;
IUSE=deblob

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

RDEPEND==sys-devel/gcc-4.5

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT=sys-apps/gradm-3.0*

ewarn
ewarn Users of grsecurity's RBAC system must ensure they are using
ewarn ${GRADM_COMPAT}, which is compatible with ${PF}.
ewarn It is strongly recommended that the following command is issued
ewarn prior to booting a ${PF} kernel for the first time:
ewarn
ewarn emerge -na =${GRADM_COMPAT}
ewarn
}






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.14.2.ebuild ChangeLog

2014-04-28 Thread Anthony G. Basile (blueness)
blueness14/04/28 12:13:26

  Modified: ChangeLog
  Added:hardened-sources-3.14.2.ebuild
  Log:
  vanilla-3.14.2 + genpatches-3.14-5 + grsecurity-3.0-3.14.2-201404270907
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1035   sys-kernel/hardened-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1035view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1035content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.1034r2=1.1035

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1034
retrieving revision 1.1035
diff -u -r1.1034 -r1.1035
--- ChangeLog   28 Apr 2014 12:12:00 -  1.1034
+++ ChangeLog   28 Apr 2014 12:13:25 -  1.1035
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1034 2014/04/28 12:12:00 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1035 2014/04/28 12:13:25 blueness Exp $
+
+*hardened-sources-3.14.2 (28 Apr 2014)
+
+  28 Apr 2014; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-3.14.2.ebuild:
+  vanilla-3.14.2 + genpatches-3.14-5 + grsecurity-3.0-3.14.2-201404270907
 
 *hardened-sources-3.2.57-r3 (28 Apr 2014)
 



1.1  sys-kernel/hardened-sources/hardened-sources-3.14.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.2.ebuild?rev=1.1content-type=text/plain

Index: hardened-sources-3.14.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.2.ebuild,v
 1.1 2014/04/28 12:13:25 blueness Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base
K_GENPATCHES_VER=5
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version

HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}

UNIPATCH_LIST=${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2
UNIPATCH_EXCLUDE=
1500_XATTR_USER_PREFIX.patch
2900_dev-root-proc-mount-fix.patch

DESCRIPTION=Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/;
IUSE=deblob

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

RDEPEND==sys-devel/gcc-4.5

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT=sys-apps/gradm-3.0*

ewarn
ewarn Users of grsecurity's RBAC system must ensure they are using
ewarn ${GRADM_COMPAT}, which is compatible with ${PF}.
ewarn It is strongly recommended that the following command is issued
ewarn prior to booting a ${PF} kernel for the first time:
ewarn
ewarn emerge -na =${GRADM_COMPAT}
ewarn
}






[gentoo-commits] linux-patches r2766 - genpatches-2.6/tags

2014-04-28 Thread Tom Wijsman (tomwij)
Author: tomwij
Date: 2014-04-28 12:32:51 + (Mon, 28 Apr 2014)
New Revision: 2766

Added:
   genpatches-2.6/tags/3.2-34/
Log:
3.2-34 release




[gentoo-commits] linux-patches r2767 - genpatches-2.6/tags

2014-04-28 Thread Tom Wijsman (tomwij)
Author: tomwij
Date: 2014-04-28 12:33:43 + (Mon, 28 Apr 2014)
New Revision: 2767

Added:
   genpatches-2.6/tags/3.4-68/
Log:
3.4-68 release




[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: gentoo-sources-3.2.57.ebuild gentoo-sources-3.10.38.ebuild gentoo-sources-3.4.88.ebuild ChangeLog

2014-04-28 Thread Tom Wijsman (tomwij)
tomwij  14/04/28 12:35:47

  Modified: ChangeLog
  Added:gentoo-sources-3.2.57.ebuild
gentoo-sources-3.10.38.ebuild
gentoo-sources-3.4.88.ebuild
  Log:
  Linux patches 3.2.56, 3.2.57, 3.4.88 and 3.10.38.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  ChangesPath
1.1307   sys-kernel/gentoo-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1307view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1307content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?r1=1.1306r2=1.1307

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1306
retrieving revision 1.1307
diff -u -r1.1306 -r1.1307
--- ChangeLog   27 Apr 2014 19:48:04 -  1.1306
+++ ChangeLog   28 Apr 2014 12:35:47 -  1.1307
@@ -1,6 +1,14 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1306 2014/04/27 19:48:04 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1307 2014/04/28 12:35:47 tomwij Exp $
+
+*gentoo-sources-3.2.57 (28 Apr 2014)
+*gentoo-sources-3.4.88 (28 Apr 2014)
+*gentoo-sources-3.10.38 (28 Apr 2014)
+
+  28 Apr 2014; Tom Wijsman tom...@gentoo.org +gentoo-sources-3.10.38.ebuild,
+  +gentoo-sources-3.2.57.ebuild, +gentoo-sources-3.4.88.ebuild:
+  Linux patches 3.2.56, 3.2.57, 3.4.88 and 3.10.38.
 
 *gentoo-sources-3.14.2 (27 Apr 2014)
 



1.1  sys-kernel/gentoo-sources/gentoo-sources-3.2.57.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.2.57.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.2.57.ebuild?rev=1.1content-type=text/plain

Index: gentoo-sources-3.2.57.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.2.57.ebuild,v
 1.1 2014/04/28 12:35:47 tomwij Exp $

EAPI=5
ETYPE=sources
K_WANT_GENPATCHES=base extras
K_GENPATCHES_VER=34
K_DEBLOB_AVAILABLE=1
inherit kernel-2
detect_version
detect_arch

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches;
IUSE=deblob

DESCRIPTION=Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree
SRC_URI=${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}

pkg_postinst() {
kernel-2_pkg_postinst
einfo For more info on this patchset, and how to report problems, see:
einfo ${HOMEPAGE}
}

pkg_postrm() {
kernel-2_pkg_postrm
}



1.1  sys-kernel/gentoo-sources/gentoo-sources-3.10.38.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.38.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.38.ebuild?rev=1.1content-type=text/plain

Index: gentoo-sources-3.10.38.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.38.ebuild,v
 1.1 2014/04/28 12:35:47 tomwij Exp $

EAPI=5
ETYPE=sources
K_WANT_GENPATCHES=base extras experimental
K_GENPATCHES_VER=45
K_DEBLOB_AVAILABLE=1
inherit kernel-2
detect_version
detect_arch

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches;
IUSE=deblob experimental

DESCRIPTION=Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree
SRC_URI=${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}

pkg_postinst() {
kernel-2_pkg_postinst
einfo For more info on this patchset, and how to report problems, see:
einfo ${HOMEPAGE}
}

pkg_postrm() {
kernel-2_pkg_postrm
}



1.1  sys-kernel/gentoo-sources/gentoo-sources-3.4.88.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.4.88.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.4.88.ebuild?rev=1.1content-type=text/plain

Index: gentoo-sources-3.4.88.ebuild

[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm/

2014-04-28 Thread José María Alonso
commit: 6c7d0b8d432b3691f37dece7d9aaec908c3faf1c
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Mon Apr 28 12:37:36 2014 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Mon Apr 28 12:37:36 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=6c7d0b8d

x11-wm/stumpwm: implement use doc

---
 x11-wm/stumpwm/stumpwm-.ebuild | 16 +++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/x11-wm/stumpwm/stumpwm-.ebuild 
b/x11-wm/stumpwm/stumpwm-.ebuild
index 7ce3bab..e611911 100644
--- a/x11-wm/stumpwm/stumpwm-.ebuild
+++ b/x11-wm/stumpwm/stumpwm-.ebuild
@@ -24,4 +24,18 @@ RDEPEND=${DEPEND}
emacs? ( app-emacs/slime )
!clisp? ( !sbcl? ( !amd64? ( dev-lisp/cmucl ) ) )
clisp? ( =dev-lisp/clisp-2.38-r2[X,-new-clx] )
-   sbcl?  ( dev-lisp/sbcl dev-lisp/clx )
+   sbcl?  ( =dev-lisp/sbcl-1.1.15 dev-lisp/clx )
+   doc? ( sys-apps/texinfo )
+
+do_doc() {
+   local pdffile=${PN}.pdf
+
+   dodoc AUTHORS NEWS README.md
+   texi2pdf -o ${pdffile} ${PN}.texi.in  dodoc ${pdffile} || die
+}
+
+src_install() {
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
+   use doc  do_doc
+}



[gentoo-commits] gentoo-x86 commit in app-arch/lz4: ChangeLog lz4-0_p106-r1.ebuild

2014-04-28 Thread Sergey Popov (pinkbyte)
pinkbyte14/04/28 13:07:30

  Modified: ChangeLog lz4-0_p106-r1.ebuild
  Log:
  Add ~mips keyword, wrt bug #499468
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.15 app-arch/lz4/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   2 Mar 2014 15:23:50 -   1.14
+++ ChangeLog   28 Apr 2014 13:07:30 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/lz4
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v 1.14 2014/03/02 
15:23:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v 1.15 2014/04/28 
13:07:30 pinkbyte Exp $
+
+  28 Apr 2014; Sergey Popov pinkb...@gentoo.org lz4-0_p106-r1.ebuild:
+  Add ~mips keyword, wrt bug #499468
 
   02 Mar 2014; Michał Górny mgo...@gentoo.org lz4-.ebuild:
   Update the live ebuild to conform with changes upstream. Fix the 
src_install()



1.7  app-arch/lz4/lz4-0_p106-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lz4/lz4-0_p106-r1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lz4/lz4-0_p106-r1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lz4/lz4-0_p106-r1.ebuild?r1=1.6r2=1.7

Index: lz4-0_p106-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p106-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lz4-0_p106-r1.ebuild14 Feb 2014 19:13:23 -  1.6
+++ lz4-0_p106-r1.ebuild28 Apr 2014 13:07:30 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p106-r1.ebuild,v 1.6 
2014/02/14 19:13:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p106-r1.ebuild,v 1.7 
2014/04/28 13:07:30 pinkbyte Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
ESVN_PROJECT=lz4-read-only
 else
SRC_URI=http://dev.gentoo.org/~ryao/dist/${P}.tar.xz;
-   KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux
+   KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux
 fi
 
 DESCRIPTION=Extremely Fast Compression algorithm






[gentoo-commits] gentoo-x86 commit in sys-fs/squashfs-tools: ChangeLog squashfs-tools-4.2_p20140119-r1.ebuild

2014-04-28 Thread Sergey Popov (pinkbyte)
pinkbyte14/04/28 13:10:47

  Modified: ChangeLog squashfs-tools-4.2_p20140119-r1.ebuild
  Log:
  Add ~mips keyword, wrt bug #499468
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.100sys-fs/squashfs-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/ChangeLog?rev=1.100view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/ChangeLog?rev=1.100content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/ChangeLog?r1=1.99r2=1.100

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   14 Feb 2014 19:14:02 -  1.99
+++ ChangeLog   28 Apr 2014 13:10:47 -  1.100
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/squashfs-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.99 
2014/02/14 19:14:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.100 
2014/04/28 13:10:47 pinkbyte Exp $
+
+  28 Apr 2014; Sergey Popov pinkb...@gentoo.org
+  squashfs-tools-4.2_p20140119-r1.ebuild:
+  Add ~mips keyword, wrt bug #499468
 
   14 Feb 2014; Markus Meier mae...@gentoo.org
   squashfs-tools-4.2_p20140119-r1.ebuild:



1.5  
sys-fs/squashfs-tools/squashfs-tools-4.2_p20140119-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.2_p20140119-r1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.2_p20140119-r1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.2_p20140119-r1.ebuild?r1=1.4r2=1.5

Index: squashfs-tools-4.2_p20140119-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.2_p20140119-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- squashfs-tools-4.2_p20140119-r1.ebuild  14 Feb 2014 19:14:02 -  
1.4
+++ squashfs-tools-4.2_p20140119-r1.ebuild  28 Apr 2014 13:10:47 -  
1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.2_p20140119-r1.ebuild,v
 1.4 2014/02/14 19:14:02 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.2_p20140119-r1.ebuild,v
 1.5 2014/04/28 13:10:47 pinkbyte Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~ia64
+KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~mips
 IUSE=+xz lzma lz4 lzo xattr
 
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in x11-wm/xpra: xpra-0.12.4.ebuild ChangeLog xpra-0.12.1.ebuild xpra-0.12.2.ebuild

2014-04-28 Thread Michael Weber (xmw)
xmw 14/04/28 13:17:11

  Modified: ChangeLog
  Added:xpra-0.12.4.ebuild
  Removed:  xpra-0.12.1.ebuild xpra-0.12.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  ChangesPath
1.102x11-wm/xpra/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/ChangeLog?rev=1.102view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/ChangeLog?rev=1.102content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/ChangeLog?r1=1.101r2=1.102

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   26 Apr 2014 08:32:58 -  1.101
+++ ChangeLog   28 Apr 2014 13:17:11 -  1.102
@@ -1,6 +1,12 @@
 # ChangeLog for x11-wm/xpra
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v 1.101 2014/04/26 
08:32:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v 1.102 2014/04/28 
13:17:11 xmw Exp $
+
+*xpra-0.12.4 (28 Apr 2014)
+
+  28 Apr 2014; Michael Weber x...@gentoo.org +xpra-0.12.4.ebuild,
+  -xpra-0.12.1.ebuild, -xpra-0.12.2.ebuild:
+  Version bump
 
   26 Apr 2014; Pacho Ramos pa...@gentoo.org xpra-0.10.12-r1.ebuild,
   xpra-0.11.6.ebuild, xpra-0.12.1.ebuild, xpra-0.12.2.ebuild,



1.1  x11-wm/xpra/xpra-0.12.4.ebuild

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

Index: xpra-0.12.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/xpra-0.12.4.ebuild,v 1.1 
2014/04/28 13:17:11 xmw Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils

DESCRIPTION=X Persistent Remote Apps (xpra) and Partitioning WM (parti) based 
on wimpiggy
HOMEPAGE=http://xpra.org/ http://xpra.org/src/;
SRC_URI=http://xpra.org/src/${P}.tar.xz;

LICENSE=GPL-2 BSD
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=+client +clipboard csc dec_av dec_av2 opengl pulseaudio +rencode server 
sound vpx webp x264

REQUIRED_USE=${PYTHON_REQUIRED_USE}
clipboard? ( || ( server client ) )
opengl? ( client )
|| ( client server )

# x264/old-libav.path situation see bug 459218
COMMON_DEPEND=${PYTHON_DEPS}
dev-python/pygobject:2[${PYTHON_USEDEP}]
dev-python/pygtk:2[${PYTHON_USEDEP}]
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXdamage
x11-libs/libXfixes
x11-libs/libXrandr
x11-libs/libXtst
csc? ( || ( =media-video/ffmpeg-1.2.2 media-video/libav ) )
dec_av? ( || ( =media-video/ffmpeg-1.2.2 media-video/libav ) )
opengl? ( dev-python/pygtkglext )
pulseaudio? ( media-sound/pulseaudio )
sound? ( media-libs/gstreamer:0.10
media-libs/gst-plugins-base:0.10
dev-python/gst-python:0.10 )
vpx? ( media-libs/libvpx virtual/ffmpeg )
webp? ( media-libs/libwebp )
x264? ( media-libs/x264
|| ( =media-video/ffmpeg-1.0.4:0 media-video/libav ) )

RDEPEND=${COMMON_DEPEND}
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/ipython[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]
virtual/ssh
x11-apps/setxkbmap
x11-apps/xmodmap
server? ( x11-base/xorg-server[-minimal,xvfb]
x11-drivers/xf86-input-void
x11-drivers/xf86-video-dummy
)
DEPEND=${COMMON_DEPEND}
virtual/pkgconfig
=dev-python/cython-0.16[${PYTHON_USEDEP}]

python_prepare_all() {
epatch \
${FILESDIR}/${PN}-0.7.1-ignore-gentoo-no-compile.patch \
${FILESDIR}/${PN}-0.12.0-prefix.patch

#assuming ffmpeg and libav mutual exclusive installs
if has_version media-video/libav ; then
if ! has_version =media-video/libav-9 ; then
epatch patches/old-libav.patch
fi
fi

distutils-r1_python_prepare_all
}

python_configure_all() {
mydistutilsargs=(
$(use_with client)
$(use_with clipboard)
$(use_with csc csc_swscale)
$(use_with dec_av dec_avcodec)
$(use_with dec_av2 dec_avcodec2)
$(use_with opengl)
$(use_with rencode)

[gentoo-commits] gentoo-x86 commit in app-crypt/dirmngr/files: dirmngr-1.1.1-pth.patch

2014-04-28 Thread Alon Bar-Lev (alonbl)
alonbl  14/04/28 13:22:02

  Added:dirmngr-1.1.1-pth.patch
  Log:
  Fix bug#508892, thanks to Fabio Coatti
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.1  app-crypt/dirmngr/files/dirmngr-1.1.1-pth.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/dirmngr/files/dirmngr-1.1.1-pth.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/dirmngr/files/dirmngr-1.1.1-pth.patch?rev=1.1content-type=text/plain

Index: dirmngr-1.1.1-pth.patch
===
Index: src/dirmngr.c
===
--- src/dirmngr.c   (revision 348)
+++ src/dirmngr.c   (working copy)
@@ -665,8 +665,11 @@
  the option parsing may need services of the libraries. */
 
   /* Libgcrypt requires us to register the threading model first.
- Note that this will also do the pth_init. */
+ Note that this will also do the pth_init for libgcrypt  1.6 */
 
+#if GCRYPT_VERSION_NUMBER = 0x010600
+  pth_init ();
+#endif
   /* Init Libgcrypt. */
   rc = gcry_control (GCRYCTL_SET_THREAD_CBS, gcry_threads_pth);
   if (rc)






[gentoo-commits] gentoo-x86 commit in app-crypt/dirmngr: dirmngr-1.1.1-r1.ebuild ChangeLog

2014-04-28 Thread Alon Bar-Lev (alonbl)
alonbl  14/04/28 13:22:02

  Modified: ChangeLog
  Added:dirmngr-1.1.1-r1.ebuild
  Log:
  Fix bug#508892, thanks to Fabio Coatti
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.66 app-crypt/dirmngr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/dirmngr/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   1 Mar 2014 22:20:16 -   1.65
+++ ChangeLog   28 Apr 2014 13:22:02 -  1.66
@@ -1,6 +1,12 @@
 # ChangeLog for app-crypt/dirmngr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/dirmngr/ChangeLog,v 1.65 
2014/03/01 22:20:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/dirmngr/ChangeLog,v 1.66 
2014/04/28 13:22:02 alonbl Exp $
+
+*dirmngr-1.1.1-r1 (28 Apr 2014)
+
+  28 Apr 2014; Alon Bar-Lev alo...@gentoo.org +dirmngr-1.1.1-r1.ebuild,
+  +files/dirmngr-1.1.1-pth.patch:
+  Fix bug#508892, thanks to Fabio Coatti
 
   01 Mar 2014; Michał Górny mgo...@gentoo.org dirmngr-1.1.0.ebuild,
   dirmngr-1.1.1.ebuild:



1.1  app-crypt/dirmngr/dirmngr-1.1.1-r1.ebuild

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

Index: dirmngr-1.1.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/dirmngr/dirmngr-1.1.1-r1.ebuild,v 
1.1 2014/04/28 13:22:02 alonbl Exp $

EAPI=5

inherit eutils

DESCRIPTION=DirMngr is a daemon to handle CRL and certificate requests for 
GnuPG
HOMEPAGE=http://www.gnupg.org/download/index.en.html#dirmngr;
SRC_URI=mirror://gnupg/${PN}/${P}.tar.bz2

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=nls

RDEPEND==net-nds/openldap-2.1.26
=dev-libs/libgpg-error-1.4
=dev-libs/libgcrypt-1.4.0:0
=dev-libs/libksba-1.0.2
=dev-libs/pth-1.3.7
nls? ( virtual/libintl )

DEPEND=${RDEPEND}
=dev-libs/libassuan-2
nls? ( =sys-devel/gettext-0.12.1 )

src_prepare() {
epatch ${FILESDIR}/${P}-pth.patch
}

src_configure() {
econf --docdir=/usr/share/doc/${PF} $(use_enable nls) \
LDAPLIBS=-lldap -llber
}

src_install() {
default
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
}






[gentoo-commits] gentoo-x86 commit in dev-libs/apr: ChangeLog apr-1.5.1-r1.ebuild apr-1.5.1.ebuild

2014-04-28 Thread Lars Wendler (polynomial-c)
polynomial-c14/04/28 13:26:43

  Modified: ChangeLog
  Added:apr-1.5.1-r1.ebuild
  Removed:  apr-1.5.1.ebuild
  Log:
  Revbump to fix a parallel install bug. Enable posix-shm support. EAPI bumped 
to 5
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.222dev-libs/apr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- ChangeLog   28 Apr 2014 07:10:01 -  1.221
+++ ChangeLog   28 Apr 2014 13:26:43 -  1.222
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/apr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.221 2014/04/28 
07:10:01 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.222 2014/04/28 
13:26:43 polynomial-c Exp $
+
+*apr-1.5.1-r1 (28 Apr 2014)
+
+  28 Apr 2014; Lars Wendler polynomia...@gentoo.org -apr-1.5.1.ebuild,
+  +apr-1.5.1-r1.ebuild, +files/apr-1.5.1-parallel_make_install.patch:
+  Revbump to fix a parallel install bug. Enable posix-shm support. EAPI bumped
+  to 5.
 
 *apr-1.5.1 (28 Apr 2014)
 



1.1  dev-libs/apr/apr-1.5.1-r1.ebuild

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

Index: apr-1.5.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.1-r1.ebuild,v 1.1 
2014/04/28 13:26:43 polynomial-c Exp $

EAPI=5

inherit autotools eutils libtool multilib toolchain-funcs

DESCRIPTION=Apache Portable Runtime Library
HOMEPAGE=http://apr.apache.org/;
SRC_URI=mirror://apache/apr/${P}.tar.bz2

LICENSE=Apache-2.0
SLOT=1
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=doc elibc_FreeBSD older-kernels-compatibility static-libs +urandom

RDEPEND=elibc_glibc? ( =sys-apps/util-linux-2.16 )
elibc_mintlib? ( =sys-apps/util-linux-2.18 )
DEPEND=${RDEPEND}
=sys-devel/libtool-2.4.2
doc? ( app-doc/doxygen )

DOCS=(CHANGES NOTICE README)

src_prepare() {
epatch ${FILESDIR}/${PN}-1.5.0-mint.patch
epatch ${FILESDIR}/${PN}-1.5.0-libtool.patch
epatch ${FILESDIR}/${PN}-1.5.0-cross-types.patch
epatch ${FILESDIR}/${PN}-1.5.0-sysroot.patch #385775
epatch ${FILESDIR}/${PN}-1.5.1-parallel_make_install.patch

epatch_user #449048

AT_M4DIR=build eautoreconf
elibtoolize

epatch ${FILESDIR}/config.layout.patch
}

src_configure() {
local myconf=()

[[ ${CHOST} == *-mint* ]]  export ac_cv_func_poll=no

if use older-kernels-compatibility; then
local apr_cv_accept4 apr_cv_dup3 apr_cv_epoll_create1 
apr_cv_sock_cloexec
export apr_cv_accept4=no
export apr_cv_dup3=no
export apr_cv_epoll_create1=no
export apr_cv_sock_cloexec=no
fi
if tc-is-cross-compiler; then
# The apache project relies heavily on AC_TRY_RUN and doesn't
# have any sane cross-compiling fallback logic.
export \
ac_cv_file__dev_zero=yes \
ac_cv_func_sem_open=yes \
ac_cv_negative_eai=yes \
ac_cv_o_nonblock_inherited=no \
ac_cv_struct_rlimit=yes \
ap_cv_atomic_builtins=yes \
apr_cv_accept4=yes \
apr_cv_dup3=yes \
apr_cv_epoll=yes \
apr_cv_epoll_create1=yes \
apr_cv_gai_addrconfig=yes \
apr_cv_mutex_recursive=yes \
apr_cv_mutex_robust_shared=yes \
apr_cv_process_shared_works=yes \
apr_cv_pthreads_lib=-pthread \
apr_cv_sock_cloexec=yes \
  

[gentoo-commits] gentoo-x86 commit in dev-libs/apr/files: apr-1.5.1-parallel_make_install.patch

2014-04-28 Thread Lars Wendler (polynomial-c)
polynomial-c14/04/28 13:26:43

  Added:apr-1.5.1-parallel_make_install.patch
  Log:
  Revbump to fix a parallel install bug. Enable posix-shm support. EAPI bumped 
to 5
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.1  dev-libs/apr/files/apr-1.5.1-parallel_make_install.patch

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

Index: apr-1.5.1-parallel_make_install.patch
===
http://www.mail-archive.com/dev@apr.apache.org/msg25738.html

--- apr-1.5.1/Makefile.in
+++ apr-1.5.1/Makefile.in
@@ -129,11 +129,11 @@
 etags:
etags `find . -name '*.[ch]'`
 
-make_tools_dir:
+OBJECTS_gen_test_char = tools/gen_test_char.lo $(LOCAL_LIBS)
+tools/gen_test_char.lo: tools/gen_test_char.c
$(APR_MKDIR) tools
+   $(LT_COMPILE)
 
-OBJECTS_gen_test_char = tools/gen_test_char.lo $(LOCAL_LIBS)
-tools/gen_test_char.lo: make_tools_dir
 tools/gen_test_char@EXEEXT@: $(OBJECTS_gen_test_char)
$(LINK_PROG) $(OBJECTS_gen_test_char) $(ALL_LIBS)
 






[gentoo-commits] gentoo-x86 commit in media-sound/lmms: ChangeLog metadata.xml

2014-04-28 Thread Lars Wendler (polynomial-c)
polynomial-c14/04/28 13:48:35

  Modified: ChangeLog metadata.xml
  Log:
  Added further info to metadata
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.33 media-sound/lmms/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lmms/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lmms/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lmms/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   27 Apr 2014 11:18:41 -  1.32
+++ ChangeLog   28 Apr 2014 13:48:35 -  1.33
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/lmms
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v 1.32 
2014/04/27 11:18:41 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v 1.33 
2014/04/28 13:48:35 polynomial-c Exp $
+
+  28 Apr 2014; Lars Wendler polynomia...@gentoo.org metadata.xml:
+  Added further info to metadata.
 
   27 Apr 2014; Lars Wendler polynomia...@gentoo.org
   -files/lmms-0.4.10-unembedfltk.patch:



1.4  media-sound/lmms/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lmms/metadata.xml?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lmms/metadata.xml?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lmms/metadata.xml?r1=1.3r2=1.4

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/lmms/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml27 Apr 2014 09:26:37 -  1.3
+++ metadata.xml28 Apr 2014 13:48:35 -  1.4
@@ -10,6 +10,7 @@
 maintainer
   emailpolynomia...@gentoo.org/email
   nameLars Wendler/name
+  descriptionproxy-maintainer, please CC on bugs/description
 /maintainer
 maintainer
   emailgim...@sonnenkinder.org/email
@@ -18,6 +19,7 @@
 maintainer
   emailjaquil...@eagleeyet.net/email
   nameJonathan Aquilina/name
+  descriptionPlease assign bugs/description
 /maintainer
   use
 flag name=fluidsynthEnables Fluidsynth MIDI software synthesis 
plugin./flag






[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm/

2014-04-28 Thread José María Alonso
commit: 5d3d635ed96564855ecb0352abd99dc47b6ab2ac
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Mon Apr 28 14:00:41 2014 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Mon Apr 28 14:00:41 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=5d3d635e

x11-wm/stumpwm: install stumpwm binary

---
 x11-wm/stumpwm/stumpwm-.ebuild | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/x11-wm/stumpwm/stumpwm-.ebuild 
b/x11-wm/stumpwm/stumpwm-.ebuild
index e611911..9a0e054 100644
--- a/x11-wm/stumpwm/stumpwm-.ebuild
+++ b/x11-wm/stumpwm/stumpwm-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit common-lisp-3 git-2
+inherit autotools common-lisp-3 git-2
 
 DESCRIPTION=Stumpwm is a tiling, keyboard driven X11 Window Manager written 
entirely in Common Lisp.
 HOMEPAGE=http://www.nongnu.org/stumpwm/index.html;
@@ -34,8 +34,17 @@ do_doc() {
texi2pdf -o ${pdffile} ${PN}.texi.in  dodoc ${pdffile} || die
 }
 
+src_prepare() {
+   eautoreconf
+}
+
+src_compile() {
+   emake -j1
+}
+
 src_install() {
common-lisp-install-sources *.lisp
common-lisp-install-asdf
+   dobin ${PN}
use doc  do_doc
 }



[gentoo-commits] proj/kde:master commit in: /

2014-04-28 Thread Michael Palimaka
commit: b7ff337b34fc2b3f60b0622e09efa7830fbe04cb
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Apr 28 14:00:37 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Apr 28 14:00:37 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b7ff337b

[.mailmap] Add umlauts.

---
 .mailmap | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.mailmap b/.mailmap
index aa1bb5b..7fc29af 100644
--- a/.mailmap
+++ b/.mailmap
@@ -2,10 +2,10 @@ Alex Alexander wi...@gentoo.org wi...@gentoo.org
 Alex Alexander wi...@gentoo.org wired@cloud.skynet
 Alex Alexander wi...@gentoo.org alex.alexan...@gmail.com
 Alexey Shvetsov ale...@gentoo.org ale...@gentoo.ru
-Andreas K. Huettel dilfri...@gentoo.org dilfri...@gentoo.org
-Andreas K. Huettel dilfri...@gentoo.org m...@akhuettel.de
-Andreas K. Huettel dilfri...@gentoo.org andreas.huet...@physik.uni-r.de
-Andreas K. Huettel dilfri...@gentoo.org huettel@bellini.(none)
+Andreas K. Hüettel dilfri...@gentoo.org dilfri...@gentoo.org
+Andreas K. Hüettel dilfri...@gentoo.org m...@akhuettel.de
+Andreas K. Hüettel dilfri...@gentoo.org andreas.huet...@physik.uni-r.de
+Andreas K. Hüettel dilfri...@gentoo.org huettel@bellini.(none)
 Ben de Groot yng...@gentoo.org yng...@gentoo.org
 Chris Reffett creff...@gentoo.org geekbo...@gmail.com
 Cyrill Helg b...@phlogi.net r...@phlogsthink.linux.home



[gentoo-commits] proj/kde:master commit in: Documentation/

2014-04-28 Thread Michael Palimaka
commit: 783b4707923bdb53b1970b5d387e5253935860bd
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Apr 28 14:01:10 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Apr 28 14:01:10 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=783b4707

[Documentation] Regenerate files.

---
 Documentation/CONTRIBUTORS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/CONTRIBUTORS b/Documentation/CONTRIBUTORS
index fed3262..3a57b3c 100644
--- a/Documentation/CONTRIBUTORS
+++ b/Documentation/CONTRIBUTORS
@@ -2,7 +2,7 @@
 Alex Alexander wi...@gentoo.org
 Alex Turbov i.za...@gmail.com
 Alexey Shvetsov ale...@gentoo.org
-Andreas K. Huettel dilfri...@gentoo.org
+Andreas K. Hüettel dilfri...@gentoo.org
 Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com
 Ben de Groot yng...@gentoo.org
 Chris Reffett creff...@gentoo.org
@@ -25,6 +25,7 @@ George Kiagiadakis kiagiadakis.geo...@gmail.com
 Giorgos Tsiapaliwkas terie...@gmail.com
 Ian Delaney ide...@iinet.com.au
 Ian Whyman thev00...@gentoo.org
+Jakub Caban k...@whyblack.pl
 Jan Kundrát j...@flaska.net
 Jason A. Donenfeld ja...@zx2c4.com
 Jean-Baptiste Rouault jbroua...@gmail.com



[gentoo-commits] proj/qt:master commit in: /

2014-04-28 Thread Michael Palimaka
commit: 1a699e511fa69937f4835fb5ecfb24d1831bbb08
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Apr 28 14:20:32 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Apr 28 14:20:32 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=1a699e51

[.mailmap] Clean up mailmap.

---
 .mailmap | 29 -
 1 file changed, 20 insertions(+), 9 deletions(-)

diff --git a/.mailmap b/.mailmap
index 2263690..b922493 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1,9 +1,20 @@
-tampakrap tampak...@gentoo.org
-yngwin yng...@gentoo.org
-yngwin yng...@gmail.com
-hwoarang hwoar...@gentoo.org
-spatz sp...@psybear.com
-spatz sp...@gentoo.org
-ayoy d...@ayoy.net
-ayoy a...@gentoo.org
-p...@gentoo.org davidep...@gmail.com
+Alex Alexander wi...@gentoo.org alex.alexan...@gmail.com
+Alex Alexander wi...@gentoo.org wired@cloud.skynet
+Andreas K. Hüettel dilfri...@gentoo.org m...@akhuettel.de
+Ben de Groot yng...@gentoo.org yng...@gentoo.org
+Ben de Groot yng...@gentoo.org yng...@gmail.com
+Ben de Groot yng...@gentoo.org b...@raven.bigben.homelinux.net
+Christian Franke cfchr...@ts2server.com
+Davide Pesavento p...@gentoo.org davidep...@gmail.com
+Dominik Kapusta a...@gentoo.org
+Dominik Kapusta a...@gentoo.org d...@ayoy.net
+Dror Levin sp...@gentoo.org
+Dror Levin sp...@gentoo.org sp...@psybear.com
+Jonathan Callen jcal...@gentoo.org a...@gentoo.org
+Maciej Mrozowski reave...@gentoo.org reave...@gmail.com
+Maciej Mrozowski reave...@gentoo.org reave...@poczta.fm
+Maksim Melnikau maxpose...@gmail.com
+Markos Chandras hwoar...@gentoo.org hwoar...@silverarrow.gr
+Michael Palimaka kensing...@gentoo.org kensing...@astralcloak.net
+Theo Chatzimichos tampak...@gentoo.org
+Theo Chatzimichos tampak...@gentoo.org tampak...@gmail.com



[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-04-28 Thread Jeroen Roovers (jer)
jer 14/04/28 14:29:40

  Modified: ChangeLog package.mask
  Log:
  Mask ~net-analyzer/nmap-6.46.

Revision  ChangesPath
1.8889   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.
retrieving revision 1.8889
diff -u -r1. -r1.8889
--- ChangeLog   28 Apr 2014 07:07:46 -  1.
+++ ChangeLog   28 Apr 2014 14:29:39 -  1.8889
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1. 2014/04/28 
07:07:46 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8889 2014/04/28 
14:29:39 jer Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  28 Apr 2014; Jeroen Roovers j...@gentoo.org package.mask:
+  Mask ~net-analyzer/nmap-6.46.
+
   28 Apr 2014; Gilles Dartiguelongue e...@gentoo.org package.mask:
   Add gnome-light to Gnome 3.12 mask.
 



1.15623  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15623view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15623content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15622r2=1.15623

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15622
retrieving revision 1.15623
diff -u -r1.15622 -r1.15623
--- package.mask28 Apr 2014 07:07:46 -  1.15622
+++ package.mask28 Apr 2014 14:29:39 -  1.15623
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15622 2014/04/28 
07:07:46 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15623 2014/04/28 
14:29:39 jer Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -793,6 +793,7 @@
 # Jeroen Roovers j...@gentoo.org (31 Jul 2013)
 # Needs =dev-lang/lua-5.2
 ~net-analyzer/nmap-6.40
+~net-analyzer/nmap-6.46
 
 # Tim Harder radher...@gentoo.org (26 Jul 2013)
 # Masked for testing






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-04-28 Thread Jeroen Roovers (jer)
jer 14/04/28 14:30:27

  Modified: ChangeLog package.mask
  Log:
  Remove obsolete net-analyzer/ethstatus mask.

Revision  ChangesPath
1.8890   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8889
retrieving revision 1.8890
diff -u -r1.8889 -r1.8890
--- ChangeLog   28 Apr 2014 14:29:39 -  1.8889
+++ ChangeLog   28 Apr 2014 14:30:26 -  1.8890
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8889 2014/04/28 
14:29:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8890 2014/04/28 
14:30:26 jer Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   28 Apr 2014; Jeroen Roovers j...@gentoo.org package.mask:
+  Remove obsolete net-analyzer/ethstatus mask.
+
+  28 Apr 2014; Jeroen Roovers j...@gentoo.org package.mask:
   Mask ~net-analyzer/nmap-6.46.
 
   28 Apr 2014; Gilles Dartiguelongue e...@gentoo.org package.mask:



1.15624  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15624view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15624content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15623r2=1.15624

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15623
retrieving revision 1.15624
diff -u -r1.15623 -r1.15624
--- package.mask28 Apr 2014 14:29:39 -  1.15623
+++ package.mask28 Apr 2014 14:30:26 -  1.15624
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15623 2014/04/28 
14:29:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15624 2014/04/28 
14:30:26 jer Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -603,11 +603,6 @@
 =net-mail/dovecot-2.1*
 mail-filter/dovecot_deleted_to_trash-0.5-r1
 
-# Jeroen Roovers j...@gentoo.org (16 Feb 2014)
-# Unmaintained, has several problems on modern systems,
-# superseded by net-analyzer/ifstatus (bug #501432)
-net-analyzer/ethstatus
-
 # Tim Harder radher...@gentoo.org (04 Feb 2014)
 # Masked for testing
 =media-sound/lilypond-2.19*






[gentoo-commits] proj/kde:master commit in: /

2014-04-28 Thread Michael Palimaka
commit: afdce944951f87be21360323b2da97ed88c53507
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Apr 28 14:37:42 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Apr 28 14:37:42 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=afdce944

[.mailmap] German++

---
 .mailmap | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.mailmap b/.mailmap
index 7fc29af..c88d813 100644
--- a/.mailmap
+++ b/.mailmap
@@ -2,10 +2,10 @@ Alex Alexander wi...@gentoo.org wi...@gentoo.org
 Alex Alexander wi...@gentoo.org wired@cloud.skynet
 Alex Alexander wi...@gentoo.org alex.alexan...@gmail.com
 Alexey Shvetsov ale...@gentoo.org ale...@gentoo.ru
-Andreas K. Hüettel dilfri...@gentoo.org dilfri...@gentoo.org
-Andreas K. Hüettel dilfri...@gentoo.org m...@akhuettel.de
-Andreas K. Hüettel dilfri...@gentoo.org andreas.huet...@physik.uni-r.de
-Andreas K. Hüettel dilfri...@gentoo.org huettel@bellini.(none)
+Andreas K. Hüttel dilfri...@gentoo.org dilfri...@gentoo.org
+Andreas K. Hüttel dilfri...@gentoo.org m...@akhuettel.de
+Andreas K. Hüttel dilfri...@gentoo.org andreas.huet...@physik.uni-r.de
+Andreas K. Hüttel dilfri...@gentoo.org huettel@bellini.(none)
 Ben de Groot yng...@gentoo.org yng...@gentoo.org
 Chris Reffett creff...@gentoo.org geekbo...@gmail.com
 Cyrill Helg b...@phlogi.net r...@phlogsthink.linux.home



[gentoo-commits] proj/qt:master commit in: /

2014-04-28 Thread Michael Palimaka
commit: d699e4e89b96dd06ff5c602cc38c00038d2ad822
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Apr 28 14:38:33 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Apr 28 14:38:33 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=d699e4e8

[.mailmap] German++

---
 .mailmap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mailmap b/.mailmap
index b922493..9e11d3d 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1,6 +1,6 @@
 Alex Alexander wi...@gentoo.org alex.alexan...@gmail.com
 Alex Alexander wi...@gentoo.org wired@cloud.skynet
-Andreas K. Hüettel dilfri...@gentoo.org m...@akhuettel.de
+Andreas K. Hüttel dilfri...@gentoo.org m...@akhuettel.de
 Ben de Groot yng...@gentoo.org yng...@gentoo.org
 Ben de Groot yng...@gentoo.org yng...@gmail.com
 Ben de Groot yng...@gentoo.org b...@raven.bigben.homelinux.net



[gentoo-commits] proj/kde:master commit in: Documentation/

2014-04-28 Thread Michael Palimaka
commit: e0af862fcca01ba979b701c1f8fcc3a6817a883f
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Apr 28 14:38:00 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Apr 28 14:38:00 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e0af862f

[Documentation] Regenerate files.

---
 Documentation/CONTRIBUTORS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/CONTRIBUTORS b/Documentation/CONTRIBUTORS
index 3a57b3c..edbbe51 100644
--- a/Documentation/CONTRIBUTORS
+++ b/Documentation/CONTRIBUTORS
@@ -2,7 +2,7 @@
 Alex Alexander wi...@gentoo.org
 Alex Turbov i.za...@gmail.com
 Alexey Shvetsov ale...@gentoo.org
-Andreas K. Hüettel dilfri...@gentoo.org
+Andreas K. Hüttel dilfri...@gentoo.org
 Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com
 Ben de Groot yng...@gentoo.org
 Chris Reffett creff...@gentoo.org



[gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: ChangeLog nmap-6.46.ebuild

2014-04-28 Thread Jeroen Roovers (jer)
jer 14/04/28 14:34:28

  Modified: ChangeLog
  Added:nmap-6.46.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.307net-analyzer/nmap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.307view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.307content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?r1=1.306r2=1.307

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -r1.306 -r1.307
--- ChangeLog   1 Dec 2013 20:36:20 -   1.306
+++ ChangeLog   28 Apr 2014 14:34:28 -  1.307
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/nmap
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.306 
2013/12/01 20:36:20 zerochaos Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.307 
2014/04/28 14:34:28 jer Exp $
+
+*nmap-6.46 (28 Apr 2014)
+
+  28 Apr 2014; Jeroen Roovers j...@gentoo.org +nmap-6.46.ebuild,
+  +files/nmap-6.46-uninstaller.patch:
+  Version bump.
 
   01 Dec 2013; Rick Farina zeroch...@gentoo.org nmap-6.25.ebuild,
   nmap-6.40-r1.ebuild, nmap-6.40.ebuild:



1.1  net-analyzer/nmap/nmap-6.46.ebuild

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

Index: nmap-6.46.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.46.ebuild,v 1.1 
2014/04/28 14:34:28 jer Exp $

EAPI=5

PYTHON_COMPAT=( python2_{6,7} )
PYTHON_REQ_USE=sqlite
inherit eutils flag-o-matic python-single-r1 toolchain-funcs

MY_P=${P/_beta/BETA}

DESCRIPTION=A utility for network exploration or security auditing
HOMEPAGE=http://nmap.org/;
SRC_URI=
http://nmap.org/dist/${MY_P}.tar.bz2
http://dev.gentoo.org/~jer/nmap-logo-64.png


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

IUSE=ipv6 +lua ncat ndiff nls nmap-update nping ssl zenmap
NMAP_LINGUAS=( de es fr hr hu id it ja pl pt_BR pt_PT ro ru sk zh )
IUSE+= ${NMAP_LINGUAS[@]/#/linguas_}

NMAP_PYTHON_DEPEND=
|| ( ${PYTHON_DEPS} )

RDEPEND=
dev-libs/libpcre
net-libs/libpcap[ipv6?]
zenmap? (
dev-python/pygtk:2
${NMAP_PYTHON_DEPEND}
)
lua? ( =dev-lang/lua-5.2[deprecated] )
ndiff? ( ${NMAP_PYTHON_DEPEND} )
nls? ( virtual/libintl )
nmap-update? ( dev-libs/apr dev-vcs/subversion )
ssl? ( dev-libs/openssl )

DEPEND=
${RDEPEND}
nls? ( sys-devel/gettext )


S=${WORKDIR}/${MY_P}

src_unpack() {
# prevent unpacking the logo
unpack ${MY_P}.tar.bz2
}

src_prepare() {
epatch \
${FILESDIR}/${PN}-4.75-nolua.patch \
${FILESDIR}/${PN}-5.10_beta1-string.patch \
${FILESDIR}/${PN}-5.21-python.patch \
${FILESDIR}/${PN}-6.01-make.patch \
${FILESDIR}/${PN}-6.25-liblua-ar.patch \
${FILESDIR}/${PN}-6.46-uninstaller.patch

sed -i \
-e 's/-m 755 -s ncat/-m 755 ncat/' \
ncat/Makefile.in || die

if use nls; then
local lingua=''
for lingua in ${NMAP_LINGUAS}; do
if ! use linguas_${lingua}; then
rm -rf zenmap/share/zenmap/locale/${lingua}
rm -f zenmap/share/zenmap/locale/${lingua}.po
fi
done
else
# configure/make ignores --disable-nls
for lingua in ${NMAP_LINGUAS}; do
rm -rf zenmap/share/zenmap/locale/${lingua}
rm -f zenmap/share/zenmap/locale/${lingua}.po
done
fi

sed -i \
-e '/^ALL_LINGUAS =/{s|$| id|g;s|jp|ja|g}' \
Makefile.in || die

# Fix desktop files wrt bug #432714
sed -i \
-e '/^Encoding/d' \
-e 's|^Categories=.*|Categories=Network;System;Security;|g' \

[gentoo-commits] gentoo-x86 commit in net-analyzer/lft: ChangeLog lft-3.36.ebuild

2014-04-28 Thread Jeroen Roovers (jer)
jer 14/04/28 14:46:03

  Modified: ChangeLog
  Added:lft-3.36.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.43 net-analyzer/lft/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/lft/ChangeLog?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/lft/ChangeLog?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/lft/ChangeLog?r1=1.42r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/lft/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   11 Jun 2013 15:32:15 -  1.42
+++ ChangeLog   28 Apr 2014 14:46:03 -  1.43
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/lft
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/ChangeLog,v 1.42 
2013/06/11 15:32:15 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/ChangeLog,v 1.43 
2014/04/28 14:46:03 jer Exp $
+
+*lft-3.36 (28 Apr 2014)
+
+  28 Apr 2014; Jeroen Roovers j...@gentoo.org +lft-3.36.ebuild:
+  Version bump.
 
   11 Jun 2013; Jeroen Roovers j...@gentoo.org lft-3.35.ebuild:
   Update HOMEPAGE.



1.1  net-analyzer/lft/lft-3.36.ebuild

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

Index: lft-3.36.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/lft-3.36.ebuild,v 1.1 
2014/04/28 14:46:03 jer Exp $

EAPI=5

DESCRIPTION=Layer Four Traceroute: an advanced traceroute implementation
HOMEPAGE=http://pwhois.org/lft/;
SRC_URI=http://dev.gentoo.org/~jer/${P}.tar.gz;

LICENSE=VOSTROM
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos
IUSE=

DEPEND=net-libs/libpcap
RDEPEND=${DEPEND}

DOCS=( CHANGELOG README TODO )

src_prepare() {
sed -i Makefile.in -e '/[Ss]trip/d' || die
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/nmap/files: nmap-6.46-uninstaller.patch

2014-04-28 Thread Jeroen Roovers (jer)
jer 14/04/28 14:34:28

  Added:nmap-6.46-uninstaller.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  net-analyzer/nmap/files/nmap-6.46-uninstaller.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/files/nmap-6.46-uninstaller.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/files/nmap-6.46-uninstaller.patch?rev=1.1content-type=text/plain

Index: nmap-6.46-uninstaller.patch
===
--- a/zenmap/setup.py
+++ b/zenmap/setup.py
@@ -245,7 +245,6 @@
 self.set_perms()
 self.set_modules_path()
 self.fix_paths()
-self.create_uninstaller()
 self.write_installed_files()
 
 def get_installed_files(self):
@@ -263,8 +262,6 @@
 os.path.join(self.install_data, data_dir)):
 for dir in dirs:
 installed_files.append(os.path.join(dirpath, dir))
-installed_files.append(
-os.path.join(self.install_scripts, uninstall_ + APP_NAME))
 return installed_files
 
 def create_uninstaller(self):






[gentoo-commits] gentoo-x86 commit in www-client/chromium: ChangeLog chromium-34.0.1847.116.ebuild

2014-04-28 Thread Agostino Sarubbo (ago)
ago 14/04/28 14:55:00

  Modified: ChangeLog
  Removed:  chromium-34.0.1847.116.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
7194459F)

Revision  ChangesPath
1.1067   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1067view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1067content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1066r2=1.1067

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1066
retrieving revision 1.1067
diff -u -r1.1066 -r1.1067
--- ChangeLog   28 Apr 2014 01:07:00 -  1.1066
+++ ChangeLog   28 Apr 2014 14:55:00 -  1.1067
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1066 
2014/04/28 01:07:00 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1067 
2014/04/28 14:55:00 ago Exp $
+
+  28 Apr 2014; Agostino Sarubbo a...@gentoo.org 
-chromium-34.0.1847.116.ebuild:
+  Remove old
 
   28 Apr 2014; Mike Gilbert flop...@gentoo.org chromium-36.0.1951.5.ebuild:
   Disable bundled binutils and gold.






[gentoo-commits] gentoo-x86 commit in www-plugins/adobe-flash: ChangeLog adobe-flash-11.2.202.356.ebuild

2014-04-28 Thread Jeroen Roovers (jer)
jer 14/04/28 15:00:39

  Modified: ChangeLog
  Added:adobe-flash-11.2.202.356.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.246www-plugins/adobe-flash/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.246view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.246content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?r1=1.245r2=1.246

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- ChangeLog   10 Apr 2014 13:34:54 -  1.245
+++ ChangeLog   28 Apr 2014 15:00:39 -  1.246
@@ -1,6 +1,12 @@
 # ChangeLog for www-plugins/adobe-flash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.245 
2014/04/10 13:34:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.246 
2014/04/28 15:00:39 jer Exp $
+
+*adobe-flash-11.2.202.356 (28 Apr 2014)
+
+  28 Apr 2014; Jeroen Roovers j...@gentoo.org
+  +adobe-flash-11.2.202.356.ebuild:
+  Version bump.
 
   10 Apr 2014; Jeroen Roovers j...@gentoo.org
   -adobe-flash-11.2.202.346.ebuild, adobe-flash-11.2.202.350.ebuild:



1.1  www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild?rev=1.1content-type=text/plain

Index: adobe-flash-11.2.202.356.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild,v
 1.1 2014/04/28 15:00:39 jer Exp $

EAPI=5
inherit nsplugins toolchain-funcs versionator multilib multilib-minimal

DESCRIPTION=Adobe Flash Player
HOMEPAGE=http://www.adobe.com/products/flashplayer.html;

AF_URI=http://fpdownload.macromedia.com/get/flashplayer/pdc;
AF_DB_URI=http://fpdownload.macromedia.com/pub/flashplayer/updaters;
PV_M=$(get_major_version)
AF_32_URI=${AF_URI}/${PV}/install_flash_player_${PV_M}_linux.i386.tar.gz - 
${P}.i386.tar.gz
AF_64_URI=${AF_URI}/${PV}/install_flash_player_${PV_M}_linux.x86_64.tar.gz - 
${P}.x86_64.tar.gz
AF_32_DB_URI=${AF_DB_URI}/${PV_M}/flashplayer_${PV_M}_plugin_debug.i386.tar.gz 
- ${P}-debug.i386.tar.gz

SRC_URI=
abi_x86_32? (
!debug? ( ${AF_32_URI} )
debug? ( ${AF_32_DB_URI} )
)
abi_x86_64? ( ${AF_64_URI} )

IUSE=debug kde selinux sse2
REQUIRED_USE=
sse2 debug? ( abi_x86_32 )
|| ( abi_x86_64 abi_x86_32 )

SLOT=0

KEYWORDS=-* ~amd64 ~x86
LICENSE=AdobeFlash-11.x
RESTRICT=strip mirror

S=${WORKDIR}

NATIVE_DEPS=
dev-libs/atk
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
kde? (
dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
dev-qt/qtsvg:4
kde-base/kdelibs
x11-libs/libICE
x11-libs/libSM
x11-libs/libXau
x11-libs/libXdmcp
x11-libs/libXext
x11-libs/libXft
x11-libs/libXpm
)
media-libs/fontconfig
media-libs/freetype
=sys-libs/glibc-2.4
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXcursor
x11-libs/libXext
x11-libs/libXrender
x11-libs/libXt
x11-libs/pango


DEPEND=
amd64? ( abi_x86_32? ( !abi_x86_64? ( www-plugins/nspluginwrapper ) ) )
selinux? ( sec-policy/selinux-flash )

RDEPEND=
${DEPEND}
abi_x86_64? ( ${NATIVE_DEPS} )
abi_x86_32? (
amd64? (
|| (
(
dev-libs/atk[abi_x86_32(-)]
x11-libs/cairo[abi_x86_32(-)]
x11-libs/gdk-pixbuf[abi_x86_32(-)]
x11-libs/gtk+:2[abi_x86_32(-)]
x11-libs/pango[abi_x86_32(-)]
)
app-emulation/emul-linux-x86-gtklibs
)
|| (
(
  

[gentoo-commits] gentoo-x86 commit in app-emulation/xtrs: ChangeLog

2014-04-28 Thread Ulrich Mueller (ulm)
ulm 14/04/28 15:51:10

  Modified: ChangeLog
  Log:
  Typo.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.53 app-emulation/xtrs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xtrs/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xtrs/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xtrs/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xtrs/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   19 Apr 2014 17:44:28 -  1.52
+++ ChangeLog   28 Apr 2014 15:51:10 -  1.53
@@ -1,6 +1,6 @@
 # ChangeLog for app-emulation/xtrs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xtrs/ChangeLog,v 1.52 
2014/04/19 17:44:28 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xtrs/ChangeLog,v 1.53 
2014/04/28 15:51:10 ulm Exp $
 
   19 Apr 2014; Ulrich Müller u...@gentoo.org -xtrs-4.9d-r2.ebuild:
   Remove intermediate version.
@@ -8,7 +8,7 @@
 *xtrs-4.9d-r3 (13 Apr 2014)
 
   13 Apr 2014; Ulrich Müller u...@gentoo.org +xtrs-4.9d-r3.ebuild:
-  Binary patch LS_DOS 6.3.1 to patchlevel L, fixing the year 2012 date bug.
+  Binary patch LS-DOS 6.3.1 to patchlevel L, fixing the year 2012 date bug.
   Restrict bindist with USE=ls-dos; permission to redistribute modified files
   has not been granted.
 






[gentoo-commits] gentoo-x86 commit in net-analyzer/metasploit: metasploit-9999.ebuild ChangeLog

2014-04-28 Thread Richard Farina (zerochaos)
zerochaos14/04/28 16:37:39

  Modified: metasploit-.ebuild ChangeLog
  Log:
  minor updates and fixes for tests (which still don't pass)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.23 net-analyzer/metasploit/metasploit-.ebuild

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

Index: metasploit-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- metasploit-.ebuild  25 Apr 2014 16:48:54 -  1.22
+++ metasploit-.ebuild  28 Apr 2014 16:37:38 -  1.23
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild,v 1.22 
2014/04/25 16:48:54 zerochaos Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-.ebuild,v 1.23 
2014/04/28 16:37:38 zerochaos Exp $
 
 EAPI=5
 
@@ -206,24 +206,24 @@
 each_ruby_test() {
#review dev-python/pymongo for ways to make the test compatible with 
FEATURES=network-sandbox
 
-   # https://dev.metasploit.com/redmine/issues/8425
-   ${RUBY} -S rake db:create || die
-   ${RUBY} -S rake db:migrate || die
-
#we bogart msfupdate so no point in trying to test it
rm spec/msfupdate_spec.rb || die
#we don't really want to be uploading to virustotal during the tests
-   rm spec/tools/virustotal_spec.rb
+   rm spec/tools/virustotal_spec.rb || die
 
-   RAILS_ENV=test MSF_DATABASE_CONFIG=config/database.yml ${RUBY} -S rake 
spec || die
+   # https://dev.metasploit.com/redmine/issues/8425
+   ${RUBY} -S bundle exec rake db:create || die
+   ${RUBY} -S bundle exec rake db:migrate || die
+
+   MSF_DATABASE_CONFIG=config/database.yml ${RUBY} -S bundle exec rake  || 
die
su postgres -c dropuser msf_test_user || die failed to cleanup 
msf_test-user
 }
 
 each_ruby_install() {
#Tests have already been run, we don't need this stuff
-   rm -r spec
-   rm -r test
-   rm Gemfile.lock
+   rm -r spec || die
+   rm -r test || die
+   rm Gemfile.lock || die
 
#I'm 99% sure that this will only work for as long as we only support 
one ruby version.  Creativity will be needed if we wish to support multiple.
# should be as simple as copying everything into the target...



1.92 net-analyzer/metasploit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.92view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.92content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?r1=1.91r2=1.92

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   25 Apr 2014 16:48:54 -  1.91
+++ ChangeLog   28 Apr 2014 16:37:39 -  1.92
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/metasploit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.91 
2014/04/25 16:48:54 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.92 
2014/04/28 16:37:39 zerochaos Exp $
+
+  28 Apr 2014; Rick Farina zeroch...@gentoo.org metasploit-.ebuild:
+  minor updates and fixes for tests (which still don't pass)
 
   25 Apr 2014; Rick Farina zeroch...@gentoo.org +files/bug-8792.patch,
   metasploit-.ebuild:






[gentoo-commits] gentoo-x86 commit in sci-chemistry/ccpn/files: ccpn-2.4.0_p140425-lxml.patch

2014-04-28 Thread Justin Lecher (jlec)
jlec14/04/28 16:39:07

  Added:ccpn-2.4.0_p140425-lxml.patch
  Log:
  sci-chemistry/ccpn: Add patch to allow lxml as xml provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  sci-chemistry/ccpn/files/ccpn-2.4.0_p140425-lxml.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/files/ccpn-2.4.0_p140425-lxml.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/files/ccpn-2.4.0_p140425-lxml.patch?rev=1.1content-type=text/plain

Index: ccpn-2.4.0_p140425-lxml.patch
===
 ccpnmr2.4/python/ccpnmr/format/general/Conversion.py |  2 +-
 ccpnmr2.4/python/memops/metamodel/XmlModelIo.py  |  3 +++
 ccpnmr2.4/python/memops/universal/ElementTree.py | 16 +++-
 ccpnmr2.4/python/pdbe/xml/Util.py|  5 +
 4 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/ccpnmr2.4/python/ccpnmr/format/general/Conversion.py 
b/ccpnmr2.4/python/ccpnmr/format/general/Conversion.py
index 4e9a13c..66f72d3 100644
--- a/ccpnmr2.4/python/ccpnmr/format/general/Conversion.py
+++ b/ccpnmr2.4/python/ccpnmr/format/general/Conversion.py
@@ -1969,7 +1969,7 @@ class FormatConversion(object):
 
   def runFromXml(self,xmlFileName,allowedFormats=None):
   
-import xml.etree.ElementTree as ET
+from memops.universal.ElementTree import ElementTree as ET

 root = ET.ElementTree(file=xmlFileName)
 
diff --git a/ccpnmr2.4/python/memops/metamodel/XmlModelIo.py 
b/ccpnmr2.4/python/memops/metamodel/XmlModelIo.py
index e09a873..05a77a1 100644
--- a/ccpnmr2.4/python/memops/metamodel/XmlModelIo.py
+++ b/ccpnmr2.4/python/memops/metamodel/XmlModelIo.py
@@ -329,6 +329,9 @@ class XmlModelRead(TextWriter_py_2_1.TextWriter_py_2_1):
   # handle contained elements
   for elem in modelElem:
 tag = elem.tag
+# lxml also provides comments in addition to normal content
+if tag is ElementTree.Comment:
+  continue
 if classNameMapping.get(tag) is None:
   # Element content - handle directly
 
diff --git a/ccpnmr2.4/python/memops/universal/ElementTree.py 
b/ccpnmr2.4/python/memops/universal/ElementTree.py
index 2452217..c53afde 100644
--- a/ccpnmr2.4/python/memops/universal/ElementTree.py
+++ b/ccpnmr2.4/python/memops/universal/ElementTree.py
@@ -3,14 +3,20 @@ dependent on Python version
 
 
 try:
-  import xml.etree.cElementTree as ElementTree # in python =2.5
+  from lxml import etree as ElementTree
 except ImportError:
   try:
-from  xml.etree import ElementTree # in python =2.5
+import xml.etree.cElementTree as ElementTree # in python =2.5
   except ImportError:
-from elementtree import ElementTree # effbot's pure Python module
+try:
+  from  xml.etree import ElementTree # in python =2.5
+except ImportError:
+  from elementtree import ElementTree # effbot's pure Python module
 
 try:
-  from  xml.etree import ElementInclude # in python =2.5
+  from lxml import ElementInclude
 except ImportError:
-  from elementtree import ElementInclude # effbot's pure Python module
+  try:
+from  xml.etree import ElementInclude # in python =2.5
+  except ImportError:
+from elementtree import ElementInclude # effbot's pure Python module
diff --git a/ccpnmr2.4/python/pdbe/xml/Util.py 
b/ccpnmr2.4/python/pdbe/xml/Util.py
index eb36031..bc82b01 100644
--- a/ccpnmr2.4/python/pdbe/xml/Util.py
+++ b/ccpnmr2.4/python/pdbe/xml/Util.py
@@ -1,9 +1,6 @@
 import sys, codecs
 
-from xml.etree.ElementTree import ElementTree
-#from xml.etree import ElementTree # Use this on flynn
-#import xml.etree.ElementTree as ET
-#import elementtree.ElementTree as ET
+from memops.universal.ElementTree import ElementTree
 
 #
 # Generic class to loop through elements/values of an XML ElementTree






[gentoo-commits] gentoo-x86 commit in sci-chemistry/ccpn: ccpn-2.4.0_p140425-r1.ebuild ChangeLog

2014-04-28 Thread Justin Lecher (jlec)
jlec14/04/28 16:39:07

  Modified: ChangeLog
  Added:ccpn-2.4.0_p140425-r1.ebuild
  Log:
  sci-chemistry/ccpn: Add patch to allow lxml as xml provider
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.138sci-chemistry/ccpn/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ChangeLog?rev=1.138view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ChangeLog?rev=1.138content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ChangeLog?r1=1.137r2=1.138

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog   25 Apr 2014 14:31:13 -  1.137
+++ ChangeLog   28 Apr 2014 16:39:07 -  1.138
@@ -1,6 +1,12 @@
 # ChangeLog for sci-chemistry/ccpn
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.137 
2014/04/25 14:31:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.138 
2014/04/28 16:39:07 jlec Exp $
+
+*ccpn-2.4.0_p140425-r1 (28 Apr 2014)
+
+  28 Apr 2014; Justin Lecher j...@gentoo.org +ccpn-2.4.0_p140425-r1.ebuild,
+  +files/ccpn-2.4.0_p140425-lxml.patch:
+  Add patch to allow lxml as xml provider
 
 *ccpn-2.4.0_p140425 (25 Apr 2014)
 *ccpn-2.3.1_p140425 (25 Apr 2014)



1.1  sci-chemistry/ccpn/ccpn-2.4.0_p140425-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ccpn-2.4.0_p140425-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ccpn-2.4.0_p140425-r1.ebuild?rev=1.1content-type=text/plain

Index: ccpn-2.4.0_p140425-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.4.0_p140425-r1.ebuild,v 1.1 
2014/04/28 16:39:07 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE=ssl,tk

inherit eutils flag-o-matic multilib portability python-single-r1 
toolchain-funcs versionator

PATCHSET=${PV##*_p}
MY_PN=${PN}mr
MY_PV=$(replace_version_separator 3 _ ${PV%%_p*})
MY_MAJOR=$(get_version_component_range 1-3)

DESCRIPTION=The Collaborative Computing Project for NMR
HOMEPAGE=http://www.ccpn.ac.uk/ccpn;
SRC_URI=http://www-old.ccpn.ac.uk/download/${MY_PN}/analysis${MY_PV}.tar.gz;
[[ -n ${PATCHSET} ]] \
 SRC_URI+= 
http://dev.gentoo.org/~jlec/distfiles/ccpn-update-${MY_MAJOR}-${PATCHSET}.patch.xz;

SLOT=0
LICENSE=|| ( CCPN LGPL-2.1 )
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=+opengl

REQUIRED_USE=${PYTHON_REQUIRED_USE}

RDEPEND=
${PYTHON_DEPS}
dev-lang/tk[threads]
dev-python/numpy[${PYTHON_USEDEP}]
dev-tcltk/tix
=sci-libs/ccpn-data-${MY_MAJOR}*[${PYTHON_USEDEP}]
sci-biology/psipred
x11-libs/libXext
x11-libs/libX11
opengl? (
media-libs/freeglut
dev-python/pyglet[${PYTHON_USEDEP}] )
DEPEND=${RDEPEND}

RESTRICT=mirror

S=${WORKDIR}/${MY_PN}/${MY_PN}$(get_version_component_range 1-2)

src_prepare() {
[[ -n ${PATCHSET} ]]  \
EPATCH_OPTS=-p2 epatch 
${WORKDIR}/ccpn-update-${MY_MAJOR}-${PATCHSET}.patch

epatch ${FILESDIR}/2.3.1-parallel.patch ${FILESDIR}/${P}-lxml.patch

append-lfs-flags

sed \
-e /PSIPRED_DIR/s:'data':'share/psipred/data':g \
-e s:weights_s:weights:g \
-i python/ccpnmr/analysis/wrappers/Psipred.py || die

local tk_ver
local myconf

tk_ver=$(best_version dev-lang/tk | cut -d- -f3 | cut -d. -f1,2)

if use opengl; then
GLUT_NEED_INIT=-DNEED_GLUT_INIT
IGNORE_GL_FLAG=
GL_FLAG=-DUSE_GL_TRUE
GL_DIR=${EPREFIX}/usr
GL_LIB=-lglut -lGLU -lGL
GL_INCLUDE_FLAGS=-I\$(GL_DIR)/include
GL_LIB_FLAGS=-L\$(GL_DIR)/$(get_libdir)

else
IGNORE_GL_FLAG=-DIGNORE_GL
GL_FLAG=-DUSE_GL_FALSE
fi

GLUT_NOT_IN_GL=
GLUT_FLAG=\$(GLUT_NEED_INIT) \$(GLUT_NOT_IN_GL)

rm -rf data model doc license || die

sed \
-e s|/usr|${EPREFIX}/usr|g \
-e s|^\(CC =\).*|\1 $(tc-getCC)|g \
-e s|^\(OPT_FLAG =\).*|\1 ${CPPFLAGS} ${CFLAGS}|g \
-e s|^\(LINK_FLAGS =.*\)|\1 ${LDFLAGS}|g \
-e s|^\(IGNORE_GL_FLAG =\).*|\1 ${IGNORE_GL_FLAG}|g \
-e s|^\(GL_FLAG =\).*|\1 ${GL_FLAG}|g \

[gentoo-commits] gentoo-x86 commit in dev-ruby/hitimes: - New directory

2014-04-28 Thread Hans de Graaff (graaff)
graaff  14/04/28 17:12:07

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-ruby/hitimes added to the repository



[gentoo-commits] gentoo-x86 commit in dev-ruby/hitimes: metadata.xml ChangeLog hitimes-1.2.1.ebuild

2014-04-28 Thread Hans de Graaff (graaff)
graaff  14/04/28 17:17:34

  Added:metadata.xml ChangeLog hitimes-1.2.1.ebuild
  Log:
  Initial import. New dependency for dev-ruby/timers. Ebuild by Peter Wilmott 
in the ruby overlay.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.1  dev-ruby/hitimes/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hitimes/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hitimes/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
herdruby/herd
/pkgmetadata



1.1  dev-ruby/hitimes/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hitimes/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hitimes/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-ruby/hitimes
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/ChangeLog,v 1.1 2014/04/28 
17:17:34 graaff Exp $

*hitimes-1.2.1 (28 Apr 2014)

  28 Apr 2014; Hans de Graaff gra...@gentoo.org +hitimes-1.2.1.ebuild,
  +metadata.xml:
  Initial import. New dependency for dev-ruby/timers. Ebuild by Peter Wilmott
  in the ruby overlay.




1.1  dev-ruby/hitimes/hitimes-1.2.1.ebuild

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

Index: hitimes-1.2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.1.ebuild,v 1.1 
2014/04/28 17:17:34 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rspec
RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=README.md HISTORY.md

inherit multilib ruby-fakegem

DESCRIPTION=A fast, high resolution timer library.
HOMEPAGE=https://github.com/copiousfreetime/hitimes;

LICENSE=ISC
SLOT=0
KEYWORDS=~amd64
IUSE=

all_ruby_prepare() {
sed -i -e /RUBY_VERSION = '1.9.2'/,+4d  spec/spec_helper.rb || die
}

each_ruby_configure() {
${RUBY} -Cext/hitimes/c extconf.rb || die
}

each_ruby_compile() {
emake -Cext/hitimes/c V=1
cp ext/hitimes/c/hitimes$(get_modname) lib/hitimes || die
}






[gentoo-commits] gentoo-x86 commit in app-arch/bzip2: bzip2-1.0.6-r7.ebuild bzip2-1.0.6-r6.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:18:31

  Modified: bzip2-1.0.6-r7.ebuild bzip2-1.0.6-r6.ebuild
ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  app-arch/bzip2/bzip2-1.0.6-r7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild?r1=1.1r2=1.2

Index: bzip2-1.0.6-r7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bzip2-1.0.6-r7.ebuild   18 Mar 2014 01:21:06 -  1.1
+++ bzip2-1.0.6-r7.ebuild   28 Apr 2014 17:18:31 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild,v 1.1 
2014/03/18 01:21:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild,v 1.2 
2014/04/28 17:18:31 mgorny Exp $
 
 # XXX: atm, libbz2.a is always PIC :(, so it is always built quickly
 #  (since we're building shared libs) ...
@@ -73,7 +73,7 @@
done
use static-libs  dolib.a libbz2.a
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
gen_usr_ldscript -a bz2
 
dobin bzip2recover



1.13 app-arch/bzip2/bzip2-1.0.6-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild?r1=1.12r2=1.13

Index: bzip2-1.0.6-r6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- bzip2-1.0.6-r6.ebuild   31 Mar 2014 20:49:33 -  1.12
+++ bzip2-1.0.6-r6.ebuild   28 Apr 2014 17:18:31 -  1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild,v 1.12 
2014/03/31 20:49:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild,v 1.13 
2014/04/28 17:18:31 mgorny Exp $
 
 # XXX: atm, libbz2.a is always PIC :(, so it is always built quickly
 #  (since we're building shared libs) ...
@@ -71,7 +71,7 @@
done
use static-libs  dolib.a libbz2.a
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
gen_usr_ldscript -a bz2
 
dobin bzip2recover



1.124app-arch/bzip2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   31 Mar 2014 20:49:33 -  1.123
+++ ChangeLog   28 Apr 2014 17:18:31 -  1.124
@@ -1,6 +1,12 @@
 # ChangeLog for app-arch/bzip2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v 1.123 2014/03/31 
20:49:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v 1.124 2014/04/28 
17:18:31 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org bzip2-1.0.6-r6.ebuild,
+  bzip2-1.0.6-r7.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi. The two are
+  equivalent now, and the team has decided to use the old name as being less
+  confusing.
 
   31 Mar 2014; Mike Frysinger vap...@gentoo.org bzip2-1.0.6-r6.ebuild:
   Mark ppc64 stable #504004.






[gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/hitimes/

2014-04-28 Thread Hans de Graaff
commit: 508835c4cc2cc033f2360f575bddebb05966017c
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Mon Apr 28 17:19:22 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Mon Apr 28 17:19:22 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=508835c4

Moved to gentoo tree.

---
 dev-ruby/hitimes/ChangeLog|  9 -
 dev-ruby/hitimes/hitimes-1.2.1.ebuild | 33 -
 dev-ruby/hitimes/metadata.xml |  5 -
 3 files changed, 47 deletions(-)

diff --git a/dev-ruby/hitimes/ChangeLog b/dev-ruby/hitimes/ChangeLog
deleted file mode 100644
index 606717d..000
--- a/dev-ruby/hitimes/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-# ChangeLog for dev-ruby/hitimes
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*hitimes-1.2.1 (04 Jan 2014)
-
-  04 Jan 2014; Peter Wilmott p...@p8952.info +hitimes-1.2.1.ebuild,
-  +metadata.xml:
-  dev-ruby/hitimes: dependency for dev-ruby/timers-2.0.0

diff --git a/dev-ruby/hitimes/hitimes-1.2.1.ebuild 
b/dev-ruby/hitimes/hitimes-1.2.1.ebuild
deleted file mode 100644
index 7ef62f0..000
--- a/dev-ruby/hitimes/hitimes-1.2.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY=ruby18 ruby19 ruby20
-
-RUBY_FAKEGEM_RECIPE_TEST=rspec
-RUBY_FAKEGEM_RECIPE_DOC=rdoc
-RUBY_FAKEGEM_EXTRADOC=README.md HISTORY.md
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION=A fast, high resolution timer library.
-HOMEPAGE=https://github.com/copiousfreetime/hitimes;
-
-LICENSE=ISC
-SLOT=0
-KEYWORDS=~amd64
-IUSE=
-
-all_ruby_prepare() {
-   sed -i -e /RUBY_VERSION = '1.9.2'/,+4d  spec/spec_helper.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/hitimes/c extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake -Cext/hitimes/c V=1
-   cp ext/hitimes/c/hitimes$(get_modname) lib/hitimes || die
-}

diff --git a/dev-ruby/hitimes/metadata.xml b/dev-ruby/hitimes/metadata.xml
deleted file mode 100644
index 8521361..000
--- a/dev-ruby/hitimes/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-herdruby/herd
-/pkgmetadata



[gentoo-commits] gentoo-x86 commit in app-i18n/enca: enca-1.14-r1.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:20:45

  Modified: enca-1.14-r1.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  app-i18n/enca/enca-1.14-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild?r1=1.2r2=1.3

Index: enca-1.14-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- enca-1.14-r1.ebuild 16 Mar 2014 09:41:14 -  1.2
+++ enca-1.14-r1.ebuild 28 Apr 2014 17:20:45 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild,v 1.2 
2014/03/16 09:41:14 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r1.ebuild,v 1.3 
2014/04/28 17:20:45 mgorny Exp $
 
 EAPI=4
 
@@ -48,7 +48,7 @@
popd  /dev/null
fi
# It will fail if we run these twice...
-   if ! multilib_build_binaries ; then
+   if ! multilib_is_native_abi ; then
sed -i -e 's/ src / /' Makefile || die
sed -i -e '/SUBDIRS/s/ test//' Makefile || die
sed -i -e 
's/install-data-hook:/install-data-hook:\n\ndisabled:/' Makefile || die



1.97 app-i18n/enca/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/ChangeLog?rev=1.97view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/ChangeLog?rev=1.97content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/ChangeLog?r1=1.96r2=1.97

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   16 Mar 2014 09:41:14 -  1.96
+++ ChangeLog   28 Apr 2014 17:20:45 -  1.97
@@ -1,6 +1,11 @@
 # ChangeLog for app-i18n/enca
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.96 2014/03/16 
09:41:14 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.97 2014/04/28 
17:20:45 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org enca-1.14-r1.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi. The two are
+  equivalent now, and the team has decided to use the old name as being less
+  confusing.
 
   16 Mar 2014; Thomas Sachau (Tommy[D]) to...@gentoo.org enca-1.14-r1.ebuild:
   Update multilib_is_native_abi to multilib_build_binaries






[gentoo-commits] gentoo-x86 commit in dev-lang/tcl: tcl-8.5.15-r1.ebuild tcl-8.6.1-r1.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:23:18

  Modified: tcl-8.5.15-r1.ebuild tcl-8.6.1-r1.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.6  dev-lang/tcl/tcl-8.5.15-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild?r1=1.5r2=1.6

Index: tcl-8.5.15-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tcl-8.5.15-r1.ebuild20 Jan 2014 07:34:30 -  1.5
+++ tcl-8.5.15-r1.ebuild28 Apr 2014 17:23:17 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v 1.5 
2014/01/20 07:34:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v 1.6 
2014/04/28 17:23:17 mgorny Exp $
 
 EAPI=5
 
@@ -92,7 +92,7 @@
dosym libtcl${v1}$(get_libname) /usr/${mylibdir}/libtcl$(get_libname)
dosym libtclstub${v1}.a /usr/${mylibdir}/libtclstub.a
 
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
dosym tclsh${v1} /usr/bin/tclsh
dodoc ${SPARENT}/{ChangeLog*,README,changes}
fi



1.5  dev-lang/tcl/tcl-8.6.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild?r1=1.4r2=1.5

Index: tcl-8.6.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tcl-8.6.1-r1.ebuild 19 Jan 2014 09:51:31 -  1.4
+++ tcl-8.6.1-r1.ebuild 28 Apr 2014 17:23:17 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild,v 1.4 
2014/01/19 09:51:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild,v 1.5 
2014/04/28 17:23:17 mgorny Exp $
 
 EAPI=5
 
@@ -101,7 +101,7 @@
dosym libtcl${v1}$(get_libname) /usr/${mylibdir}/libtcl$(get_libname)
dosym libtclstub${v1}.a /usr/${mylibdir}/libtclstub.a
 
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
dosym tclsh${v1} /usr/bin/tclsh
dodoc ${SPARENT}/{ChangeLog*,README,changes}
fi



1.190dev-lang/tcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- ChangeLog   20 Jan 2014 07:34:30 -  1.189
+++ ChangeLog   28 Apr 2014 17:23:17 -  1.190
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/tcl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.189 2014/01/20 
07:34:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.190 2014/04/28 
17:23:17 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org tcl-8.5.15-r1.ebuild,
+  tcl-8.6.1-r1.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi. The two are
+  equivalent now, and the team has decided to use the old name as being less
+  confusing.
 
   20 Jan 2014; Justin Lecher j...@gentoo.org tcl-8.5.13-r1.ebuild,
   -tcl-8.5.14.ebuild, -tcl-8.5.15.ebuild, tcl-8.5.15-r1.ebuild,






[gentoo-commits] gentoo-x86 commit in dev-libs/angelscript: angelscript-2.27.0.ebuild angelscript-2.26.3.ebuild angelscript-2.27.1.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:23:53

  Modified: angelscript-2.27.0.ebuild angelscript-2.26.3.ebuild
angelscript-2.27.1.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.4  dev-libs/angelscript/angelscript-2.27.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/angelscript-2.27.0.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/angelscript-2.27.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/angelscript-2.27.0.ebuild?r1=1.3r2=1.4

Index: angelscript-2.27.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/angelscript/angelscript-2.27.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- angelscript-2.27.0.ebuild   4 Jan 2014 22:49:31 -   1.3
+++ angelscript-2.27.0.ebuild   28 Apr 2014 17:23:53 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/angelscript/angelscript-2.27.0.ebuild,v 1.3 
2014/01/04 22:49:31 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/angelscript/angelscript-2.27.0.ebuild,v 1.4 
2014/04/28 17:23:53 mgorny Exp $
 
 EAPI=5
 
@@ -35,7 +35,7 @@
einfo Shared build
emake -C ${PN}/projects/gnuc SHARED=1 VERSION=${PV}
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
if use static-libs ; then
einfo Static build
emake -C ${S2}/${PN}/projects/gnuc
@@ -48,7 +48,7 @@
dolib.so ${PN}/lib/libangelscript-${PV}.so
dosym libangelscript-${PV}.so /usr/$(get_libdir)/libangelscript.so
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
if use static-libs ; then
 dolib.a ${S2}/${PN}/lib/libangelscript.a
fi



1.4  dev-libs/angelscript/angelscript-2.26.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/angelscript-2.26.3.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/angelscript-2.26.3.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/angelscript-2.26.3.ebuild?r1=1.3r2=1.4

Index: angelscript-2.26.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/angelscript/angelscript-2.26.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- angelscript-2.26.3.ebuild   4 Jan 2014 22:49:31 -   1.3
+++ angelscript-2.26.3.ebuild   28 Apr 2014 17:23:53 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/angelscript/angelscript-2.26.3.ebuild,v 1.3 
2014/01/04 22:49:31 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/angelscript/angelscript-2.26.3.ebuild,v 1.4 
2014/04/28 17:23:53 mgorny Exp $
 
 EAPI=5
 
@@ -35,7 +35,7 @@
einfo Shared build
emake -C ${PN}/projects/gnuc SHARED=1 VERSION=${PV}
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
if use static-libs ; then
einfo Static build
emake -C ${S2}/${PN}/projects/gnuc
@@ -48,7 +48,7 @@
dolib.so ${PN}/lib/libangelscript-${PV}.so
dosym libangelscript-${PV}.so /usr/$(get_libdir)/libangelscript.so
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
if use static-libs ; then
 dolib.a ${S2}/${PN}/lib/libangelscript.a
fi



1.4  dev-libs/angelscript/angelscript-2.27.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/angelscript-2.27.1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/angelscript-2.27.1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/angelscript-2.27.1.ebuild?r1=1.3r2=1.4

Index: angelscript-2.27.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/angelscript/angelscript-2.27.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- angelscript-2.27.1.ebuild 

[gentoo-commits] gentoo-x86 commit in app-arch/xz-utils: xz-utils-5.1.3_alpha.ebuild xz-utils-9999.ebuild xz-utils-5.0.5-r1.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:19:43

  Modified: xz-utils-5.1.3_alpha.ebuild xz-utils-.ebuild
xz-utils-5.0.5-r1.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.4  app-arch/xz-utils/xz-utils-5.1.3_alpha.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/xz-utils/xz-utils-5.1.3_alpha.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/xz-utils/xz-utils-5.1.3_alpha.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/xz-utils/xz-utils-5.1.3_alpha.ebuild?r1=1.3r2=1.4

Index: xz-utils-5.1.3_alpha.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.1.3_alpha.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xz-utils-5.1.3_alpha.ebuild 18 Jan 2014 01:43:51 -  1.3
+++ xz-utils-5.1.3_alpha.ebuild 28 Apr 2014 17:19:43 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.1.3_alpha.ebuild,v 1.3 
2014/01/18 01:43:51 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.1.3_alpha.ebuild,v 1.4 
2014/04/28 17:19:43 mgorny Exp $
 
 # Remember: we cannot leverage autotools in this ebuild in order
 #   to avoid circular deps with autotools
@@ -50,7 +50,7 @@
$(use_enable nls) \
$(use_enable threads) \
$(use_enable static-libs static) \
-   $(multilib_build_binaries || echo 
--disable-{xz,xzdec,lzmadec,lzmainfo,lzma-links,scripts})
+   $(multilib_is_native_abi || echo 
--disable-{xz,xzdec,lzmadec,lzmainfo,lzma-links,scripts})
 }
 
 multilib_src_install() {



1.20 app-arch/xz-utils/xz-utils-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/xz-utils/xz-utils-.ebuild?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/xz-utils/xz-utils-.ebuild?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/xz-utils/xz-utils-.ebuild?r1=1.19r2=1.20

Index: xz-utils-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- xz-utils-.ebuild18 Jan 2014 01:43:51 -  1.19
+++ xz-utils-.ebuild28 Apr 2014 17:19:43 -  1.20
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-.ebuild,v 
1.19 2014/01/18 01:43:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-.ebuild,v 
1.20 2014/04/28 17:19:43 mgorny Exp $
 
 # Remember: we cannot leverage autotools in this ebuild in order
 #   to avoid circular deps with autotools
@@ -50,7 +50,7 @@
$(use_enable nls) \
$(use_enable threads) \
$(use_enable static-libs static) \
-   $(multilib_build_binaries || echo 
--disable-{xz,xzdec,lzmadec,lzmainfo,lzma-links,scripts})
+   $(multilib_is_native_abi || echo 
--disable-{xz,xzdec,lzmadec,lzmainfo,lzma-links,scripts})
 }
 
 multilib_src_install() {



1.16 app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild?r1=1.15r2=1.16

Index: xz-utils-5.0.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xz-utils-5.0.5-r1.ebuild18 Jan 2014 01:43:51 -  1.15
+++ xz-utils-5.0.5-r1.ebuild28 Apr 2014 17:19:43 -  1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild,v 1.15 
2014/01/18 01:43:51 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild,v 1.16 
2014/04/28 

[gentoo-commits] gentoo-x86 commit in dev-libs/expat: expat-2.1.0-r3.ebuild expat-2.1.0-r4.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:27:28

  Modified: expat-2.1.0-r3.ebuild expat-2.1.0-r4.ebuild
ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.15 dev-libs/expat/expat-2.1.0-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild?r1=1.14r2=1.15

Index: expat-2.1.0-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- expat-2.1.0-r3.ebuild   18 Jan 2014 04:35:28 -  1.14
+++ expat-2.1.0-r3.ebuild   28 Apr 2014 17:27:28 -  1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild,v 1.14 
2014/01/18 04:35:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild,v 1.15 
2014/04/28 17:27:28 mgorny Exp $
 
 EAPI=5
 inherit eutils libtool multilib toolchain-funcs multilib-minimal
@@ -72,7 +72,7 @@
popd /dev/null
fi
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
# libgeom in /lib and ifconfig in /sbin require libexpat on 
FreeBSD since
# we stripped the libbsdxml copy starting from 
freebsd-lib-8.2-r1
use elibc_FreeBSD  gen_usr_ldscript -a expat



1.2  dev-libs/expat/expat-2.1.0-r4.ebuild

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

Index: expat-2.1.0-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- expat-2.1.0-r4.ebuild   5 Feb 2014 14:12:50 -   1.1
+++ expat-2.1.0-r4.ebuild   28 Apr 2014 17:27:28 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r4.ebuild,v 1.1 
2014/02/05 14:12:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r4.ebuild,v 1.2 
2014/04/28 17:27:28 mgorny Exp $
 
 EAPI=5
 inherit eutils libtool multilib toolchain-funcs multilib-minimal
@@ -73,7 +73,7 @@
popd /dev/null
fi
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
# libgeom in /lib and ifconfig in /sbin require libexpat on 
FreeBSD since
# we stripped the libbsdxml copy starting from 
freebsd-lib-8.2-r1
use elibc_FreeBSD  gen_usr_ldscript -a expat



1.164dev-libs/expat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog   5 Feb 2014 14:12:50 -   1.163
+++ ChangeLog   28 Apr 2014 17:27:28 -  1.164
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/expat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.163 2014/02/05 
14:12:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.164 2014/04/28 
17:27:28 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org expat-2.1.0-r3.ebuild,
+  expat-2.1.0-r4.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi. The two are
+  equivalent now, and the team has decided to use the old name as being less
+  confusing.
 
 *expat-2.1.0-r4 (05 Feb 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/icu: icu-51.2-r2.ebuild icu-52.1.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:29:48

  Modified: icu-51.2-r2.ebuild icu-52.1.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-libs/icu/icu-51.2-r2.ebuild

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

Index: icu-51.2-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-51.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- icu-51.2-r2.ebuild  26 Dec 2013 11:12:24 -  1.1
+++ icu-51.2-r2.ebuild  28 Apr 2014 17:29:48 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-51.2-r2.ebuild,v 1.1 
2013/12/26 11:12:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-51.2-r2.ebuild,v 1.2 
2014/04/28 17:29:48 mgorny Exp $
 
 EAPI=5
 
@@ -91,7 +91,7 @@
$(use_enable static-libs static)
)
 
-   multilib_build_binaries  myeconfargs+=(
+   multilib_is_native_abi  myeconfargs+=(
$(use_enable examples samples)
)
tc-is-cross-compiler  myeconfargs+=(
@@ -108,7 +108,7 @@
 multilib_src_compile() {
default
 
-   if multilib_build_binaries  use doc; then
+   if multilib_is_native_abi  use doc; then
doxygen -u Doxyfile || die
doxygen Doxyfile || die
fi
@@ -131,7 +131,7 @@
 multilib_src_install() {
default
 
-   if multilib_build_binaries  use doc; then
+   if multilib_is_native_abi  use doc; then
dohtml -p api -r doc/html/
fi
 }



1.2  dev-libs/icu/icu-52.1.ebuild

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

Index: icu-52.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-52.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- icu-52.1.ebuild 1 Jan 2014 21:03:36 -   1.1
+++ icu-52.1.ebuild 28 Apr 2014 17:29:48 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-52.1.ebuild,v 1.1 
2014/01/01 21:03:36 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-52.1.ebuild,v 1.2 
2014/04/28 17:29:48 mgorny Exp $
 
 EAPI=5
 
@@ -83,7 +83,7 @@
$(use_enable static-libs static)
)
 
-   multilib_build_binaries  myeconfargs+=(
+   multilib_is_native_abi  myeconfargs+=(
$(use_enable examples samples)
)
tc-is-cross-compiler  myeconfargs+=(
@@ -100,7 +100,7 @@
 multilib_src_compile() {
default
 
-   if multilib_build_binaries  use doc; then
+   if multilib_is_native_abi  use doc; then
doxygen -u Doxyfile || die
doxygen Doxyfile || die
fi
@@ -123,7 +123,7 @@
 multilib_src_install() {
default
 
-   if multilib_build_binaries  use doc; then
+   if multilib_is_native_abi  use doc; then
dohtml -p api -r doc/html/
fi
 }



1.263dev-libs/icu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -r1.262 -r1.263
--- ChangeLog   1 Jan 2014 21:03:36 -   1.262
+++ ChangeLog   28 Apr 2014 17:29:48 -  1.263
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/icu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.262 2014/01/01 
21:03:36 dilfridge Exp $
+# 

[gentoo-commits] gentoo-x86 commit in dev-libs/libRocket: libRocket-9999.ebuild libRocket-1.2.1_p20130110-r1.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:31:41

  Modified: libRocket-.ebuild
libRocket-1.2.1_p20130110-r1.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.7  dev-libs/libRocket/libRocket-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/libRocket-.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/libRocket-.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/libRocket-.ebuild?r1=1.6r2=1.7

Index: libRocket-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libRocket-.ebuild   4 Jan 2014 22:56:02 -   1.6
+++ libRocket-.ebuild   28 Apr 2014 17:31:40 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-.ebuild,v 
1.6 2014/01/04 22:56:02 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-.ebuild,v 
1.7 2014/04/28 17:31:40 mgorny Exp $
 
 EAPI=5
 
@@ -42,7 +42,7 @@
-DSAMPLES_DIR=/usr/share/${PN}/samples
)
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
mycmakeargs+=( $(cmake-utils_use_build samples SAMPLES) )
else
mycmakeargs+=( -DBUILD_SAMPLES=OFF )
@@ -50,7 +50,7 @@
 
cmake-utils_src_configure
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
if use python ; then
cfgpybind() {
local mycmakeargs=(
@@ -68,7 +68,7 @@
 multilib_src_compile() {
cmake-utils_src_compile
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
if use python ; then
buildpybind() {
cp 
${S}-${ABI}/{libRocketCore*,libRocketControls*} 
${python_BUILD_DIR}-${EPYTHON}/ || die
@@ -83,7 +83,7 @@
 multilib_src_install() {
cmake-utils_src_install
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
if use python ; then
instpybind() {
python_domodule ${S}/bin/rocket.py



1.5  dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild?r1=1.4r2=1.5

Index: libRocket-1.2.1_p20130110-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libRocket-1.2.1_p20130110-r1.ebuild 4 Jan 2014 22:56:02 -   1.4
+++ libRocket-1.2.1_p20130110-r1.ebuild 28 Apr 2014 17:31:40 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild,v
 1.4 2014/01/04 22:56:02 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild,v
 1.5 2014/04/28 17:31:40 mgorny Exp $
 
 EAPI=5
 
@@ -41,7 +41,7 @@
-DSAMPLES_DIR=/usr/share/${PN}/samples
)
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
mycmakeargs+=( $(cmake-utils_use_build samples SAMPLES) )
else
mycmakeargs+=( -DBUILD_SAMPLES=OFF )
@@ -49,7 +49,7 @@
 
cmake-utils_src_configure
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
if use python ; then
cfgpybind() {
local mycmakeargs=(
@@ -67,7 +67,7 @@
 multilib_src_compile() {
cmake-utils_src_compile
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
if use python ; then
buildpybind() {
cp 

[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-tabpp: lc-tabpp-0.5.90.ebuild

2014-04-28 Thread Sergey Popov (pinkbyte)
pinkbyte14/04/28 17:32:21

  Removed:  lc-tabpp-0.5.90.ebuild
  Log:
  Drop old versions



[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-lcftp: ChangeLog Manifest lc-lcftp-0.5.90.ebuild metadata.xml

2014-04-28 Thread Sergey Popov (pinkbyte)
pinkbyte14/04/28 17:32:21

  Removed:  ChangeLog Manifest lc-lcftp-0.5.90.ebuild
metadata.xml
  Log:
  Drop old versions



[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-sidebar: lc-sidebar-0.5.90.ebuild

2014-04-28 Thread Sergey Popov (pinkbyte)
pinkbyte14/04/28 17:32:21

  Removed:  lc-sidebar-0.5.90.ebuild
  Log:
  Drop old versions



[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-tabpp: ChangeLog Manifest metadata.xml

2014-04-28 Thread Sergey Popov (pinkbyte)
pinkbyte14/04/28 17:33:17

  Removed:  ChangeLog Manifest metadata.xml
  Log:
  Drop old versions



[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-laure: ChangeLog Manifest metadata.xml

2014-04-28 Thread Sergey Popov (pinkbyte)
pinkbyte14/04/28 17:33:17

  Removed:  ChangeLog Manifest metadata.xml
  Log:
  Drop old versions



[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-sidebar: ChangeLog Manifest metadata.xml

2014-04-28 Thread Sergey Popov (pinkbyte)
pinkbyte14/04/28 17:33:17

  Removed:  ChangeLog Manifest metadata.xml
  Log:
  Drop old versions



[gentoo-commits] gentoo-x86 commit in dev-libs/libgamin: libgamin-0.1.10-r5.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:33:18

  Modified: libgamin-0.1.10-r5.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  dev-libs/libgamin/libgamin-0.1.10-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild?r1=1.2r2=1.3

Index: libgamin-0.1.10-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libgamin-0.1.10-r5.ebuild   12 Apr 2014 17:21:27 -  1.2
+++ libgamin-0.1.10-r5.ebuild   28 Apr 2014 17:33:17 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild,v 1.2 
2014/04/12 17:21:27 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild,v 1.3 
2014/04/28 17:33:17 mgorny Exp $
 
 EAPI=5
 
@@ -88,7 +88,7 @@
local ECONF_SOURCE=${S}
 
econf ${myconf[@]}
-   if multilib_build_binaries  use python; then
+   if multilib_is_native_abi  use python; then
python_configure() {
mkdir -p ${BUILD_DIR} || die
cd ${BUILD_DIR} || die
@@ -102,7 +102,7 @@
 multilib_src_compile() {
default
 
-   if multilib_build_binaries  use python; then
+   if multilib_is_native_abi  use python; then
local native_builddir=${BUILD_DIR}
 
python_compile() {
@@ -118,7 +118,7 @@
 multilib_src_install() {
emake DESTDIR=${D} install
 
-   if multilib_build_binaries  use python; then
+   if multilib_is_native_abi  use python; then
local native_builddir=${BUILD_DIR}
 
python_install() {



1.52 dev-libs/libgamin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgamin/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   12 Apr 2014 17:21:27 -  1.51
+++ ChangeLog   28 Apr 2014 17:33:17 -  1.52
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libgamin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgamin/ChangeLog,v 1.51 
2014/04/12 17:21:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgamin/ChangeLog,v 1.52 
2014/04/28 17:33:17 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org libgamin-0.1.10-r5.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi. The two are
+  equivalent now, and the team has decided to use the old name as being less
+  confusing.
 
   12 Apr 2014; Samuli Suominen ssuomi...@gentoo.org 
libgamin-0.1.10-r5.ebuild:
   Use the tarball of latest pkg-config version to get pkg.m4






[gentoo-commits] gentoo-x86 commit in dev-libs/libgpg-error: libgpg-error-1.12-r1.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:35:17

  Modified: libgpg-error-1.12-r1.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild?r1=1.2r2=1.3

Index: libgpg-error-1.12-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libgpg-error-1.12-r1.ebuild 6 Feb 2014 08:34:16 -   1.2
+++ libgpg-error-1.12-r1.ebuild 28 Apr 2014 17:35:16 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild,v 1.2 
2014/02/06 08:34:16 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild,v 1.3 
2014/04/28 17:35:16 mgorny Exp $
 
 EAPI=5
 
@@ -39,7 +39,7 @@
$(use_enable common-lisp languages)
)
 
-   multilib_build_binaries || myeconfargs+=(
+   multilib_is_native_abi || myeconfargs+=(
--disable-languages
)
 



1.104dev-libs/libgpg-error/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgpg-error/ChangeLog?rev=1.104view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgpg-error/ChangeLog?rev=1.104content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgpg-error/ChangeLog?r1=1.103r2=1.104

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   6 Feb 2014 08:34:16 -   1.103
+++ ChangeLog   28 Apr 2014 17:35:16 -  1.104
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libgpg-error
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.103 
2014/02/06 08:34:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.104 
2014/04/28 17:35:16 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org libgpg-error-1.12-r1.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi. The two are
+  equivalent now, and the team has decided to use the old name as being less
+  confusing.
 
   06 Feb 2014; Michał Górny mgo...@gentoo.org libgpg-error-1.12-r1.ebuild:
   Use MULTILIB_CHOST_TOOLS instead of inlining it.






[gentoo-commits] gentoo-x86 commit in virtual/leechcraft-trayarea: leechcraft-trayarea-0.6.60.ebuild ChangeLog leechcraft-trayarea-0.6.65.ebuild leechcraft-trayarea-9999.ebuild

2014-04-28 Thread Sergey Popov (pinkbyte)
pinkbyte14/04/28 17:36:13

  Modified: leechcraft-trayarea-0.6.60.ebuild ChangeLog
leechcraft-trayarea-0.6.65.ebuild
leechcraft-trayarea-.ebuild
  Log:
  Drop obsoleted app-leechcraft/lc-sidebar from dependencies
  
  (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.4  
virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.60.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.60.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.60.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.60.ebuild?r1=1.3r2=1.4

Index: leechcraft-trayarea-0.6.60.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.60.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- leechcraft-trayarea-0.6.60.ebuild   3 Apr 2014 08:26:28 -   1.3
+++ leechcraft-trayarea-0.6.60.ebuild   28 Apr 2014 17:36:13 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.60.ebuild,v
 1.3 2014/04/03 08:26:28 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.60.ebuild,v
 1.4 2014/04/28 17:36:13 pinkbyte Exp $
 
 EAPI=4
 
@@ -13,8 +13,5 @@
 KEYWORDS=amd64 x86
 IUSE=
 
-RDEPEND=|| (
-   app-leechcraft/lc-sb2
-   app-leechcraft/lc-sidebar
-   )
+RDEPEND=app-leechcraft/lc-sb2
 DEPEND=



1.27 virtual/leechcraft-trayarea/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-trayarea/ChangeLog?rev=1.27view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-trayarea/ChangeLog?rev=1.27content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-trayarea/ChangeLog?r1=1.26r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/leechcraft-trayarea/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   10 Apr 2014 18:07:34 -  1.26
+++ ChangeLog   28 Apr 2014 17:36:13 -  1.27
@@ -1,6 +1,11 @@
 # ChangeLog for virtual/leechcraft-trayarea
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-trayarea/ChangeLog,v 
1.26 2014/04/10 18:07:34 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-trayarea/ChangeLog,v 
1.27 2014/04/28 17:36:13 pinkbyte Exp $
+
+  28 Apr 2014; Sergey Popov pinkb...@gentoo.org
+  leechcraft-trayarea-0.6.60.ebuild, leechcraft-trayarea-0.6.65.ebuild,
+  leechcraft-trayarea-.ebuild:
+  Drop obsoleted app-leechcraft/lc-sidebar from dependencies
 
 *leechcraft-trayarea-0.6.65 (10 Apr 2014)
 



1.2  
virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.65.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.65.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.65.ebuild?r1=1.1r2=1.2

Index: leechcraft-trayarea-0.6.65.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.65.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- leechcraft-trayarea-0.6.65.ebuild   10 Apr 2014 18:07:34 -  1.1
+++ leechcraft-trayarea-0.6.65.ebuild   28 Apr 2014 17:36:13 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.65.ebuild,v
 1.1 2014/04/10 18:07:34 maksbotan Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/leechcraft-trayarea/leechcraft-trayarea-0.6.65.ebuild,v
 1.2 2014/04/28 17:36:13 pinkbyte Exp $
 
 EAPI=4
 
@@ -10,11 +10,8 @@
 
 LICENSE=
 SLOT=0
-KEYWORDS= ~amd64 ~x86
+KEYWORDS=~amd64 ~x86
 IUSE=
 
-RDEPEND=|| (
-   app-leechcraft/lc-sb2
-   app-leechcraft/lc-sidebar
-   )
+RDEPEND=app-leechcraft/lc-sb2
 DEPEND=



1.6  virtual/leechcraft-trayarea/leechcraft-trayarea-.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: libpcre-8.34.ebuild libpcre-8.35.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:36:49

  Modified: libpcre-8.34.ebuild libpcre-8.35.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.4  dev-libs/libpcre/libpcre-8.34.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.34.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.34.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.34.ebuild?r1=1.3r2=1.4

Index: libpcre-8.34.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.34.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libpcre-8.34.ebuild 18 Jan 2014 04:23:16 -  1.3
+++ libpcre-8.34.ebuild 28 Apr 2014 17:36:49 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.34.ebuild,v 1.3 
2014/01/18 04:23:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.34.ebuild,v 1.4 
2014/04/28 17:36:49 mgorny Exp $
 
 EAPI=4
 
@@ -57,8 +57,8 @@
$(use_enable jit) $(use_enable jit pcregrep-jit) \
$(use_enable pcre16) \
$(use_enable pcre32) \
-   $(multilib_build_binaries  use_enable libedit 
pcretest-libedit) \
-   $(multilib_build_binaries  use_enable readline 
pcretest-libreadline) \
+   $(multilib_is_native_abi  use_enable libedit 
pcretest-libedit) \
+   $(multilib_is_native_abi  use_enable readline 
pcretest-libreadline) \
$(use_enable static-libs static) \
$(use_enable unicode utf) $(use_enable unicode 
unicode-properties) \
$(multilib_is_native_abi  use_enable zlib pcregrep-libz) \
@@ -75,7 +75,7 @@
 multilib_src_install() {
emake \
DESTDIR=${D} \
-   $(multilib_build_binaries || echo bin_PROGRAMS=) \
+   $(multilib_is_native_abi || echo bin_PROGRAMS=) \
$(multilib_is_native_abi || echo dist_html_DATA=) \
install
multilib_is_native_abi  gen_usr_ldscript -a pcre



1.3  dev-libs/libpcre/libpcre-8.35.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.35.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.35.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.35.ebuild?r1=1.2r2=1.3

Index: libpcre-8.35.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.35.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libpcre-8.35.ebuild 21 Apr 2014 07:32:16 -  1.2
+++ libpcre-8.35.ebuild 28 Apr 2014 17:36:49 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.35.ebuild,v 1.2 
2014/04/21 07:32:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.35.ebuild,v 1.3 
2014/04/28 17:36:49 mgorny Exp $
 
 EAPI=4
 
@@ -69,15 +69,15 @@
 }
 
 multilib_src_compile() {
-   emake V=1 $(multilib_build_binaries || echo bin_PROGRAMS=)
+   emake V=1 $(multilib_is_native_abi || echo bin_PROGRAMS=)
 }
 
 multilib_src_install() {
emake \
DESTDIR=${D} \
-   $(multilib_build_binaries || echo bin_PROGRAMS= 
dist_html_DATA=) \
+   $(multilib_is_native_abi || echo bin_PROGRAMS= 
dist_html_DATA=) \
install
-   multilib_build_binaries  gen_usr_ldscript -a pcre
+   multilib_is_native_abi  gen_usr_ldscript -a pcre
 }
 
 multilib_src_install_all() {



1.231dev-libs/libpcre/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog   21 Apr 2014 07:32:16 -  1.230
+++ ChangeLog   

[gentoo-commits] gentoo-x86 commit in dev-libs/dbus-glib: dbus-glib-0.102.ebuild dbus-glib-0.100.2-r1.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:37:56

  Modified: dbus-glib-0.102.ebuild dbus-glib-0.100.2-r1.ebuild
ChangeLog
  Log:
  Backport use of multilib_native_use_enable from the newer version, fix 
whitespace.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  dev-libs/dbus-glib/dbus-glib-0.102.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild?r1=1.4r2=1.5

Index: dbus-glib-0.102.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dbus-glib-0.102.ebuild  21 Apr 2014 07:36:05 -  1.4
+++ dbus-glib-0.102.ebuild  28 Apr 2014 17:37:56 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild,v 
1.4 2014/04/21 07:36:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild,v 
1.5 2014/04/28 17:37:56 mgorny Exp $
 
 EAPI=5
 inherit bash-completion-r1 eutils multilib-minimal
@@ -21,8 +21,8 @@
virtual/pkgconfig
doc? ( =dev-util/gtk-doc-1.4 )
 RDEPEND=${CDEPEND}
-abi_x86_32? (
-   !app-emulation/emul-linux-x86-baselibs-20131008-r8
+   abi_x86_32? (
+   !app-emulation/emul-linux-x86-baselibs-20131008-r8
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)
 



1.10 dev-libs/dbus-glib/dbus-glib-0.100.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.100.2-r1.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.100.2-r1.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.100.2-r1.ebuild?r1=1.9r2=1.10

Index: dbus-glib-0.100.2-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.100.2-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- dbus-glib-0.100.2-r1.ebuild 20 Mar 2014 08:46:39 -  1.9
+++ dbus-glib-0.100.2-r1.ebuild 28 Apr 2014 17:37:56 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.100.2-r1.ebuild,v 1.9 
2014/03/20 08:46:39 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.100.2-r1.ebuild,v 1.10 
2014/04/28 17:37:56 mgorny Exp $
 
 EAPI=5
 inherit bash-completion-r1 eutils multilib-minimal
@@ -21,8 +21,8 @@
virtual/pkgconfig
doc? ( =dev-util/gtk-doc-1.4 )
 RDEPEND=${CDEPEND}
-abi_x86_32? (
-   !app-emulation/emul-linux-x86-baselibs-20131008-r8
+   abi_x86_32? (
+   !app-emulation/emul-linux-x86-baselibs-20131008-r8
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)
 
@@ -49,7 +49,7 @@
$(use_enable debug verbose-mode)
$(use_enable debug asserts)
$(use_enable static-libs static)
-   $(multilib_build_binaries  use_enable doc gtk-doc || echo  
--disable-gtk-doc)
+   $(multilib_native_use_enable doc gtk-doc)
)
 
ECONF_SOURCE=${S} econf ${myconf[@]}



1.152dev-libs/dbus-glib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/ChangeLog?rev=1.152view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/ChangeLog?rev=1.152content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/ChangeLog?r1=1.151r2=1.152

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog   21 Apr 2014 07:36:06 -  1.151
+++ ChangeLog   28 Apr 2014 17:37:56 -  1.152
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/dbus-glib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.151 
2014/04/21 07:36:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.152 
2014/04/28 17:37:56 

[gentoo-commits] gentoo-x86 commit in dev-libs/libxml2: libxml2-2.9.1-r2.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:38:51

  Modified: libxml2-2.9.1-r2.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  dev-libs/libxml2/libxml2-2.9.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild?r1=1.4r2=1.5

Index: libxml2-2.9.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libxml2-2.9.1-r2.ebuild 18 Jan 2014 02:53:03 -  1.4
+++ libxml2-2.9.1-r2.ebuild 28 Apr 2014 17:38:51 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild,v 
1.4 2014/01/18 02:53:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r2.ebuild,v 
1.5 2014/04/28 17:38:51 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -110,7 +110,7 @@
 
local myconf
 
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
myconf=$(use_with python)
$(use_with readline)
$(use_with readline history)
@@ -133,7 +133,7 @@
 
 multilib_src_compile() {
default
-   if multilib_build_binaries  use python; then
+   if multilib_is_native_abi  use python; then
python_copy_sources
python_foreach_impl libxml2_py_emake
fi
@@ -141,14 +141,14 @@
 
 multilib_src_test() {
default
-   multilib_build_binaries  use python  python_foreach_impl 
libxml2_py_emake test
+   multilib_is_native_abi  use python  python_foreach_impl 
libxml2_py_emake test
 }
 
 multilib_src_install() {
emake DESTDIR=${D} \
EXAMPLES_DIR=${EPREFIX}/usr/share/doc/${PF}/examples install
 
-   if multilib_build_binaries  use python; then
+   if multilib_is_native_abi  use python; then
python_foreach_impl libxml2_py_emake DESTDIR=${D} \
docsdir=${EPREFIX}/usr/share/doc/${PF}/python \

exampledir=${EPREFIX}/usr/share/doc/${PF}/python/examples \



1.410dev-libs/libxml2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v
retrieving revision 1.409
retrieving revision 1.410
diff -u -r1.409 -r1.410
--- ChangeLog   22 Feb 2014 21:19:27 -  1.409
+++ ChangeLog   28 Apr 2014 17:38:51 -  1.410
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libxml2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.409 
2014/02/22 21:19:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.410 
2014/04/28 17:38:51 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org libxml2-2.9.1-r2.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi. The two are
+  equivalent now, and the team has decided to use the old name as being less
+  confusing.
 
   22 Feb 2014; Pacho Ramos pa...@gentoo.org libxml2-2.9.1-r2.ebuild:
   Fix wrong commit, bug 502160






[gentoo-commits] gentoo-x86 commit in dev-libs/libxslt: libxslt-1.1.28-r2.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:40:54

  Modified: libxslt-1.1.28-r2.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-libs/libxslt/libxslt-1.1.28-r2.ebuild

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

Index: libxslt-1.1.28-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libxslt-1.1.28-r2.ebuild4 Mar 2014 05:50:55 -   1.1
+++ libxslt-1.1.28-r2.ebuild28 Apr 2014 17:40:54 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild,v 
1.1 2014/03/04 05:50:55 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild,v 
1.2 2014/04/28 17:40:54 mgorny Exp $
 
 EAPI=5
 
@@ -60,14 +60,14 @@
--with-html-dir=${EPREFIX}/usr/share/doc/${PF} \
--with-html-subdir=html \
$(use_with crypt crypto) \
-   $(multilib_build_binaries  use_with python || echo 
--without-python) \
+   $(multilib_is_native_abi  use_with python || echo 
--without-python) \
$(use_with debug) \
$(use_with debug mem-debug)
 }
 
 multilib_src_compile() {
default
-   if use python  multilib_build_binaries; then
+   if use python  multilib_is_native_abi; then
python_copy_sources
python_foreach_impl libxslt_py_emake
fi
@@ -75,14 +75,14 @@
 
 multilib_src_test() {
default
-   use python  multilib_build_binaries  python_foreach_impl 
libxslt_py_emake test
+   use python  multilib_is_native_abi  python_foreach_impl 
libxslt_py_emake test
 }
 
 multilib_src_install() {
# default does not work here - docs are installed by 
multilib_src_install_all
emake DESTDIR=${D} install
 
-   if use python  multilib_build_binaries; then
+   if use python  multilib_is_native_abi; then
python_foreach_impl libxslt_py_emake DESTDIR=${D} install
python_foreach_impl python_optimize
mv ${ED}/usr/share/doc/${PN}-python-${PV} 
${ED}/usr/share/doc/${PF}/python



1.278dev-libs/libxslt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -r1.277 -r1.278
--- ChangeLog   4 Mar 2014 05:53:10 -   1.277
+++ ChangeLog   28 Apr 2014 17:40:54 -  1.278
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libxslt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.277 
2014/03/04 05:53:10 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.278 
2014/04/28 17:40:54 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org libxslt-1.1.28-r2.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi. The two are
+  equivalent now, and the team has decided to use the old name as being less
+  confusing.
 
   04 Mar 2014; Alexandre Rostovtsev tetrom...@gentoo.org
   files/libxslt-1.1.28-libgcrypt-config.patch:






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-04-28 Thread Sergey Popov (pinkbyte)
pinkbyte14/04/28 17:40:47

  Modified: ChangeLog package.mask
  Log:
  Drop temporary LeechCraft masks

Revision  ChangesPath
1.8892   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8891
retrieving revision 1.8892
diff -u -r1.8891 -r1.8892
--- ChangeLog   28 Apr 2014 16:40:58 -  1.8891
+++ ChangeLog   28 Apr 2014 17:40:47 -  1.8892
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8891 2014/04/28 
16:40:58 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8892 2014/04/28 
17:40:47 pinkbyte Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   28 Apr 2014; Sergey Popov pinkb...@gentoo.org package.mask:
+  Drop temporary LeechCraft masks
+
+  28 Apr 2014; Sergey Popov pinkb...@gentoo.org package.mask:
   Temporary mask old Leechcraft packages due to massive cleanup
 
   28 Apr 2014; Jeroen Roovers j...@gentoo.org package.mask:



1.15626  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15626view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15626content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15625r2=1.15626

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15625
retrieving revision 1.15626
diff -u -r1.15625 -r1.15626
--- package.mask28 Apr 2014 16:40:58 -  1.15625
+++ package.mask28 Apr 2014 17:40:47 -  1.15626
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15625 2014/04/28 
16:40:58 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15626 2014/04/28 
17:40:47 pinkbyte Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,57 +30,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Sergey Popov pinkb...@gentoo.org (28 Apr 2014)
-# Temporary mask old Leechcraft packages due to massive cleanup
-app-leechcraft/lc-popishu-0.6.60
-app-leechcraft/lc-monocle-0.6.60
-app-leechcraft/lc-hotstreams-0.6.60
-app-leechcraft/lc-lmp-0.6.60
-app-leechcraft/lc-lastfmscrobble-0.6.60
-app-leechcraft/lc-musiczombie-0.6.60
-app-leechcraft/lc-touchstreams-0.6.60
-app-leechcraft/lc-networkmonitor-0.6.60
-app-leechcraft/lc-azoth-0.6.60
-app-leechcraft/lc-advancednotifications-0.6.60
-app-leechcraft/lc-anhero-0.6.60
-app-leechcraft/lc-auscrie-0.6.60
-app-leechcraft/lc-core-0.6.60
-app-leechcraft/lc-cstp-0.6.60
-app-leechcraft/lc-dbusmanager-0.6.60
-app-leechcraft/lc-gacts-0.6.60
-app-leechcraft/lc-glance-0.6.60
-app-leechcraft/lc-historyholder-0.6.60
-virtual/leechcraft-notifier-0.6.60
-app-leechcraft/lc-knowhow-0.6.60
-app-leechcraft/lc-lackman-0.6.60
-app-leechcraft/lc-launchy-0.6.60
-app-leechcraft/lc-lemon-0.6.60
-app-leechcraft/lc-liznoo-0.6.60
-app-leechcraft/lc-newlife-0.6.60
-app-leechcraft/lc-netstoremanager-0.6.60
-app-leechcraft/lc-otlozhu-0.6.60
-app-leechcraft/lc-qrosp-0.6.60
-app-leechcraft/lc-pintab-0.6.60
-app-leechcraft/lc-secman-0.6.60
-app-leechcraft/lc-summary-0.6.60
-app-leechcraft/lc-tabslist-0.6.60
-app-leechcraft/lc-tabsessmanager-0.6.60
-app-leechcraft/lc-aggregator-0.6.60
-app-leechcraft/lc-bittorrent-0.6.60
-app-leechcraft/lc-xproxy-0.6.60
-app-leechcraft/lc-vrooby-0.6.60
-virtual/leechcraft-trayarea-0.6.60
-app-leechcraft/lc-deadlyrics-0.6.60
-app-leechcraft/lc-dolozhee-0.6.60
-app-leechcraft/lc-poshuku-0.6.60
-app-leechcraft/lc-vgrabber-0.6.60
-app-leechcraft/lc-pogooglue-0.6.60
-app-leechcraft/lc-seekthru-0.6.60
-app-leechcraft/lc-tpi-0.6.60
-app-leechcraft/lc-gmailnotifier-0.6.60
-app-leechcraft/lc-nacheku-0.6.60
-app-leechcraft/lc-kbswitch-0.6.60
-
 # Manuel Rüger mr...@gentoo.org (28 Apr 2014)
 # Fails to build with gnutls-3, on behalf of python herd
 # See bug #446016
@@ -1072,10 +1021,6 @@
 # Needs to be slotted better
 =dev-libs/yaz-4*
 
-# Maxim Koltsov maksbo...@gentoo.org (19 Apr 2012)
-# Broken, masking by maintainer's request
-app-leechcraft/lc-lcftp
-
 # Andreas 

[gentoo-commits] gentoo-x86 commit in sys-libs/libcap: libcap-2.22-r2.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:42:44

  Modified: libcap-2.22-r2.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.7  sys-libs/libcap/libcap-2.22-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap/libcap-2.22-r2.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap/libcap-2.22-r2.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap/libcap-2.22-r2.ebuild?r1=1.6r2=1.7

Index: libcap-2.22-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-2.22-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libcap-2.22-r2.ebuild   18 Apr 2014 05:41:58 -  1.6
+++ libcap-2.22-r2.ebuild   28 Apr 2014 17:42:44 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-2.22-r2.ebuild,v 1.6 
2014/04/18 05:41:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-2.22-r2.ebuild,v 1.7 
2014/04/28 17:42:44 mgorny Exp $
 
 EAPI=4
 
@@ -31,7 +31,7 @@
 }
 
 multilib_src_configure() {
-   if multilib_build_binaries  use pam; then
+   if multilib_is_native_abi  use pam; then
pam=yes
else
pam=no
@@ -55,10 +55,10 @@
# no configure, needs explicit install line #444724#c3
emake install DESTDIR=${ED}
 
-   multilib_build_binaries  gen_usr_ldscript -a cap
+   multilib_is_native_abi  gen_usr_ldscript -a cap
 
rm -rf ${ED}/usr/$(get_libdir)/security
-   if multilib_build_binaries  use pam; then
+   if multilib_is_native_abi  use pam; then
dopammod pam_cap/pam_cap.so
dopamsecurity '' pam_cap/capability.conf
fi



1.129sys-libs/libcap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap/ChangeLog?rev=1.129view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap/ChangeLog?rev=1.129content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcap/ChangeLog?r1=1.128r2=1.129

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcap/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog   18 Apr 2014 05:41:58 -  1.128
+++ ChangeLog   28 Apr 2014 17:42:44 -  1.129
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/libcap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/ChangeLog,v 1.128 
2014/04/18 05:41:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/ChangeLog,v 1.129 
2014/04/28 17:42:44 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org libcap-2.22-r2.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+  an end to the confusion introduced by having two functions, the proper one
+  suggesting it is just for binaries.
 
   18 Apr 2014; Markus Meier mae...@gentoo.org libcap-2.22-r2.ebuild:
   arm stable, bug #507144






[gentoo-commits] gentoo-x86 commit in sys-apps/dbus: dbus-1.6.18-r1.ebuild dbus-1.8.0.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:43:02

  Modified: dbus-1.6.18-r1.ebuild dbus-1.8.0.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.14 sys-apps/dbus/dbus-1.6.18-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/dbus-1.6.18-r1.ebuild?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/dbus-1.6.18-r1.ebuild?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/dbus-1.6.18-r1.ebuild?r1=1.13r2=1.14

Index: dbus-1.6.18-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.6.18-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- dbus-1.6.18-r1.ebuild   14 Mar 2014 22:13:56 -  1.13
+++ dbus-1.6.18-r1.ebuild   28 Apr 2014 17:43:02 -  1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.6.18-r1.ebuild,v 1.13 
2014/03/14 22:13:56 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.6.18-r1.ebuild,v 1.14 
2014/04/28 17:43:02 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -111,7 +111,7 @@
$(systemd_with_unitdir)
)
 
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
docconf=(
$(use_enable doc xml-docs) \
$(use_enable doc doxygen-docs)
@@ -137,7 +137,7 @@
einfo Running configure in ${BUILD_DIR}
ECONF_SOURCE=${S} econf ${myconf[@]} ${docconf[@]}
 
-   if multilib_build_binaries  use test; then
+   if multilib_is_native_abi  use test; then
mkdir ${TBD}
cd ${TBD}
einfo Running configure in ${TBD}
@@ -150,7 +150,7 @@
 }
 
 multilib_src_compile() {
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
# after the compile, it uses a selinuxfs interface to
# check if the SELinux policy has the right support
use selinux  addwrite /selinux/access
@@ -158,7 +158,7 @@
einfo Running make in ${BUILD_DIR}
emake
 
-   if multilib_build_binaries  use test; then
+   if multilib_is_native_abi  use test; then
cd ${TBD}
einfo Running make in ${TBD}
emake
@@ -174,7 +174,7 @@
 }
 
 multilib_src_install() {
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
emake DESTDIR=${D} install
else
emake DESTDIR=${D} install-pkgconfigDATA



1.6  sys-apps/dbus/dbus-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/dbus-1.8.0.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/dbus-1.8.0.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/dbus-1.8.0.ebuild?r1=1.5r2=1.6

Index: dbus-1.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dbus-1.8.0.ebuild   26 Feb 2014 19:21:07 -  1.5
+++ dbus-1.8.0.ebuild   28 Apr 2014 17:43:02 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.0.ebuild,v 1.5 
2014/02/26 19:21:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.0.ebuild,v 1.6 
2014/04/28 17:43:02 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -107,7 +107,7 @@
$(systemd_with_unitdir)
)
 
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
docconf=(
--enable-xml-docs
$(use_enable doc doxygen-docs)
@@ -128,7 +128,7 @@
einfo Running configure in ${BUILD_DIR}
ECONF_SOURCE=${S} econf ${myconf[@]} ${docconf[@]}
 
-   if multilib_build_binaries  use test; then
+   if multilib_is_native_abi  use test; then
mkdir ${TBD}
cd ${TBD}
einfo Running configure in ${TBD}
@@ -141,7 +141,7 @@
 }
 
 multilib_src_compile() {
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
   

[gentoo-commits] gentoo-x86 commit in media-libs/libcaca: libcaca-0.99_beta18-r2.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:43:34

  Modified: libcaca-0.99_beta18-r2.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.4  media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?r1=1.3r2=1.4

Index: libcaca-0.99_beta18-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libcaca-0.99_beta18-r2.ebuild   24 Apr 2014 18:52:35 -  1.3
+++ libcaca-0.99_beta18-r2.ebuild   28 Apr 2014 17:43:33 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v 1.3 
2014/04/24 18:52:35 hasufell Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v 1.4 
2014/04/28 17:43:33 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -84,7 +84,7 @@
 }
 
 multilib_src_configure() {
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
if use java; then
export JAVACFLAGS=$(java-pkg_javac-args)
append-cflags $(java-pkg_get-jni-cflags)
@@ -124,7 +124,7 @@
 multilib_src_install() {
emake DESTDIR=${D} install
 
-   if multilib_build_binaries  use java; then
+   if multilib_is_native_abi  use java; then
java-pkg_newjar java/libjava.jar
fi
 }



1.115media-libs/libcaca/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.115view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.115content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?r1=1.114r2=1.115

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   24 Apr 2014 18:52:35 -  1.114
+++ ChangeLog   28 Apr 2014 17:43:33 -  1.115
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libcaca
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.114 
2014/04/24 18:52:35 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.115 
2014/04/28 17:43:33 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org libcaca-0.99_beta18-r2.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+  an end to the confusion introduced by having two functions, the proper one
+  suggesting it is just for binaries.
 
   24 Apr 2014; Julian Ospald hasuf...@gentoo.org
   libcaca-0.99_beta18-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-libs/wayland: wayland-1.4.0.ebuild wayland-1.3.0.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:43:33

  Modified: wayland-1.4.0.ebuild wayland-1.3.0.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.11 dev-libs/wayland/wayland-1.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild?r1=1.10r2=1.11

Index: wayland-1.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wayland-1.4.0.ebuild20 Apr 2014 08:31:19 -  1.10
+++ wayland-1.4.0.ebuild28 Apr 2014 17:43:33 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild,v 
1.10 2014/04/20 08:31:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild,v 
1.11 2014/04/28 17:43:33 mgorny Exp $
 
 EAPI=5
 
@@ -41,7 +41,7 @@
if tc-is-cross-compiler ; then
myeconfargs+=( --disable-scanner )
fi
-   if ! multilib_build_binaries; then
+   if ! multilib_is_native_abi; then
myeconfargs+=( --disable-documentation )
fi
 



1.2  dev-libs/wayland/wayland-1.3.0.ebuild

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

Index: wayland-1.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wayland-1.3.0.ebuild31 Dec 2013 18:23:49 -  1.1
+++ wayland-1.3.0.ebuild28 Apr 2014 17:43:33 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild,v 1.1 
2013/12/31 18:23:49 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild,v 1.2 
2014/04/28 17:43:33 mgorny Exp $
 
 EAPI=5
 
@@ -48,7 +48,7 @@
if tc-is-cross-compiler ; then
myeconfargs+=( --disable-scanner )
fi
-   if ! multilib_build_binaries; then
+   if ! multilib_is_native_abi; then
myeconfargs+=( --disable-documentation )
fi
 



1.43 dev-libs/wayland/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   20 Apr 2014 08:31:19 -  1.42
+++ ChangeLog   28 Apr 2014 17:43:33 -  1.43
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/wayland
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.42 
2014/04/20 08:31:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.43 
2014/04/28 17:43:33 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org wayland-1.3.0.ebuild,
+  wayland-1.4.0.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi. The two are
+  equivalent now, and the team has decided to use the old name as being less
+  confusing.
 
   20 Apr 2014; Agostino Sarubbo a...@gentoo.org wayland-1.4.0.ebuild:
   Stable for amd64, wrt bug #500368






[gentoo-commits] gentoo-x86 commit in dev-util/apitrace: apitrace-4.0.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:44:26

  Modified: apitrace-4.0.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-util/apitrace/apitrace-4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild?r1=1.1r2=1.2

Index: apitrace-4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apitrace-4.0.ebuild 3 Apr 2014 18:23:13 -   1.1
+++ apitrace-4.0.ebuild 28 Apr 2014 17:44:26 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild,v 1.1 
2014/04/03 18:23:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/apitrace/apitrace-4.0.ebuild,v 1.2 
2014/04/28 17:44:26 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -63,7 +63,7 @@
-DARCH_SUBDIR=
$(cmake-utils_use_enable egl EGL)
)
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
mycmakeargs+=(
$(cmake-utils_use_enable cli CLI)
$(cmake-utils_use_enable qt4 GUI)



1.21 dev-util/apitrace/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/apitrace/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/apitrace/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   5 Apr 2014 15:19:42 -   1.20
+++ ChangeLog   28 Apr 2014 17:44:26 -  1.21
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/apitrace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/apitrace/ChangeLog,v 1.20 
2014/04/05 15:19:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/apitrace/ChangeLog,v 1.21 
2014/04/28 17:44:26 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org apitrace-4.0.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi. The two are
+  equivalent now, and the team has decided to use the old name as being less
+  confusing.
 
   05 Apr 2014; Mike Frysinger vap...@gentoo.org
   files/apitrace-4.0-glxtrace-only.patch:






[gentoo-commits] gentoo-x86 commit in sys-libs/ncurses: ncurses-5.9-r3.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:44:40

  Modified: ncurses-5.9-r3.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.9  sys-libs/ncurses/ncurses-5.9-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ncurses-5.9-r3.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ncurses-5.9-r3.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ncurses-5.9-r3.ebuild?r1=1.8r2=1.9

Index: ncurses-5.9-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.9-r3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ncurses-5.9-r3.ebuild   21 Apr 2014 08:04:27 -  1.8
+++ ncurses-5.9-r3.ebuild   28 Apr 2014 17:44:40 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.9-r3.ebuild,v 
1.8 2014/04/21 08:04:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.9-r3.ebuild,v 
1.9 2014/04/28 17:44:40 mgorny Exp $
 
 EAPI=4
 inherit eutils flag-o-matic toolchain-funcs multilib-minimal
@@ -99,7 +99,7 @@
$(use_with debug)
$(use_with profile)
$(use_with gpm)
-   $(multilib_build_binaries || use_with gpm gpm libgpm.so.1)
+   $(multilib_is_native_abi || use_with gpm gpm libgpm.so.1)
--disable-termcap
--enable-symlinks
--with-rcs-ids
@@ -142,7 +142,7 @@
 
 multilib_src_compile() {
make_flags=
-   multilib_build_binaries || make_flags=PROGS= 
+   multilib_is_native_abi || make_flags=PROGS= 
do_compile narrowc
use unicode  do_compile widec
 }
@@ -178,7 +178,7 @@
fi
 
# Move libncurses{,w} into /lib
-   multilib_build_binaries  gen_usr_ldscript -a \
+   multilib_is_native_abi  gen_usr_ldscript -a \
ncurses \
$(usex unicode 'ncursesw' '') \
$(use tinfo  usex unicode 'tinfow' '') \



1.222sys-libs/ncurses/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ChangeLog?rev=1.222view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ChangeLog?rev=1.222content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ChangeLog?r1=1.221r2=1.222

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- ChangeLog   21 Apr 2014 08:04:27 -  1.221
+++ ChangeLog   28 Apr 2014 17:44:40 -  1.222
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/ncurses
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.221 
2014/04/21 08:04:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.222 
2014/04/28 17:44:40 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org ncurses-5.9-r3.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+  an end to the confusion introduced by having two functions, the proper one
+  suggesting it is just for binaries.
 
   21 Apr 2014; Michał Górny mgo...@gentoo.org ncurses-5.9-r3.ebuild:
   Use multilib_build_binaries consistently.






[gentoo-commits] gentoo-x86 commit in sys-apps/file: file-5.18-r1.ebuild file-9999.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:45:05

  Modified: file-5.18-r1.ebuild file-.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  sys-apps/file/file-5.18-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.18-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.18-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.18-r1.ebuild?r1=1.2r2=1.3

Index: file-5.18-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.18-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- file-5.18-r1.ebuild 27 Mar 2014 14:46:18 -  1.2
+++ file-5.18-r1.ebuild 28 Apr 2014 17:45:05 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.18-r1.ebuild,v 1.2 
2014/03/27 14:46:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.18-r1.ebuild,v 1.3 
2014/04/28 17:45:05 mgorny Exp $
 
 EAPI=4
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -72,7 +72,7 @@
 }
 
 multilib_src_compile() {
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
emake
else
emake -C src libmagic.la
@@ -90,7 +90,7 @@
 }
 
 multilib_src_install() {
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
default
else
emake -C src install-{includeHEADERS,libLTLIBRARIES} 
DESTDIR=${D}



1.7  sys-apps/file/file-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-.ebuild?r1=1.6r2=1.7

Index: file-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- file-.ebuild27 Mar 2014 03:30:14 -  1.6
+++ file-.ebuild28 Apr 2014 17:45:05 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-.ebuild,v 1.6 
2014/03/27 03:30:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-.ebuild,v 1.7 
2014/04/28 17:45:05 mgorny Exp $
 
 EAPI=4
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -70,7 +70,7 @@
 }
 
 multilib_src_compile() {
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
emake
else
emake -C src libmagic.la
@@ -88,7 +88,7 @@
 }
 
 multilib_src_install() {
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
default
else
emake -C src install-{includeHEADERS,libLTLIBRARIES} 
DESTDIR=${D}



1.274sys-apps/file/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?rev=1.274view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?rev=1.274content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?r1=1.273r2=1.274

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- ChangeLog   27 Mar 2014 14:46:18 -  1.273
+++ ChangeLog   28 Apr 2014 17:45:05 -  1.274
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/file
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.273 2014/03/27 
14:46:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.274 2014/04/28 
17:45:05 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org file-5.18-r1.ebuild,
+  file-.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+  an end to the confusion introduced by having two functions, the proper one
+  suggesting it is just for binaries.
 
   27 Mar 2014; Samuli Suominen ssuomi...@gentoo.org 

[gentoo-commits] gentoo-x86 commit in media-libs/libwebp: libwebp-0.3.1.ebuild libwebp-0.4.0.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:45:43

  Modified: libwebp-0.3.1.ebuild libwebp-0.4.0.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.16 media-libs/libwebp/libwebp-0.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libwebp/libwebp-0.3.1.ebuild?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libwebp/libwebp-0.3.1.ebuild?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libwebp/libwebp-0.3.1.ebuild?r1=1.15r2=1.16

Index: libwebp-0.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libwebp/libwebp-0.3.1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libwebp-0.3.1.ebuild16 Jan 2014 16:00:38 -  1.15
+++ libwebp-0.3.1.ebuild28 Apr 2014 17:45:42 -  1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/libwebp-0.3.1.ebuild,v 
1.15 2014/01/16 16:00:38 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/libwebp-0.3.1.ebuild,v 
1.16 2014/04/28 17:45:42 mgorny Exp $
 
 EAPI=5
 inherit eutils multilib-minimal
@@ -36,7 +36,7 @@
 multilib_src_configure() {
# Only used for gif2webp binary wrt #486646
local build_gif2webp=$(usex gif)
-   multilib_build_binaries || build_gif2webp=no
+   multilib_is_native_abi || build_gif2webp=no
 
ac_cv_header_gif_lib_h=${build_gif2webp} \
ac_cv_header_jpeglib_h=$(usex jpeg) \



1.15 media-libs/libwebp/libwebp-0.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libwebp/libwebp-0.4.0.ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libwebp/libwebp-0.4.0.ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libwebp/libwebp-0.4.0.ebuild?r1=1.14r2=1.15

Index: libwebp-0.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libwebp/libwebp-0.4.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libwebp-0.4.0.ebuild19 Mar 2014 13:55:54 -  1.14
+++ libwebp-0.4.0.ebuild28 Apr 2014 17:45:42 -  1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/libwebp-0.4.0.ebuild,v 
1.14 2014/03/19 13:55:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/libwebp-0.4.0.ebuild,v 
1.15 2014/04/28 17:45:42 mgorny Exp $
 
 EAPI=5
 inherit eutils libtool multilib-minimal
@@ -39,7 +39,7 @@
 multilib_src_configure() {
# Only used for gif2webp binary wrt #486646
local build_gif2webp=$(usex gif)
-   multilib_build_binaries || build_gif2webp=no
+   multilib_is_native_abi || build_gif2webp=no
 
ac_cv_header_gif_lib_h=${build_gif2webp} \
ac_cv_header_jpeglib_h=$(usex jpeg) \



1.79 media-libs/libwebp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libwebp/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   19 Mar 2014 13:55:54 -  1.78
+++ ChangeLog   28 Apr 2014 17:45:42 -  1.79
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libwebp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/ChangeLog,v 1.78 
2014/03/19 13:55:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/ChangeLog,v 1.79 
2014/04/28 17:45:42 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org libwebp-0.3.1.ebuild,
+  libwebp-0.4.0.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+  an end to the confusion introduced by having two functions, the proper one
+  suggesting it is just for binaries.
 
   19 Mar 2014; Agostino Sarubbo a...@gentoo.org libwebp-0.4.0.ebuild:
   Stable for alpha, wrt bug #501856






[gentoo-commits] gentoo-x86 commit in sys-libs/readline: readline-6.3_p5.ebuild readline-6.2_p5-r1.ebuild readline-6.3_p5-r1.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:46:30

  Modified: readline-6.3_p5.ebuild readline-6.2_p5-r1.ebuild
readline-6.3_p5-r1.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  sys-libs/readline/readline-6.3_p5.ebuild

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

Index: readline-6.3_p5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.3_p5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- readline-6.3_p5.ebuild  16 Apr 2014 09:15:02 -  1.1
+++ readline-6.3_p5.ebuild  28 Apr 2014 17:46:30 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.3_p5.ebuild,v 
1.1 2014/04/16 09:15:02 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.3_p5.ebuild,v 
1.2 2014/04/28 17:46:30 mgorny Exp $
 
 EAPI=4
 
@@ -108,7 +108,7 @@
--with-curses \
$(use_enable static-libs static)
 
-   if multilib_build_binaries  ! tc-is-cross-compiler ; then
+   if multilib_is_native_abi  ! tc-is-cross-compiler ; then
# code is full of AC_TRY_RUN()
mkdir -p examples/rlfe || die
cd examples/rlfe || die
@@ -120,7 +120,7 @@
 multilib_src_compile() {
emake
 
-   if multilib_build_binaries  ! tc-is-cross-compiler ; then
+   if multilib_is_native_abi  ! tc-is-cross-compiler ; then
# code is full of AC_TRY_RUN()
cd examples/rlfe || die
local l
@@ -135,7 +135,7 @@
 multilib_src_install() {
default
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
gen_usr_ldscript -a readline history #4411
 
if ! tc-is-cross-compiler; then



1.7  sys-libs/readline/readline-6.2_p5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild?r1=1.6r2=1.7

Index: readline-6.2_p5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- readline-6.2_p5-r1.ebuild   20 Jan 2014 06:34:37 -  1.6
+++ readline-6.2_p5-r1.ebuild   28 Apr 2014 17:46:30 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild,v 1.6 
2014/01/20 06:34:37 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild,v 1.7 
2014/04/28 17:46:30 mgorny Exp $
 
 EAPI=4
 
@@ -100,7 +100,7 @@
--with-curses \
$(use_enable static-libs static)
 
-   if multilib_build_binaries  ! tc-is-cross-compiler ; then
+   if multilib_is_native_abi  ! tc-is-cross-compiler ; then
# code is full of AC_TRY_RUN()
mkdir -p examples/rlfe || die
cd examples/rlfe || die
@@ -112,7 +112,7 @@
 multilib_src_compile() {
emake
 
-   if multilib_build_binaries  ! tc-is-cross-compiler ; then
+   if multilib_is_native_abi  ! tc-is-cross-compiler ; then
# code is full of AC_TRY_RUN()
cd examples/rlfe || die
local l
@@ -127,7 +127,7 @@
 multilib_src_install() {
default
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
gen_usr_ldscript -a readline history #4411
 
if ! tc-is-cross-compiler; then



1.2  sys-libs/readline/readline-6.3_p5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/readline-6.3_p5-r1.ebuild?rev=1.2view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in sys-apps/tcp-wrappers: tcp-wrappers-7.6.22-r1.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:46:44

  Modified: tcp-wrappers-7.6.22-r1.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.12 sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild?r1=1.11r2=1.12

Index: tcp-wrappers-7.6.22-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- tcp-wrappers-7.6.22-r1.ebuild   20 Apr 2014 11:24:39 -  1.11
+++ tcp-wrappers-7.6.22-r1.ebuild   28 Apr 2014 17:46:44 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild,v 
1.11 2014/04/20 11:24:39 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild,v 
1.12 2014/04/28 17:46:44 mgorny Exp $
 
 EAPI=4
 
@@ -75,7 +75,7 @@
insinto /usr/include
doins tcpd.h
 
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
gen_usr_ldscript -a wrap
dosbin tcpd tcpdchk tcpdmatch safe_finger try-from
fi



1.59 sys-apps/tcp-wrappers/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog?rev=1.59view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog?rev=1.59content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog?r1=1.58r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   20 Apr 2014 11:24:39 -  1.58
+++ ChangeLog   28 Apr 2014 17:46:44 -  1.59
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/tcp-wrappers
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog,v 1.58 
2014/04/20 11:24:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog,v 1.59 
2014/04/28 17:46:44 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org tcp-wrappers-7.6.22-r1.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+  an end to the confusion introduced by having two functions, the proper one
+  suggesting it is just for binaries.
 
   20 Apr 2014; Agostino Sarubbo a...@gentoo.org 
tcp-wrappers-7.6.22-r1.ebuild:
   Stable for ppc64, wrt bug #502920






[gentoo-commits] gentoo-x86 commit in media-libs/alsa-lib: alsa-lib-1.0.27.2.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:46:53

  Modified: alsa-lib-1.0.27.2.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.13 media-libs/alsa-lib/alsa-lib-1.0.27.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.27.2.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.27.2.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.27.2.ebuild?r1=1.12r2=1.13

Index: alsa-lib-1.0.27.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.27.2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- alsa-lib-1.0.27.2.ebuild5 Apr 2014 18:36:38 -   1.12
+++ alsa-lib-1.0.27.2.ebuild28 Apr 2014 17:46:53 -  1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.27.2.ebuild,v 1.12 
2014/04/05 18:36:38 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.27.2.ebuild,v 1.13 
2014/04/28 17:46:53 mgorny Exp $
 
 EAPI=5
 
@@ -39,7 +39,7 @@
 multilib_src_configure() {
local myconf
# enable Python only on final ABI
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
myconf=$(use_enable python)
else
myconf=--disable-python
@@ -62,7 +62,7 @@
 multilib_src_compile() {
emake
 
-   if multilib_build_binaries  use doc; then
+   if multilib_is_native_abi  use doc; then
emake doc
fgrep -Zrl ${S} doc/doxygen/html | \
xargs -0 sed -i -e s:${S}::
@@ -71,7 +71,7 @@
 
 multilib_src_install() {
emake DESTDIR=${D} install
-   if multilib_build_binaries  use doc; then
+   if multilib_is_native_abi  use doc; then
dohtml -r doc/doxygen/html/.
fi
 }



1.391media-libs/alsa-lib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alsa-lib/ChangeLog?rev=1.391view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alsa-lib/ChangeLog?rev=1.391content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alsa-lib/ChangeLog?r1=1.390r2=1.391

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v
retrieving revision 1.390
retrieving revision 1.391
diff -u -r1.390 -r1.391
--- ChangeLog   5 Apr 2014 19:16:53 -   1.390
+++ ChangeLog   28 Apr 2014 17:46:53 -  1.391
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/alsa-lib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.390 
2014/04/05 19:16:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.391 
2014/04/28 17:46:53 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org alsa-lib-1.0.27.2.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi. The two are
+  equivalent now, and the team has decided to use the old name as being less
+  confusing.
 
   05 Apr 2014; Samuli Suominen ssuomi...@gentoo.org
   -alsa-lib-1.0.26-r1.ebuild, -alsa-lib-1.0.27.1-r1.ebuild,






[gentoo-commits] gentoo-x86 commit in media-libs/openal: openal-1.15.1-r1.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:47:22

  Modified: openal-1.15.1-r1.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.8  media-libs/openal/openal-1.15.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?r1=1.7r2=1.8

Index: openal-1.15.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openal-1.15.1-r1.ebuild 31 Jan 2014 14:56:26 -  1.7
+++ openal-1.15.1-r1.ebuild 28 Apr 2014 17:47:22 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v 
1.7 2014/01/31 14:56:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v 
1.8 2014/04/28 17:47:22 mgorny Exp $
 
 EAPI=5
 inherit cmake-multilib
@@ -43,7 +43,7 @@
$(cmake-utils_use sse)
)
 
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
mycmakeargs+=( $(cmake-utils_use alstream EXAMPLES) )
else
mycmakeargs+=( -DEXAMPLES=OFF )



1.179media-libs/openal/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?rev=1.179view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?rev=1.179content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?r1=1.178r2=1.179

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog   20 Apr 2014 11:28:49 -  1.178
+++ ChangeLog   28 Apr 2014 17:47:22 -  1.179
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/openal
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.178 
2014/04/20 11:28:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.179 
2014/04/28 17:47:22 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org openal-1.15.1-r1.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+  an end to the confusion introduced by having two functions, the proper one
+  suggesting it is just for binaries.
 
   20 Apr 2014; Agostino Sarubbo a...@gentoo.org openal-1.15.1-r2.ebuild:
   Stable for ppc64, wrt bug #501496






[gentoo-commits] gentoo-x86 commit in www-plugins/adobe-flash: adobe-flash-11.2.202.356.ebuild adobe-flash-11.2.202.350.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:47:24

  Modified: adobe-flash-11.2.202.356.ebuild
adobe-flash-11.2.202.350.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild?r1=1.1r2=1.2

Index: adobe-flash-11.2.202.356.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- adobe-flash-11.2.202.356.ebuild 28 Apr 2014 15:00:39 -  1.1
+++ adobe-flash-11.2.202.356.ebuild 28 Apr 2014 17:47:24 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild,v
 1.1 2014/04/28 15:00:39 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild,v
 1.2 2014/04/28 17:47:24 mgorny Exp $
 
 EAPI=5
 inherit nsplugins toolchain-funcs versionator multilib multilib-minimal
@@ -168,7 +168,7 @@
doexe flashplugin-lahf-fix.so
fi
 
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
if use kde; then
local pkglibdir=lib
[[ -d usr/lib64 ]]  pkglibdir=lib64



1.3  www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild?r1=1.2r2=1.3

Index: adobe-flash-11.2.202.350.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- adobe-flash-11.2.202.350.ebuild 10 Apr 2014 13:34:54 -  1.2
+++ adobe-flash-11.2.202.350.ebuild 28 Apr 2014 17:47:24 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild,v
 1.2 2014/04/10 13:34:54 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild,v
 1.3 2014/04/28 17:47:24 mgorny Exp $
 
 EAPI=5
 inherit nsplugins toolchain-funcs versionator multilib multilib-minimal
@@ -168,7 +168,7 @@
doexe flashplugin-lahf-fix.so
fi
 
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
if use kde; then
local pkglibdir=lib
[[ -d usr/lib64 ]]  pkglibdir=lib64



1.247www-plugins/adobe-flash/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.247view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.247content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?r1=1.246r2=1.247

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -r1.246 -r1.247
--- ChangeLog   28 Apr 2014 15:00:39 -  1.246
+++ ChangeLog   28 Apr 2014 17:47:24 -  1.247
@@ -1,6 +1,12 @@
 # ChangeLog for www-plugins/adobe-flash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.246 
2014/04/28 15:00:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.247 
2014/04/28 17:47:24 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org 
adobe-flash-11.2.202.350.ebuild,
+  

[gentoo-commits] gentoo-x86 commit in sys-devel/gettext: gettext-0.18.3.2.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:49:06

  Modified: gettext-0.18.3.2.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.13 sys-devel/gettext/gettext-0.18.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild?r1=1.12r2=1.13

Index: gettext-0.18.3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gettext-0.18.3.2.ebuild 19 Mar 2014 13:50:04 -  1.12
+++ gettext-0.18.3.2.ebuild 28 Apr 2014 17:49:06 -  1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild,v 
1.12 2014/03/19 13:50:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild,v 
1.13 2014/04/28 17:49:06 mgorny Exp $
 
 EAPI=4
 
@@ -72,7 +72,7 @@
tc-is-cross-compiler  export gl_cv_func_working_acl_get_file=yes
 
local ECONF_SOURCE=${S}
-   if ! multilib_build_binaries ; then
+   if ! multilib_is_native_abi ; then
# for non-native ABIs, we build runtime only
ECONF_SOURCE+=/gettext-runtime
else
@@ -103,7 +103,7 @@
 multilib_src_install() {
default
 
-   if multilib_build_binaries ; then
+   if multilib_is_native_abi ; then
dosym msgfmt /usr/bin/gmsgfmt #43435
dobin gettext-tools/misc/gettextize
 



1.241sys-devel/gettext/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.241view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.241content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?r1=1.240r2=1.241

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- ChangeLog   19 Mar 2014 13:50:04 -  1.240
+++ ChangeLog   28 Apr 2014 17:49:06 -  1.241
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/gettext
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.240 
2014/03/19 13:50:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.241 
2014/04/28 17:49:06 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org gettext-0.18.3.2.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+  an end to the confusion introduced by having two functions, the proper one
+  suggesting it is just for binaries.
 
   19 Mar 2014; Agostino Sarubbo a...@gentoo.org gettext-0.18.3.2.ebuild:
   Stable for alpha, wrt bug #500872






[gentoo-commits] gentoo-x86 commit in media-libs/freetype: freetype-2.5.3-r1.ebuild freetype-2.5.3.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:49:21

  Modified: freetype-2.5.3-r1.ebuild freetype-2.5.3.ebuild
ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  media-libs/freetype/freetype-2.5.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild?r1=1.4r2=1.5

Index: freetype-2.5.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- freetype-2.5.3-r1.ebuild15 Apr 2014 19:56:19 -  1.4
+++ freetype-2.5.3-r1.ebuild28 Apr 2014 17:49:21 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.4 
2014/04/15 19:56:19 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3-r1.ebuild,v 1.5 
2014/04/28 17:49:21 mgorny Exp $
 
 EAPI=5
 
@@ -118,7 +118,7 @@
 multilib_src_compile() {
default
 
-   if multilib_build_binaries  use utils; then
+   if multilib_is_native_abi  use utils; then
einfo Building utils
# fix for Prefix, bug #339334
emake \
@@ -130,7 +130,7 @@
 multilib_src_install() {
default
 
-   if multilib_build_binaries  use utils; then
+   if multilib_is_native_abi  use utils; then
einfo Installing utils
rm ${WORKDIR}/ft2demos-${PV}/bin/README || die
local ft2demo



1.2  media-libs/freetype/freetype-2.5.3.ebuild

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

Index: freetype-2.5.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freetype-2.5.3.ebuild   10 Mar 2014 15:21:07 -  1.1
+++ freetype-2.5.3.ebuild   28 Apr 2014 17:49:21 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3.ebuild,v 
1.1 2014/03/10 15:21:07 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.5.3.ebuild,v 
1.2 2014/04/28 17:49:21 mgorny Exp $
 
 EAPI=5
 
@@ -111,7 +111,7 @@
 multilib_src_compile() {
default
 
-   if multilib_build_binaries  use utils; then
+   if multilib_is_native_abi  use utils; then
einfo Building utils
# fix for Prefix, bug #339334
emake \
@@ -123,7 +123,7 @@
 multilib_src_install() {
default
 
-   if multilib_build_binaries  use utils; then
+   if multilib_is_native_abi  use utils; then
einfo Installing utils
rm ${WORKDIR}/ft2demos-${PV}/bin/README || die
local ft2demo



1.395media-libs/freetype/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.395view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?rev=1.395content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freetype/ChangeLog?r1=1.394r2=1.395

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v
retrieving revision 1.394
retrieving revision 1.395
diff -u -r1.394 -r1.395
--- ChangeLog   15 Apr 2014 19:56:19 -  1.394
+++ ChangeLog   28 Apr 2014 17:49:21 -  1.395
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/freetype
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.394 
2014/04/15 19:56:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/ChangeLog,v 1.395 
2014/04/28 

[gentoo-commits] gentoo-x86 commit in media-libs/tiff: tiff-4.0.3-r6.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:49:34

  Modified: tiff-4.0.3-r6.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.11 media-libs/tiff/tiff-4.0.3-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.3-r6.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.3-r6.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.3-r6.ebuild?r1=1.10r2=1.11

Index: tiff-4.0.3-r6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.3-r6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tiff-4.0.3-r6.ebuild16 Feb 2014 07:34:51 -  1.10
+++ tiff-4.0.3-r6.ebuild28 Apr 2014 17:49:34 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.3-r6.ebuild,v 1.10 
2014/02/16 07:34:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.3-r6.ebuild,v 1.11 
2014/04/28 17:49:34 mgorny Exp $
 
 EAPI=5
 inherit eutils libtool multilib-minimal
@@ -54,7 +54,7 @@
--with-docdir=${EPREFIX}/usr/share/doc/${PF}
 
# remove useless subdirs
-   if ! multilib_build_binaries ; then
+   if ! multilib_is_native_abi ; then
sed -i \
-e 's/ tools//' \
-e 's/ contrib//' \
@@ -65,7 +65,7 @@
 }
 
 multilib_src_test() {
-   if ! multilib_build_binaries ; then
+   if ! multilib_is_native_abi ; then
cd tools
emake
cd ${BUILD_DIR}



1.267media-libs/tiff/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.267view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.267content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?r1=1.266r2=1.267

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- ChangeLog   17 Feb 2014 05:30:16 -  1.266
+++ ChangeLog   28 Apr 2014 17:49:34 -  1.267
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/tiff
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.266 
2014/02/17 05:30:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.267 
2014/04/28 17:49:34 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org tiff-4.0.3-r6.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+  an end to the confusion introduced by having two functions, the proper one
+  suggesting it is just for binaries.
 
   17 Feb 2014; Samuli Suominen ssuomi...@gentoo.org -tiff-3.9.7.ebuild,
   -tiff-4.0.3-r4.ebuild, -tiff-4.0.3-r5.ebuild:






[gentoo-commits] gentoo-x86 commit in media-libs/x265: x265-0.8.ebuild x265-9999.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:50:08

  Modified: x265-0.8.ebuild x265-.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  media-libs/x265/x265-0.8.ebuild

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

Index: x265-0.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/x265/x265-0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- x265-0.8.ebuild 12 Mar 2014 20:45:18 -  1.1
+++ x265-0.8.ebuild 28 Apr 2014 17:50:08 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-0.8.ebuild,v 1.1 
2014/03/12 20:45:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-0.8.ebuild,v 1.2 
2014/04/28 17:50:08 mgorny Exp $
 
 EAPI=5
 
@@ -47,7 +47,7 @@
 multilib_src_configure() {
local mycmakeargs=(
$(cmake-utils_use_enable test TESTS)
-   $(multilib_build_binaries || echo -DENABLE_CLI=OFF)
+   $(multilib_is_native_abi || echo -DENABLE_CLI=OFF)
-DHIGH_BIT_DEPTH=$(usex 10bit ON OFF)
)
cmake-utils_src_configure



1.4  media-libs/x265/x265-.ebuild

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

Index: x265-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/x265/x265-.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- x265-.ebuild10 Apr 2014 18:22:39 -  1.3
+++ x265-.ebuild28 Apr 2014 17:50:08 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-.ebuild,v 1.3 
2014/04/10 18:22:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-.ebuild,v 1.4 
2014/04/28 17:50:08 mgorny Exp $
 
 EAPI=5
 
@@ -42,7 +42,7 @@
 multilib_src_configure() {
local mycmakeargs=(
$(cmake-utils_use_enable test TESTS)
-   $(multilib_build_binaries || echo -DENABLE_CLI=OFF)
+   $(multilib_is_native_abi || echo -DENABLE_CLI=OFF)
-DHIGH_BIT_DEPTH=$(usex 10bit ON OFF)
-DLIB_INSTALL_DIR=$(get_libdir)
)



1.4  media-libs/x265/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x265/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x265/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x265/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   10 Apr 2014 18:22:39 -  1.3
+++ ChangeLog   28 Apr 2014 17:50:08 -  1.4
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/x265
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.3 2014/04/10 
18:22:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.4 2014/04/28 
17:50:08 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org x265-0.8.ebuild,
+  x265-.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+  an end to the confusion introduced by having two functions, the proper one
+  suggesting it is just for binaries.
 
   10 Apr 2014; Alexis Ballier aball...@gentoo.org x265-.ebuild:
   bump subslot reflecting soname change






[gentoo-commits] gentoo-x86 commit in x11-libs/cairo: cairo-9999.ebuild cairo-1.12.16-r2.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:50:00

  Modified: cairo-.ebuild cairo-1.12.16-r2.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.39 x11-libs/cairo/cairo-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-.ebuild?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-.ebuild?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-.ebuild?r1=1.38r2=1.39

Index: cairo-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-.ebuild,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- cairo-.ebuild   20 Apr 2014 17:55:37 -  1.38
+++ cairo-.ebuild   28 Apr 2014 17:50:00 -  1.39
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-.ebuild,v 1.38 
2014/04/20 17:55:37 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-.ebuild,v 1.39 
2014/04/28 17:50:00 mgorny Exp $
 
 EAPI=5
 
@@ -113,12 +113,12 @@
 
# TODO: remove this (and add USE-dep) when DirectFB is converted,
# bug #484248 -- but beware of the circular dep.
-   if ! multilib_build_binaries; then
+   if ! multilib_is_native_abi; then
myopts+= --disable-directfb
fi
 
# TODO: remove this (and add USE-dep) when qtgui is converted, bug 
#498010
-   if ! multilib_build_binaries; then
+   if ! multilib_is_native_abi; then
myopts+= --disable-qt
fi
 



1.2  x11-libs/cairo/cairo-1.12.16-r2.ebuild

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

Index: cairo-1.12.16-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cairo-1.12.16-r2.ebuild 20 Apr 2014 17:55:37 -  1.1
+++ cairo-1.12.16-r2.ebuild 28 Apr 2014 17:50:00 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild,v 
1.1 2014/04/20 17:55:37 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild,v 
1.2 2014/04/28 17:50:00 mgorny Exp $
 
 EAPI=5
 
@@ -113,12 +113,12 @@
 
# TODO: remove this (and add USE-dep) when DirectFB is converted,
# bug #484248 -- but beware of the circular dep.
-   if ! multilib_build_binaries; then
+   if ! multilib_is_native_abi; then
myopts+= --disable-directfb
fi
 
# TODO: remove this (and add USE-dep) when qtgui is converted, bug 
#498010
-   if ! multilib_build_binaries; then
+   if ! multilib_is_native_abi; then
myopts+= --disable-qt
fi
 



1.373x11-libs/cairo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
retrieving revision 1.372
retrieving revision 1.373
diff -u -r1.372 -r1.373
--- ChangeLog   20 Apr 2014 18:00:01 -  1.372
+++ ChangeLog   28 Apr 2014 17:50:00 -  1.373
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/cairo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.372 2014/04/20 
18:00:01 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.373 2014/04/28 
17:50:00 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org cairo-1.12.16-r2.ebuild,
+  cairo-.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+  an end to the confusion introduced by having two functions, the 

[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-3.4-r1.ebuild llvm-9999.ebuild llvm-3.3-r3.ebuild llvm-3.4.ebuild llvm-3.4-r2.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:51:17

  Modified: llvm-3.4-r1.ebuild llvm-.ebuild
llvm-3.3-r3.ebuild llvm-3.4.ebuild
llvm-3.4-r2.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  sys-devel/llvm/llvm-3.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4-r1.ebuild?r1=1.1r2=1.2

Index: llvm-3.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- llvm-3.4-r1.ebuild  2 Apr 2014 23:24:29 -   1.1
+++ llvm-3.4-r1.ebuild  28 Apr 2014 17:51:17 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4-r1.ebuild,v 1.1 
2014/04/02 23:24:29 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4-r1.ebuild,v 1.2 
2014/04/28 17:51:17 mgorny Exp $
 
 EAPI=5
 
@@ -214,7 +214,7 @@
conf_flags+=( --with-clang-resource-dir=../lib/clang/${PV} )
fi
# well, it's used only by clang executable c-index-test
-   if multilib_build_binaries  use clang  use xml; then
+   if multilib_is_native_abi  use clang  use xml; then
conf_flags+=( XML2CONFIG=$(tc-getPKG_CONFIG) libxml-2.0 )
else
conf_flags+=( ac_cv_prog_XML2CONFIG= )
@@ -229,7 +229,7 @@
fi
conf_flags+=( --enable-targets=${targets} )
 
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
use gold  conf_flags+=( 
--with-binutils-include=${EPREFIX}/usr/include/ )
# extra commas don't hurt
use ocaml  bindings+=',ocaml'
@@ -256,7 +256,7 @@
ECONF_SOURCE=${S} \
econf ${conf_flags[@]}
 
-   multilib_build_binaries  cmake_configure
+   multilib_is_native_abi  cmake_configure
 }
 
 cmake_configure() {
@@ -289,7 +289,7 @@
local tools=( llvm-config )
use clang  tools+=( clang )
 
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
tools+=(
opt llvm-as llvm-dis llc llvm-ar llvm-nm 
llvm-link lli
llvm-extract llvm-mc llvm-bcanalyzer llvm-diff 
macho-dump
@@ -329,7 +329,7 @@
set_makeargs -1
emake ${MAKEARGS[@]}
 
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
set_makeargs
emake -C tools ${MAKEARGS[@]}
 
@@ -393,7 +393,7 @@
dodir /tmp
mv ${ED}/usr/bin/llvm-config ${ED}/tmp/${CHOST}-llvm-config || die
 
-   if ! multilib_build_binaries; then
+   if ! multilib_is_native_abi; then
# Drop all the executables since LLVM doesn't like to
# clobber when installing.
rm -r ${ED}/usr/bin || die



1.86 sys-devel/llvm/llvm-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.86view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.86content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?r1=1.85r2=1.86

Index: llvm-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- llvm-.ebuild14 Apr 2014 21:01:56 -  1.85
+++ llvm-.ebuild28 Apr 2014 17:51:17 -  1.86
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.85 
2014/04/14 21:01:56 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.86 
2014/04/28 17:51:17 mgorny Exp $
 
 EAPI=5
 
@@ -212,7 +212,7 @@
)
 
# well, it's used only by clang executable c-index-test
-   if multilib_build_binaries  use clang  use xml; then
+   if multilib_is_native_abi  use clang  use xml; then
conf_flags+=( XML2CONFIG=$(tc-getPKG_CONFIG) 

[gentoo-commits] gentoo-x86 commit in sys-fs/eudev: eudev-1.3.ebuild eudev-1.4-r1.ebuild eudev-1.5.3.ebuild eudev-1.6.ebuild eudev-9999.ebuild eudev-1.5.3-r1.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:53:15

  Modified: eudev-1.3.ebuild eudev-1.4-r1.ebuild
eudev-1.5.3.ebuild eudev-1.6.ebuild
eudev-.ebuild eudev-1.5.3-r1.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.17 sys-fs/eudev/eudev-1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/eudev-1.3.ebuild?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/eudev-1.3.ebuild?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/eudev-1.3.ebuild?r1=1.16r2=1.17

Index: eudev-1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.3.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- eudev-1.3.ebuild28 Mar 2014 18:28:39 -  1.16
+++ eudev-1.3.ebuild28 Apr 2014 17:53:15 -  1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.3.ebuild,v 1.16 
2014/03/28 18:28:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.3.ebuild,v 1.17 
2014/04/28 17:53:15 mgorny Exp $
 
 EAPI=5
 
@@ -140,7 +140,7 @@
 
# Only build libudev for non-native_abi, and only install it to libdir,
# that means all options only apply to native_abi
-   if multilib_build_binaries; then econf_args+=(
+   if multilib_is_native_abi; then econf_args+=(
--with-rootlibdir=/$(get_libdir)
$(use_enable doc gtk-doc)
$(use_enable gudev)
@@ -161,7 +161,7 @@
 
 multilib_src_compile()
 {
-   if ! multilib_build_binaries; then
+   if ! multilib_is_native_abi; then
cd src/libudev || die Could not change directory
fi
emake
@@ -169,7 +169,7 @@
 
 multilib_src_install()
 {
-   if ! multilib_build_binaries; then
+   if ! multilib_is_native_abi; then
cd src/libudev || die Could not change directory
fi
emake DESTDIR=${D} install
@@ -182,7 +182,7 @@
# but sandbox seems to evaluate the paths of the test i/o instead of the
# paths of the actual i/o that results.
# also only test for native abi
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
addread /sys
addwrite /dev
addwrite /run



1.3  sys-fs/eudev/eudev-1.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/eudev-1.4-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/eudev-1.4-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/eudev/eudev-1.4-r1.ebuild?r1=1.2r2=1.3

Index: eudev-1.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eudev-1.4-r1.ebuild 28 Mar 2014 18:28:39 -  1.2
+++ eudev-1.4-r1.ebuild 28 Apr 2014 17:53:15 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.4-r1.ebuild,v 1.2 
2014/03/28 18:28:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.4-r1.ebuild,v 1.3 
2014/04/28 17:53:15 mgorny Exp $
 
 EAPI=5
 
@@ -138,7 +138,7 @@
 
# Only build libudev for non-native_abi, and only install it to libdir,
# that means all options only apply to native_abi
-   if multilib_build_binaries; then econf_args+=(
+   if multilib_is_native_abi; then econf_args+=(
--with-rootlibdir=/$(get_libdir)
$(use_enable doc gtk-doc)
$(use_enable gudev)
@@ -159,7 +159,7 @@
 
 multilib_src_compile()
 {
-   if ! multilib_build_binaries; then
+   if ! multilib_is_native_abi; then
cd src/libudev || die Could not change directory
fi
emake
@@ -167,7 +167,7 @@
 
 multilib_src_install()
 {
-   if ! multilib_build_binaries; then
+   if ! multilib_is_native_abi; then
cd src/libudev || die Could not change directory
fi
emake DESTDIR=${D} install
@@ -180,7 +180,7 @@
# but sandbox seems to evaluate the paths of the test i/o instead of the
# paths of the actual i/o that results.
# also only test for native abi

[gentoo-commits] gentoo-x86 commit in media-libs/jbigkit: jbigkit-2.1.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:53:31

  Modified: jbigkit-2.1.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.9  media-libs/jbigkit/jbigkit-2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbigkit/jbigkit-2.1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbigkit/jbigkit-2.1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbigkit/jbigkit-2.1.ebuild?r1=1.8r2=1.9

Index: jbigkit-2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-2.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- jbigkit-2.1.ebuild  22 Apr 2014 12:28:17 -  1.8
+++ jbigkit-2.1.ebuild  28 Apr 2014 17:53:31 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-2.1.ebuild,v 1.8 
2014/04/22 12:28:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-2.1.ebuild,v 1.9 
2014/04/28 17:53:31 mgorny Exp $
 
 EAPI=5
 
@@ -26,7 +26,7 @@
tc-export AR CC RANLIB
emake \
LIBDIR=${EPREFIX}/usr/$(get_libdir) \
-   $(multilib_build_binaries || echo lib)
+   $(multilib_is_native_abi || echo lib)
 
if use static-libs; then
cd libjbig  emake static
@@ -38,7 +38,7 @@
 }
 
 multilib_src_install() {
-   if multilib_build_binaries; then
+   if multilib_is_native_abi; then
dobin pbmtools/jbgtopbm{,85} pbmtools/pbmtojbg{,85}
doman pbmtools/jbgtopbm.1 pbmtools/pbmtojbg.1
fi



1.75 media-libs/jbigkit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbigkit/ChangeLog?rev=1.75view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbigkit/ChangeLog?rev=1.75content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbigkit/ChangeLog?r1=1.74r2=1.75

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/jbigkit/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   22 Apr 2014 12:28:17 -  1.74
+++ ChangeLog   28 Apr 2014 17:53:31 -  1.75
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/jbigkit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/ChangeLog,v 1.74 
2014/04/22 12:28:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/ChangeLog,v 1.75 
2014/04/28 17:53:31 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org jbigkit-2.1.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi. The two are
+  equivalent now, and the team has decided to use the old name as being less
+  confusing.
 
   22 Apr 2014; Agostino Sarubbo a...@gentoo.org jbigkit-2.1.ebuild:
   Stable for arm, wrt bug #507254






[gentoo-commits] gentoo-x86 commit in media-libs/zvbi: zvbi-0.2.35-r1.ebuild ChangeLog

2014-04-28 Thread Michal Gorny (mgorny)
mgorny  14/04/28 17:53:44

  Modified: zvbi-0.2.35-r1.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  media-libs/zvbi/zvbi-0.2.35-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/zvbi/zvbi-0.2.35-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/zvbi/zvbi-0.2.35-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/zvbi/zvbi-0.2.35-r1.ebuild?r1=1.2r2=1.3

Index: zvbi-0.2.35-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/zvbi/zvbi-0.2.35-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- zvbi-0.2.35-r1.ebuild   21 Apr 2014 07:49:31 -  1.2
+++ zvbi-0.2.35-r1.ebuild   28 Apr 2014 17:53:44 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/zvbi-0.2.35-r1.ebuild,v 1.2 
2014/04/21 07:49:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/zvbi-0.2.35-r1.ebuild,v 1.3 
2014/04/28 17:53:44 mgorny Exp $
 
 EAPI=5
 inherit eutils libtool multilib-minimal
@@ -41,7 +41,7 @@
 multilib_src_install() {
emake DESTDIR=${D} install
 
-   multilib_build_binaries  use doc  dohtml -a png,gif,html,css 
doc/html/*
+   multilib_is_native_abi  use doc  dohtml -a png,gif,html,css 
doc/html/*
 }
 
 multilib_src_install_all() {



1.62 media-libs/zvbi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/zvbi/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/zvbi/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/zvbi/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/zvbi/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   21 Apr 2014 07:49:31 -  1.61
+++ ChangeLog   28 Apr 2014 17:53:44 -  1.62
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/zvbi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/ChangeLog,v 1.61 2014/04/21 
07:49:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/ChangeLog,v 1.62 2014/04/28 
17:53:44 mgorny Exp $
+
+  28 Apr 2014; Michał Górny mgo...@gentoo.org zvbi-0.2.35-r1.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+  an end to the confusion introduced by having two functions, the proper one
+  suggesting it is just for binaries.
 
   21 Apr 2014; Michał Górny mgo...@gentoo.org zvbi-0.2.35-r1.ebuild:
   Use multilib_build_binaries consistently, and the new multilib_native_use*






  1   2   >