[gentoo-commits] gentoo-x86 commit in net-libs/libssh2: libssh2-1.6.0.ebuild ChangeLog

2015-06-17 Thread Mike Frysinger (vapier)
vapier  15/06/17 18:10:17

  Modified: libssh2-1.6.0.ebuild ChangeLog
  Log:
  Add arm64 love.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  net-libs/libssh2/libssh2-1.6.0.ebuild

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

Index: libssh2-1.6.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libssh2-1.6.0.ebuild13 Jun 2015 05:05:57 -  1.1
+++ libssh2-1.6.0.ebuild17 Jun 2015 18:10:17 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.6.0.ebuild,v 1.1 
2015/06/13 05:05:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.6.0.ebuild,v 1.2 
2015/06/17 18:10:17 vapier Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-solaris
 IUSE=gcrypt static-libs test zlib
 
 DEPEND=!gcrypt? ( =dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )



1.108net-libs/libssh2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   13 Jun 2015 05:05:57 -  1.107
+++ ChangeLog   17 Jun 2015 18:10:17 -  1.108
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libssh2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.107 
2015/06/13 05:05:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.108 
2015/06/17 18:10:17 vapier Exp $
+
+  17 Jun 2015; Mike Frysinger vap...@gentoo.org libssh2-1.6.0.ebuild:
+  Add arm64 love.
 
 *libssh2-1.6.0 (13 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog php-common-r1.eclass php-ext-base-r1.eclass php-ezc.eclass

2015-06-17 Thread Brian Evans (grknight)
grknight15/06/17 19:23:34

  Modified: ChangeLog php-common-r1.eclass
php-ext-base-r1.eclass php-ezc.eclass
  Log:
  Mark 3 eclasses as deprecated for removal on 2015-07-17 wrt bug 551910; Fix 
missing ChangeLog entry for previous commit

Revision  ChangesPath
1.1672   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1671
retrieving revision 1.1672
diff -u -r1.1671 -r1.1672
--- ChangeLog   17 Jun 2015 15:48:58 -  1.1671
+++ ChangeLog   17 Jun 2015 19:23:34 -  1.1672
@@ -1,6 +1,13 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1671 2015/06/17 
15:48:58 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1672 2015/06/17 
19:23:34 grknight Exp $
+
+  17 Jun 2015; grkni...@gentoo.org php-common-r1.eclass,
+  php-ext-base-r1.eclass, php-ezc.eclass:
+  Mark 3 eclasses as deprecated for removal on 2015-07-17 wrt bug 551910
+
+  17 Jun 2015; grkni...@gentoo.org depend.php.eclass
+  Deprecate unused functions in depend.php.eclass
 
   17 Jun 2015; Davide Pesavento p...@gentoo.org qt5-build.eclass:
   Update from qt overlay: allow configuring debug/release on a per-package



1.20 eclass/php-common-r1.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-common-r1.eclass?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-common-r1.eclass?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-common-r1.eclass?r1=1.19r2=1.20

Index: php-common-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/php-common-r1.eclass,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- php-common-r1.eclass28 Apr 2013 16:15:33 -  1.19
+++ php-common-r1.eclass17 Jun 2015 19:23:34 -  1.20
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-common-r1.eclass,v 1.19 
2013/04/28 16:15:33 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-common-r1.eclass,v 1.20 
2015/06/17 19:23:34 grknight Exp $
 
 # Based on robbat2's work on the php4 sapi eclass
 # Based on stuart's work on the php5 sapi eclass
@@ -13,7 +13,8 @@
 # This eclass provides common functions which are shared between the PHP4 and 
PHP5 packages.
 # It is only used by php*-sapi eclasses currently and the functions are not 
intended
 # for direct use in ebuilds.
-
+# This eclass is no longer in use and scheduled to be removed on 2015-07-17
+# @DEAD
 
 # 
 # CFLAG SANITY



1.18 eclass/php-ext-base-r1.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-base-r1.eclass?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-base-r1.eclass?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-base-r1.eclass?r1=1.17r2=1.18

Index: php-ext-base-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- php-ext-base-r1.eclass  22 Aug 2011 04:46:32 -  1.17
+++ php-ext-base-r1.eclass  17 Jun 2015 19:23:34 -  1.18
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v 1.17 
2011/08/22 04:46:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v 1.18 
2015/06/17 19:23:34 grknight Exp $
 
 # @ECLASS: php-ext-base-r1.eclass
 # @MAINTAINER:
@@ -17,6 +17,8 @@
 #
 # Combined with php-ext-source-r1, we have a standardised solution for 
supporting
 # PHP extensions.
+# This eclass is no longer in use and scheduled to be removed on 2015-07-17
+# @DEAD
 
 # Block ebuilds with minor version slotting. Quite temporary fix
 DEPEND=!=dev-lang/php-5.3.3-r2



1.8  eclass/php-ezc.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ezc.eclass?rev=1.8view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in sys-apps/hdparm: hdparm-9.45.ebuild ChangeLog

2015-06-17 Thread Mikle Kolyada (zlogene)
zlogene 15/06/17 19:39:15

  Modified: hdparm-9.45.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #528772
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.8  sys-apps/hdparm/hdparm-9.45.ebuild

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

Index: hdparm-9.45.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-9.45.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hdparm-9.45.ebuild  11 Jun 2015 14:14:55 -  1.7
+++ hdparm-9.45.ebuild  17 Jun 2015 19:39:15 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-9.45.ebuild,v 1.7 
2015/06/11 14:14:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-9.45.ebuild,v 1.8 
2015/06/17 19:39:15 zlogene Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=BSD GPL-2 # GPL-2 only
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux
 IUSE=static
 
 src_prepare() {



1.251sys-apps/hdparm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hdparm/ChangeLog,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- ChangeLog   16 Jun 2015 07:32:07 -  1.250
+++ ChangeLog   17 Jun 2015 19:39:15 -  1.251
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/hdparm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/ChangeLog,v 1.250 
2015/06/16 07:32:07 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/ChangeLog,v 1.251 
2015/06/17 19:39:15 zlogene Exp $
+
+  17 Jun 2015; Mikle Kolyada zlog...@gentoo.org hdparm-9.45.ebuild:
+  ia64 stable wrt bug #528772
 
 *hdparm-9.47 (16 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in media-gfx/potrace: ChangeLog potrace-1.12.ebuild

2015-06-17 Thread Tim Harder (radhermit)
radhermit15/06/17 18:47:37

  Modified: ChangeLog
  Added:potrace-1.12.ebuild
  Log:
  Security bump (bug #545036).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  ChangesPath
1.57 media-gfx/potrace/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/potrace/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   5 Sep 2013 05:25:37 -   1.56
+++ ChangeLog   17 Jun 2015 18:47:37 -  1.57
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/potrace
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/ChangeLog,v 1.56 
2013/09/05 05:25:37 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/ChangeLog,v 1.57 
2015/06/17 18:47:37 radhermit Exp $
+
+*potrace-1.12 (17 Jun 2015)
+
+  17 Jun 2015; Tim Harder radher...@gentoo.org +potrace-1.12.ebuild:
+  Security bump (bug #545036).
 
   05 Sep 2013; Mike Frysinger vap...@gentoo.org potrace-1.11.ebuild:
   Add s390/sh keywords #390671.



1.1  media-gfx/potrace/potrace-1.12.ebuild

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

Index: potrace-1.12.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/potrace-1.12.ebuild,v 1.1 
2015/06/17 18:47:37 radhermit Exp $

EAPI=5

inherit autotools-utils

DESCRIPTION=Transforming bitmaps into vector graphics
HOMEPAGE=http://potrace.sourceforge.net/;
SRC_URI=http://potrace.sourceforge.net/download/${PV}/${P}.tar.gz;

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

RDEPEND=sys-libs/zlib
DEPEND=${RDEPEND}

DOCS=( AUTHORS ChangeLog NEWS README )

src_configure() {
local myeconfargs=(
--docdir=${EPREFIX}/usr/share/doc/${PF}
--enable-zlib
--with-libpotrace
$(use_enable metric a4)
$(use_enable metric)
)
autotools-utils_src_configure
}






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

2015-06-17 Thread Michael Palimaka
commit: b19687b7e97ca34357184d39015fadbf94096cfd
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Mon Jun 15 19:51:04 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jun 17 19:43:35 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b19687b7

[kde-apps/dolphin] Add optional USE=thumbnail RDEPENDs

Package-Manager: portage-2.2.20

 kde-apps/dolphin/dolphin-.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/kde-apps/dolphin/dolphin-.ebuild 
b/kde-apps/dolphin/dolphin-.ebuild
index 6890e1e..04d06f7 100644
--- a/kde-apps/dolphin/dolphin-.ebuild
+++ b/kde-apps/dolphin/dolphin-.ebuild
@@ -12,7 +12,7 @@ inherit kde5
 DESCRIPTION=Plasma filemanager focusing on usability
 HOMEPAGE=http://dolphin.kde.org 
http://www.kde.org/applications/system/dolphin;
 KEYWORDS=
-IUSE=semantic-desktop
+IUSE=semantic-desktop thumbnail
 
 DEPEND=
$(add_frameworks_dep kactivities)
@@ -53,6 +53,10 @@ DEPEND=
 RDEPEND=${DEPEND}
$(add_plasma_dep kio-extras)
$(add_kdeapps_dep libkonq '' 5.)
+   thumbnail? (
+   $(add_kdeapps_dep ffmpegthumbs '' 5.)
+   $(add_kdeapps_dep thumbnailers '' 5.)
+   )
 
 
 RESTRICT=test



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

2015-06-17 Thread Michael Palimaka
commit: 765073fec5b82ee277d7c9e26a9c26544a4ec6f4
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Tue Jun 16 06:29:12 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jun 17 19:43:35 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=765073fe

[app-office/skrooge] Add kf5 release

Package-Manager: portage-2.2.20

 app-office/skrooge/{skrooge-.ebuild = skrooge-2.0.0.ebuild} | 9 ++---
 app-office/skrooge/skrooge-.ebuild   | 7 +--
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/app-office/skrooge/skrooge-.ebuild 
b/app-office/skrooge/skrooge-2.0.0.ebuild
similarity index 87%
copy from app-office/skrooge/skrooge-.ebuild
copy to app-office/skrooge/skrooge-2.0.0.ebuild
index 74ece56..81f3c6a 100644
--- a/app-office/skrooge/skrooge-.ebuild
+++ b/app-office/skrooge/skrooge-2.0.0.ebuild
@@ -4,16 +4,19 @@
 
 EAPI=5
 
-KDE_LINGUAS=bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia
-it ja ko lt mr ms nb nds nl pl pt pt_BR ro ru sk sv tr ug uk zh_CN zh_TW
+KDE_LINGUAS=ast bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu
+ia it ja ko lt mr ms nb nds nl pl pt pt_BR ro ru sk sv tr ug uk zh_CN zh_TW
 KDE_HANDBOOK=true
+KDE_TEST=true
+VIRTUALX_REQUIRED=test
 inherit kde5
 
 DESCRIPTION=Personal finances manager, aiming at being simple and intuitive
 HOMEPAGE=http://www.skrooge.org/;
+[[ ${PV} ==  ]] || SRC_URI=mirror://kde/stable/${PN}/${P}.tar.xz
 
 LICENSE=GPL-2
-KEYWORDS=
+KEYWORDS=~amd64
 IUSE=activities ofx
 
 RDEPEND=

diff --git a/app-office/skrooge/skrooge-.ebuild 
b/app-office/skrooge/skrooge-.ebuild
index 74ece56..3acf0c7 100644
--- a/app-office/skrooge/skrooge-.ebuild
+++ b/app-office/skrooge/skrooge-.ebuild
@@ -4,13 +4,16 @@
 
 EAPI=5
 
-KDE_LINGUAS=bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia
-it ja ko lt mr ms nb nds nl pl pt pt_BR ro ru sk sv tr ug uk zh_CN zh_TW
+KDE_LINGUAS=ast bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu
+ia it ja ko lt mr ms nb nds nl pl pt pt_BR ro ru sk sv tr ug uk zh_CN zh_TW
 KDE_HANDBOOK=true
+KDE_TEST=true
+VIRTUALX_REQUIRED=test
 inherit kde5
 
 DESCRIPTION=Personal finances manager, aiming at being simple and intuitive
 HOMEPAGE=http://www.skrooge.org/;
+[[ ${PV} ==  ]] || SRC_URI=mirror://kde/stable/${PN}/${P}.tar.xz
 
 LICENSE=GPL-2
 KEYWORDS=



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

2015-06-17 Thread Michael Palimaka
commit: 23e26a51e95398da17690a334bd5b69054bf75b7
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Tue Jun 16 18:57:09 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jun 17 19:43:35 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=23e26a51

[eclass] Fix translations handling

 eclass/kde5.eclass | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 91a2e6a..73511bf 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -373,11 +373,18 @@ kde5_src_prepare() {
# enable only the requested translations
# when required
if [[ ${KDE_BUILD_TYPE} = release ]] ; then
-   for lang in $(ls po 2 /dev/null) ; do
+   pushd po  /dev/null
+   for lang in $(ls) ; do
if ! has ${lang} ${LINGUAS} ; then
-   rm -rf po/${lang}
+   if [[ ${lang} != CMakeLists.txt ]] ; then
+   rm -rf ${lang}
+   fi
+   if [[ -e CMakeLists.txt ]] ; then
+   comment_add_subdirectory ${lang}
+   fi
fi
done
+   popd  /dev/null
 
if [[ ${KDE_HANDBOOK} = true ]] ; then
pushd doc  /dev/null



[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: openssl-0.9.8z_p7.ebuild openssl-1.0.1o.ebuild ChangeLog

2015-06-17 Thread Mikle Kolyada (zlogene)
zlogene 15/06/17 19:09:39

  Modified: openssl-0.9.8z_p7.ebuild openssl-1.0.1o.ebuild
ChangeLog
  Log:
  ia64 stable wrt bug #551832
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.8  dev-libs/openssl/openssl-0.9.8z_p7.ebuild

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

Index: openssl-0.9.8z_p7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openssl-0.9.8z_p7.ebuild17 Jun 2015 08:58:16 -  1.7
+++ openssl-0.9.8z_p7.ebuild17 Jun 2015 19:09:39 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p7.ebuild,v 
1.7 2015/06/17 08:58:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p7.ebuild,v 
1.8 2015/06/17 19:09:39 zlogene Exp $
 
 # this ebuild is only for the libcrypto.so.0.9.8 and libssl.so.0.9.8 SONAME 
for ABI compat
 
@@ -18,7 +18,7 @@
 
 LICENSE=openssl
 SLOT=0.9.8
-KEYWORDS=~alpha amd64 arm ~hppa ~ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 arm ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~sparc-fbsd ~x86-fbsd
 IUSE=bindist gmp kerberos cpu_flags_x86_sse2 test zlib
 RESTRICT=!bindist? ( bindist )
 



1.9  dev-libs/openssl/openssl-1.0.1o.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1o.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1o.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1o.ebuild?r1=1.8r2=1.9

Index: openssl-1.0.1o.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1o.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- openssl-1.0.1o.ebuild   17 Jun 2015 08:58:16 -  1.8
+++ openssl-1.0.1o.ebuild   17 Jun 2015 19:09:39 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1o.ebuild,v 
1.8 2015/06/17 08:58:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1o.ebuild,v 
1.9 2015/06/17 19:09:39 zlogene Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=openssl
 SLOT=0
-KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
 IUSE=bindist gmp kerberos rfc3779 cpu_flags_x86_sse2 static-libs test 
+tls-heartbeat vanilla zlib
 RESTRICT=!bindist? ( bindist )
 



1.667dev-libs/openssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.666
retrieving revision 1.667
diff -u -r1.666 -r1.667
--- ChangeLog   17 Jun 2015 08:58:16 -  1.666
+++ ChangeLog   17 Jun 2015 19:09:39 -  1.667
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.666 
2015/06/17 08:58:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.667 
2015/06/17 19:09:39 zlogene Exp $
+
+  17 Jun 2015; Mikle Kolyada zlog...@gentoo.org openssl-0.9.8z_p7.ebuild,
+  openssl-1.0.1o.ebuild:
+  ia64 stable wrt bug #551832
 
   17 Jun 2015; Agostino Sarubbo a...@gentoo.org openssl-0.9.8z_p7.ebuild,
   openssl-1.0.1o.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-ruby/bundler: bundler-1.7.13.ebuild ChangeLog

2015-06-17 Thread Mikle Kolyada (zlogene)
zlogene 15/06/17 19:34:05

  Modified: bundler-1.7.13.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #550314
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.9  dev-ruby/bundler/bundler-1.7.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild?r1=1.8r2=1.9

Index: bundler-1.7.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bundler-1.7.13.ebuild   11 Jun 2015 14:25:35 -  1.8
+++ bundler-1.7.13.ebuild   17 Jun 2015 19:34:05 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild,v 
1.8 2015/06/11 14:25:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild,v 
1.9 2015/06/17 19:34:05 zlogene Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=test
 
 ruby_add_rdepend virtual/rubygems



1.97 dev-ruby/bundler/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   11 Jun 2015 14:25:35 -  1.96
+++ ChangeLog   17 Jun 2015 19:34:05 -  1.97
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bundler
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.96 
2015/06/11 14:25:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.97 
2015/06/17 19:34:05 zlogene Exp $
+
+  17 Jun 2015; Mikle Kolyada zlog...@gentoo.org bundler-1.7.13.ebuild:
+  ia64 stable wrt bug #550314
 
   11 Jun 2015; Agostino Sarubbo a...@gentoo.org bundler-1.7.13.ebuild:
   Stable for ppc, wrt bug #550314






[gentoo-commits] gentoo-x86 commit in sys-fs/owfs: owfs-2.7_p21-r4.ebuild ChangeLog owfs-2.7_p21-r3.ebuild

2015-06-17 Thread Brian Evans (grknight)
grknight15/06/17 19:46:47

  Modified: ChangeLog
  Added:owfs-2.7_p21-r4.ebuild
  Removed:  owfs-2.7_p21-r3.ebuild
  Log:
  Revbump to fix php dependency and remove deprecated require_php_cli and 
depend.php.eclass
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  ChangesPath
1.29 sys-fs/owfs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   25 Mar 2015 16:55:11 -  1.28
+++ ChangeLog   17 Jun 2015 19:46:47 -  1.29
@@ -1,6 +1,13 @@
 # ChangeLog for sys-fs/owfs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.28 2015/03/25 
16:55:11 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.29 2015/06/17 
19:46:47 grknight Exp $
+
+*owfs-2.7_p21-r4 (17 Jun 2015)
+
+  17 Jun 2015; Brian Evans grkni...@gentoo.org +owfs-2.7_p21-r4.ebuild,
+  -owfs-2.7_p21-r3.ebuild:
+  Revbump to fix php dependency and remove deprecated require_php_cli and
+  depend.php.eclass
 
   25 Mar 2015; Justin Lecher j...@gentoo.org owfs-2.7_p21-r3.ebuild:
   Fix tcl/tk slotting; bump to EAPI=5



1.1  sys-fs/owfs/owfs-2.7_p21-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/owfs-2.7_p21-r4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/owfs-2.7_p21-r4.ebuild?rev=1.1content-type=text/plain

Index: owfs-2.7_p21-r4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p21-r4.ebuild,v 1.1 
2015/06/17 19:46:47 grknight Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_OPTIONAL=1

inherit distutils-r1 eutils perl-module autotools user

MY_P=${P/_/}

DESCRIPTION=Access 1-Wire devices like a filesystem
SRC_URI=mirror://sourceforge/owfs/${MY_P}.tar.gz
HOMEPAGE=http://www.owfs.org/ http://owfs.sourceforge.net/;

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

RDEPEND=
fuse? ( sys-fs/fuse )
perl? ( dev-lang/perl )
php? ( dev-lang/php:=[cli] )
python? ( ${PYTHON_DEPS} )
tcl? ( dev-lang/tcl:0= )
usb? ( virtual/libusb:0 )
zeroconf? ( net-dns/avahi[mdnsresponder-compat] )

DEPEND=${RDEPEND}
perl? ( dev-lang/swig )
php? ( dev-lang/swig )
python? ( dev-lang/swig )

IUSE=debug fuse ftpd httpd parport perl php python server tcl usb zeroconf
REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )

S=${WORKDIR}/${MY_P}

OWUID=${OWUID:-owfs}
OWGID=${OWGID:-owfs}

pkg_setup() {
enewgroup ${OWGID} 150
enewuser  ${OWUID} 150 -1 -1 ${OWGID}
}

src_prepare() {
# Support user's CFLAGS and LDFLAGS.
sed -i s/@CPPFLAGS@/@CPPFLAGS@ ${CFLAGS}/ \
module/swig/perl5/OW/Makefile.linux.in || die
sed -i s/@LIBS@/@LIBS@ ${LDFLAGS}/ \
module/swig/perl5/OW/Makefile.linux.in || die

epatch ${FILESDIR}/${PN}-vendordir.patch

eautoreconf
}

src_configure() {
# disable owpython since we can build python anyway
# and without it, we don't have to fix the build ;)
econf \
$(use_enable debug) \
$(use_enable fuse owfs) \
$(use_enable ftpd owftpd) \
$(use_enable httpd owhttpd) \
$(use_enable parport) \
$(use_enable perl owperl) \
$(use_enable php owphp) \
--disable-owpython \
$(use_enable server owserver) \
$(use_enable tcl owtcl) \
$(use_enable zeroconf zero) \
$(use_enable usb)
}

src_compile() {
default

if use python; then
local CFLAGS=${CFLAGS} -fno-strict-aliasing

pushd module/ownet/python  /dev/null || die
distutils-r1_src_compile
popd  /dev/null || die

pushd module/swig/python  /dev/null || die
emake ow_wrap.c
distutils-r1_src_compile
popd  /dev/null || die
fi
}

src_test() { :; }

src_install() {
default

if use server || use httpd || use ftpd || use fuse; then
diropts -m 0750 -o ${OWUID} -g ${OWGID}
dodir 

[gentoo-commits] gentoo-x86 commit in net-misc/curl: curl-7.43.0.ebuild ChangeLog

2015-06-17 Thread Mike Frysinger (vapier)
vapier  15/06/17 17:48:25

  Modified: curl-7.43.0.ebuild ChangeLog
  Log:
  Update nghttp2 dep since this works with the 1.0 series now.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  net-misc/curl/curl-7.43.0.ebuild

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

Index: curl-7.43.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.43.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- curl-7.43.0.ebuild  17 Jun 2015 11:48:41 -  1.1
+++ curl-7.43.0.ebuild  17 Jun 2015 17:48:25 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.43.0.ebuild,v 1.1 
2015/06/17 11:48:41 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.43.0.ebuild,v 1.2 
2015/06/17 17:48:25 vapier Exp $
 
 EAPI=5
 
@@ -55,7 +55,7 @@
app-misc/ca-certificates
)
)
-   http2? ( =net-libs/nghttp2-0.7*[${MULTILIB_USEDEP}] )
+   http2? ( net-libs/nghttp2[${MULTILIB_USEDEP}] )
idn? ( =net-dns/libidn-1.28[static-libs?,${MULTILIB_USEDEP}] )
adns? ( =net-dns/c-ares-1.10.0-r1[${MULTILIB_USEDEP}] )
kerberos? ( =virtual/krb5-0-r1[${MULTILIB_USEDEP}] )



1.417net-misc/curl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v
retrieving revision 1.416
retrieving revision 1.417
diff -u -r1.416 -r1.417
--- ChangeLog   17 Jun 2015 12:04:31 -  1.416
+++ ChangeLog   17 Jun 2015 17:48:25 -  1.417
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/curl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.416 2015/06/17 
12:04:31 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.417 2015/06/17 
17:48:25 vapier Exp $
+
+  17 Jun 2015; Mike Frysinger vap...@gentoo.org curl-7.43.0.ebuild:
+  Update nghttp2 dep since this works with the 1.0 series now.
 
   17 Jun 2015; Anthony G. Basile bluen...@gentoo.org ChangeLog:
   Fix gpg signature.






[gentoo-commits] gentoo-x86 commit in dev-util/cunit: cunit-2.1_p2-r1.ebuild ChangeLog

2015-06-17 Thread Mike Frysinger (vapier)
vapier  15/06/17 18:14:17

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

Revision  ChangesPath
1.8  dev-util/cunit/cunit-2.1_p2-r1.ebuild

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

Index: cunit-2.1_p2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cunit-2.1_p2-r1.ebuild  15 May 2015 17:25:45 -  1.7
+++ cunit-2.1_p2-r1.ebuild  17 Jun 2015 18:14:17 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2-r1.ebuild,v 1.7 
2015/05/15 17:25:45 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2-r1.ebuild,v 1.8 
2015/06/17 18:14:17 vapier Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic multilib-minimal toolchain-funcs
@@ -15,7 +15,7 @@
 
 SLOT=0
 LICENSE=LGPL-2
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos
 IUSE=ncurses static-libs
 
 RDEPEND=ncurses? ( =sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}] )



1.47 dev-util/cunit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   15 May 2015 17:25:45 -  1.46
+++ ChangeLog   17 Jun 2015 18:14:17 -  1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cunit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.46 2015/05/15 
17:25:45 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.47 2015/06/17 
18:14:17 vapier Exp $
+
+  17 Jun 2015; Mike Frysinger vap...@gentoo.org cunit-2.1_p2-r1.ebuild:
+  Add arm64/s390/sh love.
 
   15 May 2015; Mikle Kolyada zlog...@gentoo.org cunit-2.1_p2-r1.ebuild:
   sparc stable wrt bug #530916






[gentoo-commits] gentoo-x86 commit in dev-php/adodb: ChangeLog adodb-5.17-r1.ebuild

2015-06-17 Thread Brian Evans (grknight)
grknight15/06/17 18:24:10

  Modified: ChangeLog
  Removed:  adodb-5.17-r1.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  ChangesPath
1.142dev-php/adodb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/adodb/ChangeLog?rev=1.142view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/adodb/ChangeLog?rev=1.142content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/adodb/ChangeLog?r1=1.141r2=1.142

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/adodb/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog   9 Jun 2015 15:00:11 -   1.141
+++ ChangeLog   17 Jun 2015 18:24:09 -  1.142
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/adodb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/adodb/ChangeLog,v 1.141 2015/06/09 
15:00:11 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/adodb/ChangeLog,v 1.142 2015/06/17 
18:24:09 grknight Exp $
+
+  17 Jun 2015; Brian Evans grkni...@gentoo.org -adodb-5.17-r1.ebuild:
+  Drop old
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in net-libs/gnutls: gnutls-3.3.15-r1.ebuild gnutls-3.4.2-r1.ebuild ChangeLog gnutls-3.4.2.ebuild

2015-06-17 Thread Alon Bar-Lev (alonbl)
alonbl  15/06/17 18:42:05

  Modified: ChangeLog
  Added:gnutls-3.3.15-r1.ebuild gnutls-3.4.2-r1.ebuild
  Removed:  gnutls-3.4.2.ebuild
  Log:
  Disable pdf doc generation, bug#552356
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.547net-libs/gnutls/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v
retrieving revision 1.546
retrieving revision 1.547
diff -u -r1.546 -r1.547
--- ChangeLog   17 Jun 2015 08:50:37 -  1.546
+++ ChangeLog   17 Jun 2015 18:42:05 -  1.547
@@ -1,6 +1,13 @@
 # ChangeLog for net-libs/gnutls
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.546 
2015/06/17 08:50:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.547 
2015/06/17 18:42:05 alonbl Exp $
+
+*gnutls-3.3.15-r1 (17 Jun 2015)
+*gnutls-3.4.2-r1 (17 Jun 2015)
+
+  17 Jun 2015; Alon Bar-Lev alo...@gentoo.org +gnutls-3.3.15-r1.ebuild,
+  +gnutls-3.4.2-r1.ebuild, -gnutls-3.4.2.ebuild:
+  Disable pdf doc generation, bug#552356
 
   17 Jun 2015; Agostino Sarubbo a...@gentoo.org gnutls-3.3.15.ebuild:
   Stable for sparc, wrt bug #548636



1.1  net-libs/gnutls/gnutls-3.3.15-r1.ebuild

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

Index: gnutls-3.3.15-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-3.3.15-r1.ebuild,v 
1.1 2015/06/17 18:42:05 alonbl Exp $

EAPI=5

inherit autotools libtool eutils multilib-minimal versionator

DESCRIPTION=A TLS 1.2 and SSL 3.0 implementation for the GNU project
HOMEPAGE=http://www.gnutls.org/;
SRC_URI=mirror://gnupg/gnutls/v$(get_version_component_range 1-2)/${P}.tar.xz

# LGPL-3 for libgnutls library and GPL-3 for libgnutls-extra library.
# soon to be relicensed as LGPL-2.1 unless heartbeat extension enabled.
LICENSE=GPL-3 LGPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris
IUSE_LINGUAS= en cs de fi fr it ms nl pl sv uk vi zh_CN
IUSE=+cxx +crywrap dane doc examples guile nls +openssl pkcs11 static-libs 
test zlib ${IUSE_LINGUAS// / linguas_}
# heartbeat support is not disabled until re-licensing happens fullyf

# NOTICE: sys-devel/autogen is required at runtime as we
# use system libopts
RDEPEND==dev-libs/libtasn1-3.9[${MULTILIB_USEDEP}]
=dev-libs/nettle-2.7[gmp,${MULTILIB_USEDEP}]
dev-libs/nettle-3[gmp,${MULTILIB_USEDEP}]
=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]
sys-devel/autogen
crywrap? ( net-dns/libidn )
dane? ( =net-dns/unbound-1.4.20[${MULTILIB_USEDEP}] )
guile? ( =dev-scheme/guile-1.8:*[networking] )
nls? ( =virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
pkcs11? ( =app-crypt/p11-kit-0.20.7[${MULTILIB_USEDEP}] )
zlib? ( =sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20140508
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)
DEPEND=${RDEPEND}
=sys-devel/automake-1.11.6
=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
doc? ( dev-util/gtk-doc )
nls? ( sys-devel/gettext )
test? ( app-misc/datefudge )

DOCS=( AUTHORS ChangeLog NEWS README THANKS doc/TODO )

S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)

pkg_setup() {
# bug#520818
export TZ=UTC
}

src_prepare() {
sed -i \
-e 's/imagesdir = $(infodir)/imagesdir = $(htmldir)/' \
doc/Makefile.am || die

# force regeneration of autogen-ed files
local file
for file in $(grep -l AutoGen-ed src/*.c) ; do
rm src/$(basename ${file} .c).{c,h} || die
done

# force regeneration of makeinfo files
# have no idea why on some system these files are not
# accepted as-is, see bug#520818
for file in $(grep -l produced by makeinfo 

[gentoo-commits] gentoo-x86 commit in app-eselect/eselect-wxwidgets: eselect-wxwidgets-20140423.ebuild ChangeLog

2015-06-17 Thread Mikle Kolyada (zlogene)
zlogene 15/06/17 19:30:51

  Modified: eselect-wxwidgets-20140423.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #532968
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  
app-eselect/eselect-wxwidgets/eselect-wxwidgets-20140423.ebuild

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

Index: eselect-wxwidgets-20140423.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-eselect/eselect-wxwidgets/eselect-wxwidgets-20140423.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eselect-wxwidgets-20140423.ebuild   7 Jun 2015 09:28:52 -   1.2
+++ eselect-wxwidgets-20140423.ebuild   17 Jun 2015 19:30:51 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-eselect/eselect-wxwidgets/eselect-wxwidgets-20140423.ebuild,v
 1.2 2015/06/07 09:28:52 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-eselect/eselect-wxwidgets/eselect-wxwidgets-20140423.ebuild,v
 1.3 2015/06/17 19:30:51 zlogene Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris
+KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris
 IUSE=
 
 RDEPEND=app-admin/eselect



1.3  app-eselect/eselect-wxwidgets/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-eselect/eselect-wxwidgets/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   7 Jun 2015 09:28:52 -   1.2
+++ ChangeLog   17 Jun 2015 19:30:51 -  1.3
@@ -1,6 +1,10 @@
 # ChangeLog for app-eselect/eselect-wxwidgets
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-wxwidgets/ChangeLog,v 
1.2 2015/06/07 09:28:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-wxwidgets/ChangeLog,v 
1.3 2015/06/17 19:30:51 zlogene Exp $
+
+  17 Jun 2015; Mikle Kolyada zlog...@gentoo.org
+  eselect-wxwidgets-20140423.ebuild:
+  amd64 stable wrt bug #532968
 
   07 Jun 2015; Markus Meier mae...@gentoo.org
   eselect-wxwidgets-20140423.ebuild:






[gentoo-commits] gentoo-x86 commit in mail-mta/postfix: postfix-3.0.1-r1.ebuild ChangeLog

2015-06-17 Thread Mikle Kolyada (zlogene)
zlogene 15/06/17 19:35:51

  Modified: postfix-3.0.1-r1.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #551084
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.6  mail-mta/postfix/postfix-3.0.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-3.0.1-r1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-3.0.1-r1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-3.0.1-r1.ebuild?r1=1.5r2=1.6

Index: postfix-3.0.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-3.0.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- postfix-3.0.1-r1.ebuild 11 Jun 2015 14:30:05 -  1.5
+++ postfix-3.0.1-r1.ebuild 17 Jun 2015 19:35:51 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-3.0.1-r1.ebuild,v 
1.5 2015/06/11 14:30:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-3.0.1-r1.ebuild,v 
1.6 2015/06/17 19:35:51 zlogene Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib pam ssl-cert systemd toolchain-funcs user 
versionator
@@ -19,7 +19,7 @@
 
 LICENSE=IBM
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd
 IUSE=+berkdb cdb doc dovecot-sasl +eai hardened ldap ldap-bind lmdb memcached 
mbox mysql nis pam postgres sasl selinux sqlite ssl vda
 
 DEPEND==dev-libs/libpcre-3.4



1.594mail-mta/postfix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v
retrieving revision 1.593
retrieving revision 1.594
diff -u -r1.593 -r1.594
--- ChangeLog   11 Jun 2015 14:30:05 -  1.593
+++ ChangeLog   17 Jun 2015 19:35:51 -  1.594
@@ -1,6 +1,9 @@
 # ChangeLog for mail-mta/postfix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.593 
2015/06/11 14:30:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.594 
2015/06/17 19:35:51 zlogene Exp $
+
+  17 Jun 2015; Mikle Kolyada zlog...@gentoo.org postfix-3.0.1-r1.ebuild:
+  ia64 stable wrt bug #551084
 
   11 Jun 2015; Agostino Sarubbo a...@gentoo.org postfix-3.0.1-r1.ebuild:
   Stable for ppc, wrt bug #551084






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

2015-06-17 Thread Brian Evans (grknight)
grknight15/06/17 20:11:28

  Modified: ChangeLog depend.php.eclass
  Log:
  Add require_php_cli to the list of deprecated functions to be removed from 
depend.php.eclass

Revision  ChangesPath
1.1673   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1672
retrieving revision 1.1673
diff -u -r1.1672 -r1.1673
--- ChangeLog   17 Jun 2015 19:23:34 -  1.1672
+++ ChangeLog   17 Jun 2015 20:11:28 -  1.1673
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1672 2015/06/17 
19:23:34 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1673 2015/06/17 
20:11:28 grknight Exp $
+
+  17 Jun 2015; grkni...@gentoo.org depend.php.eclass:
+  Add require_php_cli to the list of deprecated functions to be removed
 
   17 Jun 2015; grkni...@gentoo.org php-common-r1.eclass,
   php-ext-base-r1.eclass, php-ezc.eclass:



1.34 eclass/depend.php.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/depend.php.eclass?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/depend.php.eclass?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/depend.php.eclass?r1=1.33r2=1.34

Index: depend.php.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- depend.php.eclass   17 Jun 2015 18:54:44 -  1.33
+++ depend.php.eclass   17 Jun 2015 20:11:28 -  1.34
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.33 2015/06/17 
18:54:44 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.34 2015/06/17 
20:11:28 grknight Exp $
 
 # @ECLASS: depend.php.eclass
 # @MAINTAINER:
@@ -380,6 +380,7 @@
 # depending on the CLI SAPI.
 # @RETURN: die if feature is missing
 require_php_cli() {
+   eqawarn (require_php_cli) Deprecated function call.  Set to be removed 
on 2015-07-17
# If PHP_PKG is set, then we have remembered our PHP settings
# from last time
if [[ -n ${PHP_PKG} ]] ; then






[gentoo-commits] gentoo-x86 commit in app-office/wps-office: wps-office-9.1.0.4961_alpha18_p1.ebuild ChangeLog

2015-06-17 Thread Pacho Ramos (pacho)
pacho   15/06/17 18:58:20

  Modified: ChangeLog
  Added:wps-office-9.1.0.4961_alpha18_p1.ebuild
  Log:
  Version bump, drop corefonts USE flag as it's only used to pull in that 
package.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.3  app-office/wps-office/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/wps-office/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   26 May 2015 20:39:35 -  1.2
+++ ChangeLog   17 Jun 2015 18:58:20 -  1.3
@@ -1,6 +1,13 @@
 # ChangeLog for app-office/wps-office
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/wps-office/ChangeLog,v 1.2 
2015/05/26 20:39:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/wps-office/ChangeLog,v 1.3 
2015/06/17 18:58:20 pacho Exp $
+
+*wps-office-9.1.0.4961_alpha18_p1 (17 Jun 2015)
+
+  17 Jun 2015; Pacho Ramos pa...@gentoo.org
+  +wps-office-9.1.0.4961_alpha18_p1.ebuild:
+  Version bump, drop corefonts USE flag as it's only used to pull in that
+  package.
 
 *wps-office-9.1.0.4953_alpha18-r1 (26 May 2015)
 



1.1  
app-office/wps-office/wps-office-9.1.0.4961_alpha18_p1.ebuild

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

Index: wps-office-9.1.0.4961_alpha18_p1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/wps-office/wps-office-9.1.0.4961_alpha18_p1.ebuild,v
 1.1 2015/06/17 18:58:20 pacho Exp $

EAPI=5
inherit fdo-mime font gnome2-utils unpacker versionator

MY_PV=$(get_version_component_range 1-4)
MY_V=$(get_version_component_range 5)

if [ -z $(get_version_component_range 6) ]; then
MY_SP=
else
MY_SP=$(get_version_component_range 6)
fi

case ${PV} in
*_alpha*)
MY_BRANCH=${MY_V/alpha/a}
;;
*_beta*)
MY_BRANCH=${MY_V/beta/b}
;;
*)
die Invalid value for \${PV}: ${PV}
;;
esac
MY_VV=${MY_PV}~${MY_BRANCH}${MY_SP}

DESCRIPTION=WPS Office is an office productivity suite
HOMEPAGE=http://linux.wps.cn/;

KEYWORDS=~amd64 ~x86

SRC_URI=
x86? ( 
http://kdl.cc.ksosoft.com/wps-community/download/${MY_BRANCH}/${PN}_${MY_VV}_i386.deb
 )
amd64? ( 
http://kdl.cc.ksosoft.com/wps-community/download/${MY_BRANCH}/${PN}_${MY_VV}_amd64.deb
 )


SLOT=0
RESTRICT=strip mirror # mirror as explained at bug #547372
LICENSE=WPS-EULA
IUSE=+sharedfonts

UNBUNDLED_LIBS=
dev-qt/qtwebkit:4
media-libs/tiff:3

#   dev-qt/qtcore:4
#   dev-qt/qtdbus:4
#   media-libs/phonon

NATIVE_DEPEND=
app-arch/bzip2
dev-libs/expat
dev-libs/glib:2
dev-libs/libffi
dev-libs/libxml2:2
media-libs/fontconfig:1.0
media-libs/freetype:2
media-libs/glu
media-libs/gst-plugins-base:0.10
media-libs/gstreamer:0.10
media-libs/libpng:1.2
virtual/opengl
media-libs/tiff:3
sys-apps/util-linux
sys-libs/zlib
x11-libs/libdrm
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXau
x11-libs/libxcb
x11-libs/libXdamage
x11-libs/libXdmcp
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXrender
x11-libs/libXxf86vm
media-libs/libmng
net-print/cups

RDEPEND=
${UNBUNDLED_LIBS}
${NATIVE_DEPEND}
net-nds/openldap
dev-db/sqlite:3

DEPEND=

S=${WORKDIR}

src_prepare() {
# Remove bundled libs and rely on system versions if possible
# Commented lines are about the libs that cannot be unbundled yet.
cd ${S}/opt/kingsoft/wps-office/office6/
#   rm -f libQtCore.so* || die
#   rm -f libQtDBus.so* || die
#   rm -f libQtNetwork.so || die
rm -f libQtWebKit.so* || die
#   rm -f libphonon.so*
rm -f libtiff.so.4* || die
}

src_install() {
exeinto /usr/bin
exeopts -m0755
doexe ${S}/usr/bin/wps
doexe 

[gentoo-commits] gentoo-x86 commit in net-dns/dnsmasq: dnsmasq-2.72-r2.ebuild ChangeLog

2015-06-17 Thread Mikle Kolyada (zlogene)
zlogene 15/06/17 19:14:08

  Modified: dnsmasq-2.72-r2.ebuild ChangeLog
  Log:
  arm stable wrt bug #547966
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.7  net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild

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

Index: dnsmasq-2.72-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dnsmasq-2.72-r2.ebuild  17 Jun 2015 08:51:10 -  1.6
+++ dnsmasq-2.72-r2.ebuild  17 Jun 2015 19:14:08 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild,v 
1.6 2015/06/17 08:51:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild,v 
1.7 2015/06/17 19:14:08 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=|| ( GPL-2 GPL-3 )
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~sparc-fbsd ~x86-fbsd
 IUSE=auth-dns conntrack dbus +dhcp dhcp-tools dnssec idn ipv6 lua nls script 
selinux static tftp
 DM_LINGUAS=de es fi fr id it no pl pt_BR ro
 for dm_lingua in ${DM_LINGUAS}; do



1.274net-dns/dnsmasq/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- ChangeLog   17 Jun 2015 08:51:10 -  1.273
+++ ChangeLog   17 Jun 2015 19:14:08 -  1.274
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/dnsmasq
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.273 
2015/06/17 08:51:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.274 
2015/06/17 19:14:08 zlogene Exp $
+
+  17 Jun 2015; Mikle Kolyada zlog...@gentoo.org dnsmasq-2.72-r2.ebuild:
+  arm stable wrt bug #547966
 
   17 Jun 2015; Agostino Sarubbo a...@gentoo.org dnsmasq-2.72-r2.ebuild:
   Stable for sparc, wrt bug #547966






[gentoo-commits] gentoo-x86 commit in net-analyzer/nagtrap: nagtrap-0.1.3.ebuild ChangeLog

2015-06-17 Thread Brian Evans (grknight)
grknight15/06/17 20:00:26

  Modified: nagtrap-0.1.3.ebuild ChangeLog
  Log:
  Remove deprecated need_php_httpd function ; No longer needs depend.php eclass
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  ChangesPath
1.3  net-analyzer/nagtrap/nagtrap-0.1.3.ebuild

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

Index: nagtrap-0.1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagtrap/nagtrap-0.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nagtrap-0.1.3.ebuild23 Feb 2009 20:41:43 -  1.2
+++ nagtrap-0.1.3.ebuild17 Jun 2015 20:00:26 -  1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagtrap/nagtrap-0.1.3.ebuild,v 
1.2 2009/02/23 20:41:43 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagtrap/nagtrap-0.1.3.ebuild,v 
1.3 2015/06/17 20:00:26 grknight Exp $
 
 EAPI=2
 
-inherit eutils depend.php multilib
+inherit eutils multilib
 
 DESCRIPTION=NagTrap is an integrated snmptt visualization addon for the 
Nagios monitoring system
 HOMEPAGE=http://www.nagtrap.org/;
@@ -15,12 +15,11 @@
 KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
-DEPEND=
+DEPEND=virtual/httpd-php
 RDEPEND=dev-lang/php[mysql]
net-analyzer/snmptt[mysql]
-   net-analyzer/nagios-core
-
-need_php_httpd
+   net-analyzer/nagios-core
+   virtual/httpd-php
 
 src_install() {
dodoc ChangeLog THANKS



1.4  net-analyzer/nagtrap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagtrap/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   9 Feb 2012 10:42:22 -   1.3
+++ ChangeLog   17 Jun 2015 20:00:26 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/nagtrap
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagtrap/ChangeLog,v 1.3 
2012/02/09 10:42:22 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagtrap/ChangeLog,v 1.4 
2015/06/17 20:00:26 grknight Exp $
+
+  17 Jun 2015; Brian Evans grkni...@gentoo.org nagtrap-0.1.3.ebuild:
+  Remove deprecated need_php_httpd function ; No longer needs depend.php eclass
 
   09 Feb 2012; Pacho Ramos pa...@gentoo.org metadata.xml:
   Drop maintainer due retirement, bug #85926
@@ -14,4 +17,3 @@
   23 Feb 2009; Tobias Scherbaum dertobi...@gentoo.org +metadata.xml,
   +nagtrap-0.1.3.ebuild:
   Initial import
-






[gentoo-commits] gentoo-x86 commit in sci-visualization/veusz: veusz-1.23.ebuild ChangeLog

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 18:12:02

  Modified: veusz-1.23.ebuild ChangeLog
  Log:
  Raise PyQt4 dep wrt bugs #526792 and #551382.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.2  sci-visualization/veusz/veusz-1.23.ebuild

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

Index: veusz-1.23.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.23.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- veusz-1.23.ebuild   13 May 2015 12:18:53 -  1.1
+++ veusz-1.23.ebuild   17 Jun 2015 18:12:02 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.23.ebuild,v 
1.1 2015/05/13 12:18:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/veusz-1.23.ebuild,v 
1.2 2015/06/17 18:12:02 pesa Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 CDEPEND=
dev-python/numpy[${PYTHON_USEDEP}]
-   =dev-python/PyQt4-4.6[X,svg,${PYTHON_USEDEP}]
+   =dev-python/PyQt4-4.11.4[X,svg,${PYTHON_USEDEP}]
 
 RDEPEND=${CDEPEND}
dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )



1.56 sci-visualization/veusz/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.56view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?rev=1.56content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/veusz/ChangeLog?r1=1.55r2=1.56

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   13 May 2015 12:18:53 -  1.55
+++ ChangeLog   17 Jun 2015 18:12:02 -  1.56
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/veusz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.55 
2015/05/13 12:18:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/veusz/ChangeLog,v 1.56 
2015/06/17 18:12:02 pesa Exp $
+
+  17 Jun 2015; Davide Pesavento p...@gentoo.org veusz-1.23.ebuild:
+  Raise PyQt4 dep wrt bugs #526792 and #551382.
 
 *veusz-1.23 (13 May 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-java/jnr-enxio/files: jnr-enxio-0.4-build.xml

2015-06-17 Thread Patrice Clement (monsieurp)
monsieurp15/06/17 18:38:06

  Removed:  jnr-enxio-0.4-build.xml
  Log:
  Stable for x86+amd64 through ALLARCHES. Remove old. Fix bug 552362.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)



[gentoo-commits] gentoo-x86 commit in dev-java/jnr-enxio: jnr-enxio-0.7.ebuild ChangeLog jnr-enxio-0.4.ebuild

2015-06-17 Thread Patrice Clement (monsieurp)
monsieurp15/06/17 18:38:06

  Modified: jnr-enxio-0.7.ebuild ChangeLog
  Removed:  jnr-enxio-0.4.ebuild
  Log:
  Stable for x86+amd64 through ALLARCHES. Remove old. Fix bug 552362.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.3  dev-java/jnr-enxio/jnr-enxio-0.7.ebuild

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

Index: jnr-enxio-0.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jnr-enxio/jnr-enxio-0.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jnr-enxio-0.7.ebuild3 Apr 2015 09:27:41 -   1.2
+++ jnr-enxio-0.7.ebuild17 Jun 2015 18:38:06 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-enxio/jnr-enxio-0.7.ebuild,v 
1.2 2015/04/03 09:27:41 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-enxio/jnr-enxio-0.7.ebuild,v 
1.3 2015/06/17 18:38:06 monsieurp Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 HOMEPAGE=https://github.com/jnr/jnr-enxio;
 
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 x86
 LICENSE=Apache-2.0
 
 CDEPEND=dev-java/jnr-constants:0



1.6  dev-java/jnr-enxio/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jnr-enxio/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   6 Jun 2015 18:46:24 -   1.5
+++ ChangeLog   17 Jun 2015 18:38:06 -  1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/jnr-enxio
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-enxio/ChangeLog,v 1.5 
2015/06/06 18:46:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-enxio/ChangeLog,v 1.6 
2015/06/17 18:38:06 monsieurp Exp $
+
+  17 Jun 2015; Patrice Clement monsie...@gentoo.org
+  -files/jnr-enxio-0.4-build.xml, -jnr-enxio-0.4.ebuild, jnr-enxio-0.7.ebuild:
+  Stable for x86+amd64 through ALLARCHES. Remove old. Fix bug 552362.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






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

2015-06-17 Thread Mikle Kolyada (zlogene)
zlogene 15/06/17 18:45:58

  Modified: logrotate-3.8.9-r1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #550032
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.9  app-admin/logrotate/logrotate-3.8.9-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logrotate/logrotate-3.8.9-r1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logrotate/logrotate-3.8.9-r1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logrotate/logrotate-3.8.9-r1.ebuild?r1=1.8r2=1.9

Index: logrotate-3.8.9-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.9-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- logrotate-3.8.9-r1.ebuild   11 Jun 2015 14:22:46 -  1.8
+++ logrotate-3.8.9-r1.ebuild   17 Jun 2015 18:45:58 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.9-r1.ebuild,v 1.8 
2015/06/11 14:22:46 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.9-r1.ebuild,v 1.9 
2015/06/17 18:45:58 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd
 IUSE=acl +cron selinux
 
 CDEPEND=



1.208app-admin/logrotate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog   11 Jun 2015 14:22:46 -  1.207
+++ ChangeLog   17 Jun 2015 18:45:58 -  1.208
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/logrotate
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.207 
2015/06/11 14:22:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.208 
2015/06/17 18:45:58 zlogene Exp $
+
+  17 Jun 2015; Mikle Kolyada zlog...@gentoo.org logrotate-3.8.9-r1.ebuild:
+  amd64 stable wrt bug #550032
 
   11 Jun 2015; Agostino Sarubbo a...@gentoo.org logrotate-3.8.9-r1.ebuild:
   Stable for ppc, wrt bug #550032






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

2015-06-17 Thread PaweA Hajdan (phajdan.jr)
phajdan.jr15/06/17 18:47:11

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

Revision  ChangesPath
1.1255   www-client/chromium/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1254
retrieving revision 1.1255
diff -u -r1.1254 -r1.1255
--- ChangeLog   12 Jun 2015 15:28:33 -  1.1254
+++ ChangeLog   17 Jun 2015 18:47:11 -  1.1255
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1254 
2015/06/12 15:28:33 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1255 
2015/06/17 18:47:11 phajdan.jr Exp $
+
+*chromium-45.0.2431.0 (17 Jun 2015)
+
+  17 Jun 2015; Pawel Hajdan jr phajdan...@gentoo.org
+  -chromium-45.0.2421.0.ebuild, +chromium-45.0.2431.0.ebuild:
+  Dev channel bump. Remove old.
 
 *chromium-45.0.2427.7 (12 Jun 2015)
 



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

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

Index: chromium-45.0.2431.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-45.0.2431.0.ebuild,v 1.1 
2015/06/17 18:47:11 phajdan.jr Exp $

EAPI=5
PYTHON_COMPAT=( python2_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 check-reqs 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;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=cups gnome gnome-keyring hidpi kerberos neon pic +proprietary-codecs 
pulseaudio selinux +tcmalloc
RESTRICT=proprietary-codecs? ( bindist )

# 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? ( =net-print/cups-1.3.11:= )
=dev-libs/elfutils-0.149
dev-libs/expat:=
dev-libs/glib:=
=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/libgnome-keyring-3.12:= )
=media-libs/alsa-lib-1.0.19:=
media-libs/flac:=
media-libs/fontconfig:=
media-libs/freetype:=
media-libs/harfbuzz:=[icu(+)]
media-libs/libexif:=
=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/cairo:=
x11-libs/gdk-pixbuf:=
x11-libs/gtk+:2=
x11-libs/libdrm
x11-libs/libX11:=
x11-libs/libXcomposite:=
x11-libs/libXcursor:=
x11-libs/libXdamage:=
x11-libs/libXext:=
x11-libs/libXfixes:=
=x11-libs/libXi-1.6.0:=
x11-libs/libXinerama:=
x11-libs/libXrandr:=
x11-libs/libXrender:=
x11-libs/libXScrnSaver:=
x11-libs/libXtst:=
x11-libs/pango:=
kerberos? ( virtual/krb5 )
DEPEND=${RDEPEND}
!arm? (

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

2015-06-17 Thread Michael Palimaka
commit: 3a2f5e12a87b49f90c9ce7e3897dee430fe5f124
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Sun May 24 08:45:24 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jun 17 19:28:05 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3a2f5e12

[kde-misc/krusader] Add kf5 version

Package-Manager: portage-2.2.20

 kde-misc/krusader/krusader-5..ebuild | 65 
 1 file changed, 65 insertions(+)

diff --git a/kde-misc/krusader/krusader-5..ebuild 
b/kde-misc/krusader/krusader-5..ebuild
new file mode 100644
index 000..a212bb6
--- /dev/null
+++ b/kde-misc/krusader/krusader-5..ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH=plasma
+KDE_HANDBOOK=true
+inherit kde5
+
+DESCRIPTION=An advanced twin-panel (commander-style) file-manager with many 
extras
+HOMEPAGE=http://www.krusader.org/;
+
+LICENSE=GPL-2
+KEYWORDS=
+IUSE=xattr
+
+CDEPEND=
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kbookmarks)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep khtml)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtscript:5
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   sys-libs/zlib
+   xattr? ( sys-apps/attr )
+
+DEPEND=${CDEPEND}
+   sys-devel/gettext
+
+RDEPEND=${CDEPEND}
+   !kde-misc/krusader:4
+
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package xattr ACL)
+   )
+
+   kde5_src_configure
+}



[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-PEAR: PEAR-PEAR-1.9.4.ebuild PEAR-PEAR-1.9.5.ebuild ChangeLog

2015-06-17 Thread Brian Evans (grknight)
grknight15/06/17 18:09:00

  Modified: PEAR-PEAR-1.9.4.ebuild PEAR-PEAR-1.9.5.ebuild
ChangeLog
  Log:
  Drop depend.php.eclass and has_php function; Historical reference with no 
meaning today
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  ChangesPath
1.13 dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild

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

Index: PEAR-PEAR-1.9.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- PEAR-PEAR-1.9.4.ebuild  10 Oct 2014 16:59:08 -  1.12
+++ PEAR-PEAR-1.9.4.ebuild  17 Jun 2015 18:08:59 -  1.13
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild,v 
1.12 2014/10/10 16:59:08 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild,v 
1.13 2015/06/17 18:08:59 grknight Exp $
 
 EAPI=4
 
-inherit depend.php eutils
+inherit eutils
 
 PEAR=${PV}
 
@@ -27,8 +27,6 @@
 S=${WORKDIR}
 
 pkg_setup() {
-   has_php
-
[[ -z ${PEAR_CACHEDIR} ]]  PEAR_CACHEDIR=${EPREFIX}/var/cache/pear
[[ -z ${PEAR_DOWNLOADDIR} ]]  
PEAR_DOWNLOADDIR=${EPREFIX}/var/tmp/pear
[[ -z ${PEAR_TEMPDIR} ]]  PEAR_TEMPDIR=${EPREFIX}/tmp



1.3  dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild

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

Index: PEAR-PEAR-1.9.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PEAR-PEAR-1.9.5.ebuild  14 Apr 2015 18:03:37 -  1.2
+++ PEAR-PEAR-1.9.5.ebuild  17 Jun 2015 18:08:59 -  1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild,v 
1.2 2015/04/14 18:03:37 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild,v 
1.3 2015/06/17 18:08:59 grknight Exp $
 
 EAPI=5
 
-inherit depend.php eutils
+inherit eutils
 
 PEAR=${PV}
 
@@ -26,8 +26,6 @@
 S=${WORKDIR}
 
 pkg_setup() {
-   has_php
-
[[ -z ${PEAR_CACHEDIR} ]]  PEAR_CACHEDIR=${EPREFIX}/var/cache/pear
[[ -z ${PEAR_DOWNLOADDIR} ]]  
PEAR_DOWNLOADDIR=${EPREFIX}/var/tmp/pear
[[ -z ${PEAR_TEMPDIR} ]]  PEAR_TEMPDIR=${EPREFIX}/tmp



1.167dev-php/PEAR-PEAR/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog?rev=1.167view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog?rev=1.167content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog?r1=1.166r2=1.167

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog   14 Apr 2015 18:03:37 -  1.166
+++ ChangeLog   17 Jun 2015 18:09:00 -  1.167
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/PEAR-PEAR
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.166 
2015/04/14 18:03:37 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.167 
2015/06/17 18:09:00 grknight Exp $
+
+  17 Jun 2015; Brian Evans grkni...@gentoo.org PEAR-PEAR-1.9.4.ebuild,
+  PEAR-PEAR-1.9.5.ebuild:
+  Drop depend.php.eclass and has_php function; Historical reference with no
+  meaning today
 
   14 Apr 2015; Brian Evans grkni...@gentoo.org PEAR-PEAR-1.9.5.ebuild:
   Fix repoman warning wrt slot operator






[gentoo-commits] gentoo-x86 commit in eclass: depend.php.eclass

2015-06-17 Thread Brian Evans (grknight)
grknight15/06/17 18:54:44

  Modified: depend.php.eclass
  Log:
  Deprecate unused functions in depend.php.eclass

Revision  ChangesPath
1.33 eclass/depend.php.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/depend.php.eclass?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/depend.php.eclass?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/depend.php.eclass?r1=1.32r2=1.33

Index: depend.php.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- depend.php.eclass   2 Jun 2012 19:16:31 -   1.32
+++ depend.php.eclass   17 Jun 2015 18:54:44 -  1.33
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.32 2012/06/02 
19:16:31 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.33 2015/06/17 
18:54:44 grknight Exp $
 
 # @ECLASS: depend.php.eclass
 # @MAINTAINER:
@@ -24,6 +24,7 @@
 # Set this after setting DEPEND/RDEPEND in your ebuild if the ebuild requires 
PHP5
 # with cli SAPI.
 need_php5_cli() {
+   eqawarn (need_php5_cli) Deprecated function call.  Set to be removed 
on 2015-07-17
DEPEND=${DEPEND} =dev-lang/php-5*
RDEPEND=${RDEPEND} =dev-lang/php-5*
PHP_VERSION=5
@@ -34,6 +35,7 @@
 # Set this after setting DEPEND/RDEPEND in your ebuild if the ebuild requires 
PHP5
 # with either cgi or apache2 SAPI.
 need_php5_httpd() {
+   eqawarn (need_php5_httpd) Deprecated function call.  Set to be removed 
on 2015-07-17
DEPEND=${DEPEND} =virtual/httpd-php-5*
RDEPEND=${RDEPEND} =virtual/httpd-php-5*
PHP_VERSION=5
@@ -75,6 +77,7 @@
 # Set this after setting DEPEND/RDEPEND in your ebuild if the ebuild requires 
PHP
 # (any version) with cli SAPI.
 need_php_cli() {
+   eqawarn (need_php_cli) Deprecated function call.  Set to be removed on 
2015-07-17
DEPEND=${DEPEND} dev-lang/php
RDEPEND=${RDEPEND} dev-lang/php
 }
@@ -104,6 +107,7 @@
 # determined by ${CATEGORY} - any PHP version or PHP5 for dev-php or
 # dev-php5, respectively.
 need_php_by_category() {
+   eqawarn (need_php_by_category) Deprecated function call.  Set to be 
removed on 2015-07-17
case ${CATEGORY} in
dev-php) need_php ;;
*) die Version of PHP required by packages in category 
${CATEGORY} unknown
@@ -145,6 +149,7 @@
 # and need_php[45]_httpd functions cannot guarantee these requirements.
 # See Bug 2272 for details.
 require_php_sapi_from() {
+   eqawarn (require_php_sapi_from) Deprecated function call.  Set to be 
removed on 2015-07-17
has_php
 
local has_sapi=0
@@ -248,6 +253,7 @@
 # any of specified USE flags. Returns if any of the listed USE flags are 
enabled.
 # Dies if all of the listed USE flags are disabled.
 require_php_with_any_use() {
+   eqawarn (require_php_with_any_use) Deprecated function call.  Set to 
be removed on 2015-07-17
has_php
 
local missing_use=
@@ -296,6 +302,7 @@
 # Check if our PHP was compiled with ZTS (Zend Thread Safety) enabled.
 # @RETURN: 0 if true, 1 otherwise
 has_zts() {
+   eqawarn (has_zts) Deprecated function call.  Set to be removed on 
2015-07-17
has_php
 
if built_with_use =${PHP_PKG} apache2 threads || 
phpconfutils_built_with_use =${PHP_PKG} apache2 threads ; then
@@ -310,6 +317,7 @@
 # Check if our PHP was built with debug support enabled.
 # @RETURN: 0 if true, 1 otherwise
 has_debug() {
+   eqawarn (has_debug) Deprecated function call.  Set to be removed on 
2015-07-17
has_php
 
if built_with_use =${PHP_PKG} debug || phpconfutils_built_with_use 
=${PHP_PKG} debug ; then
@@ -324,6 +332,7 @@
 # Check if our PHP was built with the concurrentmodphp support enabled.
 # @RETURN: 0 if true, 1 otherwise
 has_concurrentmodphp() {
+   eqawarn (has_concurrentmodphp) Deprecated function call.  Set to be 
removed on 2015-07-17
has_php
 
if built_with_use =${PHP_PKG} apache2 concurrentmodphp || 
phpconfutils_built_with_use =${PHP_PKG} apache2 concurrentmodphp ; then
@@ -347,6 +356,7 @@
 # You should use require_php_with_use pdo instead now.
 # @RETURN: die if feature is missing
 require_pdo() {
+   eqawarn (require_pdo) Deprecated function call.  Set to be removed on 
2015-07-17
has_php
 
# Was PHP5 compiled with internal PDO support?
@@ -439,6 +449,7 @@
 # Require a PHP built with SQLite support
 # @RETURN: die if feature is missing
 require_sqlite() {
+   eqawarn (require_sqlite) Deprecated function call.  Set to be removed 
on 2015-07-17
has_php
 
# Has 

[gentoo-commits] gentoo-x86 commit in net-analyzer/icinga2: icinga2-2.3.5.ebuild ChangeLog

2015-06-17 Thread Matt Thode (prometheanfire)
prometheanfire15/06/17 20:11:49

  Modified: ChangeLog
  Added:icinga2-2.3.5.ebuild
  Log:
  bup
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.37 net-analyzer/icinga2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   3 May 2015 05:25:06 -   1.36
+++ ChangeLog   17 Jun 2015 20:11:49 -  1.37
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/icinga2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.36 
2015/05/03 05:25:06 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.37 
2015/06/17 20:11:49 prometheanfire Exp $
+
+*icinga2-2.3.5 (17 Jun 2015)
+
+  17 Jun 2015; Matthew Thode prometheanf...@gentoo.org +icinga2-2.3.5.ebuild:
+  bup
 
   03 May 2015; Matthew Thode prometheanf...@gentoo.org files/icinga2.initd:
   fixing reload in init script bug 548302



1.1  net-analyzer/icinga2/icinga2-2.3.5.ebuild

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

Index: icinga2-2.3.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.3.5.ebuild,v 
1.1 2015/06/17 20:11:49 prometheanfire Exp $

EAPI=5
inherit cmake-utils depend.apache eutils systemd toolchain-funcs user 
versionator

DESCRIPTION=Distributed, general purpose, network monitoring engine
HOMEPAGE=http://icinga.org/icinga2;
SRC_URI=http://github.com/Icinga/icinga2/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+mysql postgres classicui minimal nano-syntax +plugins +vim-syntax

DEPEND=
dev-util/cmake
dev-libs/openssl:=
=dev-libs/boost-1.41
sys-devel/bison
=sys-devel/flex-2.5.35
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql:* )

RDEPEND=
${DEPEND}
plugins? ( || (
net-analyzer/monitoring-plugins
net-analyzer/nagios-plugins
) )
classicui? ( net-analyzer/icinga[web] )

REQUIRED_USE=!minimal? ( || ( mysql postgres ) )

want_apache2

pkg_setup() {
enewgroup icinga
enewgroup icingacmd
enewgroup nagios  # for plugins
enewuser icinga -1 -1 /var/lib/icinga2 icinga,icingacmd,nagios
}

src_prepare() {
#   epatch ${FILESDIR}/${P}-create_var_cache.patch
epatch_user
}

src_configure() {
local mycmakeargs=(
-DICINGA2_UNITY_BUILD=FALSE
-DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var
-DICINGA2_SYSCONFIGFILE=/etc/conf.d/icinga2
-DICINGA2_USER=icinga
-DICINGA2_GROUP=icingacmd
-DICINGA2_COMMAND_USER=icinga
-DICINGA2_COMMAND_GROUP=icingacmd
-DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes
)
if use postgres; then
mycmakeargs+=(
-DICINGA2_WITH_PGSQL=ON
)
else
mycmakeargs+=(
-DICINGA2_WITH_PGSQL=OFF
)
fi
if use mysql; then
mycmakeargs+=(
-DICINGA2_WITH_MYSQL=ON
)
else
mycmakeargs+=(
-DICINGA2_WITH_MYSQL=OFF
)
fi
cmake-utils_src_configure
}

src_install() {
BUILDDIR=${WORKDIR}/icinga2-${PV}_build
cd $BUILDDIR

#if [[ -f Makefile ]] || [[ -f GNUmakefile ]] || [[ -f makefile ]] ; 
then

emake DESTDIR=${D} install
#fi

cd ${WORKDIR}/icinga2-${PV}
if ! declare -p DOCS /dev/null 21 ; then
local d
for d in README* ChangeLog AUTHORS NEWS TODO CHANGES THANKS 
BUGS \
FAQ CREDITS CHANGELOG ; do

[gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-220-r3.ebuild ChangeLog

2015-06-17 Thread William Hubbs (williamh)
williamh15/06/17 20:30:36

  Modified: ChangeLog
  Added:udev-220-r3.ebuild
  Log:
  rev bump to backport a patch that closes stdin/out/err unless we are in debug 
mode
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.1115   sys-fs/udev/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1115view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1115content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.1114r2=1.1115

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.1114
retrieving revision 1.1115
diff -u -r1.1114 -r1.1115
--- ChangeLog   12 Jun 2015 14:09:26 -  1.1114
+++ ChangeLog   17 Jun 2015 20:30:36 -  1.1115
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1114 2015/06/12 
14:09:26 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1115 2015/06/17 
20:30:36 williamh Exp $
+
+*udev-220-r3 (17 Jun 2015)
+
+  17 Jun 2015; William Hubbs willi...@gentoo.org +udev-220-r3.ebuild:
+  rev bump to backport a patch that closes stdin/out/err unless we are in debug
+  mode
 
   12 Jun 2015; William Hubbs willi...@gentoo.org udev-220-r2.ebuild:
   Add one more patch to the udev-220 patchset so it will build correctly, 
thanks



1.1  sys-fs/udev/udev-220-r3.ebuild

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

Index: udev-220-r3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-220-r3.ebuild,v 1.1 
2015/06/17 20:30:36 williamh Exp $

EAPI=5

inherit autotools bash-completion-r1 eutils linux-info multilib 
multilib-minimal toolchain-funcs udev user versionator

if [[ ${PV} = * ]]; then
EGIT_REPO_URI=git://anongit.freedesktop.org/systemd/systemd
inherit git-2
patchset=
else
patchset=4

SRC_URI=http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz;
if [[ -n ${patchset} ]]; then
SRC_URI=${SRC_URI}

http://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz

http://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz;
fi
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86
fi

DESCRIPTION=Linux dynamic and persistent device naming support (aka userspace 
devfs)
HOMEPAGE=http://www.freedesktop.org/wiki/Software/systemd;

LICENSE=LGPL-2.1 MIT GPL-2
SLOT=0
IUSE=acl doc gudev introspection +kmod selinux static-libs

RESTRICT=test

COMMON_DEPEND==sys-apps/util-linux-2.20
acl? ( sys-apps/acl )
gudev? ( =dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] )
introspection? ( =dev-libs/gobject-introspection-1.38 )
kmod? ( =sys-apps/kmod-16 )
selinux? ( =sys-libs/libselinux-2.1.9 )
!sys-libs/glibc-2.11
!sys-apps/gentoo-systemd-integration
!sys-apps/systemd
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20130224-r7
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)
# Force new make = -r4 to skip some parallel build issues
DEPEND=${COMMON_DEPEND}
dev-util/gperf
=sys-apps/coreutils-8.16
sys-libs/libcap
virtual/os-headers
virtual/pkgconfig
=sys-devel/make-3.82-r4
=sys-kernel/linux-headers-3.9
doc? ( =dev-util/gtk-doc-1.18 )
# Try with `emerge -C docbook-xml-dtd` to see the build failure without DTDs
if [[ ${PV} = * ]]; then
DEPEND=${DEPEND}
app-text/docbook-xml-dtd:4.2
app-text/docbook-xml-dtd:4.5
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
fi
RDEPEND=${COMMON_DEPEND}
!sys-fs/lvm2-2.02.103
!sec-policy/selinux-base-2.20120725-r10
gudev? ( !dev-libs/libgudev )
PDEPEND==sys-apps/hwids-20140304[udev]
=sys-fs/udev-init-scripts-26

S=${WORKDIR}/systemd-${PV}

# The multilib-build.eclass doesn't handle situation where the installed headers
# are different in ABIs. In this case, we install libgudev headers in native
# ABI but not for non-native ABI.
multilib_check_headers() { :; }


[gentoo-commits] gentoo-x86 commit in sys-cluster/nova: metadata.xml nova-2015.1.9999.ebuild nova-2015.1.0-r3.ebuild ChangeLog nova-2015.1.0-r2.ebuild

2015-06-17 Thread Matt Thode (prometheanfire)
prometheanfire15/06/17 21:10:37

  Modified: metadata.xml nova-2015.1..ebuild ChangeLog
  Added:nova-2015.1.0-r3.ebuild
  Removed:  nova-2015.1.0-r2.ebuild
  Log:
  adding memcached as a use flag'd dep
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.12 sys-cluster/nova/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/metadata.xml?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/metadata.xml?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/metadata.xml?r1=1.11r2=1.12

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/metadata.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- metadata.xml16 Jun 2015 06:19:57 -  1.11
+++ metadata.xml17 Jun 2015 21:10:37 -  1.12
@@ -15,6 +15,7 @@
 flag name=compute-onlyonly install stuff needed for a compute 
host/flag
 flag name=iscsiInstalls iscsi helper udev scripts/flag
 flag name=kvmqemu-kvm hypervisor support/flag
+flag name=memcachedInstalls the memcached server/flag
 flag name=networkInstalls the initscripts for the nova network 
service/flag
 flag name=novncproxyInstalls the initscripts for the nova novncproxy 
service/flag
 flag name=openvswitchInstalls openvswitch for the neutron openvswitch 
support/flag



1.13 sys-cluster/nova/nova-2015.1..ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild?r1=1.12r2=1.13

Index: nova-2015.1..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- nova-2015.1..ebuild 27 May 2015 05:48:31 -  1.12
+++ nova-2015.1..ebuild 17 Jun 2015 21:10:37 -  1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild,v 
1.12 2015/05/27 05:48:31 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild,v 
1.13 2015/06/17 21:10:37 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -15,9 +15,9 @@
 LICENSE=Apache-2.0
 SLOT=0
 KEYWORDS=
-IUSE=+compute compute-only +kvm +novncproxy openvswitch +rabbitmq sqlite 
mysql postgres xen iscsi
+IUSE=+compute compute-only +kvm +memcached +novncproxy openvswitch +rabbitmq 
sqlite mysql postgres xen iscsi
 REQUIRED_USE=!compute-only? ( || ( mysql postgres sqlite ) )
-   compute-only? ( compute 
!rabbitmq !mysql !postgres !sqlite )
+   compute-only? ( compute 
!rabbitmq !memcached !mysql !postgres !sqlite )
compute? ( ^^ ( kvm xen ) )
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
@@ -110,6 +110,7 @@
sys-apps/iproute2
openvswitch? ( net-misc/openvswitch )
rabbitmq? ( net-misc/rabbitmq-server )
+   memcached? ( net-misc/memcached )
sys-fs/sysfsutils
sys-fs/multipath-tools
net-misc/bridge-utils



1.100sys-cluster/nova/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   27 May 2015 05:48:31 -  1.99
+++ ChangeLog   17 Jun 2015 21:10:37 -  1.100
@@ -1,6 +1,13 @@
 # ChangeLog for sys-cluster/nova
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.99 
2015/05/27 05:48:31 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.100 
2015/06/17 21:10:37 prometheanfire Exp $
+
+*nova-2015.1.0-r3 (17 Jun 2015)
+
+  17 Jun 2015; Matthew Thode prometheanf...@gentoo.org
+  +nova-2015.1.0-r3.ebuild, 

[gentoo-commits] gentoo-x86 commit in sys-auth/nss-pam-ldapd/files: nslcd-init-s6 nslcd-init-r2

2015-06-17 Thread Matt Thode (prometheanfire)
prometheanfire15/06/17 21:39:14

  Added:nslcd-init-s6 nslcd-init-r2
  Log:
  adding s6 suport for bug 550594
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  sys-auth/nss-pam-ldapd/files/nslcd-init-s6

Binary file


1.1  sys-auth/nss-pam-ldapd/files/nslcd-init-r2

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/files/nslcd-init-r2?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/files/nslcd-init-r2?rev=1.1content-type=text/plain

Index: nslcd-init-r2
===
#!/sbin/openrc-run
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/files/nslcd-init-r2,v 
1.1 2015/06/17 21:39:13 prometheanfire Exp $

command=/usr/sbin/nslcd
pidfile=/var/run/nslcd/nslcd.pid
extra_commands=checkconfig
cfg=/etc/nslcd.conf

depend() {
need net
use dns logger
}

checkconfig() {
if [ ! -f $cfg ] ; then
eerror Please create $cfg
eerror Example config: /usr/share/nss-ldapd/nslcd.conf
return 1
fi
return 0
}

start_pre() {
checkpath -q -d /run/nslcd -o nslcd:nslcd
checkconfig
return $?
}






[gentoo-commits] gentoo-x86 commit in sys-auth/nss-pam-ldapd: nss-pam-ldapd-0.9.6.ebuild ChangeLog nss-pam-ldapd-0.9.5-r1.ebuild

2015-06-17 Thread Matt Thode (prometheanfire)
prometheanfire15/06/17 21:39:14

  Modified: nss-pam-ldapd-0.9.6.ebuild ChangeLog
  Removed:  nss-pam-ldapd-0.9.5-r1.ebuild
  Log:
  adding s6 suport for bug 550594
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.6.ebuild

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

Index: nss-pam-ldapd-0.9.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nss-pam-ldapd-0.9.6.ebuild  15 Jun 2015 18:27:15 -  1.1
+++ nss-pam-ldapd-0.9.6.ebuild  17 Jun 2015 21:39:14 -  1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.6.ebuild,v 1.1 
2015/06/15 18:27:15 chutzpah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.6.ebuild,v 1.2 
2015/06/17 21:39:14 prometheanfire Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=(python2_7)
-inherit eutils prefix user python-r1 multilib multilib-minimal systemd
+inherit eutils prefix user python-r1 multilib multilib-minimal systemd s6
 
 DESCRIPTION=NSS module for name lookups using LDAP
 HOMEPAGE=http://arthurdejong.org/nss-pam-ldapd/;
@@ -80,6 +80,9 @@
local script
 
newinitd ${FILESDIR}/nslcd-init-r1 nslcd
+   newinitd ${FILESDIR}/nslcd-init-r2 nslcd
+   newinitd ${FILESDIR}/nslcd-init-s6 nslcd-s6
+   s6_install_service nslcd ${FILESDIR}/run-s6
 
insinto /usr/share/nss-pam-ldapd
doins ${WORKDIR}/${P}/nslcd.conf
@@ -115,6 +118,11 @@
elog You can add it to the default runlevel like so:
elog  # rc-update add nslcd default
elog
+   elog If you have =sys-apps/openrc-0.16.3, you can also use s6
+   elog to supervise this service.
+   elog To do this, emerge sys-apps/s6 then add nslcd-s6
+   elog default runlevel instead of nslcd.
+   elog
elog If you are upgrading, keep in mind that /etc/nss-ldapd.conf
elog  is now named /etc/nslcd.conf
echo



1.25 sys-auth/nss-pam-ldapd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?r1=1.24r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   15 Jun 2015 18:27:15 -  1.24
+++ ChangeLog   17 Jun 2015 21:39:14 -  1.25
@@ -1,6 +1,11 @@
 # ChangeLog for sys-auth/nss-pam-ldapd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.24 
2015/06/15 18:27:15 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.25 
2015/06/17 21:39:14 prometheanfire Exp $
+
+  17 Jun 2015; Matthew Thode prometheanf...@gentoo.org +files/nslcd-init-r2,
+  +files/nslcd-init-s6, -nss-pam-ldapd-0.9.5-r1.ebuild,
+  nss-pam-ldapd-0.9.6.ebuild:
+  adding s6 suport for bug 550594
 
 *nss-pam-ldapd-0.9.6 (15 Jun 2015)
 






[gentoo-commits] proj/udev-gentoo-scripts:master commit in: init.d/

2015-06-17 Thread William Hubbs
commit: 03c02c050df2ae3d91ec6428f024d7d4042ef077
Author: Mike Gilbert floppym AT gentoo DOT org
AuthorDate: Wed Jun 17 20:36:49 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Wed Jun 17 21:42:14 2015 +
URL:
https://gitweb.gentoo.org/proj/udev-gentoo-scripts.git/commit/?id=03c02c05

udev: Remove workaround for redirecting stdio to /dev/null

systemd-udevd was fixed upstream, making this hack unnecessary.

 init.d/udev | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/init.d/udev b/init.d/udev
index 4b1147f..f286ad8 100644
--- a/init.d/udev
+++ b/init.d/udev
@@ -60,15 +60,10 @@ start_pre()
echo  /proc/sys/kernel/hotplug
fi
 
-   local stderr=/dev/null
-
if yesno ${udev_debug:-NO}; then
-   command_args=${command_args} --debug
-   stderr=/run/udevdebug.log
+   command_args=${command_args} --debug 2 /run/udevdebug.log
fi
 
-   command_args=${command_args}  /dev/null  /dev/null 2 ${stderr}
-
return 0
 }
 



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

2015-06-17 Thread William Hubbs
commit: 1d55f108de2ffef18f0d6fdd57c9e30720bea0f4
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Wed Jun 17 21:41:44 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Wed Jun 17 21:41:44 2015 +
URL:
https://gitweb.gentoo.org/proj/udev-gentoo-scripts.git/commit/?id=1d55f108

Start work on version 31

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

diff --git a/Makefile b/Makefile
index 3b60345..955ead7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 30
+VERSION = 31
 PACKAGE = udev-init-scripts
 TARBALL = $(PACKAGE)-$(VERSION).tar.gz
 



[gentoo-commits] gentoo-x86 commit in www-servers/monkeyd: monkeyd-1.5.6-r1.ebuild ChangeLog monkeyd-1.5.6.ebuild

2015-06-17 Thread Anthony G. Basile (blueness)
blueness15/06/17 22:12:55

  Modified: ChangeLog
  Added:monkeyd-1.5.6-r1.ebuild
  Removed:  monkeyd-1.5.6.ebuild
  Log:
  Remove require_php_cgi.  Fix bug #549974.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.90 www-servers/monkeyd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?rev=1.90view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?rev=1.90content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?r1=1.89r2=1.90

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   25 Mar 2015 13:40:57 -  1.89
+++ ChangeLog   17 Jun 2015 22:12:55 -  1.90
@@ -1,6 +1,12 @@
 # ChangeLog for www-servers/monkeyd
 # Copyright 1999- Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.89 
2015/03/25 13:40:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.90 
2015/06/17 22:12:55 blueness Exp $
+
+*monkeyd-1.5.6-r1 (17 Jun 2015)
+
+  17 Jun 2015; Anthony G. Basile bluen...@gentoo.org 
+monkeyd-1.5.6-r1.ebuild,
+  -monkeyd-1.5.6.ebuild:
+  Remove require_php_cgi.  Fix bug #549974.
 
   25 Mar 2015; Agostino Sarubbo a...@gentoo.org monkeyd-1.5.5.ebuild:
   Stable for x86, wrt bug #541974



1.1  www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild?rev=1.1content-type=text/plain

Index: monkeyd-1.5.6-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild,v 1.1 
2015/06/17 22:12:55 blueness Exp $

EAPI=5

inherit toolchain-funcs depend.php multilib

MY_P=${PN/d}-${PV}
DESCRIPTION=A small, fast, and scalable web server
HOMEPAGE=http://www.monkey-project.com/;
SRC_URI=http://monkey-project.com/releases/${PV:0:3}/${MY_P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~x86

# ssl is broken, so we turn it off until fixed
IUSE=-debug jemalloc php minimal elibc_musl elibc_uclibc monkeyd_plugins_auth 
monkeyd_plugins_cheetah cgi monkeyd_plugins_dirlisting fastcgi 
+monkeyd_plugins_liana monkeyd_plugins_logger monkeyd_plugins_mandril

# uclibc is often compiled without backtrace info so we should
# force this off.  If someone complains, consider relaxing it.
# ssl is borken, so we remove ssl? ( monkeyd_plugins_polarssl )
REQUIRED_USE=
elibc_uclibc? ( !debug )
cgi? ( php )

DEPEND=jemalloc? ( =dev-libs/jemalloc-3.3.1 )
RDEPEND=
php? ( dev-lang/php )
cgi? ( dev-lang/php[cgi] )

S=${WORKDIR}/${MY_P}

WEBROOT=/var/www/localhost

pkg_setup() {
if use debug; then
ewarn
ewarn 
\033[1;33m**\033[00m
ewarn Do not use debug in production!
ewarn 
\033[1;33m**\033[00m
ewarn
fi
}

src_prepare() {
# Unconditionally get rid of the bundled jemalloc
rm -rf ${S}/deps
epatch ${FILESDIR}/${PN}-1.5.2-use-system-jemalloc.patch
epatch ${FILESDIR}/${PN}-1.5.0-fix-CPPFLAGS.patch

# Don't install the banana script, we use ${FILESDIR}/monkeyd.initd 
instead
sed -i '/Creating bin\/banana/d' configure || die No configure file
sed -i '/create_banana_script bindir/d' configure || die No configure 
file

# Don't explicitly strip files
sed -i -e '/$STRIP /d' -e 's/install -s -m 644/install -m 755/' 
configure || die No configure file

# We don't need the includes, sym link to libmonkey.so, or monkey.cp 
when not installing the .so
use minimal  {
sed -i '/install -d \\$(INCDIR)/d' configure || die No 
configure file
sed -i '/install -m 644 src\/include\/\*.h \\$(INCDIR)/d' 
configure || die No configure file
sed -i '/ln -sf/d' configure || die No configure file
sed -i '/install -d \\$(LIBDIR)\/pkgconfig/d' configure || die 
No configure file
sed -i '/install -m 644 monkey.pc \\$(LIBDIR)\/pkgconfig/d' 
configure || die No configure file
}

# Unquiet build
sed -i '/^CC\s/d' configure || die No configure file
sed -i 

[gentoo-commits] gentoo-x86 commit in net-mail/mlmmj: mlmmj-1.2.19.0.ebuild ChangeLog

2015-06-17 Thread Robin H. Johnson (robbat2)
robbat2 15/06/18 00:08:33

  Modified: ChangeLog
  Added:mlmmj-1.2.19.0.ebuild
  Log:
  Bump.
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.46 net-mail/mlmmj/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/mlmmj/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   5 Feb 2014 20:38:56 -   1.45
+++ ChangeLog   18 Jun 2015 00:08:33 -  1.46
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/mlmmj
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mlmmj/ChangeLog,v 1.45 2014/02/05 
20:38:56 robbat2 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mlmmj/ChangeLog,v 1.46 2015/06/18 
00:08:33 robbat2 Exp $
+
+*mlmmj-1.2.19.0 (18 Jun 2015)
+
+  18 Jun 2015; Robin H. Johnson robb...@gentoo.org +mlmmj-1.2.19.0.ebuild:
+  Bump.
 
 *mlmmj-1.2.18.1 (05 Feb 2014)
 



1.1  net-mail/mlmmj/mlmmj-1.2.19.0.ebuild

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

Index: mlmmj-1.2.19.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/mlmmj/mlmmj-1.2.19.0.ebuild,v 1.1 
2015/06/18 00:08:33 robbat2 Exp $

EAPI=4

MY_PV=${PV/_rc/-RC}
MY_P=${PN}-${MY_PV}
DESCRIPTION=Mailing list managing made joyful
HOMEPAGE=http://mlmmj.org/;
SRC_URI=http://mlmmj.org/releases/${MY_P}.tar.bz2;
LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos
IUSE=
DEPEND=virtual/mta
S=${WORKDIR}/${MY_P}

DOCS=AUTHORS ChangeLog FAQ README* TODO TUNABLES UPGRADE

src_configure() {
econf --enable-receive-strip
}

src_install() {
default

insinto /usr/share/mlmmj/texts
doins listtexts/*

insinto /usr/share/mlmmj
doins -r contrib/web/*
}

pkg_postinst() {
elog mlmmj comes with serveral webinterfaces:
elog - One for user subscribing/unsubscribing
elog - One for admin tasks
elog both available in a php and perl module.
elog For more info have a look in /usr/share/mlmmj
}






[gentoo-commits] dev/maekke:master commit in: media-gfx/hugin/

2015-06-17 Thread Markus Meier
commit: 107881dcebd65fec5dcdc6a8cad61c8a6d1971d2
Author: Markus Meier maekke AT gentoo DOT org
AuthorDate: Wed Jun 17 21:21:52 2015 +
Commit: Markus Meier maekke AT gentoo DOT org
CommitDate: Wed Jun 17 21:21:52 2015 +
URL:https://gitweb.gentoo.org/dev/maekke.git/commit/?id=107881dc

version bump

Package-Manager: portage-2.2.20
Manifest-Sign-Key: 072AD062

 media-gfx/hugin/Manifest | 12 ++--
 ...2015.0.0_beta2-r1.ebuild = hugin-2015.0.0_rc1-r1.ebuild} |  8 +++-
 ...hugin-2015.0.0_beta2.ebuild = hugin-2015.0.0_rc1.ebuild} |  8 +++-
 3 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/media-gfx/hugin/Manifest b/media-gfx/hugin/Manifest
index 91df184..f975156 100644
--- a/media-gfx/hugin/Manifest
+++ b/media-gfx/hugin/Manifest
@@ -6,18 +6,18 @@ AUX hugin-2014.0.0-ParseExp.patch 16829 SHA256 
d4c9b4770bcac21aaa476646c08654885
 AUX hugin-2014.0.0-lensfun-0.3.0.patch 612 SHA256 
d4099a2ebc2203bd23807823c0370364bf65faba1ec5ebc596053fda3e6333db SHA512 
3fbea4e1c123bfd797514703a32311e5fa19bae1f531f5e81e9cbc4e72a5c4547c3e707709c8c7e3589f6b591c277c0f99600d4ca0d69b4676990e471040f485
 WHIRLPOOL 
63841447a3f7ef940b9b4e660097e5ff2df3fc2e66568bba8ef605e28a1fe00c235ecf057644a887216a0da2f8cf936c2aac006fab934868284f2f896ad9966f
 DIST hugin-2013.0.0.tar.bz2 11247583 SHA256 
484e1ed58fa6fe4bae1f423967101549345bcca2653b992afbc0ed9ec0dbebd5 SHA512 
dea1682c16991441278a881e5e0916ffdbe8e0012f0dcf45875ee97fe7dc698d4d98037916e63c9a651557adc45c89e4e350ad976fec020562bc17a31f608a86
 WHIRLPOOL 
c3d8e175ff23c8761815406039a8027da327925f07a18b00bde4d457228a2562f30f5df3fb5dff17f8003f985d7b51ec39d557a064c7e228b09ff73473c41e6a
 DIST hugin-2014.0.0.tar.bz2 10974274 SHA256 
f098aa0ede44010d3bb2bb38693177533fd776c45063a338c4c483d7e471ec29 SHA512 
f4dd7a59f96d4574d420691d221265309d1ff18b7df04df2c2f0946f3d669e78823e2a53f038ac7bddaaf2037e21c45bf54f19d2a90ce9d5d95a836331e34ca5
 WHIRLPOOL 
e8915454fcc5d54037289b0e91b8c441288706874891b72541414cad83556f6587d15d18be38405917da6c69b590121bc74a2ffa130bb9f1abea223c6fb1375d
-DIST hugin-2015.0.0_beta2.tar.bz2 10605613 SHA256 
cb24d2c33a81c9401e8b2f28cce49e25d3809d997406c0769808b61a6c8f9474 SHA512 
5022ff49959b65710a30b9e5d67de02dd749a672e8ac59e024a1b5b024a8ab7a397849bd2b2a0b2fa96c7f30f687e49ae746332ac617f6f206766d1c2d1c279c
 WHIRLPOOL 
bb5ab66df088faf8b3ab0377118eeaaa61b5a6a896d71cc59f56c26c240328c0eef5c9bb76ec98c5b0f18aafd77a13ece92a1555101f196740fe91ef535e443d
+DIST hugin-2015.0.0_rc1.tar.bz2 10612769 SHA256 
6316c9d66a076b407ab2946700fbb7e4c01915571af28c718250f33cbf429ffe SHA512 
303ae807af31f6f7c13a81e113d0b2c61d78566a4be9532e294d11a22eac06b09aa2c36e4942c2acec8f49955fdc7f18c9b1963741820d2813436fd3e16d2cb1
 WHIRLPOOL 
e464135ca1032384a770b61353cae1b7f9041a0c2613ded862c1aaef9add25cf4942142336dcb7af74da47cfe24cfcaee878da0d6ee1015126577098e58528f8
 EBUILD hugin-2013.0.0-r1.ebuild 2032 SHA256 
0ca939bbf6f39bccecc34c0e0f061c7d5be931a43945e4d808899d8634c7a9e3 SHA512 
8cc153d87439d71b07481e3a5802c9aae196849f1fa2e7184a2d0e2d9c0845535630be011d30728940616b32565b0e8414205eea26c2b1f45d63c6b04cf82ac2
 WHIRLPOOL 
7ef6d9950d76f5f5e7ded1ba2820058cb629f754729415362a3a581084532a01265034c1bc1ca718423acb47316a2d4990e9dbd90cdf113c7446ad1b74aa90cc
 EBUILD hugin-2014.0.0-r1.ebuild 2096 SHA256 
bc39b72f20e906bb6311f2ba4806309bec6f7c983bfd1b031b8171b5338f0c48 SHA512 
f4ac540e28739b8f5851c3e92a9815f4a6e8a5ef6b2bb721b3ee68e902dae91af51dba80d68de5b1d4e3b14340bd660817502b7899cb4897fba3a91d64623f31
 WHIRLPOOL 
bf40a784c443994394c035654253e0d6de25346a393b12bd3fcdaa0cff6d3253f13ab6e4461886be133af34a0d4b9efcaaf713abf765a6833525443afc5f2b47
 EBUILD hugin-2014.0.0.ebuild 2097 SHA256 
46796a312c60e413a824fff95b8624f1e33ec050b153ba13c3de6c26502697d8 SHA512 
074310a4f0951790c6c8ebc43191ba3cc677937d0a7c1002693b40b7934cb599b9c3681fe5c9f4539ef8734439ebe8cc30624686263455c16dd856e559dd
 WHIRLPOOL 
65da1b816638b3ec0d51b891cc3f1f195f4c3aea1e055e7185acecbc3217f426537efe37e57c87c9b7c08cbf7890174a2bf4c14a8e449fe6a521489669168a54
-EBUILD hugin-2015.0.0_beta2-r1.ebuild 1959 SHA256 
c4cbe9628626957b55d7d44e189b076c534ae331c8e8071736dfb2f90480c093 SHA512 
75021fe1a96dcda7e0b3b09ed64069f2e72dbd52822398c985054ca5c5c904f1c3821903f50c0c567f7b085f81f6e4482347964a46a5cb58ba77f5e576a5cc50
 WHIRLPOOL 
bb01b9cb99ece5b02b09fa0c2793fc733a18ccdc131d44dc4ebe01f66d50e24f42036f9af220dfc4d1478b4400f485aac1c889e333a90094c69300afafaa7605
-EBUILD hugin-2015.0.0_beta2.ebuild 1965 SHA256 
6271ffecb5b3eefb416352fcc039b756994c375d00ee9e615ade79f4c67b97ac SHA512 
11dca13d0ee2e438368b1aa610e036cdcfc07bf98eb0315743a1f04c1c5f8b4050075224891ef6696eba18ff2cccea6bbc04af1434c002116e0e42ef44347ad7
 WHIRLPOOL 
3b9f233f537b1faf463456a8b4a0b654232c294e80046dd0194283ab6a0a59444576992f3c38bcd1e1c3db4790a39e7af6bf4123baa6982cfd7c88c7d71e71fe
+EBUILD hugin-2015.0.0_rc1-r1.ebuild 1965 SHA256 
1825b654fd54ac52dbd907a7531085749211c6e5aaad62fbcf80032bab37133c SHA512 

[gentoo-commits] gentoo-x86 commit in www-apache/mod_h2: mod_h2-0.7.0.ebuild mod_h2-9999.ebuild ChangeLog

2015-06-17 Thread Mike Frysinger (vapier)
vapier  15/06/17 17:49:23

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

Revision  ChangesPath
1.4  www-apache/mod_h2/mod_h2-.ebuild

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

Index: mod_h2-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_h2/mod_h2-.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mod_h2-.ebuild  10 Jun 2015 11:30:27 -  1.3
+++ mod_h2-.ebuild  17 Jun 2015 17:49:23 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_h2/mod_h2-.ebuild,v 1.3 
2015/06/10 11:30:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_h2/mod_h2-.ebuild,v 1.4 
2015/06/17 17:49:23 vapier Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 SLOT=0
 IUSE=ssl
 
-RDEPEND==net-libs/nghttp2-0.7*
+RDEPEND==net-libs/nghttp2-1.0
ssl? ( www-servers/apache[alpn] )
 DEPEND=${RDEPEND}
 



1.8  www-apache/mod_h2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_h2/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   12 Jun 2015 10:32:29 -  1.7
+++ ChangeLog   17 Jun 2015 17:49:23 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for www-apache/mod_h2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_h2/ChangeLog,v 1.7 
2015/06/12 10:32:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_h2/ChangeLog,v 1.8 
2015/06/17 17:49:23 vapier Exp $
+
+*mod_h2-0.7.0 (17 Jun 2015)
+
+  17 Jun 2015; Mike Frysinger vap...@gentoo.org +mod_h2-0.7.0.ebuild,
+  mod_h2-.ebuild:
+  Version bump.
 
 *mod_h2-0.6.6 (12 Jun 2015)
 



1.1  www-apache/mod_h2/mod_h2-0.7.0.ebuild

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

Index: mod_h2-0.7.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_h2/mod_h2-0.7.0.ebuild,v 1.1 
2015/06/17 17:49:23 vapier Exp $

EAPI=5

inherit apache-module

if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=https://github.com/icing/mod_h2.git;
inherit git-2
else

SRC_URI=https://github.com/icing/mod_h2/releases/download/v${PV}/${P}.tar.gz;
KEYWORDS=~amd64 ~x86
fi

DESCRIPTION=HTTP/2 module for Apache
HOMEPAGE=https://github.com/icing/mod_h2;

LICENSE=Apache-2.0
SLOT=0
IUSE=ssl

RDEPEND==net-libs/nghttp2-1.0
ssl? ( www-servers/apache[alpn] )
DEPEND=${RDEPEND}

# The mpm_prefork module doesn't work right.  See upstream docs.
# The threads logic is to handle the default eclass behavior which selects a
# default mpm via the USE=threads flag.
RDEPEND+=
|| (
www-servers/apache[apache2_mpms_worker]
www-servers/apache[apache2_mpms_event]

www-servers/apache[threads,-apache2_mpms_prefork,-apache2_mpms_peruser]
)

need_apache2_4

src_configure() {
econf \
--docdir='$(datarootdir)'/doc/${PF} \
--disable-werror \
--disable-sandbox
}

src_compile() {
default
}

src_install() {
default

APACHE2_MOD_DEFINE=HTTP2
insinto ${APACHE_MODULES_CONFDIR}
newins ${FILESDIR}/mod_h2.conf 75_mod_h2.conf
}






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

2015-06-17 Thread Mikle Kolyada (zlogene)
zlogene 15/06/17 18:58:50

  Modified: gentoo-sources-4.0.5.ebuild ChangeLog
  Log:
  x86 stable wrt bug #552336
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  sys-kernel/gentoo-sources/gentoo-sources-4.0.5.ebuild

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

Index: gentoo-sources-4.0.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-4.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gentoo-sources-4.0.5.ebuild 17 Jun 2015 14:05:15 -  1.2
+++ gentoo-sources-4.0.5.ebuild 17 Jun 2015 18:58:50 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-4.0.5.ebuild,v 
1.2 2015/06/17 14:05:15 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-4.0.5.ebuild,v 
1.3 2015/06/17 18:58:50 zlogene Exp $
 
 EAPI=5
 ETYPE=sources
@@ -11,7 +11,7 @@
 detect_version
 detect_arch
 
-KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86
+KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86
 HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches;
 IUSE=deblob experimental
 



1.1571   sys-kernel/gentoo-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1570
retrieving revision 1.1571
diff -u -r1.1570 -r1.1571
--- ChangeLog   17 Jun 2015 14:05:15 -  1.1570
+++ ChangeLog   17 Jun 2015 18:58:50 -  1.1571
@@ -1,6 +1,9 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1570 2015/06/17 14:05:15 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1571 2015/06/17 18:58:50 zlogene Exp $
+
+  17 Jun 2015; Mikle Kolyada zlog...@gentoo.org gentoo-sources-4.0.5.ebuild:
+  x86 stable wrt bug #552336
 
   17 Jun 2015; Mikle Kolyada zlog...@gentoo.org gentoo-sources-4.0.5.ebuild:
   amd64 stable wrt bug #552336






[gentoo-commits] gentoo-x86 commit in net-analyzer/nagvis: nagvis-1.6.6.ebuild ChangeLog

2015-06-17 Thread Brian Evans (grknight)
grknight15/06/17 20:07:28

  Modified: nagvis-1.6.6.ebuild ChangeLog
  Log:
  Remove deprecated need_php_httpd function ; No longer needs depend.php eclass
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  ChangesPath
1.6  net-analyzer/nagvis/nagvis-1.6.6.ebuild

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

Index: nagvis-1.6.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nagvis-1.6.6.ebuild 16 Dec 2014 22:34:42 -  1.5
+++ nagvis-1.6.6.ebuild 17 Jun 2015 20:07:28 -  1.6
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild,v 
1.5 2014/12/16 22:34:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild,v 
1.6 2015/06/17 20:07:28 grknight Exp $
 
 EAPI=5
 
-inherit eutils depend.php depend.apache
+inherit eutils depend.apache
 
 DESCRIPTION=NagVis is a visualization addon for the well known network 
managment system Nagios
 HOMEPAGE=http://www.nagvis.org/;
@@ -15,14 +15,14 @@
 KEYWORDS=~amd64 ~ppc ~x86
 IUSE=apache2 automap
 
-DEPEND=
+DEPEND=virtual/httpd-php
 RDEPEND=|| ( net-analyzer/nagios net-analyzer/icinga )
automap? ( =media-gfx/graphviz-2.14 )
apache2? ( dev-lang/php[apache2] )
net-analyzer/mk-livestatus
-   dev-lang/php[gd,nls,json,session,pdo,sqlite,sockets,mysql,unicode,xml]
+   dev-lang/php[gd,nls,json,session,pdo,sqlite,sockets,mysql,unicode,xml]
+   virtual/httpd-php:*
 
-need_php_httpd
 want_apache2
 
 pkg_setup() {



1.17 net-analyzer/nagvis/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   16 Dec 2014 22:34:42 -  1.16
+++ ChangeLog   17 Jun 2015 20:07:28 -  1.17
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/nagvis
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/ChangeLog,v 1.16 
2014/12/16 22:34:42 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/ChangeLog,v 1.17 
2015/06/17 20:07:28 grknight Exp $
+
+  17 Jun 2015; Brian Evans grkni...@gentoo.org nagvis-1.6.6.ebuild:
+  Remove deprecated need_php_httpd function ; No longer needs depend.php eclass
 
   16 Dec 2014; Pacho Ramos pa...@gentoo.org nagvis-1.6.6.ebuild:
   confutils was wrongly set making this unbuildable due missing sqlite3 dep,






[gentoo-commits] gentoo-x86 commit in sys-apps/moreutils: moreutils-0.56.ebuild ChangeLog

2015-06-17 Thread Tim Harder (radhermit)
radhermit15/06/17 21:21:28

  Modified: ChangeLog
  Added:moreutils-0.56.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  ChangesPath
1.70 sys-apps/moreutils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   29 Jan 2015 06:40:31 -  1.69
+++ ChangeLog   17 Jun 2015 21:21:27 -  1.70
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/moreutils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v 1.69 
2015/01/29 06:40:31 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v 1.70 
2015/06/17 21:21:27 radhermit Exp $
+
+*moreutils-0.56 (17 Jun 2015)
+
+  17 Jun 2015; Tim Harder radher...@gentoo.org +moreutils-0.56.ebuild:
+  Version bump.
 
 *moreutils-0.55 (29 Jan 2015)
 



1.1  sys-apps/moreutils/moreutils-0.56.ebuild

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

Index: moreutils-0.56.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/moreutils-0.56.ebuild,v 
1.1 2015/06/17 21:21:27 radhermit Exp $

EAPI=5
inherit toolchain-funcs

DESCRIPTION=a growing collection of the unix tools that nobody thought to 
write thirty years ago
HOMEPAGE=http://joeyh.name/code/moreutils/;
SRC_URI=mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux
IUSE=+doc +perl

RDEPEND=
perl? (
dev-lang/perl
dev-perl/IPC-Run
dev-perl/Time-Duration
dev-perl/TimeDate
)
DEPEND=
doc? (
dev-lang/perl
=app-text/docbook2X-0.8.8-r2
app-text/docbook-xml-dtd:4.4
)

src_prepare() {
# don't build manpages
if ! use doc ; then
sed -i -e '/^all:/s/$(MANS)//' -e '/man1/d' Makefile || die
fi

# don't install perl scripts
if ! use perl ; then
sed -i -e '/PERLSCRIPTS/d' Makefile || die
fi
}

src_compile() {
tc-export CC
emake CFLAGS=${CFLAGS} DOCBOOK2XMAN=docbook2man.pl 
PREFIX=${EPREFIX}/usr
}

src_install() {
emake DESTDIR=${D} PREFIX=${EPREFIX}/usr INSTALL_BIN=install install

# sys-process is more advanced than parallel from moreutils, rename it
if use doc; then
mv ${ED}usr/share/man/man1/{,${PN}_}parallel.1 || die
fi
mv ${ED}usr/bin/{,${PN}_}parallel || die
}






[gentoo-commits] gentoo-x86 commit in sys-cluster/swift: metadata.xml swift-2.2.2-r1.ebuild swift-2.3.0.ebuild ChangeLog

2015-06-17 Thread Matt Thode (prometheanfire)
prometheanfire15/06/17 21:12:59

  Modified: metadata.xml swift-2.2.2-r1.ebuild
swift-2.3.0.ebuild ChangeLog
  Log:
  standardize on memcached as the use flag (instead of memcache)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.5  sys-cluster/swift/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/swift/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml15 Jun 2015 19:33:10 -  1.4
+++ metadata.xml17 Jun 2015 21:12:59 -  1.5
@@ -5,7 +5,7 @@
   use
 flag name=accountadds swift account support/flag
 flag name=containeradds swift container support/flag
-flag name=memcacheadds memcached support/flag
+flag name=memcachedadds memcached support/flag
 flag name=objectadds swift object support/flag
 flag name=proxyadds swift proxy support/flag
   /use



1.2  sys-cluster/swift/swift-2.2.2-r1.ebuild

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

Index: swift-2.2.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-2.2.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- swift-2.2.2-r1.ebuild   14 Apr 2015 15:25:39 -  1.1
+++ swift-2.2.2-r1.ebuild   17 Jun 2015 21:12:59 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-2.2.2-r1.ebuild,v 
1.1 2015/04/14 15:25:39 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-2.2.2-r1.ebuild,v 
1.2 2015/06/17 21:12:59 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 LICENSE=Apache-2.0
 SLOT=0
 KEYWORDS=~amd64 ~x86
-IUSE=proxy account container object test +memcache
+IUSE=proxy account container object test +memcached
 REQUIRED_USE=|| ( proxy account container object )
 
 DEPEND=
@@ -47,7 +47,7 @@
=dev-python/pastedeploy-1.3.3[${PYTHON_USEDEP}]
=dev-python/simplejson-2.0.9[${PYTHON_USEDEP}]
dev-python/pyxattr[${PYTHON_USEDEP}]
-   memcache? ( net-misc/memcached )
+   memcached? ( net-misc/memcached )
net-misc/rsync[xattr]
 
 CONFIG_CHECK=~EXT3_FS_XATTR ~SQUASHFS_XATTR ~CIFS_XATTR ~JFFS2_FS_XATTR
@@ -90,7 +90,7 @@
if use proxy; then
newinitd ${FILESDIR}/swift-proxy.initd swift-proxy
newins etc/proxy-server.conf-sample proxy-server.conf
-   if use memcache; then
+   if use memcached; then
sed -i '/depend/a\
 need memcached' ${D}/etc/init.d/swift-proxy
fi



1.3  sys-cluster/swift/swift-2.3.0.ebuild

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

Index: swift-2.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-2.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- swift-2.3.0.ebuild  2 May 2015 20:46:02 -   1.2
+++ swift-2.3.0.ebuild  17 Jun 2015 21:12:59 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-2.3.0.ebuild,v 1.2 
2015/05/02 20:46:02 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-2.3.0.ebuild,v 1.3 
2015/06/17 21:12:59 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 LICENSE=Apache-2.0
 SLOT=0
 KEYWORDS=~amd64 ~x86
-IUSE=proxy account container object test +memcache
+IUSE=proxy account container object test +memcached
 REQUIRED_USE=|| ( proxy account container object )
 
 DEPEND=
@@ 

[gentoo-commits] gentoo-x86 commit in sys-cluster/cinder: cinder-2015.1.9999.ebuild metadata.xml cinder-2015.1.0.ebuild ChangeLog

2015-06-17 Thread Matt Thode (prometheanfire)
prometheanfire15/06/17 21:16:47

  Modified: cinder-2015.1..ebuild metadata.xml
cinder-2015.1.0.ebuild ChangeLog
  Log:
  allow for memcached support
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.5  sys-cluster/cinder/cinder-2015.1..ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild?r1=1.4r2=1.5

Index: cinder-2015.1..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cinder-2015.1..ebuild   12 May 2015 05:25:33 -  1.4
+++ cinder-2015.1..ebuild   17 Jun 2015 21:16:47 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild,v 1.4 
2015/05/12 05:25:33 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild,v 1.5 
2015/06/17 21:16:47 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -15,7 +15,7 @@
 LICENSE=Apache-2.0
 SLOT=0
 KEYWORDS=
-IUSE=+api +scheduler +volume iscsi lvm mysql postgres sqlite test
+IUSE=+api +scheduler +volume iscsi lvm +memcached mysql postgres sqlite test
 REQUIRED_USE=|| ( mysql postgres sqlite )
 
 #sudo is a build dep because I want the sudoers.d directory to exist, lazy.
@@ -128,6 +128,7 @@
|| ( =sys-block/iscsitarget-1.4.20.2_p20130821 sys-block/tgt )
sys-block/open-iscsi )
lvm? ( sys-fs/lvm2 )
+   memcached? ( net-misc/memcached )
sys-fs/sysfsutils
 
 PATCHES=( )



1.6  sys-cluster/cinder/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml16 Jun 2015 06:19:35 -  1.5
+++ metadata.xml17 Jun 2015 21:16:47 -  1.6
@@ -11,10 +11,11 @@
   /longdescription
   use
 flag name=apiInstalls the initscripts for the cinder api service/flag
-flag name=schedulerInstalls the initscripts for the cinder scheduler 
service/flag
-flag name=volumeInstalls the initscripts for the cinder volume 
service/flag
 flag name=iscsiAllow using an iSCSI remote storage server as pool for 
disk image storage/flag
 flag name=lvmAllow using the Logical Volume Manager 
(pkgsys-apps/lvm2/pkg) as pool for disk image storage/flag
+flag name=memcachedInstalls the memcached server/flag
+flag name=schedulerInstalls the initscripts for the cinder scheduler 
service/flag
+flag name=volumeInstalls the initscripts for the cinder volume 
service/flag
   /use
   upstream
 remote-id type=launchpadcinder/remote-id



1.5  sys-cluster/cinder/cinder-2015.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1.0.ebuild?r1=1.4r2=1.5

Index: cinder-2015.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cinder-2015.1.0.ebuild  12 May 2015 05:25:33 -  1.4
+++ cinder-2015.1.0.ebuild  17 Jun 2015 21:16:47 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.0.ebuild,v 
1.4 2015/05/12 05:25:33 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.0.ebuild,v 
1.5 2015/06/17 21:16:47 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 LICENSE=Apache-2.0
 SLOT=0
 KEYWORDS=~amd64 ~x86
-IUSE=+api +scheduler +volume iscsi 

[gentoo-commits] gentoo-x86 commit in sys-cluster/cinder/files: CVE-2015-1851_2015.1.0.patch CVE-2015-1851_2014.2.3.patch

2015-06-17 Thread Matt Thode (prometheanfire)
prometheanfire15/06/17 21:50:18

  Added:CVE-2015-1851_2015.1.0.patch
CVE-2015-1851_2014.2.3.patch
  Log:
  fixing CVE-2015-1851
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  sys-cluster/cinder/files/CVE-2015-1851_2015.1.0.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/files/CVE-2015-1851_2015.1.0.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/files/CVE-2015-1851_2015.1.0.patch?rev=1.1content-type=text/plain

Index: CVE-2015-1851_2015.1.0.patch
===
From 9634b76ba5886d6c2f2128d550cb005dabf48213 Mon Sep 17 00:00:00 2001
From: Eric Harney ehar...@redhat.com
Date: Tue, 31 Mar 2015 19:48:17 -0400
Subject: [PATCH] Disallow backing files when uploading volumes to image

Volumes with a header referencing a backing file can leak
file data into the destination image when uploading a
volume to an image.

Halt the upload process if the volume data references a
backing file to prevent this.

Closes-Bug: #1415087
Change-Id: Iab9718794e7f7e8444015712cfa08c46848ebf78
(cherry picked from commit b1143ee45323e63b965a3710f9063e65b252c978)
---
 cinder/image/image_utils.py  | 14 ++
 cinder/tests/test_image_utils.py |  8 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/cinder/image/image_utils.py b/cinder/image/image_utils.py
index 6e5e2fb..6ae0f81 100644
--- a/cinder/image/image_utils.py
+++ b/cinder/image/image_utils.py
@@ -344,6 +344,20 @@ def upload_volume(context, image_service, image_meta, 
volume_path,
 with temporary_file() as tmp:
 LOG.debug(%s was %s, converting to %s,
   image_id, volume_format, image_meta['disk_format'])
+
+data = qemu_img_info(volume_path, run_as_root=run_as_root)
+backing_file = data.backing_file
+fmt = data.file_format
+if backing_file is not None:
+# Disallow backing files as a security measure.
+# This prevents a user from writing an image header into a raw
+# volume with a backing file pointing to data they wish to
+# access.
+raise exception.ImageUnacceptable(
+image_id=image_id,
+reason=_(fmt=%(fmt)s backed by:%(backing_file)s)
+% {'fmt': fmt, 'backing_file': backing_file})
+
 convert_image(volume_path, tmp, image_meta['disk_format'],
   run_as_root=run_as_root)
 
diff --git a/cinder/tests/test_image_utils.py b/cinder/tests/test_image_utils.py
index ab41243..3f8e763 100644
--- a/cinder/tests/test_image_utils.py
+++ b/cinder/tests/test_image_utils.py
@@ -381,6 +381,7 @@ def test_diff_format(self, mock_os, mock_temp, 
mock_convert, mock_info,
 mock_os.name = 'posix'
 data = mock_info.return_value
 data.file_format = mock.sentinel.disk_format
+data.backing_file = None
 temp_file = mock_temp.return_value.__enter__.return_value
 
 output = image_utils.upload_volume(ctxt, image_service, image_meta,
@@ -391,7 +392,8 @@ def test_diff_format(self, mock_os, mock_temp, 
mock_convert, mock_info,
  temp_file,
  mock.sentinel.disk_format,
  run_as_root=True)
-mock_info.assert_called_once_with(temp_file, run_as_root=True)
+mock_info.assert_called_with(temp_file, run_as_root=True)
+self.assertEqual(mock_info.call_count, 2)
 mock_open.assert_called_once_with(temp_file, 'rb')
 image_service.update.assert_called_once_with(
 ctxt, image_meta['id'], {},
@@ -470,6 +472,7 @@ def test_convert_error(self, mock_os, mock_temp, 
mock_convert, mock_info,
 mock_os.name = 'posix'
 data = mock_info.return_value
 data.file_format = mock.sentinel.other_disk_format
+data.backing_file = None
 temp_file = mock_temp.return_value.__enter__.return_value
 
 self.assertRaises(exception.ImageUnacceptable,
@@ -479,7 +482,8 @@ def test_convert_error(self, mock_os, mock_temp, 
mock_convert, mock_info,
  temp_file,
  mock.sentinel.disk_format,
  run_as_root=True)
-mock_info.assert_called_once_with(temp_file, run_as_root=True)
+mock_info.assert_called_with(temp_file, run_as_root=True)
+self.assertEqual(mock_info.call_count, 2)
 self.assertFalse(image_service.update.called)
 
 



1.1  sys-cluster/cinder/files/CVE-2015-1851_2014.2.3.patch

file : 

[gentoo-commits] gentoo-x86 commit in sys-cluster/cinder: cinder-2014.2.3-r1.ebuild cinder-2015.1.0-r1.ebuild ChangeLog cinder-2015.1.0.ebuild

2015-06-17 Thread Matt Thode (prometheanfire)
prometheanfire15/06/17 21:50:18

  Modified: ChangeLog
  Added:cinder-2014.2.3-r1.ebuild cinder-2015.1.0-r1.ebuild
  Removed:  cinder-2015.1.0.ebuild
  Log:
  fixing CVE-2015-1851
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.57 sys-cluster/cinder/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   17 Jun 2015 21:16:47 -  1.56
+++ ChangeLog   17 Jun 2015 21:50:18 -  1.57
@@ -1,6 +1,15 @@
 # ChangeLog for sys-cluster/cinder
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.56 
2015/06/17 21:16:47 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.57 
2015/06/17 21:50:18 prometheanfire Exp $
+
+*cinder-2015.1.0-r1 (17 Jun 2015)
+*cinder-2014.2.3-r1 (17 Jun 2015)
+
+  17 Jun 2015; Matthew Thode prometheanf...@gentoo.org
+  +cinder-2014.2.3-r1.ebuild, +cinder-2015.1.0-r1.ebuild,
+  +files/CVE-2015-1851_2014.2.3.patch, +files/CVE-2015-1851_2015.1.0.patch,
+  -cinder-2015.1.0.ebuild:
+  fixing CVE-2015-1851
 
   17 Jun 2015; Matthew Thode prometheanf...@gentoo.org 
cinder-2015.1.0.ebuild,
   cinder-2015.1..ebuild, metadata.xml:



1.1  sys-cluster/cinder/cinder-2014.2.3-r1.ebuild

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

Index: cinder-2014.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2014.2.3-r1.ebuild,v 1.1 
2015/06/17 21:50:18 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils linux-info user

DESCRIPTION=Cinder is the OpenStack Block storage service, a spin out of 
nova-volumes
HOMEPAGE=https://launchpad.net/cinder;
SRC_URI=http://launchpad.net/${PN}/juno/${PV}/+download/${P}.tar.gz;

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+api +scheduler +volume iscsi lvm mysql postgres sqlite test
REQUIRED_USE=|| ( mysql postgres sqlite )

#sudo is a build dep because I want the sudoers.d directory to exist, lazy.
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/pbr-0.8[${PYTHON_USEDEP}]
dev-python/pbr-1.0[${PYTHON_USEDEP}]
app-admin/sudo
test? (
${RDEPEND}
=dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
dev-python/hacking-0.10[${PYTHON_USEDEP}]
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
=dev-python/mox-0.5.3[${PYTHON_USEDEP}]
mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
postgres? ( dev-python/psycopg[${PYTHON_USEDEP}] )
=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
dev-python/sphinx-1.3[${PYTHON_USEDEP}]
=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
!~dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
)

RDEPEND=
=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
=dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/eventlet-0.15.1[${PYTHON_USEDEP}]
dev-python/eventlet-0.16.0[${PYTHON_USEDEP}]
=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
=dev-python/keystonemiddleware-1.0.0[${PYTHON_USEDEP}]
=dev-python/kombu-2.5.0[${PYTHON_USEDEP}]
=dev-python/lxml-2.3[${PYTHON_USEDEP}]
=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
=dev-python/oslo-config-1.4.0[${PYTHON_USEDEP}]

[gentoo-commits] gentoo-x86 commit in media-gfx/darktable: darktable-1.6.7.ebuild ChangeLog

2015-06-17 Thread Manuel Rueger (mrueg)
mrueg   15/06/17 22:08:58

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

Revision  ChangesPath
1.72 media-gfx/darktable/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/darktable/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   4 Jun 2015 19:03:59 -   1.71
+++ ChangeLog   17 Jun 2015 22:08:58 -  1.72
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/darktable
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/ChangeLog,v 1.71 
2015/06/04 19:03:59 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/ChangeLog,v 1.72 
2015/06/17 22:08:58 mrueg Exp $
+
+*darktable-1.6.7 (17 Jun 2015)
+
+  17 Jun 2015; Manuel Rüger mr...@gentoo.org +darktable-1.6.7.ebuild:
+  Version bump.
 
   04 Jun 2015; Michael Palimaka kensing...@gentoo.org darktable-1.6.1.ebuild,
   darktable-1.6.2.ebuild, darktable-1.6.4.ebuild, darktable-1.6.6.ebuild,



1.1  media-gfx/darktable/darktable-1.6.7.ebuild

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

Index: darktable-1.6.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-1.6.7.ebuild,v 
1.1 2015/06/17 22:08:58 mrueg Exp $

EAPI=5

inherit cmake-utils flag-o-matic toolchain-funcs gnome2-utils fdo-mime 
pax-utils eutils

DOC_PV=1.6.0

DESCRIPTION=A virtual lighttable and darkroom for photographers
HOMEPAGE=http://www.darktable.org/;
SRC_URI=https://github.com/darktable-org/${PN}/releases/download/release-${PV}/${P}.tar.xz
doc? ( 
https://github.com/darktable-org/${PN}/releases/download/release-${DOC_PV}/${PN}-usermanual.pdf
 - ${PN}-usermanual-${DOC_PV}.pdf )

LICENSE=GPL-3 CC-BY-3.0
SLOT=0
KEYWORDS=~amd64 ~x86
LANGS= ca cs da de el es fr it ja nl pl pt_BR pt_PT ru sq sv uk
# TODO add lua once dev-lang/lua-5.2 is unmasked
IUSE=colord cpu_flags_x86_sse3 doc flickr geo gphoto2 graphicsmagick jpeg2k 
kde libsecret
nls opencl openmp openexr pax_kernel +rawspeed +slideshow +squish web-services 
webp
${LANGS// / linguas_}

# sse3 support is required to build darktable
REQUIRED_USE=cpu_flags_x86_sse3

CDEPEND=
dev-db/sqlite:3
=dev-libs/glib-2.28:2
dev-libs/libxml2:2
gnome-base/librsvg:2
media-gfx/exiv2:0=[xmp]
media-libs/lcms:2
=media-libs/lensfun-0.2.3
media-libs/libpng:0=
media-libs/tiff:0
net-misc/curl
virtual/jpeg:0
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2
x11-libs/pango
colord? ( x11-misc/colord:0= )
flickr? ( media-libs/flickcurl )
geo? ( net-libs/libsoup:2.4 )
gphoto2? ( media-libs/libgphoto2:= )
graphicsmagick? ( media-gfx/graphicsmagick )
jpeg2k? ( media-libs/openjpeg:0 )
libsecret? (
=app-crypt/libsecret-0.18
dev-libs/json-glib
)
opencl? ( virtual/opencl )
openexr? ( media-libs/openexr:0= )
slideshow? (
media-libs/libsdl
virtual/glu
virtual/opengl
)
web-services? ( dev-libs/json-glib )
webp? ( media-libs/libwebp:0= )
RDEPEND=${CDEPEND}
x11-themes/gtk-engines:2
kde? ( kde-apps/kwalletd:4 )
DEPEND=${CDEPEND}
dev-util/intltool
virtual/pkgconfig
nls? ( sys-devel/gettext )

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

src_prepare() {
use cpu_flags_x86_sse3  append-flags -msse3

sed -e s:\(/share/doc/\)darktable:\1${PF}: \
-e s:\(\${SHARE_INSTALL}/doc/\)darktable:\1${PF}: \
-e s:LICENSE:: \
-i doc/CMakeLists.txt || die

cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_use colord COLORD)
$(cmake-utils_use_use flickr FLICKR)

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

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/18 02:31:14

  Modified: package.use.mask ChangeLog
  Log:
  Remove obsolete freevo[directfb] mask

Revision  ChangesPath
1.687profiles/base/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.686
retrieving revision 1.687
diff -u -r1.686 -r1.687
--- package.use.mask9 Jun 2015 22:57:57 -   1.686
+++ package.use.mask18 Jun 2015 02:31:14 -  1.687
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.686 
2015/06/09 22:57:57 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.687 
2015/06/18 02:31:14 patrick Exp $
 
 # This file requires =portage-2.1.1
 # New entries go on top.
@@ -41,11 +41,6 @@
 # =~sys-devel/dragonegg-3.6 is broken (bug #543644)
 sys-devel/byfl dragonegg
 
-# Michał Górny mgo...@gentoo.org (02 Apr 2015)
-# DirectFB support was removed from libsdl, mask the relevant flag
-# due to unsolvable deps, bug #545246.
-media-tv/freevo directfb
-
 # Lars Wendler polynomia...@gentoo.org (19 Mar 2015)
 # =games-strategy/freeciv-2.5.0 requires =dev-lang/lua-5.2
 # No stable qt5 yet.



1.811profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.810
retrieving revision 1.811
diff -u -r1.810 -r1.811
--- ChangeLog   9 Jun 2015 22:19:59 -   1.810
+++ ChangeLog   18 Jun 2015 02:31:14 -  1.811
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.810 2015/06/09 
22:19:59 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.811 2015/06/18 
02:31:14 patrick Exp $
+
+  18 Jun 2015; Patrick Lauer patr...@gentoo.org package.use.mask:
+  Remove obsolete freevo[directfb] mask
 
   09 Jun 2015; Michael Weber x...@gentoo.org package.use.mask:
   Drop old masks on netsurf.






[gentoo-commits] gentoo-x86 commit in dev-libs/replicant: ChangeLog replicant-0.7.0.ebuild replicant-0.3.1.ebuild replicant-0.4.0.ebuild replicant-0.5.0.ebuild replicant-0.6.0.ebuild replicant-0.6.1.e

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/18 02:56:59

  Modified: ChangeLog
  Removed:  replicant-0.7.0.ebuild replicant-0.3.1.ebuild
replicant-0.4.0.ebuild replicant-0.5.0.ebuild
replicant-0.6.0.ebuild replicant-0.6.1.ebuild
replicant-0.6.2.ebuild replicant-0.6.3.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.17 dev-libs/replicant/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   18 Jun 2015 02:44:40 -  1.16
+++ ChangeLog   18 Jun 2015 02:56:59 -  1.17
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/replicant
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v 1.16 
2015/06/18 02:44:40 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v 1.17 
2015/06/18 02:56:59 patrick Exp $
+
+  18 Jun 2015; Patrick Lauer patr...@gentoo.org -replicant-0.3.1.ebuild,
+  -replicant-0.4.0.ebuild, -replicant-0.5.0.ebuild, -replicant-0.6.0.ebuild,
+  -replicant-0.6.1.ebuild, -replicant-0.6.2.ebuild, -replicant-0.6.3.ebuild,
+  -replicant-0.7.0.ebuild:
+  Remove old
 
 *replicant-0.7.1 (18 Jun 2015)
 






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

2015-06-17 Thread Jeroen Roovers (jer)
jer 15/06/18 05:18:12

  Modified: ChangeLog
  Added:wireshark-1.12.6.ebuild
  Log:
  Version bump (bug #552434).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.724net-analyzer/wireshark/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.723
retrieving revision 1.724
diff -u -r1.723 -r1.724
--- ChangeLog   17 Jun 2015 08:51:00 -  1.723
+++ ChangeLog   18 Jun 2015 05:18:12 -  1.724
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/wireshark
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.723 
2015/06/17 08:51:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.724 
2015/06/18 05:18:12 jer Exp $
+
+*wireshark-1.12.6 (18 Jun 2015)
+
+  18 Jun 2015; Jeroen Roovers j...@gentoo.org +wireshark-1.12.6.ebuild:
+  Version bump (bug #552434).
 
   17 Jun 2015; Agostino Sarubbo a...@gentoo.org wireshark-1.12.5.ebuild:
   Stable for sparc, wrt bug #549432



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

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

Index: wireshark-1.12.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.6.ebuild,v 1.1 
2015/06/18 05:18:12 jer Exp $

EAPI=5
inherit autotools eutils fcaps multilib qmake-utils qt4-r2 user

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

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

REQUIRED_USE=
ssl? ( crypt )
?? ( qt4 qt5 )


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

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

# We need perl for `pod2html`.  The rest of the perl stuff is to block older
# and broken installs. #455122
DEPEND=
${CDEPEND}
dev-lang/perl
!virtual/perl-Pod-Simple-3.170
!perl-core/Pod-Simple-3.170
doc? (
app-doc/doxygen
app-text/asciidoc
dev-libs/libxml2
dev-libs/libxslt
doc-pdf? ( dev-java/fop )
www-client/lynx
)
sys-devel/bison
sys-devel/flex
virtual/pkgconfig

RDEPEND=
${CDEPEND}
gtk3? ( virtual/freedesktop-icon-theme )
qt4? ( virtual/freedesktop-icon-theme )
qt5? ( virtual/freedesktop-icon-theme )
selinux? ( sec-policy/selinux-wireshark )


pkg_setup() {
enewgroup wireshark
}

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

[gentoo-commits] gentoo-x86 commit in dev-ruby/syslogger: syslogger-1.6.3.ebuild ChangeLog

2015-06-17 Thread Hans de Graaff (graaff)
graaff  15/06/18 05:19:57

  Modified: ChangeLog
  Added:syslogger-1.6.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.19 dev-ruby/syslogger/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/syslogger/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   18 Jun 2015 05:16:33 -  1.18
+++ ChangeLog   18 Jun 2015 05:19:57 -  1.19
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/syslogger
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syslogger/ChangeLog,v 1.18 
2015/06/18 05:16:33 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syslogger/ChangeLog,v 1.19 
2015/06/18 05:19:57 graaff Exp $
+
+*syslogger-1.6.3 (18 Jun 2015)
+
+  18 Jun 2015; Hans de Graaff gra...@gentoo.org +syslogger-1.6.3.ebuild:
+  Version bump.
 
   18 Jun 2015; Hans de Graaff gra...@gentoo.org -syslogger-1.6.0.ebuild,
   -syslogger-1.6.1.ebuild:



1.1  dev-ruby/syslogger/syslogger-1.6.3.ebuild

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

Index: syslogger-1.6.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syslogger/syslogger-1.6.3.ebuild,v 
1.1 2015/06/18 05:19:57 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

RUBY_FAKEGEM_RECIPE_TEST=rspec

RUBY_FAKEGEM_DOCDIR=rdoc
RUBY_FAKEGEM_EXTRADOC=README.rdoc

# if ever needed
#GITHUB_USER=crohr
#GITHUB_PROJECT=${PN}

inherit ruby-fakegem

DESCRIPTION=Drop-in replacement for the standard Logger, that logs to the 
syslog
HOMEPAGE=https://github.com/crohr/syslogger;

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

ruby_add_bdepend 
doc? ( =dev-ruby/rdoc-2.4.2 )

all_ruby_prepare() {
sed -i '/[Bb]undler/d' Rakefile || die
}






[gentoo-commits] gentoo-x86 commit in app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data: test.xml test-accessible.xml test-component.xml test-action.xml

2015-06-17 Thread Alexandre Rostovtsev (tetromino)
tetromino15/06/18 05:29:21

  Added:test.xml test-accessible.xml test-component.xml
test-action.xml
  Log:
  Fix test suite (bug #552346).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.1  
app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test.xml

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

Index: test.xml
===
?xml version=1.0 ?
accessible description=Root of the accessible tree name=root_object 
role=accelerator label
accessible description=first child name=obj1 role=alert
state state_enum=modal/
state state_enum=multi-line/
/accessible
accessible description=second child name=obj2 role=animation
accessible description=first prechild name=obj2/1 
role=arrow
relation relation_type=2 target_name=obj2/
/accessible
accessible description=second prechild name=obj2/2 
role=canvas/
/accessible
accessible description=third child name=obj3 role=check box
accessible description=first prechild name=obj3/1 
role=check menu item/
/accessible
/accessible



1.1  
app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-accessible.xml

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

Index: test-accessible.xml
===
?xml version=1.0 ?
accessible description=Root of the accessible tree name=root_object 
role=accelerator label
accessible description=first child name=obj1 role=alert
state state_enum=modal/
state state_enum=multi-line/
/accessible
accessible description=second child name=obj2 role=animation
accessible description=first prechild name=obj2/1 
role=arrow
relation relation_type=2 target_name=obj2/
/accessible
accessible description=second prechild name=obj2/2 
role=canvas/
/accessible
accessible description=third child name=obj3 role=check box
accessible description=first prechild name=obj3/1 
role=check menu item/
/accessible
/accessible



1.1  
app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-component.xml

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

Index: test-component.xml
===
?xml version=1.0 ?
accessible description=Root of the accessible tree name=root_object 
role=accelerator label
accessible_component description=second child name=obj2 
role=application
component x=350 y=200 width=0 height=0 layer=2 
zorder=1 alpha=1.5/
/accessible_component
accessible_component description=third child name=obj3 role=push 
button
component x=250 y=250 width=350 height=200 layer=3 
zorder=2 alpha=2.5/
accessible_component description=third child a name=aobj3 
role=push button
component x=250 y=250 width=350 height=200 
layer=4 zorder=3 alpha=3.5/
/accessible_component
/accessible_component
accessible description=second child name=obj2 role=application /
/accessible



1.1  
app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-action.xml

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

Index: test-action.xml
===
?xml version=1.0 ?
accessible description=Root of the accessible tree name=root_object 
role=accelerator label
accessible 

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

2015-06-17 Thread Alexandre Rostovtsev (tetromino)
tetromino15/06/18 05:29:21

  Modified: at-spi2-atk-2.16.0-r1.ebuild ChangeLog
  Log:
  Fix test suite (bug #552346).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.2  app-accessibility/at-spi2-atk/at-spi2-atk-2.16.0-r1.ebuild

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

Index: at-spi2-atk-2.16.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.16.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- at-spi2-atk-2.16.0-r1.ebuild18 Jun 2015 04:29:20 -  1.1
+++ at-spi2-atk-2.16.0-r1.ebuild18 Jun 2015 05:29:21 -  1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.16.0-r1.ebuild,v
 1.1 2015/06/18 04:29:20 tetromino Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.16.0-r1.ebuild,v
 1.2 2015/06/18 05:29:21 tetromino Exp $
 
 EAPI=5
 GCONF_DEBUG=no
 GNOME2_LA_PUNT=yes
 
-inherit autotools eutils gnome2 multilib-minimal virtualx
+inherit autotools eutils gnome2 multilib-minimal
 
 DESCRIPTION=Gtk module for bridging AT-SPI to Atk
 HOMEPAGE=http://live.gnome.org/Accessibility;
@@ -42,6 +42,8 @@
# Upstream forgot to put this in tarball :/
# https://bugzilla.gnome.org/show_bug.cgi?id=751138
cp -n ${FILESDIR}/${PN}-2.16.0-atk_suite.h tests/atk_suite.h || die
+   mkdir tests/data/ || die
+   cp -n ${FILESDIR}/${PN}-2.16.0-tests-data/*.xml tests/data/ || die
 
eautoreconf
gnome2_src_prepare
@@ -53,9 +55,8 @@
 }
 
 multilib_src_test() {
-   # droute test requires session bus; ignore it
unset DBUS_SESSION_BUS_ADDRESS
-   Xemake check
+   dbus-run-session -- emake check
 }
 
 multilib_src_compile() { gnome2_src_compile; }



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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   18 Jun 2015 04:29:20 -  1.74
+++ ChangeLog   18 Jun 2015 05:29:21 -  1.75
@@ -1,6 +1,13 @@
 # ChangeLog for app-accessibility/at-spi2-atk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v 
1.74 2015/06/18 04:29:20 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v 
1.75 2015/06/18 05:29:21 tetromino Exp $
+
+  18 Jun 2015; Alexandre Rostovtsev tetrom...@gentoo.org
+  at-spi2-atk-2.16.0-r1.ebuild, +files/at-spi2-atk-2.16.0-tests-data/test.xml,
+  +files/at-spi2-atk-2.16.0-tests-data/test-accessible.xml,
+  +files/at-spi2-atk-2.16.0-tests-data/test-action.xml,
+  +files/at-spi2-atk-2.16.0-tests-data/test-component.xml:
+  Fix test suite (bug #552346).
 
 *at-spi2-atk-2.16.0-r1 (18 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-util/umockdev: ChangeLog umockdev-0.8.9.ebuild

2015-06-17 Thread Tim Harder (radhermit)
radhermit15/06/18 05:01:34

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

Revision  ChangesPath
1.25 dev-util/umockdev/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   8 Apr 2015 17:54:03 -   1.24
+++ ChangeLog   18 Jun 2015 05:01:34 -  1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/umockdev
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v 1.24 
2015/04/08 17:54:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v 1.25 
2015/06/18 05:01:34 radhermit Exp $
+
+*umockdev-0.8.9 (18 Jun 2015)
+
+  18 Jun 2015; Tim Harder radher...@gentoo.org +umockdev-0.8.9.ebuild:
+  Version bump.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org umockdev-0.8.2.ebuild:
   Drop old Python implementations



1.1  dev-util/umockdev/umockdev-0.8.9.ebuild

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

Index: umockdev-0.8.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/umockdev-0.8.9.ebuild,v 
1.1 2015/06/18 05:01:34 radhermit Exp $

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

inherit python-any-r1 autotools-utils

DESCRIPTION=Mock hardware devices for creating unit tests
HOMEPAGE=https://github.com/martinpitt/umockdev/;
SRC_URI=http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz;

LICENSE=LGPL-2.1+
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=static-libs test

RDEPEND=virtual/libgudev:=
virtual/libudev:=
=dev-libs/glib-2.32:2
DEPEND=${RDEPEND}
test? ( ${PYTHON_DEPS} )
app-arch/xz-utils
virtual/pkgconfig

RESTRICT=test






[gentoo-commits] gentoo-x86 commit in dev-ruby/syslogger: ChangeLog syslogger-1.6.1.ebuild syslogger-1.6.0.ebuild

2015-06-17 Thread Hans de Graaff (graaff)
graaff  15/06/18 05:16:33

  Modified: ChangeLog
  Removed:  syslogger-1.6.1.ebuild syslogger-1.6.0.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.18 dev-ruby/syslogger/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/syslogger/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   7 Jun 2015 19:55:54 -   1.17
+++ ChangeLog   18 Jun 2015 05:16:33 -  1.18
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/syslogger
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syslogger/ChangeLog,v 1.17 
2015/06/07 19:55:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syslogger/ChangeLog,v 1.18 
2015/06/18 05:16:33 graaff Exp $
+
+  18 Jun 2015; Hans de Graaff gra...@gentoo.org -syslogger-1.6.0.ebuild,
+  -syslogger-1.6.1.ebuild:
+  Cleanup.
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in app-portage/eix: eix-0.30.11.ebuild ChangeLog

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/18 05:48:43

  Modified: ChangeLog
  Added:eix-0.30.11.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.494app-portage/eix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.494view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.494content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?r1=1.493r2=1.494

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
retrieving revision 1.493
retrieving revision 1.494
diff -u -r1.493 -r1.494
--- ChangeLog   7 Jun 2015 18:05:19 -   1.493
+++ ChangeLog   18 Jun 2015 05:48:43 -  1.494
@@ -1,6 +1,11 @@
 # ChangeLog for app-portage/eix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.493 
2015/06/07 18:05:19 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.494 
2015/06/18 05:48:43 patrick Exp $
+
+*eix-0.30.11 (18 Jun 2015)
+
+  18 Jun 2015; Patrick Lauer patr...@gentoo.org +eix-0.30.11.ebuild:
+  Bump
 
   07 Jun 2015; Sebastian Pipping sp...@gentoo.org eix-0.30.4.ebuild,
   eix-0.30.7.ebuild, eix-0.30.8.ebuild, eix-0.30.10.ebuild:



1.1  app-portage/eix/eix-0.30.11.ebuild

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

Index: eix-0.30.11.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.11.ebuild,v 1.1 
2015/06/18 05:48:43 patrick Exp $

EAPI=5

PLOCALES=de ru
inherit bash-completion-r1 eutils l10n

DESCRIPTION=Search and query ebuilds, portage incl. local settings, ext. 
overlays, version changes, and more
HOMEPAGE=https://github.com/vaeth/eix/;
SRC_URI=https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris
IUSE=debug +dep doc nls optimization security strong-optimization 
strong-security sqlite swap-remote tools

BOTHDEPEND=sqlite? ( =dev-db/sqlite-3 )
nls? ( virtual/libintl )
RDEPEND=${BOTHDEPEND}
app-shells/push
DEPEND=${BOTHDEPEND}
app-arch/xz-utils
nls? ( sys-devel/gettext )

pkg_setup() {
case  ${REPLACING_VERSIONS} in
*\ 0.[0-9].*|*\ 0.1[0-9].*|*\ 0.2[0-4].*|*\ 0.25.0*)
local eixcache=${EROOT}/var/cache/${PN}
test -f ${eixcache}  rm -f -- ${eixcache};;
esac
}

src_prepare() {
sed -i -e s'/'${EPREFIX}/' -- ${S}/tmpfiles.d/eix.conf
epatch_user
}

src_configure() {
econf $(use_with sqlite) $(use_with doc extra-doc) \
$(use_enable nls) $(use_enable tools separate-tools) \
$(use_enable security) $(use_enable optimization) \
$(use_enable strong-security) \
$(use_enable strong-optimization) $(use_enable debug debugging) 
\
$(use_enable swap-remote) \
$(use_with prefix always-accept-keywords) \
$(use_with dep dep-default) \
--with-zsh-completion \
--with-portage-rootpath=${ROOTPATH} \
--with-eprefix-default=${EPREFIX} \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
--htmldir=${EPREFIX}/usr/share/doc/${PF}/html
}

src_install() {
default
dobashcomp bash/eix
insinto /usr/lib/tmpfiles.d
doins tmpfiles.d/eix.conf
}

pkg_postinst() {
test -d ${EROOT}var/cache/${PN} || {
mkdir ${EROOT}var/cache/${PN}
use prefix || chown portage:portage ${EROOT}var/cache/${PN}
}
local obs=${EROOT}var/cache/eix.previous
! test -f ${obs} || ewarn Found obsolete ${obs}, please remove it
}

pkg_postrm() {
[ -n ${REPLACED_BY_VERSION} ] || rm -rf -- ${EROOT}var/cache/${PN}
}






[gentoo-commits] gentoo-x86 commit in dev-python/simpletal: simpletal-5.2.ebuild ChangeLog

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/18 05:53:01

  Modified: ChangeLog
  Added:simpletal-5.2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.14 dev-python/simpletal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/simpletal/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   9 Jan 2015 10:29:37 -   1.13
+++ ChangeLog   18 Jun 2015 05:53:01 -  1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/simpletal
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simpletal/ChangeLog,v 1.13 
2015/01/09 10:29:37 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simpletal/ChangeLog,v 1.14 
2015/06/18 05:53:01 patrick Exp $
+
+*simpletal-5.2 (18 Jun 2015)
+
+  18 Jun 2015; Patrick Lauer patr...@gentoo.org +simpletal-5.2.ebuild:
+  Bump
 
 *simpletal-5.1-r1 (09 Jan 2015)
 *simpletal-4.2-r1 (09 Jan 2015)



1.1  dev-python/simpletal/simpletal-5.2.ebuild

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

Index: simpletal-5.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/simpletal/simpletal-5.2.ebuild,v 
1.1 2015/06/18 05:53:01 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python3_3 )

inherit distutils-r1

MY_PN=SimpleTAL
MY_P=${MY_PN}-${PV}

DESCRIPTION=Stand alone Python implementation of the Zope TAL, TALES and METAL 
specs for HTML/XML templates
HOMEPAGE=http://www.owlfish.com/software/simpleTAL/ 
http://pypi.python.org/pypi/SimpleTAL;
SRC_URI=http://www.owlfish.com/software/simpleTAL/downloads/${MY_P}.tar.gz;

LICENSE=BSD
SLOT=5
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86
IUSE=doc examples

DEPEND=
RDEPEND=

S=${WORKDIR}/${MY_P}

python_prepare_all() {
sed -e s/^TEMP_DIR=.*/TEMP_DIR=os.curdir/ \
-i tests/TALUtilsTests/TemplateCacheTestCases.py || die
distutils-r1_python_prepare_all
}

python_test() {
${PYTHON} runtests.py || die tests failed
}

python_install_all() {
use doc  local HTML_DOCS=( documentation/html/. )
use examples  local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}






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

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/18 02:53:38

  Modified: ChangeLog
  Removed:  hyperdex-1.7.0.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.34 dev-db/hyperdex/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   18 Jun 2015 02:47:00 -  1.33
+++ ChangeLog   18 Jun 2015 02:53:38 -  1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/hyperdex
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v 1.33 2015/06/18 
02:47:00 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v 1.34 2015/06/18 
02:53:38 patrick Exp $
+
+  18 Jun 2015; Patrick Lauer patr...@gentoo.org -hyperdex-1.7.0.ebuild:
+  Remove old
 
 *hyperdex-1.7.1 (18 Jun 2015)
 






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

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/18 02:51:44

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

Revision  ChangesPath
1.20 dev-libs/libe/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   29 May 2015 23:32:35 -  1.19
+++ ChangeLog   18 Jun 2015 02:51:44 -  1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libe
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.19 2015/05/29 
23:32:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.20 2015/06/18 
02:51:44 patrick Exp $
+
+*libe-0.10.1 (18 Jun 2015)
+
+  18 Jun 2015; Patrick Lauer patr...@gentoo.org +libe-0.10.1.ebuild:
+  Bump
 
   29 May 2015; Patrick Lauer patr...@gentoo.org -libe-0.4.0.ebuild,
   -libe-0.4.1.ebuild, -libe-0.5.0.ebuild, -libe-0.6.0.ebuild,



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

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

Index: libe-0.10.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/libe-0.10.1.ebuild,v 1.1 
2015/06/18 02:51:44 patrick Exp $
EAPI=4

inherit eutils

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

DESCRIPTION=Hyperdex libe support library

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

IUSE=

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

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






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

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/18 02:54:05

  Modified: ChangeLog
  Removed:  libe-0.10.0.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.21 dev-libs/libe/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   18 Jun 2015 02:51:44 -  1.20
+++ ChangeLog   18 Jun 2015 02:54:05 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libe
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.20 2015/06/18 
02:51:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.21 2015/06/18 
02:54:05 patrick Exp $
+
+  18 Jun 2015; Patrick Lauer patr...@gentoo.org -libe-0.10.0.ebuild:
+  Remove old
 
 *libe-0.10.1 (18 Jun 2015)
 






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

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/18 03:00:28

  Modified: ChangeLog
  Removed:  hyperleveldb-1.2.0.ebuild hyperleveldb-1.2.1.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.9  dev-libs/hyperleveldb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyperleveldb/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   29 May 2015 23:29:43 -  1.8
+++ ChangeLog   18 Jun 2015 03:00:28 -  1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/hyperleveldb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyperleveldb/ChangeLog,v 1.8 
2015/05/29 23:29:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyperleveldb/ChangeLog,v 1.9 
2015/06/18 03:00:28 patrick Exp $
+
+  18 Jun 2015; Patrick Lauer patr...@gentoo.org -hyperleveldb-1.2.0.ebuild,
+  -hyperleveldb-1.2.1.ebuild:
+  Remove old
 
   29 May 2015; Patrick Lauer patr...@gentoo.org -hyperleveldb-1.0.0.ebuild,
   -hyperleveldb-1.0.1.ebuild, -hyperleveldb-1.0.2.ebuild,






[gentoo-commits] gentoo-x86 commit in dev-libs/busybee: ChangeLog busybee-0.5.1.ebuild busybee-0.5.0.ebuild busybee-0.4.0.ebuild busybee-0.1.0.ebuild busybee-0.4.1.ebuild

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/18 02:59:00

  Modified: ChangeLog
  Removed:  busybee-0.5.1.ebuild busybee-0.5.0.ebuild
busybee-0.4.0.ebuild busybee-0.1.0.ebuild
busybee-0.4.1.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.13 dev-libs/busybee/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/busybee/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   28 May 2015 09:15:38 -  1.12
+++ ChangeLog   18 Jun 2015 02:59:00 -  1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/busybee
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/busybee/ChangeLog,v 1.12 
2015/05/28 09:15:38 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/busybee/ChangeLog,v 1.13 
2015/06/18 02:59:00 patrick Exp $
+
+  18 Jun 2015; Patrick Lauer patr...@gentoo.org -busybee-0.1.0.ebuild,
+  -busybee-0.4.0.ebuild, -busybee-0.4.1.ebuild, -busybee-0.5.0.ebuild,
+  -busybee-0.5.1.ebuild:
+  Remove old
 
 *busybee-0.6.0 (28 May 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-fs/fuse: fuse-2.9.4.ebuild ChangeLog

2015-06-17 Thread Tim Harder (radhermit)
radhermit15/06/18 04:17:14

  Modified: ChangeLog
  Added:fuse-2.9.4.ebuild
  Log:
  Security bump (bug #550152).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.202sys-fs/fuse/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/ChangeLog?rev=1.202view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/ChangeLog?rev=1.202content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/ChangeLog?r1=1.201r2=1.202

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- ChangeLog   7 Mar 2015 21:34:40 -   1.201
+++ ChangeLog   18 Jun 2015 04:17:14 -  1.202
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/fuse
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.201 2015/03/07 
21:34:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.202 2015/06/18 
04:17:14 radhermit Exp $
+
+*fuse-2.9.4 (18 Jun 2015)
+
+  18 Jun 2015; Tim Harder radher...@gentoo.org +fuse-2.9.4.ebuild:
+  Security bump (bug #550152).
 
   07 Mar 2015; Mike Frysinger vap...@gentoo.org
   +files/fuse-2.9.3-kernel-types.patch, fuse-2.9.3.ebuild:



1.1  sys-fs/fuse/fuse-2.9.4.ebuild

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

Index: fuse-2.9.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.4.ebuild,v 1.1 
2015/06/18 04:17:14 radhermit Exp $

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

MY_P=${P/_/-}
DESCRIPTION=An interface for filesystems implemented in userspace
HOMEPAGE=http://fuse.sourceforge.net;
SRC_URI=mirror://sourceforge/fuse/${MY_P}.tar.gz

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

PDEPEND=kernel_FreeBSD? ( sys-fs/fuse4bsd )
DEPEND=virtual/pkgconfig

S=${WORKDIR}/${MY_P}

pkg_setup() {
if use kernel_linux ; then
if kernel_is lt 2 6 9 ; then
die Your kernel is too old.
fi
CONFIG_CHECK=~FUSE_FS
FUSE_FS_WARNING=You need to have FUSE module built to use 
user-mode utils
linux-info_pkg_setup
fi
}

src_prepare() {
epatch ${FILESDIR}/${PN}-2.9.3-kernel-types.patch
# sandbox violation with mtab writability wrt #438250
# don't sed configure.in without eautoreconf because of maintainer mode
sed -i 's:umount --fake:true --fake:' configure || die
elibtoolize
}

src_configure() {
econf \
INIT_D_PATH=${EPREFIX}/etc/init.d \
MOUNT_FUSE_PATH=${EPREFIX}/sbin \
UDEV_RULES_PATH=${EPREFIX}/$(get_udevdir)/rules.d \
$(use_enable static-libs static) \
--disable-example
}

src_install() {
default

dodoc AUTHORS ChangeLog Filesystems README \
README.NFS NEWS doc/how-fuse-works \
doc/kernel.txt FAQ

if use examples ; then
docinto examples
dodoc example/*
fi

if use kernel_linux ; then
newinitd ${FILESDIR}/fuse.init fuse
elif use kernel_FreeBSD ; then
insinto /usr/include/fuse
doins include/fuse_kernel.h
newinitd ${FILESDIR}/fuse-fbsd.init fuse
else
die We don't know what init code install for your kernel, 
please file a bug.
fi

prune_libtool_files
rm -rf ${D}/dev

dodir /etc
cat  ${ED}/etc/fuse.conf -EOF
# Set the maximum number of FUSE mounts allowed to non-root 
users.
# The default is 1000.
#
#mount_max = 1000

# Allow non-root users to specify the 'allow_other' or 
'allow_root'
# mount options.
#
#user_allow_other
EOF
}






[gentoo-commits] gentoo-x86 commit in app-accessibility/at-spi2-atk/files: at-spi2-atk-2.16.0-atk_suite.h at-spi2-atk-2.16.0-null-gobject.patch at-spi2-atk-2.16.0-out-of-source.patch

2015-06-17 Thread Alexandre Rostovtsev (tetromino)
tetromino15/06/18 04:29:20

  Added:at-spi2-atk-2.16.0-atk_suite.h
at-spi2-atk-2.16.0-null-gobject.patch
at-spi2-atk-2.16.0-out-of-source.patch
  Log:
  Fix test suite build (note: test suite itself still doesn't quite run), bug 
#552346, thanks to Patrick Lauer. Reduce logspam at runtime.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.1  
app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-atk_suite.h

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

Index: at-spi2-atk-2.16.0-atk_suite.h
===
/*
 * AT-SPI - Assistive Technology Service Provider Interface
 * (Gnome Accessibility Project; https://wiki.gnome.org/Accessibility)
 *
 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Library General Public
 * License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Library General Public License for more details.
 *
 * You should have received a copy of the GNU Library General Public
 * License along with this library; if not, write to the
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 * Boston, MA 02111-1307, USA.
 */

#ifndef _ATK_SUITE_H
#define _ATK_SUITE_H

#include atspi/atspi.h

#define ATK_TEST_PATH_ACCESSIBLE (const char *)/Accessible
#define ATK_TEST_PATH_ACTION (const char *)/Action
#define ATK_TEST_PATH_COMP (const char *)/Component

void atk_test_accessible (void);
void atk_test_action (void);
void atk_test_component (void);

#endif /* _ATK_SUITE_H */



1.1  
app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-null-gobject.patch

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

Index: at-spi2-atk-2.16.0-null-gobject.patch
===
From 72220192a31df6b297312d82f059e9824e8a4dc3 Mon Sep 17 00:00:00 2001
From: Christian Hergert christ...@hergert.me
Date: Fri, 15 May 2015 13:07:18 -0700
Subject: [PATCH] atk-adapter: be careful with potential NULL GObjects

I've been seeing warnings in my Gtk application for a while due to this.
---
 atk-adaptor/accessible-stateset.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atk-adaptor/accessible-stateset.c 
b/atk-adaptor/accessible-stateset.c
index f82910b..82820de 100644
--- a/atk-adaptor/accessible-stateset.c
+++ b/atk-adaptor/accessible-stateset.c
@@ -185,7 +185,7 @@ spi_atk_state_to_dbus_array (AtkObject * object, 
dbus_uint32_t * array)
 {
   AtkStateSet *set = atk_object_ref_state_set (object);
   spi_atk_state_set_to_dbus_array (set, array);
-  g_object_unref (set);
+  g_clear_object (set);
 }
 
 void
-- 
2.4.3




1.1  
app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-out-of-source.patch

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

Index: at-spi2-atk-2.16.0-out-of-source.patch
===
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6d388c9..b05b9bd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -9,15 +9,15 @@ atk_test_CFLAGS = $(DBUS_CFLAGS) \
   $(ATSPI_CFLAGS) \
   -I$(top_builddir)\
   -I$(top_srcdir)/tests/dummyatk/ \
-  -I$(top_srcdir)/tests/dummyatk/.libs \
-  -I$(top_srcdir)/tests/dummyatk/.deps \
+  -I$(top_builddir)/tests/dummyatk/.libs \
+  -I$(top_builddir)/tests/dummyatk/.deps \
   -I$(top_srcdir)
 
-atk_test_LDFLAGS  = libxmlloader.la \
-libtestutils.la \
-$(GLIB_LIBS) \
-$(ATSPI_LIBS) \
-$(top_srcdir)/tests/dummyatk/libdummyatk.la
+atk_test_LDADD = 

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

2015-06-17 Thread Alexandre Rostovtsev (tetromino)
tetromino15/06/18 04:29:20

  Modified: ChangeLog
  Added:at-spi2-atk-2.16.0-r1.ebuild
  Log:
  Fix test suite build (note: test suite itself still doesn't quite run), bug 
#552346, thanks to Patrick Lauer. Reduce logspam at runtime.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   9 Jun 2015 09:52:47 -   1.73
+++ ChangeLog   18 Jun 2015 04:29:20 -  1.74
@@ -1,6 +1,15 @@
 # ChangeLog for app-accessibility/at-spi2-atk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v 
1.73 2015/06/09 09:52:47 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v 
1.74 2015/06/18 04:29:20 tetromino Exp $
+
+*at-spi2-atk-2.16.0-r1 (18 Jun 2015)
+
+  18 Jun 2015; Alexandre Rostovtsev tetrom...@gentoo.org
+  +at-spi2-atk-2.16.0-r1.ebuild, +files/at-spi2-atk-2.16.0-atk_suite.h,
+  +files/at-spi2-atk-2.16.0-null-gobject.patch,
+  +files/at-spi2-atk-2.16.0-out-of-source.patch:
+  Fix test suite build (note: test suite itself still doesn't quite run), bug
+  #552346, thanks to Patrick Lauer. Reduce logspam at runtime.
 
 *at-spi2-atk-2.16.0 (09 Jun 2015)
 



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

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

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

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes

inherit autotools eutils gnome2 multilib-minimal virtualx

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

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

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

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

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


src_prepare() {
# https://bugzilla.gnome.org/show_bug.cgi?id=751137
epatch ${FILESDIR}/${PN}-2.16.0-out-of-source.patch
# Fixed in upstream git
epatch ${FILESDIR}/${P}-null-gobject.patch
# Upstream forgot to put this in tarball :/
# https://bugzilla.gnome.org/show_bug.cgi?id=751138
cp -n ${FILESDIR}/${PN}-2.16.0-atk_suite.h tests/atk_suite.h || die

eautoreconf
gnome2_src_prepare
}

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

multilib_src_test() {
# droute test requires session bus; ignore it
unset DBUS_SESSION_BUS_ADDRESS
Xemake check
}

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






[gentoo-commits] gentoo-x86 commit in app-arch/p7zip: p7zip-9.20.1-r5.ebuild ChangeLog

2015-06-17 Thread Jeroen Roovers (jer)
jer 15/06/18 04:50:55

  Modified: p7zip-9.20.1-r5.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #536012).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.11 app-arch/p7zip/p7zip-9.20.1-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.20.1-r5.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.20.1-r5.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.20.1-r5.ebuild?r1=1.10r2=1.11

Index: p7zip-9.20.1-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.20.1-r5.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- p7zip-9.20.1-r5.ebuild  17 Jun 2015 08:50:41 -  1.10
+++ p7zip-9.20.1-r5.ebuild  18 Jun 2015 04:50:55 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.20.1-r5.ebuild,v 
1.10 2015/06/17 08:50:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.20.1-r5.ebuild,v 
1.11 2015/06/18 04:50:55 jer Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-2.1 rar? ( unRAR )
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris
 IUSE=doc kde rar +pch static wxwidgets
 
 REQUIRED_USE=kde? ( wxwidgets )



1.173app-arch/p7zip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog   17 Jun 2015 08:50:41 -  1.172
+++ ChangeLog   18 Jun 2015 04:50:55 -  1.173
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/p7zip
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.172 2015/06/17 
08:50:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.173 2015/06/18 
04:50:55 jer Exp $
+
+  18 Jun 2015; Jeroen Roovers j...@gentoo.org p7zip-9.20.1-r5.ebuild:
+  Stable for HPPA (bug #536012).
 
   17 Jun 2015; Agostino Sarubbo a...@gentoo.org p7zip-9.20.1-r5.ebuild:
   Stable for sparc, wrt bug #536012






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

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/18 02:47:00

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

Revision  ChangesPath
1.33 dev-db/hyperdex/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   29 May 2015 23:26:28 -  1.32
+++ ChangeLog   18 Jun 2015 02:47:00 -  1.33
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/hyperdex
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v 1.32 2015/05/29 
23:26:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v 1.33 2015/06/18 
02:47:00 patrick Exp $
+
+*hyperdex-1.7.1 (18 Jun 2015)
+
+  18 Jun 2015; Patrick Lauer patr...@gentoo.org +hyperdex-1.7.1.ebuild:
+  Bump
 
   29 May 2015; Patrick Lauer patr...@gentoo.org -hyperdex-1.4.4.ebuild,
   -hyperdex-1.4.5.ebuild, -hyperdex-1.5.0.ebuild:



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

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

Index: hyperdex-1.7.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/hyperdex-1.7.1.ebuild,v 1.1 
2015/06/18 02:47:00 patrick Exp $
EAPI=5

# Tests fail, again
RESTRICT=test

PYTHON_COMPAT=( python2_7)
inherit eutils python-single-r1 autotools

DESCRIPTION=A searchable distributed Key-Value Store

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

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

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

REQUIRED_USE=test? ( python )

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

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






[gentoo-commits] gentoo-x86 commit in net-libs/vanessa-socket: vanessa-socket-0.0.13.ebuild ChangeLog

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/18 04:09:57

  Modified: ChangeLog
  Added:vanessa-socket-0.0.13.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.22 net-libs/vanessa-socket/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   26 Dec 2014 08:40:36 -  1.21
+++ ChangeLog   18 Jun 2015 04:09:57 -  1.22
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/vanessa-socket
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/ChangeLog,v 1.21 
2014/12/26 08:40:36 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/ChangeLog,v 1.22 
2015/06/18 04:09:57 patrick Exp $
+
+*vanessa-socket-0.0.13 (18 Jun 2015)
+
+  18 Jun 2015; Patrick Lauer patr...@gentoo.org 
+vanessa-socket-0.0.13.ebuild:
+  Bump
 
   26 Dec 2014; Patrick Lauer patr...@gentoo.org 
-vanessa-socket-0.0.10.ebuild,
   -vanessa-socket-0.0.5_beta4.ebuild, -vanessa-socket-0.0.7.ebuild,



1.1  net-libs/vanessa-socket/vanessa-socket-0.0.13.ebuild

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

Index: vanessa-socket-0.0.13.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/vanessa-socket/vanessa-socket-0.0.13.ebuild,v 
1.1 2015/06/18 04:09:57 patrick Exp $

EAPI=5

inherit eutils

MY_PN=${PN/-/_}
MY_P=${MY_PN}-${PV}
DESCRIPTION=Simplifies TCP/IP socket operations
HOMEPAGE=http://www.vergenet.net/linux/vanessa/;
SRC_URI=http://www.vergenet.net/linux/vanessa/download/${MY_PN}/${PV}/${MY_P}.tar.gz;

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

DEPEND==dev-libs/vanessa-logger-0.0.6

S=${WORKDIR}/${MY_P}

src_install() {
make DESTDIR=${D} install || die error installing
dodoc README NEWS AUTHORS TODO
}






[gentoo-commits] gentoo-x86 commit in app-text/xlsx2csv: ChangeLog xlsx2csv-0.7.2.ebuild

2015-06-17 Thread Tim Harder (radhermit)
radhermit15/06/18 04:31:50

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

Revision  ChangesPath
1.15 app-text/xlsx2csv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/xlsx2csv/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   6 Jun 2015 09:19:11 -   1.14
+++ ChangeLog   18 Jun 2015 04:31:50 -  1.15
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/xlsx2csv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xlsx2csv/ChangeLog,v 1.14 
2015/06/06 09:19:11 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xlsx2csv/ChangeLog,v 1.15 
2015/06/18 04:31:50 radhermit Exp $
+
+*xlsx2csv-0.7.2 (18 Jun 2015)
+
+  18 Jun 2015; Tim Harder radher...@gentoo.org +xlsx2csv-0.7.2.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild

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

Index: xlsx2csv-0.7.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild,v 
1.1 2015/06/18 04:31:50 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE=xml

inherit distutils-r1

DESCRIPTION=Convert MS Office xlsx files to CSV
HOMEPAGE=https://github.com/dilshod/xlsx2csv/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

DEPEND=dev-lang/perl

python_compile_all() {
emake -C man
}

python_install_all() {
distutils-r1_python_install_all
doman man/${PN}.1
}






[gentoo-commits] gentoo-x86 commit in x11-drivers/nvidia-drivers: ChangeLog nvidia-drivers-352.21.ebuild nvidia-drivers-352.09.ebuild

2015-06-17 Thread Jeroen Roovers (jer)
jer 15/06/18 04:48:48

  Modified: ChangeLog
  Added:nvidia-drivers-352.21.ebuild
  Removed:  nvidia-drivers-352.09.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.625x11-drivers/nvidia-drivers/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.625view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.625content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?r1=1.624r2=1.625

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v
retrieving revision 1.624
retrieving revision 1.625
diff -u -r1.624 -r1.625
--- ChangeLog   14 Jun 2015 16:55:32 -  1.624
+++ ChangeLog   18 Jun 2015 04:48:48 -  1.625
@@ -1,6 +1,12 @@
 # ChangeLog for x11-drivers/nvidia-drivers
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 
1.624 2015/06/14 16:55:32 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 
1.625 2015/06/18 04:48:48 jer Exp $
+
+*nvidia-drivers-352.21 (18 Jun 2015)
+
+  18 Jun 2015; Jeroen Roovers j...@gentoo.org -nvidia-drivers-352.09.ebuild,
+  +nvidia-drivers-352.21.ebuild:
+  Version bump.
 
   14 Jun 2015; Ulrich Müller u...@gentoo.org nvidia-drivers-346.72.ebuild:
   [QA] Remove emul-linux-x86-* from dependencies.



1.1  x11-drivers/nvidia-drivers/nvidia-drivers-352.21.ebuild

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

Index: nvidia-drivers-352.21.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-352.21.ebuild,v
 1.1 2015/06/18 04:48:48 jer Exp $

EAPI=5

inherit eutils flag-o-matic linux-info linux-mod multilib nvidia-driver \
portability toolchain-funcs unpacker user udev

NV_URI=http://us.download.nvidia.com/XFree86/;
X86_NV_PACKAGE=NVIDIA-Linux-x86-${PV}
AMD64_NV_PACKAGE=NVIDIA-Linux-x86_64-${PV}
X86_FBSD_NV_PACKAGE=NVIDIA-FreeBSD-x86-${PV}
AMD64_FBSD_NV_PACKAGE=NVIDIA-FreeBSD-x86_64-${PV}

DESCRIPTION=NVIDIA Accelerated Graphics Driver
HOMEPAGE=http://www.nvidia.com/;
SRC_URI=
amd64-fbsd? ( 
${NV_URI}FreeBSD-x86_64/${PV}/${AMD64_FBSD_NV_PACKAGE}.tar.gz )
amd64? ( ${NV_URI}Linux-x86_64/${PV}/${AMD64_NV_PACKAGE}.run )
x86-fbsd? ( ${NV_URI}FreeBSD-x86/${PV}/${X86_FBSD_NV_PACKAGE}.tar.gz )
x86? ( ${NV_URI}Linux-x86/${PV}/${X86_NV_PACKAGE}.run )


LICENSE=GPL-2 NVIDIA-r2
SLOT=0
KEYWORDS=-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd
RESTRICT=bindist mirror strip
EMULTILIB_PKG=true

IUSE=acpi multilib kernel_FreeBSD kernel_linux pax_kernel +tools gtk2 gtk3 +X 
uvm
REQUIRED_USE=
tools? ( X || ( gtk2 gtk3 ) )


COMMON=
app-eselect/eselect-opencl
kernel_linux? ( =sys-libs/glibc-2.6.1 )
X? (
=app-eselect/eselect-opengl-1.0.9
)

DEPEND=
${COMMON}
app-arch/xz-utils
kernel_linux? ( virtual/linux-sources )

RDEPEND=
${COMMON}
acpi? ( sys-power/acpid )
tools? (
dev-libs/atk
dev-libs/glib:2
x11-libs/gdk-pixbuf
gtk2? ( =x11-libs/gtk+-2.4:2 )
gtk3? ( x11-libs/gtk+:3 )
x11-libs/libX11
x11-libs/libXext
x11-libs/pango[X]
)
X? (
x11-base/xorg-server-1.17.99:=
=x11-libs/libvdpau-0.3-r1
multilib? (
=x11-libs/libX11-1.6.2[abi_x86_32]
=x11-libs/libXext-1.3.2[abi_x86_32]
)
)


QA_PREBUILT=opt/* usr/lib*

S=${WORKDIR}/

pkg_pretend() {
if use amd64  has_multilib_profile  \
[ ${DEFAULT_ABI} != amd64 ]; then
eerror This ebuild doesn't currently support changing your 
default ABI
die Unexpected \${DEFAULT_ABI} = ${DEFAULT_ABI}
fi

if use kernel_linux  kernel_is ge 4 1 ; then
ewarn Gentoo supports kernels which are supported by NVIDIA
ewarn which are limited to the following kernels:
ewarn sys-kernel/gentoo-sources-4.1
ewarn sys-kernel/vanilla-sources-4.1
ewarn 

[gentoo-commits] gentoo-x86 commit in app-misc/dateutils: ChangeLog dateutils-0.3.3.ebuild

2015-06-17 Thread Tim Harder (radhermit)
radhermit15/06/18 04:47:20

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

Revision  ChangesPath
1.25 app-misc/dateutils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/dateutils/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   8 Mar 2015 16:51:27 -   1.24
+++ ChangeLog   18 Jun 2015 04:47:20 -  1.25
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/dateutils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/dateutils/ChangeLog,v 1.24 
2015/03/08 16:51:27 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/dateutils/ChangeLog,v 1.25 
2015/06/18 04:47:20 radhermit Exp $
+
+*dateutils-0.3.3 (18 Jun 2015)
+
+  18 Jun 2015; Tim Harder radher...@gentoo.org +dateutils-0.3.3.ebuild:
+  Version bump.
 
   08 Mar 2015; Tim Harder radher...@gentoo.org -dateutils-0.2.3.ebuild,
   -dateutils-0.2.4.ebuild, -dateutils-0.2.5.ebuild, -dateutils-0.2.6.ebuild:



1.1  app-misc/dateutils/dateutils-0.3.3.ebuild

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

Index: dateutils-0.3.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/dateutils/dateutils-0.3.3.ebuild,v 
1.1 2015/06/18 04:47:20 radhermit Exp $

EAPI=5

DESCRIPTION=command line date and time utilities
HOMEPAGE=http://hroptatyr.github.com/dateutils/;
SRC_URI=https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz;

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

DEPEND=app-arch/xz-utils
sys-libs/timezone-data

# bug 429810
RDEPEND=!sys-infiniband/dapl

src_configure() {
econf \
--docdir=/usr/share/doc/${PF}
}

src_compile() {
emake CFLAGS=${CFLAGS}
}

src_test() {
# parallel tests failure
emake CFLAGS=${CFLAGS} -j1 check
}






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

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/18 02:44:40

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

Revision  ChangesPath
1.16 dev-libs/replicant/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   28 May 2015 09:38:01 -  1.15
+++ ChangeLog   18 Jun 2015 02:44:40 -  1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/replicant
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v 1.15 
2015/05/28 09:38:01 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v 1.16 
2015/06/18 02:44:40 patrick Exp $
+
+*replicant-0.7.1 (18 Jun 2015)
+
+  18 Jun 2015; Patrick Lauer patr...@gentoo.org +replicant-0.7.1.ebuild:
+  Bump
 
 *replicant-0.7.0 (28 May 2015)
 



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

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

Index: replicant-0.7.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/replicant-0.7.1.ebuild,v 
1.1 2015/06/18 02:44:40 patrick Exp $
EAPI=4

DESCRIPTION=Hyperdex replicant support library

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

IUSE=

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






[gentoo-commits] gentoo-x86 commit in sys-fs/avfs: ChangeLog avfs-1.0.3.ebuild

2015-06-17 Thread Tim Harder (radhermit)
radhermit15/06/18 04:24:44

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

Revision  ChangesPath
1.52 sys-fs/avfs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/avfs/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   31 Aug 2014 06:11:12 -  1.51
+++ ChangeLog   18 Jun 2015 04:24:44 -  1.52
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/avfs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/ChangeLog,v 1.51 2014/08/31 
06:11:12 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/ChangeLog,v 1.52 2015/06/18 
04:24:44 radhermit Exp $
+
+*avfs-1.0.3 (18 Jun 2015)
+
+  18 Jun 2015; Tim Harder radher...@gentoo.org +avfs-1.0.3.ebuild:
+  Version bump.
 
 *avfs-1.0.2 (31 Aug 2014)
 



1.1  sys-fs/avfs/avfs-1.0.3.ebuild

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

Index: avfs-1.0.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/avfs-1.0.3.ebuild,v 1.1 
2015/06/18 04:24:44 radhermit Exp $

EAPI=5
inherit eutils

DESCRIPTION=AVFS is a virtual filesystem that allows browsing of compressed 
files
HOMEPAGE=http://sourceforge.net/projects/avf;
SRC_URI=mirror://sourceforge/avf/${P}.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86
IUSE=static-libs +lzma

RDEPEND==sys-fs/fuse-2.4
sys-libs/zlib
app-arch/bzip2
lzma? ( app-arch/xz-utils )
DEPEND=${RDEPEND}
virtual/pkgconfig

src_configure() {
econf \
--enable-fuse \
--enable-library \
--enable-shared \
--with-system-zlib \
--with-system-bzlib \
$(use_enable static-libs static) \
$(use_with lzma xz)
}

src_install() {
default

# remove cruft
rm ${D}/usr/bin/{davpass,ftppass} || die

# install docs
dodoc doc/{api-overview,background,FORMAT,INSTALL.*,README.avfs-fuse}
dosym /usr/lib/avfs/extfs/README /usr/share/doc/${PF}/README.extfs

docinto scripts
dodoc scripts/{avfscoda*,*pass}

prune_libtool_files
}

pkg_postinst() {
einfo This version of AVFS includes FUSE support. It is user-based.
einfo To execute:
einfo 1) as user, mkdir ~/.avfs
einfo 2) make sure fuse is either compiled into the kernel OR
einfomodprobe fuse or add to startup.
einfo 3) run mountavfs
einfo To unload daemon, type umountavfs
einfo
einfo READ the documentation! Enjoy :)
}






[gentoo-commits] gentoo-x86 commit in app-text/restview: restview-2.4.0.ebuild ChangeLog

2015-06-17 Thread Tim Harder (radhermit)
radhermit15/06/18 04:35:11

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

Revision  ChangesPath
1.7  app-text/restview/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/restview/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   3 Jun 2015 11:33:32 -   1.6
+++ ChangeLog   18 Jun 2015 04:35:11 -  1.7
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/restview
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/restview/ChangeLog,v 1.6 
2015/06/03 11:33:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/restview/ChangeLog,v 1.7 
2015/06/18 04:35:11 radhermit Exp $
+
+*restview-2.4.0 (18 Jun 2015)
+
+  18 Jun 2015; Tim Harder radher...@gentoo.org +restview-2.4.0.ebuild:
+  Version bump.
 
   03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1  app-text/restview/restview-2.4.0.ebuild

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

Index: restview-2.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/restview/restview-2.4.0.ebuild,v 
1.1 2015/06/18 04:35:11 radhermit Exp $

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

inherit distutils-r1

DESCRIPTION=reStructuredText viewer
HOMEPAGE=https://mg.pov.lt/restview/ https://pypi.python.org/pypi/restview;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

RDEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/readme[${PYTHON_USEDEP}]

DEPEND=${RDEPEND}
test? ( dev-python/mock[${PYTHON_USEDEP}] )


DOCS=( README.rst CHANGES.rst )

python_test() {
esetup.py test
}






[gentoo-commits] gentoo-x86 commit in net-mail/libpst: libpst-0.6.64.ebuild ChangeLog

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/18 04:45:15

  Modified: ChangeLog
  Added:libpst-0.6.64.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.50 net-mail/libpst/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/ChangeLog?rev=1.50view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/ChangeLog?rev=1.50content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/ChangeLog?r1=1.49r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   4 Mar 2014 20:12:19 -   1.49
+++ ChangeLog   18 Jun 2015 04:45:15 -  1.50
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/libpst
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.49 2014/03/04 
20:12:19 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.50 2015/06/18 
04:45:15 patrick Exp $
+
+*libpst-0.6.64 (18 Jun 2015)
+
+  18 Jun 2015; Patrick Lauer patr...@gentoo.org +libpst-0.6.64.ebuild:
+  Bump
 
   04 Mar 2014; Agostino Sarubbo a...@gentoo.org libpst-0.6.63.ebuild:
   Stable for x86, wrt bug #502890



1.1  net-mail/libpst/libpst-0.6.64.ebuild

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

Index: libpst-0.6.64.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.6.64.ebuild,v 1.1 
2015/06/18 04:45:15 patrick Exp $

EAPI=4
PYTHON_DEPEND=python? 2

inherit autotools eutils python

DESCRIPTION=Tools and library for reading Outlook files (.pst format)
HOMEPAGE=http://www.five-ten-sg.com/libpst/;
SRC_URI=http://www.five-ten-sg.com/${PN}/packages/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=debug dii doc python static-libs

RDEPEND=dii? ( media-gfx/imagemagick[png] )
gnome-extra/libgsf
DEPEND=${RDEPEND}
virtual/libiconv
virtual/pkgconfig
dii? ( media-libs/gd[png] )
python? ( =dev-libs/boost-1.48[python] )

pkg_setup() {
if use python; then
python_set_active_version 2
python_pkg_setup
fi
}

src_prepare() {
# don't build the static python library
epatch ${FILESDIR}/${PN}-0.6.52-no-static-python-lib.patch

# fix pkgconfig file for static linking
epatch ${FILESDIR}/${PN}-0.6.53-pkgconfig-static.patch

# conditionally install the extra documentation
use doc || { sed -i -e /SUBDIRS/s: html:: Makefile.am || die; }

# don't install duplicate docs
sed -i -e /^html_DATA =/d Makefile.am || die

eautoreconf
}

src_configure() {
econf \
--enable-libpst-shared \
$(use_enable debug pst-debug) \
$(use_enable dii) \
$(use_enable python) \
$(use_enable static-libs static) \
$(use python  echo 
--with-boost-python=boost_python-${PYTHON_ABI})
}

src_install() {
default
prune_libtool_files --all
}






[gentoo-commits] gentoo-x86 commit in www-servers/monkeyd: monkeyd-1.5.6-r1.ebuild ChangeLog

2015-06-17 Thread Anthony G. Basile (blueness)
blueness15/06/18 00:59:58

  Modified: monkeyd-1.5.6-r1.ebuild ChangeLog
  Log:
  Use /run instead of /var/run.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.2  www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild?r1=1.1r2=1.2

Index: monkeyd-1.5.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- monkeyd-1.5.6-r1.ebuild 17 Jun 2015 22:12:55 -  1.1
+++ monkeyd-1.5.6-r1.ebuild 18 Jun 2015 00:59:58 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild,v 1.1 
2015/06/17 22:12:55 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild,v 1.2 
2015/06/18 00:59:58 blueness Exp $
 
 EAPI=5
 
@@ -108,7 +108,7 @@
--logdir=/var/log/${PN} \
--mandir=/usr/share/man \
--libdir=/usr/$(get_libdir) \
-   --pidfile=/var/run/monkey.pid \
+   --pidfile=/run/monkey.pid \
--plugdir=/usr/$(get_libdir)/monkeyd/plugins \
--sysconfdir=/etc/${PN} \
--platform=generic \



1.91 www-servers/monkeyd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?rev=1.91view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?rev=1.91content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?r1=1.90r2=1.91

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   17 Jun 2015 22:12:55 -  1.90
+++ ChangeLog   18 Jun 2015 00:59:58 -  1.91
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/monkeyd
 # Copyright 1999- Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.90 
2015/06/17 22:12:55 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.91 
2015/06/18 00:59:58 blueness Exp $
+
+  18 Jun 2015; Anthony G. Basile bluen...@gentoo.org monkeyd-1.5.6-r1.ebuild:
+  Use /run instead of /var/run.
 
 *monkeyd-1.5.6-r1 (17 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/into: into-0.2.2.ebuild ChangeLog

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/18 02:22:34

  Modified: ChangeLog
  Added:into-0.2.2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  dev-python/into/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/into/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   3 Jun 2015 19:42:44 -   1.5
+++ ChangeLog   18 Jun 2015 02:22:34 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/into
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/into/ChangeLog,v 1.5 2015/06/03 
19:42:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/into/ChangeLog,v 1.6 2015/06/18 
02:22:34 patrick Exp $
+
+*into-0.2.2 (18 Jun 2015)
+
+  18 Jun 2015; Patrick Lauer patr...@gentoo.org +into-0.2.2.ebuild:
+  Bump
 
   03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1  dev-python/into/into-0.2.2.ebuild

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

Index: into-0.2.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/into/into-0.2.2.ebuild,v 1.1 
2015/06/18 02:22:34 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1

DESCRIPTION=Data migration utilities
HOMEPAGE=https://pypi.python.org/pypi/${PN};
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

RDEPEND=dev-python/datashape[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
=dev-python/pandas-0.15[${PYTHON_USEDEP}]
dev-python/toolz[${PYTHON_USEDEP}]
dev-python/multipledispatch[${PYTHON_USEDEP}]
dev-python/networkx[${PYTHON_USEDEP}]
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]






[gentoo-commits] gentoo-x86 commit in media-tv/freevo: freevo-1.9.0-r1.ebuild freevo-1.9.0.ebuild ChangeLog

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/18 02:29:37

  Modified: freevo-1.9.0-r1.ebuild freevo-1.9.0.ebuild
ChangeLog
  Log:
  Drop directfb useflag as dependencies for it are unsatisfiable #545246
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  media-tv/freevo/freevo-1.9.0-r1.ebuild

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

Index: freevo-1.9.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- freevo-1.9.0-r1.ebuild  21 Mar 2015 18:45:40 -  1.6
+++ freevo-1.9.0-r1.ebuild  18 Jun 2015 02:29:37 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0-r1.ebuild,v 
1.6 2015/03/21 18:45:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0-r1.ebuild,v 
1.7 2015/06/18 02:29:37 patrick Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 LICENSE=GPL-2
 SLOT=0
 KEYWORDS=~amd64 ~ppc ~x86
-IUSE=directfb cdparanoia doc dvd encode fbcon flac gphoto2 jpeg lame lirc 
matrox mixer nls tv vorbis xine X
+IUSE=cdparanoia doc dvd encode fbcon flac gphoto2 jpeg lame lirc matrox mixer 
nls tv vorbis xine X
 
 RDEPEND=
dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]
@@ -32,15 +32,14 @@
=dev-python/kaa-imlib2-0.2.3[${PYTHON_USEDEP}]
dev-python/kaa-display[${PYTHON_USEDEP}]
 
-   media-video/mplayer[directfb?,fbcon?]
-   =media-libs/libsdl-1.2.5[directfb?,fbcon?]
+   media-video/mplayer[fbcon?]
+   =media-libs/libsdl-1.2.5[fbcon?]
media-libs/sdl-image[jpeg,png]
x11-apps/xset
 
cdparanoia? ( media-sound/cdparanoia )
dvd? (
=media-video/lsdvd-0.10
-   directfb? ( media-libs/xine-lib[directfb] )
fbcon? ( media-libs/xine-lib[fbcon] )
encode? ( media-video/dvdbackup )
)
@@ -58,11 +57,11 @@
 PATCHES=( ${FILESDIR}/${P}-{PIL,distutils-r1}.patch )
 
 pkg_setup() {
-   if ! { use X || use directfb || use fbcon || use matrox ; } ; then
+   if ! { use X || use fbcon || use matrox ; } ; then
echo
ewarn WARNING - no video support specified in USE flags.
ewarn Please be sure that media-libs/libsdl supports whatever 
video
-   ewarn support (X11, fbcon, directfb, etc) you plan on using.
+   ewarn support (X11, fbcon, etc.) you plan on using.
echo
fi
 
@@ -119,12 +118,8 @@
cd ${S}/src || die
if [ ${PROFILE_ARCH} == xbox ]; then
myconf=${myconf} --geometry=640x480 --display=x11
-   elif use matrox  use directfb; then
-   myconf=${myconf} --geometry=768x576 --display=dfbmga
elif use matrox ; then
myconf=${myconf} --geometry=768x576 --display=mga
-   elif use directfb; then
-   myconf=${myconf} --geometry=768x576 --display=directfb
elif use X ; then
myconf=${myconf} --geometry=800x600 --display=x11
else



1.22 media-tv/freevo/freevo-1.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild?r1=1.21r2=1.22

Index: freevo-1.9.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- freevo-1.9.0.ebuild 21 Mar 2015 18:45:40 -  1.21
+++ freevo-1.9.0.ebuild 18 Jun 2015 02:29:37 -  1.22
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild,v 1.21 
2015/03/21 18:45:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild,v 1.22 
2015/06/18 02:29:37 patrick Exp $
 
 EAPI=3
 PYTHON_DEPEND=2:2.5
@@ -15,7 +15,7 @@
 LICENSE=GPL-2
 SLOT=0
 KEYWORDS=amd64 ppc x86
-IUSE=directfb cdparanoia doc dvd encode fbcon flac gphoto2 jpeg lame lirc 
matrox mixer nls tv vorbis xine X
+IUSE=cdparanoia doc dvd encode fbcon flac gphoto2 jpeg 

[gentoo-commits] gentoo-x86 commit in sci-geosciences/osm2pgsql: osm2pgsql-0.87.1.ebuild ChangeLog

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/18 04:33:20

  Modified: ChangeLog
  Added:osm2pgsql-0.87.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.20 sci-geosciences/osm2pgsql/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   10 May 2015 21:53:28 -  1.19
+++ ChangeLog   18 Jun 2015 04:33:20 -  1.20
@@ -1,6 +1,11 @@
 # ChangeLog for sci-geosciences/osm2pgsql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog,v 1.19 
2015/05/10 21:53:28 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog,v 1.20 
2015/06/18 04:33:20 patrick Exp $
+
+*osm2pgsql-0.87.1 (18 Jun 2015)
+
+  18 Jun 2015; Patrick Lauer patr...@gentoo.org +osm2pgsql-0.87.1.ebuild:
+  Bump
 
   10 May 2015; Aaron W. Swenson titanof...@gentoo.org
   osm2pgsql-0.84.0.ebuild, osm2pgsql-0.86.0.ebuild, osm2pgsql-0.87.0.ebuild,



1.1  sci-geosciences/osm2pgsql/osm2pgsql-0.87.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-0.87.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-0.87.1.ebuild?rev=1.1content-type=text/plain

Index: osm2pgsql-0.87.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-0.87.1.ebuild,v 1.1 
2015/06/18 04:33:20 patrick Exp $

EAPI=5

# Tries to connect to local postgres server and other shenanigans
RESTRICT=test

inherit autotools

DESCRIPTION=Converts OSM data to SQL and insert into PostgreSQL db
HOMEPAGE=http://wiki.openstreetmap.org/wiki/Osm2pgsql;
SRC_URI=https://github.com/openstreetmap/${PN}/archive/${PV}.tar.gz - 
${P}.tar.gz

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

DEPEND=
app-arch/bzip2
dev-db/postgresql:=
dev-libs/libxml2:2
dev-libs/boost
sci-libs/geos
sci-libs/proj
sys-libs/zlib
lua? ( dev-lang/lua:= )
pbf? ( dev-libs/protobuf-c )

RDEPEND=${DEPEND}

src_prepare() {
eautoreconf
}






[gentoo-commits] gentoo-x86 commit in dev-python/psutil: ChangeLog psutil-3.0.1.ebuild

2015-06-17 Thread Tim Harder (radhermit)
radhermit15/06/18 04:43:18

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

Revision  ChangesPath
1.48 dev-python/psutil/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   7 Jun 2015 15:20:17 -   1.47
+++ ChangeLog   18 Jun 2015 04:43:18 -  1.48
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/psutil
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.47 
2015/06/07 15:20:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.48 
2015/06/18 04:43:18 radhermit Exp $
+
+*psutil-3.0.1 (18 Jun 2015)
+
+  18 Jun 2015; Tim Harder radher...@gentoo.org +psutil-3.0.1.ebuild:
+  Version bump.
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-python/psutil/psutil-3.0.1.ebuild

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

Index: psutil-3.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-3.0.1.ebuild,v 1.1 
2015/06/18 04:43:18 radhermit Exp $

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

inherit distutils-r1

DESCRIPTION=Retrieve information on running processes and system utilization
HOMEPAGE=https://github.com/giampaolo/psutil 
https://pypi.python.org/pypi/psutil/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
IUSE=test

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

RESTRICT=test

python_test() {
nosetests -v || die Tests fail with ${EPYTHON}
}






[gentoo-commits] gentoo-x86 commit in net-proxy/sshuttle: sshuttle-0.61-r3.ebuild ChangeLog

2015-06-17 Thread Tim Harder (radhermit)
radhermit15/06/18 04:56:45

  Modified: sshuttle-0.61-r3.ebuild ChangeLog
  Log:
  Stabilize for amd64/x86.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.3  net-proxy/sshuttle/sshuttle-0.61-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/sshuttle/sshuttle-0.61-r3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/sshuttle/sshuttle-0.61-r3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/sshuttle/sshuttle-0.61-r3.ebuild?r1=1.2r2=1.3

Index: sshuttle-0.61-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/sshuttle-0.61-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sshuttle-0.61-r3.ebuild 3 May 2015 03:17:38 -   1.2
+++ sshuttle-0.61-r3.ebuild 18 Jun 2015 04:56:44 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-proxy/sshuttle/sshuttle-0.61-r3.ebuild,v 1.2 
2015/05/03 03:17:38 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-proxy/sshuttle/sshuttle-0.61-r3.ebuild,v 1.3 
2015/06/18 04:56:44 radhermit Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 x86
 
 DEPEND=app-arch/xz-utils
 RDEPEND=net-firewall/iptables



1.22 net-proxy/sshuttle/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   3 May 2015 03:17:38 -   1.21
+++ ChangeLog   18 Jun 2015 04:56:44 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/sshuttle
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/ChangeLog,v 1.21 
2015/05/03 03:17:38 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/ChangeLog,v 1.22 
2015/06/18 04:56:44 radhermit Exp $
+
+  18 Jun 2015; Tim Harder radher...@gentoo.org sshuttle-0.61-r3.ebuild:
+  Stabilize for amd64/x86.
 
   03 May 2015; Tim Harder radher...@gentoo.org sshuttle-0.61-r3.ebuild:
   Inherit eutils for make_wrapper.






[gentoo-commits] gentoo-x86 commit in dev-java/jnr-unixsocket: jnr-unixsocket-0.6.ebuild ChangeLog jnr-unixsocket-0.3.ebuild

2015-06-17 Thread Patrice Clement (monsieurp)
monsieurp15/06/17 17:14:09

  Modified: jnr-unixsocket-0.6.ebuild ChangeLog
  Removed:  jnr-unixsocket-0.3.ebuild
  Log:
  Stable for x86+amd64 through ALLARCHES. Remove old. Fix bug 552362.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.2  dev-java/jnr-unixsocket/jnr-unixsocket-0.6.ebuild

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

Index: jnr-unixsocket-0.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/jnr-unixsocket/jnr-unixsocket-0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jnr-unixsocket-0.6.ebuild   16 Apr 2015 13:34:32 -  1.1
+++ jnr-unixsocket-0.6.ebuild   17 Jun 2015 17:14:09 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/jnr-unixsocket/jnr-unixsocket-0.6.ebuild,v 1.1 
2015/04/16 13:34:32 monsieurp Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/jnr-unixsocket/jnr-unixsocket-0.6.ebuild,v 1.2 
2015/06/17 17:14:09 monsieurp Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 HOMEPAGE=https://github.com/jnr/jnr-unixsocket;
 
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 x86
 LICENSE=Apache-2.0
 
 CDEPEND=dev-java/jnr-constants:0



1.5  dev-java/jnr-unixsocket/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jnr-unixsocket/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   6 Jun 2015 18:48:41 -   1.4
+++ ChangeLog   17 Jun 2015 17:14:09 -  1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/jnr-unixsocket
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-unixsocket/ChangeLog,v 1.4 
2015/06/06 18:48:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-unixsocket/ChangeLog,v 1.5 
2015/06/17 17:14:09 monsieurp Exp $
+
+  17 Jun 2015; Patrice Clement monsie...@gentoo.org
+  -jnr-unixsocket-0.3.ebuild, jnr-unixsocket-0.6.ebuild:
+  Stable for x86+amd64 through ALLARCHES. Remove old. Fix bug 552362.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: ChangeLog PyQt4-4.11.3.ebuild

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 17:25:08

  Modified: ChangeLog
  Removed:  PyQt4-4.11.3.ebuild
  Log:
  Drop version that is not going to get stabilized.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.291dev-python/PyQt4/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- ChangeLog   14 Jun 2015 14:07:15 -  1.290
+++ ChangeLog   17 Jun 2015 17:25:08 -  1.291
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/PyQt4
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.290 
2015/06/14 14:07:15 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.291 
2015/06/17 17:25:08 pesa Exp $
+
+  17 Jun 2015; Davide Pesavento p...@gentoo.org -PyQt4-4.11.3.ebuild:
+  Drop version that is not going to get stabilized.
 
   14 Jun 2015; Davide Pesavento p...@gentoo.org PyQt4-4.11.4.ebuild:
   Use the new --no-python-dbus configure option.






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

2015-06-17 Thread Davide Pesavento (pesa)
pesa15/06/17 17:26:25

  Modified: ChangeLog
  Removed:  sip-4.16.7.ebuild
  Log:
  Drop version that is not going to get stabilized.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.310dev-python/sip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -r1.309 -r1.310
--- ChangeLog   14 Jun 2015 13:39:58 -  1.309
+++ ChangeLog   17 Jun 2015 17:26:25 -  1.310
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sip
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.309 2015/06/14 
13:39:58 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.310 2015/06/17 
17:26:25 pesa Exp $
+
+  17 Jun 2015; Davide Pesavento p...@gentoo.org -sip-4.16.7.ebuild:
+  Drop version that is not going to get stabilized.
 
 *sip-4.16.8 (14 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in net-libs/nghttp2/files: - New directory

2015-06-17 Thread Mike Frysinger (vapier)
vapier  15/06/17 17:43:17

  Log:
  Directory /var/cvsroot/gentoo-x86/net-libs/nghttp2/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in net-libs/nghttp2: nghttp2-9999.ebuild nghttp2-1.0.2.ebuild ChangeLog

2015-06-17 Thread Mike Frysinger (vapier)
vapier  15/06/17 17:45:20

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

Revision  ChangesPath
1.2  net-libs/nghttp2/nghttp2-.ebuild

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

Index: nghttp2-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/nghttp2/nghttp2-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nghttp2-.ebuild 24 May 2015 13:55:00 -  1.1
+++ nghttp2-.ebuild 17 Jun 2015 17:45:20 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/nghttp2/nghttp2-.ebuild,v 1.1 
2015/05/24 13:55:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/nghttp2/nghttp2-.ebuild,v 1.2 
2015/06/17 17:45:20 vapier Exp $
 
 # TODO: Add python support.
 
@@ -13,8 +13,7 @@
inherit git-2
 else

SRC_URI=https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz;
-   # Disabled until new curl  mod_h2 releases are made for the new API.
-   #KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sh ~sparc ~x86
+   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86
 fi
 
 DESCRIPTION=HTTP/2 C Library



1.3  net-libs/nghttp2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/nghttp2/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   4 Jun 2015 04:13:59 -   1.2
+++ ChangeLog   17 Jun 2015 17:45:20 -  1.3
@@ -1,6 +1,13 @@
 # ChangeLog for net-libs/nghttp2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/nghttp2/ChangeLog,v 1.2 2015/06/04 
04:13:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/nghttp2/ChangeLog,v 1.3 2015/06/17 
17:45:20 vapier Exp $
+
+*nghttp2-1.0.2 (17 Jun 2015)
+
+  17 Jun 2015; Mike Frysinger vap...@gentoo.org
+  +files/nghttp2-1.0.2-third-party.patch, +nghttp2-1.0.2.ebuild,
+  nghttp2-.ebuild:
+  Version bump.
 
   04 Jun 2015; Mike Frysinger vap...@gentoo.org nghttp2-0.7.15.ebuild,
   nghttp2-1.0.1.ebuild:



1.1  net-libs/nghttp2/nghttp2-1.0.2.ebuild

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

Index: nghttp2-1.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/nghttp2/nghttp2-1.0.2.ebuild,v 1.1 
2015/06/17 17:45:20 vapier Exp $

# TODO: Add python support.

EAPI=5

inherit eutils multilib-minimal

if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=https://github.com/tatsuhiro-t/nghttp2.git;
inherit git-2
else

SRC_URI=https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz;
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86
fi

DESCRIPTION=HTTP/2 C Library
HOMEPAGE=https://nghttp2.org/;

LICENSE=MIT
SLOT=0/1.14 # C++.C SONAMEs
IUSE=cxx debug hpack-tools jemalloc static-libs test +threads utils xml

RDEPEND=
cxx? ( dev-libs/boost[${MULTILIB_USEDEP},threads] )
hpack-tools? ( =dev-libs/jansson-2.5 )
jemalloc? ( dev-libs/jemalloc )
utils? (
=dev-libs/libev-4.15
=dev-libs/openssl-1.0.2
=sys-libs/zlib-1.2.3
)
xml? ( =dev-libs/libxml2-2.7.7 )
DEPEND=${RDEPEND}
virtual/pkgconfig
test? ( =dev-util/cunit-2.1[${MULTILIB_USEDEP}] )

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

multilib_src_configure() {
ECONF_SOURCE=${S} \
econf \
--disable-examples \

[gentoo-commits] gentoo-x86 commit in net-libs/nghttp2/files: nghttp2-1.0.2-third-party.patch

2015-06-17 Thread Mike Frysinger (vapier)
vapier  15/06/17 17:45:20

  Added:nghttp2-1.0.2-third-party.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.1  net-libs/nghttp2/files/nghttp2-1.0.2-third-party.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/nghttp2/files/nghttp2-1.0.2-third-party.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/nghttp2/files/nghttp2-1.0.2-third-party.patch?rev=1.1content-type=text/plain

Index: nghttp2-1.0.2-third-party.patch
===
From 19309823aa5e4e9a65436bbc32430c9092e5d233 Mon Sep 17 00:00:00 2001
From: Mike Frysinger vap...@gentoo.org
Date: Wed, 17 Jun 2015 13:29:37 -0400
Subject: [PATCH] enable third-party for asio_lib too

Since this library uses the third-party subdir, make sure we auto-enable
it when that lib is turned on.
---
 configure.ac | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index be51a24..8e81741 100644
--- a/configure
+++ b/configure
@@ -464,11 +464,12 @@ fi
 
 AM_CONDITIONAL([ENABLE_EXAMPLES], [ test x${enable_examples} = xyes ])
 
-# third-party only be built if either enable_examples or enable_app is
-# yes
+# third-party only be built when needed
 
 enable_third_party=no
-if test x${enable_examples} = xyes || test x${enable_app} = xyes; then
+if test x${enable_examples} = xyes ||
+   test x${enable_app} = xyes ||
+   test x${enable_asio_lib} = xyes; then
   enable_third_party=yes
 fi
 
-- 
2.4.1







[gentoo-commits] gentoo-x86 commit in www-client/opera-beta: ChangeLog opera-beta-31.0.1889.16.ebuild

2015-06-17 Thread Jeroen Roovers (jer)
jer 15/06/18 04:57:07

  Modified: ChangeLog
  Added:opera-beta-31.0.1889.16.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.26 www-client/opera-beta/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-beta/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-beta/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-beta/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/opera-beta/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   3 Jun 2015 05:02:50 -   1.25
+++ ChangeLog   18 Jun 2015 04:57:07 -  1.26
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/opera-beta
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/opera-beta/ChangeLog,v 1.25 
2015/06/03 05:02:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/opera-beta/ChangeLog,v 1.26 
2015/06/18 04:57:07 jer Exp $
+
+*opera-beta-31.0.1889.16 (18 Jun 2015)
+
+  18 Jun 2015; Jeroen Roovers j...@gentoo.org 
+opera-beta-31.0.1889.16.ebuild:
+  Version bump.
 
 *opera-beta-30.0.1835.49 (03 Jun 2015)
 



1.1  www-client/opera-beta/opera-beta-31.0.1889.16.ebuild

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

Index: opera-beta-31.0.1889.16.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/opera-beta/opera-beta-31.0.1889.16.ebuild,v 
1.1 2015/06/18 04:57:07 jer Exp $

EAPI=5
CHROMIUM_LANGS=
af az be bg bn ca cs da de el en_GB en_US es_419 es fil fi fr_CA fr fy 
gd
hi hr hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro ru 
sk
sr sv sw ta te th tr uk uz vi zh_CN zh_TW zu

inherit chromium multilib unpacker

DESCRIPTION=A fast and secure web browser
HOMEPAGE=http://www.opera.com/;
LICENSE=OPERA-2014
SLOT=0
SRC_URI_BASE=http://get.geo.opera.com/pub/;
SRC_URI=
amd64? ( ${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb )

KEYWORDS=~amd64

RDEPEND=
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
=dev-libs/openssl-1.0.1:0
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype
net-misc/curl
net-print/cups
sys-apps/dbus
sys-libs/libcap
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXScrnSaver
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXtst
x11-libs/libnotify
x11-libs/pango[X]


QA_PREBUILT=*
S=${WORKDIR}
OPERA_HOME=usr/$(get_libdir)/${PN}

src_unpack() {
unpack_deb ${A}
}

src_prepare() {
mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
rm -r usr/lib || die

rm usr/bin/${PN} || die

rm usr/share/doc/${PN}/copyright || die
mv usr/share/doc/${PN} usr/share/doc/${PF} || die

pushd ${OPERA_HOME}/localization  /dev/null || die
chromium_remove_language_paks
popd  /dev/null || die

sed -i \
-e 's|^TargetEnvironment|X-|g' \
usr/share/applications/${PN}.desktop || die
}

src_install() {
mv * ${D} || die
dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
}






[gentoo-commits] gentoo-x86 commit in net-proxy/sshuttle: ChangeLog sshuttle-0.61-r1.ebuild

2015-06-17 Thread Tim Harder (radhermit)
radhermit15/06/18 04:57:10

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

Revision  ChangesPath
1.23 net-proxy/sshuttle/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   18 Jun 2015 04:56:44 -  1.22
+++ ChangeLog   18 Jun 2015 04:57:10 -  1.23
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/sshuttle
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/ChangeLog,v 1.22 
2015/06/18 04:56:44 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/ChangeLog,v 1.23 
2015/06/18 04:57:10 radhermit Exp $
+
+  18 Jun 2015; Tim Harder radher...@gentoo.org -sshuttle-0.61-r1.ebuild:
+  Remove old.
 
   18 Jun 2015; Tim Harder radher...@gentoo.org sshuttle-0.61-r3.ebuild:
   Stabilize for amd64/x86.






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-romkan: ChangeLog ruby-romkan-0.4-r6.ebuild ruby-romkan-0.4-r5.ebuild

2015-06-17 Thread Hans de Graaff (graaff)
graaff  15/06/18 05:26:55

  Modified: ChangeLog ruby-romkan-0.4-r5.ebuild
  Added:ruby-romkan-0.4-r6.ebuild
  Log:
  Create stable candidate.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.44 dev-ruby/ruby-romkan/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   25 Mar 2015 20:00:39 -  1.43
+++ ChangeLog   18 Jun 2015 05:26:55 -  1.44
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-romkan
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v 1.43 
2015/03/25 20:00:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v 1.44 
2015/06/18 05:26:55 graaff Exp $
+
+*ruby-romkan-0.4-r6 (18 Jun 2015)
+
+  18 Jun 2015; Hans de Graaff gra...@gentoo.org ruby-romkan-0.4-r5.ebuild,
+  +ruby-romkan-0.4-r6.ebuild:
+  Create stable candidate.
 
   25 Mar 2015; Hans de Graaff gra...@gentoo.org ruby-romkan-0.4-r5.ebuild:
   Add ruby22.



1.5  dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild

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

Index: ruby-romkan-0.4-r5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ruby-romkan-0.4-r5.ebuild   25 Mar 2015 20:00:39 -  1.4
+++ ruby-romkan-0.4-r5.ebuild   18 Jun 2015 05:26:55 -  1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild,v 1.4 
2015/03/25 20:00:39 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild,v 1.5 
2015/06/18 05:26:55 graaff Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng
 



1.1  dev-ruby/ruby-romkan/ruby-romkan-0.4-r6.ebuild

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

Index: ruby-romkan-0.4-r6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r6.ebuild,v 1.1 
2015/06/18 05:26:55 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit ruby-ng

DESCRIPTION=A Romaji - Kana conversion library for Ruby
HOMEPAGE=http://0xcc.net/ruby-romkan/;
SRC_URI=http://0xcc.net/ruby-romkan/${P}.tar.gz;
LICENSE=Ruby
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos
IUSE=

DOCS=ChangeLog *.rd

RUBY_PATCHES=( ${FILESDIR}/${PN}-ruby19.patch )

each_ruby_test() {
${RUBY} -I. -Ke test.rb  /dev/null || die test failed
}

each_ruby_install() {
doruby romkan.rb
}

all_ruby_install() {
dodoc ${DOCS}
}






[gentoo-commits] gentoo-x86 commit in app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data: - New directory

2015-06-17 Thread Alexandre Rostovtsev (tetromino)
tetromino15/06/18 05:26:50

  Log:
  Directory 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data
 added to the repository



[gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.19.ebuild ChangeLog

2015-06-17 Thread Anthony G. Basile (blueness)
blueness15/06/17 11:30:51

  Modified: ChangeLog
  Added:stunnel-5.19.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.231net-misc/stunnel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog   16 Jun 2015 08:45:52 -  1.230
+++ ChangeLog   17 Jun 2015 11:30:51 -  1.231
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/stunnel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.230 
2015/06/16 08:45:52 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.231 
2015/06/17 11:30:51 blueness Exp $
+
+*stunnel-5.19 (17 Jun 2015)
+
+  17 Jun 2015; Anthony G. Basile bluen...@gentoo.org +stunnel-5.19.ebuild:
+  Version bump.
 
   16 Jun 2015; Mikle Kolyada zlog...@gentoo.org stunnel-5.17.ebuild:
   amd64/x86 stable wrt bug #551890



1.1  net-misc/stunnel/stunnel-5.19.ebuild

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

Index: stunnel-5.19.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.19.ebuild,v 1.1 
2015/06/17 11:30:51 blueness Exp $

EAPI=5

inherit ssl-cert eutils multilib systemd user

DESCRIPTION=TLS/SSL - Port Wrapper
HOMEPAGE=http://www.stunnel.org/index.html;
SRC_URI=ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz

http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://www.namesdir.com/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://stunnel.cybermirror.org/archive/${PV%%.*}.x/${P}.tar.gz
http://mirrors.zerg.biz/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
ftp://mirrors.go-parts.com/stunnel/archive/${PV%%.*}.x/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos
IUSE=ipv6 selinux tcpd

DEPEND=tcpd? ( sys-apps/tcp-wrappers )
dev-libs/openssl:=
RDEPEND=${DEPEND}
selinux? ( sec-policy/selinux-stunnel )

pkg_setup() {
enewgroup stunnel
enewuser stunnel -1 -1 -1 stunnel
}

src_prepare() {
# Hack away generation of certificate
sed -i -e s/^install-data-local:/do-not-run-this:/ \
tools/Makefile.in || die sed failed

echo CONFIG_PROTECT=\/etc/stunnel/stunnel.conf\  ${T}/20stunnel
}

src_configure() {
econf \
--libdir=${EPREFIX}/usr/$(get_libdir) \
$(use_enable ipv6) \
$(use_enable tcpd libwrap) \
--with-ssl=${EPREFIX}/usr \
--disable-fips
}

src_install() {
emake DESTDIR=${D} install
rm -rf ${ED}/usr/share/doc/${PN}
rm -f ${ED}/etc/stunnel/stunnel.conf-sample ${ED}/usr/bin/stunnel3 \
${ED}/usr/share/man/man8/stunnel.{fr,pl}.8

# The binary was moved to /usr/bin with 4.21,
# symlink for backwards compatibility
dosym ../bin/stunnel /usr/sbin/stunnel

dodoc AUTHORS BUGS CREDITS PORTS README TODO ChangeLog
dohtml doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \
tools/importCA.html

insinto /etc/stunnel
doins ${FILESDIR}/stunnel.conf
doinitd ${FILESDIR}/stunnel

doenvd ${T}/20stunnel

systemd_dounit ${S}/tools/stunnel.service
systemd_newtmpfilesd ${FILESDIR}/stunnel.tmpfiles.conf stunnel.conf
}

pkg_postinst() {
if [ ! -f ${EROOT}/etc/stunnel/stunnel.key ]; then
install_cert /etc/stunnel/stunnel
chown stunnel:stunnel 
${EROOT}/etc/stunnel/stunnel.{crt,csr,key,pem}
chmod 0640 ${EROOT}/etc/stunnel/stunnel.{crt,csr,key,pem}
fi

einfo If you want to run multiple instances of stunnel, create a new 
config
einfo file ending with .conf in /etc/stunnel/. **Make sure** you 
change 

[gentoo-commits] proj/devmanual:master commit in: keywording/

2015-06-17 Thread Ulrich Müller
commit: 1362d6608c323241ad1a4d0313046e99407ef352
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Thu May 21 16:37:11 2015 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Mon Jun  1 18:55:39 2015 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1362d660

Live ebuilds need not specify KEYWORDS.

Bug 545488.

 keywording/text.xml | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/keywording/text.xml b/keywording/text.xml
index c386427..e31e0a3 100644
--- a/keywording/text.xml
+++ b/keywording/text.xml
@@ -12,7 +12,7 @@ distinction is important.
 /note
 
 p
-Every ebuild must specify a cKEYWORDS/c variable. This variable is used to
+Most ebuilds specify a cKEYWORDS/c variable. This variable is used to
 indicate the suitability and stability of both the package and the ebuild on
 each given arch (csparc/c, cppc/c, cx86-obsd/c, ...).
 /p
@@ -99,6 +99,12 @@ tested.
 Do bnot/b use the c*/c or c~*/c special keywords in ebuilds.
 /p
 
+note
+Usually, live ebuilds
+(see uri link=::ebuild-writing/functions/src_unpack/cvs-sources/)
+do not specify a cKEYWORDS/c variable, or assign the empty string to it.
+/note
+
 section
 titleEqual Visibility Requirement/title
 body



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

2015-06-17 Thread Ulrich Müller
commit: 5e21123c21c086132a52cc261bcd138e7614aae4
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Tue Jun  2 16:58:28 2015 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Tue Jun  2 16:58:28 2015 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5e21123c

devbook.xsl: Fix description meta tag.

Bug 550942.

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

diff --git a/devbook.xsl b/devbook.xsl
index 6134e98..bc97a2d 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -428,7 +428,7 @@
   link rel=stylesheet 
href={$relative_path_depth_recursion}devmanual.css type=text/css /
   meta charset=utf-8 /
   meta name=viewport content=width=device-width, initial-scale=1.0 /
-  meta name=description content=Gentoo Infrastructure Status provides 
information on the status of the services the Gentoo Linux distribution offers 
to its developers and users. /
+  meta name=description content=The Gentoo Devmanual is a technical 
manual which covers topics such as writing ebuilds and eclasses, and policies 
that developers should be abiding by. /
   link 
href=https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/bootstrap.min.css;
 rel=stylesheet media=screen /
   link 
href=https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/tyrian.min.css;
 rel=stylesheet media=screen /
   link rel=icon href=http://www.gentoo.org/favicon.ico; 
type=image/x-icon /



[gentoo-commits] gentoo-x86 commit in app-eselect/eselect-opengl: ChangeLog eselect-opengl-1.2.7.ebuild eselect-opengl-1.3.1-r4.ebuild eselect-opengl-1.3.1-r2.ebuild

2015-06-17 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/06/17 12:28:01

  Modified: ChangeLog eselect-opengl-1.2.7.ebuild
eselect-opengl-1.3.1-r4.ebuild
  Removed:  eselect-opengl-1.3.1-r2.ebuild
  Log:
  Update x11-base/xorg-server blockers.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.2  app-eselect/eselect-opengl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-eselect/eselect-opengl/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   31 Mar 2015 16:53:09 -  1.1
+++ ChangeLog   17 Jun 2015 12:28:01 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for app-eselect/eselect-opengl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-opengl/ChangeLog,v 1.1 
2015/03/31 16:53:09 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-opengl/ChangeLog,v 1.2 
2015/06/17 12:28:01 chithanh Exp $
+
+  17 Jun 2015; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  -eselect-opengl-1.3.1-r2.ebuild, eselect-opengl-1.2.7.ebuild,
+  eselect-opengl-1.3.1-r4.ebuild:
+  Update x11-base/xorg-server blockers.
 
   31 Mar 2015; Ulrich Müller u...@gentoo.org +eselect-opengl-1.2.7.ebuild,
   +eselect-opengl-1.3.1-r2.ebuild, +eselect-opengl-1.3.1-r4.ebuild,



1.2  app-eselect/eselect-opengl/eselect-opengl-1.2.7.ebuild

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

Index: eselect-opengl-1.2.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-eselect/eselect-opengl/eselect-opengl-1.2.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eselect-opengl-1.2.7.ebuild 31 Mar 2015 16:53:09 -  1.1
+++ eselect-opengl-1.2.7.ebuild 17 Jun 2015 12:28:01 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-eselect/eselect-opengl/eselect-opengl-1.2.7.ebuild,v
 1.1 2015/03/31 16:53:09 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-eselect/eselect-opengl/eselect-opengl-1.2.7.ebuild,v
 1.2 2015/06/17 12:28:01 chithanh Exp $
 
 EAPI=4
 
@@ -33,7 +33,8 @@
 !=media-libs/mesa-10.3.5-r1
 !=media-libs/mesa-10.3.7-r2
 !=x11-proto/glproto-1.4.17-r1
-!=x11-base/xorg-server-1.16.2-r1
+!=x11-base/xorg-server-1.16.4-r1
+!=x11-base/xorg-server-1.16.4-r4
 
 pkg_postinst() {
local impl=$(eselect opengl show)



1.2  app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild

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

Index: eselect-opengl-1.3.1-r4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eselect-opengl-1.3.1-r4.ebuild  31 Mar 2015 16:53:09 -  1.1
+++ eselect-opengl-1.3.1-r4.ebuild  17 Jun 2015 12:28:01 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild,v
 1.1 2015/03/31 16:53:09 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild,v
 1.2 2015/06/17 12:28:01 chithanh Exp $
 
 EAPI=5
 
@@ -31,6 +31,7 @@
 !=media-libs/mesa-10.3.7-r1
 !x11-proto/glproto-1.4.17-r1
 !x11-base/xorg-server-1.16.4-r1
+!=x11-base/xorg-server-1.16.4-r3
 

[gentoo-commits] proj/java:master commit in: dev-java/icedtea/

2015-06-17 Thread Andrew John Hughes
commit: 3340b8131d02d6d91ef3d3071cae2a417448fc83
Author: Andrew John Hughes gnu_andrew AT member DOT fsf DOT org
AuthorDate: Wed Jun 17 11:20:13 2015 +
Commit: Andrew John Hughes gnu_andrew AT member DOT fsf DOT org
CommitDate: Wed Jun 17 11:20:17 2015 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=3340b813

Bump IcedTea 2.6.0 pre-release build to pre23. Sync ebuild with changes in 
2.5.5 and 3.0.0 ebuilds.

Package-Manager: portage-2.2.17
Manifest-Sign-Key: 35964222

 dev-java/icedtea/ChangeLog |  7 
 dev-java/icedtea/Manifest  | 28 +++---
 ...0_pre18.ebuild = icedtea-7.2.6.0_pre23.ebuild} | 44 --
 3 files changed, 46 insertions(+), 33 deletions(-)

diff --git a/dev-java/icedtea/ChangeLog b/dev-java/icedtea/ChangeLog
index bee084a..704e010 100644
--- a/dev-java/icedtea/ChangeLog
+++ b/dev-java/icedtea/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*icedtea-7.2.6.0_pre23 (17 Jun 2015)
+
+  17 Jun 2015; Andrew John Hughes gnu_and...@member.fsf.org
+  +icedtea-7.2.6.0_pre23.ebuild, -icedtea-7.2.6.0_pre18.ebuild:
+  Bump 2.6.0 pre-release build to pre23. Sync ebuild with changes in 2.5.5 and
+  3.0.0 ebuilds.
+
 *icedtea-3.0.0_pre03 (26 May 2015)
 
   26 May 2015; Andrew John Hughes gnu_and...@member.fsf.org

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index fda7038..1aa0066 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -5,6 +5,15 @@ AUX fontconfig.Gentoo.properties.src 15602 SHA256 
d48a9b43d82f45425464e985955f3f
 AUX generate-cacerts.pl 11051 SHA256 
6ee6fb155e3fa85d0a7e9015b53ebd55948c6599d100fdb69b574b6d11f73433 SHA512 
22d1be675362c09ed61af4dc3ece14cab81e9514937d588ff5d324e61b7eba7d3dd99b26bc5ec0953365de56d099f708b2afdb13cca37bc4ff07fd8ce31fbe97
 WHIRLPOOL 
ad0e7946b1f055542f8a76b1050ae841bc7b6498305def9881d2f5d2177a82b77d25bf20e97488e2c84bbe0c3834421caea7e5bf4ea990c783908bc19133e619
 AUX icedtea.env 1074 SHA256 
b4ad677dede5c06785db6540d51a9dbe6401e894f03857f5b14dbf6bdf9a33a8 SHA512 
933c5d96e1cd36badf9c467b5ac06e8cf5d842915662f6744fb641bba64bdbf024685011f48d2742fadf5a3d82ca2e7f3cc555e51079297f5962e22be3afd03a
 WHIRLPOOL 
57ec8849e93bdd595006515c2cbd6e554ee0e84fa74b80fa2a29106e85f000bf5cd8d9e583f6e60974880b250cbb7d6271ac5d53edcbd2765a4dc0babd571258
 AUX pr2383.patch 438 SHA256 
da00790f5ab98b83e04b123e400017269bf79dcbcfcce7ab259d7ea23e4e0df7 SHA512 
061eaf09218f47764fe38d4b70890b9636ece4f01360045f4da850e864820efe497a28aad51d2583ede5fb2fdbbde2ce035b6eaeb8aedfa8ae288552609df1be
 WHIRLPOOL 
930b499c591734a970e5b9c4f8992dcb699ccec86a4fd590bca4d177c4f3f167019a3e204da6f989e9ac697544c29402b753d1374802e8d92966a2bd93dc2244
+DIST icedtea-2.6-cacao-e215e36be9fc.tar.gz 4263463 SHA256 
4966514c72ee7ed108b882d9b6e65c3adf8a8f9c2dccb029f971b3c8cb4870ab SHA512 
2f27fbdd64d2b6ea2fa39c55bcd2344c49d02269492bd1aa1b334555bc66aa59d021bce12af60fdbf81e810fa4b8e488354025bf0f770ba4582c85592cd6c22f
 WHIRLPOOL 
7865532185aa0a6e5c6caf8cb7affefdfb473b1c5686ada1f2e071776b4faae153c2086c2c2df9e2b2b2124b629433b849bd10f82cf8f8e3f0e7aa84b5bfebba
+DIST icedtea-2.6-corba-9d5c92264131.tar.bz2 1072026 SHA256 
744b293bd34a570bc2155698a3e46572cb0e8433f7edcdcb594a37d8f8ac1cdd SHA512 
0b6a0338c7fdc6c501f7fc3a0d8e504989c0342820d3e5705d81b7066bf10387d7adf0e6cc49991a5f80f61da8fd480a6a0e8d7bbdf8272ba81047a84393b770
 WHIRLPOOL 
ef944ce528d90a3fed7c69743c4577295b919a8979517eac84d2f21d56c4a375c7194740e96662e2c9ae6804bd87b11b6a5d507da35fb7f6b92c66e0afb6bf5c
+DIST icedtea-2.6-hotspot-1afefe2d5f90.tar.bz2 8159547 SHA256 
e12e2d3d7b228abc3fa12a75455d3af883bce94f58df65e16e7f953592747054 SHA512 
b00815a59dad0d8a786ef78147aafaa29e480cf19c83fbbda8c2fe9d7118f5cbecd8a211bfdd0a5fef62c4b2903bf093396a0c93b1e27e9cac4d5e06d37dd6dd
 WHIRLPOOL 
acc0781e78a9c924e8f20b095bb50d4bb5dd76806b7143458495b7ede06545896992e89f10ed069d2aed081ee07cc3542832904d38c13d68f56277ac5208ab16
+DIST icedtea-2.6-jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz 317187 
SHA256 3181026c23822942aac62a78019c2c4589e1c5ee48329cbf42652d4437bc SHA512 
a31348481e1c02747f5bb9db333f855c45a1555aa187ee35de5ef553a10a8a47dfcc1beb1e69502046c1758438b91958a328e0a0015812c153221f67734a70a6
 WHIRLPOOL 
2d629f581a257d51b814aa771173c952445f502e5bd6e21ae7e748e1683fc7820d13f9fd9bf6cacbffeed2097e74628107778f223d617bba71c33f4b124e44c4
+DIST icedtea-2.6-jaxp-9150a16a7b80.tar.bz2 2738252 SHA256 
7325b18725730e780049259b428c8814fa8686f49c27ff419e03cc6926e88f87 SHA512 
a46abd35c7604919e94aa3e8d6b6ef61920956ddb16c8a29f1e3eb0d2ceccd356ab15b5d592ce2a6daa83e96c2b5ca25cd56d63a4753d549ac1da06355493672
 WHIRLPOOL 
9b78984173de66364d957da52efba79ce0dec91593096295dbe76ad582cc984999cee804de45f06f10311481147fb7a50dc3eb3798dc1d04704e987b02277c14
+DIST icedtea-2.6-jaxws-87290096a2fa.tar.bz2 2020651 SHA256 
760c32f84da4cf8794d685431135a7017217f48a16449b78313648d8aeb89097 SHA512 

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

2015-06-17 Thread Andrew John Hughes
commit: 6d2a9243ff6bfac187cf6365a4eaaa8c261f
Author: Andrew John Hughes gnu_andrew AT member DOT fsf DOT org
AuthorDate: Tue Jun 16 21:06:40 2015 +
Commit: Andrew John Hughes gnu_andrew AT member DOT fsf DOT org
CommitDate: Tue Jun 16 21:06:40 2015 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=6d2a9243

Merge branch 'master' of git://anongit.gentoo.org/proj/java

 dev-java/msv/ChangeLog   | 124 ---
 dev-java/msv/Manifest|  18 --
 dev-java/msv/metadata.xml|   9 ---
 dev-java/msv/msv-20090415.ebuild |  49 
 4 files changed, 200 deletions(-)



[gentoo-commits] gentoo-x86 commit in dev-python/alabaster: alabaster-0.7.5.ebuild ChangeLog

2015-06-17 Thread Justin Lecher (jlec)
jlec15/06/17 11:20:14

  Modified: ChangeLog
  Added:alabaster-0.7.5.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.12 dev-python/alabaster/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/alabaster/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   6 Jun 2015 19:55:41 -   1.11
+++ ChangeLog   17 Jun 2015 11:20:14 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/alabaster
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/alabaster/ChangeLog,v 1.11 
2015/06/06 19:55:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/alabaster/ChangeLog,v 1.12 
2015/06/17 11:20:14 jlec Exp $
+
+*alabaster-0.7.5 (17 Jun 2015)
+
+  17 Jun 2015; Justin Lecher j...@gentoo.org +alabaster-0.7.5.ebuild:
+  Version Bump
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-python/alabaster/alabaster-0.7.5.ebuild

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

Index: alabaster-0.7.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/alabaster/alabaster-0.7.5.ebuild,v 1.1 
2015/06/17 11:20:14 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )

inherit distutils-r1 flag-o-matic

DESCRIPTION=A configurable sidebar-enabled Sphinx theme
HOMEPAGE=https://github.com/bitprophet/alabaster;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=BSD
KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~x86
SLOT=0

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






[gentoo-commits] proj/java:master commit in: dev-java/gcj-jdk/files/, dev-java/gcj-jdk/

2015-06-17 Thread Andrew John Hughes
commit: 183ebf6cbb787b98d072457cb0e89cab1c140770
Author: Andrew John Hughes gnu_andrew AT member DOT fsf DOT org
AuthorDate: Tue Jun  9 01:51:40 2015 +
Commit: Andrew John Hughes gnu_andrew AT member DOT fsf DOT org
CommitDate: Tue Jun  9 01:51:40 2015 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=183ebf6c

Support gcj 5.1.0. Downgrade ecj used to 3.6 as this is more stable for 
building IcedTea.

Package-Manager: portage-2.2.17
Manifest-Sign-Key: 35964222

 dev-java/gcj-jdk/ChangeLog| 139 ++
 dev-java/gcj-jdk/Manifest |  15 
 dev-java/gcj-jdk/files/gcj-jdk.env|  18 +
 dev-java/gcj-jdk/files/javac.in   |  57 ++
 dev-java/gcj-jdk/gcj-jdk-5.1.0.ebuild | 108 ++
 dev-java/gcj-jdk/metadata.xml |  11 +++
 6 files changed, 348 insertions(+)

diff --git a/dev-java/gcj-jdk/ChangeLog b/dev-java/gcj-jdk/ChangeLog
new file mode 100644
index 000..51dd655
--- /dev/null
+++ b/dev-java/gcj-jdk/ChangeLog
@@ -0,0 +1,139 @@
+# ChangeLog for dev-java/gcj-jdk
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/gcj-jdk/ChangeLog,v 1.19 
2015/05/21 08:50:13 chewi Exp $
+
+  21 May 2015; James Le Cuirot ch...@gentoo.org -gcj-jdk-4.8.3.ebuild,
+  gcj-jdk-4.8.4.ebuild:
+  ~ppc keyword.
+
+*gcj-jdk-4.8.4 (03 May 2015)
+
+  03 May 2015; James Le Cuirot ch...@gentoo.org +gcj-jdk-4.8.4.ebuild,
+  -gcj-jdk-4.7.3.ebuild, -gcj-jdk-4.8.2.ebuild, gcj-jdk-4.9.2.ebuild:
+  Let's just keep versions for the latest stable and unstable gcc in each SLOT.
+
+*gcj-jdk-4.9.2 (17 Mar 2015)
+
+  17 Mar 2015; James Le Cuirot ch...@gentoo.org +gcj-jdk-4.9.2.ebuild:
+  Simple version bump. Tested with ecj 4.4 to build icedtea 7.
+
+*gcj-jdk-4.8.3 (14 Jul 2014)
+*gcj-jdk-4.8.2 (14 Jul 2014)
+*gcj-jdk-4.7.4 (14 Jul 2014)
+*gcj-jdk-4.7.3-r1 (14 Jul 2014)
+
+  14 Jul 2014; Ralph Sennhauser s...@gentoo.org -gcj-jdk-4.5.1-r1.ebuild,
+  -gcj-jdk-4.5.2-r1.ebuild, -gcj-jdk-4.5.3.ebuild, -gcj-jdk-4.5.4.ebuild,
+  -gcj-jdk-4.5.4-r1.ebuild, -gcj-jdk-4.6.0.ebuild, -gcj-jdk-4.6.1.ebuild,
+  -gcj-jdk-4.6.2-r1.ebuild, -gcj-jdk-4.6.3.ebuild, -gcj-jdk-4.6.3-r1.ebuild,
+  -gcj-jdk-4.6.3-r2.ebuild, -gcj-jdk-4.6.3-r3.ebuild, -gcj-jdk-4.7.2.ebuild,
+  +gcj-jdk-4.7.3-r1.ebuild, +gcj-jdk-4.7.4.ebuild, +gcj-jdk-4.8.2.ebuild,
+  +gcj-jdk-4.8.3.ebuild, +files/javac.in:
+  Add missing versions for 4.7 and 4.8
+  Fix 4.7.3 to be able to build ant-core-1.9 #489266
+  Thanks to Andrew John Hughes gnu_and...@member.fsf.org for the javac
+  wrapper und for providing new API diffs
+  Drop 4.5 and 4.6 as they are to old to build current icedtea:7
+  Drop ia64 ppc ppc64 on 4.8 as the correspondig gcc is missing those keywords
+
+  18 Jan 2014; Lars Wendler polynomia...@gentoo.org -gcj-jdk-4.4.4-r1.ebuild,
+  -gcj-jdk-4.4.5-r1.ebuild, -gcj-jdk-4.4.6.ebuild:
+  [QA] Removed ebuilds which have no gcc counterpart anymore.
+
+  24 Dec 2013; Tom Wijsman tom...@gentoo.org gcj-jdk-4.4.4-r1.ebuild,
+  gcj-jdk-4.4.5-r1.ebuild, gcj-jdk-4.4.6.ebuild, gcj-jdk-4.5.1-r1.ebuild,
+  gcj-jdk-4.5.2-r1.ebuild, gcj-jdk-4.5.3.ebuild, gcj-jdk-4.5.4-r1.ebuild,
+  gcj-jdk-4.5.4.ebuild, gcj-jdk-4.6.0.ebuild, gcj-jdk-4.6.1.ebuild,
+  gcj-jdk-4.6.2-r1.ebuild, gcj-jdk-4.6.3-r1.ebuild, gcj-jdk-4.6.3-r2.ebuild,
+  gcj-jdk-4.6.3-r3.ebuild, gcj-jdk-4.6.3.ebuild, gcj-jdk-4.7.2.ebuild,
+  gcj-jdk-4.7.3.ebuild:
+  Reflect gtk -- awt USE flag change of sys-devel/gcc.
+
+*gcj-jdk-4.7.3 (27 Jun 2013)
+
+  27 Jun 2013; Tom Wijsman tom...@gentoo.org +gcj-jdk-4.7.3.ebuild:
+  Version bump to 4.7.3; fixes bug #473074, reported by Ivan Iraci.
+
+  17 Mar 2013; Markos Chandras hwoar...@gentoo.org metadata.xml:
+  Add proxy-maintainers to metadata.xml
+
+*gcj-jdk-4.7.2 (23 Jan 2013)
+*gcj-jdk-4.6.3-r3 (23 Jan 2013)
+*gcj-jdk-4.5.4-r1 (23 Jan 2013)
+
+  23 Jan 2013; Ralph Sennhauser s...@gentoo.org +gcj-jdk-4.5.4-r1.ebuild,
+  +gcj-jdk-4.6.3-r3.ebuild, +gcj-jdk-4.7.2.ebuild:
+  Bump and make gcc[gtk] dep optional. #453422
+
+  13 Jan 2013; Ralph Sennhauser s...@gentoo.org files/gcj-jdk.env:
+  Make vm env file Prefix aware. #445350
+
+*gcj-jdk-4.6.3-r2 (23 Oct 2012)
+*gcj-jdk-4.5.4 (23 Oct 2012)
+
+  23 Oct 2012; Ralph Sennhauser s...@gentoo.org +gcj-jdk-4.5.4.ebuild,
+  +gcj-jdk-4.6.3-r2.ebuild:
+  Don't require corresponding gcc to be active. #439228
+  Backport various fixes to 4.5.4.
+
+*gcj-jdk-4.6.3-r1 (28 Sep 2012)
+
+  28 Sep 2012; Ralph Sennhauser s...@gentoo.org +gcj-jdk-4.6.3-r1.ebuild:
+  No longer install symlinks in /usr/bin to work with recent gcc-config.
+  #431930
+  Add missing dodir for server vm.
+  Use get_libdir for vm home.
+
+  16 Sep 2012; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  gcj-jdk-4.6.3.ebuild:
+  Keyword ~arm, bug #305773.
+
+*gcj-jdk-4.6.3 (05 Jun 2012)
+*gcj-jdk-4.6.2-r1 (05 Jun 2012)
+*gcj-jdk-4.6.1 (05 Jun 2012)
+*gcj-jdk-4.6.0 (05 Jun 2012)
+
+  05 Jun 2012; Ralph 

[gentoo-commits] gentoo-x86 commit in dev-python/nltk: nltk-3.0.3.ebuild ChangeLog

2015-06-17 Thread Patrick Lauer (patrick)
patrick 15/06/17 07:06:38

  Modified: ChangeLog
  Added:nltk-3.0.3.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.22 dev-python/nltk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   3 Jun 2015 20:29:08 -   1.21
+++ ChangeLog   17 Jun 2015 07:06:38 -  1.22
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/nltk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.21 2015/06/03 
20:29:08 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.22 2015/06/17 
07:06:38 patrick Exp $
+
+*nltk-3.0.3 (17 Jun 2015)
+
+  17 Jun 2015; Patrick Lauer patr...@gentoo.org +nltk-3.0.3.ebuild:
+  Bump
 
   03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1  dev-python/nltk/nltk-3.0.3.ebuild

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

Index: nltk-3.0.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-3.0.3.ebuild,v 1.1 
2015/06/17 07:06:38 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_4} )
PYTHON_REQ_USE=tk?,xml(+)

inherit distutils-r1

DESCRIPTION=Natural Language Toolkit
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
HOMEPAGE=http://nltk.org/;

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris
IUSE=numpy tk

RDEPEND=${RDEPEND}
numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )
dev-python/pyyaml[${PYTHON_USEDEP}]

DEPEND=${RDEPEND}
app-arch/unzip






  1   2   3   >