[gentoo-commits] gentoo-x86 commit in www-apache/mod_perl: mod_perl-2.0.8.ebuild ChangeLog

2014-07-29 Thread Patrick Lauer (patrick)
patrick 14/07/29 06:06:01

  Modified: mod_perl-2.0.8.ebuild ChangeLog
  Log:
  Stable for amd64 #512114
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  www-apache/mod_perl/mod_perl-2.0.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8.ebuild?r1=1.2r2=1.3

Index: mod_perl-2.0.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mod_perl-2.0.8.ebuild   27 Jul 2014 11:05:11 -  1.2
+++ mod_perl-2.0.8.ebuild   29 Jul 2014 06:06:01 -  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-apache/mod_perl/mod_perl-2.0.8.ebuild,v 
1.2 2014/07/27 11:05:11 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8.ebuild,v 
1.3 2014/07/29 06:06:01 patrick Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 HOMEPAGE=https://projects.apache.org/projects/mod_perl.html;
 
 LICENSE=GPL-2
-KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86
+KEYWORDS=~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86
 IUSE=debug
 SLOT=1
 



1.108www-apache/mod_perl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_perl/ChangeLog?rev=1.108view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_perl/ChangeLog?rev=1.108content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_perl/ChangeLog?r1=1.107r2=1.108

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_perl/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   27 Jul 2014 11:05:11 -  1.107
+++ ChangeLog   29 Jul 2014 06:06:01 -  1.108
@@ -1,6 +1,9 @@
 # ChangeLog for www-apache/mod_perl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/ChangeLog,v 1.107 
2014/07/27 11:05:11 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/ChangeLog,v 1.108 
2014/07/29 06:06:01 patrick Exp $
+
+  29 Jul 2014; Patrick Lauer patr...@gentoo.org mod_perl-2.0.8.ebuild:
+  Stable for amd64 #512114
 
   26 Jul 2014; Pawel Hajdan jr phajdan...@gentoo.org mod_perl-2.0.8.ebuild:
   x86 stable wrt bug #512114






[gentoo-commits] proj/crossdev:master commit in: wrappers/

2014-07-29 Thread Mike Frysinger
commit: b800ebdbe6e8d22701d1203a298bdba92a735f49
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Tue Jul 29 03:33:11 2014 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Tue Jul 29 03:33:11 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=b800ebdb

cross-pkg-config: utilize PKG_CONFIG_SYSROOT_DIR

Now that the 0.24 release has been out for a few years, we can start
relying on its availability.

URL: https://bugs.gentoo.org/517530
Reported-by: Mike Marineau mike AT marineau.org
Signed-off-by: Mike Frysinger vapier AT gentoo.org

---
 wrappers/cross-pkg-config | 18 +++---
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/wrappers/cross-pkg-config b/wrappers/cross-pkg-config
index d124261..859ef05 100755
--- a/wrappers/cross-pkg-config
+++ b/wrappers/cross-pkg-config
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright 2008-2010 Gentoo Foundation
+# Copyright 2008-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 #
@@ -23,7 +23,7 @@ error() {
 #
 # Sanity/distro checks
 #
-MIN_VER=0.20 # needs PKG_CONFIG_SYSROOT_DIR
+MIN_VER=0.24 # needs working PKG_CONFIG_SYSROOT_DIR
 if ! pkg-config --atleast-pkgconfig-version ${MIN_VER} ; then
error pkg-config is too old ... upgrade to at least v${MIN_VER}
 fi
@@ -81,12 +81,7 @@ export 
PKG_CONFIG_LIBDIR=${SYSROOT}/usr/lib/pkgconfig:${SYSROOT}/usr/share/pkgc
 if [ -n ${EXTRA_PKG_CONFIG_LIBDIR} ] ; then
PKG_CONFIG_LIBDIR=${EXTRA_PKG_CONFIG_LIBDIR}:${PKG_CONFIG_LIBDIR}
 fi
-#
-# This guy is horribly broken in pkg-config =0.23:
-#  https://bugs.freedesktop.org/show_bug.cgi?id=16905
-#
-#export PKG_CONFIG_SYSROOT_DIR=${SYSROOT}
-unset PKG_CONFIG_SYSROOT_DIR
+export PKG_CONFIG_SYSROOT_DIR=${SYSROOT}
 
 #
 # Sanity check the output to catch common errors that do not
@@ -95,13 +90,6 @@ unset PKG_CONFIG_SYSROOT_DIR
 output=$(pkg-config $@)
 ret=$?
 
-#
-# Inject PKG_CONFIG_SYSROOT_DIR ourselves until pkg-config is fixed.
-# We can't mung the .pc files as some of the vars are used at compile
-# time to encode runtime paths.
-#
-output=$(echo ${output} | sed -e 
's:\(-[IL][[:space:]]*\)\(/usr\):\1'${SYSROOT}'\2:g')
-
 # We turn the output into a newline separate string of options, then use grep
 # to look for bad -Is and -Ls.  Bad -Is and -Ls are ones that point to things
 # outside the ${SYSROOT}.



[gentoo-commits] gentoo-x86 commit in app-emulation/libvirt: libvirt-1.2.6.ebuild ChangeLog

2014-07-29 Thread Patrick Lauer (patrick)
patrick 14/07/29 06:06:21

  Modified: ChangeLog
  Added:libvirt-1.2.6.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.365app-emulation/libvirt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -r1.364 -r1.365
--- ChangeLog   16 Jun 2014 15:28:59 -  1.364
+++ ChangeLog   29 Jul 2014 06:06:21 -  1.365
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/libvirt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.364 
2014/06/16 15:28:59 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.365 
2014/07/29 06:06:21 patrick Exp $
+
+*libvirt-1.2.6 (29 Jul 2014)
+
+  29 Jul 2014; Patrick Lauer patr...@gentoo.org +libvirt-1.2.6.ebuild:
+  Bump
 
 *libvirt-1.2.5 (16 Jun 2014)
 



1.1  app-emulation/libvirt/libvirt-1.2.6.ebuild

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

Index: libvirt-1.2.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.6.ebuild,v 
1.1 2014/07/29 06:06:21 patrick Exp $

EAPI=5

#BACKPORTS=062ad8b2
AUTOTOOLIZE=yes

MY_P=${P/_rc/-rc}

inherit eutils user autotools linux-info systemd readme.gentoo

if [[ ${PV} = ** ]]; then
inherit git-2
EGIT_REPO_URI=git://libvirt.org/libvirt.git
AUTOTOOLIZE=yes
SRC_URI=
KEYWORDS=
else
SRC_URI=http://libvirt.org/sources/${MY_P}.tar.gz
ftp://libvirt.org/libvirt/${MY_P}.tar.gz
${BACKPORTS:+

http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz};
KEYWORDS=~amd64 ~x86
fi
S=${WORKDIR}/${P%_rc*}

DESCRIPTION=C toolkit to manipulate virtual machines
HOMEPAGE=http://www.libvirt.org/;
LICENSE=LGPL-2.1
SLOT=0/${PV}
IUSE=audit avahi +caps firewalld fuse iscsi +libvirtd lvm lxc +macvtap nfs \
nls numa openvz parted pcap phyp policykit +qemu rbd sasl \
selinux +udev uml +vepa virtualbox virt-network xen elibc_glibc \
systemd
REQUIRED_USE=libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) )
lxc? ( caps libvirtd )
openvz? ( libvirtd )
qemu? ( libvirtd )
uml? ( libvirtd )
vepa? ( macvtap )
virtualbox? ( libvirtd )
xen? ( libvirtd )
virt-network? ( libvirtd )
firewalld? ( virt-network )

# gettext.sh command is used by the libvirt command wrappers, and it's
# non-optional, so put it into RDEPEND.
# We can use both libnl:1.1 and libnl:3, but if you have both installed, the
# package will use 3 by default. Since we don't have slot pinning in an API,
# we must go with the most recent
RDEPEND=sys-libs/readline
sys-libs/ncurses
=net-misc/curl-7.18.0
dev-libs/libgcrypt
=dev-libs/libxml2-2.7.6
dev-libs/libnl:3
=net-libs/gnutls-1.0.25
net-libs/libssh2
sys-apps/dmidecode
=sys-apps/util-linux-2.17
sys-devel/gettext
=net-analyzer/netcat6-1.0-r2
app-misc/scrub
audit? ( sys-process/audit )
avahi? ( =net-dns/avahi-0.6[dbus] )
caps? ( sys-libs/libcap-ng )
fuse? ( =sys-fs/fuse-2.8.6 )
iscsi? ( sys-block/open-iscsi )
lxc? ( !systemd? ( sys-power/pm-utils ) )
lvm? ( =sys-fs/lvm2-2.02.48-r2 )
nfs? ( net-fs/nfs-utils )
numa? (
sys-process/numactl-2.0.2
sys-process/numad
)
openvz? ( sys-kernel/openvz-sources )
parted? (
=sys-block/parted-1.8[device-mapper]
sys-fs/lvm2
)
pcap? ( =net-libs/libpcap-1.0.0 )
policykit? ( =sys-auth/polkit-0.9 )
qemu? (
=app-emulation/qemu-0.13.0
dev-libs/yajl
!systemd? ( sys-power/pm-utils )
)
rbd? ( sys-cluster/ceph )
sasl? ( dev-libs/cyrus-sasl )
selinux? ( =sys-libs/libselinux-2.0.85 )
systemd? ( 

[gentoo-commits] proj/crossdev:master commit in: wrappers/site/

2014-07-29 Thread Mike Frysinger
commit: bff239ae984911e35968caacd8a5634bb425e1a0
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Tue Jul 29 03:05:27 2014 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Tue Jul 29 03:05:27 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=bff239ae

site: drop duplicated socket logic

The core linux-gnu site had its abstract sockets set to yes, but the
mips one was specifically setting it to no.  Drop the mips code.

URL: http://crbug.com/394181
Signed-off-by: Mike Frysinger vapier AT gentoo.org

---
 wrappers/site/mipsel-linux-gnu | 4 
 1 file changed, 4 deletions(-)

diff --git a/wrappers/site/mipsel-linux-gnu b/wrappers/site/mipsel-linux-gnu
index 3053dd6..d8b829f 100644
--- a/wrappers/site/mipsel-linux-gnu
+++ b/wrappers/site/mipsel-linux-gnu
@@ -150,9 +150,6 @@ ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes}
 glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1}
 glib_cv_long_long_format=${glib_cv_long_long_format=ll}
 
-#dbus-glib
-ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
-
 # gnucash
 am_cv_scanf_lld=${am_cv_scanf_lld=yes}
 
@@ -209,7 +206,6 @@ ac_cv_func_realloc_0_nonnull=yes
 ac_cv_func_setgrent_void=yes
 ac_cv_func_setpgrp_void=yes
 ac_cv_func_strnlen_working=yes
-ac_cv_have_abstract_sockets=no
 ac_cv_header_pwd_h=yes
 ac_cv_printf_zd_format=yes
 enable_malloc0returnsnull=yes



[gentoo-commits] proj/crossdev:master commit in: wrappers/

2014-07-29 Thread Mike Frysinger
commit: a8d5eab601c99724dec4dae611d1cb316f92318d
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Tue Jul 29 05:50:38 2014 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Tue Jul 29 05:50:38 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=a8d5eab6

cross-pkg-config: set up PKG_CONFIG_SYSTEM_LIBRARY_PATH

Rather than hardcode /usr/lib, set PKG_CONFIG_SYSTEM_LIBRARY_PATH to the
right libdir paths.  This should handle lib vs lib64 vs lib correctly.

Signed-off-by: Mike Frysinger vapier AT gentoo.org

---
 wrappers/cross-pkg-config | 24 +---
 1 file changed, 21 insertions(+), 3 deletions(-)

diff --git a/wrappers/cross-pkg-config b/wrappers/cross-pkg-config
index 859ef05..f928bd0 100755
--- a/wrappers/cross-pkg-config
+++ b/wrappers/cross-pkg-config
@@ -42,6 +42,10 @@ if [ $1 = --cross-pkg-config-install ] ; then
 fi
 
 unset EXTRA_PKG_CONFIG_LIBDIR
+if [ -z ${CHOST} ] ; then
+   CHOST=${0##*/}
+   CHOST=${CHOST%-pkg-config}
+fi
 if [ -z ${SYSROOT} ] ; then
if [ @CROSS_PKG_CONFIG_INSTALLED@ = installed ] ; then
# Manual install
@@ -55,8 +59,6 @@ if [ -z ${SYSROOT} ] ; then
EXTRA_PKG_CONFIG_LIBDIR=${UCLINUX_PKG_CONFIG_LIBDIR}
else
# /usr/target
-   CHOST=${0##*/}
-   CHOST=${CHOST%-pkg-config}
SYSROOT=/usr/${CHOST}
if [ -z ${CHOST} ] || [ ! -d ${SYSROOT} ] ; then
error Need \$ROOT or \$STAGEDIR set first
@@ -75,9 +77,25 @@ unset PKG_CONFIG_ALLOW_SYSTEM_CFLAGS
 unset PKG_CONFIG_ALLOW_SYSTEM_LIBS
 
 #
+# Try and figure out the appropriate libdir for this target.
+# This logic matches Gentoo's get_libdir which uses $ABI.
+#
+: ${ABI:=${DEFAULT_ABI:-default}}
+var=LIBDIR_${ABI}
+libdir=${!var}
+if [ -z ${libdir} ] ; then
+   # Fall back to probing the compiler.
+   libc=$(realpath $(${CC:-${CHOST}-gcc} ${CFLAGS} ${LDFLAGS} 
-print-file-name=libc.so))
+   # Chopping the basename isn't exactly correct, but it's good enough for 
now.
+   libdir=$(basename ${libc%/*})
+fi
+: ${libdir:=lib}
+export PKG_CONFIG_SYSTEM_LIBRARY_PATH=/usr/${libdir}:/${libdir}
+
+#
 # Set the pkg-config search paths to our staging directory.
 #
-export 
PKG_CONFIG_LIBDIR=${SYSROOT}/usr/lib/pkgconfig:${SYSROOT}/usr/share/pkgconfig
+export 
PKG_CONFIG_LIBDIR=${SYSROOT}/usr/${libdir}/pkgconfig:${SYSROOT}/usr/share/pkgconfig
 if [ -n ${EXTRA_PKG_CONFIG_LIBDIR} ] ; then
PKG_CONFIG_LIBDIR=${EXTRA_PKG_CONFIG_LIBDIR}:${PKG_CONFIG_LIBDIR}
 fi



[gentoo-commits] gentoo-x86 commit in sys-devel/crossdev: ChangeLog crossdev-20140118.ebuild

2014-07-29 Thread Mike Frysinger (vapier)
vapier  14/07/29 06:09:10

  Modified: ChangeLog crossdev-20140118.ebuild
  Log:
  Stabilize for all.

Revision  ChangesPath
1.110sys-devel/crossdev/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.110view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.110content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?r1=1.109r2=1.110

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   18 Jan 2014 19:52:02 -  1.109
+++ ChangeLog   29 Jul 2014 06:09:10 -  1.110
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/crossdev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.109 
2014/01/18 19:52:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.110 
2014/07/29 06:09:10 vapier Exp $
+
+  29 Jul 2014; Mike Frysinger vap...@gentoo.org crossdev-20140118.ebuild:
+  Stabilize for all.
 
 *crossdev-20140118 (18 Jan 2014)
 



1.2  sys-devel/crossdev/crossdev-20140118.ebuild

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

Index: crossdev-20140118.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20140118.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crossdev-20140118.ebuild18 Jan 2014 19:52:02 -  1.1
+++ crossdev-20140118.ebuild29 Jul 2014 06:09:10 -  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/crossdev/crossdev-20140118.ebuild,v 1.1 
2014/01/18 19:52:02 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20140118.ebuild,v 1.2 
2014/07/29 06:09:10 vapier Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 else
SRC_URI=mirror://gentoo/${P}.tar.xz
http://dev.gentoo.org/~vapier/dist/${P}.tar.xz;
-   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~x86-fbsd
+   KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~x86-fbsd
 fi
 
 DESCRIPTION=Gentoo Cross-toolchain generator






[gentoo-commits] gentoo-x86 commit in sys-devel/crossdev: crossdev-20140729.ebuild ChangeLog

2014-07-29 Thread Mike Frysinger (vapier)
vapier  14/07/29 06:09:55

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

Revision  ChangesPath
1.111sys-devel/crossdev/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.111view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?rev=1.111content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/crossdev/ChangeLog?r1=1.110r2=1.111

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   29 Jul 2014 06:09:10 -  1.110
+++ ChangeLog   29 Jul 2014 06:09:55 -  1.111
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/crossdev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.110 
2014/07/29 06:09:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.111 
2014/07/29 06:09:55 vapier Exp $
+
+*crossdev-20140729 (29 Jul 2014)
+
+  29 Jul 2014; Mike Frysinger vap...@gentoo.org +crossdev-20140729.ebuild:
+  Version bump.
 
   29 Jul 2014; Mike Frysinger vap...@gentoo.org crossdev-20140118.ebuild:
   Stabilize for all.



1.1  sys-devel/crossdev/crossdev-20140729.ebuild

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

Index: crossdev-20140729.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20140729.ebuild,v 1.1 
2014/07/29 06:09:55 vapier Exp $

EAPI=4

if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=git://git.overlays.gentoo.org/proj/crossdev.git
inherit git-2
SRC_URI=
#KEYWORDS=
else
SRC_URI=mirror://gentoo/${P}.tar.xz
http://dev.gentoo.org/~vapier/dist/${P}.tar.xz;
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~x86-fbsd
fi

DESCRIPTION=Gentoo Cross-toolchain generator
HOMEPAGE=http://www.gentoo.org/;

LICENSE=GPL-2
SLOT=0
IUSE=

RDEPEND==sys-apps/portage-2.1
app-shells/bash
!sys-devel/crossdev-wrappers
DEPEND=app-arch/xz-utils

src_install() {
default
if [[ ${PV} ==  ]] ; then
sed -i s:@CDEVPV@:${EGIT_VERSION}: ${ED}/usr/bin/crossdev 
|| die
fi
}






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

2014-07-29 Thread Mike Frysinger (vapier)
vapier  14/07/29 06:15:29

  Modified: libmnl-1.0.3-r1.ebuild ChangeLog
  Log:
  Add arm64/s390/sh love.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.4  net-libs/libmnl/libmnl-1.0.3-r1.ebuild

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

Index: libmnl-1.0.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmnl/libmnl-1.0.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libmnl-1.0.3-r1.ebuild  24 Jun 2013 21:21:43 -  1.3
+++ libmnl-1.0.3-r1.ebuild  29 Jul 2014 06:15:29 -  1.4
@@ -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/net-libs/libmnl/libmnl-1.0.3-r1.ebuild,v 
1.3 2013/06/24 21:21:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmnl/libmnl-1.0.3-r1.ebuild,v 
1.4 2014/07/29 06:15:29 vapier Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux
 IUSE=examples static-libs
 
 src_configure() {



1.32 net-libs/libmnl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmnl/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   24 Jun 2013 21:21:44 -  1.31
+++ ChangeLog   29 Jul 2014 06:15:29 -  1.32
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libmnl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmnl/ChangeLog,v 1.31 2013/06/24 
21:21:44 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmnl/ChangeLog,v 1.32 2014/07/29 
06:15:29 vapier Exp $
+
+  29 Jul 2014; Mike Frysinger vap...@gentoo.org libmnl-1.0.3-r1.ebuild:
+  Add arm64/s390/sh love.
 
   24 Jun 2013; Mike Frysinger vap...@gentoo.org libmnl-1.0.3-r1.ebuild:
   Simplify how we install libmnl into / by letting gen_usr_ldscript do all the






[gentoo-commits] gentoo-x86 commit in dev-ruby/mini_magick: ChangeLog mini_magick-3.8.0.ebuild

2014-07-29 Thread Hans de Graaff (graaff)
graaff  14/07/29 06:28:38

  Modified: ChangeLog
  Added:mini_magick-3.8.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.21 dev-ruby/mini_magick/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   6 Apr 2014 06:39:44 -   1.20
+++ ChangeLog   29 Jul 2014 06:28:38 -  1.21
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/mini_magick
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/ChangeLog,v 1.20 
2014/04/06 06:39:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/ChangeLog,v 1.21 
2014/07/29 06:28:38 graaff Exp $
+
+*mini_magick-3.8.0 (29 Jul 2014)
+
+  29 Jul 2014; Hans de Graaff gra...@gentoo.org +mini_magick-3.8.0.ebuild:
+  Version bump.
 
 *mini_magick-3.7.0-r1 (06 Apr 2014)
 



1.1  dev-ruby/mini_magick/mini_magick-3.8.0.ebuild

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

Index: mini_magick-3.8.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/mini_magick/mini_magick-3.8.0.ebuild,v 1.1 
2014/07/29 06:28:38 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 jruby

RUBY_FAKEGEM_RECIPE_TEST=rspec
RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=README.md

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec

inherit ruby-fakegem eutils

DESCRIPTION=Manipulate images with minimal use of memory.
HOMEPAGE=http://github.com/minimagick/minimagick;
SRC_URI=https://github.com/minimagick/minimagick/archive/v${PV}.tar.gz - 
${P}.tar.gz
RUBY_S=minimagick-${PV}

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

# It's only used at runtime in this case because this extension only
# _calls_ the commands. But when we run tests we're going to need tiff
# and jpeg support at a minimum.
RDEPEND=media-gfx/imagemagick
DEPEND=test? ( media-gfx/imagemagick[tiff,jpeg] )

ruby_add_rdepend =dev-ruby/subexec-0.2.1 =dev-ruby/subexec-0.2*

ruby_add_bdepend test? ( dev-ruby/mocha )

all_ruby_prepare() {
# remove executable bit from all files
find ${S} -type f -exec chmod -x {} +

sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die

# Don't force a specific formatter but use overall Gentoo defaults.
sed -i -e '/config.formatter/d' spec/spec_helper.rb || die

# Avoid test depending on graphicsmagick
sed -e '/identifies when gm exists/a pending depends on 
graphicsmagick' \
-i spec/lib/mini_magick_spec.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-libs/libe: libe-0.8.0.ebuild ChangeLog

2014-07-29 Thread Patrick Lauer (patrick)
patrick 14/07/29 06:29:53

  Modified: ChangeLog
  Added:libe-0.8.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.13 dev-libs/libe/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   22 May 2014 08:11:47 -  1.12
+++ ChangeLog   29 Jul 2014 06:29:53 -  1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libe
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.12 2014/05/22 
08:11:47 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.13 2014/07/29 
06:29:53 patrick Exp $
+
+*libe-0.8.0 (29 Jul 2014)
+
+  29 Jul 2014; Patrick Lauer patr...@gentoo.org +libe-0.8.0.ebuild:
+  Bump
 
 *libe-0.7.0 (22 May 2014)
 



1.1  dev-libs/libe/libe-0.8.0.ebuild

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

Index: libe-0.8.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/libe-0.8.0.ebuild,v 1.1 
2014/07/29 06:29:53 patrick Exp $
EAPI=4

inherit eutils

# bit messy at the moment, next release should fix it I hope
RESTRICT=test

DESCRIPTION=Hyperdex libe support library

HOMEPAGE=http://hyperdex.org;
SRC_URI=http://hyperdex.org/src/${P}.tar.gz;
LICENSE=BSD
SLOT=0
KEYWORDS=~amd64

IUSE=

RDEPEND==dev-libs/libpo6-0.5.0
DEPEND=${RDEPEND}
virtual/pkgconfig

src_prepare() {
sed -i -e 's/_strtoui64/strtoul/' e/convert.h || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/subexec: subexec-0.2.3-r1.ebuild ChangeLog

2014-07-29 Thread Hans de Graaff (graaff)
graaff  14/07/29 06:30:24

  Modified: subexec-0.2.3-r1.ebuild ChangeLog
  Log:
  Add ruby21.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.3  dev-ruby/subexec/subexec-0.2.3-r1.ebuild

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

Index: subexec-0.2.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/subexec/subexec-0.2.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- subexec-0.2.3-r1.ebuild 24 Apr 2014 16:44:51 -  1.2
+++ subexec-0.2.3-r1.ebuild 29 Jul 2014 06:30:24 -  1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/subexec/subexec-0.2.3-r1.ebuild,v 
1.2 2014/04/24 16:44:51 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/subexec/subexec-0.2.3-r1.ebuild,v 
1.3 2014/07/29 06:30:24 graaff Exp $
 
 EAPI=5
 
-USE_RUBY=ruby19 ruby20 jruby
+USE_RUBY=ruby19 ruby20 ruby21 jruby
 
 RUBY_FAKEGEM_TASK_DOC=
 RUBY_FAKEGEM_EXTRADOC=README.md



1.14 dev-ruby/subexec/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/subexec/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/subexec/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/subexec/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/subexec/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   24 Apr 2014 16:44:51 -  1.13
+++ ChangeLog   29 Jul 2014 06:30:24 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/subexec
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/subexec/ChangeLog,v 1.13 
2014/04/24 16:44:51 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/subexec/ChangeLog,v 1.14 
2014/07/29 06:30:24 graaff Exp $
+
+  29 Jul 2014; Hans de Graaff gra...@gentoo.org subexec-0.2.3-r1.ebuild:
+  Add ruby21.
 
   24 Apr 2014; Manuel Rüger mr...@gentoo.org subexec-0.2.3-r1.ebuild:
   Remove ruby18 support.






[gentoo-commits] gentoo-x86 commit in dev-libs/libpo6: libpo6-0.5.1.ebuild ChangeLog

2014-07-29 Thread Patrick Lauer (patrick)
patrick 14/07/29 06:30:51

  Modified: ChangeLog
  Added:libpo6-0.5.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  dev-libs/libpo6/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpo6/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   21 Feb 2014 02:22:30 -  1.7
+++ ChangeLog   29 Jul 2014 06:30:50 -  1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libpo6
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpo6/ChangeLog,v 1.7 2014/02/21 
02:22:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpo6/ChangeLog,v 1.8 2014/07/29 
06:30:50 patrick Exp $
+
+*libpo6-0.5.1 (29 Jul 2014)
+
+  29 Jul 2014; Patrick Lauer patr...@gentoo.org +libpo6-0.5.1.ebuild:
+  Bump
 
 *libpo6-0.5.0 (21 Feb 2014)
 



1.1  dev-libs/libpo6/libpo6-0.5.1.ebuild

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

Index: libpo6-0.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/libpo6/libpo6-0.5.1.ebuild,v 1.1 
2014/07/29 06:30:50 patrick Exp $
EAPI=4

DESCRIPTION=Hyperdex libpo6 support library

HOMEPAGE=http://hyperdex.org;
SRC_URI=http://hyperdex.org/src/${P}.tar.gz;
LICENSE=BSD
SLOT=0
KEYWORDS=~amd64

IUSE=

DEPEND=
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in dev-libs/replicant: replicant-0.6.2.ebuild ChangeLog

2014-07-29 Thread Patrick Lauer (patrick)
patrick 14/07/29 06:32:00

  Modified: ChangeLog
  Added:replicant-0.6.2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.12 dev-libs/replicant/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   11 Jul 2014 02:37:45 -  1.11
+++ ChangeLog   29 Jul 2014 06:32:00 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/replicant
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v 1.11 
2014/07/11 02:37:45 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v 1.12 
2014/07/29 06:32:00 patrick Exp $
+
+*replicant-0.6.2 (29 Jul 2014)
+
+  29 Jul 2014; Patrick Lauer patr...@gentoo.org +replicant-0.6.2.ebuild:
+  Bump
 
 *replicant-0.6.1 (11 Jul 2014)
 



1.1  dev-libs/replicant/replicant-0.6.2.ebuild

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

Index: replicant-0.6.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/replicant-0.6.2.ebuild,v 
1.1 2014/07/29 06:32:00 patrick Exp $
EAPI=4

DESCRIPTION=Hyperdex replicant support library

HOMEPAGE=http://hyperdex.org;
SRC_URI=http://hyperdex.org/src/${P}.tar.gz;
LICENSE=BSD
SLOT=0
KEYWORDS=~amd64

IUSE=

DEPEND==dev-libs/libpo6-0.4
=dev-libs/libe-0.4
=dev-libs/busybee-0.4
dev-libs/hyperleveldb
dev-cpp/glog
dev-cpp/sparsehash
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in dev-python/sqlalchemy: sqlalchemy-0.9.7.ebuild ChangeLog sqlalchemy-0.7.8.ebuild sqlalchemy-0.7.4.ebuild sqlalchemy-0.7.6.ebuild sqlalchemy-0.7.7.ebuild sqlalchem

2014-07-29 Thread Ian Delaney (idella4)
idella4 14/07/29 07:03:28

  Modified: ChangeLog
  Added:sqlalchemy-0.9.7.ebuild
  Removed:  sqlalchemy-0.7.8.ebuild sqlalchemy-0.7.4.ebuild
sqlalchemy-0.7.6.ebuild sqlalchemy-0.7.7.ebuild
sqlalchemy-0.7.5.ebuild
  Log:
  bump; clean old python impls, rm some old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.129dev-python/sqlalchemy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog   18 Jul 2014 15:08:41 -  1.128
+++ ChangeLog   29 Jul 2014 07:03:28 -  1.129
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/sqlalchemy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.128 
2014/07/18 15:08:41 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.129 
2014/07/29 07:03:28 idella4 Exp $
+
+*sqlalchemy-0.9.7 (29 Jul 2014)
+
+  29 Jul 2014; Ian Delaney idel...@gentoo.org +sqlalchemy-0.9.7.ebuild,
+  -sqlalchemy-0.7.4.ebuild, -sqlalchemy-0.7.5.ebuild, -sqlalchemy-0.7.6.ebuild,
+  -sqlalchemy-0.7.7.ebuild, -sqlalchemy-0.7.8.ebuild:
+  bump; clean old python impls, rm some old
 
   18 Jul 2014; Tobias Klausmann klaus...@gentoo.org sqlalchemy-0.9.2.ebuild:
   Stable on alpha, bug #505840



1.1  dev-python/sqlalchemy/sqlalchemy-0.9.7.ebuild

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

Index: sqlalchemy-0.9.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.7.ebuild,v 1.1 
2014/07/29 07:03:28 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
PYTHON_REQ_USE=sqlite?

inherit distutils-r1 eutils flag-o-matic

MY_PN=SQLAlchemy
MY_P=${MY_PN}-${PV/_}

DESCRIPTION=Python SQL toolkit and Object Relational Mapper
HOMEPAGE=http://www.sqlalchemy.org/ http://pypi.python.org/pypi/SQLAlchemy;
SRC_URI=mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=doc examples +sqlite test
REQUIRED_USE=test? ( sqlite )

RDEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
sqlite? ( =dev-db/sqlite-3.3.13 )

DEPEND=${RDEPEND}
test? (
=dev-db/sqlite-3.3.13
=dev-python/nose-0.10.4[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
)
S=${WORKDIR}/${MY_P}

python_prepare_all() {
# Disable tests hardcoding function call counts specific to Python 
versions.
rm -r test/aaa_profiling || die
distutils-r1_python_prepare_all
}

python_compile() {
if ! python_is_python3; then
local CFLAGS=${CFLAGS}
append-cflags -fno-strict-aliasing
fi
distutils-r1_python_compile
}

python_test() {
# Create copies of necessary files in BUILD_DIR.
# https://bitbucket.org/zzzeek/sqlalchemy/issue/3144/
cp -pR examples sqla_nose.py setup.cfg test ${BUILD_DIR} || die
pushd ${BUILD_DIR}  /dev/null
if [[ ${EPYTHON} == python3.2 ]]; then
2to3 --no-diffs -w test
fi
${PYTHON} sqla_nose.py || die Testsuite failed under ${EPYTHON}

popd  /dev/null
}

python_install_all() {
use doc  HTML_DOCS=( doc/. )

use examples  local EXAMPLES=( examples/. )

distutils-r1_python_install_all
}

pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]]; then
if ! has_version dev-python/mysql-python; then
elog For MySQL support, install 
dev-python/mysql-python
fi

if ! has_version dev-python/pymssql; then
elog For mssql support, install dev-python/pymssql
fi

if ! has_version dev-python/psycopg:2; then
elog For postgresql support, install 

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

2014-07-29 Thread Patrick Lauer (patrick)
patrick 14/07/29 07:09:58

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



[gentoo-commits] gentoo-x86 commit in dev-libs/hyperleveldb/files: snappy.patch

2014-07-29 Thread Patrick Lauer (patrick)
patrick 14/07/29 07:10:53

  Added:snappy.patch
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  dev-libs/hyperleveldb/files/snappy.patch

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

Index: snappy.patch
===
--- Makefile.am 2014-07-29 14:44:37.851568232 +0800
+++ Makefile.am.new 2014-07-29 14:44:54.687855718 +0800
@@ -196,7 +196,7 @@
 TESTS = $(check_PROGRAMS)
 
 benchmark_SOURCES = benchmark.cc
-benchmark_LDADD = libhyperleveldb.la -lpthread -le -lpopt -lygor
+benchmark_LDADD = libhyperleveldb.la -lpthread -le -lpopt -lygor -lsnappy
 benchmark_LDFLAGS = -no-install
 
 db_bench_SOURCES = db/db_bench.cc $(TESTUTIL)

@@ -200,7 +200,7 @@
 benchmark_LDFLAGS = -no-install
 
 db_bench_SOURCES = db/db_bench.cc $(TESTUTIL)
-db_bench_LDADD = libhyperleveldb.la -lpthread
+db_bench_LDADD = libhyperleveldb.la -lpthread -lsnappy
 
 db_bench_sqlite3_SOURCES = doc/bench/db_bench_sqlite3.cc $(TESTUTIL)
 db_bench_sqlite3_LDADD = -lsqlite3
@@ -215,7 +215,7 @@
 leveldb_dump_all_LDADD = libhyperleveldb.la -lpthread
 
 leveldb_verify_SOURCES = leveldb-verify.cc
-leveldb_verify_LDADD = libhyperleveldb.la -lpthread
+leveldb_verify_LDADD = libhyperleveldb.la -lpthread -lsnappy
 
 autocompact_test_SOURCES = db/autocompact_test.cc $(TESTHARNESS)
 autocompact_test_LDADD = libhyperleveldb.la -lpthread







[gentoo-commits] gentoo-x86 commit in dev-libs/hyperleveldb: hyperleveldb-1.2.0.ebuild ChangeLog

2014-07-29 Thread Patrick Lauer (patrick)
patrick 14/07/29 07:10:53

  Modified: ChangeLog
  Added:hyperleveldb-1.2.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  dev-libs/hyperleveldb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyperleveldb/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   22 May 2014 08:21:30 -  1.4
+++ ChangeLog   29 Jul 2014 07:10:52 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/hyperleveldb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyperleveldb/ChangeLog,v 1.4 
2014/05/22 08:21:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyperleveldb/ChangeLog,v 1.5 
2014/07/29 07:10:52 patrick Exp $
+
+*hyperleveldb-1.2.0 (29 Jul 2014)
+
+  29 Jul 2014; Patrick Lauer patr...@gentoo.org +files/snappy.patch,
+  +hyperleveldb-1.2.0.ebuild:
+  Bump
 
 *hyperleveldb-1.1.0 (22 May 2014)
 



1.1  dev-libs/hyperleveldb/hyperleveldb-1.2.0.ebuild

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

Index: hyperleveldb-1.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/hyperleveldb/hyperleveldb-1.2.0.ebuild,v 1.1 
2014/07/29 07:10:52 patrick Exp $

EAPI=5

WANT_AUTOMAKE=1.11

inherit eutils autotools

DESCRIPTION=Hyperdex fork/extension of leveldb
HOMEPAGE=http://hyperdex.org/;
SRC_URI=http://hyperdex.org/src/${P}.tar.gz;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND=
dev-libs/leveldb[snappy]

RDEPEND=${DEPEND}

src_prepare() {
epatch ${FILESDIR}/snappy.patch
eautoreconf
}






[gentoo-commits] gentoo-x86 commit in games-rpg/adonthell: ChangeLog adonthell-0.3.5.ebuild

2014-07-29 Thread Michael Sterrett (mr_bones_)
mr_bones_14/07/29 07:19:17

  Modified: ChangeLog
  Removed:  adonthell-0.3.5.ebuild
  Log:
  old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.30 games-rpg/adonthell/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/adonthell/ChangeLog?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/adonthell/ChangeLog?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/adonthell/ChangeLog?r1=1.29r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/adonthell/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   15 May 2014 16:57:07 -  1.29
+++ ChangeLog   29 Jul 2014 07:19:16 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for games-rpg/adonthell
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/ChangeLog,v 1.29 
2014/05/15 16:57:07 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/ChangeLog,v 1.30 
2014/07/29 07:19:16 mr_bones_ Exp $
+
+  29 Jul 2014; Michael Sterrett mr_bon...@gentoo.org -adonthell-0.3.5.ebuild:
+  old
 
   15 May 2014; Ulrich Müller u...@gentoo.org adonthell-0.3.5.ebuild,
   adonthell-0.3.5-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-lang/python/files: python-3.2-CVE-2014-4616.patch python-3.3-CVE-2014-4616.patch

2014-07-29 Thread Sergey Popov (pinkbyte)
pinkbyte14/07/29 07:19:13

  Added:python-3.2-CVE-2014-4616.patch
python-3.3-CVE-2014-4616.patch
  Log:
  Revision bump: add patch for CVE-2014-4616, bug #514686. Drop old revisions. 
Acked by Python team
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.1  dev-lang/python/files/python-3.2-CVE-2014-4616.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/files/python-3.2-CVE-2014-4616.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/files/python-3.2-CVE-2014-4616.patch?rev=1.1content-type=text/plain

Index: python-3.2-CVE-2014-4616.patch
===
# HG changeset patch
# User Benjamin Peterson benja...@python.org
# Date 1397441438 14400
# Node ID 50c07ed1743da9cd4540d83de0c30bd17aeb41b0
# Parent  218e28a935ab4494d05215c243e2129625a71893
in scan_once, prevent the reading of arbitrary memory when passed a negative 
index

Bug reported by Guido Vranken.

Index: Python-3.2.5/Lib/json/tests/test_decode.py
===
--- Python-3.2.5.orig/Lib/test/json_tests/test_decode.py2014-06-26 
18:40:10.825269130 +0200
+++ Python-3.2.5/Lib/test/json_tests/test_decode.py 2014-06-26 
18:40:21.962323035 +0200
@@ -60,5 +60,9 @@
 msg = 'escape'
 self.assertRaisesRegexp(ValueError, msg, self.loads, s)
 
+def test_negative_index(self):
+d = self.json.JSONDecoder()
+self.assertRaises(ValueError, d.raw_decode, 'a'*42, -5)
+
 class TestPyDecode(TestDecode, PyTest): pass
 class TestCDecode(TestDecode, CTest): pass
Index: Python-3.2.5/Modules/_json.c
===
--- a/Modules/_json.c
+++ b/Modules/_json.c
@@ -930,7 +930,10 @@ scan_once_unicode(PyScannerObject *s, Py
 PyObject *res;
 Py_UNICODE *str = PyUnicode_AS_UNICODE(pystr);
 Py_ssize_t length = PyUnicode_GET_SIZE(pystr);
-if (idx = length) {
+if (idx  0)
+/* Compatibility with Python version. */
+idx += length;
+if (idx  0 || idx = length) {
 PyErr_SetNone(PyExc_StopIteration);
 return NULL;
 }



1.1  dev-lang/python/files/python-3.3-CVE-2014-4616.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/files/python-3.3-CVE-2014-4616.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/files/python-3.3-CVE-2014-4616.patch?rev=1.1content-type=text/plain

Index: python-3.3-CVE-2014-4616.patch
===
# HG changeset patch
# User Benjamin Peterson benja...@python.org
# Date 1397441438 14400
# Node ID 50c07ed1743da9cd4540d83de0c30bd17aeb41b0
# Parent  218e28a935ab4494d05215c243e2129625a71893
in scan_once, prevent the reading of arbitrary memory when passed a negative 
index

Bug reported by Guido Vranken.

Index: Python-3.3.5/Lib/json/tests/test_decode.py
===
--- Python-3.3.5.orig/Lib/test/test_json/test_decode.py 2014-06-26 
18:40:10.825269130 +0200
+++ Python-3.3.5/Lib/test/test_json/test_decode.py  2014-06-26 
18:40:21.962323035 +0200
@@ -60,5 +60,10 @@
 msg = 'escape'
 self.assertRaisesRegexp(ValueError, msg, self.loads, s)
 
+def test_negative_index(self):
+d = self.json.JSONDecoder()
+self.assertRaises(ValueError, d.raw_decode, 'a'*42, -5)
+self.assertRaises(ValueError, d.raw_decode, u'a'*42, -5)
+
 class TestPyDecode(TestDecode, PyTest): pass
 class TestCDecode(TestDecode, CTest): pass
Index: Python-3.3.5/Misc/ACKS
===
--- Python-3.3.5.orig/Misc/ACKS 2014-06-26 18:40:10.826269135 +0200
+++ Python-3.3.5/Misc/ACKS  2014-06-26 18:40:21.962323035 +0200
@@ -1085,6 +1085,7 @@
 Frank Visser
 Johannes Vogel
 Alex Volkov
+Guido Vranken
 Martijn Vries
 Niki W. Waibel
 Wojtek Walczak
Index: Python-3.3.5/Modules/_json.c
===
--- a/Modules/_json.c
+++ b/Modules/_json.c
@@ -975,7 +975,10 @@ scan_once_unicode(PyScannerObject *s, Py
 kind = PyUnicode_KIND(pystr);
 length = PyUnicode_GET_LENGTH(pystr);
 
-if (idx = length) {
+if (idx  0)
+/* Compatibility with Python version. */
+idx += length;
+if (idx  0 || idx = length) {
 PyErr_SetNone(PyExc_StopIteration);
 return NULL;
 }






[gentoo-commits] gentoo-x86 commit in dev-db/hyperdex: hyperdex-1.4.0.ebuild ChangeLog

2014-07-29 Thread Patrick Lauer (patrick)
patrick 14/07/29 07:31:24

  Modified: ChangeLog
  Added:hyperdex-1.4.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.22 dev-db/hyperdex/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   11 Jul 2014 02:56:11 -  1.21
+++ ChangeLog   29 Jul 2014 07:31:24 -  1.22
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/hyperdex
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v 1.21 2014/07/11 
02:56:11 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v 1.22 2014/07/29 
07:31:24 patrick Exp $
+
+*hyperdex-1.4.0 (29 Jul 2014)
+
+  29 Jul 2014; Patrick Lauer patr...@gentoo.org +hyperdex-1.4.0.ebuild:
+  Bump
 
 *hyperdex-1.3.1 (11 Jul 2014)
 



1.1  dev-db/hyperdex/hyperdex-1.4.0.ebuild

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

Index: hyperdex-1.4.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/hyperdex-1.4.0.ebuild,v 1.1 
2014/07/29 07:31:24 patrick Exp $
EAPI=5

PYTHON_COMPAT=( python2_7)
inherit eutils python-r1 autotools

DESCRIPTION=A searchable distributed Key-Value Store

HOMEPAGE=http://hyperdex.org;
SRC_URI=http://hyperdex.org/src/${P}.tar.gz
http://dev.gentooexperimental.org/~patrick/autotools-java.tar;
LICENSE=BSD
SLOT=0
KEYWORDS=~amd64

IUSE=+python
# need to add ruby and java useflags too

DEPEND=dev-cpp/glog
dev-cpp/sparsehash
dev-libs/cityhash
dev-libs/libpo6
dev-libs/libe
dev-libs/busybee
dev-libs/popt
dev-libs/replicant
dev-libs/json-c
RDEPEND=${DEPEND}

src_prepare() {
cp ${WORKDIR}/*.m4 m4/
sed -i -e 's~json/json.h~json-c/json.h~' configure.ac 
common/datatype_document.cc daemon/index_document.cc || die Blergh!
eautoreconf
}
src_configure() {
econf --disable-static \
$(use_enable python python-bindings)
}

src_install() {
emake DESTDIR=${D} install || die Failed to install
newinitd ${FILESDIR}/hyperdex.initd hyperdex || die Failed to 
install init script
newconfd ${FILESDIR}/hyperdex.confd hyperdex || die Failed to 
install config file
find ${D} -name '*.la' -exec rm {} \; # bad buildsystem! bad!
}






[gentoo-commits] gentoo-x86 commit in virtual/udev: udev-215.ebuild ChangeLog

2014-07-29 Thread Samuli Suominen (ssuominen)
ssuominen14/07/29 07:39:43

  Modified: ChangeLog
  Added:udev-215.ebuild
  Log:
  New virtual version wrt #518416 for package managers with no proper in-place 
dependency handling.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.88 virtual/udev/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/udev/ChangeLog?rev=1.88view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/udev/ChangeLog?rev=1.88content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/udev/ChangeLog?r1=1.87r2=1.88

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/udev/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   26 Jul 2014 09:12:07 -  1.87
+++ ChangeLog   29 Jul 2014 07:39:43 -  1.88
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/udev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/udev/ChangeLog,v 1.87 2014/07/26 
09:12:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/udev/ChangeLog,v 1.88 2014/07/29 
07:39:43 ssuominen Exp $
+
+*udev-215 (29 Jul 2014)
+
+  29 Jul 2014; Samuli Suominen ssuomi...@gentoo.org +udev-215.ebuild:
+  New virtual version wrt #518416 for package managers with no proper in-place
+  dependency handling.
 
   26 Jul 2014; Samuli Suominen ssuomi...@gentoo.org udev-208-r2.ebuild:
   Drop multilib-build.eclass usage and virtual/libudev dependency.



1.1  virtual/udev/udev-215.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/udev/udev-215.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/udev/udev-215.ebuild?rev=1.1content-type=text/plain

Index: udev-215.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/udev/udev-215.ebuild,v 1.1 
2014/07/29 07:39:43 ssuominen Exp $

EAPI=5

DESCRIPTION=Virtual to select between different udev daemon providers
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86
IUSE=

DEPEND=
RDEPEND=|| ( =sys-fs/udev-208-r1 =sys-apps/systemd-208:0 =sys-fs/eudev-1.3 
)






[gentoo-commits] gentoo-x86 commit in virtual/libudev: libudev-215.ebuild ChangeLog

2014-07-29 Thread Samuli Suominen (ssuominen)
ssuominen14/07/29 07:40:51

  Modified: ChangeLog
  Added:libudev-215.ebuild
  Log:
  New virtual version wrt #518416 for package managers with no proper in-place 
dependency handling.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.7  virtual/libudev/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/libudev/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   25 Jul 2014 19:41:32 -  1.6
+++ ChangeLog   29 Jul 2014 07:40:50 -  1.7
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/libudev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libudev/ChangeLog,v 1.6 2014/07/25 
19:41:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libudev/ChangeLog,v 1.7 2014/07/29 
07:40:50 ssuominen Exp $
+
+*libudev-215 (29 Jul 2014)
+
+  29 Jul 2014; Samuli Suominen ssuomi...@gentoo.org +libudev-215.ebuild:
+  New virtual version wrt #518416 for package managers with no proper in-place
+  dependency handling.
 
   25 Jul 2014; Samuli Suominen ssuomi...@gentoo.org metadata.xml:
   systemd@g.o to maintainers.



1.1  virtual/libudev/libudev-215.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libudev/libudev-215.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libudev/libudev-215.ebuild?rev=1.1content-type=text/plain

Index: libudev-215.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/libudev/libudev-215.ebuild,v 1.1 
2014/07/29 07:40:50 ssuominen Exp $

EAPI=5
inherit multilib-build

DESCRIPTION=Virtual for libudev providers
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0/1
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86
IUSE=static-libs

DEPEND=
RDEPEND=
|| (
=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},static-libs?]

=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP},static-libs(-)?]

=sys-apps/systemd-208-r3:0/1[${MULTILIB_USEDEP},static-libs(-)?]
=sys-apps/systemd-208:0/0[${MULTILIB_USEDEP},static-libs(-)?]
=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP},static-libs?]
)






[gentoo-commits] gentoo-x86 commit in virtual/libgudev: libgudev-215.ebuild ChangeLog

2014-07-29 Thread Samuli Suominen (ssuominen)
ssuominen14/07/29 07:41:38

  Modified: ChangeLog
  Added:libgudev-215.ebuild
  Log:
  New virtual version wrt #518416 for package managers with no proper in-place 
dependency handling.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.10 virtual/libgudev/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   25 Jul 2014 19:41:46 -  1.9
+++ ChangeLog   29 Jul 2014 07:41:37 -  1.10
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/libgudev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v 1.9 2014/07/25 
19:41:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v 1.10 
2014/07/29 07:41:37 ssuominen Exp $
+
+*libgudev-215 (29 Jul 2014)
+
+  29 Jul 2014; Samuli Suominen ssuomi...@gentoo.org +libgudev-215.ebuild:
+  New virtual version wrt #518416 for package managers with no proper in-place
+  dependency handling.
 
   25 Jul 2014; Samuli Suominen ssuomi...@gentoo.org metadata.xml:
   systemd@g.o to maintainers.



1.1  virtual/libgudev/libgudev-215.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/libgudev-215.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/libgudev-215.ebuild?rev=1.1content-type=text/plain

Index: libgudev-215.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/libgudev-215.ebuild,v 1.1 
2014/07/29 07:41:37 ssuominen Exp $

EAPI=5
inherit multilib-build

DESCRIPTION=Virtual for libgudev providers
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0/0
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86
IUSE=introspection static-libs

DEPEND=
RDEPEND=
|| (

=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},gudev,introspection?,static-libs?]

=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP},gudev,introspection?,static-libs(-)?]

=sys-apps/systemd-208-r3:0/1[${MULTILIB_USEDEP},gudev,introspection?,static-libs(-)?]

=sys-apps/systemd-208:0/0[${MULTILIB_USEDEP},gudev,introspection?,static-libs(-)?]

=sys-fs/eudev-1.5.3-r1:0/0[${MULTILIB_USEDEP},gudev,introspection?,static-libs?]
)






[gentoo-commits] gentoo-x86 commit in app-crypt/monkeysign: - New directory

2014-07-29 Thread Kristian Fiskerstrand (k_f)
k_f 14/07/29 07:44:00

  Log:
  Directory /var/cvsroot/gentoo-x86/app-crypt/monkeysign added to the repository



[gentoo-commits] gentoo-x86 commit in app-crypt/monkeysign/files: - New directory

2014-07-29 Thread Kristian Fiskerstrand (k_f)
k_f 14/07/29 07:46:05

  Log:
  Directory /var/cvsroot/gentoo-x86/app-crypt/monkeysign/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-lang/python/files: python-3.2-CVE-2014-1912.patch

2014-07-29 Thread Sergey Popov (pinkbyte)
pinkbyte14/07/29 07:53:03

  Added:python-3.2-CVE-2014-1912.patch
  Log:
  Revision bump: backport patch for CVE-2014-1912, bug #500518. Drop old 
revision. Acked by Python team
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.1  dev-lang/python/files/python-3.2-CVE-2014-1912.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/files/python-3.2-CVE-2014-1912.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/files/python-3.2-CVE-2014-1912.patch?rev=1.1content-type=text/plain

Index: python-3.2-CVE-2014-1912.patch
===
# HG changeset patch
# User Benjamin Peterson benja...@python.org
# Date 1389671978 18000
# Node ID 9c56217e5c793685eeaf0ee224848c402bdf1e4c
# Parent  2b5cd6d4d149dea6c6941b7e07ada248b29fc9f6
complain when nbytes  buflen to fix possible buffer overflow (closes #20246)

diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py
--- a/Lib/test/test_socket.py
+++ b/Lib/test/test_socket.py
@@ -1968,6 +1968,14 @@ class BufferIOTest(SocketConnectedTest):
 
 _testRecvFromIntoMemoryview = _testRecvFromIntoArray
 
+def testRecvFromIntoSmallBuffer(self):
+# See issue #20246.
+buf = bytearray(8)
+self.assertRaises(ValueError, self.cli_conn.recvfrom_into, buf, 1024)
+
+def _testRecvFromIntoSmallBuffer(self):
+self.serv_conn.send(MSG*2048)
+
 
 TIPC_STYPE = 2000
 TIPC_LOWER = 200
diff --git a/Misc/ACKS b/Misc/ACKS
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1020,6 +1020,7 @@ Eric V. Smith
 Christopher Smith
 Gregory P. Smith
 Roy Smith
+Ryan Smith-Roberts
 Rafal Smotrzyk
 Dirk Soede
 Paul Sokolovsky
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c
--- a/Modules/socketmodule.c
+++ b/Modules/socketmodule.c
@@ -2598,6 +2598,11 @@ sock_recvfrom_into(PySocketSockObject *s
 if (recvlen == 0) {
 /* If nbytes was not specified, use the buffer's length */
 recvlen = buflen;
+} else if (recvlen  buflen) {
+PyBuffer_Release(pbuf);
+PyErr_SetString(PyExc_ValueError,
+nbytes is greater than the length of the buffer);
+return NULL;
 }
 
 readlen = sock_recvfrom_guts(s, buf, recvlen, flags, addr);






[gentoo-commits] gentoo-x86 commit in dev-lang/python: ChangeLog python-3.2.5-r6.ebuild python-3.2.5-r5.ebuild

2014-07-29 Thread Sergey Popov (pinkbyte)
pinkbyte14/07/29 07:53:03

  Modified: ChangeLog
  Added:python-3.2.5-r6.ebuild
  Removed:  python-3.2.5-r5.ebuild
  Log:
  Revision bump: backport patch for CVE-2014-1912, bug #500518. Drop old 
revision. Acked by Python team
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.766dev-lang/python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.765
retrieving revision 1.766
diff -u -r1.765 -r1.766
--- ChangeLog   29 Jul 2014 07:19:13 -  1.765
+++ ChangeLog   29 Jul 2014 07:53:03 -  1.766
@@ -1,6 +1,13 @@
 # ChangeLog for dev-lang/python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.765 
2014/07/29 07:19:13 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.766 
2014/07/29 07:53:03 pinkbyte Exp $
+
+*python-3.2.5-r6 (29 Jul 2014)
+
+  29 Jul 2014; Sergey Popov pinkb...@gentoo.org -python-3.2.5-r5.ebuild,
+  +python-3.2.5-r6.ebuild, +files/python-3.2-CVE-2014-1912.patch:
+  Revision bump: backport patch for CVE-2014-1912, bug #500518. Drop old
+  revision. Acked by Python team
 
 *python-3.3.5-r1 (29 Jul 2014)
 *python-3.2.5-r5 (29 Jul 2014)



1.1  dev-lang/python/python-3.2.5-r6.ebuild

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

Index: python-3.2.5-r6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.5-r6.ebuild,v 1.1 
2014/07/29 07:53:03 pinkbyte Exp $

EAPI=4
WANT_AUTOMAKE=none
WANT_LIBTOOL=none

inherit autotools eutils flag-o-matic multilib pax-utils python-utils-r1 
toolchain-funcs multiprocessing

MY_P=Python-${PV}
PATCHSET_REVISION=1

DESCRIPTION=An interpreted, interactive, object-oriented programming language
HOMEPAGE=http://www.python.org/;
SRC_URI=http://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz

http://dev.gentoo.org/~floppym/python/python-gentoo-patches-${PV}-${PATCHSET_REVISION}.tar.xz;

LICENSE=PSF-2
SLOT=3.2
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
IUSE=build doc elibc_uclibc examples gdbm hardened ipv6 +ncurses +readline 
sqlite +ssl +threads tk +wide-unicode wininst +xml

# Do not add a dependency on dev-lang/python to this ebuild.
# If you need to apply a patch which requires python for bootstrapping, please
# run the bootstrap code on your dev box and include the results in the
# patchset. See bug 447752.

RDEPEND=app-arch/bzip2
=sys-libs/zlib-1.1.3
virtual/libffi
virtual/libintl
!build? (
gdbm? ( sys-libs/gdbm[berkdb] )
ncurses? (
=sys-libs/ncurses-5.2
readline? ( =sys-libs/readline-4.1 )
)
sqlite? ( =dev-db/sqlite-3.3.8:3 )
ssl? ( dev-libs/openssl )
tk? (
=dev-lang/tk-8.0
dev-tcltk/blt
dev-tcltk/tix
)
xml? ( =dev-libs/expat-2.1 )
)
DEPEND=${RDEPEND}
virtual/pkgconfig
=sys-devel/autoconf-2.65
!sys-devel/gcc[libffi]
RDEPEND+= !build? ( app-misc/mime-types )
doc? ( dev-python/python-docs:${SLOT} )
PDEPEND=app-admin/eselect-python
app-admin/python-updater

S=${WORKDIR}/${MY_P}

pkg_setup() {
if [[ ${PV} =~ ^3\.2(\.[1234])?(_pre)? ]]; then
rm -f ${EROOT}usr/$(get_libdir)/llibpython3.so
else
die Deprecated code not deleted
fi
}

src_prepare() {
# Ensure that internal copies of expat, libffi and zlib are not used.
rm -r Modules/expat
rm -r Modules/_ctypes/libffi*
rm -r Modules/zlib

local excluded_patches
if ! tc-is-cross-compiler; then
excluded_patches=*_all_crosscompile.patch
fi

EPATCH_EXCLUDE=${excluded_patches} EPATCH_SUFFIX=patch \
epatch ${WORKDIR}/patches

epatch ${FILESDIR}/python-3.2-CVE-2013-2099.patch
  

[gentoo-commits] gentoo-x86 commit in app-crypt/monkeysign: metadata.xml monkeysign-1.1.ebuild Manifest ChangeLog

2014-07-29 Thread Kristian Fiskerstrand (k_f)
k_f 14/07/29 07:54:13

  Added:metadata.xml monkeysign-1.1.ebuild Manifest
ChangeLog
  Log:
  New package written by me
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xFC3B17DE05E136A0!)

Revision  ChangesPath
1.1  app-crypt/monkeysign/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/monkeysign/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/monkeysign/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
maintainer
emailk...@gentoo.org/email
nameKristian Fiskerstrand/name
/maintainer
/pkgmetadata



1.1  app-crypt/monkeysign/monkeysign-1.1.ebuild

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

Index: monkeysign-1.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysign/monkeysign-1.1.ebuild,v 
1.1 2014/07/29 07:54:13 k_f Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )

inherit eutils distutils-r1

DESCRIPTION=Monkeysign
HOMEPAGE=http://web.monkeysphere.info/monkeysign/;

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

SRC_URI=mirror://debian/pool/main/m/monkeysign/monkeysign_${PV}.tar.gz

DEPEND=dev-python/docutils:0=
dev-python/pygtk:2=
media-gfx/zbar:0=[python,gtk,imagemagick]
media-gfx/qrencode-python:0=

RDEPEND=${DEPEND}
virtual/python-imaging:0=
dev-python/setuptools:0=
app-crypt/gnupg:0=
virtual/mta

src_prepare()
{
epatch ${FILESDIR}/${P}-basename.patch\
   ${FILESDIR}/${P}-rst2s5.patch
distutils-r1_src_prepare
}

src_install()
{
distutils-r1_src_install
domenu ${FILESDIR}/monkeysign.desktop
}



1.1  app-crypt/monkeysign/Manifest

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

Index: Manifest
===
AUX monkeysign-1.1-basename.patch 393 SHA256 
68fd68a6c2aad7780a6e940c12d55f65cbcf06e2574b5537e066fcd300b5066c SHA512 
ae9e01a6aff91231c700f1e46ef7f4dabed8ba6d3d3a275bb6405b767bcb6f40c96ff7563fe693a17d76e26b63b2ccb0e66e834e910cef5bb94d2a9f9cd366d3
 WHIRLPOOL 
05f6ed59a288d8868e0ec4faf8e7f5a0c2a14cfee860d3562cb50035544d4130ab95c9d1e2f1ccb0e1c4af70ef1a4b2cac88c29751148af00dc94bc5a680ffc6
AUX monkeysign-1.1-rst2s5.patch 707 SHA256 
2f33fb58d6e556f9b36680d87e962e361bc5f326f3e5b12a8ffa2de77d3080aa SHA512 
21d6248a8e116899337aa20c48fc42233a4b9e4974a664e59e2a4211d503d7194ece0e4ae637e7a64c40d015845ab0c9617e30cd9baea9866445952840be8ebb
 WHIRLPOOL 
b8b5e7cf5af843bbc077a32c8a941f65c717703966e480405e40c4094d4f1eac6eb89f61a88702571ffed7f46532805a47ee403d600aeee9e40254a722857af2
AUX monkeysign.desktop 188 SHA256 
c1bcfa18edf08c90f790ffd598248f580aca362f56f134fe4238b5de2a15 SHA512 
e2418323721dd5eb8859558be5693c0ee5d970edb967a3fefb58876802f431cddeccd87708936141d0d691563a1321930fbe28cf753d069441e33de7666c5d99
 WHIRLPOOL 
dc41569388dd9bfa2861519a795c8f62021c8a44ba4211c660c300542e7bf23f66641677079ba13ece520fbee1d9da621ba31114dcdeab777ba509edfbe777d5
DIST monkeysign_1.1.tar.gz 54807 SHA256 
1229c63c9b649b35a156ab69c7e8ef47ff03817c94ce8138107832117ee5fa6d SHA512 
8d1e719633291a3ba9efda8057e8b27b41b8e767db68dc02ca07d18579123b0704f0424ae982f047948620027581589d21ae44470137d1f2ff85f1f360bfd512
 WHIRLPOOL 
907c65d8ec3a5bbc391dfaa91625a215456989d000e1334687cae3ebcec419b10f34bd65c04d170a6130b21b761ac1b7e9db9f9a1b3fa9ba6ec72d893f7464b9
EBUILD monkeysign-1.1.ebuild 848 SHA256 
08089a71b5048370dcae9fb4bf506f8ff44d37df4670e07c5888963ddf999092 SHA512 
28388af73fafbd96383b994b0fec8acd0e66aaf6bee60ddd10a3f7be84a41ee876a30f74275cd2654bd25e85deb8b749d7f9dcd721b20a8ccf83f9ab22f9fb36
 WHIRLPOOL 
6e9f91792303471f86ced7a4addbd9c7f6e30fcf72c1eb54c0df0468b53b1cffbcca6ddc9b87f7577b6e2956803ee44e65dc857462495f84f9b2d7f94d022bf8
MISC metadata.xml 237 SHA256 
5c58f0c8f9a9d5f50383f6cb306cf688924be830a0be08ede1ae7866c3566c2c SHA512 
cd2f27119bff3427ab44b55caf2fc21ed3f56ab1251747a8213ad9914aa284e23e922c73018307a22ccd359906e4b8a4dab35ef9469129dbc79b4b403b4f
 WHIRLPOOL 

[gentoo-commits] gentoo-x86 commit in app-crypt/monkeysign/files: monkeysign-1.1-rst2s5.patch monkeysign-1.1-basename.patch monkeysign.desktop

2014-07-29 Thread Kristian Fiskerstrand (k_f)
k_f 14/07/29 07:54:13

  Added:monkeysign-1.1-rst2s5.patch
monkeysign-1.1-basename.patch monkeysign.desktop
  Log:
  New package written by me
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xFC3B17DE05E136A0!)

Revision  ChangesPath
1.1  app-crypt/monkeysign/files/monkeysign-1.1-rst2s5.patch

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

Index: monkeysign-1.1-rst2s5.patch
===
diff -r a9a4b4fb16bb monkeysign-1.1/monkeysign/documentation.py
--- a/monkeysign-1.1/monkeysign/documentation.pySun Feb 02 23:56:57 
2014 +0100
+++ b/monkeysign-1.1/monkeysign/documentation.pySun Feb 02 23:57:49 
2014 +0100
@@ -161,7 +161,7 @@
 def run(self):
 html = os.path.dirname(self.file) + 
os.path.splitext(os.path.basename(self.file))[0] + '.html'
 self.announce('processing slides from %s to %s' % (self.file, html), 2)
-os.system('rst2s5 --theme default %s %s' % (self.file, html))
+os.system('rst2s5.py --theme default %s %s' % (self.file, html))
 
 build.sub_commands.append(('build_manpage', None))
 build.sub_commands.append(('build_slides', None))



1.1  app-crypt/monkeysign/files/monkeysign-1.1-basename.patch

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

Index: monkeysign-1.1-basename.patch
===
diff -r 954b8fe8cdb2 scripts/monkeyscan
--- a/scripts/monkeyscanTue Oct 01 00:02:17 2013 +0200
+++ b/scripts/monkeyscanTue Oct 01 00:04:27 2013 +0200
@@ -25,7 +25,7 @@
 if directory == 'scripts':
 sys.path.insert(0, os.path.dirname(__file__) + '/..')
 
-if basename == 'monkeysign':
+if basename[:10] == 'monkeysign':
 from monkeysign.cli import MonkeysignCli as ui
 else:
 try:



1.1  app-crypt/monkeysign/files/monkeysign.desktop

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

Index: monkeysign.desktop
===
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=Monkeyscan
Comment=Monkeyscan part of monkeysign
Categories=GTK;GNOME;X-Internet;
Exec=/usr/bin/monkeyscan
Terminal=false
Type=Application







[gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig/files: pkgconfig-0.28-strip_system_library_dirs_reliably.patch

2014-07-29 Thread Samuli Suominen (ssuominen)
ssuominen14/07/29 07:58:42

  Added:   
pkgconfig-0.28-strip_system_library_dirs_reliably.patch
  Log:
  Strip system library directories reliably wrt #512336 by Mike Frysinger
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.1  
dev-util/pkgconfig/files/pkgconfig-0.28-strip_system_library_dirs_reliably.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/files/pkgconfig-0.28-strip_system_library_dirs_reliably.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/files/pkgconfig-0.28-strip_system_library_dirs_reliably.patch?rev=1.1content-type=text/plain

Index: pkgconfig-0.28-strip_system_library_dirs_reliably.patch
===
http://bugs.gentoo.org/512336
http://bugs.freedesktop.org/show_bug.cgi?id=78077

From 8691b580ab3f7ac36182060e2253307fbd0aba75 Mon Sep 17 00:00:00 2001
From: Andrew Oakley aoak...@espial.com
Date: Tue, 29 Apr 2014 13:14:35 +0100
Subject: [PATCH 1/1] Strip system library directories reliably

This loop was changed from a while loop to a for loop in commit
9bf6277b, but the iterator is now advanced twice each time round the
loop.
---
 pkg.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pkg.c b/pkg.c
index 3697fec..c847c95 100644
--- a/pkg.c
+++ b/pkg.c
@@ -917,7 +917,6 @@ verify_package (Package *pkg)
 }
   system_dir_iter = system_dir_iter-next;
 }
-  iter = iter-next;
 }
   g_list_free (system_directories);
 
-- 
1.8.3.2







[gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig: pkgconfig-0.28-r2.ebuild pkgconfig-9999.ebuild ChangeLog

2014-07-29 Thread Samuli Suominen (ssuominen)
ssuominen14/07/29 07:58:43

  Modified: pkgconfig-.ebuild ChangeLog
  Added:pkgconfig-0.28-r2.ebuild
  Log:
  Strip system library directories reliably wrt #512336 by Mike Frysinger
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.14 dev-util/pkgconfig/pkgconfig-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-.ebuild?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-.ebuild?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-.ebuild?r1=1.13r2=1.14

Index: pkgconfig-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pkgconfig-.ebuild   24 Jun 2014 21:56:52 -  1.13
+++ pkgconfig-.ebuild   29 Jul 2014 07:58:43 -  1.14
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-.ebuild,v 
1.13 2014/06/24 21:56:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-.ebuild,v 
1.14 2014/07/29 07:58:43 ssuominen Exp $
 
 EAPI=5
 
-inherit flag-o-matic libtool multilib multilib-minimal
+inherit eutils flag-o-matic libtool multilib multilib-minimal
 
 MY_P=pkg-config-${PV}
 
@@ -36,6 +36,8 @@
 src_prepare() {
sed -i -e s|^prefix=/usr\$|prefix=${EPREFIX}/usr| check/simple.pc || 
die #434320
 
+   epatch_user
+
if [[ ${PV} == ** ]]; then
eautoreconf
else



1.157dev-util/pkgconfig/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog   22 Jul 2014 12:41:29 -  1.156
+++ ChangeLog   29 Jul 2014 07:58:43 -  1.157
@@ -1,6 +1,13 @@
 # ChangeLog for dev-util/pkgconfig
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.156 
2014/07/22 12:41:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.157 
2014/07/29 07:58:43 ssuominen Exp $
+
+*pkgconfig-0.28-r2 (29 Jul 2014)
+
+  29 Jul 2014; Samuli Suominen ssuomi...@gentoo.org
+  +files/pkgconfig-0.28-strip_system_library_dirs_reliably.patch,
+  +pkgconfig-0.28-r2.ebuild, pkgconfig-.ebuild:
+  Strip system library directories reliably wrt #512336 by Mike Frysinger
 
   22 Jul 2014; Samuli Suominen ssuomi...@gentoo.org -pkgconfig-0.28.ebuild:
   old



1.1  dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild?rev=1.1content-type=text/plain

Index: pkgconfig-0.28-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild,v 1.1 
2014/07/29 07:58:43 ssuominen Exp $

EAPI=5

inherit eutils flag-o-matic libtool multilib multilib-minimal

MY_P=pkg-config-${PV}

if [[ ${PV} == ** ]]; then
EGIT_REPO_URI=git://anongit.freedesktop.org/pkg-config
inherit autotools git-2
else
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
SRC_URI=http://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz;
fi

DESCRIPTION=Package config system that manages compile/link flags
HOMEPAGE=http://pkgconfig.freedesktop.org/wiki/;

LICENSE=GPL-2
SLOT=0
IUSE=elibc_FreeBSD elibc_glibc hardened internal-glib

RDEPEND=!internal-glib? ( =dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] )
!dev-util/pkgconf[pkg-config]
!dev-util/pkg-config-lite

[gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-13.0_p2.ebuild xbmc-12.3.ebuild xbmc-9999.ebuild ChangeLog

2014-07-29 Thread Mike Frysinger (vapier)
vapier  14/07/29 08:00:39

  Modified: xbmc-13.0_p2.ebuild xbmc-12.3.ebuild
xbmc-.ebuild ChangeLog
  Log:
  Support newer samba where USE=smbclient is always enabled #510866 by Daniel 
Klaffenbach.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.5  media-tv/xbmc/xbmc-13.0_p2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild?r1=1.4r2=1.5

Index: xbmc-13.0_p2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xbmc-13.0_p2.ebuild 24 Jul 2014 11:43:48 -  1.4
+++ xbmc-13.0_p2.ebuild 29 Jul 2014 08:00:38 -  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-tv/xbmc/xbmc-13.0_p2.ebuild,v 1.4 
2014/07/24 11:43:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild,v 1.5 
2014/07/29 08:00:38 vapier Exp $
 
 EAPI=5
 
@@ -107,7 +107,7 @@
webserver? ( net-libs/libmicrohttpd[messages] )
sftp? ( net-libs/libssh[sftp] )
net-misc/curl
-   samba? ( =net-fs/samba-3.4.6[smbclient] )
+   samba? ( =net-fs/samba-3.4.6[smbclient(+)] )
bluetooth? ( net-wireless/bluez )
sys-apps/dbus
caps? ( sys-libs/libcap )



1.6  media-tv/xbmc/xbmc-12.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild?r1=1.5r2=1.6

Index: xbmc-12.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xbmc-12.3.ebuild24 Jul 2014 11:43:48 -  1.5
+++ xbmc-12.3.ebuild29 Jul 2014 08:00:39 -  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/media-tv/xbmc/xbmc-12.3.ebuild,v 1.5 
2014/07/24 11:43:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild,v 1.6 
2014/07/29 08:00:39 vapier Exp $
 
 EAPI=5
 
@@ -101,7 +101,7 @@
webserver? ( net-libs/libmicrohttpd[messages] )
sftp? ( net-libs/libssh[sftp] )
net-misc/curl
-   samba? ( =net-fs/samba-3.4.6[smbclient] )
+   samba? ( =net-fs/samba-3.4.6[smbclient(+)] )
bluetooth? ( net-wireless/bluez )
sys-apps/dbus
caps? ( sys-libs/libcap )



1.161media-tv/xbmc/xbmc-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-.ebuild?rev=1.161view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-.ebuild?rev=1.161content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-.ebuild?r1=1.160r2=1.161

Index: xbmc-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-.ebuild,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- xbmc-.ebuild24 Jul 2014 11:43:48 -  1.160
+++ xbmc-.ebuild29 Jul 2014 08:00:39 -  1.161
@@ -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-tv/xbmc/xbmc-.ebuild,v 1.160 
2014/07/24 11:43:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-.ebuild,v 1.161 
2014/07/29 08:00:39 vapier Exp $
 
 EAPI=5
 
@@ -107,7 +107,7 @@
webserver? ( net-libs/libmicrohttpd[messages] )
sftp? ( net-libs/libssh[sftp] )
net-misc/curl
-   samba? ( =net-fs/samba-3.4.6[smbclient] )
+   samba? ( =net-fs/samba-3.4.6[smbclient(+)] )
bluetooth? ( net-wireless/bluez )
sys-apps/dbus
caps? ( sys-libs/libcap )



1.209media-tv/xbmc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.209view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.209content-type=text/plain
diff : 

[gentoo-commits] gentoo-x86 commit in app-crypt/monkeysign: monkeysign-1.1.ebuild ChangeLog

2014-07-29 Thread Kristian Fiskerstrand (k_f)
k_f 14/07/29 08:02:07

  Modified: monkeysign-1.1.ebuild ChangeLog
  Log:
  Update DESCRIPTION to be more informative
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xFC3B17DE05E136A0!)

Revision  ChangesPath
1.2  app-crypt/monkeysign/monkeysign-1.1.ebuild

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

Index: monkeysign-1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/monkeysign/monkeysign-1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- monkeysign-1.1.ebuild   29 Jul 2014 07:54:13 -  1.1
+++ monkeysign-1.1.ebuild   29 Jul 2014 08:02:07 -  1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/monkeysign/monkeysign-1.1.ebuild,v 1.1 
2014/07/29 07:54:13 k_f Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/monkeysign/monkeysign-1.1.ebuild,v 1.2 
2014/07/29 08:02:07 k_f Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
 
 inherit eutils distutils-r1
 
-DESCRIPTION=Monkeysign
+DESCRIPTION=A user-friendly commandline tool to sign OpenGPG keys
 HOMEPAGE=http://web.monkeysphere.info/monkeysign/;
 
 LICENSE=GPL-3



1.2  app-crypt/monkeysign/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/monkeysign/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   29 Jul 2014 07:54:13 -  1.1
+++ ChangeLog   29 Jul 2014 08:02:07 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/monkeysign
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysign/ChangeLog,v 1.1 
2014/07/29 07:54:13 k_f Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysign/ChangeLog,v 1.2 
2014/07/29 08:02:07 k_f Exp $
+
+  29 Jul 2014; Kristian Fiskerstrand k...@gentoo.org monkeysign-1.1.ebuild:
+  Update DESCRIPTION to be more informative
 
 *monkeysign-1.1 (29 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig: ChangeLog

2014-07-29 Thread Samuli Suominen (ssuominen)
ssuominen14/07/29 08:06:38

  Modified: ChangeLog
  Log:
  mention the added epatch_user support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.158dev-util/pkgconfig/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog   29 Jul 2014 07:58:43 -  1.157
+++ ChangeLog   29 Jul 2014 08:06:38 -  1.158
@@ -1,6 +1,6 @@
 # ChangeLog for dev-util/pkgconfig
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.157 
2014/07/29 07:58:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.158 
2014/07/29 08:06:38 ssuominen Exp $
 
 *pkgconfig-0.28-r2 (29 Jul 2014)
 
@@ -8,6 +8,7 @@
   +files/pkgconfig-0.28-strip_system_library_dirs_reliably.patch,
   +pkgconfig-0.28-r2.ebuild, pkgconfig-.ebuild:
   Strip system library directories reliably wrt #512336 by Mike Frysinger
+  Support epatch_user from eutils.eclass
 
   22 Jul 2014; Samuli Suominen ssuomi...@gentoo.org -pkgconfig-0.28.ebuild:
   old






[gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-13.0_p2.ebuild xbmc-12.3.ebuild xbmc-12.1-r1.ebuild xbmc-9999.ebuild xbmc-12.2-r1.ebuild ChangeLog

2014-07-29 Thread Mike Frysinger (vapier)
vapier  14/07/29 08:07:55

  Modified: xbmc-13.0_p2.ebuild xbmc-12.3.ebuild
xbmc-12.1-r1.ebuild xbmc-.ebuild
xbmc-12.2-r1.ebuild ChangeLog
  Log:
  Drop redundant --enable-gl as there is a `use_enable opengl gl` call later on 
#513708 by Gerhard Bräunlich.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.6  media-tv/xbmc/xbmc-13.0_p2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild?r1=1.5r2=1.6

Index: xbmc-13.0_p2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xbmc-13.0_p2.ebuild 29 Jul 2014 08:00:38 -  1.5
+++ xbmc-13.0_p2.ebuild 29 Jul 2014 08:07:55 -  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/media-tv/xbmc/xbmc-13.0_p2.ebuild,v 1.5 
2014/07/29 08:00:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild,v 1.6 
2014/07/29 08:07:55 vapier Exp $
 
 EAPI=5
 
@@ -227,7 +227,6 @@
--disable-optimizations \
--enable-external-libraries \
$(has_version 'media-video/libav'  echo 
--enable-libav-compat) \
-   --enable-gl \
$(use_enable airplay) \
$(use_enable avahi) \
$(use_enable bluray libbluray) \



1.7  media-tv/xbmc/xbmc-12.3.ebuild

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

Index: xbmc-12.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xbmc-12.3.ebuild29 Jul 2014 08:00:39 -  1.6
+++ xbmc-12.3.ebuild29 Jul 2014 08:07:55 -  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/media-tv/xbmc/xbmc-12.3.ebuild,v 1.6 
2014/07/29 08:00:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild,v 1.7 
2014/07/29 08:07:55 vapier Exp $
 
 EAPI=5
 
@@ -215,7 +215,6 @@
--disable-ccache \
--disable-optimizations \
--enable-external-libraries \
-   --enable-gl \
$(use_enable airplay) \
$(use_enable avahi) \
$(use_enable bluray libbluray) \



1.10 media-tv/xbmc/xbmc-12.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.1-r1.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.1-r1.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.1-r1.ebuild?r1=1.9r2=1.10

Index: xbmc-12.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xbmc-12.1-r1.ebuild 24 Jul 2014 11:43:48 -  1.9
+++ xbmc-12.1-r1.ebuild 29 Jul 2014 08:07:55 -  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/media-tv/xbmc/xbmc-12.1-r1.ebuild,v 1.9 
2014/07/24 11:43:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.1-r1.ebuild,v 1.10 
2014/07/29 08:07:55 vapier Exp $
 
 EAPI=5
 
@@ -215,7 +215,6 @@
--disable-ccache \
--disable-optimizations \
--enable-external-libraries \
-   --enable-gl \
$(use_enable airplay) \
$(use_enable avahi) \
$(use_enable bluray libbluray) \



1.162media-tv/xbmc/xbmc-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-.ebuild?rev=1.162view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-.ebuild?rev=1.162content-type=text/plain
diff : 

[gentoo-commits] gentoo-x86 commit in dev-python/passlib: ChangeLog passlib-1.6.2.ebuild

2014-07-29 Thread Sergey Popov (pinkbyte)
pinkbyte14/07/29 08:12:11

  Modified: ChangeLog passlib-1.6.2.ebuild
  Log:
  Stable on amd64 and x86, wrt bug #517870
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.12 dev-python/passlib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/passlib/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   6 Jul 2014 12:45:26 -   1.11
+++ ChangeLog   29 Jul 2014 08:12:11 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/passlib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/ChangeLog,v 1.11 
2014/07/06 12:45:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/ChangeLog,v 1.12 
2014/07/29 08:12:11 pinkbyte Exp $
+
+  29 Jul 2014; Sergey Popov pinkb...@gentoo.org passlib-1.6.2.ebuild:
+  Stable on amd64 and x86, wrt bug #517870
 
   06 Jul 2014; Michał Górny mgo...@gentoo.org passlib-1.6.2.ebuild:
   Clean up obsolete dependencies on virtual/python-argparse and virtual/python-



1.5  dev-python/passlib/passlib-1.6.2.ebuild

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

Index: passlib-1.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/passlib/passlib-1.6.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- passlib-1.6.2.ebuild6 Jul 2014 12:45:26 -   1.4
+++ passlib-1.6.2.ebuild29 Jul 2014 08:12:11 -  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-python/passlib/passlib-1.6.2.ebuild,v 
1.4 2014/07/06 12:45:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/passlib-1.6.2.ebuild,v 
1.5 2014/07/29 08:12:11 pinkbyte Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -12,7 +12,7 @@
 SRC_URI=mirror://pypi/p/${PN}/${P}.tar.gz
 
 LICENSE=BSD-2
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 x86
 SLOT=0
 IUSE=test doc
 






[gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-13.0_p2.ebuild xbmc-12.3.ebuild xbmc-9999.ebuild ChangeLog

2014-07-29 Thread Mike Frysinger (vapier)
vapier  14/07/29 08:13:30

  Modified: xbmc-13.0_p2.ebuild xbmc-12.3.ebuild
xbmc-.ebuild ChangeLog
  Log:
  Require mesa[gles2] when USE=gles is enabled #515104 by A. Person.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.7  media-tv/xbmc/xbmc-13.0_p2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild?r1=1.6r2=1.7

Index: xbmc-13.0_p2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xbmc-13.0_p2.ebuild 29 Jul 2014 08:07:55 -  1.6
+++ xbmc-13.0_p2.ebuild 29 Jul 2014 08:13: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/media-tv/xbmc/xbmc-13.0_p2.ebuild,v 1.6 
2014/07/29 08:07:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild,v 1.7 
2014/07/29 08:13:30 vapier Exp $
 
 EAPI=5
 
@@ -119,7 +119,10 @@
virtual/glu
virtual/opengl
)
-   gles? ( virtual/opengl )
+   gles? (
+   virtual/opengl
+   media-libs/mesa[gles2]
+   )
vaapi? ( x11-libs/libva[opengl] )
vdpau? (
|| ( x11-libs/libvdpau =x11-drivers/nvidia-drivers-180.51 )



1.8  media-tv/xbmc/xbmc-12.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild?r1=1.7r2=1.8

Index: xbmc-12.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xbmc-12.3.ebuild29 Jul 2014 08:07:55 -  1.7
+++ xbmc-12.3.ebuild29 Jul 2014 08:13:30 -  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-tv/xbmc/xbmc-12.3.ebuild,v 1.7 
2014/07/29 08:07:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild,v 1.8 
2014/07/29 08:13:30 vapier Exp $
 
 EAPI=5
 
@@ -113,7 +113,10 @@
virtual/glu
virtual/opengl
)
-   gles? ( virtual/opengl )
+   gles? (
+   virtual/opengl
+   media-libs/mesa[gles2]
+   )
vaapi? ( x11-libs/libva[opengl] )
vdpau? (
|| ( x11-libs/libvdpau =x11-drivers/nvidia-drivers-180.51 )



1.163media-tv/xbmc/xbmc-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-.ebuild?rev=1.163view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-.ebuild?rev=1.163content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-.ebuild?r1=1.162r2=1.163

Index: xbmc-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-.ebuild,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- xbmc-.ebuild29 Jul 2014 08:07:55 -  1.162
+++ xbmc-.ebuild29 Jul 2014 08:13:30 -  1.163
@@ -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-tv/xbmc/xbmc-.ebuild,v 1.162 
2014/07/29 08:07:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-.ebuild,v 1.163 
2014/07/29 08:13:30 vapier Exp $
 
 EAPI=5
 
@@ -119,7 +119,10 @@
virtual/glu
virtual/opengl
)
-   gles? ( virtual/opengl )
+   gles? (
+   virtual/opengl
+   media-libs/mesa[gles2]
+   )
vaapi? ( x11-libs/libva[opengl] )
vdpau? (
|| ( x11-libs/libvdpau =x11-drivers/nvidia-drivers-180.51 )



1.211media-tv/xbmc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.211view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.211content-type=text/plain
diff : 

[gentoo-commits] gentoo commit in xml/htdocs/proj/en/metastructure/herds: herds.xml

2014-07-29 Thread Kristian Fiskerstrand (k_f)
k_f 14/07/29 08:25:35

  Modified: herds.xml
  Log:
  Add myself to crypto herd with permission from alonbl

Revision  ChangesPath
1.1114   xml/htdocs/proj/en/metastructure/herds/herds.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?rev=1.1114view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?rev=1.1114content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?r1=1.1113r2=1.1114

Index: herds.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v
retrieving revision 1.1113
retrieving revision 1.1114
diff -u -r1.1113 -r1.1114
--- herds.xml   28 Jul 2014 19:36:05 -  1.1113
+++ herds.xml   29 Jul 2014 08:25:35 -  1.1114
@@ -20,7 +20,7 @@
always a description without a lang attribute. Also there are no overlapping
descriptions allowed (multiple description tags with the same language)
 
-   $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.1113 
2014/07/28 19:36:05 twitch153 Exp $
+   $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.1114 
2014/07/29 08:25:35 k_f Exp $
 
 --
 herds
@@ -150,6 +150,10 @@
 emailalo...@gentoo.org/email
 nameAlon Bar-Lev/name
   /maintainer
+  maintainer
+emailk...@gentoo.org/email
+nameKristian Fiskerstrand/name
+  /maintainer
 /herd
 herd
   namedeb-tools/name






[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: ChangeLog openssl-1.0.0j.ebuild

2014-07-29 Thread Sergey Popov (pinkbyte)
pinkbyte14/07/29 08:43:38

  Modified: ChangeLog
  Removed:  openssl-1.0.0j.ebuild
  Log:
  Drop old vulnerable version
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.571dev-libs/openssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.570
retrieving revision 1.571
diff -u -r1.570 -r1.571
--- ChangeLog   28 Jul 2014 13:43:11 -  1.570
+++ ChangeLog   29 Jul 2014 08:43:37 -  1.571
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.570 
2014/07/28 13:43:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.571 
2014/07/29 08:43:37 pinkbyte Exp $
+
+  29 Jul 2014; Sergey Popov pinkb...@gentoo.org -openssl-1.0.0j.ebuild:
+  Drop old vulnerable version
 
   28 Jul 2014; Agostino Sarubbo a...@gentoo.org openssl-0.9.8z_p1-r2.ebuild,
   openssl-1.0.1h-r2.ebuild:






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

2014-07-29 Thread Sergey Popov (pinkbyte)
pinkbyte14/07/29 08:44:47

  Modified: ChangeLog package.mask
  Log:
  Drop obsolete security mask on dev-libs/openssl

Revision  ChangesPath
1.9268   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9267
retrieving revision 1.9268
diff -u -r1.9267 -r1.9268
--- ChangeLog   29 Jul 2014 05:24:01 -  1.9267
+++ ChangeLog   29 Jul 2014 08:44:46 -  1.9268
@@ -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.9267 2014/07/29 
05:24:01 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9268 2014/07/29 
08:44:46 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!
 
+  29 Jul 2014; Sergey Popov pinkb...@gentoo.org package.mask:
+  Drop obsolete security mask on dev-libs/openssl
+
   29 Jul 2014; Patrick Lauer patr...@gentoo.org package.mask:
   Remove util-vserver mask as it builds again
 



1.15936  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15935
retrieving revision 1.15936
diff -u -r1.15935 -r1.15936
--- package.mask29 Jul 2014 05:24:02 -  1.15935
+++ package.mask29 Jul 2014 08:44:46 -  1.15936
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15935 2014/07/29 
05:24:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15936 2014/07/29 
08:44:46 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
@@ -452,10 +452,6 @@
 # Masked for futher testing with various pam setups
 =x11-misc/lightdm-1.11*
 
-# Sergey Popov pinkb...@gentoo.org (08 Apr 2014)
-# Security mask of vulnerable versions, wrt bug #505278
-dev-libs/openssl-1.0.0l:0
-
 # Markos Chandras hwoar...@gentoo.org (07 Apr 2014)
 # Mask 0.8.0 release for testing
 =dev-embedded/openocd-0.8.0






[gentoo-commits] gentoo-x86 commit in dev-libs/dietlibc: dietlibc-0.34_pre20140729.ebuild ChangeLog

2014-07-29 Thread Patrick Lauer (patrick)
patrick 14/07/29 09:15:25

  Modified: dietlibc-0.34_pre20140729.ebuild ChangeLog
  Log:
  Avoid raceconditions in build system by not building in parallel
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-libs/dietlibc/dietlibc-0.34_pre20140729.ebuild

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

Index: dietlibc-0.34_pre20140729.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/dietlibc/dietlibc-0.34_pre20140729.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dietlibc-0.34_pre20140729.ebuild29 Jul 2014 04:37:03 -  1.1
+++ dietlibc-0.34_pre20140729.ebuild29 Jul 2014 09:15:25 -  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/dietlibc/dietlibc-0.34_pre20140729.ebuild,v 
1.1 2014/07/29 04:37:03 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/dietlibc/dietlibc-0.34_pre20140729.ebuild,v 
1.2 2014/07/29 09:15:25 patrick Exp $
 
 EAPI=5
 inherit eutils flag-o-matic toolchain-funcs
@@ -41,14 +41,14 @@
 }
 
 src_compile() {
-   emake prefix=${EPREFIX}${DIETHOME} \
+   emake -j1 prefix=${EPREFIX}${DIETHOME} \
CC=$(tc-getCC) \
CFLAGS=${CFLAGS} \
STRIP=:
 }
 
 src_install() {
-   emake prefix=${EPREFIX}${DIETHOME} \
+   emake -j1 prefix=${EPREFIX}${DIETHOME} \
DESTDIR=${D} \
install-bin \
install-headers \



1.100dev-libs/dietlibc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   29 Jul 2014 04:37:03 -  1.99
+++ ChangeLog   29 Jul 2014 09:15:25 -  1.100
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/dietlibc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/ChangeLog,v 1.99 
2014/07/29 04:37:03 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/ChangeLog,v 1.100 
2014/07/29 09:15:25 patrick Exp $
+
+  29 Jul 2014; Patrick Lauer patr...@gentoo.org
+  dietlibc-0.34_pre20140729.ebuild:
+  Avoid raceconditions in build system by not building in parallel
 
 *dietlibc-0.34_pre20140729 (29 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-util/shflags: shflags-1.0.3.ebuild ChangeLog

2014-07-29 Thread Mike Frysinger (vapier)
vapier  14/07/29 09:35:19

  Modified: shflags-1.0.3.ebuild ChangeLog
  Log:
  Stabilize for all #518414 by Johannes Huber.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.4  dev-util/shflags/shflags-1.0.3.ebuild

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

Index: shflags-1.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/shflags/shflags-1.0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shflags-1.0.3.ebuild10 Jun 2014 00:28:07 -  1.3
+++ shflags-1.0.3.ebuild29 Jul 2014 09:35:19 -  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-util/shflags/shflags-1.0.3.ebuild,v 1.3 
2014/06/10 00:28:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/shflags/shflags-1.0.3.ebuild,v 1.4 
2014/07/29 09:35:19 vapier Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86
 IUSE=examples
 
 src_test() {



1.4  dev-util/shflags/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/shflags/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   10 Jun 2014 00:28:07 -  1.3
+++ ChangeLog   29 Jul 2014 09:35:19 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/shflags
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/shflags/ChangeLog,v 1.3 2014/06/10 
00:28:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/shflags/ChangeLog,v 1.4 2014/07/29 
09:35:19 vapier Exp $
+
+  29 Jul 2014; Mike Frysinger vap...@gentoo.org shflags-1.0.3.ebuild:
+  Stabilize for all #518414 by Johannes Huber.
 
   10 Jun 2014; Mike Frysinger vap...@gentoo.org shflags-1.0.3.ebuild:
   Add arm64 love.






[gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: ChangeLog xen-tools-4.4.0-r8.ebuild xen-tools-4.4.0-r7.ebuild

2014-07-29 Thread Yixun Lan (dlan)
dlan14/07/29 09:40:45

  Modified: ChangeLog
  Added:xen-tools-4.4.0-r8.ebuild
  Removed:  xen-tools-4.4.0-r7.ebuild
  Log:
  bug 518136, disable build x86_emulator under nomultilib profile
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.253app-emulation/xen-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.253view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.253content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.252r2=1.253

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- ChangeLog   12 Jul 2014 14:13:38 -  1.252
+++ ChangeLog   29 Jul 2014 09:40:45 -  1.253
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/xen-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.252 
2014/07/12 14:13:38 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.253 
2014/07/29 09:40:45 dlan Exp $
+
+*xen-tools-4.4.0-r8 (29 Jul 2014)
+
+  29 Jul 2014; Yixun Lan d...@gentoo.org -xen-tools-4.4.0-r7.ebuild,
+  +xen-tools-4.4.0-r8.ebuild:
+  bug 518136, disable build x86_emulator under nomultilib profile
 
   12 Jul 2014; Yixun Lan d...@gentoo.org -xen-tools-4.2.4-r2.ebuild,
   -xen-tools-4.2.4-r4.ebuild, -xen-tools-4.2.4-r5.ebuild,



1.1  app-emulation/xen-tools/xen-tools-4.4.0-r8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.4.0-r8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.4.0-r8.ebuild?rev=1.1content-type=text/plain

Index: xen-tools-4.4.0-r8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.4.0-r8.ebuild,v 1.1 
2014/07/29 09:40:45 dlan Exp $

EAPI=5

MY_PV=${PV/_/-}

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE='xml,threads'

if [[ $PV == * ]]; then
KEYWORDS=
REPO=xen-unstable.hg
EHG_REPO_URI=http://xenbits.xensource.com/${REPO};
S=${WORKDIR}/${REPO}
live_eclass=mercurial
else
KEYWORDS=~amd64 ~arm -x86
UPSTREAM_VER=4
GENTOO_VER=
SEABIOS_VER=1.7.3.1

[[ -n ${UPSTREAM_VER} ]]  \

UPSTRAM_PATCHSET_URI=http://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz;
[[ -n ${GENTOO_VER} ]]  \

GENTOO_PATCHSET_URI=http://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-gentoo-patches-${GENTOO_VER}.tar.xz;


SRC_URI=http://bits.xensource.com/oss-xen/release/${MY_PV}/xen-${MY_PV}.tar.gz

http://code.coreboot.org/p/seabios/downloads/get/seabios-${SEABIOS_VER}.tar.gz
http://dev.gentoo.org/~dlan/distfiles/seabios-${SEABIOS_VER}.tar.gz
${UPSTRAM_PATCHSET_URI}
${GENTOO_PATCHSET_URI}
S=${WORKDIR}/xen-${MY_PV}
fi

inherit bash-completion-r1 eutils flag-o-matic multilib python-single-r1 
toolchain-funcs udev ${live_eclass}

DESCRIPTION=Xend daemon and tools
HOMEPAGE=http://xen.org/;
DOCS=( README docs/README.xen-bugtool )

LICENSE=GPL-2
SLOT=0
# Inclusion of IUSE ocaml on stabalizing requires maintainer of ocaml to (get 
off his hands and) make
# =dev-lang/ocaml-4 stable
# Masked in profiles/eapi-5-files instead
IUSE=api custom-cflags debug doc flask hvm qemu ocaml +pam python pygrub 
screen static-libs system-qemu system-seabios

REQUIRED_USE=hvm? ( || ( qemu system-qemu ) )
${PYTHON_REQUIRED_USE}
pygrub? ( python )
qemu? ( !system-qemu )

COMMON_DEPEND=
dev-libs/lzo:2
dev-libs/glib:2
dev-libs/yajl
dev-libs/libaio
dev-libs/libgcrypt:0
sys-libs/zlib


DEPEND=${COMMON_DEPEND}
dev-python/lxml[${PYTHON_USEDEP}]
pam? ( dev-python/pypam[${PYTHON_USEDEP}] )
hvm? ( media-libs/libsdl )
${PYTHON_DEPS}
api? ( dev-libs/libxml2
net-misc/curl )
pygrub? ( ${PYTHON_DEPS//${PYTHON_REQ_USE}/ncurses} )
arm? ( =sys-apps/dtc-1.4.0 )
!arm? ( sys-devel/bin86
system-seabios? ( sys-firmware/seabios )
sys-firmware/ipxe
sys-devel/dev86
sys-power/iasl )
dev-lang/perl
app-misc/pax-utils
dev-python/markdown
doc? (
app-doc/doxygen
  

[gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-9999.ebuild qemu-2.0.0-r1.ebuild ChangeLog

2014-07-29 Thread Mike Frysinger (vapier)
vapier  14/07/29 09:50:22

  Modified: qemu-.ebuild qemu-2.0.0-r1.ebuild ChangeLog
  Log:
  Update PaX markings on system binaries before executing tests with them 
#515550 by Nikoli.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.76 app-emulation/qemu/qemu-.ebuild

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

Index: qemu-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-.ebuild,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- qemu-.ebuild6 Jun 2014 01:42:41 -   1.75
+++ qemu-.ebuild29 Jul 2014 09:50:22 -  1.76
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-.ebuild,v 1.75 
2014/06/06 01:42:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-.ebuild,v 1.76 
2014/07/29 09:50:22 vapier Exp $
 
 EAPI=5
 
@@ -429,6 +429,7 @@
 src_test() {
if [[ -n ${softmmu_targets} ]]; then
cd ${S}/softmmu-build
+   pax-mark m */qemu-system-* #515550
emake -j1 check
emake -j1 check-report.html
fi



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

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

Index: qemu-2.0.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qemu-2.0.0-r1.ebuild6 Jun 2014 01:42:41 -   1.5
+++ qemu-2.0.0-r1.ebuild29 Jul 2014 09:50:22 -  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/app-emulation/qemu/qemu-2.0.0-r1.ebuild,v 
1.5 2014/06/06 01:42:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0-r1.ebuild,v 
1.6 2014/07/29 09:50:22 vapier Exp $
 
 EAPI=5
 
@@ -435,6 +435,7 @@
 src_test() {
if [[ -n ${softmmu_targets} ]]; then
cd ${S}/softmmu-build
+   pax-mark m */qemu-system-* #515550
emake -j1 check
emake -j1 check-report.html
fi



1.269app-emulation/qemu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- ChangeLog   6 Jun 2014 01:42:41 -   1.268
+++ ChangeLog   29 Jul 2014 09:50:22 -  1.269
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/qemu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.268 
2014/06/06 01:42:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.269 
2014/07/29 09:50:22 vapier Exp $
+
+  29 Jul 2014; Mike Frysinger vap...@gentoo.org qemu-2.0.0-r1.ebuild,
+  qemu-.ebuild:
+  Update PaX markings on system binaries before executing tests with them
+  #515550 by Nikoli.
 
   06 Jun 2014; Mike Frysinger vap...@gentoo.org qemu-2.0.0-r1.ebuild,
   qemu-2.0.0.ebuild, qemu-.ebuild:






[gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-9999.ebuild qemu-2.0.0-r1.ebuild ChangeLog

2014-07-29 Thread Mike Frysinger (vapier)
vapier  14/07/29 10:09:28

  Modified: qemu-.ebuild qemu-2.0.0-r1.ebuild ChangeLog
  Log:
  Do not attempt to set fcaps on virtfs-proxy-helper when it does not exist 
#516874 by Joakim Tjernlund.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.77 app-emulation/qemu/qemu-.ebuild

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

Index: qemu-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-.ebuild,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- qemu-.ebuild29 Jul 2014 09:50:22 -  1.76
+++ qemu-.ebuild29 Jul 2014 10:09:28 -  1.77
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-.ebuild,v 1.76 
2014/07/29 09:50:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-.ebuild,v 1.77 
2014/07/29 10:09:28 vapier Exp $
 
 EAPI=5
 
@@ -527,8 +527,6 @@
 }
 
 pkg_postinst() {
-   local virtfs_caps=
-
if qemu_support_kvm; then
readme.gentoo_print_elog
ewarn Migration from qemu-kvm instances and loading qemu-kvm 
created
@@ -548,11 +546,11 @@
fi
fi
 
-   virtfs_caps+=cap_chown,cap_dac_override,cap_fowner,cap_fsetid,
-   virtfs_caps+=cap_setgid,cap_mknod,cap_setuid
-
fcaps cap_net_admin /usr/libexec/qemu-bridge-helper
-   use virtfs  fcaps ${virtfs_caps} /usr/bin/virtfs-proxy-helper
+   if use virtfs  [ -n ${softmmu_targets} ]; then
+   local 
virtfs_caps=cap_chown,cap_dac_override,cap_fowner,cap_fsetid,cap_setgid,cap_mknod,cap_setuid
+   fcaps ${virtfs_caps} /usr/bin/virtfs-proxy-helper
+   fi
 }
 
 pkg_info() {



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

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

Index: qemu-2.0.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qemu-2.0.0-r1.ebuild29 Jul 2014 09:50:22 -  1.6
+++ qemu-2.0.0-r1.ebuild29 Jul 2014 10:09:28 -  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-emulation/qemu/qemu-2.0.0-r1.ebuild,v 
1.6 2014/07/29 09:50:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0-r1.ebuild,v 
1.7 2014/07/29 10:09:28 vapier Exp $
 
 EAPI=5
 
@@ -533,8 +533,6 @@
 }
 
 pkg_postinst() {
-   local virtfs_caps=
-
if qemu_support_kvm; then
readme.gentoo_print_elog
ewarn Migration from qemu-kvm instances and loading qemu-kvm 
created
@@ -554,11 +552,11 @@
fi
fi
 
-   virtfs_caps+=cap_chown,cap_dac_override,cap_fowner,cap_fsetid,
-   virtfs_caps+=cap_setgid,cap_mknod,cap_setuid
-
fcaps cap_net_admin /usr/libexec/qemu-bridge-helper
-   use virtfs  fcaps ${virtfs_caps} /usr/bin/virtfs-proxy-helper
+   if use virtfs  [ -n ${softmmu_targets} ]; then
+   local 
virtfs_caps=cap_chown,cap_dac_override,cap_fowner,cap_fsetid,cap_setgid,cap_mknod,cap_setuid
+   fcaps ${virtfs_caps} /usr/bin/virtfs-proxy-helper
+   fi
 }
 
 pkg_info() {



1.270app-emulation/qemu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- ChangeLog   29 Jul 2014 09:50:22 -  1.269
+++ ChangeLog   29 Jul 2014 10:09:28 -  1.270
@@ -1,6 +1,11 @@
 # ChangeLog for 

[gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-9999.ebuild qemu-2.0.0-r1.ebuild ChangeLog

2014-07-29 Thread Mike Frysinger (vapier)
vapier  14/07/29 10:17:23

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

Revision  ChangesPath
1.78 app-emulation/qemu/qemu-.ebuild

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

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



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

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

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



1.271app-emulation/qemu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.271view=markup
plain: 

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

2014-07-29 Thread Jeroen Roovers (jer)
jer 14/07/29 10:19:57

  Modified: ChangeLog package.use.mask
  Log:
  Mask dev-libs/mongo-c-driver USE=test (bug #517880).

Revision  ChangesPath
1.218profiles/arch/hppa/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- ChangeLog   24 Jul 2014 10:53:24 -  1.217
+++ ChangeLog   29 Jul 2014 10:19:57 -  1.218
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/hppa profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.217 
2014/07/24 10:53:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.218 
2014/07/29 10:19:57 jer Exp $
+
+  29 Jul 2014; Jeroen Roovers j...@gentoo.org package.use.mask:
+  Mask dev-libs/mongo-c-driver USE=test (bug #517880).
 
   24 Jul 2014; Samuli Suominen ssuomi...@gentoo.org package.use.mask:
   USE=udev was renamed to USE=upower for xfce4-systemload-plugin,



1.143profiles/arch/hppa/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/hppa/package.use.mask,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- package.use.mask24 Jul 2014 10:53:24 -  1.142
+++ package.use.mask29 Jul 2014 10:19:57 -  1.143
@@ -1,9 +1,14 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/package.use.mask,v 1.142 
2014/07/24 10:53:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/package.use.mask,v 1.143 
2014/07/29 10:19:57 jer Exp $
 
 # DON'T TOUCH THIS FILE. Instead, file a bug and assign it to 
h...@gentoo.org.
 
+# Jeroen Roovers j...@gentoo.org (29 Jul 2014)
+# Test phase requires dev-db/mongodb which requires dev-util/google-perftools
+# which has not been ported to HPPA (bug #517880)
+dev-libs/mongo-c-driver test
+
 # Jeroen Roovers j...@gentoo.org (6 Mar 2014)
 # USE=gui requires x11-libs/qscintilla,
 # USE=jit requires sys-devel/llvm (bug #503594)






[gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-9999.ebuild qemu-2.0.0-r1.ebuild ChangeLog

2014-07-29 Thread Mike Frysinger (vapier)
vapier  14/07/29 10:23:00

  Modified: qemu-.ebuild qemu-2.0.0-r1.ebuild ChangeLog
  Log:
  Do not try to mung blobs when they are not installed.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.79 app-emulation/qemu/qemu-.ebuild

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

Index: qemu-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-.ebuild,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- qemu-.ebuild29 Jul 2014 10:17:23 -  1.78
+++ qemu-.ebuild29 Jul 2014 10:23:00 -  1.79
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-.ebuild,v 1.78 
2014/07/29 10:17:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-.ebuild,v 1.79 
2014/07/29 10:23:00 vapier Exp $
 
 EAPI=5
 
@@ -497,34 +497,36 @@
fi
 
# Remove vgabios since we're using the vgabios packaged one
-   rm ${ED}/usr/share/qemu/vgabios.bin
-   rm ${ED}/usr/share/qemu/vgabios-cirrus.bin
-   rm ${ED}/usr/share/qemu/vgabios-qxl.bin
-   rm ${ED}/usr/share/qemu/vgabios-stdvga.bin
-   rm ${ED}/usr/share/qemu/vgabios-vmware.bin
-   if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; 
then
-   dosym ../vgabios/vgabios.bin /usr/share/qemu/vgabios.bin
-   dosym ../vgabios/vgabios-cirrus.bin 
/usr/share/qemu/vgabios-cirrus.bin
-   dosym ../vgabios/vgabios-qxl.bin /usr/share/qemu/vgabios-qxl.bin
-   dosym ../vgabios/vgabios-stdvga.bin 
/usr/share/qemu/vgabios-stdvga.bin
-   dosym ../vgabios/vgabios-vmware.bin 
/usr/share/qemu/vgabios-vmware.bin
-   fi
+   if [[ -n ${softmmu_targets} ]]; then
+   rm ${ED}/usr/share/qemu/vgabios.bin
+   rm ${ED}/usr/share/qemu/vgabios-cirrus.bin
+   rm ${ED}/usr/share/qemu/vgabios-qxl.bin
+   rm ${ED}/usr/share/qemu/vgabios-stdvga.bin
+   rm ${ED}/usr/share/qemu/vgabios-vmware.bin
+   if use qemu_softmmu_targets_x86_64 || use 
qemu_softmmu_targets_i386; then
+   dosym ../vgabios/vgabios.bin /usr/share/qemu/vgabios.bin
+   dosym ../vgabios/vgabios-cirrus.bin 
/usr/share/qemu/vgabios-cirrus.bin
+   dosym ../vgabios/vgabios-qxl.bin 
/usr/share/qemu/vgabios-qxl.bin
+   dosym ../vgabios/vgabios-stdvga.bin 
/usr/share/qemu/vgabios-stdvga.bin
+   dosym ../vgabios/vgabios-vmware.bin 
/usr/share/qemu/vgabios-vmware.bin
+   fi
 
-   # Remove sgabios since we're using the sgabios packaged one
-   rm ${ED}/usr/share/qemu/sgabios.bin
-   if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; 
then
-   dosym ../sgabios/sgabios.bin /usr/share/qemu/sgabios.bin
-   fi
+   # Remove sgabios since we're using the sgabios packaged one
+   rm ${ED}/usr/share/qemu/sgabios.bin
+   if use qemu_softmmu_targets_x86_64 || use 
qemu_softmmu_targets_i386; then
+   dosym ../sgabios/sgabios.bin /usr/share/qemu/sgabios.bin
+   fi
 
-   # Remove iPXE since we're using the iPXE packaged one
-   rm ${ED}/usr/share/qemu/pxe-*.rom
-   if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; 
then
-   dosym ../ipxe/8086100e.rom /usr/share/qemu/pxe-e1000.rom
-   dosym ../ipxe/80861209.rom /usr/share/qemu/pxe-eepro100.rom
-   dosym ../ipxe/10500940.rom /usr/share/qemu/pxe-ne2k_pci.rom
-   dosym ../ipxe/10222000.rom /usr/share/qemu/pxe-pcnet.rom
-   dosym ../ipxe/10ec8139.rom /usr/share/qemu/pxe-rtl8139.rom
-   dosym ../ipxe/1af41000.rom /usr/share/qemu/pxe-virtio.rom
+   # Remove iPXE since we're using the iPXE packaged one
+   rm ${ED}/usr/share/qemu/pxe-*.rom
+   if use qemu_softmmu_targets_x86_64 || use 
qemu_softmmu_targets_i386; then
+   dosym ../ipxe/8086100e.rom /usr/share/qemu/pxe-e1000.rom
+   dosym ../ipxe/80861209.rom 
/usr/share/qemu/pxe-eepro100.rom
+   dosym ../ipxe/10500940.rom 
/usr/share/qemu/pxe-ne2k_pci.rom
+   dosym ../ipxe/10222000.rom /usr/share/qemu/pxe-pcnet.rom
+   dosym ../ipxe/10ec8139.rom 

[gentoo-commits] gentoo-x86 commit in net-misc/vpnc: metadata.xml ChangeLog

2014-07-29 Thread Jeroen Roovers (jer)
jer 14/07/29 11:01:27

  Modified: metadata.xml ChangeLog
  Log:
  Fix e-mail address.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.20 net-misc/vpnc/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vpnc/metadata.xml?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vpnc/metadata.xml?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vpnc/metadata.xml?r1=1.19r2=1.20

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/vpnc/metadata.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- metadata.xml1 May 2013 13:16:18 -   1.19
+++ metadata.xml29 Jul 2014 11:01:27 -  1.20
@@ -7,7 +7,7 @@
 nameLoránd Jakab/name
   /maintainer
   maintainer
-emailmmokr...@fold.natur.cuni.cz/email
+emailmmokr...@gmail.com/email
 nameMartin Mokrejs/name
   /maintainer
   maintainer



1.129net-misc/vpnc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog   17 May 2014 15:15:31 -  1.128
+++ ChangeLog   29 Jul 2014 11:01:27 -  1.129
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/vpnc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.128 2014/05/17 
15:15:31 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.129 2014/07/29 
11:01:27 jer Exp $
+
+  29 Jul 2014; Jeroen Roovers j...@gentoo.org metadata.xml:
+  Fix e-mail address.
 
   17 May 2014; Sven Vermeulen sw...@gentoo.org vpnc-0.5.3_p527-r1.ebuild:
   Fix bug #509740 - Add USE=selinux dependency to sec-policy/selinux-vpn






[gentoo-commits] gentoo-x86 commit in app-crypt/monkeysign: monkeysign-1.1-r2.ebuild ChangeLog monkeysign-1.1.ebuild monkeysign-1.1-r1.ebuild

2014-07-29 Thread Kristian Fiskerstrand (k_f)
k_f 14/07/29 11:07:54

  Modified: ChangeLog
  Added:monkeysign-1.1-r2.ebuild
  Removed:  monkeysign-1.1.ebuild monkeysign-1.1-r1.ebuild
  Log:
  Further fixes to ebuild based on feedback. Remove old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xFC3B17DE05E136A0!)

Revision  ChangesPath
1.4  app-crypt/monkeysign/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/monkeysign/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   29 Jul 2014 10:50:19 -  1.3
+++ ChangeLog   29 Jul 2014 11:07:53 -  1.4
@@ -1,6 +1,12 @@
 # ChangeLog for app-crypt/monkeysign
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysign/ChangeLog,v 1.3 
2014/07/29 10:50:19 k_f Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysign/ChangeLog,v 1.4 
2014/07/29 11:07:53 k_f Exp $
+
+*monkeysign-1.1-r2 (29 Jul 2014)
+
+  29 Jul 2014; Kristian Fiskerstrand k...@gentoo.org 
+monkeysign-1.1-r2.ebuild,
+  -monkeysign-1.1-r1.ebuild, -monkeysign-1.1.ebuild:
+  Further fixes to ebuild based on feedback. Remove old.
 
 *monkeysign-1.1-r1 (29 Jul 2014)
 



1.1  app-crypt/monkeysign/monkeysign-1.1-r2.ebuild

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

Index: monkeysign-1.1-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/monkeysign/monkeysign-1.1-r2.ebuild,v 1.1 
2014/07/29 11:07:53 k_f Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=A user-friendly commandline tool to sign OpenGPG keys
HOMEPAGE=http://web.monkeysphere.info/monkeysign/;

SRC_URI=mirror://debian/pool/main/m/monkeysign/monkeysign_${PV}.tar.gz

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

CDEPEND=dev-python/pygtk:2[${PYTHON_USEDEP}]
media-gfx/zbar:0=[python,gtk,imagemagick]
media-gfx/qrencode-python[${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]

DEPEND=dev-python/docutils[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
${CDEPEND}

RDEPEND=app-crypt/gnupg
virtual/mta
${CDEPEND}

PATCHES=(${FILESDIR}/${P}-basename.patch
 ${FILESDIR}/${P}-rst2s5.patch
)

python_install_all()
{
distutils-r1_python_install_all
domenu ${FILESDIR}/monkeysign.desktop
}






[gentoo-commits] gentoo-x86 commit in sys-devel/binutils-config: binutils-config-4.ebuild ChangeLog

2014-07-29 Thread Mike Frysinger (vapier)
vapier  14/07/29 11:15:38

  Modified: ChangeLog
  Added:binutils-config-4.ebuild
  Log:
  Drop FAKE_TARGETS support as gcc dropped it a while ago too #467488.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.66 sys-devel/binutils-config/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?rev=1.66view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?rev=1.66content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?r1=1.65r2=1.66

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   18 Jan 2014 03:08:02 -  1.65
+++ ChangeLog   29 Jul 2014 11:15:38 -  1.66
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/binutils-config
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.65 
2014/01/18 03:08:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.66 
2014/07/29 11:15:38 vapier Exp $
+
+*binutils-config-4 (29 Jul 2014)
+
+  29 Jul 2014; Mike Frysinger vap...@gentoo.org +binutils-config-4.ebuild,
+  +files/binutils-config-4, files/binutils-config.8:
+  Drop FAKE_TARGETS support as gcc dropped it a while ago too #467488.
 
   18 Jan 2014; Mike Frysinger vap...@gentoo.org binutils-config-3-r3.ebuild:
   Add arm64 love.



1.1  sys-devel/binutils-config/binutils-config-4.ebuild

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

Index: binutils-config-4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/binutils-config/binutils-config-4.ebuild,v 
1.1 2014/07/29 11:15:38 vapier Exp $

EAPI=4

DESCRIPTION=Utility to change the binutils version being used
HOMEPAGE=http://www.gentoo.org/;
SRC_URI=

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

S=${WORKDIR}

src_install() {
newbin ${FILESDIR}/${PN}-${PV} ${PN}
doman ${FILESDIR}/${PN}.8
}






[gentoo-commits] gentoo-x86 commit in sys-devel/binutils-config/files: binutils-config.8 binutils-config-4

2014-07-29 Thread Mike Frysinger (vapier)
vapier  14/07/29 11:15:38

  Modified: binutils-config.8
  Added:binutils-config-4
  Log:
  Drop FAKE_TARGETS support as gcc dropped it a while ago too #467488.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.6  sys-devel/binutils-config/files/binutils-config.8

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/files/binutils-config.8?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/files/binutils-config.8?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/files/binutils-config.8?r1=1.5r2=1.6

Index: binutils-config.8
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-devel/binutils-config/files/binutils-config.8,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- binutils-config.8   12 Aug 2011 20:34:00 -  1.5
+++ binutils-config.8   29 Jul 2014 11:15:38 -  1.6
@@ -56,31 +56,6 @@
 \fB\-\-bfd\fR
 Change the default linker for the specified \fIPROFILE\fR to the [older but
 stable] bfd linker.  If unsure, stick to this one.
-.TP
-\fB\-\-amd64\fR
-A nice feature of the amd64/x86 toolchain is that each can produce code for 
-other.  The typical user could care less, but some may want to be able to 
-cross-compile for an amd64 on a x86 system.  This will install the extra 
-symlinks ('x86_64') to facilitate this process.
-.TP
-\fB\-\-arm\fR
-The arm architecture comes in both big and little endian versions.  Typically 
-you only need support for the native target, but sometimes it's helpful to 
-have links for the other endian target.  This will make sure you have both the 
-big endian target ('armeb') and the little endian target ('arm').
-.TP
-\fB\-\-mips\fR
-The mips architecture (like arm) comes in both big and little endian versions. 
 
-Typically you only need support for the native target, but sometimes it's 
-helpful to have links for the other endian target.  This will make sure you 
-have both the big endian target ('mips') and the little endian target 
-('mipsel').
-.TP
-\fB\-\-x86\fR
-One oddity of the x86 toolchain is that they may be named 'i386', or 'i486', 
-or 'i586', or 'i686', yet still produce the same exact code.  When dealing 
-with distcc systems that are mixed (some i586 and some i686), you will need 
-symlinks for all these targets.  This option will install those extra targets.
 .SH REPORTING BUGS
 Please report bugs via http://bugs.gentoo.org/
 .SH SEE ALSO



1.1  sys-devel/binutils-config/files/binutils-config-4

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/files/binutils-config-4?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/files/binutils-config-4?rev=1.1content-type=text/plain

Index: binutils-config-4
===
#!/bin/bash
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/binutils-config/files/binutils-config-4,v 1.1 
2014/07/29 11:15:38 vapier Exp $

# Format of /etc/env.d/binutils/:
#  config-TARGET:   CURRENT=version for TARGET
#  TARGET-VER:  has a TARGET and VER variable

: ${ROOT:=/}
[[ ${ROOT} != */ ]]  ROOT=${ROOT}/
[[ ${ROOT} != /* ]]  ROOT=${PWD%/}/${ROOT}

cd /

trap : INT QUIT TSTP

argv0=${0##*/}
source /etc/init.d/functions.sh || {
echo ${argv0}: Could not source /etc/init.d/functions.sh! 12
exit 1
}
esyslog() { :; }
die() { eerror ${argv0}: $*; exit 1; }
umask 022

usage() {
cat  USAGE_END
Usage: ${HILITE}binutils-config${NORMAL} ${GOOD}[options]${NORMAL} 
${BRACKET}[binutils profile]${NORMAL}

${HILITE}General Options:${NORMAL}
  ${GOOD}-c, --get-current-profile${NORMAL}  Print current profile
  ${GOOD}-l, --list-profiles${NORMAL}Print a list of available profiles
  ${GOOD}-u, --uninstall${NORMAL}Remove all signs of specified 
target
  ${GOOD}-d, --debug${NORMAL}Execute with debug output

${HILITE}General Cruft:${NORMAL}
  ${GOOD}--linker${NORMAL} linker  Switch to specified linker (if 
supported)

Profile names are of the form:  ${BRACKET}CTARGET-binutils version${NORMAL}
For example:${BRACKET}i686-pc-linux-gnu-2.15.92.0.2${NORMAL}

For more info, please see ${HILITE}binutils-config${NORMAL}(8).
USAGE_END

exit ${1:-1}
}

mv_if_diff() {
if cmp -s $1 $2 ; then
rm -f $1
else
mv -f $1 $2
fi
}
atomic_ln() {
local target=$1 linkdir=$2 linkname=$3 linktmp linkfull
linktmp=${linkdir}/.binutils-config.tmp.${linkname}
linkfull=${linkdir}/${linkname}
if [[ -d 

[gentoo-commits] gentoo-x86 commit in kde-misc/kcm-grub2: ChangeLog kcm-grub2-0.6.4-r1.ebuild

2014-07-29 Thread Sergey Popov (pinkbyte)
pinkbyte14/07/29 11:21:21

  Modified: ChangeLog kcm-grub2-0.6.4-r1.ebuild
  Log:
  Stable on amd64 and x86, wrt bug #517404
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.15 kde-misc/kcm-grub2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   3 May 2014 10:36:53 -   1.14
+++ ChangeLog   29 Jul 2014 11:21:21 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for kde-misc/kcm-grub2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/ChangeLog,v 1.14 
2014/05/03 10:36:53 thev00d00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/ChangeLog,v 1.15 
2014/07/29 11:21:21 pinkbyte Exp $
+
+  29 Jul 2014; Sergey Popov pinkb...@gentoo.org kcm-grub2-0.6.4-r1.ebuild:
+  Stable on amd64 and x86, wrt bug #517404
 
 *kcm-grub2-0.6.4-r1 (03 May 2014)
 



1.2  kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild?r1=1.1r2=1.2

Index: kcm-grub2-0.6.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kcm-grub2-0.6.4-r1.ebuild   3 May 2014 10:36:52 -   1.1
+++ kcm-grub2-0.6.4-r1.ebuild   29 Jul 2014 11:21: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/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild,v 1.1 
2014/05/03 10:36:52 thev00d00 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild,v 1.2 
2014/07/29 11:21:21 pinkbyte Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-3
 
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 x86
 SLOT=4
 IUSE=+hwinfo imagemagick packagekit
 






[gentoo-commits] gentoo-x86 commit in dev-perl/SDL: SDL-2.544.ebuild ChangeLog

2014-07-29 Thread Mikle Kolyada (zlogene)
zlogene 14/07/29 11:39:51

  Modified: ChangeLog
  Added:SDL-2.544.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.20 dev-perl/SDL/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SDL/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   26 Feb 2013 14:41:27 -  1.19
+++ ChangeLog   29 Jul 2014 11:39:50 -  1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/SDL
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SDL/ChangeLog,v 1.19 2013/02/26 
14:41:27 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SDL/ChangeLog,v 1.20 2014/07/29 
11:39:50 zlogene Exp $
+
+*SDL-2.544 (29 Jul 2014)
+
+  29 Jul 2014; Mikle Kolyada zlog...@gentoo.org +SDL-2.544.ebuild:
+  Version bump
 
   26 Feb 2013; Jeroen Roovers j...@gentoo.org SDL-2.540.ebuild:
   Stable for HPPA (bug #458676).



1.1  dev-perl/SDL/SDL-2.544.ebuild

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

Index: SDL-2.544.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SDL/SDL-2.544.ebuild,v 1.1 
2014/07/29 11:39:50 zlogene Exp $

EAPI=5
MODULE_AUTHOR=FROGGS
inherit perl-module

DESCRIPTION=Simple DirectMedia Layer (SDL) bindings for perl
HOMEPAGE=http://sdl.perl.org/ http://search.cpan.org/dist/SDL/ 
http://github.com/PerlGameDev/SDL;

LICENSE=GPL-2 OFL-1.1
SLOT=0
KEYWORDS=~amd64 ~hppa ~x86
IUSE=

RDEPEND==dev-perl/Alien-SDL-1.434
dev-perl/Capture-Tiny
dev-perl/File-ShareDir
dev-perl/Test-Most
dev-perl/Tie-Simple
media-libs/libpng:0
media-libs/libsdl
media-libs/sdl-gfx
media-libs/sdl-image
media-libs/sdl-mixer
media-libs/sdl-pango
media-libs/sdl-ttf
media-libs/smpeg
media-libs/tiff:0
virtual/glu
virtual/jpeg
virtual/opengl
virtual/perl-ExtUtils-CBuilder
=virtual/perl-Module-Build-0.400.0
virtual/perl-Scalar-List-Utils
virtual/perl-Test-Simple
DEPEND=${RDEPEND}

SRC_TEST=do
mydoc='CHANGELOG README TODO'






[gentoo-commits] gentoo-x86 commit in app-crypt/monkeysphere: monkeysphere-0.36-r2.ebuild ChangeLog

2014-07-29 Thread Kristian Fiskerstrand (k_f)
k_f 14/07/29 12:34:22

  Modified: ChangeLog
  Added:monkeysphere-0.36-r2.ebuild
  Log:
  Revision bump to include serveral additional patches from my development 
overlay
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xFC3B17DE05E136A0!)

Revision  ChangesPath
1.6  app-crypt/monkeysphere/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/monkeysphere/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   28 Jul 2014 19:03:09 -  1.5
+++ ChangeLog   29 Jul 2014 12:34:22 -  1.6
@@ -1,6 +1,15 @@
 # ChangeLog for app-crypt/monkeysphere
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysphere/ChangeLog,v 1.5 
2014/07/28 19:03:09 k_f Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysphere/ChangeLog,v 1.6 
2014/07/29 12:34:22 k_f Exp $
+
+*monkeysphere-0.36-r2 (29 Jul 2014)
+
+  29 Jul 2014; Kristian Fiskerstrand k...@gentoo.org
+  +files/monkeysphere-0.36_hd_od.patch,
+  +files/monkeysphere-0.36_openpgp2ssh_sanity_check.patch,
+  +files/monkeysphere-0.36_tests_gnupg2.patch, +monkeysphere-0.36-r2.ebuild:
+  Revision bump to include serveral additional patches from my development
+  overlay
 
   28 Jul 2014; Kristian Fiskerstrand k...@gentoo.org metadata.xml:
   Taking over full maintainership instead of through proxy-maint



1.1  app-crypt/monkeysphere/monkeysphere-0.36-r2.ebuild

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

Index: monkeysphere-0.36-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/monkeysphere/monkeysphere-0.36-r2.ebuild,v 
1.1 2014/07/29 12:34:22 k_f Exp $

EAPI=5
inherit eutils user

DESCRIPTION=Leverage the OpenPGP web of trust for OpenSSH and Web 
authentication
HOMEPAGE=http://web.monkeysphere.info/;

LICENSE=GPL-3
SLOT=0
IUSE=
SRC_URI=mirror://debian/pool/monkeysphere/m/monkeysphere/monkeysphere_${PV}.orig.tar.gz
KEYWORDS=~arm ~amd64 ~x86

DOCS=( README Changelog )

# Tests fail upstream for SSH connection. Issue has been reported.
RESTRICT=test

DEPEND=app-crypt/gnupg
net-misc/socat
dev-perl/Crypt-OpenSSL-RSA
dev-perl/Digest-SHA1
app-misc/lockfile-progs

RDEPEND=${DEPEND}

pkg_setup()
{
einfo Creating named group and user
enewgroup monkeysphere
enewuser monkeysphere -1 -1 /var/lib/monkeysphere monkeysphere
# Using fperms and fowner in src_install leave unusable config with 
error
# Authentication refused: bad ownership or modes for directory 
/var/lib/monkeysphere
chown root:monkeysphere /var/lib/monkeysphere
chmod 751 /var/lib/monkeysphere
}

src_prepare()
{
epatch ${FILESDIR}/${P}_default_shell.patch\
   ${FILESDIR}/${P}_non_default_port.patch\
   ${FILESDIR}/${P}_userid_empty_line.patch\
   ${FILESDIR}/${P}_openpgp2ssh_sanity_check.patch\
   ${FILESDIR}/${P}_hd_od.patch

sed -i s#share/doc/monkeysphere#share/doc/${PF}# Makefile || die

# Output format of gpg --check-sigs differ between 1.4 and 2.0 so test
# needs to be updated if 2.0 is used
if has_version '=app-crypt/gnupg-2.0.0:0'; then
epatch ${FILESDIR}/${P}_tests_gnupg2.patch
fi;
}

src_install()
{
default
dodir /var/lib/monkeysphere
}

pkg_postinst()
{
#This function is idempotent, make sure it is run at least once.
monkeysphere-authentication setup || die
}






[gentoo-commits] gentoo-x86 commit in app-crypt/monkeysphere/files: monkeysphere-0.36_tests_gnupg2.patch monkeysphere-0.36_openpgp2ssh_sanity_check.patch monkeysphere-0.36_hd_od.patch

2014-07-29 Thread Kristian Fiskerstrand (k_f)
k_f 14/07/29 12:34:22

  Added:monkeysphere-0.36_tests_gnupg2.patch
monkeysphere-0.36_openpgp2ssh_sanity_check.patch
monkeysphere-0.36_hd_od.patch
  Log:
  Revision bump to include serveral additional patches from my development 
overlay
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xFC3B17DE05E136A0!)

Revision  ChangesPath
1.1  
app-crypt/monkeysphere/files/monkeysphere-0.36_tests_gnupg2.patch

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

Index: monkeysphere-0.36_tests_gnupg2.patch
===
diff -r c13f4b11061e tests/keytrans
--- a/tests/keytransSun Feb 16 19:24:08 2014 +0100
+++ b/tests/keytransSun Feb 16 19:27:42 2014 +0100
@@ -131,9 +131,9 @@
 cat $TEMPDIR/expectedout EOF
 pub:u:1024:1:$KEYID:$timestamp:::u:::scSC:
 uid:u$timestamp::E90EC72E68C6C2A0751DADC70F54F60D27B88C3D::monkeymonkey:
-sig:!::1:$KEYID:$timestampmonkeymonkey:13x:
+sig:!::1:$KEYID:$timestampmonkeymonkey:13x:8:
 uid:u$timestamp::8200BD0425CC70C7D698DF3FE412044EAAB83F94::testtest:
-sig:!::1:$KEYID:$timestampmonkeymonkey:13x:
+sig:!::1:$KEYID:$timestampmonkeymonkey:13x:8:
 EOF
 
 diff -u $TEMPDIR/expectedout (gpg --check-sigs --with-colons | grep -v ^tru)
@@ -159,10 +159,10 @@
 cat $TEMPDIR/expectedout EOF
 pub:u:1024:1:$KEYID:$timestamp:::u:::scSC:
 uid:u$timestamp::E90EC72E68C6C2A0751DADC70F54F60D27B88C3D::monkeymonkey:
-sig:!::1:$KEYID:$timestampmonkeymonkey:13x:
+sig:!::1:$KEYID:$timestampmonkeymonkey:13x:8:
 uid:r::8200BD0425CC70C7D698DF3FE412044EAAB83F94::testtest:
-sig:!::1:$KEYID:$timestampmonkeymonkey:13x:
-rev:!::1:$KEYID:$revtimemonkeymonkey:30x:
+sig:!::1:$KEYID:$timestampmonkeymonkey:13x:8:
+rev:!::1:$KEYID:$revtimemonkeymonkey:30x:8:
 EOF
 
 
@@ -190,15 +190,15 @@
 cat $TEMPDIR/expectedout EOF
 pub:u:1024:1:$KEYID:$timestamp:::u:::scSC:
 uid:u$timestamp::E90EC72E68C6C2A0751DADC70F54F60D27B88C3D::monkeymonkey:
-sig:!::1:$KEYID:$timestampmonkeymonkey:13x:
+sig:!::1:$KEYID:$timestampmonkeymonkey:13x:8:
 uid:r::8200BD0425CC70C7D698DF3FE412044EAAB83F94::testtest:
-sig:!::1:$KEYID:$timestampmonkeymonkey:13x:
-rev:!::1:$KEYID:$revtimemonkeymonkey:30x:
+sig:!::1:$KEYID:$timestampmonkeymonkey:13x:8:
+rev:!::1:$KEYID:$revtimemonkeymonkey:30x:8:
 uid:u$timestamp::EDDC32D783E7F4C7B6982D9AE5DC4A61000648BA::baz:
-sig:!::1:$KEYID:$timestampmonkeymonkey:13x:
+sig:!::1:$KEYID:$timestampmonkeymonkey:13x:8:
 pub:-:1024:1:$NEWKEYID:$(($timestamp + 1)):::-:::caCA:
 uid:-$(($timestamp + 1))::A0D708F51CC257DEFC01AEDE1E0A5F329DFD8F16::fubar:
-sig:!::1:$NEWKEYID:$(($timestamp + 1))fubar:13x:
+sig:!::1:$NEWKEYID:$(($timestamp + 1))fubar:13x:8:
 EOF
 
 echo test: diff expected gpg list output



1.1  
app-crypt/monkeysphere/files/monkeysphere-0.36_openpgp2ssh_sanity_check.patch

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

Index: monkeysphere-0.36_openpgp2ssh_sanity_check.patch
===
diff --git a/src/monkeysphere-authentication b/src/monkeysphere-authentication
index edc7995..2711ff2 100755
--- a/src/monkeysphere-authentication
+++ b/src/monkeysphere-authentication
@@ -84,6 +84,13 @@ gpg_sphere() {
 su_monkeysphere_user gpg --fixed-list-mode --no-greeting --quiet --no-tty 
$@
 }
 
+check_openpgp2ssh_sanity() {
+if [[ `su_monkeysphere_user openpgp2ssh ABC /dev/null || echo $?` != 
255 ]]; then
+echo openpgp2ssh command gives unexpected return code. This can lead to a 
scenario where no authorized keys are populated, even though they are otherwise 
valid. Aborting!
+exit 1
+fi; 
+}
+
 # output to stdout the core fingerprint from the gpg core secret
 # keyring
 core_fingerprint() {
@@ -163,6 +170,7 @@ case $COMMAND in
 'update-users'|'update-user'|'update'|'u')
source ${MASHAREDIR}/setup
setup
+   check_openpgp2ssh_sanity
source ${MASHAREDIR}/update_users
OUTPUT_STDOUT= update_users $@
;;
@@ -171,6 +179,7 @@ case $COMMAND in
(( $#  0 )) || failure Must specify user.
source ${MASHAREDIR}/setup
setup
+   check_openpgp2ssh_sanity
source ${MASHAREDIR}/update_users
OUTPUT_STDOUT=true update_users $1
;;




[gentoo-commits] gentoo-x86 commit in dev-python/http-parser: ChangeLog http-parser-0.8.3.ebuild

2014-07-29 Thread Sergey Popov (pinkbyte)
pinkbyte14/07/29 12:35:48

  Modified: ChangeLog http-parser-0.8.3.ebuild
  Log:
  Add ~s390 keyword, wrt bug #463344
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.22 dev-python/http-parser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   19 Jun 2014 13:01:28 -  1.21
+++ ChangeLog   29 Jul 2014 12:35:48 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/http-parser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.21 
2014/06/19 13:01:28 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.22 
2014/07/29 12:35:48 pinkbyte Exp $
+
+  29 Jul 2014; Sergey Popov pinkb...@gentoo.org http-parser-0.8.3.ebuild:
+  Add ~s390 keyword, wrt bug #463344
 
   19 Jun 2014; Tobias Klausmann klaus...@gentoo.org http-parser-0.8.3.ebuild:
   Keyworded on alpha, bug #463344



1.6  dev-python/http-parser/http-parser-0.8.3.ebuild

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

Index: http-parser-0.8.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- http-parser-0.8.3.ebuild19 Jun 2014 13:01:28 -  1.5
+++ http-parser-0.8.3.ebuild29 Jul 2014 12:35:48 -  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-python/http-parser/http-parser-0.8.3.ebuild,v 1.5 
2014/06/19 13:01:28 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild,v 1.6 
2014/07/29 12:35:48 pinkbyte Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd
 IUSE=examples
 
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in app-crypt/monkeysphere: monkeysphere-0.36-r2.ebuild ChangeLog

2014-07-29 Thread Kristian Fiskerstrand (k_f)
k_f 14/07/29 12:42:28

  Modified: monkeysphere-0.36-r2.ebuild ChangeLog
  Log:
  Fix order of KEYWORDS
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xFC3B17DE05E136A0!)

Revision  ChangesPath
1.2  app-crypt/monkeysphere/monkeysphere-0.36-r2.ebuild

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

Index: monkeysphere-0.36-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-crypt/monkeysphere/monkeysphere-0.36-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- monkeysphere-0.36-r2.ebuild 29 Jul 2014 12:34:22 -  1.1
+++ monkeysphere-0.36-r2.ebuild 29 Jul 2014 12:42: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/app-crypt/monkeysphere/monkeysphere-0.36-r2.ebuild,v 
1.1 2014/07/29 12:34:22 k_f Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/monkeysphere/monkeysphere-0.36-r2.ebuild,v 
1.2 2014/07/29 12:42:28 k_f Exp $
 
 EAPI=5
 inherit eutils user
@@ -12,7 +12,7 @@
 SLOT=0
 IUSE=
 
SRC_URI=mirror://debian/pool/monkeysphere/m/monkeysphere/monkeysphere_${PV}.orig.tar.gz
-KEYWORDS=~arm ~amd64 ~x86
+KEYWORDS=~amd64 ~arm ~x86
 
 DOCS=( README Changelog )
 



1.7  app-crypt/monkeysphere/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/monkeysphere/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   29 Jul 2014 12:34:22 -  1.6
+++ ChangeLog   29 Jul 2014 12:42:28 -  1.7
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/monkeysphere
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysphere/ChangeLog,v 1.6 
2014/07/29 12:34:22 k_f Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysphere/ChangeLog,v 1.7 
2014/07/29 12:42:28 k_f Exp $
+
+  29 Jul 2014; Kristian Fiskerstrand k...@gentoo.org
+  monkeysphere-0.36-r2.ebuild:
+  Fix order of KEYWORDS
 
 *monkeysphere-0.36-r2 (29 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/httparty: ChangeLog httparty-0.13.1.ebuild

2014-07-29 Thread Hans de Graaff (graaff)
graaff  14/07/29 13:31:20

  Modified: ChangeLog httparty-0.13.1.ebuild
  Log:
  Add ruby21.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.32 dev-ruby/httparty/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   25 Jul 2014 13:41:23 -  1.31
+++ ChangeLog   29 Jul 2014 13:31:20 -  1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/httparty
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.31 
2014/07/25 13:41:23 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.32 
2014/07/29 13:31:20 graaff Exp $
+
+  29 Jul 2014; Hans de Graaff gra...@gentoo.org httparty-0.13.1.ebuild:
+  Add ruby21.
 
   25 Jul 2014; Manuel Rüger mr...@gentoo.org httparty-0.13.1.ebuild:
   Add ruby20 support.



1.3  dev-ruby/httparty/httparty-0.13.1.ebuild

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

Index: httparty-0.13.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.13.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- httparty-0.13.1.ebuild  25 Jul 2014 13:41:23 -  1.2
+++ httparty-0.13.1.ebuild  29 Jul 2014 13:31:20 -  1.3
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.13.1.ebuild,v 
1.2 2014/07/25 13:41:23 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.13.1.ebuild,v 
1.3 2014/07/29 13:31:20 graaff Exp $
 
 EAPI=5
 
 # jruby → testsuite fails (seems like a testuite bug)
-USE_RUBY=ruby19 ruby20
+USE_RUBY=ruby19 ruby20 ruby21
 
 # We have a custom test function, but don't null this out so that the
 # deps are still added






[gentoo-commits] dev/graaff:master commit in: dev-ruby/pipedrive-ruby/

2014-07-29 Thread Hans de Graaff
commit: 3b60c2319faaca49f7ffcb32a5258b4f4ff17985
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Tue Jul 29 13:22:57 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Tue Jul 29 13:22:57 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=3b60c231

Initial import.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/pipedrive-ruby/ChangeLog  | 10 +
 dev-ruby/pipedrive-ruby/Manifest   |  1 +
 dev-ruby/pipedrive-ruby/metadata.xml   |  5 +++
 .../pipedrive-ruby/pipedrive-ruby-0.3.3.ebuild | 46 ++
 4 files changed, 62 insertions(+)

diff --git a/dev-ruby/pipedrive-ruby/ChangeLog 
b/dev-ruby/pipedrive-ruby/ChangeLog
new file mode 100644
index 000..32c8649
--- /dev/null
+++ b/dev-ruby/pipedrive-ruby/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/pipedrive-ruby
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pipedrive-ruby-0.3.3 (29 Jul 2014)
+
+  29 Jul 2014; Hans de Graaff gra...@gentoo.org +pipedrive-ruby-0.3.3.ebuild,
+  +metadata.xml:
+  Initial import.
+

diff --git a/dev-ruby/pipedrive-ruby/Manifest b/dev-ruby/pipedrive-ruby/Manifest
new file mode 100644
index 000..402861e
--- /dev/null
+++ b/dev-ruby/pipedrive-ruby/Manifest
@@ -0,0 +1 @@
+DIST pipedrive-ruby-0.3.3.gem 12288 SHA256 
230479c6e7cfa4a9da8c347dd25fd8d6d28a3b326de7fdbaab5cb208052cdc0b SHA512 
9b0c9f53997fc7c9b903a9c53f5d36dd5e8b999a1ed341260e4c240419ff955b4dc5609e47368aaf4f5baed0370448dd420e8ba7827e18f5d0027241f8475784
 WHIRLPOOL 
aa89915f48009bffe2aea41bf4838ba1a9d60d0d9d1d26d0c63ec089d92e8062a9bf0bcfa8382e8e10f5bbb71427b878d077e348679c30ef9fe5171f8eed0f55

diff --git a/dev-ruby/pipedrive-ruby/metadata.xml 
b/dev-ruby/pipedrive-ruby/metadata.xml
new file mode 100644
index 000..f977299
--- /dev/null
+++ b/dev-ruby/pipedrive-ruby/metadata.xml
@@ -0,0 +1,5 @@
+?xml version = '1.0' encoding = 'UTF-8'?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+maintaineremailgra...@gentoo.org/email/maintainer
+/pkgmetadata

diff --git a/dev-ruby/pipedrive-ruby/pipedrive-ruby-0.3.3.ebuild 
b/dev-ruby/pipedrive-ruby/pipedrive-ruby-0.3.3.ebuild
new file mode 100644
index 000..6f6b891
--- /dev/null
+++ b/dev-ruby/pipedrive-ruby/pipedrive-ruby-0.3.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY=ruby19 ruby20
+
+RUBY_FAKEGEM_TASK_DOC=
+RUBY_FAKEGEM_EXTRADOC=README.md
+
+RUBY_FAKEGEM_RECIPE_TEST=rspec
+
+RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
+
+inherit ruby-fakegem
+
+DESCRIPTION=Ruby wrapper for the LinkedIn API
+HOMEPAGE=http://github.com/hexgnu/linkedin;
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=~amd64
+IUSE=
+
+ruby_add_rdepend 
+   dev-ruby/httparty
+   =dev-ruby/json-1.7.7
+   =dev-ruby/multi_xml-0.5.2
+
+
+ruby_add_bdepend test? (
+   dev-ruby/test-unit:2 dev-ruby/shoulda
+)
+
+all_ruby_prepare() {
+   # Remove test dependencies that should not be runtime dependencies
+   # https://github.com/GeneralScripting/pipedrive-ruby/issues/19
+   sed -e '/\(coveralls\|webmock\)/ s:^:#:' -i ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   sed -e '/coverall/I s:^:#:' \
+   -e '/^begin/,/^end/ s:^:#:' -i test/helper.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S testrb-2 test/test_*.rb || die
+}



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

2014-07-29 Thread Julian Ospald (hasufell)
hasufell14/07/29 13:32:16

  Modified: boost-1.53.0-r1.ebuild ChangeLog
boost-1.55.0-r1.ebuild boost-1.54.0-r1.ebuild
  Added:boost-1.52.0-r7.ebuild
  Log:
  fix build with USE=-threads wrt #458404
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  ChangesPath
1.5  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.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild?r1=1.4r2=1.5

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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- boost-1.53.0-r1.ebuild  28 Apr 2014 07:20:08 -  1.4
+++ boost-1.53.0-r1.ebuild  29 Jul 2014 13:32:16 -  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/boost/boost-1.53.0-r1.ebuild,v 1.4 
2014/04/28 07:20:08 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild,v 1.5 
2014/07/29 13:32:16 hasufell Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -85,6 +85,7 @@
${FILESDIR}/${PN}-1.48.0-disable_icu_rpath.patch
epatch  ${FILESDIR}/${PN}-1.53.0-library_status.patch # bug 459112
epatch  ${FILESDIR}/${PN}-1.53.0-glibc-2.18-compat.patch # bug 482372
+   epatch ${FILESDIR}/${PN}-1.52.0-threads.patch
 
# Avoid a patch for now
for file in libs/context/src/asm/*.S; do



1.319dev-libs/boost/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -r1.318 -r1.319
--- ChangeLog   23 Jun 2014 15:36:15 -  1.318
+++ ChangeLog   29 Jul 2014 13:32:16 -  1.319
@@ -1,6 +1,13 @@
 # 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.318 2014/06/23 
15:36:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.319 2014/07/29 
13:32:16 hasufell Exp $
+
+*boost-1.52.0-r7 (29 Jul 2014)
+
+  29 Jul 2014; Julian Ospald hasuf...@gentoo.org +boost-1.52.0-r7.ebuild,
+  boost-1.53.0-r1.ebuild, boost-1.54.0-r1.ebuild, boost-1.55.0-r1.ebuild,
+  +files/boost-1.52.0-threads.patch:
+  fix build with USE=-threads wrt #458404
 
   23 Jun 2014; Michał Górny mgo...@gentoo.org boost-1.55.0-r1.ebuild:
   Enable python3.4.



1.7  dev-libs/boost/boost-1.55.0-r1.ebuild

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

Index: boost-1.55.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- boost-1.55.0-r1.ebuild  23 Jun 2014 15:36:15 -  1.6
+++ boost-1.55.0-r1.ebuild  29 Jul 2014 13:32:16 -  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/boost/boost-1.55.0-r1.ebuild,v 1.6 
2014/06/23 15:36:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild,v 1.7 
2014/07/29 13:32:16 hasufell Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
@@ -91,7 +91,8 @@
${FILESDIR}/${PN}-1.48.0-python_linking.patch \
${FILESDIR}/${PN}-1.48.0-disable_icu_rpath.patch \
${FILESDIR}/${PN}-1.55.0-context-x32.patch \
-   ${FILESDIR}/${PN}-1.55.0-tools-c98-compat.patch
+   ${FILESDIR}/${PN}-1.55.0-tools-c98-compat.patch \
+   ${FILESDIR}/${PN}-1.52.0-threads.patch
 
epatch_user
 }



1.5  

[gentoo-commits] gentoo-x86 commit in dev-libs/boost/files: boost-1.52.0-threads.patch

2014-07-29 Thread Julian Ospald (hasufell)
hasufell14/07/29 13:32:18

  Added:boost-1.52.0-threads.patch
  Log:
  fix build with USE=-threads wrt #458404
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  ChangesPath
1.1  dev-libs/boost/files/boost-1.52.0-threads.patch

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

Index: boost-1.52.0-threads.patch
===
Index: /trunk/boostcpp.jam
===
--- /trunk/boostcpp.jam (revision 79301)
+++ /trunk/boostcpp.jam (revision 81000)
@@ -210,6 +210,44 @@
 }
 
+rule filtered-target ( name : message + : sources + : requirements * )
+{
+message $(name)-message : warning: $(message) ;
+alias $(name) : $(sources) : $(requirements) ;
+alias $(name) : $(name)-message ;
+
+local p = [ project.current ] ;
+$(p).mark-target-as-explicit $(name) ;
+$(p).mark-target-as-explicit $(name)-message ;
+}
+
 rule declare_install_and_stage_proper_targets ( libraries * : headers * )
 {
+for local l in $(libraries)
+{
+if $(l) = locale
+{
+filtered-target $(l)-for-install :
+Skipping Boost.Locale library with threading=single. :
+libs/$(l)/build : threadingmulti ;
+}
+else if $(l) = wave
+{
+filtered-target $(l)-for-install :
+Skipping Boost.Wave library with threading=single. :
+libs/$(l)/build : threadingmulti ;
+}
+else if $(l) = thread
+{
+filtered-target $(l)-for-install :
+Skipping Boost.Thread library with threading=single. :
+libs/$(l)/build : threadingmulti ;
+}
+else
+{
+alias $(l)-for-install : libs/$(l)/build ; 
+}
+}
+local library-targets = $(libraries)-for-install ;
+
 install-requirements = install-source-root$(BOOST_ROOT)/boost ;
 
@@ -239,5 +277,5 @@
 : $(install-requirements) install-no-version-symlinkson
 :
-: libs/$(libraries)/build
+: $(libraries)-for-install
 : $(headers)
 ;
@@ -246,5 +284,5 @@
 # Install just library.
 install stage-proper
-: libs/$(libraries)/build
+: $(libraries)-for-install
 : location$(stage-locate)/lib
   install-dependencieson install-typeLIB






[gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-3.14.14.ebuild vanilla-sources-3.4.100.ebuild vanilla-sources-3.15.7.ebuild vanilla-sources-3.10.50.ebuild ChangeLog v

2014-07-29 Thread Agostino Sarubbo (ago)
ago 14/07/29 13:42:50

  Modified: ChangeLog
  Added:vanilla-sources-3.14.14.ebuild
vanilla-sources-3.4.100.ebuild
vanilla-sources-3.15.7.ebuild
vanilla-sources-3.10.50.ebuild
  Removed:  vanilla-sources-3.10.49.ebuild
vanilla-sources-3.14.13.ebuild
vanilla-sources-3.4.99.ebuild
vanilla-sources-3.15.6.ebuild
  Log:
  Version bump for the 3.4 / 3.10 / 3.14 / 3.15 series, remove old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
7194459F)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.1306
retrieving revision 1.1307
diff -u -r1.1306 -r1.1307
--- ChangeLog   22 Jul 2014 17:56:10 -  1.1306
+++ ChangeLog   29 Jul 2014 13:42:50 -  1.1307
@@ -1,6 +1,18 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1306 2014/07/22 17:56:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1307 2014/07/29 13:42:50 ago Exp $
+
+*vanilla-sources-3.4.100 (29 Jul 2014)
+*vanilla-sources-3.10.50 (29 Jul 2014)
+*vanilla-sources-3.15.7 (29 Jul 2014)
+*vanilla-sources-3.14.14 (29 Jul 2014)
+
+  29 Jul 2014; Agostino Sarubbo a...@gentoo.org
+  +vanilla-sources-3.10.50.ebuild, +vanilla-sources-3.14.14.ebuild,
+  +vanilla-sources-3.15.7.ebuild, +vanilla-sources-3.4.100.ebuild,
+  -vanilla-sources-3.10.49.ebuild, -vanilla-sources-3.14.13.ebuild,
+  -vanilla-sources-3.15.6.ebuild, -vanilla-sources-3.4.99.ebuild:
+  Version bump for the 3.4 / 3.10 / 3.14 / 3.15 series, remove old.
 
 *vanilla-sources-3.12.25 (22 Jul 2014)
 



1.1  sys-kernel/vanilla-sources/vanilla-sources-3.14.14.ebuild

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

Index: vanilla-sources-3.14.14.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.14.14.ebuild,v
 1.1 2014/07/29 13:42:50 ago Exp $

EAPI=5
K_NOUSENAME=yes
K_NOSETEXTRAVERSION=yes
K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=1
ETYPE=sources
inherit kernel-2
detect_version

DESCRIPTION=Full sources for the Linux kernel
HOMEPAGE=http://www.kernel.org;
SRC_URI=${KERNEL_URI}

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



1.1  sys-kernel/vanilla-sources/vanilla-sources-3.4.100.ebuild

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

Index: vanilla-sources-3.4.100.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.4.100.ebuild,v
 1.1 2014/07/29 13:42:50 ago Exp $

EAPI=5
K_NOUSENAME=yes
K_NOSETEXTRAVERSION=yes
K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=1
ETYPE=sources
inherit kernel-2
detect_version

DESCRIPTION=Full sources for the Linux kernel
HOMEPAGE=http://www.kernel.org;
SRC_URI=${KERNEL_URI}

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



1.1  sys-kernel/vanilla-sources/vanilla-sources-3.15.7.ebuild

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

Index: vanilla-sources-3.15.7.ebuild
===
# Copyright 1999-2014 Gentoo 

[gentoo-commits] proj/hardened-refpolicy:master commit in: gentoo/

2014-07-29 Thread Sven Vermeulen
commit: 7175677e51b3ae77fce953f62018c8b8606c
Author: Sven Vermeulen sven.vermeulen AT siphos DOT be
AuthorDate: Tue Jul 29 14:05:57 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Tue Jul 29 14:05:57 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=7175677e

Merge upstream

---
 gentoo/STATE | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gentoo/STATE b/gentoo/STATE
index 2d0f4e5..a2ef0b3 100644
--- a/gentoo/STATE
+++ b/gentoo/STATE
@@ -1,2 +1,2 @@
-contrib is at 7123e89bea85904ba654ac8c47e0b917c5990b08
-master is at d7acf5d3c55f272a2f27197a6e7049a6f0fb83db
+contrib is at 917a075907a0b291e1bec4787ff72b9cc5d39a80
+master is at b2c5f739a1a7b4114686933988ecf217ed8579b3



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/

2014-07-29 Thread Sven Vermeulen
commit: 4563b7dd71222c81a270198e2915712fef53e048
Author: Nicolas Iooss nicolas.iooss AT m4x DOT org
AuthorDate: Sat Jul  5 16:35:26 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Tue Jul 29 14:03:21 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=4563b7dd

Label /lib symlink as lib_t for every distro

As in Debian, Gentoo and Arch Linux /lib may be a symlink, move its file
context definition outside of ifdef blocks.

---
 policy/modules/system/libraries.fc | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/policy/modules/system/libraries.fc 
b/policy/modules/system/libraries.fc
index 18398f5..85e918f 100644
--- a/policy/modules/system/libraries.fc
+++ b/policy/modules/system/libraries.fc
@@ -33,22 +33,15 @@ ifdef(`distro_redhat',`
 /etc/ppp/plugins/rp-pppoe\.so  --  
gen_context(system_u:object_r:lib_t,s0)
 
 #
-# /lib
+# /lib(64)?
 #
 /lib   -d  
gen_context(system_u:object_r:lib_t,s0)
+/lib   -l  
gen_context(system_u:object_r:lib_t,s0)
 /lib/.*
gen_context(system_u:object_r:lib_t,s0)
 /lib/ld-[^/]*\.so(\.[^/]*)*--  
gen_context(system_u:object_r:ld_so_t,s0)
 
 /lib/security/pam_poldi\.so--  
gen_context(system_u:object_r:textrel_shlib_t,s0)
 
-ifdef(`distro_debian',`
-/lib   -l  
gen_context(system_u:object_r:lib_t,s0)
-')
-
-ifdef(`distro_gentoo',`
-/lib   -l  
gen_context(system_u:object_r:lib_t,s0)
-')
-
 #
 # /opt
 #



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2014-07-29 Thread Sven Vermeulen
commit: ad9cc622fb5bef6e37054150efd55ecead438889
Author: Sven Vermeulen sven.vermeulen AT siphos DOT be
AuthorDate: Sat Jul  5 16:19:14 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Tue Jul 29 14:05:20 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=ad9cc622

Enable asound.state.lock support

asound.state.lock file when managing alsa state operations.

Signed-off-by: Sven Vermeulen sven.vermeulen AT siphos.be

---
 policy/modules/contrib/alsa.fc | 2 ++
 policy/modules/contrib/alsa.te | 6 ++
 2 files changed, 8 insertions(+)

diff --git a/policy/modules/contrib/alsa.fc b/policy/modules/contrib/alsa.fc
index 33d9d31..6c3c0ba 100644
--- a/policy/modules/contrib/alsa.fc
+++ b/policy/modules/contrib/alsa.fc
@@ -24,3 +24,5 @@ ifdef(`distro_debian',`
 /usr/share/alsa/pcm(/.*)?  gen_context(system_u:object_r:alsa_etc_rw_t,s0)
 
 /var/lib/alsa(/.*)?gen_context(system_u:object_r:alsa_var_lib_t,s0)
+
+/var/lock/asound\.state\.lock  --  
gen_context(system_u:object_r:alsa_var_lock_t,s0)

diff --git a/policy/modules/contrib/alsa.te b/policy/modules/contrib/alsa.te
index 5b04663..4b818a0 100644
--- a/policy/modules/contrib/alsa.te
+++ b/policy/modules/contrib/alsa.te
@@ -24,6 +24,9 @@ files_tmpfs_file(alsa_tmpfs_t)
 type alsa_var_lib_t;
 files_type(alsa_var_lib_t)
 
+type alsa_var_lock_t;
+files_lock_file(alsa_var_lock_t)
+
 type alsa_home_t;
 userdom_user_home_content(alsa_home_t)
 
@@ -57,6 +60,9 @@ fs_tmpfs_filetrans(alsa_t, alsa_tmpfs_t, file)
 manage_dirs_pattern(alsa_t, alsa_var_lib_t, alsa_var_lib_t)
 manage_files_pattern(alsa_t, alsa_var_lib_t, alsa_var_lib_t)
 
+allow alsa_t alsa_var_lock_t:file manage_file_perms;
+files_lock_filetrans(alsa_t, alsa_var_lock_t, file);
+
 kernel_read_system_state(alsa_t)
 
 corecmd_exec_bin(alsa_t)



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2014-07-29 Thread Sven Vermeulen
commit: 4d42e1b7f3cb8de8d5073cde603986bf82189485
Author: Chris PeBenito cpebenito AT tresys DOT com
AuthorDate: Tue Jul  8 12:45:00 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Tue Jul 29 14:05:23 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=4d42e1b7

Module version bump for alsa and hiawatha fixes from Sven Vermeulen.

---
 policy/modules/contrib/alsa.te   | 2 +-
 policy/modules/contrib/apache.te | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/policy/modules/contrib/alsa.te b/policy/modules/contrib/alsa.te
index 4b818a0..642a587 100644
--- a/policy/modules/contrib/alsa.te
+++ b/policy/modules/contrib/alsa.te
@@ -1,4 +1,4 @@
-policy_module(alsa, 1.13.0)
+policy_module(alsa, 1.13.1)
 
 
 #

diff --git a/policy/modules/contrib/apache.te b/policy/modules/contrib/apache.te
index 5570175..2e187d2 100644
--- a/policy/modules/contrib/apache.te
+++ b/policy/modules/contrib/apache.te
@@ -1,4 +1,4 @@
-policy_module(apache, 2.8.3)
+policy_module(apache, 2.8.4)
 
 
 #



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2014-07-29 Thread Sven Vermeulen
commit: 4accddc2a2ee81d9ab501b96d866731969af79fa
Author: Nicolas Iooss nicolas.iooss AT m4x DOT org
AuthorDate: Sat Jul  5 16:40:44 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Tue Jul 29 14:05:28 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=4accddc2

Label /usr/bin/tftpd as tftpd_exec_t

This TFTP daemon executable is provided by iputils package in Arch Linux
(https://www.archlinux.org/packages/core/x86_64/iputils/files/).

---
 policy/modules/contrib/tftp.fc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/policy/modules/contrib/tftp.fc b/policy/modules/contrib/tftp.fc
index 3dd87da..fb0b982 100644
--- a/policy/modules/contrib/tftp.fc
+++ b/policy/modules/contrib/tftp.fc
@@ -1,5 +1,7 @@
 /etc/(x)?inetd\.d/tftp --  gen_context(system_u:object_r:tftpd_conf_t,s0)
 
+/usr/bin/tftpd --  gen_context(system_u:object_r:tftpd_exec_t,s0)
+
 /usr/sbin/atftpd   --  gen_context(system_u:object_r:tftpd_exec_t,s0)
 /usr/sbin/in\.tftpd--  gen_context(system_u:object_r:tftpd_exec_t,s0)
 



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/

2014-07-29 Thread Sven Vermeulen
commit: 0783942ea1280c9c997e2305d835008808a490d9
Author: Chris PeBenito cpebenito AT tresys DOT com
AuthorDate: Tue Jul  8 12:53:06 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Tue Jul 29 14:03:35 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=0783942e

Module version bump for libraries fc fix from Nicolas Iooss.

---
 policy/modules/system/libraries.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/system/libraries.te 
b/policy/modules/system/libraries.te
index 6e56c05..7d6238e 100644
--- a/policy/modules/system/libraries.te
+++ b/policy/modules/system/libraries.te
@@ -1,4 +1,4 @@
-policy_module(libraries, 2.11.0)
+policy_module(libraries, 2.11.1)
 
 
 #



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2014-07-29 Thread Sven Vermeulen
commit: d98d2b28806a778ca2edfab26a5d81a2e79e8e9a
Author: Nicolas Iooss nicolas.iooss AT m4x DOT org
AuthorDate: Sat Jul  5 16:42:29 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Tue Jul 29 14:05:26 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=d98d2b28

ftp: fix labels in /var/lock/subsys/

In the pattern /var/lock/subsys/*.ftpd, the star is applied to the
slash instead to the dot.  This means that the pattern matches these
files:

* Xftpd in /var/lock/subsys/ (where X is whatever character)
* subsysXftpd in /var/lock/ (where X is whatever character)

/var/lock/subsys/vsftpd, which has been used by vsftpd, is therefore
not matched by the pattern.

As *. looks like a typo, this patch replaces it with .*.

---
 policy/modules/contrib/ftp.fc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/ftp.fc b/policy/modules/contrib/ftp.fc
index ddb75c1..fa132af 100644
--- a/policy/modules/contrib/ftp.fc
+++ b/policy/modules/contrib/ftp.fc
@@ -19,7 +19,7 @@
 
 /usr/libexec/webmin/vsftpd/webalizer/xfer_log  --  
gen_context(system_u:object_r:xferlog_t,s0)
 
-/var/lock/subsys/*.ftpd--  
gen_context(system_u:object_r:ftpd_lock_t,s0)
+/var/lock/subsys/.*ftpd--  
gen_context(system_u:object_r:ftpd_lock_t,s0)
 
 /var/log/muddleftpd\.log.* --  
gen_context(system_u:object_r:xferlog_t,s0)
 /var/log/proftpd(/.*)? gen_context(system_u:object_r:xferlog_t,s0)



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2014-07-29 Thread Sven Vermeulen
commit: 58a3b14c6019fd006044050c1d01eee619276007
Author: Chris PeBenito cpebenito AT tresys DOT com
AuthorDate: Tue Jul  8 12:50:44 2014 +
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Tue Jul 29 14:05:31 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=58a3b14c

Module version bump for ftp and tftp fixes from Nicolas Iooss.

---
 policy/modules/contrib/ftp.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/ftp.te b/policy/modules/contrib/ftp.te
index 33cda5e..b59e761 100644
--- a/policy/modules/contrib/ftp.te
+++ b/policy/modules/contrib/ftp.te
@@ -1,4 +1,4 @@
-policy_module(ftp, 1.16.0)
+policy_module(ftp, 1.16.1)
 
 
 #



[gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/

2014-07-29 Thread Michał Górny
commit: 358039449ec2faaaba55cf6638b145de75769c79
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Tue Jul 29 14:23:25 2014 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Tue Jul 29 14:23:25 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=35803944

x11-libs/libxcb: Fix finding Python when building in a root, bug #503228. Patch 
by James Le Cuirot.

Package-Manager: portage-2.2.10

---
 x11-libs/libxcb/libxcb-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxcb/libxcb-.ebuild 
b/x11-libs/libxcb/libxcb-.ebuild
index 0edfff4..de69d88 100644
--- a/x11-libs/libxcb/libxcb-.ebuild
+++ b/x11-libs/libxcb/libxcb-.ebuild
@@ -30,7 +30,7 @@ DEPEND=${RDEPEND}

=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}])
 
 python_check_deps() {
-   has_version 
=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]
+   has_version --host-root 
=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]
 }
 
 pkg_setup() {



[gentoo-commits] gentoo-x86 commit in dev-perl/Alien-SDL: Alien-SDL-1.440.0.ebuild Alien-SDL-1.444.0.ebuild ChangeLog

2014-07-29 Thread Mikle Kolyada (zlogene)
zlogene 14/07/29 14:32:51

  Modified: Alien-SDL-1.440.0.ebuild ChangeLog
  Added:Alien-SDL-1.444.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/Alien-SDL/Alien-SDL-1.440.0.ebuild

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

Index: Alien-SDL-1.440.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.440.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Alien-SDL-1.440.0.ebuild16 Aug 2013 07:17:15 -  1.1
+++ Alien-SDL-1.440.0.ebuild29 Jul 2014 14:32:51 -  1.2
@@ -1,8 +1,8 @@
-# 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-perl/Alien-SDL/Alien-SDL-1.440.0.ebuild,v 1.1 
2013/08/16 07:17:15 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.440.0.ebuild,v 1.2 
2014/07/29 14:32:51 zlogene Exp $
 
-EAPI=4
+EAPI=5
 
 MODULE_AUTHOR=FROGGS
 MODULE_VERSION=1.440



1.20 dev-perl/Alien-SDL/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   16 Aug 2013 07:17:15 -  1.19
+++ ChangeLog   29 Jul 2014 14:32:51 -  1.20
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Alien-SDL
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/ChangeLog,v 1.19 
2013/08/16 07:17:15 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/ChangeLog,v 1.20 
2014/07/29 14:32:51 zlogene Exp $
+
+*Alien-SDL-1.444.0 (29 Jul 2014)
+
+  29 Jul 2014; Mikle Kolyada zlog...@gentoo.org +Alien-SDL-1.444.0.ebuild,
+  Alien-SDL-1.440.0.ebuild:
+  Version bump
 
 *Alien-SDL-1.440.0 (16 Aug 2013)
 



1.1  dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild?rev=1.1content-type=text/plain

Index: Alien-SDL-1.444.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild,v 1.1 
2014/07/29 14:32:51 zlogene Exp $

EAPI=5

MODULE_AUTHOR=FROGGS
MODULE_VERSION=1.444
inherit perl-module

DESCRIPTION=building, finding and using SDL binaries

SLOT=0
KEYWORDS=~amd64 ~hppa ~x86
IUSE=

# Archive::Extract, File::Fetch, File::Find, Test::More - dev-lang/perl
RDEPEND=dev-perl/Archive-Zip
dev-perl/Capture-Tiny
dev-perl/File-ShareDir
dev-perl/File-Which
dev-perl/Text-Patch
media-libs/libsdl
virtual/perl-Archive-Tar
virtual/perl-Digest-SHA
virtual/perl-ExtUtils-CBuilder
virtual/perl-ExtUtils-MakeMaker
virtual/perl-Module-Build
virtual/perl-File-Spec
virtual/perl-File-Temp
DEPEND=${RDEPEND}

SRC_TEST=do
myconf='--with-sdl-config'






[gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: libxcb-1.10.ebuild libxcb-1.9.3-r1.ebuild ChangeLog

2014-07-29 Thread Michal Gorny (mgorny)
mgorny  14/07/29 14:27:27

  Modified: libxcb-1.10.ebuild libxcb-1.9.3-r1.ebuild ChangeLog
  Log:
  Fix finding Python when building in a root, bug #503228. Patch by James Le 
Cuirot.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.14 x11-libs/libxcb/libxcb-1.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild?r1=1.13r2=1.14

Index: libxcb-1.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libxcb-1.10.ebuild  18 Jun 2014 21:05:38 -  1.13
+++ libxcb-1.10.ebuild  29 Jul 2014 14:27:27 -  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/x11-libs/libxcb/libxcb-1.10.ebuild,v 1.13 
2014/06/18 21:05:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild,v 1.14 
2014/07/29 14:27:27 mgorny Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@

=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}])
 
 python_check_deps() {
-   has_version 
=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]
+   has_version --host-root 
=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]
 }
 
 pkg_setup() {



1.3  x11-libs/libxcb/libxcb-1.9.3-r1.ebuild

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

Index: libxcb-1.9.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.9.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libxcb-1.9.3-r1.ebuild  18 Jun 2014 21:05:38 -  1.2
+++ libxcb-1.9.3-r1.ebuild  29 Jul 2014 14:27:27 -  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/x11-libs/libxcb/libxcb-1.9.3-r1.ebuild,v 
1.2 2014/06/18 21:05:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.9.3-r1.ebuild,v 
1.3 2014/07/29 14:27:27 mgorny Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@

=x11-proto/xcb-proto-1.9-r1[${MULTILIB_USEDEP},\${PYTHON_USEDEP}])
 
 python_check_deps() {
-   has_version 
=x11-proto/xcb-proto-1.9-r1[${MULTILIB_USEDEP},${PYTHON_USEDEP}]
+   has_version --host-root 
=x11-proto/xcb-proto-1.9-r1[${MULTILIB_USEDEP},${PYTHON_USEDEP}]
 }
 
 pkg_setup() {



1.143x11-libs/libxcb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog   18 Jun 2014 21:05:38 -  1.142
+++ ChangeLog   29 Jul 2014 14:27:27 -  1.143
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libxcb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.142 
2014/06/18 21:05:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.143 
2014/07/29 14:27:27 mgorny Exp $
+
+  29 Jul 2014; Michał Górny mgo...@gentoo.org libxcb-1.10.ebuild,
+  libxcb-1.9.3-r1.ebuild:
+  Fix finding Python when building in a root, bug #503228. Patch by James Le
+  Cuirot.
 
   18 Jun 2014; Michał Górny mgo...@gentoo.org libxcb-1.10.ebuild,
   libxcb-1.9.1-r1.ebuild, libxcb-1.9.1.ebuild, libxcb-1.9.3-r1.ebuild,






[gentoo-commits] gentoo-x86 commit in sys-apps/help2man: ChangeLog help2man-1.46.1.ebuild help2man-1.44.1.ebuild

2014-07-29 Thread Lars Wendler (polynomial-c)
polynomial-c14/07/29 15:13:53

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

Revision  ChangesPath
1.117sys-apps/help2man/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog   25 Mar 2014 07:43:34 -  1.116
+++ ChangeLog   29 Jul 2014 15:13:53 -  1.117
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/help2man
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.116 
2014/03/25 07:43:34 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.117 
2014/07/29 15:13:53 polynomial-c Exp $
+
+*help2man-1.46.1 (29 Jul 2014)
+
+  29 Jul 2014; Lars Wendler polynomia...@gentoo.org -help2man-1.44.1.ebuild,
+  +help2man-1.46.1.ebuild, +files/help2man-1.46.1-linguas.patch:
+  Version bump. Removed old.
 
 *help2man-1.45.1 (25 Mar 2014)
 



1.1  sys-apps/help2man/help2man-1.46.1.ebuild

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

Index: help2man-1.46.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.46.1.ebuild,v 
1.1 2014/07/29 15:13:53 polynomial-c Exp $

EAPI=4
inherit eutils

DESCRIPTION=GNU utility to convert program --help output to a man page
HOMEPAGE=http://www.gnu.org/software/help2man/;
SRC_URI=mirror://gnu/${PN}/${P}.tar.xz

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=nls elibc_glibc

RDEPEND=dev-lang/perl
elibc_glibc? ( nls? (
dev-perl/Locale-gettext
) )
DEPEND=${RDEPEND}

DOCS=debian/changelog NEWS README THANKS #385753

src_prepare() {
epatch \
${FILESDIR}/${PN}-1.36.4-respect-LDFLAGS.patch \
${FILESDIR}/${PN}-1.46.1-linguas.patch
}

src_configure() {
local myconf
use elibc_glibc \
 myconf=${myconf} $(use_enable nls) \
|| myconf=${myconf} --disable-nls
econf ${myconf}
}






[gentoo-commits] gentoo-x86 commit in sys-apps/help2man/files: help2man-1.46.1-linguas.patch

2014-07-29 Thread Lars Wendler (polynomial-c)
polynomial-c14/07/29 15:13:54

  Added:help2man-1.46.1-linguas.patch
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.1  sys-apps/help2man/files/help2man-1.46.1-linguas.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/help2man/files/help2man-1.46.1-linguas.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/help2man/files/help2man-1.46.1-linguas.patch?rev=1.1content-type=text/plain

Index: help2man-1.46.1-linguas.patch
===
respect user LINGUAS

--- help2man-1.46.1/Makefile.in
+++ help2man-1.46.1/Makefile.in
@@ -27,8 +27,15 @@
 export VPATH = .:$(srcdir)
 
 DESTDIR =
-LINGUAS = $(basename $(notdir $(wildcard $(srcdir)/po/*.po)))
-LINGUAS_TEXI = $(basename $(notdir $(wildcard $(srcdir)/po-texi/*.po)))
+ALL_LINGUAS = $(basename $(notdir $(wildcard $(srcdir)/po/*.po)))
+ALL_LINGUAS_TEXI = $(basename $(notdir $(wildcard $(srcdir)/po-texi/*.po)))
+ifeq ($(LINGUAS),)
+INSTALL_LINGUAS = $(ALL_LINGUAS)
+INSTALL_LINGUAS_TEXI = $(ALL_LINGUAS_TEXI)
+else
+INSTALL_LINGUAS = $(filter $(LINGUAS),$(ALL_LINGUAS))
+INSTALL_LINGUAS_TEXI = $(filter $(LINGUAS),$(ALL_LINGUAS_TEXI))
+endif
 
 CC = @CC@
 PERL = @PERL@
@@ -80,7 +87,7 @@
 
 install_l10n: install_dirs msg_l10n man_l10n info_l10n
set -e; \
-   for lang in $(LINGUAS); \
+   for lang in $(INSTALL_LINGUAS); \
do \
$(MKINSTALLDIRS) $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
$(INSTALL_DATA) $$($(FIND_VPATH) po/$$lang.gmo) \
@@ -89,7 +96,7 @@
$(INSTALL_DATA) $$($(FIND_VPATH) $(target).$$lang.1) \
$(DESTDIR)$(mandir)/$$lang/man1/$(target).1; \
done; \
-   for lang in $(LINGUAS_TEXI); \
+   for lang in $(INSTALL_LINGUAS_TEXI); \
do \
$(INSTALL_DATA) $$($(FIND_VPATH) $(target)-$$lang.info) \
$(DESTDIR)$(infodir)/$(target)-$$lang.info; \
@@ -151,7 +158,7 @@
$(MAKE) $(target) $(target).h2m
./$(target) --include=$(target).h2m --output=$@ ./$(target)
 
-msg_l10n: $(addprefix po/,$(addsuffix .gmo,$(LINGUAS)))
+msg_l10n: $(addprefix po/,$(addsuffix .gmo,$(ALL_LINGUAS)))
 po/%.gmo: $(srcdir)/po/%.po
test -d po || mkdir po
$(MSGFMT) -o $@ $?
@@ -161,7 +168,7 @@
$(MKINSTALLDIRS) localetmp/$$lang/LC_MESSAGES  \
$(INSTALL_DATA) po/$$lang.gmo localetmp/$$lang/LC_MESSAGES/$(target).mo
 
-man_l10n: $(addprefix $(target).,$(addsuffix .1,$(LINGUAS)))
+man_l10n: $(addprefix $(target).,$(addsuffix .1,$(ALL_LINGUAS)))
 $(target).%.1: $(srcdir)/$(target).PL $(srcdir)/$(target).h2m.PL \
 $(srcdir)/po/%.po
lang=$(patsubst $(target).%.1,%,$@); \
@@ -184,7 +191,7 @@
 $(target).info: $(srcdir)/$(target).texi
$(MAKEINFO) $? -o $@
 
-info_l10n: $(addprefix $(target)-,$(addsuffix .info,$(LINGUAS_TEXI)))
+info_l10n: $(addprefix $(target)-,$(addsuffix .info,$(ALL_LINGUAS_TEXI)))
 $(target)-%.info: $(target)-%.texi
$(MAKEINFO) $? -o $@.tmp
$(FIXUP_TEXI_TRANS) -o $@ $@.tmp






[gentoo-commits] gentoo-x86 commit in kde-misc/kcmsystemd: kcmsystemd-0.7.0.ebuild ChangeLog

2014-07-29 Thread Johannes Huber (johu)
johu14/07/29 15:23:50

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

Revision  ChangesPath
1.4  kde-misc/kcmsystemd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kcmsystemd/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   6 Apr 2014 11:11:46 -   1.3
+++ ChangeLog   29 Jul 2014 15:23:50 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for kde-misc/kcmsystemd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcmsystemd/ChangeLog,v 1.3 
2014/04/06 11:11:46 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcmsystemd/ChangeLog,v 1.4 
2014/07/29 15:23:50 johu Exp $
+
+*kcmsystemd-0.7.0 (29 Jul 2014)
+
+  29 Jul 2014; Johannes Huber j...@gentoo.org +kcmsystemd-0.7.0.ebuild:
+  Version bump.
 
 *kcmsystemd-0.6.1 (06 Apr 2014)
 



1.1  kde-misc/kcmsystemd/kcmsystemd-0.7.0.ebuild

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

Index: kcmsystemd-0.7.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/kcmsystemd/kcmsystemd-0.7.0.ebuild,v 1.1 
2014/07/29 15:23:50 johu Exp $

EAPI=5

inherit kde4-base

DESCRIPTION=KDE control module for systemd
HOMEPAGE=https://github.com/rthomsen/kcmsystemd;
SRC_URI=https://github.com/rthomsen/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

IUSE=debug
LICENSE=GPL-3
SLOT=4
KEYWORDS=~amd64 ~x86

DEPEND=
=dev-libs/boost-1.45

RDEPEND=${DEPEND}
$(add_kdebase_dep kcmshell)
sys-apps/systemd







[gentoo-commits] gentoo-x86 commit in app-editors/nano: nano-2.3.6.ebuild ChangeLog

2014-07-29 Thread Mike Frysinger (vapier)
vapier  14/07/29 15:24:14

  Modified: ChangeLog
  Added:nano-2.3.6.ebuild
  Log:
  Version bump #518492 by Lars Wendler.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.311app-editors/nano/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -r1.310 -r1.311
--- ChangeLog   16 Jun 2014 06:45:56 -  1.310
+++ ChangeLog   29 Jul 2014 15:24:14 -  1.311
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/nano
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.310 
2014/06/16 06:45:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.311 
2014/07/29 15:24:14 vapier Exp $
+
+*nano-2.3.6 (29 Jul 2014)
+
+  29 Jul 2014; Mike Frysinger vap...@gentoo.org +nano-2.3.6.ebuild:
+  Version bump #518492 by Lars Wendler.
 
 *nano-2.3.4 (16 Jun 2014)
 



1.1  app-editors/nano/nano-2.3.6.ebuild

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

Index: nano-2.3.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.6.ebuild,v 1.1 
2014/07/29 15:24:14 vapier Exp $

EAPI=4

inherit eutils
if [[ ${PV} ==  ]] ; then
ESVN_REPO_URI=svn://svn.savannah.gnu.org/nano/trunk/nano
inherit subversion autotools
else
MY_P=${PN}-${PV/_}
SRC_URI=http://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz;
fi

DESCRIPTION=GNU GPL'd Pico clone with more functionality
HOMEPAGE=http://www.nano-editor.org/ 
http://www.gentoo.org/doc/en/nano-basics-guide.xml;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=debug justify +magic minimal ncurses nls slang +spell unicode

RDEPEND==sys-libs/ncurses-5.9-r1[unicode?]
magic? ( sys-apps/file )
nls? ( virtual/libintl )
!ncurses? ( slang? ( sys-libs/slang ) )
DEPEND=${RDEPEND}
nls? ( sys-devel/gettext )
virtual/pkgconfig

src_prepare() {
epatch_user
}

src_configure() {
eval export ac_cv_{header_magic_h,lib_magic_magic_open}=$(usex magic)
local myconf=()
case ${CHOST} in
*-gnu*|*-uclibc*) myconf+=( --with-wordbounds ) ;; #467848
esac
econf \
--bindir=${EPREFIX}/bin \
--htmldir=/trash \
$(use_enable !minimal color) \
$(use_enable !minimal multibuffer) \
$(use_enable !minimal nanorc) \
--disable-wrapping-as-root \
$(use_enable spell speller) \
$(use_enable justify) \
$(use_enable debug) \
$(use_enable nls) \
$(use_enable unicode utf8) \
$(use_enable minimal tiny) \
$(usex ncurses --without-slang $(use_with slang)) \
${myconf[@]}
}

src_install() {
default
rm -rf ${D}/trash

dodoc doc/nanorc.sample
dohtml doc/faq.html
insinto /etc
newins doc/nanorc.sample nanorc
if ! use minimal ; then
# Enable colorization by default.
sed -i \
-e '/^# include /s:# *::' \
${ED}/etc/nanorc || die
fi

dodir /usr/bin
dosym /bin/nano /usr/bin/nano
}






[gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.5.6_alpha.ebuild tor-0.2.4.23.ebuild ChangeLog tor-0.2.5.5_alpha.ebuild

2014-07-29 Thread Anthony G. Basile (blueness)
blueness14/07/29 15:29:40

  Modified: ChangeLog
  Added:tor-0.2.5.6_alpha.ebuild tor-0.2.4.23.ebuild
  Removed:  tor-0.2.5.5_alpha.ebuild
  Log:
  Version bump, remove older alpha
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.425net-misc/tor/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.424
retrieving revision 1.425
diff -u -r1.424 -r1.425
--- ChangeLog   29 Jun 2014 12:14:28 -  1.424
+++ ChangeLog   29 Jul 2014 15:29:39 -  1.425
@@ -1,6 +1,16 @@
 # ChangeLog for net-misc/tor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.424 2014/06/29 
12:14:28 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.425 2014/07/29 
15:29:39 blueness Exp $
+
+*tor-0.2.4.23 (29 Jul 2014)
+*tor-0.2.5.6_alpha (29 Jul 2014)
+
+  29 Jul 2014; Anthony G. Basile bluen...@gentoo.org +tor-0.2.4.23.ebuild,
+  +tor-0.2.5.6_alpha.ebuild,
+  -files/tor-0.2.4.21-fix-unittest-disable-curve25519.patch,
+  -files/tor-0.2.5.5_alpha-fix-bufferevent-build.patch,
+  -tor-0.2.5.5_alpha.ebuild:
+  Version bump, remove older alpha
 
   29 Jun 2014; Anthony G. Basile bluen...@gentoo.org -tor-0.2.4.20.ebuild:
   Remove 0.2.4.20, sparc is up to date



1.1  net-misc/tor/tor-0.2.5.6_alpha.ebuild

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

Index: tor-0.2.5.6_alpha.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.5.6_alpha.ebuild,v 1.1 
2014/07/29 15:29:39 blueness Exp $

EAPI=5

inherit eutils flag-o-matic readme.gentoo systemd toolchain-funcs versionator 
user

MY_PV=$(replace_version_separator 4 -)
MY_PF=${PN}-${MY_PV}
DESCRIPTION=Anonymizing overlay network for TCP
HOMEPAGE=http://www.torproject.org/;
SRC_URI=https://www.torproject.org/dist/${MY_PF}.tar.gz
https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz;
S=${WORKDIR}/${MY_PF}

LICENSE=BSD GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=-bufferevents +ecc nat-pmp selinux stats tor-hardening transparent-proxy 
threads test upnp web

DEPEND=dev-libs/openssl
sys-libs/zlib
dev-libs/libevent
bufferevents? ( dev-libs/libevent[ssl] )
nat-pmp? ( net-libs/libnatpmp )
upnp? ( net-libs/miniupnpc )
selinux? ( sec-policy/selinux-tor )
RDEPEND=${DEPEND}

pkg_setup() {
enewgroup tor
enewuser tor -1 -1 /var/lib/tor tor
}

src_prepare() {
epatch ${FILESDIR}/${PN}-0.2.3.14_alpha-torrc.sample.patch
}

src_configure() {
# Upstream isn't sure of all the user provided CFLAGS that
# will break tor, but does recommend against -fstrict-aliasing.
# We'll filter-flags them here as we encounter them.
filter-flags -fstrict-aliasing
econf \
--disable-buf-freelists \
--enable-asciidoc \
--docdir=/usr/share/doc/${PF} \
$(use_enable stats instrument-downloads) \
$(use_enable bufferevents) \
$(use_enable ecc curve25519) \
$(use_enable nat-pmp) \
$(use_enable tor-hardening gcc-hardening) \
$(use_enable tor-hardening linker-hardening) \
$(use_enable transparent-proxy transparent) \
$(use_enable threads) \
$(use_enable upnp) \
$(use_enable web tor2web-mode) \
$(use_enable test unittests) \
$(use_enable test coverage)
}

src_test() {
emake check
}

src_install() {
readme.gentoo_create_doc

newconfd ${FILESDIR}/tor.confd tor
newinitd ${FILESDIR}/tor.initd-r6 tor
systemd_dounit ${FILESDIR}/${PN}.service
systemd_dotmpfilesd ${FILESDIR}/${PN}.conf

emake DESTDIR=${D} install

keepdir /var/lib/tor

dodoc README ChangeLog ReleaseNotes doc/HACKING

fperms 750 /var/lib/tor
fowners tor:tor /var/lib/tor

insinto /etc/tor/
newins ${FILESDIR}/torrc-r1 torrc
}

[gentoo-commits] gentoo-x86 commit in net-misc/tor/files: tor-0.2.5.5_alpha-fix-bufferevent-build.patch tor-0.2.4.21-fix-unittest-disable-curve25519.patch

2014-07-29 Thread Anthony G. Basile (blueness)
blueness14/07/29 15:29:40

  Removed:  tor-0.2.5.5_alpha-fix-bufferevent-build.patch
tor-0.2.4.21-fix-unittest-disable-curve25519.patch
  Log:
  Version bump, remove older alpha
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)



[gentoo-commits] gentoo-x86 commit in www-misc/xxv: xxv-1.6.1.ebuild ChangeLog

2014-07-29 Thread Andreas HAttel (dilfridge)
dilfridge14/07/29 15:56:49

  Modified: xxv-1.6.1.ebuild ChangeLog
  Log:
  Use perl virtual
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
94BFDF4484AD142F)

Revision  ChangesPath
1.8  www-misc/xxv/xxv-1.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/xxv/xxv-1.6.1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/xxv/xxv-1.6.1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/xxv/xxv-1.6.1.ebuild?r1=1.7r2=1.8

Index: xxv-1.6.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-misc/xxv/xxv-1.6.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xxv-1.6.1.ebuild5 May 2013 12:37:25 -   1.7
+++ xxv-1.6.1.ebuild29 Jul 2014 15:56:49 -  1.8
@@ -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/www-misc/xxv/xxv-1.6.1.ebuild,v 1.7 
2013/05/05 12:37:25 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/xxv/xxv-1.6.1.ebuild,v 1.8 
2014/07/29 15:56:49 dilfridge Exp $
 
 EAPI=2
 
@@ -27,7 +27,7 @@
virtual/perl-Getopt-Long
virtual/perl-MIME-Base64
virtual/perl-Time-HiRes
-   perl-core/IO-Compress
+   virtual/perl-IO-Compress
dev-perl/Config-Tiny
dev-perl/DateManip
dev-perl/DBD-mysql



1.21 www-misc/xxv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-misc/xxv/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   5 May 2013 12:37:25 -   1.20
+++ ChangeLog   29 Jul 2014 15:56:49 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for www-misc/xxv
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/xxv/ChangeLog,v 1.20 2013/05/05 
12:37:25 hd_brummy Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/xxv/ChangeLog,v 1.21 2014/07/29 
15:56:49 dilfridge Exp $
+
+  29 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org xxv-1.6.1.ebuild:
+  Use perl virtual
 
   05 May 2013; Joerg Bornkessel hd_bru...@gentoo.org xxv-1.6.1.ebuild:
   moved dev-db/mysql - virtual/mysql, thx to negril@IRC.gentoo-vdr
@@ -169,4 +172,3 @@
   +files/xxv-1.0-logerror.patch, +files/xxvd-1.0.cfg, +files/xxv,
   +files/xxvd-logrotate, +metadata.xml, +xxv-1.0.ebuild:
   initial ebuild; find older versions on overlay vdr-testing
-






[gentoo-commits] gentoo-x86 commit in net-mail/swaks: swaks-20130209.0.ebuild swaks-20130209.0-r1.ebuild ChangeLog

2014-07-29 Thread Andreas HAttel (dilfridge)
dilfridge14/07/29 16:00:21

  Modified: swaks-20130209.0.ebuild swaks-20130209.0-r1.ebuild
ChangeLog
  Log:
  Use perl virtual
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
94BFDF4484AD142F)

Revision  ChangesPath
1.4  net-mail/swaks/swaks-20130209.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/swaks/swaks-20130209.0.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/swaks/swaks-20130209.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/swaks/swaks-20130209.0.ebuild?r1=1.3r2=1.4

Index: swaks-20130209.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/swaks/swaks-20130209.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- swaks-20130209.0.ebuild 27 Mar 2013 15:30:27 -  1.3
+++ swaks-20130209.0.ebuild 29 Jul 2014 16:00:20 -  1.4
@@ -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/net-mail/swaks/swaks-20130209.0.ebuild,v 
1.3 2013/03/27 15:30:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/swaks-20130209.0.ebuild,v 
1.4 2014/07/29 16:00:20 dilfridge Exp $
 
 DESCRIPTION=Swiss Army Knife SMTP; Command line SMTP testing, including TLS 
and AUTH
 HOMEPAGE=http://www.jetmore.org/john/code/swaks;
@@ -22,7 +22,7 @@
=virtual/perl-Time-Local-1.19
=dev-perl/Authen-NTLM-1.02
=dev-perl/Authen-DigestMD5-0.04
-   perl-core/Digest-SHA
+   virtual/perl-Digest-SHA
 
 src_compile() {
/usr/bin/pod2man -s 1 doc/ref.pod swaks.1 || die man page compulation 
failed



1.2  net-mail/swaks/swaks-20130209.0-r1.ebuild

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

Index: swaks-20130209.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/swaks/swaks-20130209.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- swaks-20130209.0-r1.ebuild  19 Apr 2014 09:34:36 -  1.1
+++ swaks-20130209.0-r1.ebuild  29 Jul 2014 16:00:20 -  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/net-mail/swaks/swaks-20130209.0-r1.ebuild,v 
1.1 2014/04/19 09:34:36 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/swaks-20130209.0-r1.ebuild,v 
1.2 2014/07/29 16:00:20 dilfridge Exp $
 
 EAPI=5
 inherit eutils
@@ -25,7 +25,7 @@
=virtual/perl-Time-Local-1.19
=dev-perl/Authen-NTLM-1.02
=dev-perl/Authen-DigestMD5-0.04
-   perl-core/Digest-SHA
+   virtual/perl-Digest-SHA
 
 src_prepare() {
epatch ${FILESDIR}/${PN}-perl-5.18.patch



1.27 net-mail/swaks/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/swaks/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   19 Apr 2014 10:06:32 -  1.26
+++ ChangeLog   29 Jul 2014 16:00:21 -  1.27
@@ -1,6 +1,10 @@
 # ChangeLog for net-mail/swaks
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/ChangeLog,v 1.26 2014/04/19 
10:06:32 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/ChangeLog,v 1.27 2014/07/29 
16:00:21 dilfridge Exp $
+
+  29 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
+  swaks-20130209.0-r1.ebuild, swaks-20130209.0.ebuild:
+  Use perl virtual
 
   19 Apr 2014; Eray Aslan e...@gentoo.org +files/swaks-perl-5.18.patch:
   Add missing patch






[gentoo-commits] gentoo-x86 commit in media-sound/lmms: lmms-1.0.3.ebuild ChangeLog lmms-1.0.1.ebuild lmms-0.4.15.ebuild

2014-07-29 Thread Lars Wendler (polynomial-c)
polynomial-c14/07/29 16:06:31

  Modified: ChangeLog
  Added:lmms-1.0.3.ebuild
  Removed:  lmms-1.0.1.ebuild lmms-0.4.15.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.36 media-sound/lmms/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   9 May 2014 06:51:32 -   1.35
+++ ChangeLog   29 Jul 2014 16:06:31 -  1.36
@@ -1,6 +1,12 @@
 # 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.35 
2014/05/09 06:51:32 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v 1.36 
2014/07/29 16:06:31 polynomial-c Exp $
+
+*lmms-1.0.3 (29 Jul 2014)
+
+  29 Jul 2014; Lars Wendler polynomia...@gentoo.org -lmms-0.4.15.ebuild,
+  -lmms-1.0.1.ebuild, +lmms-1.0.3.ebuild, -files/lmms-0.4.14-unembedfltk.patch:
+  Version bump. Removed old.
 
 *lmms-1.0.2 (09 May 2014)
 



1.1  media-sound/lmms/lmms-1.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lmms/lmms-1.0.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lmms/lmms-1.0.3.ebuild?rev=1.1content-type=text/plain

Index: lmms-1.0.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/lmms-1.0.3.ebuild,v 1.1 
2014/07/29 16:06:31 polynomial-c Exp $

EAPI=5

inherit eutils cmake-utils

DESCRIPTION=Free alternative to popular programs such as Fruityloops, Cubase 
and Logic
HOMEPAGE=http://lmms.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}-src.tar.bz2

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

IUSE=alsa debug fluidsynth jack ogg portaudio pulseaudio sdl stk vst

RDEPEND=dev-qt/qtcore:4
dev-qt/qtgui:4[accessibility]
=media-libs/libsamplerate-0.1.8
=media-libs/libsndfile-1.0.11
sci-libs/fftw:3.0
sys-libs/zlib
=x11-libs/fltk-1.3.0_rc3:1
alsa? ( media-libs/alsa-lib )
fluidsynth? ( media-sound/fluidsynth )
jack? ( =media-sound/jack-audio-connection-kit-0.99.0 )
ogg? ( media-libs/libvorbis
media-libs/libogg )
portaudio? ( =media-libs/portaudio-19_pre )
pulseaudio? ( media-sound/pulseaudio )
sdl? ( media-libs/libsdl
=media-libs/sdl-sound-1.0.1 )
stk? ( media-libs/stk )
vst? ( app-emulation/wine )
DEPEND=${RDEPEND}
=dev-util/cmake-2.4.5
RDEPEND=${RDEPEND}
media-plugins/swh-plugins
media-plugins/caps-plugins
media-plugins/tap-plugins
media-libs/ladspa-cmt

DOCS=README AUTHORS TODO

src_configure() {
mycmakeargs=${mycmakeargs}
-DWANT_SYSTEM_SR=TRUE
-DWANT_CAPS=FALSE
-DWANT_TAP=FALSE
-DWANT_SWH=FALSE
-DWANT_CMT=FALSE
-DWANT_CALF=TRUE
-DCMAKE_INSTALL_LIBDIR=$(get_libdir)
$(cmake-utils_use_want alsa ALSA)
$(cmake-utils_use_want jack JACK)
$(cmake-utils_use_want ogg OGGVORBIS)
$(cmake-utils_use_want portaudio PORTAUDIO)
$(cmake-utils_use_want pulseaudio PULSEAUDIO)
$(cmake-utils_use_want sdl SDL)
$(cmake-utils_use_want stk STK)
$(cmake-utils_use_want vst VST)
$(cmake-utils_use_want fluidsynth SF2)
cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in media-sound/lmms/files: lmms-0.4.14-unembedfltk.patch

2014-07-29 Thread Lars Wendler (polynomial-c)
polynomial-c14/07/29 16:06:31

  Removed:  lmms-0.4.14-unembedfltk.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 media-video/get_flash_videos: get_flash_videos-1.24-r1.ebuild get_flash_videos-9999.ebuild ChangeLog get_flash_videos-1.23-r1.ebuild get_flash_videos-1.24.ebuild

2014-07-29 Thread Mikle Kolyada (zlogene)
zlogene 14/07/29 16:09:08

  Modified: get_flash_videos-1.24-r1.ebuild
get_flash_videos-.ebuild ChangeLog
  Removed:  get_flash_videos-1.23-r1.ebuild
get_flash_videos-1.24.ebuild
  Log:
  Bump to EAPI=5; Stable for all and drop old (bug #478714); Dependencies: 
perl-core/* - virtual/perl-*
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  
media-video/get_flash_videos/get_flash_videos-1.24-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/get_flash_videos/get_flash_videos-1.24-r1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/get_flash_videos/get_flash_videos-1.24-r1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/get_flash_videos/get_flash_videos-1.24-r1.ebuild?r1=1.4r2=1.5

Index: get_flash_videos-1.24-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-video/get_flash_videos/get_flash_videos-1.24-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- get_flash_videos-1.24-r1.ebuild 21 Feb 2013 02:55:21 -  1.4
+++ get_flash_videos-1.24-r1.ebuild 29 Jul 2014 16:09:08 -  1.5
@@ -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/media-video/get_flash_videos/get_flash_videos-1.24-r1.ebuild,v
 1.4 2013/02/21 02:55:21 zmedico Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/get_flash_videos/get_flash_videos-1.24-r1.ebuild,v
 1.5 2014/07/29 16:09:08 zlogene Exp $
 
 EAPI=5
 inherit eutils perl-module readme.gentoo
@@ -14,11 +14,11 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=amd64 x86 ~amd64-linux ~arm-linux ~x86-linux
 IUSE=test
 
 RDEPEND=dev-perl/WWW-Mechanize
-   perl-core/Module-CoreList
+   virtual/perl-Module-CoreList
dev-perl/HTML-TokeParser-Simple
 DEPEND=${RDEPEND}
dev-perl/UNIVERSAL-require
@@ -27,7 +27,7 @@
dev-perl/XML-Simple
dev-perl/Crypt-Rijndael
dev-perl/Data-AMF
-   perl-core/IO-Compress )
+   virtual/perl-IO-Compress )
 
 SRC_TEST=do
 



1.3  media-video/get_flash_videos/get_flash_videos-.ebuild

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

Index: get_flash_videos-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-video/get_flash_videos/get_flash_videos-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- get_flash_videos-.ebuild4 May 2013 09:06:15 -   1.2
+++ get_flash_videos-.ebuild29 Jul 2014 16:09:08 -  1.3
@@ -1,8 +1,8 @@
-# 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/media-video/get_flash_videos/get_flash_videos-.ebuild,v
 1.2 2013/05/04 09:06:15 hwoarang Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/get_flash_videos/get_flash_videos-.ebuild,v
 1.3 2014/07/29 16:09:08 zlogene Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils perl-module git-2
 
 MY_PN=App-${PN}
@@ -18,7 +18,7 @@
 IUSE=test
 
 RDEPEND=dev-perl/WWW-Mechanize
-   perl-core/Module-CoreList
+   virtual/perl-Module-CoreList
dev-perl/HTML-TokeParser-Simple
dev-perl/Module-Find
 DEPEND=${RDEPEND}
@@ -28,7 +28,7 @@
dev-perl/XML-Simple
dev-perl/Crypt-Rijndael
dev-perl/Data-AMF
-   perl-core/IO-Compress )
+   virtual/perl-IO-Compress )
 
 SRC_TEST=do
 



1.18 media-video/get_flash_videos/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/get_flash_videos/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/get_flash_videos/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/get_flash_videos/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/get_flash_videos/ChangeLog,v
retrieving revision 1.17
retrieving 

[gentoo-commits] gentoo-x86 commit in virtual/bitcoin-leveldb: - New directory

2014-07-29 Thread Anthony G. Basile (blueness)
blueness14/07/29 16:21:38

  Log:
  Directory /var/cvsroot/gentoo-x86/virtual/bitcoin-leveldb added to the 
repository



[gentoo-commits] gentoo-x86 commit in virtual/bitcoin-leveldb: bitcoin-leveldb-0.ebuild metadata.xml ChangeLog

2014-07-29 Thread Anthony G. Basile (blueness)
blueness14/07/29 16:24:51

  Added:bitcoin-leveldb-0.ebuild metadata.xml ChangeLog
  Log:
  Initial commit: Keeping a list of compat leveldb versions is easier in a 
virtual than via a DEPEND string.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1  virtual/bitcoin-leveldb/bitcoin-leveldb-0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/bitcoin-leveldb/bitcoin-leveldb-0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/bitcoin-leveldb/bitcoin-leveldb-0.ebuild?rev=1.1content-type=text/plain

Index: bitcoin-leveldb-0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/bitcoin-leveldb/bitcoin-leveldb-0.ebuild,v 1.1 
2014/07/29 16:24:50 blueness Exp $

EAPI=5

DESCRIPTION=Virtual for LevelDB versions known to be compatible with Bitcoin 
Core 0.9+
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=~amd64 ~arm ~x86

DEPEND=
RDEPEND=
|| (
=dev-libs/leveldb-1.9.0-r6[-snappy]
=dev-libs/leveldb-1.10.0-r1[-snappy]
=dev-libs/leveldb-1.11.0-r1[-snappy]
=dev-libs/leveldb-1.12.0-r1[-snappy]
=dev-libs/leveldb-1.13.0-r1[-snappy]
=dev-libs/leveldb-1.14.0-r1[-snappy]
=dev-libs/leveldb-1.15.0-r1[-snappy]
)



1.1  virtual/bitcoin-leveldb/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/bitcoin-leveldb/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/bitcoin-leveldb/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
herdproxy-maintainers/herd
maintainer
emailbluen...@gentoo.org/email
nameAnthony G. Basile/name
/maintainer
maintainer
emailluke_gentoo_bitc...@dashjr.org/email
nameLuke Dashjr/name
/maintainer
/pkgmetadata



1.1  virtual/bitcoin-leveldb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/bitcoin-leveldb/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/bitcoin-leveldb/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for virtual/linux-sources
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/virtual/bitcoin-leveldb/ChangeLog,v 1.1 
2014/07/29 16:24:50 blueness Exp $







[gentoo-commits] gentoo-x86 commit in net-p2p/bitcoind: bitcoind-0.9.2.1.ebuild metadata.xml ChangeLog

2014-07-29 Thread Anthony G. Basile (blueness)
blueness14/07/29 16:30:45

  Modified: metadata.xml ChangeLog
  Added:bitcoind-0.9.2.1.ebuild
  Log:
  Version bump, bug #505096
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.10 net-p2p/bitcoind/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/metadata.xml?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/metadata.xml?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/metadata.xml?r1=1.9r2=1.10

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/metadata.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- metadata.xml10 Oct 2013 05:19:24 -  1.9
+++ metadata.xml29 Jul 2014 16:30:45 -  1.10
@@ -12,5 +12,7 @@
/maintainer
use
flag name='logrotate'Use app-admin/logrotate for rotating 
logs/flag
+   flag name='upnp'Enable Universal Plug and Play/flag
+   flag name='wallet'Enable wallet support/flag
/use
 /pkgmetadata



1.85 net-p2p/bitcoind/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.85view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.85content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?r1=1.84r2=1.85

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   21 Feb 2014 14:22:42 -  1.84
+++ ChangeLog   29 Jul 2014 16:30:45 -  1.85
@@ -1,6 +1,12 @@
 # ChangeLog for net-p2p/bitcoind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.84 
2014/02/21 14:22:42 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.85 
2014/07/29 16:30:45 blueness Exp $
+
+*bitcoind-0.9.2.1 (29 Jul 2014)
+
+  29 Jul 2014; Anthony G. Basile bluen...@gentoo.org 
+bitcoind-0.9.2.1.ebuild,
+  +files/0.9.0-sys_leveldb.patch, metadata.xml:
+  Version bump, bug #505096
 
 *bitcoind-0.8.6-r1 (21 Feb 2014)
 



1.1  net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild

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

Index: bitcoind-0.9.2.1.ebuild
===
# Copyright 2010-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild,v 
1.1 2014/07/29 16:30:45 blueness Exp $

EAPI=4

DB_VER=4.8

inherit autotools bash-completion-r1 db-use eutils user versionator systemd

MyPV=${PV/_/}
MyPN=bitcoin
MyP=${MyPN}-${MyPV}

DESCRIPTION=Original Bitcoin crypto-currency wallet for automated services
HOMEPAGE=http://bitcoin.org/;
SRC_URI=https://github.com/${MyPN}/${MyPN}/archive/v${MyPV}.tar.gz - 
${MyPN}-v${PV}.tgz


LICENSE=MIT ISC GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=bash-completion examples logrotate test upnp +wallet

RDEPEND=
=dev-libs/boost-1.41.0[threads(+)]
dev-libs/openssl:0[-bindist]
logrotate? (
app-admin/logrotate
)
upnp? (
net-libs/miniupnpc
)
wallet? (
sys-libs/db:$(db_ver_to_slot ${DB_VER})[cxx]
)
virtual/bitcoin-leveldb

DEPEND=${RDEPEND}
=app-shells/bash-4.1
sys-apps/sed


S=${WORKDIR}/${MyP}

pkg_setup() {
local UG='bitcoin'
enewgroup ${UG}
enewuser ${UG} -1 -1 /var/lib/bitcoin ${UG}
}

src_prepare() {
epatch ${FILESDIR}/0.9.0-sys_leveldb.patch
rm -r src/leveldb
eautoreconf
}

src_configure() {
econf \
$(use_with upnp miniupnpc) $(use_enable upnp upnp-default) \
$(use_enable test tests)  \
$(use_enable wallet)  \
--with-system-leveldb  \
--without-cli  \
--without-gui
}

src_test() {
emake check
}

src_install() {
einstall

insinto /etc/bitcoin
newins ${FILESDIR}/bitcoin.conf bitcoin.conf
fowners bitcoin:bitcoin /etc/bitcoin/bitcoin.conf
fperms 600 /etc/bitcoin/bitcoin.conf

newconfd ${FILESDIR}/bitcoin.confd ${PN}
newinitd ${FILESDIR}/bitcoin.initd ${PN}
systemd_dounit 

[gentoo-commits] gentoo-x86 commit in net-p2p/bitcoind/files: 0.9.0-sys_leveldb.patch

2014-07-29 Thread Anthony G. Basile (blueness)
blueness14/07/29 16:30:45

  Added:0.9.0-sys_leveldb.patch
  Log:
  Version bump, bug #505096
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1  net-p2p/bitcoind/files/0.9.0-sys_leveldb.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/files/0.9.0-sys_leveldb.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/files/0.9.0-sys_leveldb.patch?rev=1.1content-type=text/plain

Index: 0.9.0-sys_leveldb.patch
===
commit c38e0af3e021eb0b2aba846c77b06ca71de06b11 (personal-github/sys_leveldb, 
sys_leveldb)
Author: Luke Dashjr luke-jr+...@utopios.org
Date:   Mon Sep 9 03:06:17 2013 +

configure: Add unsupported --with-system-leveldb configure flag

diff --git a/configure.ac b/configure.ac
index 3ed4549..5a5852d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -332,10 +332,22 @@ AC_TRY_COMPILE([#include sys/socket.h],
  [ AC_MSG_RESULT(no)]
 )
 
+dnl Check for leveldb, only if explicitly requested
 LEVELDB_CPPFLAGS=
 LIBLEVELDB=
 LIBMEMENV=
-AM_CONDITIONAL([EMBEDDED_LEVELDB],[true])
+AC_ARG_WITH([system-leveldb],
+  [AS_HELP_STRING([--with-system-leveldb],
+  [Build with system LevelDB (default is no; DANGEROUS; NOT SUPPORTED)])],
+  [system_leveldb=$withval],
+  [system_leveldb=no]
+)
+if test x$system_leveldb != xno; then
+  LEVELDB_CPPFLAGS=
+  LIBLEVELDB=-lleveldb
+  LIBMEMENV=-lmemenv
+fi
+AM_CONDITIONAL([EMBEDDED_LEVELDB],[test x$system_leveldb = xno])
 AC_SUBST(LEVELDB_CPPFLAGS)
 AC_SUBST(LIBLEVELDB)
 AC_SUBST(LIBMEMENV)






[gentoo-commits] gentoo-x86 commit in media-libs/wxsvg: wxsvg-1.4.2.ebuild ChangeLog

2014-07-29 Thread Samuli Suominen (ssuominen)
ssuominen14/07/29 16:35:14

  Modified: ChangeLog
  Added:wxsvg-1.4.2.ebuild
  Log:
  Version bump. TODO: Possible switch wxGTK from 2.8 to 3.0 if 
media-video/dvdstyler is OK with such an change.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.46 media-libs/wxsvg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   23 Jan 2014 04:30:03 -  1.45
+++ ChangeLog   29 Jul 2014 16:35:14 -  1.46
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/wxsvg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.45 
2014/01/23 04:30:03 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.46 
2014/07/29 16:35:14 ssuominen Exp $
+
+*wxsvg-1.4.2 (29 Jul 2014)
+
+  29 Jul 2014; Samuli Suominen ssuomi...@gentoo.org +wxsvg-1.4.2.ebuild:
+  Version bump. TODO: Possible switch wxGTK from 2.8 to 3.0 if media-
+  video/dvdstyler is OK with such an change.
 
 *wxsvg-1.2.1 (23 Jan 2014)
 



1.1  media-libs/wxsvg/wxsvg-1.4.2.ebuild

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

Index: wxsvg-1.4.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/wxsvg-1.4.2.ebuild,v 1.1 
2014/07/29 16:35:14 ssuominen Exp $

EAPI=5
WX_GTK_VER=2.8
inherit eutils wxwidgets

DESCRIPTION=C++ library to create, manipulate and render SVG files
HOMEPAGE=http://wxsvg.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2

LICENSE=wxWinLL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=static-libs

RDEPEND==dev-libs/expat-2:=
=dev-libs/glib-2.28:2=
dev-libs/libxml2:=
media-libs/fontconfig:=
media-libs/freetype:2=
x11-libs/cairo:=
x11-libs/pango:=
x11-libs/wxGTK:2.8=[X]
virtual/ffmpeg
DEPEND=${RDEPEND}
virtual/pkgconfig

DOCS=( AUTHORS ChangeLog TODO )

src_configure() {
econf \
$(use_enable static-libs static) \
--with-wx-config=${WX_CONFIG}
}

src_install() {
default
prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in net-nds/jxplorer: jxplorer-3.3.1.ebuild ChangeLog

2014-07-29 Thread Johann Schmitz (ercpe)
ercpe   14/07/29 16:36:27

  Modified: ChangeLog
  Added:jxplorer-3.3.1.ebuild
  Log:
  Version bump wrt bug #426294
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  ChangesPath
1.37 net-nds/jxplorer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/jxplorer/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   23 Aug 2012 14:40:07 -  1.36
+++ ChangeLog   29 Jul 2014 16:36:27 -  1.37
@@ -1,6 +1,13 @@
 # ChangeLog for net-nds/jxplorer
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/jxplorer/ChangeLog,v 1.36 
2012/08/23 14:40:07 xmw Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/jxplorer/ChangeLog,v 1.37 
2014/07/29 16:36:27 ercpe Exp $
+
+*jxplorer-3.3.1 (29 Jul 2014)
+
+  29 Jul 2014; Johann Schmitz er...@gentoo.org
+  +files/3.3-disable-jxworkbench.patch, +files/jxplorer-3-pre,
+  +jxplorer-3.3.1.ebuild:
+  Version bump wrt bug #426294
 
   23 Aug 2012; Michael Weber x...@gentoo.org jxplorer-3.2-r2.ebuild:
   ppc stable (bug 419325).



1.1  net-nds/jxplorer/jxplorer-3.3.1.ebuild

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

Index: jxplorer-3.3.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nds/jxplorer/jxplorer-3.3.1.ebuild,v 1.1 
2014/07/29 16:36:27 ercpe Exp $

EAPI=5

JAVA_PKG_IUSE=doc source test

inherit java-pkg-2 java-ant-2 prefix virtualx

DESCRIPTION=A fully functional ldap browser written in java.
HOMEPAGE=http://jxplorer.org/;
SRC_URI=mirror://sourceforge/${PN}/${PN}-${PV}-project.zip
LICENSE=CAOSL

IUSE=
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux

RDEPEND==virtual/jre-1.5
=dev-java/javahelp-2.0.02_p46:0
DEPEND==virtual/jdk-1.5
test? ( dev-java/junit:0 )
${RDEPEND}

S=${WORKDIR}/${PN}

JAVA_ANT_REWRITE_CLASSPATH=yes
EANT_GENTOO_CLASSPATH=javahelp
EANT_TEST_ANT_TASKS=ant-junit

src_prepare() {
rm -v jars/*.jar || die
sed -i -e 's/fileset dir=${jasper}.*//g' ${S}/build.xml || die

epatch ${FILESDIR}/3.3-disable-jxworkbench.patch

if use test ; then
EANT_GENTOO_CLASSPATH_EXTRA=$(java-pkg_getjars --build-only 
junit)
else
find . -iname '*Test*.java' -delete || die
fi
}

src_test(){
VIRTUALX_COMMAND=java-pkg-2_src_test virtualmake
}

src_install() {
java-pkg_dojar jars/${PN}.jar

insinto /usr/share/${PN}
doins -r icons images htmldocs language templates plugins 
security.default csvconfig.txt.default

dodoc README*.TXT || die

# By default the config dir is ${HOME}/jxplorer
java-pkg_dolauncher ${PN} \
--main com.ca.directory.jxplorer.JXplorer \
--pwd '${HOME}/.jxplorer' \
-pre ${FILESDIR}/${PN}-3-pre

eprefixify ${ED}/usr/bin/${PN}

use source  java-pkg_dosrc src/com
use doc  java-pkg_dojavadoc docs/api

make_desktop_entry ${PN} JXplorer 
/usr/share/jxplorer/images/logo_32_trans.gif System
}






[gentoo-commits] gentoo-x86 commit in www-apps/webdavcgi: webdavcgi-0.8.3.ebuild webdavcgi-0.8.4.ebuild ChangeLog

2014-07-29 Thread Mikle Kolyada (zlogene)
zlogene 14/07/29 16:40:56

  Modified: webdavcgi-0.8.3.ebuild webdavcgi-0.8.4.ebuild
ChangeLog
  Log:
  perl-core/Module-Load virtual/perl-Module-Load
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  www-apps/webdavcgi/webdavcgi-0.8.3.ebuild

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

Index: webdavcgi-0.8.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/webdavcgi/webdavcgi-0.8.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- webdavcgi-0.8.3.ebuild  14 Jan 2013 08:22:33 -  1.2
+++ webdavcgi-0.8.3.ebuild  29 Jul 2014 16:40:56 -  1.3
@@ -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/www-apps/webdavcgi/webdavcgi-0.8.3.ebuild,v 
1.2 2013/01/14 08:22:33 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/webdavcgi/webdavcgi-0.8.3.ebuild,v 
1.3 2014/07/29 16:40:56 zlogene Exp $
 
 EAPI=4
 
@@ -27,7 +27,7 @@
dev-perl/XML-Simple
media-gfx/graphicsmagick[perl]
mysql? ( dev-perl/DBD-mysql )
-   perl-core/Module-Load
+   virtual/perl-Module-Load
postgres? ( dev-perl/DBD-Pg )
rcs? ( dev-perl/Rcs )
samba? ( dev-perl/Filesys-SmbClient )



1.2  www-apps/webdavcgi/webdavcgi-0.8.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/webdavcgi/webdavcgi-0.8.4.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/webdavcgi/webdavcgi-0.8.4.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/webdavcgi/webdavcgi-0.8.4.ebuild?r1=1.1r2=1.2

Index: webdavcgi-0.8.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/webdavcgi/webdavcgi-0.8.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- webdavcgi-0.8.4.ebuild  5 Apr 2013 16:03:32 -   1.1
+++ webdavcgi-0.8.4.ebuild  29 Jul 2014 16:40:56 -  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/www-apps/webdavcgi/webdavcgi-0.8.4.ebuild,v 
1.1 2013/04/05 16:03:32 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/webdavcgi/webdavcgi-0.8.4.ebuild,v 
1.2 2014/07/29 16:40:56 zlogene Exp $
 
 EAPI=5
 
@@ -35,7 +35,7 @@
kerberos? ( virtual/krb5 )
media-gfx/graphicsmagick[perl]
mysql? ( dev-perl/DBD-mysql )
-   perl-core/Module-Load
+   virtual/perl-Module-Load
postgres? ( dev-perl/DBD-Pg )
rcs? ( dev-perl/Rcs )
samba? ( dev-perl/Filesys-SmbClient )



1.6  www-apps/webdavcgi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/webdavcgi/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/webdavcgi/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/webdavcgi/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/webdavcgi/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   5 Apr 2013 16:03:32 -   1.5
+++ ChangeLog   29 Jul 2014 16:40:56 -  1.6
@@ -1,6 +1,10 @@
 # ChangeLog for www-apps/webdavcgi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/webdavcgi/ChangeLog,v 1.5 
2013/04/05 16:03:32 dev-zero Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/webdavcgi/ChangeLog,v 1.6 
2014/07/29 16:40:56 zlogene Exp $
+
+  29 Jul 2014; Mikle Kolyada zlog...@gentoo.org webdavcgi-0.8.3.ebuild,
+  webdavcgi-0.8.4.ebuild:
+  perl-core/Module-Load virtual/perl-Module-Load
 
 *webdavcgi-0.8.4 (30 Mar 2013)
 






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

2014-07-29 Thread Robin H. Johnson (robbat2)
robbat2 14/07/29 16:42:59

  Modified: ChangeLog
  Log:
  Missing changelog message.

Revision  ChangesPath
1.1330   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1329
retrieving revision 1.1330
diff -p -w -b -B -u -u -r1.1329 -r1.1330
--- ChangeLog   28 Jul 2014 21:19:52 -  1.1329
+++ ChangeLog   29 Jul 2014 16:42:59 -  1.1330
@@ -1,6 +1,6 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1329 2014/07/28 
21:19:52 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1330 2014/07/29 
16:42:59 robbat2 Exp $
 
   28 Jul 2014; Davide Pesavento p...@gentoo.org qmake-utils.eclass:
   Set also QMAKE_LINK_{C_,}SHLIB
@@ -110,6 +110,11 @@
   Enable multilib flags for ppc. Since ppc profiles are not multilib at the
   moment, this should not create any new issues.
 
+  28 Jun 2014; Robin H. Johnson robb...@gentoo.org linux-info.eclass:
+  linux-info: Bug #469210: during pkg_info|pkg_nofetch|pkg_pretend phases, $S
+  does not exist yet. This triggers sandbox violations in some cases, use $T
+  instead.
+
   27 Jun 2014; Sergei Trofimovich sly...@gentoo.org haskell-cabal.eclass:
   Disable QA warning on '--with-compiler' passed by 'dev-haskell/cabal' (bug
   #515360 by Patrick Lauer).






[gentoo-commits] gentoo-x86 commit in media-libs/wxsvg: wxsvg-1.4.2.ebuild ChangeLog

2014-07-29 Thread Samuli Suominen (ssuominen)
ssuominen14/07/29 16:38:44

  Modified: wxsvg-1.4.2.ebuild ChangeLog
  Log:
  Use subslot since soname changed
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.2  media-libs/wxsvg/wxsvg-1.4.2.ebuild

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

Index: wxsvg-1.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/wxsvg/wxsvg-1.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wxsvg-1.4.2.ebuild  29 Jul 2014 16:35:14 -  1.1
+++ wxsvg-1.4.2.ebuild  29 Jul 2014 16:38:43 -  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/wxsvg/wxsvg-1.4.2.ebuild,v 1.1 
2014/07/29 16:35:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/wxsvg-1.4.2.ebuild,v 1.2 
2014/07/29 16:38:43 ssuominen Exp $
 
 EAPI=5
 WX_GTK_VER=2.8
@@ -11,7 +11,7 @@
 SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2
 
 LICENSE=wxWinLL-3
-SLOT=0
+SLOT=0/2 # based on SONAME of libwxsvg.so
 KEYWORDS=~amd64 ~x86
 IUSE=static-libs
 



1.47 media-libs/wxsvg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   29 Jul 2014 16:35:14 -  1.46
+++ ChangeLog   29 Jul 2014 16:38:43 -  1.47
@@ -1,12 +1,13 @@
 # ChangeLog for media-libs/wxsvg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.46 
2014/07/29 16:35:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/wxsvg/ChangeLog,v 1.47 
2014/07/29 16:38:43 ssuominen Exp $
 
 *wxsvg-1.4.2 (29 Jul 2014)
 
   29 Jul 2014; Samuli Suominen ssuomi...@gentoo.org +wxsvg-1.4.2.ebuild:
-  Version bump. TODO: Possible switch wxGTK from 2.8 to 3.0 if media-
-  video/dvdstyler is OK with such an change.
+  Version bump. SONAME changed from .so.1 to .so.2, utilize subslot for that.
+  Keep using wxGTK 2.8 for now, 3.0 is untested for both, wxsvg and it's
+  consumer, media-video/dvdstyler.
 
 *wxsvg-1.2.1 (23 Jan 2014)
 






[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/.kde-4.14.49.9999/, ...

2014-07-29 Thread Johannes Huber
commit: 3ada24c32e97a5941ef56813ecbecb1c0310ee17
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Tue Jul 29 15:10:07 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Tue Jul 29 15:10:07 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3ada24c3

[Documentation] Add =media-libs/qt-gstreamer-1.2.0 to 4.14

---
 Documentation/package.accept_keywords/.kde-4.14.49./more-deps | 1 +
 Documentation/package.accept_keywords/.kde-4.14/more-deps | 1 +
 Documentation/package.accept_keywords/kde-4.14.49..keywords   | 1 +
 Documentation/package.accept_keywords/kde-4.14.keywords   | 1 +
 4 files changed, 4 insertions(+)

diff --git a/Documentation/package.accept_keywords/.kde-4.14.49./more-deps 
b/Documentation/package.accept_keywords/.kde-4.14.49./more-deps
index ab24d43..619421d 100644
--- a/Documentation/package.accept_keywords/.kde-4.14.49./more-deps
+++ b/Documentation/package.accept_keywords/.kde-4.14.49./more-deps
@@ -3,6 +3,7 @@
 =kde-misc/baloo-kcmadv-2014.04.27
 =media-libs/lcms-2.5-r1
 =media-libs/libraw-0.16.0_beta1-r1
+=media-libs/qt-gstreamer-1.2.0
 =net-libs/libkgapi-2.0.1
 =net-misc/networkmanager-0.9.8.2
 

diff --git a/Documentation/package.accept_keywords/.kde-4.14/more-deps 
b/Documentation/package.accept_keywords/.kde-4.14/more-deps
index ab24d43..619421d 100644
--- a/Documentation/package.accept_keywords/.kde-4.14/more-deps
+++ b/Documentation/package.accept_keywords/.kde-4.14/more-deps
@@ -3,6 +3,7 @@
 =kde-misc/baloo-kcmadv-2014.04.27
 =media-libs/lcms-2.5-r1
 =media-libs/libraw-0.16.0_beta1-r1
+=media-libs/qt-gstreamer-1.2.0
 =net-libs/libkgapi-2.0.1
 =net-misc/networkmanager-0.9.8.2
 

diff --git a/Documentation/package.accept_keywords/kde-4.14.49..keywords 
b/Documentation/package.accept_keywords/kde-4.14.49..keywords
index 41b980f..14b9677 100644
--- a/Documentation/package.accept_keywords/kde-4.14.49..keywords
+++ b/Documentation/package.accept_keywords/kde-4.14.49..keywords
@@ -304,6 +304,7 @@
 =kde-misc/baloo-kcmadv-2014.04.27
 =media-libs/lcms-2.5-r1
 =media-libs/libraw-0.16.0_beta1-r1
+=media-libs/qt-gstreamer-1.2.0
 =net-libs/libkgapi-2.0.1
 =net-misc/networkmanager-0.9.8.2
 

diff --git a/Documentation/package.accept_keywords/kde-4.14.keywords 
b/Documentation/package.accept_keywords/kde-4.14.keywords
index c4133b4..f1412d8 100644
--- a/Documentation/package.accept_keywords/kde-4.14.keywords
+++ b/Documentation/package.accept_keywords/kde-4.14.keywords
@@ -304,6 +304,7 @@
 =kde-misc/baloo-kcmadv-2014.04.27
 =media-libs/lcms-2.5-r1
 =media-libs/libraw-0.16.0_beta1-r1
+=media-libs/qt-gstreamer-1.2.0
 =net-libs/libkgapi-2.0.1
 =net-misc/networkmanager-0.9.8.2
 



[gentoo-commits] gentoo-x86 commit in sys-block/parted: parted-3.2.ebuild ChangeLog

2014-07-29 Thread Jeroen Roovers (jer)
jer 14/07/29 17:14:10

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

Revision  ChangesPath
1.47 sys-block/parted/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?r1=1.46r2=1.47

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   4 Mar 2014 00:25:41 -   1.46
+++ ChangeLog   29 Jul 2014 17:14:10 -  1.47
@@ -1,6 +1,12 @@
 # ChangeLog for sys-block/parted
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.46 
2014/03/04 00:25:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.47 
2014/07/29 17:14:10 jer Exp $
+
+*parted-3.2 (29 Jul 2014)
+
+  29 Jul 2014; Jeroen Roovers j...@gentoo.org +parted-3.2.ebuild,
+  +files/parted-3.2-devmapper.patch:
+  Version bump.
 
   04 Mar 2014; Jeroen Roovers j...@gentoo.org parted-2.4.ebuild,
   parted-3.1-r1.ebuild, +files/parted-2.4-readline.patch,



1.1  sys-block/parted/parted-3.2.ebuild

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

Index: parted-3.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.2.ebuild,v 1.1 
2014/07/29 17:14:10 jer Exp $

EAPI=4

inherit autotools eutils

DESCRIPTION=Create, destroy, resize, check, copy partitions and file systems
HOMEPAGE=http://www.gnu.org/software/parted;
SRC_URI=mirror://gnu/${PN}/${P}.tar.xz

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
IUSE=+debug device-mapper nls readline selinux static-libs test

# specific version for gettext needed
# to fix bug 85999
RDEPEND=
=sys-fs/e2fsprogs-1.27
=sys-libs/ncurses-5.7-r7
device-mapper? ( =sys-fs/lvm2-2.02.45 )
readline? ( =sys-libs/readline-5.2 )
selinux? ( sys-libs/libselinux )

DEPEND=
${RDEPEND}
nls? ( =sys-devel/gettext-0.12.1-r2 )
virtual/pkgconfig
test? (
=dev-libs/check-0.9.3
dev-perl/Digest-CRC
)


src_prepare() {
# Remove tests known to FAIL instead of SKIP without OS/userland support
sed -i libparted/tests/Makefile.am \
-e 's|t3000-symlink.sh||g' || die sed failed
sed -i tests/Makefile.am \
-e '/t4100-msdos-partition-limits.sh/d' \
-e '/t4100-dvh-partition-limits.sh/d' \
-e '/t6000-dm.sh/d' || die sed failed
# there is no configure flag for controlling the dev-libs/check test
sed -i configure.ac \
-e s:have_check=[a-z]*:have_check=$(usex test):g || die

epatch ${FILESDIR}/${PN}-3.2-devmapper.patch

eautoreconf
}

src_configure() {
econf \
$(use_enable debug) \
$(use_enable device-mapper) \
$(use_enable nls) \
$(use_enable selinux) \
$(use_enable static-libs static) \
$(use_with readline) \
--disable-rpath \
--disable-silent-rules
}

src_test() {
if use debug; then
# Do not die when tests fail - some requirements are not
# properly checked and should not lead to the ebuild failing.
emake check
else
ewarn Skipping tests because USE=-debug is set.
fi
}

src_install() {
emake install DESTDIR=${D}
dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO
dodoc doc/{API,FAT,USER.jp}
find ${ED} -name '*.la' -exec rm -f {} +
}






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

2014-07-29 Thread Robin H. Johnson
commit: c69b8b56fcd7fec7fa1dbb50f181a4efbbc59b29
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Tue Jul 29 17:59:40 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Tue Jul 29 17:59:40 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=c69b8b56

Sync mysql eclass cvs headers from portage tree.

Signed-off-by: Robin H. Johnson robbat2 AT orbis-terrarum.net

---
 eclass/mysql-autotools.eclass | 2 +-
 eclass/mysql-cmake.eclass | 2 +-
 eclass/mysql-multilib.eclass  | 2 +-
 eclass/mysql-v2.eclass| 2 +-
 eclass/mysql.eclass   | 2 +-
 eclass/mysql_fx.eclass| 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclass
index 2c6f636..e984938 100644
--- a/eclass/mysql-autotools.eclass
+++ b/eclass/mysql-autotools.eclass
@@ -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/eclass/mysql-autotools.eclass,v 1.19 
2014/07/19 10:18:41 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.20 
2014/07/29 17:59:21 robbat2 Exp $
 
 # @ECLASS: mysql-autotools.eclass
 # @MAINTAINER:

diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass
index c9bb2ca..8360ded 100644
--- a/eclass/mysql-cmake.eclass
+++ b/eclass/mysql-cmake.eclass
@@ -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/eclass/mysql-cmake.eclass,v 1.22 2014/07/19 
10:18:41 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-cmake.eclass,v 1.23 2014/07/29 
17:59:21 robbat2 Exp $
 
 # @ECLASS: mysql-cmake.eclass
 # @MAINTAINER:

diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass
index 870ba79..439b4d7 100644
--- a/eclass/mysql-multilib.eclass
+++ b/eclass/mysql-multilib.eclass
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-multilib.eclass,v 1.1 
2014/07/29 17:59:21 robbat2 Exp $
 
 # @ECLASS: mysql-multilib.eclass
 # @MAINTAINER:

diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
index 8c0dc31..1b316c2 100644
--- a/eclass/mysql-v2.eclass
+++ b/eclass/mysql-v2.eclass
@@ -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/eclass/mysql-v2.eclass,v 1.30 2014/06/04 
01:17:11 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.33 2014/07/29 
17:59:21 robbat2 Exp $
 
 # @ECLASS: mysql-v2.eclass
 # @MAINTAINER:

diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index bd555ce..c949e27 100644
--- a/eclass/mysql.eclass
+++ b/eclass/mysql.eclass
@@ -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/eclass/mysql.eclass,v 1.179 2014/07/19 
10:18:41 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.180 2014/07/29 
17:59:21 robbat2 Exp $
 
 # @ECLASS: mysql.eclass
 # @MAINTAINER:

diff --git a/eclass/mysql_fx.eclass b/eclass/mysql_fx.eclass
index c62bd8c..5a28589 100644
--- a/eclass/mysql_fx.eclass
+++ b/eclass/mysql_fx.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql_fx.eclass,v 1.30 2012/01/09 
10:42:19 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql_fx.eclass,v 1.32 2014/07/29 
17:59:21 robbat2 Exp $
 
 # Author: Francesco Riosa (Retired) v...@gentoo.org
 # Maintainer:



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

2014-07-29 Thread Robin H. Johnson
commit: 2a6c561576350e048695972e92e7a72a68017b26
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Tue Jul 29 17:58:10 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Tue Jul 29 17:58:10 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=2a6c5615

Sync eclass changes from main portage tree back, handled prefix changes.

Signed-off-by: Robin H. Johnson robbat2 AT orbis-terrarum.net

---
 eclass/mysql-autotools.eclass |  7 ---
 eclass/mysql-cmake.eclass |  3 ++-
 eclass/mysql-v2.eclass| 30 +++---
 eclass/mysql.eclass   | 22 +++---
 4 files changed, 32 insertions(+), 30 deletions(-)

diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclass
index 2cfa3f2..2c6f636 100644
--- a/eclass/mysql-autotools.eclass
+++ b/eclass/mysql-autotools.eclass
@@ -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/eclass/mysql-autotools.eclass,v 1.17 
2013/03/16 19:20:34 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.19 
2014/07/19 10:18:41 grobian Exp $
 
 # @ECLASS: mysql-autotools.eclass
 # @MAINTAINER:
@@ -112,7 +112,7 @@ mysql-autotools_configure_common() {
myconf=${myconf} $(use_with big-tables)
myconf=${myconf} --enable-local-infile
myconf=${myconf} --with-extra-charsets=all
-   myconf=${myconf} --with-mysqld-user=mysql
+   use prefix || myconf=${myconf} --with-mysqld-user=mysql
myconf=${myconf} --with-server
myconf=${myconf} 
--with-unix-socket-path=${EPREFIX}/var/run/mysqld/mysqld.sock
myconf=${myconf} --without-libwrap
@@ -612,6 +612,7 @@ mysql-autotools_src_install() {
-e s!= /var!= ${EPREFIX}/var! \
${FILESDIR}/${mycnf_src} \
 ${TMPDIR}/my.cnf.ok
+   use prefix  sed -i -r -e '/^user[[:space:]]*=[[:space:]]*mysql$/d' 
${TMPDIR}/my.cnf.ok
if use latin1 ; then
sed -i \
-e /character-set/s|utf8|latin1|g \

diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass
index be564c5..c9bb2ca 100644
--- a/eclass/mysql-cmake.eclass
+++ b/eclass/mysql-cmake.eclass
@@ -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/eclass/mysql-cmake.eclass,v 1.20 2014/05/15 
03:18:47 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-cmake.eclass,v 1.22 2014/07/19 
10:18:41 grobian Exp $
 
 # @ECLASS: mysql-cmake.eclass
 # @MAINTAINER:
@@ -421,6 +421,7 @@ mysql-cmake_src_install() {
sed -e s!@DATADIR@!${MY_DATADIR}!g \
${FILESDIR}/${mycnf_src} \
 ${TMPDIR}/my.cnf.ok || die
+   use prefix  sed -i -r -e '/^user[[:space:]]*=[[:space:]]*mysql$/d' 
${TMPDIR}/my.cnf.ok
if use latin1 ; then
sed -i \
-e /character-set/s|utf8|latin1|g \

diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
index bbbc150..8c0dc31 100644
--- a/eclass/mysql-v2.eclass
+++ b/eclass/mysql-v2.eclass
@@ -688,7 +688,7 @@ mysql-v2_pkg_config() {
local old_MY_DATADIR=${MY_DATADIR}
local old_HOME=${HOME}
# my_print_defaults needs to read stuff in $HOME/.my.cnf
-   export HOME=/root
+   export HOME=${EPREFIX}/root
 
# Make sure the vars are correctly initialized
mysql_init_vars
@@ -739,13 +739,13 @@ mysql-v2_pkg_config() {
MYSQL_LOG_BIN=$(mysql-v2_getoptval mysqld log-bin)
MYSQL_LOG_BIN=${MYSQL_LOG_BIN%/*}
 
-   if [[ ! -d ${EROOT}/$MYSQL_TMPDIR ]]; then
+   if [[ ! -d ${ROOT}/$MYSQL_TMPDIR ]]; then
einfo Creating MySQL tmpdir $MYSQL_TMPDIR
-   install -d -m 770 -o mysql -g mysql ${EROOT}/$MYSQL_TMPDIR
+   install -d -m 770 -o mysql -g mysql ${ROOT}/$MYSQL_TMPDIR
fi
-   if [[ ! -d ${EROOT}/$MYSQL_LOG_BIN ]]; then
+   if [[ ! -d ${ROOT}/$MYSQL_LOG_BIN ]]; then
einfo Creating MySQL log-bin directory $MYSQL_LOG_BIN
-   install -d -m 770 -o mysql -g mysql ${EROOT}/$MYSQL_LOG_BIN
+   install -d -m 770 -o mysql -g mysql ${ROOT}/$MYSQL_LOG_BIN
fi
if [[ ! -d ${EROOT}/$MYSQL_RELAY_LOG ]]; then
einfo Creating MySQL relay-log directory $MYSQL_RELAY_LOG
@@ -766,7 +766,7 @@ mysql-v2_pkg_config() {
if [ -z ${MYSQL_ROOT_PASSWORD} ]; then
 
einfo Please provide a password for the mysql 'root' user now, 
in the
-   einfo MYSQL_ROOT_PASSWORD env var or through the /root/.my.cnf 
file.
+   einfo MYSQL_ROOT_PASSWORD env var or through the 
${HOME}/.my.cnf file.
ewarn Avoid [\'\\_%] characters in the 

[gentoo-commits] proj/kde:master commit in: net-im/ktp-call-ui/

2014-07-29 Thread Johannes Huber
commit: df9abe734629e348e19446ebd0bedff927d38824
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Tue Jul 29 16:08:25 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Tue Jul 29 16:08:25 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=df9abe73

[net-im/ktp-call-ui] Raise DEPEND on media-libs/qt-gstreamer

Package-Manager: portage-2.2.10

---
 net-im/ktp-call-ui/ktp-call-ui-4..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/ktp-call-ui/ktp-call-ui-4..ebuild 
b/net-im/ktp-call-ui/ktp-call-ui-4..ebuild
index 1e9b7fa..b897771 100644
--- a/net-im/ktp-call-ui/ktp-call-ui-4..ebuild
+++ b/net-im/ktp-call-ui/ktp-call-ui-4..ebuild
@@ -23,7 +23,7 @@ SLOT=4
 IUSE=debug v4l
 
 DEPEND=
-   =media-libs/qt-gstreamer-0.10.2
+   =media-libs/qt-gstreamer-1.2.0
=net-im/ktp-common-internals-${PV}
net-libs/telepathy-farstream-0.6
=net-libs/telepathy-qt-0.9.3[farstream]



[gentoo-commits] gentoo-x86 commit in x11-plugins/wmbattery: wmbattery-2.44.ebuild ChangeLog

2014-07-29 Thread Samuli Suominen (ssuominen)
ssuominen14/07/29 18:10:06

  Modified: ChangeLog
  Added:wmbattery-2.44.ebuild
  Log:
  Version bump. Improved support for current Linux /sys interface(s). 
Optionalize sys-power/upower dependency using USE=upower.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.31 x11-plugins/wmbattery/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbattery/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   19 Jun 2014 19:18:31 -  1.30
+++ ChangeLog   29 Jul 2014 18:10:06 -  1.31
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/wmbattery
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.30 
2014/06/19 19:18:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.31 
2014/07/29 18:10:06 ssuominen Exp $
+
+*wmbattery-2.44 (29 Jul 2014)
+
+  29 Jul 2014; Samuli Suominen ssuomi...@gentoo.org +wmbattery-2.44.ebuild:
+  Version bump. Improved support for current Linux /sys interface(s).
+  Optionalize sys-power/upower dependency using USE=upower.
 
   19 Jun 2014; Samuli Suominen ssuomi...@gentoo.org wmbattery-2.40.ebuild:
   Update from EAPI 3 to 5.



1.1  x11-plugins/wmbattery/wmbattery-2.44.ebuild

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

Index: wmbattery-2.44.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.44.ebuild,v 1.1 
2014/07/29 18:10:06 ssuominen Exp $

EAPI=5
inherit autotools

DESCRIPTION=A dockable app to report APM, ACPI, or SPIC battery status
HOMEPAGE=http://joeyh.name/code/wmbattery/;
SRC_URI=mirror://debian/pool/main/w/${PN}/${PN}_${PV}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc -sparc ~x86
IUSE=upower

RDEPEND=sys-apps/apmd
x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm
upower? ( || ( =sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )
DEPEND=${RDEPEND}
virtual/pkgconfig

DOCS=( README TODO debian/changelog )

src_prepare() {
sed -i \
-e '/^icondir/s:icons:pixmaps:' \
autoconf/makeinfo.in || die

use upower || { sed -i -e 's:USE_UPOWER = 1:#:' autoconf/makeinfo.in 
|| die; }

eautoconf
}






  1   2   >