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

2014-04-01 Thread Mike Frysinger (vapier)
vapier  14/04/01 06:25:06

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



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

2014-04-01 Thread Mike Frysinger (vapier)
vapier  14/04/01 06:25:59

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v
retrieving revision 1.405
retrieving revision 1.406
diff -u -r1.405 -r1.406
--- ChangeLog   21 Mar 2014 00:32:14 -  1.405
+++ ChangeLog   1 Apr 2014 06:25:59 -   1.406
@@ -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.405 
2014/03/21 00:32:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.406 
2014/04/01 06:25:59 vapier Exp $
+
+*linux-headers-3.14 (01 Apr 2014)
+
+  01 Apr 2014; Mike Frysinger vap...@gentoo.org +linux-headers-3.14.ebuild:
+  Version bump.
 
   21 Mar 2014; Mike Frysinger vap...@gentoo.org linux-headers-3.13.ebuild:
   Add a few more supported arches.



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

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

Index: linux-headers-3.14.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-3.14.ebuild,v 
1.1 2014/04/01 06:25:59 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
cd ${ED}
egrep -r \
-e '(^|[[:space:](])(asm|volatile|inline)[[:space:](]' \
-e '\([us](8|16|32|64))\' \
.

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

# 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() {
emake ARCH=$(tc-arch-kernel) headers_check || die
}






[gentoo-commits] gentoo commit in src/patchsets/gentoo-headers/3.14: 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-04-01 Thread Mike Frysinger (vapier)
vapier  14/04/01 06:25:22

  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-x86-make-statfs-64-bit-for-x86_64-kernels.patch

00_all_0007-uapi-netfilter_arp-use-__u8-instead-of-u_int8_t.patch
  Log:
  initial 3.14 patchset based on last 3.13 patchset

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

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/3.14/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.14/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 cfd54bf87287a21efc42660c19172ba3051c208f 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
-- 
1.9.1




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

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/3.14/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.14/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 75087be810cc9142bf9407ededfa90f47c4d3d79 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. */
-- 
1.9.1




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

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/3.14/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.14/00_all_0003-convert-PAGE_SIZE-usage.patch?rev=1.1content-type=text/plain

Index: 00_all_0003-convert-PAGE_SIZE-usage.patch
===
From 9a9ee6721293e70da1e42162a64f1f1e96e823b8 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 * 

[gentoo-commits] gentoo-x86 commit in x11-misc/e16keyedit: e16keyedit-0.7.ebuild ChangeLog

2014-04-01 Thread Mike Frysinger (vapier)
vapier  14/04/01 06:42:28

  Modified: e16keyedit-0.7.ebuild ChangeLog
  Log:
  Stabilize for all #506264 by Samuli Suominen.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.4  x11-misc/e16keyedit/e16keyedit-0.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.7.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.7.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.7.ebuild?r1=1.3r2=1.4

Index: e16keyedit-0.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- e16keyedit-0.7.ebuild   28 Dec 2012 18:05:50 -  1.3
+++ e16keyedit-0.7.ebuild   1 Apr 2014 06:42:27 -   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/x11-misc/e16keyedit/e16keyedit-0.7.ebuild,v 
1.3 2012/12/28 18:05:50 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.7.ebuild,v 
1.4 2014/04/01 06:42:27 vapier Exp $
 
 DESCRIPTION=Key binding editor for enlightenment 16
 HOMEPAGE=http://www.enlightenment.org/;
@@ -8,7 +8,7 @@
 
 LICENSE=MIT-with-advertising
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~sparc ~x86
+KEYWORDS=amd64 ppc sparc x86
 IUSE=
 
 RDEPEND==x11-libs/gtk+-2*



1.21 x11-misc/e16keyedit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   28 Dec 2012 18:05:50 -  1.20
+++ ChangeLog   1 Apr 2014 06:42:27 -   1.21
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/e16keyedit
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.20 
2012/12/28 18:05:50 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.21 
2014/04/01 06:42:27 vapier Exp $
+
+  01 Apr 2014; Mike Frysinger vap...@gentoo.org e16keyedit-0.7.ebuild:
+  Stabilize for all #506264 by Samuli Suominen.
 
   28 Dec 2012; Ulrich Müller u...@gentoo.org e16keyedit-0.4.ebuild,
   e16keyedit-0.6.ebuild, e16keyedit-0.7.ebuild:






[gentoo-commits] gentoo-x86 commit in app-shells/bash: bash-4.2_p46.ebuild ChangeLog

2014-04-01 Thread Mike Frysinger (vapier)
vapier  14/04/01 06:47:43

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

Revision  ChangesPath
1.360app-shells/bash/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?rev=1.360view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?rev=1.360content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?r1=1.359r2=1.360

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v
retrieving revision 1.359
retrieving revision 1.360
diff -u -r1.359 -r1.360
--- ChangeLog   31 Mar 2014 07:00:51 -  1.359
+++ ChangeLog   1 Apr 2014 06:47:43 -   1.360
@@ -1,6 +1,11 @@
 # ChangeLog for app-shells/bash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.359 
2014/03/31 07:00:51 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.360 
2014/04/01 06:47:43 vapier Exp $
+
+*bash-4.2_p46 (01 Apr 2014)
+
+  01 Apr 2014; Mike Frysinger vap...@gentoo.org +bash-4.2_p46.ebuild:
+  Version bump.
 
 *bash-4.3_p8 (31 Mar 2014)
 



1.1  app-shells/bash/bash-4.2_p46.ebuild

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

Index: bash-4.2_p46.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p46.ebuild,v 1.1 
2014/04/01 06:47:43 vapier Exp $

EAPI=1

inherit eutils flag-o-matic toolchain-funcs multilib

# Official patchlevel
# See ftp://ftp.cwru.edu/pub/bash/bash-4.2-patches/
PLEVEL=${PV##*_p}
MY_PV=${PV/_p*}
MY_PV=${MY_PV/_/-}
MY_P=${PN}-${MY_PV}
[[ ${PV} != *_p* ]]  PLEVEL=0
patches() {
local opt=$1 plevel=${2:-${PLEVEL}} pn=${3:-${PN}} pv=${4:-${MY_PV}}
[[ ${plevel} -eq 0 ]]  return 1
eval set -- {1..${plevel}}
set -- $(printf ${pn}${pv/\.}-%03d  $@)
if [[ ${opt} == -s ]] ; then
echo ${@/#/${DISTDIR}/}
else
local u
for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
printf ${u}/${pn}-${pv}-patches/%s  $@
done
fi
}

DESCRIPTION=The standard GNU Bourne again shell
HOMEPAGE=http://tiswww.case.edu/php/chet/bash/bashtop.html;
SRC_URI=mirror://gnu/bash/${MY_P}.tar.gz $(patches)

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
IUSE=afs bashlogger examples mem-scramble +net nls plugins +readline vanilla

DEPEND==sys-libs/ncurses-5.2-r2
readline? ( =sys-libs/readline-6.2 )
nls? ( virtual/libintl )
RDEPEND=${DEPEND}
!sys-apps/portage-2.1.6.7_p1
!sys-apps/paludis-0.26.0_alpha5
# we only need yacc when the .y files get patched (bash42-005)
DEPEND+= virtual/yacc

S=${WORKDIR}/${MY_P}

pkg_setup() {
if is-flag -malign-double ; then #7332
eerror Detected bad CFLAGS '-malign-double'.  Do not use this
eerror as it breaks LFS (struct stat64) on x86.
die remove -malign-double from your CFLAGS mr ricer
fi
if use bashlogger ; then
ewarn The logging patch should ONLY be used in restricted 
(i.e. honeypot) envs.
ewarn This will log ALL output you enter into the shell, you 
have been warned.
fi
}

src_unpack() {
unpack ${MY_P}.tar.gz
cd ${S}

# Include official patches
[[ ${PLEVEL} -gt 0 ]]  epatch $(patches -s)

# Clean out local libs so we know we use system ones
rm -rf lib/{readline,termcap}/*
touch lib/{readline,termcap}/Makefile.in # for config.status
sed -ri -e 's:\$[(](RL|HIST)_LIBSRC[)]/[[:alpha:]]*.h::g' Makefile.in 
|| die

# Avoid regenerating docs after patches #407985
sed -i -r '/^(HS|RL)USER/s:=.*:=:' doc/Makefile.in || die
touch -r . doc/*

epatch ${FILESDIR}/${PN}-4.2-execute-job-control.patch #383237
epatch ${FILESDIR}/${PN}-4.2-parallel-build.patch
epatch ${FILESDIR}/${PN}-4.2-no-readline.patch
epatch ${FILESDIR}/${PN}-4.2-read-retry.patch #447810
if ! use vanilla ; then
epatch ${FILESDIR}/${PN}-4.2-speed-up-read-N.patch
fi

epatch_user
}

src_compile() {
local myconf=()

# For 

[gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog make.defaults use.mask

2014-04-01 Thread Mike Frysinger (vapier)
vapier  14/04/01 06:52:19

  Modified: ChangeLog make.defaults use.mask
  Log:
  Add ABI_S390 defines.

Revision  ChangesPath
1.667profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.666
retrieving revision 1.667
diff -u -r1.666 -r1.667
--- ChangeLog   30 Mar 2014 14:22:46 -  1.666
+++ ChangeLog   1 Apr 2014 06:52:19 -   1.667
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.666 2014/03/30 
14:22:46 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.667 2014/04/01 
06:52:19 vapier Exp $
+
+  01 Apr 2014; Mike Frysinger vap...@gentoo.org make.defaults, use.mask:
+  Add ABI_S390 defines.
 
   30 Mar 2014; Mike Gilbert flop...@gentoo.org use.mask, use.stable.mask:
   Convert python_targets_python3_4 into a stable mask.



1.113profiles/base/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/make.defaults?rev=1.113view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/make.defaults?rev=1.113content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/make.defaults?r1=1.112r2=1.113

Index: make.defaults
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- make.defaults   29 Mar 2014 03:01:13 -  1.112
+++ make.defaults   1 Apr 2014 06:52:19 -   1.113
@@ -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/profiles/base/make.defaults,v 1.112 
2014/03/29 03:01:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.113 
2014/04/01 06:52:19 vapier Exp $
 #
 # System-wide defaults for the Portage system
 # See portage(5) manpage
@@ -16,11 +16,11 @@
 
 # Env vars to expand into USE vars.  Modifying this requires prior
 # discussion on gentoo-...@gentoo.org.
-USE_EXPAND=ABI_MIPS ABI_PPC ABI_X86 ALSA_CARDS APACHE2_MODULES APACHE2_MPMS 
CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CROSSCOMPILE_OPTS CURL_SSL 
DRACUT_MODULES DVB_CARDS ELIBC ENLIGHTENMENT_MODULES FCDSL_CARDS FFTOOLS 
FOO2ZJS_DEVICES FRITZCAPI_CARDS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES 
KERNEL LCD_DEVICES LIBREOFFICE_EXTENSIONS LINGUAS LIRC_DEVICES MONKEYD_PLUGINS 
NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL OFED_DRIVERS 
OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM 
PHP_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS 
QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS 
VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS
+USE_EXPAND=ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES 
APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CROSSCOMPILE_OPTS 
CURL_SSL DRACUT_MODULES DVB_CARDS ELIBC ENLIGHTENMENT_MODULES FCDSL_CARDS 
FFTOOLS FOO2ZJS_DEVICES FRITZCAPI_CARDS GPSD_PROTOCOLS GRUB_PLATFORMS 
INPUT_DEVICES KERNEL LCD_DEVICES LIBREOFFICE_EXTENSIONS LINGUAS LIRC_DEVICES 
MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL 
OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES 
OPENMPI_RM PHP_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS 
QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS 
VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS
 
 # USE_EXPAND variables whose contents are not shown in package manager
 # output. Changes need discussion on gentoo-dev.
-USE_EXPAND_HIDDEN=USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ABI_MIPS ABI_PPC 
ABI_X86
+USE_EXPAND_HIDDEN=USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ABI_MIPS ABI_PPC 
ABI_S390 ABI_X86
 
 CONFIG_PROTECT=/etc
 CONFIG_PROTECT_MASK=/etc/env.d /etc/gconf



1.194profiles/base/use.mask

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

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v
retrieving 

[gentoo-commits] gentoo-x86 commit in profiles/desc: abi_s390.desc

2014-04-01 Thread Mike Frysinger (vapier)
vapier  14/04/01 06:53:48

  Added:abi_s390.desc
  Log:
  Document ABI_S390.

Revision  ChangesPath
1.1  profiles/desc/abi_s390.desc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/abi_s390.desc?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/abi_s390.desc?rev=1.1content-type=text/plain

Index: abi_s390.desc
===
# Copyright 2013-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/desc/abi_s390.desc,v 1.1 2014/04/01 
06:53:48 vapier Exp $

# This file contains descriptions of ABI_S390 USE_EXPAND flags.

# Keep it sorted. Please do not add anything without prior discussion
# on gentoo-dev.
32 - 32-bit (s390) libraries
64 - 64-bit (s390x) libraries






[gentoo-commits] gentoo-x86 commit in profiles/arch/s390: make.defaults use.force use.mask

2014-04-01 Thread Mike Frysinger (vapier)
vapier  14/04/01 06:55:16

  Modified: make.defaults use.force use.mask
  Log:
  Add ABI_S390 defines.

Revision  ChangesPath
1.8  profiles/arch/s390/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/make.defaults?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/make.defaults?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/make.defaults?r1=1.7r2=1.8

Index: make.defaults
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/s390/make.defaults,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- make.defaults   16 Jan 2014 17:40:18 -  1.7
+++ make.defaults   1 Apr 2014 06:55:15 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/make.defaults,v 1.7 
2014/01/16 17:40:18 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/make.defaults,v 1.8 
2014/04/01 06:55:15 vapier Exp $
 
 ARCH=s390
 ACCEPT_KEYWORDS=s390 ~s390
@@ -17,3 +17,6 @@
 
 INPUT_DEVICES=void
 VIDEO_CARDS=dummy
+
+# Enable abi_s390_32 for packages that don't have it forced.
+ABI_S390=32



1.2  profiles/arch/s390/use.force

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/use.force?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/use.force?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/use.force?r1=1.1r2=1.2

Index: use.force
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/s390/use.force,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- use.force   21 Sep 2008 00:11:59 -  1.1
+++ use.force   1 Apr 2014 06:55:15 -   1.2
@@ -1,2 +1,5 @@
 # Force the flag which corresponds to ARCH.
 s390
+
+# Force the flag corresponding to the only ABI.
+abi_s390_32



1.55 profiles/arch/s390/use.mask

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

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/s390/use.mask,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- use.mask19 Oct 2013 01:58:38 -  1.54
+++ use.mask1 Apr 2014 06:55:15 -   1.55
@@ -1,6 +1,10 @@
 # Unmask the flag which corresponds to ARCH.
 -s390
 
+# Unmask ABI flags for this arch.
+-abi_s390_32
+-abi_s390_64
+
 # Stuff we don't want/not tested
 pbins
 chicken






[gentoo-commits] gentoo-x86 commit in profiles/arch/s390/s390x: make.defaults use.force

2014-04-01 Thread Mike Frysinger (vapier)
vapier  14/04/01 06:55:16

  Modified: make.defaults use.force
  Log:
  Add ABI_S390 defines.

Revision  ChangesPath
1.3  profiles/arch/s390/s390x/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/s390x/make.defaults?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/s390x/make.defaults?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/s390x/make.defaults?r1=1.2r2=1.3

Index: make.defaults
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/s390/s390x/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults   13 Jan 2013 13:20:38 -  1.2
+++ make.defaults   1 Apr 2014 06:55:16 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/s390x/make.defaults,v 
1.2 2013/01/13 13:20:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/s390x/make.defaults,v 
1.3 2014/04/01 06:55:16 vapier Exp $
 
 MULTILIB_ABIS=s390x
 DEFAULT_ABI=s390x
@@ -9,3 +9,6 @@
 CHOST=s390x-ibm-linux-gnu
 
 BOOTSTRAP_USE=${BOOTSTRAP_USE} -multilib
+
+# Enable abi_s390_64 for packages that don't have it forced.
+ABI_S390=64



1.2  profiles/arch/s390/s390x/use.force

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/s390x/use.force?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/s390x/use.force?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/s390x/use.force?r1=1.1r2=1.2

Index: use.force
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/s390/s390x/use.force,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- use.force   16 Sep 2012 05:06:55 -  1.1
+++ use.force   1 Apr 2014 06:55:16 -   1.2
@@ -1,6 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/s390x/use.force,v 1.1 
2012/09/16 05:06:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/s390x/use.force,v 1.2 
2014/04/01 06:55:16 vapier Exp $
 
 # We do not have multilib by default.
 -multilib
+
+# Force the flag corresponding to the only ABI.
+-abi_s390_32
+abi_s390_64






[gentoo-commits] gentoo-x86 commit in dev-python/graph-tool: ChangeLog graph-tool-2.2.31.ebuild

2014-04-01 Thread Tim Harder (radhermit)
radhermit14/04/01 07:41:41

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

Revision  ChangesPath
1.13 dev-python/graph-tool/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   11 Feb 2014 05:59:59 -  1.12
+++ ChangeLog   1 Apr 2014 07:41:41 -   1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/graph-tool
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.12 
2014/02/11 05:59:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.13 
2014/04/01 07:41:41 radhermit Exp $
+
+*graph-tool-2.2.31 (01 Apr 2014)
+
+  01 Apr 2014; Tim Harder radher...@gentoo.org +graph-tool-2.2.31.ebuild:
+  Version bump.
 
 *graph-tool-2.2.29.1 (11 Feb 2014)
 



1.1  dev-python/graph-tool/graph-tool-2.2.31.ebuild

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

Index: graph-tool-2.2.31.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.31.ebuild,v 1.1 
2014/04/01 07:41:41 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )

inherit check-reqs eutils toolchain-funcs python-r1

if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=git://git.skewed.de/graph-tool
inherit git-2
else
SRC_URI=http://downloads.skewed.de/${PN}/${P}.tar.bz2;
KEYWORDS=~amd64 ~x86
fi

DESCRIPTION=An efficient python module for manipulation and statistical 
analysis of graphs
HOMEPAGE=http://graph-tool.skewed.de/;

LICENSE=GPL-3
SLOT=0
IUSE=+cairo openmp

CDEPEND=${PYTHON_DEPS}
=dev-libs/boost-1.46.0[python,${PYTHON_USEDEP}]
dev-libs/expat
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
=sci-mathematics/cgal-3.5
cairo? (
dev-cpp/cairomm
dev-python/pycairo[${PYTHON_USEDEP}]
)
RDEPEND=${CDEPEND}
dev-python/matplotlib[${PYTHON_USEDEP}]
DEPEND=${CDEPEND}
dev-cpp/sparsehash
virtual/pkgconfig

# most machines don't have enough ram for parallel builds
MAKEOPTS=${MAKEOPTS} -j1

# bug 453544
CHECKREQS_DISK_BUILD=6G

pkg_pretend() {
if use openmp ; then
tc-has-openmp || die Please switch to an openmp compatible 
compiler
fi
check-reqs_pkg_pretend
}

src_prepare() {
py-compile
python_copy_sources
}

src_configure() {
python_parallel_foreach_impl run_in_build_dir \
econf \
--disable-static \
--disable-optimization \
$(use_enable openmp) \
$(use_enable cairo)
}

src_compile() {
python_parallel_foreach_impl run_in_build_dir default
}

src_install() {
python_parallel_foreach_impl run_in_build_dir default
prune_libtool_files --modules

# remove unwanted extra docs
rm -r ${ED}/usr/share/doc/${PN} || die
}

run_in_build_dir() {
pushd ${BUILD_DIR}  /dev/null
$@
popd  /dev/null
}






[gentoo-commits] gentoo-x86 commit in dev-python/sip: sip-4.15.5.ebuild ChangeLog

2014-04-01 Thread Ian Delaney (idella4)
idella4 14/04/01 08:07:06

  Modified: ChangeLog
  Added:sip-4.15.5.ebuild
  Log:
  bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.280dev-python/sip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -r1.279 -r1.280
--- ChangeLog   23 Mar 2014 17:16:09 -  1.279
+++ ChangeLog   1 Apr 2014 08:07:06 -   1.280
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/sip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.279 2014/03/23 
17:16:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.280 2014/04/01 
08:07:06 idella4 Exp $
+
+*sip-4.15.5 (01 Apr 2014)
+
+  01 Apr 2014; Ian Delaney idel...@gentoo.org +sip-4.15.5.ebuild:
+  bump
 
   23 Mar 2014; Agostino Sarubbo a...@gentoo.org sip-4.15.3.ebuild:
   Stable for sparc, wrt bug #495638



1.1  dev-python/sip/sip-4.15.5.ebuild

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

Index: sip-4.15.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.15.5.ebuild,v 1.1 
2014/04/01 08:07:06 idella4 Exp $

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

inherit eutils python-r1 toolchain-funcs

DESCRIPTION=Python extension module generator for C and C++ libraries
HOMEPAGE=http://www.riverbankcomputing.co.uk/software/sip/intro 
http://pypi.python.org/pypi/SIP;
LICENSE=|| ( GPL-2 GPL-3 sip )

if [[ ${PV} == ** ]]; then
# live version from mercurial repo
EHG_REPO_URI=http://www.riverbankcomputing.com/hg/sip;
inherit mercurial
elif [[ ${PV} == *_pre* ]]; then
# development snapshot
HG_REVISION=
MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
SRC_URI=http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz;
S=${WORKDIR}/${MY_P}
else
# official release
SRC_URI=mirror://sourceforge/pyqt/${P}.tar.gz
fi

# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
SLOT=0/11
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=debug doc

DEPEND=${PYTHON_DEPS}
RDEPEND=${DEPEND}

[[ ${PV} == ** ]]  DEPEND+=
=dev-lang/python-2*
sys-devel/bison
sys-devel/flex
doc? ( dev-python/sphinx[$(python_gen_usedep 'python2*')] )


REQUIRED_USE=${PYTHON_REQUIRED_USE}

src_prepare() {
#   epatch ${FILESDIR}/${PN}-4.9.3-darwin.patch

if [[ ${PV} == ** ]]; then
python2 build.py prepare || die
if use doc; then
python2 build.py doc || die
fi
fi

# Sub-slot sanity check
local sub_slot=${SLOT#*/}
local sip_api_major_nr=$(sed -nre 's:^#define 
SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h.in)
if [[ ${sub_slot} != ${sip_api_major_nr} ]]; then
eerror
eerror Ebuild sub-slot (${sub_slot}) does not match 
SIP_API_MAJOR_NR (${sip_api_major_nr})
eerror Please update SLOT variable as follows:
eerror SLOT=\${SLOT%%/*}/${sip_api_major_nr}\
eerror
die sub-slot sanity check failed
fi

python_copy_sources
}

src_configure() {
configuration() {
local myconf=(
${PYTHON} configure.py
--bindir=${EPREFIX}/usr/bin
--destdir=$(python_get_sitedir)
--incdir=$(python_get_includedir)
--sipdir=${EPREFIX}/usr/share/sip
$(use debug  echo --debug)
AR=$(tc-getAR) cqs
CC=$(tc-getCC)
CFLAGS=${CFLAGS}
CFLAGS_RELEASE=
CXX=$(tc-getCXX)
CXXFLAGS=${CXXFLAGS}
CXXFLAGS_RELEASE=
LINK=$(tc-getCXX)
LINK_SHLIB=$(tc-getCXX)
   

[gentoo-commits] gentoo commit in xml/htdocs/main/es: lists.xml

2014-04-01 Thread JosA MarAa Alonso (nimiux)
nimiux  14/04/01 08:34:36

  Modified: lists.xml
  Log:
  Translate paragraph. No version bump

Revision  ChangesPath
1.34 xml/htdocs/main/es/lists.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/es/lists.xml?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/es/lists.xml?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/es/lists.xml?r1=1.33r2=1.34

Index: lists.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/es/lists.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- lists.xml   8 Mar 2014 13:10:46 -   1.33
+++ lists.xml   1 Apr 2014 08:34:36 -   1.34
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE mainpage SYSTEM /dtd/guide.dtd
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/es/lists.xml,v 1.33 
2014/03/08 13:10:46 nimiux Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/es/lists.xml,v 1.34 
2014/04/01 08:34:36 nimiux Exp $ --
 
 mainpage lang=es
 titleListas de Correo Gentoo/title
@@ -314,7 +314,7 @@
 /tr
 tr
   ticgentoo-licenses/c/ti
-  tiDiscussion regarding software licenses in gentoo./ti
+  tiDiscusiones acerca de licencias de software en Gentoo./ti
   ti/ti
 /tr
 tr






[gentoo-commits] gentoo-x86 commit in net-irc/quassel: metadata.xml ChangeLog

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

  Modified: metadata.xml ChangeLog
  Log:
  Add myself as maintainer acked by Patrick.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.25 net-irc/quassel/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/metadata.xml?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/metadata.xml?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/metadata.xml?r1=1.24r2=1.25

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/quassel/metadata.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- metadata.xml17 Mar 2013 15:11:49 -  1.24
+++ metadata.xml1 Apr 2014 08:47:01 -   1.25
@@ -7,6 +7,10 @@
emailpatr...@gentoo.org/email
/maintainer
maintainer
+   emailj...@gentoo.org/email
+   nameJohannes Huber/name
+   /maintainer
+   maintainer
emailsputn...@quassel-irc.org/email
descriptionUpstream author, please CC on bugs/description
/maintainer



1.166net-irc/quassel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/ChangeLog?rev=1.166view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/ChangeLog?rev=1.166content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/ChangeLog?r1=1.165r2=1.166

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog   27 Mar 2014 00:44:32 -  1.165
+++ ChangeLog   1 Apr 2014 08:47:01 -   1.166
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/quassel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.165 
2014/03/27 00:44:32 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.166 
2014/04/01 08:47:01 johu Exp $
+
+  01 Apr 2014; Johannes Huber j...@gentoo.org metadata.xml:
+  Add myself as maintainer acked by Patrick.
 
 *quassel-0.9.3 (27 Mar 2014)
 






[gentoo-commits] dev/johu:master commit in: profiles/

2014-04-01 Thread Johannes Huber
commit: c2d7df05325e6a62d817974fb89d1f4ff8676541
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Tue Apr  1 08:59:39 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Tue Apr  1 08:59:39 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=c2d7df05

[profiles/categories] Add net-irc

---
 profiles/categories | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/categories b/profiles/categories
index aa139f0..b5aaa24 100644
--- a/profiles/categories
+++ b/profiles/categories
@@ -4,3 +4,4 @@ kde-base
 kde-misc
 media-sound
 media-tv
+net-irc



[gentoo-commits] dev/johu:master commit in: net-irc/quassel/, net-irc/quassel/files/

2014-04-01 Thread Johannes Huber
commit: 2f53357bfc4eb6e86790076fce6b5f6223d16423
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Tue Apr  1 09:07:24 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Tue Apr  1 09:07:24 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=2f53357b

[net-irc/quassel] Import from tree for maintenance

Package-Manager: portage-2.2.10

---
 net-irc/quassel/files/quassel.logrotate |   9 ++
 net-irc/quassel/files/quasselcore.conf  |  22 
 net-irc/quassel/files/quasselcore.init  |  63 +++
 net-irc/quassel/metadata.xml|  49 +
 net-irc/quassel/quassel-.ebuild | 178 
 5 files changed, 321 insertions(+)

diff --git a/net-irc/quassel/files/quassel.logrotate 
b/net-irc/quassel/files/quassel.logrotate
new file mode 100644
index 000..8e72083
--- /dev/null
+++ b/net-irc/quassel/files/quassel.logrotate
@@ -0,0 +1,9 @@
+/var/log/quassel.log {
+   compress
+   rotate 4
+   weekly
+   delaycompress
+   copytruncate
+   missingok
+   notifempty
+}

diff --git a/net-irc/quassel/files/quasselcore.conf 
b/net-irc/quassel/files/quasselcore.conf
new file mode 100644
index 000..6e1304d
--- /dev/null
+++ b/net-irc/quassel/files/quasselcore.conf
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# Loglevel Debug|Info|Warning|Error. Default is: Info
+# The logfile is located at /var/log/quassel.log.
+#LOGLEVEL=Info
+
+# The address(es) quasselcore will listen on. Default is 0.0.0.0
+#LISTEN=0.0.0.0
+
+# The port quasselcore will listen at. Default is: 4242
+#PORT=4242
+
+# User we want our daemon to run under.
+#USER=quassel
+
+# Directory we store all quasselcore content.
+#CONFIGDIR=/var/lib/quassel
+
+# File quasselcore will log all its events into.
+#LOGFILE=/var/log/quassel.log
\ No newline at end of file

diff --git a/net-irc/quassel/files/quasselcore.init 
b/net-irc/quassel/files/quasselcore.init
new file mode 100644
index 000..06d73cb
--- /dev/null
+++ b/net-irc/quassel/files/quasselcore.init
@@ -0,0 +1,63 @@
+#!/sbin/runscript
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+depend() {
+   need localmount net
+   after bootmisc postgres
+}
+
+CORE=$(which quasselcore)
+PID=/var/run/quassel.pid
+LOGFILE=${LOGFILE:-/var/log/quassel.log}
+CONFIGDIR=${CONFIGDIR:-/var/lib/quassel}
+QUASSEL_USER=${QUASSEL_USER:-quassel}
+
+checkconfig() {
+   # set defaults
+   LOGLEVEL=${LOGLEVEL:-Info}
+
+   # check config folder
+   if [ ! -d ${CONFIGDIR} ]; then
+   mkdir ${CONFIGDIR} || return 1
+   fi
+   # permissions always changed just to avoid runtime issues
+   chown -R ${QUASSEL_USER}:${QUASSEL_USER} ${CONFIGDIR} || return 1
+
+   # check log file
+   if [ ! -e ${LOGFILE} ]; then
+   touch ${LOGFILE} || return 1
+   fi
+   # permissions always changed just to avoid runtime issues
+   chown ${QUASSEL_USER}:${QUASSEL_USER} ${LOGFILE} || return 1
+}
+
+start() {
+   checkconfig || return 1
+
+   ebegin Starting Quassel Core
+
+   if [ -n ${RC_UNAME} ]; then
+   # running on baselayout-2/openrc
+   start-stop-daemon --start --user ${QUASSEL_USER} --background 
--make-pidfile \
+   --pidfile ${PID} \
+   --exec ${CORE} -- --logfile=${LOGFILE} 
--loglevel=${LOGLEVEL} \
+   ${LISTEN:+--listen=${LISTEN}} ${PORT:+--port=${PORT}} \
+   --configdir=${CONFIGDIR}
+   else
+   # running on baselayout-1
+   start-stop-daemon --start --chuid ${QUASSEL_USER} 
--background --make-pidfile \
+   --pidfile ${PID} --env HOME=${CONFIGDIR} \
+   --exec ${CORE} -- --logfile=${LOGFILE} 
--loglevel=${LOGLEVEL} \
+   ${LISTEN:+--listen=${LISTEN}} ${PORT:+--port=${PORT}} \
+   --configdir=${CONFIGDIR}
+   fi
+   eend $?
+}
+
+stop() {
+   ebegin Stopping Quassel Core
+   start-stop-daemon --stop --pidfile ${PID} --exec ${CORE}
+   eend $?
+}

diff --git a/net-irc/quassel/metadata.xml b/net-irc/quassel/metadata.xml
new file mode 100644
index 000..2703085
--- /dev/null
+++ b/net-irc/quassel/metadata.xml
@@ -0,0 +1,49 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   herdnet-irc/herd
+   herdproxy-maintainers/herd
+   maintainer
+   emailpatr...@gentoo.org/email
+   /maintainer
+   maintainer
+   emailj...@gentoo.org/email
+   nameJohannes Huber/name
+   /maintainer
+   maintainer
+   emailsputn...@quassel-irc.org/email
+   descriptionUpstream author, please CC on bugs/description
+   

[gentoo-commits] gentoo-x86 commit in dev-python/stevedore: stevedore-0.15.ebuild ChangeLog

2014-04-01 Thread Ian Delaney (idella4)
idella4 14/04/01 09:11:47

  Modified: stevedore-0.15.ebuild ChangeLog
  Log:
  re-add flake8 for test phase
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/stevedore/stevedore-0.15.ebuild

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

Index: stevedore-0.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/stevedore/stevedore-0.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stevedore-0.15.ebuild   30 Mar 2014 06:32:33 -  1.2
+++ stevedore-0.15.ebuild   1 Apr 2014 09:11:46 -   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-python/stevedore/stevedore-0.15.ebuild,v 1.2 
2014/03/30 06:32:33 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/stevedore/stevedore-0.15.ebuild,v 1.3 
2014/04/01 09:11:46 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -22,7 +22,8 @@
dev-python/pbr-1.0[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}] )
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/flake8[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}] )
 



1.17 dev-python/stevedore/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   30 Mar 2014 07:27:28 -  1.16
+++ ChangeLog   1 Apr 2014 09:11:46 -   1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/stevedore
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v 1.16 
2014/03/30 07:27:28 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v 1.17 
2014/04/01 09:11:46 idella4 Exp $
+
+  01 Apr 2014; Ian Delaney idel...@gentoo.org stevedore-0.15.ebuild:
+  re-add flake8 for test phase
 
   30 Mar 2014; Ian Delaney idel...@gentoo.org -stevedore-0.10.ebuild,
   -stevedore-0.11.ebuild, -stevedore-0.12.ebuild, stevedore-0.14.1.ebuild,






[gentoo-commits] dev/johu:master commit in: net-irc/quassel/

2014-04-01 Thread Johannes Huber
commit: 2c4e82dcea499fc945af8746d4847226f10e84c9
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Tue Apr  1 09:11:22 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Tue Apr  1 09:11:22 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=2c4e82dc

[net-irc/quassel] Cleanup header

Package-Manager: portage-2.2.10

---
 net-irc/quassel/quassel-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/quassel/quassel-.ebuild 
b/net-irc/quassel/quassel-.ebuild
index b0c8647..0ccf283 100644
--- a/net-irc/quassel/quassel-.ebuild
+++ b/net-irc/quassel/quassel-.ebuild
@@ -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-irc/quassel/quassel-.ebuild,v 1.69 
2014/03/27 00:44:32 mrueg Exp $
+# $Header: $
 
 EAPI=5
 



[gentoo-commits] dev/johu:master commit in: net-irc/quassel/

2014-04-01 Thread Johannes Huber
commit: 15204e821ac436790c742820166571c032a305c0
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Tue Apr  1 09:15:36 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Tue Apr  1 09:15:36 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=15204e82

[net-irc/quassel] Drop ancient {QT,KDE}_MINIMAL vars

Package-Manager: portage-2.2.10

---
 net-irc/quassel/quassel-.ebuild | 23 ++-
 1 file changed, 10 insertions(+), 13 deletions(-)

diff --git a/net-irc/quassel/quassel-.ebuild 
b/net-irc/quassel/quassel-.ebuild
index 0ccf283..645e2f8 100644
--- a/net-irc/quassel/quassel-.ebuild
+++ b/net-irc/quassel/quassel-.ebuild
@@ -10,9 +10,6 @@ EGIT_REPO_URI=git://git.quassel-irc.org/quassel.git
 EGIT_BRANCH=master
 [[ ${PV} ==  ]]  inherit git-2
 
-QT_MINIMAL=4.6.0
-KDE_MINIMAL=4.4
-
 DESCRIPTION=Qt4/KDE4 IRC client supporting a remote daemon for 24/7 
connectivity.
 HOMEPAGE=http://quassel-irc.org/;
 [[ ${PV} ==  ]] || 
SRC_URI=http://quassel-irc.org/pub/${P/_/-}.tar.bz2;
@@ -23,34 +20,34 @@ SLOT=0
 IUSE=ayatana crypt dbus debug kde monolithic phonon postgres +server +ssl 
syslog webkit X
 
 SERVER_RDEPEND=
-   =dev-qt/qtscript-${QT_MINIMAL}:4
+   dev-qt/qtscript:4
crypt? (
app-crypt/qca:2
app-crypt/qca-ossl
)
-   !postgres? ( =dev-qt/qtsql-${QT_MINIMAL}:4[sqlite] 
dev-db/sqlite:3[threadsafe(+),-secure-delete] )
-   postgres? ( =dev-qt/qtsql-${QT_MINIMAL}:4[postgres] )
+   !postgres? ( dev-qt/qtsql:4[sqlite] 
dev-db/sqlite:3[threadsafe(+),-secure-delete] )
+   postgres? ( dev-qt/qtsql:4[postgres] )
syslog? ( virtual/logger )
 
 
 GUI_RDEPEND=
-   =dev-qt/qtgui-${QT_MINIMAL}:4
+   dev-qt/qtgui:4
ayatana? ( dev-libs/libindicate-qt )
dbus? (
-   =dev-qt/qtdbus-${QT_MINIMAL}:4
+   dev-qt/qtdbus:4
dev-libs/libdbusmenu-qt
)
kde? (
-   =kde-base/kdelibs-${KDE_MINIMAL}
-   =kde-base/oxygen-icons-${KDE_MINIMAL}
+   kde-base/kdelibs:4
+   kde-base/oxygen-icons:4
ayatana? ( kde-misc/plasma-widget-message-indicator )
)
-   phonon? ( || ( media-libs/phonon =dev-qt/qtphonon-${QT_MINIMAL}:4 ) )
-   webkit? ( =dev-qt/qtwebkit-${QT_MINIMAL}:4 )
+   phonon? ( || ( media-libs/phonon dev-qt/qtphonon:4 ) )
+   webkit? ( dev-qt/qtwebkit:4 )
 
 
 RDEPEND=
-   =dev-qt/qtcore-${QT_MINIMAL}:4[ssl?]
+   dev-qt/qtcore:4[ssl?]
monolithic? (
${SERVER_RDEPEND}
${GUI_RDEPEND}



[gentoo-commits] dev/johu:master commit in: net-irc/quassel/

2014-04-01 Thread Johannes Huber
commit: bc0283e44b7ad2dc032752c045e12a1613464f5f
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Tue Apr  1 09:17:52 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Tue Apr  1 09:17:52 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=bc0283e4

[net-irc/quassel] Update DESCRIPTION

Package-Manager: portage-2.2.10

---
 net-irc/quassel/quassel-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/quassel/quassel-.ebuild 
b/net-irc/quassel/quassel-.ebuild
index 645e2f8..3cabe2b 100644
--- a/net-irc/quassel/quassel-.ebuild
+++ b/net-irc/quassel/quassel-.ebuild
@@ -10,7 +10,7 @@ EGIT_REPO_URI=git://git.quassel-irc.org/quassel.git
 EGIT_BRANCH=master
 [[ ${PV} ==  ]]  inherit git-2
 
-DESCRIPTION=Qt4/KDE4 IRC client supporting a remote daemon for 24/7 
connectivity.
+DESCRIPTION=Qt/KDE IRC client supporting a remote daemon for 24/7 
connectivity
 HOMEPAGE=http://quassel-irc.org/;
 [[ ${PV} ==  ]] || 
SRC_URI=http://quassel-irc.org/pub/${P/_/-}.tar.bz2;
 



[gentoo-commits] gentoo-x86 commit in dev-python/eyeD3: eyeD3-0.7.4-r1.ebuild ChangeLog

2014-04-01 Thread Samuli Suominen (ssuominen)
ssuominen14/04/01 09:19:54

  Modified: ChangeLog
  Added:eyeD3-0.7.4-r1.ebuild
  Log:
  Replace python with content of EPYTHON variable in /usr/bin/eyeD3 wrt 
#506422 by Andrew Udvare
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.68 dev-python/eyeD3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   10 Mar 2014 17:36:22 -  1.67
+++ ChangeLog   1 Apr 2014 09:19:53 -   1.68
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/eyeD3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.67 
2014/03/10 17:36:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.68 
2014/04/01 09:19:53 ssuominen Exp $
+
+*eyeD3-0.7.4-r1 (01 Apr 2014)
+
+  01 Apr 2014; Samuli Suominen ssuomi...@gentoo.org +eyeD3-0.7.4-r1.ebuild:
+  Replace python with content of EPYTHON variable in /usr/bin/eyeD3 wrt
+  #506422 by Andrew Udvare
 
   10 Mar 2014; Samuli Suominen ssuomi...@gentoo.org eyeD3-0.6.18-r1.ebuild:
   Remove temporary dependency for the eyeD3 binary since every reverse



1.1  dev-python/eyeD3/eyeD3-0.7.4-r1.ebuild

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

Index: eyeD3-0.7.4-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r1.ebuild,v 1.1 
2014/04/01 09:19:53 ssuominen Exp $

EAPI=5

# For python3_{2,3}, see bugs 501338, 501340

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Module for manipulating ID3 (v1 + v2) tags in Python
HOMEPAGE=http://eyed3.nicfit.net/;
SRC_URI=http://eyed3.nicfit.net/releases/${P}.tgz;

LICENSE=GPL-2
SLOT=0.7
KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris
IUSE=

RDEPEND=!${CATEGORY}/${PN}-0.6.18-r1:0
DEPEND=${RDEPEND}
dev-python/paver[${PYTHON_USEDEP}]

python_install() {
distutils-r1_python_install

sed -i -e s:python:${EPYTHON}: ${ED}/usr/bin/${PN}
}

python_install_all() {
dodoc AUTHORS ChangeLog README.rst
distutils-r1_python_install_all
}






[gentoo-commits] dev/johu:master commit in: net-irc/quassel/

2014-04-01 Thread Johannes Huber
commit: e725ce4991f9678a47cec5d76219e01c955a5f36
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Tue Apr  1 09:21:26 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Tue Apr  1 09:21:26 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=e725ce49

[net-irc/quassel] Move to git-r3 eclass

Package-Manager: portage-2.2.10

---
 net-irc/quassel/quassel-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/quassel/quassel-.ebuild 
b/net-irc/quassel/quassel-.ebuild
index 3cabe2b..9382642 100644
--- a/net-irc/quassel/quassel-.ebuild
+++ b/net-irc/quassel/quassel-.ebuild
@@ -6,9 +6,9 @@ EAPI=5
 
 inherit cmake-utils eutils pax-utils user versionator
 
-EGIT_REPO_URI=git://git.quassel-irc.org/quassel.git
+EGIT_REPO_URI=git://git.quassel-irc.org/quassel
 EGIT_BRANCH=master
-[[ ${PV} ==  ]]  inherit git-2
+[[ ${PV} ==  ]]  inherit git-r3
 
 DESCRIPTION=Qt/KDE IRC client supporting a remote daemon for 24/7 
connectivity
 HOMEPAGE=http://quassel-irc.org/;



[gentoo-commits] gentoo-x86 commit in media-gfx/kgraphviewer: kgraphviewer-2.1.1.ebuild kgraphviewer-2.1.1_p20140331.ebuild ChangeLog

2014-04-01 Thread Michael Palimaka (kensington)
kensington14/04/01 09:54:36

  Modified: kgraphviewer-2.1.1.ebuild
kgraphviewer-2.1.1_p20140331.ebuild ChangeLog
  Log:
  Update HOMEPAGE.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.5  media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild

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

Index: kgraphviewer-2.1.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kgraphviewer-2.1.1.ebuild   21 Mar 2014 20:48:18 -  1.4
+++ kgraphviewer-2.1.1.ebuild   1 Apr 2014 09:54:36 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild,v 1.4 
2014/03/21 20:48:18 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild,v 1.5 
2014/04/01 09:54:36 kensington Exp $
 
 EAPI=5
 
@@ -11,7 +11,8 @@
 inherit kde4-base
 
 DESCRIPTION=KDE graphviz dot graph file viewer
-HOMEPAGE=http://kde-apps.org/content/show.php?content=23999;
+HOMEPAGE=http://www.kde.org/applications/graphics/kgraphviewer/
+http://extragear.kde.org/apps/kgraphviewer/;
 
SRC_URI=https://api.opensuse.org/public/source/home:milianw:kdeapps/${PN}/${P}.tar.gz;
 
 LICENSE=GPL-2 FDL-1.2



1.2  media-gfx/kgraphviewer/kgraphviewer-2.1.1_p20140331.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1_p20140331.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1_p20140331.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1_p20140331.ebuild?r1=1.1r2=1.2

Index: kgraphviewer-2.1.1_p20140331.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1_p20140331.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kgraphviewer-2.1.1_p20140331.ebuild 31 Mar 2014 17:56:36 -  1.1
+++ kgraphviewer-2.1.1_p20140331.ebuild 1 Apr 2014 09:54: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/media-gfx/kgraphviewer/kgraphviewer-2.1.1_p20140331.ebuild,v
 1.1 2014/03/31 17:56:36 kensington Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1_p20140331.ebuild,v
 1.2 2014/04/01 09:54:36 kensington Exp $
 
 EAPI=5
 
@@ -11,7 +11,8 @@
 inherit kde4-base
 
 DESCRIPTION=KDE graphviz dot graph file viewer
-HOMEPAGE=http://kde-apps.org/content/show.php?content=23999;
+HOMEPAGE=http://www.kde.org/applications/graphics/kgraphviewer/
+http://extragear.kde.org/apps/kgraphviewer/;
 SRC_URI=http://dev.gentoo.org/~kensington/distfiles/${P}.tar.xz;
 
 LICENSE=GPL-2 FDL-1.2



1.11 media-gfx/kgraphviewer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   31 Mar 2014 17:56:36 -  1.10
+++ ChangeLog   1 Apr 2014 09:54:36 -   1.11
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/kgraphviewer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/ChangeLog,v 1.10 
2014/03/31 17:56:36 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/ChangeLog,v 1.11 
2014/04/01 09:54:36 kensington Exp $
+
+  01 Apr 2014; Michael Palimaka kensing...@gentoo.org
+  kgraphviewer-2.1.1.ebuild, kgraphviewer-2.1.1_p20140331.ebuild:
+  Update HOMEPAGE.
 
 *kgraphviewer-2.1.1_p20140331 (31 Mar 2014)
 






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

2014-04-01 Thread Michael Palimaka (kensington)
kensington14/04/01 09:59:06

  Modified: ChangeLog package.mask
  Log:
  Unmask media-gfx/kgraphviewer wrt bug #491760.

Revision  ChangesPath
1.8767   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8766
retrieving revision 1.8767
diff -u -r1.8766 -r1.8767
--- ChangeLog   31 Mar 2014 22:16:39 -  1.8766
+++ ChangeLog   1 Apr 2014 09:59:05 -   1.8767
@@ -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.8766 2014/03/31 
22:16:39 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8767 2014/04/01 
09:59:05 kensington 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!
 
+  01 Apr 2014; Michael Palimaka kensing...@gentoo.org package.mask:
+  Unmask media-gfx/kgraphviewer wrt bug #491760.
+
   31 Mar 2014; Tom Wijsman tom...@gentoo.org hardened/linux/package.mask:
   [QA] Remove obsolete hardened gcc-4.4.2 mask.
 



1.15526  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15525
retrieving revision 1.15526
diff -u -r1.15525 -r1.15526
--- package.mask31 Mar 2014 12:01:43 -  1.15525
+++ package.mask1 Apr 2014 09:59:05 -   1.15526
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15525 2014/03/31 
12:01:43 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15526 2014/04/01 
09:59:05 kensington 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
@@ -263,11 +263,6 @@
 # experimental features and accept a more unstable release.
 =www-client/chromium-35
 
-# Michael Palimaka kensing...@gentoo.org (26 Feb 2014)
-# Doesn't build with recent graphviz. Dead upstream.
-# Masked for removal in 30 days. Bug #491760.
-media-gfx/kgraphviewer
-
 # Tom Wijsman tom...@gentoo.org (21 Feb 2014)
 # MATE Desktop Environment =1.7 introduction mask:
 #






[gentoo-commits] gentoo-x86 commit in app-office/unoconv: unoconv-0.6.20131229.ebuild ChangeLog

2014-04-01 Thread Hans de Graaff (graaff)
graaff  14/04/01 10:09:15

  Modified: ChangeLog
  Added:unoconv-0.6.20131229.ebuild
  Log:
  Version bump to latest upstream commit to pick up a number of bug fixes and 
improvements.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.14 app-office/unoconv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   28 Aug 2013 11:16:49 -  1.13
+++ ChangeLog   1 Apr 2014 10:09:15 -   1.14
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/unoconv
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.13 
2013/08/28 11:16:49 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.14 
2014/04/01 10:09:15 graaff Exp $
+
+*unoconv-0.6.20131229 (01 Apr 2014)
+
+  01 Apr 2014; Hans de Graaff gra...@gentoo.org +unoconv-0.6.20131229.ebuild:
+  Version bump to latest upstream commit to pick up a number of bug fixes and
+  improvements.
 
   28 Aug 2013; Agostino Sarubbo a...@gentoo.org unoconv-0.6.ebuild:
   Stable for x86, wrt bug #481898



1.1  app-office/unoconv/unoconv-0.6.20131229.ebuild

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

Index: unoconv-0.6.20131229.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.20131229.ebuild,v 1.1 
2014/04/01 10:09:15 graaff Exp $

EAPI=3

PYTHON_DEPEND=2
EGIT_REPO_URI=https://github.com/dagwieers/unoconv.git;
[[ ${PV} == * ]]  SCM_ECLASS=git-2
inherit eutils python ${SCM_ECLASS}
unset SCM_ECLASS

DESCRIPTION=Convert between document formats supported by Libreoffice
HOMEPAGE=http://dag.wieers.com/home-made/unoconv/;
[[ ${PV} == * ]] || 
SRC_URI=https://github.com/dagwieers/${PN}/tarball/${PV} - ${P}-git.tar.gz
SRC_URI=https://github.com/dagwieers/${PN}/tarball/a2c7b2f06d79945339382951142e0bcaad43
 - ${P}-git.tar.gz

LICENSE=GPL-2
SLOT=0

# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} == * ]] || \
KEYWORDS=~amd64 ~ppc ~x86

IUSE=

DEPEND=
RDEPEND=${DEPEND}
!app-text/odt2txt
virtual/ooo


pkg_setup() {
python_set_active_version 2
}

src_prepare() {
mv ${WORKDIR}/dagwieers-${PN}-* ${WORKDIR}/${P}
cd ${S}

epatch ${FILESDIR}/timeout.patch
python_convert_shebangs -r 2 .
}

src_compile() { :; }

src_install() {
emake -j1 doc-install install install-links DESTDIR=${D} || die

dodoc ChangeLog README.asciidoc || die
}






[gentoo-commits] gentoo-x86 commit in sci-chemistry/ccpn: ChangeLog ccpn-2.3.1_p140401.ebuild

2014-04-01 Thread Justin Lecher (jlec)
jlec14/04/01 10:18:51

  Modified: ChangeLog
  Added:ccpn-2.3.1_p140401.ebuild
  Log:
  sci-chemistry/ccpn: Todays python patches
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.136sci-chemistry/ccpn/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   25 Mar 2014 17:37:39 -  1.135
+++ ChangeLog   1 Apr 2014 10:18:51 -   1.136
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/ccpn
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.135 
2014/03/25 17:37:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.136 
2014/04/01 10:18:51 jlec Exp $
+
+*ccpn-2.3.1_p140401 (01 Apr 2014)
+
+  01 Apr 2014; Justin Lecher j...@gentoo.org +ccpn-2.3.1_p140401.ebuild:
+  Todays python patches
 
 *ccpn-2.3.1_p140325 (25 Mar 2014)
 



1.1  sci-chemistry/ccpn/ccpn-2.3.1_p140401.ebuild

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

Index: ccpn-2.3.1_p140401.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.3.1_p140401.ebuild,v 1.1 
2014/04/01 10:18:51 jlec Exp $

EAPI=5

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

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

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

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

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

REQUIRED_USE=${PYTHON_REQUIRED_USE}

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

RESTRICT=mirror

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

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

epatch ${FILESDIR}/${MY_PV}-parallel.patch

append-lfs-flags

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

local tk_ver
local myconf

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

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

else
IGNORE_GL_FLAG=-DIGNORE_GL
GL_FLAG=-DUSE_GL_FALSE
fi

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

rm -rf data model doc license || die

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

[gentoo-commits] gentoo-x86 commit in sys-apps/usb_modeswitch: usb_modeswitch-2.1.1_p20140327.ebuild ChangeLog

2014-04-01 Thread Samuli Suominen (ssuominen)
ssuominen14/04/01 10:20:12

  Modified: ChangeLog
  Added:usb_modeswitch-2.1.1_p20140327.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.55 sys-apps/usb_modeswitch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   6 Mar 2014 16:30:07 -   1.54
+++ ChangeLog   1 Apr 2014 10:20:12 -   1.55
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/usb_modeswitch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog,v 1.54 
2014/03/06 16:30:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog,v 1.55 
2014/04/01 10:20:12 ssuominen Exp $
+
+*usb_modeswitch-2.1.1_p20140327 (01 Apr 2014)
+
+  01 Apr 2014; Samuli Suominen ssuomi...@gentoo.org
+  +usb_modeswitch-2.1.1_p20140327.ebuild:
+  Version bump.
 
   06 Mar 2014; Samuli Suominen ssuomi...@gentoo.org
   usb_modeswitch-2.1.0_p20140129.ebuild:



1.1  
sys-apps/usb_modeswitch/usb_modeswitch-2.1.1_p20140327.ebuild

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

Index: usb_modeswitch-2.1.1_p20140327.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/usb_modeswitch-2.1.1_p20140327.ebuild,v
 1.1 2014/04/01 10:20:12 ssuominen Exp $

EAPI=5
inherit eutils linux-info toolchain-funcs udev systemd

MY_PN=${PN/_/-}
MY_P=${MY_PN}-${PV/_p*}
DATA_VER=${PV/*_p}

DESCRIPTION=USB_ModeSwitch is a tool for controlling 'flip flop' (multiple 
devices) USB gear like UMTS sticks
HOMEPAGE=http://www.draisberghof.de/usb_modeswitch/ 
http://www.draisberghof.de/usb_modeswitch/device_reference.txt;
SRC_URI=http://www.draisberghof.de/${PN}/${MY_P}.tar.bz2
http://www.draisberghof.de/${PN}/${MY_PN}-data-${DATA_VER}.tar.bz2;

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

COMMON_DEPEND=virtual/udev
virtual/libusb:1
RDEPEND=${COMMON_DEPEND}
jimtcl? ( dev-lang/jimtcl )
!jimtcl? ( dev-lang/tcl ) # usb_modeswitch script is tcl
DEPEND=${COMMON_DEPEND}
virtual/pkgconfig

S=${WORKDIR}/${MY_P}

CONFIG_CHECK=~USB_SERIAL

src_prepare() {
sed -i -e '/install.*BIN/s:-s::' Makefile || die
}

src_compile() {
emake CC=$(tc-getCC)
}

src_install() {
emake \
DESTDIR=${D} \
SYSDIR=${D}/$(systemd_get_unitdir) \
UDEVDIR=${D}/$(get_udevdir) \
$(usex jimtcl install-shared install)

# Even if we set SYSDIR above, the Makefile is causing automagic 
detection of `systemctl` binary,
# which is why we need to force the .service file to be installed:
systemd_dounit ${PN}@.service

dodoc ChangeLog README

pushd ../${MY_PN}-data-${DATA_VER} /dev/null
emake \
DESTDIR=${D} \
RULESDIR=${D}/$(get_udevdir)/rules.d \
files-install db-install
docinto data
dodoc ChangeLog README
popd /dev/null
}






[gentoo-commits] gentoo-x86 commit in kde-base/plasma-workspace: plasma-workspace-4.11.7.ebuild ChangeLog

2014-04-01 Thread Michael Palimaka (kensington)
kensington14/04/01 10:36:01

  Modified: plasma-workspace-4.11.7.ebuild ChangeLog
  Log:
  Remove KMLOADLIBS wrt bug #505216.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.2  kde-base/plasma-workspace/plasma-workspace-4.11.7.ebuild

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

Index: plasma-workspace-4.11.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plasma-workspace-4.11.7.ebuild  4 Mar 2014 19:30:41 -   1.1
+++ plasma-workspace-4.11.7.ebuild  1 Apr 2014 10:36:01 -   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/plasma-workspace/plasma-workspace-4.11.7.ebuild,v
 1.1 2014/03/04 19:30:41 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.7.ebuild,v
 1.2 2014/04/01 10:36:01 kensington Exp $
 
 EAPI=5
 
@@ -82,8 +82,6 @@
ksysguard/
 
 
-KMLOADLIBS=libkworkspace libplasmaclock libplasmagenericshell libtaskmanager
-
 PATCHES=( ${FILESDIR}/${PN}-4.10.1-noplasmalock.patch )
 
 pkg_setup() {



1.267kde-base/plasma-workspace/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.267view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.267content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?r1=1.266r2=1.267

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- ChangeLog   11 Mar 2014 13:32:17 -  1.266
+++ ChangeLog   1 Apr 2014 10:36:01 -   1.267
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/plasma-workspace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.266 
2014/03/11 13:32:17 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.267 
2014/04/01 10:36:01 kensington Exp $
+
+  01 Apr 2014; Michael Palimaka kensing...@gentoo.org
+  plasma-workspace-4.11.7.ebuild:
+  Remove KMLOADLIBS wrt bug #505216.
 
   11 Mar 2014; Johannes Huber j...@gentoo.org
   -plasma-workspace-4.11.6.ebuild:






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

2014-04-01 Thread Michael Palimaka
commit: 5254c6f8fd72e93e45b59fd3a6bb0571056649eb
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Apr  1 10:37:20 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Apr  1 10:37:20 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5254c6f8

[kde-base/plasma-workspace] Remove KMLOADLIBS wrt bug #505216.

Package-Manager: portage-2.2.8-r1

---
 kde-base/plasma-workspace/plasma-workspace-4.11.49..ebuild | 2 --
 kde-base/plasma-workspace/plasma-workspace-4.11.8.ebuild   | 2 --
 2 files changed, 4 deletions(-)

diff --git a/kde-base/plasma-workspace/plasma-workspace-4.11.49..ebuild 
b/kde-base/plasma-workspace/plasma-workspace-4.11.49..ebuild
index 2dd5e6e..68c6e30 100644
--- a/kde-base/plasma-workspace/plasma-workspace-4.11.49..ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-4.11.49..ebuild
@@ -82,8 +82,6 @@ KMEXTRACTONLY=
ksysguard/
 
 
-KMLOADLIBS=libkworkspace libplasmaclock libplasmagenericshell libtaskmanager
-
 PATCHES=( ${FILESDIR}/${PN}-4.10.1-noplasmalock.patch )
 
 pkg_setup() {

diff --git a/kde-base/plasma-workspace/plasma-workspace-4.11.8.ebuild 
b/kde-base/plasma-workspace/plasma-workspace-4.11.8.ebuild
index 2bba34b..93daf3a 100644
--- a/kde-base/plasma-workspace/plasma-workspace-4.11.8.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-4.11.8.ebuild
@@ -82,8 +82,6 @@ KMEXTRACTONLY=
ksysguard/
 
 
-KMLOADLIBS=libkworkspace libplasmaclock libplasmagenericshell libtaskmanager
-
 PATCHES=( ${FILESDIR}/${PN}-4.10.1-noplasmalock.patch )
 
 pkg_setup() {



[gentoo-commits] gentoo-x86 commit in app-editors/emacs-vcs: ChangeLog emacs-vcs-24.3.50_pre20140331.ebuild

2014-04-01 Thread Ulrich Mueller (ulm)
ulm 14/04/01 10:57:51

  Modified: ChangeLog
  Added:emacs-vcs-24.3.50_pre20140331.ebuild
  Log:
  New snapshot of emacs-24 branch.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.151app-editors/emacs-vcs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.151view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.151content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?r1=1.150r2=1.151

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog   21 Mar 2014 14:22:30 -  1.150
+++ ChangeLog   1 Apr 2014 10:57:51 -   1.151
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/emacs-vcs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.150 
2014/03/21 14:22:30 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.151 
2014/04/01 10:57:51 ulm Exp $
+
+*emacs-vcs-24.3.50_pre20140331 (01 Apr 2014)
+
+  01 Apr 2014; Ulrich Müller u...@gentoo.org
+  +emacs-vcs-24.3.50_pre20140331.ebuild:
+  New snapshot of emacs-24 branch.
 
 *emacs-vcs-24.4. (21 Mar 2014)
 



1.1  app-editors/emacs-vcs/emacs-vcs-24.3.50_pre20140331.ebuild

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

Index: emacs-vcs-24.3.50_pre20140331.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.3.50_pre20140331.ebuild,v
 1.1 2014/04/01 10:57:51 ulm Exp $

EAPI=5

inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo

if [[ ${PV##*.} =  ]]; then
EBZR_PROJECT=emacs
EBZR_BRANCH=emacs-24
EBZR_REPO_URI=bzr://bzr.savannah.gnu.org/emacs/${EBZR_BRANCH}/
# Nosmart is much faster for initial branching.
EBZR_INITIAL_URI=nosmart+${EBZR_REPO_URI}
EBZR_UNPACK_DIR=${WORKDIR}/emacs
EBZR_WORKDIR_CHECKOUT=t   #434746
inherit bzr
S=${EBZR_UNPACK_DIR}
else
SRC_URI=http://dev.gentoo.org/~ulm/distfiles/emacs-${PV}.tar.xz
mirror://gnu-alpha/emacs/pretest/emacs-${PV}.tar.xz
# FULL_VERSION keeps the full version number, which is needed in
# order to determine some path information correctly for copy/move
# operations later on
FULL_VERSION=${PV%%_*}
#S=${WORKDIR}/emacs-${FULL_VERSION}
S=${WORKDIR}/emacs
fi

DESCRIPTION=The extensible, customizable, self-documenting real-time display 
editor
HOMEPAGE=http://www.gnu.org/software/emacs/;

LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2
SLOT=24
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk 
+gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib 
motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int 
X Xaw3d xft +xpm zlib
REQUIRED_USE=?? ( aqua X )

RDEPEND=sys-libs/ncurses
=app-admin/eselect-emacs-1.16
=app-emacs/emacs-common-gentoo-1.3-r3[games?,X?]
net-libs/liblockfile
acl? ( virtual/acl )
alsa? ( media-libs/alsa-lib )
dbus? ( sys-apps/dbus )
gfile? ( =dev-libs/glib-2.28.6 )
gnutls? ( net-libs/gnutls )
gpm? ( sys-libs/gpm )
hesiod? ( net-dns/hesiod )
kerberos? ( virtual/krb5 )
libxml2? ( =dev-libs/libxml2-2.2.0 )
selinux? ( sys-libs/libselinux )
zlib? ( sys-libs/zlib )
X? (
x11-libs/libXmu
x11-libs/libXt
x11-misc/xbitmaps
gconf? ( =gnome-base/gconf-2.26.2 )
gsettings? ( =dev-libs/glib-2.28.6 )
gif? ( media-libs/giflib )
jpeg? ( virtual/jpeg:0= )
png? ( =media-libs/libpng-1.4:0= )
svg? ( =gnome-base/librsvg-2.0 )
tiff? ( media-libs/tiff )
xpm? ( x11-libs/libXpm )
imagemagick? ( =media-gfx/imagemagick-6.6.2 )
xft? (

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

2014-04-01 Thread Johannes Huber
commit: 18c475ae4ec5fc30ffb5ab30c3231a0a1bc138e1
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Tue Apr  1 11:10:01 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Tue Apr  1 11:10:42 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=18c475ae

[kde-base/kopete] Add missing use depend, bug #505744

Package-Manager: portage-2.2.10

---
 kde-base/kopete/kopete-4.12.4.ebuild   | 1 +
 kde-base/kopete/kopete-4.12.49..ebuild | 1 +
 kde-base/kopete/kopete-4.12.97.ebuild  | 1 +
 kde-base/kopete/kopete-4.13.49..ebuild | 1 +
 kde-base/kopete/kopete-.ebuild | 1 +
 5 files changed, 5 insertions(+)

diff --git a/kde-base/kopete/kopete-4.12.4.ebuild 
b/kde-base/kopete/kopete-4.12.4.ebuild
index 5545cb6..1bf1253 100644
--- a/kde-base/kopete/kopete-4.12.4.ebuild
+++ b/kde-base/kopete/kopete-4.12.4.ebuild
@@ -65,6 +65,7 @@ IUSE=${IUSE} ${PLUGINS} ${PROTOCOLS}
 
 COMMONDEPEND=
dev-libs/libpcre
+   $(add_kdebase_dep kdelibs 'zeroconf?')
$(add_kdebase_dep kdepimlibs)
media-libs/qimageblitz
=dev-qt/qtgui-4.4.0:4[mng]

diff --git a/kde-base/kopete/kopete-4.12.49..ebuild 
b/kde-base/kopete/kopete-4.12.49..ebuild
index dc8d899..123c4c9 100644
--- a/kde-base/kopete/kopete-4.12.49..ebuild
+++ b/kde-base/kopete/kopete-4.12.49..ebuild
@@ -65,6 +65,7 @@ IUSE=${IUSE} ${PLUGINS} ${PROTOCOLS}
 
 COMMONDEPEND=
dev-libs/libpcre
+   $(add_kdebase_dep kdelibs 'zeroconf?')
$(add_kdebase_dep kdepimlibs)
media-libs/qimageblitz
=dev-qt/qtgui-4.4.0:4[mng]

diff --git a/kde-base/kopete/kopete-4.12.97.ebuild 
b/kde-base/kopete/kopete-4.12.97.ebuild
index 1f748f2..77841a5 100644
--- a/kde-base/kopete/kopete-4.12.97.ebuild
+++ b/kde-base/kopete/kopete-4.12.97.ebuild
@@ -65,6 +65,7 @@ IUSE=${IUSE} ${PLUGINS} ${PROTOCOLS}
 
 COMMONDEPEND=
dev-libs/libpcre
+   $(add_kdebase_dep kdelibs 'zeroconf?')
$(add_kdebase_dep kdepimlibs)
media-libs/qimageblitz
=dev-qt/qtgui-4.4.0:4[mng]

diff --git a/kde-base/kopete/kopete-4.13.49..ebuild 
b/kde-base/kopete/kopete-4.13.49..ebuild
index dc8d899..123c4c9 100644
--- a/kde-base/kopete/kopete-4.13.49..ebuild
+++ b/kde-base/kopete/kopete-4.13.49..ebuild
@@ -65,6 +65,7 @@ IUSE=${IUSE} ${PLUGINS} ${PROTOCOLS}
 
 COMMONDEPEND=
dev-libs/libpcre
+   $(add_kdebase_dep kdelibs 'zeroconf?')
$(add_kdebase_dep kdepimlibs)
media-libs/qimageblitz
=dev-qt/qtgui-4.4.0:4[mng]

diff --git a/kde-base/kopete/kopete-.ebuild 
b/kde-base/kopete/kopete-.ebuild
index dc8d899..123c4c9 100644
--- a/kde-base/kopete/kopete-.ebuild
+++ b/kde-base/kopete/kopete-.ebuild
@@ -65,6 +65,7 @@ IUSE=${IUSE} ${PLUGINS} ${PROTOCOLS}
 
 COMMONDEPEND=
dev-libs/libpcre
+   $(add_kdebase_dep kdelibs 'zeroconf?')
$(add_kdebase_dep kdepimlibs)
media-libs/qimageblitz
=dev-qt/qtgui-4.4.0:4[mng]



[gentoo-commits] gentoo-x86 commit in kde-base/kopete: kopete-4.12.3.ebuild ChangeLog

2014-04-01 Thread Johannes Huber (johu)
johu14/04/01 11:12:42

  Modified: kopete-4.12.3.ebuild ChangeLog
  Log:
  Add missing use depend, bug #505744.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.2  kde-base/kopete/kopete-4.12.3.ebuild

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

Index: kopete-4.12.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.12.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kopete-4.12.3.ebuild4 Mar 2014 19:13:36 -   1.1
+++ kopete-4.12.3.ebuild1 Apr 2014 11:12:42 -   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/kopete/kopete-4.12.3.ebuild,v 1.1 
2014/03/04 19:13:36 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.12.3.ebuild,v 1.2 
2014/04/01 11:12:42 johu Exp $
 
 EAPI=5
 
@@ -65,6 +65,7 @@
 
 COMMONDEPEND=
dev-libs/libpcre
+   $(add_kdebase_dep kdelibs 'zeroconf?')
$(add_kdebase_dep kdepimlibs)
media-libs/qimageblitz
=dev-qt/qtgui-4.4.0:4[mng]



1.423kde-base/kopete/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -r1.422 -r1.423
--- ChangeLog   11 Mar 2014 13:06:33 -  1.422
+++ ChangeLog   1 Apr 2014 11:12:42 -   1.423
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kopete
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.422 
2014/03/11 13:06:33 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.423 
2014/04/01 11:12:42 johu Exp $
+
+  01 Apr 2014; Johannes Huber j...@gentoo.org kopete-4.12.3.ebuild:
+  Add missing use depend, bug #505744.
 
   11 Mar 2014; Johannes Huber j...@gentoo.org -kopete-4.12.2.ebuild:
   Remove KDE SC 4.12.2






[gentoo-commits] gentoo-x86 commit in dev-python/bsddb3: bsddb3-6.0.1.ebuild ChangeLog

2014-04-01 Thread Ian Delaney (idella4)
idella4 14/04/01 11:17:49

  Modified: bsddb3-6.0.1.ebuild ChangeLog
  Log:
  install phase tidied, un-needed removal of tests folders removed, test phase 
revised and fixed for py3 due to flaws in the source code's setup, includes the 
patch. Fixes Bugs #493500 by Nikoli and #476246 by Patrick
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/bsddb3/bsddb3-6.0.1.ebuild

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

Index: bsddb3-6.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-6.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bsddb3-6.0.1.ebuild 8 Jan 2014 05:47:34 -   1.1
+++ bsddb3-6.0.1.ebuild 1 Apr 2014 11:17: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-python/bsddb3/bsddb3-6.0.1.ebuild,v 1.1 
2014/01/08 05:47:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-6.0.1.ebuild,v 1.2 
2014/04/01 11:17:49 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -20,10 +20,10 @@
 DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
 
-PYTHON_CFLAGS=(2.* + -fno-strict-aliasing)
+# PYTHON_CFLAGS=(2.* + -fno-strict-aliasing)
 
-DOCS=( ChangeLog TODO.txt )
 DISTUTILS_IN_SOURCE_BUILD=1
+PATCHES=( ${FILESDIR}/py3tests.patch )
 
 src_configure() {
local DB_VER
@@ -45,31 +45,24 @@
 }
 
 python_test() {
-   # https://sourceforge.net/p/pybsddb/bugs/72/
+   # py3 tests misfire in the source om running test_all.py
+   local test
pushd ${BUILD_DIR}/../  /dev/null
if [[ ${EPYTHON} == python2* ]]; then
-   ${PYTHON} build/lib/bsddb3/tests/test_all.py
-   elif [[ ${EPYTHON} == python3* ]]; then
-   if [[ ${EPYTHON} == 'python3.3' ]]; then
-   einfo py3.3 has an internal problem within this ebuild 
but is known to pass tests
-   else
-   ${PYTHON} setup.py build
-   einfo all 500 tests are run silently and may take a 
number of minutes to complete
-   ${PYTHON} -v test3.py || die
-   fi
+   einfo all 500 tests are run silently and may take a number of 
minutes to complete
+   ${PYTHON} build/lib/bsddb3/tests/test_all.py || die  tests 
failed under ${EPYTHON}
+   elif python_is_python3; then
+   mv Lib3/bsddb/test/test_all.py . || die
+   for test in Lib3/bsddb/test/test_*
+   do
+   ${PYTHON} $test || die tet $test failed under 
${EPYTHON}
+   einfo test $test passed OK;einfo 
+   done
fi
-}
-
-python_install() {
-   rm -fr ${ED}$(python_get_sitedir)/bsddb3/tests
-
-   if use doc; then
-   dohtml -r docs/html/* || die dohtml failed
-   fi
-   distutils-r1_python_install
+   popd   /dev/null
 }
 
 python_install_all() {
-   local HTML_DOCS=( docs/html/. )
+   use doc  local HTML_DOCS=( docs/html/. )
distutils-r1_python_install_all
 }



1.100dev-python/bsddb3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   15 Jan 2014 12:41:37 -  1.99
+++ ChangeLog   1 Apr 2014 11:17:49 -   1.100
@@ -1,6 +1,6 @@
 # ChangeLog for dev-python/bsddb3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.99 
2014/01/15 12:41:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.100 
2014/04/01 11:17:49 idella4 Exp $
 
   15 Jan 2014; Agostino Sarubbo a...@gentoo.org bsddb3-6.0.0.ebuild:
   Stable for sparc, wrt bug #482056
@@ -47,7 +47,7 @@
 
   28 May 2013; Ian Delaney idel...@gentoo.org +bsddb3-5.3.0-r1.ebuild,
   bsddb3-5.3.0.ebuild:
-  revbump, migrate - distutils-r1, tes fail cited wrt Bug #470976
+  revbump, migrate - 

[gentoo-commits] gentoo-x86 commit in dev-python/bsddb3/files: py3tests.patch

2014-04-01 Thread Ian Delaney (idella4)
idella4 14/04/01 11:17:49

  Added:py3tests.patch
  Log:
  install phase tidied, un-needed removal of tests folders removed, test phase 
revised and fixed for py3 due to flaws in the source code's setup, includes the 
patch. Fixes Bugs #493500 by Nikoli and #476246 by Patrick
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  dev-python/bsddb3/files/py3tests.patch

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

Index: py3tests.patch
===
The code for running tests under py3 is flawed in 2 distinct areas for running 
tests in the source.
This patch corrects use of local import syntax in tests under Lib3/, the libs 
for py3.
The other appears a typo or an oversight; entry of suite instead of test_suite 
in 1 test file.
diff -ur bsddb3-6.0.1.orig/Lib3/bsddb/test/test_associate.py 
bsddb3-6.0.1/Lib3/bsddb/test/test_associate.py
--- Lib3/bsddb/test/test_associate.py   2013-12-05 03:52:00.0 +0800
+++ Lib3/bsddb/test/test_associate.py   2014-04-01 16:30:39.219546604 +0800
@@ -42,7 +42,7 @@
 from pprint import pprint
 
 import unittest
-from .test_all import db, dbshelve, test_support, verbose, have_threads, \
+from test_all import db, dbshelve, test_support, verbose, have_threads, \
 get_new_environment_path
 
 
diff -ur bsddb3-6.0.1.orig/Lib3/bsddb/test/test_basics.py 
bsddb3-6.0.1/Lib3/bsddb/test/test_basics.py
--- Lib3/bsddb/test/test_basics.py  2013-12-05 03:51:55.0 +0800
+++ Lib3/bsddb/test/test_basics.py  2014-04-01 16:30:39.223546604 +0800
@@ -46,7 +46,7 @@
 import time
 import sys
 
-from .test_all import db, test_support, verbose, get_new_environment_path, \
+from test_all import db, test_support, verbose, get_new_environment_path, \
 get_new_database_path
 
 DASH = '-'
diff -ur bsddb3-6.0.1.orig/Lib3/bsddb/test/test_compare.py 
bsddb3-6.0.1/Lib3/bsddb/test/test_compare.py
--- Lib3/bsddb/test/test_compare.py 2013-12-05 03:52:05.0 +0800
+++ Lib3/bsddb/test/test_compare.py 2014-04-01 16:32:43.704544030 +0800
@@ -38,12 +38,12 @@
 
 
 import sys, os, re
-from . import test_all
+import test_all
 from io import StringIO
 
 import unittest
 
-from .test_all import db, dbshelve, test_support, \
+from test_all import db, dbshelve, test_support, \
 get_new_environment_path, get_new_database_path
 
 
@@ -479,4 +479,4 @@
 return res
 
 if __name__ == '__main__':
-unittest.main(defaultTest = 'suite')
+unittest.main(defaultTest = 'test_suite')
diff -ur bsddb3-6.0.1.orig/Lib3/bsddb/test/test_compat.py 
bsddb3-6.0.1/Lib3/bsddb/test/test_compat.py
--- Lib3/bsddb/test/test_compat.py  2013-12-05 03:51:41.0 +0800
+++ Lib3/bsddb/test/test_compat.py  2014-04-01 16:30:39.225546604 +0800
@@ -41,7 +41,7 @@
 import os, string
 import unittest
 
-from .test_all import db, hashopen, btopen, rnopen, verbose, \
+from test_all import db, hashopen, btopen, rnopen, verbose, \
 get_new_database_path
 
 
diff -ur bsddb3-6.0.1.orig/Lib3/bsddb/test/test_cursor_pget_bug.py 
bsddb3-6.0.1/Lib3/bsddb/test/test_cursor_pget_bug.py
--- Lib3/bsddb/test/test_cursor_pget_bug.py 2013-12-05 03:51:53.0 
+0800
+++ Lib3/bsddb/test/test_cursor_pget_bug.py 2014-04-01 16:30:39.225546604 
+0800
@@ -36,7 +36,7 @@
 import unittest
 import os, glob
 
-from .test_all import db, test_support, get_new_environment_path, \
+from test_all import db, test_support, get_new_environment_path, \
 get_new_database_path
 
 #--
diff -ur bsddb3-6.0.1.orig/Lib3/bsddb/test/test_dbenv.py 
bsddb3-6.0.1/Lib3/bsddb/test/test_dbenv.py
--- Lib3/bsddb/test/test_dbenv.py   2013-12-05 03:52:09.0 +0800
+++ Lib3/bsddb/test/test_dbenv.py   2014-04-01 16:30:39.227546604 +0800
@@ -36,7 +36,7 @@
 import unittest
 import os, glob
 
-from .test_all import db, test_support, get_new_environment_path, \
+from test_all import db, test_support, get_new_environment_path, \
 get_new_database_path
 
 #--
diff -ur bsddb3-6.0.1.orig/Lib3/bsddb/test/test_dbobj.py 
bsddb3-6.0.1/Lib3/bsddb/test/test_dbobj.py
--- Lib3/bsddb/test/test_dbobj.py   2013-12-05 03:51:52.0 +0800
+++ Lib3/bsddb/test/test_dbobj.py   2014-04-01 16:30:39.227546604 +0800
@@ -37,7 +37,7 @@
 import os, string
 import unittest
 
-from .test_all import db, dbobj, test_support, get_new_environment_path, \
+from test_all import db, dbobj, test_support, get_new_environment_path, \
 get_new_database_path
 
 #--

[gentoo-commits] gentoo-x86 commit in dev-python/bsddb3: ChangeLog

2014-04-01 Thread Ian Delaney (idella4)
idella4 14/04/01 11:23:15

  Modified: ChangeLog
  Log:
  Add missed Changelog entry, again
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.101dev-python/bsddb3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   1 Apr 2014 11:17:49 -   1.100
+++ ChangeLog   1 Apr 2014 11:23:14 -   1.101
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/bsddb3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.100 
2014/04/01 11:17:49 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.101 
2014/04/01 11:23:14 idella4 Exp $
+
+  01 Apr 2014; Ian Delaney idel...@gentoo.org+files/py3tests.patch,
+  bsddb3-6.0.0.ebuild:
+  install phase tidied, un-needed removal of tests folders removed, 
+  test phase revised and fixed for py3 due to flaws in the source
+  code's setup, includes the patch. Fixes Bugs #493500 by Nikoli and 
+  #476246 by Patrick
 
   15 Jan 2014; Agostino Sarubbo a...@gentoo.org bsddb3-6.0.0.ebuild:
   Stable for sparc, wrt bug #482056






[gentoo-commits] gentoo-x86 commit in media-libs/libgpod: libgpod-0.8.3.ebuild ChangeLog

2014-04-01 Thread Mikle Kolyada (zlogene)
zlogene 14/04/01 11:24:00

  Modified: libgpod-0.8.3.ebuild ChangeLog
  Log:
  x86 stable wrt bug #500240
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  media-libs/libgpod/libgpod-0.8.3.ebuild

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

Index: libgpod-0.8.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.8.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libgpod-0.8.3.ebuild30 Mar 2014 17:55:35 -  1.3
+++ libgpod-0.8.3.ebuild1 Apr 2014 11:24:00 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.8.3.ebuild,v 
1.3 2014/03/30 17:55:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.8.3.ebuild,v 
1.4 2014/04/01 11:24:00 zlogene Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=LGPL-2
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=+gtk python +udev ios mono static-libs
 
 RDEPEND==app-pda/libplist-1.0:=



1.102media-libs/libgpod/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   30 Mar 2014 17:55:35 -  1.101
+++ ChangeLog   1 Apr 2014 11:24:00 -   1.102
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libgpod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.101 
2014/03/30 17:55:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.102 
2014/04/01 11:24:00 zlogene Exp $
+
+  01 Apr 2014; Mikle Kolyada zlog...@gentoo.org libgpod-0.8.3.ebuild:
+  x86 stable wrt bug #500240
 
   30 Mar 2014; Mikle Kolyada zlog...@gentoo.org libgpod-0.8.3.ebuild:
   amd64 stable wrt bug #500240






[gentoo-commits] gentoo-x86 commit in app-pda/gtkpod: gtkpod-2.1.4.ebuild ChangeLog

2014-04-01 Thread Mikle Kolyada (zlogene)
zlogene 14/04/01 11:25:11

  Modified: gtkpod-2.1.4.ebuild ChangeLog
  Log:
  x86 stable wrt bug #500240
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  app-pda/gtkpod/gtkpod-2.1.4.ebuild

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

Index: gtkpod-2.1.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gtkpod-2.1.4.ebuild 30 Mar 2014 17:56:39 -  1.2
+++ gtkpod-2.1.4.ebuild 1 Apr 2014 11:25:11 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.4.ebuild,v 1.2 
2014/03/30 17:56:39 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.4.ebuild,v 1.3 
2014/04/01 11:25:11 zlogene Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2 FDL-1.2
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=aac clutter curl cdr flac gstreamer mp3 vorbis webkit
 
 # watch out for possible musicbrainz:5 compability in next version?



1.130app-pda/gtkpod/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gtkpod/ChangeLog?rev=1.130view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gtkpod/ChangeLog?rev=1.130content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gtkpod/ChangeLog?r1=1.129r2=1.130

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-pda/gtkpod/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   30 Mar 2014 17:56:39 -  1.129
+++ ChangeLog   1 Apr 2014 11:25:11 -   1.130
@@ -1,6 +1,9 @@
 # ChangeLog for app-pda/gtkpod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/ChangeLog,v 1.129 2014/03/30 
17:56:39 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/ChangeLog,v 1.130 2014/04/01 
11:25:11 zlogene Exp $
+
+  01 Apr 2014; Mikle Kolyada zlog...@gentoo.org gtkpod-2.1.4.ebuild:
+  x86 stable wrt bug #500240
 
   30 Mar 2014; Mikle Kolyada zlog...@gentoo.org gtkpod-2.1.4.ebuild:
   amd64 stable wrt bug #500240






[gentoo-commits] gentoo-x86 commit in app-office/akonadi-server: akonadi-server-1.11.0.ebuild ChangeLog

2014-04-01 Thread Johannes Huber (johu)
johu14/04/01 11:44:59

  Modified: akonadi-server-1.11.0.ebuild ChangeLog
  Log:
  x86 stable, bug #504250
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.4  app-office/akonadi-server/akonadi-server-1.11.0.ebuild

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

Index: akonadi-server-1.11.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.11.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- akonadi-server-1.11.0.ebuild1 Apr 2014 10:02:25 -   1.3
+++ akonadi-server-1.11.0.ebuild1 Apr 2014 11:44:59 -   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-office/akonadi-server/akonadi-server-1.11.0.ebuild,v
 1.3 2014/04/01 10:02:25 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.11.0.ebuild,v
 1.4 2014/04/01 11:44:59 johu Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
KEYWORDS=
 else

SRC_URI=mirror://kde/stable/${PN/-server/}/src/${PN/-server/}-${PV}.tar.bz2 - 
${P}.tar.bz2
-   KEYWORDS=amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
+   KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux
S=${WORKDIR}/${P/-server/}
 fi
 



1.135app-office/akonadi-server/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.135view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.135content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?r1=1.134r2=1.135

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog   1 Apr 2014 10:02:25 -   1.134
+++ ChangeLog   1 Apr 2014 11:44:59 -   1.135
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/akonadi-server
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.134 
2014/04/01 10:02:25 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.135 
2014/04/01 11:44:59 johu Exp $
+
+  01 Apr 2014; Johannes Huber j...@gentoo.org akonadi-server-1.11.0.ebuild:
+  x86 stable, bug #504250
 
   01 Apr 2014; Chema Alonso nim...@gentoo.org akonadi-server-1.11.0.ebuild:
   Stable for amd64 wrt bug #504250






[gentoo-commits] gentoo-x86 commit in net-analyzer/sarg: ChangeLog sarg-2.3.8.ebuild

2014-04-01 Thread Jeroen Roovers (jer)
jer 14/04/01 11:48:36

  Modified: ChangeLog
  Added:sarg-2.3.8.ebuild
  Log:
  Version bump (bug #506334 by Nikoli).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.80 net-analyzer/sarg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sarg/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   16 Feb 2013 12:47:02 -  1.79
+++ ChangeLog   1 Apr 2014 11:48:36 -   1.80
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/sarg
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/ChangeLog,v 1.79 
2013/02/16 12:47:02 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/ChangeLog,v 1.80 
2014/04/01 11:48:36 jer Exp $
+
+*sarg-2.3.8 (01 Apr 2014)
+
+  01 Apr 2014; Jeroen Roovers j...@gentoo.org +sarg-2.3.8.ebuild,
+  +files/sarg-2.3.8-long-long-int.patch:
+  Version bump (bug #506334 by Nikoli).
 
   16 Feb 2013; Pacho Ramos pa...@gentoo.org metadata.xml:
   Cleanup due bug #96436



1.1  net-analyzer/sarg/sarg-2.3.8.ebuild

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

Index: sarg-2.3.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-2.3.8.ebuild,v 1.1 
2014/04/01 11:48:36 jer Exp $

EAPI=5

inherit autotools eutils

DESCRIPTION=Squid Analysis Report Generator
HOMEPAGE=http://sarg.sourceforge.net/sarg.php;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

LICENSE=GPL-2
KEYWORDS=~amd64 ~ppc ~x86
SLOT=0
IUSE=+gd ldap pcre

DEPEND=
gd? ( media-libs/gd[png,truetype] )
ldap? ( net-nds/openldap )
pcre? ( dev-libs/libpcre )

RDEPEND=${DEPEND}

DOCS=( BETA-TESTERS CONTRIBUTORS DONATIONS README ChangeLog htaccess )

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

sed -i configure.in -e '/LDFLAGS=/s:LDFLAGS:LIBS:g' || die

sed \
-e 
's:/usr/local/squid/var/logs/access.log:/var/log/squid/access.log:' \
-e 's:/usr/local/\(squidGuard/squidGuard.conf\):/etc/\1:' \
-e 
's:/var/www/html/squid-reports:/var/www/localhost/htdocs/squid-reports:' \
-e 's:/usr/local/sarg/exclude_codes:/etc/sarg/exclude_codes:' \
-i sarg.conf || die

sed -e 
's:/var/www/html/squid-reports:/var/www/localhost/htdocs/squid-reports:' \
-i log.c || die #43132

sed -e 's:/usr/local/sarg/passwd:/etc/sarg/passwd:' \
-i htaccess || die

sed -e 's:/usr/local/\(sarg/sarg.conf\):/etc/\1:' \
-e 's:/usr/local/squid/etc/passwd:/etc/squid/passwd:' \
-i user_limit_block || die

sed -e 's:/usr/local/squid/etc/block.txt:/etc/squid/etc/block.txt:' \
-i sarg-php/sarg-block-it.php || die

sed -e 's:/usr/local/\(sarg/sarg.conf\):/etc/\1:' \
-e 's:/usr/local/\(squidGuard/squidGuard.conf\):/etc/\1:' \
-i sarg.1 sarg-php/sarg-squidguard-block.php || die

eautoconf
}

src_configure() {
econf \
$(use_with gd) \
$(use_with ldap) \
$(use_with pcre) \
--sysconfdir=${EPREFIX}/etc/sarg/
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/sarg/files: sarg-2.3.8-long-long-int.patch

2014-04-01 Thread Jeroen Roovers (jer)
jer 14/04/01 11:48:37

  Added:sarg-2.3.8-long-long-int.patch
  Log:
  Version bump (bug #506334 by Nikoli).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  net-analyzer/sarg/files/sarg-2.3.8-long-long-int.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sarg/files/sarg-2.3.8-long-long-int.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sarg/files/sarg-2.3.8-long-long-int.patch?rev=1.1content-type=text/plain

Index: sarg-2.3.8-long-long-int.patch
===
log.c:128: nbytes is defined as a long long int


--- a/log.c
+++ b/log.c
@@ -1503,14 +1503,14 @@
}
}
 
-   if (fprintf(ufile-file, 
%s\t%s\t%s\t%s\t%PRIi64\t%s\t%ld\t%s\n,dia,hora,ip,url,nbytes,code,elap_time,smartfilter)=0)
 {
+   if (fprintf(ufile-file, 
%s\t%s\t%s\t%s\t%lld\t%s\t%ld\t%s\n,dia,hora,ip,url,nbytes,code,elap_time,smartfilter)=0)
 {
debuga(_(Write error in the log file of user 
%s\n),user);
exit(EXIT_FAILURE);
}
records_kept++;
 
if(fp_log  ilf!=ILF_Sarg)
-   fprintf(fp_log, 
%s\t%s\t%s\t%s\t%s\t%PRIi64\t%s\t%ld\t%s\n,dia,hora,user,ip,url,nbytes,code,elap_time,smartfilter);
+   fprintf(fp_log, 
%s\t%s\t%s\t%s\t%s\t%lld\t%s\t%ld\t%s\n,dia,hora,user,ip,url,nbytes,code,elap_time,smartfilter);
 
totregsg++;
 
@@ -1561,7 +1561,7 @@
printf(FUNC=\t%s\n,fun);
printf(URL=\t%s\n,url);
printf(CODE=\t%s\n,code);
-   printf(LEN=\t%PRIi64\n,nbytes);
+   printf(LEN=\t%lld\n,nbytes);
}
}
if (!from_stdin) {






[gentoo-commits] gentoo-x86 commit in net-analyzer/sarg: ChangeLog sarg-2.3.2.ebuild

2014-04-01 Thread Jeroen Roovers (jer)
jer 14/04/01 11:50:15

  Modified: ChangeLog
  Removed:  sarg-2.3.2.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.81 net-analyzer/sarg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sarg/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   1 Apr 2014 11:48:36 -   1.80
+++ ChangeLog   1 Apr 2014 11:50:15 -   1.81
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/sarg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/ChangeLog,v 1.80 
2014/04/01 11:48:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/ChangeLog,v 1.81 
2014/04/01 11:50:15 jer Exp $
+
+  01 Apr 2014; Jeroen Roovers j...@gentoo.org -sarg-2.3.2.ebuild:
+  Old.
 
 *sarg-2.3.8 (01 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in net-analyzer/sarg: sarg-2.3.8.ebuild ChangeLog sarg-2.3.3-r1.ebuild sarg-2.3.4.ebuild

2014-04-01 Thread Jeroen Roovers (jer)
jer 14/04/01 11:53:09

  Modified: sarg-2.3.8.ebuild ChangeLog sarg-2.3.3-r1.ebuild
sarg-2.3.4.ebuild
  Log:
  Fix HOMEPAGE.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  net-analyzer/sarg/sarg-2.3.8.ebuild

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

Index: sarg-2.3.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-2.3.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sarg-2.3.8.ebuild   1 Apr 2014 11:48:36 -   1.1
+++ sarg-2.3.8.ebuild   1 Apr 2014 11:53:09 -   1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-2.3.8.ebuild,v 1.1 
2014/04/01 11:48:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-2.3.8.ebuild,v 1.2 
2014/04/01 11:53:09 jer Exp $
 
 EAPI=5
 
 inherit autotools eutils
 
 DESCRIPTION=Squid Analysis Report Generator
-HOMEPAGE=http://sarg.sourceforge.net/sarg.php;
+HOMEPAGE=http://sarg.sourceforge.net/;
 SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz
 
 LICENSE=GPL-2



1.82 net-analyzer/sarg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sarg/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   1 Apr 2014 11:50:15 -   1.81
+++ ChangeLog   1 Apr 2014 11:53:09 -   1.82
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/sarg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/ChangeLog,v 1.81 
2014/04/01 11:50:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/ChangeLog,v 1.82 
2014/04/01 11:53:09 jer Exp $
+
+  01 Apr 2014; Jeroen Roovers j...@gentoo.org sarg-2.3.3-r1.ebuild,
+  sarg-2.3.4.ebuild, sarg-2.3.8.ebuild:
+  Fix HOMEPAGE.
 
   01 Apr 2014; Jeroen Roovers j...@gentoo.org -sarg-2.3.2.ebuild:
   Old.



1.5  net-analyzer/sarg/sarg-2.3.3-r1.ebuild

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

Index: sarg-2.3.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-2.3.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sarg-2.3.3-r1.ebuild21 Jan 2013 14:04:05 -  1.4
+++ sarg-2.3.3-r1.ebuild1 Apr 2014 11:53:09 -   1.5
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-2.3.3-r1.ebuild,v 
1.4 2013/01/21 14:04:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-2.3.3-r1.ebuild,v 
1.5 2014/04/01 11:53:09 jer Exp $
 
 EAPI=4
 inherit autotools eutils
 
 DESCRIPTION=Squid Analysis Report Generator
-HOMEPAGE=http://sarg.sourceforge.net/sarg.php;
+HOMEPAGE=http://sarg.sourceforge.net/;
 SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz
 
 LICENSE=GPL-2



1.2  net-analyzer/sarg/sarg-2.3.4.ebuild

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

Index: sarg-2.3.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-2.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sarg-2.3.4.ebuild   9 Jan 2013 11:16:50 -   1.1
+++ sarg-2.3.4.ebuild   1 Apr 2014 

[gentoo-commits] gentoo-x86 commit in sys-apps/razercfg: razercfg-0.24.ebuild ChangeLog

2014-04-01 Thread Christian Birchinger (joker)
joker   14/04/01 12:33:13

  Modified: ChangeLog
  Added:razercfg-0.24.ebuild
  Log:
  Version bump. Systemd unit file path fixed.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x0151863A67652900!)

Revision  ChangesPath
1.23 sys-apps/razercfg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/razercfg/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   23 Feb 2014 22:20:56 -  1.22
+++ ChangeLog   1 Apr 2014 12:33:13 -   1.23
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/razercfg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/razercfg/ChangeLog,v 1.22 
2014/02/23 22:20:56 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/razercfg/ChangeLog,v 1.23 
2014/04/01 12:33:13 joker Exp $
+
+*razercfg-0.24 (01 Apr 2014)
+
+  01 Apr 2014; Christian Birchinger jo...@gentoo.org +razercfg-0.24.ebuild:
+  Version bump. Systemd unit file path fixed.
 
   23 Feb 2014; Christian Birchinger jo...@gentoo.org -razercfg-0.22.ebuild:
   Remove old version



1.1  sys-apps/razercfg/razercfg-0.24.ebuild

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

Index: razercfg-0.24.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/razercfg/razercfg-0.24.ebuild,v 1.1 
2014/04/01 12:33:13 joker Exp $

EAPI=5

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

inherit cmake-utils multilib eutils udev python-single-r1

DESCRIPTION=Utility for advanced configuration of Razer mice (DeathAdder, 
Krait, Lachesis)

HOMEPAGE=http://bues.ch/cms/hacking/razercfg.html;
SRC_URI=http://bues.ch/${PN}/${P}.tar.bz2;
LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+pm-utils qt4

RDEPEND=${DEPEND}
pm-utils? ( sys-power/pm-utils )
qt4? ( dev-python/PyQt4 )

DEPEND=${DEPEND}

src_prepare() {
sed -i \
-e '/ldconfig/{N;d}' \
-e '/udevadm control/{N;d}' \
-e s:/etc/udev/rules.d/:$(get_udevdir)/rules.d/: \
-e 's:01-razer-udev.rules:40-razercfg.rules:' \
-e s:/etc/pm/sleep.d:/usr/$(get_libdir)/pm-utils/sleep.d/: \
-e 's:50-razer:80razer:' \
librazer/CMakeLists.txt \
|| die sed failed

# Fixed in upstream git 106edc5dbe4dff2825f6126528afc2268d92158e
sed -i \
-e 's:$$INSTDIR$$/bin/:$$INSTDIR$$/sbin/:' \
razerd.service.template \
|| die sed failed
}

src_install() {
cmake-utils_src_install
newinitd ${FILESDIR}/razerd.init.d-r1 razerd
dodoc README razer.conf

if ! use qt4; then
rm ${D}/usr/bin/qrazercfg
else
make_desktop_entry qrazercfg Razer Mouse Settings mouse 
Qt;Settings
fi

use pm-utils || rm ${D}/usr/$(get_libdir)/pm-utils/sleep.d/80razer

python_fix_shebang ${ED}usr/bin
}

pkg_postinst() {
udevadm control --reload-rules  udevadm trigger --subsystem-match=usb
}






[gentoo-commits] linux-patches r2725 - genpatches-2.6/trunk/3.14

2014-04-01 Thread Mike Pagano (mpagano)
Author: mpagano
Date: 2014-04-01 12:39:34 + (Tue, 01 Apr 2014)
New Revision: 2725

Added:
   
genpatches-2.6/trunk/3.14/5000_enable-additional-cpu-optimizations-for-gcc.patch
Modified:
   genpatches-2.6/trunk/3.14/_README
Log:
Kernel patch enables gcc optimizations for additional CPUs.

Modified: genpatches-2.6/trunk/3.14/_README
===
--- genpatches-2.6/trunk/3.14/_README   2014-04-01 12:32:06 UTC (rev 
2724)
+++ genpatches-2.6/trunk/3.14/_README   2014-04-01 12:39:34 UTC (rev 
2725)
@@ -78,6 +78,9 @@
 From:   Tom Wijsman tom...@gentoo.org
 Desc:   Add Gentoo Linux support config settings and defaults.
 
+Patch:  5000_enable-additional-cpu-optimizations-for-gcc.patch
+From:   https://github.com/graysky2/kernel_gcc_patch/
+Desc:   Kernel patch enables gcc optimizations for additional CPUs.
 
 Patch:  5001_BFQ-1-block-cgroups-kconfig-build-bits-for-v7r2-3.14.patch
 From:   http://algo.ing.unimo.it/people/paolo/disk_sched/

Added: 
genpatches-2.6/trunk/3.14/5000_enable-additional-cpu-optimizations-for-gcc.patch
===
--- 
genpatches-2.6/trunk/3.14/5000_enable-additional-cpu-optimizations-for-gcc.patch
(rev 0)
+++ 
genpatches-2.6/trunk/3.14/5000_enable-additional-cpu-optimizations-for-gcc.patch
2014-04-01 12:39:34 UTC (rev 2725)
@@ -0,0 +1,325 @@
+This patch has been tested on and known to work with kernel versions from 3.2
+up to the latest git version (pulled on 12/14/2013).
+
+This patch will expand the number of microarchitectures to include new
+processors including: AMD K10-family, AMD Family 10h (Barcelona), AMD Family
+14h (Bobcat), AMD Family 15h (Bulldozer), AMD Family 15h (Piledriver), AMD
+Family 16h (Jaguar), Intel 1st Gen Core i3/i5/i7 (Nehalem), Intel 2nd Gen Core
+i3/i5/i7 (Sandybridge), Intel 3rd Gen Core i3/i5/i7 (Ivybridge), and Intel 4th
+Gen Core i3/i5/i7 (Haswell). It also offers the compiler the 'native' flag.
+
+Small but real speed increases are measurable using a make endpoint comparing
+a generic kernel to one built with one of the respective microarchs.
+
+See the following experimental evidence supporting this statement:
+https://github.com/graysky2/kernel_gcc_patch
+
+---
+diff -uprN a/arch/x86/include/asm/module.h b/arch/x86/include/asm/module.h
+--- a/arch/x86/include/asm/module.h2013-11-03 18:41:51.0 -0500
 b/arch/x86/include/asm/module.h2013-12-15 06:21:24.351122516 -0500
+@@ -15,6 +15,16 @@
+ #define MODULE_PROC_FAMILY 586MMX 
+ #elif defined CONFIG_MCORE2
+ #define MODULE_PROC_FAMILY CORE2 
++#elif defined CONFIG_MNATIVE
++#define MODULE_PROC_FAMILY NATIVE 
++#elif defined CONFIG_MCOREI7
++#define MODULE_PROC_FAMILY COREI7 
++#elif defined CONFIG_MCOREI7AVX
++#define MODULE_PROC_FAMILY COREI7AVX 
++#elif defined CONFIG_MCOREAVXI
++#define MODULE_PROC_FAMILY COREAVXI 
++#elif defined CONFIG_MCOREAVX2
++#define MODULE_PROC_FAMILY COREAVX2 
+ #elif defined CONFIG_MATOM
+ #define MODULE_PROC_FAMILY ATOM 
+ #elif defined CONFIG_M686
+@@ -33,6 +43,18 @@
+ #define MODULE_PROC_FAMILY K7 
+ #elif defined CONFIG_MK8
+ #define MODULE_PROC_FAMILY K8 
++#elif defined CONFIG_MK10
++#define MODULE_PROC_FAMILY K10 
++#elif defined CONFIG_MBARCELONA
++#define MODULE_PROC_FAMILY BARCELONA 
++#elif defined CONFIG_MBOBCAT
++#define MODULE_PROC_FAMILY BOBCAT 
++#elif defined CONFIG_MBULLDOZER
++#define MODULE_PROC_FAMILY BULLDOZER 
++#elif defined CONFIG_MPILEDRIVER
++#define MODULE_PROC_FAMILY PILEDRIVER 
++#elif defined CONFIG_MJAGUAR
++#define MODULE_PROC_FAMILY JAGUAR 
+ #elif defined CONFIG_MELAN
+ #define MODULE_PROC_FAMILY ELAN 
+ #elif defined CONFIG_MCRUSOE
+diff -uprN a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu
+--- a/arch/x86/Kconfig.cpu 2013-11-03 18:41:51.0 -0500
 b/arch/x86/Kconfig.cpu 2013-12-15 06:21:24.351122516 -0500
+@@ -139,7 +139,7 @@ config MPENTIUM4
+ 
+ 
+ config MK6
+-  bool K6/K6-II/K6-III
++  bool AMD K6/K6-II/K6-III
+   depends on X86_32
+   ---help---
+ Select this for an AMD K6-family processor.  Enables use of
+@@ -147,7 +147,7 @@ config MK6
+ flags to GCC.
+ 
+ config MK7
+-  bool Athlon/Duron/K7
++  bool AMD Athlon/Duron/K7
+   depends on X86_32
+   ---help---
+ Select this for an AMD Athlon K7-family processor.  Enables use of
+@@ -155,12 +155,55 @@ config MK7
+ flags to GCC.
+ 
+ config MK8
+-  bool Opteron/Athlon64/Hammer/K8
++  bool AMD Opteron/Athlon64/Hammer/K8
+   ---help---
+ Select this for an AMD Opteron or Athlon64 Hammer-family processor.
+ Enables use of some extended instructions, and passes appropriate
+ optimization flags to GCC.
+ 
++config MK10
++  bool AMD 61xx/7x50/PhenomX3/X4/II/K10
++  ---help---
++Select this for an AMD 61xx Eight-Core Magny-Cours, Athlon X2 7x50,
++  Phenom X3/X4/II, Athlon 

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

2014-04-01 Thread Mike Pagano (mpagano)
Author: mpagano
Date: 2014-04-01 12:40:19 + (Tue, 01 Apr 2014)
New Revision: 2726

Added:
   genpatches-2.6/tags/3.14-2/
Log:
3.14-2 release




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

2014-04-01 Thread Michael Palimaka
commit: d61364cb5a0360da3180a176c2cc1b59741ba5bd
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Apr  1 12:46:01 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Apr  1 12:46:01 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d61364cb

[kde-base/kmail] Install folderarchiveagent.

Package-Manager: portage-2.2.8-r1

---
 kde-base/kmail/kmail-4.12.97.ebuild  | 7 +--
 kde-base/kmail/kmail-4.13.49..ebuild | 7 +--
 kde-base/kmail/kmail-.ebuild | 1 +
 3 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/kde-base/kmail/kmail-4.12.97.ebuild 
b/kde-base/kmail/kmail-4.12.97.ebuild
index bff75f1..e3b09c0 100644
--- a/kde-base/kmail/kmail-4.12.97.ebuild
+++ b/kde-base/kmail/kmail-4.12.97.ebuild
@@ -28,6 +28,7 @@ RESTRICT=test
 # bug 393147
 
 KMEXTRACTONLY=
+   agents/folderarchiveagent.desktop
agents/sendlateragent/
akonadi_next/
calendarsupport/
@@ -70,12 +71,6 @@ KMEXTRA=
 
 KMLOADLIBS=kdepim-common-libs
 
-src_prepare() {
-   kde4-meta_src_prepare
-   sed -e '/folderarchiveagent.desktop/d' \
-   -i agents/CMakeLists.txt || die
-}
-
 src_configure() {
# Bug 308903
use ppc64  append-flags -mminimal-toc

diff --git a/kde-base/kmail/kmail-4.13.49..ebuild 
b/kde-base/kmail/kmail-4.13.49..ebuild
index 0da45f5..3a0049a 100644
--- a/kde-base/kmail/kmail-4.13.49..ebuild
+++ b/kde-base/kmail/kmail-4.13.49..ebuild
@@ -28,6 +28,7 @@ RESTRICT=test
 # bug 393147
 
 KMEXTRACTONLY=
+   agents/folderarchiveagent.desktop
agents/sendlateragent/
akonadi_next/
calendarsupport/
@@ -70,12 +71,6 @@ KMEXTRA=
 
 KMLOADLIBS=kdepim-common-libs
 
-src_prepare() {
-   kde4-meta_src_prepare
-   sed -e '/folderarchiveagent.desktop/d' \
-   -i agents/CMakeLists.txt || die
-}
-
 src_configure() {
# Bug 308903
use ppc64  append-flags -mminimal-toc

diff --git a/kde-base/kmail/kmail-.ebuild b/kde-base/kmail/kmail-.ebuild
index b7fcbce..3a0049a 100644
--- a/kde-base/kmail/kmail-.ebuild
+++ b/kde-base/kmail/kmail-.ebuild
@@ -28,6 +28,7 @@ RESTRICT=test
 # bug 393147
 
 KMEXTRACTONLY=
+   agents/folderarchiveagent.desktop
agents/sendlateragent/
akonadi_next/
calendarsupport/



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

2014-04-01 Thread Mike Pagano (mpagano)
mpagano 14/04/01 13:09:56

  Modified: ChangeLog gentoo-sources-3.14.0.ebuild
  Log:
  BFQ patchset v7r2 for 3.14. Kernel patch for gcc optimizations for additional 
CPUs.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1289
retrieving revision 1.1290
diff -u -r1.1289 -r1.1290
--- ChangeLog   31 Mar 2014 19:29:07 -  1.1289
+++ ChangeLog   1 Apr 2014 13:09:56 -   1.1290
@@ -1,6 +1,10 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1289 2014/03/31 19:29:07 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1290 2014/04/01 13:09:56 mpagano Exp $
+
+  01 Apr 2014; Mike Pagano mpag...@gentoo.org gentoo-sources-3.14.0.ebuild:
+  BFQ patchset v7r2 for 3.14. Kernel patch for gcc optimizations for additional
+  CPUs.
 
 *gentoo-sources-3.4.85 (31 Mar 2014)
 



1.2  sys-kernel/gentoo-sources/gentoo-sources-3.14.0.ebuild

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

Index: gentoo-sources-3.14.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.14.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gentoo-sources-3.14.0.ebuild31 Mar 2014 12:43:45 -  1.1
+++ gentoo-sources-3.14.0.ebuild1 Apr 2014 13:09:56 -   1.2
@@ -1,19 +1,19 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.14.0.ebuild,v
 1.1 2014/03/31 12:43:45 mpagano Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.14.0.ebuild,v
 1.2 2014/04/01 13:09:56 mpagano Exp $
 
 EAPI=5
 ETYPE=sources
-K_WANT_GENPATCHES=base extras
-K_GENPATCHES_VER=1
-K_DEBLOB_AVAILABLE=0
+K_WANT_GENPATCHES=base extras experimental
+K_GENPATCHES_VER=2
+K_DEBLOB_AVAILABLE=1
 inherit kernel-2
 detect_version
 detect_arch
 
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
 HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches;
-IUSE=
+IUSE=deblob experimental
 
 DESCRIPTION=Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree
 SRC_URI=${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}






[gentoo-commits] gentoo-x86 commit in games-action/maelstrom: ChangeLog maelstrom-3.0.6-r2.ebuild

2014-04-01 Thread JosA MarAa Alonso (nimiux)
nimiux  14/04/01 13:23:39

  Modified: ChangeLog maelstrom-3.0.6-r2.ebuild
  Log:
  Stable for amd64 wrt bug #505002
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.22 games-action/maelstrom/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   18 Mar 2014 06:33:58 -  1.21
+++ ChangeLog   1 Apr 2014 13:23:38 -   1.22
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/maelstrom
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.21 
2014/03/18 06:33:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.22 
2014/04/01 13:23:38 nimiux Exp $
+
+  01 Apr 2014; Chema Alonso nim...@gentoo.org maelstrom-3.0.6-r2.ebuild:
+  Stable for amd64 wrt bug #505002
 
 *maelstrom-3.0.6-r2 (18 Mar 2014)
 



1.2  games-action/maelstrom/maelstrom-3.0.6-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild?r1=1.1r2=1.2

Index: maelstrom-3.0.6-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maelstrom-3.0.6-r2.ebuild   18 Mar 2014 06:33:58 -  1.1
+++ maelstrom-3.0.6-r2.ebuild   1 Apr 2014 13:23:38 -   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/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild,v 1.1 
2014/03/18 06:33:58 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild,v 1.2 
2014/04/01 13:23:38 nimiux Exp $
 
 EAPI=5
 inherit autotools eutils games
@@ -10,7 +10,7 @@
 HOMEPAGE=http://www.libsdl.org/projects/Maelstrom/;
 SRC_URI=http://www.libsdl.org/projects/Maelstrom/src/${MY_P}.tar.gz;
 
-KEYWORDS=~alpha ~amd64 ~ppc ~x86
+KEYWORDS=~alpha amd64 ~ppc ~x86
 SLOT=0
 LICENSE=GPL-2
 IUSE=






[gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: ChangeLog fail2ban-0.8.13.ebuild

2014-04-01 Thread Jeroen Roovers (jer)
jer 14/04/01 13:40:34

  Modified: ChangeLog fail2ban-0.8.13.ebuild
  Log:
  Stable for HPPA (bug #503306).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.134net-analyzer/fail2ban/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog   31 Mar 2014 21:12:09 -  1.133
+++ ChangeLog   1 Apr 2014 13:40:34 -   1.134
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/fail2ban
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.133 
2014/03/31 21:12:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.134 
2014/04/01 13:40:34 jer Exp $
+
+  01 Apr 2014; Jeroen Roovers j...@gentoo.org fail2ban-0.8.13.ebuild:
+  Stable for HPPA (bug #503306).
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org fail2ban-0.9.0-r1.ebuild:
   Add support for the new PyPy slotting.



1.2  net-analyzer/fail2ban/fail2ban-0.8.13.ebuild

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

Index: fail2ban-0.8.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fail2ban-0.8.13.ebuild  20 Mar 2014 15:40:11 -  1.1
+++ fail2ban-0.8.13.ebuild  1 Apr 2014 13:40:34 -   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/fail2ban/fail2ban-0.8.13.ebuild,v 1.1 
2014/03/20 15:40:11 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.13.ebuild,v 1.2 
2014/04/01 13:40:34 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+KEYWORDS=~amd64 hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
 IUSE=selinux
 
 DEPEND=selinux? ( sec-policy/selinux-fail2ban )






[gentoo-commits] gentoo-x86 commit in app-backup/rsnapshot: ChangeLog

2014-04-01 Thread Jeroen Roovers (jer)
jer 14/04/01 14:14:02

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

Revision  ChangesPath
1.38 app-backup/rsnapshot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/rsnapshot/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/rsnapshot/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/rsnapshot/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   16 Jan 2014 18:18:27 -  1.37
+++ ChangeLog   1 Apr 2014 14:14:02 -   1.38
@@ -1,12 +1,12 @@
 # ChangeLog for app-backup/rsnapshot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/ChangeLog,v 1.37 
2014/01/16 18:18:27 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/ChangeLog,v 1.38 
2014/04/01 14:14:02 jer Exp $
 
   16 Jan 2014; Lars Wendler polynomia...@gentoo.org
   rsnapshot-1.3.1-r1.ebuild, rsnapshot-1.3.1-r2.ebuild,
   +files/rsnapshot-1.3.1-perl518.patch:
   Fixed compilation with =perl-5.18. Thanks to Chris Smith who reported this
-  in bug #490486. Converted PATCHES array to src_preapre() function.
+  in bug #490486. Converted PATCHES array to src_prepare() function.
 
   11 Jul 2013; Vicente Olivert Riera vinc...@gentoo.org
   rsnapshot-1.3.1-r2.ebuild:






[gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/

2014-04-01 Thread Michael Palimaka
commit: 0651b4f423058016c013e0f07bbfe03a79d01cd4
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Apr  1 14:27:02 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Apr  1 14:27:02 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0651b4f4

[dev-libs/extra-cmake-modules] Version bump.

---
 ...ra-cmake-modules-0.0.11.ebuild = extra-cmake-modules-0.0.12.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.11.ebuild 
b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.12.ebuild
similarity index 85%
rename from dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.11.ebuild
rename to dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.12.ebuild
index 34a051a..9b37705 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.11.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.12.ebuild
@@ -8,7 +8,7 @@ inherit cmake-utils
 
 DESCRIPTION=Extra modules and scripts for CMake
 HOMEPAGE=https://projects.kde.org/projects/kdesupport/extra-cmake-modules;
-SRC_URI=mirror://kde/unstable/frameworks/4.97.0/${P}.tar.xz
+SRC_URI=mirror://kde/unstable/frameworks/4.98.0/${P}.tar.xz
 
 LICENSE=BSD
 SLOT=0



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

2014-04-01 Thread Michael Palimaka
commit: c99cf3fe4b82c1a08ac4ed13255a5a7e4f49395e
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Apr  1 14:28:19 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Apr  1 14:28:19 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c99cf3fe

[eclass] Bump required extra-cmake-modules version.

---
 eclass/kde-frameworks.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde-frameworks.eclass b/eclass/kde-frameworks.eclass
index 341ad11..be83eb5 100644
--- a/eclass/kde-frameworks.eclass
+++ b/eclass/kde-frameworks.eclass
@@ -73,7 +73,7 @@ SLOT=5
 case ${FRAMEWORKS_AUTODEPS} in
false)  ;;
*)
-   DEPEND+= =dev-libs/extra-cmake-modules-0.0.11
+   DEPEND+= =dev-libs/extra-cmake-modules-0.0.12
COMMONDEPEND+= =dev-qt/qtcore-${QT_MINIMAL}:5
;;
 esac



[gentoo-commits] gentoo-x86 commit in dev-python/testscenarios: testscenarios-0.4-r4.ebuild ChangeLog

2014-04-01 Thread Ian Delaney (idella4)
idella4 14/04/01 14:33:06

  Modified: testscenarios-0.4-r4.ebuild ChangeLog
  Log:
  add pypy support
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/testscenarios/testscenarios-0.4-r4.ebuild

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

Index: testscenarios-0.4-r4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- testscenarios-0.4-r4.ebuild 19 Mar 2014 23:14:23 -  1.3
+++ testscenarios-0.4-r4.ebuild 1 Apr 2014 14:33:06 -   1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r4.ebuild,v 
1.3 2014/03/19 23:14:23 bicatali Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r4.ebuild,v 
1.4 2014/04/01 14:33:06 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 pypy )
 
 inherit distutils-r1
 



1.9  dev-python/testscenarios/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testscenarios/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   19 Mar 2014 23:14:23 -  1.8
+++ ChangeLog   1 Apr 2014 14:33:06 -   1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/testscenarios
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/ChangeLog,v 1.8 
2014/03/19 23:14:23 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/ChangeLog,v 1.9 
2014/04/01 14:33:06 idella4 Exp $
+
+  01 Apr 2014; Ian Delaney idel...@gentoo.org testscenarios-0.4-r4.ebuild:
+  add pypy support
 
   19 Mar 2014; Sébastien Fabbro bicat...@gentoo.org
   testscenarios-0.4-r4.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/pygments: pygments-1.6_p20140324.ebuild ChangeLog

2014-04-01 Thread Mike Gilbert (floppym)
floppym 14/04/01 14:43:08

  Modified: pygments-1.6_p20140324.ebuild ChangeLog
  Log:
  Build docs using sphinx, bug 506414 by Juergen Rose.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.3  dev-python/pygments/pygments-1.6_p20140324.ebuild

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

Index: pygments-1.6_p20140324.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/pygments/pygments-1.6_p20140324.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pygments-1.6_p20140324.ebuild   1 Apr 2014 04:46:27 -   1.2
+++ pygments-1.6_p20140324.ebuild   1 Apr 2014 14:43: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/dev-python/pygments/pygments-1.6_p20140324.ebuild,v 1.2 
2014/04/01 04:46:27 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pygments/pygments-1.6_p20140324.ebuild,v 1.3 
2014/04/01 14:43:08 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -22,6 +22,7 @@
 
 RDEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
 DEPEND=${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
dev-python/nose[${PYTHON_USEDEP}]
virtual/ttf-fonts
@@ -30,6 +31,10 @@
 
 #S=${WORKDIR}/${MY_P}
 
+python_compile_all() {
+   use doc  emake -C doc html
+}
+
 python_test() {
cp -r -l tests ${BUILD_DIR}/ || die
 
@@ -44,7 +49,7 @@
 }
 
 python_install_all() {
-   use doc  local HTML_DOCS=( docs/build/. )
+   use doc  local HTML_DOCS=( doc/_build/html/. )
 
distutils-r1_python_install_all
newbashcomp external/pygments.bashcomp ${PN}



1.122dev-python/pygments/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygments/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   1 Apr 2014 04:46:27 -   1.121
+++ ChangeLog   1 Apr 2014 14:43:08 -   1.122
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pygments
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygments/ChangeLog,v 1.121 
2014/04/01 04:46:27 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygments/ChangeLog,v 1.122 
2014/04/01 14:43:08 floppym Exp $
+
+  01 Apr 2014; Mike Gilbert flop...@gentoo.org pygments-1.6_p20140324.ebuild:
+  Build docs using sphinx, bug 506414 by Juergen Rose.
 
   01 Apr 2014; Mike Gilbert flop...@gentoo.org pygments-1.6_p20140324.ebuild:
   Restore python3.2, though it fails a few tests.






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

2014-04-01 Thread Michael Palimaka
commit: 611f69653a9ca3822d550a066098bcb45a47c04d
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Apr  1 14:48:14 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Apr  1 14:48:14 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=611f6965

[sets] ktexteditor has a release now.

---
 sets/kde-frameworks | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sets/kde-frameworks b/sets/kde-frameworks
index dff916d..e5434c4 100644
--- a/sets/kde-frameworks
+++ b/sets/kde-frameworks
@@ -47,6 +47,7 @@ kde-frameworks/kpty:5
 kde-frameworks/kross:5
 kde-frameworks/krunner:5
 kde-frameworks/kservice:5
+kde-frameworks/ktexteditor:5
 kde-frameworks/ktextwidgets:5
 kde-frameworks/kunitconversion:5
 kde-frameworks/kwallet:5



[gentoo-commits] gentoo-x86 commit in sys-kernel/aufs-sources: ChangeLog aufs-sources-3.13.8.ebuild aufs-sources-3.10.35.ebuild

2014-04-01 Thread Justin Lecher (jlec)
jlec14/04/01 14:56:36

  Modified: ChangeLog
  Added:aufs-sources-3.13.8.ebuild
aufs-sources-3.10.35.ebuild
  Log:
  sys-kernel/aufs-sources: Bump to latest linux and genpatch release
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.106sys-kernel/aufs-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   28 Mar 2014 08:09:21 -  1.105
+++ ChangeLog   1 Apr 2014 14:56:36 -   1.106
@@ -1,6 +1,13 @@
 # ChangeLog for sys-kernel/aufs-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.105 
2014/03/28 08:09:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.106 
2014/04/01 14:56:36 jlec Exp $
+
+*aufs-sources-3.13.8 (01 Apr 2014)
+*aufs-sources-3.10.35 (01 Apr 2014)
+
+  01 Apr 2014; Justin Lecher j...@gentoo.org +aufs-sources-3.10.35.ebuild,
+  +aufs-sources-3.13.8.ebuild:
+  Bump to latest linux and genpatch release
 
 *aufs-sources-3.12.15 (28 Mar 2014)
 



1.1  sys-kernel/aufs-sources/aufs-sources-3.13.8.ebuild

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

Index: aufs-sources-3.13.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.13.8.ebuild,v 
1.1 2014/04/01 14:56:36 jlec Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base extras experimental
K_GENPATCHES_VER=11
K_DEBLOB_AVAILABLE=1
UNIPATCH_STRICTORDER=1
inherit kernel-2 eutils
detect_version
detect_arch

AUFS_VERSION=3.13_p20140310
AUFS_TARBALL=aufs-sources-${AUFS_VERSION}.tar.xz
# git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone 
aufs${AUFS_VERSION/_p*}  aufs-sources-${AUFS_VERSION}.tar
AUFS_URI=http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL};

KEYWORDS=~amd64 ~x86
HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches 
http://aufs.sourceforge.net/;
IUSE=deblob experimental module vanilla

DESCRIPTION=Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support
SRC_URI=
${KERNEL_URI}
${ARCH_URI}
${AUFS_URI}
!vanilla? ( ${GENPATCHES_URI} )


PDEPEND==sys-fs/aufs-util-3.9

src_unpack() {
if use vanilla; then
unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
ewarn You are using USE=vanilla
ewarn This will drop all support from the gentoo kernel 
security team
fi

UNIPATCH_LIST=
${WORKDIR}/aufs3-kbuild.patch
${WORKDIR}/aufs3-base.patch
${WORKDIR}/aufs3-mmap.patch

use module  UNIPATCH_LIST+= ${WORKDIR}/aufs3-standalone.patch

unpack ${AUFS_TARBALL}

einfo Using aufs3 version: ${AUFS_VERSION}

kernel-2_src_unpack
}

src_prepare() {
if ! use module; then
sed -e 's:tristate:bool:g' -i ${WORKDIR}/fs/aufs/Kconfig || 
die
fi
cp -f ${WORKDIR}/include/uapi/linux/aufs_type.h 
include/uapi/linux/aufs_type.h || die
cp -rf ${WORKDIR}/{Documentation,fs} . || die
}

pkg_postinst() {
kernel-2_pkg_postinst
einfo For more info on this patchset, and how to report problems, see:
einfo ${HOMEPAGE}
has_version sys-fs/aufs-util  \
einfo In order to use aufs FS you need to install 
sys-fs/aufs-util
}

pkg_postrm() {
kernel-2_pkg_postrm
}



1.1  sys-kernel/aufs-sources/aufs-sources-3.10.35.ebuild

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

Index: aufs-sources-3.10.35.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under 

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

2014-04-01 Thread Michael Palimaka
commit: 5879b4387d8cc89ba68aa63df349bd1238520a10
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Apr  1 15:14:50 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Apr  1 15:14:50 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5879b438

[kde-frameworks/kde4support] Set SYSCONF_INSTALL_DIR.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kde4support/kde4support-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/kde4support/kde4support-.ebuild 
b/kde-frameworks/kde4support/kde4support-.ebuild
index f5f2350..61ba5aa 100644
--- a/kde-frameworks/kde4support/kde4support-.ebuild
+++ b/kde-frameworks/kde4support/kde4support-.ebuild
@@ -61,6 +61,7 @@ DEPEND=${RDEPEND}
 
 src_configure() {
local mycmakeargs=(
+   -DSYSCONF_INSTALL_DIR=${EPREFIX}/etc
$(cmake-utils_use_find_package X X11)
)
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdoctools/, kde-frameworks/plasma/, kde-frameworks/kidletime/, ...

2014-04-01 Thread Michael Palimaka
commit: a07462fa9d21ea4159e9ddfa7780e06476e92262
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Apr  1 15:17:03 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Apr  1 15:17:03 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a07462fa

[kde-frameworks] Reset keywords.

---
 kde-frameworks/attica/attica-4.98.0.ebuild | 2 +-
 kde-frameworks/frameworkintegration/frameworkintegration-4.98.0.ebuild | 2 +-
 kde-frameworks/kactivities/kactivities-4.98.0.ebuild   | 2 +-
 kde-frameworks/kapidox/kapidox-4.98.0.ebuild   | 2 +-
 kde-frameworks/karchive/karchive-4.98.0.ebuild | 2 +-
 kde-frameworks/kauth/kauth-4.98.0.ebuild   | 2 +-
 kde-frameworks/kbookmarks/kbookmarks-4.98.0.ebuild | 2 +-
 kde-frameworks/kcmutils/kcmutils-4.98.0.ebuild | 2 +-
 kde-frameworks/kcodecs/kcodecs-4.98.0.ebuild   | 2 +-
 kde-frameworks/kcompletion/kcompletion-4.98.0.ebuild   | 2 +-
 kde-frameworks/kconfig/kconfig-4.98.0.ebuild   | 2 +-
 kde-frameworks/kconfigwidgets/kconfigwidgets-4.98.0.ebuild | 2 +-
 kde-frameworks/kcoreaddons/kcoreaddons-4.98.0.ebuild   | 2 +-
 kde-frameworks/kcrash/kcrash-4.98.0.ebuild | 2 +-
 kde-frameworks/kdbusaddons/kdbusaddons-4.98.0.ebuild   | 2 +-
 kde-frameworks/kdeclarative/kdeclarative-4.98.0.ebuild | 2 +-
 kde-frameworks/kded/kded-4.98.0.ebuild | 2 +-
 kde-frameworks/kdesignerplugin/kdesignerplugin-4.98.0.ebuild   | 2 +-
 kde-frameworks/kdesu/kdesu-4.98.0.ebuild   | 2 +-
 kde-frameworks/kdewebkit/kdewebkit-4.98.0.ebuild   | 2 +-
 kde-frameworks/kdnssd/kdnssd-4.98.0.ebuild | 2 +-
 kde-frameworks/kdoctools/kdoctools-4.98.0.ebuild   | 2 +-
 kde-frameworks/kemoticons/kemoticons-4.98.0.ebuild | 2 +-
 kde-frameworks/kf5umbrella/kf5umbrella-4.98.0.ebuild   | 2 +-
 kde-frameworks/kfileaudiopreview/kfileaudiopreview-4.98.0.ebuild   | 2 +-
 kde-frameworks/kglobalaccel/kglobalaccel-4.98.0.ebuild | 2 +-
 kde-frameworks/kguiaddons/kguiaddons-4.98.0.ebuild | 2 +-
 kde-frameworks/khtml/khtml-4.98.0.ebuild   | 2 +-
 kde-frameworks/ki18n/ki18n-4.98.0.ebuild   | 2 +-
 kde-frameworks/kiconthemes/kiconthemes-4.98.0.ebuild   | 2 +-
 kde-frameworks/kidletime/kidletime-4.98.0.ebuild   | 2 +-
 kde-frameworks/kimageformats/kimageformats-4.98.0.ebuild   | 2 +-
 kde-frameworks/kinit/kinit-4.98.0.ebuild   | 2 +-
 kde-frameworks/kio/kio-4.98.0.ebuild   | 2 +-
 kde-frameworks/kitemmodels/kitemmodels-4.98.0.ebuild   | 2 +-
 kde-frameworks/kitemviews/kitemviews-4.98.0.ebuild | 2 +-
 kde-frameworks/kjobwidgets/kjobwidgets-4.98.0.ebuild   | 2 +-
 kde-frameworks/kjs/kjs-4.98.0.ebuild   | 2 +-
 kde-frameworks/kjsembed/kjsembed-4.98.0.ebuild | 2 +-
 kde-frameworks/kmediaplayer/kmediaplayer-4.98.0.ebuild | 2 +-
 kde-frameworks/knewstuff/knewstuff-4.98.0.ebuild   | 2 +-
 kde-frameworks/knotifications/knotifications-4.98.0.ebuild | 2 +-
 kde-frameworks/knotifyconfig/knotifyconfig-4.98.0.ebuild   | 2 +-
 kde-frameworks/kparts/kparts-4.98.0.ebuild | 2 +-
 kde-frameworks/kplotting/kplotting-4.98.0.ebuild   | 2 +-
 kde-frameworks/kpty/kpty-4.98.0.ebuild | 2 +-
 kde-frameworks/kross/kross-4.98.0.ebuild   | 2 +-
 kde-frameworks/krunner/krunner-4.98.0.ebuild   | 2 +-
 kde-frameworks/kservice/kservice-4.98.0.ebuild | 2 +-
 kde-frameworks/ktexteditor/ktexteditor-4.98.0.ebuild   | 2 +-
 kde-frameworks/ktextwidgets/ktextwidgets-4.98.0.ebuild | 2 +-
 kde-frameworks/kunitconversion/kunitconversion-4.98.0.ebuild   | 2 +-
 kde-frameworks/kwallet/kwallet-4.98.0.ebuild   | 2 +-
 kde-frameworks/kwidgetsaddons/kwidgetsaddons-4.98.0.ebuild | 2 +-
 kde-frameworks/kwindowsystem/kwindowsystem-4.98.0.ebuild   | 2 +-
 kde-frameworks/kxmlgui/kxmlgui-4.98.0.ebuild   | 2 +-
 kde-frameworks/plasma/plasma-4.98.0.ebuild | 2 +-
 kde-frameworks/solid/solid-4.98.0.ebuild   | 2 +-
 

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

2014-04-01 Thread Michael Palimaka
commit: 9fedd4eb4182e5a80cff84949e88e878c257c600
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Apr  1 15:20:46 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Apr  1 15:20:46 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9fedd4eb

[kde-frameworks/kde4support] Add 4.98.0

Package-Manager: portage-2.2.8-r1

---
 .../kde4support/kde4support-4.98.0.ebuild  | 69 ++
 1 file changed, 69 insertions(+)

diff --git a/kde-frameworks/kde4support/kde4support-4.98.0.ebuild 
b/kde-frameworks/kde4support/kde4support-4.98.0.ebuild
new file mode 100644
index 000..eae95ce
--- /dev/null
+++ b/kde-frameworks/kde4support/kde4support-4.98.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED=test
+inherit kde-frameworks
+
+DESCRIPTION=Framework easing the development transition from KDE 4 to KF 5
+LICENSE=LGPL-2+
+KEYWORDS= ~amd64
+IUSE=X
+
+RDEPEND=
+   $(add_frameworks_dep kauth)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdesignerplugin)
+   $(add_frameworks_dep kglobalaccel)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kunitconversion)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   app-text/docbook-xml-dtd:4.2
+   dev-libs/openssl
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsvg:5
+   dev-qt/qttest:5
+   dev-qt/qtwidgets:5
+   virtual/libintl
+   X? (
+   dev-qt/qtx11extras:5
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   )
+
+DEPEND=${RDEPEND}
+   $(add_frameworks_dep kdoctools)
+   dev-qt/designer:5
+   X? ( x11-proto/xproto )
+
+
+src_configure() {
+   local mycmakeargs=(
+   -DSYSCONF_INSTALL_DIR=${EPREFIX}/etc
+   $(cmake-utils_use_find_package X X11)
+   )
+
+   kde-frameworks_src_configure
+}



[gentoo-commits] proj/kde:master commit in: profiles/package.mask.d/, profiles/

2014-04-01 Thread Michael Palimaka
commit: 147481620b5b881e3a77abfdc1ce85efe5ef92fe
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Apr  1 15:20:07 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Apr  1 15:20:07 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=14748162

[profiles/package.mask] Update kde-frameworks mask.

---
 profiles/package.mask   | 121 ++--
 profiles/package.mask.d/kf5-alpha-2 |  61 --
 profiles/package.mask.d/kf5-beta-1  |  62 ++
 3 files changed, 123 insertions(+), 121 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 20e4a39..3035e91 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -636,66 +636,67 @@
 ~kde-base/systemsettings-4.11.8
 
 # Mask KF5 alpha 2 due to cross-overlay dependencies
-~kde-frameworks/attica-4.97.0
-~kde-frameworks/frameworkintegration-4.97.0
-~kde-frameworks/kactivities-4.97.0
-~kde-frameworks/kapidox-4.97.0
-~kde-frameworks/karchive-4.97.0
-~kde-frameworks/kauth-4.97.0
-~kde-frameworks/kbookmarks-4.97.0
-~kde-frameworks/kcmutils-4.97.0
-~kde-frameworks/kcodecs-4.97.0
-~kde-frameworks/kcompletion-4.97.0
-~kde-frameworks/kconfig-4.97.0
-~kde-frameworks/kconfigwidgets-4.97.0
-~kde-frameworks/kcoreaddons-4.97.0
-~kde-frameworks/kcrash-4.97.0
-~kde-frameworks/kdbusaddons-4.97.0
-~kde-frameworks/kdeclarative-4.97.0
-~kde-frameworks/kded-4.97.0
-~kde-frameworks/kdesignerplugin-4.97.0
-~kde-frameworks/kdesu-4.97.0
-~kde-frameworks/kdewebkit-4.97.0
-~kde-frameworks/kdnssd-4.97.0
-~kde-frameworks/kdoctools-4.97.0
-~kde-frameworks/kemoticons-4.97.0
-~kde-frameworks/kf5umbrella-4.97.0
-~kde-frameworks/kfileaudiopreview-4.97.0
-~kde-frameworks/kglobalaccel-4.97.0
-~kde-frameworks/kguiaddons-4.97.0
-~kde-frameworks/khtml-4.97.0
-~kde-frameworks/ki18n-4.97.0
-~kde-frameworks/kiconthemes-4.97.0
-~kde-frameworks/kidletime-4.97.0
-~kde-frameworks/kimageformats-4.97.0
-~kde-frameworks/kinit-4.97.0
-~kde-frameworks/kio-4.97.0
-~kde-frameworks/kitemmodels-4.97.0
-~kde-frameworks/kitemviews-4.97.0
-~kde-frameworks/kjobwidgets-4.97.0
-~kde-frameworks/kjs-4.97.0
-~kde-frameworks/kjsembed-4.97.0
-~kde-frameworks/kmediaplayer-4.97.0
-~kde-frameworks/knewstuff-4.97.0
-~kde-frameworks/knotifications-4.97.0
-~kde-frameworks/knotifyconfig-4.97.0
-~kde-frameworks/kparts-4.97.0
-~kde-frameworks/kplotting-4.97.0
-~kde-frameworks/kpty-4.97.0
-~kde-frameworks/kross-4.97.0
-~kde-frameworks/krunner-4.97.0
-~kde-frameworks/kservice-4.97.0
-~kde-frameworks/ktexteditor-4.97.0
-~kde-frameworks/ktextwidgets-4.97.0
-~kde-frameworks/kunitconversion-4.97.0
-~kde-frameworks/kwallet-4.97.0
-~kde-frameworks/kwidgetsaddons-4.97.0
-~kde-frameworks/kwindowsystem-4.97.0
-~kde-frameworks/kxmlgui-4.97.0
-~kde-frameworks/plasma-4.97.0
-~kde-frameworks/solid-4.97.0
-~kde-frameworks/sonnet-4.97.0
-~kde-frameworks/threadweaver-4.97.0
+~kde-frameworks/attica-4.98.0
+~kde-frameworks/frameworkintegration-4.98.0
+~kde-frameworks/kactivities-4.98.0
+~kde-frameworks/kapidox-4.98.0
+~kde-frameworks/karchive-4.98.0
+~kde-frameworks/kauth-4.98.0
+~kde-frameworks/kbookmarks-4.98.0
+~kde-frameworks/kcmutils-4.98.0
+~kde-frameworks/kcodecs-4.98.0
+~kde-frameworks/kcompletion-4.98.0
+~kde-frameworks/kconfig-4.98.0
+~kde-frameworks/kconfigwidgets-4.98.0
+~kde-frameworks/kcoreaddons-4.98.0
+~kde-frameworks/kcrash-4.98.0
+~kde-frameworks/kdbusaddons-4.98.0
+~kde-frameworks/kdeclarative-4.98.0
+~kde-frameworks/kde4support-4.98.0
+~kde-frameworks/kded-4.98.0
+~kde-frameworks/kdesignerplugin-4.98.0
+~kde-frameworks/kdesu-4.98.0
+~kde-frameworks/kdewebkit-4.98.0
+~kde-frameworks/kdnssd-4.98.0
+~kde-frameworks/kdoctools-4.98.0
+~kde-frameworks/kemoticons-4.98.0
+~kde-frameworks/kf5umbrella-4.98.0
+~kde-frameworks/kfileaudiopreview-4.98.0
+~kde-frameworks/kglobalaccel-4.98.0
+~kde-frameworks/kguiaddons-4.98.0
+~kde-frameworks/khtml-4.98.0
+~kde-frameworks/ki18n-4.98.0
+~kde-frameworks/kiconthemes-4.98.0
+~kde-frameworks/kidletime-4.98.0
+~kde-frameworks/kimageformats-4.98.0
+~kde-frameworks/kinit-4.98.0
+~kde-frameworks/kio-4.98.0
+~kde-frameworks/kitemmodels-4.98.0
+~kde-frameworks/kitemviews-4.98.0
+~kde-frameworks/kjobwidgets-4.98.0
+~kde-frameworks/kjs-4.98.0
+~kde-frameworks/kjsembed-4.98.0
+~kde-frameworks/kmediaplayer-4.98.0
+~kde-frameworks/knewstuff-4.98.0
+~kde-frameworks/knotifications-4.98.0
+~kde-frameworks/knotifyconfig-4.98.0
+~kde-frameworks/kparts-4.98.0
+~kde-frameworks/kplotting-4.98.0
+~kde-frameworks/kpty-4.98.0
+~kde-frameworks/kross-4.98.0
+~kde-frameworks/krunner-4.98.0
+~kde-frameworks/kservice-4.98.0
+~kde-frameworks/ktexteditor-4.98.0
+~kde-frameworks/ktextwidgets-4.98.0
+~kde-frameworks/kunitconversion-4.98.0
+~kde-frameworks/kwallet-4.98.0
+~kde-frameworks/kwidgetsaddons-4.98.0
+~kde-frameworks/kwindowsystem-4.98.0
+~kde-frameworks/kxmlgui-4.98.0
+~kde-frameworks/plasma-4.98.0
+~kde-frameworks/solid-4.98.0

[gentoo-commits] gentoo-x86 commit in eclass/tests: python-utils-r1.sh

2014-04-01 Thread Michal Gorny (mgorny)
mgorny  14/04/01 15:22:40

  Modified: python-utils-r1.sh
  Log:
  Add slot op to expected PyPy dependency string.

Revision  ChangesPath
1.5  eclass/tests/python-utils-r1.sh

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/tests/python-utils-r1.sh?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/tests/python-utils-r1.sh?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/tests/python-utils-r1.sh?r1=1.4r2=1.5

Index: python-utils-r1.sh
===
RCS file: /var/cvsroot/gentoo-x86/eclass/tests/python-utils-r1.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-utils-r1.sh  12 Mar 2014 09:23:39 -  1.4
+++ python-utils-r1.sh  1 Apr 2014 15:22:40 -   1.5
@@ -65,7 +65,7 @@
 test_var PYTHON pypy /usr/bin/pypy
 test_var PYTHON_SITEDIR pypy /usr/lib/pypy/site-packages
 test_var PYTHON_INCLUDEDIR pypy /usr/lib/pypy/include
-test_var PYTHON_PKG_DEP pypy '*virtual/pypy*:0'
+test_var PYTHON_PKG_DEP pypy '*virtual/pypy*:0='
 test_var PYTHON_SCRIPTDIR pypy /usr/lib/python-exec/pypy
 
 test_is python_is_python3 python2.7 1






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

2014-04-01 Thread Michal Gorny (mgorny)
mgorny  14/04/01 15:22:40

  Modified: ChangeLog
  Log:
  Add slot op to expected PyPy dependency string.

Revision  ChangesPath
1.1192   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1191
retrieving revision 1.1192
diff -u -r1.1191 -r1.1192
--- ChangeLog   31 Mar 2014 16:48:51 -  1.1191
+++ ChangeLog   1 Apr 2014 15:22:40 -   1.1192
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1191 2014/03/31 
16:48:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1192 2014/04/01 
15:22:40 mgorny Exp $
+
+  01 Apr 2014; Michał Górny mgo...@gentoo.org tests/python-utils-r1.sh:
+  Add slot op to expected PyPy dependency string.
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org java-ant-2.eclass:
   Ban the java-ant_remove-taskdefs() function and remove Python dependency, bug






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

2014-04-01 Thread Michael Palimaka
commit: 1f7090f811fa5d01e4dac6fa61c8660ffd76724a
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Apr  1 15:22:32 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Apr  1 15:22:32 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1f7090f8

[sets] Add kde4support to frameworks sets.

---
 sets/kde-frameworks  | 1 +
 sets/kde-frameworks-live | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sets/kde-frameworks b/sets/kde-frameworks
index e5434c4..32ba38b 100644
--- a/sets/kde-frameworks
+++ b/sets/kde-frameworks
@@ -13,6 +13,7 @@ kde-frameworks/kconfigwidgets:5
 kde-frameworks/kcoreaddons:5
 kde-frameworks/kcrash:5
 kde-frameworks/kdbusaddons:5
+kde-frameworks/kde4support:5
 kde-frameworks/kdeclarative:5
 kde-frameworks/kded:5
 kde-frameworks/kdesignerplugin:5

diff --git a/sets/kde-frameworks-live b/sets/kde-frameworks-live
index 23b6ce1..edd3df3 100644
--- a/sets/kde-frameworks-live
+++ b/sets/kde-frameworks-live
@@ -13,6 +13,7 @@
 ~kde-frameworks/kcoreaddons-
 ~kde-frameworks/kcrash-
 ~kde-frameworks/kdbusaddons-
+~kde-frameworks/kde4support-
 ~kde-frameworks/kdeclarative-
 ~kde-frameworks/kded-
 ~kde-frameworks/kdesignerplugin-



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

2014-04-01 Thread Tom Wijsman (tomwij)
tomwij  14/04/01 15:38:27

  Modified: ChangeLog package.mask
  Log:
  [QA] Remove obsolete grep-2.13 mask.

Revision  ChangesPath
1.8768   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8767
retrieving revision 1.8768
diff -u -r1.8767 -r1.8768
--- ChangeLog   1 Apr 2014 09:59:05 -   1.8767
+++ ChangeLog   1 Apr 2014 15:38:26 -   1.8768
@@ -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.8767 2014/04/01 
09:59:05 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8768 2014/04/01 
15:38:26 tomwij 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!
 
+  01 Apr 2014; Tom Wijsman tom...@gentoo.org package.mask:
+  [QA] Remove obsolete grep-2.13 mask.
+
   01 Apr 2014; Michael Palimaka kensing...@gentoo.org package.mask:
   Unmask media-gfx/kgraphviewer wrt bug #491760.
 



1.15527  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15526
retrieving revision 1.15527
diff -u -r1.15526 -r1.15527
--- package.mask1 Apr 2014 09:59:05 -   1.15526
+++ package.mask1 Apr 2014 15:38:27 -   1.15527
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15526 2014/04/01 
09:59:05 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15527 2014/04/01 
15:38:27 tomwij 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
@@ -765,11 +765,6 @@
 =sys-libs/db-5.1*
 =sys-libs/db-5.0*
 
-# Richard Yao r...@gentoo.org (06 Oct 2012)
-# sys-apps/grep-2.13 falsely reports some files as binary, causing build
-# failures. Bug #425668
-=sys-apps/grep-2.13
-
 # Ralph Sennhauser s...@gentoo.org (18 Jul 2012)
 # Unmaintained, multiple vulnarabilities. #351626
 # A more recent source build maintained by the community is available in the






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog

2014-04-01 Thread Tom Wijsman (tomwij)
tomwij  14/04/01 15:41:15

  Modified: ChangeLog
  Log:
  [QA] Remove obsolete googleearth mask from hardened amd64 no-multilib.

Revision  ChangesPath
1.8769   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8768
retrieving revision 1.8769
diff -u -r1.8768 -r1.8769
--- ChangeLog   1 Apr 2014 15:38:26 -   1.8768
+++ ChangeLog   1 Apr 2014 15:41:15 -   1.8769
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8768 2014/04/01 
15:38:26 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8769 2014/04/01 
15:41:15 tomwij 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!
 
+  01 Apr 2014; Tom Wijsman tom...@gentoo.org
+  hardened/linux/amd64/no-multilib/package.mask:
+  [QA] Remove obsolete googleearth mask from hardened amd64 no-multilib.
+
   01 Apr 2014; Tom Wijsman tom...@gentoo.org package.mask:
   [QA] Remove obsolete grep-2.13 mask.
 






[gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/amd64/no-multilib: package.mask

2014-04-01 Thread Tom Wijsman (tomwij)
tomwij  14/04/01 15:41:15

  Modified: package.mask
  Log:
  [QA] Remove obsolete googleearth mask from hardened amd64 no-multilib.

Revision  ChangesPath
1.31 profiles/hardened/linux/amd64/no-multilib/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/package.mask?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/package.mask?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/package.mask?r1=1.30r2=1.31

Index: package.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/package.mask,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- package.mask4 Mar 2014 15:38:17 -   1.30
+++ package.mask1 Apr 2014 15:41:15 -   1.31
@@ -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/profiles/hardened/linux/amd64/no-multilib/package.mask,v
 1.30 2014/03/04 15:38:17 hasufell Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/no-multilib/package.mask,v
 1.31 2014/04/01 15:41:15 tomwij Exp $
 
 # These are broken as reported by Halcy0n, Aug, 23, 2011
 net-misc/teamviewer
@@ -188,7 +188,6 @@
 sci-chemistry/mars
 sci-chemistry/xdsgui
 sci-chemistry/xdsstat-bin
-sci-geosciences/googleearth-7.1
 sci-libs/ipp
 sys-apps/memtest86
 sys-apps/memtest86+






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog

2014-04-01 Thread Tom Wijsman (tomwij)
tomwij  14/04/01 15:42:58

  Modified: ChangeLog
  Log:
  [QA] Remove obsolete googleearth mask from amd64 no-multilib.

Revision  ChangesPath
1.8770   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8769
retrieving revision 1.8770
diff -u -r1.8769 -r1.8770
--- ChangeLog   1 Apr 2014 15:41:15 -   1.8769
+++ ChangeLog   1 Apr 2014 15:42:58 -   1.8770
@@ -1,12 +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.8769 2014/04/01 
15:41:15 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8770 2014/04/01 
15:42:58 tomwij 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!
 
   01 Apr 2014; Tom Wijsman tom...@gentoo.org
+  arch/amd64/no-multilib/package.mask:
+  [QA] Remove obsolete googleearth mask from amd64 no-multilib.
+
+  01 Apr 2014; Tom Wijsman tom...@gentoo.org
   hardened/linux/amd64/no-multilib/package.mask:
   [QA] Remove obsolete googleearth mask from hardened amd64 no-multilib.
 






[gentoo-commits] gentoo-x86 commit in profiles/arch/amd64/no-multilib: package.mask

2014-04-01 Thread Tom Wijsman (tomwij)
tomwij  14/04/01 15:42:58

  Modified: package.mask
  Log:
  [QA] Remove obsolete googleearth mask from amd64 no-multilib.

Revision  ChangesPath
1.132profiles/arch/amd64/no-multilib/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask?rev=1.132view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask?rev=1.132content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask?r1=1.131r2=1.132

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- package.mask4 Feb 2014 12:19:32 -   1.131
+++ package.mask1 Apr 2014 15:42:58 -   1.132
@@ -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/profiles/arch/amd64/no-multilib/package.mask,v 1.131 
2014/02/04 12:19:32 polynomial-c Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask,v 1.132 
2014/04/01 15:42:58 tomwij Exp $
 
 # AMD64 Team am...@gentoo.org
 # Mask packages that rely on amd64 multilib
@@ -165,7 +165,6 @@
 sci-chemistry/icm
 sci-chemistry/icm-browser
 sci-chemistry/mars
-sci-geosciences/googleearth-7.1
 sci-libs/ipp
 sys-apps/memtest86
 sys-apps/memtest86+






[gentoo-commits] gentoo-x86 commit in dev-python/sip: sip-4.15.5.ebuild ChangeLog

2014-04-01 Thread Ian Delaney (idella4)
idella4 14/04/01 15:43:50

  Modified: sip-4.15.5.ebuild ChangeLog
  Log:
  Add re-base of darwin patch
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/sip/sip-4.15.5.ebuild

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

Index: sip-4.15.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.15.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sip-4.15.5.ebuild   1 Apr 2014 08:07:06 -   1.1
+++ sip-4.15.5.ebuild   1 Apr 2014 15: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-python/sip/sip-4.15.5.ebuild,v 1.1 
2014/04/01 08:07:06 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.15.5.ebuild,v 1.2 
2014/04/01 15:43:49 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -44,7 +44,7 @@
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 src_prepare() {
-#  epatch ${FILESDIR}/${PN}-4.9.3-darwin.patch
+   epatch ${FILESDIR}/${PN}-4.15.5-darwin.patch
 
if [[ ${PV} == ** ]]; then
python2 build.py prepare || die



1.281dev-python/sip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -r1.280 -r1.281
--- ChangeLog   1 Apr 2014 08:07:06 -   1.280
+++ ChangeLog   1 Apr 2014 15:43:49 -   1.281
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/sip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.280 2014/04/01 
08:07:06 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.281 2014/04/01 
15:43:49 idella4 Exp $
+
+  01 Apr 2014; Ian Delaney idel...@gentoo.org +files/sip-4.15.5-darwin.patch,
+  sip-4.15.5.ebuild:
+  Add re-base of darwin patch
 
 *sip-4.15.5 (01 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in profiles/features/64bit-native: package.mask

2014-04-01 Thread Tom Wijsman (tomwij)
tomwij  14/04/01 15:43:44

  Modified: package.mask
  Log:
  [QA] Remove obsolete googleearth mask from 64bit-native feature.

Revision  ChangesPath
1.98 profiles/features/64bit-native/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/64bit-native/package.mask?rev=1.98view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/64bit-native/package.mask?rev=1.98content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/64bit-native/package.mask?r1=1.97r2=1.98

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/package.mask,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- package.mask2 Jan 2014 22:32:46 -   1.97
+++ package.mask1 Apr 2014 15:43:44 -   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/profiles/features/64bit-native/package.mask,v 1.97 
2014/01/02 22:32:46 williamh Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/features/64bit-native/package.mask,v 1.98 
2014/04/01 15:43:44 tomwij Exp $
 
 # AMD64 Team am...@gentoo.org
 # Mask packages that rely on amd64 multilib
@@ -166,7 +166,6 @@
 sci-chemistry/icm
 sci-chemistry/icm-browser
 sci-chemistry/mars
-sci-geosciences/googleearth-7.1
 sci-libs/ipp
 sys-apps/memtest86
 sys-apps/memtest86+






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog

2014-04-01 Thread Tom Wijsman (tomwij)
tomwij  14/04/01 15:43:44

  Modified: ChangeLog
  Log:
  [QA] Remove obsolete googleearth mask from 64bit-native feature.

Revision  ChangesPath
1.8771   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8770
retrieving revision 1.8771
diff -u -r1.8770 -r1.8771
--- ChangeLog   1 Apr 2014 15:42:58 -   1.8770
+++ ChangeLog   1 Apr 2014 15:43:43 -   1.8771
@@ -1,12 +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.8770 2014/04/01 
15:42:58 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8771 2014/04/01 
15:43:43 tomwij 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!
 
   01 Apr 2014; Tom Wijsman tom...@gentoo.org
+  features/64bit-native/package.mask:
+  [QA] Remove obsolete googleearth mask from 64bit-native feature.
+
+  01 Apr 2014; Tom Wijsman tom...@gentoo.org
   arch/amd64/no-multilib/package.mask:
   [QA] Remove obsolete googleearth mask from amd64 no-multilib.
 






[gentoo-commits] gentoo-x86 commit in dev-python/sip/files: sip-4.15.5-darwin.patch

2014-04-01 Thread Ian Delaney (idella4)
idella4 14/04/01 15:43:50

  Added:sip-4.15.5-darwin.patch
  Log:
  Add re-base of darwin patch
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  dev-python/sip/files/sip-4.15.5-darwin.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/files/sip-4.15.5-darwin.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/files/sip-4.15.5-darwin.patch?rev=1.1content-type=text/plain

Index: sip-4.15.5-darwin.patch
===
diff -ur sip-4.15.5.orig/siputils.py sip-4.15.5/siputils.py
--- siputils.py 2014-02-21 18:31:35.0 +0800
+++ siputils.py 2014-04-01 23:21:41.895036589 +0800
@@ -945,8 +945,6 @@
 
 if self.generator in (MSVC, MSVC.NET, MSBUILD, BMAKE):
 plib = clib + .lib
-elif sys.platform == darwin and framework:
-plib = -framework  + clib
 else:
 plib = -l + clib
 
@@ -961,8 +959,6 @@
 
 if self.generator in (MSVC, MSVC.NET, MSBUILD, BMAKE):
 prl_name = os.path.join(self.config.qt_lib_dir, clib + .prl)
-elif sys.platform == darwin and framework:
-prl_name = os.path.join(self.config.qt_lib_dir, clib + 
.framework, clib + .prl)
 else:
 prl_name = os.path.join(self.config.qt_lib_dir, lib + clib + 
.prl)
 
@@ -1633,7 +1629,7 @@
 if sys.platform == win32:
 ext = pyd
 elif sys.platform == darwin:
-ext = so
+ext = bundle
 elif sys.platform == cygwin:
 ext = dll
 else:






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog

2014-04-01 Thread Tom Wijsman (tomwij)
tomwij  14/04/01 15:47:03

  Modified: ChangeLog
  Log:
  [QA] Remove obsolete abi_x86_32 libusbx mask from amd64 p.u.s.m. as libusbx 
was pkgmoved to libusb.

Revision  ChangesPath
1.8772   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8771
retrieving revision 1.8772
diff -u -r1.8771 -r1.8772
--- ChangeLog   1 Apr 2014 15:43:43 -   1.8771
+++ ChangeLog   1 Apr 2014 15:47:02 -   1.8772
@@ -1,12 +1,17 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8771 2014/04/01 
15:43:43 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8772 2014/04/01 
15:47:02 tomwij 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!
 
   01 Apr 2014; Tom Wijsman tom...@gentoo.org
+  arch/amd64/package.use.stable.mask:
+  [QA] Remove obsolete abi_x86_32 libusbx mask from amd64 p.u.s.m. as libusbx
+  was pkgmoved to libusb.
+
+  01 Apr 2014; Tom Wijsman tom...@gentoo.org
   features/64bit-native/package.mask:
   [QA] Remove obsolete googleearth mask from 64bit-native feature.
 






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

2014-04-01 Thread Tom Wijsman (tomwij)
tomwij  14/04/01 15:47:03

  Modified: package.use.stable.mask
  Log:
  [QA] Remove obsolete abi_x86_32 libusbx mask from amd64 p.u.s.m. as libusbx 
was pkgmoved to libusb.

Revision  ChangesPath
1.5  profiles/arch/amd64/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- package.use.stable.mask 30 Mar 2014 23:04:13 -  1.4
+++ package.use.stable.mask 1 Apr 2014 15:47:03 -   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/profiles/arch/amd64/package.use.stable.mask,v 1.4 
2014/03/30 23:04:13 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.5 
2014/04/01 15:47:03 tomwij 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
@@ -97,7 +97,6 @@
 dev-libs/libsigc++ abi_x86_32
 dev-libs/libtasn1 abi_x86_32
 dev-libs/libusb abi_x86_32
-dev-libs/libusbx abi_x86_32
 dev-libs/libusb-compat abi_x86_32
 dev-libs/libwapcaplet abi_x86_32
 dev-libs/libxml2 abi_x86_32






[gentoo-commits] gentoo-x86 commit in dev-java/rome: rome-0.9.ebuild ChangeLog

2014-04-01 Thread Tom Wijsman (tomwij)
tomwij  14/04/01 15:54:09

  Modified: rome-0.9.ebuild ChangeLog
  Log:
  Shorten DESCRIPTION, update HOMEPAGE to a legacy URL that at the very least 
works.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  ChangesPath
1.7  dev-java/rome/rome-0.9.ebuild

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

Index: rome-0.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/rome/rome-0.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rome-0.9.ebuild 3 Aug 2007 16:56:53 -   1.6
+++ rome-0.9.ebuild 1 Apr 2014 15:54:09 -   1.7
@@ -1,13 +1,13 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/rome/rome-0.9.ebuild,v 1.6 
2007/08/03 16:56:53 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/rome/rome-0.9.ebuild,v 1.7 
2014/04/01 15:54:09 tomwij Exp $
 
 JAVA_PKG_IUSE=doc source test
 
 inherit java-pkg-2 java-ant-2
 
-DESCRIPTION=An open source set of Atom/RSS Java utilities that make it easy 
to work in Java with most syndication formats
-HOMEPAGE=https://rome.dev.java.net/;
+DESCRIPTION=Open source Atom/RSS Java utilities that make it easy to work in 
Java with most syndication formats
+HOMEPAGE=https://java.net/projects/rome;
 
SRC_URI=https://rome.dev.java.net/source/browse/*checkout*/rome/www/dist/${P}-src.zip;
 
 LICENSE=Apache-2.0



1.8  dev-java/rome/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/rome/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   3 Aug 2007 16:56:53 -   1.7
+++ ChangeLog   1 Apr 2014 15:54:09 -   1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/rome
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/rome/ChangeLog,v 1.7 2007/08/03 
16:56:53 betelgeuse Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/rome/ChangeLog,v 1.8 2014/04/01 
15:54:09 tomwij Exp $
+
+  01 Apr 2014; Tom Wijsman tom...@gentoo.org rome-0.9.ebuild:
+  Shorten DESCRIPTION, update HOMEPAGE to a legacy URL that at the very least
+  works.
 
   03 Aug 2007; Petteri Räty betelge...@gentoo.org rome-0.9.ebuild:
   Use splitted ant for src_test.
@@ -22,4 +26,3 @@
 
   20 Jan 2007; Miroslav Šulc fordf...@gentoo.org ChangeLog:
   Initial ebuild, moved from java overlay, also see bug #159398.
-






[gentoo-commits] gentoo-x86 commit in dev-java/sax: sax-2.2.1-r2.ebuild ChangeLog

2014-04-01 Thread Tom Wijsman (tomwij)
tomwij  14/04/01 15:56:25

  Modified: sax-2.2.1-r2.ebuild ChangeLog
  Log:
  Shorten description, quote unquoted S variable.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  ChangesPath
1.8  dev-java/sax/sax-2.2.1-r2.ebuild

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

Index: sax-2.2.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/sax/sax-2.2.1-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sax-2.2.1-r2.ebuild 3 Jan 2010 21:32:36 -   1.7
+++ sax-2.2.1-r2.ebuild 1 Apr 2014 15:56:25 -   1.8
@@ -1,21 +1,24 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sax/sax-2.2.1-r2.ebuild,v 1.7 
2010/01/03 21:32:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sax/sax-2.2.1-r2.ebuild,v 1.8 
2014/04/01 15:56:25 tomwij Exp $
 
 JAVA_PKG_IUSE=doc source
 
 inherit java-pkg-2 java-ant-2
 
-DESCRIPTION=SAX is the Simple API for XML, originally a Java-only API. SAX 
was the first widely adopted API for XML in Java.
+DESCRIPTION=Simple API for XML, originally a Java-only API. It was the first 
widely adopted API for XML in Java.
 
 HOMEPAGE=http://sax.sourceforge.net/;
 SRC_URI=mirror://sourceforge/sax/sax2r3.zip
 LICENSE=public-domain
+
 SLOT=0
 KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
 IUSE=
+
 DEPEND==virtual/jdk-1.4
app-arch/unzip
+
 RDEPEND==virtual/jre-1.4
 
 S=${WORKDIR}/sax2r3
@@ -31,5 +34,5 @@
dodoc ChangeLog CHANGES README || die
 
use doc  java-pkg_dojavadoc docs/javadoc
-   use source  java-pkg_dosrc ${S}/src/*
+   use source  java-pkg_dosrc ${S}/src/*
 }



1.19 dev-java/sax/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/sax/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   3 Jan 2010 21:32:36 -   1.18
+++ ChangeLog   1 Apr 2014 15:56:25 -   1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/sax
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sax/ChangeLog,v 1.18 2010/01/03 
21:32:36 fauli Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sax/ChangeLog,v 1.19 2014/04/01 
15:56:25 tomwij Exp $
+
+  01 Apr 2014; Tom Wijsman tom...@gentoo.org sax-2.2.1-r2.ebuild:
+  Shorten description, quote unquoted S variable.
 
   03 Jan 2010; Christian Faulhammer fa...@gentoo.org sax-2.2.1-r2.ebuild:
   Transfer Prefix keywords
@@ -65,4 +68,3 @@
   21 Sep 2004; Thomas Matthijs a...@gentoo.org +metadata.xml,
   +sax-2.2.1.ebuild:
   initial import, ebuild created by me, as a dep
-






[gentoo-commits] gentoo-x86 commit in dev-java/tapestry: tapestry-3.0.4-r1.ebuild ChangeLog

2014-04-01 Thread Tom Wijsman (tomwij)
tomwij  14/04/01 15:57:40

  Modified: tapestry-3.0.4-r1.ebuild ChangeLog
  Log:
  Shorten DESCRIPTION.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  ChangesPath
1.2  dev-java/tapestry/tapestry-3.0.4-r1.ebuild

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

Index: tapestry-3.0.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/tapestry/tapestry-3.0.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tapestry-3.0.4-r1.ebuild8 Mar 2014 17:55:22 -   1.1
+++ tapestry-3.0.4-r1.ebuild1 Apr 2014 15:57:40 -   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/tapestry/tapestry-3.0.4-r1.ebuild,v 1.1 
2014/03/08 17:55:22 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/tapestry/tapestry-3.0.4-r1.ebuild,v 1.2 
2014/04/01 15:57:40 tomwij Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 
 inherit java-pkg-2 java-ant-2
 
-DESCRIPTION=Tapestry is an open-source framework for creating dynamic, 
robust, highly scalable web applications in Java.
+DESCRIPTION=An open-source framework for creating dynamic, robust, highly 
scalable web applications in Java.
 HOMEPAGE=http://tapestry.apache.org/;
 SRC_URI=mirror://apache/${PN}/Tapestry-${PV}-src.zip
 



1.5  dev-java/tapestry/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/tapestry/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   8 Mar 2014 17:55:22 -   1.4
+++ ChangeLog   1 Apr 2014 15:57:40 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/tapestry
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tapestry/ChangeLog,v 1.4 
2014/03/08 17:55:22 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tapestry/ChangeLog,v 1.5 
2014/04/01 15:57:40 tomwij Exp $
+
+  01 Apr 2014; Tom Wijsman tom...@gentoo.org tapestry-3.0.4-r1.ebuild:
+  Shorten DESCRIPTION.
 
 *tapestry-3.0.4-r1 (08 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-java/xsom: xsom-20060901.ebuild ChangeLog

2014-04-01 Thread Tom Wijsman (tomwij)
tomwij  14/04/01 16:00:59

  Modified: xsom-20060901.ebuild ChangeLog
  Log:
  Shorten DESCRIPTION.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  ChangesPath
1.8  dev-java/xsom/xsom-20060901.ebuild

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

Index: xsom-20060901.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsom/xsom-20060901.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xsom-20060901.ebuild28 Mar 2008 18:05:03 -  1.7
+++ xsom-20060901.ebuild1 Apr 2014 16:00:59 -   1.8
@@ -1,12 +1,12 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xsom/xsom-20060901.ebuild,v 1.7 
2008/03/28 18:05:03 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsom/xsom-20060901.ebuild,v 1.8 
2014/04/01 16:00:59 tomwij Exp $
 
 JAVA_PKG_IUSE=doc source
 
 inherit java-pkg-2 java-ant-2
 
-DESCRIPTION=XML Schema Object Model (XSOM) is a Java library that allows 
applications to easily parse XML Schema documents and inspect information in 
them.
+DESCRIPTION=XML Schema Object Model (XSOM) allows Java apps to easy parse and 
inspect XML Schema docs.
 HOMEPAGE=https://xsom.dev.java.net/;
 # Upstream does not have versioned source bundles :|
 SRC_URI=mirror://gentoo/xsom-src-${PV}.tar.bz2



1.9  dev-java/xsom/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsom/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   28 Mar 2008 18:05:03 -  1.8
+++ ChangeLog   1 Apr 2014 16:00:59 -   1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/xsom
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xsom/ChangeLog,v 1.8 2008/03/28 
18:05:03 nixnut Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsom/ChangeLog,v 1.9 2014/04/01 
16:00:59 tomwij Exp $
+
+  01 Apr 2014; Tom Wijsman tom...@gentoo.org xsom-20060901.ebuild:
+  Shorten DESCRIPTION.
 
   28 Mar 2008; nixnut nix...@gentoo.org xsom-20060901.ebuild:
   Stable on ppc wrt bug 214778
@@ -29,4 +32,3 @@
   01 May 2007; Krzysiek Pawlik nelch...@gentoo.org +metadata.xml,
   +xsom-20060901.ebuild:
   Initial commit of xsom.
-






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

2014-04-01 Thread Michael Palimaka
commit: f9d26499c99ed3371381605adef3663ce6ebed01
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Apr  1 16:05:07 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Apr  1 16:05:07 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f9d26499

[eclass] Update add_frameworks_dep to work outside of kde-frameworks.

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

diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index 830dcf6..08d1ec6 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -394,7 +394,7 @@ add_frameworks_dep() {
ver=${3}
elif [[ -n ${KDE_OVERRIDE_MINIMAL} ]]; then
ver=${KDE_OVERRIDE_MINIMAL}
-   elif [[ ${KDEBASE} != kde-frameworks ]]; then
+   elif [[ ${KDEBASE} != kde-frameworks  ${KDEBASE} != kde-base ]]; then
ver=${KDE_MINIMAL}
# if building stable-live version depend just on the raw KDE version
# to allow merging packages against more stable basic stuff



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

2014-04-01 Thread Lars Wendler (polynomial-c)
polynomial-c14/04/01 16:24:28

  Modified: ChangeLog apr-1.5.0-r2.ebuild
  Log:
  Added dependency on libtool (bug #506384)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.217dev-libs/apr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -r1.216 -r1.217
--- ChangeLog   30 Mar 2014 19:56:20 -  1.216
+++ ChangeLog   1 Apr 2014 16:24:28 -   1.217
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/apr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.216 2014/03/30 
19:56:20 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.217 2014/04/01 
16:24:28 polynomial-c Exp $
+
+  01 Apr 2014; Lars Wendler polynomia...@gentoo.org apr-1.5.0-r2.ebuild:
+  Added dependency on libtool (bug #506384).
 
   30 Mar 2014; Chema Alonso nim...@gentoo.org apr-1.5.0-r2.ebuild:
   Stable for amd64 wrt bug #504300



1.6  dev-libs/apr/apr-1.5.0-r2.ebuild

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

Index: apr-1.5.0-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.0-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- apr-1.5.0-r2.ebuild 30 Mar 2014 19:56:20 -  1.5
+++ apr-1.5.0-r2.ebuild 1 Apr 2014 16:24:28 -   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-libs/apr/apr-1.5.0-r2.ebuild,v 1.5 
2014/03/30 19:56:20 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.0-r2.ebuild,v 1.6 
2014/04/01 16:24:28 polynomial-c Exp $
 
 EAPI=4
 
@@ -18,6 +18,7 @@
 RDEPEND=elibc_glibc? ( =sys-apps/util-linux-2.16 )
elibc_mintlib? ( =sys-apps/util-linux-2.18 )
 DEPEND=${RDEPEND}
+   =sys-devel/libtool-2.4.2
doc? ( app-doc/doxygen )
 
 DOCS=(CHANGES NOTICE README)






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

2014-04-01 Thread Lars Wendler (polynomial-c)
polynomial-c14/04/01 16:28:57

  Modified: ChangeLog apr-util-1.5.3-r1.ebuild
  Log:
  Added dependency on libtool (bug #506384)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.203dev-libs/apr-util/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog   30 Mar 2014 19:58:09 -  1.202
+++ ChangeLog   1 Apr 2014 16:28:57 -   1.203
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/apr-util
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v 1.202 
2014/03/30 19:58:09 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v 1.203 
2014/04/01 16:28:57 polynomial-c Exp $
+
+  01 Apr 2014; Lars Wendler polynomia...@gentoo.org apr-util-1.5.3-r1.ebuild:
+  Added dependency on libtool (bug #506384).
 
   30 Mar 2014; Chema Alonso nim...@gentoo.org apr-util-1.5.3-r1.ebuild:
   Stable for amd64 wrt bug #504300



1.5  dev-libs/apr-util/apr-util-1.5.3-r1.ebuild

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

Index: apr-util-1.5.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- apr-util-1.5.3-r1.ebuild30 Mar 2014 19:58:09 -  1.4
+++ apr-util-1.5.3-r1.ebuild1 Apr 2014 16:28:57 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3-r1.ebuild,v 1.4 
2014/03/30 19:58:09 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3-r1.ebuild,v 1.5 
2014/04/01 16:28:57 polynomial-c Exp $
 
 EAPI=4
 
@@ -33,6 +33,7 @@
postgres? ( dev-db/postgresql-base )
sqlite? ( dev-db/sqlite:3 )
 DEPEND=${RDEPEND}
+   =sys-devel/libtool-2.4.2
doc? ( app-doc/doxygen )
 
 DOCS=(CHANGES NOTICE README)






[gentoo-commits] proj/R_overlay:master commit in: roverlay/console/

2014-04-01 Thread André Erdmann
commit: f9fa3b5544e0009297a771c6efd7e7d24cce8fbc
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Mon Mar 31 15:38:14 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Mon Mar 31 15:38:14 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=f9fa3b55

console interpreter: do not fail if var is not set

---
 roverlay/console/interpreter.py | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/roverlay/console/interpreter.py b/roverlay/console/interpreter.py
index e31096f..107a14a 100644
--- a/roverlay/console/interpreter.py
+++ b/roverlay/console/interpreter.py
@@ -281,7 +281,10 @@ class ConsoleInterpreter ( cmd.Cmd ):
   else:
  l = line
 
-  return self._str_formatter.vformat ( l, (), self._locals )
+  try:
+ return self._str_formatter.vformat ( l, (), self._locals )
+  except KeyError as kerr:
+ raise ConsoleUsageException ( {!s} is not set..format ( kerr ) )
# --- end of format_locals (...) ---
 
def get_fspath ( self, line ):



[gentoo-commits] proj/R_overlay:master commit in: roverlay/overlay/

2014-04-01 Thread André Erdmann
commit: 6596fb255d1f17017420401a4e39f8a711bcc239
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Mon Mar 31 15:38:36 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Mon Mar 31 15:38:36 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=6596fb25

overlay/creator: fix comment

---
 roverlay/overlay/creator.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/roverlay/overlay/creator.py b/roverlay/overlay/creator.py
index ea623e6..75119d3 100644
--- a/roverlay/overlay/creator.py
+++ b/roverlay/overlay/creator.py
@@ -404,7 +404,6 @@ class OverlayCreator ( object ):
   ##num_removed += selfdep.reduce()
   ##end loop
   ##
-  ##num_removed - 0
   ## end loop
   ##
   self.overlay.link_selfdeps ( selfdeps )



[gentoo-commits] proj/R_overlay:master commit in: roverlay/config/

2014-04-01 Thread André Erdmann
commit: 23adf50912a502873b4799ce74c2ef5e5814f508
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Mon Mar 31 15:39:56 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Mon Mar 31 15:39:56 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=23adf509

config/fielddef: log path of the missing licenses file

---
 roverlay/config/fielddef.py | 18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/roverlay/config/fielddef.py b/roverlay/config/fielddef.py
index d5ff53d..ee4e943 100644
--- a/roverlay/config/fielddef.py
+++ b/roverlay/config/fielddef.py
@@ -140,12 +140,20 @@ class DescriptionFieldDefinition ( object ):
config: LICENSEMAP.licenses_file is not set.
 )
 
- licenses_list = list (
-itertools.chain.from_iterable (
-   line.strip().split ( None ) for line in
-  roverlay.util.fileio.read_text_file ( LICENSE_FILE )
+ try:
+licenses_list = list (
+   itertools.chain.from_iterable (
+  line.strip().split ( None ) for line in
+ roverlay.util.fileio.read_text_file ( LICENSE_FILE )
+   )
 )
- )
+ except IOError as err:
+if err.errno == errno.ENOENT:
+   self.logger.critical (
+  licenses file {!r} does not exist..format ( LICENSE_FILE )
+   )
+# -- end if
+raise
 
  self.logger.debug (
 Using {n:d} licenses from file: {!r}.format (



[gentoo-commits] proj/R_overlay:master commit in: files/shlib/, doc/rst/

2014-04-01 Thread André Erdmann
commit: adeb72581e0b6030af14441129059241e009a58a
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Mon Mar 31 15:35:48 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Mon Mar 31 15:35:48 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=adeb7258

hook functions: die_cannot_run()

+ qwhich(): use hash instead of which

---
 doc/rst/usage.rst| 12 +++-
 files/shlib/functions.sh | 16 ++--
 2 files changed, 25 insertions(+), 3 deletions(-)

diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst
index c2d8bc9..f27e933 100644
--- a/doc/rst/usage.rst
+++ b/doc/rst/usage.rst
@@ -2509,10 +2509,17 @@ when included in the hook script, most of the 
enviroment variables readonly.
+-+---+
| DEVNULL | */dev/null* target (could also be a file) |
+-+---+
+   | EX_OK   | *success* exit code   |
+   +-+---+
| EX_ERR  | default error exit code   |
+-+---+
| EX_ARG_ERR  | default exit code for arg errors  |
+-+---+
+   | EX_CANNOT_RUN   | default exit code when a hook cannot run, |
+   | | e.g. if an essential program is missing   |
+   | |   |
+   | | Defaults to ``$EX_OK``.   |
+   +-+---+
| EX_GIT_ERR  | git-related error codes   |
| EX_GIT_ADD_ERR  |   |
| EX_GIT_COMMIT\  |   |
@@ -2558,6 +2565,9 @@ when included in the hook script, most of the enviroment 
variables readonly.
# @noreturn die ( [message], [exit_code] ), raises exit()
#  Lets the script die with the given message/exit code.
#
+   # @noreturn die_cannot_run ( [reason] ), raises die (**EX_CANNOT_RUN)
+   #  Lets the script die due to missing preconditions.
+   #
# @noreturn OUT_OF_BOUNDS(), raises die()
#  Lets the script die due to insufficient arg count.
#
@@ -2582,7 +2592,7 @@ when included in the hook script, most of the enviroment 
variables readonly.
#  Returns 0 if $word is in the given list, else 1.
#
# int qwhich ( *command )
-   #  Returns 0 if all listed commands are found by which, else 1.
+   #  Returns 0 if all listed commands could be found, else 1.
#
# int sync_allowed ( action_name, [msg_nosync], [msg_sync] )
#  Returns 0 if syncing for the given action is allowed, else 1.

diff --git a/files/shlib/functions.sh b/files/shlib/functions.sh
index 1603376..fb616dc 100644
--- a/files/shlib/functions.sh
+++ b/files/shlib/functions.sh
@@ -20,6 +20,7 @@
 #
 # core:
 # @noreturn die ( [message], [exit_code] ), raises exit()
+# @noreturn die_cannot_run ( [reason] ), raises die()
 # @noreturn OUT_OF_BOUNDS(), raises die()
 # int  run_command( *cmdv )
 # int  run_command_logged ( *cmdv )
@@ -133,8 +134,11 @@ readonly IFS_NEWLINE='
 : ${DEVNULL:=/dev/null}
 readonly DEVNULL
 
+readonly EX_OK=0
 readonly EX_ERR=2
 readonly EX_ARG_ERR=5
+# EX_CANNOT_RUN: configurable
+EX_CANNOT_RUN=${EX_OK}
 
 readonly EX_GIT_ERR=30
 readonly EX_GIT_ADD_ERR=35
@@ -193,6 +197,14 @@ die() {
exit ${2:-${EX_ERR?}}
 }
 
+# @noreturn die_cannot_run ( [reason] ), raises die (**EX_CANNOT_RUN)
+#
+#  Lets the script die due to missing preconditions.
+#
+die_cannot_run() {
+   die ${1:-cannot run.} ${EX_CANNOT_RUN}
+}
+
 # @noreturn OUT_OF_BOUNDS(), raises die (**EX_ARG_ERR)
 #
 #  Catches non-zero shift return and calls die().
@@ -302,11 +314,11 @@ list_has() {
 
 # int qwhich ( *command )
 #
-#  Returns true if 'which' finds all listed commands, else false.
+#  Returns true if all listed commands could be found, else false.
 #
 qwhich() {
while [ $# -gt 0 ]; do
-  which ${1} 1${DEVNULL} 2${DEVNULL} || return 1
+  hash ${1} 1${DEVNULL} 2${DEVNULL} || return 1
   shift
done
return 0



[gentoo-commits] proj/R_overlay:master commit in: roverlay/config/

2014-04-01 Thread André Erdmann
commit: c8a9eee2bc05ec7c02110318277cc0604c69ad44
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Mon Mar 31 15:39:17 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Mon Mar 31 15:39:17 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=c8a9eee2

config/entryutil: iter_entries_with_value_type()

---
 roverlay/config/entryutil.py | 30 +-
 1 file changed, 25 insertions(+), 5 deletions(-)

diff --git a/roverlay/config/entryutil.py b/roverlay/config/entryutil.py
index 716c166..899bd4d 100644
--- a/roverlay/config/entryutil.py
+++ b/roverlay/config/entryutil.py
@@ -65,6 +65,29 @@ def find_config_path ( name ):
   raise roverlay.config.exceptions.ConfigOptionNotFound ( name )
 # --- end of find_config_path (...) ---
 
+def iter_visible_entries():
+   for entry_key, entry in CONFIG_ENTRY_MAP.items():
+  if entry is not None:
+ # else entry is disabled
+ yield ( entry_key, entry )
+# --- end of iter_visible_entries (...) ---
+
+def iter_entries_with_value_type ( value_types ):
+   for key, entry in iter_visible_entries():
+  if isinstance ( entry, dict ):
+ if entry.get ( 'value_type' ) in value_types:
+yield ( key, entry )
+  elif entry and isinstance ( entry, str ):
+ # ^ not really necessary
+ real_key, real_entry = deref_entry_safe ( key )
+ if (
+isinstance ( real_entry, dict )
+and real_entry.get ( 'value_type' ) in value_types
+ ):
+yield ( key, real_entry )
+   # -- end for
+# --- end of iter_entries_with_value_type (...) ---
+
 def iter_config_keys():
for key, entry in CONFIG_ENTRY_MAP.items():
   if isinstance ( entry, dict ):
@@ -75,12 +98,9 @@ def _iter_entries():
Iterates through all entries in CONFIG_ENTRY_MAP and yields config
entry information (entry name, description).

-   for entry_key, entry in CONFIG_ENTRY_MAP.items():
+   for entry_key, entry in iter_visible_entries():
   name = entry_key.upper()
-  if entry is None:
- # entry is disabled
- pass
-  elif isinstance ( entry, dict ):
+  if isinstance ( entry, dict ):
  description = entry.get ( 'description' ) or entry.get ( 'desc' )
  if description:
 if isinstance ( description, str ):



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

2014-04-01 Thread André Erdmann
commit: 01679b2c15a7e7e62a8a9cb2f57fe1815d70b9c4
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Mon Mar 31 16:06:00 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Mon Mar 31 16:06:00 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=01679b2c

Makefile, generate-config: + R-overlay.conf.others

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

diff --git a/Makefile b/Makefile
index 495f6c8..5f5ac2c 100644
--- a/Makefile
+++ b/Makefile
@@ -112,7 +112,7 @@ generate-config: $(RV_SETUP)
mkconfig
 
ROVERLAY_INSTALLED=0 $(RV_SETUP) \
-   -O R-overlay.conf.local.new \
+   -O R-overlay.conf.others --prjroot-relpath --target-type 
foreign \
-D files --conf-root config --my-conf-root config -A files -W 
workdir \
mkconfig
 



[gentoo-commits] proj/R_overlay:master commit in: files/hooks/

2014-04-01 Thread André Erdmann
commit: 5b39452838f97dd3645fb102a8f784639209ef1b
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Mon Mar 31 15:37:15 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Mon Mar 31 15:37:15 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=5b394528

hooks: use die_cannot_run()

---
 files/hooks/create-metadata-cache.sh | 4 ++--
 files/hooks/git-commit-overlay.sh| 2 +-
 files/hooks/git-push.sh  | 2 ++
 files/hooks/notify-desktop.sh| 2 ++
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/files/hooks/create-metadata-cache.sh 
b/files/hooks/create-metadata-cache.sh
index 808f537..a406d7f 100644
--- a/files/hooks/create-metadata-cache.sh
+++ b/files/hooks/create-metadata-cache.sh
@@ -14,10 +14,10 @@ set -u
 #$lf ...
 
 : ${EGENCACHE:=egencache}
-#autodie qwhich ${EGENCACHE}
+qwhich ${EGENCACHE} || die_cannot_run egencache is not available.
 
 # a valid PORTDIR is required
-[ -d ${PORTDIR-} ] || die \$PORTDIR '${PORTDIR-}' does not exist.
+[ -d ${PORTDIR-} ] || die_cannot_run \$PORTDIR '${PORTDIR-}' does not 
exist.
 
 # void cleanup()
 #

diff --git a/files/hooks/git-commit-overlay.sh 
b/files/hooks/git-commit-overlay.sh
index 2e726fb..30aad1c 100644
--- a/files/hooks/git-commit-overlay.sh
+++ b/files/hooks/git-commit-overlay.sh
@@ -17,7 +17,7 @@ set -u
 
 ## load git helper functions
 $lf git
-#autodie qwhich ${GIT}
+qwhich ${GIT} || die_cannot_run git is not available.
 
 
 ## functions

diff --git a/files/hooks/git-push.sh b/files/hooks/git-push.sh
index 7d79e64..d5a410a 100644
--- a/files/hooks/git-push.sh
+++ b/files/hooks/git-push.sh
@@ -13,6 +13,8 @@ set -u
 # using line_iterator() from itertools
 $lf git itertools
 
+qwhich ${GIT} || die_cannot_run git is not available.
+
 
 ## functions
 

diff --git a/files/hooks/notify-desktop.sh b/files/hooks/notify-desktop.sh
index 9184c2f..32ae230 100644
--- a/files/hooks/notify-desktop.sh
+++ b/files/hooks/notify-desktop.sh
@@ -9,6 +9,8 @@ set -u
 . ${FUNCTIONS?} || exit
 #dont_run_as_root
 
+qwhich notify-send || die_cannot_run notify-send is not available.
+
 ## load helper functions
 #$lf ...
 



[gentoo-commits] proj/R_overlay:master commit in: roverlay/

2014-04-01 Thread André Erdmann
commit: 19ad4d4e8e73b7be7f8a81e86ffa83116adb2cf1
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Mon Mar 31 17:13:10 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Mon Mar 31 17:13:10 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=19ad4d4e

roverlay/argparser: fix

Pass **kwargs when creating the parser object.

---
 roverlay/argparser.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roverlay/argparser.py b/roverlay/argparser.py
index 2fa6ca1..706cf5f 100644
--- a/roverlay/argparser.py
+++ b/roverlay/argparser.py
@@ -84,6 +84,7 @@ class RoverlayArgumentParserBase ( 
roverlay.argutil.ArgumentParserProxy ):
 argparse.RawDescriptionHelpFormatter
 if formatter_class is True else formatter_class
  ),
+ **kwargs
   )
# --- end of create_new_parser (...) ---
 



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

2014-04-01 Thread André Erdmann
commit: 93f17af72d26c46c9b32a3a79871a05b97e8bb13
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Tue Apr  1 16:34:57 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Tue Apr  1 16:36:36 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=93f17af7

bin/scripts/genfiles: minor doc update

---
 bin/scripts/genfiles.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/scripts/genfiles.sh b/bin/scripts/genfiles.sh
index 61ee3ab..4f46f64 100755
--- a/bin/scripts/genfiles.sh
+++ b/bin/scripts/genfiles.sh
@@ -11,7 +11,7 @@ OUT_OF_BOUNDS() { die shift returned non-zero.; }
 dodir() { [ -d ${1-} ] || mkdir -p -- ${1}; }
 
 
-# genfile ( infile, destdir_relpath, *query_config_args )
+# genfile ( infile, destdir_relpath, *query_config_args, **fail! )
 #
 genfile() {
local infile destdir destfile fname
@@ -38,7 +38,7 @@ genfile() {
fi
 }
 
-# genfiles_recursive ( root, root_relpath, *query_config_args )
+# genfiles_recursive ( root, root_relpath, *query_config_args, **fail! )
 #
 genfiles_recursive() {
local root relpath item



[gentoo-commits] proj/R_overlay:master commit in: files/misc/

2014-04-01 Thread André Erdmann
commit: 93cbdb3bbb3615dd03f56dd28336912195433d38
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Tue Apr  1 16:29:56 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Tue Apr  1 16:36:36 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=93cbdb3b

update roverlay-setup bash completion

---
 files/misc/roverlay.bashcomp | 5 +
 1 file changed, 5 insertions(+)

diff --git a/files/misc/roverlay.bashcomp b/files/misc/roverlay.bashcomp
index e521c85..6d43522 100644
--- a/files/misc/roverlay.bashcomp
+++ b/files/misc/roverlay.bashcomp
@@ -216,6 +216,7 @@ _roverlay_setup_comp() {
local LONGOPTS=(
   '--help' '--usage' '--version'
   '--work-root' '--data-root' '--conf-root' '--conf-dir' '--my-conf-root'
+  '--target-type' '--foreign' '--not-gentoo'
   '--output' '--ask' '--expand-user' '--additions-dir' '--variable'
   '--prjroot-relpath' '--enable-default-hooks' '--no-default-hooks'
   '--import-config' '--no-import-config' '--force-import-config'
@@ -293,6 +294,10 @@ _roverlay_setup_comp() {
  #COMPREPLY+=
   ;;
 
+  '--target-type')
+ COMPREPLY=( $( compgen -W gentoo foreign -- ${cur} ) )
+  ;;
+
   *)
  case ${cur} in
 --*)



[gentoo-commits] proj/R_overlay:master commit in: roverlay/config/

2014-04-01 Thread André Erdmann
commit: 0afe47d7ddff30f1e82f942e865afeb1672a7ca5
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Mon Mar 31 15:41:11 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Mon Mar 31 15:41:11 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=0afe47d7

config entry map: make LICENSES_FILE configurable

---
 roverlay/config/entrymap.py | 16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/roverlay/config/entrymap.py b/roverlay/config/entrymap.py
index fb285a1..46c2f7f 100644
--- a/roverlay/config/entrymap.py
+++ b/roverlay/config/entrymap.py
@@ -553,15 +553,13 @@ CONFIG_ENTRY_MAP = dict (
   description = 'try to read licenses from PORTDIR/licenses',
),
 
-   # hidden option (using CACHEDIR.root + /licenses as licenses file)
-   licenses_file = None,
-#   licenses_file = dict (
-#  path= [ 'LICENSEMAP', 'licenses_file', ],
-#  value_type  = 'fs_file',
-#  description = (
-# 'licenses file (used as fallback if PORTDIR not available)'
-#  ),
-#   ),
+   licenses_file = dict (
+  path= [ 'LICENSEMAP', 'licenses_file', ],
+  value_type  = 'fs_file',
+  description = (
+ 'licenses file (used as fallback if PORTDIR not available)'
+  ),
+   ),
 
create_licenses_file = dict (
   path= [ 'LICENSEMAP', 'create_licenses_file', ],



[gentoo-commits] proj/R_overlay:master commit in: roverlay/setupscript/, roverlay/config/, roverlay/static/

2014-04-01 Thread André Erdmann
commit: e063d87554087526b3f6ef43612125db9bfb
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Mon Mar 31 15:44:49 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Mon Mar 31 15:44:49 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=e063

let's run on debian #1: roverlay-setup

This commit adds basic support for target-specific setup
via the --target-type type switch.

So far this affects config file creation only and there are 2 choices:

* gentoo: have portage and a PORTDIR
* foreign a.k.a. not gentoo: neither portage nor PORTDIR available

---
 roverlay/config/defconfig.py|  66 --
 roverlay/setupscript/runtime.py | 148 
 roverlay/static/targetenv.py|  51 ++
 3 files changed, 204 insertions(+), 61 deletions(-)

diff --git a/roverlay/config/defconfig.py b/roverlay/config/defconfig.py
index 4bff289..383bb96 100644
--- a/roverlay/config/defconfig.py
+++ b/roverlay/config/defconfig.py
@@ -148,7 +148,7 @@ class ConfigOption ( object ):
 class RoverlayConfigCreation ( object ):
 
def __init__ ( self,
-  is_installed,
+  is_installed, target_type,
   work_root = '~/roverlay',
   data_root = '/usr/share/roverlay',
   conf_root = '/etc/roverlay',
@@ -167,7 +167,7 @@ class RoverlayConfigCreation ( object ):
   self._ctree= tree.ConfigTree()
   self._cloader  = self._ctree.get_loader()
   self._verify_value = self._cloader._make_and_verify_value
-  self.reset ( is_installed=is_installed )
+  self.reset ( is_installed=is_installed, target_type=target_type )
# --- end of __init__ (...) ---
 
def iter_options ( self ):
@@ -189,6 +189,8 @@ class RoverlayConfigCreation ( object ):
   svalue = self.get_datadir ( value[2:] )
elif v == 'c':
   svalue = self.get_confdir ( value[2:] )
+   elif v == 'a':
+  svalue = self.get_additions_dir ( value[2:] )
else:
   svalue = value
 else:
@@ -215,7 +217,7 @@ class RoverlayConfigCreation ( object ):
   else:
  raise ConfigOptionMissing ( key )
 
-   def reset ( self, is_installed ):
+   def reset ( self, is_installed, target_type ):
   workdir   = self.get_workdir
   datadir   = self.get_datadir
   confdir   = self.get_confdir
@@ -223,15 +225,21 @@ class RoverlayConfigCreation ( object ):
 
   cachedir = _fspath_prefix_func ( self.work_root, 'cache' )
 
+  _NULLCONF = lambda *a, **b: None
+  _GET_A= lambda a, b: a
+  _GET_B= lambda a, b: b
+  _T_TRUE   = ( ConfigOption, _NULLCONF,_GET_A )
+  _T_FALSE  = ( _NULLCONF,ConfigOption, _GET_B )
+  _get_setup_triple = lambda cond: ( _T_TRUE if cond else _T_FALSE )
 
-  UNLESS_INSTALLED = lambda *a, **b: (
- None if is_installed else ConfigOption ( *a, **b )
+  IF_INSTALLED, UNLESS_INSTALLED, get_inst_val = (
+ _get_setup_triple ( is_installed )
   )
-  IF_INSTALLED = lambda *a, **b: (
- ConfigOption ( *a, **b ) if is_installed else None
+  IF_PORTDIR, UNLESS_PORTDIR,  get_portdir_val = (
+ _get_setup_triple ( target_type.portdir )
   )
-  get_val = lambda v_inst, v_standalone: (
- v_inst if is_installed else v_standalone
+  IF_PORTAGE, UNLESS_PORTAGE, get_portage_val = (
+ _get_setup_triple ( target_type.has_portage )
   )
 
 
@@ -250,27 +258,35 @@ class RoverlayConfigCreation ( object ):
 use_default_desc=False
  ),
  ConfigOption ( 'CACHEDIR', cachedir() ),
- ConfigOption (
-'PORTDIR', '/usr/portage', use_default_desc=False,
+ IF_PORTDIR (
+'PORTDIR', target_type.portdir, use_default_desc=False,
 description=(
portage directory,
 used to scan for valid licenses,
 ),
  ),
+ UNLESS_PORTAGE (
+'EBUILD_PROG', '/usr/bin/ebuild',
+comment_default=True, required=False, recommended=None,
+description=(
+   ' optional, but required for importing hand-written ebuilds'
+   ' and MANIFEST_IMPLEMENTATION=ebuild (see below)'
+),
+ ),
  '',
  '# --- Logging Configuration (optional) ---',
  '',
  ConfigOption (
-'LOG_LEVEL', get_val ( 'WARNING', 'INFO' ), required=False,
+'LOG_LEVEL', get_inst_val ( 'WARNING', 'INFO' ), required=False,
 comment_default=is_installed,
  ),
  ConfigOption (
-'LOG_LEVEL_CONSOLE', get_val ( 'INFO', 'WARNING' ),
+'LOG_LEVEL_CONSOLE', get_inst_val ( 'INFO', 'WARNING' ),
 required=False, comment_default=is_installed,
 use_default_desc=False, 

[gentoo-commits] proj/R_overlay:master commit in: roverlay/util/

2014-04-01 Thread André Erdmann
commit: ea0f8cbcc126a53bc450b4161c8910fe1d9af778
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Mon Mar 31 18:30:18 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Tue Apr  1 16:36:36 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=ea0f8cbc

fileio: catch EOFError

---
 roverlay/util/fileio.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roverlay/util/fileio.py b/roverlay/util/fileio.py
index dc96119..804aa9f 100644
--- a/roverlay/util/fileio.py
+++ b/roverlay/util/fileio.py
@@ -76,7 +76,7 @@ def read_text_file ( filepath, preparse=None, try_harder=True 
):
# safely read first line only
line= next ( creader )
 
-except StopIteration:
+except ( StopIteration, EOFError ):
# empty file (?)
CH.close()
return



[gentoo-commits] proj/R_overlay:master commit in: doc/html/

2014-04-01 Thread André Erdmann
commit: fac405678163d6b19db1c4a230724e663474f619
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Tue Apr  1 16:35:12 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Tue Apr  1 16:36:37 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=fac40567

doc/html: update

---
 doc/html/usage.html | 16 ++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/doc/html/usage.html b/doc/html/usage.html
index ffc3d5f..2892bcb 100644
--- a/doc/html/usage.html
+++ b/doc/html/usage.html
@@ -2946,12 +2946,21 @@ when included in the hook script, most of the 
enviroment variables readonly./p
 trtdDEVNULL/td
 tdem/dev/null/em target (could also be a file)/td
 /tr
+trtdEX_OK/td
+tdemsuccess/em exit code/td
+/tr
 trtdEX_ERR/td
 tddefault error exit code/td
 /tr
 trtdEX_ARG_ERR/td
 tddefault exit code for arg errors/td
 /tr
+trtdEX_CANNOT_RUN/td
+tdp class=firstdefault exit code when a hook cannot run,
+e.g. if an essential program is missing/p
+p class=lastDefaults to tt class=docutils literal$EX_OK/tt./p
+/td
+/tr
 trtdEX_GIT_ERR
 EX_GIT_ADD_ERR
 EX_GIT_COMMIT_ERR
@@ -2999,6 +3008,9 @@ function files/td
 # #64;noreturn die ( [message], [exit_code] ), raises exit()
 #  Lets the script die with the given message/exit code.
 #
+# #64;noreturn die_cannot_run ( [reason] ), raises die (**EX_CANNOT_RUN)
+#  Lets the script die due to missing preconditions.
+#
 # #64;noreturn OUT_OF_BOUNDS(), raises die()
 #  Lets the script die due to insufficient arg count.
 #
@@ -3023,7 +3035,7 @@ function files/td
 #  Returns 0 if $word is in the given list, else 1.
 #
 # int qwhich ( *command )
-#  Returns 0 if all listed commands are found by quot;whichquot;, else 1.
+#  Returns 0 if all listed commands could be found, else 1.
 #
 # int sync_allowed ( action_name, [msg_nosync], [msg_sync] )
 #  Returns 0 if syncing for the given action is allowed, else 1.
@@ -5038,7 +5050,7 @@ becomes quot;loop until resolver closesquot;./p
 /div
 div class=footer
 hr class=footer /
-Generated on: 2014-02-21.
+Generated on: 2014-04-01.
 
 /div
 /body



[gentoo-commits] proj/R_overlay:master commit in: roverlay/setupscript/

2014-04-01 Thread André Erdmann
commit: 9402ffb0190bed041670f725d477603c247febad
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Mon Mar 31 17:15:00 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Tue Apr  1 16:36:30 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=9402ffb0

setupscript, arg parser: add ROVERLAY_TARGET_TYPE

... to epilog

---
 roverlay/setupscript/runtime.py | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/roverlay/setupscript/runtime.py b/roverlay/setupscript/runtime.py
index afe9daa..b9b7ed0 100644
--- a/roverlay/setupscript/runtime.py
+++ b/roverlay/setupscript/runtime.py
@@ -426,8 +426,10 @@ class SetupEnvironment ( 
roverlay.runtime.IndependentRuntimeEnvironment ):
  defaults= self.get_parser_defaults(),
  epilog  = (
 'Environment variables:\n'
-'* ROVERLAY_PRJROOT   - path to roverlay\'s source dir\n'
-'* ROVERLAY_INSTALLED - mark roverlay as installed (if set and not 
empty)\n'
+'* ROVERLAY_PRJROOT - path to roverlay\'s source dir\n'
+'* ROVERLAY_INSTALLED   - mark roverlay as installed\n'
+'  (if set and not \'0\', \'no\', \'n\' 
\'false\')\n'
+'* ROVERLAY_TARGET_TYPE - set target environment type\n'
  )
   )
# --- end of create_argparser (...) ---



[gentoo-commits] proj/R_overlay:master commit in: /, files/, config/

2014-04-01 Thread André Erdmann
commit: 0ed1f156db5c6219cbf644f7eff6e0491574e7f4
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Mon Mar 31 17:59:58 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Tue Apr  1 16:36:36 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=0ed1f156

update generated files

---
 R-overlay.conf |   3 +-
 R-overlay.conf = R-overlay.conf.others|  19 +-
 config/R-overlay.conf.install  |   3 +-
 conf.install = R-overlay.conf.install.others} |  19 +-
 files/licenses | 753 +
 5 files changed, 783 insertions(+), 14 deletions(-)

diff --git a/R-overlay.conf b/R-overlay.conf
index 29d7b33..e75b0a8 100644
--- a/R-overlay.conf
+++ b/R-overlay.conf
@@ -90,6 +90,7 @@ LICENSE_MAP=config/license.map
 OVERLAY_ECLASS=files/eclass/R-packages.eclass
 
 # default category for created ebuilds
+#  (usually overridden by package rules)
 #  Defaults to sci-R.
 #OVERLAY_CATEGORY=sci-R
 
@@ -112,7 +113,7 @@ DISTDIR_STRATEGY=hardlink symlink
 #  usually not needed
 #DISTDIR_VERIFY=no
 
-# distmap compression format (none, bzip2 or gzip)
+# distmap compression format (default, none, bz2, bzip2, gz, gzip, xz)
 #  Defaults to bzip2.
 #DISTMAP_COMPRESSION=bzip2
 

diff --git a/R-overlay.conf b/R-overlay.conf.others
similarity index 87%
copy from R-overlay.conf
copy to R-overlay.conf.others
index 29d7b33..fc7ad69 100644
--- a/R-overlay.conf
+++ b/R-overlay.conf.others
@@ -20,9 +20,10 @@ LOG_FILE=workdir/log/roverlay.log
 # directory for cache data
 CACHEDIR=workdir/cache
 
-# portage directory
-#  used to scan for valid licenses
-PORTDIR=/usr/portage
+# name of/path to the ebuild executable
+#  optional, but required for importing hand-written ebuilds and
+#  MANIFEST_IMPLEMENTATION=ebuild (see below)
+#EBUILD_PROG=/usr/bin/ebuild
 
 
 # --- Logging Configuration (optional) ---
@@ -90,6 +91,7 @@ LICENSE_MAP=config/license.map
 OVERLAY_ECLASS=files/eclass/R-packages.eclass
 
 # default category for created ebuilds
+#  (usually overridden by package rules)
 #  Defaults to sci-R.
 #OVERLAY_CATEGORY=sci-R
 
@@ -112,7 +114,7 @@ DISTDIR_STRATEGY=hardlink symlink
 #  usually not needed
 #DISTDIR_VERIFY=no
 
-# distmap compression format (none, bzip2 or gzip)
+# distmap compression format (default, none, bz2, bzip2, gz, gzip, xz)
 #  Defaults to bzip2.
 #DISTMAP_COMPRESSION=bzip2
 
@@ -122,11 +124,15 @@ DISTDIR_STRATEGY=hardlink symlink
 
 # try to read licenses from PORTDIR/licenses
 #  Defaults to yes.
-#USE_PORTAGE_LICENSES=no
+USE_PORTAGE_LICENSES=no
+
+# file that lists all known licenses (one per line)
+#  Defaults to CACHEDIR/licenses.
+LICENSES_FILE=files/licenses
 
 # create a licenses file after reading portage licenses
 #  Defaults to yes.
-#CREATE_LICENSES_FILE=no
+CREATE_LICENSES_FILE=no
 
 # forbid/allow syncing with remotes
 #  Defaults to no.
@@ -135,5 +141,6 @@ DISTDIR_STRATEGY=hardlink symlink
 # Manifest file creation
 #  Available choices are 'next' (internal, fast)
 #  and 'ebuild' (using ebuild(1), slow, but failsafe).
+#  *** 'ebuild' needs a valid EBUILD_PROG ***
 #  Defaults to next.
 #MANIFEST_IMPLEMENTATION=ebuild

diff --git a/config/R-overlay.conf.install b/config/R-overlay.conf.install
index 7e84d3f..fc4256d 100644
--- a/config/R-overlay.conf.install
+++ b/config/R-overlay.conf.install
@@ -87,6 +87,7 @@ LICENSE_MAP=/etc/roverlay/license.map
 OVERLAY_ECLASS=/usr/share/roverlay/eclass/R-packages.eclass
 
 # default category for created ebuilds
+#  (usually overridden by package rules)
 #  Defaults to sci-R.
 #OVERLAY_CATEGORY=sci-R
 
@@ -104,7 +105,7 @@ DISTDIR_STRATEGY=hardlink symlink
 #  usually not needed
 #DISTDIR_VERIFY=no
 
-# distmap compression format (none, bzip2 or gzip)
+# distmap compression format (default, none, bz2, bzip2, gz, gzip, xz)
 #  Defaults to bzip2.
 #DISTMAP_COMPRESSION=bzip2
 

diff --git a/config/R-overlay.conf.install 
b/config/R-overlay.conf.install.others
similarity index 86%
copy from config/R-overlay.conf.install
copy to config/R-overlay.conf.install.others
index 7e84d3f..e66cc34 100644
--- a/config/R-overlay.conf.install
+++ b/config/R-overlay.conf.install.others
@@ -20,9 +20,10 @@ LOG_FILE=~/roverlay/log/roverlay.log
 # directory for cache data
 CACHEDIR=~/roverlay/cache
 
-# portage directory
-#  used to scan for valid licenses
-PORTDIR=/usr/portage
+# name of/path to the ebuild executable
+#  optional, but required for importing hand-written ebuilds and
+#  MANIFEST_IMPLEMENTATION=ebuild (see below)
+#EBUILD_PROG=/usr/bin/ebuild
 
 
 # --- Logging Configuration (optional) ---
@@ -87,6 +88,7 @@ LICENSE_MAP=/etc/roverlay/license.map
 OVERLAY_ECLASS=/usr/share/roverlay/eclass/R-packages.eclass
 
 # default category for created ebuilds
+#  (usually overridden by package rules)
 #  Defaults to sci-R.
 #OVERLAY_CATEGORY=sci-R
 
@@ -104,7 +106,7 @@ DISTDIR_STRATEGY=hardlink symlink
 

[gentoo-commits] proj/R_overlay:master commit in: /, bin/build/

2014-04-01 Thread André Erdmann
commit: f7b9302ecf014c0699f9114556755a7294ef2974
Author: André Erdmann dywi AT mailerd DOT de
AuthorDate: Mon Mar 31 17:51:40 2014 +
Commit: André Erdmann dywi AT mailerd DOT de
CommitDate: Tue Apr  1 16:36:36 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=f7b9302e

Makefile: $ROVERLAY_TARGET_TYPE

ROVERLAY_TARGET_TYPE controls which files get installed:

when gentoo:
= config/R-overlay.conf.install
= no licenses file

when others:
= config/R-overlay.conf.install.others
= install files/licenses to $DATADIR/licenses

Also added a generate-licenses target for creating files/licenses.

---
 Makefile   | 32 ++--
 bin/build/make-licenses.sh | 53 ++
 2 files changed, 79 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 9a41011..06933f8 100644
--- a/Makefile
+++ b/Makefile
@@ -9,13 +9,16 @@ CONFDIR  := $(DESTDIR)etc
 
 BUILDDIR := ./tmp
 
+ROVERLAY_TARGET_TYPE := gentoo
+
 
 PYMOD_FILE_LIST := ./roverlay_files.list
 
-MANIFEST  := MANIFEST
-MANIFEST_TMP  := $(MANIFEST).tmp
+MANIFEST  := $(CURDIR)/MANIFEST
+LICENSES_FILE := $(CURDIR)/files/licenses
 
 MANIFEST_GEN  := ./bin/build/create_manifest.sh
+LICENSES_GEN  := ./bin/build/make-licenses.sh
 
 RV_SETUP  := ./bin/roverlay-setup
 
@@ -90,10 +93,18 @@ htmldoc: $(SRC_DOCDIR)/rst/usage.rst
 PHONY += generate-doc
 generate-doc: htmldoc
 
+$(MANIFEST): $(MANIFEST_GEN) FORCE
+   $  $@
+
 PHONY += generate-manifest
-generate-manifest: $(MANIFEST_GEN)
-   $(MANIFEST_GEN)  $(MANIFEST_TMP)
-   mv -- $(MANIFEST_TMP) $(MANIFEST)
+generate-manifest: $(MANIFEST)
+
+$(LICENSES_FILE): $(LICENSES_GEN) FORCE | $(CURDIR)/files
+   $ $@
+
+PHONY += generate-licenses
+generate-licenses: $(CURDIR)/files/licenses
+
 
 
 $(CURDIR)/config/R-overlay.conf.install: $(RV_SETUP) FORCE | $(CURDIR)/config
@@ -133,7 +144,7 @@ generate-config: \
 
 
 PHONY += generate-files
-generate-files: generate-config generate-doc generate-manifest
+generate-files: generate-config generate-doc generate-manifest 
generate-licenses
 
 # creates a src tarball (.tar.bz2)
 #  !!! does not include config files
@@ -167,8 +178,13 @@ install-config-common:
install -m 0644 -t $(CONFDIR)/roverlay \
config/description_fields.conf config/repo.list \
config/package_rules config/hookrc
+ifeq ($(ROVERLAY_TARGET_TYPE),gentoo)
install -m 0644 -T \
config/R-overlay.conf.install $(CONFDIR)/roverlay/R-overlay.conf
+else
+   install -m 0644 -T \
+   config/R-overlay.conf.install.others 
$(CONFDIR)/roverlay/R-overlay.conf
+endif
 
 PHONY += install-config-compressed
 install-config-compressed: install-config-common
@@ -187,9 +203,13 @@ install-config: install-config-common
 PHONY += install-data
 install-data:
install -m 0755 -d \
+   $(DATADIR)/roverlay \
$(DATADIR)/roverlay/shlib $(DATADIR)/roverlay/hooks \
$(DATADIR)/roverlay/eclass $(DATADIR)/roverlay/mako_templates
 
+ifneq ($(ROVERLAY_TARGET_TYPE),gentoo)
+   install -m 0644 -- $(LICENSES_FILE) $(DATADIR)/roverlay/licenses
+endif
install -m 0644 -t $(DATADIR)/roverlay/hooks files/hooks/*.sh
install -m 0644 -t $(DATADIR)/roverlay/shlib files/shlib/*.sh
chmod 0775 $(DATADIR)/roverlay/hooks/mux.sh

diff --git a/bin/build/make-licenses.sh b/bin/build/make-licenses.sh
new file mode 100755
index 000..77ae1d0
--- /dev/null
+++ b/bin/build/make-licenses.sh
@@ -0,0 +1,53 @@
+#!/bin/sh
+#
+#  Creates a license list file for roverlay.
+#
+#  Usage: make-licenses [dest_file] [compression]
+#
+#  Environment variables:
+#  * PORTDIR: path to the main tree (= root of the licenses dir)
+#
+set -u
+
+die() { echo ${1:-error} 12; exit ${2:-2}; }
+
+mkmap() {
+   local x
+   # find -type f, ls -1, ...
+   set +f
+   for x in ${PORTDIR}/licenses/*; do
+  [ ! -f ${x} ] || echo ${x##*/}
+   done
+}
+
+mkmap_bz2() { mkmap | bzip2 -c; }
+mkmap_xz()  { mkmap | xz -c; }
+mkmap_gz()  { mkmap | gzip -c; }
+
+get_mkmap_func() {
+   case ${1-} in
+  '') func=mkmap ;;
+  bz2|xz|gz) func=mkmap_${1} ;;
+  *) die unknown compression '${1-}'. 64 ;;
+   esac
+}
+
+if [ -z ${PORTDIR-} ]; then
+   PORTDIR=$(portageq get_repo_path / gentoo)
+   #PORTDIR=$(portageq get_repo_path $(portageq envvar EROOT) gentoo)
+   [ -n ${PORTDIR} ] || PORTDIR=$(portageq envvar PORTDIR)
+   [ -n ${PORTDIR} ] || die failed to get \$PORTDIR
+fi
+
+case ${1-} in
+   ''|'-')
+  get_mkmap_func ${2-}  ${func}
+   ;;
+   *.bz2|*.xz|*.gz)
+  [ -z ${2-} ] || [ ${2} = ${1##*.} ] || die
+  get_mkmap_func ${1##*.}  ${func}  ${1}
+   ;;
+   *)
+  get_mkmap_func ${2-}  ${func}  ${1}
+   ;;
+esac



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

2014-04-01 Thread PaweA Hajdan (phajdan.jr)
phajdan.jr14/04/01 17:21:11

  Modified: ChangeLog
  Added:chromium-35.0.1916.6.ebuild
  Removed:  chromium-35.0.1897.2.ebuild
  Log:
  Dev channel bump. Remove old.
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
0x4F1A2555EA71991D!)

Revision  ChangesPath
1.1050   www-client/chromium/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1049
retrieving revision 1.1050
diff -u -r1.1049 -r1.1050
--- ChangeLog   30 Mar 2014 15:00:39 -  1.1049
+++ ChangeLog   1 Apr 2014 17:21:11 -   1.1050
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1049 
2014/03/30 15:00:39 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1050 
2014/04/01 17:21:11 phajdan.jr Exp $
+
+*chromium-35.0.1916.6 (01 Apr 2014)
+
+  01 Apr 2014; Pawel Hajdan jr phajdan...@gentoo.org
+  +chromium-35.0.1916.6.ebuild, -chromium-35.0.1897.2.ebuild:
+  Dev channel bump. Remove old.
 
 *chromium-34.0.1847.92 (30 Mar 2014)
 



1.1  www-client/chromium/chromium-35.0.1916.6.ebuild

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

Index: chromium-35.0.1916.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-35.0.1916.6.ebuild,v 1.1 
2014/04/01 17:21:11 phajdan.jr Exp $

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

CHROMIUM_LANGS=am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
sv sw ta te th tr uk vi zh_CN zh_TW

inherit chromium eutils flag-o-matic multilib multiprocessing pax-utils \
portability python-any-r1 readme.gentoo toolchain-funcs versionator 
virtualx

DESCRIPTION=Open-source version of Google Chrome web browser
HOMEPAGE=http://chromium.org/;
SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz
test? ( 
https://commondatastorage.googleapis.com/chromium-browser-official/${P}-testdata.tar.xz
 )

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=bindist cups gnome gnome-keyring kerberos neon pulseaudio selinux 
+tcmalloc

# Native Client binaries are compiled with different set of flags, bug #452066.
QA_FLAGS_IGNORED=.*\.nexe

# Native Client binaries may be stripped by the build system, which uses the
# right tools for it, bug #469144 .
QA_PRESTRIPPED=.*\.nexe

RDEPEND==app-accessibility/speech-dispatcher-0.8:=
app-arch/bzip2:=
app-arch/snappy:=
cups? (
dev-libs/libgcrypt:0=
=net-print/cups-1.3.11:=
)
=dev-libs/elfutils-0.149
dev-libs/expat:=
=dev-libs/jsoncpp-0.5.0-r1:=
=dev-libs/libevent-1.4.13:=
dev-libs/libxml2:=[icu]
dev-libs/libxslt:=
dev-libs/nspr:=
=dev-libs/nss-3.14.3:=
dev-libs/re2:=
gnome? ( =gnome-base/gconf-2.24.0:= )
gnome-keyring? ( =gnome-base/gnome-keyring-2.28.2:= )
=media-libs/alsa-lib-1.0.19:=
media-libs/flac:=
media-libs/harfbuzz:=[icu(+)]
=media-libs/libjpeg-turbo-1.2.0-r1:=
media-libs/libpng:0=
=media-libs/libwebp-0.4.0:=
media-libs/speex:=
pulseaudio? ( media-sound/pulseaudio:= )
sys-apps/dbus:=
sys-apps/pciutils:=
=sys-libs/libcap-2.22:=
sys-libs/zlib:=[minizip]
virtual/udev
x11-libs/gtk+:2=
=x11-libs/libXi-1.6.0:=
x11-libs/libXinerama:=
x11-libs/libXScrnSaver:=
x11-libs/libXtst:=
kerberos? ( virtual/krb5 )
selinux? ( sec-policy/selinux-chromium )
DEPEND=${RDEPEND}
!arm? (
dev-lang/yasm
)
dev-lang/perl
dev-perl/JSON
=dev-util/gperf-3.0.3
dev-util/ninja
sys-apps/hwids
=sys-devel/bison-2.4.3
sys-devel/flex
virtual/pkgconfig
test? (
dev-libs/openssl:0
)
# For nvidia-drivers blocker, 

[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-3.4.ebuild llvm-9999.ebuild ChangeLog

2014-04-01 Thread Michal Gorny (mgorny)
mgorny  14/04/01 17:24:02

  Modified: llvm-3.4.ebuild llvm-.ebuild ChangeLog
  Log:
  Use alternate root install instead of dumb removal to work-around non-clobber 
install target. Use MULTILIB_CHOST_TOOLS rather than inline code to handle 
llvm-config, bug #506398.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.10 sys-devel/llvm/llvm-3.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.ebuild?r1=1.9r2=1.10

Index: llvm-3.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- llvm-3.4.ebuild 31 Mar 2014 21:21:24 -  1.9
+++ llvm-3.4.ebuild 1 Apr 2014 17:24:02 -   1.10
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.ebuild,v 1.9 
2014/03/31 21:21:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.ebuild,v 1.10 
2014/04/01 17:24:02 mgorny Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
 
-inherit cmake-utils eutils flag-o-matic multilib multilib-minimal \
-   python-r1 toolchain-funcs pax-utils check-reqs
+inherit cmake-utils eutils flag-o-matic multibuild multilib \
+   multilib-minimal python-r1 toolchain-funcs pax-utils check-reqs
 
 DESCRIPTION=Low Level Virtual Machine
 HOMEPAGE=http://llvm.org/;
@@ -69,6 +69,10 @@
 # so why did it call itself ninja in the first place?
 CMAKE_MAKEFILE_GENERATOR=emake
 
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/llvm-config
+)
+
 pkg_pretend() {
# in megs
# !clang !debug !multitarget -O2   400
@@ -387,25 +391,15 @@
local MAKEARGS
set_makeargs
 
-   emake ${MAKEARGS[@]} DESTDIR=${D} install
+   local root=${D}/_${ABI}
 
-   # Preserve ABI-variant of llvm-config.
-   dodir /tmp
-   mv ${ED}/usr/bin/llvm-config ${ED}/tmp/${CHOST}-llvm-config || die
+   emake ${MAKEARGS[@]} DESTDIR=${root} install
+   multibuild_merge_root ${root} ${D}
 
if ! multilib_build_binaries; then
-   # Drop all the executables since LLVM doesn't like to
-   # clobber when installing.
-   rm -r ${ED}/usr/bin || die
-
# Backwards compat, will be happily removed someday.
-   dosym ${CHOST}-llvm-config /tmp/llvm-config.${ABI}
+   dosym ${CHOST}-llvm-config /usr/bin/llvm-config.${ABI}
else
-   # Move files back.
-   mv ${ED}/tmp/*llvm-config* ${ED}/usr/bin || die
-   # Create a symlink for host's llvm-config.
-   dosym ${CHOST}-llvm-config /usr/bin/llvm-config
-
# Install docs.
if use doc; then
doman ${S}/docs/_build/man/*.1



1.80 sys-devel/llvm/llvm-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.80view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.80content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?r1=1.79r2=1.80

Index: llvm-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- llvm-.ebuild11 Mar 2014 18:40:17 -  1.79
+++ llvm-.ebuild1 Apr 2014 17:24:02 -   1.80
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.79 
2014/03/11 18:40:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.80 
2014/04/01 17:24:02 mgorny Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
 
-inherit cmake-utils eutils flag-o-matic git-r3 multilib multilib-minimal \
-   python-r1 toolchain-funcs pax-utils check-reqs
+inherit cmake-utils eutils flag-o-matic git-r3 multibuild multilib \
+   multilib-minimal python-r1 toolchain-funcs pax-utils check-reqs
 
 DESCRIPTION=Low Level Virtual Machine
 HOMEPAGE=http://llvm.org/;
@@ -65,6 +65,10 @@
 # so why did it call itself ninja in the first place?
 CMAKE_MAKEFILE_GENERATOR=emake
 
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/llvm-config
+)
+
 pkg_pretend() {
# in megs
# !clang !debug 

[gentoo-commits] proj/mysql:master commit in: eclass/, dev-db/percona-server/

2014-04-01 Thread Brian Evans
commit: e668d57acce32433276849590e445ce40c9d2df9
Author: Brian Evans grknight AT tuffmail DOT com
AuthorDate: Tue Apr  1 17:36:07 2014 +
Commit: Brian Evans grknight AT lavabit DOT com
CommitDate: Tue Apr  1 17:36:07 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=e668d57a

[percona-server] Version bumps

Signed-off-by: Brian Evans grknight AT tuffmail.com

---
 dev-db/percona-server/Manifest| 11 ++-
 ...r-5.5.35.33.0.ebuild = percona-server-5.5.36.34.2.ebuild} | 10 --
 ...r-5.6.15.63.0.ebuild = percona-server-5.6.16.64.2.ebuild} |  9 +++--
 eclass/mysql-multilib.eclass  |  9 -
 eclass/mysql-v2.eclass|  7 +++
 5 files changed, 24 insertions(+), 22 deletions(-)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index a49f041..f2be9e8 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,9 +1,2 @@
-DIST Percona-Server-5.5.30-rel30.2.tar.gz 22567579 SHA256 
260b90a85cd6099b6ab2bbc483e9df651525dccd2f8cac1c32cf5b71c0de1ad4 SHA512 
eb12ff70715e0dda4f04554f3b065c0a1fced6519d30698c3b934a7294a65f00281508f145886bb51008f29eae27db6ae0d5bb6d7beffdb107ee0494e5a15dce
 WHIRLPOOL 
8e9534e3c0904dce7774eff3d9c6387cb22f681a23b9dabcd5fa3980b49b6b99c32fbe8f4d607595846b307491694c43f2b763c0e77c58e5b16ffef39babacc3
-DIST Percona-Server-5.5.33-rel31.1.tar.gz 22538385 SHA256 
2039ae974d0973b765a4cdc7ffa1dc75ebd93540769fb134b3a8dc521dfc0b3a SHA512 
2b2aa04ce7f2ed23cd1f4752453d95a42d06e4c855330edb3606c2c03a274d96cab3c8c1b9e278b18d331090108dbfa9cc5e2789a87eee4a2935712ac612d187
 WHIRLPOOL 
fd74b29d17b91118733c1dc1bd620694474508f850c5657bab7f064296c99246fd08ba79f6d403512652a8d2ac771a49e09a5b134ec8a564da70ce15f70b802d
-DIST Percona-Server-5.5.34-rel32.0.tar.gz 22579884 SHA256 
775931aba537dea4fcd4ff6d37f2f30ce24921c79cef17f0c9c595222f95a741 SHA512 
46e6526444550e89831fbb96b54fb91a77a0495cb804b082ef6e4d9af5ad89b0c982356d76c7a30a6a481ff4e7c51098e953914fdee84f5577ff989f9a82bac4
 WHIRLPOOL 
05b639a3d9421437e99c799168ddd214ae513992b2820850a038222b7e1cd9ee30b479026aea1ea0c6c274d0d641adb5040b98d94c29c3764be5dc4ec10cd14d
-DIST Percona-Server-5.5.35-rel33.0.tar.gz 22465700 SHA256 
ffa9335fc6ee204b13c5d6ebe32709f2b5bc930665e8000db1864555a02049b8 SHA512 
230e51c1dd9bf6e502ad392de8f976e43690449b460739d4c3d19d22a15e52243a3f09785bdab3f9406418c5acf12f6e1ddeeedc5006e0e665bfb4b6fe90bebb
 WHIRLPOOL 
cd6ccdeca0cc9f714fe5dbe49262b140213369f4faec1348f70a4ddc8d513fb92b889a7d6fa7730515bbbd0e6c87a7198943ce03a27905ae4ec7f55af1077eb4
-DIST Percona-Server-5.6.13-rc60.5.tar.gz 33213326 SHA256 
90de6997d2d20e37aa7d7e240ad310a446c5c85ae55cd4146bf6b17ffd5bb0a5 SHA512 
212ea07a2ebc2f743ff49768770495c954e58eaafcf8d8be9b7ba1d9ca7600865d098cb779bf3ca6f0aa49ab9f2f62b44156c7d704dca25e87be40800bd4bab4
 WHIRLPOOL 
85a957fef0b8f93e705d1eb4c7a545d042620032c6937f47d4468520ec5755e907a5efa58fa143e6f0f239c66a1f4ae4a80ae9133f0db05ddd9ba98a6aaa1c18
-DIST Percona-Server-5.6.13-rel61.0.tar.gz 33401056 SHA256 
6fa6c240f08c3aedacbefe31559128d239c7f18089c5bba64136698bd64910c8 SHA512 
7499bdc1c40fe7902412043ab7d815c97696dfaf0357681ac103f59b3a2294de4b244a9b821029b1be0ae0a1f6b27a22dd4a00c670e5b9bdb2be93250cbea846
 WHIRLPOOL 
9d14b2e12997797fe1f6207497b495ff82c2070d7eb146b62ac38176a3bc9302f4679afc37e4aeeae253cfb798f6ea61ea489bb10a51c11494be05674c46619f
-DIST Percona-Server-5.6.14-rel62.0.tar.gz 33386914 SHA256 
69edc04585e72ac94c32598221c0762704e75190c2abe4fa680ad42ce202e280 SHA512 
d79379ec3ecb8f962bd9a7be893b3d6ac1b35f0414e919056884410c0d14ec793993a9bb8f9929b81e4db2392c2de6e5742d84207c9c2d8dcd7c184da3a8c093
 WHIRLPOOL 
e595dfa47de77a84082acb74496a3db708f155e58452117824bf86110353f84b8ae3f5fa2a120203b30e4cb7d11f079344b3e32b83d710eec3b059575bab7fd2
-DIST Percona-Server-5.6.15-rel63.0.tar.gz 33371236 SHA256 
0d433310c374025e4aae05038b1542a5c90b35d01842c5b9718dcc0ed66ea0cc SHA512 
52828d94cac2872b2a7e002d1619a5bd96dcf8bc770de13121d014e8d0f6ac81a6ce16fec3736953eefd195f802ca1933c3da0a907502954d3c05689affb
 WHIRLPOOL 
19f580351c135270d351b9b34d5bc6a1c69f36ed5191bbe28da378c0cfe8dc93da486db5bdf3615092b0cbf284871e3c02af4cad4389b15c50365ef919cb9cf2
-DIST mysql-extras-20140121-1138Z.tar.bz2 1493430 SHA256 
c04953c41fc559018491a26acfce4fb509e26b0d07e8ecef0d5e5f5c1c416862 SHA512 
7fafdc52803044605e0c86f18503b258a949eadd1da71d3e7fae1571329ed869f577bff971da373767db56538c1a9feb864ad5451d1628958f0285a401d0886f
 WHIRLPOOL 
e3ab7c61d7b647669201417867237ce8e566dd59c42394add571814491fa59e89969ad9a3bd9a7399fb9cf8689b3a4e535fcc2a0bab32d44e45a24cb4526405a
+DIST percona-server-5.5.36-34.2.tar.gz 24206105 SHA256 
62a0c4a45412e4c2eadf53d3a60977d33e27e650be32bf46bb13dff2b3e84fee SHA512 
f6a072df53c85d170774e12d39e1b8d83db8d47daae370a915d9513e7c0224cd3afa64c84242aefbea98dd2e9f363bbe6bc454a3cfc1fbecdba274f550b724ae
 WHIRLPOOL 

  1   2   3   4   >