[gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.20.ebuild ChangeLog

2015-07-09 Thread Anthony G. Basile (blueness)
blueness15/07/09 14:38:38

  Modified: ChangeLog
  Added:stunnel-5.20.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.236net-misc/stunnel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -r1.235 -r1.236
--- ChangeLog   3 Jul 2015 10:15:40 -   1.235
+++ ChangeLog   9 Jul 2015 14:38:38 -   1.236
@@ -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.235 
2015/07/03 10:15:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.236 
2015/07/09 14:38:38 blueness Exp $
+
+*stunnel-5.20 (09 Jul 2015)
+
+  09 Jul 2015; Anthony G. Basile bluen...@gentoo.org +stunnel-5.20.ebuild:
+  Version bump.
 
   03 Jul 2015; Agostino Sarubbo a...@gentoo.org stunnel-5.17.ebuild:
   Stable for alpha, wrt bug #551890



1.1  net-misc/stunnel/stunnel-5.20.ebuild

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

Index: stunnel-5.20.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.20.ebuild,v 1.1 
2015/07/09 14:38:38 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 stunnel3 tcpd

DEPEND=tcpd? ( sys-apps/tcp-wrappers )
dev-libs/openssl:=
RDEPEND=${DEPEND}
stunnel3? ( dev-lang/perl )
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/share/man/man8/stunnel.{fr,pl}.8
use stunnel3 || rm -f ${ED}/usr/bin/stunnel3

# 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 

[gentoo-commits] gentoo-x86 commit in dev-python/tmdb3: tmdb3-0.7.2.ebuild ChangeLog

2015-07-09 Thread Ian Delaney (idella4)
idella4 15/07/09 15:20:11

  Modified: ChangeLog
  Added:tmdb3-0.7.2.ebuild
  Log:
  bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.5  dev-python/tmdb3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/tmdb3/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   7 Jun 2015 16:17:39 -   1.4
+++ ChangeLog   9 Jul 2015 15:20:11 -   1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/tmdb3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tmdb3/ChangeLog,v 1.4 2015/06/07 
16:17:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tmdb3/ChangeLog,v 1.5 2015/07/09 
15:20:11 idella4 Exp $
+
+*tmdb3-0.7.2 (09 Jul 2015)
+
+  09 Jul 2015; Ian Delaney idel...@gentoo.org +tmdb3-0.7.2.ebuild:
+  bump
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-python/tmdb3/tmdb3-0.7.2.ebuild

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

Index: tmdb3-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/dev-python/tmdb3/tmdb3-0.7.2.ebuild,v 1.1 
2015/07/09 15:20:11 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=TheMovieDB.org APIv3 interface
HOMEPAGE=https://github.com/wagnerrp/pytmdb3 
https://pypi.python.org/pypi/tmdb3;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-cairo-gobject: ruby-cairo-gobject-2.2.3.ebuild ruby-cairo-gobject-2.2.3-r1.ebuild ChangeLog

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 15:29:09

  Modified: ruby-cairo-gobject-2.2.3.ebuild
ruby-cairo-gobject-2.2.3-r1.ebuild ChangeLog
  Log:
  Add ~x86 keyword wrt bug #554164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3.ebuild

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

Index: ruby-cairo-gobject-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-cairo-gobject-2.2.3.ebuild 6 Jul 2015 09:36:25 -   1.3
+++ ruby-cairo-gobject-2.2.3.ebuild 9 Jul 2015 15:29:09 -   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/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3.ebuild,v
 1.3 2015/07/06 09:36:25 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3.ebuild,v
 1.4 2015/07/09 15:29:09 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -10,7 +10,7 @@
 RUBY_S=ruby-gnome2-all-${PV}/cairo-gobject
 
 DESCRIPTION=Ruby cairo-gobject bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 DEPEND+= x11-libs/cairo



1.2  
dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3-r1.ebuild

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

Index: ruby-cairo-gobject-2.2.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-cairo-gobject-2.2.3-r1.ebuild  6 Jul 2015 09:36:25 -   1.1
+++ ruby-cairo-gobject-2.2.3-r1.ebuild  9 Jul 2015 15:29: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-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3-r1.ebuild,v
 1.1 2015/07/06 09:36:25 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.3-r1.ebuild,v
 1.2 2015/07/09 15:29:09 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -10,7 +10,7 @@
 RUBY_S=ruby-gnome2-all-${PV}/cairo-gobject
 
 DESCRIPTION=Ruby cairo-gobject bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 DEPEND+= x11-libs/cairo



1.11 dev-ruby/ruby-cairo-gobject/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   9 Jul 2015 11:49:58 -   1.10
+++ ChangeLog   9 Jul 2015 15:29:09 -   1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-cairo-gobject
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ChangeLog,v 
1.10 2015/07/09 11:49:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ChangeLog,v 
1.11 2015/07/09 15:29:09 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  ruby-cairo-gobject-2.2.3-r1.ebuild, ruby-cairo-gobject-2.2.3.ebuild:
+  Add ~x86 keyword wrt bug #554164
 
 *ruby-cairo-gobject-2.2.5 (09 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-clutter: ruby-clutter-2.2.3.ebuild ruby-clutter-2.2.3-r1.ebuild ruby-clutter-2.2.5.ebuild ChangeLog

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 15:33:00

  Modified: ruby-clutter-2.2.3.ebuild
ruby-clutter-2.2.3-r1.ebuild
ruby-clutter-2.2.5.ebuild ChangeLog
  Log:
  Add ~x86 keyword wrt bug #554164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-ruby/ruby-clutter/ruby-clutter-2.2.3.ebuild

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

Index: ruby-clutter-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-clutter-2.2.3.ebuild   5 Jul 2015 10:22:44 -   1.3
+++ ruby-clutter-2.2.3.ebuild   9 Jul 2015 15:33:00 -   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/dev-ruby/ruby-clutter/ruby-clutter-2.2.3.ebuild,v 1.3 
2015/07/05 10:22:44 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.2.3.ebuild,v 1.4 
2015/07/09 15:33:00 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby Clutter bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 RESTRICT=test



1.2  dev-ruby/ruby-clutter/ruby-clutter-2.2.3-r1.ebuild

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

Index: ruby-clutter-2.2.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.2.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-clutter-2.2.3-r1.ebuild5 Jul 2015 10:22:44 -   1.1
+++ ruby-clutter-2.2.3-r1.ebuild9 Jul 2015 15:33:00 -   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-ruby/ruby-clutter/ruby-clutter-2.2.3-r1.ebuild,v 
1.1 2015/07/05 10:22:44 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.2.3-r1.ebuild,v 
1.2 2015/07/09 15:33:00 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby Clutter bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 RESTRICT=test



1.2  dev-ruby/ruby-clutter/ruby-clutter-2.2.5.ebuild

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

Index: ruby-clutter-2.2.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-clutter-2.2.5.ebuild   9 Jul 2015 12:00:17 -   1.1
+++ ruby-clutter-2.2.5.ebuild   9 Jul 2015 15:33:00 -   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-ruby/ruby-clutter/ruby-clutter-2.2.5.ebuild,v 1.1 
2015/07/09 12:00:17 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.2.5.ebuild,v 1.2 
2015/07/09 15:33:00 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -8,7 +8,7 @@
 inherit virtualx ruby-ng-gnome2
 
 DESCRIPTION=Ruby Clutter bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 RUBY_S=ruby-gnome2-all-${PV}/clutter



1.11 dev-ruby/ruby-clutter/ChangeLog

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

[gentoo-commits] gentoo-x86 commit in sci-mathematics/octave/files: octave-4.0.0-llvm-3.5-gnulib-hg.patch

2015-07-09 Thread Mark Wright (gienah)
gienah  15/07/09 14:24:51

  Added:octave-4.0.0-llvm-3.5-gnulib-hg.patch
  Log:
  Fix Bug 554290 - sci-mathematics/octave-4.0.0 fails to build - syntax error 
near unexpected token -std=c++11, AX_CHECK_COMPILE_FLAG(-std=c++11,' - thanks 
to Nikolaos Chatzidakis for reporting, PL Hayes, Francisco Vazquez for helping. 
Correct --without-64 to --disable-64. Apply 
octave-4.0.0-llvm-3.5-gnulib-hg.patch from http://savannah.gnu.org/bugs/?41061 
to fix compile error with some configurations (gcc 4.8.3 in a mostly stable 
chroot with llvm 3.5.0, USE=jit)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.1  
sci-mathematics/octave/files/octave-4.0.0-llvm-3.5-gnulib-hg.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/files/octave-4.0.0-llvm-3.5-gnulib-hg.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/files/octave-4.0.0-llvm-3.5-gnulib-hg.patch?rev=1.1content-type=text/plain

Index: octave-4.0.0-llvm-3.5-gnulib-hg.patch
===
diff -r 7f19e7f2afa2 lib/stddef.in.h
--- a/libgnu/stddef.in.hSat Feb 21 06:19:32 2015 -0800
+++ b/libgnu/stddef.in.hFri May 01 06:01:06 2015 +0200
@@ -82,6 +82,7 @@
 #endif
 
 /* Some platforms lack max_align_t.  */
+#ifndef _GCC_MAX_ALIGN_T
 #if !@HAVE_MAX_ALIGN_T@
 typedef union
 {
@@ -91,6 +92,7 @@
   long int __i;
 } max_align_t;
 #endif
+#endif
 
 #  endif /* _@GUARD_PREFIX@_STDDEF_H */
 # endif /* _@GUARD_PREFIX@_STDDEF_H */






[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: openssl-1.0.1p.ebuild openssl-1.0.2d.ebuild ChangeLog

2015-07-09 Thread Mike Frysinger (vapier)
vapier  15/07/09 14:08:16

  Modified: ChangeLog
  Added:openssl-1.0.1p.ebuild openssl-1.0.2d.ebuild
  Log:
  Version bump #554172 by Tobias Heinlein.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.669dev-libs/openssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.668
retrieving revision 1.669
diff -u -r1.668 -r1.669
--- ChangeLog   21 Jun 2015 16:31:05 -  1.668
+++ ChangeLog   9 Jul 2015 14:08:16 -   1.669
@@ -1,6 +1,15 @@
 # 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.668 
2015/06/21 16:31:05 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.669 
2015/07/09 14:08:16 vapier Exp $
+
+*openssl-1.0.2d (09 Jul 2015)
+*openssl-1.0.1p (09 Jul 2015)
+
+  09 Jul 2015; Mike Frysinger vap...@gentoo.org
+  +files/openssl-1.0.1p-parallel-build.patch,
+  +files/openssl-1.0.2d-parallel-build.patch, +openssl-1.0.1p.ebuild,
+  +openssl-1.0.2d.ebuild:
+  Version bump #554172 by Tobias Heinlein.
 
   21 Jun 2015; Mikle Kolyada zlog...@gentoo.org openssl-0.9.8z_p7.ebuild,
   openssl-1.0.1o.ebuild:



1.1  dev-libs/openssl/openssl-1.0.1p.ebuild

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

Index: openssl-1.0.1p.ebuild
===
# 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.1p.ebuild,v 1.1 
2015/07/09 14:08:16 vapier Exp $

EAPI=4

inherit eutils flag-o-matic toolchain-funcs multilib multilib-minimal

REV=1.7
DESCRIPTION=full-strength general purpose cryptography library (including SSL 
and TLS)
HOMEPAGE=http://www.openssl.org/;
SRC_URI=mirror://openssl/source/${P}.tar.gz

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/${PN}/${PN}-c_rehash.sh?rev=${REV}
 - ${PN}-c_rehash.sh.${REV}

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
IUSE=bindist gmp kerberos rfc3779 cpu_flags_x86_sse2 static-libs test 
+tls-heartbeat vanilla zlib
RESTRICT=!bindist? ( bindist )

# The blocks are temporary just to make sure people upgrade to a
# version that lack runtime version checking.  We'll drop them in
# the future.
RDEPEND=gmp? ( =dev-libs/gmp-5.1.3-r1[static-libs(+)?,${MULTILIB_USEDEP}] )
zlib? ( =sys-libs/zlib-1.2.8-r1[static-libs(+)?,${MULTILIB_USEDEP}] )
kerberos? ( =app-crypt/mit-krb5-1.11.4[${MULTILIB_USEDEP}] )
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20140406-r3
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)
!net-misc/openssh-5.9_p1-r4
!net-libs/neon-0.29.6-r1
DEPEND=${RDEPEND}
sys-apps/diffutils
=dev-lang/perl-5
test? ( sys-devel/bc )
PDEPEND=app-misc/ca-certificates

src_unpack() {
unpack ${P}.tar.gz
SSL_CNF_DIR=/etc/ssl
sed \
-e /^DIR=/s:=.*:=${EPREFIX}${SSL_CNF_DIR}: \
-e s:SSL_CMD=/usr:SSL_CMD=${EPREFIX}/usr: \
${DISTDIR}/${PN}-c_rehash.sh.${REV} \
 ${WORKDIR}/c_rehash || die #416717
}

MULTILIB_WRAPPED_HEADERS=(
usr/include/openssl/opensslconf.h
)

src_prepare() {
# Make sure we only ever touch Makefile.org and avoid patching a file
# that gets blown away anyways by the Configure script in src_configure
rm -f Makefile

if ! use vanilla ; then
epatch ${FILESDIR}/${PN}-1.0.0a-ldflags.patch #327421
epatch ${FILESDIR}/${PN}-1.0.0d-windres.patch #373743
epatch ${FILESDIR}/${PN}-1.0.0h-pkg-config.patch
epatch ${FILESDIR}/${PN}-1.0.1p-parallel-build.patch
epatch ${FILESDIR}/${PN}-1.0.1m-x32.patch
epatch ${FILESDIR}/${PN}-1.0.1m-ipv6.patch
epatch 
${FILESDIR}/${PN}-1.0.1f-revert-alpha-perl-generation.patch #499086
epatch_user #332661
fi

# disable fips in the build
# make sure 

[gentoo-commits] gentoo-x86 commit in dev-libs/openssl/files: openssl-1.0.2d-parallel-build.patch openssl-1.0.1p-parallel-build.patch

2015-07-09 Thread Mike Frysinger (vapier)
vapier  15/07/09 14:08:16

  Added:openssl-1.0.2d-parallel-build.patch
openssl-1.0.1p-parallel-build.patch
  Log:
  Version bump #554172 by Tobias Heinlein.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.1  dev-libs/openssl/files/openssl-1.0.2d-parallel-build.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/files/openssl-1.0.2d-parallel-build.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/files/openssl-1.0.2d-parallel-build.patch?rev=1.1content-type=text/plain

Index: openssl-1.0.2d-parallel-build.patch
===
https://rt.openssl.org/Ticket/Display.html?id=2084user=guestpass=guest
https://rt.openssl.org/Ticket/Display.html?id=3738user=guestpass=guest

--- openssl-1.0.2d/crypto/Makefile
+++ openssl-1.0.2d/crypto/Makefile
@@ -85,11 +85,11 @@
@if [ -z $(THIS) ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; 
fi
 
 subdirs:
-   @target=all; $(RECURSIVE_MAKE)
+   +@target=all; $(RECURSIVE_MAKE)
 
 files:
$(PERL) $(TOP)/util/files.pl CPUID_OBJ=$(CPUID_OBJ) Makefile  
$(TOP)/MINFO
-   @target=files; $(RECURSIVE_MAKE)
+   +@target=files; $(RECURSIVE_MAKE)
 
 links:
@$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER)
@@ -100,7 +100,7 @@
 # lib: $(LIB): are splitted to avoid end-less loop
 lib:   $(LIB)
@touch lib
-$(LIB):$(LIBOBJ)
+$(LIB):$(LIBOBJ) | subdirs
$(AR) $(LIB) $(LIBOBJ)
test -z $(FIPSLIBDIR) || $(AR) $(LIB) $(FIPSLIBDIR)fipscanister.o
$(RANLIB) $(LIB) || echo Never mind.
@@ -111,7 +111,7 @@
fi
 
 libs:
-   @target=lib; $(RECURSIVE_MAKE)
+   +@target=lib; $(RECURSIVE_MAKE)
 
 install:
@[ -n $(INSTALLTOP) ] # should be set by top Makefile...
@@ -120,7 +120,7 @@
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
done;
-   @target=install; $(RECURSIVE_MAKE)
+   +@target=install; $(RECURSIVE_MAKE)
 
 lint:
@target=lint; $(RECURSIVE_MAKE)
--- openssl-1.0.2d/engines/Makefile
+++ openssl-1.0.2d/engines/Makefile
@@ -72,7 +72,7 @@
 
 all:   lib subdirs
 
-lib:   $(LIBOBJ)
+lib:   $(LIBOBJ) | subdirs
@if [ -n $(SHARED_LIBS) ]; then \
set -e; \
for l in $(LIBNAMES); do \
@@ -89,7 +89,7 @@
 
 subdirs:
echo $(EDIRS)
-   @target=all; $(RECURSIVE_MAKE)
+   +@target=all; $(RECURSIVE_MAKE)
 
 files:
$(PERL) $(TOP)/util/files.pl Makefile  $(TOP)/MINFO
@@ -128,7 +128,7 @@
  mv -f 
$(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new 
$(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx ); \
done; \
fi
-   @target=install; $(RECURSIVE_MAKE)
+   +@target=install; $(RECURSIVE_MAKE)
 
 tags:
ctags $(SRC)
--- openssl-1.0.2d/Makefile.org
+++ openssl-1.0.2d/Makefile.org
@@ -274,17 +274,17 @@
 build_libs: build_crypto build_ssl build_engines
 
 build_crypto:
-   @dir=crypto; target=all; $(BUILD_ONE_CMD)
+   +@dir=crypto; target=all; $(BUILD_ONE_CMD)
 build_ssl: build_crypto
-   @dir=ssl; target=all; $(BUILD_ONE_CMD)
+   +@dir=ssl; target=all; $(BUILD_ONE_CMD)
 build_engines: build_crypto
-   @dir=engines; target=all; $(BUILD_ONE_CMD)
+   +@dir=engines; target=all; $(BUILD_ONE_CMD)
 build_apps: build_libs
-   @dir=apps; target=all; $(BUILD_ONE_CMD)
+   +@dir=apps; target=all; $(BUILD_ONE_CMD)
 build_tests: build_libs
-   @dir=test; target=all; $(BUILD_ONE_CMD)
+   +@dir=test; target=all; $(BUILD_ONE_CMD)
 build_tools: build_libs
-   @dir=tools; target=all; $(BUILD_ONE_CMD)
+   +@dir=tools; target=all; $(BUILD_ONE_CMD)
 
 all_testapps: build_libs build_testapps
 build_testapps:
@@ -555,7 +555,7 @@
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
done;
-   @set -e; target=install; $(RECURSIVE_BUILD_CMD)
+   +@set -e; target=install; $(RECURSIVE_BUILD_CMD)
@set -e; liblist=$(LIBS); for i in $$liblist ;\
do \
if [ -f $$i ]; then \
--- openssl-1.0.2d/Makefile.shared
+++ openssl-1.0.2d/Makefile.shared
@@ -105,6 +105,7 @@
 SHAREDFLAGS=$${SHAREDFLAGS:-$(CFLAGS) $(SHARED_LDFLAGS)}; \
 LIBPATH=`for x in $$LIBDEPS; do echo $$x; done | sed -e 's/^ *-L//;t' -e d 
| uniq`; \
 LIBPATH=`echo $$LIBPATH | sed -e 's/ /:/g'`; \
+[ -e $$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX ]  exit 0; \
 LD_LIBRARY_PATH=$$LIBPATH:$$LD_LIBRARY_PATH \
 $${SHAREDCMD} $${SHAREDFLAGS} \
-o $$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX \
@@ -122,6 +123,7 @@
done; \
fi; \
  

[gentoo-commits] gentoo-x86 commit in media-sound/audacity: metadata.xml audacity-2.0.2.ebuild audacity-2.0.5.ebuild ChangeLog audacity-2.0.3.ebuild audacity-2.0.1.ebuild audacity-2.0.0.ebuild

2015-07-09 Thread Ben de Groot (yngwin)
yngwin  15/07/09 14:17:15

  Modified: metadata.xml audacity-2.0.2.ebuild
audacity-2.0.5.ebuild ChangeLog
  Removed:  audacity-2.0.3.ebuild audacity-2.0.1.ebuild
audacity-2.0.0.ebuild
  Log:
  Update HOMEPAGE, SRC_URI, metadata since upstream moved (bug #544762)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.9  media-sound/audacity/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml13 Feb 2013 18:23:40 -  1.8
+++ metadata.xml9 Jul 2015 14:17:15 -   1.9
@@ -1,22 +1,27 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdproaudio/herd
-   maintainer
-   emailrich...@audacityteam.org/email
-   nameRichard Ash/name
-   descriptionUpstream - please CC on bugs that concerns 
upstream/description
-   /maintainer
-   use
-   flag name=id3tagEnables ID3 tagging with id3tag 
library/flag
-   flag name=libsoxrUses pkgmedia-libs/soxr/pkg as audio 
resampling library: Better quality than the included resampler and much faster 
than libsamplerate while keeping almost the same quality./flag
-   flag name=midiEnables MIDI support/flag
-   flag name=sbsmsEnables sbsms library support for pitch and 
tempo changing/flag
-   flag name=soundtouchEnables soundtouch library support for 
pitch and tempo changing/flag
-   flag name=twolameEnables twolame support (MPEG Audio Layer 
2 encoder)/flag
-   flag name=vampEnables vamp plugins support (Audio analysing 
plugins)/flag
-   /use
-   upstream
-   remote-id type=google-codeaudacity/remote-id
-   /upstream
+  herdproaudio/herd
+  maintainer
+emailrich...@audacityteam.org/email
+nameRichard Ash/name
+descriptionUpstream - please CC on bugs that concerns 
upstream/description
+  /maintainer
+  use
+flag name=id3tagEnables ID3 tagging with id3tag library/flag
+flag name=libsoxr
+  Uses pkgmedia-libs/soxr/pkg as audio resampling library: Better
+  quality than the included resampler and much faster than libsamplerate
+  while keeping almost the same quality.
+/flag
+flag name=midiEnables MIDI support/flag
+flag name=sbsmsEnables sbsms library support for pitch and tempo
+  changing
+/flag
+flag name=soundtouchEnables soundtouch library support for pitch and
+  tempo changing
+/flag
+flag name=twolameEnables twolame support (MPEG Audio Layer 2 
encoder)/flag
+flag name=vampEnables vamp plugins support (Audio analysing 
plugins)/flag
+  /use
 /pkgmetadata



1.8  media-sound/audacity/audacity-2.0.2.ebuild

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

Index: audacity-2.0.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-2.0.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- audacity-2.0.2.ebuild   29 Jun 2013 19:40:54 -  1.7
+++ audacity-2.0.2.ebuild   9 Jul 2015 14:17:15 -   1.8
@@ -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/media-sound/audacity/audacity-2.0.2.ebuild,v 1.7 
2013/06/29 19:40:54 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/audacity/audacity-2.0.2.ebuild,v 1.8 
2015/07/09 14:17:15 yngwin Exp $
 
 EAPI=4
 
@@ -10,8 +10,8 @@
 MY_P=${PN}-src-${MY_PV}
 MY_T=${PN}-minsrc-${MY_PV}
 DESCRIPTION=Free crossplatform audio editor
-HOMEPAGE=http://audacity.sourceforge.net/;
-SRC_URI=http://audacity.googlecode.com/files/${MY_T}.tar.bz2;
+HOMEPAGE=http://web.audacityteam.org/;
+SRC_URI=mirror://gentoo/${MY_T}.tar.bz2
 
 LICENSE=GPL-2
 SLOT=0



1.4  media-sound/audacity/audacity-2.0.5.ebuild

file : 

[gentoo-commits] proj/grss:master commit in: tests/, grs/

2015-07-09 Thread Anthony G. Basile
commit: c59ed6dad57d443a0fef14f9b120f5e6b026abc9
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Thu Jul  9 14:49:23 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Thu Jul  9 14:49:23 2015 +
URL:https://gitweb.gentoo.org/proj/grss.git/commit/?id=c59ed6da

grs/Rotator.py: consolidate common rotation code.

 grs/Log.py | 16 ++--
 grs/PivotChroot.py | 22 +++---
 grs/Rotator.py | 28 
 grs/Seed.py| 22 +++---
 tests/test-log.py  |  4 +---
 5 files changed, 37 insertions(+), 55 deletions(-)

diff --git a/grs/Log.py b/grs/Log.py
index 2a7ef9d..81ac022 100644
--- a/grs/Log.py
+++ b/grs/Log.py
@@ -7,7 +7,7 @@ import re
 import shutil
 from grs.Constants import CONST
 
-class Log():
+class Log(Rotator):
 
 def __init__(self, logfile = CONST.LOGFILE):
 self.logfile = logfile
@@ -25,19 +25,7 @@ class Log():
 
 
 def rotate_logs(self):
-logs = glob.glob('%s.*' % self.logfile)
-indexed_log = {}
-for l in logs:
-m = re.search('^.+\.(\d+)$', l)
-indexed_log[int(m.group(1))] = l
-count = list(indexed_log.keys())
-count.sort()
-count.reverse()
-for c in count:
-current_log = indexed_log[c]
-m = re.search('^(.+)\.\d+$', current_log)
-next_log = '%s.%d' % (m.group(1), c+1)
-shutil.move(current_log, next_log)
+self.rotate(self.logfile)
 if os.path.isfile(self.logfile):
 shutil.move(self.logfile, '%s.0' % self.logfile)
 open('%s' % self.logfile, 'a').close()

diff --git a/grs/PivotChroot.py b/grs/PivotChroot.py
index 6eec3a0..8ec0fc6 100644
--- a/grs/PivotChroot.py
+++ b/grs/PivotChroot.py
@@ -9,7 +9,7 @@ from grs.Constants import CONST
 from grs.MountDirectories import MountDirectories
 
 
-class PivotChroot():
+class PivotChroot(Rotator):
  doc here
 more doc
 
@@ -32,25 +32,9 @@ class PivotChroot():
 if some_mounted:
 md.umount_all()
 
-# TODO: we need to generalize this code into its own class
-# and inherit it here, in Log.py and Seed.py.
-# Rotate any previous portage_configroots out of the way
-dirs = glob.glob('%s.*' % self.portage_configroot)
-indexed_dir = {}
-for d in dirs:
-m = re.search('^.+\.(\d+)$', d)
-indexed_dir[int(m.group(1))] = d
-count = list(indexed_dir.keys())
-count.sort()
-count.reverse()
-for c in count:
-current_dir = indexed_dir[c]
-m = re.search('^(.+)\.\d+$', current_dir)
-next_dir = '%s.%d' % (m.group(1), c+1)
-shutil.move(current_dir, next_dir)
-
-# Assume portage_configroot exists and out of the way to system.0,
+# Move portage_configroot out of the way to system.0,
 # then pivot out the inner chroot to system.
+self.rotate(self.portage_configroot)
 shutil.move(self.portage_configroot, '%s.0' % self.portage_configroot)
 inner_chroot = os.path.join('%s.0' % self.portage_configroot, 
subchroot)
 shutil.move(inner_chroot, os.path.join(self.tmpdir, 'system'))

diff --git a/grs/Rotator.py b/grs/Rotator.py
new file mode 100644
index 000..fb76274
--- /dev/null
+++ b/grs/Rotator.py
@@ -0,0 +1,28 @@
+i#!/usr/bin/env python
+
+import glob
+import re
+import shutil
+
+class Rotator():
+ doc here
+more doc
+
+
+def rotate(self, obj):
+ doc here
+more doc
+
+objs = glob.glob('%s.*' % obj)
+indexed_obj = {}
+for o in objs:
+m = re.search('^.+\.(\d+)$', o)
+indexed_obj[int(m.group(1))] = o
+count = list(indexed_obj.keys())
+count.sort()
+count.reverse()
+for c in count:
+current_obj = indexed_obj[c]
+m = re.search('^(.+)\.\d+$', current_obj)
+next_obj = '%s.%d' % (m.group(1), c+1)
+shutil.move(current_obj, next_obj)

diff --git a/grs/Seed.py b/grs/Seed.py
index 4ac95ed..493a32a 100644
--- a/grs/Seed.py
+++ b/grs/Seed.py
@@ -9,7 +9,7 @@ from grs.Constants import CONST
 from grs.Execute import Execute
 
 
-class Seed():
+class Seed(Rotator):
  doc here
 more doc
 
@@ -31,27 +31,11 @@ class Seed():
  doc here
 more doc
 
+# Rotate the old portage_configroot and package out of the way
 for directory in [self.portage_configroot, self.package]:
-# Rotate any previous directories out of the way
-dirs = glob.glob('%s.*' % directory)
-indexed_dir = {}
-for d in dirs:
-m = re.search('^.+\.(\d+)$', d)
-indexed_dir[int(m.group(1))] = d
-count = list(indexed_dir.keys())
-count.sort()
-

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

2015-07-09 Thread Agostino Sarubbo (ago)
ago 15/07/09 15:03:51

  Modified: openssl-1.0.1p.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #554172
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  dev-libs/openssl/openssl-1.0.1p.ebuild

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

Index: openssl-1.0.1p.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openssl-1.0.1p.ebuild   9 Jul 2015 14:08:16 -   1.1
+++ openssl-1.0.1p.ebuild   9 Jul 2015 15:03:51 -   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-libs/openssl/openssl-1.0.1p.ebuild,v 
1.1 2015/07/09 14:08:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v 
1.2 2015/07/09 15:03:51 ago 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.670dev-libs/openssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.669
retrieving revision 1.670
diff -u -r1.669 -r1.670
--- ChangeLog   9 Jul 2015 14:08:16 -   1.669
+++ ChangeLog   9 Jul 2015 15:03:51 -   1.670
@@ -1,6 +1,9 @@
 # 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.669 
2015/07/09 14:08:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.670 
2015/07/09 15:03:51 ago Exp $
+
+  09 Jul 2015; Agostino Sarubbo a...@gentoo.org openssl-1.0.1p.ebuild:
+  Stable for amd64, wrt bug #554172
 
 *openssl-1.0.2d (09 Jul 2015)
 *openssl-1.0.1p (09 Jul 2015)






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

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 15:36:08

  Modified: ruby-gdk3-2.2.3-r1.ebuild ruby-gdk3-2.2.3.ebuild
ChangeLog
  Log:
  Add ~x86 keyword wrt bug #554164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-ruby/ruby-gdk3/ruby-gdk3-2.2.3-r1.ebuild

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

Index: ruby-gdk3-2.2.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ruby-gdk3-2.2.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-gdk3-2.2.3-r1.ebuild   5 Jul 2015 10:28:39 -   1.1
+++ ruby-gdk3-2.2.3-r1.ebuild   9 Jul 2015 15:36:08 -   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-ruby/ruby-gdk3/ruby-gdk3-2.2.3-r1.ebuild,v 1.1 
2015/07/05 10:28:39 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ruby-gdk3-2.2.3-r1.ebuild,v 1.2 
2015/07/09 15:36:08 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby GDK-3.x bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 DEPEND+= x11-libs/gtk+:3



1.5  dev-ruby/ruby-gdk3/ruby-gdk3-2.2.3.ebuild

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

Index: ruby-gdk3-2.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ruby-gdk3-2.2.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ruby-gdk3-2.2.3.ebuild  5 Jul 2015 10:28:39 -   1.4
+++ ruby-gdk3-2.2.3.ebuild  9 Jul 2015 15:36:08 -   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/dev-ruby/ruby-gdk3/ruby-gdk3-2.2.3.ebuild,v 
1.4 2015/07/05 10:28:39 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ruby-gdk3-2.2.3.ebuild,v 
1.5 2015/07/09 15:36:08 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby GDK-3.x bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 DEPEND+= x11-libs/gtk+:3



1.10 dev-ruby/ruby-gdk3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   5 Jul 2015 10:28:39 -   1.9
+++ ChangeLog   9 Jul 2015 15:36:08 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-gdk3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ChangeLog,v 1.9 
2015/07/05 10:28:39 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ChangeLog,v 1.10 
2015/07/09 15:36:08 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org ruby-gdk3-2.2.3-r1.ebuild,
+  ruby-gdk3-2.2.3.ebuild:
+  Add ~x86 keyword wrt bug #554164
 
 *ruby-gdk3-2.2.3-r1 (05 Jul 2015)
 






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

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 15:36:44

  Modified: ruby-gtk3-2.2.3-r1.ebuild ruby-gtk3-2.2.3.ebuild
ChangeLog
  Log:
  Add ~x86 keyword wrt bug #554164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3-r1.ebuild

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

Index: ruby-gtk3-2.2.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-gtk3-2.2.3-r1.ebuild   5 Jul 2015 10:33:15 -   1.1
+++ ruby-gtk3-2.2.3-r1.ebuild   9 Jul 2015 15:36:44 -   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-ruby/ruby-gtk3/ruby-gtk3-2.2.3-r1.ebuild,v 1.1 
2015/07/05 10:33:15 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3-r1.ebuild,v 1.2 
2015/07/09 15:36:44 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby Gtk3 bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 DEPEND+= x11-libs/gtk+:3



1.4  dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3.ebuild

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

Index: ruby-gtk3-2.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-gtk3-2.2.3.ebuild  5 Jul 2015 10:33:15 -   1.3
+++ ruby-gtk3-2.2.3.ebuild  9 Jul 2015 15:36:44 -   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/dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3.ebuild,v 
1.3 2015/07/05 10:33:15 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ruby-gtk3-2.2.3.ebuild,v 
1.4 2015/07/09 15:36:44 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby Gtk3 bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 DEPEND+= x11-libs/gtk+:3



1.9  dev-ruby/ruby-gtk3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   5 Jul 2015 10:33:15 -   1.8
+++ ChangeLog   9 Jul 2015 15:36:44 -   1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-gtk3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ChangeLog,v 1.8 
2015/07/05 10:33:15 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ChangeLog,v 1.9 
2015/07/09 15:36:44 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org ruby-gtk3-2.2.3-r1.ebuild,
+  ruby-gtk3-2.2.3.ebuild:
+  Add ~x86 keyword wrt bug #554164
 
 *ruby-gtk3-2.2.3-r1 (05 Jul 2015)
 






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

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 15:42:08

  Modified: ruby-vte3-2.2.3-r1.ebuild ruby-vte3-2.2.3.ebuild
ChangeLog
  Log:
  Add ~x86 keyword wrt bug #554164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-ruby/ruby-vte3/ruby-vte3-2.2.3-r1.ebuild

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

Index: ruby-vte3-2.2.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-2.2.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-vte3-2.2.3-r1.ebuild   5 Jul 2015 10:39:40 -   1.1
+++ ruby-vte3-2.2.3-r1.ebuild   9 Jul 2015 15:42:08 -   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-ruby/ruby-vte3/ruby-vte3-2.2.3-r1.ebuild,v 1.1 
2015/07/05 10:39:40 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-2.2.3-r1.ebuild,v 1.2 
2015/07/09 15:42:08 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby VTE bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 DEPEND+= x11-libs/vte:2.90



1.4  dev-ruby/ruby-vte3/ruby-vte3-2.2.3.ebuild

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

Index: ruby-vte3-2.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-2.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-vte3-2.2.3.ebuild  5 Jul 2015 10:39:40 -   1.3
+++ ruby-vte3-2.2.3.ebuild  9 Jul 2015 15:42:08 -   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/dev-ruby/ruby-vte3/ruby-vte3-2.2.3.ebuild,v 
1.3 2015/07/05 10:39:40 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-2.2.3.ebuild,v 
1.4 2015/07/09 15:42:08 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby VTE bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 DEPEND+= x11-libs/vte:2.90



1.9  dev-ruby/ruby-vte3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   5 Jul 2015 10:39:40 -   1.8
+++ ChangeLog   9 Jul 2015 15:42:08 -   1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-vte3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog,v 1.8 
2015/07/05 10:39:40 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog,v 1.9 
2015/07/09 15:42:08 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org ruby-vte3-2.2.3-r1.ebuild,
+  ruby-vte3-2.2.3.ebuild:
+  Add ~x86 keyword wrt bug #554164
 
 *ruby-vte3-2.2.3-r1 (05 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-clutter-gstreamer: ruby-clutter-gstreamer-2.2.3-r1.ebuild ruby-clutter-gstreamer-2.2.3.ebuild ChangeLog

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 15:34:00

  Modified: ruby-clutter-gstreamer-2.2.3-r1.ebuild
ruby-clutter-gstreamer-2.2.3.ebuild ChangeLog
  Log:
  Add ~x86 keyword wrt bug #554164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3-r1.ebuild

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

Index: ruby-clutter-gstreamer-2.2.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-clutter-gstreamer-2.2.3-r1.ebuild  5 Jul 2015 10:24:11 -   
1.1
+++ ruby-clutter-gstreamer-2.2.3-r1.ebuild  9 Jul 2015 15:34:00 -   
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-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3-r1.ebuild,v
 1.1 2015/07/05 10:24:11 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3-r1.ebuild,v
 1.2 2015/07/09 15:34:00 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby Clutter bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 RUBY_S=ruby-gnome2-all-${PV}/clutter-gstreamer



1.4  
dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3.ebuild

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

Index: ruby-clutter-gstreamer-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-clutter-gstreamer-2.2.3.ebuild 5 Jul 2015 10:24:11 -   1.3
+++ ruby-clutter-gstreamer-2.2.3.ebuild 9 Jul 2015 15:34:00 -   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/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3.ebuild,v
 1.3 2015/07/05 10:24:11 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.3.ebuild,v
 1.4 2015/07/09 15:34:00 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby Clutter bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 RUBY_S=ruby-gnome2-all-${PV}/clutter-gstreamer



1.8  dev-ruby/ruby-clutter-gstreamer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   5 Jul 2015 10:24:11 -   1.7
+++ ChangeLog   9 Jul 2015 15:34:00 -   1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-clutter-gstreamer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ChangeLog,v 
1.7 2015/07/05 10:24:11 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ChangeLog,v 
1.8 2015/07/09 15:34:00 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  ruby-clutter-gstreamer-2.2.3-r1.ebuild, ruby-clutter-gstreamer-2.2.3.ebuild:
+  Add ~x86 keyword wrt bug #554164
 
 *ruby-clutter-gstreamer-2.2.3-r1 (05 Jul 2015)
 






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

2015-07-09 Thread Mike Frysinger (vapier)
vapier  15/07/09 15:43:24

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

Revision  ChangesPath
1.313sys-apps/file/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -r1.312 -r1.313
--- ChangeLog   15 Jun 2015 13:01:59 -  1.312
+++ ChangeLog   9 Jul 2015 15:43:24 -   1.313
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/file
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.312 2015/06/15 
13:01:59 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.313 2015/07/09 
15:43:24 vapier Exp $
+
+*file-5.24 (09 Jul 2015)
+
+  09 Jul 2015; Mike Frysinger vap...@gentoo.org +file-5.24.ebuild:
+  Version bump.
 
 *file-5.23 (15 Jun 2015)
 



1.1  sys-apps/file/file-5.24.ebuild

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

Index: file-5.24.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.24.ebuild,v 1.1 
2015/07/09 15:43:24 vapier Exp $

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

inherit eutils distutils-r1 libtool toolchain-funcs multilib-minimal

if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=git://github.com/glensc/file.git
inherit autotools git-r3
else
SRC_URI=ftp://ftp.astron.com/pub/file/${P}.tar.gz
ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz;
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
fi

DESCRIPTION=identify a file's format by scanning binary data for patterns
HOMEPAGE=http://www.darwinsys.com/file/;

LICENSE=BSD-2
SLOT=0
IUSE=python static-libs zlib

DEPEND=python? ( ${PYTHON_DEPS} )
zlib? ( =sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
abi_x86_32? ( !=app-emulation/emul-linux-x86-baselibs-20131008-r21
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )
RDEPEND=${DEPEND}
python? ( !dev-python/python-magic )

src_prepare() {
[[ ${PV} ==  ]]  eautoreconf
elibtoolize

# don't let python README kill main README #60043
mv python/README{,.python}
}

multilib_src_configure() {
ECONF_SOURCE=${S} \
ac_cv_header_zlib_h=$(usex zlib) \
ac_cv_lib_z_gzopen=$(usex zlib)
econf \
$(use_enable static-libs static)
}

src_configure() {
# when cross-compiling, we need to build up our own file
# because people often don't keep matching host/target
# file versions #362941
if tc-is-cross-compiler  ! ROOT=/ has_version ~${CATEGORY}/${P} ; then
mkdir -p ${WORKDIR}/build
cd ${WORKDIR}/build
tc-export_build_env BUILD_C{C,XX}
ECONF_SOURCE=${S} \
ac_cv_header_zlib_h=no \
ac_cv_lib_z_gzopen=no \
CHOST=${CBUILD} \
CFLAGS=${BUILD_CFLAGS} \
CXXFLAGS=${BUILD_CXXFLAGS} \
CPPFLAGS=${BUILD_CPPFLAGS} \
LDFLAGS=${BUILD_LDFLAGS} -static \
CC=${BUILD_CC} \
CXX=${BUILD_CXX} \
econf --disable-shared
fi

multilib-minimal_src_configure
}

multilib_src_compile() {
if multilib_is_native_abi ; then
emake
else
emake -C src libmagic.la
fi
}

src_compile() {
if tc-is-cross-compiler  ! ROOT=/ has_version ~${CATEGORY}/${P} ; then
emake -C ${WORKDIR}/build/src file
PATH=${WORKDIR}/build/src:${PATH}
fi
multilib-minimal_src_compile

use python  cd python  distutils-r1_src_compile
}

multilib_src_install() {
if multilib_is_native_abi ; then
default
else
emake -C src install-{includeHEADERS,libLTLIBRARIES} 
DESTDIR=${D}
fi
}

multilib_src_install_all() {
dodoc ChangeLog MAINT README

use 

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

2015-07-09 Thread Michal Gorny (mgorny)
mgorny  15/07/09 15:43:03

  Modified: ChangeLog gnome2.eclass
  Log:
  Remove meaningless nonfatal from elibtoolize call, bug #551154.

Revision  ChangesPath
1.1706   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1705
retrieving revision 1.1706
diff -u -r1.1705 -r1.1706
--- ChangeLog   9 Jul 2015 07:11:25 -   1.1705
+++ ChangeLog   9 Jul 2015 15:43:03 -   1.1706
@@ -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.1705 2015/07/09 
07:11:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1706 2015/07/09 
15:43:03 mgorny Exp $
+
+  09 Jul 2015; Michał Górny mgo...@gentoo.org gnome2.eclass:
+  Remove meaningless nonfatal from elibtoolize call, bug #551154.
 
   09 Jul 2015; Hans de Graaff gra...@gentoo.org ruby-single.eclass:
   Update documentation.



1.132eclass/gnome2.eclass

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

Index: gnome2.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- gnome2.eclass   18 Apr 2015 13:19:47 -  1.131
+++ gnome2.eclass   9 Jul 2015 15:43:03 -   1.132
@@ -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/gnome2.eclass,v 1.131 2015/04/18 
13:19:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.132 2015/07/09 
15:43:03 mgorny Exp $
 
 # @ECLASS: gnome2.eclass
 # @MAINTAINER:
@@ -84,8 +84,7 @@
gnome2_disable_deprecation_warning
 
# Run libtoolize
-   # Everything is fatal EAPI 4 onwards
-   nonfatal elibtoolize ${ELTCONF}
+   elibtoolize ${ELTCONF}
 }
 
 # @FUNCTION: gnome2_src_configure






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-webkit-gtk: ruby-webkit-gtk-2.2.3.ebuild ChangeLog

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 15:43:21

  Modified: ruby-webkit-gtk-2.2.3.ebuild ChangeLog
  Log:
  Add ~x86 keyword wrt bug #554164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3.ebuild

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

Index: ruby-webkit-gtk-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-webkit-gtk-2.2.3.ebuild5 Jul 2015 10:41:31 -   1.3
+++ ruby-webkit-gtk-2.2.3.ebuild9 Jul 2015 15:43:20 -   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/dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3.ebuild,v 
1.3 2015/07/05 10:41:31 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3.ebuild,v 
1.4 2015/07/09 15:43:20 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby WebKitGtk bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 DEPEND+= net-libs/webkit-gtk:3



1.10 dev-ruby/ruby-webkit-gtk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   5 Jul 2015 10:41:31 -   1.9
+++ ChangeLog   9 Jul 2015 15:43:20 -   1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-webkit-gtk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog,v 1.9 
2015/07/05 10:41:31 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog,v 1.10 
2015/07/09 15:43:20 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org ruby-webkit-gtk-2.2.3.ebuild:
+  Add ~x86 keyword wrt bug #554164
 
 *ruby-webkit-gtk-2.2.3-r1 (05 Jul 2015)
 






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

2015-07-09 Thread Agostino Sarubbo (ago)
ago 15/07/09 15:04:23

  Modified: openssl-1.0.1p.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #554172
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-libs/openssl/openssl-1.0.1p.ebuild

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

Index: openssl-1.0.1p.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openssl-1.0.1p.ebuild   9 Jul 2015 15:03:51 -   1.2
+++ openssl-1.0.1p.ebuild   9 Jul 2015 15:04:23 -   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-libs/openssl/openssl-1.0.1p.ebuild,v 
1.2 2015/07/09 15:03:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v 
1.3 2015/07/09 15:04:23 ago 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.671dev-libs/openssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.670
retrieving revision 1.671
diff -u -r1.670 -r1.671
--- ChangeLog   9 Jul 2015 15:03:51 -   1.670
+++ ChangeLog   9 Jul 2015 15:04:23 -   1.671
@@ -1,6 +1,9 @@
 # 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.670 
2015/07/09 15:03:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.671 
2015/07/09 15:04:23 ago Exp $
+
+  09 Jul 2015; Agostino Sarubbo a...@gentoo.org openssl-1.0.1p.ebuild:
+  Stable for x86, wrt bug #554172
 
   09 Jul 2015; Agostino Sarubbo a...@gentoo.org openssl-1.0.1p.ebuild:
   Stable for amd64, wrt bug #554172






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gobject-introspection: ruby-gobject-introspection-2.2.5.ebuild ruby-gobject-introspection-2.2.3-r1.ebuild ruby-gobject-introspection-2.2.3.ebuild Ch

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 15:32:31

  Modified: ruby-gobject-introspection-2.2.5.ebuild
ruby-gobject-introspection-2.2.3-r1.ebuild
ruby-gobject-introspection-2.2.3.ebuild ChangeLog
  Log:
  Add ~x86 keyword wrt bug #554164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.5.ebuild

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

Index: ruby-gobject-introspection-2.2.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-gobject-introspection-2.2.5.ebuild 9 Jul 2015 09:42:23 -   
1.1
+++ ruby-gobject-introspection-2.2.5.ebuild 9 Jul 2015 15:32:31 -   
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-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.5.ebuild,v
 1.1 2015/07/09 09:42:23 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.5.ebuild,v
 1.2 2015/07/09 15:32:31 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -10,7 +10,7 @@
 RUBY_S=ruby-gnome2-all-${PV}/gobject-introspection
 
 DESCRIPTION=Ruby GObjectIntrospection bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 DEPEND+= dev-libs/gobject-introspection



1.2  
dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3-r1.ebuild

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

Index: ruby-gobject-introspection-2.2.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-gobject-introspection-2.2.3-r1.ebuild  6 Jul 2015 09:40:28 -   
1.1
+++ ruby-gobject-introspection-2.2.3-r1.ebuild  9 Jul 2015 15:32:31 -   
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-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3-r1.ebuild,v
 1.1 2015/07/06 09:40:28 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3-r1.ebuild,v
 1.2 2015/07/09 15:32:31 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -10,7 +10,7 @@
 RUBY_S=ruby-gnome2-all-${PV}/gobject-introspection
 
 DESCRIPTION=Ruby GObjectIntrosprction bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 DEPEND+= dev-libs/gobject-introspection



1.4  
dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.ebuild

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

Index: ruby-gobject-introspection-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-gobject-introspection-2.2.3.ebuild 6 Jul 2015 09:40:28 -   
1.3
+++ ruby-gobject-introspection-2.2.3.ebuild 9 Jul 2015 15:32:31 -   
1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU 

[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-clutter-gtk: ruby-clutter-gtk-2.2.3.ebuild ruby-clutter-gtk-2.2.3-r1.ebuild ChangeLog

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 15:37:31

  Modified: ruby-clutter-gtk-2.2.3.ebuild
ruby-clutter-gtk-2.2.3-r1.ebuild ChangeLog
  Log:
  Add ~x86 keyword wrt bug #554164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3.ebuild

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

Index: ruby-clutter-gtk-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-clutter-gtk-2.2.3.ebuild   5 Jul 2015 10:25:31 -   1.3
+++ ruby-clutter-gtk-2.2.3.ebuild   9 Jul 2015 15:37:31 -   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/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3.ebuild,v
 1.3 2015/07/05 10:25:31 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3.ebuild,v
 1.4 2015/07/09 15:37:31 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby Clutter bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 RUBY_S=ruby-gnome2-all-${PV}/clutter-gtk



1.2  dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3-r1.ebuild

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

Index: ruby-clutter-gtk-2.2.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-clutter-gtk-2.2.3-r1.ebuild5 Jul 2015 10:25:31 -   1.1
+++ ruby-clutter-gtk-2.2.3-r1.ebuild9 Jul 2015 15:37:31 -   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-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3-r1.ebuild,v
 1.1 2015/07/05 10:25:31 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.3-r1.ebuild,v
 1.2 2015/07/09 15:37:31 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby Clutter bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 RUBY_S=ruby-gnome2-all-${PV}/clutter-gtk



1.9  dev-ruby/ruby-clutter-gtk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   5 Jul 2015 10:25:31 -   1.8
+++ ChangeLog   9 Jul 2015 15:37:31 -   1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-clutter-gtk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ChangeLog,v 1.8 
2015/07/05 10:25:31 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ChangeLog,v 1.9 
2015/07/09 15:37:31 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  ruby-clutter-gtk-2.2.3-r1.ebuild, ruby-clutter-gtk-2.2.3.ebuild:
+  Add ~x86 keyword wrt bug #554164
 
 *ruby-clutter-gtk-2.2.3-r1 (05 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: octave-4.0.0.ebuild ChangeLog

2015-07-09 Thread Mark Wright (gienah)
gienah  15/07/09 14:24:51

  Modified: octave-4.0.0.ebuild ChangeLog
  Log:
  Fix Bug 554290 - sci-mathematics/octave-4.0.0 fails to build - syntax error 
near unexpected token -std=c++11, AX_CHECK_COMPILE_FLAG(-std=c++11,' - thanks 
to Nikolaos Chatzidakis for reporting, PL Hayes, Francisco Vazquez for helping. 
Correct --without-64 to --disable-64. Apply 
octave-4.0.0-llvm-3.5-gnulib-hg.patch from http://savannah.gnu.org/bugs/?41061 
to fix compile error with some configurations (gcc 4.8.3 in a mostly stable 
chroot with llvm 3.5.0, USE=jit)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.2  sci-mathematics/octave/octave-4.0.0.ebuild

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

Index: octave-4.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-4.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- octave-4.0.0.ebuild 7 Jul 2015 13:25:35 -   1.1
+++ octave-4.0.0.ebuild 9 Jul 2015 14:24:51 -   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-mathematics/octave/octave-4.0.0.ebuild,v 1.1 
2015/07/07 13:25:35 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-4.0.0.ebuild,v 1.2 
2015/07/09 14:24:51 gienah Exp $
 
 EAPI=5
 
@@ -35,7 +35,7 @@
media-gfx/graphicsmagick[cxx]
media-gfx/imagemagick[cxx] ) )
java? ( =virtual/jre-1.6.0:* )
-   jit? ( =sys-devel/llvm-3.3:0= sys-devel/llvm-3.6:0= )
+   jit? ( =sys-devel/autoconf-archive-2015.02.04 =sys-devel/llvm-3.3:0= 
sys-devel/llvm-3.6:0= )
opengl? (
media-libs/freetype:2=
media-libs/fontconfig:1.0=
@@ -87,8 +87,10 @@
use gui  append-ldflags 
-Wl,-rpath,${EPREFIX}/usr/$(get_libdir)/qt4
fi
 
+   # Octave fails to build with LLVM 3.5 
http://savannah.gnu.org/bugs/?41061
has_version =sys-devel/llvm-3.5  \
-   epatch ${FILESDIR}/${PN}-4.0.0-llvm-3.5.patch
+   epatch ${FILESDIR}/${PN}-4.0.0-llvm-3.5.patch  \
+   epatch ${FILESDIR}/${PN}-4.0.0-llvm-3.5-gnulib-hg.patch
 
# Fix bug 501756
sed -i \
@@ -110,7 +112,7 @@
--localstatedir=${EPREFIX}/var/state/octave
--with-blas=$($(tc-getPKG_CONFIG) --libs blas)
--with-lapack=$($(tc-getPKG_CONFIG) --libs lapack)
-   --without-64
+   --disable-64
$(use_enable doc docs)
$(use_enable java)
$(use_enable gui)



1.177sci-mathematics/octave/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.177view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.177content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.176r2=1.177

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog   7 Jul 2015 13:25:35 -   1.176
+++ ChangeLog   9 Jul 2015 14:24:51 -   1.177
@@ -1,6 +1,16 @@
 # ChangeLog for sci-mathematics/octave
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.176 
2015/07/07 13:25:35 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.177 
2015/07/09 14:24:51 gienah Exp $
+
+  09 Jul 2015; Mark Wright gie...@gentoo.org
+  +files/octave-4.0.0-llvm-3.5-gnulib-hg.patch, octave-4.0.0.ebuild:
+  Fix Bug 554290 - sci-mathematics/octave-4.0.0 fails to build - syntax error
+  near unexpected token -std=c++11, AX_CHECK_COMPILE_FLAG(-std=c++11,' - thanks
+  to Nikolaos Chatzidakis for reporting, PL Hayes, Francisco Vazquez for
+  helping. Correct --without-64 to --disable-64. Apply octave-4.0.0-llvm-3.5
+  -gnulib-hg.patch from http://savannah.gnu.org/bugs/?41061 to fix compile 
error
+  with some configurations (gcc 4.8.3 in a mostly stable chroot with llvm 
3.5.0,
+  USE=jit)
 
 *octave-4.0.0 (07 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-cairo-gobject: ruby-cairo-gobject-2.2.5.ebuild ChangeLog

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 15:30:26

  Modified: ruby-cairo-gobject-2.2.5.ebuild ChangeLog
  Log:
  Add ~x86 keyword wrt bug #554164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.5.ebuild

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

Index: ruby-cairo-gobject-2.2.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-cairo-gobject-2.2.5.ebuild 9 Jul 2015 11:49:58 -   1.1
+++ ruby-cairo-gobject-2.2.5.ebuild 9 Jul 2015 15:30:26 -   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-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.5.ebuild,v
 1.1 2015/07/09 11:49:58 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.2.5.ebuild,v
 1.2 2015/07/09 15:30:26 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -10,7 +10,7 @@
 RUBY_S=ruby-gnome2-all-${PV}/cairo-gobject
 
 DESCRIPTION=Ruby cairo-gobject bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 DEPEND+= x11-libs/cairo



1.12 dev-ruby/ruby-cairo-gobject/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   9 Jul 2015 15:29:09 -   1.11
+++ ChangeLog   9 Jul 2015 15:30:26 -   1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-cairo-gobject
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ChangeLog,v 
1.11 2015/07/09 15:29:09 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ChangeLog,v 
1.12 2015/07/09 15:30:26 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  ruby-cairo-gobject-2.2.5.ebuild:
+  Add ~x86 keyword wrt bug #554164
 
   09 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   ruby-cairo-gobject-2.2.3-r1.ebuild, ruby-cairo-gobject-2.2.3.ebuild:






[gentoo-commits] proj/grs:stages-amd64-hardened commit in: scripts/

2015-07-09 Thread Anthony G. Basile
commit: 2e29f6fa8080ad2af5c59af65620d98b690f76e8
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Thu Jul  9 15:42:11 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Thu Jul  9 15:42:11 2015 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=2e29f6fa

Do a depclean at the very end.

 scripts/cycle.3.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/cycle.3.sh b/scripts/cycle.3.sh
index 8c26081..7a75f8d 100644
--- a/scripts/cycle.3.sh
+++ b/scripts/cycle.3.sh
@@ -1,3 +1,4 @@
 #!/bin/bash -e
 
 emerge -bkNe1q @system
+emerge --depclean



[gentoo-commits] gentoo-x86 commit in net-ftp/filezilla: filezilla-3.12.0.1.ebuild ChangeLog filezilla-3.12.0.ebuild

2015-07-09 Thread Bernard Cafarelli (voyageur)
voyageur15/07/09 15:16:06

  Modified: ChangeLog
  Added:filezilla-3.12.0.1.ebuild
  Removed:  filezilla-3.12.0.ebuild
  Log:
  Bugfix bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.128net-ftp/filezilla/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog   8 Jul 2015 20:09:35 -   1.127
+++ ChangeLog   9 Jul 2015 15:16:06 -   1.128
@@ -1,6 +1,12 @@
 # ChangeLog for net-ftp/filezilla
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.127 
2015/07/08 20:09:35 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.128 
2015/07/09 15:16:06 voyageur Exp $
+
+*filezilla-3.12.0.1 (09 Jul 2015)
+
+  09 Jul 2015; Bernard Cafarelli voyag...@gentoo.org
+  -filezilla-3.12.0.ebuild, +filezilla-3.12.0.1.ebuild:
+  Bugfix bump
 
 *filezilla-3.12.0 (08 Jul 2015)
 



1.1  net-ftp/filezilla/filezilla-3.12.0.1.ebuild

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

Index: filezilla-3.12.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.12.0.1.ebuild,v 1.1 
2015/07/09 15:16:06 voyageur Exp $

EAPI=5

WX_GTK_VER=3.0

inherit autotools eutils flag-o-matic multilib wxwidgets

MY_PV=${PV/_/-}
MY_P=FileZilla_${MY_PV}

DESCRIPTION=FTP client with lots of useful features and an intuitive interface
HOMEPAGE=http://filezilla-project.org/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos
IUSE=aqua dbus nls test

RDEPEND==app-eselect/eselect-wxwidgets-0.7-r1
=dev-db/sqlite-3.7
=dev-libs/tinyxml-2.6.1-r1[stl]
net-dns/libidn
=net-libs/gnutls-3.1.12
aqua? ( =x11-libs/wxGTK-3.0.2.0-r1:3.0[aqua] )
!aqua? ( =x11-libs/wxGTK-3.0.2.0-r1:3.0[X] x11-misc/xdg-utils )
dbus? ( sys-apps/dbus )
DEPEND=${RDEPEND}
virtual/pkgconfig
=sys-devel/libtool-1.4
nls? ( =sys-devel/gettext-0.11 )
test? ( dev-util/cppunit )

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
epatch ${FILESDIR}/${PN}-3.10.2-debug.patch
append-cppflags -DTIXML_USE_STL
eautoreconf
}

src_configure() {
econf $(use_with dbus) $(use_enable nls locales) \
--with-tinyxml=system \
--disable-autoupdatecheck
}

src_install() {
emake DESTDIR=${D} install

doicon src/interface/resources/48x48/${PN}.png

dodoc AUTHORS ChangeLog NEWS

if use aqua ; then
cat  ${T}/${PN} -EOF
#!${EPREFIX}/bin/bash
open ${EPREFIX}/Applications/FileZilla.app
EOF
rm ${ED}/usr/bin/${PN} || die
dobin ${T}/${PN}
insinto /Applications
doins -r ${S}/FileZilla.app
fi
}






[gentoo-commits] proj/grss:master commit in: grs/

2015-07-09 Thread Anthony G. Basile
commit: 2077c0fb889f144efad47ee7060932b47873b7c8
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Thu Jul  9 15:28:49 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Thu Jul  9 15:28:49 2015 +
URL:https://gitweb.gentoo.org/proj/grss.git/commit/?id=2077c0fb

grs/__init__.py: import Rotator.

 grs/Log.py | 2 ++
 grs/PivotChroot.py | 1 +
 grs/Rotator.py | 2 +-
 grs/Seed.py| 2 ++
 grs/__init__.py| 1 +
 5 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/grs/Log.py b/grs/Log.py
index 81ac022..201eeb9 100644
--- a/grs/Log.py
+++ b/grs/Log.py
@@ -5,7 +5,9 @@ import glob
 import os
 import re
 import shutil
+
 from grs.Constants import CONST
+from grs.Rotator import Rotator
 
 class Log(Rotator):
 

diff --git a/grs/PivotChroot.py b/grs/PivotChroot.py
index 8ec0fc6..ff0fb69 100644
--- a/grs/PivotChroot.py
+++ b/grs/PivotChroot.py
@@ -7,6 +7,7 @@ import shutil
 
 from grs.Constants import CONST
 from grs.MountDirectories import MountDirectories
+from grs.Rotator import Rotator
 
 
 class PivotChroot(Rotator):

diff --git a/grs/Rotator.py b/grs/Rotator.py
index fb76274..d82c9fd 100644
--- a/grs/Rotator.py
+++ b/grs/Rotator.py
@@ -1,4 +1,4 @@
-i#!/usr/bin/env python
+#!/usr/bin/env python
 
 import glob
 import re

diff --git a/grs/Seed.py b/grs/Seed.py
index 493a32a..aad5d20 100644
--- a/grs/Seed.py
+++ b/grs/Seed.py
@@ -5,8 +5,10 @@ import os
 import re
 import shutil
 import urllib.request
+
 from grs.Constants import CONST
 from grs.Execute import Execute
+from grs.Rotator import Rotator
 
 
 class Seed(Rotator):

diff --git a/grs/__init__.py b/grs/__init__.py
index 383e5f2..10831e9 100644
--- a/grs/__init__.py
+++ b/grs/__init__.py
@@ -10,6 +10,7 @@ from grs.Kernel import Kernel
 from grs.MountDirectories import MountDirectories
 from grs.PivotChroot import PivotChroot
 from grs.Populate import Populate
+from grs.Rotator import Rotator
 from grs.RunScript import RunScript
 from grs.Synchronize import Synchronize
 from grs.Seed import Seed



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

2015-07-09 Thread Devan Franchini
commit: 17fa547f5653b60c67270b1b3fffbc82d20dd09b
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Thu Jul  9 16:17:13 2015 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Thu Jul  9 16:17:13 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=17fa547f

dbbase.py: Adds use of db module plug-in system

Other changes include code clean up and the disabling of the add_new()
function. Currently the DbBase only supports the XML DBHandler but
more support will be added soon.

 layman/dbbase.py | 143 +++
 1 file changed, 59 insertions(+), 84 deletions(-)

diff --git a/layman/dbbase.py b/layman/dbbase.py
index 3e47384..b6c32bc 100644
--- a/layman/dbbase.py
+++ b/layman/dbbase.py
@@ -5,12 +5,13 @@
 
#
 # File:   dbbase.py
 #
-# Access to an xml list of overlays
+# Main handler of overlay database(s).
 #
 # Copyright:
 # (c) 2005 - 2009 Gunnar Wrobel
 # (c) 2009Sebastian Pipping
 # (c) 2009Christian Groschupp
+# (c) 2015Devan Franchini
 # Distributed under the terms of the GNU General Public License v2
 #
 # Author(s):
@@ -19,11 +20,11 @@
 # Christian Groschupp christ...@groschupp.org
 # Devan Franchini twitch...@gentoo.org
 #
-'''Main handler for overlays.'''
+'''Main handler for overlay database(s).'''
 
 from __future__ import unicode_literals
 
-__version__ = $Id: overlay.py 273 2006-12-30 15:54:50Z wrobel $
+__version__ = $Id: dbbase.py 273 2015-07-09 11:35:55Z twitch153 $
 
 
#===
 #
@@ -34,22 +35,22 @@ __version__ = $Id: overlay.py 273 2006-12-30 15:54:50Z 
wrobel $
 import os
 import os.path
 import sys
-import xml
-import xml.etree.ElementTree as ET # Python 2.5
 
-#from   layman.debug  import OUT
-from   layman.utils  import indent
-from   layman.compatibility  import fileopen
+from   layman.module import Modules
 from   layman.overlays.overlay   import Overlay
 
 
 #py3.2+
 if sys.hexversion = 0x30200f0:
 _UNICODE = 'unicode'
+STR = str
 else:
 _UNICODE = 'UTF-8'
+STR = basestring
 
 
+MOD_PATH = os.path.join(os.path.dirname(__file__), 'db_modules')
+
 
#===
 #
 # Class UnknownOverlayException
@@ -65,25 +66,6 @@ class UnknownOverlayException(Exception):
 def __str__(self):
 return UnknownOverlayMessage(self.repo_name)
 
-#===
-#
-# Class BrokenOverlayCatalog
-#
-#---
-
-class BrokenOverlayCatalog(ValueError):
-def __init__(self, origin, expat_error, hint=None):
-if hint == None:
-hint = ''
-else:
-hint = '\nHint: %s' % hint
-
-super(BrokenOverlayCatalog, self).__init__(
-'XML parsing failed for %(origin)s (line %(line)d, column'\
-'%(column)d)%(hint)s' % {'line': expat_error.lineno,
- 'column':expat_error.offset + 1,
- 'origin':origin, 'hint':hint})
-
 
 
#===
 #
@@ -96,29 +78,38 @@ class DbBase(object):
 Handle a list of overlays.
 '''
 
-def __init__(self, config, paths=None, ignore = 0,
-ignore_init_read_errors=False, allow_missing=False):
+def __init__(self, config, paths=None, ignore=0,
+   ignore_init_read_errors=False, allow_missing=False):
 
 self.config = config
+self.db_types = config['db_type']
 self.ignore = ignore
-self.paths = paths
+self.ignore_init_read_errors = ignore_init_read_errors
+self.mod_ctl = Modules(path=MOD_PATH,
+   namepath='layman.db_modules',
+   output=config['output'])
 self.output = config['output']
 self.overlays = {}
-self.ignore_init_read_errors = ignore_init_read_errors
+self.paths = paths
+
 path_found = False
 
 self.output.debug('Initializing overlay list handler', 8)
 
+if isinstance(self.db_types, STR):
+self.db_types = [x.strip() for x in self.db_types.split(',')]
+
 for path in self.paths:
 if not os.path.exists(path):
 continue
 
-self.read_file(path)
+self.read_db(path)
 path_found = True
 
 if not path_found and not allow_missing:
-msg = Warning: an installed db file was not found at: %(path)s
-self.output.warn(msg % {'path': 

[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-webkit-gtk2: ruby-webkit-gtk2-2.2.3-r1.ebuild ChangeLog

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 15:57:26

  Modified: ruby-webkit-gtk2-2.2.3-r1.ebuild ChangeLog
  Log:
  Add ~x86 keyword wrt bug #554164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3-r1.ebuild

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

Index: ruby-webkit-gtk2-2.2.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-webkit-gtk2-2.2.3-r1.ebuild5 Jul 2015 10:40:36 -   1.1
+++ ruby-webkit-gtk2-2.2.3-r1.ebuild9 Jul 2015 15:57:26 -   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-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3-r1.ebuild,v
 1.1 2015/07/05 10:40:36 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3-r1.ebuild,v
 1.2 2015/07/09 15:57:26 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby WebKitGtk+ for Gtk 2.0 bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 DEPEND+= net-libs/webkit-gtk:2



1.10 dev-ruby/ruby-webkit-gtk2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Jul 2015 15:43:55 -   1.9
+++ ChangeLog   9 Jul 2015 15:57:26 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-webkit-gtk2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ChangeLog,v 1.9 
2015/07/09 15:43:55 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ChangeLog,v 1.10 
2015/07/09 15:57:26 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  ruby-webkit-gtk2-2.2.3-r1.ebuild:
+  Add ~x86 keyword wrt bug #554164
 
   09 Jul 2015; Mikle Kolyada zlog...@gentoo.org 
ruby-webkit-gtk2-2.2.3.ebuild:
   Add ~x86 keyword wrt bug #554164






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

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 15:57:49

  Modified: ruby-gnome2-2.2.3.ebuild
ruby-gnome2-2.2.3-r1.ebuild ChangeLog
  Log:
  Add ~x86 keyword wrt bug #554164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3.ebuild

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

Index: ruby-gnome2-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-gnome2-2.2.3.ebuild5 Jul 2015 10:17:34 -   1.3
+++ ruby-gnome2-2.2.3.ebuild9 Jul 2015 15:57:49 -   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/dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3.ebuild,v 1.3 
2015/07/05 10:17:34 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3.ebuild,v 1.4 
2015/07/09 15:57:49 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -13,7 +13,7 @@
 
 LICENSE=Ruby
 SLOT=0
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 ruby_add_rdepend 



1.2  dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3-r1.ebuild

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

Index: ruby-gnome2-2.2.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-gnome2-2.2.3-r1.ebuild 5 Jul 2015 10:17:34 -   1.1
+++ ruby-gnome2-2.2.3-r1.ebuild 9 Jul 2015 15:57:49 -   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-ruby/ruby-gnome2/ruby-gnome2-2.2.3-r1.ebuild,v 1.1 
2015/07/05 10:17:34 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3-r1.ebuild,v 1.2 
2015/07/09 15:57:49 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -13,7 +13,7 @@
 
 LICENSE=Ruby
 SLOT=0
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 ruby_add_rdepend 



1.92 dev-ruby/ruby-gnome2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   5 Jul 2015 10:17:34 -   1.91
+++ ChangeLog   9 Jul 2015 15:57:49 -   1.92
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-gnome2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog,v 1.91 
2015/07/05 10:17:34 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog,v 1.92 
2015/07/09 15:57:49 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org ruby-gnome2-2.2.3-r1.ebuild,
+  ruby-gnome2-2.2.3.ebuild:
+  Add ~x86 keyword wrt bug #554164
 
 *ruby-gnome2-2.2.3-r1 (05 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in net-proxy/squid: squid-3.5.6.ebuild ChangeLog

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 16:24:08

  Modified: squid-3.5.6.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554168
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  net-proxy/squid/squid-3.5.6.ebuild

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

Index: squid-3.5.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- squid-3.5.6.ebuild  7 Jul 2015 10:58:39 -   1.1
+++ squid-3.5.6.ebuild  9 Jul 2015 16:24:08 -   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-proxy/squid/squid-3.5.6.ebuild,v 1.1 
2015/07/07 10:58:39 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.6.ebuild,v 1.2 
2015/07/09 16:24:08 zlogene Exp $
 
 EAPI=5
 inherit autotools eutils linux-info pam toolchain-funcs user versionator
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd
 IUSE=caps ipv6 pam ldap samba sasl kerberos nis radius ssl snmp selinux 
logrotate test \
ecap esi ssl-crtd \
mysql postgres sqlite \



1.534net-proxy/squid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.534view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.534content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?r1=1.533r2=1.534

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v
retrieving revision 1.533
retrieving revision 1.534
diff -u -r1.533 -r1.534
--- ChangeLog   7 Jul 2015 10:58:39 -   1.533
+++ ChangeLog   9 Jul 2015 16:24:08 -   1.534
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/squid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.533 
2015/07/07 10:58:39 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.534 
2015/07/09 16:24:08 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org squid-3.5.6.ebuild:
+  amd64 stable wrt bug #554168
 
 *squid-3.5.6 (07 Jul 2015)
 






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

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 16:26:16

  Modified: portage-2.2.20.ebuild ChangeLog
  Log:
  arm stable wrt bug #554104
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  sys-apps/portage/portage-2.2.20.ebuild

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

Index: portage-2.2.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.20.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- portage-2.2.20.ebuild   8 Jul 2015 04:54:26 -   1.4
+++ portage-2.2.20.ebuild   9 Jul 2015 16:26:16 -   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-apps/portage/portage-2.2.20.ebuild,v 
1.4 2015/07/08 04:54:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.20.ebuild,v 
1.5 2015/07/09 16:26:16 zlogene Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE=GPL-2
-KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 SLOT=0
 IUSE=build doc epydoc +ipc linguas_ru selinux xattr
 



1.1451   sys-apps/portage/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v
retrieving revision 1.1450
retrieving revision 1.1451
diff -u -r1.1450 -r1.1451
--- ChangeLog   8 Jul 2015 04:54:26 -   1.1450
+++ ChangeLog   9 Jul 2015 16:26:16 -   1.1451
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/portage
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1450 
2015/07/08 04:54:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1451 
2015/07/09 16:26:16 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org portage-2.2.20.ebuild:
+  arm stable wrt bug #554104
 
   08 Jul 2015; Jeroen Roovers j...@gentoo.org portage-2.2.20.ebuild:
   Stable for PPC64 (bug #554104).






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

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 15:41:15

  Modified: ruby-gtksourceview3-2.2.3.ebuild
ruby-gtksourceview3-2.2.3-r1.ebuild ChangeLog
  Log:
  Add ~x86 keyword wrt bug #554164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  
dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-2.2.3.ebuild

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

Index: ruby-gtksourceview3-2.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-2.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-gtksourceview3-2.2.3.ebuild5 Jul 2015 10:35:27 -   1.3
+++ ruby-gtksourceview3-2.2.3.ebuild9 Jul 2015 15:41:15 -   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/dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-2.2.3.ebuild,v
 1.3 2015/07/05 10:35:27 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-2.2.3.ebuild,v
 1.4 2015/07/09 15:41:15 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby Gtk3 bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 DEPEND+= x11-libs/gtksourceview:3.0



1.2  
dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-2.2.3-r1.ebuild

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

Index: ruby-gtksourceview3-2.2.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-2.2.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-gtksourceview3-2.2.3-r1.ebuild 5 Jul 2015 10:35:27 -   1.1
+++ ruby-gtksourceview3-2.2.3-r1.ebuild 9 Jul 2015 15:41:15 -   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-ruby/ruby-gtksourceview3/ruby-gtksourceview3-2.2.3-r1.ebuild,v
 1.1 2015/07/05 10:35:27 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-2.2.3-r1.ebuild,v
 1.2 2015/07/09 15:41:15 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby Gtk3 bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 DEPEND+= x11-libs/gtksourceview:3.0



1.9  dev-ruby/ruby-gtksourceview3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview3/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   5 Jul 2015 10:35:27 -   1.8
+++ ChangeLog   9 Jul 2015 15:41:15 -   1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-gtksourceview3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview3/ChangeLog,v 
1.8 2015/07/05 10:35:27 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview3/ChangeLog,v 
1.9 2015/07/09 15:41:15 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  ruby-gtksourceview3-2.2.3-r1.ebuild, ruby-gtksourceview3-2.2.3.ebuild:
+  Add ~x86 keyword wrt bug #554164
 
 *ruby-gtksourceview3-2.2.3-r1 (05 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-webkit-gtk: ruby-webkit-gtk-2.2.3-r1.ebuild ChangeLog

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 15:56:45

  Modified: ruby-webkit-gtk-2.2.3-r1.ebuild ChangeLog
  Log:
  Add ~x86 keyword wrt bug #554164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3-r1.ebuild

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

Index: ruby-webkit-gtk-2.2.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-webkit-gtk-2.2.3-r1.ebuild 5 Jul 2015 10:41:31 -   1.1
+++ ruby-webkit-gtk-2.2.3-r1.ebuild 9 Jul 2015 15:56:44 -   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-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3-r1.ebuild,v
 1.1 2015/07/05 10:41:31 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3-r1.ebuild,v
 1.2 2015/07/09 15:56:44 zlogene Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION=Ruby WebKitGtk bindings
-KEYWORDS=~amd64 ~ppc
+KEYWORDS=~amd64 ~ppc ~x86
 IUSE=
 
 DEPEND+= net-libs/webkit-gtk:3



1.11 dev-ruby/ruby-webkit-gtk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   9 Jul 2015 15:43:20 -   1.10
+++ ChangeLog   9 Jul 2015 15:56:44 -   1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-webkit-gtk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog,v 1.10 
2015/07/09 15:43:20 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog,v 1.11 
2015/07/09 15:56:44 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  ruby-webkit-gtk-2.2.3-r1.ebuild:
+  Add ~x86 keyword wrt bug #554164
 
   09 Jul 2015; Mikle Kolyada zlog...@gentoo.org ruby-webkit-gtk-2.2.3.ebuild:
   Add ~x86 keyword wrt bug #554164






[gentoo-commits] proj/layman:master commit in: layman/tests/

2015-07-09 Thread Devan Franchini
commit: 218a9cbf948a70d852d1fe0e22322003d2f0b6dd
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Thu Jul  9 17:20:20 2015 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Thu Jul  9 17:20:20 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=218a9cbf

external.py: Adds db_type to configs for DbBase tests

 layman/tests/external.py | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/layman/tests/external.py b/layman/tests/external.py
index 97bd6ee..e2a44b0 100755
--- a/layman/tests/external.py
+++ b/layman/tests/external.py
@@ -637,6 +637,7 @@ class ReadWriteSelectListDbBase(unittest.TestCase):
 output = Message()
 config = {
   'output': output,
+  'db_type': 'xml',
   'svn_command': '/usr/bin/svn',
   'rsync_command':'/usr/bin/rsync'
  }
@@ -670,7 +671,8 @@ class ReadWriteSelectListDbBase(unittest.TestCase):
 
 def read_db(self):
 output = Message()
-config = {'output': output}
+config = {'output': output,
+  'db_type': 'xml',}
 db = DbBase(config, [HERE + '/testfiles/global-overlays.xml', ])
 keys = sorted(db.overlays)
 self.assertEqual(keys, ['wrobel', 'wrobel-stable'])
@@ -681,7 +683,8 @@ class ReadWriteSelectListDbBase(unittest.TestCase):
 
 def select_db(self):
 output = Message()
-config = {'output': output}
+config = {'output': output,
+  'db_type': 'xml',}
 db = DbBase(config, [HERE + '/testfiles/global-overlays.xml', ])
 url = ['rsync://gunnarwrobel.de/wrobel-stable']
 self.assertEqual(list(db.select('wrobel-stable').source_uris()), url)
@@ -691,13 +694,14 @@ class ReadWriteSelectListDbBase(unittest.TestCase):
 tmpdir = tempfile.mkdtemp(prefix='laymantmp_')
 test_xml = os.path.join(tmpdir, 'test.xml')
 config = BareConfig()
+
 a = DbBase(config, [HERE + '/testfiles/global-overlays.xml', ])
-b = DbBase({'output': Message()}, [test_xml,])
+b = DbBase({'output': Message(), 'db_type': 'xml'}, [test_xml,])
 
 b.overlays['wrobel-stable'] = a.overlays['wrobel-stable']
 b.write(test_xml)
 
-c = DbBase({'output': Message()}, [test_xml,])
+c = DbBase({'output': Message(), 'db_type': 'xml'}, [test_xml,])
 keys = sorted(c.overlays)
 self.assertEqual(keys, ['wrobel-stable'])
 



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

2015-07-09 Thread Johannes Huber
commit: 8f8a75c6e22c255ca26708b57d53de5c80e17ce1
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Sun Jul  5 20:01:53 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Wed Jul  8 23:24:56 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8f8a75c6

[kde-misc/wacomtablet] Add kf5 version

Package-Manager: portage-2.2.18

 kde-misc/wacomtablet/metadata.xml|  5 +++
 kde-misc/wacomtablet/wacomtablet-.ebuild | 49 
 2 files changed, 54 insertions(+)

diff --git a/kde-misc/wacomtablet/metadata.xml 
b/kde-misc/wacomtablet/metadata.xml
new file mode 100644
index 000..a23f444
--- /dev/null
+++ b/kde-misc/wacomtablet/metadata.xml
@@ -0,0 +1,5 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   herdkde/herd
+/pkgmetadata

diff --git a/kde-misc/wacomtablet/wacomtablet-.ebuild 
b/kde-misc/wacomtablet/wacomtablet-.ebuild
new file mode 100644
index 000..616026b
--- /dev/null
+++ b/kde-misc/wacomtablet/wacomtablet-.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH=kf5-port
+KDE_DOC_DIR=doc/user
+KDE_HANDBOOK=true
+VIRTUALX_REQUIRED=test
+inherit kde5
+
+DESCRIPTION=KControl module for Wacom tablets
+HOMEPAGE=http://kde-apps.org/content/show.php?action=contentcontent=114856;
+
+LICENSE=GPL-2
+KEYWORDS=
+IUSE=
+
+CDEPEND=
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kglobalaccel)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep plasma)
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   =x11-drivers/xf86-input-wacom-0.20.0
+   x11-libs/libX11
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libxcb
+
+DEPEND=${CDEPEND}
+   sys-devel/gettext
+   x11-proto/xproto
+
+RDEPEND=${CDEPEND}
+   !kde-misc/wacomtablet:4
+



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

2015-07-09 Thread Johannes Huber
commit: d84a719bf80664380e35a47abd0683463c5f1bc7
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Sun Jul  5 19:57:30 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Wed Jul  8 22:36:37 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d84a719b

[eclass] Add KDE_DOC_DIR variable

Defaults to doc. Otherwise, use alternative KDE handbook path.

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

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index d54badd..43fb4b1 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -77,6 +77,11 @@ fi
 # generate and install KDE handbook.
 : ${KDE_HANDBOOK:=false}
 
+# @ECLASS-VARIABLE: KDE_DOC_DIR
+# @DESCRIPTION:
+# Defaults to doc. Otherwise, use alternative KDE handbook path.
+: ${KDE_DOC_DIR:=doc}
+
 # @ECLASS-VARIABLE: KDE_TEST
 # @DESCRIPTION:
 # If set to false, do nothing.
@@ -366,7 +371,7 @@ kde5_src_prepare() {
 
# only enable handbook when required
if ! use_if_iuse handbook ; then
-   comment_add_subdirectory doc
+   comment_add_subdirectory ${KDE_DOC_DIR}
fi
 
# enable only the requested translations
@@ -388,7 +393,7 @@ kde5_src_prepare() {
fi
 
if [[ ${KDE_HANDBOOK} = true ]] ; then
-   pushd doc  /dev/null
+   pushd ${KDE_DOC_DIR}  /dev/null
for lang in *; do
if ! has ${lang} ${LINGUAS} ; then
comment_add_subdirectory ${lang}



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

2015-07-09 Thread Devan Franchini
commit: 37a7107a3eaca6a91b48b4e588be247f43107c6f
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Thu Jul  9 17:24:09 2015 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Thu Jul  9 17:24:09 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=37a7107a

api.py: Removes annoying lack of space in error message

 layman/api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layman/api.py b/layman/api.py
index 5a02aab..0718dce 100755
--- a/layman/api.py
+++ b/layman/api.py
@@ -561,7 +561,7 @@ class LaymanAPI(object):
 % str(dbreload),8)
 except Exception as error:
 self.output.error('Failed to fetch overlay list!\n Original Error'
-  'was:\n%(err)s' % {'err': error})
+  ' was:\n%(err)s' % {'err': error})
 return False
 self.get_available(dbreload)
 return succeeded



[gentoo-commits] proj/java:master commit in: dev-java/icedtea/

2015-07-09 Thread Andrew John Hughes
commit: 3b9f82f3c1d76a6ad95b3df15d97c5b7d6d5bf17
Author: Andrew John Hughes gnu_andrew AT member DOT fsf DOT org
AuthorDate: Thu Jul  9 15:59:00 2015 +
Commit: Andrew John Hughes gnu_andrew AT member DOT fsf DOT org
CommitDate: Thu Jul  9 15:59:00 2015 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=3b9f82f3

Bump IcedTea 2.6.0 ebuild to pre24.

Package-Manager: portage-2.2.17
Manifest-Sign-Key: 35964222

 dev-java/icedtea/ChangeLog |  6 ++
 dev-java/icedtea/Manifest  | 24 +++---
 ...0_pre23.ebuild = icedtea-7.2.6.0_pre24.ebuild} | 19 +
 3 files changed, 28 insertions(+), 21 deletions(-)

diff --git a/dev-java/icedtea/ChangeLog b/dev-java/icedtea/ChangeLog
index 7dcb39b..93a909c 100644
--- a/dev-java/icedtea/ChangeLog
+++ b/dev-java/icedtea/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*icedtea-7.2.6.0_pre24 (09 Jul 2015)
+
+  09 Jul 2015; Andrew John Hughes gnu_and...@member.fsf.org
+  +icedtea-7.2.6.0_pre24.ebuild, -icedtea-7.2.6.0_pre23.ebuild:
+  Bump IcedTea 2.6.0 ebuild to pre24.
+
 *icedtea-3.0.0_pre04-r1 (25 Jun 2015)
 
   25 Jun 2015; Andrew John Hughes gnu_and...@member.fsf.org

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index 1655e9b..6bd239b 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -4,13 +4,13 @@ Hash: SHA256
 AUX fontconfig.Gentoo.properties.src 15602 SHA256 
d48a9b43d82f45425464e985955f3f3700738a98c0dc97ab7577230ca11fe647 SHA512 
eac3fd310bf0757284a4a0c3c72759a8516bd2d9b8f9d9c7df10ff15fd291833d5adb5429b166175c6f333c883974d56fe7d0339cc16db3a5786a77780217a39
 WHIRLPOOL 
f9f702848c38ef9cca0577f1db5a7c4cd6847e79d205b8e855c14b3a80070328b12fdcd854f5bd2dcf07c7cb9bd2aaf433a770a0752ec01a4e8b308dedf3bf19
 AUX generate-cacerts.pl 11051 SHA256 
6ee6fb155e3fa85d0a7e9015b53ebd55948c6599d100fdb69b574b6d11f73433 SHA512 
22d1be675362c09ed61af4dc3ece14cab81e9514937d588ff5d324e61b7eba7d3dd99b26bc5ec0953365de56d099f708b2afdb13cca37bc4ff07fd8ce31fbe97
 WHIRLPOOL 
ad0e7946b1f055542f8a76b1050ae841bc7b6498305def9881d2f5d2177a82b77d25bf20e97488e2c84bbe0c3834421caea7e5bf4ea990c783908bc19133e619
 AUX icedtea.env 1074 SHA256 
b4ad677dede5c06785db6540d51a9dbe6401e894f03857f5b14dbf6bdf9a33a8 SHA512 
933c5d96e1cd36badf9c467b5ac06e8cf5d842915662f6744fb641bba64bdbf024685011f48d2742fadf5a3d82ca2e7f3cc555e51079297f5962e22be3afd03a
 WHIRLPOOL 
57ec8849e93bdd595006515c2cbd6e554ee0e84fa74b80fa2a29106e85f000bf5cd8d9e583f6e60974880b250cbb7d6271ac5d53edcbd2765a4dc0babd571258
-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-jaxp-9150a16a7b80.tar.bz2 2738252 SHA256 
7325b18725730e780049259b428c8814fa8686f49c27ff419e03cc6926e88f87 SHA512 
a46abd35c7604919e94aa3e8d6b6ef61920956ddb16c8a29f1e3eb0d2ceccd356ab15b5d592ce2a6daa83e96c2b5ca25cd56d63a4753d549ac1da06355493672
 WHIRLPOOL 
9b78984173de66364d957da52efba79ce0dec91593096295dbe76ad582cc984999cee804de45f06f10311481147fb7a50dc3eb3798dc1d04704e987b02277c14
-DIST icedtea-2.6-jaxws-87290096a2fa.tar.bz2 2020651 SHA256 
760c32f84da4cf8794d685431135a7017217f48a16449b78313648d8aeb89097 SHA512 
900209d0577807445caef1010d7aba5feb0634bac900705f4d56837db44ccf852da3e9bc300529cd8a80bd61999e745a8e23eee6878574bf6e3d71c263c0
 WHIRLPOOL 
07a214b48662626b545cf8e89437d1882e53f31019572378333d539749634f76fba0fa36ed7878ea4ee22a675ac361397f6c3ff6ace480d178cfc56c35128285
-DIST icedtea-2.6-jdk-ec336c81a545.tar.bz2 32381225 SHA256 
7019b768badebe30ec3cea2fe04b240b8760e9879d8d215f3b6151d8f1dce9ba SHA512 
6b1298afbd06881ad1463bd56c5afc390dd409d229493b61acc70d5b2acf0b13aa0009686f72d722c3b25396ac7482d7bea2019dbd5f6951418ee85aedcb044d
 WHIRLPOOL 
878739d0901efd337963d9a8c73b34f2e33cd3abe0d54b4a44206ee0cd1cf74ad00910ae5447245e56065402f2e98bcfee19932281ca91801191f8efecb2d18a
-DIST icedtea-2.6-langtools-403eeedf70f4.tar.bz2 1709637 SHA256 
4389ea4ab8032be7ad1e4ad5f16d6b563059776b766e1672ecfff4b80d46f3e1 SHA512 
989b71e3b2082505853b6349af6f5a56c54c9819c562d5958dce2e742162bcce0bcfd8ed4b70209685b10cc34cc8fe2dbd27971c1f22dfcca00cc26ad0beb303
 WHIRLPOOL 

[gentoo-commits] proj/layman:master commit in: layman/db_modules/, layman/db_modules/xml/

2015-07-09 Thread Devan Franchini
commit: 1dafdc7cdfc3254fa53c50c519d9f392fdfcb2cb
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Thu Jul  9 15:29:51 2015 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Thu Jul  9 15:29:51 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=1dafdc7c

xml.py: Adds XML database handler module

 layman/db_modules/__init__.py |   0
 layman/db_modules/xml/__init__.py |  24 ++
 layman/db_modules/xml/xml.py  | 175 ++
 3 files changed, 199 insertions(+)

diff --git a/layman/db_modules/__init__.py b/layman/db_modules/__init__.py
new file mode 100644
index 000..e69de29

diff --git a/layman/db_modules/xml/__init__.py 
b/layman/db_modules/xml/__init__.py
new file mode 100644
index 000..96861d7
--- /dev/null
+++ b/layman/db_modules/xml/__init__.py
@@ -0,0 +1,24 @@
+# Copyright 2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+'''
+XML database plug-in module for layman.
+'''
+
+module_spec = {
+'name': 'xml',
+'description': __doc__,
+'provides':{
+'xml-module': {
+'name': 'xml',
+'class': 'DBHandler',
+'description': __doc__,
+'functions': ['add_new', 'read_db', 'write'],
+'func_desc': {
+'add_new': 'Adds new overlay(s) to database',
+'read_db': 'Reads the list of registered overlays from config',
+'write'  : 'Writes the list of registered overlay to config',
+},
+}
+}
+}

diff --git a/layman/db_modules/xml/xml.py b/layman/db_modules/xml/xml.py
new file mode 100644
index 000..189e868
--- /dev/null
+++ b/layman/db_modules/xml/xml.py
@@ -0,0 +1,175 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# LAYMAN XML DB
+#
+# File:   xml.py
+#
+# Access XML overlay database(s).
+#
+# Copyright:
+# (c) 2015Devan Franchini
+# Distributed under the terms of the GNU General Public License v2
+#
+# Author(s):
+# Devan Franchini twitch...@gentoo.org
+#
+'''Handler for xml overlay databases.'''
+
+from __future__ import unicode_literals
+
+__version__ = $Id: xml.py 273 2015-07-07 10:30:30Z twitch153 $
+
+#===
+#
+# Dependencies
+#
+#---
+
+import sys
+import xml
+import xml.etree.ElementTree as ET # Python 2.5
+
+from   layman.utils  import indent
+from   layman.compatibility  import fileopen
+from   layman.overlays.overlay   import Overlay
+
+
+#py3.2+
+if sys.hexversion = 0x30200f0:
+_UNICODE = 'unicode'
+else:
+_UNICODE = 'UTF-8'
+
+
+#===
+#
+# Class BrokenOverlayCatalog
+#
+#---
+
+class BrokenOverlayCatalog(ValueError):
+def __init__(self, origin, expat_error, hint=None):
+if hint == None:
+hint = ''
+else:
+hint = '\nHint: %s' % hint
+
+super(BrokenOverlayCatalog, self).__init__(
+'XML parsing failed for %(origin)s (line %(line)d, column'\
+'%(column)d)%(hint)s' % {'line': expat_error.lineno,
+ 'column':expat_error.offset + 1,
+ 'origin':origin, 'hint':hint})
+
+
+#===
+#
+# Class DbBase
+#
+#---
+
+class DBHandler(object):
+'''
+Handle a xml overlay database.
+'''
+
+def __init__(self, config, overlays, paths=None, ignore=0,
+ ignore_init_read_errors=False):
+
+self.config = config
+self.ignore = ignore
+self.overlays = overlays
+self.paths = paths
+self.output = config['output']
+self.ignore_init_read_errors = ignore_init_read_errors
+
+self.output.debug('Initializing XML overlay list handler', 8)
+
+
+def __eq__(self, other):
+for key in set(self.overlays.keys()) | set(other.overlays.keys()):
+if self.overlays[key] != other.overlays[key]:
+return False
+return True
+
+
+def __ne__(self, other):
+return not self.__eq__(other)
+
+
+def _broken_catalog_hint(self):
+this_function_name = sys._getframe().f_code.co_name
+
+msg = 'Method %(name)s.%(func)s not implemented'\
+  % {'name': self.__class__.__name__,
+ 'func': this_function_name}
+
+raise NotImplementedError(msg)

[gentoo-commits] proj/layman:master commit in: etc/, layman/

2015-07-09 Thread Devan Franchini
commit: aafb5ccbd0285f0786db7cf0d9b1d8610b65232c
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Thu Jul  9 14:45:18 2015 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Thu Jul  9 14:48:46 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=aafb5ccb

layman.cfg, config.py: Adds db_type option to configuration

 etc/layman.cfg   | 10 +-
 layman/config.py |  1 +
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/etc/layman.cfg b/etc/layman.cfg
index f289aa7..76f5f46 100644
--- a/etc/layman.cfg
+++ b/etc/layman.cfg
@@ -27,7 +27,7 @@ check_official : Yes
 # or edit the value above to the current name of your
 # installed overlay(s) file.
 
-# NEW # Repo Config Options #
+# Repo Config Options #
 #---
 # Defines whether or not a repos.conf or make.conf file is
 # required for the repository control group. Set to No for
@@ -65,6 +65,14 @@ conf_type : repos.conf
 
 #---
 
+ Database Config Options   COMING SOON 
+#---
+# Database types used by layman
+# For now, only xml.
+#db_type : xml
+
+#---
+
 #---
 # Protocols used by layman when adding overlays or updating
 # their URLs.

diff --git a/layman/config.py b/layman/config.py
index c045320..853e22f 100644
--- a/layman/config.py
+++ b/layman/config.py
@@ -100,6 +100,7 @@ class BareConfig(object):
 'auto_sync': 'No',
 'check_official': 'Yes',
 'conf_type': 'repos.conf',
+'db_type': 'xml',
 'require_repoconfig': 'Yes',
 'clean_archive': 'yes',
 'make_conf' : '%(storage)s/make.conf',



[gentoo-commits] proj/layman:master commit in: layman/tests/

2015-07-09 Thread Devan Franchini
commit: 0099095fd231d70b3f7e21bd7df7cbdac3c13d90
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Thu Jul  9 15:29:20 2015 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Thu Jul  9 15:29:20 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=0099095f

external.py: Adds db_type to list of test config keys

 layman/tests/external.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layman/tests/external.py b/layman/tests/external.py
index f8bcc8c..97bd6ee 100755
--- a/layman/tests/external.py
+++ b/layman/tests/external.py
@@ -345,7 +345,7 @@ class CLIArgs(unittest.TestCase):
  'custom_news_pkg', 'cvs_addopts', 'cvs_command',
  'cvs_postsync', 'cvs_syncopts', 'darcs_addopts',
  'darcs_command', 'darcs_postsync', 'darcs_syncopts',
- 'g-common_command', 'g-common_generateopts',
+ 'db_type', 'g-common_command', 'g-common_generateopts',
  'g-common_postsync', 'g-common_syncopts',
  'g-sorcery_command', 'g-sorcery_generateopts',
  'g-sorcery_postsync', 'g-sorcery_syncopts', 'git_addopts',



[gentoo-commits] proj/layman:master commit in: layman/db_modules/xml/, layman/

2015-07-09 Thread Devan Franchini
commit: 47349f8b5ef3012c915ff8ad7825caefde103891
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Thu Jul  9 16:59:57 2015 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Thu Jul  9 16:59:59 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=47349f8b

dbbase.py: Modifies read_db function to allow for passing a text parameter

This was done to allow for only one read*() function and add
compatibility with the way read() was originally set up.

xml.py: read_db() is also modified in this file for the same purpose.
remotedb.py: changes the calling of self.read() to self.read_db().

 layman/db_modules/xml/xml.py | 17 ++---
 layman/dbbase.py |  4 ++--
 layman/remotedb.py   |  2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/layman/db_modules/xml/xml.py b/layman/db_modules/xml/xml.py
index 189e868..c444fc3 100644
--- a/layman/db_modules/xml/xml.py
+++ b/layman/db_modules/xml/xml.py
@@ -107,16 +107,19 @@ class DBHandler(object):
 raise NotImplementedError(msg)
 
 
-def read_db(self, path):
+def read_db(self, path, text=None):
 '''
 Read the overlay definition file.
 '''
-try:
-with fileopen(path, 'r') as df:
-document = df.read()
-except Exception as error:
-if not self.ignore_init_read_errors:
-msg = 'XML DBHandler - Failed to read the overlay list at'\
+document = text
+
+if not document:
+try:
+with fileopen(path, 'r') as df:
+document = df.read()
+except Exception as error:
+if not self.ignore_init_read_errors:
+msg = 'XML DBHandler - Failed to read the overlay list at'\
   '(%(path)s)' % {'path': path}
 self.output.error(msg)
 raise error

diff --git a/layman/dbbase.py b/layman/dbbase.py
index b6c32bc..56ef158 100644
--- a/layman/dbbase.py
+++ b/layman/dbbase.py
@@ -167,7 +167,7 @@ class DbBase(object):
 return
 
 
-def read_db(self, path):
+def read_db(self, path, text=None):
 '''
 Read the overlay database for installed overlay definitions.
 '''
@@ -178,7 +178,7 @@ class DbBase(object):
  self.ignore,
  self.ignore_init_read_errors)
 
-db_ctl.read_db(path)
+db_ctl.read_db(path, text=text)
 
 
 def write(self, path):

diff --git a/layman/remotedb.py b/layman/remotedb.py
index e6492f4..cd6ece3 100644
--- a/layman/remotedb.py
+++ b/layman/remotedb.py
@@ -280,7 +280,7 @@ class RemoteDB(DbBase):
 def _check_download(self, olist, url):
 
 try:
-self.read(olist, origin=url)
+self.read_db(url, text=olist)
 except Exception as error:
 self.output.debug(RemoteDB._check_download(), url=%s \nolist:\n
 % url,2)



[gentoo-commits] gentoo-x86 commit in net-print/cups-filters: cups-filters-1.0.71.ebuild ChangeLog

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 18:23:08

  Modified: cups-filters-1.0.71.ebuild ChangeLog
  Log:
  arm stable wrt bug #553836
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  net-print/cups-filters/cups-filters-1.0.71.ebuild

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

Index: cups-filters-1.0.71.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-1.0.71.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cups-filters-1.0.71.ebuild  4 Jul 2015 17:07:26 -   1.4
+++ cups-filters-1.0.71.ebuild  9 Jul 2015 18:23:07 -   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/net-print/cups-filters/cups-filters-1.0.71.ebuild,v 1.4 
2015/07/04 17:07:26 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-1.0.71.ebuild,v 1.5 
2015/07/09 18:23:07 zlogene Exp $
 
 EAPI=5
 
@@ -11,10 +11,10 @@
 if [[ ${PV} ==  ]] ; then
inherit bzr
EBZR_REPO_URI=http://bzr.linuxfoundation.org/openprinting/cups-filters;
-   KEYWORDS=alpha amd64 hppa ppc64
+   KEYWORDS=alpha amd64 arm hppa ppc64
 else
SRC_URI=http://www.openprinting.org/download/${PN}/${P}.tar.xz;
-   KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~m68k-mint
+   KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~m68k-mint
 fi
 DESCRIPTION=Cups PDF filters
 
HOMEPAGE=http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat;



1.158net-print/cups-filters/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?rev=1.158view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?rev=1.158content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?r1=1.157r2=1.158

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog   4 Jul 2015 17:07:26 -   1.157
+++ ChangeLog   9 Jul 2015 18:23:07 -   1.158
@@ -1,6 +1,9 @@
 # ChangeLog for net-print/cups-filters
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v 1.157 
2015/07/04 17:07:26 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v 1.158 
2015/07/09 18:23:07 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org cups-filters-1.0.71.ebuild:
+  arm stable wrt bug #553836
 
   04 Jul 2015; Mikle Kolyada zlog...@gentoo.org cups-filters-1.0.71.ebuild:
   amd64 stable wrt bug #553836






[gentoo-commits] gentoo-x86 commit in net-dns/bind-tools: bind-tools-9.10.2_p2.ebuild ChangeLog

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 17:34:30

  Modified: bind-tools-9.10.2_p2.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #553584
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  net-dns/bind-tools/bind-tools-9.10.2_p2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.10.2_p2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.10.2_p2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.10.2_p2.ebuild?r1=1.1r2=1.2

Index: bind-tools-9.10.2_p2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.10.2_p2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bind-tools-9.10.2_p2.ebuild 8 Jul 2015 17:38:43 -   1.1
+++ bind-tools-9.10.2_p2.ebuild 9 Jul 2015 17:34:30 -   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-dns/bind-tools/bind-tools-9.10.2_p2.ebuild,v 1.1 
2015/07/08 17:38:43 idl0r Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.10.2_p2.ebuild,v 1.2 
2015/07/09 17:34:30 zlogene Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=ISC BSD BSD-2 HPND JNIC RSA openssl
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~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 ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=doc gost gssapi idn ipv6 readline seccomp ssl urandom xml
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



1.287net-dns/bind-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?rev=1.287view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?rev=1.287content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?r1=1.286r2=1.287

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -r1.286 -r1.287
--- ChangeLog   8 Jul 2015 17:38:43 -   1.286
+++ ChangeLog   9 Jul 2015 17:34:30 -   1.287
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/bind-tools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.286 
2015/07/08 17:38:43 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.287 
2015/07/09 17:34:30 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org bind-tools-9.10.2_p2.ebuild:
+  amd64 stable wrt bug #553584
 
 *bind-tools-9.10.2_p2 (08 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/msgpack: msgpack-0.4.6.ebuild ChangeLog

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 18:08:55

  Modified: msgpack-0.4.6.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #551304
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-python/msgpack/msgpack-0.4.6.ebuild

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

Index: msgpack-0.4.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- msgpack-0.4.6.ebuild3 Jul 2015 14:49:29 -   1.2
+++ msgpack-0.4.6.ebuild9 Jul 2015 18:08:55 -   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-python/msgpack/msgpack-0.4.6.ebuild,v 
1.2 2015/07/03 14:49:29 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.6.ebuild,v 
1.3 2015/07/09 18:08:55 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -16,7 +16,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 arm ~x86
+KEYWORDS=amd64 arm ~x86
 IUSE=test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.35 dev-python/msgpack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   3 Jul 2015 14:49:29 -   1.34
+++ ChangeLog   9 Jul 2015 18:08:55 -   1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/msgpack
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.34 
2015/07/03 14:49:29 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.35 
2015/07/09 18:08:55 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org msgpack-0.4.6.ebuild:
+  amd64 stable wrt bug #551304
 
   03 Jul 2015; Mikle Kolyada zlog...@gentoo.org msgpack-0.4.6.ebuild:
   arm stable wrt bug #551304






[gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.10.2_p2.ebuild ChangeLog

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 17:33:43

  Modified: bind-9.10.2_p2.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #553584
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  net-dns/bind/bind-9.10.2_p2.ebuild

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

Index: bind-9.10.2_p2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.2_p2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bind-9.10.2_p2.ebuild   8 Jul 2015 17:36:13 -   1.1
+++ bind-9.10.2_p2.ebuild   9 Jul 2015 17:33:43 -   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-dns/bind/bind-9.10.2_p2.ebuild,v 1.1 
2015/07/08 17:36:13 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.2_p2.ebuild,v 1.2 
2015/07/09 17:33:43 zlogene Exp $
 
 # Re dlz/mysql and threads, needs to be verified..
 # MySQL uses thread local storage in its C api. Thus MySQL
@@ -39,7 +39,7 @@
 
 LICENSE=GPL-2 ISC BSD BSD-2 HPND JNIC openssl
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=berkdb +caps dlz doc filter- fixed-rrset geoip gost gssapi idn ipv6
 json ldap mysql nslint odbc postgres python rpz seccomp selinux ssl static-libs
 +threads urandom xml



1.532net-dns/bind/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
retrieving revision 1.531
retrieving revision 1.532
diff -u -r1.531 -r1.532
--- ChangeLog   8 Jul 2015 17:36:13 -   1.531
+++ ChangeLog   9 Jul 2015 17:33:43 -   1.532
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/bind
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.531 2015/07/08 
17:36:13 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.532 2015/07/09 
17:33:43 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org bind-9.10.2_p2.ebuild:
+  amd64 stable wrt bug #553584
 
 *bind-9.10.2_p2 (08 Jul 2015)
 






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

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 18:12:37

  Modified: openssl-1.0.1p.ebuild ChangeLog
  Log:
  arm stable wrt bug #554172
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-libs/openssl/openssl-1.0.1p.ebuild

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

Index: openssl-1.0.1p.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openssl-1.0.1p.ebuild   9 Jul 2015 15:04:23 -   1.3
+++ openssl-1.0.1p.ebuild   9 Jul 2015 18:12:37 -   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/dev-libs/openssl/openssl-1.0.1p.ebuild,v 
1.3 2015/07/09 15:04:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v 
1.4 2015/07/09 18:12:37 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.672dev-libs/openssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.671
retrieving revision 1.672
diff -u -r1.671 -r1.672
--- ChangeLog   9 Jul 2015 15:04:23 -   1.671
+++ ChangeLog   9 Jul 2015 18:12:37 -   1.672
@@ -1,6 +1,9 @@
 # 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.671 
2015/07/09 15:04:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.672 
2015/07/09 18:12:37 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org openssl-1.0.1p.ebuild:
+  arm stable wrt bug #554172
 
   09 Jul 2015; Agostino Sarubbo a...@gentoo.org openssl-1.0.1p.ebuild:
   Stable for x86, wrt bug #554172






[gentoo-commits] proj/x11:master commit in: x11-drivers/ati-drivers/

2015-07-09 Thread Emil Karlson
commit: b36cf38ac007ff327a2c244d737f711c13548119
Author: Emil Karlson jekarlson AT gmail DOT com
AuthorDate: Thu Jul  9 17:44:19 2015 +
Commit: Emil Karlson jekarlson AT gmail DOT com
CommitDate: Thu Jul  9 17:44:19 2015 +
URL:https://gitweb.gentoo.org/proj/x11.git/commit/?id=b36cf38a

x11-drivers/ati-drivers: version bump

 ...rivers-13.12.ebuild = ati-drivers-15.7.ebuild} | 113 +++--
 1 file changed, 58 insertions(+), 55 deletions(-)

diff --git a/x11-drivers/ati-drivers/ati-drivers-13.12.ebuild 
b/x11-drivers/ati-drivers/ati-drivers-15.7.ebuild
similarity index 89%
rename from x11-drivers/ati-drivers/ati-drivers-13.12.ebuild
rename to x11-drivers/ati-drivers/ati-drivers-15.7.ebuild
index ec7756e..ebe76f1 100644
--- a/x11-drivers/ati-drivers/ati-drivers-13.12.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-15.7.ebuild
@@ -4,19 +4,20 @@
 
 EAPI=5
 
-inherit eutils multilib linux-info linux-mod toolchain-funcs versionator 
pax-utils
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+inherit eutils multilib-build linux-info linux-mod toolchain-funcs versionator 
pax-utils
 
 DESCRIPTION=Ati precompiled drivers for Radeon Evergreen (HD5000 Series) and 
newer chipsets
 HOMEPAGE=http://www.amd.com;
-#RUN=${WORKDIR}/amd-catalyst-13.11-beta1-linux-x86.x86_64.run
+#RUN=${WORKDIR}/fglrx-14.501.1003/amd-driver-installer-14.501.1003-x86.x86_64.run
 SLOT=1
 # Uses javascript for download YE
 
#DRIVERS_URI=http://www2.ati.com/drivers/linux/amd-catalyst-13.12-linux-x86.x86_64.zip;
-DRIVERS_URI=http://dev.gentooexperimental.org/~scarabeus/amd-catalyst-13.12-linux-x86.x86_64.zip;
+DRIVERS_URI=mirror://gentoo/amd-driver-installer-15.20.1046-x86.x86_64.zip
 
XVBA_SDK_URI=http://developer.amd.com/wordpress/media/2012/10/xvba-sdk-0.74-404001.tar.gz;
 SRC_URI=${DRIVERS_URI} ${XVBA_SDK_URI}
 FOLDER_PREFIX=common/
-IUSE=debug +modules multilib qt4 static-libs pax_kernel
+IUSE=debug +modules qt4 static-libs pax_kernel gdm-hack
 
 LICENSE=AMD GPL-2 QPL-1.0
 KEYWORDS=-* ~amd64 ~x86
@@ -24,30 +25,18 @@ KEYWORDS=-* ~amd64 ~x86
 RESTRICT=bindist test
 
 RDEPEND=
-   =x11-base/xorg-server-1.14.49[-minimal]
+   =x11-base/xorg-server-1.17.49[-minimal]
=app-eselect/eselect-opengl-1.0.7
app-eselect/eselect-opencl
sys-power/acpid
x11-apps/xauth
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   virtual/glu
-   multilib? (
-   app-emulation/emul-linux-x86-opengl
-   || (
-   (
-   x11-libs/libX11[abi_x86_32]
-   x11-libs/libXext[abi_x86_32]
-   x11-libs/libXinerama[abi_x86_32]
-   x11-libs/libXrandr[abi_x86_32]
-   x11-libs/libXrender[abi_x86_32]
-   )
-   app-emulation/emul-linux-x86-xlibs
-   )
-   )
+   !x11-libs/xvba-video
+   virtual/glu[${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXinerama[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXrender[${MULTILIB_USEDEP}]
qt4? (
x11-libs/libICE
x11-libs/libSM
@@ -57,6 +46,9 @@ RDEPEND=
dev-qt/qtcore:4
dev-qt/qtgui:4[accessibility]
)
+   gdm-hack? (
+   x11-base/xorg-server:=
+   )
 
 if [[ legacy != ${SLOT} ]]; then
RDEPEND=${RDEPEND}
@@ -110,6 +102,8 @@ QA_PRESTRIPPED=
usr/lib\(32\|64\)\?/libAMDXvBA.so.1.0
usr/lib\(32\|64\)\?/libaticaldd.so
usr/lib\(32\|64\)\?/dri/fglrx_dri.so
+   usr/lib\(32\|64\)\?/OpenCL/vendors/amd/libOpenCL.so.1
+   usr/lib\(32\|64\)\?/OpenCL/vendors/amd/libamdocl\(32\|64\).so
 
 
 QA_SONAME=
@@ -118,6 +112,7 @@ QA_SONAME=
usr/lib\(32\|64\)\?/libaticaldd.so
usr/lib\(32\|64\)\?/libaticalrt.so
usr/lib\(32\|64\)\?/libamdocl\(32\|64\)\?.so
+   usr/lib\(32\|64\)\?/libamdhsasc\(32\|64\)\?.so
 
 
 QA_DT_HASH=
@@ -150,6 +145,14 @@ QA_DT_HASH=
usr/lib\(32\|64\)\?/OpenCL/vendors/amd/libOpenCL.so.1
 
 
+pkg_nofetch() {
+   einfo The driver packages
+   einfo ${A}
+   einfo need to be downloaded manually from
+   einfo http://support.amd.com/en-us/download/desktop?os=Linux%20x86_64;
+   einfo and ${XVBA_SDK_URI}
+}
+
 pkg_pretend() {
local CONFIG_CHECK=~MTRR ~!DRM ACPI PCI_MSI !LOCKDEP 
!PAX_KERNEXEC_PLUGIN_METHOD_OR
use amd64  CONFIG_CHECK+= COMPAT
@@ -191,7 +194,7 @@ pkg_setup() {

MODULE_NAMES=fglrx(video:${S}/${FOLDER_PREFIX}/lib/modules/fglrx/build_mod/2.6.x)
BUILD_TARGETS=kmod_build
 

[gentoo-commits] sites/www:master commit in: _data/

2015-07-09 Thread Michał Górny
commit: 389779873b841c132bb08c03caf7dca0a383eb50
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Thu Jul  9 17:46:41 2015 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Thu Jul  9 17:46:41 2015 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=38977987

Fix #gentoo-xfce position

 _data/irc.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_data/irc.yaml b/_data/irc.yaml
index 6d4893e..48dd01d 100644
--- a/_data/irc.yaml
+++ b/_data/irc.yaml
@@ -146,9 +146,9 @@ general:
 description: Support and development channel for WINE and related 
applications
   - name: gentoo-www
 description: Discussions about gentoo.org web sites and applications
-international:
   - name: gentoo-xfce
 description: Gentoo XFCE desktop environment discussion
+international:
   - name: gentoo-au
 description: Australia
   - name: gentoo-be



[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.6.10.ebuild php-5.5.26.ebuild ChangeLog

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 18:05:08

  Modified: php-5.6.10.ebuild php-5.5.26.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #552408
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-lang/php/php-5.6.10.ebuild

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

Index: php-5.6.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-5.6.10.ebuild   12 Jun 2015 15:02:02 -  1.1
+++ php-5.6.10.ebuild   9 Jul 2015 18:05:08 -   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/dev-lang/php/php-5.6.10.ebuild,v 1.1 
2015/06/12 15:02:02 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.10.ebuild,v 1.2 
2015/07/09 18:05:08 zlogene Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
 
 function php_get_uri ()
 {



1.2  dev-lang/php/php-5.5.26.ebuild

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

Index: php-5.5.26.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.26.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-5.5.26.ebuild   12 Jun 2015 15:02:02 -  1.1
+++ php-5.5.26.ebuild   9 Jul 2015 18:05:08 -   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/dev-lang/php/php-5.5.26.ebuild,v 1.1 
2015/06/12 15:02:02 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.26.ebuild,v 1.2 
2015/07/09 18:05:08 zlogene Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
 
 function php_get_uri ()
 {



1.993dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.992
retrieving revision 1.993
diff -u -r1.992 -r1.993
--- ChangeLog   3 Jul 2015 10:16:27 -   1.992
+++ ChangeLog   9 Jul 2015 18:05:08 -   1.993
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.992 2015/07/03 
10:16:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.993 2015/07/09 
18:05:08 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org php-5.5.26.ebuild,
+  php-5.6.10.ebuild:
+  amd64 stable wrt bug #552408
 
   03 Jul 2015; Agostino Sarubbo a...@gentoo.org php-5.6.9.ebuild:
   Stable for alpha, wrt bug #550164






[gentoo-commits] gentoo-x86 commit in net-print/cups: cups-2.0.3.ebuild ChangeLog

2015-07-09 Thread Mikle Kolyada (zlogene)
zlogene 15/07/09 18:15:12

  Modified: cups-2.0.3.ebuild ChangeLog
  Log:
  arm stable wrt bug #551846
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  net-print/cups/cups-2.0.3.ebuild

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

Index: cups-2.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-print/cups/cups-2.0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cups-2.0.3.ebuild   7 Jul 2015 08:07:49 -   1.3
+++ cups-2.0.3.ebuild   9 Jul 2015 18:15:12 -   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/net-print/cups/cups-2.0.3.ebuild,v 1.3 
2015/07/07 08:07:49 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-2.0.3.ebuild,v 1.4 
2015/07/09 18:15:12 zlogene Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
fi
 else
SRC_URI=http://www.cups.org/software/${MY_PV}/${MY_P}-source.tar.bz2;
-   KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint
+   KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint
 fi
 
 DESCRIPTION=The Common Unix Printing System



1.682net-print/cups/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?rev=1.682view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?rev=1.682content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?r1=1.681r2=1.682

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v
retrieving revision 1.681
retrieving revision 1.682
diff -u -r1.681 -r1.682
--- ChangeLog   7 Jul 2015 08:07:49 -   1.681
+++ ChangeLog   9 Jul 2015 18:15:12 -   1.682
@@ -1,6 +1,9 @@
 # ChangeLog for net-print/cups
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.681 2015/07/07 
08:07:49 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.682 2015/07/09 
18:15:12 zlogene Exp $
+
+  09 Jul 2015; Mikle Kolyada zlog...@gentoo.org cups-2.0.3.ebuild:
+  arm stable wrt bug #551846
 
   07 Jul 2015; Mikle Kolyada zlog...@gentoo.org cups-2.0.3.ebuild:
   amd64 stable wrt bug #551846






[gentoo-commits] sites/www:master commit in: _data/

2015-07-09 Thread Michał Górny
commit: 3a9804a33f9d9be01f03df41452cbcd34e6a274f
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Thu Jul  9 17:35:10 2015 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Thu Jul  9 17:35:57 2015 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=3a9804a3

Add #gentoo-multilib and #gentoo-xfce

 _data/irc.yaml | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/_data/irc.yaml b/_data/irc.yaml
index 5d4a984..6d4893e 100644
--- a/_data/irc.yaml
+++ b/_data/irc.yaml
@@ -82,6 +82,8 @@ general:
 description: Gentoo multimedia development
   - name: gentoo-mirrors
 description: Gentoo mirrors and administration chat
+  - name: gentoo-multilib
+description: Gentoo multilib project support channel
   - name: gentoo-netmail
 description: Mail-related packages
   - name: gentoo-netmon
@@ -145,6 +147,8 @@ general:
   - name: gentoo-www
 description: Discussions about gentoo.org web sites and applications
 international:
+  - name: gentoo-xfce
+description: Gentoo XFCE desktop environment discussion
   - name: gentoo-au
 description: Australia
   - name: gentoo-be
@@ -204,4 +208,4 @@ international:
   - name: gentoo-uk
 description: United Kingdom
   - name: gentoo-ve
-description: Venezuela
\ No newline at end of file
+description: Venezuela



[gentoo-commits] gentoo-x86 commit in app-crypt/keybase: keybase-0.8.9.ebuild ChangeLog

2015-07-09 Thread Nicolas Bock (nicolasbock)
nicolasbock15/07/09 17:54:57

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

Revision  ChangesPath
1.5  app-crypt/keybase/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/keybase/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   7 Jun 2015 07:25:12 -   1.4
+++ ChangeLog   9 Jul 2015 17:54:57 -   1.5
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/keybase
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/keybase/ChangeLog,v 1.4 
2015/06/07 07:25:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/keybase/ChangeLog,v 1.5 
2015/07/09 17:54:57 nicolasbock Exp $
+
+*keybase-0.8.9 (09 Jul 2015)
+
+  09 Jul 2015; Nicolas Bock nicolasb...@gentoo.org +keybase-0.8.9.ebuild:
+  Version bump.
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  app-crypt/keybase/keybase-0.8.9.ebuild

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

Index: keybase-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/app-crypt/keybase/keybase-0.8.9.ebuild,v 1.1 
2015/07/09 17:54:57 nicolasbock Exp $

EAPI=5

inherit eutils

DESCRIPTION=Client for keybase.io
HOMEPAGE=https://keybase.io/;
SRC_URI=https://github.com/keybase/node-client/archive/v${PV}.tar.gz - 
${P}.tar.gz

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

RDEPEND=
net-libs/nodejs
app-crypt/gnupg

src_unpack() {
unpack ${P}.tar.gz
mv node-client-${PV} ${P}
}

src_install() {
dodoc CHANGELOG.md README.md SIGNED.md
insinto /opt/${PN}
doins -r package.json bin certs json lib node_modules sql
dosym ${D}/opt/${PN}/bin/main.js ${ROOT}/usr/bin/keybase
chmod 0755 ${D}/opt/${PN}/bin/main.js || die
}






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

2015-07-09 Thread Johannes Huber
commit: 114dddcb725deb5c2a5a6f3ee12b9967086fb011
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Jul  9 17:53:28 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Jul  9 17:53:28 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=114dddcb

[Documentation] Update no-pykde4 package.use

 Documentation/package.use/no-pykde4.use | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/package.use/no-pykde4.use 
b/Documentation/package.use/no-pykde4.use
index 3a98df9..63c5223 100644
--- a/Documentation/package.use/no-pykde4.use
+++ b/Documentation/package.use/no-pykde4.use
@@ -1,9 +1,9 @@
 # possibly incomplete list of useflags that need to be disabled in order
 # to prevent pykde4 from being pulled in (which normally doesn't build)
 
-kde-base/marble -python
+kde-apps/kdegames-meta -python
+kde-apps/kdeutils-meta -cups
+kde-apps/marble -python
+kde-apps/superkaramba -python
 kde-base/plasma-workspace -python
-kde-base/superkaramba -python
-kde-base/kdeadmin-meta -cups
-kde-base/kdeutils-meta -cups
 



[gentoo-commits] gentoo-x86 commit in dev-python/cryptography: cryptography-0.9.2.ebuild ChangeLog cryptography-0.9.ebuild cryptography-0.9.1.ebuild

2015-07-09 Thread Mike Gilbert (floppym)
floppym 15/07/10 01:32:49

  Modified: cryptography-0.9.2.ebuild ChangeLog
  Removed:  cryptography-0.9.ebuild cryptography-0.9.1.ebuild
  Log:
  Fix conditional dep on dev-python/ipaddress.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.2  dev-python/cryptography/cryptography-0.9.2.ebuild

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

Index: cryptography-0.9.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cryptography-0.9.2.ebuild   8 Jul 2015 09:15:41 -   1.1
+++ cryptography-0.9.2.ebuild   10 Jul 2015 01:32:49 -  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-python/cryptography/cryptography-0.9.2.ebuild,v 1.1 
2015/07/08 09:15:41 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/cryptography/cryptography-0.9.2.ebuild,v 1.2 
2015/07/10 01:32:49 floppym Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
$(python_gen_cond_dep '=dev-python/cffi-0.8:=[${PYTHON_USEDEP}]' 
'python*')
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 
python3_3 pypy)
dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/ipaddress[$(python_gen_usedep python2_7 pyp)]
+   $(python_gen_cond_dep 'dev-python/ipaddress[${PYTHON_USEDEP}]' 
python2_7 pypy)
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/six-1.4.1[${PYTHON_USEDEP}]



1.52 dev-python/cryptography/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   8 Jul 2015 09:15:41 -   1.51
+++ ChangeLog   10 Jul 2015 01:32:49 -  1.52
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/cryptography
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v 1.51 
2015/07/08 09:15:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography/ChangeLog,v 1.52 
2015/07/10 01:32:49 floppym Exp $
+
+  10 Jul 2015; Mike Gilbert flop...@gentoo.org -cryptography-0.9.1.ebuild,
+  -cryptography-0.9.ebuild, cryptography-0.9.2.ebuild:
+  Fix conditional dep on dev-python/ipaddress.
 
 *cryptography-0.9.2 (08 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in media-gfx/pngcrush: pngcrush-1.7.85.ebuild ChangeLog

2015-07-09 Thread Tim Harder (radhermit)
radhermit15/07/10 01:33:06

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

Revision  ChangesPath
1.136media-gfx/pngcrush/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   11 Mar 2015 19:57:44 -  1.135
+++ ChangeLog   10 Jul 2015 01:33:05 -  1.136
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/pngcrush
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.135 
2015/03/11 19:57:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.136 
2015/07/10 01:33:05 radhermit Exp $
+
+*pngcrush-1.7.85 (10 Jul 2015)
+
+  10 Jul 2015; Tim Harder radher...@gentoo.org +pngcrush-1.7.85.ebuild:
+  Version bump.
 
   11 Mar 2015; Mike Frysinger vap...@gentoo.org pngcrush-1.7.83.ebuild:
   Respect CPPFLAGS and relax libpng requirement.



1.1  media-gfx/pngcrush/pngcrush-1.7.85.ebuild

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

Index: pngcrush-1.7.85.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.7.85.ebuild,v 
1.1 2015/07/10 01:33:05 radhermit Exp $

EAPI=5
inherit toolchain-funcs

DESCRIPTION=Portable Network Graphics (PNG) optimizing utility
HOMEPAGE=http://pmt.sourceforge.net/pngcrush/;
SRC_URI=system-libs? ( mirror://sourceforge/pmt/${P}-nolib.tar.xz )
!system-libs? ( mirror://sourceforge/pmt/${P}.tar.xz )

LICENSE=pngcrush
SLOT=0
KEYWORDS=~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
IUSE=+system-libs

RDEPEND=
system-libs? (
media-libs/libpng:0=
sys-libs/zlib:=
)
DEPEND=${RDEPEND}
app-arch/xz-utils

pkg_setup() {
use system-libs  S+=-nolib
}

src_compile() {
emake \
CC=$(tc-getCC) \
LD=$(tc-getCC) \
CFLAGS=${CFLAGS} ${CPPFLAGS} -Wall \
LDFLAGS=${LDFLAGS}
}

src_install() {
dobin ${PN}
dohtml ChangeLog.html
}






[gentoo-commits] gentoo-x86 commit in media-libs/libmng: libmng-2.0.3.ebuild ChangeLog

2015-07-09 Thread Tim Harder (radhermit)
radhermit15/07/10 01:45:25

  Modified: ChangeLog
  Added:libmng-2.0.3.ebuild
  Log:
  Version bump, fix deps for static libs (bug #534784).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.101media-libs/libmng/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libmng/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   3 Mar 2015 08:44:13 -   1.100
+++ ChangeLog   10 Jul 2015 01:45:25 -  1.101
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libmng
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmng/ChangeLog,v 1.100 
2015/03/03 08:44:13 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmng/ChangeLog,v 1.101 
2015/07/10 01:45:25 radhermit Exp $
+
+*libmng-2.0.3 (10 Jul 2015)
+
+  10 Jul 2015; Tim Harder radher...@gentoo.org +libmng-2.0.3.ebuild:
+  Version bump, fix deps for static libs (bug #534784).
 
   03 Mar 2015; Yixun Lan d...@gentoo.org libmng-2.0.2-r1.ebuild:
   add arm64 support, tested on A53 board



1.1  media-libs/libmng/libmng-2.0.3.ebuild

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

Index: libmng-2.0.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libmng/libmng-2.0.3.ebuild,v 1.1 
2015/07/10 01:45:25 radhermit Exp $

EAPI=5
inherit autotools-multilib

DESCRIPTION=Multiple Image Networkgraphics lib (animated png's)
HOMEPAGE=http://www.libmng.com/;
SRC_URI=mirror://sourceforge/libmng/${P}.tar.xz

LICENSE=libmng
SLOT=0/2
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=lcms static-libs

RDEPEND==virtual/jpeg-0-r2:0[static-libs?,${MULTILIB_USEDEP}]
=sys-libs/zlib-1.2.8-r1[static-libs?,${MULTILIB_USEDEP}]
lcms? ( =media-libs/lcms-2.5:2[static-libs?,${MULTILIB_USEDEP}] )
abi_x86_32? ( !=app-emulation/emul-linux-x86-baselibs-20131008-r9
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )
DEPEND=${RDEPEND}

src_prepare() {
emake distclean
autotools-multilib_src_prepare
}

src_configure() {
local myeconfargs=(
$(use_enable static-libs static)
--with-jpeg
$(use_with lcms lcms2)
--without-lcms
)

autotools-multilib_src_configure
}

src_install() {
autotools-multilib_src_install

dodoc CHANGES README* doc/{doc.readme,libmng.txt}
doman doc/man/*.{3,5}
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ox: ChangeLog ox-2.1.7.ebuild ox-2.1.8.ebuild

2015-07-09 Thread Hans de Graaff (graaff)
graaff  15/07/10 05:49:41

  Modified: ChangeLog
  Removed:  ox-2.1.7.ebuild ox-2.1.8.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.16 dev-ruby/ox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ox/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   7 Jun 2015 18:57:07 -   1.15
+++ ChangeLog   10 Jul 2015 05:49:41 -  1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ox/ChangeLog,v 1.15 2015/06/07 
18:57:07 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ox/ChangeLog,v 1.16 2015/07/10 
05:49:41 graaff Exp $
+
+  10 Jul 2015; Hans de Graaff gra...@gentoo.org -ox-2.1.7.ebuild,
+  -ox-2.1.8.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 dev-ruby/ox: ox-2.2.0-r1.ebuild ChangeLog ox-2.2.0.ebuild

2015-07-09 Thread Hans de Graaff (graaff)
graaff  15/07/10 05:53:47

  Modified: ChangeLog
  Added:ox-2.2.0-r1.ebuild
  Removed:  ox-2.2.0.ebuild
  Log:
  Copy shared object to the right location so that it can be found with 
require.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.17 dev-ruby/ox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ox/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   10 Jul 2015 05:49:41 -  1.16
+++ ChangeLog   10 Jul 2015 05:53:47 -  1.17
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/ox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ox/ChangeLog,v 1.16 2015/07/10 
05:49:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ox/ChangeLog,v 1.17 2015/07/10 
05:53:47 graaff Exp $
+
+*ox-2.2.0-r1 (10 Jul 2015)
+
+  10 Jul 2015; Hans de Graaff gra...@gentoo.org -ox-2.2.0.ebuild,
+  +ox-2.2.0-r1.ebuild:
+  Copy shared object to the right location so that it can be found with
+  require.
 
   10 Jul 2015; Hans de Graaff gra...@gentoo.org -ox-2.1.7.ebuild,
   -ox-2.1.8.ebuild:



1.1  dev-ruby/ox/ox-2.2.0-r1.ebuild

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

Index: ox-2.2.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ox/ox-2.2.0-r1.ebuild,v 1.1 
2015/07/10 05:53:47 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

RUBY_FAKEGEM_EXTRADOC=README.md
RUBY_FAKEGEM_TASK_DOC=

inherit ruby-fakegem

DESCRIPTION=A fast XML parser and Object marshaller
HOMEPAGE=http://www.ohler.com/ox/ https://github.com/ohler55/ox;
SRC_URI=https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz
LICENSE=BSD

KEYWORDS=~amd64
SLOT=0
IUSE=

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

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

each_ruby_test() {
${RUBY} test/tests.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-clutter-gstreamer: ChangeLog ruby-clutter-gstreamer-2.2.5.ebuild

2015-07-09 Thread Hans de Graaff (graaff)
graaff  15/07/10 05:14:07

  Modified: ChangeLog
  Added:ruby-clutter-gstreamer-2.2.5.ebuild
  Log:
  Version bump. Run tests.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.9  dev-ruby/ruby-clutter-gstreamer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   9 Jul 2015 15:34:00 -   1.8
+++ ChangeLog   10 Jul 2015 05:14:07 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-clutter-gstreamer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ChangeLog,v 
1.8 2015/07/09 15:34:00 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ChangeLog,v 
1.9 2015/07/10 05:14:07 graaff Exp $
+
+*ruby-clutter-gstreamer-2.2.5 (10 Jul 2015)
+
+  10 Jul 2015; Hans de Graaff gra...@gentoo.org
+  +ruby-clutter-gstreamer-2.2.5.ebuild:
+  Version bump. Run tests.
 
   09 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   ruby-clutter-gstreamer-2.2.3-r1.ebuild, ruby-clutter-gstreamer-2.2.3.ebuild:



1.1  
dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.2.5.ebuild

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

Index: ruby-clutter-gstreamer-2.2.5.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-clutter-gstreamer/ruby-clutter-gstreamer-2.2.5.ebuild,v
 1.1 2015/07/10 05:14:07 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit virtualx ruby-ng-gnome2

DESCRIPTION=Ruby Clutter bindings
KEYWORDS=~amd64 ~ppc
IUSE=

RUBY_S=ruby-gnome2-all-${PV}/clutter-gstreamer

DEPEND+= media-libs/clutter-gst
RDEPEND+= media-libs/clutter-gst

ruby_add_rdepend =dev-ruby/ruby-clutter-${PV}
=dev-ruby/ruby-gstreamer-${PV}

all_ruby_prepare() {
# Avoid unneeded dependency on test-unit-notify.
sed -i -e '/notify/ s:^:#:' \

../gobject-introspection/test/gobject-introspection-test-utils.rb \
../clutter/test/clutter-test-utils.rb \
test/clutter-gstreamer-test-utils.rb || die

# Avoid compilation of dependencies during test.
sed -i -e '/and have_make/,/^  end/ s:^:#:' test/run-test.rb || die
}

each_ruby_configure() {
:
}

each_ruby_compile() {
:
}

each_ruby_test() {
VIRTUALX_COMMAND=${RUBY} test/run-test.rb
 virtualmake || die
}

each_ruby_install() {
each_fakegem_install
}






[gentoo-commits] dev/graaff:master commit in: dev-ruby/rsi/, dev-ruby/rsi/files/

2015-07-09 Thread Hans de Graaff
commit: a6e031923c56bedb69cb634eb820cda7cbf2171a
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Fri Jul 10 04:52:50 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Fri Jul 10 04:52:50 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=a6e03192

No longer in use.

 dev-ruby/rsi/ChangeLog | 25 --
 dev-ruby/rsi/Manifest  | 17 ---
 dev-ruby/rsi/files/rsi-0.4-fix-and-query.patch | 15 -
 dev-ruby/rsi/files/rsi-0.4-fix-logger.patch| 12 ---
 dev-ruby/rsi/metadata.xml  |  6 --
 dev-ruby/rsi/rsi-0.4-r1.ebuild | 29 --
 dev-ruby/rsi/rsi-0.4-r2.ebuild | 29 --
 7 files changed, 133 deletions(-)

diff --git a/dev-ruby/rsi/ChangeLog b/dev-ruby/rsi/ChangeLog
deleted file mode 100644
index 60fdb44..000
--- a/dev-ruby/rsi/ChangeLog
+++ /dev/null
@@ -1,25 +0,0 @@
-# ChangeLog for dev-ruby/rsi
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*rsi-0.4-r2 (05 Oct 2011)
-
-  05 Oct 2011; Hans de Graaff gra...@gentoo.org +rsi-0.4-r2.ebuild,
-  +files/rsi-0.4-fix-and-query.patch:
-  Fix wrong initialization in AND query.
-
-  14 Jun 2011; Hans de Graaff gra...@gentoo.org rsi-0.4-r1.ebuild:
-  Add x86 keyword.
-
-*rsi-0.4-r1 (06 Jan 2011)
-
-  06 Jan 2011; Hans de Graaff gra...@gentoo.org -rsi-0.4.ebuild,
-  +rsi-0.4-r1.ebuild, +files/rsi-0.4-fix-logger.patch, metadata.xml:
-  Fix logger use.
-
-*rsi-0.4 (05 Jan 2011)
-
-  05 Jan 2011; Hans de Graaff gra...@gentoo.org +rsi-0.4.ebuild,
-  +metadata.xml:
-  Initial import.
-

diff --git a/dev-ruby/rsi/Manifest b/dev-ruby/rsi/Manifest
deleted file mode 100644
index 9ad6459..000
--- a/dev-ruby/rsi/Manifest
+++ /dev/null
@@ -1,17 +0,0 @@
--BEGIN PGP SIGNED MESSAGE-
-Hash: SHA256
-
-AUX rsi-0.4-fix-and-query.patch 430 RMD160 
f36f3edddcc71a8d426ff146af5fa383821e4080 SHA1 
c75ad58bfdbc3014e6399ec19fb4733dd4e264cd SHA256 
1558f0f4e71062a634fdf194cfd11178d40b4f66ba01537bb9fcf293a20a9b36
-AUX rsi-0.4-fix-logger.patch 457 RMD160 
de5f52097549340044e2de784ec01df0fd0eadd0 SHA1 
98869d44b54da73008f4b81d8cf1a8bbde22fc4f SHA256 
3c7bcaf4b42eb763a669773c8daad9293c13ec99aa4d0b5060d6c5b16e41fb52
-DIST rsi-0.4.gem 28672 RMD160 70e2b6c78bcb9c5f99e597668fc7225edf6375e4 SHA1 
bc220da660424a2f1a9491a2d262d2b4b17255b7 SHA256 
d716020968b35684ab0679dcfee4a3b1d369773f35722d85e31337988d87792f
-EBUILD rsi-0.4-r1.ebuild 760 RMD160 a86cfa0018cd7f1aed4686e71905228485523332 
SHA1 2ee9e6d380f47341366a60acd633014f3759fbf7 SHA256 
5f1ebdecab059aa5560755b339566fbb54883b2e0b4bd4f647f9f247274a68a6
-EBUILD rsi-0.4-r2.ebuild 787 RMD160 e08b83dbf2f797bd260546fe95098bb68239cd5e 
SHA1 548436ae84ee3c129e01289ff7557a737f1fcd68 SHA256 
5bc555fc699a1e5a7735110ea973cc03ac2d91cf9109b08210650881e9a33ffa
-MISC ChangeLog 688 RMD160 3d542365dec6b4b8427ca4a21887c1f02901ce81 SHA1 
fe499eb0be2a3e92fc01faa2de6f7d6b32612293 SHA256 
0bb5f492cd5fa33261a3fc505e4af8aa82c48b2a385125442faec3388fe9b95f
-MISC metadata.xml 215 RMD160 682b22c57f2f17c789b244e2bb32fe15ca3fa332 SHA1 
ccf017e39c3f44ac4b557da94f91096555cb1be2 SHA256 
c058515dd6264789274b580e999ce4fbbb5c53c36a452bf7b32fd227980abcf8
--BEGIN PGP SIGNATURE-
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iF4EAREIAAYFAk6MGRUACgkQiIP6VqMIqNdIYQD/dp01ItAc1RKdWOlCLvZyuy27
-/xyhWLm2kCvBtZZQe/0BAIDeVMsPvNz51/FhmF3eVDosDIu2vHs6uxzs8Y+P3T6A
-=Yxlt
--END PGP SIGNATURE-

diff --git a/dev-ruby/rsi/files/rsi-0.4-fix-and-query.patch 
b/dev-ruby/rsi/files/rsi-0.4-fix-and-query.patch
deleted file mode 100644
index 31ce85b..000
--- a/dev-ruby/rsi/files/rsi-0.4-fix-and-query.patch
+++ /dev/null
@@ -1,15 +0,0 @@
 lib/rsi/query.rb.~1~   2011-10-05 10:42:00.898503030 +0200
-+++ lib/rsi/query.rb   2011-10-05 10:43:05.844581005 +0200
-@@ -20,10 +20,10 @@
- 
-   class ANDQuery  Query
- def evaluate( locator )
--  ret_set = nil
-+  ret_set = []
-   @subqueries.each do |q|
- set = q.evaluate( locator )
--if ret_set.nil?
-+if ret_set.empty?
-   ret_set = set
- else
-   ret_set = ret_set  set

diff --git a/dev-ruby/rsi/files/rsi-0.4-fix-logger.patch 
b/dev-ruby/rsi/files/rsi-0.4-fix-logger.patch
deleted file mode 100644
index db672b3..000
--- a/dev-ruby/rsi/files/rsi-0.4-fix-logger.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Actually use the newly defined logger.
-
 lib/rsi/index.rb.~1~   2011-01-06 13:07:56.940685299 +0100
-+++ lib/rsi/index.rb   2011-01-06 13:10:21.0 +0100
-@@ -44,6 +44,7 @@
-   log_fh = File.open( File.join( @root, index.log ), 
-   File::WRONLY|File::APPEND|File::CREAT )
-   log_fh.sync = true
-+  LogManager.instance().root_fh = log_fh
-   logger.info( Trying to reload index... )
-   begin
- reload()

diff --git 

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

2015-07-09 Thread Patrick Lauer (patrick)
patrick 15/07/10 05:42:32

  Modified: ChangeLog package.mask
  Log:
  Mask not-building udev release #554408

Revision  ChangesPath
1.10175  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10174
retrieving revision 1.10175
diff -u -r1.10174 -r1.10175
--- ChangeLog   10 Jul 2015 01:09:18 -  1.10174
+++ ChangeLog   10 Jul 2015 05:42:31 -  1.10175
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10174 2015/07/10 
01:09:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10175 2015/07/10 
05:42:31 patrick Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  10 Jul 2015; Patrick Lauer patr...@gentoo.org package.mask:
+  Mask not-building udev release #554408
+
   10 Jul 2015; Mike Gilbert flop...@gentoo.org package.mask:
   Unmask systemd/udev 222 mask and virtual/libgudev-230.
 



1.16660  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16659
retrieving revision 1.16660
diff -u -r1.16659 -r1.16660
--- package.mask10 Jul 2015 01:09:18 -  1.16659
+++ package.mask10 Jul 2015 05:42:31 -  1.16660
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16659 2015/07/10 
01:09:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16660 2015/07/10 
05:42:31 patrick Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Patrick Lauer patr...@gentoo.org (10 Jul 2015)
+# Fails to build #554408
+=sys-fs/udev-222
+
 # Patrice Clement monsie...@gentoo.org (7 Jul 2015)
 # Upstream dead. No update since 2007.
 # Removal in 30 days. See bug #164536.






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

2015-07-09 Thread Mike Gilbert (floppym)
floppym 15/07/10 00:48:16

  Modified: systemd-222.ebuild systemd-.ebuild ChangeLog
  Log:
  Eliminate unifont dependency by fetching a copy in SRC_URI.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.2  sys-apps/systemd/systemd-222.ebuild

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

Index: systemd-222.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-222.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- systemd-222.ebuild  9 Jul 2015 02:19:52 -   1.1
+++ systemd-222.ebuild  10 Jul 2015 00:48:16 -  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-apps/systemd/systemd-222.ebuild,v 1.1 
2015/07/09 02:19:52 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-222.ebuild,v 1.2 
2015/07/10 00:48:16 floppym Exp $
 
 EAPI=5
 
@@ -15,6 +15,8 @@
SRC_URI=https://github.com/systemd/systemd/archive/v${PV}.tar.gz - 
${P}.tar.gz
KEYWORDS=~amd64 ~arm ~ia64 ~x86
 fi
+UNIFONT=unifont-8.0.01
+SRC_URI+= terminal? ( 
http://unifoundry.com/pub/${UNIFONT}/font-builds/${UNIFONT}.hex.gz )
 
 inherit autotools-utils bash-completion-r1 linux-info multilib \
multilib-minimal pam python-any-r1 systemd toolchain-funcs udev \
@@ -96,7 +98,7 @@
ia64? ( =sys-kernel/linux-headers-3.9 )
virtual/pkgconfig
gnuefi? ( =sys-boot/gnu-efi-3.0.2 )
-   terminal? ( ${PYTHON_DEPS} media-fonts/unifont[utils(+)] )
+   terminal? ( ${PYTHON_DEPS} )
test? ( =sys-apps/dbus-1.6.8-r1:0 )
 
 if [[ -n ${AUTOTOOLS_AUTORECONF} ]]; then
@@ -225,6 +227,7 @@
$(multilib_native_use_enable selinux)
$(multilib_native_use_enable terminal)
$(multilib_native_use_with terminal python)
+   $(multilib_native_use_with terminal unifont 
${WORKDIR}/${UNIFONT}.hex)
$(multilib_native_use_enable test tests)
$(multilib_native_use_enable test dbus)
$(multilib_native_use_enable xkb xkbcommon)



1.176sys-apps/systemd/systemd-.ebuild

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

Index: systemd-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-.ebuild,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- systemd-.ebuild 9 Jul 2015 02:19:52 -   1.175
+++ systemd-.ebuild 10 Jul 2015 00:48:16 -  1.176
@@ -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/systemd/systemd-.ebuild,v 
1.175 2015/07/09 02:19:52 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-.ebuild,v 
1.176 2015/07/10 00:48:16 floppym Exp $
 
 EAPI=5
 
@@ -15,6 +15,8 @@
SRC_URI=https://github.com/systemd/systemd/archive/v${PV}.tar.gz - 
${P}.tar.gz
KEYWORDS=~amd64 ~arm ~ia64 ~x86
 fi
+UNIFONT=unifont-8.0.01
+SRC_URI+= terminal? ( 
http://unifoundry.com/pub/${UNIFONT}/font-builds/${UNIFONT}.hex.gz )
 
 inherit autotools-utils bash-completion-r1 linux-info multilib \
multilib-minimal pam python-any-r1 systemd toolchain-funcs udev \
@@ -96,7 +98,7 @@
ia64? ( =sys-kernel/linux-headers-3.9 )
virtual/pkgconfig
gnuefi? ( =sys-boot/gnu-efi-3.0.2 )
-   terminal? ( ${PYTHON_DEPS} media-fonts/unifont[utils(+)] )
+   terminal? ( ${PYTHON_DEPS} )
test? ( =sys-apps/dbus-1.6.8-r1:0 )
 
 if [[ -n ${AUTOTOOLS_AUTORECONF} ]]; then
@@ -225,6 +227,7 @@
$(multilib_native_use_enable selinux)
$(multilib_native_use_enable terminal)
$(multilib_native_use_with terminal python)
+   $(multilib_native_use_with terminal unifont 
${WORKDIR}/${UNIFONT}.hex)
$(multilib_native_use_enable test tests)
$(multilib_native_use_enable test dbus)
$(multilib_native_use_enable xkb xkbcommon)



1.383sys-apps/systemd/ChangeLog

file : 

[gentoo-commits] gentoo-x86 commit in dev-python/python-systemd: python-systemd-230.ebuild ChangeLog

2015-07-09 Thread Mike Gilbert (floppym)
floppym 15/07/10 00:55:01

  Modified: python-systemd-230.ebuild ChangeLog
  Log:
  Copy keywords from systemd to satisfy net-analyzer/fail2ban.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.2  dev-python/python-systemd/python-systemd-230.ebuild

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

Index: python-systemd-230.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-systemd/python-systemd-230.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-systemd-230.ebuild   9 Jul 2015 02:26:10 -   1.1
+++ python-systemd-230.ebuild   10 Jul 2015 00:55: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/dev-python/python-systemd/python-systemd-230.ebuild,v 
1.1 2015/07/09 02:26:10 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-systemd/python-systemd-230.ebuild,v 
1.2 2015/07/10 00:55:01 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86
 IUSE=
 
 DEPEND=sys-apps/systemd



1.2  dev-python/python-systemd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-systemd/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   9 Jul 2015 02:26:10 -   1.1
+++ ChangeLog   10 Jul 2015 00:55:01 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-systemd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-systemd/ChangeLog,v 1.1 
2015/07/09 02:26:10 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-systemd/ChangeLog,v 1.2 
2015/07/10 00:55:01 floppym Exp $
+
+  10 Jul 2015; Mike Gilbert flop...@gentoo.org python-systemd-230.ebuild:
+  Copy keywords from systemd to satisfy net-analyzer/fail2ban.
 
 *python-systemd-230 (09 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: octave-4.0.0.ebuild ChangeLog

2015-07-09 Thread Mark Wright (gienah)
gienah  15/07/10 01:12:45

  Modified: octave-4.0.0.ebuild ChangeLog
  Log:
  Thanks to PL Hayes for pointing out in bug 554290 that it needs a fix for to 
work for USE=jit, llvm = 3.5 installed, autoconf-archive not installed.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.3  sci-mathematics/octave/octave-4.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-4.0.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-4.0.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-4.0.0.ebuild?r1=1.2r2=1.3

Index: octave-4.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-4.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- octave-4.0.0.ebuild 9 Jul 2015 14:24:51 -   1.2
+++ octave-4.0.0.ebuild 10 Jul 2015 01:12:45 -  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/sci-mathematics/octave/octave-4.0.0.ebuild,v 1.2 
2015/07/09 14:24:51 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-4.0.0.ebuild,v 1.3 
2015/07/10 01:12:45 gienah Exp $
 
 EAPI=5
 
@@ -35,7 +35,9 @@
media-gfx/graphicsmagick[cxx]
media-gfx/imagemagick[cxx] ) )
java? ( =virtual/jre-1.6.0:* )
-   jit? ( =sys-devel/autoconf-archive-2015.02.04 =sys-devel/llvm-3.3:0= 
sys-devel/llvm-3.6:0= )
+   jit? (
+   =sys-devel/autoconf-archive-2015.02.04
+   =sys-devel/llvm-3.3:0= sys-devel/llvm-3.6:0= )
opengl? (
media-libs/freetype:2=
media-libs/fontconfig:1.0=
@@ -88,7 +90,8 @@
fi
 
# Octave fails to build with LLVM 3.5 
http://savannah.gnu.org/bugs/?41061
-   has_version =sys-devel/llvm-3.5  \
+   use jit  \
+   has_version =sys-devel/llvm-3.5  \
epatch ${FILESDIR}/${PN}-4.0.0-llvm-3.5.patch  \
epatch ${FILESDIR}/${PN}-4.0.0-llvm-3.5-gnulib-hg.patch
 



1.178sci-mathematics/octave/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   9 Jul 2015 14:24:51 -   1.177
+++ ChangeLog   10 Jul 2015 01:12:45 -  1.178
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/octave
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.177 
2015/07/09 14:24:51 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.178 
2015/07/10 01:12:45 gienah Exp $
+
+  10 Jul 2015; Mark Wright gie...@gentoo.org octave-4.0.0.ebuild:
+  Thanks to PL Hayes for pointing out in bug 554290 that it needs a fix for to
+  work for USE=jit, llvm = 3.5 installed, autoconf-archive not installed.
 
   09 Jul 2015; Mark Wright gie...@gentoo.org
   +files/octave-4.0.0-llvm-3.5-gnulib-hg.patch, octave-4.0.0.ebuild:






[gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: ChangeLog gifsicle-1.88.ebuild

2015-07-09 Thread Tim Harder (radhermit)
radhermit15/07/10 01:28:41

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

Revision  ChangesPath
1.57 media-gfx/gifsicle/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   26 Jun 2015 08:47:16 -  1.56
+++ ChangeLog   10 Jul 2015 01:28:41 -  1.57
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/gifsicle
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.56 
2015/06/26 08:47:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.57 
2015/07/10 01:28:41 radhermit Exp $
+
+*gifsicle-1.88 (10 Jul 2015)
+
+  10 Jul 2015; Tim Harder radher...@gentoo.org +gifsicle-1.88.ebuild:
+  Version bump.
 
   26 Jun 2015; Agostino Sarubbo a...@gentoo.org gifsicle-1.86.ebuild:
   Stable for x86, wrt bug #535442



1.1  media-gfx/gifsicle/gifsicle-1.88.ebuild

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

Index: gifsicle-1.88.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.88.ebuild,v 
1.1 2015/07/10 01:28:41 radhermit Exp $

EAPI=5

DESCRIPTION=A command-line tool for creating, editing, and getting information 
about GIF images and animations
HOMEPAGE=http://www.lcdf.org/~eddietwo/gifsicle/;
SRC_URI=http://www.lcdf.org/~eddietwo/${PN}/${P}.tar.gz;

LICENSE=GPL-2 MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
IUSE=X

RDEPEND=X? ( x11-libs/libX11 x11-libs/libXt )
DEPEND=${RDEPEND}
X? ( x11-proto/xproto )

src_configure() {
local myconf
use X || myconf='--disable-gifview'

econf ${myconf}
}






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

2015-07-09 Thread Patrick Lauer (patrick)
patrick 15/07/10 03:05:08

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

Revision  ChangesPath
1.13 dev-libs/libpo6/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpo6/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   29 May 2015 23:34:21 -  1.12
+++ ChangeLog   10 Jul 2015 03:05:08 -  1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libpo6
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpo6/ChangeLog,v 1.12 2015/05/29 
23:34:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpo6/ChangeLog,v 1.13 2015/07/10 
03:05:08 patrick Exp $
+
+*libpo6-0.8.0 (10 Jul 2015)
+
+  10 Jul 2015; Patrick Lauer patr...@gentoo.org +libpo6-0.8.0.ebuild:
+  Bump
 
   29 May 2015; Patrick Lauer patr...@gentoo.org -libpo6-0.4.0.ebuild,
   -libpo6-0.4.1.ebuild, -libpo6-0.5.0.ebuild, -libpo6-0.5.1.ebuild,



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

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

Index: libpo6-0.8.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpo6/libpo6-0.8.0.ebuild,v 1.1 
2015/07/10 03:05:08 patrick Exp $
EAPI=4

DESCRIPTION=Hyperdex libpo6 support library

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

IUSE=

DEPEND=
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in dev-util/qbs: qbs-1.4.1.ebuild ChangeLog

2015-07-09 Thread Davide Pesavento (pesa)
pesa15/07/10 03:01:36

  Modified: qbs-1.4.1.ebuild ChangeLog
  Log:
  Enable more (all) unit tests. Use a custom test runner script that correctly 
sets LD_LIBRARY_PATH for each test binary.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.2  dev-util/qbs/qbs-1.4.1.ebuild

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

Index: qbs-1.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/qbs/qbs-1.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qbs-1.4.1.ebuild8 Jul 2015 16:34:54 -   1.1
+++ qbs-1.4.1.ebuild10 Jul 2015 03:01:36 -  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-util/qbs/qbs-1.4.1.ebuild,v 1.1 
2015/07/08 16:34:54 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qbs/qbs-1.4.1.ebuild,v 1.2 
2015/07/10 03:01:36 pesa Exp $
 
 EAPI=5
 
@@ -59,6 +59,7 @@
-recursive
CONFIG+=qbs_disable_rpath
CONFIG+=qbs_enable_project_file_updates
+   $(usex test 'CONFIG+=qbs_enable_unit_tests' '')
QBS_INSTALL_PREFIX=${EPREFIX}/usr
QBS_LIBRARY_DIRNAME=$(get_libdir)
)
@@ -85,7 +86,18 @@
${S}/bin/qbs-setup-qt $(qt5_get_bindir)/qmake qbs_autotests || die
 
einfo Running autotests
-   default
+
+   # simply exporting LD_LIBRARY_PATH doesn't work
+   # we have to use a custom testrunner script
+   local testrunner=${S}/gentoo-testrunner
+   cat -EOF  ${testrunner}
+   #!/bin/sh
+   export 
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}\${LD_LIBRARY_PATH:+:}\${LD_LIBRARY_PATH}
+   exec \$@
+   EOF
+   chmod +x ${testrunner}
+
+   emake TESTRUNNER='${testrunner}' check
 }
 
 src_install() {



1.19 dev-util/qbs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/qbs/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   8 Jul 2015 16:34:54 -   1.18
+++ ChangeLog   10 Jul 2015 03:01:36 -  1.19
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/qbs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qbs/ChangeLog,v 1.18 2015/07/08 
16:34:54 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qbs/ChangeLog,v 1.19 2015/07/10 
03:01:36 pesa Exp $
+
+  10 Jul 2015; Davide Pesavento p...@gentoo.org qbs-1.4.1.ebuild:
+  Enable more (all) unit tests. Use a custom test runner script that correctly
+  sets LD_LIBRARY_PATH for each test binary.
 
 *qbs-1.4.1 (08 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in media-gfx/cptutils: cptutils-1.59.ebuild ChangeLog

2015-07-09 Thread Tim Harder (radhermit)
radhermit15/07/10 03:23:12

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

Revision  ChangesPath
1.13 media-gfx/cptutils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   8 Apr 2015 17:58:14 -   1.12
+++ ChangeLog   10 Jul 2015 03:23:12 -  1.13
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/cptutils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v 1.12 
2015/04/08 17:58:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v 1.13 
2015/07/10 03:23:12 radhermit Exp $
+
+*cptutils-1.59 (10 Jul 2015)
+
+  10 Jul 2015; Tim Harder radher...@gentoo.org +cptutils-1.59.ebuild:
+  Version bump.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org cptutils-1.48.ebuild,
   cptutils-1.50.ebuild, cptutils-1.51.ebuild, cptutils-1.52.ebuild,



1.1  media-gfx/cptutils/cptutils-1.59.ebuild

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

Index: cptutils-1.59.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/cptutils-1.59.ebuild,v 
1.1 2015/07/10 03:23:12 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit python-single-r1 eutils

DESCRIPTION=A number of utilities for the manipulation of color gradient files
HOMEPAGE=http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/cptutils/;
SRC_URI=http://soliton.vm.bytemark.co.uk/pub/jjg/src/${P}.tar.gz;

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

CDEPEND=dev-libs/libxml2:2
media-libs/libpng:0=
RDEPEND=${CDEPEND}
${PYTHON_DEPS}
DEPEND=${CDEPEND}

src_prepare() {
epatch ${FILESDIR}/${PN}-1.54-parallel-make.patch
python_fix_shebang src/gradient-convert/gradient-convert.py
}






[gentoo-commits] gentoo-x86 commit in sys-process/parallel: ChangeLog parallel-20150622.ebuild

2015-07-09 Thread Tim Harder (radhermit)
radhermit15/07/10 03:24:17

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

Revision  ChangesPath
1.77 sys-process/parallel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/parallel/ChangeLog?rev=1.77view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/parallel/ChangeLog?rev=1.77content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/parallel/ChangeLog?r1=1.76r2=1.77

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   30 Jun 2015 03:08:31 -  1.76
+++ ChangeLog   10 Jul 2015 03:24:17 -  1.77
@@ -1,6 +1,11 @@
 # ChangeLog for sys-process/parallel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v 1.76 
2015/06/30 03:08:31 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v 1.77 
2015/07/10 03:24:17 radhermit Exp $
+
+*parallel-20150622 (10 Jul 2015)
+
+  10 Jul 2015; Tim Harder radher...@gentoo.org +parallel-20150622.ebuild:
+  Version bump.
 
   30 Jun 2015; Ian Delaney idel...@gentoo.org -parallel-20140622.ebuild,
   -parallel-20141122.ebuild, -parallel-20150122.ebuild,



1.1  sys-process/parallel/parallel-20150622.ebuild

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

Index: parallel-20150622.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20150622.ebuild,v 1.1 
2015/07/10 03:24:17 radhermit Exp $

EAPI=5

DESCRIPTION=A shell tool for executing jobs in parallel locally or on remote 
machines
HOMEPAGE=http://www.gnu.org/software/parallel/;
SRC_URI=mirror://gnu/${PN}/${P}.tar.bz2

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

RDEPEND=dev-lang/perl
dev-perl/Devel-Size
virtual/perl-Data-Dumper
virtual/perl-File-Temp
virtual/perl-IO
# moreutils for `parallel` and grass for 'sql.1' manpage
DEPEND=${RDEPEND}
!sys-apps/moreutils-0.45-r1
!sci-geosciences/grass-6.4.1-r1

DOCS=NEWS README

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

src_install() {
default

# See src/Makefile.am for this one:
rm -f ${ED}usr/bin/sem
dosym ${PN} /usr/bin/sem
}

pkg_postinst() {
elog To distribute jobs to remote machines you'll need these 
dependencies
elog  net-misc/openssh
elog  net-misc/rsync
}






[gentoo-commits] gentoo-x86 commit in media-gfx/cptutils: ChangeLog cptutils-1.48.ebuild cptutils-1.53.ebuild cptutils-1.50.ebuild cptutils-1.51.ebuild cptutils-1.52.ebuild

2015-07-09 Thread Tim Harder (radhermit)
radhermit15/07/10 03:23:44

  Modified: ChangeLog
  Removed:  cptutils-1.48.ebuild cptutils-1.53.ebuild
cptutils-1.50.ebuild cptutils-1.51.ebuild
cptutils-1.52.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.14 media-gfx/cptutils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   10 Jul 2015 03:23:12 -  1.13
+++ ChangeLog   10 Jul 2015 03:23:44 -  1.14
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/cptutils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v 1.13 
2015/07/10 03:23:12 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v 1.14 
2015/07/10 03:23:44 radhermit Exp $
+
+  10 Jul 2015; Tim Harder radher...@gentoo.org -cptutils-1.48.ebuild,
+  -cptutils-1.50.ebuild, -cptutils-1.51.ebuild, -cptutils-1.52.ebuild,
+  -cptutils-1.53.ebuild:
+  Remove old.
 
 *cptutils-1.59 (10 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in app-forensics/openscap: openscap-1.2.5.ebuild ChangeLog

2015-07-09 Thread Patrick Lauer (patrick)
patrick 15/07/10 04:25:17

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

Revision  ChangesPath
1.35 app-forensics/openscap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/openscap/ChangeLog?rev=1.35view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/openscap/ChangeLog?rev=1.35content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/openscap/ChangeLog?r1=1.34r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-forensics/openscap/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   23 Apr 2015 20:53:38 -  1.34
+++ ChangeLog   10 Jul 2015 04:25:16 -  1.35
@@ -1,6 +1,11 @@
 # ChangeLog for app-forensics/openscap
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/openscap/ChangeLog,v 1.34 
2015/04/23 20:53:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/openscap/ChangeLog,v 1.35 
2015/07/10 04:25:16 patrick Exp $
+
+*openscap-1.2.5 (10 Jul 2015)
+
+  10 Jul 2015; Patrick Lauer patr...@gentoo.org +openscap-1.2.5.ebuild:
+  Bump
 
 *openscap-1.2.1 (23 Apr 2015)
 



1.1  app-forensics/openscap/openscap-1.2.5.ebuild

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

Index: openscap-1.2.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-forensics/openscap/openscap-1.2.5.ebuild,v 1.1 
2015/07/10 04:25:16 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit bash-completion-r1 eutils multilib python-single-r1

DESCRIPTION=Framework which enables integration with the Security Content 
Automation Protocol (SCAP)
HOMEPAGE=http://www.open-scap.org/;
SRC_URI=https://fedorahosted.org/releases/o/p/${PN}/${P}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=acl caps debug doc gconf ldap nss pcre perl python rpm selinux sce sql 
test xattr
RESTRICT=test

RDEPEND=!nss? ( dev-libs/libgcrypt:0 )
nss? ( dev-libs/nss )
acl? ( virtual/acl )
caps? ( sys-libs/libcap )
gconf? ( gnome-base/gconf )
ldap? ( net-nds/openldap )
pcre? ( dev-libs/libpcre )
rpm? ( =app-arch/rpm-4.9 )
sql? ( dev-db/opendbx )
xattr? ( sys-apps/attr )
dev-libs/libpcre
dev-libs/libxml2
dev-libs/libxslt
net-misc/curl
${PYTHON_DEPS}
DEPEND=${RDEPEND}
doc? ( app-doc/doxygen )
perl? ( dev-lang/swig )
python? ( dev-lang/swig )
test? (
app-arch/unzip
dev-perl/XML-XPath
net-misc/ipcalc
sys-apps/grep )

REQUIRED_USE=${PYTHON_REQUIRED_USE}

src_prepare() {
#   uncoment for debugging test
#   sed -i 's,set -e,;set -x,' 
tests/API/XCCDF/unittests/test_remediate_simple.sh || die
#   sed -i 's,^bash,LC_ALL=C bash,' 
tests/probes/process/test_probes_process.sh || die

sed -i 's/uname -p/uname -m/' 
tests/probes/uname/test_probes_uname.xml.sh || die

#probe runlevel for non-centos/redhat/fedora is not implemented
sed -i 's,.*runlevel_test.*,echo runlevel test bypassed,' 
tests/mitre/test_mitre.sh || die
sed -i 's,probecheck runlevel,probecheck runlevell,' 
tests/probes/runlevel/test_probes_runlevel.sh || die

#According to comment of theses tests, we must modify it. For the 
moment disable it
sed -i 's,.*linux-def_inetlisteningservers_test,#,' 
tests/mitre/test_mitre.sh || die
sed -i 's,.*ind-def_environmentvariable_test,#,' 
tests/mitre/test_mitre.sh || die

# theses tests are hardcoded for checking hald process...,
# but no good solution for the moment, disabling them with a fake echo
# because encased in a if then
#   sed -i 's,ha.d,/sbin/udevd --daemon,g' 
tests/mitre/unix-def_process_test.xml || die
#   sed -i 's,ha.d,/sbin/udevd --daemon,g' 
tests/mitre/unix-def_process58_test.xml || die
sed -i 's,.*process_test.*,echo process test bypassed,' 
tests/mitre/test_mitre.sh || die
sed -i 's,.*process58_test.*,echo process58 test bypassed,' 
tests/mitre/test_mitre.sh || die

#This test fail
sed -i 's,.*generate report: xccdf,#,' 
tests/API/XCCDF/unittests/all.sh || die

if ! use rpm ; then
sed -i 

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

2015-07-09 Thread Mike Gilbert (floppym)
floppym 15/07/10 01:01:59

  Modified: fail2ban-.ebuild fail2ban-0.9.2.ebuild
ChangeLog
  Log:
  Adjust systemd dep for dev-python/python-systemd.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.6  net-analyzer/fail2ban/fail2ban-.ebuild

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

Index: fail2ban-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fail2ban-.ebuild5 May 2015 19:08:19 -   1.5
+++ fail2ban-.ebuild10 Jul 2015 01:01:59 -  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/net-analyzer/fail2ban/fail2ban-.ebuild,v 1.5 
2015/05/05 19:08:19 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-.ebuild,v 1.6 
2015/07/10 01:01:59 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -24,7 +24,10 @@
virtual/logger
virtual/mta
selinux? ( sec-policy/selinux-fail2ban )
-   systemd? ( $(python_gen_cond_dep 
'sys-apps/systemd[python,${PYTHON_USEDEP}]' 'python*' ) )
+   systemd? ( $(python_gen_cond_dep '|| (
+   dev-python/python-systemd[${PYTHON_USEDEP}]
+   sys-apps/systemd[python,${PYTHON_USEDEP}]
+   )' 'python*' ) )
 
 
 DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt )



1.8  net-analyzer/fail2ban/fail2ban-0.9.2.ebuild

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

Index: fail2ban-0.9.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fail2ban-0.9.2.ebuild   7 Jul 2015 20:47:54 -   1.7
+++ fail2ban-0.9.2.ebuild   10 Jul 2015 01:01:59 -  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/net-analyzer/fail2ban/fail2ban-0.9.2.ebuild,v 1.7 
2015/07/07 20:47:54 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.2.ebuild,v 1.8 
2015/07/10 01:01:59 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -24,7 +24,10 @@
virtual/logger
net-firewall/iptables
selinux? ( sec-policy/selinux-fail2ban )
-   systemd? ( $(python_gen_cond_dep 
'sys-apps/systemd[python,${PYTHON_USEDEP}]' 'python*' ) )
+   systemd? ( $(python_gen_cond_dep '|| (
+   dev-python/python-systemd[${PYTHON_USEDEP}]
+   sys-apps/systemd[python,${PYTHON_USEDEP}]
+   )' 'python*' ) )
 
 
 REQUIRED_USE=systemd? ( !python_single_target_pypy )



1.164net-analyzer/fail2ban/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog   7 Jul 2015 20:47:54 -   1.163
+++ ChangeLog   10 Jul 2015 01:01:59 -  1.164
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/fail2ban
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.163 
2015/07/07 20:47:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.164 
2015/07/10 01:01:59 floppym Exp $
+
+  10 Jul 2015; Mike Gilbert flop...@gentoo.org fail2ban-0.9.2.ebuild,
+  fail2ban-.ebuild:
+  Adjust systemd dep for dev-python/python-systemd.
 
   07 

[gentoo-commits] gentoo-x86 commit in net-mail/t-prot: ChangeLog t-prot-3.4.ebuild

2015-07-09 Thread Tim Harder (radhermit)
radhermit15/07/10 01:23:04

  Modified: ChangeLog t-prot-3.4.ebuild
  Log:
  Stabilize for amd64/x86.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.52 net-mail/t-prot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/t-prot/ChangeLog?rev=1.52view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/t-prot/ChangeLog?rev=1.52content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/t-prot/ChangeLog?r1=1.51r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   26 Apr 2015 02:13:20 -  1.51
+++ ChangeLog   10 Jul 2015 01:23:04 -  1.52
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/t-prot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.51 2015/04/26 
02:13:20 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.52 2015/07/10 
01:23:04 radhermit Exp $
+
+  10 Jul 2015; Tim Harder radher...@gentoo.org t-prot-3.4.ebuild:
+  Stabilize for amd64/x86.
 
 *t-prot-3.4 (26 Apr 2015)
 



1.2  net-mail/t-prot/t-prot-3.4.ebuild

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

Index: t-prot-3.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/t-prot/t-prot-3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- t-prot-3.4.ebuild   26 Apr 2015 02:13:20 -  1.1
+++ t-prot-3.4.ebuild   10 Jul 2015 01:23:04 -  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-mail/t-prot/t-prot-3.4.ebuild,v 1.1 
2015/04/26 02:13:20 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/t-prot-3.4.ebuild,v 1.2 
2015/07/10 01:23:04 radhermit Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=BSD-4
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc x86
 
 RDEPEND=dev-lang/perl
dev-perl/Locale-gettext






[gentoo-commits] proj/grss:master commit in: grs/, tests/

2015-07-09 Thread Anthony G. Basile
commit: 07baec53eaadb095a61f9c6c6f21109a20f4cad6
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Fri Jul 10 01:25:50 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Fri Jul 10 01:25:50 2015 +
URL:https://gitweb.gentoo.org/proj/grss.git/commit/?id=07baec53

grs/Constants.py: add documentation.

 grs/Constants.py   | 82 --
 tests/systems.conf |  1 -
 2 files changed, 68 insertions(+), 15 deletions(-)

diff --git a/grs/Constants.py b/grs/Constants.py
index 501d79d..b9ea1d9 100644
--- a/grs/Constants.py
+++ b/grs/Constants.py
@@ -5,30 +5,62 @@ import sys
 import configparser
 from copy import deepcopy
 
-CONFIG = '/etc/grs/systems.conf'
 
 class Constants():
- doc here
-more doc
+ Read a global configuration file and set/override constants for
+each GRS spec.  These constants are exported in the form:
+
+CONST.nameservers[x] contains the namserver for the xth GRS spec
+CONST.repo_uris[x] contains the repo_uri for the xth GRS spec
+etc.
+
+Notice the 's' added to the list name to distinguish the list from
+the constant it holds.  Here the x is an integer corresponding to a
+section in a global config file, which by default is located at
+'/etc/grs/systes.conf'.  This file is in configparser format and
+each section introduces a new GRS namespace.  The default values
+for all possible constants in any given GRS namespace are defined
+by the space[] dictionary below, but these can be overridden using
+the item:value pairs from the section of any given GRS namespace.
+E.g. Suppose /etc/grs/systems.conf contains
+
+[my-cool-desktop]
+kernelroot : /tmp/kernel_src_tree
+
+[my-cool-server]
+nameserver : 192.168.100.1
+
+Then CONST.kernelroots[0] is '/tmp/kernel_src_tree' rather than the
+default value '/var/tmp/grs/my-cool-desktop/kernel'.  The remainder
+of the constants default as delineated in the space[] dictionary with
+%s replaced by 'my-cool-desktop'.  Similarly CONST.my-cool-servers[1]
+is 192.168.100.1 rather than 8.8.8.8.
+
+Finally, the that class overrides __setattr__, __gettattr__ and
+__delattr__ so that you cannot add/change/delete constants in
+a GRS namespace.
 
 
-def __init__(self, configfile = CONFIG):
+def __init__(self, configfile = '/etc/grs/systems.conf'):
+# If there's no config file, we're dead in the water.
 if not os.path.isfile(configfile):
-sys.stderr.write('Configuration file %s not found\n' % configfile)
-sys.exit(1)
+raise Exception('Configuration file %s not found\n' % configfile)
+
 self.config = configparser.ConfigParser(delimiters = ':', 
comment_prefixes = '#')
 self.config.read(configfile)
 
-self.names = list(self.config.sections())
-
+# These values will probably fail in the future, but that's okay
+# because they really should never be used.  They live outside of
+# any GRS namespace and are just 'defaults'.
 server= 'http://distfiles.gentoo.org/'
-stagedir  = 
'gentoo/releases/amd64/autobuilds/current-stage3-amd64-uclibc-hardened/'
+stagedir  = 
'releases/amd64/autobuilds/current-stage3-amd64-uclibc-hardened/'
 stagefile = 'stage3-amd64-uclibc-hardened-20150510.tar.bz2'
 default_stage_uri =  server + stagedir + stagefile
 
+# This is the space of all possible constants for any given GRS 
namespace
 space = {
 'nameserver'  : '8.8.8.8',
-'repo_uri': 'git://tweedledum.dyc.edu/grs',
+'repo_uri': 'git://anongit.gentoo.org/proj/grs.git',
 'stage_uri'   : default_stage_uri,
 'libdir'  : '/var/lib/grs/%s',
 'logfile' : '/var/log/grs/%s.log',
@@ -40,49 +72,70 @@ class Constants():
 'pidfile' : '/run/grs-%s.pid'
 }
 
+# We add an 's' to each list for a particular constant,
+# and initialize the list to be empty.
 for key in space:
 self.__dict__[key+'s'] = []
 
+# Each section is a 'namespace' corresponding to each GRS spec.
+# We export these in the CONST.names[] list.
+self.names = list(self.config.sections())
+
+# We go over all the sections in the config file.  The
+# order here had better be the same as self.names[], else
+# CONST.names[x] doesn't corresponde to the other CONST.foo[x]
+# for every x.
 for section in self.config.sections():
 overrides = dict(self.config[section].items())
 
+# Either we have an override value from the config
+# file, else we contruct a 

[gentoo-commits] gentoo-x86 commit in net-mail/t-prot: ChangeLog t-prot-3.3.ebuild

2015-07-09 Thread Tim Harder (radhermit)
radhermit15/07/10 01:23:36

  Modified: ChangeLog
  Removed:  t-prot-3.3.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.53 net-mail/t-prot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/t-prot/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/t-prot/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/t-prot/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   10 Jul 2015 01:23:04 -  1.52
+++ ChangeLog   10 Jul 2015 01:23:36 -  1.53
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/t-prot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.52 2015/07/10 
01:23:04 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.53 2015/07/10 
01:23:36 radhermit Exp $
+
+  10 Jul 2015; Tim Harder radher...@gentoo.org -t-prot-3.3.ebuild:
+  Remove old.
 
   10 Jul 2015; Tim Harder radher...@gentoo.org t-prot-3.4.ebuild:
   Stabilize for amd64/x86.






[gentoo-commits] gentoo-x86 commit in media-libs/libmng: ChangeLog

2015-07-09 Thread Tim Harder (radhermit)
radhermit15/07/10 01:48:05

  Modified: ChangeLog
  Log:
  Fix manifest.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.102media-libs/libmng/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libmng/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   10 Jul 2015 01:45:25 -  1.101
+++ ChangeLog   10 Jul 2015 01:48:05 -  1.102
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libmng
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmng/ChangeLog,v 1.101 
2015/07/10 01:45:25 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmng/ChangeLog,v 1.102 
2015/07/10 01:48:05 radhermit Exp $
+
+  10 Jul 2015; Tim Harder radher...@gentoo.org Manifest:
+  Fix manifest.
 
 *libmng-2.0.3 (10 Jul 2015)
 






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

2015-07-09 Thread Patrick Lauer (patrick)
patrick 15/07/10 03:53:48

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

Revision  ChangesPath
1.35 dev-db/hyperdex/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   18 Jun 2015 02:53:38 -  1.34
+++ ChangeLog   10 Jul 2015 03:53:48 -  1.35
@@ -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.34 2015/06/18 
02:53:38 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v 1.35 2015/07/10 
03:53:48 patrick Exp $
+
+*hyperdex-1.8.0 (10 Jul 2015)
+
+  10 Jul 2015; Patrick Lauer patr...@gentoo.org +hyperdex-1.8.0.ebuild:
+  Bump
 
   18 Jun 2015; Patrick Lauer patr...@gentoo.org -hyperdex-1.7.0.ebuild:
   Remove old



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

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

Index: hyperdex-1.8.0.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.8.0.ebuild,v 1.1 
2015/07/10 03:53:48 patrick Exp $
EAPI=5

# Tests fail, still
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/hyperleveldb-1.2
=dev-libs/libpo6-0.8
=dev-libs/libe-0.11
=dev-libs/busybee-0.7
dev-libs/popt
=dev-libs/replicant-0.8
=dev-libs/libmacaroons-0.3
=dev-libs/libtreadstone-0.2
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!
}

src_test() {
emake -j1 check
}






[gentoo-commits] gentoo-x86 commit in app-benchmarks/wrk: wrk-3.1.2.ebuild ChangeLog

2015-07-09 Thread Patrick Lauer (patrick)
patrick 15/07/10 04:17:22

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

Revision  ChangesPath
1.4  app-benchmarks/wrk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/wrk/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   5 Jun 2015 12:04:26 -   1.3
+++ ChangeLog   10 Jul 2015 04:17:22 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for app-benchmarks/wrk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/wrk/ChangeLog,v 1.3 
2015/06/05 12:04:26 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/wrk/ChangeLog,v 1.4 
2015/07/10 04:17:22 patrick Exp $
+
+*wrk-3.1.2 (10 Jul 2015)
+
+  10 Jul 2015; Patrick Lauer patr...@gentoo.org +wrk-3.1.2.ebuild:
+  Bump
 
   05 Jun 2015; Justin Lecher j...@gentoo.org wrk-3.1.1.ebuild:
   Add slot operators



1.1  app-benchmarks/wrk/wrk-3.1.2.ebuild

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

Index: wrk-3.1.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/wrk/wrk-3.1.2.ebuild,v 1.1 
2015/07/10 04:17:22 patrick Exp $

EAPI=5

inherit eutils

DESCRIPTION=A modern HTTP benchmarking tool
HOMEPAGE=https://github.com/wg/wrk;
SRC_URI=https://github.com/wg/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

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

DEPEND=dev-libs/openssl:0
=dev-lang/luajit-2.0.2
RDEPEND=${DEPEND}

src_prepare() {
rm -rf deps/luajit || die failed to remove bundled luajit
epatch ${FILESDIR}/${PN}-3.1.1-makefile.patch
}

src_compile() {
tc-export CC
emake
}

src_install() {
dobin wrk
dodoc README NOTICE
insinto /usr/share/${PN}
doins -r scripts
}






[gentoo-commits] proj/grss:master commit in: grs/

2015-07-09 Thread Anthony G. Basile
commit: b215ad5537db9c861b6d424b248239cfe7641b17
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Fri Jul 10 02:39:31 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Fri Jul 10 02:39:31 2015 +
URL:https://gitweb.gentoo.org/proj/grss.git/commit/?id=b215ad55

grs/Execute.py: improve signal exit code.

 grs/Execute.py | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/grs/Execute.py b/grs/Execute.py
index f740924..9f59a6f 100644
--- a/grs/Execute.py
+++ b/grs/Execute.py
@@ -5,6 +5,7 @@ import signal
 import shlex
 import subprocess
 import sys
+import time
 from grs.Constants import CONST
 
 class Execute():
@@ -28,8 +29,12 @@ class Execute():
 f.write('SENDING SIGTERM to pid = %d\n' % pid)
 f.close()
 try:
-os.kill(pid, signal.SIGTERM)
-os.kill(pid, signal.SIGKILL)
+for i in range(10):
+os.kill(pid, signal.SIGTERM)
+time.sleep(0.2)
+while True:
+os.kill(pid, signal.SIGKILL)
+time.sleep(0.2)
 except ProcessLookupError:
 pass
 



[gentoo-commits] proj/grss:master commit in: grs/

2015-07-09 Thread Anthony G. Basile
commit: 6e1ca591c2dacde806a23d16b603558b04a2
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Fri Jul 10 02:40:09 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Fri Jul 10 02:40:09 2015 +
URL:https://gitweb.gentoo.org/proj/grss.git/commit/?id=6e1ca591

grs/Daemon.py: document.

 grs/Daemon.py | 37 ++---
 1 file changed, 30 insertions(+), 7 deletions(-)

diff --git a/grs/Daemon.py b/grs/Daemon.py
index 15290a5..0d2d988 100644
--- a/grs/Daemon.py
+++ b/grs/Daemon.py
@@ -7,22 +7,31 @@ import sys
 import time
 
 class Daemon:
- doc here
-more doc
-Adopted from Sander Marechal's A simple unix/linux daemon in Python
+ Adopted from Sander Marechal's A simple unix/linux daemon in Python
 See: 
http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/
+
+To use, inherit by a subclass which overrides run() and does all the
+daemon work.  You start the daemon with
+
+d = MyDaemon(pidfile, foo='1', bar='2')  # Any number for kwargs 
after pidfile
+d.start()   # to start the daemon
+d.restart() # to restart the daemon
+d.stop()# to stop the daemon
+
+Note: This isn't completely general daemon code as it doesn't close 
stdout/stderr.
+Rather these are redirected to /var/log/grs/grs-daemon-pid.err to 
capture any
+exceptions for debugging.
 
 
 def __init__(self, pidfile, **kwargs):
+ Since this will be used as a super class, we'll accept any **kwargs
+and insert them to our internal __dict__.
+
 self.pidfile = pidfile
 for k in kwargs:
 self.__dict__[k] = kwargs[k]
 
 def daemonize(self):
- doc here
-more doc
-
-
 try:
 pid = os.fork()
 if pid  0:
@@ -55,6 +64,9 @@ class Daemon:
 sys.stderr.flush()
 os.dup2(se.fileno(), sys.stderr.fileno())
 
+# Use atexit to remove the pidfile when we shutdown.
+# No matter where the exit is initiated, eg from Execute.py
+# we are sure that atexit() will run and delete the pidfile.
 atexit.register(self.delpid)
 with open(self.pidfile,'w') as pf:
 pf.write('%d\n' % os.getpid())
@@ -65,6 +77,10 @@ class Daemon:
 
 
 def start(self):
+# If there's a pidfile when we try to startup, then either
+# its stale or we're already running.  If the pidfile is stale,
+# remove it and startup as usual.  If we're already running,
+# then don't start a second instance.
 try:
 with open(self.pidfile, 'r') as pf:
 pid = int(pf.read().strip())
@@ -84,6 +100,13 @@ class Daemon:
 
 
 def stop(self):
+# Try to open our pidfile and read our pid.  If you have a pid but
+# there is no process at that pid, then we're not running and all
+# we have to do is cleanup our stale pidfile.a  If we can't get a
+# pid from our pidfile, then we've lost the original process.  Either
+# it crashed or something else killed the pidfile.  We don't know.
+# Finally if have a valid pid, send it a bunch of SIGTERMS followed
+# by SIGKILLS just in case.
 try:
 with open(self.pidfile,'r') as pf:
 pid = int(pf.read().strip())



[gentoo-commits] gentoo-x86 commit in www-client/google-chrome-beta: google-chrome-beta-44.0.2403.81_p1.ebuild ChangeLog google-chrome-beta-44.0.2403.61_p1.ebuild

2015-07-09 Thread Mike Gilbert (floppym)
floppym 15/07/10 03:01:41

  Modified: ChangeLog
  Added:google-chrome-beta-44.0.2403.81_p1.ebuild
  Removed:  google-chrome-beta-44.0.2403.61_p1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.87 www-client/google-chrome-beta/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/ChangeLog?rev=1.87view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/ChangeLog?rev=1.87content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/ChangeLog?r1=1.86r2=1.87

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   25 Jun 2015 22:41:54 -  1.86
+++ ChangeLog   10 Jul 2015 03:01:41 -  1.87
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/google-chrome-beta
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v 
1.86 2015/06/25 22:41:54 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v 
1.87 2015/07/10 03:01:41 floppym Exp $
+
+*google-chrome-beta-44.0.2403.81_p1 (10 Jul 2015)
+
+  10 Jul 2015; Mike Gilbert flop...@gentoo.org
+  +google-chrome-beta-44.0.2403.81_p1.ebuild,
+  -google-chrome-beta-44.0.2403.61_p1.ebuild:
+  Automated update.
 
 *google-chrome-beta-44.0.2403.61_p1 (25 Jun 2015)
 



1.1  
www-client/google-chrome-beta/google-chrome-beta-44.0.2403.81_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/google-chrome-beta-44.0.2403.81_p1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/google-chrome-beta-44.0.2403.81_p1.ebuild?rev=1.1content-type=text/plain

Index: google-chrome-beta-44.0.2403.81_p1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-beta/google-chrome-beta-44.0.2403.81_p1.ebuild,v
 1.1 2015/07/10 03:01:41 floppym Exp $

EAPI=5

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 readme.gentoo chromium eutils multilib pax-utils unpacker

DESCRIPTION=The web browser from Google
HOMEPAGE=http://www.google.com/chrome;

if [[ ${PN} == google-chrome ]]; then
MY_PN=${PN}-stable
else
MY_PN=${PN}
fi

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

SRC_URI=
amd64? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
)
x86? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
)


LICENSE=google-chrome
SLOT=0
KEYWORDS=-* ~amd64 ~x86
IUSE=+plugins
RESTRICT=bindist mirror strip

RDEPEND=
app-arch/bzip2
app-misc/ca-certificates
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype:2
net-print/cups
sys-apps/dbus
sys-libs/libcap
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2
=x11-libs/libX11-1.5.0
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/libXScrnSaver
x11-libs/libXtst
x11-libs/pango
x11-misc/xdg-utils


QA_PREBUILT=*
S=${WORKDIR}
CHROME_HOME=opt/google/chrome${PN#google-chrome}

DISABLE_AUTOFORMATTING=yes
DOC_CONTENTS=
Some web pages may require additional fonts to display properly.
Try installing some of the following packages if some characters
are not displayed properly:
- media-fonts/arphicfonts
- media-fonts/bitstream-cyberbit
- media-fonts/droid
- media-fonts/ipamonafont
- media-fonts/ja-ipafonts
- media-fonts/takao-fonts
- media-fonts/wqy-microhei
- media-fonts/wqy-zenhei

Depending on your desktop environment, you may need
to install additional packages to get icons on the Downloads page.

For KDE, the required package is kde-base/oxygen-icons.

For other desktop environments, try one of the following:
- x11-themes/gnome-icon-theme
- x11-themes/tango-icon-theme

Please notice the bundled flash player (PepperFlash).
You can (de)activate all 

[gentoo-commits] gentoo-x86 commit in www-plugins/chrome-binary-plugins: chrome-binary-plugins-44.0.2403.81_beta1.ebuild ChangeLog chrome-binary-plugins-44.0.2403.61_beta1.ebuild

2015-07-09 Thread Mike Gilbert (floppym)
floppym 15/07/10 03:02:05

  Modified: ChangeLog
  Added:chrome-binary-plugins-44.0.2403.81_beta1.ebuild
  Removed:  chrome-binary-plugins-44.0.2403.61_beta1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.267www-plugins/chrome-binary-plugins/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.267view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.267content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?r1=1.266r2=1.267

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- ChangeLog   7 Jul 2015 22:13:20 -   1.266
+++ ChangeLog   10 Jul 2015 03:02:05 -  1.267
@@ -1,6 +1,13 @@
 # ChangeLog for www-plugins/chrome-binary-plugins
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.266 
2015/07/07 22:13:20 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.267 
2015/07/10 03:02:05 floppym Exp $
+
+*chrome-binary-plugins-44.0.2403.81_beta1 (10 Jul 2015)
+
+  10 Jul 2015; Mike Gilbert flop...@gentoo.org
+  +chrome-binary-plugins-44.0.2403.81_beta1.ebuild,
+  -chrome-binary-plugins-44.0.2403.61_beta1.ebuild:
+  Automated update.
 
 *chrome-binary-plugins-43.0.2357.132_p1 (07 Jul 2015)
 



1.1  
www-plugins/chrome-binary-plugins/chrome-binary-plugins-44.0.2403.81_beta1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-44.0.2403.81_beta1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-44.0.2403.81_beta1.ebuild?rev=1.1content-type=text/plain

Index: chrome-binary-plugins-44.0.2403.81_beta1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-44.0.2403.81_beta1.ebuild,v
 1.1 2015/07/10 03:02:05 floppym Exp $

EAPI=5

inherit multilib unpacker

DESCRIPTION=Binary plugins from Google Chrome for use in Chromium
HOMEPAGE=http://www.google.com/chrome;

case ${PV} in
*_alpha*|*)
SLOT=unstable
CHROMEDIR=opt/google/chrome-${SLOT}
MY_PV=${PV/_alpha/-}
;;
*_beta*)
SLOT=beta
CHROMEDIR=opt/google/chrome-${SLOT}
MY_PV=${PV/_beta/-}
;;
*_p*)
SLOT=stable
CHROMEDIR=opt/google/chrome
MY_PV=${PV/_p/-}
;;
*)
die Invalid value for \${PV}: ${PV}
;;
esac

MY_PN=google-chrome-${SLOT}
MY_P=${MY_PN}_${MY_PV}

if [[ ${PV} != * ]]; then
SRC_URI=
amd64? (

https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
)
x86? (

https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
)

KEYWORDS=~amd64 ~x86
fi

LICENSE=google-chrome
IUSE=+flash +widevine
RESTRICT=bindist mirror strip

for x in 0 beta stable unstable; do
if [[ ${SLOT} != ${x} ]]; then
RDEPEND+= !${CATEGORY}/${PN}:${x}
fi
done

S=${WORKDIR}/${CHROMEDIR}
QA_PREBUILT=*

pkg_nofetch() {
eerror Please wait 24 hours and sync your portage tree before 
reporting fetch failures.
}

if [[ ${PV} == * ]]; then
src_unpack() {
local base=https://dl.google.com/linux/direct;
local debarch=${ARCH/x86/i386}
wget -O google-chrome.deb 
${base}/google-chrome-${SLOT}_current_${debarch}.deb || die
unpack_deb ./google-chrome.deb
}
fi

src_install() {
local version flapper

insinto /usr/$(get_libdir)/chromium-browser/

if use widevine; then
doins libwidevinecdm.so
strings ./chrome | grep -C 1  (version: | tail -1  
widevine.version
doins widevine.version
einfo Please note that if you intend to use this with 
www-clients/chromium,
einfo you'll need to enable the widevine USE flag there as 
well, in order to
einfo utilize the widevine USE flag that's been used here.
fi

if use flash; then
doins -r PepperFlash

 

[gentoo-commits] gentoo-x86 commit in dev-libs/busybee: busybee-0.7.0.ebuild ChangeLog

2015-07-09 Thread Patrick Lauer (patrick)
patrick 15/07/10 03:15:18

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

Revision  ChangesPath
1.14 dev-libs/busybee/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/busybee/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   18 Jun 2015 02:59:00 -  1.13
+++ ChangeLog   10 Jul 2015 03:15:18 -  1.14
@@ -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.13 
2015/06/18 02:59:00 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/busybee/ChangeLog,v 1.14 
2015/07/10 03:15:18 patrick Exp $
+
+*busybee-0.7.0 (10 Jul 2015)
+
+  10 Jul 2015; Patrick Lauer patr...@gentoo.org +busybee-0.7.0.ebuild:
+  Bump
 
   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,



1.1  dev-libs/busybee/busybee-0.7.0.ebuild

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

Index: busybee-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/dev-libs/busybee/busybee-0.7.0.ebuild,v 1.1 
2015/07/10 03:15:18 patrick Exp $
EAPI=4

DESCRIPTION=A messaging abstraction on top of TCP sockets used in HyperDex

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.8
=dev-libs/libe-0.11
RDEPEND=${DEPEND}






[gentoo-commits] proj/sci:master commit in: dev-java/jeuclid-core/

2015-07-09 Thread Nicolas Bock
commit: 59e932a0c4db091c334b5399e15658c22b484c69
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed Jul  8 10:21:31 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Wed Jul  8 10:21:31 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=59e932a0

dev-java/jeuclid-core: Fix dependencies

Package-Manager: portage-2.2.18

 dev-java/jeuclid-core/ChangeLog| 4 
 dev-java/jeuclid-core/jeuclid-core-3.1.9-r1.ebuild | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-java/jeuclid-core/ChangeLog b/dev-java/jeuclid-core/ChangeLog
index bc78f18..c3a5f1e 100644
--- a/dev-java/jeuclid-core/ChangeLog
+++ b/dev-java/jeuclid-core/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jul 2015; Marius Brehler mar...@linux.sungazer.de
+  jeuclid-core-3.1.9-r1.ebuild:
+  dev-java/jeuclid-core: Fix dependencies
+
   22 Jun 2015; Justin Lecher j...@gentoo.org -jeuclid-core-3.1.8.ebuild,
   jeuclid-core-3.1.9-r1.ebuild:
   dev-java/jeuclid-core: Fix SLOT version of batik

diff --git a/dev-java/jeuclid-core/jeuclid-core-3.1.9-r1.ebuild 
b/dev-java/jeuclid-core/jeuclid-core-3.1.9-r1.ebuild
index 319df8b..bd74839 100644
--- a/dev-java/jeuclid-core/jeuclid-core-3.1.9-r1.ebuild
+++ b/dev-java/jeuclid-core/jeuclid-core-3.1.9-r1.ebuild
@@ -20,7 +20,7 @@ COMMON_DEPEND=dev-java/ant-core
dev-java/commons-logging
dev-java/jcip-annotations
dev-java/xml-commons-external:1.3
-   dev-java/xmlgraphics-commons:1.5
+   dev-java/xmlgraphics-commons:2
 
 RDEPEND==virtual/jre-1.5
${COMMON_DEPEND}



[gentoo-commits] proj/sci:master commit in: dev-util/nvidia-cuda-toolkit/, dev-util/nvidia-cuda-toolkit/files/

2015-07-09 Thread Nicolas Bock
commit: 14315c7370fbe13785505e58e6db4ece021557a3
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed Jul  8 10:18:30 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Wed Jul  8 10:18:30 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=14315c73

dev-util/nvidia-cuda-toolkit: Add CUDA 7.5 release candidate

Package-Manager: portage-2.2.18

 dev-util/nvidia-cuda-toolkit/ChangeLog |   9 ++
 dev-util/nvidia-cuda-toolkit/files/cuda-config.in  |  28 
 dev-util/nvidia-cuda-toolkit/metadata.xml  |  14 ++
 .../nvidia-cuda-toolkit-7.5.7.ebuild   | 152 +
 4 files changed, 203 insertions(+)

diff --git a/dev-util/nvidia-cuda-toolkit/ChangeLog 
b/dev-util/nvidia-cuda-toolkit/ChangeLog
new file mode 100644
index 000..8ab8f99
--- /dev/null
+++ b/dev-util/nvidia-cuda-toolkit/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-util/nvidia-cuda-toolkit
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*nvidia-cuda-toolkit-7.5.7 (08 Jul 2015)
+
+  08 Jul 2015; Marius Brehler mar...@linux.sungazer.de +files/cuda-config.in,
+  +metadata.xml, +nvidia-cuda-toolkit-7.5.7.ebuild:
+  dev-util/nvidia-cuda-toolkit: Add CUDA 7.5 release candidate

diff --git a/dev-util/nvidia-cuda-toolkit/files/cuda-config.in 
b/dev-util/nvidia-cuda-toolkit/files/cuda-config.in
new file mode 100644
index 000..ca0d1d7
--- /dev/null
+++ b/dev-util/nvidia-cuda-toolkit/files/cuda-config.in
@@ -0,0 +1,28 @@
+#!/bin/bash
+
+SUPPORT_GCC_VERSIONS_BY_CUDA=CUDA_SUPPORTED_GCC
+
+_print_help() {
+   cat - EOF
+   Usage:
+   $(basename $0) [options]
+   
+   -s | --supported   Returns by current CUDA supported gcc 
versions
+   -h | --helpShows this help
+   EOF
+}
+
+case ${1} in
+   -s|--supported)
+   echo ${SUPPORT_GCC_VERSIONS_BY_CUDA}
+   exit 0
+   ;;
+   -h|--help)
+   _print_help
+   exit -1
+   ;;
+   *)
+   _print_help
+   exit 1
+   ;;
+esac

diff --git a/dev-util/nvidia-cuda-toolkit/metadata.xml 
b/dev-util/nvidia-cuda-toolkit/metadata.xml
new file mode 100644
index 000..e099ba5
--- /dev/null
+++ b/dev-util/nvidia-cuda-toolkit/metadata.xml
@@ -0,0 +1,14 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdsci/herd
+  use
+flag name=profiler
+   Installs the NVIDIA CUDA visual profiler.
+   /flag
+flag name=debugger
+   Installs the CUDA debugger.
+   /flag
+flag name=eclipseInstall the pkgdev-util/eclipse-sdk/pkg 
plugins/flag
+  /use
+/pkgmetadata

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.7.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.7.ebuild
new file mode 100644
index 000..f414d60
--- /dev/null
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.5.7.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit check-reqs cuda unpacker versionator
+
+MYD=$(get_version_component_range 1)_$(get_version_component_range 2)
+
+DESCRIPTION=NVIDIA CUDA Toolkit (compiler and friends)
+HOMEPAGE=http://developer.nvidia.com/cuda;
+CURI=https://developer.nvidia.com/rdp/cuda-75-release-candidate;
+SRC_URI=cuda_${PV}_rc_linux.run
+
+SLOT=0/${PV}
+LICENSE=NVIDIA-CUDA
+KEYWORDS=-* ~amd64 ~amd64-linux
+IUSE=debugger doc eclipse profiler
+
+DEPEND=
+RDEPEND=${DEPEND}
+   =sys-devel/gcc-4.7[cxx]
+   =x11-drivers/nvidia-drivers-352.07[uvm]
+   debugger? (
+   sys-libs/libtermcap-compat
+   sys-libs/ncurses[tinfo]
+   )
+   eclipse? ( =virtual/jre-1.6 )
+   profiler? ( =virtual/jre-1.6 )
+
+RESTRICT=fetch
+
+pkg_nofetch() {
+   einfo Please download the RHEL 7 \runfile (local)\ installer
+   einfo   - cuda_${P}_rc_linux.run
+   einfo from ${CURI} and place it in ${DISTDIR}
+}
+
+S=${WORKDIR}
+
+QA_PREBUILT=opt/cuda/*
+
+CHECKREQS_DISK_BUILD=1500M
+
+pkg_setup() {
+   # We don't like to run cuda_pkg_setup as it depends on us
+   check-reqs_pkg_setup
+}
+
+src_unpack() {
+   unpacker
+   unpacker run_files/cuda-linux*.run
+}
+
+src_prepare() {
+   local cuda_supported_gcc
+
+   cuda_supported_gcc=4.7 4.8 4.9
+
+   sed \
+   -e s:CUDA_SUPPORTED_GCC:${cuda_supported_gcc}:g \
+   ${FILESDIR}/cuda-config.in  ${T}/cuda-config || die
+}
+
+src_install() {
+   local i j
+   local remove=doc jre run_files install-linux.pl 
+   local cudadir=/opt/cuda
+   local ecudadir=${EPREFIX}${cudadir}
+
+   # dodoc doc/*txt
+   if use doc; then
+   dodoc doc/pdf/*
+  

[gentoo-commits] proj/sci:master commit in: licenses/, profiles/

2015-07-09 Thread Nicolas Bock
commit: 74337b1caaff959c5ebe7dd038ee052453cb605e
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed Jul  8 10:25:59 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Wed Jul  8 10:25:59 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=74337b1c

Add updated NVIDIA-CUDA EULA

 licenses/NVIDIA-CUDA| 2297 +++
 profiles/license_groups |2 +-
 2 files changed, 2298 insertions(+), 1 deletion(-)

diff --git a/licenses/NVIDIA-CUDA b/licenses/NVIDIA-CUDA
new file mode 100644
index 000..e101b27
--- /dev/null
+++ b/licenses/NVIDIA-CUDA
@@ -0,0 +1,2297 @@
+End User License Agreement
+--
+
+
+Preface
+---
+
+The following contains specific license terms and conditions
+for four separate NVIDIA products. By accepting this
+agreement, you agree to comply with all the terms and
+conditions applicable to the specific product(s) included
+herein.
+
+
+NVIDIA CUDA Toolkit
+
+
+Description
+
+The NVIDIA CUDA Toolkit provides command-line and graphical
+tools for building, debugging and optimizing the performance
+of applications accelerated by NVIDIA GPUs, runtime and math
+libraries, and documentation including programming guides,
+user manuals, and API references. The NVIDIA CUDA Toolkit
+License Agreement is available in Chapter 1.
+
+
+Default Install Location of CUDA Toolkit
+
+Windows platform:
+
+%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v#.#
+
+Linux platform:
+
+/usr/local/cuda-#.#
+
+Mac platform:
+
+/Developer/NVIDIA/CUDA-#.#
+
+
+NVIDIA CUDA Samples
+
+
+Description
+
+This package includes over 100+ CUDA examples that demonstrate
+various CUDA programming principles, and efficient CUDA
+implementation of algorithms in specific application domains.
+The NVIDIA CUDA Samples License Agreement is available in
+Chapter 2.
+
+
+Default Install Location of CUDA Samples
+
+Windows platform:
+
+%ProgramData%\NVIDIA Corporation\CUDA Samples\v#.#
+
+Linux platform:
+
+/usr/local/cuda-#.#/samples
+
+and
+
+$HOME/NVIDIA_CUDA-#.#_Samples
+
+Mac platform:
+
+/Developer/NVIDIA/CUDA-#.#/samples
+
+
+NVIDIA Driver
+
+
+Description
+
+This package contains the operating system driver and
+fundamental system software components for NVIDIA GPUs. The
+NVIDIA Driver License for the Windows platform is available in
+Chapter 3, and the NVIDIA Driver License for the Linux and Mac
+OSX platforms is available in Chapter 4.
+
+
+NVIDIA Nsight Visual Studio Edition (Windows only)
+
+
+Description
+
+NVIDIA Nsight Development Platform, Visual Studio Edition is a
+development environment integrated into Microsoft Visual
+Studio that provides tools for debugging, profiling, analyzing
+and optimizing your GPU computing and graphics applications.
+The NVIDIA Nsight Visual Studio Edition License Agreement is
+available in Chapter 5.
+
+
+Default Install Location of Nsight Visual Studio Edition
+
+Windows platform:
+
+%ProgramFiles(x86)%\NVIDIA Corporation\Nsight Visual Studio Edition #.#
+
+
+NVIDIA CUDA General Terms
+
+
+Description
+
+General terms that apply to all of the software components are
+available in Chapter 6.
+
+
+1. NVIDIA CUDA Toolkit License Agreement
+
+
+
+Important Notice
+
+
+READ CAREFULLY: This Software License Agreement (Agreement)
+for NVIDIA CUDA Toolkit, including computer software and
+associated documentation (Software), is the Agreement which
+governs use of the SOFTWARE of NVIDIA Corporation and its
+subsidiaries (NVIDIA) downloadable herefrom. By downloading,
+installing, copying, or otherwise using the SOFTWARE, You (as
+defined below) agree to be bound by the terms of this
+Agreement. If You do not agree to the terms of this Agreement,
+do not download the SOFTWARE.
+
+
+Recitals
+
+
+Use of NVIDIA's SOFTWARE requires three elements: the
+SOFTWARE, an NVIDIA GPU or application processor (NVIDIA
+Hardware), and a computer system. The SOFTWARE is protected
+by copyright laws and international copyright treaties, as
+well as other intellectual property laws and treaties. The
+SOFTWARE is not sold, and instead is only licensed for Your
+use, strictly in accordance with this Agreement. The NVIDIA
+Hardware is protected by various patents, and is sold, but
+this Agreement does not cover the sale or use of such
+hardware, since it may not necessarily be sold as a package
+with the SOFTWARE. This Agreement sets forth the terms and
+conditions of the SOFTWARE only.
+
+
+1.1. Definitions
+
+
+1.1.1. Licensee
+
+You, or Your shall mean the entity or individual that
+downloads and uses the SOFTWARE.
+
+
+1.1.2. Redistributable Software
+
+Redistributable Software shall mean the redistributable
+libraries referenced in Attachment A of this Agreement.
+
+
+1.1.3. Software
+
+SOFTWARE shall mean the deliverables provided pursuant to
+this Agreement. SOFTWARE may be provided in either source or

[gentoo-commits] proj/sci:master commit in: dev-util/nvidia-cuda-sdk/

2015-07-09 Thread Nicolas Bock
commit: ce6447670ba2ecf60966f8f5f7822f5a11330b71
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed Jul  8 10:28:30 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Wed Jul  8 10:28:30 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ce644767

dev-util/nvidia-cuda-sdk: Add CUDA 7.5 release candidate

Package-Manager: portage-2.2.18

 dev-util/nvidia-cuda-sdk/ChangeLog |   9 ++
 dev-util/nvidia-cuda-sdk/metadata.xml  |  13 ++
 .../nvidia-cuda-sdk/nvidia-cuda-sdk-7.5.7.ebuild   | 151 +
 3 files changed, 173 insertions(+)

diff --git a/dev-util/nvidia-cuda-sdk/ChangeLog 
b/dev-util/nvidia-cuda-sdk/ChangeLog
new file mode 100644
index 000..a941732
--- /dev/null
+++ b/dev-util/nvidia-cuda-sdk/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-util/nvidia-cuda-sdk
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*nvidia-cuda-sdk-7.5.7 (08 Jul 2015)
+
+  08 Jul 2015; Marius Brehler mar...@linux.sungazer.de +metadata.xml,
+  +nvidia-cuda-sdk-7.5.7.ebuild:
+  dev-util/nvidia-cuda-sdk: Add CUDA 7.5 release candidate

diff --git a/dev-util/nvidia-cuda-sdk/metadata.xml 
b/dev-util/nvidia-cuda-sdk/metadata.xml
new file mode 100644
index 000..8bd8dab
--- /dev/null
+++ b/dev-util/nvidia-cuda-sdk/metadata.xml
@@ -0,0 +1,13 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdsci/herd
+  use
+flag name=opencl
+   Build OpenCL binaries.
+   /flag
+flag name=cuda
+   Build CUDA binaries.
+   /flag
+  /use
+/pkgmetadata

diff --git a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-7.5.7.ebuild 
b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-7.5.7.ebuild
new file mode 100644
index 000..9083ca1
--- /dev/null
+++ b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-7.5.7.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cuda eutils flag-o-matic portability toolchain-funcs unpacker 
versionator
+
+MYD=$(get_version_component_range 1)_$(get_version_component_range 2)
+
+DESCRIPTION=NVIDIA CUDA Software Development Kit
+HOMEPAGE=http://developer.nvidia.com/cuda;
+CURI=https://developer.nvidia.com/rdp/cuda-75-release-candidate;
+SRC_URI=cuda_${PV}_rc_linux.run
+
+LICENSE=CUDPP
+SLOT=0
+KEYWORDS=~amd64 ~amd64-linux
+IUSE=debug +doc +examples opencl +cuda
+
+RDEPEND=
+   ~dev-util/nvidia-cuda-toolkit-${PV}
+   media-libs/freeglut
+   examples? (
+   media-libs/freeimage
+   media-libs/glew
+   virtual/mpi
+   =x11-drivers/nvidia-drivers-352.07[uvm]
+   )
+DEPEND=${RDEPEND}
+
+RESTRICT=test fetch
+
+pkg_nofetch() {
+   einfo Please download the RHEL 7 \runfile (local)\ installer
+   einfo   - cuda_${P}_rc_linux.run
+   einfo from ${CURI} and place it in ${DISTDIR}
+}
+
+S=${WORKDIR}/samples
+
+QA_EXECSTACK=(
+   opt/cuda/sdk/0_Simple/cdpSimplePrint/cdpSimplePrint
+   opt/cuda/sdk/0_Simple/cdpSimpleQuicksort/cdpSimpleQuicksort
+   opt/cuda/sdk/bin/x86_64/linux/release/cdpSimplePrint
+   opt/cuda/sdk/bin/x86_64/linux/release/cdpSimpleQuicksort
+   )
+
+src_unpack() {
+   unpacker
+   unpacker run_files/cuda-samples*run
+}
+
+pkg_setup() {
+   if use cuda || use opencl; then
+   cuda_pkg_setup
+   fi
+}
+
+src_prepare() {
+   export RAWLDFLAGS=$(raw-ldflags)
+#  epatch ${FILESDIR}/${P}-asneeded.patch
+
+   sed \
+   -e 's:-O2::g' \
+   -e 's:-O3::g' \
+   -e /LINK/s:gcc:$(tc-getCC) ${LDFLAGS}:g \
+   -e /LINK/s:g++:$(tc-getCXX) ${LDFLAGS}:g \
+   -e /CC/s:gcc:$(tc-getCC):g \
+   -e /GCC/s:g++:$(tc-getCXX):g \
+   -e /NVCC /s|\(:=\).*|:= ${EPREFIX}/opt/cuda/bin/nvcc|g \
+   -e / CFLAGS/s|\(:=\)|\1 ${CFLAGS}|g \
+   -e / CXXFLAGS/s|\(:=\)|\1 ${CXXFLAGS}|g \
+   -e /NVCCFLAGS/s|\(:=\)|\1 ${NVCCFLAGS} |g \
+   -e 's:-Wimplicit::g' \
+   -e s|../../common/lib/linux/\$(OS_ARCH)/libGLEW.a|$(pkg-config 
--libs glew)|g \
+   -e s|../../common/lib/\$(OSLOWER)/libGLEW.a|$(pkg-config 
--libs glew)|g \
+   -e 
s|../../common/lib/\$(OSLOWER)/\$(OS_ARCH)/libGLEW.a|$(pkg-config --libs 
glew)|g \
+   -i $(find . -type f -name Makefile) || die
+
+#  -e /ALL_LDFLAGS/s|:=|:= ${RAWLDFLAGS} |g \
+   find common/inc/GL -delete || die
+   find . -type f -name *\.a -delete || die
+}
+
+src_compile() {
+   use examples || return
+   local myopts verbose=verbose=1
+   use debug  myopts+= dbg=1
+   export FAKEROOTKEY=1 # Workaround sandbox issue in #462602
+   emake \
+   

[gentoo-commits] proj/sci:master commit in: dev-java/jlatexmath-fop/

2015-07-09 Thread Nicolas Bock
commit: ca733f02b45aac1f799581e1c18b0b37a08a54b7
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed Jul  8 10:51:28 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Wed Jul  8 10:51:28 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ca733f02

dev-java/jlatexmath-fop: Drop keywords, dependencies broken

Package-Manager: portage-2.2.18

 dev-java/jlatexmath-fop/ChangeLog   | 6 +-
 dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-java/jlatexmath-fop/ChangeLog 
b/dev-java/jlatexmath-fop/ChangeLog
index fb9bf4a..cab7e6f 100644
--- a/dev-java/jlatexmath-fop/ChangeLog
+++ b/dev-java/jlatexmath-fop/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-java/jlatexmath-fop
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jul 2015; Marius Brehler mar...@linux.sungazer.de
+  jlatexmath-fop-1.0.3.ebuild:
+  dev-java/jlatexmath-fop: Drop keywords, dependencies broken
+
   05 May 2014; Quentin Minster quen...@minster.io files/version.xml:
   dev-java/jlatexmath-fop-1.0.3: fix wrong version number in version.xml
 

diff --git a/dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild 
b/dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild
index 569ceec..d4f56fa 100644
--- a/dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild
+++ b/dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,7 +14,7 @@ 
SRC_URI=http://forge.scilab.org/upload/jlatexmath/files/${PN}-src-${PV}.zip;
 
 LICENSE=GPL-2
 SLOT=1
-KEYWORDS=~amd64 ~x86
+KEYWORDS=
 IUSE=
 
 CDEPEND=dev-java/jlatexmath:1



[gentoo-commits] proj/sci:master commit in: sci-libs/nipype/

2015-07-09 Thread Nicolas Bock
commit: 37dc69b5f66bf2e8bb1594368f263f49bc2704ff
Author: Horea Christian h.chr AT mail DOT ru
AuthorDate: Mon Jul  6 09:52:40 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Mon Jul  6 09:52:40 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=37dc69b5

need sqlite3 module

Package-Manager: portage-2.2.20

 sci-libs/nipype/ChangeLog  | 3 +++
 sci-libs/nipype/nipype-.ebuild | 1 +
 2 files changed, 4 insertions(+)

diff --git a/sci-libs/nipype/ChangeLog b/sci-libs/nipype/ChangeLog
index 09e1407..0b564ed 100644
--- a/sci-libs/nipype/ChangeLog
+++ b/sci-libs/nipype/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jul 2015; Horea Christian h@mail.ru nipype-.ebuild:
+  need sqlite3 module
+
   06 Jun 2015; Horea Christian h@mail.ru nipype-.ebuild:
   no longer depending on outdated version
 

diff --git a/sci-libs/nipype/nipype-.ebuild 
b/sci-libs/nipype/nipype-.ebuild
index 018340f..a9eea5a 100644
--- a/sci-libs/nipype/nipype-.ebuild
+++ b/sci-libs/nipype/nipype-.ebuild
@@ -25,6 +25,7 @@ DEPEND=
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/nibabel[${PYTHON_USEDEP}]
 RDEPEND=
+   dev-lang/python[sqlite]
sci-libs/scipy[${PYTHON_USEDEP}]
dev-python/traits[${PYTHON_USEDEP}]
dev-python/networkx[${PYTHON_USEDEP}]



[gentoo-commits] proj/sci:master commit in: sci-libs/dealii/

2015-07-09 Thread Nicolas Bock
commit: a54c1f382fcfa7efa82231aef8545fcb6e2af72e
Author: Matthias Maier tamiko AT gentoo DOT org
AuthorDate: Fri Jul  3 15:22:34 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Fri Jul  3 15:22:34 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a54c1f38

sci-libs/dealii - change the recorded version and soversion in the live build

Package-Manager: portage-2.2.18

 sci-libs/dealii/ChangeLog  | 3 +++
 sci-libs/dealii/dealii-.ebuild | 1 +
 2 files changed, 4 insertions(+)

diff --git a/sci-libs/dealii/ChangeLog b/sci-libs/dealii/ChangeLog
index c900cbe..33cdaaa 100644
--- a/sci-libs/dealii/ChangeLog
+++ b/sci-libs/dealii/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Jul 2015; Matthias Maier tam...@gentoo.org dealii-.ebuild:
+  sci-libs/dealii - change the recorded version and soversion in the live build
+
   06 Jun 2015; Justin Lecher j...@gentoo.org dealii-8.1.0-r2.ebuild,
   dealii-8.2.1-r1.ebuild, dealii-.ebuild:
   sci-libs/dealii: Add SLOT operators

diff --git a/sci-libs/dealii/dealii-.ebuild 
b/sci-libs/dealii/dealii-.ebuild
index c00c383..f2617a7 100644
--- a/sci-libs/dealii/dealii-.ebuild
+++ b/sci-libs/dealii/dealii-.ebuild
@@ -68,6 +68,7 @@ src_configure() {
local CMAKE_BUILD_TYPE=$(usex debug DebugRelease Release)
 
local mycmakeargs=(
+   -DDEAL_II_PACKAGE_VERSION=
-DDEAL_II_ALLOW_AUTODETECTION=OFF
-DDEAL_II_ALLOW_BUNDLED=OFF
-DDEAL_II_ALLOW_PLATFORM_INTROSPECTION=OFF



[gentoo-commits] proj/sci:master commit in: dev-python/pylibconfig2/

2015-07-09 Thread Nicolas Bock
commit: 92be570d18fbb80db8d7dde6bb8d82f1e4b48144
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed Jul  8 15:35:32 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Wed Jul  8 15:35:32 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=92be570d

dev-python/pylibconfig2: New ebuilds written by me

Package-Manager: portage-2.2.18

 dev-python/pylibconfig2/ChangeLog | 10 +
 dev-python/pylibconfig2/metadata.xml  | 18 +++
 dev-python/pylibconfig2/pylibconfig2-0.2.3.ebuild | 21 ++
 dev-python/pylibconfig2/pylibconfig2-.ebuild  | 27 +++
 4 files changed, 76 insertions(+)

diff --git a/dev-python/pylibconfig2/ChangeLog 
b/dev-python/pylibconfig2/ChangeLog
new file mode 100644
index 000..8ace2d4
--- /dev/null
+++ b/dev-python/pylibconfig2/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/pylibconfig2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pylibconfig2-0.2.3 (08 Jul 2015)
+*pylibconfig2- (08 Jul 2015)
+
+  08 Jul 2015; Marius Brehler mar...@linux.sungazer.de +metadata.xml,
+  +pylibconfig2-0.2.3.ebuild, +pylibconfig2-.ebuild:
+  dev-python/pylibconfig2: New ebuilds written by me

diff --git a/dev-python/pylibconfig2/metadata.xml 
b/dev-python/pylibconfig2/metadata.xml
new file mode 100644
index 000..ae49bd0
--- /dev/null
+++ b/dev-python/pylibconfig2/metadata.xml
@@ -0,0 +1,18 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdsci/herd
+  maintainer
+emailmar...@linux.sungazer.de/email
+nameMarius Brehler/name
+  /maintainer
+  longdescription
+Pure python library for libconfig syntax. IO works via strings only.
+Thus, include directives are not supported.
+
+Scalar types are pythons basic types str, int, long, float, bool.
+The libconfig types Array, List, Group are implemented as ConfArray,
+ConfList, ConfGroup, respectively. A config is setup from a string
+only, and represented as a string automatically.
+  /longdescription
+/pkgmetadata

diff --git a/dev-python/pylibconfig2/pylibconfig2-0.2.3.ebuild 
b/dev-python/pylibconfig2/pylibconfig2-0.2.3.ebuild
new file mode 100644
index 000..83dacd0
--- /dev/null
+++ b/dev-python/pylibconfig2/pylibconfig2-0.2.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION=Pure python library for libconfig syntax
+HOMEPAGE=https://github.com/heinzK1X/pylibconfig2;
+SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+KEYWORDS=~amd64 ~x86
+
+LICENSE=BSD
+SLOT=0
+
+RDEPEND=
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   
+DEPEND=${RDEPEND}

diff --git a/dev-python/pylibconfig2/pylibconfig2-.ebuild 
b/dev-python/pylibconfig2/pylibconfig2-.ebuild
new file mode 100644
index 000..6d9b8e5
--- /dev/null
+++ b/dev-python/pylibconfig2/pylibconfig2-.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION=Pure python library for libconfig syntax
+HOMEPAGE=https://github.com/heinzK1X/pylibconfig2;
+EGIT_REPO_URI=https://github.com/heinzK1X/${PN}.git 
git://g...@github.com:heinzK1X/${PN}.git
+KEYWORDS=
+
+LICENSE=BSD
+SLOT=0
+IUSE=test
+
+RDEPEND=
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   
+DEPEND=${RDEPEND}
+
+python_test() {
+   distutils_install_for_testing
+   esetup.py test || die
+}



[gentoo-commits] proj/sci:master commit in: dev-python/pylibconfig2/

2015-07-09 Thread Nicolas Bock
commit: 7b6a429484cdd061957e6fd49047326616e694da
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed Jul  8 15:38:05 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Wed Jul  8 15:38:05 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7b6a4294

dev-python/pylibconfig2: Update long description

Package-Manager: portage-2.2.18

 dev-python/pylibconfig2/ChangeLog| 3 +++
 dev-python/pylibconfig2/metadata.xml | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/pylibconfig2/ChangeLog 
b/dev-python/pylibconfig2/ChangeLog
index 8ace2d4..6e3ffc9 100644
--- a/dev-python/pylibconfig2/ChangeLog
+++ b/dev-python/pylibconfig2/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jul 2015; Marius Brehler mar...@linux.sungazer.de metadata.xml:
+  dev-python/pylibconfig2: Update long description
+
 *pylibconfig2-0.2.3 (08 Jul 2015)
 *pylibconfig2- (08 Jul 2015)
 

diff --git a/dev-python/pylibconfig2/metadata.xml 
b/dev-python/pylibconfig2/metadata.xml
index ae49bd0..d17af2e 100644
--- a/dev-python/pylibconfig2/metadata.xml
+++ b/dev-python/pylibconfig2/metadata.xml
@@ -7,8 +7,8 @@
 nameMarius Brehler/name
   /maintainer
   longdescription
-Pure python library for libconfig syntax. IO works via strings only.
-Thus, include directives are not supported.
+Pure python library for libconfig syntax.
+IO works via strings, and include directives.
 
 Scalar types are pythons basic types str, int, long, float, bool.
 The libconfig types Array, List, Group are implemented as ConfArray,



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

2015-07-09 Thread Nicolas Bock
commit: 2fbef18bf27e0ff61af00809e93de577149ec523
Author: Nicolas Bock nicolasbock AT gmail DOT com
AuthorDate: Fri Jul 10 03:59:07 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Fri Jul 10 03:59:07 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2fbef18b

Merge remote-tracking branch 'gentoo/master'

 dev-lang/vtune/ChangeLog   |  5 
 dev-lang/vtune/Manifest|  1 +
 ...15.2.393444.ebuild = vtune-15.3.403110.ebuild} |  4 +--
 sci-biology/RSeQC/ChangeLog|  9 +++
 sci-biology/RSeQC/Manifest |  2 ++
 sci-biology/RSeQC/RSeQC-2.6.1.ebuild   | 30 ++
 {sci-libs/jhdf5 = sci-biology/RSeQC}/metadata.xml |  0
 sci-libs/mkl/ChangeLog |  5 
 sci-libs/mkl/Manifest  |  1 +
 ...mkl-11.2.2.164.ebuild = mkl-11.2.3.187.ebuild} |  4 +--
 sys-cluster/openmpi/ChangeLog  |  5 
 sys-cluster/openmpi/Manifest   |  1 +
 .../{openmpi-1.8.5.ebuild = openmpi-1.8.6.ebuild} |  0
 13 files changed, 63 insertions(+), 4 deletions(-)



[gentoo-commits] proj/sci:master commit in: dev-java/jlatexmath-fop/

2015-07-09 Thread Nicolas Bock
commit: 15a74a94c35430d6a70eaadcb29e506f94a0bb03
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed Jul  8 12:36:53 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Wed Jul  8 12:36:53 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=15a74a94

dev-java/jlatexmath-fop: Blind fixing dependencies

Package-Manager: portage-2.2.18

 dev-java/jlatexmath-fop/ChangeLog   | 6 +-
 dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild | 8 
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-java/jlatexmath-fop/ChangeLog 
b/dev-java/jlatexmath-fop/ChangeLog
index fb9bf4a..cf05954 100644
--- a/dev-java/jlatexmath-fop/ChangeLog
+++ b/dev-java/jlatexmath-fop/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-java/jlatexmath-fop
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jul 2015; Marius Brehler mar...@linux.sungazer.de
+  jlatexmath-fop-1.0.3.ebuild:
+  dev-java/jlatexmath-fop: Blind fixing dependencies
+
   05 May 2014; Quentin Minster quen...@minster.io files/version.xml:
   dev-java/jlatexmath-fop-1.0.3: fix wrong version number in version.xml
 

diff --git a/dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild 
b/dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild
index 569ceec..dcaa628 100644
--- a/dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild
+++ b/dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -18,8 +18,8 @@ KEYWORDS=~amd64 ~x86
 IUSE=
 
 CDEPEND=dev-java/jlatexmath:1
-   dev-java/xmlgraphics-commons:1.5
-   =dev-java/fop-0.9.5:0
+   dev-java/xmlgraphics-commons:2
+   =dev-java/fop-2.0:2
 DEPEND==virtual/jdk-1.5
${CDEPEND}
 RDEPEND==virtual/jre-1.5
@@ -33,7 +33,7 @@ src_prepare() {
epatch ${FILESDIR}/${P}-fixpaths.patch
cp ${FILESDIR}/version.xml ${S} || die
echo fop.jar=$(java-pkg_getjar fop fop.jar)
-xmlgraphics-commons.jar=$(java-pkg_getjar xmlgraphics-commons-1.5 
xmlgraphics-commons.jar)
+xmlgraphics-commons.jar=$(java-pkg_getjar xmlgraphics-commons-2.0 
xmlgraphics-commons.jar)
 jlatexmath.jar=$(java-pkg_getjar jlatexmath-1 jlatexmath.jar) \
 fop.properties || die
 }



[gentoo-commits] proj/sci:master commit in: sci-mathematics/scilab/

2015-07-09 Thread Nicolas Bock
commit: 6afd2aae94e117584561272d7db676ce55eb75ad
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed Jul  8 12:37:22 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Wed Jul  8 12:37:22 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6afd2aae

sci-mathematics/scilab: Blind fixing dependencies

Package-Manager: portage-2.2.18

 sci-mathematics/scilab/ChangeLog   | 3 +++
 sci-mathematics/scilab/scilab-5.5.2.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog
index 6c6f830..8d5cc39 100644
--- a/sci-mathematics/scilab/ChangeLog
+++ b/sci-mathematics/scilab/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jul 2015; Marius Brehler mar...@linux.sungazer.de scilab-5.5.2.ebuild:
+  sci-mathematics/scilab: Blind fixing dependencies
+
   22 Jun 2015; Justin Lecher j...@gentoo.org
   -files/scilab-5.5.0-accessviolation.patch,
   -files/scilab-5.5.0-fix-random-runtime-failure.patch,

diff --git a/sci-mathematics/scilab/scilab-5.5.2.ebuild 
b/sci-mathematics/scilab/scilab-5.5.2.ebuild
index 24b47b7..430293e 100644
--- a/sci-mathematics/scilab/scilab-5.5.2.ebuild
+++ b/sci-mathematics/scilab/scilab-5.5.2.ebuild
@@ -49,7 +49,7 @@ CDEPEND=dev-libs/libpcre
dev-java/commons-io:1
dev-java/commons-logging:0
=dev-java/flexdock-1.2.4:0
-   dev-java/fop:0
+   dev-java/fop:2
=dev-java/gluegen-2.2.4:2.2
dev-java/javahelp:0
dev-java/jeuclid-core:0
@@ -59,7 +59,7 @@ CDEPEND=dev-libs/libpcre
=dev-java/jogl-2.2.4:2.2
=dev-java/jrosetta-1.0.4:0
dev-java/skinlf:0
-   dev-java/xmlgraphics-commons:1.5
+   dev-java/xmlgraphics-commons:2
virtual/opengl
xcos? ( dev-java/jgraphx:2.5 )
)



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

2015-07-09 Thread Nicolas Bock
commit: e9841b74c19d1036053a3f186596fd156772e347
Author: Jauhien Piatlicki piatlicki AT gmail DOT com
AuthorDate: Mon Jul  6 10:19:30 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Mon Jul  6 10:19:30 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e9841b74

Merge pull request #448 from TheChymera/nipype

need sqlite3 module for sci-libs/nipype

 sci-libs/nipype/ChangeLog  | 3 +++
 sci-libs/nipype/nipype-.ebuild | 1 +
 2 files changed, 4 insertions(+)



[gentoo-commits] proj/sci:master commit in: sci-visualization/mayavi/

2015-07-09 Thread Nicolas Bock
commit: 4a3e2c4ff3222aa2940fd0144ab9144accfc77dc
Author: Nicolas Bock nicolasbock AT gmail DOT com
AuthorDate: Fri Jul 10 03:52:13 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Fri Jul 10 03:52:13 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4a3e2c4f

Version bump.

Package-Manager: portage-2.2.18

 sci-visualization/mayavi/ChangeLog   |  5 ++
 sci-visualization/mayavi/mayavi-4.4.2.ebuild | 69 
 2 files changed, 74 insertions(+)

diff --git a/sci-visualization/mayavi/ChangeLog 
b/sci-visualization/mayavi/ChangeLog
index 588ac41..8ca5665 100644
--- a/sci-visualization/mayavi/ChangeLog
+++ b/sci-visualization/mayavi/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: Exp $
 
+*mayavi-4.4.2 (10 Jul 2015)
+
+  10 Jul 2015; Nicolas Bock nicolasb...@gentoo.org +mayavi-4.4.2.ebuild:
+  Version bump.
+
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   sci-visualization/mayavi: Add github to remote-id in metadata.xml
 

diff --git a/sci-visualization/mayavi/mayavi-4.4.2.ebuild 
b/sci-visualization/mayavi/mayavi-4.4.2.ebuild
new file mode 100644
index 000..c144a8d
--- /dev/null
+++ b/sci-visualization/mayavi/mayavi-4.4.2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION=Enthought Tool Suite: Scientific data 3-dimensional visualizer
+HOMEPAGE=
+   http://code.enthought.com/projects/mayavi/
+   http://pypi.python.org/pypi/mayavi/;
+SRC_URI=https://github.com/enthought/${PN}/archive/${PV}.tar.gz;
+
+LICENSE=BSD
+SLOT=2
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=doc examples test
+
+RDEPEND=
+   =dev-python/apptools-4[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   =dev-python/envisage-4[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pyface[${PYTHON_USEDEP}]
+   =dev-python/traitsui-4[${PYTHON_USEDEP}]
+   dev-python/wxpython:*[${PYTHON_USEDEP}]
+CDEPEND=sci-libs/vtk[python]
+DEPEND=
+   ${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/wxpython[opengl]
+   media-fonts/font-cursor-misc
+   media-fonts/font-misc-misc
+   )
+
+# testsuite is a trainwreck; https://github.com/enthought/mayavi/issues/66
+#RESTRICT=test
+
+# not sure if this is still needed
+#PATCHES=( ${FILESDIR}/${PN}-4.2.0-doc.patch )
+
+python_compile_all() {
+   if use doc; then
+   esetup.py gen_docs
+   esetup.py build_docs
+   fi
+}
+
+python_test() {
+   VIRTUALX_COMMAND=nosetests virtualmake
+}
+
+python_install_all() {
+   use examples  EXAMPLES=( examples/. )
+   use doc  HTML_DOCS=( docs/build/mayavi/html/. )
+   distutils-r1_python_install_all
+
+   newicon mayavi/core/ui/images/m2.png mayavi2.png
+   make_desktop_entry ${PN}2 \
+   Mayavi2 2D/3D Scientific Visualization ${PN}2
+}



[gentoo-commits] proj/sci:master commit in: dev-java/jlatexmath-fop/

2015-07-09 Thread Nicolas Bock
commit: 28cef97dc173740df7b94f8d6ab54cd9808d3303
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Wed Jul  8 12:27:47 2015 +
Commit: Nicolas Bock nicolasbock AT gentoo DOT org
CommitDate: Wed Jul  8 12:27:47 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=28cef97d

Revert dev-java/jlatexmath-fop: Drop keywords, dependencies broken

This reverts commit ca733f02b45aac1f799581e1c18b0b37a08a54b7.

 dev-java/jlatexmath-fop/ChangeLog   | 6 +-
 dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-java/jlatexmath-fop/ChangeLog 
b/dev-java/jlatexmath-fop/ChangeLog
index cab7e6f..fb9bf4a 100644
--- a/dev-java/jlatexmath-fop/ChangeLog
+++ b/dev-java/jlatexmath-fop/ChangeLog
@@ -1,11 +1,7 @@
 # ChangeLog for dev-java/jlatexmath-fop
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
-  08 Jul 2015; Marius Brehler mar...@linux.sungazer.de
-  jlatexmath-fop-1.0.3.ebuild:
-  dev-java/jlatexmath-fop: Drop keywords, dependencies broken
-
   05 May 2014; Quentin Minster quen...@minster.io files/version.xml:
   dev-java/jlatexmath-fop-1.0.3: fix wrong version number in version.xml
 

diff --git a/dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild 
b/dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild
index d4f56fa..569ceec 100644
--- a/dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild
+++ b/dev-java/jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,7 +14,7 @@ 
SRC_URI=http://forge.scilab.org/upload/jlatexmath/files/${PN}-src-${PV}.zip;
 
 LICENSE=GPL-2
 SLOT=1
-KEYWORDS=
+KEYWORDS=~amd64 ~x86
 IUSE=
 
 CDEPEND=dev-java/jlatexmath:1



[gentoo-commits] gentoo-x86 commit in sys-fs/eudev: eudev-3.1.2-r10.ebuild ChangeLog

2015-07-09 Thread Mike Gilbert (floppym)
floppym 15/07/10 01:09:41

  Modified: ChangeLog
  Added:eudev-3.1.2-r10.ebuild
  Log:
  Revbump for libgudev, bug 552036.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.165sys-fs/eudev/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog   21 Jun 2015 11:30:32 -  1.164
+++ ChangeLog   10 Jul 2015 01:09:41 -  1.165
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/eudev
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.164 2015/06/21 
11:30:32 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.165 2015/07/10 
01:09:41 floppym Exp $
+
+*eudev-3.1.2-r10 (10 Jul 2015)
+
+  10 Jul 2015; Mike Gilbert flop...@gentoo.org +eudev-3.1.2-r10.ebuild:
+  Revbump for libgudev, bug 552036.
 
   21 Jun 2015; Anthony G. Basile bluen...@gentoo.org eudev-3.0.ebuild,
   eudev-3.1.2.ebuild:



1.1  sys-fs/eudev/eudev-3.1.2-r10.ebuild

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

Index: eudev-3.1.2-r10.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-3.1.2-r10.ebuild,v 1.1 
2015/07/10 01:09:41 floppym Exp $

EAPI=5

KV_min=2.6.39
WANT_AUTOMAKE=1.13

inherit autotools eutils linux-info multilib multilib-minimal user

if [[ ${PV} = * ]]; then
EGIT_REPO_URI=git://github.com/gentoo/eudev.git
inherit git-2
else
SRC_URI=http://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz;
KEYWORDS=~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86
fi

DESCRIPTION=Linux dynamic and persistent device naming support (aka userspace 
devfs)
HOMEPAGE=https://github.com/gentoo/eudev;

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

COMMON_DEPEND==sys-apps/util-linux-2.20
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(-)]
)
DEPEND=${COMMON_DEPEND}
dev-util/gperf
virtual/os-headers
virtual/pkgconfig
=sys-devel/make-3.82-r4
=sys-kernel/linux-headers-${KV_min}
doc? ( =dev-util/gtk-doc-1.18
app-text/docbook-xml-dtd:4.2
app-text/docbook-xml-dtd:4.5
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
)
=dev-util/intltool-0.50
test? ( app-text/tree dev-lang/perl )

RDEPEND=${COMMON_DEPEND}
!sys-fs/lvm2-2.02.103
!sec-policy/selinux-base-2.20120725-r10
!sys-fs/udev
!sys-apps/systemd

PDEPEND==sys-fs/udev-init-scripts-26
hwdb? ( =sys-apps/hwids-20140304[udev] )

# 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() { :; }

pkg_pretend() {
ewarn
ewarn As of 2013-01-29, ${P} provides the new interface renaming 
functionality,
ewarn as described in the URL below:
ewarn 
http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames;
ewarn
ewarn This functionality is enabled BY DEFAULT because eudev has no 
means of synchronizing
ewarn between the default or user-modified choice of sys-fs/udev.  If 
you wish to disable
ewarn this new iface naming, please be sure that 
/etc/udev/rules.d/80-net-name-slot.rules
ewarn exists: touch /etc/udev/rules.d/80-net-name-slot.rules
ewarn
}

pkg_setup() {
CONFIG_CHECK=~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER 
~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET
linux-info_pkg_setup
get_running_version


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

2015-07-09 Thread Mike Gilbert (floppym)
floppym 15/07/10 01:09:19

  Modified: ChangeLog package.mask
  Log:
  Unmask systemd/udev 222 mask and virtual/libgudev-230.

Revision  ChangesPath
1.10174  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10173
retrieving revision 1.10174
diff -u -r1.10173 -r1.10174
--- ChangeLog   9 Jul 2015 03:13:09 -   1.10173
+++ ChangeLog   10 Jul 2015 01:09:18 -  1.10174
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10173 2015/07/09 
03:13:09 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10174 2015/07/10 
01:09:18 floppym Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  10 Jul 2015; Mike Gilbert flop...@gentoo.org package.mask:
+  Unmask systemd/udev 222 mask and virtual/libgudev-230.
+
   09 Jul 2015; William Hubbs willi...@gentoo.org package.mask:
   update udev mask for bug #552036
 



1.16659  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16658
retrieving revision 1.16659
diff -u -r1.16658 -r1.16659
--- package.mask9 Jul 2015 03:13:09 -   1.16658
+++ package.mask10 Jul 2015 01:09:18 -  1.16659
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16658 2015/07/09 
03:13:09 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16659 2015/07/10 
01:09:18 floppym Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -104,13 +104,6 @@
 # Package masked for removal in 30 days. bug 552578
 app-backup/cyphertite
 
-# Mike Gilbert flop...@gentoo.org (19 Jun 2015)
-# Masked until all libgudev providers have been updated, bug 552036.
-~sys-fs/udev-222
-~sys-apps/systemd-221
-~sys-apps/systemd-222
-~virtual/libgudev-230
-
 # Jauhien Piatlicki jauh...@gentoo.org (16 Jun 2015)
 # Upstream does not provide these as separated packages.
 # Nobody interested in maintaining them in Gentoo.






  1   2   3   >