[gentoo-commits] gentoo-x86 commit in app-emulation/qemu/files: qemu-binfmt.initd-r1

2014-08-04 Thread Mike Frysinger (vapier)
vapier  14/08/04 06:45:22

  Modified: qemu-binfmt.initd-r1
  Log:
  Version bump #518806 by José Romildo Malaquias.  Add aarch64 to the init 
script, and switch flags from P to OC until qemu itself can understand the 
extra argv[0] #512780 by Bertrand Jacquin.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.4  app-emulation/qemu/files/qemu-binfmt.initd-r1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/files/qemu-binfmt.initd-r1?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/files/qemu-binfmt.initd-r1?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/files/qemu-binfmt.initd-r1?r1=1.3r2=1.4

Index: qemu-binfmt.initd-r1
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/qemu/files/qemu-binfmt.initd-r1,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qemu-binfmt.initd-r117 Feb 2013 22:05:22 -  1.3
+++ qemu-binfmt.initd-r14 Aug 2014 06:45:21 -   1.4
@@ -1,16 +1,22 @@
 #!/sbin/runscript
-# 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/app-emulation/qemu/files/qemu-binfmt.initd-r1,v 1.3 
2013/02/17 22:05:22 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/qemu/files/qemu-binfmt.initd-r1,v 1.4 
2014/08/04 06:45:21 vapier Exp $
 
 # enable automatic i386/ARM/M68K/MIPS/SPARC/PPC/s390 program execution by the 
kernel
 
+# Defaulting to OC should be safe because it comes down to:
+#  - do we trust the interp itself to not be malicious?  yes; we built it.
+#  - do we trust the programs we're running?  ish; same permission as native
+#binaries apply.  so if user can do bad stuff natively, cross isn't worse.
+: ${QEMU_BINFMT_FLAGS:=OC}
+
 depend() {
 after procfs
 }
 
 start() {
-   ebegin Registering qemu-user binaries
+   ebegin Registering qemu-user binaries (flags: ${QEMU_BINFMT_FLAGS})
 
if [ ! -d /proc/sys/fs/binfmt_misc ] ; then
   modprobe -q binfmt_misc
@@ -50,55 +56,58 @@
 
# register the interpreter for each cpu except for the native one
if [ $cpu != i386 -a -x /usr/bin/qemu-i386 ] ; then
-  echo 
':i386:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x03\x00:\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-i386:P'
  /proc/sys/fs/binfmt_misc/register
-  echo 
':i486:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x06\x00:\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-i386:P'
  /proc/sys/fs/binfmt_misc/register
+  echo 
':i386:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x03\x00:\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-i386:OC'
  /proc/sys/fs/binfmt_misc/register
+  echo 
':i486:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x06\x00:\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-i386:OC'
  /proc/sys/fs/binfmt_misc/register
fi
if [ $cpu != alpha -a -x /usr/bin/qemu-alpha ] ; then
-  echo 
':alpha:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x26\x90:\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-alpha:P'
  /proc/sys/fs/binfmt_misc/register
+  echo 
':alpha:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x26\x90:\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-alpha:OC'
  /proc/sys/fs/binfmt_misc/register
fi
if [ $cpu != arm -a -x /usr/bin/qemu-arm ] ; then
-  echo   
':arm:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\x00\xff\xfe\xff\xff\xff:/usr/bin/qemu-arm:P'
  /proc/sys/fs/binfmt_misc/register
+  echo   
':arm:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\x00\xff\xfe\xff\xff\xff:/usr/bin/qemu-arm:OC'
  /proc/sys/fs/binfmt_misc/register
fi
if [ $cpu != arm -a -x /usr/bin/qemu-armeb ] ; then
-  echo   
':armeb:M::\x7fELF\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff:/usr/bin/qemu-armeb:P'
  /proc/sys/fs/binfmt_misc/register
+  echo   
':armeb:M::\x7fELF\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff:/usr/bin/qemu-armeb:OC'
  

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

2014-08-04 Thread Mike Frysinger (vapier)
vapier  14/08/04 06:45:21

  Modified: ChangeLog
  Added:qemu-2.1.0.ebuild
  Log:
  Version bump #518806 by José Romildo Malaquias.  Add aarch64 to the init 
script, and switch flags from P to OC until qemu itself can understand the 
extra argv[0] #512780 by Bertrand Jacquin.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.273app-emulation/qemu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -r1.272 -r1.273
--- ChangeLog   29 Jul 2014 10:23:00 -  1.272
+++ ChangeLog   4 Aug 2014 06:45:21 -   1.273
@@ -1,6 +1,14 @@
 # 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.272 
2014/07/29 10:23:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.273 
2014/08/04 06:45:21 vapier Exp $
+
+*qemu-2.1.0 (04 Aug 2014)
+
+  04 Aug 2014; Mike Frysinger vap...@gentoo.org +qemu-2.1.0.ebuild,
+  files/qemu-binfmt.initd-r1:
+  Version bump #518806 by José Romildo Malaquias.  Add aarch64 to the init
+  script, and switch flags from P to OC until qemu itself can understand the
+  extra argv[0] #512780 by Bertrand Jacquin.
 
   29 Jul 2014; Mike Frysinger vap...@gentoo.org qemu-2.0.0-r1.ebuild,
   qemu-.ebuild:



1.1  app-emulation/qemu/qemu-2.1.0.ebuild

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

Index: qemu-2.1.0.ebuild
===
# 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.1.0.ebuild,v 1.1 
2014/08/04 06:45:21 vapier Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE=ncurses,readline

inherit eutils flag-o-matic linux-info toolchain-funcs multilib python-r1 \
user udev fcaps readme.gentoo pax-utils

BACKPORTS=

if [[ ${PV} = ** ]]; then
EGIT_REPO_URI=git://git.qemu.org/qemu.git
inherit git-2
SRC_URI=
KEYWORDS=
else
SRC_URI=http://wiki.qemu-project.org/download/${P}.tar.bz2
${BACKPORTS:+

http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz};
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd
fi

DESCRIPTION=QEMU + Kernel-based Virtual Machine userland tools
HOMEPAGE=http://www.qemu.org http://www.linux-kvm.org;

LICENSE=GPL-2 LGPL-2 BSD-2
SLOT=0
IUSE=accessibility +aio alsa bluetooth +caps +curl debug +fdt glusterfs \
gtk iscsi +jpeg \
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

COMMON_TARGETS=aarch64 alpha arm cris i386 m68k microblaze microblazeel mips
mips64 mips64el mipsel or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64 unicore32
x86_64
IUSE_SOFTMMU_TARGETS=${COMMON_TARGETS} lm32 moxie ppcemb xtensa xtensaeb
IUSE_USER_TARGETS=${COMMON_TARGETS} armeb mipsn32 mipsn32el ppc64abi32 
sparc32plus

use_targets=
$(printf ' qemu_softmmu_targets_%s' ${IUSE_SOFTMMU_TARGETS})
$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS})

IUSE+= ${use_targets}

# Require at least one softmmu or user target.
# Block USE flag configurations known to not work.
REQUIRED_USE=|| ( ${use_targets} )
python? ( ${PYTHON_REQUIRED_USE} )
qemu_softmmu_targets_arm? ( fdt )
qemu_softmmu_targets_microblaze? ( fdt )
qemu_softmmu_targets_ppc? ( fdt )
qemu_softmmu_targets_ppc64? ( fdt )
static? ( static-softmmu static-user )
static-softmmu? ( !alsa !pulseaudio !bluetooth !opengl !gtk )
virtfs? ( xattr )

# Yep, you need both libcap and libcap-ng since virtfs only uses libcap.
COMMON_LIB_DEPEND==dev-libs/glib-2.0[static-libs(+)]
sys-libs/zlib[static-libs(+)]
SOFTMMU_LIB_DEPEND=${COMMON_LIB_DEPEND}
=x11-libs/pixman-0.28.0[static-libs(+)]
aio? ( dev-libs/libaio[static-libs(+)] )
caps? ( sys-libs/libcap-ng[static-libs(+)] )
curl? ( =net-misc/curl-7.15.4[static-libs(+)] )

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

2014-08-04 Thread Mike Frysinger (vapier)
vapier  14/08/04 06:47:22

  Modified: ChangeLog
  Log:
  actually use the new $QEMU_BINFMT_FLAGS
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.274app-emulation/qemu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- ChangeLog   4 Aug 2014 06:45:21 -   1.273
+++ ChangeLog   4 Aug 2014 06:47:22 -   1.274
@@ -1,6 +1,9 @@
 # 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.273 
2014/08/04 06:45:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.274 
2014/08/04 06:47:22 vapier Exp $
+
+  04 Aug 2014; Mike Frysinger vap...@gentoo.org files/qemu-binfmt.initd-r1:
+  actually use the new $QEMU_BINFMT_FLAGS
 
 *qemu-2.1.0 (04 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in app-emulation/qemu/files: qemu-binfmt.initd-r1

2014-08-04 Thread Mike Frysinger (vapier)
vapier  14/08/04 06:47:22

  Modified: qemu-binfmt.initd-r1
  Log:
  actually use the new $QEMU_BINFMT_FLAGS
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.5  app-emulation/qemu/files/qemu-binfmt.initd-r1

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

Index: qemu-binfmt.initd-r1
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/qemu/files/qemu-binfmt.initd-r1,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qemu-binfmt.initd-r14 Aug 2014 06:45:21 -   1.4
+++ qemu-binfmt.initd-r14 Aug 2014 06:47:22 -   1.5
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/qemu/files/qemu-binfmt.initd-r1,v 1.4 
2014/08/04 06:45:21 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/qemu/files/qemu-binfmt.initd-r1,v 1.5 
2014/08/04 06:47:22 vapier Exp $
 
 # enable automatic i386/ARM/M68K/MIPS/SPARC/PPC/s390 program execution by the 
kernel
 
@@ -56,58 +56,58 @@
 
# register the interpreter for each cpu except for the native one
if [ $cpu != i386 -a -x /usr/bin/qemu-i386 ] ; then
-  echo 
':i386:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x03\x00:\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-i386:OC'
  /proc/sys/fs/binfmt_misc/register
-  echo 
':i486:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x06\x00:\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-i386:OC'
  /proc/sys/fs/binfmt_misc/register
+  echo 
':i386:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x03\x00:\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-i386:'${QEMU_BINFMT_FLAGS}
  /proc/sys/fs/binfmt_misc/register
+  echo 
':i486:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x06\x00:\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-i386:'${QEMU_BINFMT_FLAGS}
  /proc/sys/fs/binfmt_misc/register
fi
if [ $cpu != alpha -a -x /usr/bin/qemu-alpha ] ; then
-  echo 
':alpha:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x26\x90:\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-alpha:OC'
  /proc/sys/fs/binfmt_misc/register
+  echo 
':alpha:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x26\x90:\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-alpha:'${QEMU_BINFMT_FLAGS}
  /proc/sys/fs/binfmt_misc/register
fi
if [ $cpu != arm -a -x /usr/bin/qemu-arm ] ; then
-  echo   
':arm:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\x00\xff\xfe\xff\xff\xff:/usr/bin/qemu-arm:OC'
  /proc/sys/fs/binfmt_misc/register
+  echo   
':arm:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\x00\xff\xfe\xff\xff\xff:/usr/bin/qemu-arm:'${QEMU_BINFMT_FLAGS}
  /proc/sys/fs/binfmt_misc/register
fi
if [ $cpu != arm -a -x /usr/bin/qemu-armeb ] ; then
-  echo   
':armeb:M::\x7fELF\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff:/usr/bin/qemu-armeb:OC'
  /proc/sys/fs/binfmt_misc/register
+  echo   
':armeb:M::\x7fELF\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff:/usr/bin/qemu-armeb:'${QEMU_BINFMT_FLAGS}
  /proc/sys/fs/binfmt_misc/register
fi
if [ $cpu != aarch64 -a -x /usr/bin/qemu-aarch64 ] ; then
-  echo 
':aarch64:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\xb7\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-aarch64:OC'
  /proc/sys/fs/binfmt_misc/register
+  echo 
':aarch64:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\xb7\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-aarch64:'${QEMU_BINFMT_FLAGS}
  /proc/sys/fs/binfmt_misc/register
fi
if [ $cpu != sparc -a -x /usr/bin/qemu-sparc ] ; then
-  echo   

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

2014-08-04 Thread Michal Gorny (mgorny)
mgorny  14/08/04 06:58:41

  Modified: libudev-215.ebuild ChangeLog
  Log:
  Fix not installing anything with USE=systemd,static-libs. That combination 
should be forbidden via REQUIRED_USE.
  
  (Portage version: 2.2.11/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  virtual/libudev/libudev-215.ebuild

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

Index: libudev-215.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/libudev/libudev-215.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libudev-215.ebuild  3 Aug 2014 13:07:42 -   1.2
+++ libudev-215.ebuild  4 Aug 2014 06:58:41 -   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/virtual/libudev/libudev-215.ebuild,v 1.2 
2014/08/03 13:07:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libudev/libudev-215.ebuild,v 1.3 
2014/08/04 06:58:41 mgorny Exp $
 
 EAPI=5
 inherit multilib-build
@@ -20,8 +20,10 @@
=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},static-libs?]
=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP},static-libs?] )
)
-   systemd? ( !static-libs? ( || (
+   systemd? ( || (
=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP}]
=sys-apps/systemd-208-r3:0/1[${MULTILIB_USEDEP}]
-   =sys-apps/systemd-208:0/0[${MULTILIB_USEDEP}] ) )
+   =sys-apps/systemd-208:0/0[${MULTILIB_USEDEP}] )
)
+
+REQUIRED_USE=systemd? ( !static-libs )



1.10 virtual/libudev/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/libudev/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   3 Aug 2014 13:07:42 -   1.9
+++ ChangeLog   4 Aug 2014 06:58:41 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/libudev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libudev/ChangeLog,v 1.9 2014/08/03 
13:07:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libudev/ChangeLog,v 1.10 2014/08/04 
06:58:41 mgorny Exp $
+
+  04 Aug 2014; Michał Górny mgo...@gentoo.org libudev-215.ebuild:
+  Fix not installing anything with USE=systemd,static-libs. That combination
+  should be forbidden via REQUIRED_USE.
 
   03 Aug 2014; Samuli Suominen ssuomi...@gentoo.org libudev-215.ebuild:
   Help Portage make the right decision by introducing USE=systemd wrt 
#515230.






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

2014-08-04 Thread Michal Gorny (mgorny)
mgorny  14/08/04 07:11:08

  Modified: libgudev-215.ebuild ChangeLog
  Log:
  Fix not installing anything with USE=systemd,static-libs. That combination 
should be forbidden via REQUIRED_USE.
  
  (Portage version: 2.2.11/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  virtual/libgudev/libgudev-215.ebuild

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

Index: libgudev-215.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/libgudev/libgudev-215.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libgudev-215.ebuild 3 Aug 2014 13:12:27 -   1.2
+++ libgudev-215.ebuild 4 Aug 2014 07:11:08 -   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/virtual/libgudev/libgudev-215.ebuild,v 1.2 
2014/08/03 13:12:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/libgudev-215.ebuild,v 1.3 
2014/08/04 07:11:08 mgorny Exp $
 
 EAPI=5
 inherit multilib-build
@@ -20,8 +20,10 @@

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

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

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

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



1.13 virtual/libgudev/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   3 Aug 2014 13:12:27 -   1.12
+++ ChangeLog   4 Aug 2014 07:11:08 -   1.13
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/libgudev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v 1.12 
2014/08/03 13:12:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v 1.13 
2014/08/04 07:11:08 mgorny Exp $
+
+  04 Aug 2014; Michał Górny mgo...@gentoo.org libgudev-215.ebuild:
+  Fix not installing anything with USE=systemd,static-libs. That combination
+  should be forbidden via REQUIRED_USE.
 
   03 Aug 2014; Samuli Suominen ssuomi...@gentoo.org libgudev-215.ebuild:
   Help Portage make the right decision by introducing USE=systemd wrt 
#515230.






[gentoo-commits] gentoo-x86 commit in app-i18n/ibus: ChangeLog ibus-1.5.8.ebuild

2014-08-04 Thread Yixun Lan (dlan)
dlan14/08/04 07:22:49

  Modified: ChangeLog ibus-1.5.8.ebuild
  Log:
  bug 518746, add dev-util/gtk-doc depend, since upstream don't do release
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.148app-i18n/ibus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog   1 Aug 2014 08:28:40 -   1.147
+++ ChangeLog   4 Aug 2014 07:22:49 -   1.148
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/ibus
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.147 2014/08/01 
08:28:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.148 2014/08/04 
07:22:49 dlan Exp $
+
+  04 Aug 2014; Yixun Lan d...@gentoo.org ibus-1.5.8.ebuild:
+  bug 518746, add dev-util/gtk-doc depend, since upstream don't do release
 
   01 Aug 2014; Markus Meier mae...@gentoo.org ibus-1.5.5.ebuild:
   arm stable, bug #517912



1.2  app-i18n/ibus/ibus-1.5.8.ebuild

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

Index: ibus-1.5.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ibus-1.5.8.ebuild   1 Aug 2014 07:14:27 -   1.1
+++ ibus-1.5.8.ebuild   4 Aug 2014 07:22:49 -   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-i18n/ibus/ibus-1.5.8.ebuild,v 1.1 
2014/08/01 07:14:27 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.8.ebuild,v 1.2 
2014/08/04 07:22:49 dlan Exp $
 
 EAPI=5
 
@@ -62,6 +62,7 @@
)
 DEPEND=${COMMON_DEPEND}
=dev-lang/perl-5.8.1
+   dev-util/gtk-doc
dev-util/gtk-doc-am
dev-util/intltool
virtual/pkgconfig






[gentoo-commits] gentoo-x86 commit in dev-lang/go: go-1.3.ebuild ChangeLog

2014-08-04 Thread Fabian Groffen (grobian)
grobian 14/08/04 07:25:02

  Modified: go-1.3.ebuild ChangeLog
  Log:
  Marked ~x86-macos
  
  (Portage version: 2.2.10.1-prefix/cvs/SunOS i386, signed Manifest commit with 
key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.4  dev-lang/go/go-1.3.ebuild

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

Index: go-1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- go-1.3.ebuild   29 Jul 2014 19:26:39 -  1.3
+++ go-1.3.ebuild   4 Aug 2014 07:25:02 -   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-lang/go/go-1.3.ebuild,v 1.3 2014/07/29 
19:26:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.ebuild,v 1.4 2014/08/04 
07:25:02 grobian Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 else
SRC_URI=https://storage.googleapis.com/golang/go${PV}.src.tar.gz;
# Upstream only supports go on amd64, arm and x86 architectures.
-   KEYWORDS=-* amd64 arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos
+   KEYWORDS=-* amd64 arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos
 fi
 
 DESCRIPTION=A concurrent garbage collected and typesafe programming language



1.41 dev-lang/go/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   29 Jul 2014 19:26:39 -  1.40
+++ ChangeLog   4 Aug 2014 07:25:02 -   1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/go
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.40 2014/07/29 
19:26:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.41 2014/08/04 
07:25:02 grobian Exp $
+
+  04 Aug 2014; Fabian Groffen grob...@gentoo.org go-1.3.ebuild:
+  Marked ~x86-macos
 
   29 Jul 2014; Markus Meier mae...@gentoo.org go-1.3.ebuild:
   arm stable, bug #517432






[gentoo-commits] gentoo-x86 commit in dev-util/stressapptest/files: stressapptest-1.0.6-autotools.patch stressapptest-1.0.6-misc-fixes.patch stressapptest-1.0.6-pthread-test.patch

2014-08-04 Thread Mike Frysinger (vapier)
vapier  14/08/04 08:09:39

  Added:stressapptest-1.0.6-autotools.patch
stressapptest-1.0.6-misc-fixes.patch
stressapptest-1.0.6-pthread-test.patch
  Log:
  Pull random clean up fixes from upstream to simplify build and make it 
cross-compile.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.1  
dev-util/stressapptest/files/stressapptest-1.0.6-autotools.patch

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

Index: stressapptest-1.0.6-autotools.patch
===
From fdc52203836f7fd54e1bff84e11d26838a8f21bc Mon Sep 17 00:00:00 2001
From: nick.j.sand...@gmail.com
 nick.j.sand...@gmail.com@93e54ea4-8218-11de-8aaf-8d8425684b44
Date: Tue, 11 Feb 2014 08:53:31 +
Subject: [PATCH] Fix autoconf bugs
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* Correctly use autoconf host rather than target.
* Use autoconf host_os.
* Warn rather than error on unknown configs.
* Add --disable-default-optimizations to avoid forced flags.
* Fix manfile install


git-svn-id: http://stressapptest.googlecode.com/svn/trunk@42 
93e54ea4-8218-11de-8aaf-8d8425684b44
---
 Makefile.am |   3 +-
 Makefile.in | 171 -
 aclocal.m4  |  72 --
 configure   | 781 
 configure.ac|  63 +++--
 src/Makefile.in |  36 ++-
 6 files changed, 602 insertions(+), 524 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c476e5f..5b1998f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,2 +1,3 @@
 SUBDIRS = src
-dist_doc_DATA = COPYING stressapptest.1
\ No newline at end of file
+dist_man_MANS = stressapptest.1
+
diff --git a/configure.ac b/configure.ac
index 6f09eb9..1fbc460 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,60 +12,53 @@ else
 fi
 
 AC_CANONICAL_HOST
-AC_CANONICAL_BUILD
 # Checking for target cpu and setting custom configuration
 # for the different platforms
-AC_CANONICAL_TARGET
-case x$target_cpu in
-  xx86_64)
+AS_CASE([$host_cpu],
+  [*x86_64*], [
 AC_DEFINE([STRESSAPPTEST_CPU_X86_64],[],
   [Defined if the target CPU is x86_64])
-;;
-  xi686)
+], 
+  [*i686*], [
 AC_DEFINE([STRESSAPPTEST_CPU_I686],[],
   [Defined if the target CPU is i686])
-;;
-  xpowerpc)
+], 
+  [*powerpc*], [
 AC_DEFINE([STRESSAPPTEST_CPU_PPC],[],
   [Defined if the target CPU is PowerPC])
-;;
-  xarmv7a)
+], 
+  [*armv7a*], [
 AC_DEFINE([STRESSAPPTEST_CPU_ARMV7A],[],
   [Defined if the target CPU is armv7a])
-;;
-  *)
-AC_MSG_ERROR([$target_cpu is not supported! Try x86_64, i686, powerpc, or 
armv7a])
-;;
-esac
+], 
+  [AC_MSG_WARN([Unsupported CPU: $host_cpu! Try x86_64, i686, powerpc, or 
armv7a])]
+)
 
-_os=`uname`
 ## The following allows like systems to share settings. This is not meant to
 ## imply that these OS are the same thing. From OpenOffice dmake configure.in
-case $_os in
-  Linux)
+AS_CASE([$host_os],
+  [*linux*], [
 OS_VERSION=linux
 AC_DEFINE([STRESSAPPTEST_OS_LINUX],[],
   [Defined if the target OS is Linux])
-;;
-  Darwin)
+],
+  [*darwin*], [
 OS_VERSION=macosx
 AC_DEFINE([STRESSAPPTEST_OS_DARWIN],[],
   [Defined if the target OS is OSX])
-;;
-  FreeBSD)
+],
+  [*freebsd*], [
 OS_VERSION=bsd
 AC_DEFINE([STRESSAPPTEST_OS_BSD],[],
   [Defined if the target OS is BSD based])
-;;
-  NetBSD)
+],
+  [*netbsd*], [
 OS_VERSION=bsd
 AC_DEFINE([STRESSAPPTEST_OS_BSD],[],
   [Defined if the target OS is BSD based])
-;;
-  *)
-AC_MSG_ERROR([$_os operating system is not suitable to build dmake!])
-;;
-esac
+],
+  [AC_MSG_WARN([unsupported system: $host_os])]
+)
 
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 AC_CONFIG_SRCDIR([src/])
@@ -95,10 +88,14 @@ AC_DEFINE_UNQUOTED([STRESSAPPTEST_TIMESTAMP],
$username @ $hostname on $timestamp,
[Timestamp when ./configure was executed])
 
-#Default cxxflags
-CXXFLAGS=$CXXFLAGS -DCHECKOPTS
-CXXFLAGS=$CXXFLAGS -Wreturn-type -Wunused -Wuninitialized -Wall -Wno-psabi
-CXXFLAGS=$CXXFLAGS -O3 -funroll-all-loops  -funroll-loops -DNDEBUG
+AC_ARG_ENABLE([default-optimizations],
+[AS_HELP_STRING([--disable-default-optimizations], [Disable default 
optimization flag overrides])])
+AS_IF([test x$enable_default_optimizations != xno], [
+#Default cxxflags
+CXXFLAGS=$CXXFLAGS -DCHECKOPTS
+CXXFLAGS=$CXXFLAGS -Wreturn-type -Wunused -Wuninitialized -Wall 
-Wno-psabi
+

[gentoo-commits] gentoo-x86 commit in dev-util/stressapptest: stressapptest-1.0.6-r1.ebuild ChangeLog

2014-08-04 Thread Mike Frysinger (vapier)
vapier  14/08/04 08:09:39

  Modified: ChangeLog
  Added:stressapptest-1.0.6-r1.ebuild
  Log:
  Pull random clean up fixes from upstream to simplify build and make it 
cross-compile.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.7  dev-util/stressapptest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/stressapptest/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   13 May 2013 01:49:23 -  1.6
+++ ChangeLog   4 Aug 2014 08:09:39 -   1.7
@@ -1,6 +1,15 @@
 # ChangeLog for dev-util/stressapptest
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/stressapptest/ChangeLog,v 1.6 
2013/05/13 01:49:23 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/stressapptest/ChangeLog,v 1.7 
2014/08/04 08:09:39 vapier Exp $
+
+*stressapptest-1.0.6-r1 (04 Aug 2014)
+
+  04 Aug 2014; Mike Frysinger vap...@gentoo.org
+  +files/stressapptest-1.0.6-autotools.patch,
+  +files/stressapptest-1.0.6-misc-fixes.patch,
+  +files/stressapptest-1.0.6-pthread-test.patch, 
+stressapptest-1.0.6-r1.ebuild:
+  Pull random clean up fixes from upstream to simplify build and make it cross-
+  compile.
 
 *stressapptest-1.0.6 (13 May 2013)
 



1.1  dev-util/stressapptest/stressapptest-1.0.6-r1.ebuild

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

Index: stressapptest-1.0.6-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/stressapptest/stressapptest-1.0.6-r1.ebuild,v 
1.1 2014/08/04 08:09:39 vapier Exp $

EAPI=4

inherit eutils autotools

MY_P=${P}_autoconf
DESCRIPTION=Stressful Application Test
HOMEPAGE=http://code.google.com/p/stressapptest/;
SRC_URI=http://stressapptest.googlecode.com/files/${MY_P}.tar.gz;

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~arm ~mips ~x86
IUSE=debug

RDEPEND=dev-libs/libaio
DEPEND=${RDEPEND}

S=${WORKDIR}/${MY_P}

src_prepare() {
epatch ${FILESDIR}/${P}-autotools.patch
epatch ${FILESDIR}/${P}-pthread-test.patch
epatch ${FILESDIR}/${P}-misc-fixes.patch
eautoreconf
}

src_configure() {
econf --disable-default-optimizations
}






[gentoo-commits] gentoo commit in src/patchsets/gentoo-headers: rip-headers.sh

2014-08-04 Thread Mike Frysinger (vapier)
vapier  14/08/04 08:59:23

  Modified: rip-headers.sh
  Log:
  autofetch new releases

Revision  ChangesPath
1.12 src/patchsets/gentoo-headers/rip-headers.sh

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/rip-headers.sh?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/rip-headers.sh?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/rip-headers.sh?r1=1.11r2=1.12

Index: rip-headers.sh
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gentoo-headers/rip-headers.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rip-headers.sh  16 Aug 2013 17:50:42 -  1.11
+++ rip-headers.sh  4 Aug 2014 08:59:23 -   1.12
@@ -19,6 +19,10 @@
done
done
 fi
+if [ ! -d ${src} ] ; then
+   wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-${ver}.tar.xz 
-P /usr/portage/distfiles/
+   exec $0 $@
+fi
 
 rm -rf ${dst}
 mkdir ${dst}






[gentoo-commits] gentoo-x86 commit in app-admin/ansible: ansible-1.6.10.ebuild ChangeLog

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

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

Revision  ChangesPath
1.49 app-admin/ansible/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ChangeLog?rev=1.49view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ChangeLog?rev=1.49content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ChangeLog?r1=1.48r2=1.49

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   31 Jul 2014 06:04:14 -  1.48
+++ ChangeLog   4 Aug 2014 09:07:20 -   1.49
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/ansible
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v 1.48 
2014/07/31 06:04:14 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v 1.49 
2014/08/04 09:07:20 pinkbyte Exp $
+
+*ansible-1.6.10 (04 Aug 2014)
+
+  04 Aug 2014; Sergey Popov pinkb...@gentoo.org +ansible-1.6.10.ebuild:
+  Version bump
 
   31 Jul 2014; Sergey Popov pinkb...@gentoo.org -ansible-1.5.5.ebuild,
   ansible-1.6.8.ebuild:



1.1  app-admin/ansible/ansible-1.6.10.ebuild

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

Index: ansible-1.6.10.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ansible-1.6.10.ebuild,v 
1.1 2014/08/04 09:07:20 pinkbyte Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 readme.gentoo

DESCRIPTION=Radically simple deployment, model-driven configuration 
management, and command execution framework
HOMEPAGE=http://ansible.com/;
SRC_URI=https://github.com/ansible/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

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

DEPEND=test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/passlib[${PYTHON_USEDEP}]
dev-vcs/git
)
RDEPEND=
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
net-misc/sshpass
virtual/ssh


DOC_CONTENTS=You can define parameters through shell variables OR use config 
files
Examples of config files installed in /usr/share/doc/${PF}/examples\n\n
You have to create ansible hosts file!\n
More info on http://docs.ansible.com/intro_getting_started.html

Some optional dependencies, you might want to install:\n
dev-python/keyczar - needed to support accelerated mode\n
dev-python/paramiko - alternative SSH backend\

python_test() {
make tests || die tests failed
}

python_install_all() {
distutils-r1_python_install_all

doman docs/man/man1/*.1
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
# Hint: do not install example config files into /etc
# let this choice to user

newenvd ${FILESDIR}/${PN}.env 95ansible
}

src_install() {
distutils-r1_src_install
readme.gentoo_create_doc
}






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201408-01.xml

2014-08-04 Thread Sergey Popov (pinkbyte)
pinkbyte14/08/04 09:08:41

  Added:glsa-201408-01.xml
  Log:
  GLSA 201408-01

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201408-01.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201408-01.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201408-01.xml?rev=1.1content-type=text/plain

Index: glsa-201408-01.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201408-01
  titleZend Framework: SQL injection/title
  synopsisA vulnerability in Zend Framework could allow a remote attacker to
inject SQL commands. 
  /synopsis
  product type=ebuildZendFramework/product
  announcedAugust 04, 2014/announced
  revisedAugust 04, 2014: 1/revised
  bug369139/bug
  accessremote/access
  affected
package name=dev-php/ZendFramework auto=yes arch=*
  unaffected range=ge1.11.6/unaffected
  vulnerable range=lt1.11.6/vulnerable
/package
  /affected
  background
pZend Framework is a high quality and open source framework for
  developing Web Applications.
/p
  /background
  description
pDevelopers using non-ASCII-compatible encodings in conjunction with the
  MySQL PDO driver of PHP may be vulnerable to SQL injection attacks.
/p
  /description
  impact type=normal
pA remote attacker could use specially crafted input to execute arbitrary
  SQL statements. 
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll ZendFramework users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=dev-php/ZendFramework-1.11.6
/code

pNOTE: This is a legacy GLSA. Updates for all affected architectures have
  been
  available since 2011-06-07. It is likely that your system is already
  updated
  to no longer be affected by this issue. 
/p
  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1939;CVE-2011-1939/uri
  /references
  metadata tag=requester timestamp=Sat, 08 Oct 2011 21:42:50 
+craig/metadata
  metadata tag=submitter timestamp=Mon, 04 Aug 2014 09:08:18 
+K_F/metadata
/glsa






[gentoo-commits] gentoo commit in src/patchsets/gentoo-headers/3.16: - New directory

2014-08-04 Thread Mike Frysinger (vapier)
vapier  14/08/04 09:18:09

  Log:
  Directory /var/cvsroot/gentoo/src/patchsets/gentoo-headers/3.16 added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-perl/Apache-AuthTicket: Apache-AuthTicket-0.930.0.ebuild Apache-AuthTicket-0.900.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 09:24:35

  Modified: Apache-AuthTicket-0.930.0.ebuild
Apache-AuthTicket-0.900.0.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.930.0.ebuild

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

Index: Apache-AuthTicket-0.930.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.930.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Apache-AuthTicket-0.930.0.ebuild12 Nov 2012 23:14:34 -  1.1
+++ Apache-AuthTicket-0.930.0.ebuild4 Aug 2014 09:24:35 -   1.2
@@ -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/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.930.0.ebuild,v
 1.1 2012/11/12 23:14:34 robbat2 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.930.0.ebuild,v
 1.2 2014/08/04 09:24:35 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.93
 inherit perl-module
 
-DESCRIPTION=Cookie based access module.
+DESCRIPTION=Cookie based access module
 
 LICENSE=|| ( Artistic-2 GPL-1 GPL-2 GPL-3 ) # GPL-1+
 SLOT=0



1.4  dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.900.0.ebuild

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

Index: Apache-AuthTicket-0.900.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.900.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Apache-AuthTicket-0.900.0.ebuild8 Mar 2012 11:47:27 -   1.3
+++ Apache-AuthTicket-0.900.0.ebuild4 Aug 2014 09:24:35 -   1.4
@@ -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/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.900.0.ebuild,v
 1.3 2012/03/08 11:47:27 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.900.0.ebuild,v
 1.4 2014/08/04 09:24:35 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.90
 inherit perl-module
 
-DESCRIPTION=Cookie based access module.
+DESCRIPTION=Cookie based access module
 
 LICENSE=|| ( Artistic-2 GPL-1 GPL-2 GPL-3 ) # GPL-1+
 SLOT=0



1.22 dev-perl/Apache-AuthTicket/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   12 Nov 2012 23:14:34 -  1.21
+++ ChangeLog   4 Aug 2014 09:24:35 -   1.22
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Apache-AuthTicket
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/ChangeLog,v 1.21 
2012/11/12 23:14:34 robbat2 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/ChangeLog,v 1.22 
2014/08/04 09:24:35 zlogene Exp $
+
+  04 Aug 2014; Mikle Kolyada zlog...@gentoo.org
+  Apache-AuthTicket-0.900.0.ebuild, Apache-AuthTicket-0.930.0.ebuild:
+  Fix DESCRIPTION
 
 *Apache-AuthTicket-0.930.0 (12 Nov 2012)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/AppConfig: AppConfig-1.660.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 09:25:44

  Modified: AppConfig-1.660.0.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-perl/AppConfig/AppConfig-1.660.0.ebuild

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

Index: AppConfig-1.660.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.660.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AppConfig-1.660.0.ebuild1 Sep 2012 11:12:19 -   1.3
+++ AppConfig-1.660.0.ebuild4 Aug 2014 09:25:44 -   1.4
@@ -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/dev-perl/AppConfig/AppConfig-1.660.0.ebuild,v 1.3 
2012/09/01 11:12:19 grobian Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.660.0.ebuild,v 1.4 
2014/08/04 09:25:44 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=1.66
 inherit perl-module eutils
 
-DESCRIPTION=Perl5 module for reading configuration files and parsing command 
line arguments.
+DESCRIPTION=Perl5 module for reading configuration files and parsing command 
line arguments
 
 SLOT=0
 KEYWORDS=alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd 
~x86-solaris



1.72 dev-perl/AppConfig/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   1 Sep 2012 11:12:19 -   1.71
+++ ChangeLog   4 Aug 2014 09:25:44 -   1.72
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/AppConfig
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/ChangeLog,v 1.71 
2012/09/01 11:12:19 grobian Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/ChangeLog,v 1.72 
2014/08/04 09:25:44 zlogene Exp $
+
+  04 Aug 2014; Mikle Kolyada zlog...@gentoo.org AppConfig-1.660.0.ebuild:
+  Fix DESCRIPTION
 
   01 Sep 2012; Fabian Groffen grob...@gentoo.org AppConfig-1.660.0.ebuild:
   Marked ~ppc-aix, bug #432288






[gentoo-commits] gentoo-x86 commit in dev-perl/Audio-Wav: Audio-Wav-0.130.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 09:26:31

  Modified: Audio-Wav-0.130.0.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.7  dev-perl/Audio-Wav/Audio-Wav-0.130.0.ebuild

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

Index: Audio-Wav-0.130.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Audio-Wav/Audio-Wav-0.130.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Audio-Wav-0.130.0.ebuild30 Sep 2012 18:34:06 -  1.6
+++ Audio-Wav-0.130.0.ebuild4 Aug 2014 09:26:31 -   1.7
@@ -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/dev-perl/Audio-Wav/Audio-Wav-0.130.0.ebuild,v 1.6 
2012/09/30 18:34:06 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Audio-Wav/Audio-Wav-0.130.0.ebuild,v 1.7 
2014/08/04 09:26:31 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.13
 inherit perl-module
 
-DESCRIPTION=Modules for reading  writing Microsoft WAV files.
+DESCRIPTION=Modules for reading  writing Microsoft WAV files
 
 SLOT=0
 KEYWORDS=amd64 hppa ppc x86



1.62 dev-perl/Audio-Wav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Audio-Wav/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Audio-Wav/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Audio-Wav/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Audio-Wav/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   8 Jan 2013 18:40:58 -   1.61
+++ ChangeLog   4 Aug 2014 09:26:31 -   1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Audio-Wav
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Audio-Wav/ChangeLog,v 1.61 
2013/01/08 18:40:58 tove Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Audio-Wav/ChangeLog,v 1.62 
2014/08/04 09:26:31 zlogene Exp $
+
+  04 Aug 2014; Mikle Kolyada zlog...@gentoo.org Audio-Wav-0.130.0.ebuild:
+  Fix DESCRIPTION
 
   08 Jan 2013; Torsten Veller t...@gentoo.org -Audio-Wav-0.120.0.ebuild:
   Cleanup






[gentoo-commits] gentoo-x86 commit in sys-libs/glibc: ChangeLog glibc-2.19-r1.ebuild

2014-08-04 Thread Tobias Klausmann (klausman)
klausman14/08/04 09:27:00

  Modified: ChangeLog glibc-2.19-r1.ebuild
  Log:
  Stable on alpha, bug 518364
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.1004   sys-libs/glibc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.1003
retrieving revision 1.1004
diff -u -r1.1003 -r1.1004
--- ChangeLog   4 Aug 2014 05:16:53 -   1.1003
+++ ChangeLog   4 Aug 2014 09:27:00 -   1.1004
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/glibc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1003 
2014/08/04 05:16:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1004 
2014/08/04 09:27:00 klausman Exp $
+
+  04 Aug 2014; Tobias Klausmann klaus...@gentoo.org glibc-2.19-r1.ebuild:
+  Stable on alpha, bug 518364
 
   04 Aug 2014; Mike Frysinger vap...@gentoo.org glibc-.ebuild:
   Update required kernel version to 2.6.32 to reflect upstream.



1.6  sys-libs/glibc/glibc-2.19-r1.ebuild

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

Index: glibc-2.19-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.19-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glibc-2.19-r1.ebuild31 Jul 2014 09:14:37 -  1.5
+++ glibc-2.19-r1.ebuild4 Aug 2014 09:27:00 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.19-r1.ebuild,v 1.5 
2014/07/31 09:14:37 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.19-r1.ebuild,v 1.6 
2014/08/04 09:27:00 klausman Exp $
 
 inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib 
systemd unpacker multiprocessing
 
@@ -8,7 +8,7 @@
 HOMEPAGE=http://www.gnu.org/software/libc/libc.html;
 
 LICENSE=LGPL-2.1+ BSD HPND ISC inner-net rc PCRE
-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
 RESTRICT=strip # strip ourself #46186
 EMULTILIB_PKG=true
 






[gentoo-commits] gentoo-x86 commit in dev-perl/BerkeleyDB: BerkeleyDB-0.540.0.ebuild BerkeleyDB-0.510.0.ebuild BerkeleyDB-0.530.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 09:27:43

  Modified: BerkeleyDB-0.540.0.ebuild BerkeleyDB-0.510.0.ebuild
BerkeleyDB-0.530.0.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/BerkeleyDB/BerkeleyDB-0.540.0.ebuild

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

Index: BerkeleyDB-0.540.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/BerkeleyDB/BerkeleyDB-0.540.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- BerkeleyDB-0.540.0.ebuild   19 Feb 2014 10:40:39 -  1.1
+++ BerkeleyDB-0.540.0.ebuild   4 Aug 2014 09:27: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/dev-perl/BerkeleyDB/BerkeleyDB-0.540.0.ebuild,v 1.1 
2014/02/19 10:40:39 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/BerkeleyDB/BerkeleyDB-0.540.0.ebuild,v 1.2 
2014/08/04 09:27:43 zlogene Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.54
 inherit perl-module eutils db-use
 
-DESCRIPTION=This module provides Berkeley DB interface for Perl.
+DESCRIPTION=This module provides Berkeley DB interface for Perl
 
 SLOT=0
 KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86



1.8  dev-perl/BerkeleyDB/BerkeleyDB-0.510.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/BerkeleyDB/BerkeleyDB-0.510.0.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/BerkeleyDB/BerkeleyDB-0.510.0.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/BerkeleyDB/BerkeleyDB-0.510.0.ebuild?r1=1.7r2=1.8

Index: BerkeleyDB-0.510.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/BerkeleyDB/BerkeleyDB-0.510.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- BerkeleyDB-0.510.0.ebuild   27 Aug 2012 18:03:33 -  1.7
+++ BerkeleyDB-0.510.0.ebuild   4 Aug 2014 09:27:43 -   1.8
@@ -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/dev-perl/BerkeleyDB/BerkeleyDB-0.510.0.ebuild,v 1.7 
2012/08/27 18:03:33 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/BerkeleyDB/BerkeleyDB-0.510.0.ebuild,v 1.8 
2014/08/04 09:27:43 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.51
 inherit perl-module eutils db-use
 
-DESCRIPTION=This module provides Berkeley DB interface for Perl.
+DESCRIPTION=This module provides Berkeley DB interface for Perl
 
 SLOT=0
 KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86



1.10 dev-perl/BerkeleyDB/BerkeleyDB-0.530.0.ebuild

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

Index: BerkeleyDB-0.530.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/BerkeleyDB/BerkeleyDB-0.530.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- BerkeleyDB-0.530.0.ebuild   28 Dec 2013 20:39:58 -  1.9
+++ BerkeleyDB-0.530.0.ebuild   4 Aug 2014 09:27:43 -   1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/BerkeleyDB/BerkeleyDB-0.530.0.ebuild,v 1.9 
2013/12/28 20:39:58 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/BerkeleyDB/BerkeleyDB-0.530.0.ebuild,v 1.10 
2014/08/04 09:27:43 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.53
 inherit perl-module eutils db-use
 
-DESCRIPTION=This module provides Berkeley DB interface for Perl.
+DESCRIPTION=This module provides Berkeley DB interface for Perl
 
 SLOT=0
 KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86



1.106dev-perl/BerkeleyDB/ChangeLog

file : 

[gentoo-commits] gentoo-x86 commit in dev-perl/perl-ldap: perl-ldap-0.530.0.ebuild perl-ldap-0.520.0.ebuild perl-ldap-0.630.0.ebuild perl-ldap-0.570.0.ebuild perl-ldap-0.440.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 09:31:05

  Modified: perl-ldap-0.530.0.ebuild perl-ldap-0.520.0.ebuild
perl-ldap-0.630.0.ebuild perl-ldap-0.570.0.ebuild
perl-ldap-0.440.0.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.13 dev-perl/perl-ldap/perl-ldap-0.530.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.530.0.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.530.0.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.530.0.ebuild?r1=1.12r2=1.13

Index: perl-ldap-0.530.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.530.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- perl-ldap-0.530.0.ebuild2 Jun 2013 08:42:39 -   1.12
+++ perl-ldap-0.530.0.ebuild4 Aug 2014 09:31:05 -   1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.530.0.ebuild,v 1.12 
2013/06/02 08:42:39 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.530.0.ebuild,v 1.13 
2014/08/04 09:31:05 zlogene Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.53
 inherit perl-module
 
-DESCRIPTION=A collection of perl modules which provide an object-oriented 
interface to LDAP servers.
+DESCRIPTION=A collection of perl modules which provide an object-oriented 
interface to LDAP servers
 
 SLOT=0
 KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris



1.2  dev-perl/perl-ldap/perl-ldap-0.520.0.ebuild

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

Index: perl-ldap-0.520.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.520.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-ldap-0.520.0.ebuild1 Jan 2013 20:01:59 -   1.1
+++ perl-ldap-0.520.0.ebuild4 Aug 2014 09:31:05 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.520.0.ebuild,v 1.1 
2013/01/01 20:01:59 tove Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.520.0.ebuild,v 1.2 
2014/08/04 09:31:05 zlogene Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.52
 inherit perl-module
 
-DESCRIPTION=A collection of perl modules which provide an object-oriented 
interface to LDAP servers.
+DESCRIPTION=A collection of perl modules which provide an object-oriented 
interface to LDAP servers
 
 SLOT=0
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris



1.2  dev-perl/perl-ldap/perl-ldap-0.630.0.ebuild

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

Index: perl-ldap-0.630.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.630.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-ldap-0.630.0.ebuild12 Jun 2014 13:59:43 -  1.1
+++ perl-ldap-0.630.0.ebuild4 Aug 2014 09:31:05 -   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-perl/perl-ldap/perl-ldap-0.630.0.ebuild,v 1.1 
2014/06/12 13:59:43 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.630.0.ebuild,v 1.2 
2014/08/04 09:31:05 zlogene Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.63

[gentoo-commits] gentoo-x86 commit in dev-perl/Net-SSH2: Net-SSH2-0.480.0.ebuild Net-SSH2-0.40.ebuild Net-SSH2-0.530.0.ebuild Net-SSH2-0.470.0.ebuild Net-SSH2-0.520.0.ebuild Net-SSH2-0.460.0.ebuild Ch

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 09:33:15

  Modified: Net-SSH2-0.480.0.ebuild Net-SSH2-0.40.ebuild
Net-SSH2-0.530.0.ebuild Net-SSH2-0.470.0.ebuild
Net-SSH2-0.520.0.ebuild Net-SSH2-0.460.0.ebuild
ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-perl/Net-SSH2/Net-SSH2-0.480.0.ebuild

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

Index: Net-SSH2-0.480.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-SSH2/Net-SSH2-0.480.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Net-SSH2-0.480.0.ebuild 1 Mar 2014 22:22:55 -   1.2
+++ Net-SSH2-0.480.0.ebuild 4 Aug 2014 09:33:15 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSH2/Net-SSH2-0.480.0.ebuild,v 
1.2 2014/03/01 22:22:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSH2/Net-SSH2-0.480.0.ebuild,v 
1.3 2014/08/04 09:33:15 zlogene Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.48
 inherit perl-module
 
-DESCRIPTION=Net::SSH2 - Support for the SSH 2 protocol via libssh2.
+DESCRIPTION=Net::SSH2 - Support for the SSH 2 protocol via libssh2
 
 SLOT=0
 KEYWORDS=~amd64 ~x86



1.2  dev-perl/Net-SSH2/Net-SSH2-0.40.ebuild

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

Index: Net-SSH2-0.40.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-SSH2/Net-SSH2-0.40.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Net-SSH2-0.40.ebuild10 Oct 2012 06:28:46 -  1.1
+++ Net-SSH2-0.40.ebuild4 Aug 2014 09:33:15 -   1.2
@@ -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/dev-perl/Net-SSH2/Net-SSH2-0.40.ebuild,v 
1.1 2012/10/10 06:28:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSH2/Net-SSH2-0.40.ebuild,v 
1.2 2014/08/04 09:33:15 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.40
 inherit perl-module
 
-DESCRIPTION=Net::SSH2 - Support for the SSH 2 protocol via libssh2.
+DESCRIPTION=Net::SSH2 - Support for the SSH 2 protocol via libssh2
 
 SLOT=0
 KEYWORDS=~amd64 ~x86



1.3  dev-perl/Net-SSH2/Net-SSH2-0.530.0.ebuild

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

Index: Net-SSH2-0.530.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-SSH2/Net-SSH2-0.530.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Net-SSH2-0.530.0.ebuild 1 Mar 2014 22:22:55 -   1.2
+++ Net-SSH2-0.530.0.ebuild 4 Aug 2014 09:33:15 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSH2/Net-SSH2-0.530.0.ebuild,v 
1.2 2014/03/01 22:22:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSH2/Net-SSH2-0.530.0.ebuild,v 
1.3 2014/08/04 09:33:15 zlogene Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.53
 inherit perl-module
 
-DESCRIPTION=Net::SSH2 - Support for the SSH 2 protocol via libssh2.
+DESCRIPTION=Net::SSH2 - Support for the SSH 2 protocol via libssh2
 
 SLOT=0
 KEYWORDS=~amd64 ~x86



1.3  dev-perl/Net-SSH2/Net-SSH2-0.470.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-SSH2/Net-SSH2-0.470.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-SSH2/Net-SSH2-0.470.0.ebuild?rev=1.3content-type=text/plain
diff : 

[gentoo-commits] gentoo-x86 commit in dev-perl/Search-Xapian: Search-Xapian-1.2.13.0.ebuild Search-Xapian-1.2.17.0.ebuild Search-Xapian-1.2.16.0.ebuild Search-Xapian-1.2.14.0.ebuild Search-Xapian-1.2.

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 09:35:56

  Modified: Search-Xapian-1.2.13.0.ebuild
Search-Xapian-1.2.17.0.ebuild
Search-Xapian-1.2.16.0.ebuild
Search-Xapian-1.2.14.0.ebuild
Search-Xapian-1.2.15.0.ebuild
Search-Xapian-1.2.18.0.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.7  dev-perl/Search-Xapian/Search-Xapian-1.2.13.0.ebuild

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

Index: Search-Xapian-1.2.13.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.13.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Search-Xapian-1.2.13.0.ebuild   17 Mar 2013 15:59:11 -  1.6
+++ Search-Xapian-1.2.13.0.ebuild   4 Aug 2014 09:35:56 -   1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.13.0.ebuild,v 
1.6 2013/03/17 15:59:11 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.13.0.ebuild,v 
1.7 2014/08/04 09:35:56 zlogene Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 VERSION=$(get_version_component_range 1-3)
 
 SRC_URI+= http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz;
-DESCRIPTION=Perl XS frontend to the Xapian C++ search library.
+DESCRIPTION=Perl XS frontend to the Xapian C++ search library
 
 LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
 SLOT=0



1.7  dev-perl/Search-Xapian/Search-Xapian-1.2.17.0.ebuild

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

Index: Search-Xapian-1.2.17.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.17.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Search-Xapian-1.2.17.0.ebuild   20 Jul 2014 10:02:47 -  1.6
+++ Search-Xapian-1.2.17.0.ebuild   4 Aug 2014 09:35:56 -   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-perl/Search-Xapian/Search-Xapian-1.2.17.0.ebuild,v 
1.6 2014/07/20 10:02:47 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.17.0.ebuild,v 
1.7 2014/08/04 09:35:56 zlogene Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 VERSION=$(get_version_component_range 1-3)
 
 SRC_URI+= http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz;
-DESCRIPTION=Perl XS frontend to the Xapian C++ search library.
+DESCRIPTION=Perl XS frontend to the Xapian C++ search library
 
 LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
 SLOT=0



1.2  dev-perl/Search-Xapian/Search-Xapian-1.2.16.0.ebuild

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

Index: Search-Xapian-1.2.16.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.16.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Search-Xapian-1.2.16.0.ebuild   5 Dec 2013 20:06:23 -   1.1
+++ Search-Xapian-1.2.16.0.ebuild   4 Aug 2014 09:35: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/dev-perl/Search-Xapian/Search-Xapian-1.2.16.0.ebuild,v 
1.1 2013/12/05 20:06:23 blueness Exp $
+# $Header: 

[gentoo-commits] gentoo commit in src/patchsets/gentoo-headers/3.16: 00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch 00_all_0002-netfilter-pull-in-limits.h.patch 00_all_0003-convert-PAGE_SIZE-u

2014-08-04 Thread Mike Frysinger (vapier)
vapier  14/08/04 09:39:18

  Added:   
00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch
00_all_0002-netfilter-pull-in-limits.h.patch
00_all_0003-convert-PAGE_SIZE-usage.patch

00_all_0004-asm-generic-fcntl.h-namespace-kernel-file-structs.patch
00_all_0005-unifdef-drop-unused-errno.h-include.patch

00_all_0006-uapi-netfilter_arp-use-__u8-instead-of-u_int8_t.patch
  Log:
  initial 3.16 patchset based on last 3.15 patchset

Revision  ChangesPath
1.1  
src/patchsets/gentoo-headers/3.16/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/3.16/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/3.16/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch?rev=1.1content-type=text/plain

Index: 00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch
===
From cda466e6771e70985a26523ac0df9685f36d8805 Mon Sep 17 00:00:00 2001
From: Mike Frysinger vap...@gentoo.org
Date: Mon, 29 Dec 2008 06:52:59 -0500
Subject: [PATCH] linux/stat.h: remove __GLIBC__ checks

Only check __KERNEL__ so we don't assume the C library is glibc.

Signed-off-by: Mike Frysinger vap...@gentoo.org
---
 include/uapi/linux/stat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/stat.h b/include/uapi/linux/stat.h
index 7fec7e3..256ad24 100644
--- a/include/uapi/linux/stat.h
+++ b/include/uapi/linux/stat.h
@@ -2,7 +2,7 @@
 #define _UAPI_LINUX_STAT_H
 
 
-#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__  2)
+#if defined(__KERNEL__)
 
 #define S_IFMT  0017
 #define S_IFSOCK 014
-- 
2.0.0




1.1  
src/patchsets/gentoo-headers/3.16/00_all_0002-netfilter-pull-in-limits.h.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/3.16/00_all_0002-netfilter-pull-in-limits.h.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/3.16/00_all_0002-netfilter-pull-in-limits.h.patch?rev=1.1content-type=text/plain

Index: 00_all_0002-netfilter-pull-in-limits.h.patch
===
From 284f6315a2dfa18018f73c6d9636865f239e135a Mon Sep 17 00:00:00 2001
From: Mike Frysinger vap...@gentoo.org
Date: Sat, 9 May 2009 17:30:35 -0400
Subject: [PATCH] netfilter: pull in limits.h

A few netfilter sub-headers use INT_MAX which is in limits.h.

URL: http://bugs.gentoo.org/246160
Signed-off-by: Mike Frysinger vap...@gentoo.org
---
 include/uapi/linux/netfilter.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/netfilter.h b/include/uapi/linux/netfilter.h
index ef1b1f8..dda752c 100644
--- a/include/uapi/linux/netfilter.h
+++ b/include/uapi/linux/netfilter.h
@@ -4,6 +4,7 @@
 #include linux/types.h
 #include linux/compiler.h
 #include linux/sysctl.h
+#include limits.h
 
 
 /* Responses from hook functions. */
-- 
2.0.0




1.1  
src/patchsets/gentoo-headers/3.16/00_all_0003-convert-PAGE_SIZE-usage.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/3.16/00_all_0003-convert-PAGE_SIZE-usage.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/3.16/00_all_0003-convert-PAGE_SIZE-usage.patch?rev=1.1content-type=text/plain

Index: 00_all_0003-convert-PAGE_SIZE-usage.patch
===
From 8ff72e384c94a66db44a6c2199f96e5655cac205 Mon Sep 17 00:00:00 2001
From: Mike Frysinger vap...@gentoo.org
Date: Sat, 13 Feb 2010 03:09:23 -0500
Subject: [PATCH] convert PAGE_SIZE usage

The size of a page may change at runtime or based on kernel settings, so
a static value at compile time doesn't work.  More importantly, no one
exports PAGE_SIZE to user space anymore.

URL: http://bugs.gentoo.org/301431
Signed-off-by: Mike Frysinger vap...@gentoo.org
---
 include/uapi/linux/binfmts.h  | 3 ++-
 include/uapi/linux/resource.h | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/uapi/linux/binfmts.h b/include/uapi/linux/binfmts.h
index 4eb5972..516bfcf 100644
--- a/include/uapi/linux/binfmts.h
+++ b/include/uapi/linux/binfmts.h
@@ -1,6 +1,7 @@
 #ifndef _UAPI_LINUX_BINFMTS_H
 #define _UAPI_LINUX_BINFMTS_H
 
+#include unistd.h
 #include linux/capability.h
 
 struct pt_regs;
@@ -11,7 +12,7 @@ struct pt_regs;
  * prevent the kernel from being unduly impacted by misaddressed pointers.
  * MAX_ARG_STRINGS is chosen to fit in a signed 32-bit integer.
  */
-#define MAX_ARG_STRLEN (PAGE_SIZE * 32)
+#define MAX_ARG_STRLEN (sysconf(_SC_PAGESIZE) * 32)
 #define MAX_ARG_STRINGS 

[gentoo-commits] gentoo-x86 commit in sys-kernel/linux-headers: linux-headers-3.16.ebuild ChangeLog

2014-08-04 Thread Mike Frysinger (vapier)
vapier  14/08/04 09:39:49

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

Revision  ChangesPath
1.416sys-kernel/linux-headers/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v
retrieving revision 1.415
retrieving revision 1.416
diff -u -r1.415 -r1.416
--- ChangeLog   14 Jun 2014 23:26:49 -  1.415
+++ ChangeLog   4 Aug 2014 09:39:49 -   1.416
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/linux-headers
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.415 
2014/06/14 23:26:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.416 
2014/08/04 09:39:49 vapier Exp $
+
+*linux-headers-3.16 (04 Aug 2014)
+
+  04 Aug 2014; Mike Frysinger vap...@gentoo.org +linux-headers-3.16.ebuild:
+  Version bump.
 
 *linux-headers-3.15 (14 Jun 2014)
 



1.1  sys-kernel/linux-headers/linux-headers-3.16.ebuild

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

Index: linux-headers-3.16.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-3.16.ebuild,v 
1.1 2014/08/04 09:39:49 vapier Exp $

EAPI=4

ETYPE=headers
H_SUPPORTEDARCH=alpha amd64 arc arm arm64 avr32 bfin cris frv hexagon hppa 
ia64 m32r m68k metag microblaze mips mn10300 openrisc ppc ppc64 s390 score sh 
sparc tile x86 xtensa
inherit kernel-2
detect_version

PATCH_VER=1
SRC_URI=mirror://gentoo/gentoo-headers-base-${PV}.tar.xz
${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}

KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux

DEPEND=app-arch/xz-utils
dev-lang/perl
RDEPEND=!!media-sound/alsa-headers

S=${WORKDIR}/gentoo-headers-base-${PV}

src_unpack() {
unpack ${A}
}

src_prepare() {
[[ -n ${PATCH_VER} ]]  EPATCH_SUFFIX=patch epatch ${WORKDIR}/${PV}
}

src_install() {
kernel-2_src_install

# hrm, build system sucks
find ${ED} '(' -name '.install' -o -name '*.cmd' ')' -delete
find ${ED} -depth -type d -delete 2/dev/null

# provided by libdrm (for now?)
rm -rf ${ED}/$(kernel_header_destdir)/drm
}

src_test() {
einfo Possible unescaped attribute/type usage
egrep -r \
-e '(^|[[:space:](])(asm|volatile|inline)[[:space:](]' \
-e '\([us](8|16|32|64))\' \
.

einfo Missing linux/types.h include
egrep -l -r -e '__[us](8|16|32|64)' ${ED} | xargs grep -L 
linux/types.h

emake ARCH=$(tc-arch-kernel) headers_check
}






[gentoo-commits] gentoo-x86 commit in sys-power/phc-intel: phc-intel-0.3.2.12.15.1-r1.ebuild ChangeLog

2014-08-04 Thread Michael Weber (xmw)
xmw 14/08/04 10:21:26

  Modified: ChangeLog
  Added:phc-intel-0.3.2.12.15.1-r1.ebuild
  Log:
  Revbump for kernel 3.16 support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  ChangesPath
1.18 sys-power/phc-intel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/phc-intel/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   22 Jul 2014 00:13:05 -  1.17
+++ ChangeLog   4 Aug 2014 10:21:26 -   1.18
@@ -1,6 +1,12 @@
 # ChangeLog for sys-power/phc-intel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/phc-intel/ChangeLog,v 1.17 
2014/07/22 00:13:05 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/phc-intel/ChangeLog,v 1.18 
2014/08/04 10:21:26 xmw Exp $
+
+*phc-intel-0.3.2.12.15.1-r1 (04 Aug 2014)
+
+  04 Aug 2014; Michael Weber x...@gentoo.org
+  +files/phc-intel-0.3.2-rev15-3.16.patch, +phc-intel-0.3.2.12.15.1-r1.ebuild:
+  Revbump for kernel 3.16 support.
 
 *phc-intel-0.3.2.12.14-r1 (22 Jul 2014)
 *phc-intel-0.3.2.12.15.1 (22 Jul 2014)



1.1  sys-power/phc-intel/phc-intel-0.3.2.12.15.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/phc-intel-0.3.2.12.15.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/phc-intel-0.3.2.12.15.1-r1.ebuild?rev=1.1content-type=text/plain

Index: phc-intel-0.3.2.12.15.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-power/phc-intel/phc-intel-0.3.2.12.15.1-r1.ebuild,v 
1.1 2014/08/04 10:21:26 xmw Exp $

EAPI=5

inherit linux-info linux-mod eutils

DESCRIPTION=Processor Hardware Control for Intel CPUs
HOMEPAGE=http://www.linux-phc.org/
http://www.linux-phc.org/forum/viewtopic.php?f=7t=267;
#no automatic filenames here, sorry
SRC_URI=http://www.linux-phc.org/forum/download/file.php?id=161 - 
phc-intel-pack-rev15.1.tar.bz2

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

CONFIG_CHECK=~!X86_ACPI_CPUFREQ
ERROR_X86_ACPI_CPUFREQ=CONFIG_X86_ACPI_CPUFREQ has to be configured to Module 
to enable the replacement of acpi-cpufreq with phc-intel.

MODULE_NAMES=phc-intel(misc:)
BUILD_PARAMS=KERNELSRC=\${KERNEL_DIR}\ -j1
BUILD_TARGETS=all

S=${WORKDIR}/${A/.tar.bz2}

pkg_setup() {
if kernel_is lt 2 6 27 ; then
eerror Your kernel version is no longer supported by this 
version of ${PN}.
eerror Please use a previous version of ${PN} or a newer 
kernel.
die
fi
if kernel_is gt 3 16 ; then
eerror Your kernel version is not yet supported by this 
version of ${PN}.
eerror Please use a newer version of ${PN} or an older kernel.
die
fi
linux-mod_pkg_setup
}

src_prepare() {
epatch \
${FILESDIR}/phc-intel-0.3.2-rev12-trailing-space-misc.patch \
${FILESDIR}/phc-intel-0.3.2-rev15-trailing-space-3.5.patch \
${FILESDIR}/phc-intel-0.3.2-rev14-trailing-space-3.13.patch \
${FILESDIR}/phc-intel-0.3.2-rev14-trailing-space-3.14.patch \
${FILESDIR}/phc-intel-0.3.2-rev15-trailing-space-3.15.patch

cp -rv inc/3.15 inc/3.16 || die
epatch ${FILESDIR}/phc-intel-0.3.2-rev15-3.16.patch

sed -e '/^all:/s:prepare::' \
-i Makefile || die

local my_sub=arch/x86/kernel/cpu
if kernel_is gt 2 6 39 ; then
my_sub=drivers
fi
cp -v ${KERNEL_DIR}/${my_sub}/cpufreq/acpi-cpufreq.c . || die
if kernel_is lt 3 12 ; then
cp -v ${KERNEL_DIR}/${my_sub}/cpufreq/mperf.h . || die
fi

if kernel_is lt 3 0 ; then
epatch 
inc/${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}/linux-phc-0.3.2.patch
else
epatch inc/${KV_MAJOR}.${KV_MINOR}/linux-phc-0.3.2.patch
fi

mv acpi-cpufreq.c phc-intel.c || die
}






[gentoo-commits] gentoo-x86 commit in sys-power/phc-intel/files: phc-intel-0.3.2-rev15-3.16.patch

2014-08-04 Thread Michael Weber (xmw)
xmw 14/08/04 10:21:25

  Added:phc-intel-0.3.2-rev15-3.16.patch
  Log:
  Revbump for kernel 3.16 support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  ChangesPath
1.1  sys-power/phc-intel/files/phc-intel-0.3.2-rev15-3.16.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/files/phc-intel-0.3.2-rev15-3.16.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/files/phc-intel-0.3.2-rev15-3.16.patch?rev=1.1content-type=text/plain

Index: phc-intel-0.3.2-rev15-3.16.patch
===
Upstream changes

--- phc-intel-pack-rev15.1/inc/3.16/acpi-cpufreq.c
+++ phc-intel-pack-rev15.1/inc/3.16/acpi-cpufreq.c
@@ -213,7 +213,7 @@
 
 static unsigned extract_msr(u32 msr, struct acpi_cpufreq_data *data)
 {
-   int i;
+   struct cpufreq_frequency_table *pos;
struct acpi_processor_performance *perf;
 
if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD)
@@ -223,10 +223,9 @@
 
perf = data-acpi_data;
 
-   for (i = 0; data-freq_table[i].frequency != CPUFREQ_TABLE_END; i++) {
-   if (msr == perf-states[data-freq_table[i].driver_data].status)
-   return data-freq_table[i].frequency;
-   }
+   cpufreq_for_each_entry(pos, data-freq_table)
+   if (msr == perf-states[pos-driver_data].status)
+   return pos-frequency;
return data-freq_table[0].frequency;
 }
 
Use of cpufreq_for_each_entry macro

--- phc-intel-pack-rev15.1/inc/3.16/linux-phc-0.3.2.patch
+++ phc-intel-pack-rev15.1/inc/3.16/linux-phc-0.3.2.patch
@@ -31,39 +31,37 @@
  
  static DEFINE_PER_CPU(struct acpi_cpufreq_data *, acfreq_data);
 @@ -216,16 +225,25 @@
-   int i;
+   struct cpufreq_frequency_table *pos;
struct acpi_processor_performance *perf;
  
 -  if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD)
 +  if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) {
msr = AMD_MSR_RANGE;
 -  else
--  msr = INTEL_MSR_RANGE;
--
--  perf = data-acpi_data;
 +  perf = data-acpi_data;
- 
--  for (i = 0; data-freq_table[i].frequency != CPUFREQ_TABLE_END; i++) {
--  if (msr == perf-states[data-freq_table[i].driver_data].status)
--  return data-freq_table[i].frequency;
-+  for (i = 0; data-freq_table[i].frequency != CPUFREQ_TABLE_END; 
i++) {
-+  if (msr == 
perf-states[data-freq_table[i].driver_data].status)
-+  return data-freq_table[i].frequency;
++
++  cpufreq_for_each_entry(pos, data-freq_table)
++  if (msr == perf-states[pos-driver_data].status)
++  return pos-frequency;
-+  }
-+  }
-+  else {
-+  msr = INTEL_MSR_RANGE;
++
++  } else {
 +  u32 fid;
+   msr = INTEL_MSR_RANGE;
 +  fid = msr  INTEL_MSR_FID_MASK;
 +  perf = data-acpi_data;
-+
-+  for (i = 0; data-freq_table[i].frequency != CPUFREQ_TABLE_END; 
i++) {
-+  if (fid == 
(perf-states[data-freq_table[i].driver_data].status  INTEL_MSR_FID_MASK))
-+  return data-freq_table[i].frequency;
-+  }
-   }
+ 
+-  perf = data-acpi_data;
++  cpufreq_for_each_entry(pos, data-freq_table)
++  if (fid == (perf-states[pos-driver_data].status  
INTEL_MSR_FID_MASK))
++  return pos-frequency;
++  }
+ 
+-  cpufreq_for_each_entry(pos, data-freq_table)
+-  if (msr == perf-states[pos-driver_data].status)
+-  return pos-frequency;
return data-freq_table[0].frequency;
  }
+ 
 @@ -406,6 +424,99 @@
return 0;
  }






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

2014-08-04 Thread Jauhien Piatlicki
commit: 2cf83e435c3d4dbc5e4ae6b499744ad7ea634cd0
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Mon Aug  4 10:35:46 2014 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Mon Aug  4 10:35:46 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2cf83e43

[x11-misc/sddm] fix ebuild accordingly to upstream changes

---
 x11-misc/sddm/sddm-.ebuild | 31 ++-
 1 file changed, 14 insertions(+), 17 deletions(-)

diff --git a/x11-misc/sddm/sddm-.ebuild b/x11-misc/sddm/sddm-.ebuild
index f317bb7..257a101 100644
--- a/x11-misc/sddm/sddm-.ebuild
+++ b/x11-misc/sddm/sddm-.ebuild
@@ -12,19 +12,16 @@ KEYWORDS=
 
 LICENSE=GPL-2+ MIT CC-BY-3.0 public-domain
 SLOT=0
-IUSE=consolekit +qt4 qt5 systemd +upower
-REQUIRED_USE=
-   ^^ ( qt4 qt5 )
-   ?? ( upower systemd )
-
+IUSE=consolekit systemd +upower
+REQUIRED_USE=?? ( upower systemd )
 
 RDEPEND=sys-libs/pam
-   sys-auth/qauth[qt4?,qt5?]
+   sys-auth/qauth[qt5(-)]
x11-libs/libxcb[xkb(-)]
-   qt4? ( dev-qt/qtdeclarative:4
-  dev-qt/qtdbus:4 )
-   qt5? ( dev-qt/qtdeclarative:5
-  dev-qt/qtdbus:5 )
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5
+   dev-qt/linguist-tools:5
systemd? ( sys-apps/systemd:= )
upower? ( || ( sys-power/upower:= sys-power/upower-pm-utils ) )
 DEPEND=${RDEPEND}
@@ -38,6 +35,13 @@ pkg_pretend() {
fi
 }
 
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_no systemd SYSTEMD)
+   )
+   cmake-utils_src_configure
+}
+
 src_prepare() {
use consolekit  epatch ${FILESDIR}/${P}-consolekit.patch
 
@@ -47,13 +51,6 @@ src_prepare() {
-i CMakeLists.txt || die 'sed failed'
 }
 
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_use qt5 QT5)
-   )
-   cmake-utils_src_configure
-}
-
 pkg_postinst() {
if use consolekit; then
ewarn This display manager doesn't have native built-in 
ConsoleKit support.



[gentoo-commits] proj/qt:master commit in: x11-misc/sddm/files/

2014-08-04 Thread Jauhien Piatlicki
commit: 1eb67b9be0d5a0de870ef0c60f4ef51736c89cc2
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Mon Aug  4 10:43:25 2014 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Mon Aug  4 10:43:25 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=1eb67b9b

[x11-misc/sddm] fix bug #518192

---
 x11-misc/sddm/files/sddm--consolekit.patch | 18 ++
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/x11-misc/sddm/files/sddm--consolekit.patch 
b/x11-misc/sddm/files/sddm--consolekit.patch
index a5ac62a..acdfdc1 100644
--- a/x11-misc/sddm/files/sddm--consolekit.patch
+++ b/x11-misc/sddm/files/sddm--consolekit.patch
@@ -1,19 +1,13 @@
 data/scripts/Xsession
-+++ data/scripts/Xsession
-@@ -74,13 +74,13 @@
+diff --git a/data/scripts/Xsession b/data/scripts/Xsession
+index a5d270d..4b48524 100755
+--- a/data/scripts/Xsession
 b/data/scripts/Xsession
+@@ -74,7 +74,7 @@ case $session in
  exec xterm -geometry 80x24-0-0
  ;;
-   custom)
--exec $HOME/.xsession
-+exec ck-launch-session $HOME/.xsession
- ;;
-   default)
--exec /usr/bin/startkde
-+exec ck-launch-session /usr/bin/startkde
- ;;
*)
 -eval exec $session
-+eval ck-launch-session $session
++eval exec ck-launch-session $session
  ;;
  esac
  exec xmessage -center -buttons OK:0 -default OK Sorry, cannot execute 
$session. Check $DESKTOP_SESSION.desktop.



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

2014-08-04 Thread Jauhien Piatlicki
commit: 16f564f079e51fe8ae521995cab0ce4dea077e42
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Mon Aug  4 09:06:29 2014 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Mon Aug  4 10:22:18 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=16f564f0

[sys-auth/qauth] fix dependencies

---
 sys-auth/qauth/qauth-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-auth/qauth/qauth-.ebuild b/sys-auth/qauth/qauth-.ebuild
index b845ed0..b597ddd 100644
--- a/sys-auth/qauth/qauth-.ebuild
+++ b/sys-auth/qauth/qauth-.ebuild
@@ -17,7 +17,9 @@ IUSE=+qt4 qt5
 
 REQUIRED_USE=^^ ( qt4 qt5 )
 
-DEPEND=virtual/pam
+DEPEND=virtual/pam
+   qt4? ( dev-qt/qtdeclarative:4 )
+   qt5? ( dev-qt/qtdeclarative:5 )
 RDEPEND=${DEPEND}
 
 src_configure() {



[gentoo-commits] gentoo-x86 commit in www-apps/tt-rss: tt-rss-1.13.ebuild ChangeLog

2014-08-04 Thread Thomas Kahle (tomka)
tomka   14/08/04 10:44:29

  Modified: ChangeLog
  Added:tt-rss-1.13.ebuild
  Log:
  bump to 1.13
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.34 www-apps/tt-rss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?r1=1.33r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   4 Apr 2014 11:22:05 -   1.33
+++ ChangeLog   4 Aug 2014 10:44:29 -   1.34
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/tt-rss
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v 1.33 2014/04/04 
11:22:05 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v 1.34 2014/08/04 
10:44:29 tomka Exp $
+
+*tt-rss-1.13 (04 Aug 2014)
+
+  04 Aug 2014; Thomas Kahle to...@gentoo.org +tt-rss-1.13.ebuild:
+  bump to 1.13
 
 *tt-rss-1.12 (04 Apr 2014)
 



1.1  www-apps/tt-rss/tt-rss-1.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-1.13.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-1.13.ebuild?rev=1.1content-type=text/plain

Index: tt-rss-1.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/tt-rss-1.13.ebuild,v 1.1 
2014/08/04 10:44:29 tomka Exp $

EAPI=5

inherit user eutils webapp depend.php depend.apache vcs-snapshot

DESCRIPTION=Tiny Tiny RSS - A web-based news feed (RSS/Atom) aggregator using 
AJAX
HOMEPAGE=http://tt-rss.org/;
SRC_URI=https://github.com/gothfox/Tiny-Tiny-RSS/archive/${PV}.tar.gz - 
${P}.tar.gz

LICENSE=GPL-3
KEYWORDS=~amd64 ~mips ~x86
IUSE=daemon +mysql postgres

DEPEND=
daemon? ( dev-lang/php[mysql?,postgres?,pcntl,curl] )
!daemon? ( dev-lang/php[mysql?,postgres?,curl] )

RDEPEND=${DEPEND}

REQUIRED_USE=|| ( mysql postgres )

need_httpd_cgi
need_php_httpd

pkg_setup() {
webapp_pkg_setup

if use daemon; then
enewgroup ttrssd
enewuser ttrssd -1 /bin/sh /dev/null ttrssd
fi
}

src_prepare() {
# Customize config.php-dist so that the right 'DB_TYPE' is already set 
(according to the USE flag)
einfo Customizing config.php-dist...

if use mysql  ! use postgres; then
sed -i \
-e /define('DB_TYPE',/{s:pgsql:mysql:} \
config.php-dist || die
fi

sed -i \
-e /define('DB_TYPE',/{s:// \(or mysql\):// pgsql \1:} \
config.php-dist || die

# per 462578
epatch_user
}

src_install() {
webapp_src_preinst

insinto /${MY_HTDOCSDIR}
doins -r *
keepdir /${MY_HTDOCSDIR}/feed-icons

for DIR in cache lock feed-icons; do
webapp_serverowned -R ${MY_HTDOCSDIR}/${DIR}
done

# In the old days we put a config.php directly and tried to 
# protect it with the following which did not work reliably.
# These days we only install the config.php-dist file.
# webapp_configfile ${MY_HTDOCSDIR}/config.php

if use daemon; then
webapp_postinst_txt en 
${FILESDIR}/postinstall-en-with-daemon.txt
newinitd ${FILESDIR}/ttrssd.initd-r2 ttrssd
newconfd ${FILESDIR}/ttrssd.confd-r1 ttrssd
insinto /etc/logrotate.d/
newins ${FILESDIR}/ttrssd.logrotated ttrssd
else
webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
fi

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in net-misc/youtube-dl: youtube-dl-2014.08.02.1.ebuild ChangeLog youtube-dl-2014.07.25.1.ebuild

2014-08-04 Thread Jeroen Roovers (jer)
jer 14/08/04 10:45:54

  Modified: ChangeLog
  Added:youtube-dl-2014.08.02.1.ebuild
  Removed:  youtube-dl-2014.07.25.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.367net-misc/youtube-dl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.367view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.367content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?r1=1.366r2=1.367

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -r1.366 -r1.367
--- ChangeLog   30 Jul 2014 10:51:14 -  1.366
+++ ChangeLog   4 Aug 2014 10:45:54 -   1.367
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/youtube-dl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.366 
2014/07/30 10:51:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.367 
2014/08/04 10:45:54 jer Exp $
+
+*youtube-dl-2014.08.02.1 (04 Aug 2014)
+
+  04 Aug 2014; Jeroen Roovers j...@gentoo.org 
-youtube-dl-2014.07.25.1.ebuild,
+  +youtube-dl-2014.08.02.1.ebuild:
+  Version bump.
 
 *youtube-dl-2014.07.30 (30 Jul 2014)
 



1.1  net-misc/youtube-dl/youtube-dl-2014.08.02.1.ebuild

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

Index: youtube-dl-2014.08.02.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.08.02.1.ebuild,v 
1.1 2014/08/04 10:45:54 jer Exp $

EAPI=5

PYTHON_COMPAT=(python{2_6,2_7,3_3,3_4})
DISTUTILS_SINGLE_IMPL=true
inherit bash-completion-r1 distutils-r1 eutils

DESCRIPTION=Download videos from YouTube.com (and mores sites...)
HOMEPAGE=http://rg3.github.com/youtube-dl/;
SRC_URI=http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;

LICENSE=public-domain
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
IUSE=offensive test

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[coverage(+)] )


S=${WORKDIR}/${PN}

src_prepare() {
if ! use offensive; then
sed -i -e /__version__/s|'$|-gentoo_no_offensive_sites'|g \
youtube_dl/version.py || die
local xxx=(
extremetube fourtube goshgay hentaistigma mofosex 
pornhd pornhub
pornotube redtube slutload spankwire thisav trutube 
tube8 xbef
xhamster xnxx xtube xvideos youjizz youporn
)
sed -i -e $( printf '/%s/d;' ${xxx[@]} ) 
youtube_dl/extractor/__init__.py || die
rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
test/test_age_restriction.py || die
fi
}

src_compile() {
distutils-r1_src_compile
}

src_test() {
emake test
}

src_install() {
python_domodule youtube_dl
dobin bin/${PN}
dodoc README.txt
doman ${PN}.1
newbashcomp ${PN}.bash-completion ${PN}
python_fix_shebang ${ED}
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.12.0.ebuild wireshark-1.10.9.ebuild ChangeLog wireshark-1.12.0_rc3.ebuild

2014-08-04 Thread Jeroen Roovers (jer)
jer 14/08/04 11:15:12

  Modified: ChangeLog
  Added:wireshark-1.12.0.ebuild wireshark-1.10.9.ebuild
  Removed:  wireshark-1.12.0_rc3.ebuild
  Log:
  Version bump (bug #519014).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.636net-analyzer/wireshark/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.635
retrieving revision 1.636
diff -u -r1.635 -r1.636
--- ChangeLog   23 Jul 2014 09:16:06 -  1.635
+++ ChangeLog   4 Aug 2014 11:15:12 -   1.636
@@ -1,6 +1,13 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.635 
2014/07/23 09:16:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.636 
2014/08/04 11:15:12 jer Exp $
+
+*wireshark-1.12.0 (04 Aug 2014)
+*wireshark-1.10.9 (04 Aug 2014)
+
+  04 Aug 2014; Jeroen Roovers j...@gentoo.org +wireshark-1.10.9.ebuild,
+  -wireshark-1.12.0_rc3.ebuild, +wireshark-1.12.0.ebuild:
+  Version bump (bug #519014).
 
 *wireshark-1.12.0_rc3 (23 Jul 2014)
 



1.1  net-analyzer/wireshark/wireshark-1.12.0.ebuild

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

Index: wireshark-1.12.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.0.ebuild,v 1.1 
2014/08/04 11:15:12 jer Exp $

EAPI=5
inherit autotools eutils fcaps qt4-r2 user

DESCRIPTION=A network protocol analyzer formerly known as ethereal
HOMEPAGE=http://www.wireshark.org/;
SRC_URI=${HOMEPAGE}download/src/all-versions/${P}.tar.bz2

LICENSE=GPL-2
SLOT=0/${PV}
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=
adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink 
+pcap
portaudio +qt4 selinux smi ssl zlib

REQUIRED_USE=
ssl? ( crypt )


GTK_COMMON_DEPEND=
x11-libs/gdk-pixbuf
x11-libs/pango
x11-misc/xdg-utils

RDEPEND=
=dev-libs/glib-2.14:2
netlink? ( dev-libs/libnl )
adns? ( =net-dns/c-ares-1.5 )
crypt? ( dev-libs/libgcrypt:0 )
caps? ( sys-libs/libcap )
geoip? ( dev-libs/geoip )
gtk3? (
${GTK_COMMON_DEPEND}
x11-libs/gtk+:3
)
kerberos? ( virtual/krb5 )
lua? ( =dev-lang/lua-5.1 )
pcap? ( net-libs/libpcap[-netlink] )
portaudio? ( media-libs/portaudio )
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4
x11-misc/xdg-utils
)
selinux? ( sec-policy/selinux-wireshark )
smi? ( net-libs/libsmi )
ssl? ( net-libs/gnutls )
zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 )


DEPEND=
${RDEPEND}
doc? (
app-doc/doxygen
app-text/asciidoc
dev-libs/libxml2
dev-libs/libxslt
doc-pdf? ( dev-java/fop )
www-client/lynx
)
=virtual/perl-Pod-Simple-3.170.0
sys-devel/bison
sys-devel/flex
virtual/perl-Getopt-Long
virtual/perl-Time-Local
virtual/pkgconfig


pkg_setup() {
enewgroup wireshark
}

src_prepare() {
epatch \
${FILESDIR}/${PN}-1.6.13-ldflags.patch \
${FILESDIR}/${PN}-1.11.0-oldlibs.patch \
${FILESDIR}/${PN}-1.11.3-gtk-deprecated-warnings.patch

# Qt5 support is broken since the build system does not determine
# properly which `moc' it ought to use
sed -i -e 's|Qt5||g' acinclude.m4 || die

epatch_user

eautoreconf
}

src_configure() {
local myconf

# Workaround bug #213705. If krb5-config --libs has -lcrypto then pass
# --with-ssl to ./configure. (Mimics code from acinclude.m4).
if use kerberos; then
case $(krb5-config --libs) in
*-lcrypto*)
ewarn Kerberos was built with ssl 

[gentoo-commits] gentoo-x86 commit in mail-mta/exim: exim-4.84_rc1.ebuild ChangeLog

2014-08-04 Thread Fabian Groffen (grobian)
grobian 14/08/04 11:16:49

  Modified: ChangeLog
  Added:exim-4.84_rc1.ebuild
  Log:
  Version bump to 4.84 RC1
  
  (Portage version: 2.2.10.1-prefix/cvs/SunOS i386, signed Manifest commit with 
key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.286mail-mta/exim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.286view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.286content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?r1=1.285r2=1.286

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -r1.285 -r1.286
--- ChangeLog   22 Jul 2014 18:23:17 -  1.285
+++ ChangeLog   4 Aug 2014 11:16:49 -   1.286
@@ -1,6 +1,12 @@
 # ChangeLog for mail-mta/exim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.285 2014/07/22 
18:23:17 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.286 2014/08/04 
11:16:49 grobian Exp $
+
+*exim-4.84_rc1 (04 Aug 2014)
+
+  04 Aug 2014; Fabian Groffen grob...@gentoo.org +exim-4.84_rc1.ebuild,
+  exim-4.82.1.ebuild, exim-4.83.ebuild:
+  Version bump to 4.84 RC1
 
 *exim-4.83 (22 Jul 2014)
 



1.1  mail-mta/exim/exim-4.84_rc1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.84_rc1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.84_rc1.ebuild?rev=1.1content-type=text/plain

Index: exim-4.84_rc1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.84_rc1.ebuild,v 1.1 
2014/08/04 11:16:49 grobian Exp $

EAPI=5

inherit eutils toolchain-funcs multilib pam systemd

IUSE=dcc +dkim dlfunc dmarc +dnsdb doc dovecot-sasl dsn exiscan-acl gnutls 
ipv6 ldap lmtp maildir mbx mysql nis pam perl pkcs11 postgres +prdr proxy 
radius redis sasl selinux spf sqlite srs ssl syslog tcpd tpda X
REQUIRED_USE=spf? ( exiscan-acl ) srs? ( exiscan-acl ) dmarc? ( spf dkim ) 
pkcs11? ( gnutls )

COMM_URI=ftp://ftp.exim.org/pub/exim/exim4$([[ ${PV} == *_rc* ]]  echo 
/test)

DESCRIPTION=A highly configurable, drop-in replacement for sendmail
SRC_URI=${COMM_URI}/${P//rc/RC}.tar.bz2
mirror://gentoo/system_filter.exim.gz
doc? ( ${COMM_URI}/${PN}-html-${PV//rc/RC}.tar.bz2 )
HOMEPAGE=http://www.exim.org/;

SLOT=0
LICENSE=GPL-2
#KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-solaris
KEYWORDS=~amd64 ~hppa ~x86-fbsd ~x86-solaris

COMMON_DEPEND==sys-apps/sed-4.0.5
=sys-libs/db-3.2
dev-libs/libpcre
perl? ( sys-devel/libperl )
pam? ( virtual/pam )
tcpd? ( sys-apps/tcp-wrappers )
ssl? ( dev-libs/openssl )
gnutls? ( net-libs/gnutls[pkcs11?]
  dev-libs/libtasn1 )
ldap? ( =net-nds/openldap-2.0.7 )
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql-base )
sasl? ( =dev-libs/cyrus-sasl-2.1.26-r2 )
redis? ( dev-libs/hiredis )
selinux? ( sec-policy/selinux-exim )
spf? ( =mail-filter/libspf2-1.2.5-r1 )
dmarc? ( mail-filter/opendmarc )
srs? ( mail-filter/libsrs_alt )
X? ( x11-proto/xproto
x11-libs/libX11
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXaw
)
sqlite? ( dev-db/sqlite )
radius? ( net-dialup/radiusclient )
virtual/libiconv

# added X check for #57206
DEPEND=${COMMON_DEPEND}
virtual/pkgconfig
RDEPEND=${COMMON_DEPEND}
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/mini-qmail
!mail-mta/msmtp-1.4.19-r1
!=mail-mta/msmtp-1.4.19-r1[mta]
!mail-mta/netqmail
!mail-mta/nullmailer
!mail-mta/postfix
!mail-mta/qmail-ldap
!mail-mta/sendmail
!mail-mta/opensmtpd
!mail-mta/ssmtp-2.64-r2
!=mail-mta/ssmtp-2.64-r2[mta]
!net-mail/mailwrapper
=net-mail/mailbase-0.00-r5
virtual/logger
dcc? ( mail-filter/dcc )


S=${WORKDIR}/${P//rc/RC}

src_prepare() {
epatch ${FILESDIR}/exim-4.14-tail.patch
epatch ${FILESDIR}/exim-4.74-localscan_dlopen.patch
epatch ${FILESDIR}/exim-4.69-r1.27021.patch
epatch ${FILESDIR}/exim-4.74-radius-db-ENV-clash.patch # 287426
epatch ${FILESDIR}/exim-4.82-makefile-freebsd.patch # 235785
epatch ${FILESDIR}/exim-4.77-as-needed-ldflags.patch # 352265, 391279
epatch 

[gentoo-commits] proj/portage:master commit in: bin/

2014-08-04 Thread Arfrever Frehtes Taifersar Arahesis
commit: 213335d85286cd7a188d9f83b59ce0d6c2da7146
Author: Arfrever Frehtes Taifersar Arahesis Arfrever AT Apache DOT Org
AuthorDate: Mon Aug  4 12:11:24 2014 +
Commit: Arfrever Frehtes Taifersar Arahesis arfrever AT apache DOT org
CommitDate: Mon Aug  4 12:11:24 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=213335d8

Revert incorrect commit 9351edad48523bb38b1bf651506786bdc8814f62, which broke 
file type detection
in chpathtool.py with Python 3 and magic module present.

 import magic
 m = magic.open(magic.MIME_TYPE)
 m.load()
0
 m.file(b/etc/fstab)
'text/plain'
 m.file(str(b/etc/fstab))
cannot open `b'/etc/fstab'' (No such file or directory)

---
 bin/chpathtool.py | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/bin/chpathtool.py b/bin/chpathtool.py
index 6ddf329..6460662 100755
--- a/bin/chpathtool.py
+++ b/bin/chpathtool.py
@@ -51,12 +51,9 @@ class IsTextFile(object):
return self._call(filename)
 
def _is_text_magic(self, filename):
-   # regression in sys-apps/file causes
-   # py 3.2  3.3 magic module to not handle bytes properly
-   if isinstance(filename, bytes):
-   mime_type = self._m.file(str(filename))
-   else:
-   mime_type = self._m.file(filename)
+   mime_type = self._m.file(filename)
+   if isinstance(mime_type, bytes):
+   mime_type = mime_type.decode('ascii', 'replace')
return mime_type.startswith('text/')
 
def _is_text_encoding(self, filename):



[gentoo-commits] gentoo-x86 commit in app-admin/killproc: killproc-2.13-r1.ebuild ChangeLog

2014-08-04 Thread Anthony G. Basile (blueness)
blueness14/08/04 12:25:44

  Modified: killproc-2.13-r1.ebuild ChangeLog
  Log:
  Keyword ~ppc64, bug #467210
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.4  app-admin/killproc/killproc-2.13-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/killproc/killproc-2.13-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/killproc/killproc-2.13-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/killproc/killproc-2.13-r1.ebuild?r1=1.3r2=1.4

Index: killproc-2.13-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-2.13-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- killproc-2.13-r1.ebuild 1 Aug 2014 10:44:59 -   1.3
+++ killproc-2.13-r1.ebuild 4 Aug 2014 12:25:44 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/killproc/killproc-2.13-r1.ebuild,v 1.3 
2014/08/01 10:44:59 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/killproc/killproc-2.13-r1.ebuild,v 1.4 
2014/08/04 12:25:44 blueness Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
 
 src_prepare() {
epatch ${FILESDIR}/${P}-makefile.patch



1.32 app-admin/killproc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/killproc/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   1 Aug 2014 10:44:59 -   1.31
+++ ChangeLog   4 Aug 2014 12:25:44 -   1.32
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/killproc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/ChangeLog,v 1.31 
2014/08/01 10:44:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/ChangeLog,v 1.32 
2014/08/04 12:25:44 blueness Exp $
+
+  04 Aug 2014; Anthony G. Basile bluen...@gentoo.org killproc-2.13-r1.ebuild:
+  Keyword ~ppc64, bug #467210
 
   01 Aug 2014; Raúl Porcel armi...@gentoo.org killproc-2.13.ebuild,
   killproc-2.13-r1.ebuild:






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

2014-08-04 Thread Jauhien Piatlicki
commit: 67ecce49ae6785fd5432a4536b10d82b7c7871eb
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Mon Aug  4 12:47:09 2014 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Mon Aug  4 12:47:09 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=67ecce49

[x11-misc/sddm] fix functions order

---
 x11-misc/sddm/sddm-.ebuild | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-misc/sddm/sddm-.ebuild b/x11-misc/sddm/sddm-.ebuild
index 257a101..0c45479 100644
--- a/x11-misc/sddm/sddm-.ebuild
+++ b/x11-misc/sddm/sddm-.ebuild
@@ -35,13 +35,6 @@ pkg_pretend() {
fi
 }
 
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_no systemd SYSTEMD)
-   )
-   cmake-utils_src_configure
-}
-
 src_prepare() {
use consolekit  epatch ${FILESDIR}/${P}-consolekit.patch
 
@@ -51,6 +44,13 @@ src_prepare() {
-i CMakeLists.txt || die 'sed failed'
 }
 
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_no systemd SYSTEMD)
+   )
+   cmake-utils_src_configure
+}
+
 pkg_postinst() {
if use consolekit; then
ewarn This display manager doesn't have native built-in 
ConsoleKit support.



[gentoo-commits] gentoo-x86 commit in dev-util/stressapptest: stressapptest-1.0.6-r2.ebuild ChangeLog

2014-08-04 Thread Mike Frysinger (vapier)
vapier  14/08/04 13:28:28

  Modified: ChangeLog
  Added:stressapptest-1.0.6-r2.ebuild
  Log:
  Backport channel hash updates from upstream.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.8  dev-util/stressapptest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/stressapptest/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   4 Aug 2014 08:09:39 -   1.7
+++ ChangeLog   4 Aug 2014 13:28:28 -   1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/stressapptest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/stressapptest/ChangeLog,v 1.7 
2014/08/04 08:09:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/stressapptest/ChangeLog,v 1.8 
2014/08/04 13:28:28 vapier Exp $
+
+*stressapptest-1.0.6-r2 (04 Aug 2014)
+
+  04 Aug 2014; Mike Frysinger vap...@gentoo.org
+  +files/stressapptest-1.0.6-channel-hash.patch, 
+stressapptest-1.0.6-r2.ebuild:
+  Backport channel hash updates from upstream.
 
 *stressapptest-1.0.6-r1 (04 Aug 2014)
 



1.1  dev-util/stressapptest/stressapptest-1.0.6-r2.ebuild

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

Index: stressapptest-1.0.6-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/stressapptest/stressapptest-1.0.6-r2.ebuild,v 
1.1 2014/08/04 13:28:28 vapier Exp $

EAPI=4

inherit eutils autotools

MY_P=${P}_autoconf
DESCRIPTION=Stressful Application Test
HOMEPAGE=http://code.google.com/p/stressapptest/;
SRC_URI=http://stressapptest.googlecode.com/files/${MY_P}.tar.gz;

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~arm ~mips ~x86
IUSE=debug

RDEPEND=dev-libs/libaio
DEPEND=${RDEPEND}

S=${WORKDIR}/${MY_P}

src_prepare() {
epatch ${FILESDIR}/${P}-autotools.patch
epatch ${FILESDIR}/${P}-pthread-test.patch
epatch ${FILESDIR}/${P}-misc-fixes.patch
epatch ${FILESDIR}/${P}-channel-hash.patch
eautoreconf
}

src_configure() {
econf --disable-default-optimizations
}






[gentoo-commits] gentoo-x86 commit in dev-util/stressapptest/files: stressapptest-1.0.6-channel-hash.patch

2014-08-04 Thread Mike Frysinger (vapier)
vapier  14/08/04 13:28:28

  Added:stressapptest-1.0.6-channel-hash.patch
  Log:
  Backport channel hash updates from upstream.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.1  
dev-util/stressapptest/files/stressapptest-1.0.6-channel-hash.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/stressapptest/files/stressapptest-1.0.6-channel-hash.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/stressapptest/files/stressapptest-1.0.6-channel-hash.patch?rev=1.1content-type=text/plain

Index: stressapptest-1.0.6-channel-hash.patch
===
From 7d1eaee59d311523757fb93ec59d8985ea15b54d Mon Sep 17 00:00:00 2001
From: nick.j.sanders nick.j.sanders@93e54ea4-8218-11de-8aaf-8d8425684b44
Date: Thu, 10 Jan 2013 23:42:36 +
Subject: [PATCH] Replace interleave_size with channel_hash

This patch replaces the previously introduced interleave_size memory
channel decoding mechanism with a more powerful channel_hash. Decoding
can now be based upon an arbitrary mask of address bits, which will be
XORed together to determine the target channel. Note that this drops
support for more than two channels, but TripleChannel controllers will
probably use much more complicated decoding mechanisms anyway.

It also includes the findmask program, which offers a crude method to
guess the decoding mask from an unknown memory controller for enterprising
users. Use at your own risk.

Signed-off-by: Julius Werner jwer...@chromium.org


git-svn-id: http://stressapptest.googlecode.com/svn/trunk@37 
93e54ea4-8218-11de-8aaf-8d8425684b44
---
 src/Makefile.am  |   2 +
 src/Makefile.in  |  68 +++
 src/findmask.c   | 138 +++
 src/findmask.inc |   4 ++
 src/os.cc|  17 +++
 src/os.h |  12 ++---
 src/sat.cc   |  55 +++---
 src/sat.h|   5 +-
 8 files changed, 238 insertions(+), 63 deletions(-)
 create mode 100644 src/findmask.c
 create mode 100644 src/findmask.inc

--- a/src/os.cc
+++ b/src/os.cc
@@ -261,21 +261,22 @@ bool OsLayer::AdlerMemcpyWarm(uint64 *dstmem, uint64 
*srcmem,
 }
 
 
-// Translate physical address to memory module name.
-// Assumes simple round-robin interleaving between memory channels of
-// 'interleave_size_' sized chunks, with repeated 'channel_width_'
+// Translate physical address to memory module/chip name.
+// Assumes interleaving between two memory channels based on the XOR of
+// all address bits in the 'channel_hash' mask, with repeated 'channel_width_'
 // blocks with bits distributed from each chip in that channel.
 int OsLayer::FindDimm(uint64 addr, char *buf, int len) {
   static const string unknown = DIMM Unknown;
-  if (!modules_) {
+  if (!channels_) {
 snprintf(buf, len, %s, unknown.c_str());
 return 0;
   }
 
-  // Find channel by counting interleave units (typically cachelines),
-  // and mod by number of channels.
-  vectorstring channel = (*modules_)[
-  (addr / interleave_size_) % modules_-size()];
+  // Find channel by XORing address bits in channel_hash mask.
+  uint32 low = (uint32)(addr  channel_hash_);
+  uint32 high = (uint32)((addr  channel_hash_)  32);
+  vectorstring channel = (*channels_)[
+  __builtin_parity(high) ^ __builtin_parity(low)];
 
   // Find dram chip by finding which byte within the channel
   // by address mod channel width, then divide the channel
--- a/src/os.h
+++ b/src/os.h
@@ -58,11 +58,11 @@ class OsLayer {
   }
 
   // Set parameters needed to translate physical address to memory module.
-  void SetDramMappingParams(int interleave_size, int channel_width,
-vector vectorstring  *modules) {
-interleave_size_ = interleave_size;
+  void SetDramMappingParams(uintptr_t channel_hash, int channel_width,
+vector vectorstring  *channels) {
+channel_hash_ = channel_hash;
 channel_width_ = channel_width;
-modules_ = modules;
+channels_ = channels;
   }
 
   // Initializes data strctures and open files.
@@ -269,8 +269,8 @@ class OsLayer {
   bool  use_posix_shm_;  // Use 4k page shmem?
   bool  dynamic_mapped_shmem_;   // Conserve virtual address space.
   int   shmid_;  // Handle to shmem
-  vector vectorstring  *modules_;  // Memory module names per channel.
-  int interleave_size_;  // Channel interleaving chunk size.
+  vector vectorstring  *channels_;  // Memory module names per channel.
+  uint64 channel_hash_;  // Mask of address bits XORed for channel.
   int channel_width_;// Channel width in bits.
 
   int64 regionsize_; // Size of memory regions
--- a/src/sat.cc
+++ b/src/sat.cc
@@ -572,12 +572,12 @@ bool Sat::Initialize() {
 
   if (min_hugepages_mbytes_  0)
 

[gentoo-commits] gentoo-x86 commit in dev-lisp/sbcl: sbcl-1.0.55-r2.ebuild sbcl-1.2.2.ebuild sbcl-1.1.17.ebuild sbcl-1.1.16.ebuild sbcl-1.1.15.ebuild sbcl-1.0.55-r1.ebuild sbcl-1.1.18.ebuild ChangeLog

2014-08-04 Thread Mark Wright (gienah)
gienah  14/08/04 13:51:12

  Modified: sbcl-1.0.55-r2.ebuild sbcl-1.2.2.ebuild
sbcl-1.1.17.ebuild sbcl-1.1.16.ebuild
sbcl-1.1.15.ebuild sbcl-1.0.55-r1.ebuild
sbcl-1.1.18.ebuild ChangeLog
  Log:
  Thanks to Luis Ressel for fixing and reporting Bug 517000 - dev-lisp/sbcl 
should not invoke paxctl directly. sed to disable PaX on second GENESIS stage 
needs tweak to match whitespace at start of line in sbcl-1.2.2.ebuild. Some 
trivial edits for some repoman QA reports.
  
  (Portage version: 2.2.11/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.2  dev-lisp/sbcl/sbcl-1.0.55-r2.ebuild

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

Index: sbcl-1.0.55-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.55-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sbcl-1.0.55-r2.ebuild   17 Dec 2012 10:42:50 -  1.1
+++ sbcl-1.0.55-r2.ebuild   4 Aug 2014 13:51:11 -   1.2
@@ -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/dev-lisp/sbcl/sbcl-1.0.55-r2.ebuild,v 1.1 
2012/12/17 10:42:50 pchrist Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.55-r2.ebuild,v 1.2 
2014/08/04 13:51:11 gienah Exp $
 
 EAPI=3
 inherit multilib eutils flag-o-matic pax-utils
@@ -12,7 +12,7 @@
 BV_SPARC=1.0.28
 BV_ALPHA=1.0.28
 
-DESCRIPTION=Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common 
Lisp.
+DESCRIPTION=Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common 
Lisp
 HOMEPAGE=http://sbcl.sourceforge.net/;
 SRC_URI=mirror://sourceforge/sbcl/${P}-source.tar.bz2
x86? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86}-x86-linux-binary.tar.bz2 )
@@ -114,11 +114,10 @@
 
if use pax_kernel ; then
# To disable PaX on hardened systems
-   pax-mark -C ${bindir}/src/runtime/sbcl
pax-mark -mr ${bindir}/src/runtime/sbcl
 
# Hack to disable PaX on second GENESIS stage
-   sed -i -e '/load/!s/^echo \/\/doing warm.*$/\npaxctl -C 
\.\/src\/runtime\/sbcl\npaxctl -mprexs \.\/src\/runtime\/sbcl/' \
+   sed -i -e '/^echo \/\/doing warm init - compilation 
phase$/a\paxmark.sh -mr \.\/src\/runtime\/sbcl' \
${S}/make-target-2.sh || die Cannot disable PaX on 
second GENESIS runtime
fi
 



1.2  dev-lisp/sbcl/sbcl-1.2.2.ebuild

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

Index: sbcl-1.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sbcl-1.2.2.ebuild   3 Aug 2014 04:29:08 -   1.1
+++ sbcl-1.2.2.ebuild   4 Aug 2014 13:51:11 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.2.ebuild,v 1.1 
2014/08/03 04:29:08 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.2.ebuild,v 1.2 
2014/08/04 13:51:11 gienah Exp $
 
 EAPI=5
 inherit multilib eutils flag-o-matic pax-utils
@@ -12,7 +12,7 @@
 BV_SPARC=1.0.28
 BV_ALPHA=1.0.28
 
-DESCRIPTION=Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common 
Lisp.
+DESCRIPTION=Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common 
Lisp
 HOMEPAGE=http://sbcl.sourceforge.net/;
 SRC_URI=mirror://sourceforge/sbcl/${P}-source.tar.bz2
x86? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86}-x86-linux-binary.tar.bz2 )
@@ -121,11 +121,10 @@
 
if host-is-pax ; then
# To disable PaX on hardened systems
-   pax-mark -C ${bindir}/src/runtime/sbcl
pax-mark -mr ${bindir}/src/runtime/sbcl
 
# Hack to disable PaX on second GENESIS stage
-   sed -i -e '/load/!s/^echo \/\/doing warm.*$/\npaxctl -C 
\.\/src\/runtime\/sbcl\npaxctl -mprexs \.\/src\/runtime\/sbcl/' \
+   sed -i -e '/^[ \t]*echo \/\/doing warm init - compilation 

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

2014-08-04 Thread Tobias Klausmann (klausman)
klausman14/08/04 15:18:36

  Modified: ChangeLog hiredis-0.11.0-r1.ebuild
  Log:
  Keyworded on alpha, bug 489676
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.11 dev-libs/hiredis/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hiredis/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   16 Jun 2014 02:35:46 -  1.10
+++ ChangeLog   4 Aug 2014 15:18:36 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/hiredis
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hiredis/ChangeLog,v 1.10 
2014/06/16 02:35:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hiredis/ChangeLog,v 1.11 
2014/08/04 15:18:36 klausman Exp $
+
+  04 Aug 2014; Tobias Klausmann klaus...@gentoo.org hiredis-0.11.0-r1.ebuild:
+  Keyworded on alpha, bug 489676
 
 *hiredis-0.11.0-r1 (16 Jun 2014)
 



1.2  dev-libs/hiredis/hiredis-0.11.0-r1.ebuild

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

Index: hiredis-0.11.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hiredis/hiredis-0.11.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hiredis-0.11.0-r1.ebuild16 Jun 2014 02:35:45 -  1.1
+++ hiredis-0.11.0-r1.ebuild4 Aug 2014 15:18:36 -   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/hiredis/hiredis-0.11.0-r1.ebuild,v 
1.1 2014/06/16 02:35:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hiredis/hiredis-0.11.0-r1.ebuild,v 
1.2 2014/08/04 15:18:36 klausman Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~x64-solaris
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~x64-solaris
 IUSE=static-libs
 
 src_prepare() {






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

2014-08-04 Thread Johannes Huber
commit: 615bf8a055a52de8640fbdd61feba364c7abbb17
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon Aug  4 13:21:09 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Aug  4 13:21:09 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=615bf8a0

[kde-base/krfb] Apply patch before eclass src_prepare, fixes bug #518824

Package-Manager: portage-2.2.10

---
 kde-base/krfb/krfb-4.13.97.ebuild  | 7 ++-
 kde-base/krfb/krfb-4.14.49..ebuild | 7 ++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/kde-base/krfb/krfb-4.13.97.ebuild 
b/kde-base/krfb/krfb-4.13.97.ebuild
index 6030a3a..f578547 100644
--- a/kde-base/krfb/krfb-4.13.97.ebuild
+++ b/kde-base/krfb/krfb-4.13.97.ebuild
@@ -26,7 +26,12 @@ DEPEND=
 
 RDEPEND=${DEPEND}
 
-PATCHES=( ${FILESDIR}/${PN}-4.14.0-CVE-2014-4607-unbundle-libvncserver.patch 
)
+src_prepare() {
+   # bug 518824, patch before eclass magic
+   epatch 
${FILESDIR}/${PN}-4.14.0-CVE-2014-4607-unbundle-libvncserver.patch
+
+   kde4-base_src_prepare
+}
 
 src_configure() {
local mycmakeargs=(

diff --git a/kde-base/krfb/krfb-4.14.49..ebuild 
b/kde-base/krfb/krfb-4.14.49..ebuild
index 7840cdd..a23b2b9 100644
--- a/kde-base/krfb/krfb-4.14.49..ebuild
+++ b/kde-base/krfb/krfb-4.14.49..ebuild
@@ -26,7 +26,12 @@ DEPEND=
 
 RDEPEND=${DEPEND}
 
-PATCHES=( ${FILESDIR}/${PN}-4.14.0-CVE-2014-4607-unbundle-libvncserver.patch 
)
+src_prepare() {
+   # bug 518824, patch before eclass magic
+   epatch 
${FILESDIR}/${PN}-4.14.0-CVE-2014-4607-unbundle-libvncserver.patch
+
+   kde4-base_src_prepare
+}
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] gentoo-x86 commit in kde-base/krfb: krfb-4.12.5-r1.ebuild krfb-4.13.3-r1.ebuild ChangeLog

2014-08-04 Thread Johannes Huber (johu)
johu14/08/04 15:25:47

  Modified: krfb-4.12.5-r1.ebuild krfb-4.13.3-r1.ebuild
ChangeLog
  Log:
  Apply patch before eclass src_prepare, fixes bug #518824.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.2  kde-base/krfb/krfb-4.12.5-r1.ebuild

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

Index: krfb-4.12.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/krfb/krfb-4.12.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- krfb-4.12.5-r1.ebuild   31 Jul 2014 20:46:59 -  1.1
+++ krfb-4.12.5-r1.ebuild   4 Aug 2014 15:25:47 -   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-base/krfb/krfb-4.12.5-r1.ebuild,v 1.1 
2014/07/31 20:46:59 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/krfb-4.12.5-r1.ebuild,v 1.2 
2014/08/04 15:25:47 johu Exp $
 
 EAPI=5
 
@@ -26,7 +26,12 @@
 
 RDEPEND=${DEPEND}
 
-PATCHES=( ${FILESDIR}/${P}-CVE-2014-4607-unbundle-libvncserver.patch )
+src_prepare() {
+   # bug 518824, patch before eclass magic
+   epatch ${FILESDIR}/${P}-CVE-2014-4607-unbundle-libvncserver.patch
+
+   kde4-base_src_prepare
+}
 
 src_configure() {
mycmakeargs=(



1.2  kde-base/krfb/krfb-4.13.3-r1.ebuild

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

Index: krfb-4.13.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/krfb/krfb-4.13.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- krfb-4.13.3-r1.ebuild   31 Jul 2014 20:46:59 -  1.1
+++ krfb-4.13.3-r1.ebuild   4 Aug 2014 15:25:47 -   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-base/krfb/krfb-4.13.3-r1.ebuild,v 1.1 
2014/07/31 20:46:59 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/krfb-4.13.3-r1.ebuild,v 1.2 
2014/08/04 15:25:47 johu Exp $
 
 EAPI=5
 
@@ -26,7 +26,12 @@
 
 RDEPEND=${DEPEND}
 
-PATCHES=( ${FILESDIR}/${PN}-4.12.5-CVE-2014-4607-unbundle-libvncserver.patch 
)
+src_prepare() {
+   # bug 518824, patch before eclass magic
+   epatch 
${FILESDIR}/${PN}-4.12.5-CVE-2014-4607-unbundle-libvncserver.patch
+
+   kde4-base_src_prepare
+}
 
 src_configure() {
local mycmakeargs=(



1.319kde-base/krfb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/krfb/ChangeLog,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -r1.318 -r1.319
--- ChangeLog   31 Jul 2014 20:46:59 -  1.318
+++ ChangeLog   4 Aug 2014 15:25:47 -   1.319
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/krfb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/ChangeLog,v 1.318 2014/07/31 
20:46:59 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/ChangeLog,v 1.319 2014/08/04 
15:25:47 johu Exp $
+
+  04 Aug 2014; Johannes Huber j...@gentoo.org krfb-4.12.5-r1.ebuild,
+  krfb-4.13.3-r1.ebuild:
+  Apply patch before eclass src_prepare, fixes bug #518824.
 
 *krfb-4.12.5-r1 (31 Jul 2014)
 *krfb-4.13.3-r1 (31 Jul 2014)






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

2014-08-04 Thread Tobias Klausmann (klausman)
klausman14/08/04 15:52:03

  Modified: ChangeLog package.use.mask
  Log:
  Mask x265 use flag for ffmpeg due to bug 519046

Revision  ChangesPath
1.196profiles/arch/alpha/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog   29 Jul 2014 23:15:28 -  1.195
+++ ChangeLog   4 Aug 2014 15:52:03 -   1.196
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/Alpha profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v 1.195 
2014/07/29 23:15:28 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v 1.196 
2014/08/04 15:52:03 klausman Exp $
+
+  04 Aug 2014; Tobias Klausmann klaus...@gentoo.org package.use.mask:
+  Mask x265 use flag for ffmpeg due to bug 519046
 
   29 Jul 2014; Robin H. Johnson robb...@gentoo.org package.use.mask:
   Update MySQL tcmalloc mask for percona-server.



1.161profiles/arch/alpha/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- package.use.mask29 Jul 2014 23:15:28 -  1.160
+++ package.use.mask4 Aug 2014 15:52:03 -   1.161
@@ -1,6 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 
1.160 2014/07/29 23:15:28 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 
1.161 2014/08/04 15:52:03 klausman Exp $
+
+# Tobias Klausmann klaus...@gentoo.org
+# media-libs/x265 doesn't work on alpha (bug 519046)
+media-video/ffmpeg x265
 
 # Christoph Junghans ott...@gentoo.org (21 Jul 2014)
 # Missing keywords on sci-libs/libcerf (bug 517726)






[gentoo-commits] gentoo-x86 commit in dev-util/cmocka: ChangeLog cmocka-0.3.1-r1.ebuild

2014-08-04 Thread Tobias Klausmann (klausman)
klausman14/08/04 16:06:13

  Modified: ChangeLog cmocka-0.3.1-r1.ebuild
  Log:
  Keyworded on alpha, bug 510340
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.16 dev-util/cmocka/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cmocka/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   25 Jul 2014 20:49:22 -  1.15
+++ ChangeLog   4 Aug 2014 16:06:13 -   1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cmocka
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/ChangeLog,v 1.15 2014/07/25 
20:49:22 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/ChangeLog,v 1.16 2014/08/04 
16:06:13 klausman Exp $
+
+  04 Aug 2014; Tobias Klausmann klaus...@gentoo.org cmocka-0.3.1-r1.ebuild:
+  Keyworded on alpha, bug 510340
 
 *cmocka-0.4.1 (25 Jul 2014)
 



1.3  dev-util/cmocka/cmocka-0.3.1-r1.ebuild

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

Index: cmocka-0.3.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cmocka/cmocka-0.3.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cmocka-0.3.1-r1.ebuild  7 Jul 2014 23:35:31 -   1.2
+++ cmocka-0.3.1-r1.ebuild  4 Aug 2014 16:06:13 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/cmocka-0.3.1-r1.ebuild,v 
1.2 2014/07/07 23:35:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/cmocka-0.3.1-r1.ebuild,v 
1.3 2014/08/04 16:06:13 klausman Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux
 IUSE=doc static-libs test
 
 DEPEND=






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

2014-08-04 Thread Tobias Klausmann (klausman)
klausman14/08/04 16:06:04

  Modified: ChangeLog libssh-0.6.3-r1.ebuild
  Log:
  Keyworded on alpha, bug 510340
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.112net-libs/libssh/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   18 Jul 2014 15:35:50 -  1.111
+++ ChangeLog   4 Aug 2014 16:06:04 -   1.112
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libssh
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.111 
2014/07/18 15:35:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.112 
2014/08/04 16:06:04 klausman Exp $
+
+  04 Aug 2014; Tobias Klausmann klaus...@gentoo.org libssh-0.6.3-r1.ebuild:
+  Keyworded on alpha, bug 510340
 
   18 Jul 2014; Jeroen Roovers j...@gentoo.org files/libssh-0.5.0-tests.patch,
   libssh-0.6.3-r1.ebuild, metadata.xml:



1.5  net-libs/libssh/libssh-0.6.3-r1.ebuild

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

Index: libssh-0.6.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libssh-0.6.3-r1.ebuild  18 Jul 2014 15:35:50 -  1.4
+++ libssh-0.6.3-r1.ebuild  4 Aug 2014 16:06:04 -   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/net-libs/libssh/libssh-0.6.3-r1.ebuild,v 
1.4 2014/07/18 15:35:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.3-r1.ebuild,v 
1.5 2014/08/04 16:06:04 klausman Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 SRC_URI=https://red.libssh.org/attachments/download/87/${MY_P}.tar.xz - 
${P}.tar.xz
 
 LICENSE=LGPL-2.1
-KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux 
~x86-linux
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux 
~x86-linux
 SLOT=0/4 # subslot = soname major version
 IUSE=debug doc examples gcrypt gssapi pcap +sftp ssh1 server static-libs test 
zlib
 # Maintainer: check IUSE-defaults at DefineOptions.cmake






[gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.10.9.ebuild ChangeLog

2014-08-04 Thread Jeroen Roovers (jer)
jer 14/08/04 16:07:20

  Modified: wireshark-1.10.9.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #519014).
  
  (Portage version: 2.2.11/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  net-analyzer/wireshark/wireshark-1.10.9.ebuild

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

Index: wireshark-1.10.9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wireshark-1.10.9.ebuild 4 Aug 2014 11:15:12 -   1.1
+++ wireshark-1.10.9.ebuild 4 Aug 2014 16:07: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-analyzer/wireshark/wireshark-1.10.9.ebuild,v 1.1 
2014/08/04 11:15:12 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.9.ebuild,v 1.2 
2014/08/04 16:07:20 jer Exp $
 
 EAPI=5
 inherit autotools eutils fcaps user
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0/${PV}
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
 IUSE=
adns +caps crypt doc doc-pdf geoip gtk2 +gtk3 ipv6 kerberos lua +netlink
+pcap portaudio qt4 selinux smi ssl zlib



1.637net-analyzer/wireshark/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.636
retrieving revision 1.637
diff -u -r1.636 -r1.637
--- ChangeLog   4 Aug 2014 11:15:12 -   1.636
+++ ChangeLog   4 Aug 2014 16:07:20 -   1.637
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.636 
2014/08/04 11:15:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.637 
2014/08/04 16:07:20 jer Exp $
+
+  04 Aug 2014; Jeroen Roovers j...@gentoo.org wireshark-1.10.9.ebuild:
+  Stable for HPPA (bug #519014).
 
 *wireshark-1.12.0 (04 Aug 2014)
 *wireshark-1.10.9 (04 Aug 2014)






[gentoo-commits] gentoo-x86 commit in sys-apps/portage: portage-9999.ebuild portage-2.2.11.ebuild ChangeLog

2014-08-04 Thread Richard Farina (zerochaos)
zerochaos14/08/04 16:10:12

  Modified: portage-.ebuild portage-2.2.11.ebuild ChangeLog
  Log:
  adding sys-apps/install-xattr dep for people in need
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.97 sys-apps/portage/portage-.ebuild

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

Index: portage-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-.ebuild,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- portage-.ebuild 26 Jul 2014 09:48:43 -  1.96
+++ portage-.ebuild 4 Aug 2014 16:10:11 -   1.97
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-.ebuild,v 1.96 
2014/07/26 09:48:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-.ebuild,v 1.97 
2014/08/04 16:10:11 zerochaos Exp $
 
 EAPI=3
 PYTHON_COMPAT=(
@@ -65,6 +65,7 @@
=app-misc/pax-utils-0.1.17
selinux? ( || ( =sys-libs/libselinux-2.0.94[python] 
sys-libs/libselinux-2.0.94 ) )
xattr? ( kernel_linux? (
+   =sys-apps/install-xattr-0.3
$(for python_impl in python{2_7,3_2} pypy; do
echo python_targets_${python_impl}? ( 
dev-python/pyxattr[python_targets_${python_impl}] )
done) ) )



1.2  sys-apps/portage/portage-2.2.11.ebuild

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

Index: portage-2.2.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portage-2.2.11.ebuild   3 Aug 2014 16:55:08 -   1.1
+++ portage-2.2.11.ebuild   4 Aug 2014 16:10:11 -   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-apps/portage/portage-2.2.11.ebuild,v 
1.1 2014/08/03 16:55:08 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.11.ebuild,v 
1.2 2014/08/04 16:10:11 zerochaos Exp $
 
 # Require EAPI 2 since we now require at least python-2.6 (for python 3
 # syntax support) which also requires EAPI 2.
@@ -71,6 +71,7 @@
=app-misc/pax-utils-0.1.17
selinux? ( || ( =sys-libs/libselinux-2.0.94[python] 
sys-libs/libselinux-2.0.94 ) )
xattr? ( kernel_linux? (
+   =sys-apps/install-xattr-0.3
$(for python_impl in python{2_6,2_7,3_2} pypy; do
echo python_targets_${python_impl}? ( 
dev-python/pyxattr[python_targets_${python_impl}] )
done) ) )



1.1400   sys-apps/portage/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v
retrieving revision 1.1399
retrieving revision 1.1400
diff -u -r1.1399 -r1.1400
--- ChangeLog   3 Aug 2014 16:55:08 -   1.1399
+++ ChangeLog   4 Aug 2014 16:10:11 -   1.1400
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/portage
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1399 
2014/08/03 16:55:08 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1400 
2014/08/04 16:10:11 zerochaos Exp $
+
+  04 Aug 2014; Rick Farina zeroch...@gentoo.org portage-2.2.11.ebuild,
+  portage-.ebuild:
+  adding sys-apps/install-xattr dep for people in need
 
 *portage-2.2.11 (03 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in net-wireless/blueman: blueman-1.23_p20140717-r1.ebuild blueman-9999.ebuild ChangeLog

2014-08-04 Thread Richard Farina (zerochaos)
zerochaos14/08/04 16:23:27

  Modified: blueman-1.23_p20140717-r1.ebuild
blueman-.ebuild ChangeLog
  Log:
  adding temp blocker for bug 518992
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.2  net-wireless/blueman/blueman-1.23_p20140717-r1.ebuild

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

Index: blueman-1.23_p20140717-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-wireless/blueman/blueman-1.23_p20140717-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- blueman-1.23_p20140717-r1.ebuild1 Aug 2014 08:03:45 -   1.1
+++ blueman-1.23_p20140717-r1.ebuild4 Aug 2014 16:23:27 -   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-wireless/blueman/blueman-1.23_p20140717-r1.ebuild,v 
1.1 2014/08/01 08:03:45 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/blueman/blueman-1.23_p20140717-r1.ebuild,v 
1.2 2014/08/04 16:23:27 zerochaos Exp $
 
 EAPI=5
 
@@ -48,7 +48,8 @@
=net-misc/dhcp-3*
=net-misc/networkmanager-0.8 ) )
policykit? ( sys-auth/polkit )
-   pulseaudio? ( media-sound/pulseaudio )
+   pulseaudio? ( media-sound/pulseaudio )
+   !net-wireless/gnome-bluetooth
 
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



1.4  net-wireless/blueman/blueman-.ebuild

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

Index: blueman-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/blueman/blueman-.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- blueman-.ebuild 1 Aug 2014 08:03:45 -   1.3
+++ blueman-.ebuild 4 Aug 2014 16:23:27 -   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/net-wireless/blueman/blueman-.ebuild,v 
1.3 2014/08/01 08:03:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/blueman/blueman-.ebuild,v 
1.4 2014/08/04 16:23:27 zerochaos Exp $
 
 EAPI=5
 
@@ -47,7 +47,8 @@
=net-misc/dhcp-3*
=net-misc/networkmanager-0.8 ) )
policykit? ( sys-auth/polkit )
-   pulseaudio? ( media-sound/pulseaudio )
+   pulseaudio? ( media-sound/pulseaudio )
+   !net-wireless/gnome-bluetooth
 
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



1.22 net-wireless/blueman/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/blueman/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   1 Aug 2014 08:03:45 -   1.21
+++ ChangeLog   4 Aug 2014 16:23:27 -   1.22
@@ -1,6 +1,10 @@
 # ChangeLog for net-wireless/blueman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/blueman/ChangeLog,v 1.21 
2014/08/01 08:03:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/blueman/ChangeLog,v 1.22 
2014/08/04 16:23:27 zerochaos Exp $
+
+  04 Aug 2014; Rick Farina zeroch...@gentoo.org
+  blueman-1.23_p20140717-r1.ebuild, blueman-.ebuild:
+  adding temp blocker for bug 518992
 
 *blueman-1.23_p20140717-r1 (01 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-util/gdbus-codegen: gdbus-codegen-2.40.0.ebuild ChangeLog

2014-08-04 Thread Christoph Junghans (ottxor)
ottxor  14/08/04 16:24:39

  Modified: gdbus-codegen-2.40.0.ebuild ChangeLog
  Log:
  added ~x86-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.5  dev-util/gdbus-codegen/gdbus-codegen-2.40.0.ebuild

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

Index: gdbus-codegen-2.40.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.40.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gdbus-codegen-2.40.0.ebuild 28 Jul 2014 13:44:12 -  1.4
+++ gdbus-codegen-2.40.0.ebuild 4 Aug 2014 16:24:39 -   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-util/gdbus-codegen/gdbus-codegen-2.40.0.ebuild,v 
1.4 2014/07/28 13:44:12 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.40.0.ebuild,v 
1.5 2014/08/04 16:24:39 ottxor Exp $
 
 EAPI=5
 GNOME_ORG_MODULE=glib
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-2+
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos
+KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos ~x86-macos
 IUSE=
 
 RDEPEND=${PYTHON_DEPS}



1.90 dev-util/gdbus-codegen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.90view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.90content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?r1=1.89r2=1.90

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   28 Jul 2014 13:44:12 -  1.89
+++ ChangeLog   4 Aug 2014 16:24:39 -   1.90
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/gdbus-codegen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.89 
2014/07/28 13:44:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.90 
2014/08/04 16:24:39 ottxor Exp $
+
+  04 Aug 2014; Christoph Junghans ott...@gentoo.org
+  gdbus-codegen-2.40.0.ebuild:
+  added ~x86-macos (tested by me)
 
   28 Jul 2014; Agostino Sarubbo a...@gentoo.org gdbus-codegen-2.40.0.ebuild:
   Stable for ppc, wrt bug #512012






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

2014-08-04 Thread Christoph Junghans (ottxor)
ottxor  14/08/04 16:26:35

  Modified: at-spi2-core-2.12.0.ebuild ChangeLog
  Log:
  added ~x86-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.5  app-accessibility/at-spi2-core/at-spi2-core-2.12.0.ebuild

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

Index: at-spi2-core-2.12.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.12.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- at-spi2-core-2.12.0.ebuild  28 Jul 2014 13:42:01 -  1.4
+++ at-spi2-core-2.12.0.ebuild  4 Aug 2014 16:26:35 -   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/app-accessibility/at-spi2-core/at-spi2-core-2.12.0.ebuild,v
 1.4 2014/07/28 13:42:01 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.12.0.ebuild,v
 1.5 2014/08/04 16:26:35 ottxor Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -14,7 +14,7 @@
 LICENSE=LGPL-2+
 SLOT=2
 IUSE=+X +introspection
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos
 
 # x11-libs/libSM is needed until upstream #719808 is solved either
 # making the dep unneeded or fixing their configure



1.67 app-accessibility/at-spi2-core/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   28 Jul 2014 13:42:01 -  1.66
+++ ChangeLog   4 Aug 2014 16:26:35 -   1.67
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/at-spi2-core
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 
1.66 2014/07/28 13:42:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 
1.67 2014/08/04 16:26:35 ottxor Exp $
+
+  04 Aug 2014; Christoph Junghans ott...@gentoo.org
+  at-spi2-core-2.12.0.ebuild:
+  added ~x86-macos (tested by me)
 
   28 Jul 2014; Agostino Sarubbo a...@gentoo.org at-spi2-core-2.12.0.ebuild:
   Stable for ppc, wrt bug #512012






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

2014-08-04 Thread Christoph Junghans (ottxor)
ottxor  14/08/04 16:28:33

  Modified: at-spi2-atk-2.12.1.ebuild ChangeLog
  Log:
  added ~x86-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.5  app-accessibility/at-spi2-atk/at-spi2-atk-2.12.1.ebuild

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

Index: at-spi2-atk-2.12.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.12.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- at-spi2-atk-2.12.1.ebuild   28 Jul 2014 13:41:58 -  1.4
+++ at-spi2-atk-2.12.1.ebuild   4 Aug 2014 16:28:33 -   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/app-accessibility/at-spi2-atk/at-spi2-atk-2.12.1.ebuild,v
 1.4 2014/07/28 13:41:58 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.12.1.ebuild,v
 1.5 2014/08/04 16:28:33 ottxor Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2+
 SLOT=2
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos
 IUSE=
 
 COMMON_DEPEND=



1.52 app-accessibility/at-spi2-atk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   28 Jul 2014 13:41:59 -  1.51
+++ ChangeLog   4 Aug 2014 16:28:33 -   1.52
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/at-spi2-atk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v 
1.51 2014/07/28 13:41:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v 
1.52 2014/08/04 16:28:33 ottxor Exp $
+
+  04 Aug 2014; Christoph Junghans ott...@gentoo.org 
at-spi2-atk-2.12.1.ebuild:
+  added ~x86-macos (tested by me)
 
   28 Jul 2014; Agostino Sarubbo a...@gentoo.org at-spi2-atk-2.12.1.ebuild:
   Stable for ppc, wrt bug #512012






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

2014-08-04 Thread Tim Harder (radhermit)
radhermit14/08/04 16:38:53

  Modified: ChangeLog package.mask
  Log:
  Unmask =media-libs/libsfml-2*.

Revision  ChangesPath
1.9277   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9276
retrieving revision 1.9277
diff -u -r1.9276 -r1.9277
--- ChangeLog   4 Aug 2014 04:02:32 -   1.9276
+++ ChangeLog   4 Aug 2014 16:38:52 -   1.9277
@@ -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.9276 2014/08/04 
04:02:32 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9277 2014/08/04 
16:38:52 radhermit 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!
 
+  04 Aug 2014; Tim Harder radher...@gentoo.org package.mask:
+  Unmask =media-libs/libsfml-2*.
+
   04 Aug 2014; Robin H. Johnson robb...@gentoo.org package.mask:
   old mysql ebuilds now live in the overlay only. if you need them for
   migrations, go look there.



1.15945  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15944
retrieving revision 1.15945
diff -u -r1.15944 -r1.15945
--- package.mask4 Aug 2014 04:36:26 -   1.15944
+++ package.mask4 Aug 2014 16:38:52 -   1.15945
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15944 2014/08/04 
04:36:26 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15945 2014/08/04 
16:38:52 radhermit 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
@@ -779,11 +779,6 @@
 #net-wireless/madwifi-ng-tools
 net-wireless/madwifi-ng
 
-# Tim Harder radher...@gentoo.org (27 Nov 2012)
-# Masked for testing, all revdeps currently in the tree
-# don't work with it.
-=media-libs/libsfml-2*
-
 # Markos Chandras hwoar...@gentoo.org (03 Nov 2012)
 # Masked for testing
 app-benchmarks/ltp






[gentoo-commits] gentoo-x86 commit in app-misc/when: when-1.1.33.ebuild ChangeLog

2014-08-04 Thread Tim Harder (radhermit)
radhermit14/08/04 16:43:12

  Modified: ChangeLog
  Added:when-1.1.33.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.73 app-misc/when/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   20 May 2013 15:50:09 -  1.72
+++ ChangeLog   4 Aug 2014 16:43:12 -   1.73
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/when
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.72 2013/05/20 
15:50:09 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.73 2014/08/04 
16:43:12 radhermit Exp $
+
+*when-1.1.33 (04 Aug 2014)
+
+  04 Aug 2014; Tim Harder radher...@gentoo.org +when-1.1.33.ebuild:
+  Version bump.
 
   20 May 2013; Justin Lecher j...@gentoo.org -when-1.1.30.ebuild:
   Drop old



1.1  app-misc/when/when-1.1.33.ebuild

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

Index: when-1.1.33.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.33.ebuild,v 1.1 
2014/08/04 16:43:11 radhermit Exp $

EAPI=5

DESCRIPTION=Extremely simple personal calendar program aimed at the Unix geek 
who wants something minimalistic
HOMEPAGE=http://www.lightandmatter.com/when/when.html;
SRC_URI=http://www.lightandmatter.com/when/when.tar.gz - ${P}.tar.gz

LICENSE=Artistic
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos

DEPEND=dev-lang/perl
RDEPEND=${DEPEND}

S=${WORKDIR}/when_dist

src_prepare() {
# Fix path for tests
sed -i 's,^ when,   ./when,' Makefile || die 'sed failed'
}

src_compile() { :; }

src_test() {
# The when command requires these files, or attempts to run setup 
function.
mkdir ${HOME}/.when || die 'mkdir failed'
touch ${HOME}/.when/{calendar,preferences} || die 'touch failed'
emake test
}

src_install() {
dobin ${PN}
doman ${PN}.1
dodoc README
}






[gentoo-commits] gentoo-x86 commit in app-misc/byobu: byobu-5.84.ebuild ChangeLog

2014-08-04 Thread Tim Harder (radhermit)
radhermit14/08/04 16:44:37

  Modified: ChangeLog
  Added:byobu-5.84.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.88 app-misc/byobu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/byobu/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   26 Jul 2014 15:57:44 -  1.87
+++ ChangeLog   4 Aug 2014 16:44:37 -   1.88
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/byobu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/ChangeLog,v 1.87 2014/07/26 
15:57:44 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/ChangeLog,v 1.88 2014/08/04 
16:44:37 radhermit Exp $
+
+*byobu-5.84 (04 Aug 2014)
+
+  04 Aug 2014; Tim Harder radher...@gentoo.org +byobu-5.84.ebuild:
+  Version bump.
 
 *byobu-5.82 (26 Jul 2014)
 



1.1  app-misc/byobu/byobu-5.84.ebuild

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

Index: byobu-5.84.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.84.ebuild,v 1.1 
2014/08/04 16:44:37 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit python-single-r1

DESCRIPTION=A set of profiles for the GNU Screen console window manager 
(app-misc/screen)
HOMEPAGE=http://byobu.co;
SRC_URI=http://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=screen
REQUIRED_USE=${PYTHON_REQUIRED_USE}

RDEPEND=${PYTHON_DEPS}
dev-libs/newt[${PYTHON_USEDEP}]
screen? ( app-misc/screen )
!screen? ( app-misc/tmux )

src_prepare() {
python_fix_shebang .

# Set default system backend to screen
if use screen ; then
sed -i -e 's/#\(BYOBU_BACKEND\).*/\1=screen/' 
etc/byobu/backend || die
fi
}

src_install() {
default

# Create symlinks for backends
dosym ${PN} /usr/bin/${PN}-screen
dosym ${PN} /usr/bin/${PN}-tmux

docompress -x /usr/share/doc/${PN}
}






[gentoo-commits] gentoo-x86 commit in media-libs/libdvdread: ChangeLog libdvdread-9999.ebuild libdvdread-5.0.0.ebuild libdvdread-4.2.0.ebuild libdvdread-4.2.0-r1.ebuild

2014-08-04 Thread Lars Wendler (polynomial-c)
polynomial-c14/08/04 16:52:02

  Modified: ChangeLog libdvdread-.ebuild
  Added:libdvdread-5.0.0.ebuild
  Removed:  libdvdread-4.2.0.ebuild libdvdread-4.2.0-r1.ebuild
  Log:
  Version bump (bug #519036). Removed old
  
  (Portage version: 2.2.11/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.101media-libs/libdvdread/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdread/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   18 Jun 2014 19:41:16 -  1.100
+++ ChangeLog   4 Aug 2014 16:52:01 -   1.101
@@ -1,6 +1,14 @@
 # ChangeLog for media-libs/libdvdread
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdread/ChangeLog,v 1.100 
2014/06/18 19:41:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdread/ChangeLog,v 1.101 
2014/08/04 16:52:01 polynomial-c Exp $
+
+*libdvdread-5.0.0 (04 Aug 2014)
+
+  04 Aug 2014; Lars Wendler polynomia...@gentoo.org -libdvdread-4.2.0.ebuild,
+  -libdvdread-4.2.0-r1.ebuild, +libdvdread-5.0.0.ebuild,
+  libdvdread-.ebuild:
+  Version bump. Removed old. Thanks to Uwe L. Korn for reporting this in bug
+  #519036 and providing an ebuild patch.
 
   18 Jun 2014; Michał Górny mgo...@gentoo.org libdvdread-4.2.0-r1.ebuild,
   libdvdread-4.2.1.ebuild, libdvdread-4.9.9.ebuild, libdvdread-.ebuild:



1.7  media-libs/libdvdread/libdvdread-.ebuild

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

Index: libdvdread-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdread/libdvdread-.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libdvdread-.ebuild  18 Jun 2014 19:41:16 -  1.6
+++ libdvdread-.ebuild  4 Aug 2014 16:52:01 -   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-libs/libdvdread/libdvdread-.ebuild,v 1.6 
2014/06/18 19:41:16 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libdvdread/libdvdread-.ebuild,v 1.7 
2014/08/04 16:52:01 polynomial-c Exp $
 
 EAPI=5
 
@@ -10,12 +10,11 @@
 SCM=
 
 if [ ${PV#} != ${PV} ] ; then
-   SCM=subversion
-   ESVN_REPO_URI=svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread
-   ESVN_PROJECT=libdvdread
+   SCM=git-r3
+   EGIT_REPO_URI=git://git.videolan.org/libdvdread.git
SRC_URI=
 else
-   SRC_URI=http://dvdnav.mplayerhq.hu/releases/${P}.tar.bz2;
+   
SRC_URI=http://downloads.videolan.org/pub/videolan/libdvdread/${PV}/${P}.tar.bz2;
 fi
 
 inherit autotools-multilib ${SCM}
@@ -39,9 +38,4 @@
!app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )
 DEPEND=${RDEPEND}
 
-DOCS=( AUTHORS ChangeLog DEVELOPMENT-POLICY.txt NEWS TODO README )
-
-src_prepare() {
-   [ ${PV#} != ${PV} ]  subversion_src_prepare
-   autotools-multilib_src_prepare
-}
+DOCS=( AUTHORS NEWS TODO README )



1.1  media-libs/libdvdread/libdvdread-5.0.0.ebuild

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

Index: libdvdread-5.0.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libdvdread/libdvdread-5.0.0.ebuild,v 1.1 
2014/08/04 16:52:01 polynomial-c Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all

SCM=

if [ ${PV#} != ${PV} ] ; then
SCM=git-r3
EGIT_REPO_URI=git://git.videolan.org/libdvdread.git
SRC_URI=
else

SRC_URI=http://downloads.videolan.org/pub/videolan/libdvdread/${PV}/${P}.tar.bz2;
fi

inherit autotools-multilib ${SCM}

DESCRIPTION=Library for DVD 

[gentoo-commits] gentoo-x86 commit in net-nntp/nzbget: ChangeLog nzbget-13.0.ebuild

2014-08-04 Thread Tim Harder (radhermit)
radhermit14/08/04 16:51:50

  Modified: ChangeLog
  Added:nzbget-13.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.88 net-nntp/nzbget/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nntp/nzbget/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   29 Jun 2014 18:37:15 -  1.87
+++ ChangeLog   4 Aug 2014 16:51:50 -   1.88
@@ -1,6 +1,11 @@
 # ChangeLog for net-nntp/nzbget
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/ChangeLog,v 1.87 2014/06/29 
18:37:15 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/ChangeLog,v 1.88 2014/08/04 
16:51:50 radhermit Exp $
+
+*nzbget-13.0 (04 Aug 2014)
+
+  04 Aug 2014; Tim Harder radher...@gentoo.org +nzbget-13.0.ebuild:
+  Version bump.
 
   29 Jun 2014; Sven Wegener swege...@gentoo.org nzbget-13.0_pre1042.ebuild,
   +files/nzbget-13.0_pre1042-gzip-endif.patch:



1.1  net-nntp/nzbget/nzbget-13.0.ebuild

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

Index: nzbget-13.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-13.0.ebuild,v 1.1 
2014/08/04 16:51:50 radhermit Exp $

EAPI=5

inherit autotools user eutils

MY_P=${P/_pre/-testing-r}

DESCRIPTION=A command-line based binary newsgrapper supporting .nzb files
HOMEPAGE=http://nzbget.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=debug gnutls ncurses parcheck ssl zlib

RDEPEND=dev-libs/libxml2
ncurses? ( sys-libs/ncurses )
parcheck? (
app-arch/libpar2
dev-libs/libsigc++:2
)
ssl? (
gnutls? ( net-libs/gnutls )
!gnutls? ( dev-libs/openssl )
)
zlib? ( sys-libs/zlib )
DEPEND=${RDEPEND}
virtual/pkgconfig

DOCS=( AUTHORS ChangeLog README nzbget.conf )

S=${WORKDIR}/${P/_pre*/-testing}

src_prepare() {
sed -i 's:^ScriptDir=.*:ScriptDir=/usr/share/nzbget/ppscripts:' 
nzbget.conf || die

sed \
-e 's:^MainDir=.*:MainDir=/var/lib/nzbget:' \
-e 's:^LockFile=.*:LockFile=/run/nzbget/nzbget.pid:' \
-e 's:^LogFile=.*:LogFile=/var/log/nzbget/nzbget.log:' \
-e 's:^WebDir=.*:WebDir=/usr/share/nzbget/webui:' \
-e 
's:^ConfigTemplate=.*:ConfigTemplate=/usr/share/nzbget/nzbget.conf:' \
-e 's:^DaemonUsername=.*:DaemonUsername=nzbget:' \
${S}/nzbget.conf  ${S}/nzbgetd.conf || die

sed -i /^dist_doc_DATA/d Makefile.am || die

epatch ${FILESDIR}/${PN}-13.0_pre1042-gzip-endif.patch

eautoreconf
}

src_configure() {
econf \
$(use_enable debug) \
$(use_enable ncurses curses) \
$(use_enable parcheck) \
--disable-libpar2-bugfixes-check \
$(use_enable ssl tls) \
$(use_enable zlib gzip) \
--with-tlslib=$(usex gnutls GnuTLS OpenSSL)
}

src_install() {
default

# remove unneeded service script
rm ${D}/usr/sbin/nzbgetd || die

insinto /etc
doins nzbget.conf
doins nzbgetd.conf

keepdir /var/lib/nzbget/{dst,nzb,queue,tmp}
keepdir /var/log/nzbget

newinitd ${FILESDIR}/nzbget.initd nzbget
newconfd ${FILESDIR}/nzbget.confd nzbget
}

pkg_preinst() {
enewgroup nzbget
enewuser nzbget -1 -1 /var/lib/nzbget nzbget

fowners nzbget:nzbget /var/lib/nzbget/{dst,nzb,queue,tmp}
fperms 750 /var/lib/nzbget/{queue,tmp}
fperms 770 /var/lib/nzbget/{dst,nzb}

fowners nzbget:nzbget /var/log/nzbget
fperms 750 /var/log/nzbget

fowners nzbget:nzbget /etc/nzbgetd.conf
fperms 640 /etc/nzbgetd.conf
}

pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]] ; then
elog
elog Please add users that you want to be able to use the 
system-wide
elog 

[gentoo-commits] gentoo-x86 commit in net-nntp/nzbget: ChangeLog nzbget-13.0_pre979.ebuild nzbget-12.0.ebuild nzbget-13.0_pre1042.ebuild

2014-08-04 Thread Tim Harder (radhermit)
radhermit14/08/04 16:52:46

  Modified: ChangeLog
  Removed:  nzbget-13.0_pre979.ebuild nzbget-12.0.ebuild
nzbget-13.0_pre1042.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.89 net-nntp/nzbget/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/nzbget/ChangeLog?rev=1.89view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/nzbget/ChangeLog?rev=1.89content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/nzbget/ChangeLog?r1=1.88r2=1.89

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nntp/nzbget/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   4 Aug 2014 16:51:50 -   1.88
+++ ChangeLog   4 Aug 2014 16:52:46 -   1.89
@@ -1,6 +1,10 @@
 # ChangeLog for net-nntp/nzbget
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/ChangeLog,v 1.88 2014/08/04 
16:51:50 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/ChangeLog,v 1.89 2014/08/04 
16:52:46 radhermit Exp $
+
+  04 Aug 2014; Tim Harder radher...@gentoo.org -nzbget-12.0.ebuild,
+  -nzbget-13.0_pre979.ebuild, -nzbget-13.0_pre1042.ebuild:
+  Remove old.
 
 *nzbget-13.0 (04 Aug 2014)
 






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

2014-08-04 Thread William Hubbs (williamh)
williamh14/08/04 16:53:37

  Modified: ChangeLog package.mask
  Log:
  The removal of live ebuilds from package.mask has begun.
  Live ebuilds should be masked by not having keywords instead of being
  put in this file.

Revision  ChangesPath
1.9278   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9277
retrieving revision 1.9278
diff -u -r1.9277 -r1.9278
--- ChangeLog   4 Aug 2014 16:38:52 -   1.9277
+++ ChangeLog   4 Aug 2014 16:53:36 -   1.9278
@@ -1,11 +1,16 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9277 2014/08/04 
16:38:52 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9278 2014/08/04 
16:53:36 williamh 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!
 
+  04 Aug 2014; William Hubbs willi...@gentoo.org package.mask:
+  The removal of live ebuilds from package.mask has begun.
+  Live ebuilds should be masked by not having keywords instead of being
+  put in this file.
+
   04 Aug 2014; Tim Harder radher...@gentoo.org package.mask:
   Unmask =media-libs/libsfml-2*.
 



1.15946  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15945
retrieving revision 1.15946
diff -u -r1.15945 -r1.15946
--- package.mask4 Aug 2014 16:38:52 -   1.15945
+++ package.mask4 Aug 2014 16:53:36 -   1.15946
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15945 2014/08/04 
16:38:52 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15946 2014/08/04 
16:53:36 williamh 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
@@ -602,10 +602,6 @@
 # Some features require Qt 5.2, which is not in tree yet.
 =dev-qt/qt-creator-3*
 
-# Stanislav Ochotnicky sochotni...@gentoo.org (14 Oct 2013)
-# Mask live ebuild of sys-fs/simple-mtpfs (#488038)
-=sys-fs/simple-mtpfs-
-
 # Justin Lecher j...@gentoo.org (14 Oct 2013)
 # Seems to break all deps - API change?
 =sci-libs/metis-5
@@ -995,16 +991,11 @@
 # live ebuilds, nor the availability of the server hosting them. As
 # per QA team policy, all these need to be kept masked by default, if
 # available in the tree.
-~app-doc/devmanual-
-=app-forensics/openscap-
 ~app-i18n/skk-jisyo-
-=app-misc/mc-
-~app-misc/screenfetch-
 =app-misc/sleepyhead-
 =app-pda/libsyncml-
 =app-pda/libopensync-
 =app-pda/osynctool-
-=app-pda/libopensync-plugin-evolution2-
 =app-pda/libopensync-plugin-file-
 =app-pda/libopensync-plugin-gnokii-
 =app-pda/libopensync-plugin-gpe-
@@ -1014,21 +1005,7 @@
 =app-pda/libopensync-plugin-syncml-
 =app-pda/libopensync-plugin-vformat-
 app-portage/layman-dbtools
-=dev-embedded/openocd-
-~dev-lang/jimtcl-
-~dev-libs/libg15-
-=net-print/cups-
-~dev-util/buildbot-
-~dev-util/buildbot-slave-
-=net-im/kmess-
-net-misc/netcomics-cvs
-=media-plugins/vdr-xineliboutput-
-=media-plugins/vdr-xvdr-
-=sci-astronomy/casa-data-9
-=sys-fs/redirfs-
-sys-kernel/zen-sources
 =www-plugins/google-talkplugin-
-~x11-wm/openbox-
 
 # Tiziano Müller dev-z...@gentoo.org (08 Apr 2009)
 # pre-releases






[gentoo-commits] gentoo-x86 commit in media-libs/libdvdnav: ChangeLog libdvdnav-5.0.0.ebuild libdvdnav-9999.ebuild libdvdnav-4.2.0-r1.ebuild libdvdnav-4.2.0.ebuild

2014-08-04 Thread Lars Wendler (polynomial-c)
polynomial-c14/08/04 16:56:27

  Modified: ChangeLog libdvdnav-.ebuild
  Added:libdvdnav-5.0.0.ebuild
  Removed:  libdvdnav-4.2.0-r1.ebuild libdvdnav-4.2.0.ebuild
  Log:
  Version bump (bug #519038). Removed old
  
  (Portage version: 2.2.11/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.83 media-libs/libdvdnav/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   18 Jun 2014 19:41:13 -  1.82
+++ ChangeLog   4 Aug 2014 16:56:27 -   1.83
@@ -1,6 +1,13 @@
 # ChangeLog for media-libs/libdvdnav
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/ChangeLog,v 1.82 
2014/06/18 19:41:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/ChangeLog,v 1.83 
2014/08/04 16:56:27 polynomial-c Exp $
+
+*libdvdnav-5.0.0 (04 Aug 2014)
+
+  04 Aug 2014; Lars Wendler polynomia...@gentoo.org -libdvdnav-4.2.0.ebuild,
+  -libdvdnav-4.2.0-r1.ebuild, +libdvdnav-5.0.0.ebuild, libdvdnav-.ebuild:
+  Version bump. Removed old. Thanks to Uwe L. Korn for reporting this in bug
+  #519038 and providing an ebuild patch.
 
   18 Jun 2014; Michał Górny mgo...@gentoo.org libdvdnav-4.2.0-r1.ebuild,
   libdvdnav-4.2.1.ebuild, libdvdnav-.ebuild:



1.10 media-libs/libdvdnav/libdvdnav-.ebuild

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

Index: libdvdnav-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libdvdnav-.ebuild   18 Jun 2014 19:41:13 -  1.9
+++ libdvdnav-.ebuild   4 Aug 2014 16:56:27 -   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-libs/libdvdnav/libdvdnav-.ebuild,v 1.9 
2014/06/18 19:41:13 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-.ebuild,v 1.10 
2014/08/04 16:56:27 polynomial-c Exp $
 
 EAPI=5
 
@@ -10,12 +10,11 @@
 SCM=
 
 if [ ${PV#} != ${PV} ] ; then
-   SCM=subversion
-   ESVN_REPO_URI=svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav
-   ESVN_PROJECT=libdvdnav
+   SCM=git-r3
+   EGIT_REPO_URI=git://git.videolan.org/libdvdnav.git
SRC_URI=
 else
-   SRC_URI=http://dvdnav.mplayerhq.hu/releases/${P}.tar.bz2;
+   
SRC_URI=http://downloads.videolan.org/pub/videolan/libdvdnav/${PV}/${P}.tar.bz2;
 fi
 
 inherit autotools-multilib ${SCM}
@@ -37,11 +36,4 @@
 DEPEND=${RDEPEND}
virtual/pkgconfig # To get pkg.m4 for eautoreconf #414391
 
-DOCS=( AUTHORS ChangeLog DEVELOPMENT-POLICY.txt doc/dvd_structures NEWS README 
TODO )
-
-PATCHES=( ${FILESDIR}/${PN}-4.2.0-pkgconfig.patch )
-
-src_prepare() {
-   [ ${PV#} != ${PV} ]  subversion_src_prepare
-   autotools-multilib_src_prepare
-}
+DOCS=( AUTHORS ChangeLog doc/dvd_structures doc/library_layout README TODO )



1.1  media-libs/libdvdnav/libdvdnav-5.0.0.ebuild

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

Index: libdvdnav-5.0.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-5.0.0.ebuild,v 1.1 
2014/08/04 16:56:27 polynomial-c Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all

SCM=

if [ ${PV#} != ${PV} ] ; then
SCM=git-r3
EGIT_REPO_URI=git://git.videolan.org/libdvdnav.git
SRC_URI=
else

SRC_URI=http://downloads.videolan.org/pub/videolan/libdvdnav/${PV}/${P}.tar.bz2;
fi

inherit autotools-multilib ${SCM}


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

2014-08-04 Thread Brian Dolbec (dolsen)
dolsen  14/08/04 16:58:23

  Modified: portage-.ebuild ChangeLog
  Added:portage-2.2.11-r1.ebuild
  Removed:  portage-2.2.11.ebuild
  Log:
  Update install-xatrr deps
  
  (Portage version: 2.2.11/cvs/Linux x86_64, signed Manifest commit with key 
0x65E309F2189DB0B8)

Revision  ChangesPath
1.98 sys-apps/portage/portage-.ebuild

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

Index: portage-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-.ebuild,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- portage-.ebuild 4 Aug 2014 16:10:11 -   1.97
+++ portage-.ebuild 4 Aug 2014 16:58:23 -   1.98
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-.ebuild,v 1.97 
2014/08/04 16:10:11 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-.ebuild,v 1.98 
2014/08/04 16:58:23 dolsen Exp $
 
 EAPI=3
 PYTHON_COMPAT=(
@@ -65,10 +65,10 @@
=app-misc/pax-utils-0.1.17
selinux? ( || ( =sys-libs/libselinux-2.0.94[python] 
sys-libs/libselinux-2.0.94 ) )
xattr? ( kernel_linux? (
-   =sys-apps/install-xattr-0.3
-   $(for python_impl in python{2_7,3_2} pypy; do
-   echo python_targets_${python_impl}? ( 
dev-python/pyxattr[python_targets_${python_impl}] )
-   done) ) )
+   || ( =sys-apps/install-xattr-0.3
+   $(for python_impl in python{2_7,3_2} pypy; do
+   echo python_targets_${python_impl}? ( 
dev-python/pyxattr[python_targets_${python_impl}] )
+   done) ) ) )
!app-shells/bash-3.2_p17
!app-admin/logrotate-3.8.0
 PDEPEND=



1.1401   sys-apps/portage/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v
retrieving revision 1.1400
retrieving revision 1.1401
diff -u -r1.1400 -r1.1401
--- ChangeLog   4 Aug 2014 16:10:11 -   1.1400
+++ ChangeLog   4 Aug 2014 16:58:23 -   1.1401
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/portage
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1400 
2014/08/04 16:10:11 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1401 
2014/08/04 16:58:23 dolsen Exp $
+
+*portage-2.2.11-r1 (04 Aug 2014)
+
+  04 Aug 2014; Brian Dolbec dol...@gentoo.org -portage-2.2.11.ebuild,
+  +portage-2.2.11-r1.ebuild, portage-.ebuild:
+  Fix the missed new sys-apps/install-xattr dep, remove python-2.6 dep in
+  2.2.11.
 
   04 Aug 2014; Rick Farina zeroch...@gentoo.org portage-2.2.11.ebuild,
   portage-.ebuild:



1.1  sys-apps/portage/portage-2.2.11-r1.ebuild

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

Index: portage-2.2.11-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.11-r1.ebuild,v 
1.1 2014/08/04 16:58:23 dolsen Exp $

# Require EAPI 2 since we now require at least python-2.6 (for python 3
# syntax support) which also requires EAPI 2.
EAPI=2
PYTHON_COMPAT=(
pypy
python3_2 python3_3 python3_4
python2_7
)
inherit eutils multilib

DESCRIPTION=Portage is the package management and distribution system for 
Gentoo
HOMEPAGE=http://www.gentoo.org/proj/en/portage/index.xml;
LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
SLOT=0
IUSE=build doc epydoc +ipc linguas_ru pypy python2 python3 selinux xattr

for _pyimpl in ${PYTHON_COMPAT[@]} ; do
IUSE+= python_targets_${_pyimpl}
done

[gentoo-commits] gentoo-x86 commit in media-libs/libsfml: ChangeLog libsfml-2.1.ebuild

2014-08-04 Thread Tim Harder (radhermit)
radhermit14/08/04 16:58:44

  Modified: ChangeLog
  Added:libsfml-2.1.ebuild
  Log:
  Version bump (bug #507670).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.14 media-libs/libsfml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsfml/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   13 Apr 2013 08:03:23 -  1.13
+++ ChangeLog   4 Aug 2014 16:58:43 -   1.14
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libsfml
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/ChangeLog,v 1.13 
2013/04/13 08:03:23 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/ChangeLog,v 1.14 
2014/08/04 16:58:43 radhermit Exp $
+
+*libsfml-2.1 (04 Aug 2014)
+
+  04 Aug 2014; Tim Harder radher...@gentoo.org +libsfml-2.1.ebuild:
+  Version bump (bug #507670).
 
   13 Apr 2013; Tim Harder radher...@gentoo.org
   -libsfml-2.0_pre20121126.ebuild:



1.1  media-libs/libsfml/libsfml-2.1.ebuild

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

Index: libsfml-2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-2.1.ebuild,v 1.1 
2014/08/04 16:58:44 radhermit Exp $

EAPI=5

inherit cmake-utils eutils

MY_P=SFML-${PV}

DESCRIPTION=Simple and Fast Multimedia Library (SFML)
HOMEPAGE=http://sfml.sourceforge.net/ https://github.com/LaurentGomila/SFML;
SRC_URI=https://github.com/LaurentGomila/SFML/archive/${PV}.tar.gz - 
${P}.tar.gz

LICENSE=ZLIB
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug doc examples

RDEPEND=media-libs/freetype:2
media-libs/glew
media-libs/libpng:0=
media-libs/libsndfile
media-libs/mesa
media-libs/openal
sys-libs/zlib
virtual/jpeg
x11-libs/libX11
x11-libs/libXrandr
DEPEND=${RDEPEND}
doc? ( app-doc/doxygen )

DOCS=readme.txt

S=${WORKDIR}/${MY_P}

src_prepare() {
epatch ${FILESDIR}/${PN}-2.0_pre20121126-no-docs.patch
epatch ${FILESDIR}/${PN}-2.0_pre20121126-shared-glew.patch

sed -i s:DESTINATION .*:DESTINATION /usr/share/doc/${PF}: \
doc/CMakeLists.txt || die
}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use doc SFML_BUILD_DOC)
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install

if use examples ; then
docompress -x /usr/share/doc/${PF}/examples
dodoc -r examples
find ${ED}/usr/share/doc/${PF}/examples -name CMakeLists.txt 
-delete
fi
}






[gentoo-commits] gentoo-x86 commit in dev-vcs/tig: ChangeLog tig-2.0.1-r1.ebuild

2014-08-04 Thread Tim Harder (radhermit)
radhermit14/08/04 17:01:35

  Modified: ChangeLog
  Removed:  tig-2.0.1-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.32 dev-vcs/tig/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   4 Jun 2014 19:25:02 -   1.31
+++ ChangeLog   4 Aug 2014 17:01:35 -   1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/tig
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.31 2014/06/04 
19:25:02 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.32 2014/08/04 
17:01:35 radhermit Exp $
+
+  04 Aug 2014; Tim Harder radher...@gentoo.org -tig-2.0.1-r1.ebuild:
+  Remove old.
 
 *tig-2.0.2 (04 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in www-apps/owncloud: ChangeLog owncloud-7.0.1.ebuild

2014-08-04 Thread Bernard Cafarelli (voyageur)
voyageur14/08/04 17:22:18

  Modified: ChangeLog
  Added:owncloud-7.0.1.ebuild
  Log:
  Version bump, fixes bug #518274
  
  (Portage version: 2.2.11/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  ChangesPath
1.58 www-apps/owncloud/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/owncloud/ChangeLog?rev=1.58view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/owncloud/ChangeLog?rev=1.58content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/owncloud/ChangeLog?r1=1.57r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/owncloud/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   29 Jun 2014 13:22:07 -  1.57
+++ ChangeLog   4 Aug 2014 17:22:18 -   1.58
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/owncloud
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/ChangeLog,v 1.57 
2014/06/29 13:22:07 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/ChangeLog,v 1.58 
2014/08/04 17:22:18 voyageur Exp $
+
+*owncloud-7.0.1 (04 Aug 2014)
+
+  04 Aug 2014; Bernard Cafarelli voyag...@gentoo.org +owncloud-7.0.1.ebuild:
+  Version bump, fixes bug #518274
 
 *owncloud-6.0.4 (29 Jun 2014)
 *owncloud-5.0.17 (29 Jun 2014)



1.1  www-apps/owncloud/owncloud-7.0.1.ebuild

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

Index: owncloud-7.0.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-7.0.1.ebuild,v 
1.1 2014/08/04 17:22:18 voyageur Exp $

EAPI=5

inherit eutils webapp depend.php

DESCRIPTION=Web-based storage application where all your data is under your 
own control
HOMEPAGE=http://owncloud.org;
SRC_URI=http://download.owncloud.org/community/${P}.tar.bz2 - ${PF}.tar.bz2
LICENSE=AGPL-3

KEYWORDS=~amd64 ~arm ~x86
IUSE=+curl mysql postgres +sqlite
REQUIRED_USE=|| ( mysql postgres sqlite )

DEPEND=
RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip]
need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${PN}

pkg_setup() {
webapp_pkg_setup
}

src_prepare() {
epatch_user
}

src_install() {
webapp_src_preinst

insinto ${MY_HTDOCSDIR}
doins -r .
dodir ${MY_HTDOCSDIR}/data

webapp_serverowned -R ${MY_HTDOCSDIR}/apps
webapp_serverowned -R ${MY_HTDOCSDIR}/data
webapp_serverowned -R ${MY_HTDOCSDIR}/config
webapp_configfile ${MY_HTDOCSDIR}/.htaccess

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in dev-perl/Log-Log4perl: Log-Log4perl-1.360.0.ebuild Log-Log4perl-1.420.0.ebuild Log-Log4perl-1.400.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 17:34:05

  Modified: Log-Log4perl-1.360.0.ebuild
Log-Log4perl-1.420.0.ebuild
Log-Log4perl-1.400.0.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.6  dev-perl/Log-Log4perl/Log-Log4perl-1.360.0.ebuild

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

Index: Log-Log4perl-1.360.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/Log-Log4perl-1.360.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Log-Log4perl-1.360.0.ebuild 16 Jun 2012 18:46:36 -  1.5
+++ Log-Log4perl-1.360.0.ebuild 4 Aug 2014 17:34:05 -   1.6
@@ -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/dev-perl/Log-Log4perl/Log-Log4perl-1.360.0.ebuild,v 1.5 
2012/06/16 18:46:36 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/Log-Log4perl-1.360.0.ebuild,v 1.6 
2014/08/04 17:34:05 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=1.36
 inherit perl-module
 
-DESCRIPTION=Log::Log4perl is a Perl port of the widely popular log4j logging 
package.
+DESCRIPTION=Log::Log4perl is a Perl port of the widely popular log4j logging 
package
 HOMEPAGE=http://log4perl.sourceforge.net/;
 
 SLOT=0



1.5  dev-perl/Log-Log4perl/Log-Log4perl-1.420.0.ebuild

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

Index: Log-Log4perl-1.420.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/Log-Log4perl-1.420.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Log-Log4perl-1.420.0.ebuild 5 Mar 2014 15:24:54 -   1.4
+++ Log-Log4perl-1.420.0.ebuild 4 Aug 2014 17:34:05 -   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-perl/Log-Log4perl/Log-Log4perl-1.420.0.ebuild,v 1.4 
2014/03/05 15:24:54 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/Log-Log4perl-1.420.0.ebuild,v 1.5 
2014/08/04 17:34:05 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=1.42
 inherit perl-module
 
-DESCRIPTION=Log::Log4perl is a Perl port of the widely popular log4j logging 
package.
+DESCRIPTION=Log::Log4perl is a Perl port of the widely popular log4j logging 
package
 HOMEPAGE=http://log4perl.sourceforge.net/;
 
 SLOT=0



1.2  dev-perl/Log-Log4perl/Log-Log4perl-1.400.0.ebuild

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

Index: Log-Log4perl-1.400.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/Log-Log4perl-1.400.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Log-Log4perl-1.400.0.ebuild 8 Dec 2012 11:25:43 -   1.1
+++ Log-Log4perl-1.400.0.ebuild 4 Aug 2014 17:34:05 -   1.2
@@ -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/dev-perl/Log-Log4perl/Log-Log4perl-1.400.0.ebuild,v 1.1 
2012/12/08 11:25:43 tove Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/Log-Log4perl-1.400.0.ebuild,v 1.2 
2014/08/04 17:34:05 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=1.40
 inherit perl-module
 
-DESCRIPTION=Log::Log4perl is a Perl port of the widely popular log4j logging 
package.
+DESCRIPTION=Log::Log4perl is a Perl port of the widely popular log4j logging 
package
 

[gentoo-commits] gentoo-x86 commit in dev-perl/CPAN-Mini-Inject: CPAN-Mini-Inject-0.310.0.ebuild CPAN-Mini-Inject-0.330.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 17:34:59

  Modified: CPAN-Mini-Inject-0.310.0.ebuild
CPAN-Mini-Inject-0.330.0.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.310.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.310.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.310.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.310.0.ebuild?r1=1.4r2=1.5

Index: CPAN-Mini-Inject-0.310.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.310.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- CPAN-Mini-Inject-0.310.0.ebuild 1 Sep 2012 11:14:27 -   1.4
+++ CPAN-Mini-Inject-0.310.0.ebuild 4 Aug 2014 17:34:58 -   1.5
@@ -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/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.310.0.ebuild,v
 1.4 2012/09/01 11:14:27 grobian Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.310.0.ebuild,v
 1.5 2014/08/04 17:34:58 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.31
 inherit perl-module
 
-DESCRIPTION=Inject modules into a CPAN::Mini mirror. 
+DESCRIPTION=Inject modules into a CPAN::Mini mirror
 
 SLOT=0
 KEYWORDS=~amd64 x86 ~ppc-aix



1.3  dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0.ebuild?r1=1.2r2=1.3

Index: CPAN-Mini-Inject-0.330.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CPAN-Mini-Inject-0.330.0.ebuild 16 Dec 2013 16:48:53 -  1.2
+++ CPAN-Mini-Inject-0.330.0.ebuild 4 Aug 2014 17:34:58 -   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/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0.ebuild,v
 1.2 2013/12/16 16:48:53 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0.ebuild,v
 1.3 2014/08/04 17:34:58 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.33
 inherit perl-module
 
-DESCRIPTION=Inject modules into a CPAN::Mini mirror. 
+DESCRIPTION=Inject modules into a CPAN::Mini mirror
 
 SLOT=0
 KEYWORDS=amd64 x86 ~ppc-aix



1.29 dev-perl/CPAN-Mini-Inject/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   16 Dec 2013 16:48:53 -  1.28
+++ ChangeLog   4 Aug 2014 17:34:58 -   1.29
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/CPAN-Mini-Inject
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog,v 1.28 
2013/12/16 16:48:53 zlogene Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Inject/ChangeLog,v 1.29 
2014/08/04 17:34:58 zlogene Exp $
+
+  04 Aug 2014; Mikle Kolyada zlog...@gentoo.org
+  CPAN-Mini-Inject-0.310.0.ebuild, CPAN-Mini-Inject-0.330.0.ebuild:
+  Fix DESCRIPTION
 
   16 Dec 2013; Mikle Kolyada zlog...@gentoo.org
   CPAN-Mini-Inject-0.330.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/CQL-Parser: CQL-Parser-1.120.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 17:36:30

  Modified: CQL-Parser-1.120.0.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/CQL-Parser/CQL-Parser-1.120.0.ebuild

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

Index: CQL-Parser-1.120.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/CQL-Parser/CQL-Parser-1.120.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CQL-Parser-1.120.0.ebuild   13 Nov 2012 19:49:57 -  1.1
+++ CQL-Parser-1.120.0.ebuild   4 Aug 2014 17:36:30 -   1.2
@@ -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/dev-perl/CQL-Parser/CQL-Parser-1.120.0.ebuild,v 1.1 
2012/11/13 19:49:57 tove Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/CQL-Parser/CQL-Parser-1.120.0.ebuild,v 1.2 
2014/08/04 17:36:30 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=1.12
 inherit perl-module
 
-DESCRIPTION=compiles CQL strings into parse trees of Node subtypes.
+DESCRIPTION=compiles CQL strings into parse trees of Node subtypes
 
 SLOT=0
 KEYWORDS=~amd64 ~x86



1.10 dev-perl/CQL-Parser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CQL-Parser/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   8 Jan 2013 18:37:08 -   1.9
+++ ChangeLog   4 Aug 2014 17:36:30 -   1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/CQL-Parser
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CQL-Parser/ChangeLog,v 1.9 
2013/01/08 18:37:08 tove Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CQL-Parser/ChangeLog,v 1.10 
2014/08/04 17:36:30 zlogene Exp $
+
+  04 Aug 2014; Mikle Kolyada zlog...@gentoo.org CQL-Parser-1.120.0.ebuild:
+  Fix DESCRIPTION
 
   08 Jan 2013; Torsten Veller t...@gentoo.org -CQL-Parser-1.100.0.ebuild:
   Cleanup






[gentoo-commits] gentoo-x86 commit in dev-perl/Class-C3-Componentised: Class-C3-Componentised-1.1.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 17:37:08

  Modified: Class-C3-Componentised-1.1.0.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  
dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.0.ebuild?r1=1.2r2=1.3

Index: Class-C3-Componentised-1.1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Class-C3-Componentised-1.1.0.ebuild 1 Sep 2012 11:17:58 -   1.2
+++ Class-C3-Componentised-1.1.0.ebuild 4 Aug 2014 17:37:08 -   1.3
@@ -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/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.0.ebuild,v
 1.2 2012/09/01 11:17:58 grobian Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1.0.ebuild,v
 1.3 2014/08/04 17:37:08 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=1.001000
 inherit perl-module
 
-DESCRIPTION=Load mix-ins or components to your C3-based class.
+DESCRIPTION=Load mix-ins or components to your C3-based class
 
 SLOT=0
 KEYWORDS=~amd64 ~x86 ~ppc-aix ~x86-solaris



1.16 dev-perl/Class-C3-Componentised/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-C3-Componentised/ChangeLog?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-C3-Componentised/ChangeLog?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-C3-Componentised/ChangeLog?r1=1.15r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-Componentised/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   18 Nov 2012 11:10:02 -  1.15
+++ ChangeLog   4 Aug 2014 17:37:08 -   1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Class-C3-Componentised
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-Componentised/ChangeLog,v 
1.15 2012/11/18 11:10:02 robbat2 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-Componentised/ChangeLog,v 
1.16 2014/08/04 17:37:08 zlogene Exp $
+
+  04 Aug 2014; Mikle Kolyada zlog...@gentoo.org
+  Class-C3-Componentised-1.1.0.ebuild:
+  Fix DESCRIPTION
 
   18 Nov 2012; Robin H. Johnson robb...@gentoo.org metadata.xml:
   Drop duplication of myself as a maintainer where there is a herd.






[gentoo-commits] gentoo-x86 commit in dev-perl/Class-Virtual: Class-Virtual-0.60.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 17:38:02

  Modified: Class-Virtual-0.60.0.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-perl/Class-Virtual/Class-Virtual-0.60.0.ebuild

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

Index: Class-Virtual-0.60.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Class-Virtual/Class-Virtual-0.60.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Class-Virtual-0.60.0.ebuild 5 Jul 2014 12:35:07 -   1.3
+++ Class-Virtual-0.60.0.ebuild 4 Aug 2014 17:38:02 -   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-perl/Class-Virtual/Class-Virtual-0.60.0.ebuild,v 
1.3 2014/07/05 12:35:07 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Class-Virtual/Class-Virtual-0.60.0.ebuild,v 
1.4 2014/08/04 17:38:02 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.06
 inherit perl-module
 
-DESCRIPTION=Base class for virtual base classes.
+DESCRIPTION=Base class for virtual base classes
 
 SLOT=0
 KEYWORDS=amd64 ia64 ~ppc sparc x86 ~x86-solaris



1.26 dev-perl/Class-Virtual/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Virtual/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Virtual/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Virtual/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-Virtual/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   5 Jul 2014 12:35:07 -   1.25
+++ ChangeLog   4 Aug 2014 17:38:02 -   1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Class-Virtual
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Virtual/ChangeLog,v 1.25 
2014/07/05 12:35:07 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Virtual/ChangeLog,v 1.26 
2014/08/04 17:38:02 zlogene Exp $
+
+  04 Aug 2014; Mikle Kolyada zlog...@gentoo.org Class-Virtual-0.60.0.ebuild:
+  Fix DESCRIPTION
 
   05 Jul 2014; Andreas K. Huettel dilfri...@gentoo.org
   Class-Virtual-0.60.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/HTML-TokeParser-Simple: HTML-TokeParser-Simple-3.150.0.ebuild HTML-TokeParser-Simple-3.160.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 17:39:04

  Modified: HTML-TokeParser-Simple-3.150.0.ebuild
HTML-TokeParser-Simple-3.160.0.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  
dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.150.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.150.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.150.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.150.0.ebuild?r1=1.4r2=1.5

Index: HTML-TokeParser-Simple-3.150.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.150.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- HTML-TokeParser-Simple-3.150.0.ebuild   19 Feb 2013 02:35:08 -  
1.4
+++ HTML-TokeParser-Simple-3.150.0.ebuild   4 Aug 2014 17:39:04 -   
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/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.150.0.ebuild,v
 1.4 2013/02/19 02:35:08 zmedico Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.150.0.ebuild,v
 1.5 2014/08/04 17:39:04 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=3.15
 inherit perl-module
 
-DESCRIPTION=A bare-bones HTML parser, similar to HTML::Parser, but with a 
couple important distinctions.
+DESCRIPTION=A bare-bones HTML parser, similar to HTML::Parser, but with a 
couple important distinctions
 
 SLOT=0
 KEYWORDS=amd64 ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux



1.2  
dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.160.0.ebuild

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

Index: HTML-TokeParser-Simple-3.160.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.160.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HTML-TokeParser-Simple-3.160.0.ebuild   15 Aug 2013 06:34:06 -  
1.1
+++ HTML-TokeParser-Simple-3.160.0.ebuild   4 Aug 2014 17:39:04 -   
1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.160.0.ebuild,v
 1.1 2013/08/15 06:34:06 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.160.0.ebuild,v
 1.2 2014/08/04 17:39:04 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=3.16
 inherit perl-module
 
-DESCRIPTION=A bare-bones HTML parser, similar to HTML::Parser, but with a 
couple important distinctions.
+DESCRIPTION=A bare-bones HTML parser, similar to HTML::Parser, but with a 
couple important distinctions
 
 SLOT=0
 KEYWORDS=~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux 
~x86-linux



1.38 dev-perl/HTML-TokeParser-Simple/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-TokeParser-Simple/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-TokeParser-Simple/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTML-TokeParser-Simple/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-TokeParser-Simple/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   15 Aug 2013 06:34:06 -  1.37
+++ ChangeLog   4 Aug 2014 17:39:04 -   1.38
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/HTML-TokeParser-Simple
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-TokeParser-Simple/ChangeLog,v 
1.37 2013/08/15 06:34:06 patrick 

[gentoo-commits] gentoo-x86 commit in dev-perl/gtk2-trayicon: gtk2-trayicon-0.60.0-r1.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 17:39:52

  Modified: gtk2-trayicon-0.60.0-r1.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild

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

Index: gtk2-trayicon-0.60.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gtk2-trayicon-0.60.0-r1.ebuild  5 Jul 2014 09:31:01 -   1.2
+++ gtk2-trayicon-0.60.0-r1.ebuild  4 Aug 2014 17:39:52 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild,v 
1.2 2014/07/05 09:31:01 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild,v 
1.3 2014/08/04 17:39:52 zlogene Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 MY_PN=Gtk2-TrayIcon
 inherit perl-module
 
-DESCRIPTION=Perl wrappers for the egg cup Gtk2::TrayIcon utilities.
+DESCRIPTION=Perl wrappers for the egg cup Gtk2::TrayIcon utilities
 HOMEPAGE=http://gtk2-perl.sf.net/ ${HOMEPAGE}
 
 LICENSE=LGPL-2



1.26 dev-perl/gtk2-trayicon/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   5 Jul 2014 09:31:01 -   1.25
+++ ChangeLog   4 Aug 2014 17:39:52 -   1.26
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/gtk2-trayicon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog,v 1.25 
2014/07/05 09:31:01 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog,v 1.26 
2014/08/04 17:39:52 zlogene Exp $
+
+  04 Aug 2014; Mikle Kolyada zlog...@gentoo.org
+  gtk2-trayicon-0.60.0-r1.ebuild:
+  Fix DESCRIPTION
 
   05 Jul 2014; Mikle Kolyada zlog...@gentoo.org -gtk2-trayicon-0.60.0.ebuild,
   gtk2-trayicon-0.60.0-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/File-Map: File-Map-0.610.0.ebuild File-Map-0.560.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 17:40:48

  Modified: File-Map-0.610.0.ebuild File-Map-0.560.0.ebuild
ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/File-Map/File-Map-0.610.0.ebuild

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

Index: File-Map-0.610.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Map/File-Map-0.610.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- File-Map-0.610.0.ebuild 30 Jul 2014 17:05:58 -  1.1
+++ File-Map-0.610.0.ebuild 4 Aug 2014 17:40:48 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Map/File-Map-0.610.0.ebuild,v 
1.1 2014/07/30 17:05:58 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Map/File-Map-0.610.0.ebuild,v 
1.2 2014/08/04 17:40:48 zlogene Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.61
 inherit perl-module
 
-DESCRIPTION=Memory mapping made simple and safe.
+DESCRIPTION=Memory mapping made simple and safe
 
 SLOT=0
 KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux



1.7  dev-perl/File-Map/File-Map-0.560.0.ebuild

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

Index: File-Map-0.560.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Map/File-Map-0.560.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- File-Map-0.560.0.ebuild 30 Jul 2014 17:06:35 -  1.6
+++ File-Map-0.560.0.ebuild 4 Aug 2014 17:40:48 -   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-perl/File-Map/File-Map-0.560.0.ebuild,v 
1.6 2014/07/30 17:06:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Map/File-Map-0.560.0.ebuild,v 
1.7 2014/08/04 17:40:48 zlogene Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.56
 inherit perl-module
 
-DESCRIPTION=Memory mapping made simple and safe.
+DESCRIPTION=Memory mapping made simple and safe
 
 SLOT=0
 KEYWORDS=amd64 arm ppc x86 ~amd64-linux ~x86-linux



1.14 dev-perl/File-Map/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Map/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   30 Jul 2014 17:06:35 -  1.13
+++ ChangeLog   4 Aug 2014 17:40:48 -   1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/File-Map
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Map/ChangeLog,v 1.13 
2014/07/30 17:06:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Map/ChangeLog,v 1.14 
2014/08/04 17:40:48 zlogene Exp $
+
+  04 Aug 2014; Mikle Kolyada zlog...@gentoo.org File-Map-0.560.0.ebuild,
+  File-Map-0.610.0.ebuild:
+  Fix DESCRIPTION
 
   30 Jul 2014; Mikle Kolyada zlog...@gentoo.org File-Map-0.560.0.ebuild:
   Stable for all






[gentoo-commits] gentoo-x86 commit in dev-perl/HTML-FillInForm: HTML-FillInForm-2.200.0.ebuild HTML-FillInForm-2.100.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 17:41:39

  Modified: HTML-FillInForm-2.200.0.ebuild
HTML-FillInForm-2.100.0.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-perl/HTML-FillInForm/HTML-FillInForm-2.200.0.ebuild

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

Index: HTML-FillInForm-2.200.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/HTML-FillInForm/HTML-FillInForm-2.200.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- HTML-FillInForm-2.200.0.ebuild  19 Dec 2013 08:28:20 -  1.2
+++ HTML-FillInForm-2.200.0.ebuild  4 Aug 2014 17:41:39 -   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/dev-perl/HTML-FillInForm/HTML-FillInForm-2.200.0.ebuild,v
 1.2 2013/12/19 08:28:20 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/HTML-FillInForm/HTML-FillInForm-2.200.0.ebuild,v
 1.3 2014/08/04 17:41:39 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=2.20
 inherit perl-module
 
-DESCRIPTION=Populates HTML Forms with data.
+DESCRIPTION=Populates HTML Forms with data
 
 SLOT=0
 KEYWORDS=amd64 ~arm ~ppc x86 ~x86-fbsd



1.5  dev-perl/HTML-FillInForm/HTML-FillInForm-2.100.0.ebuild

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

Index: HTML-FillInForm-2.100.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/HTML-FillInForm/HTML-FillInForm-2.100.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- HTML-FillInForm-2.100.0.ebuild  25 Mar 2012 15:22:21 -  1.4
+++ HTML-FillInForm-2.100.0.ebuild  4 Aug 2014 17:41:39 -   1.5
@@ -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/dev-perl/HTML-FillInForm/HTML-FillInForm-2.100.0.ebuild,v
 1.4 2012/03/25 15:22:21 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/HTML-FillInForm/HTML-FillInForm-2.100.0.ebuild,v
 1.5 2014/08/04 17:41:39 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=2.1
 inherit perl-module
 
-DESCRIPTION=Populates HTML Forms with data.
+DESCRIPTION=Populates HTML Forms with data
 
 SLOT=0
 KEYWORDS=amd64 ~arm ~ppc x86 ~x86-fbsd



1.32 dev-perl/HTML-FillInForm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-FillInForm/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   19 Dec 2013 08:28:20 -  1.31
+++ ChangeLog   4 Aug 2014 17:41:39 -   1.32
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/HTML-FillInForm
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-FillInForm/ChangeLog,v 1.31 
2013/12/19 08:28:20 zlogene Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-FillInForm/ChangeLog,v 1.32 
2014/08/04 17:41:39 zlogene Exp $
+
+  04 Aug 2014; Mikle Kolyada zlog...@gentoo.org
+  HTML-FillInForm-2.100.0.ebuild, HTML-FillInForm-2.200.0.ebuild:
+  Fix DESCRIPTION
 
   19 Dec 2013; Mikle Kolyada zlog...@gentoo.org
   HTML-FillInForm-2.200.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing: Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 17:42:38

  Modified:

Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild
ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild?r1=1.1r2=1.2

Index: Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild   30 Aug 2011 
10:42:46 -  1.1
+++ Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild   4 Aug 2014 
17:42:38 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 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/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild,v
 1.1 2011/08/30 10:42:46 tove Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild,v
 1.2 2014/08/04 17:42:38 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=1.03
 inherit perl-module
 
-DESCRIPTION=SpamAssassin plugin to score mail based on Google blocklists.
+DESCRIPTION=SpamAssassin plugin to score mail based on Google blocklists
 
 LICENSE=Apache-2.0
 SLOT=0



1.8  
dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   24 Jun 2012 13:00:00 -  1.7
+++ ChangeLog   4 Aug 2014 17:42:38 -   1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog,v
 1.7 2012/06/24 13:00:00 tove Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog,v
 1.8 2014/08/04 17:42:38 zlogene Exp $
+
+  04 Aug 2014; Mikle Kolyada zlog...@gentoo.org
+  Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild:
+  Fix DESCRIPTION
 
   24 Jun 2012; Torsten Veller t...@gentoo.org metadata.xml:
   Update CPAN upstream info






[gentoo-commits] gentoo-x86 commit in dev-perl/PGPLOT: PGPLOT-2.210.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 17:43:32

  Modified: PGPLOT-2.210.0.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild

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

Index: PGPLOT-2.210.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PGPLOT-2.210.0.ebuild   16 Apr 2013 17:19:49 -  1.4
+++ PGPLOT-2.210.0.ebuild   4 Aug 2014 17:43:32 -   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/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild,v 1.4 
2013/04/16 17:19:49 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild,v 1.5 
2014/08/04 17:43:32 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=2.21
 inherit perl-module
 
-DESCRIPTION=allow subroutines in the PGPLOT graphics library to be called 
from Perl.
+DESCRIPTION=allow subroutines in the PGPLOT graphics library to be called 
from Perl
 
 SLOT=0
 KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux



1.21 dev-perl/PGPLOT/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   16 Apr 2013 17:58:21 -  1.20
+++ ChangeLog   4 Aug 2014 17:43:32 -   1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/PGPLOT
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.20 2013/04/16 
17:58:21 vincent Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.21 2014/08/04 
17:43:32 zlogene Exp $
+
+  04 Aug 2014; Mikle Kolyada zlog...@gentoo.org PGPLOT-2.210.0.ebuild:
+  Fix DESCRIPTION
 
   16 Apr 2013; Vicente Olivert Riera vinc...@gentoo.org 
PGPLOT-2.210.0.ebuild:
   Adding ~ppc keyword for dev-perl/PDL and his dependences, wrt bug #449762






[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-xproxy: lc-xproxy-9999.ebuild ChangeLog

2014-08-04 Thread Maxim Koltsov (maksbotan)
maksbotan14/08/04 18:17:57

  Modified: lc-xproxy-.ebuild ChangeLog
  Log:
  Add einfo message about recommended dependencies
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.2  app-leechcraft/lc-xproxy/lc-xproxy-.ebuild

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

Index: lc-xproxy-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-xproxy/lc-xproxy-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lc-xproxy-.ebuild   8 Mar 2013 22:09:05 -   1.1
+++ lc-xproxy-.ebuild   4 Aug 2014 18:17:57 -   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/app-leechcraft/lc-xproxy/lc-xproxy-.ebuild,v 1.1 
2013/03/08 22:09:05 maksbotan Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-xproxy/lc-xproxy-.ebuild,v 1.2 
2014/08/04 18:17:57 maksbotan Exp $
 
 EAPI=4
 
@@ -14,3 +14,10 @@
 
 DEPEND=~app-leechcraft/lc-core-${PV}
 RDEPEND=${DEPEND}
+
+pkg_postinst() {
+   if ! has_version app-leechcraft/lc-qrosp || ! has_version 
dev-libs/qrosspython; then
+   einfo XProxy supports scriptable host lists to match, for 
example, against all sites in RosKomNadzor registry.
+   einfo Install app-lc/lc-qrosp and dev-libs/qrosspython to 
support these.
+   fi
+}



1.13 app-leechcraft/lc-xproxy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xproxy/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xproxy/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xproxy/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xproxy/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   3 Aug 2014 19:06:29 -   1.12
+++ ChangeLog   4 Aug 2014 18:17:57 -   1.13
@@ -1,6 +1,9 @@
 # ChangeLog for app-leechcraft/lc-xproxy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xproxy/ChangeLog,v 1.12 
2014/08/03 19:06:29 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xproxy/ChangeLog,v 1.13 
2014/08/04 18:17:57 maksbotan Exp $
+
+  04 Aug 2014; Maxim Koltsov maksbo...@gentoo.org lc-xproxy-.ebuild:
+  Add einfo message about recommended dependencies
 
 *lc-xproxy-0.6.70 (03 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/linux-firmware: ChangeLog linux-firmware-20131230.ebuild

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:24:29

  Modified: ChangeLog linux-firmware-20131230.ebuild
  Log:
  alpha/arm64/ia64/sparc stable wrt #508982
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.102sys-kernel/linux-firmware/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   30 Jul 2014 15:47:34 -  1.101
+++ ChangeLog   4 Aug 2014 18:24:29 -   1.102
@@ -1,6 +1,10 @@
 # ChangeLog for sys-kernel/linux-firmware
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v 1.101 
2014/07/30 15:47:34 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v 1.102 
2014/08/04 18:24:29 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org
+  linux-firmware-20131230.ebuild:
+  alpha/arm64/ia64/sparc stable wrt #508982
 
   30 Jul 2014; Anthony G. Basile bluen...@gentoo.org
   linux-firmware-20131230.ebuild:



1.12 sys-kernel/linux-firmware/linux-firmware-20131230.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20131230.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20131230.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20131230.ebuild?r1=1.11r2=1.12

Index: linux-firmware-20131230.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20131230.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- linux-firmware-20131230.ebuild  30 Jul 2014 15:47:34 -  1.11
+++ linux-firmware-20131230.ebuild  4 Aug 2014 18:24:29 -   1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20131230.ebuild,v
 1.11 2014/07/30 15:47:34 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20131230.ebuild,v
 1.12 2014/08/04 18:24:29 armin76 Exp $
 
 EAPI=5
 inherit savedconfig
@@ -12,7 +12,7 @@
KEYWORDS=
 else
SRC_URI=mirror://gentoo/${P}.tar.xz
-   KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86
+   KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86
 fi
 
 DESCRIPTION=Linux firmware files






[gentoo-commits] gentoo-x86 commit in net-analyzer/tcptraceroute: tcptraceroute-1.5_beta7-r2.ebuild ChangeLog

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:28:24

  Modified: tcptraceroute-1.5_beta7-r2.ebuild ChangeLog
  Log:
  sparc/x86 stable wrt #517356
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.7  
net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r2.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r2.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r2.ebuild?r1=1.6r2=1.7

Index: tcptraceroute-1.5_beta7-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tcptraceroute-1.5_beta7-r2.ebuild   3 Aug 2014 18:40:57 -   1.6
+++ tcptraceroute-1.5_beta7-r2.ebuild   4 Aug 2014 18:28:24 -   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/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r2.ebuild,v
 1.6 2014/08/03 18:40:57 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r2.ebuild,v
 1.7 2014/08/04 18:28:24 armin76 Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux
 
 DEPEND=
net-libs/libnet



1.60 net-analyzer/tcptraceroute/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcptraceroute/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   3 Aug 2014 18:40:57 -   1.59
+++ ChangeLog   4 Aug 2014 18:28:24 -   1.60
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/tcptraceroute
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptraceroute/ChangeLog,v 1.59 
2014/08/03 18:40:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptraceroute/ChangeLog,v 1.60 
2014/08/04 18:28:24 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org
+  tcptraceroute-1.5_beta7-r2.ebuild:
+  sparc/x86 stable wrt #517356
 
   03 Aug 2014; Agostino Sarubbo a...@gentoo.org
   tcptraceroute-1.5_beta7-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in net-misc/chrony: ChangeLog chrony-1.30.ebuild

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:29:06

  Modified: ChangeLog chrony-1.30.ebuild
  Log:
  sparc/x86 stable wrt #518572
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.137net-misc/chrony/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog   3 Aug 2014 18:42:40 -   1.136
+++ ChangeLog   4 Aug 2014 18:29:05 -   1.137
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/chrony
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.136 
2014/08/03 18:42:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.137 
2014/08/04 18:29:05 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org chrony-1.30.ebuild:
+  sparc/x86 stable wrt #518572
 
   03 Aug 2014; Agostino Sarubbo a...@gentoo.org chrony-1.30.ebuild:
   Stable for ppc, wrt bug #518572



1.5  net-misc/chrony/chrony-1.30.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.30.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.30.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.30.ebuild?r1=1.4r2=1.5

Index: chrony-1.30.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.30.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- chrony-1.30.ebuild  3 Aug 2014 18:42:40 -   1.4
+++ chrony-1.30.ebuild  4 Aug 2014 18:29:05 -   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/net-misc/chrony/chrony-1.30.ebuild,v 1.4 
2014/08/03 18:42:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.30.ebuild,v 1.5 
2014/08/04 18:29:05 armin76 Exp $
 
 EAPI=5
 inherit eutils systemd toolchain-funcs
@@ -11,7 +11,7 @@
 LICENSE=GPL-2
 SLOT=0
 
-KEYWORDS=amd64 ~arm hppa ~mips ppc ~sparc ~x86
+KEYWORDS=amd64 ~arm hppa ~mips ppc sparc x86
 IUSE=caps ipv6 +readline +rtc selinux
 
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.6.5.ebuild ChangeLog

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:30:06

  Modified: gnuplot-4.6.5.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #517502
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.8  sci-visualization/gnuplot/gnuplot-4.6.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.5.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.5.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.5.ebuild?r1=1.7r2=1.8

Index: gnuplot-4.6.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnuplot-4.6.5.ebuild3 Aug 2014 18:41:26 -   1.7
+++ gnuplot-4.6.5.ebuild4 Aug 2014 18:30:06 -   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/sci-visualization/gnuplot/gnuplot-4.6.5.ebuild,v 1.7 
2014/08/03 18:41:26 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.5.ebuild,v 1.8 
2014/08/04 18:30:06 armin76 Exp $
 
 EAPI=5
 
@@ -26,7 +26,7 @@
 
 LICENSE=gnuplot bitmap? ( free-noncomm )
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris
 IUSE=aqua bitmap cairo doc examples +gd ggi latex lua plotutils qt4 readline 
svga thin-splines wxwidgets X
 
 RDEPEND=



1.256sci-visualization/gnuplot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.256view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.256content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.255r2=1.256

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -r1.255 -r1.256
--- ChangeLog   3 Aug 2014 18:41:26 -   1.255
+++ ChangeLog   4 Aug 2014 18:30:06 -   1.256
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.255 
2014/08/03 18:41:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.256 
2014/08/04 18:30:06 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org gnuplot-4.6.5.ebuild:
+  alpha/ia64/sparc stable wrt #517502
 
   03 Aug 2014; Agostino Sarubbo a...@gentoo.org gnuplot-4.6.5.ebuild:
   Stable for ppc, wrt bug #517502






[gentoo-commits] gentoo-x86 commit in net-dns/djbdns: ChangeLog djbdns-1.05-r29.ebuild

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:30:46

  Modified: ChangeLog djbdns-1.05-r29.ebuild
  Log:
  sparc stable wrt #511900
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.152net-dns/djbdns/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/djbdns/ChangeLog?rev=1.152view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/djbdns/ChangeLog?rev=1.152content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/djbdns/ChangeLog?r1=1.151r2=1.152

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/djbdns/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog   3 Aug 2014 18:37:22 -   1.151
+++ ChangeLog   4 Aug 2014 18:30:46 -   1.152
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/djbdns
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/ChangeLog,v 1.151 2014/08/03 
18:37:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/ChangeLog,v 1.152 2014/08/04 
18:30:46 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org djbdns-1.05-r29.ebuild:
+  sparc stable wrt #511900
 
   03 Aug 2014; Agostino Sarubbo a...@gentoo.org djbdns-1.05-r29.ebuild:
   Stable for ppc, wrt bug #511900



1.9  net-dns/djbdns/djbdns-1.05-r29.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/djbdns/djbdns-1.05-r29.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/djbdns/djbdns-1.05-r29.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/djbdns/djbdns-1.05-r29.ebuild?r1=1.8r2=1.9

Index: djbdns-1.05-r29.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r29.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- djbdns-1.05-r29.ebuild  3 Aug 2014 18:37:22 -   1.8
+++ djbdns-1.05-r29.ebuild  4 Aug 2014 18:30:46 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r29.ebuild,v 1.8 
2014/08/03 18:37:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r29.ebuild,v 1.9 
2014/08/04 18:30:46 armin76 Exp $
 
 EAPI=5
 inherit eutils flag-o-matic readme.gentoo toolchain-funcs user
@@ -15,7 +15,7 @@
 
 SLOT=0
 LICENSE=public-domain
-KEYWORDS=alpha amd64 hppa ~mips ppc ppc64 ~sparc x86
+KEYWORDS=alpha amd64 hppa ~mips ppc ppc64 sparc x86
 IUSE=ipv6 selinux
 
 DEPEND=!app-doc/djbdns-man






[gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.5.15.ebuild

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:33:34

  Modified: ChangeLog php-5.5.15.ebuild
  Log:
  ia64/sparc stable wrt #516994
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.864dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.863
retrieving revision 1.864
diff -u -r1.863 -r1.864
--- ChangeLog   3 Aug 2014 18:27:25 -   1.863
+++ ChangeLog   4 Aug 2014 18:33:33 -   1.864
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.863 2014/08/03 
18:27:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.864 2014/08/04 
18:33:33 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org php-5.5.15.ebuild:
+  ia64/sparc stable wrt #516994
 
   03 Aug 2014; Markus Meier mae...@gentoo.org php-5.5.15.ebuild:
   arm stable, bug #516994



1.7  dev-lang/php/php-5.5.15.ebuild

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

Index: php-5.5.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.15.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- php-5.5.15.ebuild   3 Aug 2014 18:27:25 -   1.6
+++ php-5.5.15.ebuild   4 Aug 2014 18:33:33 -   1.7
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.15.ebuild,v 1.6 
2014/08/03 18:27:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.15.ebuild,v 1.7 
2014/08/04 18:33:33 armin76 Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
 
 function php_get_uri ()
 {






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

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:34:19

  Modified: tor-0.2.4.23.ebuild ChangeLog
  Log:
  sparc stable wrt #518654
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.5  net-misc/tor/tor-0.2.4.23.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.4.23.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.4.23.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.4.23.ebuild?r1=1.4r2=1.5

Index: tor-0.2.4.23.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.4.23.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tor-0.2.4.23.ebuild 2 Aug 2014 12:44:13 -   1.4
+++ tor-0.2.4.23.ebuild 4 Aug 2014 18:34:19 -   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/net-misc/tor/tor-0.2.4.23.ebuild,v 1.4 
2014/08/02 12:44:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.4.23.ebuild,v 1.5 
2014/08/04 18:34:19 armin76 Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=BSD GPL-2
 SLOT=0
-KEYWORDS=amd64 arm ~mips ppc ppc64 ~sparc x86 ~x86-fbsd
+KEYWORDS=amd64 arm ~mips ppc ppc64 sparc x86 ~x86-fbsd
 IUSE=-bufferevents +ecc nat-pmp selinux stats tor-hardening transparent-proxy 
threads upnp web
 
 DEPEND=dev-libs/openssl



1.429net-misc/tor/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.428
retrieving revision 1.429
diff -u -r1.428 -r1.429
--- ChangeLog   2 Aug 2014 12:44:13 -   1.428
+++ ChangeLog   4 Aug 2014 18:34:19 -   1.429
@@ -1,6 +1,9 @@
 # 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.428 2014/08/02 
12:44:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.429 2014/08/04 
18:34:19 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org tor-0.2.4.23.ebuild:
+  sparc stable wrt #518654
 
   02 Aug 2014; Agostino Sarubbo a...@gentoo.org tor-0.2.4.23.ebuild:
   Stable for x86, wrt bug #518654






[gentoo-commits] gentoo-x86 commit in app-xemacs/gnus: ChangeLog gnus-1.99.ebuild

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:35:39

  Modified: ChangeLog gnus-1.99.ebuild
  Log:
  sparc stable wrt #509830
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.39 app-xemacs/gnus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/gnus/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/gnus/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/gnus/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-xemacs/gnus/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   2 Aug 2014 13:47:23 -   1.38
+++ ChangeLog   4 Aug 2014 18:35:39 -   1.39
@@ -1,6 +1,9 @@
 # ChangeLog for app-xemacs/gnus
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/ChangeLog,v 1.38 2014/08/02 
13:47:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/ChangeLog,v 1.39 2014/08/04 
18:35:39 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org gnus-1.99.ebuild:
+  sparc stable wrt #509830
 
   02 Aug 2014; Agostino Sarubbo a...@gentoo.org gnus-1.99.ebuild:
   Stable for x86, wrt bug #509830



1.6  app-xemacs/gnus/gnus-1.99.ebuild

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

Index: gnus-1.99.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-xemacs/gnus/gnus-1.99.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnus-1.99.ebuild2 Aug 2014 13:47:23 -   1.5
+++ gnus-1.99.ebuild4 Aug 2014 18:35: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/app-xemacs/gnus/gnus-1.99.ebuild,v 1.5 
2014/08/02 13:47:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/gnus-1.99.ebuild,v 1.6 
2014/08/04 18:35:39 armin76 Exp $
 
 SLOT=0
 IUSE=
@@ -25,6 +25,6 @@
 app-xemacs/ecrypto
 app-xemacs/sasl
 
-KEYWORDS=alpha amd64 ~ppc ~ppc64 ~sparc x86
+KEYWORDS=alpha amd64 ~ppc ~ppc64 sparc x86
 
 inherit xemacs-packages






[gentoo-commits] gentoo-x86 commit in app-xemacs/mail-lib: mail-lib-1.83.ebuild ChangeLog

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:36:02

  Modified: mail-lib-1.83.ebuild ChangeLog
  Log:
  sparc stable wrt #509830
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.6  app-xemacs/mail-lib/mail-lib-1.83.ebuild

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

Index: mail-lib-1.83.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/mail-lib-1.83.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mail-lib-1.83.ebuild2 Aug 2014 13:47:26 -   1.5
+++ mail-lib-1.83.ebuild4 Aug 2014 18:36:02 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/mail-lib-1.83.ebuild,v 
1.5 2014/08/02 13:47:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/mail-lib-1.83.ebuild,v 
1.6 2014/08/04 18:36:02 armin76 Exp $
 
 SLOT=0
 IUSE=
@@ -15,6 +15,6 @@
 app-xemacs/sh-script
 app-xemacs/ecrypto
 
-KEYWORDS=alpha amd64 ~ppc ~ppc64 ~sparc x86
+KEYWORDS=alpha amd64 ~ppc ~ppc64 sparc x86
 
 inherit xemacs-packages



1.33 app-xemacs/mail-lib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/mail-lib/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/mail-lib/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/mail-lib/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   2 Aug 2014 13:47:26 -   1.32
+++ ChangeLog   4 Aug 2014 18:36:02 -   1.33
@@ -1,6 +1,9 @@
 # ChangeLog for app-xemacs/mail-lib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/ChangeLog,v 1.32 
2014/08/02 13:47:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/ChangeLog,v 1.33 
2014/08/04 18:36:02 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org mail-lib-1.83.ebuild:
+  sparc stable wrt #509830
 
   02 Aug 2014; Agostino Sarubbo a...@gentoo.org mail-lib-1.83.ebuild:
   Stable for x86, wrt bug #509830






[gentoo-commits] gentoo-x86 commit in app-xemacs/tramp: ChangeLog tramp-1.52.ebuild

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:36:25

  Modified: ChangeLog tramp-1.52.ebuild
  Log:
  sparc stable wrt #509830
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.29 app-xemacs/tramp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/tramp/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/tramp/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/tramp/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-xemacs/tramp/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   2 Aug 2014 13:47:29 -   1.28
+++ ChangeLog   4 Aug 2014 18:36:25 -   1.29
@@ -1,6 +1,9 @@
 # ChangeLog for app-xemacs/tramp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/ChangeLog,v 1.28 
2014/08/02 13:47:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/ChangeLog,v 1.29 
2014/08/04 18:36:25 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org tramp-1.52.ebuild:
+  sparc stable wrt #509830
 
   02 Aug 2014; Agostino Sarubbo a...@gentoo.org tramp-1.52.ebuild:
   Stable for x86, wrt bug #509830



1.6  app-xemacs/tramp/tramp-1.52.ebuild

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

Index: tramp-1.52.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-xemacs/tramp/tramp-1.52.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tramp-1.52.ebuild   2 Aug 2014 13:47:29 -   1.5
+++ tramp-1.52.ebuild   4 Aug 2014 18:36:25 -   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-xemacs/tramp/tramp-1.52.ebuild,v 1.5 
2014/08/02 13:47:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/tramp-1.52.ebuild,v 1.6 
2014/08/04 18:36:25 armin76 Exp $
 
 SLOT=0
 IUSE=
@@ -19,6 +19,6 @@
 app-xemacs/sh-script
 app-xemacs/edebug
 
-KEYWORDS=alpha amd64 ~ppc ~ppc64 ~sparc x86
+KEYWORDS=alpha amd64 ~ppc ~ppc64 sparc x86
 
 inherit xemacs-packages






[gentoo-commits] gentoo-x86 commit in dev-vcs/subversion: subversion-1.7.17.ebuild ChangeLog

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:37:16

  Modified: subversion-1.7.17.ebuild ChangeLog
  Log:
  ia64/sparc stable wrt #500482
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.9  dev-vcs/subversion/subversion-1.7.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.17.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.17.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.17.ebuild?r1=1.8r2=1.9

Index: subversion-1.7.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.17.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- subversion-1.7.17.ebuild2 Aug 2014 13:47:04 -   1.8
+++ subversion-1.7.17.ebuild4 Aug 2014 18:37:16 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.17.ebuild,v 1.8 
2014/08/02 13:47:04 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.17.ebuild,v 1.9 
2014/08/04 18:37:16 armin76 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE=Subversion GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java 
kde nls perl python ruby sasl test vim-syntax +webdav-neon webdav-serf
 
 COMMON_DEPEND==dev-db/sqlite-3.6.18[threadsafe(+)]



1.181dev-vcs/subversion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog   2 Aug 2014 13:47:04 -   1.180
+++ ChangeLog   4 Aug 2014 18:37:16 -   1.181
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/subversion
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.180 
2014/08/02 13:47:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.181 
2014/08/04 18:37:16 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org subversion-1.7.17.ebuild:
+  ia64/sparc stable wrt #500482
 
   02 Aug 2014; Agostino Sarubbo a...@gentoo.org subversion-1.7.17.ebuild:
   Stable for x86, wrt bug #500482






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

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:38:04

  Modified: ChangeLog gpgme-1.3.2-r1.ebuild
  Log:
  ia64/sparc stable wrt #518646
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.215app-crypt/gpgme/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gpgme/ChangeLog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- ChangeLog   3 Aug 2014 18:29:50 -   1.214
+++ ChangeLog   4 Aug 2014 18:38:04 -   1.215
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/gpgme
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/ChangeLog,v 1.214 
2014/08/03 18:29:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/ChangeLog,v 1.215 
2014/08/04 18:38:04 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org gpgme-1.3.2-r1.ebuild:
+  ia64/sparc stable wrt #518646
 
   03 Aug 2014; Markus Meier mae...@gentoo.org gpgme-1.3.2-r1.ebuild:
   arm stable, bug #518646



1.6  app-crypt/gpgme/gpgme-1.3.2-r1.ebuild

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

Index: gpgme-1.3.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-1.3.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gpgme-1.3.2-r1.ebuild   3 Aug 2014 18:29:50 -   1.5
+++ gpgme-1.3.2-r1.ebuild   4 Aug 2014 18:38:04 -   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-crypt/gpgme/gpgme-1.3.2-r1.ebuild,v 1.5 
2014/08/03 18:29:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-1.3.2-r1.ebuild,v 1.6 
2014/08/04 18:38:04 armin76 Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2 LGPL-2.1
 SLOT=1
-KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd 
~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=common-lisp static-libs
 
 DEPEND=app-crypt/gnupg






[gentoo-commits] gentoo-x86 commit in dev-tcltk/tix: ChangeLog tix-8.4.3-r1.ebuild

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:43:20

  Modified: ChangeLog tix-8.4.3-r1.ebuild
  Log:
  ia64/sparc stable wrt #500518
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.48 dev-tcltk/tix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tix/ChangeLog?rev=1.48view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tix/ChangeLog?rev=1.48content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tix/ChangeLog?r1=1.47r2=1.48

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   3 Aug 2014 18:22:18 -   1.47
+++ ChangeLog   4 Aug 2014 18:43:20 -   1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.47 2014/08/03 
18:22:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.48 2014/08/04 
18:43:20 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org tix-8.4.3-r1.ebuild:
+  ia64/sparc stable wrt #500518
 
   03 Aug 2014; Markus Meier mae...@gentoo.org tix-8.4.3-r1.ebuild:
   arm stable, bug #500518



1.6  dev-tcltk/tix/tix-8.4.3-r1.ebuild

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

Index: tix-8.4.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.3-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tix-8.4.3-r1.ebuild 3 Aug 2014 18:22:18 -   1.5
+++ tix-8.4.3-r1.ebuild 4 Aug 2014 18:43:20 -   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-tcltk/tix/tix-8.4.3-r1.ebuild,v 1.5 
2014/08/03 18:22:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.3-r1.ebuild,v 1.6 
2014/08/04 18:43:20 armin76 Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 IUSE=
 LICENSE=BSD
 SLOT=0
-KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos
 
 RESTRICT=test
 






[gentoo-commits] gentoo-x86 commit in dev-java/aspectwerkz: ChangeLog aspectwerkz-2.0-r1.ebuild

2014-08-04 Thread Ralph Sennhauser (sera)
sera14/08/04 18:43:49

  Modified: ChangeLog aspectwerkz-2.0-r1.ebuild
  Log:
  Avoid default doc target as the ebuild uses precompiled documentation. #519004
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
3C5CF75A)

Revision  ChangesPath
1.36 dev-java/aspectwerkz/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/aspectwerkz/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   3 Aug 2014 09:27:57 -   1.35
+++ ChangeLog   4 Aug 2014 18:43:49 -   1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/aspectwerkz
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectwerkz/ChangeLog,v 1.35 
2014/08/03 09:27:57 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectwerkz/ChangeLog,v 1.36 
2014/08/04 18:43:49 sera Exp $
+
+  04 Aug 2014; Ralph Sennhauser s...@gentoo.org aspectwerkz-2.0-r1.ebuild:
+  Avoid default doc target as the ebuild uses precompiled documentation.
+  #519004
 
 *aspectwerkz-2.0-r1 (03 Aug 2014)
 



1.2  dev-java/aspectwerkz/aspectwerkz-2.0-r1.ebuild

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

Index: aspectwerkz-2.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/aspectwerkz/aspectwerkz-2.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aspectwerkz-2.0-r1.ebuild   3 Aug 2014 09:27:57 -   1.1
+++ aspectwerkz-2.0-r1.ebuild   4 Aug 2014 18:43:49 -   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-java/aspectwerkz/aspectwerkz-2.0-r1.ebuild,v 1.1 
2014/08/03 09:27:57 sera Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/aspectwerkz/aspectwerkz-2.0-r1.ebuild,v 1.2 
2014/08/04 18:43:49 sera Exp $
 
 EAPI=5
 
@@ -46,6 +46,7 @@
 JAVA_ANT_REWRITE_CLASSPATH=yes
 
 EANT_BUILD_TARGET=dist
+EANT_DOC_TARGET=
 EANT_GENTOO_CLASSPATH=asm-1.5,dom4j-1,jrexx,junit,trove,qdox-1.6
 
 src_install() {






[gentoo-commits] gentoo-x86 commit in net-libs/ptlib: ChangeLog ptlib-2.10.10.ebuild ptlib-2.10.11.ebuild

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:46:43

  Modified: ChangeLog ptlib-2.10.10.ebuild ptlib-2.10.11.ebuild
  Log:
  Add a patch that really makes ptlib respect C/CXXFLAGS, fixes build failure 
#464182, mark stable on sparc, bug #461842
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.55 net-libs/ptlib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/ptlib/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   27 Jul 2014 16:03:22 -  1.54
+++ ChangeLog   4 Aug 2014 18:46:43 -   1.55
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/ptlib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ptlib/ChangeLog,v 1.54 2014/07/27 
16:03:22 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ptlib/ChangeLog,v 1.55 2014/08/04 
18:46:43 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org ptlib-2.10.10.ebuild,
+  ptlib-2.10.11.ebuild, +files/ptlib-2.10.10-respect_cflags_cxxflags.patch:
+  Add a patch that really makes ptlib respect C/CXXFLAGS, fixes build failure
+  #464182, mark stable on sparc, bug #461842
 
   27 Jul 2014; Rick Farina zeroch...@gentoo.org ptlib-2.10.10.ebuild,
   ptlib-2.10.11.ebuild, ptlib-2.12.4.ebuild, ptlib-2.12.9.ebuild:



1.11 net-libs/ptlib/ptlib-2.10.10.ebuild

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

Index: ptlib-2.10.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/ptlib/ptlib-2.10.10.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ptlib-2.10.10.ebuild27 Jul 2014 16:03:22 -  1.10
+++ ptlib-2.10.10.ebuild4 Aug 2014 18:46:43 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ptlib/ptlib-2.10.10.ebuild,v 1.10 
2014/07/27 16:03:22 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ptlib/ptlib-2.10.10.ebuild,v 1.11 
2014/08/04 18:46:43 armin76 Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=MPL-1.0
 SLOT=0/${PV}
-KEYWORDS=alpha ~arm amd64 ia64 ppc ppc64 ~sparc x86
+KEYWORDS=alpha amd64 ~arm ia64 ppc ppc64 sparc x86
 # default enabled are features from 'minsize', the most used according to ptlib
 IUSE=alsa +asn debug doc +dtmf examples ffmpeg ftp +http ipv6
 jabber ldap lua mail odbc oss pch pulseaudio qos remote sasl sdl serial
@@ -60,6 +60,7 @@
epatch ${FILESDIR}/${PN}-2.10.9-svn_revision_override.patch
epatch ${FILESDIR}/${PN}-2.10.9-pkgconfig_ldflags.patch
epatch ${FILESDIR}/${PN}-2.10.9-respect_cxxflags.patch
+   epatch ${FILESDIR}/${PN}-2.10.10-respect_cflags_cxxflags.patch
 
if ! use telnet; then
epatch ${FILESDIR}/${PN}-2.10.9-disable-telnet-symbols.patch
@@ -165,7 +166,7 @@
 
use debug  makeopts=debug
 
-   emake ${makeopts} || die emake failed
+   emake ${makeopts} V=1 || die emake failed
 }
 
 src_install() {



1.4  net-libs/ptlib/ptlib-2.10.11.ebuild

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

Index: ptlib-2.10.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/ptlib/ptlib-2.10.11.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ptlib-2.10.11.ebuild27 Jul 2014 16:03:22 -  1.3
+++ ptlib-2.10.11.ebuild4 Aug 2014 18:46:43 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ptlib/ptlib-2.10.11.ebuild,v 1.3 
2014/07/27 16:03:22 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ptlib/ptlib-2.10.11.ebuild,v 1.4 
2014/08/04 18:46:43 armin76 Exp $

[gentoo-commits] gentoo-x86 commit in net-libs/ptlib/files: ptlib-2.10.10-respect_cflags_cxxflags.patch

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:46:43

  Added:ptlib-2.10.10-respect_cflags_cxxflags.patch
  Log:
  Add a patch that really makes ptlib respect C/CXXFLAGS, fixes build failure 
#464182, mark stable on sparc, bug #461842
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.1  
net-libs/ptlib/files/ptlib-2.10.10-respect_cflags_cxxflags.patch

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

Index: ptlib-2.10.10-respect_cflags_cxxflags.patch
===
diff -ur ptlib-2.10.10.orig/make/ptbuildopts.mak.in 
ptlib-2.10.10/make/ptbuildopts.mak.in
--- ptlib-2.10.10.orig/make/ptbuildopts.mak.in  2014-08-04 18:11:02.0 
+
+++ ptlib-2.10.10/make/ptbuildopts.mak.in   2014-08-04 18:11:32.0 
+
@@ -15,8 +15,8 @@
 OSTYPE= @OSTYPE@
 OSRELEASE  = @OSRELEASE@
 
-STDCCFLAGS+= @STDCCFLAGS@ @CPPFLAGS@
-STDCXXFLAGS   += @STDCXXFLAGS@ @CPPFLAGS@
+STDCCFLAGS+= @STDCCFLAGS@ @CFLAGS@
+STDCXXFLAGS   += @STDCXXFLAGS@ @CXXFLAGS@
 OPTSTDCCFLAGS += @OPTSTDCCFLAGS@
 LDFLAGS  += @LDFLAGS@
 ENDLDLIBS += @ENDLDLIBS@





[gentoo-commits] gentoo-x86 commit in dev-perl/Spreadsheet-WriteExcel: Spreadsheet-WriteExcel-2.390.0.ebuild Spreadsheet-WriteExcel-2.400.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 18:50:25

  Modified: Spreadsheet-WriteExcel-2.390.0.ebuild
Spreadsheet-WriteExcel-2.400.0.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.11 
dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.390.0.ebuild

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

Index: Spreadsheet-WriteExcel-2.390.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.390.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Spreadsheet-WriteExcel-2.390.0.ebuild   10 Feb 2014 15:35:45 -  
1.10
+++ Spreadsheet-WriteExcel-2.390.0.ebuild   4 Aug 2014 18:50:25 -   
1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.390.0.ebuild,v
 1.10 2014/02/10 15:35:45 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.390.0.ebuild,v
 1.11 2014/08/04 18:50:25 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=2.39
 inherit perl-module
 
-DESCRIPTION=Write cross-platform Excel binary file.
+DESCRIPTION=Write cross-platform Excel binary file
 
 SLOT=0
 KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd



1.2  
dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild

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

Index: Spreadsheet-WriteExcel-2.400.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Spreadsheet-WriteExcel-2.400.0.ebuild   4 Feb 2014 10:59:24 -   
1.1
+++ Spreadsheet-WriteExcel-2.400.0.ebuild   4 Aug 2014 18:50: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-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild,v
 1.1 2014/02/04 10:59:24 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild,v
 1.2 2014/08/04 18:50:25 zlogene Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=2.40
 inherit perl-module
 
-DESCRIPTION=Write cross-platform Excel binary file.
+DESCRIPTION=Write cross-platform Excel binary file
 
 SLOT=0
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd



1.85 dev-perl/Spreadsheet-WriteExcel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog?rev=1.85view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog?rev=1.85content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog?r1=1.84r2=1.85

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   10 Feb 2014 15:35:45 -  1.84
+++ ChangeLog   4 Aug 2014 18:50:25 -   1.85
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Spreadsheet-WriteExcel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog,v 
1.84 2014/02/10 15:35:45 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-WriteExcel/ChangeLog,v 
1.85 2014/08/04 18:50:25 zlogene Exp $
+
+  04 Aug 2014; Mikle Kolyada zlog...@gentoo.org
+  Spreadsheet-WriteExcel-2.390.0.ebuild, Spreadsheet-WriteExcel-2.400.0.ebuild:
+  

[gentoo-commits] gentoo-x86 commit in net-libs/opal: opal-3.10.11.ebuild ChangeLog

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:50:20

  Modified: opal-3.10.11.ebuild ChangeLog
  Log:
  ia64/sparc stable wrt #517960
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.6  net-libs/opal/opal-3.10.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/opal/opal-3.10.11.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/opal/opal-3.10.11.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/opal/opal-3.10.11.ebuild?r1=1.5r2=1.6

Index: opal-3.10.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/opal/opal-3.10.11.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- opal-3.10.11.ebuild 28 Jul 2014 14:03:51 -  1.5
+++ opal-3.10.11.ebuild 4 Aug 2014 18:50:19 -   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/net-libs/opal/opal-3.10.11.ebuild,v 1.5 
2014/07/28 14:03:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/opal-3.10.11.ebuild,v 1.6 
2014/08/04 18:50:19 armin76 Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=MPL-1.0
 SLOT=0
-KEYWORDS=~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86
+KEYWORDS=~alpha amd64 ia64 ppc ~ppc64 sparc x86
 IUSE=capi celt debug doc +dtmf examples fax ffmpeg h224 h281 h323 iax ilbc
 ipv6 ivr ixj java ldap lid +plugins sbc sip sipim +sound srtp ssl static-libs
 stats swig theora +video vpb vxml wav x264 x264-static xml



1.108net-libs/opal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/opal/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   28 Jul 2014 14:03:51 -  1.107
+++ ChangeLog   4 Aug 2014 18:50:19 -   1.108
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/opal
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/ChangeLog,v 1.107 2014/07/28 
14:03:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/ChangeLog,v 1.108 2014/08/04 
18:50:19 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org opal-3.10.11.ebuild:
+  ia64/sparc stable wrt #517960
 
   28 Jul 2014; Agostino Sarubbo a...@gentoo.org opal-3.10.11.ebuild:
   Stable for ppc, wrt bug #517960






[gentoo-commits] gentoo-x86 commit in dev-perl/Test-Class: Test-Class-0.410.0.ebuild Test-Class-0.390.0.ebuild ChangeLog

2014-08-04 Thread Mikle Kolyada (zlogene)
zlogene 14/08/04 18:51:19

  Modified: Test-Class-0.410.0.ebuild Test-Class-0.390.0.ebuild
ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-perl/Test-Class/Test-Class-0.410.0.ebuild

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

Index: Test-Class-0.410.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.410.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Test-Class-0.410.0.ebuild   10 Mar 2014 13:03:44 -  1.2
+++ Test-Class-0.410.0.ebuild   4 Aug 2014 18:51:19 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.410.0.ebuild,v 1.2 
2014/03/10 13:03:44 civil Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.410.0.ebuild,v 1.3 
2014/08/04 18:51:19 zlogene Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.41
 inherit perl-module
 
-DESCRIPTION=Easily create test classes in an xUnit style.
+DESCRIPTION=Easily create test classes in an xUnit style
 
 SLOT=0
 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos



1.4  dev-perl/Test-Class/Test-Class-0.390.0.ebuild

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

Index: Test-Class-0.390.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.390.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Test-Class-0.390.0.ebuild   24 Feb 2014 17:51:45 -  1.3
+++ Test-Class-0.390.0.ebuild   4 Aug 2014 18:51: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-perl/Test-Class/Test-Class-0.390.0.ebuild,v 1.3 
2014/02/24 17:51:45 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.390.0.ebuild,v 1.4 
2014/08/04 18:51:19 zlogene Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 MODULE_VERSION=0.39
 inherit perl-module
 
-DESCRIPTION=Easily create test classes in an xUnit style.
+DESCRIPTION=Easily create test classes in an xUnit style
 
 SLOT=0
 KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos



1.74 dev-perl/Test-Class/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Class/ChangeLog?rev=1.74view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Class/ChangeLog?rev=1.74content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Class/ChangeLog?r1=1.73r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   10 Mar 2014 13:03:44 -  1.73
+++ ChangeLog   4 Aug 2014 18:51:19 -   1.74
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Test-Class
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.73 
2014/03/10 13:03:44 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.74 
2014/08/04 18:51:19 zlogene Exp $
+
+  04 Aug 2014; Mikle Kolyada zlog...@gentoo.org Test-Class-0.390.0.ebuild,
+  Test-Class-0.410.0.ebuild:
+  Fix DESCRIPTION
 
   10 Mar 2014; Vladimir Smirnov ci...@gentoo.org Test-Class-0.410.0.ebuild:
   Fix build-time depend for 0.410.0 version.






[gentoo-commits] gentoo-x86 commit in net-voip/ekiga: ChangeLog ekiga-4.0.0-r1.ebuild

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:51:47

  Modified: ChangeLog ekiga-4.0.0-r1.ebuild
  Log:
  sparc stable wrt #445846
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.60 net-voip/ekiga/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/ekiga/ChangeLog?rev=1.60view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/ekiga/ChangeLog?rev=1.60content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/ekiga/ChangeLog?r1=1.59r2=1.60

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   25 Jul 2014 21:54:48 -  1.59
+++ ChangeLog   4 Aug 2014 18:51:47 -   1.60
@@ -1,6 +1,9 @@
 # ChangeLog for net-voip/ekiga
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.59 2014/07/25 
21:54:48 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.60 2014/08/04 
18:51:47 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org ekiga-4.0.0-r1.ebuild:
+  sparc stable wrt #445846
 
   25 Jul 2014; Johannes Huber j...@gentoo.org ekiga-3.2.7.ebuild,
   ekiga-4.0.0-r1.ebuild, ekiga-4.0.1.ebuild:



1.11 net-voip/ekiga/ekiga-4.0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/ekiga/ekiga-4.0.0-r1.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/ekiga/ekiga-4.0.0-r1.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/ekiga/ekiga-4.0.0-r1.ebuild?r1=1.10r2=1.11

Index: ekiga-4.0.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-4.0.0-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ekiga-4.0.0-r1.ebuild   25 Jul 2014 21:54:48 -  1.10
+++ ekiga-4.0.0-r1.ebuild   4 Aug 2014 18:51:47 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-4.0.0-r1.ebuild,v 1.10 
2014/07/25 21:54:48 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-4.0.0-r1.ebuild,v 1.11 
2014/08/04 18:51:47 armin76 Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ia64 ppc ppc64 ~sparc x86
+KEYWORDS=~alpha amd64 ia64 ppc ppc64 sparc x86
 IUSE=avahi dbus debug doc eds gconf gnome gstreamer h323 kde kontact ldap
 libnotify mmx nls pulseaudio +shm static v4l xcap xv
 






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

2014-08-04 Thread Raul Porcel (armin76)
armin76 14/08/04 18:51:57

  Modified: python-2.7.7.ebuild python-3.2.5-r6.ebuild
ChangeLog python-3.3.5-r1.ebuild
  Log:
  arm64/ia64/sparc stable wrt #500518
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.7  dev-lang/python/python-2.7.7.ebuild

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

Index: python-2.7.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-2.7.7.ebuild 3 Aug 2014 18:23:27 -   1.6
+++ python-2.7.7.ebuild 4 Aug 2014 18:51:56 -   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-lang/python/python-2.7.7.ebuild,v 1.6 
2014/08/03 18:23:27 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.7.ebuild,v 1.7 
2014/08/04 18:51:56 armin76 Exp $
 
 EAPI=4
 WANT_AUTOMAKE=none
@@ -18,7 +18,7 @@
 
 LICENSE=PSF-2
 SLOT=2.7
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=-berkdb 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.



1.7  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.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.5-r6.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.5-r6.ebuild?r1=1.6r2=1.7

Index: python-3.2.5-r6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.5-r6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-3.2.5-r6.ebuild  3 Aug 2014 18:24:26 -   1.6
+++ python-3.2.5-r6.ebuild  4 Aug 2014 18:51:56 -   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-lang/python/python-3.2.5-r6.ebuild,v 
1.6 2014/08/03 18:24:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.5-r6.ebuild,v 
1.7 2014/08/04 18:51:56 armin76 Exp $
 
 EAPI=4
 WANT_AUTOMAKE=none
@@ -18,7 +18,7 @@
 
 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
+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.



1.779dev-lang/python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.778
retrieving revision 1.779
diff -u -r1.778 -r1.779
--- ChangeLog   3 Aug 2014 18:25:21 -   1.778
+++ ChangeLog   4 Aug 2014 18:51:56 -   1.779
@@ -1,6 +1,10 @@
 # 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.778 
2014/08/03 18:25:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.779 
2014/08/04 18:51:56 armin76 Exp $
+
+  04 Aug 2014; Raúl Porcel armi...@gentoo.org python-2.7.7.ebuild,
+  python-3.2.5-r6.ebuild, python-3.3.5-r1.ebuild:
+  arm64/ia64/sparc stable wrt #500518
 
   03 Aug 2014; Markus Meier mae...@gentoo.org python-3.3.5-r1.ebuild:
   arm stable, bug #500518



1.7  dev-lang/python/python-3.3.5-r1.ebuild

file : 

[gentoo-commits] dev/chtekk: New branch: master

2014-08-04 Thread Pavlos Ratis
commit: 
Commit: Pavlos Ratis dastergon AT gentoo DOT org
CommitDate: Mon Aug 04 18:59:53 2014 +

New branch: master




[gentoo-commits] gentoo-x86 commit in sys-kernel/tuxonice-sources: tuxonice-sources-3.14.15.ebuild tuxonice-sources-3.12.26.ebuild tuxonice-sources-3.16.0.ebuild tuxonice-sources-3.10.51.ebuild tuxoni

2014-08-04 Thread Mike Gilbert (floppym)
floppym 14/08/04 19:18:22

  Modified: ChangeLog
  Added:tuxonice-sources-3.14.15.ebuild
tuxonice-sources-3.12.26.ebuild
tuxonice-sources-3.16.0.ebuild
tuxonice-sources-3.10.51.ebuild
tuxonice-sources-3.4.101.ebuild
tuxonice-sources-3.15.8.ebuild
  Log:
  Version bumps. Ebuilds by Arfrever.
  
  (Portage version: 2.2.11/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.201sys-kernel/tuxonice-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- ChangeLog   31 Jul 2014 14:51:52 -  1.200
+++ ChangeLog   4 Aug 2014 19:18:22 -   1.201
@@ -1,6 +1,19 @@
 # ChangeLog for sys-kernel/tuxonice-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 
1.200 2014/07/31 14:51:52 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 
1.201 2014/08/04 19:18:22 floppym Exp $
+
+*tuxonice-sources-3.10.51 (04 Aug 2014)
+*tuxonice-sources-3.12.26 (04 Aug 2014)
+*tuxonice-sources-3.16.0 (04 Aug 2014)
+*tuxonice-sources-3.4.101 (04 Aug 2014)
+*tuxonice-sources-3.15.8 (04 Aug 2014)
+*tuxonice-sources-3.14.15 (04 Aug 2014)
+
+  04 Aug 2014; Mike Gilbert flop...@gentoo.org
+  +tuxonice-sources-3.10.51.ebuild, +tuxonice-sources-3.12.26.ebuild,
+  +tuxonice-sources-3.14.15.ebuild, +tuxonice-sources-3.15.8.ebuild,
+  +tuxonice-sources-3.16.0.ebuild, +tuxonice-sources-3.4.101.ebuild:
+  Version bumps. Ebuilds by Arfrever.
 
   31 Jul 2014; Mike Gilbert flop...@gentoo.org
   -tuxonice-sources-3.10.44.ebuild, -tuxonice-sources-3.10.45.ebuild,



1.1  sys-kernel/tuxonice-sources/tuxonice-sources-3.14.15.ebuild

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

Index: tuxonice-sources-3.14.15.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.14.15.ebuild,v
 1.1 2014/08/04 19:18:22 floppym Exp $

EAPI=5
ETYPE=sources
K_WANT_GENPATCHES=base extras experimental
K_GENPATCHES_VER=19

inherit kernel-2
detect_version
detect_arch

DESCRIPTION=TuxOnIce + Gentoo patchset sources
HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ 
http://tuxonice.nigelcunningham.com.au/ 
https://github.com/NigelCunningham/tuxonice-kernel;

TUXONICE_PV=3.14.14
TUXONICE_DATE=2014-07-31

TUXONICE_PATCH=tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2
TUXONICE_URI=http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH};
UNIPATCH_LIST=${DISTDIR}/${TUXONICE_PATCH}
UNIPATCH_STRICTORDER=yes
SRC_URI=${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}

KEYWORDS=~amd64 ~x86
IUSE=experimental

RDEPEND=${RDEPEND}
=sys-apps/tuxonice-userui-1.0
|| ( =sys-power/hibernate-script-2.0 sys-power/pm-utils )

K_EXTRAELOG=If there are issues with this kernel, please direct any queries to 
the tuxonice-users mailing list:
http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/;
K_SECURITY_UNSUPPORTED=1



1.1  sys-kernel/tuxonice-sources/tuxonice-sources-3.12.26.ebuild

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

Index: tuxonice-sources-3.12.26.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.26.ebuild,v
 1.1 2014/08/04 19:18:22 floppym Exp $

EAPI=5
ETYPE=sources
K_WANT_GENPATCHES=base extras experimental
K_GENPATCHES_VER=29

inherit kernel-2
detect_version
detect_arch

DESCRIPTION=TuxOnIce + Gentoo 

[gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-24.7.0.ebuild ChangeLog

2014-08-04 Thread Agostino Sarubbo (ago)
ago 14/08/04 19:22:07

  Modified: firefox-24.7.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #517876
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  www-client/firefox/firefox-24.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-24.7.0.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-24.7.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-24.7.0.ebuild?r1=1.3r2=1.4

Index: firefox-24.7.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-24.7.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- firefox-24.7.0.ebuild   1 Aug 2014 18:43:09 -   1.3
+++ firefox-24.7.0.ebuild   4 Aug 2014 19:22:07 -   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/www-client/firefox/firefox-24.7.0.ebuild,v 
1.3 2014/08/01 18:43:09 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-24.7.0.ebuild,v 
1.4 2014/08/04 19:22:07 ago Exp $
 
 EAPI=5
 VIRTUALX_REQUIRED=pgo
@@ -36,7 +36,7 @@
 DESCRIPTION=Firefox Web Browser
 HOMEPAGE=http://www.mozilla.com/firefox;
 
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux
 SLOT=0
 LICENSE=MPL-2.0 GPL-2 LGPL-2.1
 IUSE=bindist gstreamer +jit +minimal pgo pulseaudio selinux system-cairo 
system-icu system-jpeg system-sqlite test



1.348www-client/firefox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -r1.347 -r1.348
--- ChangeLog   1 Aug 2014 18:43:09 -   1.347
+++ ChangeLog   4 Aug 2014 19:22:07 -   1.348
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/firefox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.347 
2014/08/01 18:43:09 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.348 
2014/08/04 19:22:07 ago Exp $
+
+  04 Aug 2014; Agostino Sarubbo a...@gentoo.org firefox-24.7.0.ebuild:
+  Stable for x86, wrt bug #517876
 
   01 Aug 2014; Mikle Kolyada zlog...@gentoo.org firefox-24.7.0.ebuild:
   amd64 stable wrt bug #517876






[gentoo-commits] gentoo-x86 commit in mail-client/thunderbird: thunderbird-24.7.0.ebuild ChangeLog

2014-08-04 Thread Agostino Sarubbo (ago)
ago 14/08/04 19:22:01

  Modified: thunderbird-24.7.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #517876
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  mail-client/thunderbird/thunderbird-24.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-24.7.0.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-24.7.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-24.7.0.ebuild?r1=1.3r2=1.4

Index: thunderbird-24.7.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-24.7.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- thunderbird-24.7.0.ebuild   1 Aug 2014 18:41:43 -   1.3
+++ thunderbird-24.7.0.ebuild   4 Aug 2014 19:22:01 -   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/mail-client/thunderbird/thunderbird-24.7.0.ebuild,v 1.3 
2014/08/01 18:41:43 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-24.7.0.ebuild,v 1.4 
2014/08/04 19:22:01 ago Exp $
 
 EAPI=5
 WANT_AUTOCONF=2.1
@@ -34,7 +34,7 @@
 DESCRIPTION=Thunderbird Mail Client
 HOMEPAGE=http://www.mozilla.com/en-US/thunderbird/;
 
-KEYWORDS=~alpha amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux
 SLOT=0
 LICENSE=MPL-2.0 GPL-2 LGPL-2.1
 IUSE=bindist crypt gstreamer +jit ldap +lightning +minimal mozdom pulseaudio 
selinux system-cairo system-icu system-jpeg system-sqlite



1.292mail-client/thunderbird/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?rev=1.292view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?rev=1.292content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?r1=1.291r2=1.292

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- ChangeLog   1 Aug 2014 18:41:43 -   1.291
+++ ChangeLog   4 Aug 2014 19:22:01 -   1.292
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/thunderbird
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.291 
2014/08/01 18:41:43 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.292 
2014/08/04 19:22:01 ago Exp $
+
+  04 Aug 2014; Agostino Sarubbo a...@gentoo.org thunderbird-24.7.0.ebuild:
+  Stable for x86, wrt bug #517876
 
   01 Aug 2014; Mikle Kolyada zlog...@gentoo.org thunderbird-24.7.0.ebuild:
   amd64 stable wrt bug #517876






  1   2   3   >