[gentoo-commits] repo/gentoo:master commit in: net-libs/gsoap/

2016-02-02 Thread Lars Wendler
commit: 814401017ba49c74c70b0cdf07692c01c6d9c489
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Feb  2 17:52:38 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Feb  2 17:57:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81440101

net-libs/gsoap: Bump to version 2.8.28

Package-Manager: portage-2.2.27
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/gsoap/Manifest|  1 +
 net-libs/gsoap/gsoap-2.8.28.ebuild | 80 ++
 2 files changed, 81 insertions(+)

diff --git a/net-libs/gsoap/Manifest b/net-libs/gsoap/Manifest
index 825f812..b240577 100644
--- a/net-libs/gsoap/Manifest
+++ b/net-libs/gsoap/Manifest
@@ -2,3 +2,4 @@ DIST gsoap_2.7.17.zip 1022 SHA256 
d3af1ce9464b28cacdf1dfbe09b689f8927cbcf394
 DIST gsoap_2.8.23.zip 22482000 SHA256 
e1c30743f1c2cf40b2760568127e14af1b2a00c3026b2e5f0750e8c33d94c061 SHA512 
cc90aadfe09aa6406172c9ffa07696851ff594ca7c5b40819494badd8ce978d908d66de63a5831e7aec1bca18ee8b51ed02187057688a3b36eb0a21fe6e0f5a4
 WHIRLPOOL 
e5cfc9c5758847d1fc94cbd38108b80c7548abc0316fe201b58604a3b22d30b9748c81d4aec13f53356593f3ddc2dcba14170a53d63795eab9229ec49d4bc585
 DIST gsoap_2.8.26.zip 22605211 SHA256 
bfe42848d324be1f7313fd01c1e953caf5ee28fbb640cbf2fa004d32123683d6 SHA512 
eee9f4f34c62114f400d644fbb5f1b93dfd12e524746f8dc74d459b993ac170d09598fc254a0471d6dacf26e31298ba93b5e95381c5d9c24445acea2b6957ff5
 WHIRLPOOL 
fecd08fcaf736d573688c643109149a75d2a64ecef15af79e13a74b4da9bad6a80278e4adeaee682c7bb0cdc37402362bb497e20e9f40104dff21d21e589d383
 DIST gsoap_2.8.27.zip 22643224 SHA256 
cdd9188f3a00caf14fae54d7cc975227128118e818036e5b6bd6e87550e1dc35 SHA512 
45c2a653ef588acf41b23c14fdfe2524b37b3324d9ca332a1f8c7ec37fd6e1cf297c798dc7eeb2f90aaa2dd3a72a87f5cde1daf0a513b0259e08a89e386846ad
 WHIRLPOOL 
b82a7e9e4ff7b1042ef0c3346ea9cdeb343232d0cc23ec96845adcc44a4b4d773df42fe72a1eaeadb4e33cc63d5458d7bcb0dc97184ab6d0f5e82682eaaba8ad
+DIST gsoap_2.8.28.zip 23729531 SHA256 
453b36d97a98b35c2829284219dd09a4d60f073a5b77c658c403961c54cfa328 SHA512 
1ada2993ca2fe52ff8337484f1be387a0d74b894c633fb0a947f0c160bf875a17825983c174d6e0d84dc8292964f854638dbd9bb54402a8de618036a7db9623b
 WHIRLPOOL 
5c2255d868b140646d0609d25681dea7cf2861d5ee39c771c84e16af77d4f2b6a8541f93bcf1dcefb642f35571936b63fc69acdcec0ae46de87fc96fb7af75bd

diff --git a/net-libs/gsoap/gsoap-2.8.28.ebuild 
b/net-libs/gsoap/gsoap-2.8.28.ebuild
new file mode 100644
index 000..e8c1c2e
--- /dev/null
+++ b/net-libs/gsoap/gsoap-2.8.28.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools eutils
+
+MY_P="${PN}-2.8"
+
+DESCRIPTION="A cross-platform open source C and C++ SDK for SOAP/XML Web 
services"
+HOMEPAGE="http://gsoap2.sourceforge.net;
+SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
+
+LICENSE="GPL-2 gSOAP"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc debug examples ipv6 libressl gnutls +ssl"
+
+RDEPEND="
+   sys-libs/zlib
+   gnutls? ( net-libs/gnutls )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl )
+   )
+"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   sys-devel/flex
+   sys-devel/bison
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   # Fix Pre-ISO headers
+   eapply 
"${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch"
+
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=()
+   use ssl || myconf+=( --disable-ssl )
+   use gnutls && myconf+=( --enable-gnutls )
+   use ipv6 && myconf+=( --enable-ipv6 )
+   econf \
+   ${myconf[@]} \
+   $(use_enable debug) \
+   $(use_enable examples samples)
+}
+
+src_compile() {
+   emake -j1
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   # yes, we also install the license-file since
+   # it contains info about how to apply the licenses
+   dodoc *.txt
+
+   dohtml changelog.md
+
+   prune_libtool_files --all
+
+   if use examples; then
+   rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* 
gsoap/samples/*/*.o || die
+   insinto /usr/share/doc/${PF}/examples
+   doins -r gsoap/samples/*
+   fi
+
+   if use doc; then
+   dohtml -r gsoap/doc/*
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/mldonkey/

2016-02-02 Thread Alexis Ballier
commit: 3fb561beef8619b26f2ebc6cc9a340494ebd48bb
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Feb  2 18:49:52 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Feb  2 18:49:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb561be

net-p2p/mldonkey: add missing dep on camlp4, bug #452408

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier  gentoo.org>

 net-p2p/mldonkey/mldonkey-3.1.5.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-p2p/mldonkey/mldonkey-3.1.5.ebuild 
b/net-p2p/mldonkey/mldonkey-3.1.5.ebuild
index fb3a0b9..49982cf 100644
--- a/net-p2p/mldonkey/mldonkey-3.1.5.ebuild
+++ b/net-p2p/mldonkey/mldonkey-3.1.5.ebuild
@@ -18,6 +18,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
 
 RDEPEND="dev-lang/perl
+   dev-ml/camlp4:=
guionly? ( >=gnome-base/librsvg-2.4.0
>=dev-ml/lablgtk-2.6 )
gtk? ( >=gnome-base/librsvg-2.4.0



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-gammu/

2016-02-02 Thread Sebastian Pipping
commit: c3f265d8d81c6d1c5391ae449077feb9c70b
Author: Louis Sautier  gmail  com>
AuthorDate: Tue Feb  2 14:38:10 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Feb  2 15:12:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f265d8

dev-python/python-gammu: provides Python support for gammu, fixes #566168

Package-Manager: portage-2.2.27

 dev-python/python-gammu/Manifest|  1 +
 dev-python/python-gammu/metadata.xml| 20 ++
 dev-python/python-gammu/python-gammu-2.5.ebuild | 36 +
 3 files changed, 57 insertions(+)

diff --git a/dev-python/python-gammu/Manifest b/dev-python/python-gammu/Manifest
new file mode 100644
index 000..5b8a5c1
--- /dev/null
+++ b/dev-python/python-gammu/Manifest
@@ -0,0 +1 @@
+DIST python-gammu-2.5.tar.gz 133090 SHA256 
871e3450a26397d555c92926382edf0e6a58431fe53613563f5a313ad752ff88 SHA512 
e61bb340546cf3f98c20ff5d4ef25ca05676b4dea91e02aeee2856f091ac12fbf07a597637f9562432e298bf9678ff4445d24d8cdf96274b735aa9754b364e58
 WHIRLPOOL 
f2ec5af883de298d71f220eb319c9df8d496328db461ba9e501e4d4d7ce150bbf19f5a07a7560804e46b21e1d848244e932f9b8eb15a60b6cf5d9a86892e45bd

diff --git a/dev-python/python-gammu/metadata.xml 
b/dev-python/python-gammu/metadata.xml
new file mode 100644
index 000..d72e9d8
--- /dev/null
+++ b/dev-python/python-gammu/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   Python bindings for Gammu
+   
+   
+   python-gammu
+   gammu/python-gammu
+   
+   
+   awilfox.gen...@foxkit.us
+   Andrew Wilcox
+   Proxy (user) maintainer, bugs to be assigned to 
him
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/dev-python/python-gammu/python-gammu-2.5.ebuild 
b/dev-python/python-gammu/python-gammu-2.5.ebuild
new file mode 100644
index 000..a2c1279
--- /dev/null
+++ b/dev-python/python-gammu/python-gammu-2.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for Gammu"
+HOMEPAGE="http://wammu.eu/python-gammu/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+
+RDEPEND=">=app-mobilephone/gammu-1.34.0"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? (
+   $(python_gen_impl_dep sqlite)
+   app-mobilephone/gammu[dbi]
+   )"
+
+DOCS=( AUTHORS NEWS.rst README.rst )
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use examples && local EXAMPLES=( examples/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gammu/files/, app-mobilephone/gammu/

2016-02-02 Thread Sebastian Pipping
commit: 19d0a72327ca484229e7a7d95d8b1b2d0e870fd1
Author: Louis Sautier  gmail  com>
AuthorDate: Tue Feb  2 14:25:08 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Feb  2 14:35:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d0a723

app-mobilephone/gammu: bump to 1.36.8, fix #536722

Python support is now handled by dev-python/python-gammu

Package-Manager: portage-2.2.27

 app-mobilephone/gammu/Manifest |  1 +
 .../gammu/files/gammu-1.36.8-bashcompdir.patch | 12 
 app-mobilephone/gammu/gammu-1.36.8.ebuild  | 79 ++
 app-mobilephone/gammu/metadata.xml |  9 ++-
 4 files changed, 98 insertions(+), 3 deletions(-)

diff --git a/app-mobilephone/gammu/Manifest b/app-mobilephone/gammu/Manifest
index 40e50c6..08f608e 100644
--- a/app-mobilephone/gammu/Manifest
+++ b/app-mobilephone/gammu/Manifest
@@ -1 +1,2 @@
 DIST gammu-1.33.0.tar.bz2 6535262 SHA256 
b326223e36a334dbaed68252a9cf2d90fd898d6de4d1085dcf9c2320881aece3 SHA512 
42252a36c7ad5a2945fcf23fcb1b5bb0201d27e8830d3b4a7f4c36bf00f12f5a0f7797e17098bda8d526d4ddc3b1808c0786dfae0feef9424516fa68bf2f3f1e
 WHIRLPOOL 
27c0110da7b686bc7dd19f4f897c59d4e66aa6dbec78dec208fa8c90f70b80c1375c7b8a4b54fe40295d388de61efb11695823a503d1f85a46797c97ddf988fa
+DIST gammu-1.36.8.tar.bz2 2095289 SHA256 
0ed9c91b4cc5844cad04531e765bc1194cb02bc3e69e6658cd88bfb1cad74f80 SHA512 
4ac86b783570db0105e18ef05fc9408e85d1234ab7de720a232a416ad867d3afbe89db7ed408c06d57f8bb38a2e272f86386f11a89e56f1d750da9e9b579ba09
 WHIRLPOOL 
36172cbf129647b2de48dbbe14122e71fc4f46e2f6ddb29ce546a1e37ea5c2ee0cad28ee37b29b7ddfb9605e6984c6d80d50108bfe0962417da35a1c5b2688ef

diff --git a/app-mobilephone/gammu/files/gammu-1.36.8-bashcompdir.patch 
b/app-mobilephone/gammu/files/gammu-1.36.8-bashcompdir.patch
new file mode 100644
index 000..aceef3d
--- /dev/null
+++ b/app-mobilephone/gammu/files/gammu-1.36.8-bashcompdir.patch
@@ -0,0 +1,12 @@
+diff -BurpN gammu-1.36.8.orig/contrib/CMakeLists.txt 
gammu-1.36.8/contrib/CMakeLists.txt
+--- gammu-1.36.8.orig/contrib/CMakeLists.txt   2015-12-08 13:38:11.0 
+0300
 gammu-1.36.8/contrib/CMakeLists.txt2016-01-16 15:49:45.870431342 
+0300
+@@ -85,7 +85,7 @@ endif (INSTALL_PHP_EXAMPLES)
+ if (INSTALL_BASH_COMPLETION)
+ macro_optional_find_package (BashCompletion)
+ if (NOT BASH_COMPLETION_FOUND)
+-  set (BASH_COMPLETION_COMPLETIONSDIR "/etc/bash_completion.d" CACHE PATH 
"Location of bash_completion.d")
++  set (BASH_COMPLETION_COMPLETIONSDIR 
"/usr/share/bash-completion/completions" CACHE PATH "Location of 
bash_completion.d")
+ endif (NOT BASH_COMPLETION_FOUND)
+ install (
+ FILES bash-completion/gammu

diff --git a/app-mobilephone/gammu/gammu-1.36.8.ebuild 
b/app-mobilephone/gammu/gammu-1.36.8.ebuild
new file mode 100644
index 000..2db6755
--- /dev/null
+++ b/app-mobilephone/gammu/gammu-1.36.8.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils cmake-utils
+
+DESCRIPTION="A tool to handle your cellular phone"
+HOMEPAGE="http://wammu.eu/gammu/;
+SRC_URI="http://dl.cihar.com/${PN}/releases/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bluetooth curl dbi debug irda mysql nls postgres usb"
+
+# TODO: figure out a way to disable gudev
+RDEPEND="dev-libs/glib:2=
+   virtual/libgudev:=
+   bluetooth? ( net-wireless/bluez:= )
+   curl? ( net-misc/curl:= )
+   dbi? ( >=dev-db/libdbi-0.8.3:= )
+   mysql? ( virtual/mysql:= )
+   postgres? ( dev-db/postgresql:=[server] )
+   usb? ( virtual/libusb:1= )
+   dev-util/dialog"
+DEPEND="${RDEPEND}
+   irda? ( virtual/os-headers )
+   nls? ( sys-devel/gettext )"
+
+# sys-devel/gettext is needed for creating .mo files
+# Supported languages and translated documentation
+# Be sure all languages are prefixed with a single space!
+MY_AVAILABLE_LINGUAS=" af ar bg bn ca cs da de el en_GB es et fi fr gl he hu 
id it ko nl pl pt_BR ro ru sk sv sw tr zh_CN zh_TW"
+IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}"
+
+src_prepare() {
+   epatch "${FILESDIR}/${PN}-skip-locktest.patch" \
+   "${FILESDIR}/${PN}-1.36.8-bashcompdir.patch"
+
+   local lang support_linguas=no
+   for lang in ${MY_AVAILABLE_LINGUAS} ; do
+   if use linguas_${lang} ; then
+   support_linguas=yes
+   break
+   fi
+   done
+   # install all languages when all selected LINGUAS aren't supported
+   if [ "${support_linguas}" = "yes" ]; then
+   for lang in ${MY_AVAILABLE_LINGUAS} ; do
+   if ! use linguas_${lang} ; then
+   rm -rf locale/${lang} || die
+   fi
+   done
+   fi
+}
+
+src_configure() {
+   # debug flag is 

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-session/, xfce-base/xfce4-session/files/

2016-02-02 Thread Denis Dupeyron
commit: 4045336f08c2902791659d44a87312be39165373
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Tue Feb  2 18:36:28 2016 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Tue Feb  2 18:43:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4045336f

xfce-base/xfce4-session: screensaver fixes

Add x11-misc/light-locker as one of the possible backends for locking
the screen. Add the corresponding command to the xflock4 script.

Remove gnome-extra/gnome-screensaver as one of the possible backends for
locking the screen. This silences repoman. Gnome 3 does not use it and
Gnome 2 no longer exists in portage, thus the package has disappeared.
Leave the corresponding command in the xflock4 script just in case some
of our users are still using gnome-screensaver from an overlay.

 ...on-4.12.1-light-locker_support_to_xflock4.patch | 17 +
 .../xfce4-session/xfce4-session-4.12.1-r1.ebuild   | 74 ++
 2 files changed, 91 insertions(+)

diff --git 
a/xfce-base/xfce4-session/files/xfce4-session-4.12.1-light-locker_support_to_xflock4.patch
 
b/xfce-base/xfce4-session/files/xfce4-session-4.12.1-light-locker_support_to_xflock4.patch
new file mode 100644
index 000..cb472ed
--- /dev/null
+++ 
b/xfce-base/xfce4-session/files/xfce4-session-4.12.1-light-locker_support_to_xflock4.patch
@@ -0,0 +1,17 @@
+--- scripts/xflock4.orig   2016-02-02 10:40:15.726495183 -0700
 scripts/xflock42016-02-02 10:43:17.548061336 -0700
+@@ -24,10 +24,12 @@
+ PATH=/bin:/usr/bin
+ export PATH
+ 
+-# Lock by xscreensaver or gnome-screensaver, if a respective daemon is running
++# Lock by xscreensaver, gnome-screensaver or light-locker, if a respective
++# daemon is running
+ for lock_cmd in \
+ "xscreensaver-command -lock" \
+-"gnome-screensaver-command --lock"
++"gnome-screensaver-command --lock" \
++"light-locker-command --lock"
+ do
+ $lock_cmd >/dev/null 2>&1 && exit
+ done

diff --git a/xfce-base/xfce4-session/xfce4-session-4.12.1-r1.ebuild 
b/xfce-base/xfce4-session/xfce4-session-4.12.1-r1.ebuild
new file mode 100644
index 000..a5bed38
--- /dev/null
+++ b/xfce-base/xfce4-session/xfce4-session-4.12.1-r1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+EAUTORECONF=1
+inherit xfconf
+
+DESCRIPTION="A session manager for the Xfce desktop environment"
+HOMEPAGE="http://docs.xfce.org/xfce/xfce4-session/start;
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug nls policykit systemd upower +xscreensaver"
+
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=
+   x11-apps/iceauth
+   x11-libs/libSM:=
+   >=x11-libs/libwnck-2.30:1=
+   x11-libs/libX11:=
+   >=xfce-base/libxfce4util-4.11:=
+   >=xfce-base/libxfce4ui-4.12.1:=
+   >=xfce-base/xfconf-4.10:=
+   !xfce-base/xfce-utils
+   !=xfce-base/libxfce4ui-4.12.0
+   policykit? ( >=sys-auth/polkit-0.102:= )
+   upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
+RDEPEND="${COMMON_DEPEND}
+   x11-apps/xrdb
+   nls? ( x11-misc/xdg-user-dirs )
+   !systemd? ( upower? ( sys-power/pm-utils ) )
+   xscreensaver? ( || (
+   >=x11-misc/xscreensaver-5.26
+   x11-misc/light-locker
+   >=x11-misc/xlockmore-5.43
+   x11-misc/slock
+   x11-misc/alock[pam]
+   ) )"
+DEPEND="${COMMON_DEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+REQUIRED_USE="systemd? ( policykit )"
+
+pkg_setup() {
+   PATCHES=(
+   
"${FILESDIR}"/${PN}-4.10.1-alock_support_to_xflock4.patch
+   
"${FILESDIR}"/${PN}-4.12.1-light-locker_support_to_xflock4.patch
+   )
+
+   XFCONF=(
+   --docdir="${EPREFIX}"/usr/share/doc/${PF}
+   $(use_enable policykit polkit)
+   --with-xsession-prefix="${EPREFIX}"/usr
+   $(xfconf_use_debug)
+   )
+
+   use upower && XFCONF+=( --enable-upower )
+
+   DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )
+}
+
+src_install() {
+   xfconf_src_install
+
+   local sessiondir=/etc/X11/Sessions
+   echo startxfce4 > "${T}"/Xfce4
+   exeinto ${sessiondir}
+   doexe "${T}"/Xfce4
+   dosym Xfce4 ${sessiondir}/Xfce
+}



[gentoo-commits] repo/proj/prefix:master commit in: dev-lang/python/

2016-02-02 Thread Fabian Groffen
commit: 966ace9bb7bf3bcecc41a21d0826f17eb3487f91
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Feb  2 20:05:09 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Feb  2 20:05:09 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=966ace9b

dev-lang/python: fix RUNSHARED changes for non-Darwin

Package-Manager: portage-2.2.20-prefix

 dev-lang/python/python-3.4.3-r5.ebuild | 2 +-
 dev-lang/python/python-3.5.1.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/python/python-3.4.3-r5.ebuild 
b/dev-lang/python/python-3.4.3-r5.ebuild
index 5557b6c..1ea643d 100644
--- a/dev-lang/python/python-3.4.3-r5.ebuild
+++ b/dev-lang/python/python-3.4.3-r5.ebuild
@@ -83,7 +83,7 @@ src_prepare() {
epatch 
"${WORKDIR}"/python-prefix-${PV}-gentoo-patches-${PREFIX_PATCHREV}
 
# https://forums.developer.apple.com/thread/9233, bug #572726
-   sed -i -e 's:$(RUNSHARED) ./regen:export RUNSHARED=$(RUNSHARED); 
./regen:' \
+   sed -i -e '/$(RUNSHARED) .\/regen/s/^/export RUNSHARED=$(RUNSHARED); /' 
\
Makefile.pre.in || die
sed -i -e '/python$EXE/s/^/env ${RUNSHARED} /' \
Lib/plat-darwin/regen || die

diff --git a/dev-lang/python/python-3.5.1.ebuild 
b/dev-lang/python/python-3.5.1.ebuild
index 4cf94bb..3e6454f 100644
--- a/dev-lang/python/python-3.5.1.ebuild
+++ b/dev-lang/python/python-3.5.1.ebuild
@@ -81,7 +81,7 @@ src_prepare() {
epatch 
"${WORKDIR}"/python-prefix-${PV}-gentoo-patches-${PREFIX_PATCHREV}
 
# https://forums.developer.apple.com/thread/9233, bug #572726
-   sed -i -e 's:$(RUNSHARED) ./regen:export RUNSHARED=$(RUNSHARED); 
./regen:' \
+   sed -i -e '/$(RUNSHARED) .\/regen/s/^/export RUNSHARED=$(RUNSHARED); /' 
\
Makefile.pre.in || die
sed -i -e '/python$EXE/s/^/env ${RUNSHARED} /' \
Lib/plat-darwin/regen || die



[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/wammu/

2016-02-02 Thread Sebastian Pipping
commit: 8324389e263b89ca2961377be72cc377a9308425
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Feb  2 20:05:23 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Feb  2 20:11:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8324389e

app-mobilephone/wammu: Adjust gammu dependency (#775)

Changelog of gammu 1.34.0 says:
"Removed deprecated Python modules gammu.Data and gammu.Worker".

Package-Manager: portage-2.2.27

 .../{wammu-0.36-r1.ebuild => wammu-0.35-r1.ebuild} | 28 --
 app-mobilephone/wammu/wammu-0.36-r1.ebuild |  4 ++--
 2 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/app-mobilephone/wammu/wammu-0.36-r1.ebuild 
b/app-mobilephone/wammu/wammu-0.35-r1.ebuild
similarity index 72%
copy from app-mobilephone/wammu/wammu-0.36-r1.ebuild
copy to app-mobilephone/wammu/wammu-0.35-r1.ebuild
index 4c84990..b8d262e 100644
--- a/app-mobilephone/wammu/wammu-0.36-r1.ebuild
+++ b/app-mobilephone/wammu/wammu-0.35-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI="3"
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_DEPEND="2"
 
-inherit distutils-r1
+inherit distutils
 
 DESCRIPTION="Front-end for gammu to access mobile phones easily"
 HOMEPAGE="http://www.wammu.eu/;
@@ -17,9 +17,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="bluetooth gnome"
 
-RDEPEND=">=app-mobilephone/gammu-1.25.0[python]
-   >=dev-python/wxpython-2.8[${PYTHON_USEDEP}]
-   bluetooth? ( dev-python/pybluez[${PYTHON_USEDEP}]
+RDEPEND=">=app-mobilephone/gammu-1.25.0[python] 
=dev-python/wxpython-2.8
+   bluetooth? ( dev-python/pybluez
gnome? ( net-wireless/gnome-bluetooth )
)"
 DEPEND="${RDEPEND}"
@@ -29,8 +29,10 @@ DEPEND="${RDEPEND}"
 MY_AVAILABLE_LINGUAS=" af bg ca cs da de el es et fi fr gl he hu id it ko nl 
pl pt_BR ru sk sv zh_CN zh_TW"
 IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}"
 
-# Required to source locale content out of the box
-DISTUTILS_IN_SOURCE_BUILD=1
+pkg_setup() {
+   python_set_active_version 2
+   python_pkg_setup
+}
 
 src_prepare() {
local lang support_linguas=no
@@ -49,16 +51,16 @@ src_prepare() {
done
fi
 
-   distutils-r1_src_prepare
+   python_convert_shebangs -r 2 .
 }
 
 src_compile() {
# SKIPWXCHECK: else 'import wx' results in
# Xlib: connection to ":0.0" refused by server
-   SKIPWXCHECK=yes distutils-r1_src_compile
+   SKIPWXCHECK=yes distutils_src_compile
 }
 
 src_install() {
-   local DOCS="AUTHORS FAQ"
-   SKIPWXCHECK=yes distutils-r1_src_install
+   DOCS="AUTHORS FAQ"
+   SKIPWXCHECK=yes distutils_src_install
 }

diff --git a/app-mobilephone/wammu/wammu-0.36-r1.ebuild 
b/app-mobilephone/wammu/wammu-0.36-r1.ebuild
index 4c84990..5b974e6 100644
--- a/app-mobilephone/wammu/wammu-0.36-r1.ebuild
+++ b/app-mobilephone/wammu/wammu-0.36-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="bluetooth gnome"
 
-RDEPEND=">=app-mobilephone/gammu-1.25.0[python]
+RDEPEND=">=app-mobilephone/gammu-1.25.0[python] 
=dev-python/wxpython-2.8[${PYTHON_USEDEP}]
bluetooth? ( dev-python/pybluez[${PYTHON_USEDEP}]
gnome? ( net-wireless/gnome-bluetooth )



[gentoo-commits] repo/gentoo:master commit in: /

2016-02-02 Thread Sebastian Pipping
commit: c5a11d30b3242795bd44413ac3ef455715cc5c96
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Feb  2 20:12:35 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Feb  2 20:12:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a11d30

Merge branch 'gammu'

 app-mobilephone/gammu/Manifest |  1 +
 .../gammu/files/gammu-1.36.8-bashcompdir.patch | 12 
 app-mobilephone/gammu/gammu-1.36.8.ebuild  | 79 ++
 app-mobilephone/gammu/metadata.xml |  9 ++-
 .../{wammu-0.36-r1.ebuild => wammu-0.35-r1.ebuild} | 28 
 app-mobilephone/wammu/wammu-0.36-r1.ebuild |  4 +-
 dev-python/python-gammu/Manifest   |  1 +
 dev-python/python-gammu/metadata.xml   | 20 ++
 dev-python/python-gammu/python-gammu-2.5.ebuild| 36 ++
 9 files changed, 172 insertions(+), 18 deletions(-)



[gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/

2016-02-02 Thread Mike Frysinger
commit: 1b93e446b043f14c6be447b66293760104fe2dc6
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb  2 18:46:47 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Feb  2 18:50:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b93e446

sys-libs/timezone: delete old 2015e version

 sys-libs/timezone-data/Manifest   |   2 -
 sys-libs/timezone-data/timezone-data-2015e.ebuild | 143 --
 2 files changed, 145 deletions(-)

diff --git a/sys-libs/timezone-data/Manifest b/sys-libs/timezone-data/Manifest
index 0221b9c..e128561 100644
--- a/sys-libs/timezone-data/Manifest
+++ b/sys-libs/timezone-data/Manifest
@@ -1,6 +1,4 @@
-DIST tzcode2015e.tar.gz 185129 SHA256 
b5a217b55847fb56f470a7738939c36f3a520d6cc12342d965cfcf848e59ada0 SHA512 
fdc568a68f4876b967b39e21fa53f063dc5756e886e2a273cc046d5a014eb517e9c91eb6e03d18c94a89ce48578868aed710790415c500188fce4e4add0ce7ca
 WHIRLPOOL 
d3fde26e0b0ebe98d7de0c2a666a79dd6020e471b647de2b61a89dc1eeba61e8928c7dcb2e1b15d867e8e81b5e33321a288a2b94e713deaf5579e00b6082e7b8
 DIST tzcode2015f.tar.gz 180742 SHA256 
0c95e0a42bb61141f790f4f5f204b954d7654c894aa54a594a215d6f38de84ae SHA512 
5cfbebde8a0be57e8388a7b6d35aeba99130a72c1a41f9bbd5d5864511a473aa5e9320ab21055b4383e64b3b9d7682c0d30377ce8407619987be672436014710
 WHIRLPOOL 
c657f8d6a77cd96f6fed296bc905fd5690abe47f7cf25d99ea6802d61cee619c75e70ea006a77a0680d4c46ea43f8fb509bbb32b7ecc0323996e44b462e17845
 DIST tzcode2015g.tar.gz 181695 SHA256 
18e402ef24bfad2ded38643c9a7a9a580f940a729cb47d983052fc28ff0c7ec4 SHA512 
44da833da3afdb82636a953785372bb4c765e61e40d700da40b46ab70007ebdbde4d480e10b87cbb36c45eaaffcaa6b9894375e2f553b7d16655dc167cd4a11f
 WHIRLPOOL 
7c71471ba122865710ec6c71e443dab7db8fd6f43cf4348dd02438129d9c80dcfb3d6da3cdb3b04efeabcc5debba35a78d0b946b6b9e98caa5d7ddefbbe600e4
-DIST tzdata2015e.tar.gz 296773 SHA256 
ffc9b5d38abda8277aa479e3f75aa7668819d0977cd1a0c8ef3b09128334ba6f SHA512 
86498190a20c5c67827aa75f7e9c6aa6c19d58a88a70425ce70d5ae7cea42dc7386eb2867fa455fcfcdedc6a105ad70fbbdc7c27c7a58a51bd21d76a135983ce
 WHIRLPOOL 
aaf2f2009f451beaf178d1ee622ebacdd04f1795e07a606b61620cac8faf74a63e1ea3f75ef58b846a6093922cba9df764ed1929e70d1f0be5181fdc25901282
 DIST tzdata2015f.tar.gz 298815 SHA256 
959f81b541e042ecb13c50097d264ae92ff03a57979c478dbcf24d5da242531d SHA512 
d86e6c9e4c6d9cd5de30762723d7a90ac697feeb6dd1f04649f6a35e4e1dc638261c32066db4aeafa767ac339ccd100c38dde044ceadd61e95cb3d39c27f977e
 WHIRLPOOL 
0b56e3ae620bed60d37abb195e8c4add8f5a00114422e91f2e533fce8c0091bdd681ff5c682e929e5af45202afde838fcc1ae14b7865f6f83a126c647e56d6a4
 DIST tzdata2015g.tar.gz 300363 SHA256 
b923cdbf078491696b17bc8d069c74bce73fabc5774629da2f410c9b31576161 SHA512 
ad7de0e3e8753861d260f0fcbcbca327516a4dc826f7659370a7fb979e6154f1a26b23d2609acf6e1790c8c59da0b76c42f4a94bf361409c1460f6a8ffa6f879
 WHIRLPOOL 
3af55fc43133ef3c03b734d8db35feda760feb5ad3adf0e763337fcf4ad7057231f5a24ddf68fdac9ae4014d31675d6a51c29f14b987118daad7f691f7e3fe98

diff --git a/sys-libs/timezone-data/timezone-data-2015e.ebuild 
b/sys-libs/timezone-data/timezone-data-2015e.ebuild
deleted file mode 100644
index 5a2024a..000
--- a/sys-libs/timezone-data/timezone-data-2015e.ebuild
+++ /dev/null
@@ -1,143 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils toolchain-funcs flag-o-matic
-
-code_ver=${PV}
-data_ver=${PV}
-DESCRIPTION="Timezone data (/usr/share/zoneinfo) and utilities 
(tzselect/zic/zdump)"
-HOMEPAGE="http://www.iana.org/time-zones http://www.twinsun.com/tz/tz-link.htm;
-SRC_URI="http://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.tar.gz
-   
http://www.iana.org/time-zones/repository/releases/tzcode${code_ver}.tar.gz;
-
-LICENSE="BSD public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="nls leaps_timezone elibc_FreeBSD elibc_glibc"
-
-RDEPEND="!sys-libs/glibc[vanilla(+)]"
-
-S=${WORKDIR}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2015c-makefile.patch
-   tc-is-cross-compiler && cp -pR "${S}" "${S}"-native
-}
-
-_emake() {
-   emake \
-   TOPDIR="${EPREFIX}/usr" \
-   REDO=$(usex leaps_timezone posix_right posix_only) \
-   "$@"
-}
-
-src_compile() {
-   local LDLIBS
-   tc-export CC
-   if use elibc_FreeBSD || use elibc_Darwin ; then
-   append-cppflags -DSTD_INSPIRED #138251
-   fi
-   export NLS=$(usex nls 1 0)
-   if use nls && ! use elibc_glibc ; then
-   LDLIBS+=" -lintl" #154181
-   fi
-   # TOPDIR is used in some utils when compiling.
-   _emake \
-   AR="$(tc-getAR)" \
-   CC="$(tc-getCC)" \
-   RANLIB="$(tc-getRANLIB)" \
-   

[gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/

2016-02-02 Thread Mike Frysinger
commit: c456a36cb4abbaac3304ea4ce8789daaddc836a7
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb  2 18:49:36 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Feb  2 18:50:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c456a36c

sys-libs/timezone: mark 2015g stable for all

 sys-libs/timezone-data/timezone-data-2015g.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/timezone-data/timezone-data-2015g.ebuild 
b/sys-libs/timezone-data/timezone-data-2015g.ebuild
index 62ca812..3530aab 100644
--- a/sys-libs/timezone-data/timezone-data-2015g.ebuild
+++ b/sys-libs/timezone-data/timezone-data-2015g.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.ta
 
 LICENSE="BSD public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="nls leaps_timezone elibc_FreeBSD elibc_glibc"
 
 RDEPEND="!sys-libs/glibc[vanilla(+)]"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/openssl/

2016-02-02 Thread Mike Frysinger
commit: 26cd68f406fbc31eaee8916150d53ba1ad84ff85
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Feb  1 18:39:50 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Feb  2 18:50:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cd68f4

dev-libs/openssl: mark 1.0.2f arm64/m68k stable

 dev-libs/openssl/openssl-1.0.2f.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.0.2f.ebuild 
b/dev-libs/openssl/openssl-1.0.2f.ebuild
index 2ac80d2..a7c3eb6 100644
--- a/dev-libs/openssl/openssl-1.0.2f.ebuild
+++ b/dev-libs/openssl/openssl-1.0.2f.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz"
 
 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="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 static-libs 
test +tls-heartbeat vanilla zlib"
 RESTRICT="!bindist? ( bindist )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/files/, sys-libs/timezone-data/

2016-02-02 Thread Mike Frysinger
commit: 48e2162c293601b6bc55a7ceab07e7e6aa2d3c88
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb  2 18:49:48 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Feb  2 18:50:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e2162c

sys-libs/timezone: version bump to 2016a

 sys-libs/timezone-data/Manifest|   2 +
 .../files/timezone-data-2016a-makefile.patch   |  84 
 sys-libs/timezone-data/timezone-data-2016a.ebuild  | 143 +
 3 files changed, 229 insertions(+)

diff --git a/sys-libs/timezone-data/Manifest b/sys-libs/timezone-data/Manifest
index e128561..73f57d8 100644
--- a/sys-libs/timezone-data/Manifest
+++ b/sys-libs/timezone-data/Manifest
@@ -1,4 +1,6 @@
 DIST tzcode2015f.tar.gz 180742 SHA256 
0c95e0a42bb61141f790f4f5f204b954d7654c894aa54a594a215d6f38de84ae SHA512 
5cfbebde8a0be57e8388a7b6d35aeba99130a72c1a41f9bbd5d5864511a473aa5e9320ab21055b4383e64b3b9d7682c0d30377ce8407619987be672436014710
 WHIRLPOOL 
c657f8d6a77cd96f6fed296bc905fd5690abe47f7cf25d99ea6802d61cee619c75e70ea006a77a0680d4c46ea43f8fb509bbb32b7ecc0323996e44b462e17845
 DIST tzcode2015g.tar.gz 181695 SHA256 
18e402ef24bfad2ded38643c9a7a9a580f940a729cb47d983052fc28ff0c7ec4 SHA512 
44da833da3afdb82636a953785372bb4c765e61e40d700da40b46ab70007ebdbde4d480e10b87cbb36c45eaaffcaa6b9894375e2f553b7d16655dc167cd4a11f
 WHIRLPOOL 
7c71471ba122865710ec6c71e443dab7db8fd6f43cf4348dd02438129d9c80dcfb3d6da3cdb3b04efeabcc5debba35a78d0b946b6b9e98caa5d7ddefbbe600e4
+DIST tzcode2016a.tar.gz 184047 SHA256 
11ae66d59b844e8c6c81914c9dd73b27bd7792855ba9de195eee4520c28d SHA512 
33a1078ba16aef19048aa97ce1816fc5368061bfe40eddc0e7e246ca57c4a535eaf2f03847128e971a6d959f34ea77224bf33fd53dc6a0c006450dde3523
 WHIRLPOOL 
794e57430145de46068ae84eb1ccc6714aade9f4f728aab288e78c5f9890e76f10fb0af01e8237bc496169ed2ffc6f6b02de9f1522b0ab2330cbc3acf533f7e9
 DIST tzdata2015f.tar.gz 298815 SHA256 
959f81b541e042ecb13c50097d264ae92ff03a57979c478dbcf24d5da242531d SHA512 
d86e6c9e4c6d9cd5de30762723d7a90ac697feeb6dd1f04649f6a35e4e1dc638261c32066db4aeafa767ac339ccd100c38dde044ceadd61e95cb3d39c27f977e
 WHIRLPOOL 
0b56e3ae620bed60d37abb195e8c4add8f5a00114422e91f2e533fce8c0091bdd681ff5c682e929e5af45202afde838fcc1ae14b7865f6f83a126c647e56d6a4
 DIST tzdata2015g.tar.gz 300363 SHA256 
b923cdbf078491696b17bc8d069c74bce73fabc5774629da2f410c9b31576161 SHA512 
ad7de0e3e8753861d260f0fcbcbca327516a4dc826f7659370a7fb979e6154f1a26b23d2609acf6e1790c8c59da0b76c42f4a94bf361409c1460f6a8ffa6f879
 WHIRLPOOL 
3af55fc43133ef3c03b734d8db35feda760feb5ad3adf0e763337fcf4ad7057231f5a24ddf68fdac9ae4014d31675d6a51c29f14b987118daad7f691f7e3fe98
+DIST tzdata2016a.tar.gz 302817 SHA256 
5efa6b324e64ef921ef700ac3273a51895f672684a30e342f68e47871c6a8cd1 SHA512 
9aa5f61a73afa5070dfb1d1982945d268ea8215663d0cd594216500aff14797ea5591ccfd488dc2280902fa1820bf782623624912b669873728431258fe10ec1
 WHIRLPOOL 
0ed0d93dfff5ee708132ddad8c2f3f4b3e71ed323876847e83c515ca03bfa098863e4aab8abd20a4397e20953b7dc73e042e184ecdbbba5d74430f3714c453ec

diff --git a/sys-libs/timezone-data/files/timezone-data-2016a-makefile.patch 
b/sys-libs/timezone-data/files/timezone-data-2016a-makefile.patch
new file mode 100644
index 000..d1d296c
--- /dev/null
+++ b/sys-libs/timezone-data/files/timezone-data-2016a-makefile.patch
@@ -0,0 +1,84 @@
+ - Fix up default paths
+ - Support env CC
+ - Don't build/install libtz.a
+ - Don't install man-pages provided by sys-apps/man-pages
+ - Move tzselect, zic, and zdump to bin
+ - Do not run network based unittests
+
+--- a/Makefile
 b/Makefile
+@@ -45,21 +45,21 @@ POSIXRULES=America/New_York
+ 
+ # Everything gets put in subdirectories of. . .
+ 
+-TOPDIR=   /usr/local
++TOPDIR=   /usr
+ 
+ # "Compiled" time zone information is placed in the "TZDIR" directory
+ # (and subdirectories).
+ # Use an absolute path name for TZDIR unless you're just testing the software.
+ 
+ TZDIR_BASENAME=   zoneinfo
+-TZDIR=$(TOPDIR)/etc/$(TZDIR_BASENAME)
++TZDIR=$(TOPDIR)/share/$(TZDIR_BASENAME)
+ 
+ # Types to try, as an alternative to time_t.  int64_t should be first.
+ TIME_T_ALTERNATIVES= int64_t int32_t uint32_t uint64_t
+ 
+ # The "tzselect", "zic", and "zdump" commands get installed in. . .
+ 
+-ETCDIR=   $(TOPDIR)/etc
++SBINDIR=  $(TOPDIR)/sbin
+ 
+ # If you "make INSTALL", the "date" command gets installed in. . .
+ 
+@@ -67,7 +67,7 @@ BINDIR=  $(TOPDIR)/bin
+ 
+ # Manual pages go in subdirectories of. . .
+ 
+-MANDIR=   $(TOPDIR)/man
++MANDIR=   $(TOPDIR)/share/man
+ 
+ # Library functions are put in an archive in LIBDIR.
+ 
+@@ -298,8 +298,10 @@ GZIPFLAGS=-9n
+ 
+ #MAKE=make
+ 
+-cc=   cc
+-CC=   $(cc) -DTZDIR=\"$(TZDIR)\"
++CPPFLAGS+=-DTZDIR=\"$(TZDIR)\"
++ifeq ($(NLS),1)
++CPPFLAGS+= -DHAVE_GETTEXT=1 -DTZ_DOMAIN=\"libc\"

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

2016-02-02 Thread Manuel Rüger
commit: 5a4a0849b4271a09a0d5c1fa395ee8c92aabb1f6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb  2 18:23:08 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb  2 18:23:08 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=5a4a0849

profiles: Add new prosody module

 profiles/desc/prosody_modules.desc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/desc/prosody_modules.desc 
b/profiles/desc/prosody_modules.desc
index 9ac8ba5..e7f8579 100644
--- a/profiles/desc/prosody_modules.desc
+++ b/profiles/desc/prosody_modules.desc
@@ -132,6 +132,7 @@ openid - OpenID is an decentralized authentication 
mechanism for the Web.  mod_o
 password_policy - Password policy enforcement for Prosody.
 pastebin - Pastebins are used very often in IM, especially in chat rooms. You 
have a long log or command output which you need to send to someone over IM, 
and don't want to fill their message window with it. Put it on a pastebin site, 
and give them the URL instead, simple.
 pep_vcard_avatar - Syncs avatars between PEP and vCard.
+pinger - Ping clients regularly to mark them offline if they don't respond
 post_msg - Sometimes it's useful to have different interfaces to access XMPP.
 privacy_lists - Privacy lists are a flexible method for blocking 
communications.
 private_adhoc - This is a very simple module which implements an adhoc commant 
toretrieves the users private XML data.



[gentoo-commits] dev/mrueg:master commit in: net-im/prosody-modules/

2016-02-02 Thread Manuel Rüger
commit: 1c852325ff51536b7af9787bcfbb9001b824786a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb  2 18:24:58 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb  2 18:24:58 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=1c852325

net-im/prosody-modules: Add mod_pinger

Package-Manager: portage-2.2.27

 net-im/prosody-modules/prosody-modules-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/prosody-modules/prosody-modules-.ebuild 
b/net-im/prosody-modules/prosody-modules-.ebuild
index 973418c..2a6141f 100644
--- a/net-im/prosody-modules/prosody-modules-.ebuild
+++ b/net-im/prosody-modules/prosody-modules-.ebuild
@@ -41,7 +41,7 @@ PROSODY_MODULES="
migrate motd_sequential muc_ban_ip muc_config_restrict muc_intercom
muc_limits muc_log muc_log_http muc_restrict_rooms munin
net_dovecotauth offline_email onhold onions openid password_policy
-   pastebin pep_vcard_avatar post_msg privacy_lists private_adhoc
+   pastebin pep_vcard_avatar pinger post_msg privacy_lists private_adhoc
privilege profile proxy65_whitelist pubsub_eventsource pubsub_feeds
pubsub_github pubsub_hub pubsub_mqtt
pubsub_pivotaltracker pubsub_post pubsub_twitter query_client_ver 
rawdebug



[gentoo-commits] dev/mrueg:master commit in: app-admin/passwordsafe/, app-admin/passwordsafe/files/

2016-02-02 Thread Manuel Rüger
commit: 315ee9f0a2a4d1089913190623cafae3c23c0dab
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb  2 18:52:06 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb  2 18:52:06 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=315ee9f0

app-admin/passwordsafe: Version bump. Remove old

Package-Manager: portage-2.2.27

 app-admin/passwordsafe/Manifest|  2 +-
 .../passwordsafe-0.98_beta-fix-noyubikey.patch | 37 +++
 .../files/passwordsafe-0.98_beta-fix-yubikey.patch | 23 ++
 app-admin/passwordsafe/metadata.xml|  1 +
 ...7_beta.ebuild => passwordsafe-0.98_beta.ebuild} | 53 +-
 5 files changed, 83 insertions(+), 33 deletions(-)

diff --git a/app-admin/passwordsafe/Manifest b/app-admin/passwordsafe/Manifest
index 8d1437c..38029bd 100644
--- a/app-admin/passwordsafe/Manifest
+++ b/app-admin/passwordsafe/Manifest
@@ -1 +1 @@
-DIST passwordsafe-0.97_beta.tar.gz 13732972 SHA256 
c19a7fff668d0459f304d83e6ddb75f52760d10ad2d015e5bb3446a920d88bd9 SHA512 
f507fb3a3b3646c707be589a89442e58da47cc11f3675b6cedb6f57d40178ff5eb3ec9ba6443be6aec708ebbfbfb412fa7b641436c0b42d2e42b4238b3fbcae0
 WHIRLPOOL 
dd344efca6625cc5cb8c0df1396ccfa1610c77c6636d459ad50088b749badba48fd67d688ca150a6f8e102542a01939a6514acd75ebaa3cec987bb2bd178bcf3
+DIST passwordsafe-0.98_beta.tar.gz 13833262 SHA256 
a15afcd6a6b3a13ba9651cd488d7268044fbb9db3bc002972cc845c5ba85ec56 SHA512 
dc15906638e71c9feceb68c6e1bf9c2682e26dba8e35e7fc4b64ccb997b8b3d8e97af7938cc224ea9ed7e3910b657f4f7900d3768c6d25ffd26c65e3fd3c9cf9
 WHIRLPOOL 
bdc016a2c0cdda1ba0a96e6118d2e9c28c6cd3ae521377ebed04c7e00cd590059a900b6999d0d30729a45b157c1bc37e3734b08a38a7ee4acc46582b16452c41

diff --git 
a/app-admin/passwordsafe/files/passwordsafe-0.98_beta-fix-noyubikey.patch 
b/app-admin/passwordsafe/files/passwordsafe-0.98_beta-fix-noyubikey.patch
new file mode 100644
index 000..0cd407c
--- /dev/null
+++ b/app-admin/passwordsafe/files/passwordsafe-0.98_beta-fix-noyubikey.patch
@@ -0,0 +1,37 @@
+From e12b2f64717efa18589784f78894303ebaedf2a5 Mon Sep 17 00:00:00 2001
+From: Vladimir Timofeev 
+Date: Fri, 29 Jan 2016 02:44:12 +0300
+Subject: [PATCH] Fix cmake build on Linux without yubikey lib (NO_YUBI option)
+
+---
+ src/os/CMakeLists.txt | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/os/CMakeLists.txt b/src/os/CMakeLists.txt
+index dfdcd6a..652bd47 100644
+--- a/src/os/CMakeLists.txt
 b/src/os/CMakeLists.txt
+@@ -46,7 +46,6 @@ if (WIN32)
+   elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
+   set (OS_SRCS
+ linux/KeySend.cpp
+-linux/PWYubi.cpp
+ linux/UUID.cpp
+ linux/debug.cpp
+ linux/dir.cpp
+@@ -65,10 +64,15 @@ if (WIN32)
+ linux/utf8conv.cpp
+ linux/xsendstring.cpp
+ )
++  set (OS_YUBI_SRC linux/PWYubi.cpp)
+ else()
+   message (FATAL_ERROR "Unsupported OS "
+ ${CMAKE_SYSTEM_NAME}
+ " - can't build OS library")
+ endif()
+ 
++if(HAVE_YKPERS_H)
++list(APPEND OS_SRC ${OS_YUBI_SRC})
++endif()
++
+ add_library(os ${OS_SRCS})

diff --git 
a/app-admin/passwordsafe/files/passwordsafe-0.98_beta-fix-yubikey.patch 
b/app-admin/passwordsafe/files/passwordsafe-0.98_beta-fix-yubikey.patch
new file mode 100644
index 000..4b1e70b
--- /dev/null
+++ b/app-admin/passwordsafe/files/passwordsafe-0.98_beta-fix-yubikey.patch
@@ -0,0 +1,23 @@
+From 747a241892b1deb8ba12216ac23656dea8b4400d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Manuel=20R=C3=BCger?= 
+Date: Tue, 2 Feb 2016 19:42:07 +0100
+Subject: [PATCH] Fix cmake build on Linux with yubikey lib
+
+Commit e12b2f64717efa18589784f78894303ebaedf2a5 included a typo that resulted 
in a failing build of pwsafe with Yubikey support on Linux.
+---
+ src/os/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/os/CMakeLists.txt b/src/os/CMakeLists.txt
+index 652bd47..a5597b0 100644
+--- a/src/os/CMakeLists.txt
 b/src/os/CMakeLists.txt
+@@ -72,7 +72,7 @@ else()
+ endif()
+ 
+ if(HAVE_YKPERS_H)
+-list(APPEND OS_SRC ${OS_YUBI_SRC})
++list(APPEND OS_SRCS ${OS_YUBI_SRC})
+ endif()
+ 
+ add_library(os ${OS_SRCS})

diff --git a/app-admin/passwordsafe/metadata.xml 
b/app-admin/passwordsafe/metadata.xml
index a0ac2db..015554e 100644
--- a/app-admin/passwordsafe/metadata.xml
+++ b/app-admin/passwordsafe/metadata.xml
@@ -8,5 +8,6 @@

Avoid collision with app-misc/pwsafe
Enable support for Yubikey
+   Enable XML import support

 

diff --git a/app-admin/passwordsafe/passwordsafe-0.97_beta.ebuild 
b/app-admin/passwordsafe/passwordsafe-0.98_beta.ebuild
similarity index 69%
rename from app-admin/passwordsafe/passwordsafe-0.97_beta.ebuild
rename to app-admin/passwordsafe/passwordsafe-0.98_beta.ebuild
index e6f730d..dac9adf 100644
--- a/app-admin/passwordsafe/passwordsafe-0.97_beta.ebuild
+++ 

[gentoo-commits] proj/portage:master commit in: pym/_emerge/, man/

2016-02-02 Thread Alexander Berntsen
commit: fbbe76199b897828f26aed828eb7ad476bc33264
Author: Alexander Berntsen  gentoo  org>
AuthorDate: Tue Feb  2 20:48:58 2016 +
Commit: Alexander Berntsen  gentoo  org>
CommitDate: Tue Feb  2 20:48:58 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=fbbe7619

Update copyright headers

Update copyright headers to reflect the changes made in the following
commits:

* 8c9b1d6a7c115344cdc5bd8e7d122ab721aeb53a
  Clarify no binary packages error (bug 573070)
* 3ff375e832d469f03dc922f7a30651726f86d3e0
  Make config update tools stand out (bug 543706)
* 4369d1aca89eaecd589af4aa7a387ce36e5c42e7
  Be extra clear on INSTALL_MASK & dirs (bug 527004)

Signed-off-by: Alexander Berntsen  gentoo.org>

 man/emerge.1 | 2 +-
 man/make.conf.5  | 2 +-
 pym/_emerge/chk_updated_cfg_files.py | 2 +-
 pym/_emerge/depgraph.py  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/man/emerge.1 b/man/emerge.1
index 0f5782e..bfa2f73 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -1,4 +1,4 @@
-.TH "EMERGE" "1" "Jan 2015" "Portage VERSION" "Portage"
+.TH "EMERGE" "1" "Feb 2016" "Portage VERSION" "Portage"
 .SH "NAME"
 emerge \- Command\-line interface to the Portage system
 .SH "SYNOPSIS"

diff --git a/man/make.conf.5 b/man/make.conf.5
index 49c88ce..26bbf06 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -1,4 +1,4 @@
-.TH "MAKE.CONF" "5" "Jan 2015" "Portage VERSION" "Portage"
+.TH "MAKE.CONF" "5" "Feb 2016" "Portage VERSION" "Portage"
 .SH "NAME"
 make.conf \- custom settings for Portage
 .SH "SYNOPSIS"

diff --git a/pym/_emerge/chk_updated_cfg_files.py 
b/pym/_emerge/chk_updated_cfg_files.py
index 6903df9..e5e0907 100644
--- a/pym/_emerge/chk_updated_cfg_files.py
+++ b/pym/_emerge/chk_updated_cfg_files.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2012, 2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 from __future__ import print_function

diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index 05d1da5..b58fbda 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 from __future__ import division, print_function, unicode_literals



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

2016-02-02 Thread Maxim Koltsov
commit: 0cbbfe38a4875e65712e97f5fd2572053e65e17d
Author: Pastafarianist  gmail  com>
AuthorDate: Mon Feb  1 14:59:08 2016 +
Commit: Maxim Koltsov  gentoo  org>
CommitDate: Mon Feb  1 14:59:08 2016 +
URL:https://gitweb.gentoo.org/dev/maksbotan.git/commit/?id=0cbbfe38

dev-util/nvidia-cuda-toolkit: added to the repo

Added version 7.0 of CUDA toolkit, as required by TensorFlow.

 dev-util/nvidia-cuda-toolkit/Manifest  |   4 +
 dev-util/nvidia-cuda-toolkit/files/cuda-config.in  |  28 
 dev-util/nvidia-cuda-toolkit/metadata.xml  |  12 ++
 .../nvidia-cuda-toolkit-7.0.28.ebuild  | 144 +
 4 files changed, 188 insertions(+)

diff --git a/dev-util/nvidia-cuda-toolkit/Manifest 
b/dev-util/nvidia-cuda-toolkit/Manifest
new file mode 100644
index 000..4418375
--- /dev/null
+++ b/dev-util/nvidia-cuda-toolkit/Manifest
@@ -0,0 +1,4 @@
+AUX cuda-config.in 406 SHA256 
7271463891ff75dd83f4cb42bb3004d3204243d0e38f9cbd5b4ec4560865496a SHA512 
df6d16bd2e800868bdf8401b6f82a387b701ea297ddf6e8feb0daf5222e62a33f156e5f45cf1ee4e1aa51559dfbd56b897c257dae1bb9568e839bf806bfebd5b
 WHIRLPOOL 
4a26ee11d97676827cb01644891fdca495c3373585ddfbb5fab9f988186da384f27482c4be9e27d834036ffa87f7ee19f9ad7da2d8536babe874dda4ff991147
+DIST cuda_7.0.28_linux.run 1118797679 SHA256 
d1292e9c2bbaddad24c46e0b0d15a7130831bfac0382f7159321f41ae385a5ce SHA512 
f002433133e4cbb78283e08c25f7397612957c0440605311f8921bcebd54a808069ca36b218be66a054e8afab4871b2bf1bd4d419c6f98a0d74b00a9bc78
 WHIRLPOOL 
dcf21d2e356a1797b9e79ac9edfb3924a1d4a2914382dbe21b2172c200dd4f7d93905ac44fbc2e994ce14b7ab28e78163f4c81ddcc6cbb97e4ce085efd2d8475
+EBUILD nvidia-cuda-toolkit-7.0.28.ebuild 3393 SHA256 
44d5f203a7b49c61d020a0e9b65bb12958d5cb2663c3215d06c18ac207846c76 SHA512 
d99cc4cf16294209a405859d86a55e8bc6e55c5509e91d895814cef3196a4f01fb015a6646c795fbd22fff8bb015666155dda64905aadf401807daea2a18f5be
 WHIRLPOOL 
754a2f5ae7b581237061cb9e48896e7bb8f37cbed0c5f6845588987e3f05b49973da022fb08dbf4ec821176dc53d495a1b7d68e9ce9603385bb906c319bbf1a2
+MISC metadata.xml 334 SHA256 
7f82f3ac64a875b388a50a2b73d8f527a394d557058b2768c4b8413a0c8e2a62 SHA512 
66ce6d1667d4a432f10e0eeb2969905a0ef98390ec362ac96b48206ed62c524addc84e849304a41b724d00a1996b9f1f19a6a84bee6bdd847d64438de1d3ccaa
 WHIRLPOOL 
a6d86d69a4fde02eba43d35d8fb38f6288ab9835a427ad6afa5a36c348060c1e84f492ca6c4b03b2bff7a7b735799970c9a54479030af711ca5ad047778c8496

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..62ab4c3
--- /dev/null
+++ b/dev-util/nvidia-cuda-toolkit/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   maksbo...@gentoo.org
+   Maxim Koltsov
+
+
+   mr.pastafarian...@gmail.com
+   Dmitry Nikulin
+
+
\ No newline at end of file

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.0.28.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.0.28.ebuild
new file mode 100644
index 000..ce138f0
--- /dev/null
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-7.0.28.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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;
+SRC_URI="http://developer.download.nvidia.com/compute/cuda/${MYD}/Prod/local_installers/cuda_${PV}_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.39[uvm]
+   debugger? (
+   sys-libs/libtermcap-compat
+   sys-libs/ncurses[tinfo]
+   )
+   eclipse? ( >=virtual/jre-1.6 )
+   profiler? ( >=virtual/jre-1.6 )"
+
+S="${WORKDIR}"
+

[gentoo-commits] dev/maksbotan:master commit in: /

2016-02-02 Thread Maxim Koltsov
commit: 457e42bf535747ab1b7b07afc8ca59c3b435daa6
Author: Maxim Koltsov  gentoo  org>
AuthorDate: Tue Feb  2 22:19:37 2016 +
Commit: Maxim Koltsov  gentoo  org>
CommitDate: Tue Feb  2 22:19:37 2016 +
URL:https://gitweb.gentoo.org/dev/maksbotan.git/commit/?id=457e42bf

Merge GitHub pull request 5: deps for tensorflow

URL: https://github.com/maksbotan/maksbotan_overlay/pull/5/

 dev-libs/nvidia-cuda-cudnn/Manifest|   3 +
 .../nvidia-cuda-cudnn}/metadata.xml|   2 +-
 .../nvidia-cuda-cudnn/nvidia-cuda-cudnn-6.5.ebuild |  31 +
 dev-util/nvidia-cuda-toolkit/Manifest  |   4 +
 dev-util/nvidia-cuda-toolkit/files/cuda-config.in  |  28 
 .../nvidia-cuda-toolkit}/metadata.xml  |   2 +-
 .../nvidia-cuda-toolkit-7.0.28.ebuild  | 144 +
 7 files changed, 212 insertions(+), 2 deletions(-)



[gentoo-commits] dev/maksbotan:master commit in: dev-libs/nvidia-cuda-cudnn/

2016-02-02 Thread Maxim Koltsov
commit: 916db07ab6883512fee74be0451cd0a99a2ec64d
Author: Pastafarianist  gmail  com>
AuthorDate: Mon Feb  1 15:00:08 2016 +
Commit: Maxim Koltsov  gentoo  org>
CommitDate: Mon Feb  1 15:00:08 2016 +
URL:https://gitweb.gentoo.org/dev/maksbotan.git/commit/?id=916db07a

dev-libs/nvidia-cuda-cudnn: added to the repo

 dev-libs/nvidia-cuda-cudnn/Manifest|  3 +++
 dev-libs/nvidia-cuda-cudnn/metadata.xml| 12 +
 .../nvidia-cuda-cudnn/nvidia-cuda-cudnn-6.5.ebuild | 31 ++
 3 files changed, 46 insertions(+)

diff --git a/dev-libs/nvidia-cuda-cudnn/Manifest 
b/dev-libs/nvidia-cuda-cudnn/Manifest
new file mode 100644
index 000..de79e81
--- /dev/null
+++ b/dev-libs/nvidia-cuda-cudnn/Manifest
@@ -0,0 +1,3 @@
+DIST cudnn-6.5-linux-x64-v2.tgz 15919194 SHA256 
4b02cb6bf9dfa57f63bfff33e532f53e2c5a12f9f1a1b46e980e626a55f380aa SHA512 
55d1ed9941e342448409063e1d77587d15b8a4244f281d6abe3a2f5f6049e7f150d3fb39650f8cf082c31b2260ecd8c51bcd81f78b8c969901793697890ca195
 WHIRLPOOL 
cff6e874741b05dc4f8843ee755e120f121252c1773bf92e101adbf3f8915a05f3c08e85f1b9edad8e9bfcf7193e4c404b01b2b7775867a0281050a9ff5e487c
+EBUILD nvidia-cuda-cudnn-6.5.ebuild 640 SHA256 
8cb5af6b33b9bc763bd4e10106c22df07f16dd0f9ac9c6b7103d10b9a3c7b089 SHA512 
257381745f1c657bddd171f49e7a5c9429ebd6b19dc7c0d0ad44e62d153fe2893880988231142af11f33b6f8c9b80c3cbf3e73aef9b27e8510ae2f67ec990a0d
 WHIRLPOOL 
9ed37eaefbb73fb469145b25ac8c9eaf27f078c9afeb535ffa246b82bfd6dab0f13dee8f73e494866608d10208c6255c9875d3c11bef9d532b8e34ee80b7f374
+MISC metadata.xml 334 SHA256 
7f82f3ac64a875b388a50a2b73d8f527a394d557058b2768c4b8413a0c8e2a62 SHA512 
66ce6d1667d4a432f10e0eeb2969905a0ef98390ec362ac96b48206ed62c524addc84e849304a41b724d00a1996b9f1f19a6a84bee6bdd847d64438de1d3ccaa
 WHIRLPOOL 
a6d86d69a4fde02eba43d35d8fb38f6288ab9835a427ad6afa5a36c348060c1e84f492ca6c4b03b2bff7a7b735799970c9a54479030af711ca5ad047778c8496

diff --git a/dev-libs/nvidia-cuda-cudnn/metadata.xml 
b/dev-libs/nvidia-cuda-cudnn/metadata.xml
new file mode 100644
index 000..62ab4c3
--- /dev/null
+++ b/dev-libs/nvidia-cuda-cudnn/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   maksbo...@gentoo.org
+   Maxim Koltsov
+
+
+   mr.pastafarian...@gmail.com
+   Dmitry Nikulin
+
+
\ No newline at end of file

diff --git a/dev-libs/nvidia-cuda-cudnn/nvidia-cuda-cudnn-6.5.ebuild 
b/dev-libs/nvidia-cuda-cudnn/nvidia-cuda-cudnn-6.5.ebuild
new file mode 100644
index 000..0272708
--- /dev/null
+++ b/dev-libs/nvidia-cuda-cudnn/nvidia-cuda-cudnn-6.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PKG="cudnn-6.5-linux-x64-v2"
+SRC_URI="${PKG}.tgz"
+
+DESCRIPTION="NVIDIA cuDNN GPU Accelerated Deep Learning"
+HOMEPAGE="https://developer.nvidia.com/cuDNN;
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+RESTRICT="fetch"
+
+S="${WORKDIR}/${PKG}"
+
+pkg_nofetch() {
+einfo "Please download"
+einfo "  - cudnn-6.5-linux-x64-v2.tgz"
+einfo "from ${HOMEPAGE} and place them in ${DISTDIR}"
+}
+
+src_install() {
+   dolib.so libcudnn*$(get_libname)*
+   dolib.a libcudnn_static.a
+
+   insinto /usr/include
+   doins cudnn.h
+}
\ No newline at end of file



[gentoo-commits] repo/gentoo:master commit in: app-backup/bacula/

2016-02-02 Thread Thomas Beierlein
commit: a8cea8ac69d7124b1fe3445511f56f1fda76a790
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Feb  2 18:14:03 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Feb  2 20:57:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8cea8ac

app-backup/bacula: Add slot dependencies

Package-Manager: portage-2.2.27

 app-backup/bacula/bacula-5.2.13-r3.ebuild | 16 
 app-backup/bacula/bacula-7.0.5-r1.ebuild  | 16 
 app-backup/bacula/bacula-7.2.0.ebuild | 16 
 3 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/app-backup/bacula/bacula-5.2.13-r3.ebuild 
b/app-backup/bacula/bacula-5.2.13-r3.ebuild
index 933fc97..724f29b 100644
--- a/app-backup/bacula/bacula-5.2.13-r3.ebuild
+++ b/app-backup/bacula/bacula-5.2.13-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,9 +22,9 @@ KEYWORDS=" ~amd64 ~ppc ~sparc ~x86"
 IUSE="acl bacula-clientonly bacula-nodir bacula-nosd examples ipv6 logwatch 
mysql postgres python qt4 readline +sqlite ssl static tcpd vim-syntax X"
 
 DEPEND="
-   dev-libs/gmp
+   dev-libs/gmp:0
!bacula-clientonly? (
-   postgres? ( dev-db/postgresql[threads] )
+   postgres? ( dev-db/postgresql:*[threads] )
mysql? ( virtual/mysql )
sqlite? ( dev-db/sqlite:3 )
!bacula-nodir? ( virtual/mta )
@@ -35,20 +35,20 @@ DEPEND="
)
logwatch? ( sys-apps/logwatch )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
-   readline? ( >=sys-libs/readline-4.1 )
+   readline? ( sys-libs/readline:0 )
static? (
acl? ( virtual/acl[static-libs] )
sys-libs/zlib[static-libs]
dev-libs/lzo[static-libs]
-   sys-libs/ncurses[static-libs]
-   ssl? ( dev-libs/openssl[static-libs] )
+   sys-libs/ncurses:=[static-libs]
+   ssl? ( dev-libs/openssl:0[static-libs] )
)
!static? (
acl? ( virtual/acl )
sys-libs/zlib
dev-libs/lzo
-   sys-libs/ncurses
-   ssl? ( dev-libs/openssl )
+   sys-libs/ncurses:=
+   ssl? ( dev-libs/openssl:0 )
)
python? ( ${PYTHON_DEPS} )
"

diff --git a/app-backup/bacula/bacula-7.0.5-r1.ebuild 
b/app-backup/bacula/bacula-7.0.5-r1.ebuild
index e4f77ed..f25dd74 100644
--- a/app-backup/bacula/bacula-7.0.5-r1.ebuild
+++ b/app-backup/bacula/bacula-7.0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,9 +19,9 @@ KEYWORDS="amd64 ppc sparc x86"
 IUSE="acl bacula-clientonly bacula-nodir bacula-nosd examples ipv6 logwatch 
mysql postgres qt4 readline +sqlite ssl static tcpd vim-syntax X"
 
 DEPEND="
-   dev-libs/gmp
+   dev-libs/gmp:0
!bacula-clientonly? (
-   postgres? ( dev-db/postgresql[threads] )
+   postgres? ( dev-db/postgresql:*[threads] )
mysql? ( virtual/mysql )
sqlite? ( dev-db/sqlite:3 )
!bacula-nodir? ( virtual/mta )
@@ -32,20 +32,20 @@ DEPEND="
)
logwatch? ( sys-apps/logwatch )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
-   readline? ( >=sys-libs/readline-4.1 )
+   readline? ( sys-libs/readline:0 )
static? (
acl? ( virtual/acl[static-libs] )
sys-libs/zlib[static-libs]
dev-libs/lzo[static-libs]
-   sys-libs/ncurses[static-libs]
-   ssl? ( dev-libs/openssl[static-libs] )
+   sys-libs/ncurses:=[static-libs]
+   ssl? ( dev-libs/openssl:0[static-libs] )
)
!static? (
acl? ( virtual/acl )
sys-libs/zlib
dev-libs/lzo
-   sys-libs/ncurses
-   ssl? ( dev-libs/openssl )
+   sys-libs/ncurses:=
+   ssl? ( dev-libs/openssl:0 )
)"
 RDEPEND="${DEPEND}
!bacula-clientonly? (

diff --git a/app-backup/bacula/bacula-7.2.0.ebuild 
b/app-backup/bacula/bacula-7.2.0.ebuild
index 77a260b..df443eb 100644
--- a/app-backup/bacula/bacula-7.2.0.ebuild
+++ b/app-backup/bacula/bacula-7.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,9 +19,9 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="acl bacula-clientonly bacula-nodir bacula-nosd examples ipv6 logwatch 
mysql postgres qt4 readline +sqlite ssl static tcpd vim-syntax X"
 
 DEPEND="
-   dev-libs/gmp
+   dev-libs/gmp:0
!bacula-clientonly? (
-   

[gentoo-commits] dev/mrueg:master commit in: app-admin/passwordsafe/

2016-02-02 Thread Manuel Rüger
commit: a4b005bf0b3c2a069ddeccf667cbb0bf5e63fa25
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb  2 21:26:57 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb  2 21:26:57 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=a4b005bf

app-admin/passwordsafe: Fix dependencies

Package-Manager: portage-2.2.27

 app-admin/passwordsafe/passwordsafe-0.98_beta.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-admin/passwordsafe/passwordsafe-0.98_beta.ebuild 
b/app-admin/passwordsafe/passwordsafe-0.98_beta.ebuild
index dac9adf..51be156 100644
--- a/app-admin/passwordsafe/passwordsafe-0.98_beta.ebuild
+++ b/app-admin/passwordsafe/passwordsafe-0.98_beta.ebuild
@@ -16,17 +16,18 @@ 
SRC_URI="https://github.com/pwsafe/pwsafe/archive/${MY_PV}.tar.gz -> ${P}.tar.gz
 LICENSE="Artistic-2"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="minimal yubikey +xml"
+IUSE="minimal test yubikey +xml"
 
 RDEPEND="xml? ( dev-libs/xerces-c )
sys-apps/util-linux
-   sys-devel/gettext
x11-libs/libXt
x11-libs/libXtst
x11-libs/wxGTK:${WX_GTK_VER}[X]
!minimal? ( !!app-misc/pwsafe )
yubikey? ( sys-auth/ykpers )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   test? ( dev-cpp/gtest )"
 
 S=${WORKDIR}/pwsafe-${MY_PV}
 
@@ -42,6 +43,8 @@ src_prepare() {
sed -i docs/pwsafe.1 \
-e 's/PWSAFE/PASSWORDSAFE/' \
-e "s/^.B pwsafe/.B ${PN}/" || die
+   use test || sed -i -e '/find_package(GTest REQUIRED)/s/^/#/' \
+   -e '/add_subdirectory (src\/test)/s/^/#/' CMakeLists.txt || die
epatch "${FILESDIR}"/${P}-fix-noyubikey.patch\
"${FILESDIR}"/${P}-fix-yubikey.patch
 }



[gentoo-commits] repo/gentoo:master commit in: app-crypt/easy-rsa/, app-crypt/easy-rsa/files/

2016-02-02 Thread Manuel Rüger
commit: 161be59ab1a15e6d61552c4b1474bc2f3ca6a9dc
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb  2 21:37:55 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb  2 21:37:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161be59a

app-crypt/easy-rsa: Remove old

Package-Manager: portage-2.2.27

 app-crypt/easy-rsa/Manifest|  1 -
 app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild| 37 --
 .../easy-rsa/files/easy-rsa-2.0.0-pkcs11.patch | 36 -
 app-crypt/easy-rsa/files/no-licenses.patch | 14 
 4 files changed, 88 deletions(-)

diff --git a/app-crypt/easy-rsa/Manifest b/app-crypt/easy-rsa/Manifest
index f1fa3a8..6f2a55d 100644
--- a/app-crypt/easy-rsa/Manifest
+++ b/app-crypt/easy-rsa/Manifest
@@ -1,2 +1 @@
 DIST EasyRSA-2.2.2.tgz 10492 SHA256 
68da869085dde7c6a964e9c6104b86e4af91c4c592f8ec2a2f6cfc9d20808991 SHA512 
b09bd1a71c1bfeb3c2ff63f10b7781badf6d2b4888d97d917565436435b85fb90eebf7727db293bdc44039f23c7f3c3c4e762a22bf7d6e9ed7642a2f07e1ffe4
 WHIRLPOOL 
27b7d761a317d8787526dbdc1878e62326e6ca13730ddf9b50fe918f010c23d1535dfa4f6bfb76bf26bd005942105a0e862359579faf7b6fe803ad7ca53d627e
-DIST easy-rsa-2.2.0_master.tar.gz 80460 SHA256 
d23ddc3a764b40d03ada76f387c92ae4dcf4f5266da54c2bae130325b05eebe2 SHA512 
81b5d6e805c5d9fcadf6425dbc311b6a151d857cb837ce9b419b653ee546e5742d13864d25e9ab8caffee95e5116d1611323288e80c65c3c88730533919e2fb4
 WHIRLPOOL 
ff65ca8e3b47123aa3765937d508682afe51c9831e8dbc3e57cb588cc69ad5e086618e647e90677481c2d5e7d34733fd7ba50a067810e1a42c876d348823

diff --git a/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild 
b/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild
deleted file mode 100644
index 59e09d6..000
--- a/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Small RSA key management package, based on OpenSSL"
-HOMEPAGE="http://openvpn.net/;
-SRC_URI="http://swupdate.openvpn.net/community/releases/${P}_master.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
-IUSE=""
-
-DEPEND=">=dev-libs/openssl-0.9.6:0"
-RDEPEND="${DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: app-backup/bacula/

2016-02-02 Thread Thomas Beierlein
commit: a29ba2f7c15e89551f6f59faec44c18a63e38ed6
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Feb  2 17:32:56 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Feb  2 20:56:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29ba2f7

app-backup/bacula: Drop old

Package-Manager: portage-2.2.27

 app-backup/bacula/Manifest   |   1 -
 app-backup/bacula/bacula-5.0.3-r4.ebuild | 381 ---
 2 files changed, 382 deletions(-)

diff --git a/app-backup/bacula/Manifest b/app-backup/bacula/Manifest
index bf59f2b..f88d16d 100644
--- a/app-backup/bacula/Manifest
+++ b/app-backup/bacula/Manifest
@@ -1,4 +1,3 @@
-DIST bacula-5.0.3.tar.gz 3800556 SHA256 
9905598e18bbe94fa871ddcb3f13ef8b754dcb301331b67b5b92a65eb834fdb4 SHA512 
feb4a7333b4c898aec175c6e8b45ce5d4eb6e15100a9f27c6010e1a17b44133b7d181d25419e923321d8bd7147d85342bf1e0dca8387d6e9cd269a0e2fec4626
 WHIRLPOOL 
65a900cc740a300b509a02d953ec5265e3cfbd2ce85d8e40b47e1f1fdd6d77885ec48e68471cc559accd6707fdd9f1cbb34fba22371e806d404abed052a168fb
 DIST bacula-5.2.13.tar.gz 4243395 SHA256 
a4bed458bf001889bd06bf31671b5d9908055a1d1e8113fd750ae4d326607ad8 SHA512 
dfdff353f5b6ed4d85013dc292526706bbd67066f7057a114012172926c819c8df1eb8779166d5a90db3a49a5584f0a8daf7566cc93cf4fa3f1bdda245b55cf0
 WHIRLPOOL 
f559a3650ae45e149a80cdc74ab84e32c94f492321cc18003bacfb6690615befc3a37826055f6c436a4af6ace4b81497181f2ec4f641b0ad3a13817488a7
 DIST bacula-7.0.5.tar.gz 3216406 SHA256 
1457849eb33011b43371801b62ffa13d29bebe51be8d5a36da563b87bb094a49 SHA512 
df7908769fd13a1cb2e0491d3773577db40c0f1c010b887c6dc6d7e0bc0b408fbfc260e6d5a2a34975e5b424152c7f558b33aeedea45f366636739295641394b
 WHIRLPOOL 
47642c52928d84a50c01adfb8afa49c0c9376cba3b0f709d0c5113cba3380e047ded04980ffad339deeb1ce6d3a8ec59f58cf1968223973def7074a446a09da5
 DIST bacula-7.2.0.tar.gz 3301720 SHA256 
818606fe69c50c3ca21b91e609d4ac6ca08e4189419b89d3ec2e81c8c0389e1c SHA512 
ff50db48039c9040d4995f53a8d83ad6e5568da254527d07cfe450bf0e4a25717387b5e4aa9f29197c284f513240e714c48d8232d7d7edb9159afbc13cd0cd54
 WHIRLPOOL 
17f5b19a6fb9bf2a05e79663c7810358cf79aebad7f2709a01fadf15d5d494a243290e9c66e30c8b9bde6a627e238b77c1853a0d40891c5f5f4b390ae0ded1e5

diff --git a/app-backup/bacula/bacula-5.0.3-r4.ebuild 
b/app-backup/bacula/bacula-5.0.3-r4.ebuild
deleted file mode 100644
index 10565ef..000
--- a/app-backup/bacula/bacula-5.0.3-r4.ebuild
+++ /dev/null
@@ -1,381 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
-
-inherit eutils multilib python-single-r1 qt4-r2 user libtool
-
-MY_PV=${PV/_beta/-b}
-MY_P=${PN}-${MY_PV}
-#DOC_VER="${MY_PV}"
-
-DESCRIPTION="Featureful client/server network backup suite"
-HOMEPAGE="http://www.bacula.org/;
-
-#DOC_SRC_URI="mirror://sourceforge/bacula/${PN}-docs-${DOC_VER}.tar.bz2"
-SRC_URI="mirror://sourceforge/bacula/${MY_P}.tar.gz"
-#  doc? ( ${DOC_SRC_URI} )
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="acl bacula-clientonly bacula-nodir bacula-nosd ipv6 logwatch mysql 
postgres python qt4 readline +sqlite ssl static tcpd vim-syntax X"
-
-# maintainer comment:
-# postgresql-base should have USE=threads (see bug 326333) but fails to build
-# atm with it (see bug #300964)
-DEPEND="
-   >=sys-libs/zlib-1.1.4
-   dev-libs/gmp
-   !bacula-clientonly? (
-   postgres? ( dev-db/postgresql[threads] )
-   mysql? ( virtual/mysql )
-   sqlite? ( dev-db/sqlite:3 )
-   !bacula-nodir? ( virtual/mta )
-   )
-   qt4? (
-   dev-qt/qtsvg:4
-   x11-libs/qwt:5
-   )
-   logwatch? ( sys-apps/logwatch )
-   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
-   readline? ( >=sys-libs/readline-4.1 )
-   static? (
-   acl? ( virtual/acl[static-libs] )
-   sys-libs/zlib[static-libs]
-   sys-libs/ncurses[static-libs]
-   ssl? ( dev-libs/openssl[static-libs] )
-   )
-   !static? (
-   acl? ( virtual/acl )
-   sys-libs/zlib
-   sys-libs/ncurses
-   ssl? ( dev-libs/openssl )
-   )
-   python? ( ${PYTHON_DEPS} )
-   "
-RDEPEND="${DEPEND}
-   !bacula-clientonly? (
-   !bacula-nosd? (
-   sys-block/mtx
-   app-arch/mt-st
-   )
-   )
-   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
-
-REQUIRED_USE="|| ( ^^ ( mysql postgres sqlite ) bacula-clientonly )
-   static? ( bacula-clientonly )
-   python? ( ${PYTHON_REQUIRED_USE} )"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   #XOR and !bacula-clientonly controlled by REQUIRED_USE
-   use mysql && export mydbtype="mysql"
-   use postgres && export 

[gentoo-commits] repo/gentoo:master commit in: app-backup/bacula/

2016-02-02 Thread Thomas Beierlein
commit: 8cb86c2b1f84c5f4734c9948f72a4c8a2f34802e
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Feb  2 20:59:48 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Feb  2 20:59:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb86c2b

app-backup/bacula: Version bump

Package-Manager: portage-2.2.27

 app-backup/bacula/Manifest|   1 +
 app-backup/bacula/bacula-7.4.0.ebuild | 402 ++
 2 files changed, 403 insertions(+)

diff --git a/app-backup/bacula/Manifest b/app-backup/bacula/Manifest
index f88d16d..fb06b5b 100644
--- a/app-backup/bacula/Manifest
+++ b/app-backup/bacula/Manifest
@@ -1,3 +1,4 @@
 DIST bacula-5.2.13.tar.gz 4243395 SHA256 
a4bed458bf001889bd06bf31671b5d9908055a1d1e8113fd750ae4d326607ad8 SHA512 
dfdff353f5b6ed4d85013dc292526706bbd67066f7057a114012172926c819c8df1eb8779166d5a90db3a49a5584f0a8daf7566cc93cf4fa3f1bdda245b55cf0
 WHIRLPOOL 
f559a3650ae45e149a80cdc74ab84e32c94f492321cc18003bacfb6690615befc3a37826055f6c436a4af6ace4b81497181f2ec4f641b0ad3a13817488a7
 DIST bacula-7.0.5.tar.gz 3216406 SHA256 
1457849eb33011b43371801b62ffa13d29bebe51be8d5a36da563b87bb094a49 SHA512 
df7908769fd13a1cb2e0491d3773577db40c0f1c010b887c6dc6d7e0bc0b408fbfc260e6d5a2a34975e5b424152c7f558b33aeedea45f366636739295641394b
 WHIRLPOOL 
47642c52928d84a50c01adfb8afa49c0c9376cba3b0f709d0c5113cba3380e047ded04980ffad339deeb1ce6d3a8ec59f58cf1968223973def7074a446a09da5
 DIST bacula-7.2.0.tar.gz 3301720 SHA256 
818606fe69c50c3ca21b91e609d4ac6ca08e4189419b89d3ec2e81c8c0389e1c SHA512 
ff50db48039c9040d4995f53a8d83ad6e5568da254527d07cfe450bf0e4a25717387b5e4aa9f29197c284f513240e714c48d8232d7d7edb9159afbc13cd0cd54
 WHIRLPOOL 
17f5b19a6fb9bf2a05e79663c7810358cf79aebad7f2709a01fadf15d5d494a243290e9c66e30c8b9bde6a627e238b77c1853a0d40891c5f5f4b390ae0ded1e5
+DIST bacula-7.4.0.tar.gz 3314218 SHA256 
fe850b783523edb19fb4dbfa8c44752d20955121b71a52b0740a9e765bfd73cb SHA512 
615cb4d9a4fd597bc794b6d4c901c777d544472f3f5b6e1cdc74d8e41279a3fd0bd6d2c30511095933a3a47a7f24da4372c538ab472eb48c0fb1db59c2a59e1a
 WHIRLPOOL 
669d0e4de172fb1c35a3a5a91e371aa2b87cd90f664974de8dcdf1677f442ac269f66c430627c81ea8a17bf02dd54590158b8b09e0c110ac32e83e0a0d41861d

diff --git a/app-backup/bacula/bacula-7.4.0.ebuild 
b/app-backup/bacula/bacula-7.4.0.ebuild
new file mode 100644
index 000..3303bfb
--- /dev/null
+++ b/app-backup/bacula/bacula-7.4.0.ebuild
@@ -0,0 +1,402 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils multilib qt4-r2 systemd user libtool
+
+MY_PV=${PV/_beta/-b}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Featureful client/server network backup suite"
+HOMEPAGE="http://www.bacula.org/;
+SRC_URI="mirror://sourceforge/bacula/${MY_P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="acl bacula-clientonly bacula-nodir bacula-nosd examples ipv6 logwatch 
mysql postgres qt4 readline +sqlite ssl static tcpd vim-syntax X"
+
+DEPEND="
+   dev-libs/gmp:0
+   !bacula-clientonly? (
+   postgres? ( dev-db/postgresql:*[threads] )
+   mysql? ( virtual/mysql )
+   sqlite? ( dev-db/sqlite:3 )
+   !bacula-nodir? ( virtual/mta )
+   )
+   qt4? (
+   dev-qt/qtsvg:4
+   x11-libs/qwt:5
+   )
+   logwatch? ( sys-apps/logwatch )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
+   readline? ( sys-libs/readline:0 )
+   static? (
+   acl? ( virtual/acl[static-libs] )
+   sys-libs/zlib[static-libs]
+   dev-libs/lzo[static-libs]
+   sys-libs/ncurses:=[static-libs]
+   ssl? ( dev-libs/openssl:0[static-libs] )
+   )
+   !static? (
+   acl? ( virtual/acl )
+   sys-libs/zlib
+   dev-libs/lzo
+   sys-libs/ncurses:=
+   ssl? ( dev-libs/openssl:0 )
+   )"
+RDEPEND="${DEPEND}
+   !bacula-clientonly? (
+   !bacula-nosd? (
+   sys-block/mtx
+   app-arch/mt-st
+   )
+   )
+   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
+
+REQUIRED_USE="|| ( ^^ ( mysql postgres sqlite ) bacula-clientonly )
+   static? ( bacula-clientonly )"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   #XOR and !bacula-clientonly controlled by REQUIRED_USE
+   use mysql && export mydbtype="mysql"
+   use postgres && export mydbtype="postgresql"
+   use sqlite && export mydbtype="sqlite3"
+
+   # create the daemon group and user
+   if [ -z "$(egetent group bacula 2>/dev/null)" ]; then
+   enewgroup bacula
+   einfo
+   einfo "The group 'bacula' has been created. Any users you add 
to this"
+   einfo "group have access to files created by the daemons."
+   einfo
+ 

[gentoo-commits] repo/gentoo:master commit in: app-crypt/easy-rsa/

2016-02-02 Thread Manuel Rüger
commit: 3add07130797648b09c4ddcbbbda83ef94351cda
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb  2 22:01:41 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb  2 22:01:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3add0713

app-crypt/easy-rsa: Add myself as maintainer

Package-Manager: portage-2.2.27

 app-crypt/easy-rsa/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/easy-rsa/metadata.xml b/app-crypt/easy-rsa/metadata.xml
index 6decea1..eeb0699 100644
--- a/app-crypt/easy-rsa/metadata.xml
+++ b/app-crypt/easy-rsa/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-d...@gentoo.org
-Dirkjan Ochtman
+mr...@gentoo.org
+Manuel Rüger
   
   
 OpenVPN/easy-rsa



[gentoo-commits] repo/gentoo:master commit in: sys-apps/i2c-tools/

2016-02-02 Thread Mike Frysinger
commit: 88f9cc59e183251085df703a6f3dd4b6fc45663e
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb  2 18:57:07 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Feb  2 22:24:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f9cc59

sys-apps/i2c-tools: change maintainer to myself

 sys-apps/i2c-tools/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-apps/i2c-tools/metadata.xml b/sys-apps/i2c-tools/metadata.xml
index 097975e..b9c0b0c 100644
--- a/sys-apps/i2c-tools/metadata.xml
+++ b/sys-apps/i2c-tools/metadata.xml
@@ -1,4 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+
+   vap...@gentoo.org
+
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/firebird/

2016-02-02 Thread Kristian Fiskerstrand
commit: 82f2ba41d3a959664863aabb66391c214a28cccf
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Tue Feb  2 20:35:32 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Tue Feb  2 20:35:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f2ba41

dev-db/firebird: Add name and description to metadata.xml

Bug: 573684

Package-Manager: portage-2.2.27

 dev-db/firebird/metadata.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-db/firebird/metadata.xml b/dev-db/firebird/metadata.xml
index dcb81a3..c10e79b 100644
--- a/dev-db/firebird/metadata.xml
+++ b/dev-db/firebird/metadata.xml
@@ -22,5 +22,7 @@


bear1...@mail.ru
+   Andrey Matrosov
+   Proxied maintainer, assign bugs to 
him

 



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

2016-02-02 Thread Alexander Berntsen
commit: 4369d1aca89eaecd589af4aa7a387ce36e5c42e7
Author: Alexander Berntsen  gentoo  org>
AuthorDate: Tue Feb  2 14:10:13 2016 +
Commit: Alexander Berntsen  gentoo  org>
CommitDate: Tue Feb  2 14:10:54 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=4369d1ac

Be extra clear on INSTALL_MASK & dirs (bug 527004)

Signed-off-by: Alexander Berntsen  gentoo.org>

X-Gentoo-Bug: 527004
X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=527004

 man/make.conf.5 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/make.conf.5 b/man/make.conf.5
index 1d1cfeb..49c88ce 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -705,8 +705,8 @@ proxy server for internet access.
 \fBINSTALL_MASK\fR = \fI[space delimited list of filename patterns (globs)]\fR
 Use this variable if you want to selectively prevent certain files
 from being copied into your file system tree.  This does not work on
-symlinks, but only on actual files. Useful if you wish to filter out
-files like HACKING.gz and TODO.gz.
+symlinks, but only on actual files (including directories). Useful if
+you wish to filter out files like HACKING.gz and TODO.gz.
 
 Patterns are matched against both the absolute path and the bare
 filename of each file (or directory) to be installed.



[gentoo-commits] repo/gentoo:master commit in: app-crypt/easy-rsa/

2016-02-02 Thread Manuel Rüger
commit: 169cce0e82c37cf9cd706556100216832b5eee22
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb  2 21:59:08 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb  2 21:59:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169cce0e

app-crypt/easy-rsa: Version bump

Gentoo-Bug: 515634

Package-Manager: portage-2.2.27

 app-crypt/easy-rsa/Manifest  |  1 +
 app-crypt/easy-rsa/easy-rsa-3.0.1.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/app-crypt/easy-rsa/Manifest b/app-crypt/easy-rsa/Manifest
index 6f2a55d..3435584 100644
--- a/app-crypt/easy-rsa/Manifest
+++ b/app-crypt/easy-rsa/Manifest
@@ -1 +1,2 @@
 DIST EasyRSA-2.2.2.tgz 10492 SHA256 
68da869085dde7c6a964e9c6104b86e4af91c4c592f8ec2a2f6cfc9d20808991 SHA512 
b09bd1a71c1bfeb3c2ff63f10b7781badf6d2b4888d97d917565436435b85fb90eebf7727db293bdc44039f23c7f3c3c4e762a22bf7d6e9ed7642a2f07e1ffe4
 WHIRLPOOL 
27b7d761a317d8787526dbdc1878e62326e6ca13730ddf9b50fe918f010c23d1535dfa4f6bfb76bf26bd005942105a0e862359579faf7b6fe803ad7ca53d627e
+DIST EasyRSA-3.0.1.tgz 40960 SHA256 
dbdaf5b9444b99e0c5221fd4bcf15384c62380c1b63cea23d42239414d7b2d4e SHA512 
d20f646e33ec803444dfcd446553f1d6001227fedec93280c212b34cccee11b184599f1b2ae6a3ce9cf6c9ac52f2b840ebb645536df6ddf55382fa25c22df81f
 WHIRLPOOL 
64d54af059e136409f4ad3488450846e2b5d9dfb9e002dd466cf603b6677dc8f0b788471b73eebda918c5773673efc120e6a76dbf407a3e1605db14e62cd

diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.1.ebuild 
b/app-crypt/easy-rsa/easy-rsa-3.0.1.ebuild
new file mode 100644
index 000..2143895
--- /dev/null
+++ b/app-crypt/easy-rsa/easy-rsa-3.0.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+MY_P="EasyRSA-${PV}"
+
+DESCRIPTION="Small RSA key management package, based on OpenSSL"
+HOMEPAGE="http://openvpn.net/;
+SRC_URI="https://github.com/OpenVPN/easy-rsa/releases/download/${PV}/${MY_P}.tgz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE="libressl"
+
+DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0 )
+   libressl? ( dev-libs/libressl )"
+RDEPEND="${DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libzip/files/, dev-libs/libzip/

2016-02-02 Thread Manuel Rüger
commit: 9eee67b0615568e7c522f563e72616e9482d8a47
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb  2 22:22:04 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb  2 22:22:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eee67b0

dev-libs/libzip: Version bump

Package-Manager: portage-2.2.27

 dev-libs/libzip/Manifest   |  1 +
 .../libzip/files/libzip-1.1-missing-extern.patch   | 21 +++
 dev-libs/libzip/libzip-1.1.ebuild  | 30 ++
 3 files changed, 52 insertions(+)

diff --git a/dev-libs/libzip/Manifest b/dev-libs/libzip/Manifest
index 9d18e7b..5a167ef 100644
--- a/dev-libs/libzip/Manifest
+++ b/dev-libs/libzip/Manifest
@@ -1 +1,2 @@
 DIST libzip-1.0.1.tar.xz 450308 SHA256 
f948d597afbb471de8d528d0e35ed977de85b2f4d76fdd74abbb985550e5d840 SHA512 
df51ca44e97e2644a5d6930e3c76830453579c1486d11b9529d3cef173bb5ae873ef34b0af0ea6403dd4076805371fa93975a18ce56e37aa2a52500eb279887b
 WHIRLPOOL 
6705e5739417738d474a85e10c72718c2feaae68698d6fc71af17d2761c76acab705fcf6c8c69be165afca9230dc55c47843d9b0281abde445aad23addef1c41
+DIST libzip-1.1.tar.xz 458528 SHA256 
13b0b49637f9857ab8ba7335f529e26d02aadacf2074bf0c9b28889a0fc83b24 SHA512 
0a250835155eb2ed19a00718e086b3e05741c9bcf01c7c73ed6e83fd989d9fb0bddf192f69c989f75860e4e9a44490b263fd08d9b06994e534fc0374667df2f0
 WHIRLPOOL 
7d59cbfb32d96230ef57e4dd7e57fbef5e3d2e1a3c92044bcee876c8de855e84eb189608c0c123265cb9e47ccf4b3cf216186f27a0f6afb14c1dca3dfd4d42fc

diff --git a/dev-libs/libzip/files/libzip-1.1-missing-extern.patch 
b/dev-libs/libzip/files/libzip-1.1-missing-extern.patch
new file mode 100644
index 000..b678871
--- /dev/null
+++ b/dev-libs/libzip/files/libzip-1.1-missing-extern.patch
@@ -0,0 +1,21 @@
+# HG changeset patch
+# User Thomas Klausner 
+# Date 1453987295 -3600
+#  Thu Jan 28 14:21:35 2016 +0100
+# Node ID 1472ec4a4519a53165a8ce66ffb5d328305509b9
+# Parent  25c609cdb41d1963c26338ac3b8d47072196
+Add 'extern int optopt;' for Linux and perhaps others.
+
+Reported by Remi Collet.
+
+diff -r 25c609cdb41d -r 1472ec4a4519 src/ziptool.c
+--- a/src/ziptool.cThu Jan 28 09:54:45 2016 +0100
 b/src/ziptool.cThu Jan 28 14:21:35 2016 +0100
+@@ -48,6 +48,7 @@
+ #ifndef HAVE_GETOPT
+ #include "getopt.h"
+ #endif
++extern int optopt;
+ 
+ #include "zip.h"
+ #include "compat.h"

diff --git a/dev-libs/libzip/libzip-1.1.ebuild 
b/dev-libs/libzip/libzip-1.1.ebuild
new file mode 100644
index 000..75c3201
--- /dev/null
+++ b/dev-libs/libzip/libzip-1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=1
+AUTOTOOLS_IN_SOURCE_BUILD=1
+inherit autotools-utils
+
+DESCRIPTION="Library for manipulating zip archives"
+HOMEPAGE="http://www.nih.at/libzip/;
+SRC_URI="http://www.nih.at/libzip/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0/4"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+IUSE="static-libs"
+
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+"
+
+DOCS=( AUTHORS NEWS README THANKS )
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.11.2-headers.patch"
+   "${FILESDIR}/${P}-missing-extern.patch"
+)



[gentoo-commits] repo/gentoo:master commit in: x11-libs/pixman/

2016-02-02 Thread Manuel Rüger
commit: 81e66f7cf5a690b0a56f796f7dba8e04e9d4be0f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb  2 22:10:03 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb  2 22:10:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e66f7c

x11-libs/pixman: Version bump

Package-Manager: portage-2.2.27

 x11-libs/pixman/Manifest |  1 +
 x11-libs/pixman/pixman-0.34.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/x11-libs/pixman/Manifest b/x11-libs/pixman/Manifest
index d94563e..9c31d48 100644
--- a/x11-libs/pixman/Manifest
+++ b/x11-libs/pixman/Manifest
@@ -1,3 +1,4 @@
 DIST pixman-0.32.8.tar.bz2 696038 SHA256 
5c63dbb3523fc4d86ed4186677815918a941b7cb390d5eec4f55cb5d66b59fb1 SHA512 
43924a92f0d3e03359bd74701cc2a27c000b24fc513e0f760389da7e6ee1acec666a734003ef193d45251cc9645c07caf91142c3ff9134b1429a38a9167332a2
 WHIRLPOOL 
0035c6e5713a79caeeb88e865204d708f9dc2fdc8881cc4468d64f1d31243b7399f1404d76c33f43b3c17daf46f7c5e33659a961f0847993cfd3d09015fa26eb
 DIST pixman-0.33.4.tar.bz2 722970 SHA256 
f3fc9a2aadf40196af1c3a8ee5a94f18e4fcbaa5741e23fbf0351772b9c92e09 SHA512 
db7d1bea08e61e6f70091ed484c963ca00bf4746f5b09a2e58fe60dd1b85045c0aaa69e831bd77c60e81af8e0c29518c4bdad7f13c6a57e59d246e7908aeed82
 WHIRLPOOL 
d073dfe87dc8871470a0148d341f47b5b943621fdb63beb94456a24a9b15af7ffa78f15e0a86cb07a0b042161757cf1c724d5ac27a059376075b80ad6b4c5362
 DIST pixman-0.33.6.tar.bz2 739537 SHA256 
0ffdc6cc2ea2f730fa231270aeee0ac94d24189dda1273323a2058994593d646 SHA512 
0c8e82d1e92ab7eefa2aa4fd626653c7f52434e81cec833d2aca544313fb627322789717cd597e66c1c8f3e7e07bd4e496315554556416bc0e1891a3371e05d9
 WHIRLPOOL 
b6a399734228678cb26cf3d707afdeaa179a7c24344f1e2ff06c1e4d271ee66192302708b9e1d3bae6c1c43748397070ccb244fee9f41e237c7230f0f1dbe625
+DIST pixman-0.34.0.tar.bz2 739656 SHA256 
39ba3438f3d17c464b0cb8be006dacbca0ab5aee97ebde69fec7ecdbf85794a0 SHA512 
755a3f5596e7bd9710abc8e5bfd341adaf2177f5b21f7aaae7f85b8fb57580ea48df586ad32bf6adef6ce0430e7cadaa57754a2fa466bc4b15bf70ee64cd1418
 WHIRLPOOL 
c5aa0abc6f09b667cbb91b926536ffa9c2d88ef61b7d4d2377bd57dd6844689db61a9ef1ef6282878bbfec1068454d3d4f188b1ff269e86e3b77d95b261c4c06

diff --git a/x11-libs/pixman/pixman-0.34.0.ebuild 
b/x11-libs/pixman/pixman-0.34.0.ebuild
new file mode 100644
index 000..8448e32
--- /dev/null
+++ b/x11-libs/pixman/pixman-0.34.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+XORG_MULTILIB=yes
+inherit xorg-2
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman"
+DESCRIPTION="Low-level pixel manipulation routines"
+
+if [[ $PV = * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
+fi
+
+IUSE="altivec iwmmxt loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 
cpu_flags_x86_ssse3"
+
+src_configure() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable cpu_flags_x86_mmxext mmx)
+   $(use_enable cpu_flags_x86_sse2 sse2)
+   $(use_enable cpu_flags_x86_ssse3 ssse3)
+   $(use_enable altivec vmx)
+   $(use_enable neon arm-neon)
+   $(use_enable iwmmxt arm-iwmmxt)
+   $(use_enable loongson2f loongson-mmi)
+   --disable-gtk
+   --disable-libpng
+   )
+   xorg-2_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/wammu/

2016-02-02 Thread Sebastian Pipping
commit: 33ba954a2247e36de35acae4f96da4dceb0bceed
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Feb  2 20:37:20 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Feb  2 20:50:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ba954a

app-mobilephone/wammu: 0.40

Package-Manager: portage-2.2.27

 app-mobilephone/wammu/Manifest  |  1 +
 app-mobilephone/wammu/wammu-0.40.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/app-mobilephone/wammu/Manifest b/app-mobilephone/wammu/Manifest
index fd46156..c110d24 100644
--- a/app-mobilephone/wammu/Manifest
+++ b/app-mobilephone/wammu/Manifest
@@ -1,2 +1,3 @@
 DIST wammu-0.35.tar.bz2 572550 SHA256 
fba70bb0a067f20bb5da5f16061e6cc70a49761ca11f49a897af678271666d7a SHA512 
c9c24a170d0a1b1507799f77719d544a04b0c894172e0158efc782f25ec894eaa65e2a89b53db431a96b5f88ccadf4dddc5025ba84ac09d54aa5d37b2e658461
 WHIRLPOOL 
8b6b4edc77c46f20b449077f198d4e51ad81edd6846c69a4945ebf207ae01431a3cb31541e8f07c1b8c90fa37c2034acec771e5d563e0bf756aba1f175f93a9f
 DIST wammu-0.36.tar.bz2 581781 SHA256 
8107d69438adc5c9c24565f455cac31ecd5b9ef754f26a6b5ebab03b49131696 SHA512 
08caaeb7ade5877b441baad2f3f1f653ed1c25c3fab213e093213525fe326f09ee8ccda4db834f82b00a9d7e9b2cb235da7be7f328c091b6067543d9cdbfb14c
 WHIRLPOOL 
6b4b8aff5363bbf39bb9b67765c9373600642592bc910d3b4d83d09d88d5b5ad4945d4f27f2c75c383ae55f66cc71e21756fcd93e1adee3dfeeef5a766f449c8
+DIST wammu-0.40.tar.bz2 687062 SHA256 
cffd4fc6cc7b9433b3f589d51671a5ac5e188abbf676ebe0ce94011933fdb2ff SHA512 
2ed5d5cdd63b3731808c5fa8cc36caf394c4ccf714eb4ef39a25f1e7967d8ccf8b69db5aeff37ff0d1bbf7cefec51fe070a5f0b90d0cb8271f1a3d243eaf06fd
 WHIRLPOOL 
b05dac88593c5ae3c01f63984824690991a347e4efff2bf3595b1088d9903843e018690845391ab48f62ab7d17f11d0b3a801103a1c408822b1c9afdd88f7150

diff --git a/app-mobilephone/wammu/wammu-0.40.ebuild 
b/app-mobilephone/wammu/wammu-0.40.ebuild
new file mode 100644
index 000..6707609
--- /dev/null
+++ b/app-mobilephone/wammu/wammu-0.40.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Front-end for gammu to access mobile phones easily"
+HOMEPAGE="http://www.wammu.eu/;
+SRC_URI="http://dl.cihar.com/wammu/v0/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bluetooth gnome"
+
+RDEPEND="|| ( ( >=app-mobilephone/gammu-1.36 dev-python/python-gammu )
+   >=app-mobilephone/gammu-1.25.0[python] )
+   >=dev-python/wxpython-2.8:*[${PYTHON_USEDEP}]
+   bluetooth? ( dev-python/pybluez[${PYTHON_USEDEP}]
+   gnome? ( net-wireless/gnome-bluetooth )
+   )"
+DEPEND="${RDEPEND}"
+
+# Supported languages and translated documentation
+# Be sure all languages are prefixed with a single space!
+MY_AVAILABLE_LINGUAS=" af ar bg bn ca cs da de el en_GB es et fi fr gl he hu 
id it ko nl pl pt_BR ro ru sk sv sw tr uk zh_CN zh_TW"
+IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}"
+
+# Required to source locale content out of the box
+DISTUTILS_IN_SOURCE_BUILD=1
+
+src_prepare() {
+   local lang support_linguas=no
+   for lang in ${MY_AVAILABLE_LINGUAS} ; do
+   if use linguas_${lang} ; then
+   support_linguas=yes
+   break
+   fi
+   done
+   # install all languages when all selected LINGUAS aren't supported
+   if [ "${support_linguas}" = "yes" ]; then
+   for lang in ${MY_AVAILABLE_LINGUAS} ; do
+   if ! use linguas_${lang} ; then
+   rm -r locale/${lang} || die
+   fi
+   done
+   fi
+
+   distutils-r1_src_prepare
+}
+
+src_compile() {
+   # SKIPWXCHECK: else 'import wx' results in
+   # Xlib: connection to ":0.0" refused by server
+   SKIPWXCHECK=yes distutils-r1_src_compile
+}
+
+src_install() {
+   SKIPWXCHECK=yes distutils-r1_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/distlib/files/, dev-python/distlib/

2016-02-02 Thread Patrice Clement
commit: 89e350bf011198fa03e9cff57c667008b554f348
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Feb  2 16:23:43 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Feb  2 21:17:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e350bf

dev-python/distlib: Add patches for distlib-0.2.2.

Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement  gentoo.org>

 dev-python/distlib/distlib-0.2.2.ebuild|  1 -
 .../distlib/files/distlib-0.2.2-unbundle.patch | 35 ++
 2 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/dev-python/distlib/distlib-0.2.2.ebuild 
b/dev-python/distlib/distlib-0.2.2.ebuild
index b5fbc3e..81a6691 100644
--- a/dev-python/distlib/distlib-0.2.2.ebuild
+++ b/dev-python/distlib/distlib-0.2.2.ebuild
@@ -20,7 +20,6 @@ IUSE=""
 
 PATCHES=(
"${FILESDIR}"/${P}-unbundle.patch
-   "${FILESDIR}"/${P}-online.patch
 )
 
 python_prepare_all() {

diff --git a/dev-python/distlib/files/distlib-0.2.2-unbundle.patch 
b/dev-python/distlib/files/distlib-0.2.2-unbundle.patch
new file mode 100644
index 000..5ee9129
--- /dev/null
+++ b/dev-python/distlib/files/distlib-0.2.2-unbundle.patch
@@ -0,0 +1,35 @@
+--- distlib-0.1.9/distlib/compat.py.orig   2014-06-06 09:58:21.317560756 
+0200
 distlib-0.1.9/distlib/compat.py2014-06-06 09:58:29.955611427 +0200
+@@ -17,7 +17,7 @@ if sys.version_info[0] < 3:
+ from types import FileType as file_type
+ import __builtin__ as builtins
+ import ConfigParser as configparser
+-from ._backport import shutil
++import shutil
+ from urlparse import urlparse, urlunparse, urljoin, urlsplit, urlunsplit
+ from urllib import (urlretrieve, quote as _quote, unquote, url2pathname,
+ pathname2url, ContentTooShortError, splittype)
+@@ -267,7 +267,7 @@ except ImportError: # pragma: no cover
+ try:
+ import sysconfig
+ except ImportError: # pragma: no cover
+-from ._backport import sysconfig
++import sysconfig
+ 
+ try:
+ callable = callable
+--- distlib-0.1.9/setup.py.orig2014-06-06 10:19:13.971997156 +0200
 distlib-0.1.9/setup.py 2014-06-06 10:19:20.012034150 +0200
+@@ -62,12 +62,7 @@ distutils.core.setup(
+ platforms='any',
+ packages=[
+ 'distlib',
+-'distlib._backport',
+ ],
+-package_data={
+-'distlib._backport': ['sysconfig.cfg'],
+-'distlib': ['t32.exe', 't64.exe', 'w32.exe', 'w64.exe'],
+-},
+ cmdclass={
+ 'test': TestCommand,
+ },



[gentoo-commits] repo/gentoo:master commit in: games-emulation/ppsspp/

2016-02-02 Thread Patrice Clement
commit: 413a87ed538d9f190dad0ea9a4a9b4b4264f4bab
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Feb  2 22:17:08 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Feb  2 22:25:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=413a87ed

games-emulation/ppsspp:  ebuilds shouldn't be revbumped.

Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement  gentoo.org>

 games-emulation/ppsspp/{ppsspp--r1.ebuild => ppsspp-.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/games-emulation/ppsspp/ppsspp--r1.ebuild 
b/games-emulation/ppsspp/ppsspp-.ebuild
similarity index 100%
rename from games-emulation/ppsspp/ppsspp--r1.ebuild
rename to games-emulation/ppsspp/ppsspp-.ebuild



[gentoo-commits] proj/tinderbox-cluster:master commit in: pym/tbc/

2016-02-02 Thread Magnus Granberg
commit: d1cf1a085c322865694c738c23e655421b9364ce
Author: Magnus Granberg  gentoo  org>
AuthorDate: Tue Feb  2 23:14:54 2016 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Tue Feb  2 23:14:54 2016 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=d1cf1a08

split build error from repoman/qa

 pym/tbc/build_log.py | 4 +---
 pym/tbc/sync.py  | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/pym/tbc/build_log.py b/pym/tbc/build_log.py
index b194561..c70dc76 100644
--- a/pym/tbc/build_log.py
+++ b/pym/tbc/build_log.py
@@ -241,16 +241,14 @@ def get_buildlog_info(session, settings, pkg, build_dict, 
config_id):
pkgdir = myportdb.getRepositoryPath(build_dict['repo']) + "/" + 
categories + "/" + package
repoman_error_list = check_repoman_full(session, pkgdir, 
build_dict['package_id'], config_id, build_dict['cpv'])
build_log_dict = {}
+   error_search_line = "^ \\* ERROR: "
build_log_dict['fail'] = False
if repoman_error_list:
sum_build_log_list.append(1) # repoman = 1
-   build_log_dict['fail'] = True
if qa_error_list != []:
sum_build_log_list.append(2) # qa = 2
-   build_log_dict['fail'] = True
else:
qa_error_list = False
-   error_search_line = "^ \\* ERROR: "
for error_log_line in error_log_list:
if re.search(error_search_line, error_log_line):
build_log_dict['fail'] = True

diff --git a/pym/tbc/sync.py b/pym/tbc/sync.py
index 52d84ab..59560f0 100644
--- a/pym/tbc/sync.py
+++ b/pym/tbc/sync.py
@@ -73,7 +73,7 @@ def git_sync_main(session):
# check git diffs witch get updated and pass that to a dict
# fetch and merge the repo
repo_cp_dict = {}
-   search_list = [ '^metadata', '^eclass', '^licenses', '^profiles', 
'^scripts', '^skel.ebuild',]
+   search_list = [ '^metadata', '^eclass', '^licenses', '^profiles', 
'^scripts', '^skel.', ]
for repo_dir in git_repos_list(myportdb):
reponame = myportdb.getRepositoryName(repo_dir)
repo = git.Repo(repo_dir)



[gentoo-commits] proj/tinderbox-cluster-www:master commit in: python/templates/pages/new/repoman/, python/tbc_www/, ...

2016-02-02 Thread Magnus Granberg
commit: a8fc1c1b6f8201c9165a92147d1e751d0c4436e6
Author: Magnus Granberg  gentoo  org>
AuthorDate: Tue Feb  2 22:44:31 2016 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Tue Feb  2 22:44:31 2016 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster-www.git/commit/?id=a8fc1c1b

add buildinfo to packages

 python/tbc_www/models.py   | 15 +++-
 python/tbc_www/urls.py |  2 +-
 python/tbc_www/views.py| 96 --
 python/templates/includes/frontpage/new_repoman| 10 +++
 python/templates/includes/frontpage/new_repoman_qa | 18 
 python/templates/pages/home/index.html |  4 +-
 python/templates/pages/new/index.html  |  4 +-
 python/templates/pages/new/logs/build/index.html   | 14 +++-
 .../pages/new/{repomanqa => repoman}/index.html| 22 +
 .../templates/pages/packages/category/index.html   | 11 +++
 .../pages/packages/ebuilds/ebuild/index.html   | 33 ++--
 python/templates/pages/packages/ebuilds/index.html | 29 +--
 12 files changed, 172 insertions(+), 86 deletions(-)

diff --git a/python/tbc_www/models.py b/python/tbc_www/models.py
index 81f7c59..0d58bc1 100644
--- a/python/tbc_www/models.py
+++ b/python/tbc_www/models.py
@@ -41,7 +41,7 @@ class Packages(models.Model):
class Meta:
db_table = 'packages'
def __str__(self):
-   return '%s %s %s %s %s %s %s' % (self.PackageId, 
self.CategoryId, self.Package, self.RepoId, self.Active, self.TimeStamp)
+   return '%s %s %s %s %s %s' % (self.PackageId, self.CategoryId, 
self.Package, self.RepoId, self.Active, self.TimeStamp)
 
 class PackagesMetadata(models.Model):
Id =  models.IntegerField(primary_key=True, db_column='id')
@@ -74,7 +74,7 @@ class EbuildsMetadata(models.Model):
class Meta:
db_table = 'ebuilds_metadata'
def __str__(self):
-   return '%s %s %s %s' % (self.Id, self.EbuildId, self,Commit, 
self.New, self.Descriptions)
+   return '%s %s %s %s %s' % (self.Id, self.EbuildId, self,Commit, 
self.New, self.Descriptions)
 
 class BuildLogs(models.Model):
BuildLogId = models.IntegerField(primary_key=True, 
db_column='build_log_id')
@@ -89,12 +89,21 @@ class BuildLogs(models.Model):
def __str__(self):
return '%s %s %s %s %s %s %s' % (self.BuildLogId, 
self.EbuildId, self.Fail, self.SummeryText, self.LogHash, self.BugId, 
self.TimeStamp)
 
+class BuildLogsRepoman(models.Model):
+   Id = models.IntegerField(primary_key=True, db_column='id')
+   BuildLogId = models.ForeignKey(BuildLogs, db_column='build_log_id')
+   SummeryText = models.TextField(db_column='summery_text')
+   class Meta:
+   db_table = 'build_logs_repoman'
+   def __str__(self):
+   return '%s %s %s' % (self.Id, self.BuildLogId, self.SummeryText)
+
 class BuildLogsQa(models.Model):
Id = models.IntegerField(primary_key=True, db_column='id')
BuildLogId = models.ForeignKey(BuildLogs, db_column='build_log_id')
SummeryText = models.TextField(db_column='summery_text')
class Meta:
-   db_table = 'build_logs_repoman_qa'
+   db_table = 'build_logs_qa'
def __str__(self):
return '%s %s %s' % (self.Id, self.BuildLogId, self.SummeryText)
 

diff --git a/python/tbc_www/urls.py b/python/tbc_www/urls.py
index 6198beb..5be267f 100644
--- a/python/tbc_www/urls.py
+++ b/python/tbc_www/urls.py
@@ -8,6 +8,6 @@ urlpatterns = patterns('tbc_www.views',
url(r'^ebuild/(?P\d+)/$', 'ebuild'),
url(r'^new/logs/build/(?P\d+)/$', 'new_logs_build'),
url(r'^new/logs/$', 'new_logs'),
-   url(r'^new/repomanqa/$', 'new_repomanqa'),
+   url(r'^new/repoman/$', 'new_repoman'),
url(r'^new/$', 'new_main'),
 )

diff --git a/python/tbc_www/views.py b/python/tbc_www/views.py
index 29e561d..29fb520 100644
--- a/python/tbc_www/views.py
+++ b/python/tbc_www/views.py
@@ -8,7 +8,7 @@ from gentoo_www.models import SiteSettings, Layout, Pages, 
SubPages, Sponsors, P
 from tbc_www.models import EbuildsMetadata, BuildLogs, BuildJobs, BuildLogsQa, 
\
BuildJobsUse, Categories, CategoriesMetadata, Packages, 
PackagesMetadata, Ebuilds, \
Repos, EbuildsKeywords, BuildLogsErrors, EbuildsRestrictions, 
EbuildsIuse, PackagesRepoman, \
-   BuildLogsConfig, BuildLogsUse, BuildLogsQa
+   BuildLogsConfig, BuildLogsUse, BuildLogsRepoman 
 import re
 
 def default_TmpDict(pagerequest):
@@ -78,8 +78,7 @@ def home(request):
adict2['title'] = adict2['title'] + "\n"
adict[BJ.BuildJobId] = adict2
TmpDict['BJ'] = adict
-   TmpDict['QA_tmp'] = BuildLogsQa.objects.order_by('-Id')[:Lines/2]
-   TmpDict['PR_tmp'] = PackagesRepoman.objects.order_by('-Id')[:Lines/2]
+   TmpDict['PR_tmp'] = 

[gentoo-commits] repo/gentoo:master commit in: net-im/skype/

2016-02-02 Thread Amy Winston
commit: 08c27e4668323f40f037392913b18f2b98f71d68
Author: Amy Winston  gentoo  org>
AuthorDate: Tue Feb  2 22:41:42 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Tue Feb  2 22:41:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c27e46

net-im/skype: Add old revision bug #546746.

Package-Manager: portage-2.2.26

 net-im/skype/skype-4.3.0.37-r5.ebuild | 121 ++
 1 file changed, 121 insertions(+)

diff --git a/net-im/skype/skype-4.3.0.37-r5.ebuild 
b/net-im/skype/skype-4.3.0.37-r5.ebuild
new file mode 100644
index 000..80afaf7
--- /dev/null
+++ b/net-im/skype/skype-4.3.0.37-r5.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils gnome2-utils pax-utils
+
+DESCRIPTION="P2P Internet Telephony (VoiceIP) client"
+HOMEPAGE="http://www.skype.com/;
+SRC_URI="http://download.${PN}.com/linux/${P}.tar.bz2;
+
+LICENSE="skype-4.0.0.7-copyright BSD MIT RSA W3C regexp-UofT no-source-code"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="apulse pax_kernel plasma +pulseaudio selinux"
+REQUIRED_USE="apulse? ( !pulseaudio )"
+
+QA_PREBUILT=opt/bin/${PN}
+RESTRICT="mirror bindist strip" #299368
+
+RDEPEND="
+   virtual/ttf-fonts
+   dev-qt/qtcore:4[abi_x86_32(-)]
+   dev-qt/qtdbus:4[abi_x86_32(-)]
+   dev-qt/qtgui:4[accessibility,abi_x86_32(-)]
+   dev-qt/qtwebkit:4[abi_x86_32(-)]
+   media-libs/alsa-lib[abi_x86_32(-)]
+   x11-libs/libX11[abi_x86_32(-)]
+   x11-libs/libXext[abi_x86_32(-)]
+   x11-libs/libXScrnSaver[abi_x86_32(-)]
+   x11-libs/libXv[abi_x86_32(-)]
+   apulse? ( media-sound/apulse[abi_x86_32(-)] )
+   plasma? ( dev-libs/sni-qt[abi_x86_32(-)] )
+   pulseaudio? ( media-sound/pulseaudio[abi_x86_32(-)] )
+   selinux? ( sec-policy/selinux-skype )"
+
+src_prepare() {
+   epatch "${FILESDIR}/${P}-desktop.patch"
+}
+
+src_compile() {
+   if type -P lrelease >/dev/null; then
+   lrelease lang/*.ts || die
+   fi
+   rm -f lang/*.ts || die
+}
+
+src_install() {
+
+   if use apulse; then
+   into /opt
+   newbin ${PN} ${PN}-bin
+   dobin "${FILESDIR}/${PN}"
+   fowners root:audio /opt/bin/${PN} /opt/bin/${PN}-bin
+   else
+   into /opt
+   dobin ${PN}
+   fowners root:audio /opt/bin/${PN}
+   fi
+
+   insinto /etc/dbus-1/system.d
+   doins ${PN}.conf
+
+   insinto /usr/share/skype
+   doins -r avatars lang sounds
+
+   dodoc README
+
+   local res
+   for res in 16 32 48 64 96 128 256; do
+   newicon -s ${res} icons/SkypeBlue_${res}x${res}.png ${PN}.png
+   done
+
+   domenu skype.desktop
+
+   if use pax_kernel; then
+   if use apulse; then
+   pax-mark Cm "${ED}"/opt/bin/${PN}-bin || die
+   else
+   pax-mark Cm "${ED}"/opt/bin/${PN} || die
+   fi
+   eqawarn "You have set USE=pax_kernel meaning that you intend to 
run"
+   eqawarn "${PN} under a PaX enabled kernel.  To do so, we must 
modify"
+   eqawarn "the ${PN} binary itself and this *may* lead to 
breakage!  If"
+   eqawarn "you suspect that ${PN} is being broken by this 
modification,"
+   eqawarn "please open a bug."
+   fi
+
+   echo PRELINK_PATH_MASK=/opt/bin/${PN} > ${T}/99${PN}
+   doenvd "${T}"/99${PN} #430142
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+
+   rm -rf "${EROOT}"/usr/share/${PN} #421165
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+
+   # https://bugs.gentoo.org/360815
+   elog "For webcam support, see \"LD_PRELOAD\" section of \"README.lib\" 
document provided by"
+   elog "media-libs/libv4l package and \"README\" document of this 
package."
+
+   if ! use pulseaudio && ! use apulse; then
+   ewarn "ALSA support was removed from Skype"
+   ewarn "consider installing media-sound/pulseaudio"
+   ewarn "or media-sound/apulse for pulseaudio emulation"
+   ewarn "otherwise sound will not work for you."
+   ewarn "These packages can be pulled in by setting"
+   ewarn "appropriate USE flags for net-im/skype."
+   fi
+   elog "If skype is segfaulting for you with gcc-5+ please consider "
+   elog "instalation of dev-qt/qtwebkit[-exceptions]"
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/ppsspp/

2016-02-02 Thread Patrice Clement
commit: f76f10ba529161b7688b2a692132bd576563149b
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Feb  2 22:21:12 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Feb  2 22:26:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76f10ba

games-emulation/ppsspp: Remove useless blank lines and QA warnings whilst at it.

Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement  gentoo.org>

 games-emulation/ppsspp/ppsspp-1.1.0-r1.ebuild | 1 -
 games-emulation/ppsspp/ppsspp-1.1.1-r1.ebuild | 1 -
 games-emulation/ppsspp/ppsspp-.ebuild | 1 -
 3 files changed, 3 deletions(-)

diff --git a/games-emulation/ppsspp/ppsspp-1.1.0-r1.ebuild 
b/games-emulation/ppsspp/ppsspp-1.1.0-r1.ebuild
index d7e7c64..19baa10 100644
--- a/games-emulation/ppsspp/ppsspp-1.1.0-r1.ebuild
+++ b/games-emulation/ppsspp/ppsspp-1.1.0-r1.ebuild
@@ -127,4 +127,3 @@ pkg_postinst() {
elog "be in the 'games' group. "
elog "Just run 'gpasswd -a  games', then have  re-login. "
 }
-

diff --git a/games-emulation/ppsspp/ppsspp-1.1.1-r1.ebuild 
b/games-emulation/ppsspp/ppsspp-1.1.1-r1.ebuild
index d7e7c64..19baa10 100644
--- a/games-emulation/ppsspp/ppsspp-1.1.1-r1.ebuild
+++ b/games-emulation/ppsspp/ppsspp-1.1.1-r1.ebuild
@@ -127,4 +127,3 @@ pkg_postinst() {
elog "be in the 'games' group. "
elog "Just run 'gpasswd -a  games', then have  re-login. "
 }
-

diff --git a/games-emulation/ppsspp/ppsspp-.ebuild 
b/games-emulation/ppsspp/ppsspp-.ebuild
index 9dd2ba9..86798ed 100644
--- a/games-emulation/ppsspp/ppsspp-.ebuild
+++ b/games-emulation/ppsspp/ppsspp-.ebuild
@@ -126,4 +126,3 @@ pkg_postinst() {
elog "be in the 'games' group. "
elog "Just run 'gpasswd -a  games', then have  re-login. "
 }
-



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2016-02-02 Thread Mike Gilbert
commit: 299ee75e566f0da98cd7d05f909250773aef7fb9
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Feb  2 23:44:51 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Feb  2 23:44:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=299ee75e

www-client/google-chrome-unstable: automated update

Package-Manager: portage-2.2.27_p14

 www-client/google-chrome-unstable/Manifest  | 2 +-
 0.2633.3_p1.ebuild => google-chrome-unstable-50.0.2638.0_p1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index e302ecc..c3a410a 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_50.0.2633.3-1_amd64.deb 48277408 SHA256 
d4894a58a742920b7532cc3fcb846b298309a866c4ed4bae6d2605825d1dc776 SHA512 
bccb4fcb73536db0791756528f8b834a112809a6a6127065b3e0bf43e79a4bf64a4c29a84120477c01774af7d67fba887c8118a49313fadf3688a01042f1bb44
 WHIRLPOOL 
5d589237e92302f50b657eab9f56634fe2d49f4dc8b9b2c44e9b897cdebc3c7515e02b035e5345f66feb35f277f3e02a566db4613c68ef6428a44041a219d4ee
+DIST google-chrome-unstable_50.0.2638.0-1_amd64.deb 48485834 SHA256 
013a1fd1ab35db0b9e27965cf838e80a642ceb87f95fd1c75144071bc969b941 SHA512 
63ee5b4459b6c532c7dab630fbd6781a0604de23ae293ba9fbc1656c2bbcbf20a9dabafd6f66117ad2d516232a69a7e986e0d7eb0c24d52f08388f979bd4
 WHIRLPOOL 
943e52d51f6c6856f2d531b6fa6e0aa25a0ed67d5f95ffefa48d96417bcb2ed386a1d63e27ad3e6aa6fef2176a3456398dce8614113d2e077f3e86296f941db2

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-50.0.2633.3_p1.ebuild
 
b/www-client/google-chrome-unstable/google-chrome-unstable-50.0.2638.0_p1.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-50.0.2633.3_p1.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-50.0.2638.0_p1.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2016-02-02 Thread Mike Gilbert
commit: 8048996933ab7cde15e12a43c0aecbd945535c92
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Feb  2 23:45:00 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Feb  2 23:45:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80489969

www-plugins/chrome-binary-plugins: automated update

Package-Manager: portage-2.2.27_p14

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 3_alpha1.ebuild => chrome-binary-plugins-50.0.2638.0_alpha1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index d298abc..8e837de 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -2,4 +2,4 @@ DIST google-chrome-beta_49.0.2623.28-1_amd64.deb 48899410 
SHA256 1e8dd09ec05dc1e
 DIST google-chrome-beta_49.0.2623.28-1_i386.deb 47715208 SHA256 
23041ca05c134d8715b54143759b237647fa0a95d94e9c5b80458c1eb692905b SHA512 
a0b7b671c2de68858350bd15cd7a868ff321a1bd7b3b3318b6a3f64fbc20a7b64f7ba985908122751c31a3b7e135d96858feae9803c9f634780e2a2e2cca02bc
 WHIRLPOOL 
2feea85dcc78284ec03ce5043e2a46117965722623f4b4ba44838c4522a29fe5fc5beb01eae1490b40dde5fc0a10b862c485125a8ed4d0791c644f189ff2f046
 DIST google-chrome-stable_48.0.2564.97-1_amd64.deb 4824 SHA256 
a26418953bcb76900a6c64de6891fa178c8f98244923d65cdf4606dcde09bcf2 SHA512 
e9b8b11411cd27fa81a617ff5dfe69503e6d463f970f66c747867d521d6b767262eaf7648438853ca0fce9b575c052280e24069ee380c4ad2c7f33edd4306342
 WHIRLPOOL 
35c66bfb68296a3eeefca939792b68809dd812e47a1da908754975591fe7b1fd9be1dcb86ab572377cfe702a6dd9a7fa7da58771dfc3b585e034b6348f05c773
 DIST google-chrome-stable_48.0.2564.97-1_i386.deb 47294044 SHA256 
5448419fff33b01456d609ce0f1981fdd07f9c3d55d70156e13d6aa7f34cad3d SHA512 
cd1c8a93073009da25765e22a7319c5717b029a3767c79b45f936dbdda27f2225045639883b203f0a5f21cd3647b45cf5d98f378386288851af6a62d7fe60ed2
 WHIRLPOOL 
8d9de90fe35930c89b59c35c0dfa2eb3c5da3adc80af20883e7547930793748d02cdca0ea4dba8268248df074d126945ba44b456093ea430656187a92c902b41
-DIST google-chrome-unstable_50.0.2633.3-1_amd64.deb 48277408 SHA256 
d4894a58a742920b7532cc3fcb846b298309a866c4ed4bae6d2605825d1dc776 SHA512 
bccb4fcb73536db0791756528f8b834a112809a6a6127065b3e0bf43e79a4bf64a4c29a84120477c01774af7d67fba887c8118a49313fadf3688a01042f1bb44
 WHIRLPOOL 
5d589237e92302f50b657eab9f56634fe2d49f4dc8b9b2c44e9b897cdebc3c7515e02b035e5345f66feb35f277f3e02a566db4613c68ef6428a44041a219d4ee
+DIST google-chrome-unstable_50.0.2638.0-1_amd64.deb 48485834 SHA256 
013a1fd1ab35db0b9e27965cf838e80a642ceb87f95fd1c75144071bc969b941 SHA512 
63ee5b4459b6c532c7dab630fbd6781a0604de23ae293ba9fbc1656c2bbcbf20a9dabafd6f66117ad2d516232a69a7e986e0d7eb0c24d52f08388f979bd4
 WHIRLPOOL 
943e52d51f6c6856f2d531b6fa6e0aa25a0ed67d5f95ffefa48d96417bcb2ed386a1d63e27ad3e6aa6fef2176a3456398dce8614113d2e077f3e86296f941db2

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2633.3_alpha1.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2638.0_alpha1.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2633.3_alpha1.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2638.0_alpha1.ebuild



[gentoo-commits] repo/gentoo:master commit in: mail-filter/dovecot-antispam/

2016-02-02 Thread Tim Harder
commit: 34c577c1c3ed5514475297d85722b005379391fe
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Feb  2 23:35:47 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Feb  2 23:36:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c577c1

mail-filter/dovecot-antispam: use system txt2man

Fixes bug #565946.

 .../dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild  | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git 
a/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild 
b/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild
index fca9408..1038b37 100644
--- a/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild
+++ b/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,12 +14,17 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 
-DEPEND=">=net-mail/dovecot-2.1.16"
-RDEPEND="${DEPEND}"
+RDEPEND=">=net-mail/dovecot-2.1.16"
+DEPEND="${RDEPEND}
+   app-text/txt2man"
 
 DOCS=( README )
 
 src_prepare() {
+   # use system txt2man
+   rm doc/txt2man || die
+   sed -i 's#./txt2man#txt2man#' doc/Makefile || die
+
AT_M4DIR="m4" eautoreconf
 }
 



[gentoo-commits] repo/gentoo:master commit in: sys-boot/os-prober/

2016-02-02 Thread Manuel Rüger
commit: 5625f482d04d1e441dbdcfa463bea140e524366e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb  3 00:16:04 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb  3 00:16:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5625f482

sys-boot/os-prober: Remove old

Package-Manager: portage-2.2.27

 sys-boot/os-prober/Manifest  |  1 -
 sys-boot/os-prober/os-prober-1.68.ebuild | 79 
 2 files changed, 80 deletions(-)

diff --git a/sys-boot/os-prober/Manifest b/sys-boot/os-prober/Manifest
index e4b2bd4..d0a26f6 100644
--- a/sys-boot/os-prober/Manifest
+++ b/sys-boot/os-prober/Manifest
@@ -1,4 +1,3 @@
 DIST os-prober_1.65.tar.xz 24712 SHA256 
c4a7661a52edae722f7e6bacb3f107cf7086cbe768275fadf5398d04360bfc84 SHA512 
64dd9042a26dc859d9186bb48545d85b1a369d00a93b5045c420eac0c4b672ab32cb6028eada5f1cc21c8ab9386c35b8eedb79bc7975faf7b0a7b2841b284f53
 WHIRLPOOL 
397a92312b018fa08b2e838bc6b85fa4d55502dfb8e8725c79f4a0ae397e3bd258a7bb302f74b2293cd85f4ddabf4cba75ff2b4b57fa9904094c3a50e1ace36e
-DIST os-prober_1.68.tar.xz 25336 SHA256 
ad0b98c3e59239bff94e8f03bb618c21043c5314a7d00726d53f84add8478804 SHA512 
b545cb42eb6e46da051aa7b63ec2cb29549aa197d0e0c361fa5d4a92ae3774c665003b4c1cd4294c9d26a63a71cd50cce75fed3be9d770adffeb0bd0b8cfc79e
 WHIRLPOOL 
a337446d1e6691d50b749fe3843452389845dbb5de5e06227baebd90b2535aa3111f7373f7c26335feef5637dc84ae5c1f0faa8bcaf97dfa4393129129e8cbf2
 DIST os-prober_1.70.tar.xz 25468 SHA256 
f95a8998e106578edf105c42c84809c71e413a01370be9bd0b6d238d5b63bf1d SHA512 
d060a7fd4e128693b1bb79cff014b4583f56fd0ed4fdd1afd9670623538c03c4e458697c85c753ef4746b1acc5f91e31ef1f0d83fcb696e35ae8355f16edd9a4
 WHIRLPOOL 
9414e27187223aa6cddf910bcf77f2b677bf1bef0b358b287a59dbbd2acb9a35060163d18c26808a97da061b8d3e77713e283de2d32e23188400fde975c607a7
 DIST os-prober_1.71.tar.xz 25540 SHA256 
5d6141e02b58e82194422b97d683d61c7ff78175d89c2f055f5d2e7a363bdd20 SHA512 
adb7b8cf54c6169510c7ce2bf40e4b659c97eecfb7c1dd149269520ef13cdc2b6587f221fcfcb95c18caf9dba8144bbba561abb158e986ab02f4e0d338317d04
 WHIRLPOOL 
cb3d8596c1e753fc2d687b30c6bd386d160114524b7b4f2d39dfe208191b231962311103a3106a7ccad8fa05bee132a5faa72265c44c33e22cb3d6090dd1cb04

diff --git a/sys-boot/os-prober/os-prober-1.68.ebuild 
b/sys-boot/os-prober/os-prober-1.68.ebuild
deleted file mode 100644
index 1f28f43..000
--- a/sys-boot/os-prober/os-prober-1.68.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-#inherit eutils multilib toolchain-funcs
-inherit toolchain-funcs
-
-DESCRIPTION="Utility to detect other OSs on a set of drives"
-HOMEPAGE="http://packages.debian.org/source/sid/os-prober;
-SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   # use default GNU rules
-   rm Makefile || die 'rm Makefile failed'
-   # Fix references to grub-mount
-   sed -i -e 's:grub-mount:grub2-mount:g' \
-   common.sh \
-   linux-boot-probes/common/50mounted-tests \
-   os-probes/common/50mounted-tests || die
-}
-
-src_compile() {
-   tc-export CC
-   emake newns
-}
-
-src_install() {
-   dobin os-prober linux-boot-prober
-
-   # Note: as no shared libraries are installed, /usr/lib is correct
-   exeinto /usr/lib/os-prober
-   doexe newns
-
-   insinto /usr/share/os-prober
-   doins common.sh
-
-   keepdir /var/lib/os-prober
-
-   local debarch=${ARCH%-*} dir
-
-   case ${debarch} in
-   amd64)  debarch=x86 ;;
-   ppc|ppc64)  debarch=powerpc ;;
-   esac
-
-   for dir in os-probes{,/mounted,/init} linux-boot-probes{,/mounted}; do
-   exeinto /usr/lib/$dir
-   doexe $dir/common/*
-   if [[ -d $dir/$debarch ]]; then
-   doexe $dir/$debarch/*
-   fi
-   if [[ -d $dir/$debarch/efi ]]; then
-   exeinto /usr/lib/$dir/efi
-   doexe $dir/$debarch/efi/*
-   fi
-   done
-
-   if use amd64 || use x86; then
-   exeinto /usr/lib/os-probes/mounted
-   doexe os-probes/mounted/powerpc/20macosx
-   fi
-
-   dodoc README TODO debian/changelog
-}
-
-pkg_postinst() {
-   elog "If you intend for os-prober to detect versions of Windows 
installed on"
-   elog "NTFS-formatted partitions, your system must be capable of reading 
the"
-   elog "NTFS filesystem. One way to do this is by installing 
sys-fs/ntfs3g"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/os-prober/

2016-02-02 Thread Manuel Rüger
commit: 83bf1db55c74f5b3f3b8837d65214abf2fa420f2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb  3 00:15:33 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb  3 00:15:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bf1db5

sys-boot/os-prober: Version bump

Package-Manager: portage-2.2.27

 sys-boot/os-prober/Manifest  |  1 +
 sys-boot/os-prober/os-prober-1.71.ebuild | 77 
 2 files changed, 78 insertions(+)

diff --git a/sys-boot/os-prober/Manifest b/sys-boot/os-prober/Manifest
index 8ed88c0..e4b2bd4 100644
--- a/sys-boot/os-prober/Manifest
+++ b/sys-boot/os-prober/Manifest
@@ -1,3 +1,4 @@
 DIST os-prober_1.65.tar.xz 24712 SHA256 
c4a7661a52edae722f7e6bacb3f107cf7086cbe768275fadf5398d04360bfc84 SHA512 
64dd9042a26dc859d9186bb48545d85b1a369d00a93b5045c420eac0c4b672ab32cb6028eada5f1cc21c8ab9386c35b8eedb79bc7975faf7b0a7b2841b284f53
 WHIRLPOOL 
397a92312b018fa08b2e838bc6b85fa4d55502dfb8e8725c79f4a0ae397e3bd258a7bb302f74b2293cd85f4ddabf4cba75ff2b4b57fa9904094c3a50e1ace36e
 DIST os-prober_1.68.tar.xz 25336 SHA256 
ad0b98c3e59239bff94e8f03bb618c21043c5314a7d00726d53f84add8478804 SHA512 
b545cb42eb6e46da051aa7b63ec2cb29549aa197d0e0c361fa5d4a92ae3774c665003b4c1cd4294c9d26a63a71cd50cce75fed3be9d770adffeb0bd0b8cfc79e
 WHIRLPOOL 
a337446d1e6691d50b749fe3843452389845dbb5de5e06227baebd90b2535aa3111f7373f7c26335feef5637dc84ae5c1f0faa8bcaf97dfa4393129129e8cbf2
 DIST os-prober_1.70.tar.xz 25468 SHA256 
f95a8998e106578edf105c42c84809c71e413a01370be9bd0b6d238d5b63bf1d SHA512 
d060a7fd4e128693b1bb79cff014b4583f56fd0ed4fdd1afd9670623538c03c4e458697c85c753ef4746b1acc5f91e31ef1f0d83fcb696e35ae8355f16edd9a4
 WHIRLPOOL 
9414e27187223aa6cddf910bcf77f2b677bf1bef0b358b287a59dbbd2acb9a35060163d18c26808a97da061b8d3e77713e283de2d32e23188400fde975c607a7
+DIST os-prober_1.71.tar.xz 25540 SHA256 
5d6141e02b58e82194422b97d683d61c7ff78175d89c2f055f5d2e7a363bdd20 SHA512 
adb7b8cf54c6169510c7ce2bf40e4b659c97eecfb7c1dd149269520ef13cdc2b6587f221fcfcb95c18caf9dba8144bbba561abb158e986ab02f4e0d338317d04
 WHIRLPOOL 
cb3d8596c1e753fc2d687b30c6bd386d160114524b7b4f2d39dfe208191b231962311103a3106a7ccad8fa05bee132a5faa72265c44c33e22cb3d6090dd1cb04

diff --git a/sys-boot/os-prober/os-prober-1.71.ebuild 
b/sys-boot/os-prober/os-prober-1.71.ebuild
new file mode 100644
index 000..83b93c9
--- /dev/null
+++ b/sys-boot/os-prober/os-prober-1.71.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+#inherit eutils multilib toolchain-funcs
+inherit toolchain-funcs
+
+DESCRIPTION="Utility to detect other OSs on a set of drives"
+HOMEPAGE="http://packages.debian.org/source/sid/os-prober;
+SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_prepare() {
+   # use default GNU rules
+   rm Makefile || die 'rm Makefile failed'
+   # Fix references to grub-mount
+   sed -i -e 's:grub-mount:grub2-mount:g' \
+   common.sh \
+   linux-boot-probes/common/50mounted-tests \
+   os-probes/common/50mounted-tests || die
+}
+
+src_compile() {
+   tc-export CC
+   emake newns
+}
+
+src_install() {
+   dobin os-prober linux-boot-prober
+
+   # Note: as no shared libraries are installed, /usr/lib is correct
+   exeinto /usr/lib/os-prober
+   doexe newns
+
+   insinto /usr/share/os-prober
+   doins common.sh
+
+   keepdir /var/lib/os-prober
+
+   local debarch=${ARCH%-*} dir
+
+   case ${debarch} in
+   amd64)  debarch=x86 ;;
+   ppc|ppc64)  debarch=powerpc ;;
+   esac
+
+   for dir in os-probes{,/mounted,/init} linux-boot-probes{,/mounted}; do
+   exeinto /usr/lib/$dir
+   doexe $dir/common/*
+   if [[ -d $dir/$debarch ]]; then
+   doexe $dir/$debarch/*
+   fi
+   if [[ -d $dir/$debarch/efi ]]; then
+   exeinto /usr/lib/$dir/efi
+   doexe $dir/$debarch/efi/*
+   fi
+   done
+
+   if use amd64 || use x86; then
+   exeinto /usr/lib/os-probes/mounted
+   doexe os-probes/mounted/powerpc/20macosx
+   fi
+
+   dodoc README TODO debian/changelog
+}
+
+pkg_postinst() {
+   elog "If you intend for os-prober to detect versions of Windows 
installed on"
+   elog "NTFS-formatted partitions, your system must be capable of reading 
the"
+   elog "NTFS filesystem. One way to do this is by installing 
sys-fs/ntfs3g"
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/salt/

2016-02-02 Thread Patrick McLean
commit: 6a454683b13803815e62614c2c287ab7ffbf4ce7
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Feb  3 01:09:59 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Feb  3 01:10:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a454683

app-admin/salt: Drop 2015.8.4 since it has a major state regression

Package-Manager: portage-2.2.27

 app-admin/salt/Manifest |   1 -
 app-admin/salt/salt-2015.8.4.ebuild | 134 
 2 files changed, 135 deletions(-)

diff --git a/app-admin/salt/Manifest b/app-admin/salt/Manifest
index 4548f95..cfcd194 100644
--- a/app-admin/salt/Manifest
+++ b/app-admin/salt/Manifest
@@ -1,5 +1,4 @@
 DIST salt-2015.5.8.tar.gz 5741097 SHA256 
07c3eb054ef214c17481fed1262a5e4fd3c429df3058b504eb2cfc36ce4ad2fc SHA512 
969cfdfb82f40957d1fa923a4640596cd08529eb9159527365094a3ab0d3e5ad6ff023eea34ad3b1328102f5d03ec8bf7da0958c77dfaee058f5e361a3dc395a
 WHIRLPOOL 
bf6960fe18c5181253d428ae678ed3f2e8203cbfcf0d7105d19ac5c6ce1d3c7acdf131062cfca255839c95bfa8f692f6463c9b7d41ad62d80c7a738b758bad71
 DIST salt-2015.5.9.tar.gz 5689839 SHA256 
71e1c31ebe73edf17b43afcee7de689bb39cc6e97742cd0e110386106fa3fc5b SHA512 
389fa09e2e89bb0631f5a2f1d7ef363f8b3a260d466cd7b5fdf7bfc296f5fb64fa355dc56a401df326cefe43e63904061db4fc01a3b5c1cd54fa34ee102a6ad9
 WHIRLPOOL 
094350e78b96c2633dedb2c4ab0caa959a634e84bf2e92145880eec883ec076765c8b897c873e8f601325a69e7e3fe139163eec45fc6daa109edbd9a884b0dc2
 DIST salt-2015.8.3.tar.gz 6757678 SHA256 
2e9a262789b018f3443513105c0c6ae98934c9bc105a04cf9e5c073ef706218a SHA512 
18a2c63d5e54d09468189450557974e47f87d8b7dde52beaae678120da1da1e7aecfff18cf0fdfb63a11cd5f6bab102c229462f0afe5e3e858c0c467761c7121
 WHIRLPOOL 
5f1e1562904aecf97027688adbe9a2eb1b910065e52a2e20e7bad67fc4e91660e3e1e04612ee3b18d9632f3ff782837336cf1a5d85d771b67071422a3cea9861
-DIST salt-2015.8.4.tar.gz 6874756 SHA256 
8a21a02e53a6ef9b6dad4145c70225b7ff17bbb4a436a131c7e32d42b428cf48 SHA512 
07c7e68b5667e8310bda9733706cbd1d8402ce6886300065ca4b618dccfbf65aaf79aba3d34d87ccda453811f589f13b8da3599eae70c865b19e3d0da5a100d3
 WHIRLPOOL 
70f5dfcdccacc0592c2af178caa1f979a7b17c409ad3a5c67d96fc5140d592e9cb876c1b15087c6c06c6e81e15d403f6e3dad86f44883e73399d49d59e8f6ad5
 DIST salt-2015.8.5.tar.gz 6877624 SHA256 
db395702f048ea384ccc440201c24d7044685977ae6a8588d0d0933246f0c673 SHA512 
715709798fd1f4410ef204545a84e34d3ecc0f080905b7ae29ce19d273c1ed6865f56e025e59d2506301970ad05081ff119caec0ced03dcbe5803f9f00eb64f8
 WHIRLPOOL 
69dc332b21ade4735cd8e9d6a2cdfd61ee364a1c7aa3bf047c9d745b6135b94fdd6406117e056fbb6a8cb79dc3b07af5d2f7a781930255b1fe434838b8692de4

diff --git a/app-admin/salt/salt-2015.8.4.ebuild 
b/app-admin/salt/salt-2015.8.4.ebuild
deleted file mode 100644
index 669ea91..000
--- a/app-admin/salt/salt-2015.8.4.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python2_7)
-
-inherit eutils systemd distutils-r1
-
-DESCRIPTION="Salt is a remote execution and configuration manager"
-HOMEPAGE="http://saltstack.org/;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
-   EGIT_BRANCH="develop"
-   SRC_URI=""
-   KEYWORDS=""
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~x86 ~amd64"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="cherrypy ldap libcloud libvirt gnupg keyring mako mongodb mysql neutron 
nova"
-IUSE+=" openssl profile redis selinux test timelib raet +zeromq vim-syntax"
-
-RDEPEND="sys-apps/pciutils
-   dev-python/jinja[${PYTHON_USEDEP}]
-   >=dev-python/msgpack-0.3[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/markupsafe[${PYTHON_USEDEP}]
-   >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=www-servers/tornado-4.2.1[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]
-   libcloud? ( >=dev-python/libcloud-0.14.0[${PYTHON_USEDEP}] )
-   mako? ( dev-python/mako[${PYTHON_USEDEP}] )
-   ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
-   openssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
-   libvirt? ( dev-python/libvirt-python[${PYTHON_USEDEP}] )
-   openssl? (
-   dev-libs/openssl:*[-bindist]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   )
-   raet? (
-   >=dev-python/libnacl-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/ioflo-1.1.7[${PYTHON_USEDEP}]
-   >=dev-python/raet-0.6.0[${PYTHON_USEDEP}]
-   )
-   zeromq? (
-   >=dev-python/pyzmq-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pycrypto-2.6.1[${PYTHON_USEDEP}]
-   )
-   cherrypy? ( >=dev-python/cherrypy-3.2.2[${PYTHON_USEDEP}] )
-   mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/salt/

2016-02-02 Thread Patrick McLean
commit: 9edc994f8bb6cc831b8e70af1024e4d0f475916c
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Feb  3 01:09:06 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Feb  3 01:10:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edc994f

app-admin/salt: Version bump to 2015.8.5

Package-Manager: portage-2.2.27

 app-admin/salt/Manifest |   1 +
 app-admin/salt/salt-2015.8.5.ebuild | 134 
 2 files changed, 135 insertions(+)

diff --git a/app-admin/salt/Manifest b/app-admin/salt/Manifest
index 8b81b69..4548f95 100644
--- a/app-admin/salt/Manifest
+++ b/app-admin/salt/Manifest
@@ -2,3 +2,4 @@ DIST salt-2015.5.8.tar.gz 5741097 SHA256 
07c3eb054ef214c17481fed1262a5e4fd3c429d
 DIST salt-2015.5.9.tar.gz 5689839 SHA256 
71e1c31ebe73edf17b43afcee7de689bb39cc6e97742cd0e110386106fa3fc5b SHA512 
389fa09e2e89bb0631f5a2f1d7ef363f8b3a260d466cd7b5fdf7bfc296f5fb64fa355dc56a401df326cefe43e63904061db4fc01a3b5c1cd54fa34ee102a6ad9
 WHIRLPOOL 
094350e78b96c2633dedb2c4ab0caa959a634e84bf2e92145880eec883ec076765c8b897c873e8f601325a69e7e3fe139163eec45fc6daa109edbd9a884b0dc2
 DIST salt-2015.8.3.tar.gz 6757678 SHA256 
2e9a262789b018f3443513105c0c6ae98934c9bc105a04cf9e5c073ef706218a SHA512 
18a2c63d5e54d09468189450557974e47f87d8b7dde52beaae678120da1da1e7aecfff18cf0fdfb63a11cd5f6bab102c229462f0afe5e3e858c0c467761c7121
 WHIRLPOOL 
5f1e1562904aecf97027688adbe9a2eb1b910065e52a2e20e7bad67fc4e91660e3e1e04612ee3b18d9632f3ff782837336cf1a5d85d771b67071422a3cea9861
 DIST salt-2015.8.4.tar.gz 6874756 SHA256 
8a21a02e53a6ef9b6dad4145c70225b7ff17bbb4a436a131c7e32d42b428cf48 SHA512 
07c7e68b5667e8310bda9733706cbd1d8402ce6886300065ca4b618dccfbf65aaf79aba3d34d87ccda453811f589f13b8da3599eae70c865b19e3d0da5a100d3
 WHIRLPOOL 
70f5dfcdccacc0592c2af178caa1f979a7b17c409ad3a5c67d96fc5140d592e9cb876c1b15087c6c06c6e81e15d403f6e3dad86f44883e73399d49d59e8f6ad5
+DIST salt-2015.8.5.tar.gz 6877624 SHA256 
db395702f048ea384ccc440201c24d7044685977ae6a8588d0d0933246f0c673 SHA512 
715709798fd1f4410ef204545a84e34d3ecc0f080905b7ae29ce19d273c1ed6865f56e025e59d2506301970ad05081ff119caec0ced03dcbe5803f9f00eb64f8
 WHIRLPOOL 
69dc332b21ade4735cd8e9d6a2cdfd61ee364a1c7aa3bf047c9d745b6135b94fdd6406117e056fbb6a8cb79dc3b07af5d2f7a781930255b1fe434838b8692de4

diff --git a/app-admin/salt/salt-2015.8.5.ebuild 
b/app-admin/salt/salt-2015.8.5.ebuild
new file mode 100644
index 000..669ea91
--- /dev/null
+++ b/app-admin/salt/salt-2015.8.5.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+inherit eutils systemd distutils-r1
+
+DESCRIPTION="Salt is a remote execution and configuration manager"
+HOMEPAGE="http://saltstack.org/;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
+   EGIT_BRANCH="develop"
+   SRC_URI=""
+   KEYWORDS=""
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~x86 ~amd64"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="cherrypy ldap libcloud libvirt gnupg keyring mako mongodb mysql neutron 
nova"
+IUSE+=" openssl profile redis selinux test timelib raet +zeromq vim-syntax"
+
+RDEPEND="sys-apps/pciutils
+   dev-python/jinja[${PYTHON_USEDEP}]
+   >=dev-python/msgpack-0.3[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/markupsafe[${PYTHON_USEDEP}]
+   >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=www-servers/tornado-4.2.1[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+   libcloud? ( >=dev-python/libcloud-0.14.0[${PYTHON_USEDEP}] )
+   mako? ( dev-python/mako[${PYTHON_USEDEP}] )
+   ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
+   openssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
+   libvirt? ( dev-python/libvirt-python[${PYTHON_USEDEP}] )
+   openssl? (
+   dev-libs/openssl:*[-bindist]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   )
+   raet? (
+   >=dev-python/libnacl-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/ioflo-1.1.7[${PYTHON_USEDEP}]
+   >=dev-python/raet-0.6.0[${PYTHON_USEDEP}]
+   )
+   zeromq? (
+   >=dev-python/pyzmq-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pycrypto-2.6.1[${PYTHON_USEDEP}]
+   )
+   cherrypy? ( >=dev-python/cherrypy-3.2.2[${PYTHON_USEDEP}] )
+   mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
+   keyring? ( dev-python/keyring[${PYTHON_USEDEP}] )
+   mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
+   redis? ( dev-python/redis-py[${PYTHON_USEDEP}] )
+   selinux? ( sec-policy/selinux-salt )
+   timelib? ( dev-python/timelib[${PYTHON_USEDEP}] )
+   nova? ( 

[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: 7f0589c8ba8ee4e565a42defc529095703e30aaa
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Jan 23 01:11:39 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:35:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0589c8

qt5-build.eclass: warn about using -g/-ggdb with qtwebengine too

(cherry picked from proj/qt commit 4009c796c455439b48d47dc8d04b2af3d5b4b1ed)

 eclass/qt5-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 12aef9c..f71a35e 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -133,7 +133,7 @@ qt5-build_src_unpack() {
ewarn
fi
 
-   if [[ ${PN} == qtwebkit ]]; then
+   if [[ ${PN} == qtwebengine || ${PN} == qtwebkit ]]; then
eshopts_push -s extglob
if is-flagq '-g?(gdb)?([1-9])'; then
ewarn



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: ad30d3bace6259482ccafd5e87021c367b77c544
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Nov 22 23:07:29 2015 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:34:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad30d3ba

qt5-build.eclass: add missing die when using cat with heredocs

(cherry picked from proj/qt commit f3886df8a10a03548efb3941c84aefc51fb4b195)

 eclass/qt5-build.eclass | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index c03daf3..6534f81 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -17,12 +17,9 @@ case ${EAPI} in
*)  die "qt5-build.eclass: unsupported EAPI=${EAPI:-0}" ;;
 esac
 
+[[ ${EAPI} == 5 ]] && inherit multilib
 inherit eutils flag-o-matic toolchain-funcs versionator virtualx
 
-if [[ ${EAPI} == 5 ]]; then
-   inherit multilib
-fi
-
 HOMEPAGE="https://www.qt.io/;
 LICENSE="|| ( LGPL-2.1 LGPL-3 ) FDL-1.3"
 
@@ -241,12 +238,12 @@ qt5-build_src_test() {
# create a custom testrunner script that correctly sets
# {,DY}LD_LIBRARY_PATH before executing the given test
local testrunner=${QT5_BUILD_DIR}/gentoo-testrunner
-   cat <<-EOF > "${testrunner}"
+   cat > "${testrunner}" <<-_EOF_ || die
#!/bin/sh
export LD_LIBRARY_PATH="${QT5_BUILD_DIR}/lib:${QT5_LIBDIR}"
export DYLD_LIBRARY_PATH="${QT5_BUILD_DIR}/lib:${QT5_LIBDIR}"
"\$@"
-   EOF
+   _EOF_
chmod +x "${testrunner}"
 
_qt5_test_runner() {
@@ -291,7 +288,7 @@ qt5-build_src_install() {
|| die "sed failed (qconfig.h)"
 
# install qtchooser configuration file
-   cat > "${T}/qt5-${CHOST}.conf" <<-_EOF_
+   cat > "${T}/qt5-${CHOST}.conf" <<-_EOF_ || die
${QT5_BINDIR}
${QT5_LIBDIR}
_EOF_



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: 72edb80bf398dbc00671417c95155b551f579d1f
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Nov 19 17:12:33 2015 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:34:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72edb80b

qt5-build.eclass: minor configure updates for 5.6 and later

(cherry picked from proj/qt commit f527f1e3a1b76d938085f26d25a88d07115c4b87)

 eclass/qt5-build.eclass | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 04b1751..c03daf3 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -503,11 +503,15 @@ qt5_base_configure() {
-release
-no-separate-debug-info
 
+   # no need to forcefully build host tools in optimized mode,
+   # just follow the overall debug/release build type
+   $([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-optimized-tools)
+
# licensing stuff
-opensource -confirm-license
 
-   # let configure automatically figure out if C++11 is supported
-   #-c++11
+   # autodetect the highest supported version of the C++ standard
+   #-c++std 
 
# build shared libraries
-shared
@@ -576,9 +580,6 @@ qt5_base_configure() {
# print verbose information about each configure test
-verbose
 
-   # doesn't actually matter since we override CXXFLAGS
-   #-no-optimized-qmake
-
# obsolete flag, does nothing
#-nis
 



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: 1540a058f26a43425e3b66c626f823f251763821
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Nov 19 15:48:15 2015 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:34:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1540a058

qt5-build.eclass: add initial EAPI 6 support

(cherry picked from proj/qt commit 80b046cd0e1b639559e7344f9fdba75352f429f3)

 eclass/qt5-build.eclass | 18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 26dd217..19c2fb5 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -13,11 +13,15 @@
 # Requires EAPI 5.
 
 case ${EAPI} in
-   5)  : ;;
+   5|6): ;;
*)  die "qt5-build.eclass: unsupported EAPI=${EAPI:-0}" ;;
 esac
 
-inherit eutils flag-o-matic multilib toolchain-funcs versionator virtualx
+inherit eutils flag-o-matic toolchain-funcs versionator virtualx
+
+if [[ ${EAPI} == 5 ]] ; then
+   inherit multilib
+fi
 
 HOMEPAGE="https://www.qt.io/;
 LICENSE="|| ( LGPL-2.1 LGPL-3 ) FDL-1.3"
@@ -197,9 +201,13 @@ qt5-build_src_prepare() {
src/{corelib/corelib,gui/gui}.pro || die "sed failed 
(optimize_full)"
fi
 
-   # apply patches
-   [[ ${PATCHES[@]} ]] && epatch "${PATCHES[@]}"
-   epatch_user
+   if [[ ${EAPI} == 5 ]]; then
+   # apply patches
+   [[ ${PATCHES[@]} ]] && epatch "${PATCHES[@]}"
+   epatch_user
+   else
+   default_src_prepare
+   fi
 }
 
 # @FUNCTION: qt5-build_src_configure



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: 26c05325ae0704c756be7add2fc07d83cd8b34f8
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Dec 28 01:36:06 2015 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:34:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c05325

qt5-build.eclass: move some things around

Also, stop documenting PATCHES in eclass-doc. Everyone knows
about it, and it's a PMS thing since EAPI 6 anyway.

(cherry picked from proj/qt commit 4b70a2ea5396afc14f018bb3429be4a89d8f1ecf
 and f4aa5216a0b71858e2cefc6aed4bbf72cf8aa303)

 eclass/qt5-build.eclass | 76 +++--
 1 file changed, 30 insertions(+), 46 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 5315f6b..dc9e19a 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -17,6 +17,26 @@ case ${EAPI} in
*)  die "qt5-build.eclass: unsupported EAPI=${EAPI:-0}" ;;
 esac
 
+# @ECLASS-VARIABLE: QT5_MODULE
+# @DESCRIPTION:
+# The upstream name of the module this package belongs to. Used for
+# SRC_URI and EGIT_REPO_URI. Must be defined before inheriting the eclass.
+: ${QT5_MODULE:=${PN}}
+
+# @ECLASS-VARIABLE: QT5_TARGET_SUBDIRS
+# @DEFAULT_UNSET
+# @DESCRIPTION:
+# Array variable containing the source directories that should be built.
+# All paths must be relative to ${S}.
+
+# @ECLASS-VARIABLE: QT5_GENTOO_CONFIG
+# @DEFAULT_UNSET
+# @DESCRIPTION:
+# Array of  triplets that are evaluated in src_install
+# to generate the per-package list of enabled QT_CONFIG features and macro
+# definitions, which are then merged together with all other Qt5 packages
+# installed on the system to obtain the global qconfig.{h,pri} files.
+
 # @ECLASS-VARIABLE: VIRTUALX_REQUIRED
 # @DESCRIPTION:
 # For proper description see virtualx.eclass man page.
@@ -35,12 +55,6 @@ readonly QT5_MINOR_VERSION
 
 SLOT="5"
 
-# @ECLASS-VARIABLE: QT5_MODULE
-# @DESCRIPTION:
-# The upstream name of the module this package belongs to. Used for
-# SRC_URI and EGIT_REPO_URI. Must be defined before inheriting the eclass.
-: ${QT5_MODULE:=${PN}}
-
 case ${PV} in
5.)
# git dev branch
@@ -76,6 +90,14 @@ EGIT_REPO_URI=(
 )
 [[ ${QT5_BUILD_TYPE} == live ]] && inherit git-r3
 
+# @ECLASS-VARIABLE: QT5_BUILD_DIR
+# @DESCRIPTION:
+# Build directory for out-of-source builds.
+case ${QT5_BUILD_TYPE} in
+   live): ${QT5_BUILD_DIR:=${S}_build} ;;
+   release) : ${QT5_BUILD_DIR:=${S}} ;; # workaround for bug 497312
+esac
+
 IUSE="debug test"
 
 [[ ${PN} == qtwebkit ]] && RESTRICT+=" mirror" # bug 524584
@@ -92,49 +114,11 @@ RDEPEND="
dev-qt/qtchooser
 "
 
-EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install 
src_test pkg_postinst pkg_postrm
-
-
-# @ECLASS-VARIABLE: PATCHES
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# Array variable containing all the patches to be applied. This variable
-# is expected to be defined in the global scope of ebuilds. Make sure to
-# specify the full path. This variable is used in src_prepare phase.
-#
-# Example:
-# @CODE
-#  PATCHES=(
-#  "${FILESDIR}/mypatch.patch"
-#  "${FILESDIR}/mypatch2.patch"
-#  )
-# @CODE
-
-# @ECLASS-VARIABLE: QT5_TARGET_SUBDIRS
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# Array variable containing the source directories that should be built.
-# All paths must be relative to ${S}.
-
-# @ECLASS-VARIABLE: QT5_BUILD_DIR
-# @DESCRIPTION:
-# Build directory for out-of-source builds.
-case ${QT5_BUILD_TYPE} in
-   live): ${QT5_BUILD_DIR:=${S}_build} ;;
-   release) : ${QT5_BUILD_DIR:=${S}} ;; # workaround for bug 497312
-esac
-
-# @ECLASS-VARIABLE: QT5_GENTOO_CONFIG
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# Array of  triplets that are evaluated in src_install
-# to generate the per-package list of enabled QT_CONFIG features and macro
-# definitions, which are then merged together with all other Qt5 packages
-# installed on the system to obtain the global qconfig.{h,pri} files.
-
 
 ##  Phase functions  ##
 
+EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install 
src_test pkg_postinst pkg_postrm
+
 # @FUNCTION: qt5-build_src_unpack
 # @DESCRIPTION:
 # Unpacks the sources.



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: 32564342d63848613ab6a2ae2b9b09f409102403
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Jan 19 17:23:01 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:35:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32564342

qt5-build.eclass: disable gbm backend by default

(cherry picked from proj/qt commit 79d57b576a73b142bbd939f46311618497083f5e)

 eclass/qt5-build.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 270ab13..381ae89 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -601,7 +601,9 @@ qt5_base_configure() {
#-use-gold-linker
 
# disable all platform plugins by default, override in qtgui
-   -no-xcb -no-eglfs -no-kms -no-directfb -no-linuxfb
+   -no-xcb -no-eglfs -no-kms
+   $([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-gbm)
+   -no-directfb -no-linuxfb
$([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-mirclient)
 
# disable undocumented X11-related flags, override in qtgui



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: a0ab6659af2fb224aa1d5957d48e3afa37a42eae
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Jan 19 17:08:48 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:35:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ab6659

qt5-build.eclass: add -no-ltcg for 5.6 and later

(cherry picked from proj/qt commit a72b03f11e9d003e26607a1c80457bbf574fe3d7)

 eclass/qt5-build.eclass | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index db08161..270ab13 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -583,13 +583,15 @@ qt5_base_configure() {
-no-icu -no-fontconfig
-no-dbus
 
-   # don't strip
+   # let portage handle stripping
-no-strip
 
-   # precompiled headers are not that useful for us
-   # and cause problems on hardened, so turn them off
+   # precompiled headers can cause problems on hardened, so turn 
them off
-no-pch
 
+   # link-time code generation is not something we want to enable 
by default
+   $([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-ltcg)
+
# reduced relocations cause major breakage on at least arm and 
ppc, so
# don't specify anything and let the configure figure out if 
they are
# supported; see also 
https://bugreports.qt.io/browse/QTBUG-36129



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: 11880fed8d7fa1cf3692213c84baa7dabefcc9f8
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Dec 28 01:09:03 2015 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:34:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11880fed

qt5-build.eclass: respect nonfatal in qt5_foreach_target_subdir()

In src_test it can be called from virtx, which uses nonfatal.

(cherry picked from proj/qt commit 2f873589218b6ac68864c12a359b9b6f70978d49)

 eclass/qt5-build.eclass | 31 ---
 1 file changed, 16 insertions(+), 15 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 284febf..8665f3b 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -246,13 +246,11 @@ qt5-build_src_test() {
_EOF_
chmod +x "${testrunner}"
 
-   local testcmd=(
-   qt5_foreach_target_subdir emake TESTRUNNER="'${testrunner}'" 
check
-   )
+   set -- qt5_foreach_target_subdir emake TESTRUNNER="'${testrunner}'" 
check
if [[ ${VIRTUALX_REQUIRED} == test ]]; then
-   virtx "${testcmd[@]}"
+   virtx "$@"
else
-   "${testcmd[@]}"
+   "$@"
fi
 }
 
@@ -417,28 +415,31 @@ qt5_prepare_env() {
 # @FUNCTION: qt5_foreach_target_subdir
 # @INTERNAL
 # @DESCRIPTION:
-# Executes the arguments inside each directory listed in QT5_TARGET_SUBDIRS.
+# Executes the command given as argument from inside each directory
+# listed in QT5_TARGET_SUBDIRS. Handles autotests subdirs automatically.
 qt5_foreach_target_subdir() {
[[ -z ${QT5_TARGET_SUBDIRS[@]} ]] && QT5_TARGET_SUBDIRS=("")
 
-   local ret=0 subdir=
+   local die_args=()
+   [[ ${EAPI} != 5 ]] && die_args+=(-n)
+
+   local subdir=
for subdir in "${QT5_TARGET_SUBDIRS[@]}"; do
if [[ ${EBUILD_PHASE} == test ]]; then
subdir=tests/auto${subdir#src}
[[ -d ${S}/${subdir} ]] || continue
fi
 
-   mkdir -p "${QT5_BUILD_DIR}/${subdir}" || die
-   pushd "${QT5_BUILD_DIR}/${subdir}" >/dev/null || die
+   local msg="Running $* ${subdir:+in ${subdir}}"
+   einfo "${msg}"
 
-   einfo "Running $* ${subdir:+in ${subdir}}"
-   "$@"
-   ((ret+=$?))
+   mkdir -p "${QT5_BUILD_DIR}/${subdir}" || die "${die_args[@]}" 
|| return $?
+   pushd "${QT5_BUILD_DIR}/${subdir}" >/dev/null || die 
"${die_args[@]}" || return $?
 
-   popd >/dev/null || die
-   done
+   "$@" || die "${die_args[@]}" "${msg} failed" || return $?
 
-   return ${ret}
+   popd >/dev/null || die "${die_args[@]}" || return $?
+   done
 }
 
 # @FUNCTION: qt5_symlink_tools_to_build_dir



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: 97690bdef2799734a6a8bae0fbcd48cf5381a548
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Jan 23 01:31:31 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:35:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97690bde

qt5-build.eclass: update gcc version check for 5.7 and qtwebengine

(cherry picked from proj/qt commit 8ed3b65dd6316568c74cad5485936abd7f4f36a4)

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

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index f71a35e..1830d21 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -127,9 +127,14 @@ EXPORT_FUNCTIONS src_unpack src_prepare src_configure 
src_compile src_install sr
 # @DESCRIPTION:
 # Unpacks the sources.
 qt5-build_src_unpack() {
-   if [[ $(gcc-major-version) -lt 4 ]] || [[ $(gcc-major-version) -eq 4 && 
$(gcc-minor-version) -lt 5 ]]; then
+   local min_gcc4_minor_version=5
+   if [[ ${QT5_MINOR_VERSION} -ge 7 || ${PN} == qtwebengine ]]; then
+   min_gcc4_minor_version=7
+   fi
+   if [[ $(gcc-major-version) -lt 4 ]] || \
+  [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 
${min_gcc4_minor_version} ]]; then
ewarn
-   ewarn "Using a GCC version lower than 4.5 is not supported."
+   ewarn "Using a GCC version lower than 
4.${min_gcc4_minor_version} is not supported."
ewarn
fi
 



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: 9dab205dde1a6c889515dc3af3f268900ad44e1e
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Feb  2 17:31:26 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:34:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dab205d

qt5-build.eclass: use versionator.eclass to construct QT5_MINOR_VERSION

 eclass/qt5-build.eclass | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 792a736..26dd217 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -17,13 +17,13 @@ case ${EAPI} in
*)  die "qt5-build.eclass: unsupported EAPI=${EAPI:-0}" ;;
 esac
 
-inherit eutils flag-o-matic multilib toolchain-funcs virtualx
-
-QT5_MINOR_VERSION=${PV#*.}
-QT5_MINOR_VERSION=${QT5_MINOR_VERSION%%.*}
+inherit eutils flag-o-matic multilib toolchain-funcs versionator virtualx
 
 HOMEPAGE="https://www.qt.io/;
 LICENSE="|| ( LGPL-2.1 LGPL-3 ) FDL-1.3"
+
+QT5_MINOR_VERSION=$(get_version_component_range 2)
+
 SLOT="5"
 
 # @ECLASS-VARIABLE: QT5_MODULE



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: 9973331c113c0f06a98dd6a53729ae5c6afcf37d
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Dec 28 01:18:33 2015 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:34:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9973331c

qt5-build.eclass: move VIRTUALX_REQUIRED definition before inherit

Otherwise it has no effect.

(cherry picked from proj/qt commit 79c446995b8aaacc6e14116763c9bb92dfe2d175)

 eclass/qt5-build.eclass | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 8120c9f..284febf 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -17,6 +17,13 @@ case ${EAPI} in
*)  die "qt5-build.eclass: unsupported EAPI=${EAPI:-0}" ;;
 esac
 
+# @ECLASS-VARIABLE: VIRTUALX_REQUIRED
+# @DESCRIPTION:
+# For proper description see virtualx.eclass man page.
+# Here we redefine default value to be manual, if your package needs virtualx
+# for tests you should proceed with setting VIRTUALX_REQUIRED=test.
+: ${VIRTUALX_REQUIRED:=manual}
+
 [[ ${EAPI} == 5 ]] && inherit multilib
 inherit eutils flag-o-matic toolchain-funcs versionator virtualx
 
@@ -123,13 +130,6 @@ esac
 # definitions, which are then merged together with all other Qt5 packages
 # installed on the system to obtain the global qconfig.{h,pri} files.
 
-# @ECLASS-VARIABLE: VIRTUALX_REQUIRED
-# @DESCRIPTION:
-# For proper description see virtualx.eclass man page.
-# Here we redefine default value to be manual, if your package needs virtualx
-# for tests you should proceed with setting VIRTUALX_REQUIRED=test.
-: ${VIRTUALX_REQUIRED:=manual}
-
 
 ##  Phase functions  ##
 



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: f122552ab4fc6969c50c0d30dcff045919626dac
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Jan 23 02:02:29 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:35:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f122552a

qt5-build.eclass: make gcc version check fatal starting with Qt 5.6

(cherry picked from proj/qt commit 91839540e97eb22f0ac218aa174b06a01870f3f5)

 eclass/qt5-build.eclass | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 1830d21..ac9dfc8 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -127,15 +127,21 @@ EXPORT_FUNCTIONS src_unpack src_prepare src_configure 
src_compile src_install sr
 # @DESCRIPTION:
 # Unpacks the sources.
 qt5-build_src_unpack() {
+   local gcc_version_check_fatal=false
local min_gcc4_minor_version=5
+   if [[ ${QT5_MINOR_VERSION} -ge 6 ]]; then
+   gcc_version_check_fatal=true
+   fi
if [[ ${QT5_MINOR_VERSION} -ge 7 || ${PN} == qtwebengine ]]; then
min_gcc4_minor_version=7
fi
if [[ $(gcc-major-version) -lt 4 ]] || \
   [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 
${min_gcc4_minor_version} ]]; then
-   ewarn
-   ewarn "Using a GCC version lower than 
4.${min_gcc4_minor_version} is not supported."
-   ewarn
+   if ${gcc_version_check_fatal}; then
+   die "GCC version 4.${min_gcc4_minor_version} or later 
is required to build this package"
+   else
+   ewarn "Using a GCC version lower than 
4.${min_gcc4_minor_version} is not supported"
+   fi
fi
 
if [[ ${PN} == qtwebengine || ${PN} == qtwebkit ]]; then



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: 9fede9308d704a29a3a04bfd78159fbf0fac3af2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jan 14 18:28:06 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:35:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fede930

qt5-build.eclass: stop the eclass from being used accidentally

(cherry picked from proj/qt commit 8aae5020b96f9e252e9f3a562c89551493877bba)

 eclass/qt5-build.eclass | 4 
 1 file changed, 4 insertions(+)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index dc9e19a..db08161 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -12,6 +12,10 @@
 # This eclass contains various functions that are used when building Qt5.
 # Requires EAPI 5 or 6.
 
+if [[ ${CATEGORY} != dev-qt ]]; then
+   die "qt5-build.eclass is only to be used for building Qt 5."
+fi
+
 case ${EAPI} in
5|6): ;;
*)  die "qt5-build.eclass: unsupported EAPI=${EAPI:-0}" ;;



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: 9478b6b6ad00efa0512e5379e9c244eff5a50c93
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Nov 19 16:21:49 2015 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:34:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9478b6b6

qt5-build.eclass: stop passing some obsolete options to configure

They were unused since the early Qt 5.0.0 days, and now upstream
officially dropped them so the configure won't accept them anymore.

See fa8dbbff8895e7e1fdf1e6b0a9f3d821cd2caf2f and
e824abd987d77efaa085fe1f9fb514d270798d55 in qtbase.

(cherry picked from proj/qt commit e7965ab4d0f98974f7abb148bcf00abafd6d698f)

 eclass/qt5-build.eclass | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 19c2fb5..04b1751 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -10,7 +10,7 @@
 # @BLURB: Eclass for Qt5 split ebuilds.
 # @DESCRIPTION:
 # This eclass contains various functions that are used when building Qt5.
-# Requires EAPI 5.
+# Requires EAPI 5 or 6.
 
 case ${EAPI} in
5|6): ;;
@@ -19,7 +19,7 @@ esac
 
 inherit eutils flag-o-matic toolchain-funcs versionator virtualx
 
-if [[ ${EAPI} == 5 ]] ; then
+if [[ ${EAPI} == 5 ]]; then
inherit multilib
 fi
 
@@ -202,11 +202,10 @@ qt5-build_src_prepare() {
fi
 
if [[ ${EAPI} == 5 ]]; then
-   # apply patches
[[ ${PATCHES[@]} ]] && epatch "${PATCHES[@]}"
epatch_user
else
-   default_src_prepare
+   default
fi
 }
 
@@ -617,8 +616,7 @@ qt5_base_configure() {
 
# disable obsolete/unused X11-related flags
# (not shown in ./configure -help output)
-   -no-mitshm -no-xcursor -no-xfixes -no-xinerama -no-xinput
-   -no-xrandr -no-xshape -no-xsync -no-xvideo
+   -no-mitshm -no-xcursor -no-xfixes -no-xrandr -no-xshape 
-no-xsync
 
# always enable session management support: it doesn't need 
extra deps
# at configure time and turning it off is dangerous, see bug 
518262



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: c7da64f9f51154616c452733673bc4247a08efec
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Jan 20 15:46:06 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:35:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7da64f9

qt5-build.eclass: don't bother exporting DYLD_LIBRARY_PATH for tests

We don't support Gentoo Prefix anywhere else in the eclass.

(cherry picked from proj/qt commit dd2818af8e7fe12a3afca273c4c42f73403ad2ee)

 eclass/qt5-build.eclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 381ae89..12aef9c 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -226,12 +226,11 @@ qt5-build_src_test() {
qt5_foreach_target_subdir emake
 
# create a custom testrunner script that correctly sets
-   # {,DY}LD_LIBRARY_PATH before executing the given test
+   # LD_LIBRARY_PATH before executing the given test
local testrunner=${QT5_BUILD_DIR}/gentoo-testrunner
cat > "${testrunner}" <<-_EOF_ || die
#!/bin/sh
export LD_LIBRARY_PATH="${QT5_BUILD_DIR}/lib:${QT5_LIBDIR}"
-   export DYLD_LIBRARY_PATH="${QT5_BUILD_DIR}/lib:${QT5_LIBDIR}"
"\$@"
_EOF_
chmod +x "${testrunner}"



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: d98dedd5ee4a9ba038e84df521237631645f3762
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Dec 26 21:51:32 2015 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:34:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98dedd5

qt5-build.eclass: replace deprecated virtualmake usage with virtx

(cherry picked from proj/qt commit b545feebf73592d8068d7ac71264a786328e3e73)

 eclass/qt5-build.eclass | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 6534f81..8120c9f 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -246,14 +246,13 @@ qt5-build_src_test() {
_EOF_
chmod +x "${testrunner}"
 
-   _qt5_test_runner() {
+   local testcmd=(
qt5_foreach_target_subdir emake TESTRUNNER="'${testrunner}'" 
check
-   }
-
+   )
if [[ ${VIRTUALX_REQUIRED} == test ]]; then
-   VIRTUALX_COMMAND="_qt5_test_runner" virtualmake
+   virtx "${testcmd[@]}"
else
-   _qt5_test_runner
+   "${testcmd[@]}"
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-02-02 Thread Davide Pesavento
commit: 2098e9c2ea0756766cb1b4769c73592100655c62
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Feb  2 18:04:21 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb  2 18:34:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2098e9c2

qt5-build.eclass: declare some variables readonly

 eclass/qt5-build.eclass | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 8665f3b..5315f6b 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -31,6 +31,7 @@ HOMEPAGE="https://www.qt.io/;
 LICENSE="|| ( LGPL-2.1 LGPL-3 ) FDL-1.3"
 
 QT5_MINOR_VERSION=$(get_version_component_range 2)
+readonly QT5_MINOR_VERSION
 
 SLOT="5"
 
@@ -66,6 +67,7 @@ case ${PV} in
S=${WORKDIR}/${MY_P}
;;
 esac
+readonly QT5_BUILD_TYPE
 
 EGIT_REPO_URI=(
"git://code.qt.io/qt/${QT5_MODULE}.git"
@@ -405,6 +407,10 @@ qt5_prepare_env() {
QT5_EXAMPLESDIR=${QT5_DATADIR}/examples
QT5_TESTSDIR=${QT5_DATADIR}/tests
QT5_SYSCONFDIR=${EPREFIX}/etc/xdg
+   readonly QT5_PREFIX QT5_HEADERDIR QT5_LIBDIR QT5_ARCHDATADIR \
+   QT5_BINDIR QT5_PLUGINDIR QT5_LIBEXECDIR QT5_IMPORTDIR \
+   QT5_QMLDIR QT5_DATADIR QT5_DOCDIR QT5_TRANSLATIONDIR \
+   QT5_EXAMPLESDIR QT5_TESTSDIR QT5_SYSCONFDIR
 
if [[ ${QT5_MODULE} == qtbase ]]; then
# see mkspecs/features/qt_config.prf



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

2016-02-02 Thread Fabian Groffen
commit: 03e091d4c48537775f2b91b508a76b3b26818bd1
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Feb  2 19:43:09 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Feb  2 19:43:09 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=03e091d4

bootstrap_stage3: ensure we use includes from target prefix

Because we use a compiler from stage2 (= EPREFIX/tmp) it also has its
searchpath setup to look in that prefix.  This gives problems when we
need libraries/includes from the newly built prefix (like with libiconv)
so, temporarily add flags for the target prefix.

 scripts/bootstrap-prefix.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 40eaede..8315397 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1183,6 +1183,8 @@ bootstrap_stage3() {
 
configure_toolchain || return 1
export CONFIG_SHELL="${ROOT}"/tmp/bin/bash
+   export CPPFLAGS="-I${ROOT}/usr/include"
+   export LDFLAGS="-I${ROOT}/usr/lib"
unset CC CXX
 
emerge_pkgs() {



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

2016-02-02 Thread Fabian Groffen
commit: 0da045d27b4da0fd04938e03e24407b56cfc33cc
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Feb  2 19:41:40 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Feb  2 19:41:40 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0da045d2

scripts/bootstrap-prefix: document why the versions of llvm are used

 scripts/bootstrap-prefix.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 7d186f1..40eaede 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -181,6 +181,8 @@ configure_toolchain() {
# libcxx, which only compiles with clang
local libcxx="sys-libs/libcxx-headers 
sys-libs/libcxxabi sys-libs/libcxx"
compiler_stage1+=" dev-libs/libffi 

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

2016-02-02 Thread Fabian Groffen
commit: 4b9b293f2ff9928abe85a0cffd9626ab3149e9f9
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Feb  2 19:47:57 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Feb  2 19:47:57 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4b9b293f

scripts/bootstrap-prefix: fix compilation of grep with bootstrap compiler

 scripts/bootstrap-prefix.sh | 4 
 1 file changed, 4 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 8315397..91473d2 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1246,6 +1246,10 @@ bootstrap_stage3() {
virtual/os-headers
sys-apps/portage
)
+   # for grep we need to do a little workaround as we use llvm-3.4
+   # here, which doesn't necessarily grok the system headers on newer
+   # OSX, confusing the buildsystem
+   ac_cv_c_decl_report=warning \
emerge_pkgs "" "${pkgs[@]}" || return 1
 
# Switch to the proper portage.



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-bin/

2016-02-02 Thread Ian Delaney
commit: b4ad648b7a5fd751f698e62870969e8700903bf1
Author: Atom Symbol (Jan Ziak) <0xe2.0x9a.0x9b  gmail  com>
AuthorDate: Fri Jan 29 08:29:38 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Jan 29 08:29:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ad648b

Rdepend on sys-fs/lvm2 because of /opt/VirtualBox/VBoxVolInfo

 app-emulation/virtualbox-bin/virtualbox-bin-4.3.32.103443.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emulation/virtualbox-bin/virtualbox-bin-4.3.32.103443.ebuild 
b/app-emulation/virtualbox-bin/virtualbox-bin-4.3.32.103443.ebuild
index eecb91f..8790327 100644
--- a/app-emulation/virtualbox-bin/virtualbox-bin-4.3.32.103443.ebuild
+++ b/app-emulation/virtualbox-bin/virtualbox-bin-4.3.32.103443.ebuild
@@ -75,6 +75,7 @@ RDEPEND="!!app-emulation/virtualbox
x11-libs/libSM
x11-libs/libICE
x11-libs/libXdmcp
+   sys-fs/lvm2
python? ( ${PYTHON_DEPS} )"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: /

2016-02-02 Thread Ian Delaney
commit: fcef989a91c32b4d799f5980ac98b06c4d430901
Author: Ian Delaney  gentoo  org>
AuthorDate: Wed Feb  3 05:16:10 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Wed Feb  3 05:16:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcef989a

Merge remote-tracking branch 'remotes/hhoffstaette/media-player-info-python35'

Pull request: https://github.com/gentoo/gentoo/pull/777

 app-misc/media-player-info/media-player-info-22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[gentoo-commits] repo/gentoo:master commit in: x11-wm/awesome/

2016-02-02 Thread Ian Delaney
commit: 022988cc988b4df49bc5695660ed59684bd0a9f5
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Tue Feb  2 12:31:40 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Feb  2 12:31:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=022988cc

x11-wm/awesome: remove myself from maintainers

Package-Manager: portage-2.2.27

 x11-wm/awesome/metadata.xml | 5 -
 1 file changed, 5 deletions(-)

diff --git a/x11-wm/awesome/metadata.xml b/x11-wm/awesome/metadata.xml
index 7717b41..57ddff7 100644
--- a/x11-wm/awesome/metadata.xml
+++ b/x11-wm/awesome/metadata.xml
@@ -2,11 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-itumaykin+gen...@gmail.com
-Coacher
-Proxied maintainer; set to assignee in all bugs
-  
-  
 maksbo...@gentoo.org
 Maxim Koltsov
   



[gentoo-commits] repo/gentoo:master commit in: /

2016-02-02 Thread Ian Delaney
commit: bfef832857786108bed068de299e14203d7adcf8
Author: Ian Delaney  gentoo  org>
AuthorDate: Wed Feb  3 05:26:54 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Wed Feb  3 05:26:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfef8328

Merge remote-tracking branch 'remotes/atom-symbol/master'

Pull request: https://github.com/gentoo/gentoo/pull/756

 app-emulation/virtualbox-bin/virtualbox-bin-4.3.32.103443.ebuild | 1 +
 1 file changed, 1 insertion(+)



[gentoo-commits] repo/gentoo:master commit in: /

2016-02-02 Thread Ian Delaney
commit: 3591c79e7e675854c3a963b21dc9fe48299a40e5
Author: Ian Delaney  gentoo  org>
AuthorDate: Wed Feb  3 05:13:04 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Wed Feb  3 05:13:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3591c79e

Merge remote-tracking branch 'remotes/Coacher/give-up-awesome-maintainership

Pull request: https://github.com/gentoo/gentoo/pull/772

 x11-wm/awesome/metadata.xml | 5 -
 1 file changed, 5 deletions(-)



[gentoo-commits] repo/gentoo:master commit in: app-misc/media-player-info/

2016-02-02 Thread Ian Delaney
commit: e6e04f6075b94770460b985bbcb5388a8a72c7e6
Author: Holger Hoffstätte  googlemail  com>
AuthorDate: Tue Feb  2 17:17:59 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Feb  2 17:17:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e04f60

app-misc/media-player-info: add support for python 3.5

 app-misc/media-player-info/media-player-info-22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/media-player-info/media-player-info-22.ebuild 
b/app-misc/media-player-info/media-player-info-22.ebuild
index 57e5f6a..db343f8 100644
--- a/app-misc/media-player-info/media-player-info-22.ebuild
+++ b/app-misc/media-player-info/media-player-info-22.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{3_3,3_4} )
+PYTHON_COMPAT=( python3_{3,4,5} )
 
 inherit eutils python-any-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/

2016-02-02 Thread Ian Delaney
commit: b15dafb45fad2e169cf359521cb61f8b47298635
Author: Louis Sautier  gmail  com>
AuthorDate: Fri Jan 29 11:53:01 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Sat Jan 30 15:15:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15dafb4

dev-vcs/gitg: add support for Python 3.5

Package-Manager: portage-2.2.27

 dev-vcs/gitg/gitg-3.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/gitg/gitg-3.18.0.ebuild b/dev-vcs/gitg/gitg-3.18.0.ebuild
index b23a33b..e3fa887 100644
--- a/dev-vcs/gitg/gitg-3.18.0.ebuild
+++ b/dev-vcs/gitg/gitg-3.18.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_3,3_4} )
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
 
 inherit gnome2 python-r1 vala
 



[gentoo-commits] repo/gentoo:master commit in: /

2016-02-02 Thread Ian Delaney
commit: df9e3a14e72e1f561981ff3383ddd6d1ae7eb039
Author: Ian Delaney  gentoo  org>
AuthorDate: Wed Feb  3 05:32:38 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Wed Feb  3 05:32:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9e3a14

Merge remote-tracking branch 'remotes/sbraz/gitg'

Pull request: https://github.com/gentoo/gentoo/pull/741

 dev-vcs/gitg/gitg-3.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[gentoo-commits] proj/musl:master commit in: net-misc/modemmanager/

2016-02-02 Thread Anthony G. Basile
commit: c457b950929c20277af81e4371b38ea83b23ddd1
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Feb  3 05:50:22 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Feb  3 05:50:22 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=c457b950

net-misc/modemmanager: version bump to 1.4.12

Package-Manager: portage-2.2.26
RepoMan-Options: --force

 net-misc/modemmanager/Manifest| 4 ++--
 ...{modemmanager-1.4.10-r99.ebuild => modemmanager-1.4.12-r99.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/modemmanager/Manifest b/net-misc/modemmanager/Manifest
index 7659a20..5ca4d40 100644
--- a/net-misc/modemmanager/Manifest
+++ b/net-misc/modemmanager/Manifest
@@ -1,5 +1,5 @@
 AUX 01-org.freedesktop.ModemManager1.rules 293 SHA256 
f97f132097feefc39608acf10b6cdc4b161ec6beaba5a0582e54fc1f09721e6d SHA512 
1839bd770dfaf4c85048a16e41389c7ef43fac1cd36b81cf9129877444db1e0bc00cdbd2344b577316858f13a103d6007be6467d19de075060cab78c40859460
 WHIRLPOOL 
ac1abd043698ff194869926ae2fa33646fde755ad3c30e8a5642aa4a0117b6809152508ba8cc0dd247d18c4f61e021e80407a1bebb0202ade43647d3d7d80fd1
 AUX modemmanager-1.4.8-musl-XCASE.patch 1446 SHA256 
af3953bf71067840592dfe4794db0ba44f83395c573749d89b221d8141394a8f SHA512 
90ed71dbce38a21f813c2ba93647f5a754896907131885f94b89d58efbcff39b40e23ab53e8763c17d942f4d952172bf098ac95ddc32962acb49b646f3137329
 WHIRLPOOL 
cd81fdd4978a7f81d88a4f9f9122a68680bc1814a036736f55c02661efc951772f90601aa3751d2309c6e5fc7c52beb65bb833efba78bc9dfa6a129e306bc4d2
-DIST ModemManager-1.4.10.tar.xz 1408036 SHA256 
107ba0b4d0749aebb0347691a39f60891cc6004aeca8b2128d69c50557049a63 SHA512 
b76d0cf5ece5c711fec183f5d2297ea5c35e61bee3f0e1165cf5ff5b52ee6d8d749266cc9232a214cc9141fb736973055959593f03a18e0389d41de01a4857d3
 WHIRLPOOL 
d44afd0e61f4ec94f4ecd53093a613fade19eac204acb1c7e2ab17ee98ade6e201f8b3aa96642ed607c9727cdea2d46c637b5b6e568b565035669ef89fd253a8
-EBUILD modemmanager-1.4.10-r99.ebuild 3054 SHA256 
b23d11df320e6bec858fe315ed56649324df7b9d62a75a0f429bdcb9da06bd7d SHA512 
b78a1922aa86be209a1c0218fc4f2a6983c5eaf7c0800482844a3b1f74ab38b721125d8453235b7097f1074bfbe513d691812257bc07c7dc6076f0365ae46eb7
 WHIRLPOOL 
65466801a051047dfa40b8f84712db56589e5b9fb434c436fa85d756940a85d743d66fa730891c1e749060b7264c97f0a8c6c686ede9df7c91ea42ae570bcca6
+DIST ModemManager-1.4.12.tar.xz 1407168 SHA256 
7ef5035375a953b285a742591df0a65fd442f4641ce4d8f4392a41d6d6bc70b3 SHA512 
f3d8bfdfc5df14c866a4fd2c0ef125c818fc5b2464d166dee2ad2b8df3d9ee22667f521313e664b2a6d8e7f72a965929cb815ad4f7a6a1ecbd17957bfde720ee
 WHIRLPOOL 
d8b2cbeb08fbdf5cdee6b7a44b49b415ee31c5e78651e7e6c12a5c8f0aa9d828ab4ce0db40bc4b87592944a221ed815bea9243debb8b6647a687a85e93362626
+EBUILD modemmanager-1.4.12-r99.ebuild 3049 SHA256 
dbd03b6533063096eb62ca16c34dc88519f5a40d610cbb8fe09866542fd610d3 SHA512 
7b6b81632c0ef4074b3e8f944545d079340608dc5d375a576a07f7149bbf923c4e7ec95f75757fcf5d9913bed2ff8d6a58f24cb372aea30dcb8efb41d2d30a7b
 WHIRLPOOL 
af5138deea886717b4bc056e5f8a463a4f048a9c5f087ca59b6c712bda875f978ce7199885e3d73a246edfe2bc2314f9f7e88daa83d9bd64f80829b75cdeb50c
 MISC metadata.xml 459 SHA256 
65595a7dd593bd3791400cfba990ae5cc0796e57b54f6398c053de4d27e67d2c SHA512 
e3c4e33e025345dbf17a2cdfbb32abd19ae8a6e1c859bb5caa984f2ee86593d7a09512f735f2bbde49d73767732312e99d179347cb56303e664dafc046273f39
 WHIRLPOOL 
b2f89ff8e929f95014e9c3cd72d913134a5e031f1c8067b606c6c9ca1f332dc381c1488b890fd56a6362cc91ea6500bfd08c1085a197389eada2e4befbfe83de

diff --git a/net-misc/modemmanager/modemmanager-1.4.10-r99.ebuild 
b/net-misc/modemmanager/modemmanager-1.4.12-r99.ebuild
similarity index 96%
rename from net-misc/modemmanager/modemmanager-1.4.10-r99.ebuild
rename to net-misc/modemmanager/modemmanager-1.4.12-r99.ebuild
index 76cfb0e..adb4363 100644
--- a/net-misc/modemmanager/modemmanager-1.4.10-r99.ebuild
+++ b/net-misc/modemmanager/modemmanager-1.4.12-r99.ebuild
@@ -7,7 +7,7 @@ GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 VALA_USE_DEPEND="vapigen"
 
-inherit eutils gnome2 user readme.gentoo udev vala
+inherit gnome2 user readme.gentoo udev vala
 
 DESCRIPTION="Modem and mobile broadband management libraries"
 HOMEPAGE="http://cgit.freedesktop.org/ModemManager/ModemManager/;
@@ -25,7 +25,7 @@ REQUIRED_USE="
 RDEPEND="
>=dev-libs/glib-2.32:2
virtual/libgudev:=
-   introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
mbim? ( >=net-libs/libmbim-1.10 )
policykit? ( >=sys-auth/polkit-0.106[introspection] )
qmi? ( >=net-libs/libqmi-1.12.4:= )



[gentoo-commits] proj/musl:master commit in: sys-apps/iproute2/, sys-apps/iproute2/files/

2016-02-02 Thread Anthony G. Basile
commit: a642c22ed00bf2a06974da93b623144af40852ec
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Feb  3 05:59:26 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Feb  3 05:59:26 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=a642c22e

sys-apps/iproute2: version bump to 4.3.0

Package-Manager: portage-2.2.26
RepoMan-Options: --force

 sys-apps/iproute2/Manifest |  15 +--
 .../iproute2/files/iproute2-3.1.0-no-ipv6.patch|  41 ---
 .../iproute2/files/iproute2-3.10.0-no-ipv6.patch   |  41 ---
 sys-apps/iproute2/files/iproute2-3.19.0-musl.patch |  22 
 .../files/iproute2-3.8.0-musl-headers.patch|  81 -
 .../files/iproute2-3.8.0-old-mount-libc.patch  |  38 --
 .../files/iproute2-4.0.0-fix-build-with-musl.patch |  24 
 .../iproute2-4.0.0-tc-show-buffer-overflow.patch   |  62 --
 sys-apps/iproute2/iproute2-3.19.0-r99.ebuild   | 126 
 sys-apps/iproute2/iproute2-4.0.0-r99.ebuild| 130 
 sys-apps/iproute2/iproute2-4.1.1-r99.ebuild| 132 -
 ...ute2-4.3.0.ebuild => iproute2-4.3.0-r99.ebuild} |   2 +-
 12 files changed, 2 insertions(+), 712 deletions(-)

diff --git a/sys-apps/iproute2/Manifest b/sys-apps/iproute2/Manifest
index 7f0172d..cc44db1 100644
--- a/sys-apps/iproute2/Manifest
+++ b/sys-apps/iproute2/Manifest
@@ -1,20 +1,7 @@
 AUX iproute2-3.1.0-mtu.patch 1649 SHA256 
d8d1d3b81a3fd5674e6c9e202bce9e84f41b579ba2c6a554df3346f4642715af SHA512 
5479c2085b4aca958a89d3e265ebc3763c9e7cb273bd4046d7b7585209739f75ff04cc9b84d8eb9e3afae821ff788f0f0c7ab443260ab07943b6fad6946403e1
 WHIRLPOOL 
b813f1d9dcdbfb525fb07a462f7faf1c13117dd3e9e584b1a033cb69f3dad9d4b8e5120f8512185f24769e6be0aabd6635ad3996342dc210ff513866e7638502
-AUX iproute2-3.1.0-no-ipv6.patch 1352 SHA256 
ee93d86903e6f0aff54cd3c861f91e3d37639d7fc975c9c088f281f1ca8017da SHA512 
b80f190d58c0ba5ab61185648c039133d870f72e9b270e905cc93aa335a20c1d880b00dd32eb7cd427c40f4e3182936b6b3156884ebf9ff976da0b76759ca9ab
 WHIRLPOOL 
ea155aa0e5c23b78df11b38613a763ac3e4674fd0c8aebad2f25c975e668ef00bd4b47a44e69f5bf5557d547436434a899dcfbd723d64828aaded76b207708db
-AUX iproute2-3.10.0-no-ipv6.patch 1390 SHA256 
7fd8cce977876c7815990912965d056396b25885219397ac4fd469357230265e SHA512 
344d19146f1e518d4631cbebf794d047f54ff845d29439cb51d1398fded38b9ead6e4b6deede1c9c412fdb9c11f8c83058c6d514ba4229a8d4c71e3c967affa8
 WHIRLPOOL 
5dfe8c13297cc49ce785449c224527e24eebe10b41ad791777f9c5e8c8f650ae019d127bd1a2e80a92f32d7c63b6eb2745ce664306f025db2f1241c4713fb978
-AUX iproute2-3.19.0-musl.patch 794 SHA256 
f15ef3d2455f8dbddc1e1060bdfe63e91d768a5678f230bf0dd8fba5d4032834 SHA512 
43bf34904f504f87c6e9acdc1824cc9aa8d16c04d8a88923553a121c06d67f48784b62d4e27923d0b2803eb98f1fc2bcae66cc5232aced6ba929e0b93cff1de5
 WHIRLPOOL 
3a355863a898714c8754d5ebfd506fbfd1102d25e09c020f9267e187e4117e5f004ef8b227bedfce9fb59234914adfdb57590305cc6c6c8921e55bdafd24a333
-AUX iproute2-3.8.0-musl-headers.patch 2701 SHA256 
3d6c6ff432f68ab76bc818aee6228eb6272c52679c86e3e49c556fec3de4d03d SHA512 
bee8782ad8f2c3fcfc000f26e3d358a189f1518e45c2a2992356653e60381f31b2209c40b14b72ed11f925c330ca052f12a409b9575aa384274e91c47cbb3d8b
 WHIRLPOOL 
9a1fa59e12bac76ea06e33481e10808d165d4a95eabb63eff69f5258df5c84dca5403c1096557e9fc595ec5acac4a306ff29feb8f3645b2af6d2cc8c3ba0ebd2
-AUX iproute2-3.8.0-old-mount-libc.patch 871 SHA256 
dc9fc407b09763f79663dbad627961f8a3446881737cc666f0cb67235f160d51 SHA512 
cda73ce07c21d18c68fcff08e282e87a2d4b53cf7779e8a1ef669d7275974c8f3638ca530031aafcfc7eb4885264ceb7abb308b9da6f5568889a84cb4c7df1f9
 WHIRLPOOL 
d2057e6bad82dce7844886d551d70af9207e111494b9cc23abc433857741afa48f30671091c8821a60aaa07ca621f243fbeee10322da11ac44d02f4f588b88bf
-AUX iproute2-4.0.0-fix-build-with-musl.patch 586 SHA256 
e617316ce2803b6ad0dca43426a7a6c8762809f8e1e984da8c935bcff4db8e34 SHA512 
2473432adbc02f0085be7b689af00527bc87f3ee89e313425dbc3a02e1a4569b1c397fc7160a2b26907c5edff3fdd5bd38d7e27043a9bebfbc36d714c8281953
 WHIRLPOOL 
a6b451b38bb977a0b52fa904905c599922693c425537d5173c981dc2082d6c55f9a0d01514405e57c5719c376357f4759333ea3ad5dea849f4cef9df76d12181
-AUX iproute2-4.0.0-tc-show-buffer-overflow.patch 1717 SHA256 
2ddb5ea744185f5ebff79961a054570b166ad1a5f3df0b91b59927d1b86c7aa3 SHA512 
f5b507ce9d9a2cf4b86c0c2e2a18c5295226707df707eb229ec2f880b0fee64740a039fe5aa334c1dfc2d04faec4200cdb27dfaf631119a8705dd698f2767a77
 WHIRLPOOL 
801e25b3f6984b59d95eb494dfa63502e2c32551c8f5376ab6109a6bf5b9401f1b7bf6a0e0456dc68abb207d9505b5dbade675ea39e709e27a839357a431c444
 AUX iproute2-4.2.0-no-ipv6.patch 1336 SHA256 
b352b11d22e922038adb2b1ae083b6e47b89744f94d6de732bb85abd9cfa80e6 SHA512 
f4219a094f367c9f8fac089beeffca31abbbc5d4ade1681e23a92f3dd2e1a95f331322938936b0b1771ea5a56224e0f14008f4d38a8708357a5d2b2b70efbbd5
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: app-emacs/with-editor/

2016-02-02 Thread Hans de Graaff
commit: 823227aca9a1852ed31315b24ecbee08bf2e9668
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  2 15:28:36 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  3 05:55:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823227ac

app-emacs/with-editor: fix bug 573666

Block on older versions of app-emacs/magit since they bundle
the same code and this leads to file collisions, bug 573666.

Use a sane filename for the downloaded archive.

Package-Manager: portage-2.2.26

 app-emacs/with-editor/Manifest   | 2 +-
 .../{with-editor-2.5.0.ebuild => with-editor-2.5.0-r1.ebuild}| 5 -
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest
index ab254a9..1e71429 100644
--- a/app-emacs/with-editor/Manifest
+++ b/app-emacs/with-editor/Manifest
@@ -1 +1 @@
-DIST v2.5.0.tar.gz 14940 SHA256 
8091465eefee4057a4a0daab72db1f2f0415e2abfe965d1e8b8206f3031aeba5 SHA512 
aae01ebc2f5922af1742648eb5e25ccadcf460118c872caa2b79c2139ec85ae13a59ca63880c3d077eb846d23d054341916b5439acd97fa3ca1a62847533
 WHIRLPOOL 
85c5959a5644cfd4f00200dac76dc8bc4e0598c144d3138bec72194bf4b5557dc2c9c6ec77c70a86c0c8e04bbebe0df1c34418387168ae5479936ac0c63140e2
+DIST with-editor-2.5.0.tar.gz 14940 SHA256 
8091465eefee4057a4a0daab72db1f2f0415e2abfe965d1e8b8206f3031aeba5 SHA512 
aae01ebc2f5922af1742648eb5e25ccadcf460118c872caa2b79c2139ec85ae13a59ca63880c3d077eb846d23d054341916b5439acd97fa3ca1a62847533
 WHIRLPOOL 
85c5959a5644cfd4f00200dac76dc8bc4e0598c144d3138bec72194bf4b5557dc2c9c6ec77c70a86c0c8e04bbebe0df1c34418387168ae5479936ac0c63140e2

diff --git a/app-emacs/with-editor/with-editor-2.5.0.ebuild 
b/app-emacs/with-editor/with-editor-2.5.0-r1.ebuild
similarity index 81%
rename from app-emacs/with-editor/with-editor-2.5.0.ebuild
rename to app-emacs/with-editor/with-editor-2.5.0-r1.ebuild
index 8995923..91902d2 100644
--- a/app-emacs/with-editor/with-editor-2.5.0.ebuild
+++ b/app-emacs/with-editor/with-editor-2.5.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit elisp
 
 DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
 HOMEPAGE="http://magit.vc/manual/with-editor;
-SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz;
+SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
@@ -18,3 +18,6 @@ KEYWORDS="~amd64 ~x86"
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="*.texi"
 DOCS="README.md with-editor.org"
+
+# Versions of magit before 2.5.0 bundled with-editor
+RDEPEND="!!

[gentoo-commits] repo/gentoo:master commit in: app-emacs/magit/

2016-02-02 Thread Hans de Graaff
commit: 17d7c853393ff83e3422e48e9ad2810f23889bbf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  2 15:55:50 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  3 05:56:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d7c853

app-emacs/magit: add 2.5.0

Package-Manager: portage-2.2.26

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-2.5.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index cf36a0d..b6d4228 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -3,3 +3,4 @@ DIST magit-2.2.2.tar.gz 244326 SHA256 
08e61898e23dbeb3a152d82e58fc9f6c769fe36d35
 DIST magit-2.3.1.tar.gz 262976 SHA256 
ee9574dc20cd078d62d669dc19caf8ffc29480a01184d6bc5e90cfa6c800ddf2 SHA512 
3c640887263dd5284a446b396975495878b33f1f1b2a2d76f657beb921099acb27dd8a036cb38f2b00e21c0d30b3b412bec26921d3d960e8be79b28cd327c713
 WHIRLPOOL 
a8d017f89cfb327e7ca5ef02ca6c0e90b67b6e80e5b403858a3c65d8c25d348f6a21f34a69ad4bdf06b0eaa5b850b0d107029a7915aef51f42a4f5a9c72ced23
 DIST magit-2.4.0.tar.gz 277515 SHA256 
57b7198970d6f10f822964db67661313fed5c9ceff519c8eacc1003328a96af1 SHA512 
5e06064c5baa38e279f4fcba7d133bf2e00d3eaed55af101f792f5ef894353aef1d71d0d62e4d5f10f6853f81f4d89daff026518476c465830ac51c221d94ec0
 WHIRLPOOL 
82f98830a93a3d36288aedfc4f7d30d7b8b26521f2b4c241c5f63acd8ed20fc1996ce4a505ba83cd36426d937dabf779fdc7351353eb4c5710cefdf906b28aa6
 DIST magit-2.4.1.tar.gz 275628 SHA256 
f53fc3cb94692d3f3c157f1156be373c763cabefb9e524b4a3b5ccb56a74e8e3 SHA512 
a2ae4749766f7353e4042fa4200a8575933516554ba64e5ea3a76d587cc002d2a89da089eb85776c9940171a2b8c09f60f10303ae5208610445357aa8c488224
 WHIRLPOOL 
4b9dd74c99a915ef0c92bcfc608c8bdb23acd1fa7f454ac994bf748b08fe67c873559ea4a5f0c9d494ca80c178c2bbe447dcbdf2e3e747352c1cbe31e3c4d1ed
+DIST magit-2.5.0.tar.gz 269518 SHA256 
aaebcea4317c5f3a92f4d106e5196e5803171f6251c1c69c9f84fdaf4bbfd844 SHA512 
02cc70bff28263351a781bf695bc3013e20bcdf027ce3495230928705ffdef9afd588d7de689cb40427ecc5fe4a6df1ccb2fb53321521db99dea2a2ddac2435f
 WHIRLPOOL 
a8d0cce7bcb9348f3ed7c53b7fe65a50b54c75507588235a1c5bd029c490ed4f61582cfb686fdb93e1d3c1a6c7ca42f5ef6afbb3b097a429deb4e89d62e73e4e

diff --git a/app-emacs/magit/magit-2.5.0.ebuild 
b/app-emacs/magit/magit-2.5.0.ebuild
new file mode 100644
index 000..cf776f7
--- /dev/null
+++ b/app-emacs/magit/magit-2.5.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="http://magit.vc/;
+SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.12.1 >=app-emacs/with-editor-2.5.0"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"



[gentoo-commits] proj/musl:master commit in: media-gfx/fontforge/

2016-02-02 Thread Anthony G. Basile
commit: d1cd1120ffc8dce9b443340439698ce35d893b26
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Feb  3 06:25:39 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Feb  3 06:25:39 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=d1cd1120

media-gfx/fontforge: version bump to 20150612

Package-Manager: portage-2.2.26
RepoMan-Options: --force

 media-gfx/fontforge/Manifest |  6 ++
 ...0430-r99.ebuild => fontforge-20150612-r99.ebuild} | 20 
 2 files changed, 10 insertions(+), 16 deletions(-)

diff --git a/media-gfx/fontforge/Manifest b/media-gfx/fontforge/Manifest
index 58de997..9155ef2 100644
--- a/media-gfx/fontforge/Manifest
+++ b/media-gfx/fontforge/Manifest
@@ -1,6 +1,4 @@
 AUX fontforge-20150430-intelligent-execinfo_h.patch 1180 SHA256 
0459b390b0d889558ed8af8af0fa2bd9cab2fd780b64633e89e9350eecdf87cc SHA512 
f86fcc7fc44c0ea03d11a75fbab1d8db37fd13829d0c8d31cefb3d0ad8bec3b3190af8bcce4d84491df8c200920c1b0734911a27a86b4a6d2fe8f0003ff03832
 WHIRLPOOL 
3311e115294d63d5d9f37d1b83a619ebd15260bd34a4382ed9988226323caa10b8879e5a41f9db9347c9d8ceec2da9c9bc957482e1d7b8d5584d3e60623ee7bb
-DIST fontforge-20150430.tar.gz 24531572 SHA256 
430c6d02611c7ca948df743e9241994efe37eda25f81a94aeadd9b6dd286ff37 SHA512 
e530a7e7cec569f9e9419ccf2805ac5bd41e05565b4c24fa6f6a8c6c3684d1d76868a9a19abba3ba92aa66bcca333949d37c8890f72a29c0072c8a3e912269e4
 WHIRLPOOL 
b02912ed66149818da7e406300116465dae6f1c40032549ca820a9cfc7b33e862eeeb9cb1f366628423701e8e39e0a8ced3000a02ff2562f2c27eb5b70c805da
-DIST gnulib-b287b621969d5a3f56058ff01e554839814da4e1.tar.gz 5974028 SHA256 
09e111c8388a7cdcea6c0f08bf8bf5e871f04ac5fa7496494a278b2d009b4dcd SHA512 
80e235c1c3b5c9c5fa6d1f0e88f51be458b8396760928b535dbe3ea80ad779e7ba315d03f33a6debb8ec375d0c4d1a17bdf03d82b1fa0450fa1d064c9d9317e4
 WHIRLPOOL 
71e2fdb311d4183f4b177ea2670be25d069801a3289dcf168e7f4cb258c35d709cb380669ea343dc20ae35fc71492b14ea6594ef238cb43b7dd8c0c34b5de58c
-DIST uthash-ac47d4928e61c5abc6e977d91310d31ed74690e4.tar.gz 233813 SHA256 
6331989d413069a4027b6292646b41d99cad70cefd9e9852f6f6e1bf531ccef4 SHA512 
b0831be7be7d1ff11d9ca9248b121590e4b8ac3c808fcf461c5b192bdf3ae45c42b962d5cc02abc2491de6379d53855d487d798b9e0539007832bfd220ff76f2
 WHIRLPOOL 
7c0e55ba753210f396d736655e5043badaa222eb7e00fcb71b083c59da22f0a54f944c1231622a1378341e22a8583bd624bd5e99a1ca82099f610b373bbc166f
-EBUILD fontforge-20150430-r99.ebuild 3101 SHA256 
1639e23c5ad3e59561ade76d440f3252ee1d01c451e495f97c092ce583085458 SHA512 
936fc40c95819203093c8438bf9f442a1c0d1122d4a1887bb3d0467cf2168a37a5e188ef83ae473cc6698465226333c38dae56284b62c6b61229fdaf2b694e74
 WHIRLPOOL 
adf2f74fb286036ac0630e810dad420bd8629c408ef4d83e19fe60de394c7f93aad6a6561687650187bc78f3e933fe5b1c63b3ff0cf83133030693ab6152ec74
+DIST fontforge-20150612.tar.gz 125037727 SHA256 
0f4ec68a648f7f845d54d1e87cf5fb246a16d528b74e9e1a9b815418510022d7 SHA512 
01a38bdbb55ba3b2638b55caa2f768ba691fdfa730afd843df0cf62417db5465731ed968c5ab7c026622264e20c20fdfd8ec0ceb50da71039588797fe18393b8
 WHIRLPOOL 
6662bc52669153ba46e562fbcb287f5bff59c7fe9afcd65918f892282650ab4be4f279fe6fab95f02f36caa753900693532ece439bee114e774e0da3f855
+EBUILD fontforge-20150612-r99.ebuild 2810 SHA256 
3b114ee1f9d80b093383fda2cab95e5e04eb0c70405ce41682ac56d7eca32300 SHA512 
5bfca1da0c969108c2ae21de7c92cbbe14f54eeef2e5770a6c0eac3f4b39deb36e28cb4c27d26d060a1eb59fa85530d92d5075204b7347ad4ef0c337564d4e0d
 WHIRLPOOL 
d4bbd6a2624e76cf69a08a74b511b8d619a8c8dcfa338d30a3b629bddc53737b886fa5910a4027e3fbae1ca7e327e13212fd1f1232aa70907ac15b115ec642a5
 MISC metadata.xml 762 SHA256 
0d44db011fd5b4156017de597f4afb5cd5409a93a94cd111659ca0652aec098a SHA512 
93b0e2edf50dd8fe1a869e27daa6eba0c491e5989ec9470d589e4ae05f0757f91acfb749744a8bb7aefd05f3d62a4f2bd93a65f48cfbf3241bd5571c88252e23
 WHIRLPOOL 
ab0d71136bcb13ec864e218b55bd8992461e1a53b08535170341b90484d3fc2a7bd70379d865515c1bdb4398e1338b8da033f56b8b47329cd8b94490f841d5fc

diff --git a/media-gfx/fontforge/fontforge-20150430-r99.ebuild 
b/media-gfx/fontforge/fontforge-20150612-r99.ebuild
similarity index 77%
rename from media-gfx/fontforge/fontforge-20150430-r99.ebuild
rename to media-gfx/fontforge/fontforge-20150612-r99.ebuild
index 8b65ef7..8e6f0da 100644
--- a/media-gfx/fontforge/fontforge-20150430-r99.ebuild
+++ b/media-gfx/fontforge/fontforge-20150612-r99.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/fontforge/fontforge-20150430.ebuild,v 1.6 
2015/08/02 18:43:00 ago Exp $
+# $Id$
 
 EAPI=5
 
@@ -8,14 +8,9 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit autotools eutils fdo-mime python-single-r1
 
-GNULIB="b287b621969d5a3f56058ff01e554839814da4e1"
-UTHASH="ac47d4928e61c5abc6e977d91310d31ed74690e4"
-
 DESCRIPTION="postscript font editor and converter"
 HOMEPAGE="http://fontforge.github.io/;

[gentoo-commits] repo/gentoo:master commit in: www-apps/wordpress/

2016-02-02 Thread Sebastian Pipping
commit: f2b76570a5ea8fbd3e688e21c9967efa3f905b80
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Feb  2 19:08:14 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Feb  2 19:08:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b76570

www-apps/wordpress: 4.4.2

 www-apps/wordpress/Manifest   | 2 +-
 www-apps/wordpress/{wordpress-4.4.1.ebuild => wordpress-4.4.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
index 8e17035..9d7f09d 100644
--- a/www-apps/wordpress/Manifest
+++ b/www-apps/wordpress/Manifest
@@ -1 +1 @@
-DIST wordpress-4.4.1.tar.gz 7099537 SHA256 
4895ac8c2ee348513ead161103ae2d97d3ef3f684167e5ce602d3998370c05f4 SHA512 
cea888a2a1ef81349660c6c9acdf7c6d3b388913a264a0b9cc5b8e3f58f0e02c2b72158f973f09d8d7bb30c32a01c982479bb5829a5e23927ee14ada625579d4
 WHIRLPOOL 
65a0c7508f2cf23adb08e4814bf0542e24530ac75d29ddea0f81bbb79331f3e13462135198e6e1f9570a84a2c2d9f86b0fd8d35355815eb65a1a1facf1101f5b
+DIST wordpress-4.4.2.tar.gz 7099520 SHA256 
c8a74c0f7cfc0d19989d235759e70cebd90f42aa0513bd9bc344230b0f79e08b SHA512 
dfced463ece13f266c15e1b45d8e7882e58ce9cd3b7146c81a4671bc51c58998ae318bd6e45b1f7bc657e2d49d7d39f971d814998e074375129c8dff7cfcac63
 WHIRLPOOL 
c74b1b6d303bbdb3c66c432838e12528f06c124475c3258ccbc6472143e4a9cf56bda4293d7556564eb878d0f701f0853f46f3be7a37b9a2eb035bc08815e6d4

diff --git a/www-apps/wordpress/wordpress-4.4.1.ebuild 
b/www-apps/wordpress/wordpress-4.4.2.ebuild
similarity index 100%
rename from www-apps/wordpress/wordpress-4.4.1.ebuild
rename to www-apps/wordpress/wordpress-4.4.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/

2016-02-02 Thread Manuel Rüger
commit: 497814c88251e3bf296c7e778560c3cfba8d9120
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb  2 19:19:04 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb  2 19:19:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497814c8

www-servers/nginx: Version bump

Gentoo-Bug: 573046

Package-Manager: portage-2.2.27

 www-servers/nginx/Manifest   |   1 +
 www-servers/nginx/nginx-1.8.1.ebuild | 667 +++
 2 files changed, 668 insertions(+)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index 563f535..85b38ef 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -1,5 +1,6 @@
 DIST modsecurity-2.9.0.tar.gz 4246467 SHA256 
e2bbf789966c1f80094d88d9085a81bde082b2054f8e38e0db571ca49208f434 SHA512 
1af04f29bf23c51d03cdd3795c530f88b523a645aa02d776a6b23dcbc31decec7cd574919e5c7c7cf82684df2774062de5e465bddbbaf4c01a442c6d49401d3d
 WHIRLPOOL 
1167ba6048a3ca05dcdabf03c67ae12720cca0cec74547fc223ee92ff76b6d5131785fa77b5f16da180e56590c851c192eaf02817b798e4d6f41fa6bfb2735a6
 DIST nginx-1.8.0.tar.gz 832104 SHA256 
23cca1239990c818d8f6da118320c4979aadf5386deda691b1b7c2c96b9df3d5 SHA512 
3e5d7e1b01839b2638251c47046149450b9b65985e611ef55e5953846e9eb0128c3708c695540ad4dfd0ce5e3060dfecb51213403048fab1a99dd5cea94f0038
 WHIRLPOOL 
e4619e0e0454b86d725a21abe9300ad33ad700c4d577b33f1762b5af796093abd3c7b6afed38301dd0b2a235d6ff47db189b24fd19a5cbc777398bc237ae8534
+DIST nginx-1.8.1.tar.gz 833473 SHA256 
8f4b3c630966c044ec72715754334d1fdf741caa1d5795fb4646c27d09f797b7 SHA512 
546eba1749af0034cb8b924d2432be2f0e82a75c545aa929391ef7234103c3f29376235a2ef1363b120e1825cda15aeb085a05f9ce3596c88466e112e82aa882
 WHIRLPOOL 
cd399083fb14bdb3498f1cd91a1cb59a73d37f323ce7c2a32500c9443f654cb5449137708cf149a0126aedb77abec9d1eb3dce3121f0b378d7d70e8eb18062af
 DIST nginx-1.9.6.tar.gz 884733 SHA256 
ed501fc6d0eff9d3bc1049cc1ba3a3ac8c602de046acb2a4c108392bbfa865ea SHA512 
d42199542585dc2c4feeeb5a86462b96ccd008a72a067d9fa83ed6171f098f4f515a62df2b4bf4b169b1aa78eccb6099701caea6a805de784a0f4bfe2ce92716
 WHIRLPOOL 
137643033860520610d707cb04f262e78e349e27ba6ed3fd5b91c95d4f8aeca49fa96721f58f809f81ed457040aa1c05d7f37400912376bc454829b491dd4983
 DIST nginx-1.9.7.tar.gz 885562 SHA256 
794bd217affdfce1c6263d9199c3961f387a2df9d57dcb42876faaf41c1748d5 SHA512 
a3fa097164954b10120a0e7dca4b877da17c237f1e3ca47365aedf55ade2fe55b0f072404dcb909636b3afaa2b51f5c45b002b54424bd6b80ab76b835bbcc7de
 WHIRLPOOL 
09a0b002d3cfc4650461c187d9192305208e38d738b2499109c3969c05aa8fb56d60730ab0a207bb64ffad5c450fb994b91a9a3ca1178633901ed236a4f3a245
 DIST nginx_http_sticky_module_ng-1.2.5.tar.bz2 124072 SHA256 
f975c033eb3c342f7247f6524774bbb727aaf630ed984576dbafe5de7a790c58 SHA512 
d6ae723f739efb2f0548461931b1c395801684759962beda08067111426b1c9787ceaede91b0e984c023108fd17864c53c53925506f7e8e25ec8d2fc065585f6
 WHIRLPOOL 
1013c6a51f5989c8131392b3d9704d42c99f9727a673f6205878d0b7dfd265bb6042c1d30089603c9b38e339d48302e6873e77fe380b7e8edba25b71e9e84ba6

diff --git a/www-servers/nginx/nginx-1.8.1.ebuild 
b/www-servers/nginx/nginx-1.8.1.ebuild
new file mode 100644
index 000..7fadd31
--- /dev/null
+++ b/www-servers/nginx/nginx-1.8.1.ebuild
@@ -0,0 +1,667 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# Maintainer notes:
+# - http_rewrite-independent pcre-support makes sense for matching locations 
without an actual rewrite
+# - any http-module activates the main http-functionality and overrides 
USE=-http
+# - keep the following requirements in mind before adding external modules:
+#   * alive upstream
+#   * sane packaging
+#   * builds cleanly
+#   * does not need a patch for nginx core
+# - TODO: test the google-perftools module (included in vanilla tarball)
+
+# prevent perl-module from adding automagic perl DEPENDs
+GENTOO_DEPEND_ON_PERL="no"
+
+# devel_kit (https://github.com/simpl/ngx_devel_kit, BSD license)
+DEVEL_KIT_MODULE_PV="0.2.19"
+DEVEL_KIT_MODULE_P="ngx_devel_kit-${DEVEL_KIT_MODULE_PV}-r1"
+DEVEL_KIT_MODULE_URI="https://github.com/simpl/ngx_devel_kit/archive/v${DEVEL_KIT_MODULE_PV}.tar.gz;
+DEVEL_KIT_MODULE_WD="${WORKDIR}/ngx_devel_kit-${DEVEL_KIT_MODULE_PV}"
+
+# http_uploadprogress 
(https://github.com/masterzen/nginx-upload-progress-module, BSD-2 license)
+HTTP_UPLOAD_PROGRESS_MODULE_PV="0.9.1"
+HTTP_UPLOAD_PROGRESS_MODULE_P="ngx_http_upload_progress-${HTTP_UPLOAD_PROGRESS_MODULE_PV}-r1"
+HTTP_UPLOAD_PROGRESS_MODULE_URI="https://github.com/masterzen/nginx-upload-progress-module/archive/v${HTTP_UPLOAD_PROGRESS_MODULE_PV}.tar.gz;
+HTTP_UPLOAD_PROGRESS_MODULE_WD="${WORKDIR}/nginx-upload-progress-module-${HTTP_UPLOAD_PROGRESS_MODULE_PV}"
+
+# http_headers_more (https://github.com/agentzh/headers-more-nginx-module, BSD 
license)
+HTTP_HEADERS_MORE_MODULE_PV="0.26"
+HTTP_HEADERS_MORE_MODULE_P="ngx_http_headers_more-${HTTP_HEADERS_MORE_MODULE_PV}"

[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/

2016-02-02 Thread Manuel Rüger
commit: da4256a89bf28cc909f803e5e4b0a4748f1cda04
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb  2 19:19:47 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb  2 19:19:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da4256a8

www-servers/nginx: Remove old

Package-Manager: portage-2.2.27

 www-servers/nginx/Manifest   |   3 -
 www-servers/nginx/nginx-1.9.6.ebuild | 695 ---
 2 files changed, 698 deletions(-)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index 85b38ef..9631b07 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -1,7 +1,6 @@
 DIST modsecurity-2.9.0.tar.gz 4246467 SHA256 
e2bbf789966c1f80094d88d9085a81bde082b2054f8e38e0db571ca49208f434 SHA512 
1af04f29bf23c51d03cdd3795c530f88b523a645aa02d776a6b23dcbc31decec7cd574919e5c7c7cf82684df2774062de5e465bddbbaf4c01a442c6d49401d3d
 WHIRLPOOL 
1167ba6048a3ca05dcdabf03c67ae12720cca0cec74547fc223ee92ff76b6d5131785fa77b5f16da180e56590c851c192eaf02817b798e4d6f41fa6bfb2735a6
 DIST nginx-1.8.0.tar.gz 832104 SHA256 
23cca1239990c818d8f6da118320c4979aadf5386deda691b1b7c2c96b9df3d5 SHA512 
3e5d7e1b01839b2638251c47046149450b9b65985e611ef55e5953846e9eb0128c3708c695540ad4dfd0ce5e3060dfecb51213403048fab1a99dd5cea94f0038
 WHIRLPOOL 
e4619e0e0454b86d725a21abe9300ad33ad700c4d577b33f1762b5af796093abd3c7b6afed38301dd0b2a235d6ff47db189b24fd19a5cbc777398bc237ae8534
 DIST nginx-1.8.1.tar.gz 833473 SHA256 
8f4b3c630966c044ec72715754334d1fdf741caa1d5795fb4646c27d09f797b7 SHA512 
546eba1749af0034cb8b924d2432be2f0e82a75c545aa929391ef7234103c3f29376235a2ef1363b120e1825cda15aeb085a05f9ce3596c88466e112e82aa882
 WHIRLPOOL 
cd399083fb14bdb3498f1cd91a1cb59a73d37f323ce7c2a32500c9443f654cb5449137708cf149a0126aedb77abec9d1eb3dce3121f0b378d7d70e8eb18062af
-DIST nginx-1.9.6.tar.gz 884733 SHA256 
ed501fc6d0eff9d3bc1049cc1ba3a3ac8c602de046acb2a4c108392bbfa865ea SHA512 
d42199542585dc2c4feeeb5a86462b96ccd008a72a067d9fa83ed6171f098f4f515a62df2b4bf4b169b1aa78eccb6099701caea6a805de784a0f4bfe2ce92716
 WHIRLPOOL 
137643033860520610d707cb04f262e78e349e27ba6ed3fd5b91c95d4f8aeca49fa96721f58f809f81ed457040aa1c05d7f37400912376bc454829b491dd4983
 DIST nginx-1.9.7.tar.gz 885562 SHA256 
794bd217affdfce1c6263d9199c3961f387a2df9d57dcb42876faaf41c1748d5 SHA512 
a3fa097164954b10120a0e7dca4b877da17c237f1e3ca47365aedf55ade2fe55b0f072404dcb909636b3afaa2b51f5c45b002b54424bd6b80ab76b835bbcc7de
 WHIRLPOOL 
09a0b002d3cfc4650461c187d9192305208e38d738b2499109c3969c05aa8fb56d60730ab0a207bb64ffad5c450fb994b91a9a3ca1178633901ed236a4f3a245
 DIST nginx_http_sticky_module_ng-1.2.5.tar.bz2 124072 SHA256 
f975c033eb3c342f7247f6524774bbb727aaf630ed984576dbafe5de7a790c58 SHA512 
d6ae723f739efb2f0548461931b1c395801684759962beda08067111426b1c9787ceaede91b0e984c023108fd17864c53c53925506f7e8e25ec8d2fc065585f6
 WHIRLPOOL 
1013c6a51f5989c8131392b3d9704d42c99f9727a673f6205878d0b7dfd265bb6042c1d30089603c9b38e339d48302e6873e77fe380b7e8edba25b71e9e84ba6
 DIST nginx_http_sticky_module_ng-1.2.6.tar.bz2 124089 SHA256 
e47b9fd435d7a5a3200f945a9745aaa7b9446495bda76df48f211129f88d6b26 SHA512 
2632b04c94f523aa7c9726db182cba11d83e642c2db5798274e67fbef30de95d02e4e95cbfb98bc429d4244d630b5d9617405b43f728ae0117a5c134940c0ded
 WHIRLPOOL 
1b754c02f834c6b4d4930e9c46b8c5accb6c9663718fb9296c92d79bc33206e66e49e4234ca4db9a5afcd42fa23273bdf0e675aa7b38927c4e46a85318c189eb
@@ -13,10 +12,8 @@ DIST ngx_http_echo-0.57.tar.gz 65073 SHA256 
8467237ca0fae74ca7a32fbd34fc6044df30
 DIST ngx_http_echo-0.58.tar.gz 64779 SHA256 
190fe3977dd1910e82059f30f9baae3da2ee6e6fb50f18c9bc2605a19dbb9626 SHA512 
03bca117b2a7f9fa78450d24b2a25fcf19528a37d842dbd740e9ccf0f3ad6652d9927757f1317441438ec1e474211e2b4c84829015a51c5e25ca9f2dbd3809a0
 WHIRLPOOL 
0c3623f881cd127d1f3450f6e46456d98501d9d21f5292ec6bae877fa3020adbaae2dbb83f105c8c7eb0273fedd927753238d2399385721167680200c8b51a15
 DIST ngx_http_fancyindex-0.3.5.tar.gz 14837 SHA256 
e0998e83be58bc5787fa9243a76a9d21de3cd01088d3cf63177ba88a562634a1 SHA512 
ddb4ab3e8e47e1c49680db3e9f648f7cd582c07f963204105118e61432fa1e80c3f1bce69ed689db383011a9c155184bcc7e931eeae20bbd7cbdb5d4eb35a0a8
 WHIRLPOOL 
a45db854d75f05a59c6f5e67c652850b5410162e7852abda20bb6720d29cc716f25ce7ea93ef52f9ff3f11d6d3a744c1fa4c7a6270fc1bd6d42f6743accb8e73
 DIST ngx_http_headers_more-0.26.tar.gz 28028 SHA256 
d6bdc51f9e778a3b23e41a51cae542c1467a1e5e55c1329a7ffc454be084fb6f SHA512 
842927de67d28f3cff596607f209d1004b6d49f1d45b861758405ed6fe6f7aab76ad63530ccdfff1c1947db1190dd65dee0a29f50026bfa7a39a9a051561cf88
 WHIRLPOOL 
0dc37c36717be40a07112388d913d20bc99d76f90604da618d5547f24d93c636c14c2cca18191ff5916b40ec0113da648cfc07e1c00b1853f2b15ce056d5f3d7
-DIST ngx_http_headers_more-0.261.tar.gz 28022 SHA256 
03d1f5fbecba8565f247d87a38f5e4b6440b0a56d752bdd2b29af2f1c4aea480 SHA512 
252b5adc86f114460a956b38cca448917124523730e95ffc822a953232da9835e5ee663c65077413d655a8887ac692872b5de115e3cf4123463df7a84f759c3f
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/files/, app-emulation/libvirt/

2016-02-02 Thread Matthias Maier
commit: 4361974d8345e9d7f576a1b8524e9b0eefcea0ea
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb  3 04:13:47 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  3 04:13:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4361974d

app-emulation/libvirt: Version bump to 1.3.1, bug 573000

Package-Manager: portage-2.2.26

 app-emulation/libvirt/Manifest |   1 +
 .../libvirt-1.2.17-fix_paths_for_apparmor.patch|  15 -
 ... => libvirt-1.3.1-fix_paths_for_apparmor.patch} |  54 +--
 app-emulation/libvirt/libvirt-1.3.1.ebuild | 384 +
 4 files changed, 404 insertions(+), 50 deletions(-)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index a7622e1..16ca1d0 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -2,3 +2,4 @@ DIST libvirt-1.2.21-20151222.tar.xz 1684 SHA256 
6c97f288470ec58bcbe98507563c6a19
 DIST libvirt-1.2.21.tar.gz 29848954 SHA256 
8d406582f5fe88d739d1d83e0ba7ac7f91f5a8da4be82162ab85631744d8925b SHA512 
5c15d0ba5d75c13f735c6a60dfdbad007426f77e113f95894d520f7fc358fa4361d5cce7bb9a548a436f323b845f13b8940abbad568b8b146418430068bb970e
 WHIRLPOOL 
d53bbb07c85b3aa2d9b0f38ff2edd3cd0a2a5300627f3e2f0a82bc057303617cab9d6f1d8a9a771bd968b0496d38d3a39a0154f88bdca44dda359a65fdc2c650
 DIST libvirt-1.3.0-20151222.tar.xz 1684 SHA256 
3628c3398862eae2966ccf0e55822e4cb8f47e6e8c1b0d17b6fdb9f69dc5490b SHA512 
71c8dabc9cb8ead2858bf2d77d3831db59ac34076c99a4ae607c7bb4678b0af28a9f31fdca047ee174237f0e91fbb8db3a843e605256514e1d0ad527fc412275
 WHIRLPOOL 
47ebd21dd7d17812b8e97ebb70453574550cac18b0cf88cd38c152565d1e01f725a6da90878c41c7836a59318c1294859870e5bb523981954618fdde6704360e
 DIST libvirt-1.3.0.tar.gz 30114683 SHA256 
ebcf5645fa565e3fe2fe94a86e841db9b768cf0e0a7e6cf395c6327f9a23bd64 SHA512 
e252390a05b76e9cd9ed02caadd0ee0d674505f60940bb6ced955e17f69c7dd55fe5b38204ae5c25b6e5703415a0f6a12fc545d138d0e8b016457a85dc8fa2b8
 WHIRLPOOL 
852c592b27be86d3fb2ec75ca5debf9a1e0ac5de6d1ab06c55c2d70e83de125d10c2fc967b7578fba9137ed7a30b7a7e195f4e5f8d35708deeeddc97424d5e40
+DIST libvirt-1.3.1.tar.gz 29900143 SHA256 
a5d43fbed34d31eeffc641d2ac9b6026a57bf1a4fa74d0fa19a9891d9ec2c21a SHA512 
a109c09d947f7c5e924fdbc9c9b6c0a9d6ff64d9411aedd9a3e710d20f749b088ff9895e882dd888b88bfea7724a8933534be4078f16cb9d2047da761515e804
 WHIRLPOOL 
62fb8486bfa53d55b397d9a90750d32a83f0a73cf2e6685f296489390abf9c62efc69fecd6d011fc51e9f562f75f5b8ce03208c350e98d20de0a5560721c675e

diff --git 
a/app-emulation/libvirt/files/libvirt-1.2.17-fix_paths_for_apparmor.patch 
b/app-emulation/libvirt/files/libvirt-1.2.17-fix_paths_for_apparmor.patch
index 8e19c0f..c608295 100644
--- a/app-emulation/libvirt/files/libvirt-1.2.17-fix_paths_for_apparmor.patch
+++ b/app-emulation/libvirt/files/libvirt-1.2.17-fix_paths_for_apparmor.patch
@@ -1,18 +1,3 @@
-From bde898de482645f6963b673e8ff0b486a0a6db25 Mon Sep 17 00:00:00 2001
-From: Matthias Maier 
-Date: Tue, 28 Jul 2015 11:10:59 -0500
-Subject: [PATCH] adapt paths for gentoo's fs layout
-
-https://bugs.gentoo.org/show_bug.cgi?id=554628

- examples/apparmor/Makefile.am|  4 +-
- examples/apparmor/usr.lib.libvirt.virt-aa-helper | 48 
- examples/apparmor/usr.libexec.virt-aa-helper | 48 
- examples/apparmor/usr.sbin.libvirtd  |  4 +-
- 4 files changed, 52 insertions(+), 52 deletions(-)
- delete mode 100644 examples/apparmor/usr.lib.libvirt.virt-aa-helper
- create mode 100644 examples/apparmor/usr.libexec.virt-aa-helper
-
 diff --git a/examples/apparmor/Makefile.am b/examples/apparmor/Makefile.am
 index 7a20e16..c3c67b6 100644
 --- a/examples/apparmor/Makefile.am

diff --git 
a/app-emulation/libvirt/files/libvirt-1.2.17-fix_paths_for_apparmor.patch 
b/app-emulation/libvirt/files/libvirt-1.3.1-fix_paths_for_apparmor.patch
similarity index 74%
copy from 
app-emulation/libvirt/files/libvirt-1.2.17-fix_paths_for_apparmor.patch
copy to app-emulation/libvirt/files/libvirt-1.3.1-fix_paths_for_apparmor.patch
index 8e19c0f..990fbac 100644
--- a/app-emulation/libvirt/files/libvirt-1.2.17-fix_paths_for_apparmor.patch
+++ b/app-emulation/libvirt/files/libvirt-1.3.1-fix_paths_for_apparmor.patch
@@ -1,36 +1,23 @@
-From bde898de482645f6963b673e8ff0b486a0a6db25 Mon Sep 17 00:00:00 2001
-From: Matthias Maier 
-Date: Tue, 28 Jul 2015 11:10:59 -0500
-Subject: [PATCH] adapt paths for gentoo's fs layout
-
-https://bugs.gentoo.org/show_bug.cgi?id=554628

- examples/apparmor/Makefile.am|  4 +-
- examples/apparmor/usr.lib.libvirt.virt-aa-helper | 48 
- examples/apparmor/usr.libexec.virt-aa-helper | 48 
- examples/apparmor/usr.sbin.libvirtd  |  4 +-
- 4 files changed, 52 insertions(+), 52 deletions(-)
- delete mode 100644 examples/apparmor/usr.lib.libvirt.virt-aa-helper
- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/

2016-02-02 Thread Matthias Maier
commit: c8915fec541ab7c534d71eb2e47963f0dfaa76a6
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb  3 04:20:28 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  3 04:20:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8915fec

dev-python/libvirt-python: version bump to 1.3.1

Package-Manager: portage-2.2.26

 dev-python/libvirt-python/Manifest |  1 +
 .../libvirt-python/libvirt-python-1.3.1.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/libvirt-python/Manifest 
b/dev-python/libvirt-python/Manifest
index 338a2ac..143007c 100644
--- a/dev-python/libvirt-python/Manifest
+++ b/dev-python/libvirt-python/Manifest
@@ -1,2 +1,3 @@
 DIST libvirt-python-1.2.21.tar.gz 171250 SHA256 
7ffb49fcb64ac06188fc626c853c99361e5965766ab020f8ea66f8fbcfc29684 SHA512 
7e2481ffa26105ddde703bd6eafe74240b69990b2f2ce0042f20f7fceb1d326fb8a66bf26042bfe63a12cf3202d7c19b14b6d766dd42fb66af212393d7aaf332
 WHIRLPOOL 
18dd5bc0d565b6846c40960cf258d7fb3714054be15fe54507e2846c5a7c2cd81e9b209c8e70cbfd5319d5a06f00c2c5322995058637af87d1676276f8675b2e
 DIST libvirt-python-1.3.0.tar.gz 171195 SHA256 
097d41bc52c300e50c5b04836e078bae5653fe222db92a9a10839f3e6b3afc7c SHA512 
b207aa9aef63e7d1a8377b2f8a0fa8dc05893bd744672c2b41f4dafa2516cbddd2868f37b0caf72b125fccbbf56542fcf1b94b452c406757f30d8f02d6ee26b4
 WHIRLPOOL 
1bde1fd130e0760bfa8f62c2f85e4ded991fc0eadcaf10b38bbbcf754eaa7b3a0ccb72f304f65457115419e4d3d904d07172e33bd68d581a29e4fb8d0703b45a
+DIST libvirt-python-1.3.1.tar.gz 171221 SHA256 
7143b922a9bd66a5e199b13316fa4266cbffc23db01c99bce37216a1eb9118f7 SHA512 
f980d6aec1c83422d01c8ff02915357f4903f8c2a8ea9538da35e7313f6d491ebb4646e642097269a6be2996da879e7594c5e166cf2cc0bd96745eace7ce7567
 WHIRLPOOL 
3fe0ecba5f618eab1059c5e4ac4ef8789ed6684f36aee336f2e366198805560706c41d67ddceb328a0ad66867145a103aa15665b646b7bc5a5b058b02755ce11

diff --git a/dev-python/libvirt-python/libvirt-python-1.3.1.ebuild 
b/dev-python/libvirt-python/libvirt-python-1.3.1.ebuild
new file mode 100644
index 000..cc59d1b
--- /dev/null
+++ b/dev-python/libvirt-python/libvirt-python-1.3.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+AUTOTOOLIZE=yes
+
+MY_P="${P/_rc/-rc}"
+
+inherit eutils distutils-r1
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
+   SRC_URI=""
+   KEYWORDS=""
+   RDEPEND="app-emulation/libvirt:=[-python(-)]"
+else
+   SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   RDEPEND="app-emulation/libvirt:0/${PV}"
+fi
+S="${WORKDIR}/${P%_rc*}"
+
+DESCRIPTION="libvirt Python bindings"
+HOMEPAGE="http://www.libvirt.org;
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="test"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+
+# testsuite is currently not included in upstream tarball
+RESTRICT="test"
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/

2016-02-02 Thread Matthias Maier
commit: 9d8d18f317941f3e5bbfceff323eb54f5b360c01
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb  3 04:30:19 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  3 04:30:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8d18f3

app-emulation/libvirt: Drop obsolete 1.3.0

Package-Manager: portage-2.2.26

 app-emulation/libvirt/libvirt-1.3.0.ebuild | 384 -
 1 file changed, 384 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-1.3.0.ebuild 
b/app-emulation/libvirt/libvirt-1.3.0.ebuild
deleted file mode 100644
index 0f03ffa..000
--- a/app-emulation/libvirt/libvirt-1.3.0.ebuild
+++ /dev/null
@@ -1,384 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils user autotools-utils linux-info systemd readme.gentoo
-
-BACKPORTS="20151222" # CVE-2015-5313
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt.git"
-   SRC_URI=""
-   KEYWORDS=""
-   SLOT="0"
-else
-   # Versions with 4 numbers are stable updates:
-   if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
-   SRC_URI="http://libvirt.org/sources/stable_updates/${P}.tar.gz;
-   else
-   SRC_URI="http://libvirt.org/sources/${P}.tar.gz;
-   fi
-   SRC_URI+=" ${BACKPORTS:+
-   
https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz
-   
https://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz};
-   KEYWORDS="~amd64 ~x86"
-   SLOT="0/${PV}"
-fi
-
-DESCRIPTION="C toolkit to manipulate virtual machines"
-HOMEPAGE="http://www.libvirt.org/;
-LICENSE="LGPL-2.1"
-IUSE="apparmor audit avahi +caps firewalld fuse glusterfs iscsi +libvirtd lvm \
-   lxc +macvtap nfs nls numa openvz parted pcap phyp policykit +qemu rbd 
sasl \
-   selinux systemd +udev uml +vepa virtualbox virt-network 
wireshark-plugins \
-   xen"
-
-REQUIRED_USE="
-   firewalld? ( virt-network )
-   libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) )
-   lxc? ( caps libvirtd )
-   openvz? ( libvirtd )
-   qemu? ( libvirtd )
-   uml? ( libvirtd )
-   vepa? ( macvtap )
-   virt-network? ( libvirtd )
-   virtualbox? ( libvirtd )
-   xen? ( libvirtd )"
-
-# gettext.sh command is used by the libvirt command wrappers, and it's
-# non-optional, so put it into RDEPEND.
-# We can use both libnl:1.1 and libnl:3, but if you have both installed, the
-# package will use 3 by default. Since we don't have slot pinning in an API,
-# we must go with the most recent
-RDEPEND="
-   app-misc/scrub
-   dev-libs/libgcrypt:0
-   dev-libs/libnl:3
-   >=dev-libs/libxml2-2.7.6
-   >=net-analyzer/netcat6-1.0-r2
-   >=net-libs/gnutls-1.0.25
-   net-libs/libssh2
-   >=net-misc/curl-7.18.0
-   sys-apps/dmidecode
-   >=sys-apps/util-linux-2.17
-   sys-devel/gettext
-   sys-libs/ncurses:0=
-   sys-libs/readline:=
-   apparmor? ( sys-libs/libapparmor )
-   audit? ( sys-process/audit )
-   avahi? ( >=net-dns/avahi-0.6[dbus] )
-   caps? ( sys-libs/libcap-ng )
-   firewalld? ( net-firewall/firewalld )
-   fuse? ( >=sys-fs/fuse-2.8.6 )
-   glusterfs? ( >=sys-cluster/glusterfs-3.4.1 )
-   iscsi? ( sys-block/open-iscsi )
-   lvm? ( >=sys-fs/lvm2-2.02.48-r2 )
-   lxc? ( !systemd? ( sys-power/pm-utils ) )
-   nfs? ( net-fs/nfs-utils )
-   numa? (
-   >sys-process/numactl-2.0.2
-   sys-process/numad
-   )
-   openvz? ( sys-kernel/openvz-sources:* )
-   parted? (
-   >=sys-block/parted-1.8[device-mapper]
-   sys-fs/lvm2
-   )
-   pcap? ( >=net-libs/libpcap-1.0.0 )
-   policykit? ( >=sys-auth/polkit-0.9 )
-   qemu? (
-   >=app-emulation/qemu-0.13.0
-   dev-libs/yajl
-   !systemd? ( sys-power/pm-utils )
-   )
-   rbd? ( sys-cluster/ceph )
-   sasl? ( dev-libs/cyrus-sasl )
-   selinux? ( >=sys-libs/libselinux-2.0.85 )
-   systemd? ( sys-apps/systemd )
-   virt-network? (
-   net-dns/dnsmasq[script]
-   net-firewall/ebtables
-   >=net-firewall/iptables-1.4.10[ipv6]
-   net-misc/radvd
-   sys-apps/iproute2[-minimal]
-   )
-   virtualbox? ( || ( app-emulation/virtualbox 
>=app-emulation/virtualbox-bin-2.2.0 ) )
-   wireshark-plugins? ( net-analyzer/wireshark:= )
-   xen? (
-   app-emulation/xen
-   app-emulation/xen-tools:=
-   )
-   udev? (
-   virtual/udev
-   >=x11-libs/libpciaccess-0.10.9
-   )"
-
-DEPEND="${RDEPEND}
-   app-text/xhtml1
-   dev-lang/perl
-   dev-libs/libxslt
-   dev-perl/XML-XPath
-   virtual/pkgconfig"
-
-pkg_setup() {
-   enewgroup qemu 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/

2016-02-02 Thread Matthias Maier
commit: 5d5971fccb1c494a7c1c19f6ee6f863e7e757dad
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb  3 04:31:24 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  3 04:31:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5971fc

app-emulation/libvirt: Update live build to latest changes

Package-Manager: portage-2.2.26

 app-emulation/libvirt/libvirt-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/libvirt/libvirt-.ebuild 
b/app-emulation/libvirt/libvirt-.ebuild
index f07387f..22d4afb 100644
--- a/app-emulation/libvirt/libvirt-.ebuild
+++ b/app-emulation/libvirt/libvirt-.ebuild
@@ -220,7 +220,7 @@ src_prepare() {
epatch \
"${FILESDIR}"/${PN}-1.3.0-do_not_use_sysconf.patch \
"${FILESDIR}"/${PN}-1.2.16-fix_paths_in_libvirt-guests_sh.patch 
\
-   "${FILESDIR}"/${PN}-1.2.17-fix_paths_for_apparmor.patch
+   "${FILESDIR}"/${PN}-1.3.1-fix_paths_for_apparmor.patch
 
[[ -n ${BACKPORTS} ]] &&
EPATCH_FORCE=yes EPATCH_SUFFIX="patch" \



[gentoo-commits] repo/gentoo:master commit in: /

2016-02-02 Thread Ian Delaney
commit: e78f4ef36ca4efb8c5e6ad30c3c0400b6f0d
Author: Ian Delaney  gentoo  org>
AuthorDate: Wed Feb  3 05:06:27 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Wed Feb  3 05:06:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78f4ef3

Merge remote-tracking branch 'remotes/hhoffstaette/compton-python35'

Pull request: https://github.com/gentoo/gentoo/pull/778

 x11-misc/compton/compton-0.1_beta2.ebuild | 2 +-
 x11-misc/compton/compton-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



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

2016-02-02 Thread Ian Delaney
commit: 53ca884238eb49db7aad24ee67e569903515cc38
Author: Holger Hoffstätte  googlemail  com>
AuthorDate: Tue Feb  2 17:27:42 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Feb  2 17:27:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ca8842

x11-libs/libxcb: add support for python 3.5

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

diff --git a/x11-libs/libxcb/libxcb-1.11-r1.ebuild 
b/x11-libs/libxcb/libxcb-1.11-r1.ebuild
index f8ed450..418ebb0 100644
--- a/x11-libs/libxcb/libxcb-1.11-r1.ebuild
+++ b/x11-libs/libxcb/libxcb-1.11-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 PYTHON_REQ_USE=xml
 
 XORG_DOC=doc



[gentoo-commits] repo/gentoo:master commit in: /

2016-02-02 Thread Ian Delaney
commit: 5234c443032383b77f988a1908949c75572312eb
Author: Ian Delaney  gentoo  org>
AuthorDate: Wed Feb  3 05:09:35 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Wed Feb  3 05:09:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5234c443

Merge remote-tracking branch 'remotes/hhoffstaette/libxcb-python35'

Pull request: https://github.com/gentoo/gentoo/pull/776

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



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2016-02-02 Thread Ian Delaney
commit: e7d06f37077bf1dc7b27f204095e742cdbac93a7
Author: Holger Hoffstätte  googlemail  com>
AuthorDate: Tue Feb  2 17:16:01 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Feb  2 17:16:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d06f37

x11-misc/compton: add support for python 3.5

 x11-misc/compton/compton-0.1_beta2.ebuild | 2 +-
 x11-misc/compton/compton-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild 
b/x11-misc/compton/compton-0.1_beta2.ebuild
index 791b4d3..7f6f121 100644
--- a/x11-misc/compton/compton-0.1_beta2.ebuild
+++ b/x11-misc/compton/compton-0.1_beta2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_3 python3_4 )
+PYTHON_COMPAT=( python3_{3,4,5} )
 inherit toolchain-funcs python-r1
 
 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"

diff --git a/x11-misc/compton/compton-.ebuild 
b/x11-misc/compton/compton-.ebuild
index 5ba784a..e795fd9 100644
--- a/x11-misc/compton/compton-.ebuild
+++ b/x11-misc/compton/compton-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_3 python3_4 )
+PYTHON_COMPAT=( python3_{3,4,5} )
 inherit toolchain-funcs python-r1 git-2
 
 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"



[gentoo-commits] repo/gentoo:master commit in: /

2016-02-02 Thread Ian Delaney
commit: c3ad1439b69c8e18167c4ca40302cec52096ffd8
Author: Ian Delaney  gentoo  org>
AuthorDate: Wed Feb  3 04:57:29 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Wed Feb  3 04:57:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ad1439

Merge remote-tracking branch 'remotes/hhoffstaette/libepoxy-python35'

Pull request: https://github.com/gentoo/gentoo/pull/780

 media-libs/libepoxy/libepoxy-1.3.1.ebuild | 2 +-
 media-libs/libepoxy/libepoxy-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[gentoo-commits] repo/gentoo:master commit in: /

2016-02-02 Thread Ian Delaney
commit: a9eb7b242c72398a25ada7e99f6f4b53f5f24678
Author: Ian Delaney  gentoo  org>
AuthorDate: Wed Feb  3 05:00:34 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Wed Feb  3 05:00:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9eb7b24

Merge remote-tracking branch 'remotes/hhoffstaette/mpv-python35'

Pull request: https://github.com/gentoo/gentoo/pull/779

 media-video/mpv/mpv-0.15.0-r1.ebuild | 2 +-
 media-video/mpv/mpv-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/

2016-02-02 Thread Ian Delaney
commit: 16e89f33911102d3d7541933b444bf057c5f536e
Author: Holger Hoffstätte  googlemail  com>
AuthorDate: Tue Feb  2 17:22:25 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Feb  2 17:22:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e89f33

media-libs/libepoxy: add support for python 3.5

 media-libs/libepoxy/libepoxy-1.3.1.ebuild | 2 +-
 media-libs/libepoxy/libepoxy-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libepoxy/libepoxy-1.3.1.ebuild 
b/media-libs/libepoxy/libepoxy-1.3.1.ebuild
index 401e85d..3cae16c 100644
--- a/media-libs/libepoxy/libepoxy-1.3.1.ebuild
+++ b/media-libs/libepoxy/libepoxy-1.3.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
GIT_ECLASS="git-r3"
 fi
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 PYTHON_REQ_USE='xml(+)'
 inherit autotools-multilib ${GIT_ECLASS} python-any-r1
 

diff --git a/media-libs/libepoxy/libepoxy-.ebuild 
b/media-libs/libepoxy/libepoxy-.ebuild
index 0dfcf8c..98ef5b0 100644
--- a/media-libs/libepoxy/libepoxy-.ebuild
+++ b/media-libs/libepoxy/libepoxy-.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
GIT_ECLASS="git-r3"
 fi
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 PYTHON_REQ_USE='xml(+)'
 inherit autotools-multilib ${GIT_ECLASS} python-any-r1
 



[gentoo-commits] repo/gentoo:master commit in: media-video/mpv/

2016-02-02 Thread Ian Delaney
commit: e00fe5b1cfb5bb690cb8e7632641109759dab545
Author: Holger Hoffstätte  googlemail  com>
AuthorDate: Tue Feb  2 17:24:59 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Feb  2 17:24:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00fe5b1

media-video/mpv: add support for python 3.5

 media-video/mpv/mpv-0.15.0-r1.ebuild | 2 +-
 media-video/mpv/mpv-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/mpv/mpv-0.15.0-r1.ebuild 
b/media-video/mpv/mpv-0.15.0-r1.ebuild
index 3bf7631..5de9fb6 100644
--- a/media-video/mpv/mpv-0.15.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.15.0-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 PYTHON_REQ_USE='threads(+)'
 
 WAF_PV='1.8.12'

diff --git a/media-video/mpv/mpv-.ebuild b/media-video/mpv/mpv-.ebuild
index 93c6e4f..3c00f85 100644
--- a/media-video/mpv/mpv-.ebuild
+++ b/media-video/mpv/mpv-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 PYTHON_REQ_USE='threads(+)'
 
 WAF_PV='1.8.12'



[gentoo-commits] proj/musl:master commit in: dev-python/numpy/files/, dev-python/numpy/

2016-02-02 Thread Anthony G. Basile
commit: a739074affb67ea39f3d93d1230ce85ac55e619b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Feb  3 05:23:41 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Feb  3 05:23:41 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=a739074a

dev-python/numpy: bump to 1.10.4

Package-Manager: portage-2.2.26
RepoMan-Options: --force

 dev-python/numpy/Manifest  |  14 +--
 .../numpy/files/numpy-1.10.1-backport-1.patch  | 127 -
 .../numpy/files/numpy-1.10.1-backport-2.patch  |  73 
 .../files/numpy-1.10.2-no-hardcode-blas.patch  |  64 +++
 .../numpy/files/numpy-1.9.2-no-hardcode-blas.patch |  35 --
 ...py-1.10.1-r1.ebuild => numpy-1.10.4-r99.ebuild} |  41 +++
 6 files changed, 89 insertions(+), 265 deletions(-)

diff --git a/dev-python/numpy/Manifest b/dev-python/numpy/Manifest
index 68da0e0..80311de 100644
--- a/dev-python/numpy/Manifest
+++ b/dev-python/numpy/Manifest
@@ -1,9 +1,7 @@
-AUX numpy-1.10.1-backport-1.patch 6086 SHA256 
386920fcba91099aedfe0c8105aa53f10f596f62d300684d802397769ba9b1e1 SHA512 
359076cdf1962744f1e0381d6e690422787307400db6ca51fb8f759f6af459666e9b4aad278bf4e89848fea5277204eab9459edb092fc2d9aa8dab14096eefe9
 WHIRLPOOL 
e9bc09688dace432c9b112535415f0c60d97eb8b464da615368c031a9a7440ff9e39092ef9d020332b91e4af1203e2ae16a78176935df4d3e7b3617bd9235a12
-AUX numpy-1.10.1-backport-2.patch 2904 SHA256 
ec6faad4e0105f3f291a43defed5c0f33ca669832589372a0b6ae92d9f5e4dd1 SHA512 
8e1db75cd00209762b49f636549a4afccea1467f93b4ce94e02f3ada2f8be78a70fdfea51eb98a12690ef67b84734eb24d5a647def8022a4fddfc22cda4cb512
 WHIRLPOOL 
f8fda61187660136537af662f85d7886272bc9f3bb0d05321f950a7ed6844acbfc8b5c64cd06764e8414adfce4d9d139af6f3bf9cd72330a8862160d2144eb2b
 AUX numpy-1.10.1-musl-fix.patch 543 SHA256 
2d3f0358f9a5a33f783817964d1985f48eaffb5f239f494b9a57cab1c35565d7 SHA512 
b832d756e2518471c117e72bba01c5b93859d694948f545f136a12cca69dc9f9a459539fce8fde740c0822c423572ec6aa9e805a28a6d9620df36b54c52b1d8f
 WHIRLPOOL 
8708b667ce5d86ef5e7b468d5e059cf7d3ca572fff5e462f0f12f3855e0addd0dc9170390f720b90ccbb01c330c308124596d9808ad05f8ea8c0658de63e8284
-AUX numpy-1.9.2-no-hardcode-blas.patch 1821 SHA256 
a51524eb39ed9f71667e89179fda3e16a974949629b9a0acb7a0994202a2db63 SHA512 
59d498f7b0a1e6f4bc37e0eb7121812e1fe974e06176c7b80e99e41c49067a618bc98d925bcb667607462f5e7823f0f55235c8ddd685e318dfb3385b7eb7dad6
 WHIRLPOOL 
09e8cf5f27431fa7d5028b5d73690492e7da061f8ac5b82be1d1dbcc46c61c83cb6c5c3fb5f112bb61776075b98f7e1ef7b8a9fd828986f2c4b9358d9acb8d97
-DIST numpy-1.10.1.tar.gz 4048478 SHA256 
8b9f453f29ce96a14e625100d3dcf8926301d36c5f622623bf8820e748510858 SHA512 
ea717bac913a8e63bf93822bddbfe7701a3de00051bf3c7020f5e22756987becb5a2f96a6a52a36fc7c2b856815a782e450099688ce86b21fa94b0076b9ef376
 WHIRLPOOL 
7671368bec55c7f53ffa78a509946acc998e6f4223da4f3429b82a5a38b5e0277a0f89773ec2335f8e46b5c695620a4119af5ab59734184054c31b11841de44b
-DIST numpy-html-1.9.1.zip 9839137 SHA256 
12a24937f8273fcf79090c99b6c4154a0ecfc378386498cf2afe727ea171407c SHA512 
647a6be9f93995aca14185e283a2b412678c6e8080fe4f14e7cc9ee63c28eebb64dea6bbe28f30ef6850a5565dd1e06928fd660ac762e9a91454d309eff96ed4
 WHIRLPOOL 
68c367fd0416d27b1cf43edf7ca48bc8845c02856bbbacdf63c88fe8bbffd5dd86fb3e5cdea8f669dd78adf7bcc4d184953048783802df323126c1b22baf8e92
-DIST numpy-ref-1.9.1.pdf 5318122 SHA256 
3c8e5881a3460e1cc9da95fe2167044e8f832ab8e980c3606d1f353e7ac6dcee SHA512 
5171bb22588117a53e0eac355520581f7817a7e7a099ae83bb73f2ac8248a60e139ae9719dc543b44f25ccf8319c9f149fec1bf5aa55d943fad06a8e6da0d9ba
 WHIRLPOOL 
5c99daf3ae2e6bf235aed287682f1b96d5b6afc9d290f544a8baab892b39c9f6dd9f649abe3e103cc90c990d87e4d653d8157d774a8bd35eccc9cc6ac7a870f9
-DIST numpy-user-1.9.1.pdf 418111 SHA256 
e1f6baed0b73f3d4b106c88924c083f9a519e860c1beb718830bf1aee1892232 SHA512 
724302468a8e93daf70d379bb1ee7369953e297c40ea260f080b7aca3c9c81e619a81705bdfb2ea214da5b5325ec2b48e953eceeaa1d60c07593b00c35989f45
 WHIRLPOOL 
f93ed20c5da7b379e3afcafab97c7eb60231ed4f73cebf18184e00b9a8a5a531fa32992f7f28f16d2714b3056c61153c29267c8c6b93cb100e06f53bced1bd6a
-EBUILD numpy-1.10.1-r1.ebuild 4293 SHA256 
93ff64945e1813118fba4787b14924377c46092b6785d9ad7a3e0ba0d4567c66 SHA512 
7c654383a424ab28df86e3f535acbf8833c41f244601fa34314878a0686ccaafca32379b73565ced19e47ce5d84b34c853118b21d9e15584e93647dfaca0c666
 WHIRLPOOL 
7082b39850bc873ad663f6cfeec46a1718e2d14a4eb22a4c0cfa0186605b94d740b1865c3e2dbf0203b993090bb18cd6ce5fc5ff046d915e95adf29f1444ab38
+AUX numpy-1.10.2-no-hardcode-blas.patch 3295 SHA256 
fb1ac68398a9c4fbf2396083e85480d46077d7b29069d8b62c4a929ab48216d1 SHA512 
456f3b7016d12fea49c8db08cec81e207575a28018490c5b2eece8b4167e22dd93a5811d90f43435a0341ecb3a3cbc6c2fd804869ba9d96b7b2382736805aadd
 WHIRLPOOL 
2a34f1f6f6a3a37a67b7cb1419b0aca7891ab9375cb5489f4ac974e71dff9f6e9442d0b3414437bf3010f271d7782b89b111ef34dcee1530c39e43bebe1a7b08
+DIST numpy-1.10.4.tar.gz 4069996 SHA256 

[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/etc/grs/

2016-02-02 Thread Anthony G. Basile
commit: 8d540b7a973fde79c0715f02af3675bb8da05253
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Feb  3 05:26:28 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Feb  3 05:26:28 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=8d540b7a

world: mask virtual/w3m, fails to find libgc

 core/etc/grs/world.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 25d2fb4..5e38298 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -7908,6 +7908,9 @@ package.use : virtual/ssh:0 -minimal
 [virtual/udev:0]
 package.use : virtual/udev:0 -systemd
 
+[virtual/w3m:0]
+package.mask : virtual/w3m
+
 [www-apache/mod_extract_forwarded:0]
 package.use : www-apache/mod_extract_forwarded:0 -mod_proxy
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/

2016-02-02 Thread Lars Wendler
commit: c105e791bd64c760bdc5dc7a1845a19305da1bd1
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Feb  3 07:43:28 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Feb  3 07:46:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c105e791

dev-vcs/mercurial: Bump to version 3.7

Package-Manager: portage-2.2.27
Signed-off-by: Lars Wendler  gentoo.org>

 dev-vcs/mercurial/Manifest |   1 +
 dev-vcs/mercurial/mercurial-3.7.ebuild | 140 +
 2 files changed, 141 insertions(+)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index a1081e6..8d8f7f5 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -4,3 +4,4 @@ DIST mercurial-3.4.2.tar.gz 4296407 SHA256 
dcc90e4a8476149ecc8af13c08202860b4c9c
 DIST mercurial-3.5.2.tar.gz 4415307 SHA256 
23fdc038503911b21dc9e556118803f7b1d4150eb14933d2ea3d0ff0dc60ab5d SHA512 
d0a4007763186ab72e7ef6e6f6fa84719fcdc2d16208bc99cc32f44cecdc0ccdf5719e18fbc8a5d0735f6441acc0d82bcac05d7c75fee15966c88ee75e7b6bdd
 WHIRLPOOL 
10ec5dd3d1d2e3487f4a290bc0d32fe2237cc450b54774503e7e9e25b12e895c8065f1c2e27dcaa03deac82d1e10e58dd8ea18e9bacf4f24f58a52a3d5c0fea4
 DIST mercurial-3.6.2.tar.gz 4518349 SHA256 
09c567049c3e30f791db0cf5937346c7ff3568deadf4eb1d4e2f7c80001cb3d6 SHA512 
2ad780174a30c39a1482d597466523a133b8c62a3a0eb9ac3b183082e279fc624998a9ffa520abafe5f7afc7d9f4600f443ad4dfa1003bd7fdc6b713040091ed
 WHIRLPOOL 
cb3270be37b36ad5cfd5f1aac002006b5206daf22504af2143c359bab0d3db19fc7820a03ed819fa80c73610d485f5f85d405b4ad89d0744f79da049afd8866b
 DIST mercurial-3.6.3.tar.gz 4521749 SHA256 
402731f27256beb9a575a6991ca3d7059976197c905337f4f5729fd940329fa8 SHA512 
e5b39e5456a35e19f2ac02838946305023de957590c5aa2828f7c37e9b5f6f2e6376526d0845ebd1ca198860425d11e208b3c36e12e189e0b02871e9c91aad9a
 WHIRLPOOL 
36f0f6caa43ce2c65c7c2bdfb3fa3935cec1e47c25fae6a6a3c7b00165d1aff9b71c73dd10faad2e2ba096d55cc633366170135d95452c162936fef93571dbf1
+DIST mercurial-3.7.tar.gz 4630279 SHA256 
888e1522f92bf97053baae746586b5fc34c81de14af21c0fbb009c30b933 SHA512 
ecb9471274105a309940b4c0a82aba308deea4662a79e4e2ca9caf8965a5b01a9684d5adf3ecd767a7da71b61fc2322f3f7e1a9e95894cc8320836e7b3d2
 WHIRLPOOL 
f872459194f02424e177e82b0d5814803aa60b9f77c7a6f370fad4d9374ae04f1a267f30a3563163c6f447629e73192ba4f4355c6c659133d38c265742d1b8d8

diff --git a/dev-vcs/mercurial/mercurial-3.7.ebuild 
b/dev-vcs/mercurial/mercurial-3.7.ebuild
new file mode 100644
index 000..18f93f9
--- /dev/null
+++ b/dev-vcs/mercurial/mercurial-3.7.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
+
+DESCRIPTION="Scalable distributed SCM"
+HOMEPAGE="http://mercurial.selenic.com/;
+SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="bugzilla emacs gpg test tk"
+
+RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
+   gpg? ( app-crypt/gnupg )
+   tk? ( dev-lang/tk )
+   app-misc/ca-certificates"
+DEPEND="emacs? ( virtual/emacs )
+   test? ( app-arch/unzip
+   dev-python/pygments[${PYTHON_USEDEP}] )"
+
+SITEFILE="70${PN}-gentoo.el"
+
+PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
+
+python_prepare_all() {
+   # fix up logic that won't work in Gentoo Prefix (also won't outside in
+   # certain cases), bug #362891
+   sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   strip-flags -ftracer -ftree-vectorize
+   # Note: make it impl-conditional if py3 is supported
+   append-flags -fno-strict-aliasing
+
+   "${PYTHON}" setup.py build_mo || die
+}
+
+python_compile_all() {
+   rm -r contrib/{win32,macosx} || die
+   if use emacs; then
+   cd contrib || die
+   elisp-compile mercurial.el || die "elisp-compile failed!"
+   fi
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   newbashcomp contrib/bash_completion hg
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/zsh_completion _hg
+
+   rm -f doc/*.?.txt
+   dodoc CONTRIBUTORS
+   cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die
+
+   dobin hgeditor
+   dobin contrib/hgk
+   python_foreach_impl python_doscript contrib/hg-ssh
+
+   if use emacs; then
+   elisp-install ${PN} contrib/mercurial.el* || die "elisp-install 
failed!"
+   elisp-site-file-install 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/

2016-02-02 Thread Lars Wendler
commit: 2ceffb5e63637b3c99052cb03c03b8d11cc5f498
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Feb  3 07:46:04 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Feb  3 07:46:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ceffb5e

dev-vcs/mercurial: Removed old.

Package-Manager: portage-2.2.27
Signed-off-by: Lars Wendler  gentoo.org>

 dev-vcs/mercurial/Manifest   |   1 -
 dev-vcs/mercurial/mercurial-3.6.2.ebuild | 140 ---
 2 files changed, 141 deletions(-)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index 8d8f7f5..6668bd9 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -2,6 +2,5 @@ DIST mercurial-3.3.2.tar.gz 4165131 SHA256 
67c617c740ac706f923371a26f02339b27cd6
 DIST mercurial-3.3.3.tar.gz 4167447 SHA256 
a445367f0dcbaf3a6279bfa743b364e729be0d1f0c852cb6d37f297916ffae13 SHA512 
bea215b0bd9e8603ade019f01ae0600dd1d1ad77675b38b5e13d86c43dd2c58b6c86c252517f0fcab6444c171e9f53537e4e170739c991ac08a169fe545d
 WHIRLPOOL 
e5fd41c6d27d7fce8559a2d15b33e24cf702d9497326e2c1062fe2acd22e7ad16cd6981d3dadb5a7458f12dcd35cc98583f53bc3188d99a9638daddb7d95657b
 DIST mercurial-3.4.2.tar.gz 4296407 SHA256 
dcc90e4a8476149ecc8af13c08202860b4c9c987a94c4f3c18b28294b6fd8ecd SHA512 
f5ef7064a1ac4189fe4db91fec283cdead257b132674d0869f075b80ba5707e0163e28f18545a9d867336ebc6b1cbb8bcf794b6881b8f23f6c067e68c7ae584b
 WHIRLPOOL 
db7389c92680f6058efda6fa4cb7747ff3cd78bc361c43464a938c213b9ce46e8a040a57c68975f02342beb35522c27c3ab6250b2fc6e54777ddd20b0bda5443
 DIST mercurial-3.5.2.tar.gz 4415307 SHA256 
23fdc038503911b21dc9e556118803f7b1d4150eb14933d2ea3d0ff0dc60ab5d SHA512 
d0a4007763186ab72e7ef6e6f6fa84719fcdc2d16208bc99cc32f44cecdc0ccdf5719e18fbc8a5d0735f6441acc0d82bcac05d7c75fee15966c88ee75e7b6bdd
 WHIRLPOOL 
10ec5dd3d1d2e3487f4a290bc0d32fe2237cc450b54774503e7e9e25b12e895c8065f1c2e27dcaa03deac82d1e10e58dd8ea18e9bacf4f24f58a52a3d5c0fea4
-DIST mercurial-3.6.2.tar.gz 4518349 SHA256 
09c567049c3e30f791db0cf5937346c7ff3568deadf4eb1d4e2f7c80001cb3d6 SHA512 
2ad780174a30c39a1482d597466523a133b8c62a3a0eb9ac3b183082e279fc624998a9ffa520abafe5f7afc7d9f4600f443ad4dfa1003bd7fdc6b713040091ed
 WHIRLPOOL 
cb3270be37b36ad5cfd5f1aac002006b5206daf22504af2143c359bab0d3db19fc7820a03ed819fa80c73610d485f5f85d405b4ad89d0744f79da049afd8866b
 DIST mercurial-3.6.3.tar.gz 4521749 SHA256 
402731f27256beb9a575a6991ca3d7059976197c905337f4f5729fd940329fa8 SHA512 
e5b39e5456a35e19f2ac02838946305023de957590c5aa2828f7c37e9b5f6f2e6376526d0845ebd1ca198860425d11e208b3c36e12e189e0b02871e9c91aad9a
 WHIRLPOOL 
36f0f6caa43ce2c65c7c2bdfb3fa3935cec1e47c25fae6a6a3c7b00165d1aff9b71c73dd10faad2e2ba096d55cc633366170135d95452c162936fef93571dbf1
 DIST mercurial-3.7.tar.gz 4630279 SHA256 
888e1522f92bf97053baae746586b5fc34c81de14af21c0fbb009c30b933 SHA512 
ecb9471274105a309940b4c0a82aba308deea4662a79e4e2ca9caf8965a5b01a9684d5adf3ecd767a7da71b61fc2322f3f7e1a9e95894cc8320836e7b3d2
 WHIRLPOOL 
f872459194f02424e177e82b0d5814803aa60b9f77c7a6f370fad4d9374ae04f1a267f30a3563163c6f447629e73192ba4f4355c6c659133d38c265742d1b8d8

diff --git a/dev-vcs/mercurial/mercurial-3.6.2.ebuild 
b/dev-vcs/mercurial/mercurial-3.6.2.ebuild
deleted file mode 100644
index 1f57c1e..000
--- a/dev-vcs/mercurial/mercurial-3.6.2.ebuild
+++ /dev/null
@@ -1,140 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
-
-inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
-
-DESCRIPTION="Scalable distributed SCM"
-HOMEPAGE="http://mercurial.selenic.com/;
-SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="bugzilla emacs gpg test tk"
-
-RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
-   gpg? ( app-crypt/gnupg )
-   tk? ( dev-lang/tk )
-   app-misc/ca-certificates"
-DEPEND="emacs? ( virtual/emacs )
-   test? ( app-arch/unzip
-   dev-python/pygments[${PYTHON_USEDEP}] )"
-
-SITEFILE="70${PN}-gentoo.el"
-
-PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
-
-python_prepare_all() {
-   # fix up logic that won't work in Gentoo Prefix (also won't outside in
-   # certain cases), bug #362891
-   sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_configure_all() {
-   strip-flags -ftracer -ftree-vectorize
-   # Note: make it impl-conditional if py3 is supported
-   append-flags -fno-strict-aliasing
-
-   "${PYTHON}" setup.py build_mo || die
-}
-
-python_compile_all() {
-   rm -r 

[gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp5/

2016-02-02 Thread Alexis Ballier
commit: 4ed327cd4fb362993732fcb7c775bfc5f80ee5c9
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Feb  2 08:36:42 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Feb  2 08:51:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed327cd

dev-ml/camlp5: bump to 6.15

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ml/camlp5/Manifest   |  1 +
 dev-ml/camlp5/camlp5-6.15.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/dev-ml/camlp5/Manifest b/dev-ml/camlp5/Manifest
index 9c3a372..d38913a 100644
--- a/dev-ml/camlp5/Manifest
+++ b/dev-ml/camlp5/Manifest
@@ -1 +1,2 @@
 DIST camlp5-6.14.tgz 748674 SHA256 
09f9ed12893d2ec39c88106af2306865c966096bedce0250f2fe52b67d2480e2 SHA512 
7dd57b8725953099726fc2e5f6dda01ed74485a4bbf41cb30ccd2163ee38bc6dff36fd83069c58d7990522527d266c9e180a8e333b36a42bc216315dc88a25e9
 WHIRLPOOL 
305bb842e449775352cbbf3c89a301a188419c10462f0959b00e181596218b5251dac50856f152ad471fd680e557e6595978c395e9c2864c38ddacd7287c4e3b
+DIST camlp5-6.15.tgz 756199 SHA256 
2e0e1e31e0537f2179766820dd9bd0a4d424bc5ab9c610e6dbf9145f27747f2b SHA512 
658ff32d1d124e91e85d8eba47039bb75573b3807d67fae723335bb06d3237c4151f6d671fb3b068ec4ebffdde03f7956174c9f0ca29eafa5990974987bc2aca
 WHIRLPOOL 
d449b7a485967b79efbc030527513d99dd19d4856ebc132133d09d7028c210b4314ac401de65ac7671d3066f6a2184df157a0091fc173f4d6e7ae8bc7ad2c432

diff --git a/dev-ml/camlp5/camlp5-6.15.ebuild b/dev-ml/camlp5/camlp5-6.15.ebuild
new file mode 100644
index 000..4fcf3b9
--- /dev/null
+++ b/dev-ml/camlp5/camlp5-6.15.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit multilib findlib eutils
+
+MY_P=${P%_p*}
+DESCRIPTION="A preprocessor-pretty-printer of ocaml"
+HOMEPAGE="http://camlp5.gforge.inria.fr/;
+SRC_URI="http://camlp5.gforge.inria.fr/distrib/src/${MY_P}.tgz;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+IUSE="doc +ocamlopt"
+
+DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]"
+RDEPEND="${DEPEND}"
+
+PATCHLEVEL=${PV#*_p}
+PATCHLIST=""
+
+if [ "${PATCHLEVEL}" != "${PV}" ] ; then
+   for (( i=1; i<=PATCHLEVEL; i++ )) ; do
+   SRC_URI="${SRC_URI}
+   
http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-${PV%_p*}-${i} -> 
${MY_P}-patch-${i}.patch"
+   PATCHLIST="${PATCHLIST} ${MY_P}-patch-${i}.patch"
+   done
+fi
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   for i in ${PATCHLIST} ; do
+   epatch "${DISTDIR}/${i}"
+   done
+}
+
+src_configure() {
+   ./configure \
+   --strict \
+   -prefix /usr \
+   -bindir /usr/bin \
+   -libdir /usr/$(get_libdir)/ocaml \
+   -mandir /usr/share/man || die "configure failed"
+}
+
+src_compile(){
+   emake out
+   if use ocamlopt; then
+   emake  opt
+   emake  opt.opt
+   fi
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   # findlib support
+   insinto "$(ocamlfind printconf destdir)/${PN}"
+   doins etc/META
+
+   use doc && dohtml -r doc/*
+
+   dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE
+}



[gentoo-commits] dev/dev-zero:master commit in: dev-python/wtforms/

2016-02-02 Thread Tiziano Müller
commit: 294e3c22c6da2d2b88e568cdee8ec0f521e2e3c7
Author: Tiziano Müller  gentoo  org>
AuthorDate: Mon Feb  1 16:31:14 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Mon Feb  1 16:31:14 2016 +
URL:https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=294e3c22

dev-python/wtforms: add version bump with py-3.5 support

 dev-python/wtforms/Manifest   |  1 +
 dev-python/wtforms/metadata.xml   | 11 +++
 dev-python/wtforms/wtforms-2.1.ebuild | 56 +++
 3 files changed, 68 insertions(+)

diff --git a/dev-python/wtforms/Manifest b/dev-python/wtforms/Manifest
new file mode 100644
index 000..df19601
--- /dev/null
+++ b/dev-python/wtforms/Manifest
@@ -0,0 +1 @@
+DIST WTForms-2.1.zip 553644 SHA256 
ffdf10bd1fa565b8233380cb77a304cd36fd55c73023e91d4b803c96bc11d46f SHA512 
2bdac0a35eca465021df9fb37dc0acd87bf487c6158b782d48870e9d5aab6ed3eb635af89bb38b9e8419688185f7c7b7875e68f7435d94bca8b074b2dddb12a0
 WHIRLPOOL 
91bdb0db56cc7171a87c72a0892f2e4a19ed25398f596996dcba2c4ffb0f2c61b45caeab4da48d7d43a80cccaf9ac650be936aedf61789f01ecdac6cbe657c10

diff --git a/dev-python/wtforms/metadata.xml b/dev-python/wtforms/metadata.xml
new file mode 100644
index 000..3fc3226
--- /dev/null
+++ b/dev-python/wtforms/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   WTForms
+   
+

diff --git a/dev-python/wtforms/wtforms-2.1.ebuild 
b/dev-python/wtforms/wtforms-2.1.ebuild
new file mode 100644
index 000..87fcdf8
--- /dev/null
+++ b/dev-python/wtforms/wtforms-2.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
+
+inherit distutils-r1
+
+MY_PN="WTForms"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Flexible forms validation and rendering library for python web 
development"
+HOMEPAGE="http://wtforms.simplecodes.com/ https://pypi.python.org/pypi/WTForms;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+S="${WORKDIR}/${MY_P}"
+
+RDEPEND="
+   app-arch/unzip
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/Babel[${PYTHON_USEDEP}]
+   dev-python/sqlalchemy[${PYTHON_USEDEP}]
+   dev-python/webob[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   # Extension-tests are written for an older version of Django
+   sed \
+   -e "s|'ext_django.tests', ||" \
+   -i tests/runtests.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] dev/dev-zero:master commit in: dev-python/webob/

2016-02-02 Thread Tiziano Müller
commit: 4d75409fee32ae073baba5507eac3d3a6fc6b5b6
Author: Tiziano Müller  gentoo  org>
AuthorDate: Mon Feb  1 16:30:46 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Mon Feb  1 16:30:46 2016 +
URL:https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=4d75409f

dev-python/webob: add version bump with py-3.5 support

 dev-python/webob/Manifest  |  1 +
 dev-python/webob/metadata.xml  | 11 
 dev-python/webob/webob-1.6.0_alpha0.ebuild | 44 ++
 3 files changed, 56 insertions(+)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
new file mode 100644
index 000..6c0c44d
--- /dev/null
+++ b/dev-python/webob/Manifest
@@ -0,0 +1 @@
+DIST WebOb-1.6.0a0.tar.gz 203676 SHA256 
fe6bc77ace5ec879152ac47b9c4b357b7c788264adbff1fe6bf8a0824272af91 SHA512 
0cf15757e237c66f6b92fd5fbb61ce9b02a0ac56708d7d8eeb99cb2e042b6203a60fd0a5894c129c1830930c7d5faeb2374fe785ee7b889a29e473fa37c97b22
 WHIRLPOOL 
2daf1ae4a561ac4031e05b936a7db960711473c44ebfddee509a4c7ebd9c5acde6098ac8c745006b39d5394d3bba7b124e80723638f9fc70e1de2734550b007b

diff --git a/dev-python/webob/metadata.xml b/dev-python/webob/metadata.xml
new file mode 100644
index 000..5a81475
--- /dev/null
+++ b/dev-python/webob/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   WebOb
+   
+

diff --git a/dev-python/webob/webob-1.6.0_alpha0.ebuild 
b/dev-python/webob/webob-1.6.0_alpha0.ebuild
new file mode 100644
index 000..784c06e
--- /dev/null
+++ b/dev-python/webob/webob-1.6.0_alpha0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+
+inherit distutils-r1 versionator
+
+MY_PN=WebOb
+MY_P=${MY_PN}-${PV//_alpha/a}
+
+DESCRIPTION="WSGI request and response object"
+HOMEPAGE="http://webob.org/ https://pypi.python.org/pypi/WebOb;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}] )"
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}
+
+python_compile_all() {
+   if use doc; then
+   "${PYTHON}" setup.py build_sphinx || die
+   fi
+}
+
+python_test() {
+   nosetests --verbose -w tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+   distutils-r1_python_install_all
+}



  1   2   >