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

2017-03-06 Thread Jeroen Roovers
commit: bbc294f73ee398ac7367e432e96293741a2ceb4d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Mar  7 07:45:06 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Mar  7 07:45:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc294f7

dev-libs/libnl: Version bump.

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 dev-libs/libnl/Manifest|  1 +
 .../{libnl-3.2..ebuild => libnl-3.3.0_rc1.ebuild}  | 18 +++---
 .../{libnl-3.2..ebuild => libnl-3.3..ebuild}   |  0
 3 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/dev-libs/libnl/Manifest b/dev-libs/libnl/Manifest
index bb8cfd19afd..c911dab5b46 100644
--- a/dev-libs/libnl/Manifest
+++ b/dev-libs/libnl/Manifest
@@ -2,3 +2,4 @@ DIST libnl-1.1.4.tar.gz 1174974 SHA256 
4f80c21fe5bbcdde6e72b59b4f98306063a41421f
 DIST libnl-3.2.28-in6.patch.xz 6368 SHA256 
0cbb8dc4e3cdc90a4a0608a26af1971d7c1c397bb5f089de8c8d640e57b7b631 SHA512 
de14f7540e514871db2058236a339192443423e56f2f5bd52e02ff06873c9e411029b12f3119e57eb01201ce3643ce78ca3e8d9ada4f6ba318df96288304bead
 WHIRLPOOL 
1f1ebfc06a0cf516202cee3aaee92d7ed584ec9633d48c23e666d40bf48d658cc27a00c9f8881a7e976e21fc66fb867e10cadd8a6c0c8826ff4fab712cb20f3d
 DIST libnl-3.2.28.tar.gz 941954 SHA256 
cd608992c656e8f6e3ab6c1391b162a5a51c49336b9219f7f390e61fc5437c41 SHA512 
b5f145ecafb2625ed1c42594afd6063f112a601077de5c35884b3c3bc8c562b29b52a006ccebd795c127fe69692a82def425c8605afed7e6d441582943e803d9
 WHIRLPOOL 
ff49346ddc31105a300ebffc0e4d4956ac85ade5e92e884c62e696d7d4234d40e63cf4839e6b6fd2d98d2122662d36d3f41666391686a83c8bf966e53e22ed25
 DIST libnl-3.2.29.tar.gz 963681 SHA256 
0beb593dc6abfffa18a5c787b27884979c1b7e7f1fd468c801e3cc938a685922 SHA512 
45e22b02368c479e01db7160345a0d3c73abf345e7b49bf350811243a17f307f5c6c3df639ec1e0c456707578aca8d69aad8afa697ac21449f521a3e39712670
 WHIRLPOOL 
1273dcaee79ecfdca947110c5e7ff70947703b1b0fda43fdb7c74edd78c6938f675e9a586aaff8feefce56a1f3137cbc50d3626ac336e6afa2ca8cbd8627e6eb
+DIST libnl-3.3.0-rc1.tar.gz 933271 SHA256 
426f69373191760174cb40cb1f9a811248a56f8962fe66cf22156a71685fd110 SHA512 
8084a54efac0256f6badd438fb79512cc53ee5f6635c4f301d1f7b3cfdf326387176949ac368903109dda02f55589ed09cb8f3218ebac973457c6f2740951488
 WHIRLPOOL 
b8db1d4f589d32f0da830dc934765c67087665ac58366265fc2f5d649178c161cfc41e2faf139859c9547c5b20f28bfff5875db9c51cbfe93df3ecc01c3d7f3e

diff --git a/dev-libs/libnl/libnl-3.2..ebuild 
b/dev-libs/libnl/libnl-3.3.0_rc1.ebuild
similarity index 84%
copy from dev-libs/libnl/libnl-3.2..ebuild
copy to dev-libs/libnl/libnl-3.3.0_rc1.ebuild
index f65e3012a6a..64aedbef471 100644
--- a/dev-libs/libnl/libnl-3.2..ebuild
+++ b/dev-libs/libnl/libnl-3.3.0_rc1.ebuild
@@ -4,16 +4,20 @@
 EAPI=6
 PYTHON_COMPAT=( python2_7 python3_{4,5} )
 DISTUTILS_OPTIONAL=1
-inherit autotools distutils-r1 eutils git-r3 libtool multilib multilib-minimal
+inherit distutils-r1 eutils libtool multilib multilib-minimal
+
+LIBNL_P=${P/_/-}
+LIBNL_DIR=${PV/_/}
+LIBNL_DIR=${LIBNL_DIR//./_}
 
 DESCRIPTION="Libraries providing APIs to netlink protocol based Linux kernel 
interfaces"
 HOMEPAGE="http://www.infradead.org/~tgr/libnl/ 
https://github.com/thom311/libnl;
-EGIT_REPO_URI="
-   https://github.com/thom311/libnl.git
+SRC_URI="
+   
https://github.com/thom311/${PN}/releases/download/${PN}${LIBNL_DIR}/${P/_rc/-rc}.tar.gz
 "
 LICENSE="LGPL-2.1 utils? ( GPL-2 )"
 SLOT="3"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs python utils"
 
 RDEPEND="
@@ -29,15 +33,15 @@ DEPEND="
sys-devel/bison
sys-devel/flex
 "
-
 REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
 "
-
 DOCS=(
ChangeLog
 )
 
+S=${WORKDIR}/${LIBNL_P}
+
 MULTILIB_WRAPPED_HEADERS=(
# we do not install CLI stuff for non-native
/usr/include/libnl3/netlink/cli/addr.h
@@ -57,7 +61,7 @@ MULTILIB_WRAPPED_HEADERS=(
 src_prepare() {
default
 
-   eautoreconf
+   elibtoolize
 
if use python; then
cd "${S}"/python || die

diff --git a/dev-libs/libnl/libnl-3.2..ebuild 
b/dev-libs/libnl/libnl-3.3..ebuild
similarity index 100%
rename from dev-libs/libnl/libnl-3.2..ebuild
rename to dev-libs/libnl/libnl-3.3..ebuild



[gentoo-commits] proj/sci:master commit in: virtual/cblas/

2017-03-06 Thread Marius Brehler
commit: 1de2060abbab80f2e545a4824244e9969c7f3972
Author: François Bissey  canterbury  ac  nz>
AuthorDate: Sun Mar  5 01:21:56 2017 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Mar  6 18:58:37 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1de2060a

virtual/cblas: Remove MULTILIB_COMPAT restriction

Package-Manager: portage-2.3.3

 virtual/cblas/cblas-2.0-r4.ebuild   | 4 +---
 virtual/cblas/cblas-3.6-r100.ebuild | 4 +---
 virtual/cblas/cblas-3.7-r100.ebuild | 2 --
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/virtual/cblas/cblas-2.0-r4.ebuild 
b/virtual/cblas/cblas-2.0-r4.ebuild
index 68ba05c97..14a030651 100644
--- a/virtual/cblas/cblas-2.0-r4.ebuild
+++ b/virtual/cblas/cblas-2.0-r4.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build
 
 DESCRIPTION="Virtual for BLAS C implementation"

diff --git a/virtual/cblas/cblas-3.6-r100.ebuild 
b/virtual/cblas/cblas-3.6-r100.ebuild
index a95c7bc34..4adf7906c 100644
--- a/virtual/cblas/cblas-3.6-r100.ebuild
+++ b/virtual/cblas/cblas-3.6-r100.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build
 
 DESCRIPTION="Virtual for BLAS C implementation"

diff --git a/virtual/cblas/cblas-3.7-r100.ebuild 
b/virtual/cblas/cblas-3.7-r100.ebuild
index 7525fd184..51ed1b464 100644
--- a/virtual/cblas/cblas-3.7-r100.ebuild
+++ b/virtual/cblas/cblas-3.7-r100.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build
 
 DESCRIPTION="Virtual for BLAS C implementation"



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

2017-03-06 Thread Marius Brehler
commit: 528abb412a9d81f621970b7cb811315c6da5a62c
Author: François Bissey  canterbury  ac  nz>
AuthorDate: Sun Mar  5 01:27:40 2017 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Mar  6 18:58:37 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=528abb41

Remove MULTILIB_COMPAT restriction from numeric-int64-multibuild eclass

 eclass/numeric-int64-multibuild.eclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/eclass/numeric-int64-multibuild.eclass 
b/eclass/numeric-int64-multibuild.eclass
index ec1d731e9..4f4dda3e8 100644
--- a/eclass/numeric-int64-multibuild.eclass
+++ b/eclass/numeric-int64-multibuild.eclass
@@ -23,8 +23,6 @@ case ${EAPI:-0} in
*) die "EAPI=${EAPI} is not supported" ;;
 esac
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit alternatives-2 eutils fortran-2 multilib-build numeric toolchain-funcs
 
 IUSE="int64"



[gentoo-commits] proj/sci:master commit in: virtual/blas/

2017-03-06 Thread Marius Brehler
commit: cfa18f90c0c2e6264456676cf408b7a05842301d
Author: François Bissey  canterbury  ac  nz>
AuthorDate: Sun Mar  5 01:19:58 2017 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Mar  6 18:58:37 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=cfa18f90

virtual/blas: Remove MULTILIB_COMPAT restriction

Package-Manager: portage-2.3.3

 virtual/blas/blas-2.1-r5.ebuild   | 4 +---
 virtual/blas/blas-3.6-r100.ebuild | 4 +---
 virtual/blas/blas-3.7-r100.ebuild | 2 --
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/virtual/blas/blas-2.1-r5.ebuild b/virtual/blas/blas-2.1-r5.ebuild
index f82f4fb2e..bcaed1b4c 100644
--- a/virtual/blas/blas-2.1-r5.ebuild
+++ b/virtual/blas/blas-2.1-r5.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build multilib
 
 DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation"

diff --git a/virtual/blas/blas-3.6-r100.ebuild 
b/virtual/blas/blas-3.6-r100.ebuild
index 033c2151d..2a9e3abb2 100644
--- a/virtual/blas/blas-3.6-r100.ebuild
+++ b/virtual/blas/blas-3.6-r100.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build multilib
 
 DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation"

diff --git a/virtual/blas/blas-3.7-r100.ebuild 
b/virtual/blas/blas-3.7-r100.ebuild
index be51a95cb..ab212747c 100644
--- a/virtual/blas/blas-3.7-r100.ebuild
+++ b/virtual/blas/blas-3.7-r100.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build multilib
 
 DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation"



[gentoo-commits] proj/sci:master commit in: virtual/scalapack/

2017-03-06 Thread Marius Brehler
commit: b9f7e9f44080652a9ec1918a45f1f74fd6a34a4d
Author: François Bissey  canterbury  ac  nz>
AuthorDate: Sun Mar  5 01:27:04 2017 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Mar  6 18:58:37 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b9f7e9f4

virtual/scalapack: Remove MULTILIB_COMPAT restriction

Package-Manager: portage-2.3.3

 virtual/scalapack/scalapack-2.0.2.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/virtual/scalapack/scalapack-2.0.2.ebuild 
b/virtual/scalapack/scalapack-2.0.2.ebuild
index 6131a36d7..a68e13002 100644
--- a/virtual/scalapack/scalapack-2.0.2.ebuild
+++ b/virtual/scalapack/scalapack-2.0.2.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build
 
 DESCRIPTION="Virtual for ScaLAPACK implementation"



[gentoo-commits] proj/sci:master commit in: virtual/blacs/

2017-03-06 Thread Marius Brehler
commit: 51befd3e96909e6f93e362415301aa1a0af76cb3
Author: François Bissey  canterbury  ac  nz>
AuthorDate: Sun Mar  5 01:18:09 2017 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Mar  6 18:58:37 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=51befd3e

virtual/blacs: Remove MULTILIB_COMPAT restriction

Package-Manager: portage-2.3.3

 virtual/blacs/blacs-1.1-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/virtual/blacs/blacs-1.1-r1.ebuild 
b/virtual/blacs/blacs-1.1-r1.ebuild
index 88595052b..ba94ffaa2 100644
--- a/virtual/blacs/blacs-1.1-r1.ebuild
+++ b/virtual/blacs/blacs-1.1-r1.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build
 
 DESCRIPTION="Virtual for BLACS implementation"



[gentoo-commits] proj/sci:master commit in: virtual/lapack/

2017-03-06 Thread Marius Brehler
commit: b4f4c09d90a5e163399c749b322c0695504fe500
Author: François Bissey  canterbury  ac  nz>
AuthorDate: Sun Mar  5 01:22:52 2017 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Mar  6 18:58:37 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b4f4c09d

virtual/lapack: Remove MULTILIB_COMPAT restriction

Package-Manager: portage-2.3.3

 virtual/lapack/lapack-3.6-r100.ebuild | 4 +---
 virtual/lapack/lapack-3.7-r100.ebuild | 2 --
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/virtual/lapack/lapack-3.6-r100.ebuild 
b/virtual/lapack/lapack-3.6-r100.ebuild
index a7f119675..64256ca6d 100644
--- a/virtual/lapack/lapack-3.6-r100.ebuild
+++ b/virtual/lapack/lapack-3.6-r100.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation"

diff --git a/virtual/lapack/lapack-3.7-r100.ebuild 
b/virtual/lapack/lapack-3.7-r100.ebuild
index 0433823c9..64256ca6d 100644
--- a/virtual/lapack/lapack-3.7-r100.ebuild
+++ b/virtual/lapack/lapack-3.7-r100.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation"



[gentoo-commits] proj/sci:master commit in: virtual/lapacke/

2017-03-06 Thread Marius Brehler
commit: 512fdbbfa30c7047ea0076253e0b2f0df353
Author: François Bissey  canterbury  ac  nz>
AuthorDate: Sun Mar  5 01:25:42 2017 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Mar  6 18:58:37 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=512fd999

virtual/lapacke: Remove MULTILIB_COMPAT restriction

Package-Manager: portage-2.3.3

 virtual/lapacke/lapacke-3.6.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/virtual/lapacke/lapacke-3.6.ebuild 
b/virtual/lapacke/lapacke-3.6.ebuild
index 9c7898c75..594d6e640 100644
--- a/virtual/lapacke/lapacke-3.6.ebuild
+++ b/virtual/lapacke/lapacke-3.6.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build
 
 DESCRIPTION="Virtual for LAPACK C implementation"



[gentoo-commits] repo/gentoo:master commit in: app-editors/vile/

2017-03-06 Thread Tim Harder
commit: 0ac94546834f7f1906897f31424e4cd20b475446
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Mar  7 07:25:46 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Mar  7 07:32:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac94546

app-editors/vile: version bump to 9.8s

 app-editors/vile/Manifest |  1 +
 app-editors/vile/vile-9.8s.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/app-editors/vile/Manifest b/app-editors/vile/Manifest
index 4210ce51548..e55421d91eb 100644
--- a/app-editors/vile/Manifest
+++ b/app-editors/vile/Manifest
@@ -3,3 +3,4 @@ DIST vile-9.8n.tgz 2300678 SHA256 
36cea866603483e43e705ba1a96d0d52dc81f9c0d97fbe
 DIST vile-9.8o.tgz 2304783 SHA256 
45625c060cb9da3d68bba0d308fa61cb6a1cd7c7fd8b0e83aba8890632a19b24 SHA512 
ddcc01b47990cc603f4af2c4738ed989d2be51018aa0bbc96079771f2809f11df160c6bc597dc50bf30f47ef5ec7c78646cbc19d7c381ef836de7bdb884bab87
 WHIRLPOOL 
746e2face1cbf0881cc2c10a57b5d412a30668805a62c8f5db64ffb20e9a74285ef1e5a05e6d607530705427360b13a1cb22dd62ae1dfe02ac190e1bfea518cd
 DIST vile-9.8p.tgz 2312139 SHA256 
e16fe2adbcf142212ffe8bfcd57a3b161886b1f2f7e6c8a3f7607fbfa24b82b7 SHA512 
75c317a3a65665c9b1a0d5c5911701b698fa451ca397f7ef5c5ede726f92246866ad874f9127b8e374193951be58b7f828daa26bee3356af72fa761ceaba0b5e
 WHIRLPOOL 
059db40253c7f867330388b6bfff13969a40c7db02ba80a9b54e719ff651c6ea4dbfe78ca42487fbf55f1588b6c63190abbc7e733c027ad480b4201eb2a381f2
 DIST vile-9.8r.tgz 2322132 SHA256 
f36093551178b10c7c34cd514503fcc4d03fedd19c1eba7845b876253e48db80 SHA512 
4f610c8c8f491d8d630d042166cbbdc12b89513d40d14dd70526d6cb5d7ebf603a99b19ce2fc42f7143d674e6d5155fcd305da297e03e46caa862ff40e2bbdd4
 WHIRLPOOL 
7a375769942d297b5448934bd49a4278697e8307f16900f1ebccd1ac4c9e37a483faf0b2e0f328f2210bdcead79251a1831a2ab4e28e20db637b593c636c06f2
+DIST vile-9.8s.tgz 2328441 SHA256 
1197bc894a63e359e2ae1053a38829b04e9e6948e30e59803f49ed781c077502 SHA512 
06bfa64e5908aa31351068c5509e6fcc98bde202b814aa6abe5c449f841378c897df1fdbb8b20bdb5e71578238e1e9d11dac08e66159317276a01a9ac96ae9ab
 WHIRLPOOL 
054c7b67df64f39b32534cc6fc3e238341dd4cd6cbff362a0638cbee01e2ca729a0b537461b766e6808c05527039a1135d44d30d0f6da826d6b88ebb8fa6abd2

diff --git a/app-editors/vile/vile-9.8s.ebuild 
b/app-editors/vile/vile-9.8s.ebuild
new file mode 100644
index 000..40b6bbe3511
--- /dev/null
+++ b/app-editors/vile/vile-9.8s.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
+HOMEPAGE="http://invisible-island.net/vile/;
+SRC_URI="ftp://invisible-island.net/vile/current/${P}.tgz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+IUSE="perl"
+
+RDEPEND=">=sys-libs/ncurses-5.2:0=
+   perl? ( dev-lang/perl )"
+DEPEND="${RDEPEND}
+   sys-devel/flex
+   app-eselect/eselect-vi"
+
+src_configure() {
+   econf \
+   --with-ncurses \
+   $(use_with perl )
+}
+
+src_install() {
+   emake DESTDIR="${D}" INSTALL_OPT_S="" install
+   dodoc CHANGES* README doc/*.doc
+   docinto html
+   dodoc doc/*.html
+}
+
+pkg_postinst() {
+   einfo "Updating ${EPREFIX}/usr/bin/vi symlink"
+   eselect vi update --if-unset
+}
+
+pkg_postrm() {
+   einfo "Updating ${EPREFIX}/usr/bin/vi symlink"
+   eselect vi update --if-unset
+}



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

2017-03-06 Thread Michael Palimaka
commit: 2ace8b4b63aeb4fc5d2aae6ce827fdbc692b8dd1
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Mar  7 07:29:17 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Mar  7 07:29:30 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2ace8b4b

Documentation: regenerate for plasma-vault addition to kde-plasma-live

 Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live | 1 +
 Documentation/package.accept_keywords/kde-plasma-live.keywords | 1 +
 Documentation/package.mask/kde-plasma-live | 1 +
 Documentation/package.unmask/kde-plasma-live   | 1 +
 4 files changed, 4 insertions(+)

diff --git 
a/Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live 
b/Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live
index 6fa7c82421..6cf97bd2af 100644
--- a/Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live
+++ b/Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live
@@ -32,6 +32,7 @@
 ~kde-plasma/plasma-sdk- **
 ~kde-plasma/plasma-workspace- **
 ~kde-plasma/plasma-workspace-wallpapers- **
+~kde-plasma/plasma-vault- **
 ~kde-plasma/polkit-kde-agent- **
 ~kde-plasma/powerdevil- **
 ~kde-plasma/sddm-kcm- **

diff --git a/Documentation/package.accept_keywords/kde-plasma-live.keywords 
b/Documentation/package.accept_keywords/kde-plasma-live.keywords
index 0d8eca6c35..0092c4e15a 100644
--- a/Documentation/package.accept_keywords/kde-plasma-live.keywords
+++ b/Documentation/package.accept_keywords/kde-plasma-live.keywords
@@ -35,6 +35,7 @@
 ~kde-plasma/plasma-sdk- **
 ~kde-plasma/plasma-workspace- **
 ~kde-plasma/plasma-workspace-wallpapers- **
+~kde-plasma/plasma-vault- **
 ~kde-plasma/polkit-kde-agent- **
 ~kde-plasma/powerdevil- **
 ~kde-plasma/sddm-kcm- **

diff --git a/Documentation/package.mask/kde-plasma-live 
b/Documentation/package.mask/kde-plasma-live
index c5045823f0..0f31b2dbaf 100644
--- a/Documentation/package.mask/kde-plasma-live
+++ b/Documentation/package.mask/kde-plasma-live
@@ -35,6 +35,7 @@
 ~kde-plasma/plasma-sdk-
 ~kde-plasma/plasma-workspace-
 ~kde-plasma/plasma-workspace-wallpapers-
+~kde-plasma/plasma-vault-
 ~kde-plasma/polkit-kde-agent-
 ~kde-plasma/powerdevil-
 ~kde-plasma/sddm-kcm-

diff --git a/Documentation/package.unmask/kde-plasma-live 
b/Documentation/package.unmask/kde-plasma-live
index c5045823f0..0f31b2dbaf 100644
--- a/Documentation/package.unmask/kde-plasma-live
+++ b/Documentation/package.unmask/kde-plasma-live
@@ -35,6 +35,7 @@
 ~kde-plasma/plasma-sdk-
 ~kde-plasma/plasma-workspace-
 ~kde-plasma/plasma-workspace-wallpapers-
+~kde-plasma/plasma-vault-
 ~kde-plasma/polkit-kde-agent-
 ~kde-plasma/powerdevil-
 ~kde-plasma/sddm-kcm-



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-vault/, kde-misc/plasma-vault/, profiles/updates/

2017-03-06 Thread Michael Palimaka
commit: c98ee8bb580ba4ae8560e707a48ab73e9fb4c4cc
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Mar  7 07:27:32 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Mar  7 07:29:23 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c98ee8bb

kde-misc/plasma-vault: move to kde-plasma

https://commits.kde.org/sysadmin/repo-metadata/b8559f750bfa648ebae4a26882b2a64f07ae3094

 {kde-misc => kde-plasma}/plasma-vault/metadata.xml | 0
 {kde-misc => kde-plasma}/plasma-vault/plasma-vault-.ebuild | 0
 profiles/updates/1Q-2017   | 1 +
 3 files changed, 1 insertion(+)

diff --git a/kde-misc/plasma-vault/metadata.xml 
b/kde-plasma/plasma-vault/metadata.xml
similarity index 100%
rename from kde-misc/plasma-vault/metadata.xml
rename to kde-plasma/plasma-vault/metadata.xml

diff --git a/kde-misc/plasma-vault/plasma-vault-.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-.ebuild
similarity index 100%
rename from kde-misc/plasma-vault/plasma-vault-.ebuild
rename to kde-plasma/plasma-vault/plasma-vault-.ebuild

diff --git a/profiles/updates/1Q-2017 b/profiles/updates/1Q-2017
index b0ee550f8b..d04617015b 100644
--- a/profiles/updates/1Q-2017
+++ b/profiles/updates/1Q-2017
@@ -1,2 +1,3 @@
 slotmove dev-libs/kirigami 5 1
 move net-libs/libkgapi kde-apps/libkgapi
+move kde-misc/plasma-vault kde-plasma/plasma-vault



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

2017-03-06 Thread Michael Palimaka
commit: 27c42ae097c6868ac9e1f3c14ee6f0c0f069120f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Mar  7 07:28:46 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Mar  7 07:29:30 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=27c42ae0

sets: add plasma-vault to kde-plasma-live

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

diff --git a/sets/kde-plasma-live b/sets/kde-plasma-live
index 2218a77ea9..b317f85bbd 100644
--- a/sets/kde-plasma-live
+++ b/sets/kde-plasma-live
@@ -32,6 +32,7 @@
 ~kde-plasma/plasma-sdk-
 ~kde-plasma/plasma-workspace-
 ~kde-plasma/plasma-workspace-wallpapers-
+~kde-plasma/plasma-vault-
 ~kde-plasma/polkit-kde-agent-
 ~kde-plasma/powerdevil-
 ~kde-plasma/sddm-kcm-



[gentoo-commits] repo/gentoo:master commit in: media-libs/raspberrypi-userland-bin/

2017-03-06 Thread Michael Weber
commit: c3d09cf6418703b38cd741c32fb312360c38eb6f
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar  7 07:21:25 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar  7 07:21:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d09cf6

media-libs/raspberrypi-userland-bin: Remove old version.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-libs/raspberrypi-userland-bin/Manifest   |  1 -
 .../raspberrypi-userland-bin-1.20160209.ebuild | 48 --
 2 files changed, 49 deletions(-)

diff --git a/media-libs/raspberrypi-userland-bin/Manifest 
b/media-libs/raspberrypi-userland-bin/Manifest
index 9fa4abf1b0d..c2488b0404b 100644
--- a/media-libs/raspberrypi-userland-bin/Manifest
+++ b/media-libs/raspberrypi-userland-bin/Manifest
@@ -1,2 +1 @@
-DIST raspberrypi-firmware-1.20160209.tar.gz 114792438 SHA256 
ca6a88db72e90ef821b8ca7755bbee9c1d5bdb9a621a45eb029af195d2d29751 SHA512 
281092c11d422d821e5e2b0479c3b8f891f8df66cfbf931992902d759c99ed40cbb2d9fada1f944372e5bcd8af69784739e79e9912db3482892b10bf668611f2
 WHIRLPOOL 
81974a53562ee91544d7a01dc9f4f4173a6e882891f8cf744b700162ddd8f8607b1cfcbbde04cafe2bcea47489f9ea4fd8840adf776e806bef0dba574448e76e
 DIST raspberrypi-firmware-1.20160309.tar.gz 115673896 SHA256 
ead0e82b930fdeed9636a6d2d6e07b2512b5f36de3c902da5beaa9328708e181 SHA512 
30a6396ef52355c6f6404354645e8d0f5bbf70332b0e1661dfa8ef3456154d07e105d3b7b5bd64efb3e7397fa2fb8c36de1aa78040dc4118060b26949c2ab884
 WHIRLPOOL 
19a2a28e7dc1403958f12338b5029187bb752f1367f9a46e217b3d91b098960f1cf75efb3610defe3bb2f521559019453cf50a52def3abb9c1ac61419b8ea328

diff --git 
a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20160209.ebuild
 
b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20160209.ebuild
deleted file mode 100644
index 46f23148fa1..000
--- 
a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20160209.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib vcs-snapshot
-
-DESCRIPTION="Raspberry Pi userspace tools and libraries"
-HOMEPAGE="https://github.com/raspberrypi/firmware;
-MY_P="raspberrypi-firmware-${PV}"
-SRC_URI="https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-LICENSE="BSD GPL-2 raspberrypi-videocore-bin"
-SLOT="0"
-KEYWORDS="~arm -*"
-IUSE="+hardfp examples"
-
-RDEPEND="!media-libs/raspberrypi-userland"
-DEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-RESTRICT="binchecks"
-
-src_prepare() {
-   rm {,hardfp/}opt/vc/LICENCE || die
-}
-
-src_install() {
-   cd $(usex hardfp hardfp/ "")opt/vc || die
-
-   insinto /opt/vc
-   doins -r include
-   into /opt
-   dobin bin/*
-   dobin sbin/*
-   insopts -m 0755
-   insinto "/opt/vc/$(get_libdir)"
-   doins -r lib/*
-
-   doenvd "${FILESDIR}"/04${PN}
-
-   if use examples ; then
-   insopts -m 0644
-   insinto /usr/share/doc/${PF}/examples
-   doins -r src/hello_pi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-sources/

2017-03-06 Thread Michael Weber
commit: b20ee3c656e83fd09db511d8fbfed5c72f909bcd
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar  7 07:19:53 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar  7 07:19:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20ee3c6

sys-kernel/raspberrypi-sources: Version bump.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../raspberrypi-sources-4.10..ebuild   | 27 ++
 .../raspberrypi-sources-4.9..ebuild| 27 ++
 2 files changed, 54 insertions(+)

diff --git 
a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10..ebuild 
b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10..ebuild
new file mode 100644
index 000..1e0ef374a71
--- /dev/null
+++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.10..ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ETYPE=sources
+K_DEFCONFIG="bcmrpi_defconfig"
+K_SECURITY_UNSUPPORTED=1
+EXTRAVERSION="-${PN}/-*"
+inherit kernel-2
+detect_version
+detect_arch
+
+inherit git-2 versionator
+EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
+EGIT_PROJECT="raspberrypi-linux.git"
+EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
+
+DESCRIPTION="Raspberry PI kernel sources"
+HOMEPAGE="https://github.com/raspberrypi/linux;
+
+KEYWORDS=""
+
+src_unpack() {
+   git-2_src_unpack
+   unpack_set_extraversion
+}

diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9..ebuild 
b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9..ebuild
new file mode 100644
index 000..1e0ef374a71
--- /dev/null
+++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.9..ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ETYPE=sources
+K_DEFCONFIG="bcmrpi_defconfig"
+K_SECURITY_UNSUPPORTED=1
+EXTRAVERSION="-${PN}/-*"
+inherit kernel-2
+detect_version
+detect_arch
+
+inherit git-2 versionator
+EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
+EGIT_PROJECT="raspberrypi-linux.git"
+EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
+
+DESCRIPTION="Raspberry PI kernel sources"
+HOMEPAGE="https://github.com/raspberrypi/linux;
+
+KEYWORDS=""
+
+src_unpack() {
+   git-2_src_unpack
+   unpack_set_extraversion
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/raspberrypi-userland-bin/

2017-03-06 Thread Michael Weber
commit: 9cf97971322a046a0b99b0115bf16b496b6c8c2f
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar  7 07:24:42 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar  7 07:24:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf97971

media-libs/raspberrypi-userland-bin: Version bump.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-libs/raspberrypi-userland-bin/Manifest   |  1 +
 .../raspberrypi-userland-bin-1.20170303.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/media-libs/raspberrypi-userland-bin/Manifest 
b/media-libs/raspberrypi-userland-bin/Manifest
index c2488b0404b..b20981a8982 100644
--- a/media-libs/raspberrypi-userland-bin/Manifest
+++ b/media-libs/raspberrypi-userland-bin/Manifest
@@ -1 +1,2 @@
 DIST raspberrypi-firmware-1.20160309.tar.gz 115673896 SHA256 
ead0e82b930fdeed9636a6d2d6e07b2512b5f36de3c902da5beaa9328708e181 SHA512 
30a6396ef52355c6f6404354645e8d0f5bbf70332b0e1661dfa8ef3456154d07e105d3b7b5bd64efb3e7397fa2fb8c36de1aa78040dc4118060b26949c2ab884
 WHIRLPOOL 
19a2a28e7dc1403958f12338b5029187bb752f1367f9a46e217b3d91b098960f1cf75efb3610defe3bb2f521559019453cf50a52def3abb9c1ac61419b8ea328
+DIST raspberrypi-firmware-1.20170303.tar.gz 11867 SHA256 
ee8758d7e63c8fea7c8b7b476ff1c09f9591c74349b7751036a78ae5b88eca36 SHA512 
cb0015fcaa607039db2ff40cadcfcafd0cf2ec7dd1df47f38414540fb1f86d626648bf6403989007895b0617c13ff4ec233a7b1987986224c09a8209e7732501
 WHIRLPOOL 
117b7fd58936ee938653fac063d200ae1a83195ebae1eb847fb0036d78932ed052d788fc1311463d2b9a6b5c7bb4c2678caf7ec71d9c147759636e91c532afeb

diff --git 
a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20170303.ebuild
 
b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20170303.ebuild
new file mode 100644
index 000..f011422bc21
--- /dev/null
+++ 
b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20170303.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit multilib vcs-snapshot
+
+DESCRIPTION="Raspberry Pi userspace tools and libraries"
+HOMEPAGE="https://github.com/raspberrypi/firmware;
+MY_P="raspberrypi-firmware-${PV}"
+SRC_URI="https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="BSD GPL-2 raspberrypi-videocore-bin"
+SLOT="0"
+KEYWORDS="~arm -*"
+IUSE="+hardfp examples"
+
+RDEPEND="!media-libs/raspberrypi-userland"
+DEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+RESTRICT="binchecks"
+
+src_prepare() {
+   rm {,hardfp/}opt/vc/LICENCE || die
+}
+
+src_install() {
+   cd $(usex hardfp hardfp/ "")opt/vc || die
+
+   insinto /opt/vc
+   doins -r include
+   into /opt
+   dobin bin/*
+   dobin sbin/*
+   insopts -m 0755
+   insinto "/opt/vc/$(get_libdir)"
+   doins -r lib/*
+
+   doenvd "${FILESDIR}"/04${PN}
+
+   if use examples ; then
+   insopts -m 0644
+   insinto /usr/share/doc/${PF}/examples
+   doins -r src/hello_pi
+   fi
+}



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

2017-03-06 Thread Michael Weber
commit: d1ff3c306a37380e39b459652e57ff1846d4ab23
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar  7 07:28:34 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar  7 07:28:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ff3c30

media-libs/raspberrypi-userland: Remove old versions.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-libs/raspberrypi-userland/Manifest   |   7 --
 .../raspberrypi-userland-0_pre20130705-r1.ebuild   |  60 
 .../raspberrypi-userland-0_pre20140117.ebuild  |  60 
 .../raspberrypi-userland-0_pre20140830.ebuild  |  60 
 .../raspberrypi-userland-0_pre20150921.ebuild  |  60 
 .../raspberrypi-userland-0_pre20160305-r1.ebuild   | 107 -
 .../raspberrypi-userland-0_pre20160330.ebuild  | 107 -
 .../raspberrypi-userland-0_pre20160408.ebuild  | 107 -
 8 files changed, 568 deletions(-)

diff --git a/media-libs/raspberrypi-userland/Manifest 
b/media-libs/raspberrypi-userland/Manifest
index 9aeb8badae3..01faf4aa39f 100644
--- a/media-libs/raspberrypi-userland/Manifest
+++ b/media-libs/raspberrypi-userland/Manifest
@@ -1,8 +1 @@
-DIST raspberrypi-userland-0_pre20130705.tar.xz 31966608 SHA256 
6307cc9d6103cd8afddf1b94ab44c4071f80884ec85d8e5aadd0f2f3d631c713 SHA512 
d83de618e8fa6d49bd0b5b265706c7b290fa5800ac9a674dbf3d34222ab25e92c99877d61c4f706292666bf130ee0118ad54f35c8379a281f8ee90ce76a89651
 WHIRLPOOL 
8077d99e7a970f37bb4961ac928f9860b47be8aee83bff00eb4c44ee511aa322c532c9ff52528aece0897247ed8472aa70c147794aafe546ece8f8a08c5eb208
-DIST raspberrypi-userland-0_pre20140117.tar.xz 31998784 SHA256 
2999d711465ddbc6b70d429a0253b8a9c1f838351a96f2b25cc86109a879005f SHA512 
5c3dfebdcb36a2a17da94cafcc92067b24b454d5694b0bd216dd0d6752c4f505840880094c22125ab5da60f7b53b9114e8d04359a223e9e00be967cb8585e42e
 WHIRLPOOL 
5179758c2be4b45f640eb8759554e19ea4fc8c83e63b0d4396ae84e67ae82e97824bf12f0766df5a70e2ca5b80e90be80e5c9b2eaa968752829765463d3f6d0d
-DIST raspberrypi-userland-0_pre20140830.tar.xz 32066536 SHA256 
f9a06d2ca7d41cdc700b83eeb7c3e06d3ea6bd3fd187880a563144a6bf6ee901 SHA512 
775005177e760fff611d7ce7e4beb466ea111dfc4652b97593d1061b97b1ded32979f8666a0aada6338791abab93bbfd902f267eba5734e8aa932ebcf487
 WHIRLPOOL 
3066272a88b868ef20f27614f6f680aa6eb8a43cd2e281a7a930b99be341b037fa843a1c36bfdc6be619544e5b4b8751e5ab58c853b1baff44894b39284bfa55
-DIST raspberrypi-userland-0_pre20150921.tar.xz 32395092 SHA256 
771bf96111d40c3b86cf2590f22d02306e5f56668f6ee11ace389c719bfccb2b SHA512 
0aad096f5c6d54ef1d494708e80f8fb921e30e0d93ced79b4e939afffa8e824e35347595d6f925d1d7ee86917e72fa0b160ad56c8a4df7711d5e87b5cc399be1
 WHIRLPOOL 
2204dd8f8acf79c3d8baab770e133d18596f00fbf714e9ab46bf4a5ae1a1c0cf9edcbf763bf7fc0403126bb0ca9de7f422a3427dd429d849df6aee1be08b4b6a
-DIST raspberrypi-userland-0_pre20160305.tar.gz 32888927 SHA256 
01cc6dfb5ee50733d58e6cb1ba0f79cb90ab7ef46718c302cbac0fd9e3a09b6a SHA512 
8621f48d699b2736d4a22f03e5cdde6be564b8d2100f46ab85d3f6e0fc958634436fafc8d218f55a114a37acaf6dbe21b5cf2bf57c258a3067af2720d63d0c27
 WHIRLPOOL 
109aabddfc483900741758a737f93c1f3bc4074de2e2f0d25d28a620f8381adb44d21b5fa8eb3f59a69eb3a9903b95b32e3a5d9d9353560d42e37d19aaa9b085
-DIST raspberrypi-userland-0_pre20160330.tar.gz 32928211 SHA256 
a1f3772afee594c7f08e5362cff96d783d2a0a4970d0172c611a638fe93cfeea SHA512 
5b56885a1d832fff7d806718341d0050df66641d698ead4997e684c2aedb8faebd5cd9ce84a69537cc0ed362ca1b6c487ff2fd5575f5a3fbb1d4a7fe8602fb6e
 WHIRLPOOL 
ec3d224715e351150f72d021fd5a623287a64bc39379137cde01f8c460e083069f9cc18cf4899fff43d69a711b4c5bd9c69f51113b3b0a6b5092bb62441d9355
-DIST raspberrypi-userland-0_pre20160408.tar.gz 32930276 SHA256 
006500715b4131db263b81059685877eeb46b2591c13f772fa9f79b2368f195a SHA512 
f42c561d1b9ebe9fe6335166a35e47d5dc932c1fefe567458f6a4ae9c57849ccf33e8ede8144989e3a1fa4c9b2a6c892cf61f77d69350d590443d0360388814b
 WHIRLPOOL 
786ca22ad4e7a9740b853d7adbf362b618add9f12e987192f40bf012fdb313dcf9a38b27c963e87566cf91c98c4f02d59d8ef2eee602ea13369036c4e3a7891c
 DIST raspberrypi-userland-0_pre20160424.tar.gz 32933952 SHA256 
e040448cec34b9cea0072977397391af3131b2b43b057beba2ecf8b098d70b77 SHA512 
04a71837b1247ecbbe479b3b09b5705638a9e576dc99a1ab2200727509195a4a2f2a9b184e3c23ce3933a3236b260afc8bd2b75bc218567b386445bdd8208a5b
 WHIRLPOOL 
95d6472d2f64e047d296cbebc122fe62eb392f861ad069e5a092a2d5710e7f85824e7a69e68d5af68d91b567c973b7e8b95135bf8b5a0bcfa58b683b35a8ed44

diff --git 
a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20130705-r1.ebuild 
b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20130705-r1.ebuild
deleted file mode 100644
index 3d43e4934e9..000
--- 
a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20130705-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit 

[gentoo-commits] repo/gentoo:master commit in: media-libs/raspberrypi-userland-bin/

2017-03-06 Thread Michael Weber
commit: 40dd2b02945cc4af9d50d10b49ca024aa31f8760
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar  7 07:24:58 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar  7 07:24:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40dd2b02

media-libs/raspberrypi-userland-bin: Remove old version.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-libs/raspberrypi-userland-bin/Manifest   |  1 -
 .../raspberrypi-userland-bin-1.20160309.ebuild | 48 --
 2 files changed, 49 deletions(-)

diff --git a/media-libs/raspberrypi-userland-bin/Manifest 
b/media-libs/raspberrypi-userland-bin/Manifest
index b20981a8982..10b29f02c6a 100644
--- a/media-libs/raspberrypi-userland-bin/Manifest
+++ b/media-libs/raspberrypi-userland-bin/Manifest
@@ -1,2 +1 @@
-DIST raspberrypi-firmware-1.20160309.tar.gz 115673896 SHA256 
ead0e82b930fdeed9636a6d2d6e07b2512b5f36de3c902da5beaa9328708e181 SHA512 
30a6396ef52355c6f6404354645e8d0f5bbf70332b0e1661dfa8ef3456154d07e105d3b7b5bd64efb3e7397fa2fb8c36de1aa78040dc4118060b26949c2ab884
 WHIRLPOOL 
19a2a28e7dc1403958f12338b5029187bb752f1367f9a46e217b3d91b098960f1cf75efb3610defe3bb2f521559019453cf50a52def3abb9c1ac61419b8ea328
 DIST raspberrypi-firmware-1.20170303.tar.gz 11867 SHA256 
ee8758d7e63c8fea7c8b7b476ff1c09f9591c74349b7751036a78ae5b88eca36 SHA512 
cb0015fcaa607039db2ff40cadcfcafd0cf2ec7dd1df47f38414540fb1f86d626648bf6403989007895b0617c13ff4ec233a7b1987986224c09a8209e7732501
 WHIRLPOOL 
117b7fd58936ee938653fac063d200ae1a83195ebae1eb847fb0036d78932ed052d788fc1311463d2b9a6b5c7bb4c2678caf7ec71d9c147759636e91c532afeb

diff --git 
a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20160309.ebuild
 
b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20160309.ebuild
deleted file mode 100644
index 46f23148fa1..000
--- 
a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20160309.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib vcs-snapshot
-
-DESCRIPTION="Raspberry Pi userspace tools and libraries"
-HOMEPAGE="https://github.com/raspberrypi/firmware;
-MY_P="raspberrypi-firmware-${PV}"
-SRC_URI="https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-LICENSE="BSD GPL-2 raspberrypi-videocore-bin"
-SLOT="0"
-KEYWORDS="~arm -*"
-IUSE="+hardfp examples"
-
-RDEPEND="!media-libs/raspberrypi-userland"
-DEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-RESTRICT="binchecks"
-
-src_prepare() {
-   rm {,hardfp/}opt/vc/LICENCE || die
-}
-
-src_install() {
-   cd $(usex hardfp hardfp/ "")opt/vc || die
-
-   insinto /opt/vc
-   doins -r include
-   into /opt
-   dobin bin/*
-   dobin sbin/*
-   insopts -m 0755
-   insinto "/opt/vc/$(get_libdir)"
-   doins -r lib/*
-
-   doenvd "${FILESDIR}"/04${PN}
-
-   if use examples ; then
-   insopts -m 0644
-   insinto /usr/share/doc/${PF}/examples
-   doins -r src/hello_pi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-sources/

2017-03-06 Thread Michael Weber
commit: c0796510a0c77dedab0a1240462140ac84f2757e
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar  7 00:57:07 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar  7 07:04:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0796510

sys-kernel/raspberrypi-sources: Remove old.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sys-kernel/raspberrypi-sources/Manifest|  3 ---
 ...raspberrypi-sources-3.10.1_pre-r20130719.ebuild | 24 ---
 .../raspberrypi-sources-3.10..ebuild   | 27 --
 .../raspberrypi-sources-3.12..ebuild   | 27 --
 .../raspberrypi-sources-3.14..ebuild   | 27 --
 .../raspberrypi-sources-3.18..ebuild   | 27 --
 .../raspberrypi-sources-4.1..ebuild| 27 --
 7 files changed, 162 deletions(-)

diff --git a/sys-kernel/raspberrypi-sources/Manifest 
b/sys-kernel/raspberrypi-sources/Manifest
deleted file mode 100644
index 4ecd8c3b26a..000
--- a/sys-kernel/raspberrypi-sources/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST linux-3.10.tar.xz 73175088 SHA256 
df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 
5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35
 WHIRLPOOL 
e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053
-DIST patch-3.10.1.xz 5716 SHA256 
1ce8533d0142acf9bb4c2167f0317580735a3c335b7303acbbd8127d01fb73e3 SHA512 
6441aacbd2a3d1f1c2925397610e7343b7ed4e6fe80d64c52a261d12bb5cb7c44bcdc6aaa8aa975eabd90d8558820dad943fa2023451aa05825979af2b026ece
 WHIRLPOOL 
3ed54bc6ba5741a884ec098a397b251aa610aa466090a65650b233baadc8627b2898f18719e2c91a087b0d5e3e3d20735eaf7d9c4e721bf7bd672ad4b9c1478c
-DIST raspberrypi-sources-3.10.1_pre-r20130719.patch.xz 1085996 SHA256 
785a8227cca602d42b5c07f9d95d135fc5dc183dd418d04c6ffe3e58b64cb639 SHA512 
a493a6f88844d7cd8371a6b4cf3509e0fb5ae5e0a07cb28f32d947cc42d469870f13506c0f62e3b83bca5d2ac48d17653daa1371dfd5b9bb2af9cb0831356048
 WHIRLPOOL 
d5d49f3aa897635ad97997c55733ab09db5c8b70486e6e64f39c9e3b55ce4bec6060e5e81406644b8431acee0edf60dd5144f0d22de1bae7a6d9859f69e229cd

diff --git 
a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.1_pre-r20130719.ebuild
 
b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.1_pre-r20130719.ebuild
deleted file mode 100644
index 6ef043b5399..000
--- 
a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.1_pre-r20130719.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ETYPE=sources
-K_DEFCONFIG="bcmrpi_defconfig"
-K_SECURITY_UNSUPPORTED=1
-UNIPATCH_LIST="${DISTDIR}/${PF}.patch.xz"
-CKV="3.10.1"
-inherit kernel-2
-detect_version
-detect_arch
-
-DESCRIPTION="Raspberry PI kernel sources"
-HOMEPAGE="https://github.com/raspberrypi/linux;
-# from github.com/rasperrypi/firmware/extra/git_hash
-# MY_COMMIT="b04d3b1874"
-# https://github.com/raspberrypi/linux/tarball/${MY_COMMIT} ->
-#  raspberrypi-sources-${MY_COMMIT}.tar.gz
-SRC_URI="${KERNEL_URI}
-   https://dev.gentoo.org/~xmw/${PN}/${PF}.patch.xz;
-
-KEYWORDS="~arm"

diff --git 
a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10..ebuild 
b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10..ebuild
deleted file mode 100644
index f84a9e40275..000
--- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10..ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ETYPE=sources
-K_DEFCONFIG="bcmrpi_defconfig"
-K_SECURITY_UNSUPPORTED=1
-EXTRAVERSION="-${PN}/-*"
-inherit kernel-2
-detect_version
-detect_arch
-
-inherit git-2 versionator
-EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
-EGIT_PROJECT="raspberrypi-linux.git"
-EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
-
-DESCRIPTION="Raspberry PI kernel sources"
-HOMEPAGE="https://github.com/raspberrypi/linux;
-
-KEYWORDS=""
-
-src_unpack() {
-   git-2_src_unpack
-   unpack_set_extraversion
-}

diff --git 
a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.12..ebuild 
b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.12..ebuild
deleted file mode 100644
index f84a9e40275..000
--- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.12..ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ETYPE=sources
-K_DEFCONFIG="bcmrpi_defconfig"
-K_SECURITY_UNSUPPORTED=1
-EXTRAVERSION="-${PN}/-*"
-inherit kernel-2
-detect_version
-detect_arch
-
-inherit git-2 versionator

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/omniauth/

2017-03-06 Thread Hans de Graaff
commit: 5548f1909bbf8abc0a15ac0e5e73675e964c94cd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  7 06:09:26 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  7 06:10:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5548f190

dev-ruby/omniauth: add 1.6.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/omniauth/Manifest  |  1 +
 dev-ruby/omniauth/omniauth-1.6.1.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/omniauth/Manifest b/dev-ruby/omniauth/Manifest
index dd17bf64781..f5a6e90828f 100644
--- a/dev-ruby/omniauth/Manifest
+++ b/dev-ruby/omniauth/Manifest
@@ -2,3 +2,4 @@ DIST omniauth-1.3.1.tar.gz 23759 SHA256 
a5043cd38442600320cfd92672f9985be3dc556f
 DIST omniauth-1.3.2.tar.gz 23598 SHA256 
d3780cc9c945ab74362d2aa93250ce84a2c18f940b3a42cde1c6dfbb1f873a13 SHA512 
43b27f370f8ea86105952c61a087534f19328680303e1c5e9ad9877420b4f4086d463dae17722a7a13f55ef28d7cef508c52b25e0279961b1f6dc3e133696f3a
 WHIRLPOOL 
65e8dd2ec1c1ed74f4cc7aa16c9561a6d097a98952ee64dfe6a56e16e2036ad8a2b5f7a677453310465dc56c9d8072cf07bfc6dfe61a56d567a9adc7ecd5ad39
 DIST omniauth-1.4.0.tar.gz 24476 SHA256 
6998cca7fb2ed620f5ae400b9d88ae54a26def8bd714a0f2eb495efed24494fd SHA512 
8953c0cd451d622ff9ace3324187081e405f50c5d89c35a2ab3151f491dc0108757ba1be40546cfb74bb8e179d2a25563c0f5713d72a8e012ceec33d184eaaec
 WHIRLPOOL 
27bd779015982aff510cd1e0c96428c78e6a8c290bc8f19a269eda792d47ff0aadc16d47723c63e0aa2e1e48b49799c6d9219c801dba3ad1848da52a704aff1c
 DIST omniauth-1.6.0.tar.gz 25205 SHA256 
9eae49f049f47f646540d21c257b596a25179cd4466927362a97dc852fe4664c SHA512 
fb989ba7aef74bd3d2c185d6401cf263ef6169abc3018f51ae7ed99921b9f339c60fc2735582f559a0e0726338bb8d114973588155239fde2bff5805ad520bc2
 WHIRLPOOL 
33a83c09a775297fdc9346530e0935ccdb7985075e9e520dd8e6d30eb16a33fcc69baa7d9479c12689755122452cff1c8cf1cb1e8f390da3270bb2900b8d6834
+DIST omniauth-1.6.1.tar.gz 25094 SHA256 
9a6cb873857f30468cff0024b73ead30ac46bd5da98be2db0b2e72a20b73f0d4 SHA512 
5cb372ef4c8b78d5d110eb3f2f828ac3af5d14f230ed3a7d81f0464e21f0d3a434604fe2102874a3b6c341cbe9ad4db4af575229c77592c11e756bb38ab3b80b
 WHIRLPOOL 
b7711d6f5526e96e2d249cd2bc83e01b65d7fc8feb4f46bf660ce8f43979177168d9a9065876db6c9062f282907e6750649cfb350d1aa56cd7b3ec168f64e096

diff --git a/dev-ruby/omniauth/omniauth-1.6.1.ebuild 
b/dev-ruby/omniauth/omniauth-1.6.1.ebuild
new file mode 100644
index 000..ddea4b3b8f5
--- /dev/null
+++ b/dev-ruby/omniauth/omniauth-1.6.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A generalized Rack framework for multiple-provider authentication"
+HOMEPAGE="https://github.com/intridea/omniauth;
+SRC_URI="https://github.com/intridea/omniauth/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/rack-1.6.2:* =dev-ruby/hashie-3.4.6:3 

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

2017-03-06 Thread Mike Frysinger
commit: 7d93f7ecb881c9c0437f68f8733402fb85a56375
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar  7 05:55:57 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar  7 06:05:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d93f7ec

sys-libs/glibc: mark 2.23-r3 sparc stable #576726

 sys-libs/glibc/glibc-2.23-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.23-r3.ebuild 
b/sys-libs/glibc/glibc-2.23-r3.ebuild
index 8788fa88833..4f88a459468 100644
--- a/sys-libs/glibc/glibc-2.23-r3.ebuild
+++ b/sys-libs/glibc/glibc-2.23-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library"
 HOMEPAGE="https://www.gnu.org/software/libc/libc.html;
 
 LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc 
x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 RESTRICT="strip" # strip ourself #46186
 EMULTILIB_PKG="true"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ffi/

2017-03-06 Thread Hans de Graaff
commit: 52bb57449ffc3f5f033ee8711f1180efc2f18c69
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  7 05:19:44 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  7 05:19:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52bb5744

dev-ruby/ffi: add 1.9.18

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/ffi/Manifest  |  1 +
 dev-ruby/ffi/ffi-1.9.18.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/dev-ruby/ffi/Manifest b/dev-ruby/ffi/Manifest
index 6953704cd49..3a9431c2888 100644
--- a/dev-ruby/ffi/Manifest
+++ b/dev-ruby/ffi/Manifest
@@ -1,4 +1,5 @@
 DIST ffi-git-1.9.10.tgz 897526 SHA256 
3a9a9f6d36fe6a99a3e93865f9680a7578a01f2f52368c6e3c4eac94d3784c70 SHA512 
6b47ec43bffdbed31607b8fdc32c26cce9af4eadf03d751cf61f5d2fdd06a281891b6f2ad5f9c9916790211331edf022e5889dae13982be1ad42d12af8186146
 WHIRLPOOL 
ec8e816752c8ed35750dafe1146c2d371824154adfe5adf5c95846fa2a393d92eaaeee6e2a8052b2eea7513fbd9fa974b40bd788f7633068a4fcba26d4846d45
 DIST ffi-git-1.9.14.tgz 900791 SHA256 
dc5488a9cf407b6da7485f7edbe51dc7e6404adcf902649d8473cbcbb7dd0245 SHA512 
9ce000f878f5adfee6b286c4908e867ec829bc9212e8609b29ae816bdf400abec7c1fdebe674253270981545a96652cfcd6a163e060d8745c175ff7d599601a2
 WHIRLPOOL 
c2d234637656d7ace85f5c34e61f8bba6be490f4aa1af3d8932205d4aed11670df983ed651992cf734d07e22ae63ec1fab6ea408598686921d9342fb988416af
 DIST ffi-git-1.9.17.tgz 901769 SHA256 
69281e0961f5654835a174b4d7c8b33a7eec19843a77e3154281264708e9 SHA512 
13380d873849dbba1934b4fed7d2928f5ed35649a32e0c8768242525b4871b9d95c7d3d6045c28417b907bf318dd1d47069d93730bf9404e99e8707e039f5100
 WHIRLPOOL 
87f6cce67fca60ba19cd39728de44a2a3e867a4a481ef7bfa6d4984fa8640b75cee45557dee85abdff1f49232e9f7fd0fe62ff1d26dc708e33bdb0423ae5aafc
+DIST ffi-git-1.9.18.tgz 901805 SHA256 
8daf534dd511fb52a4f73d400b5e6e99c68d07e4a724e02541b06291e87cb08f SHA512 
49c52e5e42e436b7969c35a34b28bd7929d75372638ac5373486a1d624026c12dc682009bc101e4a2c8f1442ed6f1ba17b438cda2e02d4256622b489c4bd9945
 WHIRLPOOL 
e409bc63059eb00d8d075ddf0d52a2a16ec49d7149facfc81a0366c62288d8c82c090585c5e0ab42367145c4ddf2bdcf6f25faab93ab1cfe2269915b558f3e4d
 DIST ffi-git-1.9.6.tgz 895468 SHA256 
b27a59bf2eddcc17abaf7063a64e527fa892ba95cdb6320aba6fa945c769c9c7 SHA512 
4b690b70db41642be679f13b33a67e27e1a4b14ca56d6ce355ea0a300c793a63e1081fb19d4c4bd395c1bea55a1669b96e3405932fffeebd328809a410fe3e8f
 WHIRLPOOL 
7f5ad8d7766b037e24cff4721db02f05b39604c1be5e07ddad9de4a5155124d2a05ebd43209dfc2491cdc50ea08e5cda856f7502bf1c12666fa19b77516c81f7

diff --git a/dev-ruby/ffi/ffi-1.9.18.ebuild b/dev-ruby/ffi/ffi-1.9.18.ebuild
new file mode 100644
index 000..1bfb8ddd8d6
--- /dev/null
+++ b/dev-ruby/ffi/ffi-1.9.18.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Ruby extension for programmatically loading dynamic libraries"
+HOMEPAGE="https://wiki.github.com/ffi/ffi;
+
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${PN}-git-${PV}.tgz"
+
+IUSE=""
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+
+RDEPEND+=" virtual/libffi"
+DEPEND+=" virtual/libffi"
+
+all_ruby_prepare() {
+   sed -i -e '/tasks/ s:^:#:' \
+   -e '/Gem::Tasks/,/end/ s:^:#:' Rakefile || die
+
+   # Fix Makefile for tests
+   sed -i -e '/CCACHE :=/ s:^:#:' \
+   -e 's/-O2//' \
+   -e 's/^CFLAGS =/CFLAGS +=/' libtest/GNUmakefile || die
+
+   # Remove bundled version of libffi.
+   rm -rf ext/ffi_c/libffi || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/ffi_c extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake -Cext/ffi_c V=1
+   cp ext/ffi_c/ffi_c$(get_modname) lib/ || die
+
+   ${RUBY} -S rake -f gen/Rakefile || die "types.conf generation failed"
+}
+
+each_ruby_test() {
+   CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${RUBY} -S rspec 
spec || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   docinto examples
+   dodoc samples/*
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/psych/

2017-03-06 Thread Hans de Graaff
commit: 184f0d0dd73e0d8502a6f6130aa4d0cb73f53563
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  7 05:34:53 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  7 05:34:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184f0d0d

dev-ruby/psych: add 2.2.4

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/psych/Manifest   |  1 +
 dev-ruby/psych/psych-2.2.4.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/psych/Manifest b/dev-ruby/psych/Manifest
index ae980693083..971822dce38 100644
--- a/dev-ruby/psych/Manifest
+++ b/dev-ruby/psych/Manifest
@@ -1,2 +1,3 @@
 DIST psych-2.2.1.tar.gz 133482 SHA256 
a80d5455657de0348106f8bf585448415231016ca653497e9f00249b0b1c99af SHA512 
4a79a5e5ba32482b9fd0467bb272d38ffebf8e8f621dc93b75d0848ba1b9b658e4d318c01fef7fe317c27d81b280cb6d4288112d29c9ae43768ecfc9ad7e19da
 WHIRLPOOL 
c045b84224ebfe7d1c183d15c049e4833ed73c225112e4ac548911d902888f3a544cfe9ca558d746568b1bac5cb94c2a16ceb3f8f78bb9f2d1a65b53e54c3dd6
 DIST psych-2.2.2.tar.gz 133468 SHA256 
e7b05fbb50733a69f2759b6657c2c1c1c545744cfb15549b0392a02b1aed6bed SHA512 
671a3e6ff60b765f997a193b63fedd34ce11022b749b0c9bda0f18f84ded5972d614981e5ce5a15690795cd96d0840c0963dd4258c16ac61eb48e3c59e82abee
 WHIRLPOOL 
402a0c513fa44ff05a0c19d06f6744f500fdc90c883be1c77300d1a06835213223a2a7fdd00c6f20f90f45d17c215f0a0aba6ab9f1347de29409333612836f04
+DIST psych-2.2.4.tar.gz 133451 SHA256 
343ce1c43b83b63648afa20f6eb593b680495d778c4830ddbd0d04a4a9ee63bb SHA512 
f56b0e68ba2c6884eaf645f4784dfe56667b8527def29bcd2a36e9f47e11acbdd4a0bb7025988b28cca1413f9f15524ef9fbe61efef3ff295cce4733d3143894
 WHIRLPOOL 
efb164d7e9e81afc4dddbed401d182cbed794b4e0b295128686f452ae4caadb276123477e8e4e479a2527723df68256e9f4826de368139d12a56c6bb78bc4f6d

diff --git a/dev-ruby/psych/psych-2.2.4.ebuild 
b/dev-ruby/psych/psych-2.2.4.ebuild
new file mode 100644
index 000..20f837948b5
--- /dev/null
+++ b/dev-ruby/psych/psych-2.2.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A libyaml wrapper for Ruby"
+HOMEPAGE="https://github.com/tenderlove/psych;
+SRC_URI="https://github.com/tenderlove/psych/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND+=" >=dev-libs/libyaml-0.1.7"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '1igem "minitest", "~>5.0"' test/psych/helper.rb || die
+   sed -i -e '/s.files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/${PN} extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/${PN}
+   cp ext/${PN}/${PN}$(get_modname) lib/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:test/${PN}:. -e "Dir['test/psych/**/test_*.rb'].each 
{|f| require f}" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/psych/

2017-03-06 Thread Hans de Graaff
commit: 15e88396276a11a003e17288ad399967d36b0d10
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  7 05:29:03 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  7 05:29:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e88396

dev-ruby/psych: cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/psych/Manifest  |  2 --
 dev-ruby/psych/psych-2.1.1-r1.ebuild | 45 
 dev-ruby/psych/psych-2.2.0.ebuild| 45 
 3 files changed, 92 deletions(-)

diff --git a/dev-ruby/psych/Manifest b/dev-ruby/psych/Manifest
index 1730740ff80..ae980693083 100644
--- a/dev-ruby/psych/Manifest
+++ b/dev-ruby/psych/Manifest
@@ -1,4 +1,2 @@
-DIST psych-2.1.1.tar.gz 132735 SHA256 
c98c173060042b9a4740e553d4cc8da01a688564c40bccdaef9859d698161cad SHA512 
d4e26004153dc66179194c83800b8d8a3d1230efe1ee16c6f9939d87365f6d3707d9988e95c513e4411661cfa704aef067df23cc44f9172b428a0575ea893f6b
 WHIRLPOOL 
06f072f563dec2a7249ed3d32254c61582f786f21a4b65f5bf01242f25a9a3534f6f069712204d22d3b540b87ded71a647ce2047f845de4a25dbfb322c38027e
-DIST psych-2.2.0.tar.gz 133402 SHA256 
97936452a7c246a3e1c813c3d0066504255da867a13978aea8f7e507988e4f19 SHA512 
b8abbb99d2ee3bd0213ddd410485a7b3ef80a1497535ce0a922211b0ac0baca501b83c2deb2e2cee3644c29a2f550b6199af104b9eaf5d822ae592563d0cd362
 WHIRLPOOL 
1f17eadab16cbcb9cb170b6ba5f405d539f2b911912dddbba74fc44f816b1256d1f04d5ee75909617fa9f87dd5f05a63f23bbf6439dc2b8d3bd1681a25f065cf
 DIST psych-2.2.1.tar.gz 133482 SHA256 
a80d5455657de0348106f8bf585448415231016ca653497e9f00249b0b1c99af SHA512 
4a79a5e5ba32482b9fd0467bb272d38ffebf8e8f621dc93b75d0848ba1b9b658e4d318c01fef7fe317c27d81b280cb6d4288112d29c9ae43768ecfc9ad7e19da
 WHIRLPOOL 
c045b84224ebfe7d1c183d15c049e4833ed73c225112e4ac548911d902888f3a544cfe9ca558d746568b1bac5cb94c2a16ceb3f8f78bb9f2d1a65b53e54c3dd6
 DIST psych-2.2.2.tar.gz 133468 SHA256 
e7b05fbb50733a69f2759b6657c2c1c1c545744cfb15549b0392a02b1aed6bed SHA512 
671a3e6ff60b765f997a193b63fedd34ce11022b749b0c9bda0f18f84ded5972d614981e5ce5a15690795cd96d0840c0963dd4258c16ac61eb48e3c59e82abee
 WHIRLPOOL 
402a0c513fa44ff05a0c19d06f6744f500fdc90c883be1c77300d1a06835213223a2a7fdd00c6f20f90f45d17c215f0a0aba6ab9f1347de29409333612836f04

diff --git a/dev-ruby/psych/psych-2.1.1-r1.ebuild 
b/dev-ruby/psych/psych-2.1.1-r1.ebuild
deleted file mode 100644
index 8f93a9bd963..000
--- a/dev-ruby/psych/psych-2.1.1-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A libyaml wrapper for Ruby"
-HOMEPAGE="https://github.com/tenderlove/psych;
-SRC_URI="https://github.com/tenderlove/psych/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND+=" >=dev-libs/libyaml-0.1.6"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '1igem "minitest", "~>5.0"' test/psych/helper.rb || die
-   sed -i -e '/s.files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/${PN} extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/${PN}
-   cp ext/${PN}/${PN}$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:test/${PN}:. -e "Dir['test/psych/**/test_*.rb'].each 
{|f| require f}" || die
-}

diff --git a/dev-ruby/psych/psych-2.2.0.ebuild 
b/dev-ruby/psych/psych-2.2.0.ebuild
deleted file mode 100644
index b7d7d4a596d..000
--- a/dev-ruby/psych/psych-2.2.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A libyaml wrapper for Ruby"
-HOMEPAGE="https://github.com/tenderlove/psych;
-SRC_URI="https://github.com/tenderlove/psych/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND+=" >=dev-libs/libyaml-0.1.7"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '1igem "minitest", "~>5.0"' test/psych/helper.rb || die
-   sed -i -e '/s.files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/${PN} extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/${PN}
-   cp ext/${PN}/${PN}$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:test/${PN}:. -e 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/msgpack/

2017-03-06 Thread Hans de Graaff
commit: a0da146811f71ca1a708f51bf61951731cbbba59
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  7 05:46:43 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  7 05:46:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0da1468

dev-ruby/msgpack: add 1.1.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/msgpack/Manifest |  1 +
 dev-ruby/msgpack/msgpack-1.1.0.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest
index 37292715685..50e96b8e2e6 100644
--- a/dev-ruby/msgpack/Manifest
+++ b/dev-ruby/msgpack/Manifest
@@ -2,3 +2,4 @@ DIST msgpack-0.7.6.gem 74752 SHA256 
8537beb868cc6e742488c54928961cd79694fa0ef5d1
 DIST msgpack-1.0.1.gem 77312 SHA256 
b6b2253658ebea78c3933a72b50463414e9cbcd29daf7ebf070a5d7c6bef195f SHA512 
6a8edde5ef049a5fc3304200424d263d1d67b2e4e3c49480c17b3377713beb7f6e83e43b8a7b1358bb511671b6a7f77650fd949e9c7c432b6fe4141a40628c32
 WHIRLPOOL 
f5e680c8064be6a492f7de46d967f0d491d0c50704413910fbe890d59f11fbc2bb8a8f35efdff25df3411def388e8adee9e77279eecd42812c829b657c6068b3
 DIST msgpack-1.0.2.gem 77312 SHA256 
8f9a01d2456276e37f29ceb8b5deaf541f98358db3f8bc96a617011992af62b9 SHA512 
e821c7057ee3497c833be522c4baa8133ae029ff582bd9892ab20b8981d26c757d6348e8ae9ea4288ef3d4fccc44c5d7304473a9e4c7475a78727811630ccfe9
 WHIRLPOOL 
68e6c41d7e07abca71096f27f37693beb0991b54483aa95a1d47589a028403739b08f68f9dad81d29f827f266af1e2d4b341c889079bad2f05ede1cea9701ebe
 DIST msgpack-1.0.3.gem 77312 SHA256 
6a0de861d6ef51e9155ddac15a476358fbcc21d64be059b7cc2dea076c130623 SHA512 
b76db7f5c91128d1964c7bf8c914a7e85e374fc0149bf5d0b470729fa01f4fdf173f7397e6f8df32af760a622a405cdc6d268f45b776b172bb39b9f1f4f7
 WHIRLPOOL 
77ee2a14fbcd1245ee8e515df8756b2d37aa7f89b842b5e67726b72b6cc1e8bec3d91bc223107cb03a7402d1b2ea3328900f5d7c6119363fcca059bf9d4278bc
+DIST msgpack-1.1.0.gem 78336 SHA256 
07d27ad7563ec84adf6881e2aee2942c45f8d62938401bd15a922cd34ee06732 SHA512 
0142c9a446a476a7b4f9212513dd7b1fbe107193a473873f4eb6f4321d5515c42ea3540ac4de17f37f9e833f19bb75594d14b84ccf70b16d2a3840e066c873da
 WHIRLPOOL 
da057f4cb9815ac05729af36f362aa82aefdc2fbe7d14d97ec91f5745e6583aa7d8562b7c18bb4d8ca32c82118fda01ca0d32c0943e62774d6ed696f155564aa

diff --git a/dev-ruby/msgpack/msgpack-1.1.0.ebuild 
b/dev-ruby/msgpack/msgpack-1.1.0.ebuild
new file mode 100644
index 000..08bed06564e
--- /dev/null
+++ b/dev-ruby/msgpack/msgpack-1.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC="doc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Binary-based efficient data interchange format for ruby binding"
+HOMEPAGE="https://msgpack.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x86-fbsd"
+IUSE="doc"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' Rakefile || die
+
+   # Remove jruby-specific specs that are run also for other rubies.
+   rm -rf spec/jruby || die
+
+   sed -i -e '/git ls-files/d' msgpack.gemspec || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/${PN} extconf.rb || die "Configuration of extension 
failed."
+
+   # rb_num2int is not inlined on 32 bit arches but also not explicitly
+   # defined, bug 582968
+   sed -i -e 's:-Wl,--no-undefined::' ext/${PN}/Makefile || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/${PN}
+   cp ext/${PN}/msgpack$(get_modname) lib/${PN} || die "Unable to install 
msgpack library."
+}



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

2017-03-06 Thread Michał Górny
commit: 476f71ae217c0db767216e2b4dc5f83e6cdfa389
Author: Karol Grudziński  gmail  com>
AuthorDate: Fri Mar  3 08:56:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  7 03:14:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476f71ae

net-im/skypeforlinux: New version (5.0.0.5), remove old

- Added ebuild for new version (5.0.0.5)
- Removed ebuild for version not available anymore (1.16.0.1)

Closes: https://github.com/gentoo/gentoo/pull/4102

 net-im/skypeforlinux/Manifest| 2 +-
 ...kypeforlinux-1.16.0.1.ebuild => skypeforlinux-5.0.0.5.ebuild} | 9 ++---
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
index 7e4e0d67c61..d394378841e 100644
--- a/net-im/skypeforlinux/Manifest
+++ b/net-im/skypeforlinux/Manifest
@@ -1,2 +1,2 @@
-DIST skypeforlinux_1.16.0.1-1.x86_64.rpm 63509620 SHA256 
9a20934dfaa7680fcd2ff2ea6087074cc703fb5c21fd243750ce36dce1ed46b2 SHA512 
b9a32381c5a3deaf2355c7803f3d39dab20a1173383f3c952f077db7880aaba302ae3e67e6793b1b1b9459e119734b095b971142cc818a9e7dfe6370b4a8df28
 WHIRLPOOL 
6f066af386323dd2fc4ab6e590d5c296928f4a0e580efaed5d155a28c59ccfc629ec23de8db29c52f71d5ae966cfa117d4933359a6a6e39d3f6257f383f0a1c8
 DIST skypeforlinux_1.17.0.1-1.x86_64.rpm 63527308 SHA256 
3eb614781bb55d3e29097192bf4bab3ab1df4215d63e0c610375fce361d95c20 SHA512 
2d11c1bae5c13812b61c6aa91d215faefe0c0920f4c9d69741906f1d47db501f0f15dabcfe1675c0439fc855eff6a258b2104fb9b213d0fadcd5432b03be6ca4
 WHIRLPOOL 
3f91650271579e810ddf3e7c1988ae75ecdc782f5ebddf69dff7ddc824dd98dfcec2c8211ffdbad53e021fe9959a9beec64c9966f57e565ba8157c17110bb888
+DIST skypeforlinux_5.0.0.5-1.x86_64.rpm 67525460 SHA256 
afd90e232849e90508f7ce06c765d850e9353f8074443d9f1d99fc0c53789cef SHA512 
fe09406d57cc02910078c4ede54986753a671cd7b31fa6733f7c111cecf0cc574b13f08980470a32b9921b77ab1fc2cac24faef5fcd2110e8e579003d6e035f0
 WHIRLPOOL 
87cf34808494a4b46788e9f8539b5b435a59bfa583456bd8c0c6c17f890e3ff6b44a168d25c588cdaf98431db0b3261f423c021cf9aa85b92bbed772c91b6376

diff --git a/net-im/skypeforlinux/skypeforlinux-1.16.0.1.ebuild 
b/net-im/skypeforlinux/skypeforlinux-5.0.0.5.ebuild
similarity index 92%
rename from net-im/skypeforlinux/skypeforlinux-1.16.0.1.ebuild
rename to net-im/skypeforlinux/skypeforlinux-5.0.0.5.ebuild
index 7e0420078ad..c5a2bef1406 100644
--- a/net-im/skypeforlinux/skypeforlinux-1.16.0.1.ebuild
+++ b/net-im/skypeforlinux/skypeforlinux-5.0.0.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit eutils rpm
+inherit eutils pax-utils rpm
 
 DESCRIPTION="P2P Internet Telephony (VoiceIP) client"
 HOMEPAGE="https://www.skype.com/;
@@ -96,7 +96,7 @@ src_install() {
domenu usr/share/applications/skypeforlinux.desktop
 
if use pax_kernel; then
-   paxctl -Cm "${ED%/}"/opt/skypeforlinux/skypeforlinux || die
+   pax-mark -Cm "${ED%/}"/opt/skypeforlinux/skypeforlinux
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"
@@ -104,8 +104,3 @@ src_install() {
eqawarn "please open a bug."
fi
 }
-
-pkg_postinst() {
-   einfo "See https://support.skype.com/en/faq/FA34656;
-   einfo "for more information about Skype for Linux Alpha."
-}



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

2017-03-06 Thread Michał Górny
commit: b6313911e0b71ed8d31371a48c7ba6320c171f74
Author: Karol Grudziński  gmail  com>
AuthorDate: Mon Mar  6 16:06:32 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  7 03:14:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6313911

net-im/skypeforlinux: Add Karol Grudziński as co-maintainer

Add Karol Grudziński (krlgrudzinski+gentoo  gmail.com) as
co-maintainer.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 net-im/skypeforlinux/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-im/skypeforlinux/metadata.xml 
b/net-im/skypeforlinux/metadata.xml
index c6d726f0024..142cbf38267 100644
--- a/net-im/skypeforlinux/metadata.xml
+++ b/net-im/skypeforlinux/metadata.xml
@@ -5,6 +5,10 @@
shent...@gmail.com
Raymond Jennings

+   
+   krlgrudzinski+gen...@gmail.com
+   Karol Grudziński
+   

proxy-ma...@gentoo.org
Proxy Maintainers



[gentoo-commits] data/api:master commit in: files/overlays/

2017-03-06 Thread Michał Górny
commit: 0b4cb663ce800d992a4986c5b2c934bc67138488
Author: Sven Schwyn  users  noreply  github  com>
AuthorDate: Mon Mar  6 18:01:13 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  7 03:05:38 2017 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=0b4cb663

repositories: Add bitcetera overlay

Closes: https://github.com/gentoo/api-gentoo-org/pull/37

 files/overlays/repositories.xml | 13 +
 1 file changed, 13 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 04389f2..a4bd2dd 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -655,6 +655,19 @@ FIN
 
   
   
+bitcetera
+Miscellaneous Gentoo ebuilds
+https://github.com/svoop/bitcetera-overlay
+
+  gen...@bitcetera.com
+  Sven Schwyn
+
+https://github.com/svoop/bitcetera-overlay.git
+git://github.com/svoop/bitcetera-overlay.git
+g...@github.com:svoop/bitcetera-overlay.git
+https://github.com/svoop/bitcetera-overlay/commits/master.atom
+  
+  
 bitcoin
 Bitcoin and CPU/GPU mining related ebuilds
 https://gitlab.com/bitcoin/gentoo.git



[gentoo-commits] repo/gentoo:master commit in: sys-fs/udev/

2017-03-06 Thread William Hubbs
commit: edca1a26c5f8fffad364816cf1e7ded88e86bf80
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Mar  7 01:21:16 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Mar  7 01:22:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edca1a26

sys-fs/udev: version bump to 233

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 sys-fs/udev/Manifest|   1 +
 sys-fs/udev/udev-233.ebuild | 416 
 2 files changed, 417 insertions(+)

diff --git a/sys-fs/udev/Manifest b/sys-fs/udev/Manifest
index 8e0953080ca..13164cbdeac 100644
--- a/sys-fs/udev/Manifest
+++ b/sys-fs/udev/Manifest
@@ -4,5 +4,6 @@ DIST systemd-228.tar.gz 4034401 SHA256 
dd124ff561a07e6439ed2b3713f38ca914df7747f
 DIST systemd-229.tar.gz 4319173 SHA256 
b51b0a48d1beb388d95bd6a98d62be05490335d4bb388aefecdcb576e91e0741 SHA512 
d692c0c9fc82f2fce64a5ec1caa4a0f8cf9edaeb1bdaaa1c462669db8f78b3dd6b33c87ef926ff21823582d0460f7b63aa3755792f9ae2cd6fb813ba08a35c39
 WHIRLPOOL 
aa44f7161d80cc680226f19755579ba72c52cfe7bd671aefb09c414981f3a5a5c852f07d3449ac6f96d4ca91120cfb1464225d995b1637f1e2c108baf3c4a392
 DIST systemd-230.tar.gz 4288027 SHA256 
46b07568142adcd017c62e6230d39eb10d219ed3b2f13ffc12d9a3a6b1c840cd SHA512 
a0057c5258055a6b4000eb762ab2ec3c5329361711540f7124ba5c4b1119a1b531ad336ddef3bbe5d08218c8d7f1fd175c86d61357ac72935a932921cff28a96
 WHIRLPOOL 
95404535eb85d3b8c20dc13b12427a9da1f92729eb9e66a58d7e990f09fee28762be00088897bf1bf485d9a34619799ff0171a161824cc8f135ac2438e978d1e
 DIST systemd-232.tar.gz 4529048 SHA256 
1172c7c7d5d72fbded53186e7599d5272231f04cc8b72f9a0fb2c5c20dfc4880 SHA512 
5dbe52f655ec2901b1bfbb1256f83ba26bc82c13097ac9a82e4fbb97886551530f9888c369592f1b410cfff40d6d127b985533a3e29cfab5b30d18739ee5dcb1
 WHIRLPOOL 
f2a1499584c5b5c4d9e945e45ef5e0eef2e8be77acdbd7b3b29a8c8b62dc7a10c162a856df7107c19e2eb19e63bc43a33433686472ca30909237981683cbe980
+DIST systemd-233.tar.gz 4660737 SHA256 
8b3e99da3d4164b66581830a7f2436c0c8fe697b5fbdc3927bdb960646be0083 SHA512 
5ad5329ea116d973cf67096f7e7ad28e9ea0905696e9451291f1d25e5064f4a9bfcfae87e912996c6a38397e9f4a148d4ccecfa9b70f7ecdf04deadb61784c8e
 WHIRLPOOL 
ce19f6a546b8f899cfa952e49d47f063fd29186be4a53391bc30ea2c487eb2c140a74ad843a1dc499bb61bba3e9ca055613852291e38b85af5d79c59409dc176
 DIST udev-216-patches-2.tar.xz 1264 SHA256 
18b7b8f852f11c2ac2a58458462ce686ebec48859562df99c5b9c29c95ddfa3c SHA512 
1f5912f3bbc3e40a4efad9de8b1fab2b3a750f3f23c9f2e33a581658959d22cf23f9ff1b8f51597874e7bca1d0f757f37fd5550b4112160261559524eda261f4
 WHIRLPOOL 
8f93f982de2d1fa10f7e3c6541c559f2c881730276498b14d4d27b8577bdb340d49b2dc7a50a40e8a13fcabbbabb3dfa5f1605aa842e325d12c17e82d2dc787b
 DIST udev-229-patches-1.tar.xz 996 SHA256 
29fe3d2ebbbfed8d30237b79275865ab486ca636282bba40f499b624166e4d2d SHA512 
1d6f80311049a441acc49fa88e316e83f4a22a4015e2bfc5b76b6b512ed35b431791acdb11d3bcc4a70913019bb23cfcfaeefcf38bdacace1412a9946cba1a74
 WHIRLPOOL 
580874fc492e84c66e8f1771d7d4da531f9358802e94b0e4bbbda21f0e08e987295553429c55adba56dcd4c333a231dc2ea2c0a2dc42ac999bb018168f200549

diff --git a/sys-fs/udev/udev-233.ebuild b/sys-fs/udev/udev-233.ebuild
new file mode 100644
index 000..8662d86b43c
--- /dev/null
+++ b/sys-fs/udev/udev-233.ebuild
@@ -0,0 +1,416 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools bash-completion-r1 linux-info multilib-minimal 
toolchain-funcs udev user versionator
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="git://anongit.freedesktop.org/systemd/systemd"
+   inherit git-r3
+else
+   patchset=
+   SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> 
systemd-${PV}.tar.gz"
+   if [[ -n "${patchset}" ]]; then
+   SRC_URI+="
+   
https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz
+   
https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz;
+   fi
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+fi
+
+DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
+
+LICENSE="LGPL-2.1 MIT GPL-2"
+SLOT="0"
+IUSE="acl +kmod selinux"
+
+RESTRICT="test"
+
+COMMON_DEPEND=">=sys-apps/util-linux-2.27.1[${MULTILIB_USEDEP}]
+   sys-libs/libcap[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl )
+   kmod? ( >=sys-apps/kmod-16 )
+   selinux? ( >=sys-libs/libselinux-2.1.9 )
+   != -r4 to skip some parallel build issues
+DEPEND="${COMMON_DEPEND}
+   dev-util/gperf
+   >=dev-util/intltool-0.50
+   >=sys-apps/coreutils-8.16
+   virtual/os-headers
+   virtual/pkgconfig
+   >=sys-devel/make-3.82-r4
+   >=sys-kernel/linux-headers-3.9
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xml-dtd:4.5
+   app-text/docbook-xsl-stylesheets

[gentoo-commits] repo/gentoo:master commit in: dev-util/artifactory-bin/

2017-03-06 Thread Austin English
commit: 9a571e496e8e66cd5417bde570e53549bd87efa4
Author: Austin English  gentoo  org>
AuthorDate: Tue Mar  7 00:22:07 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Mar  7 00:22:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a571e49

dev-util/artifactory-bin: add limits.d file

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../artifactory-bin-4.16.0-r1.ebuild   | 110 +
 1 file changed, 110 insertions(+)

diff --git a/dev-util/artifactory-bin/artifactory-bin-4.16.0-r1.ebuild 
b/dev-util/artifactory-bin/artifactory-bin-4.16.0-r1.ebuild
new file mode 100644
index 000..cb6e42f39ff
--- /dev/null
+++ b/dev-util/artifactory-bin/artifactory-bin-4.16.0-r1.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Using a binary ebuild until a source ebuild is doable.
+# This was previously blocked by two major bugs upstream:
+# A lack of documented build instructions - 
https://www.jfrog.com/jira/browse/RTFACT-8960
+# A lack of source releases - https://www.jfrog.com/jira/browse/RTFACT-8961
+# Upstream now releases source and instructions (yay!), but most of 
artifactory's
+# dependencies are not in portage yet.
+
+EAPI=6
+
+inherit user
+
+MY_P="${P/-bin}"
+MY_PN="${PN/-bin}"
+MY_PV="${PV/-bin}"
+
+DESCRIPTION="The world's most advanced repository manager for maven"
+HOMEPAGE="http://www.jfrog.org/products.php;
+SRC_URI="https://bintray.com/artifact/download/jfrog/artifactory/jfrog-artifactory-oss-${MY_PV}.zip
 -> ${MY_P}.zip"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="ssl"
+
+RDEPEND=">=virtual/jre-1.8"
+DEPEND=">=virtual/jdk-1.8
+   app-arch/unzip"
+
+S="${WORKDIR}/${MY_PN}-oss-${MY_PV}"
+
+pkg_setup() {
+   enewgroup artifactory
+   enewuser artifactory -1 /bin/sh -1 artifactory
+}
+
+limitsdfile=40-${MY_PN}.conf
+
+print_limitsdfile() {
+   printf "# Start of ${limitsdfile} from ${P}\n\n"
+   printf "@${MY_PN}\t-\tnofile\t32000\n"
+   printf "\n# End of ${limitsdfile} from ${P}\n"
+}
+
+src_prepare() {
+   default
+
+   if use ssl ; then
+   cp "${FILESDIR}/artifactory.xml" 
tomcat/conf/Catalina/localhost/artifactory.xml || die
+   cp "${FILESDIR}/server.xml" tomcat/conf/server.xml || die
+   fi
+
+   # Reverse https://www.jfrog.com/jira/browse/RTFACT-7123
+   sed -i -e 
"s%artifactory.repo.global.disabled=true%artifactory.repo.global.disabled=false%g;"
 \
+   etc/artifactory.system.properties || die
+
+   # See FIXME in src_install(), this can probably go away,
+   # but catalina.sh may need to be fixed for that:
+   sed -i -e 
"s%/etc/opt/jfrog/artifactory/default%/etc/conf.d/${MY_PN}%g;" \
+   misc/service/setenv.sh || die
+
+   einfo "Generating ${limitsdfile}"
+   print_limitsdfile > "${S}/${limitsdfile}"
+}
+
+src_install() {
+   local ARTIFACTORY_HOME="/opt/artifactory"
+   local TOMCAT_HOME="${ARTIFACTORY_HOME}/tomcat"
+
+   insinto ${ARTIFACTORY_HOME}
+   doins -r etc logs misc tomcat webapps
+
+   dodir /etc/opt/jfrog
+   dosym ${ARTIFACTORY_HOME}/etc /etc/opt/jfrog/artifactory
+
+   dosym ${ARTIFACTORY_HOME}/logs /var/log/artifactory
+
+   exeinto ${ARTIFACTORY_HOME}/bin
+   doexe bin/*
+
+   # FIXME: this is called by catalina.sh (it echoes the variables before 
starting
+   # artifactory, as well as makes sure log dir, etc. exists). Those 
directories
+   # could probably be moved to the ebuild and the script removed from 
catalina.sh
+   # without consequence (and quieter starts). Would need to check if 
CATALINA_*
+   # variables are actually used anywhere (from reading code don't appear 
to be
+   # actually needed)
+   exeinto ${TOMCAT_HOME}/bin
+   doexe misc/service/setenv.sh
+   doexe tomcat/bin/*
+
+   keepdir ${ARTIFACTORY_HOME}/backup
+   keepdir ${ARTIFACTORY_HOME}/data
+   keepdir ${ARTIFACTORY_HOME}/run
+   keepdir ${ARTIFACTORY_HOME}/work
+   keepdir ${TOMCAT_HOME}/logs/catalina
+   keepdir ${TOMCAT_HOME}/temp
+   keepdir ${TOMCAT_HOME}/work
+   keepdir /var/opt/jfrog/artifactory/run
+
+   newconfd "${FILESDIR}/confd" ${MY_PN}
+   newinitd "${FILESDIR}/initd-r2" ${MY_PN}
+
+   fowners -R artifactory:artifactory ${ARTIFACTORY_HOME}
+   fperms -R u+w ${TOMCAT_HOME}/work
+
+   insinto /etc/security/limits.d
+   doins "${S}/${limitsdfile}"
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/glpk/

2017-03-06 Thread Sebastien Fabbro
commit: 6a352873fc006562c910e46bb16b81e186b5b341
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Mar  7 00:20:35 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Mar  7 00:20:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a352873

sci-mathematics/glpk: reverting, got tricked by git foo

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sci-mathematics/glpk/glpk-4.61-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/glpk/glpk-4.61-r1.ebuild 
b/sci-mathematics/glpk/glpk-4.61-r1.ebuild
index 7861c425102..0c701874fe5 100644
--- a/sci-mathematics/glpk/glpk-4.61-r1.ebuild
+++ b/sci-mathematics/glpk/glpk-4.61-r1.ebuild
@@ -44,8 +44,8 @@ src_configure() {
myconf="--disable-dl"
fi
 
-   econf ${myconf}
-\  $(use_enable mysql) \
+   econf ${myconf} \
+   $(use_enable mysql) \
$(use_enable odbc) \
$(use_enable static-libs static) \
$(use_with gmp)



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

2017-03-06 Thread Sebastien Fabbro
commit: f4e58189a64eab22cc26b9b64b7a104a68a4f9bf
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Mar  6 23:08:33 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Mar  7 00:17:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e58189

dev-python/sortedcollections: initial import

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/sortedcollections/Manifest  |  1 +
 dev-python/sortedcollections/metadata.xml  | 15 +
 .../sortedcollections-0.4.2.ebuild | 25 ++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/sortedcollections/Manifest 
b/dev-python/sortedcollections/Manifest
new file mode 100644
index 000..dd970ae26e4
--- /dev/null
+++ b/dev-python/sortedcollections/Manifest
@@ -0,0 +1 @@
+DIST sortedcollections-0.4.2.tar.gz 111533 SHA256 
8aefd6cf0bb0a89888f192859c3dbf997b906b33cd4ce175d568fb972cfdb489 SHA512 
53a3c9228c13bf25faedd11058413269d26e51209a5f454851aae067679e64ca3897ab78632a620f1f88c8c6407c5b723974d3a6aa4185e7e12b166d55f6559a
 WHIRLPOOL 
16196d2bf09baab0ff68ac7c7f74ce27f409d229cc414b9f62fb1319f5edcebd5e8244453956308c07d3d950fd23195f7606d6bef71e38152b745b0fec6cfd0d

diff --git a/dev-python/sortedcollections/metadata.xml 
b/dev-python/sortedcollections/metadata.xml
new file mode 100644
index 000..4c79be88416
--- /dev/null
+++ b/dev-python/sortedcollections/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+Pure python sorted collection library.
+  
+  
+sortedcollections
+grantjenks/sortedcollections
+  
+

diff --git a/dev-python/sortedcollections/sortedcollections-0.4.2.ebuild 
b/dev-python/sortedcollections/sortedcollections-0.4.2.ebuild
new file mode 100644
index 000..aafd52f890a
--- /dev/null
+++ b/dev-python/sortedcollections/sortedcollections-0.4.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to sort collections and containers"
+HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/;
+SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   py.test -v || die
+}



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

2017-03-06 Thread Sebastien Fabbro
commit: a06e6a36af116d6178f3efb66712da7e99e376f8
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Mar  6 22:30:20 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Mar  7 00:17:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06e6a36

dev-python/sortedcontainers: initial import

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/sortedcontainers/Manifest   |  1 +
 dev-python/sortedcontainers/metadata.xml   | 15 +
 .../sortedcontainers/sortedcontainers-1.5.7.ebuild | 25 ++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/sortedcontainers/Manifest 
b/dev-python/sortedcontainers/Manifest
new file mode 100644
index 000..158695a2b40
--- /dev/null
+++ b/dev-python/sortedcontainers/Manifest
@@ -0,0 +1 @@
+DIST sortedcontainers-1.5.7.tar.gz 11970881 SHA256 
0ff0442865e492bc50476b18000fb8400cf2472d14d21a92b27cd7c5184550ea SHA512 
a9f2ba152c47eddfda6ad8ef7ecfbfa5d51b17afb4042b0b1e6d8b3dbc6caf6f8281af415dfcf1e356aaf80aa3212865ba926fe0d6e08961c8fbbc68adb34108
 WHIRLPOOL 
ac1c64a49705b2a02d2eb05e8306a1ee21d494819b7331256fc8c17d5fda89c82eaf2267981408c9de92bde0c4569a0e87fa4d7d12297881c4b8b295b1df9788

diff --git a/dev-python/sortedcontainers/metadata.xml 
b/dev-python/sortedcontainers/metadata.xml
new file mode 100644
index 000..3853ea8fb1f
--- /dev/null
+++ b/dev-python/sortedcontainers/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+Python Sorted Container Types: SortedList, SortedDict, and SortedSet 
+  
+  
+sortedcontainers
+grantjenks/sorted_containers
+  
+

diff --git a/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
new file mode 100644
index 000..3bfb25bb818
--- /dev/null
+++ b/dev-python/sortedcontainers/sortedcontainers-1.5.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to sort collections and containers"
+HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/;
+SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   py.test -v || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pastix/

2017-03-06 Thread Sebastien Fabbro
commit: faf6e33a4ba7dafac9568d115c6d146b812563bb
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Mar  6 18:05:18 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Mar  7 00:17:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf6e33a

sci-libs/pastix: version bump and fix obsolete mpi calls to compilers

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sci-libs/pastix/Manifest   |  1 +
 sci-libs/pastix/pastix-5.2.2.22-r1.ebuild  |  5 +
 ...stix-5.2.2.22-r1.ebuild => pastix-5.2.3.ebuild} | 23 +-
 3 files changed, 7 insertions(+), 22 deletions(-)

diff --git a/sci-libs/pastix/Manifest b/sci-libs/pastix/Manifest
index 2d3e4d75aa7..bac15ddd9fa 100644
--- a/sci-libs/pastix/Manifest
+++ b/sci-libs/pastix/Manifest
@@ -1 +1,2 @@
 DIST pastix_5.2.2.22.tar.bz2 2664470 SHA256 
30f771a666719e6b116f549a6e4da451beabab99c2ecabc0745247c3654acbed SHA512 
15ecdb10b5229e40f744c1ad54be7cac6560cb92e90df1937c90ca7da290df6bdb6f24a1e1c54197731b9df3e0dcc0b9fa39750479fcf03a0c08c304c5b9df70
 WHIRLPOOL 
7031f822d3c2f89bd520175a124200303adc2dda56cbae4eb9e011b90d5119c5b96958d648c7e18d034e2845a32ad80385714bfb424260aa62c9f6484a18ce6b
+DIST pastix_5.2.3.tar.bz2 2246903 SHA256 
641978e6b0607e201a409549adc78d5618ec159f44cafc7bddeaca4f4bee1e47 SHA512 
69acffac1be8c756886783c2a6307269ab4d14abfc4a77268b3d14995e53b16084c298446812484233d9d52c317490d6ad67788166adf367075e6c8442147b95
 WHIRLPOOL 
e03c04dcf4b932d284d90a06d5c22fe608fc6953eee40190103ef3269938aa04df3b83f769efb02c5c67237482b98f88bfd4100880908db71a89ab3aafcff0ec

diff --git a/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild 
b/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
index ab592e07379..8ce2b925ea5 100644
--- a/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
+++ b/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -52,9 +52,6 @@ src_prepare() {
-e "s:^\(CCPROG\s*=\).*:\1 $(tc-getCC):" \
-e "s:^\(CFPROG\s*=\).*:\1 $(tc-getFC):" \
-e "s:^\(CF90PROG\s*=\).*:\1 $(tc-getFC):" \
-   -e "s:^\(MPCCPROG\s*=\).*:\1 mpicc -cc=$(tc-getCC):" \
-   -e "s:^\(MPCXXPROG\s*=\).*:\1 mpic++ -cxx=$(tc-getCXX):" \
-   -e "s:^\(MCFPROG\s*=\).*:\1 mpif90 -f90=$(tc-getFC):" \
-e "s:^\(ARPROG\s*=\).*:\1 $(tc-getAR):" \
-e "s:^\(CCFOPT\s*=\).*:\1 ${FFLAGS}:" \
-e "s:^\(CCFDEB\s*=\).*:\1 ${FFLAGS}:" \

diff --git a/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild 
b/sci-libs/pastix/pastix-5.2.3.ebuild
similarity index 81%
copy from sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
copy to sci-libs/pastix/pastix-5.2.3.ebuild
index ab592e07379..5c9dfdd3592 100644
--- a/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
+++ b/sci-libs/pastix/pastix-5.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,21 +14,14 @@ inherit fortran-2 toolchain-funcs
 # metis?
 
 # package id: change every version, see the link on inriaforge
-PID=35070
-# commit id: change every version
-#CID=351ef60
-# leave empty if this is not a post release bug fix
-#PPV=bugfix9_
-#MYPN=pastix_release
-#SRC_URI="https://gforge.inria.fr/frs/download.php/${PID}/${MYPN}_${PPV}${CID}.tar.bz2;
-
+PID=218
 DESCRIPTION="Parallel solver for very large sparse linear systems"
 HOMEPAGE="http://pastix.gforge.inria.fr;
-SRC_URI="https://gforge.inria.fr/frs/download.php/${PID}/${PN}_${PV}.tar.bz2;
+SRC_URI="https://gforge.inria.fr/frs/download.php/latestfile/${PID}/${PN}_${PV}.tar.bz2;
 
 LICENSE="CeCILL-C"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc int64 mpi +smp starpu static-libs"
 
 RDEPEND="
@@ -40,10 +33,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
-PATCHES=(
-   "${FILESDIR}/${P}-nosmp-undefined-variable.patch"
-   "${FILESDIR}/${P}-isnan-floating-point-cast.patch"
-)
 S="${WORKDIR}/${PN}_${PV}/src"
 
 src_prepare() {
@@ -52,9 +41,6 @@ src_prepare() {
-e "s:^\(CCPROG\s*=\).*:\1 $(tc-getCC):" \
-e "s:^\(CFPROG\s*=\).*:\1 $(tc-getFC):" \
-e "s:^\(CF90PROG\s*=\).*:\1 $(tc-getFC):" \
-   -e "s:^\(MPCCPROG\s*=\).*:\1 mpicc -cc=$(tc-getCC):" \
-   -e "s:^\(MPCXXPROG\s*=\).*:\1 mpic++ -cxx=$(tc-getCXX):" \
-   -e "s:^\(MCFPROG\s*=\).*:\1 mpif90 -f90=$(tc-getFC):" \
-e "s:^\(ARPROG\s*=\).*:\1 $(tc-getAR):" \
-e "s:^\(CCFOPT\s*=\).*:\1 ${FFLAGS}:" \
-e "s:^\(CCFDEB\s*=\).*:\1 ${FFLAGS}:" \
@@ -118,6 +104,7 @@ src_compile() {
 
 src_test() {
# both test and tests targets are defined and do not work

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

2017-03-06 Thread Sebastien Fabbro
commit: d975b18b5a8c6739e9914bdff3e2fb8fdb268b46
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Mar  6 23:24:15 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Mar  7 00:17:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d975b18b

dev-python/HeapDict: initial import

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/HeapDict/HeapDict-1.0.0.ebuild | 20 
 dev-python/HeapDict/Manifest  |  1 +
 dev-python/HeapDict/metadata.xml  | 15 +++
 3 files changed, 36 insertions(+)

diff --git a/dev-python/HeapDict/HeapDict-1.0.0.ebuild 
b/dev-python/HeapDict/HeapDict-1.0.0.ebuild
new file mode 100644
index 000..79354046179
--- /dev/null
+++ b/dev-python/HeapDict/HeapDict-1.0.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Heap with decrease-key and increase-key operations"
+HOMEPAGE="http://stutzbachenterprises.com/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/HeapDict/Manifest b/dev-python/HeapDict/Manifest
new file mode 100644
index 000..b88ed73ec0e
--- /dev/null
+++ b/dev-python/HeapDict/Manifest
@@ -0,0 +1 @@
+DIST HeapDict-1.0.0.tar.gz 7713 SHA256 
40c9e3680616cfdf942f77429a3a9e0a76f31ce965d62f4ffbe63a83a5ef1b5a SHA512 
1210acd3a6f3e091132d8b87963ec46c81d3141e1788c2a127fe348a9052d73225036aeabffc6a2089c7811b8571a43477055b746df6b128a645123862076bb5
 WHIRLPOOL 
ad5ea24622e8a78688ee6a7e4e0bca188fbccf477d521fc42b223319ca610fd7c255c0ad817e31e0c0ef429645e71bc650089bd16e45698a4df1d16b97613927

diff --git a/dev-python/HeapDict/metadata.xml b/dev-python/HeapDict/metadata.xml
new file mode 100644
index 000..a59ab0464ca
--- /dev/null
+++ b/dev-python/HeapDict/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+heapdict implements the MutableMapping ABC, meaning it works pretty much 
like a regular Python dict.
+  
+  
+HeapDict
+dask/zict
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/eigen/

2017-03-06 Thread Sebastien Fabbro
commit: 507b252783e8df0f12391233109f57aee21d049e
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Mar  6 23:42:54 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Mar  7 00:17:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507b2527

dev-cpp/eigen: version bump

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-cpp/eigen/Manifest   |   1 +
 dev-cpp/eigen/eigen-3.3.3.ebuild | 111 +++
 2 files changed, 112 insertions(+)

diff --git a/dev-cpp/eigen/Manifest b/dev-cpp/eigen/Manifest
index 821ad727ee6..254132792a0 100644
--- a/dev-cpp/eigen/Manifest
+++ b/dev-cpp/eigen/Manifest
@@ -4,3 +4,4 @@ DIST eigen-3.2.8.tar.bz2 1161201 SHA256 
722a63d672b70f39c271c5e2a4a43ba14d120156
 DIST eigen-3.2.9.tar.bz2 1163762 SHA256 
4d1e036ec1ed4f4805d5c6752b76072d67538889f4003fadf2f6e00a825845ff SHA512 
2734ce70e0b04dc5839715a3cc9b8f90e05b341cfca42a7d586df213a9a14fe5642c76ccf36c16d020ae167c0d6e4d5cc306f0b3bf1f519c58372b0736ca7e63
 WHIRLPOOL 
7caba7b0676bc5dc203c8d8b5f57fc3a31a95171ddbb63b21ba8c84e58e5c5fde242d232299183e41886e970c3ea84bce821d506b6c32526ae44703ee3a599f9
 DIST eigen-3.3.1.tar.bz2 1638315 SHA256 
a0b4cebaabd8f371d1b364f9723585fbcc7c9640ca60273b99835e6cf115f056 SHA512 
d679bc04279bad351a35caeb04c4a95ebdd7d69153209573603e0c4c1d15b0c4d23d74f8651928ad04d7f03ad132fa7184d662801be75f58be38fd78802c7724
 WHIRLPOOL 
abbd43be2121aa43192b007f9ed3471fe163fbe71a41a0c0ef61308e96e7c52767c1900dca29b855c8358fc0390630f9bb0deddfb0c951782cbd5499dc53103f
 DIST eigen-3.3.2.tar.bz2 1639615 SHA256 
3e1fa6e8c45635938193f84fee6c35a87fac26ee7c39c68c230e5080c4a8fe98 SHA512 
a1e1894eba8139a52a5cae33cd880e886352bed11af39a997ba65b0cd24f76c275ea54381f37db10dc54db4257c9485e7f8692c9f27a25be08f0fe1c03290d0a
 WHIRLPOOL 
ecf12c5780830ee133e477b9805dbbff6b933c815dd65242404366a013152ad4dfbf829f5a33692e97f0654e598ddcc06c0b8cd7d125dcf80644437a7016b720
+DIST eigen-3.3.3.tar.bz2 1642001 SHA256 
a4143fc45e4454b4b98fcea3516b3a79b8cdb3bc7fadf996d088c6a0d805fea1 SHA512 
bb5a8b761371e516f0a344a7c9f6e369e21c2907c8548227933ca6010fc607a66c8d6ff7c41b1aec3dea7d482ce8c2a09e38ae5c7a2c5b16bdd8007e7a81ecc3
 WHIRLPOOL 
4394f0d8f98dafbf913dc8c81e11935300bde458e9d2332a3eb35bca3930b76813a343da1c566a4c374d3d5f92aff5615c151935e29c783c71ae09e7088d2b2d

diff --git a/dev-cpp/eigen/eigen-3.3.3.ebuild b/dev-cpp/eigen/eigen-3.3.3.ebuild
new file mode 100644
index 000..87e772d3ff6
--- /dev/null
+++ b/dev-cpp/eigen/eigen-3.3.3.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+FORTRAN_NEEDED="test"
+
+inherit cmake-utils cuda fortran-2
+
+DESCRIPTION="C++ template library for linear algebra"
+HOMEPAGE="http://eigen.tuxfamily.org/;
+SRC_URI="https://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="MPL-2.0"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE="altivec c++11 cuda debug doc neon openmp test" #zvector vsx
+
+IUSE_CPU_FLAGS=" avx avx2 f16c fma3 sse2 sse3 sse4_1 sse4_2 ssse3" #x87
+IUSE+=" ${IUSE_CPU_FLAGS// / cpu_flags_x86_}"
+
+RDEPEND="!dev-cpp/eigen:0"
+DEPEND="
+   doc? ( app-doc/doxygen[dot,latex] )
+   test? (
+   dev-libs/gmp:0
+   dev-libs/mpfr:0
+   media-libs/freeglut
+   media-libs/glew
+   sci-libs/adolc[sparse]
+   sci-libs/cholmod
+   sci-libs/fftw:3.0
+   sci-libs/pastix
+   sci-libs/umfpack
+   sci-libs/scotch
+   sci-libs/spqr
+   sci-libs/superlu
+   dev-qt/qtcore:4
+   virtual/opengl
+   virtual/pkgconfig
+   cuda? ( dev-util/nvidia-cuda-toolkit )
+   )
+"
+# Missing:
+# METIS-5
+# GOOGLEHASH
+
+src_unpack() {
+   default
+   mv ${PN}* ${P} || die
+}
+
+src_prepare() {
+   sed -e 's:-g2::g' \
+   -i cmake/EigenConfigureTesting.cmake || die
+
+   sed -e "/add_subdirectory(demos/d" \
+   -i CMakeLists.txt || die
+
+   if ! use test; then
+   sed -e "/add_subdirectory(test/d" \
+   -i CMakeLists.txt || die
+
+   sed -e "/add_subdirectory(blas/d" \
+   -e "/add_subdirectory(lapack/d" \
+   -i CMakeLists.txt || die
+   fi
+   sed -e "/Unknown build type/d" \
+   -i CMakeLists.txt || die
+
+   use cuda && cuda_src_prepare
+
+   cmake-utils_src_prepare
+}
+
+src_compile() {
+   cmake-utils_src_compile
+   use doc && cmake-utils_src_compile doc
+}
+
+src_test() {
+   local mycmakeargs=(
+   -DEIGEN_TEST_ALTIVEC="$(usex altivec)"
+   -DEIGEN_TEST_CXX11="$(usex c++11)"
+   -DEIGEN_TEST_CUDA="$(usex cuda)"
+   -DEIGEN_TEST_OPENMP="$(usex openmp)"
+   

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

2017-03-06 Thread Sebastien Fabbro
commit: 2dedcdecf52debef0dc6af798955bfb60ef99afa
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Mar  6 22:49:05 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Mar  7 00:17:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dedcdec

dev-python/cloudpickle: version bump

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/cloudpickle/Manifest |  1 +
 dev-python/cloudpickle/cloudpickle-0.2.2.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-python/cloudpickle/Manifest b/dev-python/cloudpickle/Manifest
index 721b0e50b91..71319186e11 100644
--- a/dev-python/cloudpickle/Manifest
+++ b/dev-python/cloudpickle/Manifest
@@ -1 +1,2 @@
 DIST cloudpickle-0.2.1.tar.gz 15514 SHA256 
eea4b655e6aed3dba39b104ad1872226e3f9e23d8d202fc003f3e65f2d125c3b SHA512 
ab098186c04db1947fb6c4c92bb4708b0c45122adf0435f5da70a0cb24c08cf6d36ce627ea112a8ad8d0107a28b12259435c3e1aa2ab7a6f8f4122e5ca756e2c
 WHIRLPOOL 
66c3b735e592b05bdacb8fecc75a0d4e81751670f06eac2049a5d02b2a8dc1e1fbb66ef039d7de6f85175ff6dd7f6f635290f25937af02d6d640894a959778dc
+DIST cloudpickle-0.2.2.tar.gz 17020 SHA256 
9da26af07a25431d8a3c412d4c8e78823c1298655d354f4f570ece1b995f8e74 SHA512 
798b745d4059c34026a785fa32e6ac68aea689b3f4f8fa08d625eebe65651eca55211d104e9eab315c7c22dc720cbbad88cb1a444dac51ff457bff8d26c43756
 WHIRLPOOL 
05dd06818f6d53a2abbd936244ce6efdeaac49df0caa9a6dcabaacacd11157126f09f6432263d8eca94b913b6ff1a510c5310d56241e8ced32a4fefcf2329c1c

diff --git a/dev-python/cloudpickle/cloudpickle-0.2.2.ebuild 
b/dev-python/cloudpickle/cloudpickle-0.2.2.ebuild
new file mode 100644
index 000..451cfea92ca
--- /dev/null
+++ b/dev-python/cloudpickle/cloudpickle-0.2.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+inherit eutils distutils-r1
+
+DESCRIPTION="Extended pickling support for Python objects"
+HOMEPAGE="https://pypi.python.org/pypi/cloudpickle/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="test"
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}] )"
+
+RESTRICT="test"
+
+python_test() {
+   PYTHONPATH='.:tests' py.test || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/glpk/

2017-03-06 Thread Sebastien Fabbro
commit: 56f9cee6550b82754fffbb0f66d6b29ae065ebda
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Mar  6 23:45:08 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Mar  7 00:17:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f9cee6

sci-mathematics/glpk: re-revert

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sci-mathematics/glpk/glpk-4.61-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/glpk/glpk-4.61-r1.ebuild 
b/sci-mathematics/glpk/glpk-4.61-r1.ebuild
index 0c701874fe5..7861c425102 100644
--- a/sci-mathematics/glpk/glpk-4.61-r1.ebuild
+++ b/sci-mathematics/glpk/glpk-4.61-r1.ebuild
@@ -44,8 +44,8 @@ src_configure() {
myconf="--disable-dl"
fi
 
-   econf ${myconf} \
-   $(use_enable mysql) \
+   econf ${myconf}
+\  $(use_enable mysql) \
$(use_enable odbc) \
$(use_enable static-libs static) \
$(use_with gmp)



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

2017-03-06 Thread Sebastien Fabbro
commit: d44f151ca14af5333b16c51ba70ae615bc054919
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Mar  6 21:28:34 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Mar  7 00:17:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44f151c

dev-python/tblib: initial import

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/tblib/Manifest   |  1 +
 dev-python/tblib/metadata.xml   | 12 
 dev-python/tblib/tblib-1.3.0.ebuild | 20 
 3 files changed, 33 insertions(+)

diff --git a/dev-python/tblib/Manifest b/dev-python/tblib/Manifest
new file mode 100644
index 000..031ac1ba644
--- /dev/null
+++ b/dev-python/tblib/Manifest
@@ -0,0 +1 @@
+DIST tblib-1.3.0.tar.gz 25295 SHA256 
d1078592e594a2d73d2d383aa6fe551cc646cd986a092cc9824724e5a6832a0a SHA512 
2bead497b7a2ff2a23e164935efe5ca242cb6d6063a7d5e1cf88d7d3af6475255435507855f5f359738285d315f0c8c0274c539f33cf5017fcb743c49b8f58a3
 WHIRLPOOL 
0c51dfb2bbac35554799e46602b8a7f76c48ddee307d304639cb9cb83cff199ab5bc8fe4e590a2a7127a60071289f27edb7dd7842893065ac48419ba06aac6f6

diff --git a/dev-python/tblib/metadata.xml b/dev-python/tblib/metadata.xml
new file mode 100644
index 000..ec6fc75c9c1
--- /dev/null
+++ b/dev-python/tblib/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+tblib
+ionelmc/python-tblib
+  
+

diff --git a/dev-python/tblib/tblib-1.3.0.ebuild 
b/dev-python/tblib/tblib-1.3.0.ebuild
new file mode 100644
index 000..0c522a9257d
--- /dev/null
+++ b/dev-python/tblib/tblib-1.3.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Traceback fiddling library for Python"
+HOMEPAGE="https://github.com/ionelmc/python-tblib;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



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

2017-03-06 Thread Sebastien Fabbro
commit: 939f92ddbc247a62179622bb3fa6bdd0a474a50f
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Mar  6 19:19:42 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Mar  7 00:17:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=939f92dd

dev-python/blosc: version bump

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/blosc/Manifest   |  1 +
 dev-python/blosc/blosc-1.5.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-python/blosc/Manifest b/dev-python/blosc/Manifest
index 04d68999bf6..d8ad66fc9a0 100644
--- a/dev-python/blosc/Manifest
+++ b/dev-python/blosc/Manifest
@@ -1,2 +1,3 @@
 DIST blosc-1.2.8.tar.gz 259299 SHA256 
fc8996733de73d70cc2482f98972a38a908ca7286d30429fe828390b1bb010c3 SHA512 
8349a7b401e3b55b066efa4d647255dc7bc735a1de0eca5e33b2deb4ca90e317b90d6ea42433ed06f2680bccb2198e0e4bbdbf5a0fd1c22db900aa896c88427e
 WHIRLPOOL 
1139c9f167565df0fd22fdddf20416db2bf214c6a58e45f0c3bd2118142d9782ff53e9e263f1fafbb79bb69ae17c9fad925accdaa009d7087c725c113e039d18
 DIST blosc-1.4.4.tar.gz 613097 SHA256 
76ae6e1cecddb320b5567ba78ee9a2ee31895ecba838fdf05fdb9131939a4705 SHA512 
0a7da71086eda4fb7851a3ad1f3cbfe231a9b97d0177e6cc085f2b600d33ce0a71cc361bcfd682a526002465d375e89b7397270953ecf163db1922a9d51ac8e4
 WHIRLPOOL 
dd2404ecd5fd592fb38e3fd68bd06f48025e28543cf0119713a8575044db13c592818b7da753f55092aaef6c0ed488fd4cf4b64e25f050580a26440e43bf050a
+DIST blosc-1.5.0.tar.gz 617120 SHA256 
0ffddbae63f44aa35e4ac707f2e05e421df813c08bde8c5a419776a45de4ab84 SHA512 
75121989880dff6c2ab9142b02ccf45efac9eb442e4a3db42099047f1f5b86973ec5339314d867c3213ebb10fa883d993523a6469b3a3f6a230dbdc8a6ba03f2
 WHIRLPOOL 
f1fbaeed5d4f08668bd8c9e1f8917ab8f19e49432da8dd43b09e678c6530ee66b13214aefd7e05fc879a6b5883ddd1de308938c3437e23a514c2ba63a2a19a0e

diff --git a/dev-python/blosc/blosc-1.5.0.ebuild 
b/dev-python/blosc/blosc-1.5.0.ebuild
new file mode 100644
index 000..b9607ddb1ef
--- /dev/null
+++ b/dev-python/blosc/blosc-1.5.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="High performance compressor optimized for binary data"
+HOMEPAGE="http://python-blosc.blosc.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="dev-libs/c-blosc:="
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   export BLOSC_DIR="${EPREFIX}/usr"
+   distutils-r1_python_prepare_all
+   DOCS=( ANNOUNCE.rst  README.rst  RELEASE_NOTES.rst )
+}
+
+python_test() {
+   cd "${BUILD_DIR}"/lib || die
+   PYTHONPATH=. nosetests -v || die
+}



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

2017-03-06 Thread Sebastien Fabbro
commit: 89d78fa037324c7bdd4872b8f91d3e799705ec7e
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Mar  6 22:39:31 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Mar  7 00:17:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d78fa0

dev-python/joblib: version bump

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/dev-python/joblib/Manifest b/dev-python/joblib/Manifest
index 8180222fb2c..5c13be6e808 100644
--- a/dev-python/joblib/Manifest
+++ b/dev-python/joblib/Manifest
@@ -1,4 +1,5 @@
 DIST joblib-0.10.0.tar.gz 480797 SHA256 
49b3a0ba956eaa2f077e1ebd230b3c8d7b98afc67520207ada20a4d8b8efd071 SHA512 
a1f06c531973cb6f8af2c3fa62eaa18204a16ddc56b05de38cf84f7882f4820d30306f4aba52241f57f43c46c2b2bdd6c66459cf6bfa9c893b5750ac059c41a9
 WHIRLPOOL 
c58c03329a0f41e3b93afe02104debd430bd8d21c4a3a197bbf2eaa0a9edf63b2952f3e8ef028a9619c921e62ddf58bfd1a507c6cda592a68e951ec6edcfcdbd
+DIST joblib-0.11.tar.gz 213136 SHA256 
7b8fd56df36d9731a83729395ccb85a3b401f62a96255deb1a77220c00ed4085 SHA512 
8374a1e2445b9734a5af1d9f17fda057722f4e9e257819084aa7028866a8780f358fcbab131b13c2af315bbd953f8474e4ea698efdeda2be8699c3c471d9465a
 WHIRLPOOL 
234f6b55f0e563e5afaeb16f7d0c8d8eed2057f4da356986bb224215814487cdaecdd64a1312d93e2e4c913b709a2ee80105c338df2ecaee903df54f3518d2fe
 DIST joblib-0.8.4.tar.gz 314213 SHA256 
f185b87199525e0805281960f9f91c4f2e382e5834f05678cfcfa8ec666a4d2b SHA512 
37d9a107c0f8f80c30cbcf7e4520a571eb925efdfb8729ca681fb12b3ec79cfd63c4b53660e560bbb3bc162664f79ab1d9fa7207f3dac00b5d5cddcdc12169c9
 WHIRLPOOL 
f887c0153b4fa691e2289a9d3237a1b9ee51fabd7f6f3a54c7914f4296e23d50010ba822846723566fac5bcfd40c7b23c458121b6eff18d8ce15d6317ae5e638
 DIST joblib-0.9.2.tar.gz 480557 SHA256 
aa20324c09428e35a93517156b5355aa69e070661cdcb3c983249c814d5f7b84 SHA512 
8fb5362a6816cb9fb04611c7e2b0b9abdcee216932c966f960f490380d00a4931ddb2abbf3b30e73dca75d05056bcb4863ac92fe0d2a3e6d3842d1f116c1a3f9
 WHIRLPOOL 
0a04c3045979b23ddfd9554d748d42a7cbc7bed1cd02a7e68ceddc26273fe1c4aeb2c1b51597b5a3a4785aa180cabaa4f90ddd23988ef70cc66edcd8105e0120
 DIST joblib-0.9.3.tar.gz 445258 SHA256 
ac68f659cd4cfdb102423e9d87f9d94fe1d76f1e02dcbf8c99aea7fcb223be4d SHA512 
dada1e628c6f875c663cbb5e7c3339e4a56482f89bcc323f95f99682c4d5fdc1e66511bd6158dd4b255e5d3d0de9321b7fee42c3e51ec9dcc01695a8235d
 WHIRLPOOL 
ef60a41e5939b758ec049a2739b9a0c980e6cb401c4e5f45e2036bf329660cca6b02fb65879bffdbde4aef0f45229529ac6fb769244bb0790ec35bd0dc283f84

diff --git a/dev-python/joblib/joblib-0.11.ebuild 
b/dev-python/joblib/joblib-0.11.ebuild
new file mode 100644
index 000..f2bebc328c7
--- /dev/null
+++ b/dev-python/joblib/joblib-0.11.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Tools to provide lightweight pipelining in Python"
+HOMEPAGE="http://packages.python.org/joblib/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND=""
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build -b html -c doc/ doc/ doc/html || die "docs failed 
installation"
+   fi
+}
+
+python_test() {
+   # https://github.com/joblib/joblib/issues/143
+   if [[ "${EPYTHON}" == pypy ]]; then
+   sed -e 's:test_func_inspect_errors:_&:' -i 
${PN}/test/test_func_inspect.py || die
+   sed -e 's:test_parallel_pickling:_&:' -i 
${PN}/test/test_parallel.py || die
+   fi
+
+   py.test -v
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/colpack/

2017-03-06 Thread Sebastien Fabbro
commit: f77072674ef785f8a22f468127d10ee6cbcd5408
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Sat Mar  4 00:41:31 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Mar  7 00:17:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7707267

sci-libs/colpack: version bump

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sci-libs/colpack/Manifest  |  1 +
 sci-libs/colpack/colpack-1.0.10.ebuild | 48 ++
 sci-libs/colpack/metadata.xml  | 11 +---
 3 files changed, 56 insertions(+), 4 deletions(-)

diff --git a/sci-libs/colpack/Manifest b/sci-libs/colpack/Manifest
index f78f4a87ff7..f28958b8806 100644
--- a/sci-libs/colpack/Manifest
+++ b/sci-libs/colpack/Manifest
@@ -1,2 +1,3 @@
 DIST ColPack-1.0.6.tar.gz 1027189 SHA256 
d03208883aaa48544124c7fa950c2ea1aa88bc38c7997c4a563b176b6bc212ea SHA512 
646ffdd459c40906f6c57888c0e38b791f9559a88ce649e9041271655a9d98658db1c6c0f3b09d64b9bd2c7d74c71a6bd8b13972ae7c7bbac42b300b8e3844c9
 WHIRLPOOL 
80e5c7f368b362bf4dda84661b364fa1f55215446339fec98bce5dfd7a7dcffc97a79c73329d0a721f012c7bc6651626f6ed5b1f5e284c1b540bcf047d0178b7
 DIST ColPack-1.0.9.tar.gz 1185335 SHA256 
06c5d3e61ab873b27d7962a9f09e90cbc52ccd9f480e88f1ecb50e6bced11932 SHA512 
762ab506f95788f9134033b60bf582472b80ab14766ad6795a7db1b780de0ae49bb30f1c9bd74b4f62cf46cc6029c37ef90a483e41b62bf4067cd4a71eb3db6c
 WHIRLPOOL 
f84e1766350265c3ecfb43d827327a018218be342f22adbd5f95d7172b9b489c12ed3978796b9c9d70b69058d88816ed6cb5979217ccca16c7691ecccedc3a51
+DIST colpack-1.0.10.tar.gz 658087 SHA256 
b22ead7da80fa1735291b2d83198adf41bf36101e4fcb2c4f07c1cfacf211c75 SHA512 
566b7906c5d0dbcd6dcb9c359510ee8b13bf3249e56d8f88f7806493d1df14f54638a0558d601ab4dbc28f36093795eede57a059a7c4e66438b47bf5a0119808
 WHIRLPOOL 
c416c981aff798c6f0c9c33cf24f93fc0ab498e965159070697bc9eadb0014d9f6729858c7113811eec10e4219867075ef11191f6ca214320f83ccb2bf5bf625

diff --git a/sci-libs/colpack/colpack-1.0.10.ebuild 
b/sci-libs/colpack/colpack-1.0.10.ebuild
new file mode 100644
index 000..6469493e7fa
--- /dev/null
+++ b/sci-libs/colpack/colpack-1.0.10.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils
+
+MYPN="ColPack"
+
+DESCRIPTION="C++ algorithms for specialized vertex coloring problems"
+LICENSE="GPL-3 LGPL-3"
+HOMEPAGE="http://cscapes.cs.purdue.edu/coloringpage/;
+SRC_URI="https://github.com/CSCsw/${MYPN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+IUSE="openmp static-libs"
+KEYWORDS="~alpha ~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MYPN}-${PV}"
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != "binary" ]] && use openmp && [[ $(tc-getCC)$ == 
*gcc* ]] &&  ! tc-has-openmp; then
+   ewarn "You are using gcc without OpenMP"
+   die "Need an OpenMP capable compiler"
+   fi
+}
+
+src_prepare() {
+   default
+   sed -e 's/-O3//' -i Makefile.am || die
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-shared \
+   $(use_enable static-libs static) \
+   $(use_enable openmp)
+}
+
+src_install() {
+   default
+   rm -rf "${ED}"/usr/examples
+   use static-libs || prune_libtool_files --all
+}

diff --git a/sci-libs/colpack/metadata.xml b/sci-libs/colpack/metadata.xml
index 174f7cf0ae9..c9aa068b01c 100644
--- a/sci-libs/colpack/metadata.xml
+++ b/sci-libs/colpack/metadata.xml
@@ -6,8 +6,11 @@
 Gentoo Science Project
   
   
-  ColPack is a package comprising of implementations of algorithms for
-  the specialized vertex coloring problems as well as algorithms for a
-  variety of related supporting tasks in derivative computation.
-
+ColPack is a package comprising of implementations of algorithms for
+the specialized vertex coloring problems as well as algorithms for a
+variety of related supporting tasks in derivative computation.
+  
+  
+CSCsw/ColPack
+  
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/adolc/, sci-libs/adolc/files/

2017-03-06 Thread Sebastien Fabbro
commit: a1ef8915f75cbbcb838d2ec1c27263debc74a984
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Sat Mar  4 01:05:02 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Mar  7 00:17:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ef8915

sci-libs/adolc: version bump

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sci-libs/adolc/Manifest|   1 +
 sci-libs/adolc/adolc-2.6.2.ebuild  |  53 
 .../files/adolc-2.5.0-pkgconfig-no-ldflags.patch   |   4 +-
 sci-libs/adolc/files/adolc-2.6.2-dash.patch| 146 +
 4 files changed, 202 insertions(+), 2 deletions(-)

diff --git a/sci-libs/adolc/Manifest b/sci-libs/adolc/Manifest
index 39489cbe99b..1b3eb2eb743 100644
--- a/sci-libs/adolc/Manifest
+++ b/sci-libs/adolc/Manifest
@@ -1,3 +1,4 @@
 DIST ADOL-C-2.4.1.tgz 2210414 SHA256 
05bf946cc1764e2b3fa7e708ccc4303f289699d9f36b9d525f6a9a6129b4d578 SHA512 
5e5135ca587d159510bf77338fdff3d324f4d32c4ec6f8cf64ddc92253b427b8ee26a30bc1d83fe18121bbfdc7454c3536f58849c0c335e1b240e39d46acdccc
 WHIRLPOOL 
cd66a895dc3cb1f6f4f705a9fbce5a93dcb6856b6288704c3d3420be7f90e57296acd3fb2ea897ba5362e706429ec56b070bf0baa7094edcbf46c92d535bc492
 DIST ADOL-C-2.5.0.tgz 2313753 SHA256 
908753153e0eca3175150977eabd8ab97c4ab8fcd19f92667aba69a048a6 SHA512 
e680565ed911bc15165c27281428c1daf35e95292dc3abc64aab6633068ec0d7e7ae626e692e0574b2c696a0c4aec2c79b2b02c3760acd2bd1b579a4c42d9585
 WHIRLPOOL 
c0301c9a8f1357aa06be8e6a53bee9825a5d56cd31a2734862bcfd1f7c944935a4cd2c8c2ed49028493cb7c998008c9853b2d4bd7f6e0519ed353bbd3b7d0a8c
 DIST ADOL-C-2.5.2.tgz 2320010 SHA256 
2fa514d9799989d6379738c2bcf75070d9834e4d227eb32a5b278840893b2af9 SHA512 
3d2ef6e42504de9e9c1b5777afda8ece83fa61ab7c22fd471dce6bcb74af0a789d37cd2a6c9c9ead13f6c78e07ba985e7d14e79bcdf35fa56f8e73a2411905b5
 WHIRLPOOL 
55043cabe44b9913a7fba73ddaf0d64caa234d7002582d78dd9cfc05510ce3fbcb6dd3d1c40a2d6425f5ee1b7cc986d525d065671191096fbb303e122089c954
+DIST ADOL-C-2.6.2.tgz 2413458 SHA256 
f6326e7ba994d02074816132d4461915221069267c31862b31fab7020965c658 SHA512 
7825b57a06ea146b5095f3345592566887622e4a8b93bf8ef946083486652b5ecd6a44b7b5f1c7a5b5c45cfdb14d78ab2dd5f4d228114226046e99a46257f5be
 WHIRLPOOL 
24a2013e99b2fcbab348f2051a5592b5040ccd0349801838397a60833ba3baf36a21f125234bb8a721dcda7e504f3f4e79e792bdf8ad4965dae6158ccbef0054

diff --git a/sci-libs/adolc/adolc-2.6.2.ebuild 
b/sci-libs/adolc/adolc-2.6.2.ebuild
new file mode 100644
index 000..5ef274ec40a
--- /dev/null
+++ b/sci-libs/adolc/adolc-2.6.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools toolchain-funcs eutils
+
+MYPN=ADOL-C
+
+DESCRIPTION="Automatic differentiation system for C/C++"
+HOMEPAGE="https://projects.coin-or.org/ADOL-C/;
+SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYPN}-${PV}.tgz;
+
+LICENSE="|| ( EPL-1.0 GPL-2 )"
+SLOT="0/2"
+KEYWORDS="~alpha ~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="mpi sparse static-libs"
+
+RDEPEND="
+   mpi? ( sys-cluster/ampi:0= )
+   sparse? ( sci-libs/colpack:0= )
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MYPN}-${PV}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.5.0-no-colpack.patch
+   "${FILESDIR}"/${PN}-2.5.0-pkgconfig-no-ldflags.patch
+   "${FILESDIR}"/${PN}-2.6.2-dash.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable mpi ampi) \
+   $(use_enable sparse) \
+   $(use_with sparse colpack "${EPREFIX}"/usr)
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   default
+   use static-libs || prune_libtool_files --all
+}

diff --git a/sci-libs/adolc/files/adolc-2.5.0-pkgconfig-no-ldflags.patch 
b/sci-libs/adolc/files/adolc-2.5.0-pkgconfig-no-ldflags.patch
index 4a6296e2db7..258f835ca9e 100644
--- a/sci-libs/adolc/files/adolc-2.5.0-pkgconfig-no-ldflags.patch
+++ b/sci-libs/adolc/files/adolc-2.5.0-pkgconfig-no-ldflags.patch
@@ -1,5 +1,5 @@
 adolclib.pc.in.orig2014-05-21 09:09:10.060824555 -0700
-+++ adolclib.pc.in 2014-05-21 09:09:10.060824555 -0700
+--- a/adolclib.pc.in   2014-05-21 09:09:10.060824555 -0700
 b/adolclib.pc.in   2014-05-21 09:09:10.060824555 -0700
 @@ -7,5 +7,5 @@
  Version: @PACKAGE_VERSION@
  Description: Algorithmic Differentiation Library for C/C++

diff --git a/sci-libs/adolc/files/adolc-2.6.2-dash.patch 
b/sci-libs/adolc/files/adolc-2.6.2-dash.patch
new file mode 100644
index 000..b8d4fe5ad64
--- /dev/null
+++ b/sci-libs/adolc/files/adolc-2.6.2-dash.patch
@@ -0,0 +1,146 @@
+--- a/configure.ac 2016-08-31 12:49:35.0 +
 b/configure.ac 2017-03-04 00:58:02.354372332 +
+@@ -29,12 +29,12 @@
+ 
+ adolclib=adolc
+ 
+-if test "x$CFLAGS" == x ; then
++if test "x$CFLAGS" = x ; then
+ 

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

2017-03-06 Thread Sebastien Fabbro
commit: e16ea306342a9d1ce481b9173e3b67822a0d2814
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Mar  6 19:45:43 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Mar  7 00:17:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16ea306

dev-python/partd: version bump

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/partd/Manifest   |  1 +
 dev-python/partd/partd-0.3.7.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/partd/Manifest b/dev-python/partd/Manifest
index 8a9515984fe..5ef92b0d3db 100644
--- a/dev-python/partd/Manifest
+++ b/dev-python/partd/Manifest
@@ -1 +1,2 @@
 DIST partd-0.3.2.tar.gz 17097 SHA256 
0b8a2f313d07548ab5fbca89fae27d63ce81709ee544609b9e515d9c604ca910 SHA512 
7d48af79d6a42d7adbca85df1199d266ae115b4160fcaa9ba6a026b92ae813d9a37594dfab06f969a38799f13f23c80bbcd89be4ec4fdd8ad9f85718598707de
 WHIRLPOOL 
4a7abf38f897cc09d061ffa5ccd2eb3f16a8496c60bd36feb170a52bea6789c1597921b69e97f875c8fb72a1b8549787f073f26fb70818038ce6e888afa6d7f0
+DIST partd-0.3.7.tar.gz 17530 SHA256 
fdc344bca07f3b10645cc380950a00bbfcdbf993f3396715eb0936d14811cd18 SHA512 
84b6cb6af0607dace3bb20a38b4767ec75c92e903ba2cf1069e048d4c9cfba8bcf6d998767817a1310ece2570c2f0d60e5a42c80d38d603c656b74d00e6f0986
 WHIRLPOOL 
078ca146b7505aeb62e17578ea277b5412e9acee135b95488539370805520bd996a127c35da37fdeb7e9f02883fc8dc53d492a819f9c6d70c2bbaf5386abd328

diff --git a/dev-python/partd/partd-0.3.7.ebuild 
b/dev-python/partd/partd-0.3.7.ebuild
new file mode 100644
index 000..b85421196cf
--- /dev/null
+++ b/dev-python/partd/partd-0.3.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Appendable key-value storage"
+HOMEPAGE="https://github.com/dask/partd/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+RDEPEND="dev-python/locket[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+ dev-python/blosc[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/pyzmq[${PYTHON_USEDEP}]
+ dev-python/toolz[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   py.test partd --verbose || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gebabbel/, sci-geosciences/gebabbel/files/

2017-03-06 Thread Andreas Sturmlechner
commit: e106187a132852c135da81fc6d7e54d07958805f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar  6 23:07:08 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  6 23:54:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e106187a

sci-geosciences/gebabbel: Bump to EAPI 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../gebabbel/files/gebabbel-0.3-gcc45.patch|  4 ++--
 sci-geosciences/gebabbel/gebabbel-0.4.ebuild   | 22 +-
 sci-geosciences/gebabbel/metadata.xml  | 14 +++---
 3 files changed, 22 insertions(+), 18 deletions(-)

diff --git a/sci-geosciences/gebabbel/files/gebabbel-0.3-gcc45.patch 
b/sci-geosciences/gebabbel/files/gebabbel-0.3-gcc45.patch
index e8064e366c9..f8e7b47f338 100644
--- a/sci-geosciences/gebabbel/files/gebabbel-0.3-gcc45.patch
+++ b/sci-geosciences/gebabbel/files/gebabbel-0.3-gcc45.patch
@@ -2,8 +2,8 @@ Fixing build with gcc 4.5
 
 http://bugs.gentoo.org/show_bug.cgi?id=318579
 
 src/MyMainWindow.cpp
-+++ src/MyMainWindow.cpp
+--- a/src/MyMainWindow.cpp
 b/src/MyMainWindow.cpp
 @@ -219,7 +219,7 @@
  
// Creating the toolbar

diff --git a/sci-geosciences/gebabbel/gebabbel-0.4.ebuild 
b/sci-geosciences/gebabbel/gebabbel-0.4.ebuild
index 671a59af4e3..38141acd13b 100644
--- a/sci-geosciences/gebabbel/gebabbel-0.4.ebuild
+++ b/sci-geosciences/gebabbel/gebabbel-0.4.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 
 MY_P=${P/g/G}
 
-inherit eutils qt4-r2
+inherit qmake-utils
 
-DESCRIPTION="QT-Frontend to load and convert gps tracks with gpsbabel"
+DESCRIPTION="Qt-Frontend to load and convert gps tracks with gpsbabel"
 HOMEPAGE="http://gebabbel.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}-Src.tar.gz"
 
@@ -24,21 +24,25 @@ RDEPEND="${DEPEND}
sci-geosciences/gpsbabel
 "
 
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.3-gcc45.patch
-)
+DOCS=( CHANGELOG CREDITS )
+
+PATCHES=( "${FILESDIR}"/${PN}-0.3-gcc45.patch )
 
 S=${WORKDIR}/${MY_P}
 
 src_prepare() {
-   qt4-r2_src_prepare
+   default
# do not mess with cflags
sed \
-e "/QMAKE_CXXFLAGS/s:=.*$:= ${CXXFLAGS}:g" \
-i *.pro || die
 }
 
+src_configure() {
+   eqmake4 Gebabbel.pro
+}
+
 src_install() {
dobin bin/${PN}
-   dodoc CHANGELOG CREDITS
+   einstalldocs
 }

diff --git a/sci-geosciences/gebabbel/metadata.xml 
b/sci-geosciences/gebabbel/metadata.xml
index 35ccac22a7a..e9dd5e2e89a 100644
--- a/sci-geosciences/gebabbel/metadata.xml
+++ b/sci-geosciences/gebabbel/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-sci-geoscien...@gentoo.org
-Gentoo Geosciences Project
-  
-  
-gebabbel
-  
+   
+   sci-geoscien...@gentoo.org
+   Gentoo Geosciences Project
+   
+   
+   gebabbel
+   
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/mapnik-world-boundaries/

2017-03-06 Thread Andreas Sturmlechner
commit: ccb69804d281a47599ad05e170042d3bd43910a6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar  6 23:46:19 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  6 23:54:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb69804

sci-geosciences/mapnik-world-boundaries: Bump to EAPI 6

Trivial change, no revbump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../mapnik-world-boundaries-20090514.ebuild| 10 ++
 sci-geosciences/mapnik-world-boundaries/metadata.xml   | 14 +++---
 2 files changed, 13 insertions(+), 11 deletions(-)

diff --git 
a/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild
 
b/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild
index 3a49dfb7361..7d68394d045 100644
--- 
a/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild
+++ 
b/sci-geosciences/mapnik-world-boundaries/mapnik-world-boundaries-20090514.ebuild
@@ -1,6 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-EAPI=2
+
+EAPI=6
 
 DESCRIPTION="Mapnik World Boundaries"
 HOMEPAGE="http://www.openstreetmap.org/;
@@ -9,15 +10,16 @@ 
SRC_URI="mirror://gentoo/world_boundaries-spherical-20090331.tgz
 
 LICENSE="CC-BY-SA-2.0"
 SLOT="0"
-
 KEYWORDS="amd64 ~ppc x86"
-
 IUSE=""
 
 DEPEND="app-arch/unzip"
 RDEPEND=""
 
+S="${WORKDIR}"
+
 src_prepare() {
+   default
mv coastlines/* world_boundaries/
 }
 

diff --git a/sci-geosciences/mapnik-world-boundaries/metadata.xml 
b/sci-geosciences/mapnik-world-boundaries/metadata.xml
index c060ba738e0..22c8c1ac24a 100644
--- a/sci-geosciences/mapnik-world-boundaries/metadata.xml
+++ b/sci-geosciences/mapnik-world-boundaries/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   sci-geoscien...@gentoo.org
-   Gentoo Geosciences Project
-
-
-World Boundaries data from openstreetmap needed by mapnik
-
+   
+   sci-geoscien...@gentoo.org
+   Gentoo Geosciences Project
+   
+   
+   World Boundaries data from openstreetmap needed by mapnik
+   
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpscorrelate/

2017-03-06 Thread Andreas Sturmlechner
commit: 57218a6f9001099c2a5ecc65d1eb28562ef93d97
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar  6 23:26:12 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  6 23:54:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57218a6f

sci-geosciences/gpscorrelate: Bump to EAPI 6, fix HOMEPAGE

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-geosciences/gpscorrelate/gpscorrelate-1.6.1.ebuild | 10 --
 sci-geosciences/gpscorrelate/metadata.xml  |  8 
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1.ebuild 
b/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1.ebuild
index 80a80a73a5d..f63d5e79bca 100644
--- a/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1.ebuild
+++ b/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Tool for adjusting EXIF tags of your photos with a recorded GPS 
trace"
-HOMEPAGE="http://freefoote.dview.net/linux_gpscorr.html;
+HOMEPAGE="https://github.com/freefoote/gpscorrelate;
 SRC_URI="http://freefoote.dview.net/linux/${P}.tar.gz;
 
 LICENSE="GPL-2"
@@ -24,9 +24,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
 "
 
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-1.6.1-makefile.patch"
-}
+PATCHES=( "${FILESDIR}/${PN}-1.6.1-makefile.patch" )
 
 src_compile() {
tc-export CC CXX

diff --git a/sci-geosciences/gpscorrelate/metadata.xml 
b/sci-geosciences/gpscorrelate/metadata.xml
index d78f8098182..2761b1b9e5c 100644
--- a/sci-geosciences/gpscorrelate/metadata.xml
+++ b/sci-geosciences/gpscorrelate/metadata.xml
@@ -1,8 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-sci-geoscien...@gentoo.org
-Gentoo Geosciences Project
-  
+   
+   sci-geoscien...@gentoo.org
+   Gentoo Geosciences Project
+   
 



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

2017-03-06 Thread Kristian Fiskerstrand
commit: 0e19c5dd1d374ec4a07c9dfed5759df0dcf05c94
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Mon Mar  6 22:33:50 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Mon Mar  6 22:34:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e19c5dd

app-crypt/gnupg: Fix broken ssh without smartcard USE flag

Gentoo-Bug: 611544

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../gnupg/files/gnupg-2.1.19-ssh-no-scdaemon.patch |  85 ++
 app-crypt/gnupg/gnupg-2.1.19-r1.ebuild | 124 +
 2 files changed, 209 insertions(+)

diff --git a/app-crypt/gnupg/files/gnupg-2.1.19-ssh-no-scdaemon.patch 
b/app-crypt/gnupg/files/gnupg-2.1.19-ssh-no-scdaemon.patch
new file mode 100644
index 000..14d5444f3a0
--- /dev/null
+++ b/app-crypt/gnupg/files/gnupg-2.1.19-ssh-no-scdaemon.patch
@@ -0,0 +1,85 @@
+From 4ce4f2f683a17be3ddb93729f3f25014a97934ad Mon Sep 17 00:00:00 2001
+From: NIIBE Yutaka 
+Date: Mon, 6 Mar 2017 10:26:11 +0900
+Subject: [PATCH 1/1] agent: For SSH, robustly handling scdaemon's errors.
+
+* agent/command-ssh.c (card_key_list): Return 0 when
+agent_card_serialno returns an error.
+(ssh_handler_request_identities): Handle errors for card listing
+and proceed to other cases.
+--
+
+GnuPG-bug-id: 2980
+
+Signed-off-by: NIIBE Yutaka 
+---
+ agent/command-ssh.c | 19 +--
+ 1 file changed, 9 insertions(+), 10 deletions(-)
+
+diff --git a/agent/command-ssh.c b/agent/command-ssh.c
+index 79b8f85..3ab41cf 100644
+--- a/agent/command-ssh.c
 b/agent/command-ssh.c
+@@ -2393,13 +2393,12 @@ card_key_list (ctrl_t ctrl, char **r_serialno, 
strlist_t *result)
+   err = agent_card_serialno (ctrl, r_serialno, NULL);
+   if (err)
+ {
+-  if (gpg_err_code (err) == GPG_ERR_ENODEV)
+-return 0;   /* Nothing available.  */
+-
+-  if (opt.verbose)
++  if (gpg_err_code (err) != GPG_ERR_ENODEV && opt.verbose)
+ log_info (_("error getting serial number of card: %s\n"),
+   gpg_strerror (err));
+-  return err;
++
++  /* Nothing available.  */
++  return 0;
+ }
+ 
+   err = agent_card_cardlist (ctrl, result);
+@@ -2568,7 +2567,6 @@ ssh_handler_request_identities (ctrl_t ctrl,
+   gpg_error_t err;
+   int ret;
+   ssh_control_file_t cf = NULL;
+-  char *cardsn;
+   gpg_error_t ret_err;
+ 
+   (void)request;
+@@ -2601,21 +2599,21 @@ ssh_handler_request_identities (ctrl_t ctrl,
+   if (opt.verbose)
+ log_info (_("error getting list of cards: %s\n"),
+   gpg_strerror (err));
+-  goto out;
++  goto scd_out;
+ }
+ 
+   for (sl = card_list; sl; sl = sl->next)
+ {
+   char *serialno0;
++  char *cardsn;
++
+   err = agent_card_serialno (ctrl, , sl->d);
+   if (err)
+ {
+   if (opt.verbose)
+ log_info (_("error getting serial number of card: %s\n"),
+   gpg_strerror (err));
+-  xfree (serialno);
+-  free_strlist (card_list);
+-  goto out;
++  continue;
+ }
+ 
+   xfree (serialno0);
+@@ -2640,6 +2638,7 @@ ssh_handler_request_identities (ctrl_t ctrl,
+   free_strlist (card_list);
+ }
+ 
++ scd_out:
+   /* Then look at all the registered and non-disabled keys. */
+   err = open_control_file (, 0);
+   if (err)
+-- 
+2.8.0.rc3
+

diff --git a/app-crypt/gnupg/gnupg-2.1.19-r1.ebuild 
b/app-crypt/gnupg/gnupg-2.1.19-r1.ebuild
new file mode 100644
index 000..05ee0b7cbce
--- /dev/null
+++ b/app-crypt/gnupg/gnupg-2.1.19-r1.ebuild
@@ -0,0 +1,124 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils flag-o-matic toolchain-funcs
+
+DESCRIPTION="The GNU Privacy Guard, a GPL OpenPGP implementation"
+HOMEPAGE="http://www.gnupg.org/;
+LICENSE="GPL-3"
+
+MY_P="${P/_/-}"
+SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+
+SLOT="0"
+IUSE="bzip2 doc +gnutls ldap nls readline selinux +smartcard tofu tools usb 
wks-server"
+
+COMMON_DEPEND_LIBS="
+   >=dev-libs/npth-1.2
+   >=dev-libs/libassuan-2.4.3
+   >=dev-libs/libgcrypt-1.7.3
+   >=dev-libs/libgpg-error-1.24
+   >=dev-libs/libksba-1.3.4
+   >=net-misc/curl-7.10
+   gnutls? ( >=net-libs/gnutls-3.0:0= )
+   sys-libs/zlib
+   ldap? ( net-nds/openldap )
+   bzip2? ( app-arch/bzip2 )
+   readline? ( sys-libs/readline:0= )
+   smartcard? ( usb? ( virtual/libusb:0 ) )
+   tofu? ( >=dev-db/sqlite-3.7 )
+   "
+COMMON_DEPEND_BINS="app-crypt/pinentry

[gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/files/4.0.0/, sys-devel/clang/, ...

2017-03-06 Thread Michał Górny
commit: 4a73d12677b93bcdf102699a5f9a1b375df28fda
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  6 19:08:21 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  6 22:18:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a73d126

sys-devel/clang: Bump to 4.0.0rc3, fix extra tool tests

 sys-devel/clang/Manifest   |  6 +-
 ...ang-4.0.0_rc2.ebuild => clang-4.0.0_rc3.ebuild} | 11 ++-
 ...rrect-values-of-ATOMIC_-_LOCK_FREE-to-mat.patch | 87 ++
 ...st-dependencies-when-using-installed-tool.patch | 48 
 ...ang-library-dir-in-LD_LIBRARY_PATH-For-st.patch | 83 +
 5 files changed, 230 insertions(+), 5 deletions(-)

diff --git a/sys-devel/clang/Manifest b/sys-devel/clang/Manifest
index 1f2b36a057c..f329143463c 100644
--- a/sys-devel/clang/Manifest
+++ b/sys-devel/clang/Manifest
@@ -1,3 +1,3 @@
-DIST cfe-4.0.0rc2.src.tar.xz 10898628 SHA256 
76d6c9b7f388a93a0303dbbac0e42b183b242f822b65eb44064679e7c36aa5dc SHA512 
d1015c636a77233bf8c7df28ad71c734cf4755ca5564d4de1fb2574ffb942dfb69e528316e94da54397383a9dca558b0474bd4c599086e8c63abd3de1ce2bb94
 WHIRLPOOL 
72e76dd862b209dcc18d232b2d723ea19c9aafd1c8ab2db5e23985aaabe382782d598ec6fd58f8209a6b579c35caa1050330474b112ecb32ac5d4eac53e3373d
-DIST clang-tools-extra-4.0.0rc2.src.tar.xz 583208 SHA256 
1f682bd28714cf95b3e5fa6e638276973442fed349acd8a38a08f15bca9efb7a SHA512 
90b1d025c5aed9ebeb9d0c73e18f7734f151cd8637be5f9fd70a14953a73df134baa192ef76d049ac04b121cf2e32cecce311d145e275cd33fc1e7ebf999aad3
 WHIRLPOOL 
19cf25f96ddc486470cc5d85a28c8abae32ecc50e76e18c936aa2145922d3c075ffa0a105a02422cb59cb91aead5e8b962778b344de926b4089647e9c96544f5
-DIST llvm-4.0.0rc2.src.tar.xz 21005416 SHA256 
2257faed3795fedfc509d6dd5905be158231c508c6fcaaa02e4a09c5e8dadbe1 SHA512 
537356226123b8c9454ec3dfc3adbfb13cfa4bd35f530b85f2b3242391ea1fbd9abf65dfbb62db533e6eae4c9049bb260fb21dccfeb7e355306f4621d35474b7
 WHIRLPOOL 
d79f343ca00c60dd49a3ada4808e779c45210ab03e365e614563b54879ac72b7e80b4022641db10ad2075a0d417ba7c182f9d3abf8c6b012622c0d1541a7dc69
+DIST cfe-4.0.0rc3.src.tar.xz 10901068 SHA256 
974f47d91d97cebadceb33f7a966d1c158f57ffd012a300fd3d96f817ef64dd3 SHA512 
6427c90516c80d4ce83861ae2eb22635f38818e4f35441292375b4867abb82c48371ddf0afe9daec3b96f5f5ee1b5eced0e246eb878ef703454b92e6e2f62541
 WHIRLPOOL 
0608db76025fb81fc5db4e68c5b1c92dda4f82d7cf1518a38ec35cf40d4990314117b7ece0aa2e37badbfa964ba5c9b08664534bec5839cf3d1c965ac672dd30
+DIST clang-tools-extra-4.0.0rc3.src.tar.xz 583064 SHA256 
08cf8e27775617f703983fa641be89538bbd7f9da0b53c4aa8bbb8c10f282cb1 SHA512 
c6699cee2a4cbc7487bcf76092756939dd39a2c6de6b86e946e63f146c83af727bab0c3d5d148c5d437dea87bec25acc3db8c0c00f048187a6029b10725757e3
 WHIRLPOOL 
0fa3d18c099d1ff6710136dd0c7b598e230be09b5ec8dc6a8a157704eb3a0e124fe1dac5bbd6772fff52716bf5cec38c1f314cf96e71413c4f8c3d4c3d8188cf
+DIST llvm-4.0.0rc3.src.tar.xz 21013952 SHA256 
6727c98f436581adc6b8f9c2ad055d8e27832f60a127e97b3451eba85ef28345 SHA512 
a64eaf59388be6641b6d654ceddd63232f83ad50226204255a0c9bcc3d1b36470f7acbf43615b2bd9758cd6077f55fc6155803a12947e1bd2be5661e1ff07e4a
 WHIRLPOOL 
7aef4913c8a33ff0e35670063cb26ddd5d7b72cb08c699116dd93c72f25b6b75187bdf6bfd63b3d3b5c964c118c2db71893024524b864412f4f8daa594be7faa

diff --git a/sys-devel/clang/clang-4.0.0_rc2.ebuild 
b/sys-devel/clang/clang-4.0.0_rc3.ebuild
similarity index 94%
rename from sys-devel/clang/clang-4.0.0_rc2.ebuild
rename to sys-devel/clang/clang-4.0.0_rc3.ebuild
index 25f3a68147e..7911a8235f0 100644
--- a/sys-devel/clang/clang-4.0.0_rc2.ebuild
+++ b/sys-devel/clang/clang-4.0.0_rc3.ebuild
@@ -126,8 +126,15 @@ src_prepare() {
# fix stand-alone doc build
eapply 
"${FILESDIR}"//0007-cmake-Support-stand-alone-Sphinx-doxygen-doc-build.patch
 
-   # kill extraneous deps
-   sed -i -e '/FileCheck/d' tools/extra/test/CMakeLists.txt || die
+   # fix value of ATOMIC_*_LOCK_FREE
+   # (backport, temporary reverted upstream because of FreeBSD issues)
+   eapply 
"${FILESDIR}"/4.0.0/0001-Frontend-Correct-values-of-ATOMIC_-_LOCK_FREE-to-mat.patch
+
+   cd tools/extra || die
+   # fix stand-alone test build for extra tools
+   eapply 
"${FILESDIR}"/4.0.0/extra/0001-test-Fix-test-dependencies-when-using-installed-tool.patch
+   eapply 
"${FILESDIR}"/4.0.0/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
+   cd - >/dev/null || die
 
# User patches
eapply_user

diff --git 
a/sys-devel/clang/files/4.0.0/0001-Frontend-Correct-values-of-ATOMIC_-_LOCK_FREE-to-mat.patch
 
b/sys-devel/clang/files/4.0.0/0001-Frontend-Correct-values-of-ATOMIC_-_LOCK_FREE-to-mat.patch
new file mode 100644
index 000..f52d445eb05
--- /dev/null
+++ 
b/sys-devel/clang/files/4.0.0/0001-Frontend-Correct-values-of-ATOMIC_-_LOCK_FREE-to-mat.patch
@@ -0,0 +1,87 @@
+From f1ea62e93cba334828c427146cc2ca7718a9ffb3 Mon Sep 17 00:00:00 2001
+From: Michal Gorny 

[gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/

2017-03-06 Thread Michał Górny
commit: 82cca4ef047b724ee53131ffbab460f4045a553c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  6 19:41:39 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  6 22:18:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cca4ef

sys-devel/clang-runtime: Bump to 4.0.0rc3

 .../{clang-runtime-4.0.0_rc2.ebuild => clang-runtime-4.0.0_rc3.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-4.0.0_rc2.ebuild 
b/sys-devel/clang-runtime/clang-runtime-4.0.0_rc3.ebuild
similarity index 100%
rename from sys-devel/clang-runtime/clang-runtime-4.0.0_rc2.ebuild
rename to sys-devel/clang-runtime/clang-runtime-4.0.0_rc3.ebuild



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

2017-03-06 Thread Michał Górny
commit: 4d37c8701bd803fc1b96a7c0f69709b5e70a4375
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  6 19:38:45 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  6 22:18:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d37c870

sys-libs/libcxx: Bump to 4.0.0rc3

 sys-libs/libcxx/Manifest | 2 +-
 sys-libs/libcxx/{libcxx-4.0.0_rc2.ebuild => libcxx-4.0.0_rc3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libcxx/Manifest b/sys-libs/libcxx/Manifest
index 2ba0cf23736..8ab56dae1e1 100644
--- a/sys-libs/libcxx/Manifest
+++ b/sys-libs/libcxx/Manifest
@@ -2,4 +2,4 @@ DIST libcxx-3.7.1.src.tar.xz 995724 SHA256 
357fbd4288ce99733ba06ae2bec6f503413d2
 DIST libcxx-3.8.1.src.tar.xz 1074164 SHA256 
77d7f3784c88096d785bd705fa1bab7031ce184cd91ba8a7008abf55264eeecc SHA512 
782ff3cdb85d02e92404e943474d0266ff601725c202f0667d60e7807f1ba3cfdebbdb062e27a52fec96be1c99339044be93a88ba7e396682f98d99c9ac175b2
 WHIRLPOOL 
a729c44060972edee79b0019fd4c6c23fa56dd625e564f4c5965682d9fc79be4094df0643f67c5d2ffa3ae3c743c892c3c9ba19719b2307aada35775f64ed104
 DIST libcxx-3.9.0.src.tar.xz 1198308 SHA256 
d0b38d51365c6322f5666a2a8105785f2e114430858de4c25a86b49f227f5b06 SHA512 
55d5c4adff378ee02b0b99d732bc9f326910f9e49ab8c320a588eccdd0362fe009bc9a6a4337d29faf6338420c91b10d0d7d67f66128268f01258d30502c4f4a
 WHIRLPOOL 
3ee3519acfe95287a862a6c44e30ed52ced1204332913007797da4e4da40dfdc5991ae120f5686827cc208b559936da5bc5485dab75617bdd5cbbd9e95a6032a
 DIST libcxx-3.9.1.src.tar.xz 1209020 SHA256 
25e615e428f60e651ed09ffd79e563864e3f4bc69a9e93ee41505c419d1a7461 SHA512 
a5976e4096624a7307b3e43f4a22ac2dc74572226e0f57af9f3ef537a14c3cff1601b7042aef9dc40a0ee53ca76b08d72eb9c253dcf34f115d3153c302db7070
 WHIRLPOOL 
cad439979570192b195338d752a24fb0ad8704c0c8efed3b6d7724437763eab7bc3b8baaf2f0e6fff55c6d9be211dff6f7baf18dec55e3a29ad3b8a423cefb1e
-DIST libcxx-4.0.0rc2.src.tar.xz 1452040 SHA256 
d631c653c2b05b63683f62a9eea2b1284ce9ac49256f6a1744b462e7dca60c8c SHA512 
e9252fcdaf039cc46a80cc79f22bce5fcd86dc4a3505a8756368d25be59cd9543fb41f1891f75054afb9fc1812483cf7ca45f45cf75df24b1b9f874db28c3988
 WHIRLPOOL 
9b194511f7a86c65125197a050b57b2a70c6a94cc10cc25ed1c23fcfa1b2a788bf7cfe17d0c5805c9604cb8a2618b0b49b5d4d2482c83d43dfbdc8f29951e8b7
+DIST libcxx-4.0.0rc3.src.tar.xz 1452356 SHA256 
836000ac3542fb5884f5aaa19a725721bc21d6af545482195e577fc62b5b8696 SHA512 
c82df667b71110a7ecb8b2092481a645f02f7d0606040cc8789ef5b5f47bde4f26ed6ef78f09468abdc1e3c5f1cfde486d1499b3c617793864482cf7a9723d9a
 WHIRLPOOL 
251ad814e4d9444092516fae8aa31124f9cfd0a410501c5a0ec41db6a35f2f4d3f35524446c46c390d041e1b58a6529d2962da3f0a898664cf1f36441c3c9734

diff --git a/sys-libs/libcxx/libcxx-4.0.0_rc2.ebuild 
b/sys-libs/libcxx/libcxx-4.0.0_rc3.ebuild
similarity index 100%
rename from sys-libs/libcxx/libcxx-4.0.0_rc2.ebuild
rename to sys-libs/libcxx/libcxx-4.0.0_rc3.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/

2017-03-06 Thread Michał Górny
commit: edf334b018578d23ef58140b3cb0168753325198
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  6 16:37:10 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  6 22:18:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf334b0

sys-devel/llvm: Bump to 4.0.0rc3

 sys-devel/llvm/Manifest | 2 +-
 sys-devel/llvm/{llvm-4.0.0_rc2.ebuild => llvm-4.0.0_rc3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm/Manifest b/sys-devel/llvm/Manifest
index c8ac0e27db3..2491366e0e6 100644
--- a/sys-devel/llvm/Manifest
+++ b/sys-devel/llvm/Manifest
@@ -35,4 +35,4 @@ DIST llvm-3.8.1.src.tar.xz 16551472 SHA256 
6e82ce4adb54ff3afc18053d6981b6aed1406
 DIST llvm-3.9.0.src.tar.xz 18235716 SHA256 
66c73179da42cee1386371641241f79ded250e117a79f571bbd69e56daa48948 SHA512 
f18ae32531218ab156c3e56c11826be0fd05f0799c82eaf2e6a043b38e1277560b4d921987513b88b11d97ea2619feaf277eec72181dd2ae4f4108c2836bf7b2
 WHIRLPOOL 
a36c1bcee6e7995067a9a7a51e3fdb0f10d51d0239250eefab92ed2e46b024a203fa10a17a25a5aca69046bcb413628e288427f1a6690d0862e07cd95694c8a8
 DIST llvm-3.9.0_rc3-manpages.tar.bz2 80007 SHA256 
991f5238d23c0aee2fd303d1adecd6045c42ed066f42f0d58f62c3a25c197140 SHA512 
f96c340021de3f096ec3ad7d51a6af2c7a84974122d1df15729a39d4f9d65452f063a85ab38adb064288dc14220d9cc679b31ee19b48424d3d7cde621ff37597
 WHIRLPOOL 
d3f24a2faaa5aa909519373532262c342acf517048ac543f303b6ddb539f5ece876a338c8efc445f4ada6f723a4e65e35bd5f2f9b4f52ef96ef832000259ab20
 DIST llvm-3.9.1.src.tar.xz 18130436 SHA256 
1fd90354b9cf19232e8f168faf2220e79be555df3aa743242700879e8fd329ee SHA512 
50cbe8ee911080f586e77861c442348701bd02e2de0c090c54c34f82ac275ecfcd712af0f41e387c33b4a6057778a4258a27554292fe68ab4af3fd9dd6d90683
 WHIRLPOOL 
1cd1a25befcb178bec4a4aace4367167f3838d32edbe9db9de8c6e558c01c1fcf123f6d6f80b7ec9ff32b3d6dcf2de2f4eb4201d417c3d17a5c8a69934832903
-DIST llvm-4.0.0rc2.src.tar.xz 21005416 SHA256 
2257faed3795fedfc509d6dd5905be158231c508c6fcaaa02e4a09c5e8dadbe1 SHA512 
537356226123b8c9454ec3dfc3adbfb13cfa4bd35f530b85f2b3242391ea1fbd9abf65dfbb62db533e6eae4c9049bb260fb21dccfeb7e355306f4621d35474b7
 WHIRLPOOL 
d79f343ca00c60dd49a3ada4808e779c45210ab03e365e614563b54879ac72b7e80b4022641db10ad2075a0d417ba7c182f9d3abf8c6b012622c0d1541a7dc69
+DIST llvm-4.0.0rc3.src.tar.xz 21013952 SHA256 
6727c98f436581adc6b8f9c2ad055d8e27832f60a127e97b3451eba85ef28345 SHA512 
a64eaf59388be6641b6d654ceddd63232f83ad50226204255a0c9bcc3d1b36470f7acbf43615b2bd9758cd6077f55fc6155803a12947e1bd2be5661e1ff07e4a
 WHIRLPOOL 
7aef4913c8a33ff0e35670063cb26ddd5d7b72cb08c699116dd93c72f25b6b75187bdf6bfd63b3d3b5c964c118c2db71893024524b864412f4f8daa594be7faa

diff --git a/sys-devel/llvm/llvm-4.0.0_rc2.ebuild 
b/sys-devel/llvm/llvm-4.0.0_rc3.ebuild
similarity index 100%
rename from sys-devel/llvm/llvm-4.0.0_rc2.ebuild
rename to sys-devel/llvm/llvm-4.0.0_rc3.ebuild



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

2017-03-06 Thread Michał Górny
commit: 232143e65bd629de0b704099eb30a6a572127e90
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  6 19:43:51 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  6 22:18:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232143e6

dev-python/clang-python: Bump to 4.0.0rc3

 dev-python/clang-python/Manifest| 2 +-
 .../{clang-python-4.0.0_rc2.ebuild => clang-python-4.0.0_rc3.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/clang-python/Manifest b/dev-python/clang-python/Manifest
index e1a4fe34da4..d046b88a945 100644
--- a/dev-python/clang-python/Manifest
+++ b/dev-python/clang-python/Manifest
@@ -1 +1 @@
-DIST cfe-4.0.0rc2.src.tar.xz 10898628 SHA256 
76d6c9b7f388a93a0303dbbac0e42b183b242f822b65eb44064679e7c36aa5dc SHA512 
d1015c636a77233bf8c7df28ad71c734cf4755ca5564d4de1fb2574ffb942dfb69e528316e94da54397383a9dca558b0474bd4c599086e8c63abd3de1ce2bb94
 WHIRLPOOL 
72e76dd862b209dcc18d232b2d723ea19c9aafd1c8ab2db5e23985aaabe382782d598ec6fd58f8209a6b579c35caa1050330474b112ecb32ac5d4eac53e3373d
+DIST cfe-4.0.0rc3.src.tar.xz 10901068 SHA256 
974f47d91d97cebadceb33f7a966d1c158f57ffd012a300fd3d96f817ef64dd3 SHA512 
6427c90516c80d4ce83861ae2eb22635f38818e4f35441292375b4867abb82c48371ddf0afe9daec3b96f5f5ee1b5eced0e246eb878ef703454b92e6e2f62541
 WHIRLPOOL 
0608db76025fb81fc5db4e68c5b1c92dda4f82d7cf1518a38ec35cf40d4990314117b7ece0aa2e37badbfa964ba5c9b08664534bec5839cf3d1c965ac672dd30

diff --git a/dev-python/clang-python/clang-python-4.0.0_rc2.ebuild 
b/dev-python/clang-python/clang-python-4.0.0_rc3.ebuild
similarity index 96%
rename from dev-python/clang-python/clang-python-4.0.0_rc2.ebuild
rename to dev-python/clang-python/clang-python-4.0.0_rc3.ebuild
index fb2814619fa..307db8e353a 100644
--- a/dev-python/clang-python/clang-python-4.0.0_rc2.ebuild
+++ b/dev-python/clang-python/clang-python-4.0.0_rc3.ebuild
@@ -18,7 +18,7 @@ IUSE="test"
 # The module is opening libclang.so directly, and doing some blasphemy
 # on top of it.
 RDEPEND="
-   >=sys-devel/clang-${PV}
+   >=sys-devel/clang-${PV}:*
!sys-devel/llvm:0[clang(-),python(-)]
!sys-devel/clang:0[python(-)]
${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt/

2017-03-06 Thread Michał Górny
commit: 0307f2e8fdec44c68992eaa4bf72b4dda15c8ae4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  6 19:27:15 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  6 22:18:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0307f2e8

sys-libs/compiler-rt: Bump to 4.0.0rc3

 sys-libs/compiler-rt/Manifest   | 2 +-
 .../{compiler-rt-4.0.0_rc2.ebuild => compiler-rt-4.0.0_rc3.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/compiler-rt/Manifest b/sys-libs/compiler-rt/Manifest
index 5e0ac8d47d5..101272ab679 100644
--- a/sys-libs/compiler-rt/Manifest
+++ b/sys-libs/compiler-rt/Manifest
@@ -1 +1 @@
-DIST compiler-rt-4.0.0rc2.src.tar.xz 1433644 SHA256 
5902f67a9feadc74b455b3f4979a2ff913918209a681e104d6010622334a201e SHA512 
0c39e55b8947d35251260017dcc42e5fa936c08e1481326278163d59d2533c1c29a8e0c152a6cc8f0d1b91ad90c27e8d77bb64c95d79080f84817c4c0f06d042
 WHIRLPOOL 
6bb8004348e8bed6057c511a7e04c998fe82ed8bd3e83b1b00ad402ff543f02373754844306cbf2244859744cabcddeb64fa3b239033bc22e3d8fe82ccf30a0f
+DIST compiler-rt-4.0.0rc3.src.tar.xz 1432488 SHA256 
452d04bc14ac8dc4a8ccecd2580dba186811724dd430844c61255c56d287d849 SHA512 
6d37fa35ea36b5c3816583af76762da0369dce26b2febaae1443793756592219a9035ae69677d0ff4d6973816cdf5f6e02386baf2d884fd213965a7faa822592
 WHIRLPOOL 
2ce7c3b5ec3c26e30b241ddcff7022731db2ccf937cfac35523d29ce623ba100c86dd10ce62585fa2c1252fb2bf7757d0f3a7b4d0058ef9b3e6193ac84b1d5b9

diff --git a/sys-libs/compiler-rt/compiler-rt-4.0.0_rc2.ebuild 
b/sys-libs/compiler-rt/compiler-rt-4.0.0_rc3.ebuild
similarity index 100%
rename from sys-libs/compiler-rt/compiler-rt-4.0.0_rc2.ebuild
rename to sys-libs/compiler-rt/compiler-rt-4.0.0_rc3.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-util/lldb/, dev-util/lldb/files/4.0.0/

2017-03-06 Thread Michał Górny
commit: a7c054165db900ce4a4aa17ccdf0c2c8cebbc717
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  6 19:25:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  6 22:18:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c05416

dev-util/lldb: Bump to 4.0.0rc3, fix tests

 dev-util/lldb/Manifest |   4 +-
 ...nding-LLDB-tools-when-building-stand-alon.patch | 102 +
 ...lldb-4.0.0_rc2.ebuild => lldb-4.0.0_rc3.ebuild} |   7 ++
 3 files changed, 111 insertions(+), 2 deletions(-)

diff --git a/dev-util/lldb/Manifest b/dev-util/lldb/Manifest
index 83740582350..c0bf1a500a4 100644
--- a/dev-util/lldb/Manifest
+++ b/dev-util/lldb/Manifest
@@ -1,2 +1,2 @@
-DIST lldb-4.0.0rc2.src.tar.xz 19122472 SHA256 
07cce3289d97a8f7fbd069e8105fecf722fb3631d9b0822a5b1dacf0d7a1713c SHA512 
bafd5eb02b4336e64b2affd140d6f77394cd54a62ebc475cf4ee6531dcd382e4455955c7d3c0d569b057b7dbabf5b7f15bcf6bdfce4bc5c52b8801b9fc1530c7
 WHIRLPOOL 
78d53ce49226a773e6f69c6c0663df67a895620c33d538f2a1bf1c17bbb25c0d0a175c1e670f363bfb93bd36a0cf769623b6eb8eafdee46dc08e9df97272cbc1
-DIST llvm-4.0.0rc2.src.tar.xz 21005416 SHA256 
2257faed3795fedfc509d6dd5905be158231c508c6fcaaa02e4a09c5e8dadbe1 SHA512 
537356226123b8c9454ec3dfc3adbfb13cfa4bd35f530b85f2b3242391ea1fbd9abf65dfbb62db533e6eae4c9049bb260fb21dccfeb7e355306f4621d35474b7
 WHIRLPOOL 
d79f343ca00c60dd49a3ada4808e779c45210ab03e365e614563b54879ac72b7e80b4022641db10ad2075a0d417ba7c182f9d3abf8c6b012622c0d1541a7dc69
+DIST lldb-4.0.0rc3.src.tar.xz 19123208 SHA256 
e74352fabc0f76556e360fa3b7e971665931bebde3ce7f437ff2714a8f9f20e3 SHA512 
5b06768a9d464754e0a18486b5e0fda3f9198291040c0e179d09a37772c6e68e2f5ac2a08a6b384d2e72b685bd8b36d3b2a085213b1d347b5cbaacfa9f62db1a
 WHIRLPOOL 
643633baa634f32b1c4551a86fa3252642bd7f61c3c6d7e6bdbc0b983e6ccce6f3f8e5c8eeb88b40a41c7937d50346b574ea8329f5badfac08ccad98ce2fa556
+DIST llvm-4.0.0rc3.src.tar.xz 21013952 SHA256 
6727c98f436581adc6b8f9c2ad055d8e27832f60a127e97b3451eba85ef28345 SHA512 
a64eaf59388be6641b6d654ceddd63232f83ad50226204255a0c9bcc3d1b36470f7acbf43615b2bd9758cd6077f55fc6155803a12947e1bd2be5661e1ff07e4a
 WHIRLPOOL 
7aef4913c8a33ff0e35670063cb26ddd5d7b72cb08c699116dd93c72f25b6b75187bdf6bfd63b3d3b5c964c118c2db71893024524b864412f4f8daa594be7faa

diff --git 
a/dev-util/lldb/files/4.0.0/0001-test-Fix-finding-LLDB-tools-when-building-stand-alon.patch
 
b/dev-util/lldb/files/4.0.0/0001-test-Fix-finding-LLDB-tools-when-building-stand-alon.patch
new file mode 100644
index 000..1b183d860a2
--- /dev/null
+++ 
b/dev-util/lldb/files/4.0.0/0001-test-Fix-finding-LLDB-tools-when-building-stand-alon.patch
@@ -0,0 +1,102 @@
+From 6a9aab954c32a2d3d13a0fe5fc984e9787e9f794 Mon Sep 17 00:00:00 2001
+From: Michal Gorny 
+Date: Sun, 19 Feb 2017 22:11:38 +
+Subject: [PATCH] [test] Fix finding LLDB tools when building stand-alone
+
+Use both LLDB- and LLVM-specific tool/library directories when LLDB is
+being built stand-alone. This ensures that the freshly-built tools
+(and libraries) are used correctly.
+
+Without this patch, the test suite uses LLVM_TOOLS_DIR and LLVM_LIBS_DIR
+to locate lldb, and set PATH and LD_LIBRARY_PATH. When doing
+a stand-alone build, these variables represent the installed LLVM.
+As a result, tests either fail due to missing lldb executable
+or use an earlier installed LLDB version rather than the one being
+built.
+
+To solve this, additional LLDB_TOOLS_DIR and LLDB_LIBS_DIR variables
+are added and populated using LLVM_*_OUTPUT_INTDIR. Those variables
+contain directories used to output built executables and libraries.
+In stand-alone builds, they represent the build-tree directories
+used by LLDB. In integrated builds, they have the same values as
+LLVM_*_DIR and therefore using them does not harm.
+
+The new variables are prepended to PATH and LD_LIBRARY_PATH to ensure
+that freshly built binaries are preferred over potentially earlier
+installed ones. Furthermore, paths used to locate various tools are
+updated to match appropriate locations.
+
+Differential Revision: https://reviews.llvm.org/D29985
+
+git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@295621 
91177308-0d34-0410-b5e6-96231b3b80d8
+---
+ lit/lit.cfg | 18 --
+ lit/lit.site.cfg.in |  2 ++
+ 2 files changed, 14 insertions(+), 6 deletions(-)
+
+diff --git a/lit/lit.cfg b/lit/lit.cfg
+index dd89b45fa..a3d5f9ca7 100644
+--- a/lit/lit.cfg
 b/lit/lit.cfg
+@@ -39,18 +39,24 @@ config.llvm_obj_root = getattr(config, 'llvm_obj_root', 
None)
+ 
+ # Tweak the PATH to include the tools dir and the scripts dir.
+ if lldb_obj_root is not None:
++lldb_tools_dir = getattr(config, 'lldb_tools_dir', None)
++if not lldb_tools_dir:
++lit_config.fatal('No LLDB tools dir set!')
+ llvm_tools_dir = getattr(config, 'llvm_tools_dir', None)
+ if not llvm_tools_dir:
+ lit_config.fatal('No LLVM tools dir set!')
+-path 

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

2017-03-06 Thread Michał Górny
commit: 0de1ba95e79bbdabfe3387dd498e7aba2893799a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  6 18:32:44 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  6 22:18:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de1ba95

dev-ml/llvm-ocaml: Bump to 4.0.0rc3

 dev-ml/llvm-ocaml/Manifest  | 2 +-
 .../{llvm-ocaml-4.0.0_rc2.ebuild => llvm-ocaml-4.0.0_rc3.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/llvm-ocaml/Manifest b/dev-ml/llvm-ocaml/Manifest
index e60e2307c6d..3a7d9319dc8 100644
--- a/dev-ml/llvm-ocaml/Manifest
+++ b/dev-ml/llvm-ocaml/Manifest
@@ -1 +1 @@
-DIST llvm-4.0.0rc2.src.tar.xz 21005416 SHA256 
2257faed3795fedfc509d6dd5905be158231c508c6fcaaa02e4a09c5e8dadbe1 SHA512 
537356226123b8c9454ec3dfc3adbfb13cfa4bd35f530b85f2b3242391ea1fbd9abf65dfbb62db533e6eae4c9049bb260fb21dccfeb7e355306f4621d35474b7
 WHIRLPOOL 
d79f343ca00c60dd49a3ada4808e779c45210ab03e365e614563b54879ac72b7e80b4022641db10ad2075a0d417ba7c182f9d3abf8c6b012622c0d1541a7dc69
+DIST llvm-4.0.0rc3.src.tar.xz 21013952 SHA256 
6727c98f436581adc6b8f9c2ad055d8e27832f60a127e97b3451eba85ef28345 SHA512 
a64eaf59388be6641b6d654ceddd63232f83ad50226204255a0c9bcc3d1b36470f7acbf43615b2bd9758cd6077f55fc6155803a12947e1bd2be5661e1ff07e4a
 WHIRLPOOL 
7aef4913c8a33ff0e35670063cb26ddd5d7b72cb08c699116dd93c72f25b6b75187bdf6bfd63b3d3b5c964c118c2db71893024524b864412f4f8daa594be7faa

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0_rc2.ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0_rc3.ebuild
similarity index 100%
rename from dev-ml/llvm-ocaml/llvm-ocaml-4.0.0_rc2.ebuild
rename to dev-ml/llvm-ocaml/llvm-ocaml-4.0.0_rc3.ebuild



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

2017-03-06 Thread Michał Górny
commit: d75fe6520523d2ccce15971fa4c698ea820c9e82
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  6 16:27:46 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  6 22:18:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75fe652

dev-python/lit: Bump to 4.0.0rc3

 dev-python/lit/Manifest   | 2 +-
 dev-python/lit/{lit-4.0.0_rc2.ebuild => lit-4.0.0_rc3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lit/Manifest b/dev-python/lit/Manifest
index b5fb68458f5..f0e8ec63de7 100644
--- a/dev-python/lit/Manifest
+++ b/dev-python/lit/Manifest
@@ -1,2 +1,2 @@
 DIST llvm-3.9.0.src.tar.xz 18235716 SHA256 
66c73179da42cee1386371641241f79ded250e117a79f571bbd69e56daa48948 SHA512 
f18ae32531218ab156c3e56c11826be0fd05f0799c82eaf2e6a043b38e1277560b4d921987513b88b11d97ea2619feaf277eec72181dd2ae4f4108c2836bf7b2
 WHIRLPOOL 
a36c1bcee6e7995067a9a7a51e3fdb0f10d51d0239250eefab92ed2e46b024a203fa10a17a25a5aca69046bcb413628e288427f1a6690d0862e07cd95694c8a8
-DIST llvm-4.0.0rc2.src.tar.xz 21005416 SHA256 
2257faed3795fedfc509d6dd5905be158231c508c6fcaaa02e4a09c5e8dadbe1 SHA512 
537356226123b8c9454ec3dfc3adbfb13cfa4bd35f530b85f2b3242391ea1fbd9abf65dfbb62db533e6eae4c9049bb260fb21dccfeb7e355306f4621d35474b7
 WHIRLPOOL 
d79f343ca00c60dd49a3ada4808e779c45210ab03e365e614563b54879ac72b7e80b4022641db10ad2075a0d417ba7c182f9d3abf8c6b012622c0d1541a7dc69
+DIST llvm-4.0.0rc3.src.tar.xz 21013952 SHA256 
6727c98f436581adc6b8f9c2ad055d8e27832f60a127e97b3451eba85ef28345 SHA512 
a64eaf59388be6641b6d654ceddd63232f83ad50226204255a0c9bcc3d1b36470f7acbf43615b2bd9758cd6077f55fc6155803a12947e1bd2be5661e1ff07e4a
 WHIRLPOOL 
7aef4913c8a33ff0e35670063cb26ddd5d7b72cb08c699116dd93c72f25b6b75187bdf6bfd63b3d3b5c964c118c2db71893024524b864412f4f8daa594be7faa

diff --git a/dev-python/lit/lit-4.0.0_rc2.ebuild 
b/dev-python/lit/lit-4.0.0_rc3.ebuild
similarity index 100%
rename from dev-python/lit/lit-4.0.0_rc2.ebuild
rename to dev-python/lit/lit-4.0.0_rc3.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2017-03-06 Thread Michał Górny
commit: a273984091d20aa6f68f21cd49edff1957eae528
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  6 19:29:42 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  6 22:18:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2739840

sys-libs/compiler-rt-sanitizers: Bump to 4.0.0rc3

 sys-libs/compiler-rt-sanitizers/Manifest  | 4 ++--
 ...izers-4.0.0_rc2.ebuild => compiler-rt-sanitizers-4.0.0_rc3.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/compiler-rt-sanitizers/Manifest 
b/sys-libs/compiler-rt-sanitizers/Manifest
index 783cc0b4148..1a842d92fc3 100644
--- a/sys-libs/compiler-rt-sanitizers/Manifest
+++ b/sys-libs/compiler-rt-sanitizers/Manifest
@@ -1,2 +1,2 @@
-DIST compiler-rt-4.0.0rc2.src.tar.xz 1433644 SHA256 
5902f67a9feadc74b455b3f4979a2ff913918209a681e104d6010622334a201e SHA512 
0c39e55b8947d35251260017dcc42e5fa936c08e1481326278163d59d2533c1c29a8e0c152a6cc8f0d1b91ad90c27e8d77bb64c95d79080f84817c4c0f06d042
 WHIRLPOOL 
6bb8004348e8bed6057c511a7e04c998fe82ed8bd3e83b1b00ad402ff543f02373754844306cbf2244859744cabcddeb64fa3b239033bc22e3d8fe82ccf30a0f
-DIST llvm-4.0.0rc2.src.tar.xz 21005416 SHA256 
2257faed3795fedfc509d6dd5905be158231c508c6fcaaa02e4a09c5e8dadbe1 SHA512 
537356226123b8c9454ec3dfc3adbfb13cfa4bd35f530b85f2b3242391ea1fbd9abf65dfbb62db533e6eae4c9049bb260fb21dccfeb7e355306f4621d35474b7
 WHIRLPOOL 
d79f343ca00c60dd49a3ada4808e779c45210ab03e365e614563b54879ac72b7e80b4022641db10ad2075a0d417ba7c182f9d3abf8c6b012622c0d1541a7dc69
+DIST compiler-rt-4.0.0rc3.src.tar.xz 1432488 SHA256 
452d04bc14ac8dc4a8ccecd2580dba186811724dd430844c61255c56d287d849 SHA512 
6d37fa35ea36b5c3816583af76762da0369dce26b2febaae1443793756592219a9035ae69677d0ff4d6973816cdf5f6e02386baf2d884fd213965a7faa822592
 WHIRLPOOL 
2ce7c3b5ec3c26e30b241ddcff7022731db2ccf937cfac35523d29ce623ba100c86dd10ce62585fa2c1252fb2bf7757d0f3a7b4d0058ef9b3e6193ac84b1d5b9
+DIST llvm-4.0.0rc3.src.tar.xz 21013952 SHA256 
6727c98f436581adc6b8f9c2ad055d8e27832f60a127e97b3451eba85ef28345 SHA512 
a64eaf59388be6641b6d654ceddd63232f83ad50226204255a0c9bcc3d1b36470f7acbf43615b2bd9758cd6077f55fc6155803a12947e1bd2be5661e1ff07e4a
 WHIRLPOOL 
7aef4913c8a33ff0e35670063cb26ddd5d7b72cb08c699116dd93c72f25b6b75187bdf6bfd63b3d3b5c964c118c2db71893024524b864412f4f8daa594be7faa

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.0_rc2.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.0_rc3.ebuild
similarity index 100%
rename from 
sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.0_rc2.ebuild
rename to 
sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.0_rc3.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-devel/lld/files/4.0.0/, sys-devel/lld/

2017-03-06 Thread Michał Górny
commit: 1570c90b2c8294194794670419ec91b2c8b3da04
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  6 18:44:50 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  6 22:18:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1570c90b

sys-devel/lld: Bump to 4.0.0rc3, fix tests

 sys-devel/lld/Manifest |   4 +-
 ...pport-running-tests-in-stand-alone-builds.patch | 160 +
 ...D-specific-binary-library-dirs-when-build.patch |  97 +
 ...ib-cond-when-building-stand-alone-clean-u.patch |  82 +++
 .../{lld-4.0.0_rc2.ebuild => lld-4.0.0_rc3.ebuild} |  12 +-
 5 files changed, 350 insertions(+), 5 deletions(-)

diff --git a/sys-devel/lld/Manifest b/sys-devel/lld/Manifest
index cfedfe9ca38..03405ac6d90 100644
--- a/sys-devel/lld/Manifest
+++ b/sys-devel/lld/Manifest
@@ -1,2 +1,2 @@
-DIST lld-4.0.0rc2.src.tar.xz 592856 SHA256 
37381d14b13fee27bffef0b6d2650d82c79d69100385f6fa181a0034c2aa9b90 SHA512 
49740da609df0416a8d69b0188ab89a90f8e9a90f1c75a2651f0d26a179a3b1d4412f0ed2fda707ee83a9cbc3a8098d7cc1478da3cfb19626e3da82026b03f15
 WHIRLPOOL 
4c31f0141e6d95275ed5d1762db72b0c45da3eb40e2d5415a9745f0cdd80686820a257bd3b0a1f9a49d0d38126154c1213cf3e8a795414c2c3f68c995538076e
-DIST llvm-4.0.0rc2.src.tar.xz 21005416 SHA256 
2257faed3795fedfc509d6dd5905be158231c508c6fcaaa02e4a09c5e8dadbe1 SHA512 
537356226123b8c9454ec3dfc3adbfb13cfa4bd35f530b85f2b3242391ea1fbd9abf65dfbb62db533e6eae4c9049bb260fb21dccfeb7e355306f4621d35474b7
 WHIRLPOOL 
d79f343ca00c60dd49a3ada4808e779c45210ab03e365e614563b54879ac72b7e80b4022641db10ad2075a0d417ba7c182f9d3abf8c6b012622c0d1541a7dc69
+DIST lld-4.0.0rc3.src.tar.xz 592796 SHA256 
851c9f5f4fa8834f0e7deff5ddbce314fe0dfdfc4c1ee41f37c711e7e3b9be4e SHA512 
99e00b06b08aa2a5be83a18dec910869d9468c433f216082f9d226236b653165bf13a82f1db004c28213e257500343c938490efae7b218dd3cc60200c2144923
 WHIRLPOOL 
4651fc099634fc39eaf39a7d5bc4821e0d6075d1ebac99dd677341e129868f832b96a2e0d4728e24042519f389414bf57cc76f48c4e5615b7ac25b962e551ca4
+DIST llvm-4.0.0rc3.src.tar.xz 21013952 SHA256 
6727c98f436581adc6b8f9c2ad055d8e27832f60a127e97b3451eba85ef28345 SHA512 
a64eaf59388be6641b6d654ceddd63232f83ad50226204255a0c9bcc3d1b36470f7acbf43615b2bd9758cd6077f55fc6155803a12947e1bd2be5661e1ff07e4a
 WHIRLPOOL 
7aef4913c8a33ff0e35670063cb26ddd5d7b72cb08c699116dd93c72f25b6b75187bdf6bfd63b3d3b5c964c118c2db71893024524b864412f4f8daa594be7faa

diff --git 
a/sys-devel/lld/files/4.0.0/0001-cmake-Support-running-tests-in-stand-alone-builds.patch
 
b/sys-devel/lld/files/4.0.0/0001-cmake-Support-running-tests-in-stand-alone-builds.patch
new file mode 100644
index 000..e61801a70d5
--- /dev/null
+++ 
b/sys-devel/lld/files/4.0.0/0001-cmake-Support-running-tests-in-stand-alone-builds.patch
@@ -0,0 +1,160 @@
+From b06a494b5a8cbacfa3ce34106a8aaba10c0e7948 Mon Sep 17 00:00:00 2001
+From: Michal Gorny 
+Date: Tue, 31 Jan 2017 14:10:20 +
+Subject: [PATCH 1/3] [cmake] Support running tests in stand-alone builds
+
+Add the CMake bits necessary to run lld tests (and unittests) when
+building stand-alone. The code is based on the equivalent code in clang,
+and includes:
+
+1. checking for Python, searching for lit and necessary LLVM test tools
+(FileCount and not),
+
+2. building LLVM test tools (FileCount and not) from LLVM sources if
+they are not installed,
+
+3. building gtest libraries from LLVM sources,
+
+4. adjusting dependencies so that test targets depend only on those LLVM
+targets that are available for a particular variant of stand-alone
+build.
+
+With this patch, I am able to successfully run 1002 (+10 unsupported)
+lit tests on Gentoo using installed LLVM.
+
+Differential Revision: https://reviews.llvm.org/D28750
+
+git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@293630 
91177308-0d34-0410-b5e6-96231b3b80d8
+---
+ CMakeLists.txt  | 68 -
+ test/CMakeLists.txt | 16 -
+ 2 files changed, 77 insertions(+), 7 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index be424efbb..7fcb1a748 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -11,8 +11,11 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
+ message(FATAL_ERROR "llvm-config not found: specify LLVM_CONFIG_PATH")
+   endif()
+ 
+-  execute_process(COMMAND "${LLVM_CONFIG_PATH}" "--obj-root" "--includedir"
++  execute_process(COMMAND "${LLVM_CONFIG_PATH}"
++  "--obj-root"
++  "--includedir"
+   "--cmakedir"
++  "--src-root"
+   RESULT_VARIABLE HAD_ERROR
+   OUTPUT_VARIABLE LLVM_CONFIG_OUTPUT
+   OUTPUT_STRIP_TRAILING_WHITESPACE)
+@@ -25,9 +28,11 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
+   list(GET LLVM_CONFIG_OUTPUT 0 OBJ_ROOT)
+   list(GET LLVM_CONFIG_OUTPUT 1 MAIN_INCLUDE_DIR)
+   list(GET 

[gentoo-commits] repo/gentoo:master commit in: app-vim/llvm-vim/

2017-03-06 Thread Michał Górny
commit: bc9a8a6da765d1c5572c36d4b7575a76af01789d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  6 16:23:51 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  6 22:18:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc9a8a6d

app-vim/llvm-vim: Bump to 4.0.0rc3

 app-vim/llvm-vim/Manifest   | 2 +-
 .../llvm-vim/{llvm-vim-4.0.0_rc2.ebuild => llvm-vim-4.0.0_rc3.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/llvm-vim/Manifest b/app-vim/llvm-vim/Manifest
index e60e2307c6d..3a7d9319dc8 100644
--- a/app-vim/llvm-vim/Manifest
+++ b/app-vim/llvm-vim/Manifest
@@ -1 +1 @@
-DIST llvm-4.0.0rc2.src.tar.xz 21005416 SHA256 
2257faed3795fedfc509d6dd5905be158231c508c6fcaaa02e4a09c5e8dadbe1 SHA512 
537356226123b8c9454ec3dfc3adbfb13cfa4bd35f530b85f2b3242391ea1fbd9abf65dfbb62db533e6eae4c9049bb260fb21dccfeb7e355306f4621d35474b7
 WHIRLPOOL 
d79f343ca00c60dd49a3ada4808e779c45210ab03e365e614563b54879ac72b7e80b4022641db10ad2075a0d417ba7c182f9d3abf8c6b012622c0d1541a7dc69
+DIST llvm-4.0.0rc3.src.tar.xz 21013952 SHA256 
6727c98f436581adc6b8f9c2ad055d8e27832f60a127e97b3451eba85ef28345 SHA512 
a64eaf59388be6641b6d654ceddd63232f83ad50226204255a0c9bcc3d1b36470f7acbf43615b2bd9758cd6077f55fc6155803a12947e1bd2be5661e1ff07e4a
 WHIRLPOOL 
7aef4913c8a33ff0e35670063cb26ddd5d7b72cb08c699116dd93c72f25b6b75187bdf6bfd63b3d3b5c964c118c2db71893024524b864412f4f8daa594be7faa

diff --git a/app-vim/llvm-vim/llvm-vim-4.0.0_rc2.ebuild 
b/app-vim/llvm-vim/llvm-vim-4.0.0_rc3.ebuild
similarity index 100%
rename from app-vim/llvm-vim/llvm-vim-4.0.0_rc2.ebuild
rename to app-vim/llvm-vim/llvm-vim-4.0.0_rc3.ebuild



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

2017-03-06 Thread Michał Górny
commit: 4354872c0efacf20efe8515fc6152152005d5b80
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  6 19:36:59 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  6 22:18:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4354872c

sys-libs/libcxxabi: Bump to 4.0.0rc3

 sys-libs/libcxxabi/Manifest   | 4 ++--
 .../{libcxxabi-4.0.0_rc2.ebuild => libcxxabi-4.0.0_rc3.ebuild}| 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libcxxabi/Manifest b/sys-libs/libcxxabi/Manifest
index c523d8d4933..9706904235f 100644
--- a/sys-libs/libcxxabi/Manifest
+++ b/sys-libs/libcxxabi/Manifest
@@ -1,6 +1,6 @@
 DIST libcxx-3.9.0.src.tar.xz 1198308 SHA256 
d0b38d51365c6322f5666a2a8105785f2e114430858de4c25a86b49f227f5b06 SHA512 
55d5c4adff378ee02b0b99d732bc9f326910f9e49ab8c320a588eccdd0362fe009bc9a6a4337d29faf6338420c91b10d0d7d67f66128268f01258d30502c4f4a
 WHIRLPOOL 
3ee3519acfe95287a862a6c44e30ed52ced1204332913007797da4e4da40dfdc5991ae120f5686827cc208b559936da5bc5485dab75617bdd5cbbd9e95a6032a
 DIST libcxx-3.9.1.src.tar.xz 1209020 SHA256 
25e615e428f60e651ed09ffd79e563864e3f4bc69a9e93ee41505c419d1a7461 SHA512 
a5976e4096624a7307b3e43f4a22ac2dc74572226e0f57af9f3ef537a14c3cff1601b7042aef9dc40a0ee53ca76b08d72eb9c253dcf34f115d3153c302db7070
 WHIRLPOOL 
cad439979570192b195338d752a24fb0ad8704c0c8efed3b6d7724437763eab7bc3b8baaf2f0e6fff55c6d9be211dff6f7baf18dec55e3a29ad3b8a423cefb1e
-DIST libcxx-4.0.0rc2.src.tar.xz 1452040 SHA256 
d631c653c2b05b63683f62a9eea2b1284ce9ac49256f6a1744b462e7dca60c8c SHA512 
e9252fcdaf039cc46a80cc79f22bce5fcd86dc4a3505a8756368d25be59cd9543fb41f1891f75054afb9fc1812483cf7ca45f45cf75df24b1b9f874db28c3988
 WHIRLPOOL 
9b194511f7a86c65125197a050b57b2a70c6a94cc10cc25ed1c23fcfa1b2a788bf7cfe17d0c5805c9604cb8a2618b0b49b5d4d2482c83d43dfbdc8f29951e8b7
+DIST libcxx-4.0.0rc3.src.tar.xz 1452356 SHA256 
836000ac3542fb5884f5aaa19a725721bc21d6af545482195e577fc62b5b8696 SHA512 
c82df667b71110a7ecb8b2092481a645f02f7d0606040cc8789ef5b5f47bde4f26ed6ef78f09468abdc1e3c5f1cfde486d1499b3c617793864482cf7a9723d9a
 WHIRLPOOL 
251ad814e4d9444092516fae8aa31124f9cfd0a410501c5a0ec41db6a35f2f4d3f35524446c46c390d041e1b58a6529d2962da3f0a898664cf1f36441c3c9734
 DIST libcxxabi-3.9.0.src.tar.xz 511324 SHA256 
b037a92717856882e05df57221e087d7d595a2ae9f170f7bc1a23ec7a92c8019 SHA512 
500207bfd59664bd42d920741d6b467c4b88569453742db6470af081c77be04894e097a14b8419e333b51abce484566366e35cbc3ed2607cd86dfc0ec0ddd0c5
 WHIRLPOOL 
7b2d3b022c4c539596ce7be0afac724df929f19fb80e6f5b14074e240fb252b04389fe121f987ceaf6f3567d59735238b2940546475e4107f3c32eb55a5f8a80
 DIST libcxxabi-3.9.1.src.tar.xz 510964 SHA256 
920d8be32e6f5574a3fb293f93a31225eeba15086820fcb942155bf50dc029e2 SHA512 
4f5603f1476b759c86d4784728fbdd212c59b30dc56d787c1834bf68a9cd83071fa22658d24e5a58beb94c0c656b0e4457d7da6e3048715dd36bd68380fc336e
 WHIRLPOOL 
8ff9d0a2d5657e384f3b624fe514ae4074552c34672e8b7caeb4870d700e71913447af75d56021d393c6eebd45018e5e80b706747b1433d9ec608a1d5b0b3051
-DIST libcxxabi-4.0.0rc2.src.tar.xz 515720 SHA256 
05a93b8e5188f2170daf0690ce3b19ed4972e11c64669b081911dbdb17c51426 SHA512 
2d3a20733a6a8e258cfca7f198bc9d7304e50d076fbda24c62c5bbe2d548fbdafea97e610d45c5a35fbaaf7f2cf91c19017d279aaba2bd52e2251d53b4723de1
 WHIRLPOOL 
c5ebb671bcca70a6a0d2feac948823a9edcf637f8420ed79731faf376256ce8b77f17473fe35f2c4958cc20e5c5f8ebb663ed06ae0f0dc6516a36a98964129d9
+DIST libcxxabi-4.0.0rc3.src.tar.xz 515736 SHA256 
c56beae51c26a52d5dcd1acfdfe65c88116cb8a5ccb1780ee6ac03743e0f32bb SHA512 
f1976ec5600d9635abbb786b9566b8e3191bc7a9ad0df40d226b9c3953f80e2a73fe458547a21e5c12bcb8b25cb2fe3005dfc546f653f5bc810670b5119d60af
 WHIRLPOOL 
0680f1bf3f551e54d7e90950661e66dd86386cb88ece8792e6d8c71ad28e83c4c4470da32d0d59b4b89e0790b681ff45d990053d9b53fbbca23a7b48353f307a

diff --git a/sys-libs/libcxxabi/libcxxabi-4.0.0_rc2.ebuild 
b/sys-libs/libcxxabi/libcxxabi-4.0.0_rc3.ebuild
similarity index 100%
rename from sys-libs/libcxxabi/libcxxabi-4.0.0_rc2.ebuild
rename to sys-libs/libcxxabi/libcxxabi-4.0.0_rc3.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/, sys-libs/libomp/files/4.0.0/

2017-03-06 Thread Michał Górny
commit: 48d0f1b5fdfc1f2d6e6be67ff61dbbe96d16ec30
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  6 19:39:02 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  6 22:18:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d0f1b5

sys-libs/libomp: Bump to 4.0.0rc3

 sys-libs/libomp/Manifest   |  2 +-
 ...-link-latomic-to-provide-atomics-when-ava.patch | 94 ++
 ...mp-4.0.0_rc2.ebuild => libomp-4.0.0_rc3.ebuild} |  7 ++
 3 files changed, 102 insertions(+), 1 deletion(-)

diff --git a/sys-libs/libomp/Manifest b/sys-libs/libomp/Manifest
index 5e3987a849a..d2ad231e822 100644
--- a/sys-libs/libomp/Manifest
+++ b/sys-libs/libomp/Manifest
@@ -2,4 +2,4 @@ DIST openmp-3.7.1.src.tar.xz 2026988 SHA256 
9a702e20c247014f6de8c45b738c6ea586ec
 DIST openmp-3.8.1.src.tar.xz 2009572 SHA256 
68fcde6ef34e0275884a2de3450a31e931caf1d6fda8606ef14f89c4123617dc SHA512 
406e9077817c50bcd58dd50bd334258ebf4b81c3ecce830ae1f427bd7c1fc9376b63fdeb3459c953c341becde82d83be18069bfcd34cbaeee6f1478267c0b2bc
 WHIRLPOOL 
b733b7f8f965be86af49af5b02892ec8aacaafe00d310a21c8cc0155f1699da66d1c8aa7709eb230810c4ff68f63896d5a7548777c100ca91a8af998922bdca0
 DIST openmp-3.9.0.src.tar.xz 2257596 SHA256 
df88f90d7e5b5e9525a35fa2e2b93cbbb83c4882f91df494e87ee3ceddacac91 SHA512 
030432bb10d86016f0f1c4f4d8b25f78acdb4aed33c604baf07c825bbcc6198306f2f71a3e56030f20864a92ab0187357aff94d34e47f7166991faf539c0104d
 WHIRLPOOL 
7bfb362c0f087d3867c8cab04ebba23c8e6337d34ddcdfeda1cbe960611eacf1e4356e99bf4d6316b60c9f4b9f9fb23eecdb346feaae72b9cd168ee0aa3cca2a
 DIST openmp-3.9.1.src.tar.xz 2031588 SHA256 
d23b324e422c0d5f3d64bae5f550ff1132c37a070e43c7ca93991676c86c7766 SHA512 
80924a6f9765f634d24d7b0aa036d92c912dbd8e067487a14bdd03b4c587fdfc92e83eb29926bfa637ef45be3f133a924f77ab12099ea3706c18e9c42774708b
 WHIRLPOOL 
b6ec75d4f9d2b86bb8e2927791cb46e61ff8657fc21f9e0ba9893d81d3382522aca330564f3156c1fbbf765de0499e875e41e11199abe2da8ed1bef057d5e8d8
-DIST openmp-4.0.0rc2.src.tar.xz 2039312 SHA256 
d7a927c0a7b0c0572e0c1e316a1bf2b7fbc398418fa411bcb34e7b7d53811715 SHA512 
bb53c34861dcb5df52fd079dc816b507302210a3b4ab33d815d01b7d581a233280c10cfaa4ae2039591c4d73a375326b96f3bae142540b4a8041a655139053ae
 WHIRLPOOL 
d5d4dba9462737263b39663d12afad1f1c5cacc892fa5914834b12d11815fdd57a7d23669462915cfbc2117d70c283eef4f6193184991bb10dfc1ebc4a54fcb2
+DIST openmp-4.0.0rc3.src.tar.xz 2039416 SHA256 
9692a8f8b2344b65afe2374959d02430515a29ff3420552f1c1b94cc663c85eb SHA512 
19d289ba040950151131374c83b330a4a2e1501deb0a1dccba0e30cc59e8a48bb28642047c4a1dfa18ddda392c340873707af42976c6f7ce177d2b5383c17373
 WHIRLPOOL 
98ed954ab77c38f235e0254a32c16be78ded4e61710f96e52bbeb370a84219c1f763042c9d83298f99560086532211cde5e747d2fad385f58f04a7ad5fcb8b65

diff --git 
a/sys-libs/libomp/files/4.0.0/0001-test-Try-to-link-latomic-to-provide-atomics-when-ava.patch
 
b/sys-libs/libomp/files/4.0.0/0001-test-Try-to-link-latomic-to-provide-atomics-when-ava.patch
new file mode 100644
index 000..68817558326
--- /dev/null
+++ 
b/sys-libs/libomp/files/4.0.0/0001-test-Try-to-link-latomic-to-provide-atomics-when-ava.patch
@@ -0,0 +1,94 @@
+From 7bd70635240f69fcd4da4d98a4aca8aaa779dd11 Mon Sep 17 00:00:00 2001
+From: Michal Gorny 
+Date: Fri, 24 Feb 2017 22:15:24 +
+Subject: [PATCH] [test] Try to link -latomic to provide atomics when available
+
+When using -rtlib=libgcc, the fallback implementation of __atomic_*
+builtins is provided via libatomic (included in GCC). However, neither
+GCC itself nor clang link libatomic implicitly, and it seems that GCC
+upstream expects projects to link it explicitly as necessary.
+
+Since compiler-rt provides __atomic_* builtins directly in the main
+library, check if they are provided by the default libraries first.
+If they are not, check if -latomic is available to provide them
+and add explicit -latomic for tests in this case.
+
+This fixes unresolved __atomic_load() references when running openmp
+tests on i386 with libgcc backend.
+
+Differential Revision: https://reviews.llvm.org/D30083
+
+git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@296183 
91177308-0d34-0410-b5e6-96231b3b80d8
+---
+ runtime/test/CMakeLists.txt  | 13 +
+ runtime/test/lit.cfg |  2 ++
+ runtime/test/lit.site.cfg.in |  2 +-
+ 3 files changed, 16 insertions(+), 1 deletion(-)
+
+diff --git a/runtime/test/CMakeLists.txt b/runtime/test/CMakeLists.txt
+index 8162855..88c02c8 100644
+--- a/runtime/test/CMakeLists.txt
 b/runtime/test/CMakeLists.txt
+@@ -1,6 +1,7 @@
+ # CMakeLists.txt file for unit testing OpenMP Library
+ include(FindPythonInterp)
+ include(CheckTypeSize)
++include(CheckFunctionExists)
+ include(CheckLibraryExists)
+ 
+ if(NOT PYTHONINTERP_FOUND)
+@@ -11,6 +12,17 @@ endif()
+ 
+ # Some tests use math functions
+ check_library_exists(m sqrt "" LIBOMP_HAVE_LIBM)
++# When using libgcc, -latomic may be needed for atomics
++# (but when using 

[gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/

2017-03-06 Thread Michał Górny
commit: f091b45ebef8c98c01ee8eafc63338f09aa4de3b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  6 19:33:28 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  6 22:18:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f091b45e

sys-libs/llvm-libunwind: Bump to 4.0.0rc3

 sys-libs/llvm-libunwind/Manifest| 2 +-
 ...{llvm-libunwind-4.0.0_rc2.ebuild => llvm-libunwind-4.0.0_rc3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/llvm-libunwind/Manifest b/sys-libs/llvm-libunwind/Manifest
index 7eedccb862f..65222db9e56 100644
--- a/sys-libs/llvm-libunwind/Manifest
+++ b/sys-libs/llvm-libunwind/Manifest
@@ -1,4 +1,4 @@
 DIST libunwind-3.8.1.src.tar.xz 60596 SHA256 
21e58ce09a5982255ecf86b86359179ddb0be4f8f284a95be14201df90e48453 SHA512 
2a60d7c4b0aee6c58f50089ac9fa2b756ab1d74faaee32f7436ddace4510589c7ffdd20478919966ed2fa8a23ee1b5d1b26115dbd8ee2834b00b5bcd61d00b14
 WHIRLPOOL 
f2756de12d39de2df9bf06be3024327b3ca37f2537aae17efda6e94fb9807c31cab1a2eb070aca8e7e44467ab51c69fecbeef063e07472ec59657309a16bdd1c
 DIST libunwind-3.9.0.src.tar.xz 61764 SHA256 
66675ddec5ba0d36689757da6008cb2596ee1a9067f4f598d89ce5a3b43f4c2b SHA512 
dce384bea99ed61b363b847e20946fc9d70377389a227cc7054fbaa916e7cb5ba0b9d89f0df6ed33409dbf38beefd3654c18c1abcf0e50b5d0315ce0135a1d25
 WHIRLPOOL 
3fddaf6a06390143beee04d0e73ac0b66fb27c5497b80309ca314a52fd67d49ae3806b2b7588f07185c49339a75b7549bbf303f50224916f1ed65f6ad82415d0
 DIST libunwind-3.9.1.src.tar.xz 61788 SHA256 
0b0bc73264d7ab77d384f8a7498729e3c4da8ffee00e1c85ad02a2f85e91f0e6 SHA512 
a80f5d0660e209f5bf709316b5df2ca63b9f0db49f5f74dfe9c9e580c654f61a15acc071a739fdb84baf5ffa9420b92498f8560331173642d80f6b74e1e2afb7
 WHIRLPOOL 
d79928771468e344bd4c73ec458f4994fbfa04b4f625e559f3ef20c75d504d06f8edc1051d1444d8b4260f253716333ecd4bc7a18e8aca822dd77245a5a99ac2
-DIST libunwind-4.0.0rc2.src.tar.xz 62776 SHA256 
bd9a545beec7d881e6aed5f2f57a32d7901d2b9ddfaacb2465f636ed2736ec70 SHA512 
bc5bf2aaa3769911bd36224a27dccd31bccb6325b6edfc097c9d87a3d4ff3592aa531c9c12551d6983d58ce4b57586e595bcf664f1e97a2629f63b26a1da20bf
 WHIRLPOOL 
82ab6ad9db55c440f127cb0b4c2ba1c504347b5a02677902d11bbe824467e5b7173f8cc659cb89516b5a50c2cc1f8a1957652686e5e27e95a1c620e934238e01
+DIST libunwind-4.0.0rc3.src.tar.xz 63776 SHA256 
696fca409b900178136b0c4e3ca6313a71c5f0b67fb36c79d925539e1a555f4a SHA512 
ffc01dbd1329554430646f400282b0004e91cc730947d7f27e0802c7702d73aed3e78dec0e71a0828561ab7ce191f79c9f6c58bfc26353960f675f71394dd597
 WHIRLPOOL 
2ccb4681c45079e11ebfbd9de13d0833d12f59721790bbd4e3fcb9ddbc4b919f49a226a79060f5875600d5e73adee8b745d4d670eaecaa051e90a3e679048505

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-4.0.0_rc2.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-4.0.0_rc3.ebuild
similarity index 100%
rename from sys-libs/llvm-libunwind/llvm-libunwind-4.0.0_rc2.ebuild
rename to sys-libs/llvm-libunwind/llvm-libunwind-4.0.0_rc3.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/, app-text/mupdf/files/

2017-03-06 Thread Michael Weber
commit: 8231bc27f9ef5caa6f21b3601047797c432adb7c
Author: Michael Weber  gentoo  org>
AuthorDate: Mon Mar  6 22:12:21 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon Mar  6 22:12:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8231bc27

app-text/mupdf: Revbump with patch for CVE-2017-5991.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../mupdf/files/mupdf-1.10a-null-pointer-2.patch   |  88 
 app-text/mupdf/mupdf-1.10a-r2.ebuild   | 148 +
 2 files changed, 236 insertions(+)

diff --git a/app-text/mupdf/files/mupdf-1.10a-null-pointer-2.patch 
b/app-text/mupdf/files/mupdf-1.10a-null-pointer-2.patch
new file mode 100644
index 000..a4fefb79ca6
--- /dev/null
+++ b/app-text/mupdf/files/mupdf-1.10a-null-pointer-2.patch
@@ -0,0 +1,88 @@
+From: Robin Watts 
+Date: Thu, 9 Feb 2017 15:49:15 + (+)
+Subject: Bug 697500: Fix NULL ptr access.
+X-Git-Url: 
http://git.ghostscript.com/?p=mupdf.git;a=commitdiff_plain;h=1912de5f08e90af1d9d0a9791f58ba3afdb9d465;hp=2c4e5867ee699b1081527bc6c6ea0e99a35a5c27
+
+Bug 697500: Fix NULL ptr access.
+
+Cope better with errors during rendering - avoid letting the
+gstate stack get out of sync.
+
+This avoids us ever getting into the situation of popping
+a clip when we should be popping a mask or a group. This was
+causing an unexpected case in the painting.
+---
+
+diff --git a/source/pdf/pdf-op-run.c b/source/pdf/pdf-op-run.c
+index a3ea895..f1eac8d 100644
+--- a/source/pdf/pdf-op-run.c
 b/source/pdf/pdf-op-run.c
+@@ -1213,6 +1213,7 @@ pdf_run_xobject(fz_context *ctx, pdf_run_processor 
*proc, pdf_xobject *xobj, pdf
+   pdf_run_processor *pr = (pdf_run_processor *)proc;
+   pdf_gstate *gstate = NULL;
+   int oldtop = 0;
++  int oldbot = -1;
+   fz_matrix local_transform = *transform;
+   softmask_save softmask = { NULL };
+   int gparent_save;
+@@ -1232,16 +1233,17 @@ pdf_run_xobject(fz_context *ctx, pdf_run_processor 
*proc, pdf_xobject *xobj, pdf
+   fz_var(cleanup_state);
+   fz_var(gstate);
+   fz_var(oldtop);
++  fz_var(oldbot);
+ 
+   gparent_save = pr->gparent;
+   pr->gparent = pr->gtop;
++  oldtop = pr->gtop;
+ 
+   fz_try(ctx)
+   {
+   pdf_gsave(ctx, pr);
+ 
+   gstate = pr->gstate + pr->gtop;
+-  oldtop = pr->gtop;
+ 
+   pdf_xobject_bbox(ctx, xobj, _bbox);
+   pdf_xobject_matrix(ctx, xobj, _matrix);
+@@ -1302,12 +1304,25 @@ pdf_run_xobject(fz_context *ctx, pdf_run_processor 
*proc, pdf_xobject *xobj, pdf
+ 
+   doc = pdf_get_bound_document(ctx, xobj->obj);
+ 
++  oldbot = pr->gbot;
++  pr->gbot = pr->gtop;
++
+   pdf_process_contents(ctx, (pdf_processor*)pr, doc, resources, 
xobj->obj, NULL);
+   }
+   fz_always(ctx)
+   {
++  /* Undo any gstate mismatches due to the pdf_process_contents 
call */
++  if (oldbot != -1)
++  {
++  while (pr->gtop > pr->gbot)
++  {
++  pdf_grestore(ctx, pr);
++  }
++  pr->gbot = oldbot;
++  }
++
+   if (cleanup_state >= 3)
+-  pdf_grestore(ctx, pr); /* Remove the clippath */
++  pdf_grestore(ctx, pr); /* Remove the state we pushed 
for the clippath */
+ 
+   /* wrap up transparency stacks */
+   if (transparency)
+@@ -1341,13 +1356,8 @@ pdf_run_xobject(fz_context *ctx, pdf_run_processor 
*proc, pdf_xobject *xobj, pdf
+   pr->gstate[pr->gparent].ctm = gparent_save_ctm;
+   pr->gparent = gparent_save;
+ 
+-  if (gstate)
+-  {
+-  while (oldtop < pr->gtop)
+-  pdf_grestore(ctx, pr);
+-
++  while (oldtop < pr->gtop)
+   pdf_grestore(ctx, pr);
+-  }
+ 
+   pdf_unmark_obj(ctx, xobj->obj);
+   }

diff --git a/app-text/mupdf/mupdf-1.10a-r2.ebuild 
b/app-text/mupdf/mupdf-1.10a-r2.ebuild
new file mode 100644
index 000..6fb8e5ac911
--- /dev/null
+++ b/app-text/mupdf/mupdf-1.10a-r2.ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C"
+HOMEPAGE="http://mupdf.com/;
+SRC_URI="http://mupdf.com/downloads/${P}-source.tar.gz;
+
+LICENSE="AGPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="X +curl javascript libressl opengl +openssl static static-libs vanilla"
+
+LIB_DEPEND="
+   !libressl? ( dev-libs/openssl:0[static-libs?] )
+   

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

2017-03-06 Thread Kristian Fiskerstrand
commit: 4c93a54829c144a5468cbfcfedb0f1aa952d9288
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Mon Mar  6 21:37:18 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Mon Mar  6 21:38:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c93a548

app-crypt/monkeysign: New upstream version 2.2.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/monkeysign/Manifest|  1 +
 app-crypt/monkeysign/monkeysign-2.2.3.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/app-crypt/monkeysign/Manifest b/app-crypt/monkeysign/Manifest
index 5f763a45496..158ba663fd3 100644
--- a/app-crypt/monkeysign/Manifest
+++ b/app-crypt/monkeysign/Manifest
@@ -1 +1,2 @@
 DIST monkeysign_2.0.2.tar.xz 1006592 SHA256 
c883dc0c4f1dbd313239012e1c5984a6ef19b0e5040e613e1727085aa619bf63 SHA512 
a7686708a0d1eae0586ba2847bfb788ae9a167462e596ac8486077eaa1d6e7a6495f837596724e84ccac91102f742cc9e8b5960254242a1e935205ac1f8c8b7c
 WHIRLPOOL 
38ab35d2954ca8d0ef32357afbb4a12674ba04b5c8cebadba5ee180ed36d2871d2b49d23ffdfb302292200ad835d37f545cae841ba98c6b8ee163ecbe65eabd9
+DIST monkeysign_2.2.3.tar.xz 1145852 SHA256 
b33a2154c55cdb2b215d230b0e998c325fc0f9782c13f35e368629478b1b76e5 SHA512 
accbe2b2350ad0ba8ab05ec0da759c95d705b69c149045875cbcdcc35d4c776f13339fd8fa97203fc3ebf23e4f1c70a9776767c39e92196545b1b3905cd25caf
 WHIRLPOOL 
5a79db13d79d6a89e9e2f9b5253044c0d759c22af6640a808db9607b21da5aec99c188163d9687918e6eaff054a4c139e0c367c81e955a4d0d74f53e14f8b152

diff --git a/app-crypt/monkeysign/monkeysign-2.2.3.ebuild 
b/app-crypt/monkeysign/monkeysign-2.2.3.ebuild
new file mode 100644
index 000..eb83ce43fc8
--- /dev/null
+++ b/app-crypt/monkeysign/monkeysign-2.2.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils distutils-r1
+
+DESCRIPTION="A user-friendly commandline tool to sign OpenGPG keys"
+HOMEPAGE="http://web.monkeysphere.info/monkeysign/;
+
+SRC_URI="mirror://debian/pool/main/m/monkeysign/monkeysign_${PV}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="
+   dev-python/pygtk:2[${PYTHON_USEDEP}]
+   media-gfx/zbar:0[python,gtk,imagemagick,${PYTHON_USEDEP}]
+   media-gfx/qrencode-python[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]"
+
+DEPEND="
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   app-arch/xz-utils
+   ${CDEPEND}"
+
+RDEPEND="
+   app-crypt/gnupg
+   virtual/mta
+   ${CDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.1-basename.patch"
+   )
+
+src_prepare() {
+   sed -i "s/'rst2s5/'rst2s5.py/g" monkeysign/documentation.py || die
+   sed -i "s/'--list-dirs'/'--dry-run --list-dirs'/" monkeysign/gpg.py || 
die
+   rm CHANGELOG || die
+   eapply_user
+}
+
+src_compile() {
+   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+   distutils-r1_src_compile
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   domenu "${FILESDIR}/monkeysign.desktop"
+}



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

2017-03-06 Thread Kristian Fiskerstrand
commit: 6e8c68fccd2cdfaf5ec7e7020baccefdc923405e
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Mon Mar  6 21:37:48 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Mon Mar  6 21:38:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e8c68fc

app-crypt/monkeysign: Remove old version

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/monkeysign/Manifest   |  1 -
 app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/app-crypt/monkeysign/Manifest b/app-crypt/monkeysign/Manifest
index 158ba663fd3..0efcdfc9d2e 100644
--- a/app-crypt/monkeysign/Manifest
+++ b/app-crypt/monkeysign/Manifest
@@ -1,2 +1 @@
-DIST monkeysign_2.0.2.tar.xz 1006592 SHA256 
c883dc0c4f1dbd313239012e1c5984a6ef19b0e5040e613e1727085aa619bf63 SHA512 
a7686708a0d1eae0586ba2847bfb788ae9a167462e596ac8486077eaa1d6e7a6495f837596724e84ccac91102f742cc9e8b5960254242a1e935205ac1f8c8b7c
 WHIRLPOOL 
38ab35d2954ca8d0ef32357afbb4a12674ba04b5c8cebadba5ee180ed36d2871d2b49d23ffdfb302292200ad835d37f545cae841ba98c6b8ee163ecbe65eabd9
 DIST monkeysign_2.2.3.tar.xz 1145852 SHA256 
b33a2154c55cdb2b215d230b0e998c325fc0f9782c13f35e368629478b1b76e5 SHA512 
accbe2b2350ad0ba8ab05ec0da759c95d705b69c149045875cbcdcc35d4c776f13339fd8fa97203fc3ebf23e4f1c70a9776767c39e92196545b1b3905cd25caf
 WHIRLPOOL 
5a79db13d79d6a89e9e2f9b5253044c0d759c22af6640a808db9607b21da5aec99c188163d9687918e6eaff054a4c139e0c367c81e955a4d0d74f53e14f8b152

diff --git a/app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild 
b/app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild
deleted file mode 100644
index 706d6b108c1..000
--- a/app-crypt/monkeysign/monkeysign-2.0.2-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A user-friendly commandline tool to sign OpenGPG keys"
-HOMEPAGE="http://web.monkeysphere.info/monkeysign/;
-
-SRC_URI="mirror://debian/pool/main/m/monkeysign/monkeysign_${PV}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-CDEPEND="
-   dev-python/pygtk:2[${PYTHON_USEDEP}]
-   media-gfx/zbar:0[python,gtk,imagemagick,${PYTHON_USEDEP}]
-   media-gfx/qrencode-python[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]"
-
-DEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   app-arch/xz-utils
-   ${CDEPEND}"
-
-RDEPEND="
-   app-crypt/gnupg
-   virtual/mta
-   ${CDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.1-basename.patch"
-"${FILESDIR}/${PN}-2.0.0-rst2s5.patch"
-"${FILESDIR}/${P}-smtplib.patch"
-   )
-
-python_test() {
-   "${PYTHON}" ./test.py || die "Tests fails"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   domenu "${FILESDIR}/monkeysign.desktop"
-}



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

2017-03-06 Thread Sebastian Pipping
commit: 56e77a421b0794392839a87934f6cfa8de9edc37
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Mar  6 21:22:23 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Mar  6 21:22:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e77a42

www-apps/wordpress: 4.7.3

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 www-apps/wordpress/Manifest   |  1 +
 www-apps/wordpress/wordpress-4.7.3.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
index 0efe0534a26..3a519f3e4fe 100644
--- a/www-apps/wordpress/Manifest
+++ b/www-apps/wordpress/Manifest
@@ -1 +1,2 @@
 DIST wordpress-4.7.2.tar.gz 7997959 SHA256 
6c376183f5d7ffad024712cb140fa3d1b621a97e3961e3206a8cff40b7e9ed44 SHA512 
610a820cf2eea39a60100515f68e95a7194a4e20df9c8158111b1978d5bc7c606dd2b7adf2f4019e9108a136e12eb2db7ae5ed75681cec23ffb901f8cc7fb83a
 WHIRLPOOL 
237824a99058243e11b097829475d573a0d1c1218bbb497a984495a3503d57a5dd75acb03cf7d966ef74e404c1c3e3d3ca7f68ce8b69e3365714ad81d7caff8c
+DIST wordpress-4.7.3.tar.gz 8008833 SHA256 
e715069fdab049ec668cd74e57cabcb23583dc4a84c5e330c430cbe8998f6d89 SHA512 
071df65c3a43557faf351838a661a83e26d8de37c8633dc17a59d773cc91caef640a625b0719606df1fc563fd18af71ba1da22a5b6f345339e73761754484dc5
 WHIRLPOOL 
c44593fe9d88c8f188d69cc0a3a7c0350045891d37e8fd7a33d27751980541f951d85fb154f894a52886574bc4967febbf03e825b5b1c38d1ece7f7bf849b35f

diff --git a/www-apps/wordpress/wordpress-4.7.3.ebuild 
b/www-apps/wordpress/wordpress-4.7.3.ebuild
new file mode 100644
index 000..c7283f88735
--- /dev/null
+++ b/www-apps/wordpress/wordpress-4.7.3.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
+HOMEPAGE="https://wordpress.org/;
+SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz;
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="virtual/httpd-php
+   || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
+
+S=${WORKDIR}/${PN}
+
+need_httpd_cgi
+
+IUSE="+akismet examples +themes vhosts"
+
+src_install() {
+   webapp_src_preinst
+
+   dodoc readme.html
+   rm readme.html license.txt || die
+
+   if ! use akismet ; then
+   rm -R wp-content/plugins/akismet/ || die
+   fi
+   if ! use examples ; then
+   rm wp-content/plugins/hello.php || die
+   fi
+   if ! use themes ; then
+   rm -R wp-content/themes/*/ || die
+   fi
+
+   [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   webapp_serverowned "${MY_HTDOCSDIR}"/index.php
+   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
+   webapp_serverowned "${MY_HTDOCSDIR}"
+
+   webapp_configfile  "${MY_HTDOCSDIR}"/wp-config.php
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+   webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
+
+   webapp_src_install
+}



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

2017-03-06 Thread Matt Turner
commit: 96d0da8b202a74672e38e3b60e1591e018e9cb5d
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar  6 21:00:07 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar  6 21:06:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96d0da8b

media-libs/mesa: Add dependency on sys-libs/zlib.

New dependency since upstream commit 85a9b1b56 ("util/disk_cache: compress
individual cache entries").

 media-libs/mesa/mesa-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index 3bbdca49973..55de36a5f67 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -87,6 +87,7 @@ RDEPEND="
gallium? ( app-eselect/eselect-mesa )
>=app-eselect/eselect-opengl-1.3.0
>=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}]
>=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
>=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}]
>=x11-libs/libXdamage-1.1.4-r1:=[${MULTILIB_USEDEP}]



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

2017-03-06 Thread Matt Turner
commit: 8ee62e06f1466650456682f87828ab4b81a19668
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar  6 21:00:37 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar  6 21:06:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee62e06

media-libs/mesa: Drop empty KEYWORDS="" assignment.

Only serves to confuse ekeyword.

 media-libs/mesa/mesa-13.0.5.ebuild | 1 -
 media-libs/mesa/mesa-17.0.1.ebuild | 1 -
 media-libs/mesa/mesa-.ebuild   | 1 -
 3 files changed, 3 deletions(-)

diff --git a/media-libs/mesa/mesa-13.0.5.ebuild 
b/media-libs/mesa/mesa-13.0.5.ebuild
index 306cf7a8ac0..9b2276ac9b1 100644
--- a/media-libs/mesa/mesa-13.0.5.ebuild
+++ b/media-libs/mesa/mesa-13.0.5.ebuild
@@ -24,7 +24,6 @@ HOMEPAGE="https://www.mesa3d.org/;
 
 if [[ $PV ==  ]]; then
SRC_URI=""
-   KEYWORDS="alpha"
 else
SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${FOLDER}/${MY_P}.tar.xz;
KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"

diff --git a/media-libs/mesa/mesa-17.0.1.ebuild 
b/media-libs/mesa/mesa-17.0.1.ebuild
index 0aea8a38fb1..0b64e5b84bf 100644
--- a/media-libs/mesa/mesa-17.0.1.ebuild
+++ b/media-libs/mesa/mesa-17.0.1.ebuild
@@ -23,7 +23,6 @@ HOMEPAGE="https://www.mesa3d.org/;
 
 if [[ $PV ==  ]]; then
SRC_URI=""
-   KEYWORDS=""
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index 55de36a5f67..eb7f52a7f46 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -23,7 +23,6 @@ HOMEPAGE="https://www.mesa3d.org/;
 
 if [[ $PV ==  ]]; then
SRC_URI=""
-   KEYWORDS=""
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"



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

2017-03-06 Thread Matt Turner
commit: 430d112b8e4a475e3279c80f2f80a087a05c83a6
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar  6 21:05:36 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar  6 21:06:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=430d112b

media-libs/mesa: Require virtual/libelf for r600+llvm.

Bug: https://bugs.gentoo.org/611732

 media-libs/mesa/mesa-13.0.5.ebuild | 6 ++
 media-libs/mesa/mesa-17.0.1.ebuild | 6 ++
 media-libs/mesa/mesa-.ebuild   | 6 ++
 3 files changed, 18 insertions(+)

diff --git a/media-libs/mesa/mesa-13.0.5.ebuild 
b/media-libs/mesa/mesa-13.0.5.ebuild
index 9b2276ac9b1..8aa4db9db5a 100644
--- a/media-libs/mesa/mesa-13.0.5.ebuild
+++ b/media-libs/mesa/mesa-13.0.5.ebuild
@@ -96,6 +96,12 @@ RDEPEND="
video_cards_radeonsi? (
virtual/libelf:0=[${MULTILIB_USEDEP}]
)
+   video_cards_r600? (
+   virtual/libelf:0=[${MULTILIB_USEDEP}]
+   )
+   video_cards_radeon? (
+   virtual/libelf:0=[${MULTILIB_USEDEP}]
+   )
>=sys-devel/llvm-3.6.0:0=[${MULTILIB_USEDEP}]
)
nettle? ( dev-libs/nettle:=[${MULTILIB_USEDEP}] )

diff --git a/media-libs/mesa/mesa-17.0.1.ebuild 
b/media-libs/mesa/mesa-17.0.1.ebuild
index 0b64e5b84bf..699313f62e6 100644
--- a/media-libs/mesa/mesa-17.0.1.ebuild
+++ b/media-libs/mesa/mesa-17.0.1.ebuild
@@ -101,6 +101,12 @@ RDEPEND="
sys-devel/llvm:4[${MULTILIB_USEDEP}]

>=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}] ) )
)
+   video_cards_r600? (
+   virtual/libelf:0=[${MULTILIB_USEDEP}]
+   )
+   video_cards_radeon? (
+   virtual/libelf:0=[${MULTILIB_USEDEP}]
+   )
|| (
sys-devel/llvm:4[${MULTILIB_USEDEP}]
>=sys-devel/llvm-3.6.0:0[${MULTILIB_USEDEP}]

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index eb7f52a7f46..15ce6d4cbd1 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -99,6 +99,12 @@ RDEPEND="
virtual/libelf:0=[${MULTILIB_USEDEP}]
vulkan? ( >=sys-devel/llvm-3.9.0:=[${MULTILIB_USEDEP}] )
)
+   video_cards_r600? (
+   virtual/libelf:0=[${MULTILIB_USEDEP}]
+   )
+   video_cards_radeon? (
+   virtual/libelf:0=[${MULTILIB_USEDEP}]
+   )
>=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}]
)
opencl? (



[gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/files/, net-p2p/qbittorrent/

2017-03-06 Thread Andreas Sturmlechner
commit: 8e7fdb875b08331f913bffd10d0dd33dc63e6c2c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar  6 20:46:12 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  6 20:51:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7fdb87

net-p2p/qbittorrent: 3.3.11 version bump

Update HOMEPAGE
metadata.xml: Indentation, upstream remote-id

Gentoo-bug: 607722, 611854

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-p2p/qbittorrent/Manifest   |  1 +
 .../files/qbittorrent-3.3.11-build.patch   | 50 +++
 net-p2p/qbittorrent/metadata.xml   | 28 +--
 net-p2p/qbittorrent/qbittorrent-3.3.11.ebuild  | 57 ++
 4 files changed, 122 insertions(+), 14 deletions(-)

diff --git a/net-p2p/qbittorrent/Manifest b/net-p2p/qbittorrent/Manifest
index 959151e6ae9..9507220f1d5 100644
--- a/net-p2p/qbittorrent/Manifest
+++ b/net-p2p/qbittorrent/Manifest
@@ -1,3 +1,4 @@
 DIST qbittorrent-3.1.12.tar.xz 2465744 SHA256 
d5d5b27958297f0b14cf03af8dd24a0d2a990e108c9a7a6159e4a2fbbc83 SHA512 
af7cbb1a3158cd1fd6c28f17f1dbb62d94c9d192068b5a683b6b0e19e43664f3d312da055c5c19de75b5849c812b7aa9a0c966a7e464c120e0006bb1ea5a6e5a
 WHIRLPOOL 
632fabec4c33104e55c73433028923033e65f37624aba37649e4f6f5593038fa9868e48787db7b1659690456835fc55dc542510d2f60732c66452d3c748508bf
 DIST qbittorrent-3.3.10.tar.xz 2959380 SHA256 
2c657ceacdc84033da044a0a9ecba7e0fdb35858324dc097546f989166f1a8d2 SHA512 
4f4e7071fa6db75ed2b5fbf5f17d5a9634aa5f2ed9fbcec52e6a0112967f5832e998384c7ff4962b1e00a0f847fa5d39bcdba36f997b5b895c7688e0dd247516
 WHIRLPOOL 
950b49d7a15aa7cf16dfe2bbfba72959e91f21f85ba589ce85be370b8b21c03fb389d404ed46ad2c802e3a57660094fe644b20df9bc3a0714cb5d9ea965e1b97
+DIST qbittorrent-3.3.11.tar.xz 2986312 SHA256 
4892ac5ed4bde2ed325fb67456698e703bb933b9eb1d146598259f4e2154a760 SHA512 
1f7d4a40b7f966e710d4cbed721074d53b0478ed1970932dee32b73ea210251cbd3807912e9c9a00371fa41f5c947c59443bbda4925b022fbe88fc23b3f225c5
 WHIRLPOOL 
5fb2e0456d81b104e5545329a301040c81a18b25798e831ab8f780f8ee19d09c12f5315d5581243e141f7a00eb938ab449927871c70a4bf5e9c2e6dd71d4aca3
 DIST qbittorrent-3.3.7.tar.xz 2884792 SHA256 
72dc824a90fadc0825e6be6f1c215e38f976262c7f83b625061d542b2b664c40 SHA512 
c33ae47bd78e79197fd499e9541ce20a30c0ee582c6696f72b792a46324a42bffbe2140f6dcb89c05d9366b7332845e108c661c0458e94ca5739cfc71be4dafc
 WHIRLPOOL 
753efd5e30c725d77e241bfc4cee63f089109b4a85bab5224e5445d141605c07bb8873531245d17f577252ae1d90041457848e9290ecb2384d96f2a20bbf6f66

diff --git a/net-p2p/qbittorrent/files/qbittorrent-3.3.11-build.patch 
b/net-p2p/qbittorrent/files/qbittorrent-3.3.11-build.patch
new file mode 100644
index 000..372fb267630
--- /dev/null
+++ b/net-p2p/qbittorrent/files/qbittorrent-3.3.11-build.patch
@@ -0,0 +1,50 @@
+From b3c973612f5cfcd97d9921330ee606ab9c8cd269 Mon Sep 17 00:00:00 2001
+From: Chocobo1 
+Date: Sat, 4 Mar 2017 15:48:37 +0800
+Subject: [PATCH] =?UTF-8?q?Fix=20compile=20error:=20=E2=80=98escape?=
+ =?UTF-8?q?=E2=80=99=20is=20not=20a=20member=20of=20=E2=80=98Qt=E2=80=99?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+---
+ src/base/utils/string.cpp | 20 +++-
+ 1 file changed, 19 insertions(+), 1 deletion(-)
+
+diff --git a/src/base/utils/string.cpp b/src/base/utils/string.cpp
+index 7d76d9a..6c713b1 100644
+--- a/src/base/utils/string.cpp
 b/src/base/utils/string.cpp
+@@ -34,6 +34,7 @@
+ #include 
+ #include 
+ #include 
++
+ #ifdef QBT_USES_QT5
+ #include 
+ #endif
+@@ -217,6 +218,23 @@ QString Utils::String::toHtmlEscaped(const QString )
+ #ifdef QBT_USES_QT5
+ return str.toHtmlEscaped();
+ #else
+-return Qt::escape(str);
++// code from Qt
++QString rich;
++const int len = str.length();
++rich.reserve(int(len * 1.1));
++for (int i = 0; i < len; ++i) {
++if (str.at(i) == QLatin1Char('<'))
++rich += QLatin1String("");
++else if (str.at(i) == QLatin1Char('>'))
++rich += QLatin1String("");
++else if (str.at(i) == QLatin1Char('&'))
++rich += QLatin1String("");
++else if (str.at(i) == QLatin1Char('"'))
++rich += QLatin1String("");
++else
++rich += str.at(i);
++}
++rich.squeeze();
++return rich;
+ #endif
+ }

diff --git a/net-p2p/qbittorrent/metadata.xml b/net-p2p/qbittorrent/metadata.xml
index 5901c3cdacc..b8639b7c10e 100644
--- a/net-p2p/qbittorrent/metadata.xml
+++ b/net-p2p/qbittorrent/metadata.xml
@@ -1,18 +1,18 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-hwoar...@gentoo.org
-Markos Chandras
-  
-  
-q...@gentoo.org
-Gentoo Qt Project
-  
-  
-Enable the Web UI
-  
-  
-qbittorrent
-  
+   
+   hwoar...@gentoo.org
+   Markos Chandras
+   
+   
+   q...@gentoo.org
+

[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot/

2017-03-06 Thread Brian Dolbec
commit: aacc0b8ba7c171457f55212495a73a3f96e55274
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Mar  6 20:36:31 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Mar  6 20:37:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aacc0b8b

dev-util/buildbot: Fix missed distutils_r1_python_prepare_all call

Bug 611414, Also change order of maintainers in metadata.xml.

Package-Manager: Portage-2.3.4, Repoman-2.3.2_p1

 dev-util/buildbot/buildbot-0.9.4.ebuild | 1 +
 dev-util/buildbot/metadata.xml  | 8 
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-util/buildbot/buildbot-0.9.4.ebuild 
b/dev-util/buildbot/buildbot-0.9.4.ebuild
index 91819509ee8..5981c020593 100644
--- a/dev-util/buildbot/buildbot-0.9.4.ebuild
+++ b/dev-util/buildbot/buildbot-0.9.4.ebuild
@@ -110,6 +110,7 @@ python_prepare_all() {
if use doc; then
epatch "${FILESDIR}/buildbot-0.9.4.docs.patch"
fi
+   distutils-r1_python_prepare_all
 }
 
 src_compile() {

diff --git a/dev-util/buildbot/metadata.xml b/dev-util/buildbot/metadata.xml
index 698b720ff3d..8f3e21d9d50 100644
--- a/dev-util/buildbot/metadata.xml
+++ b/dev-util/buildbot/metadata.xml
@@ -2,13 +2,13 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   hwoar...@gentoo.org
-   Markos Chandras
-   
-   
dol...@gentoo.org
Brian Dolbec

+   
+   hwoar...@gentoo.org
+   Markos Chandras
+   
The BuildBot is a system to automate the 
compile/test cycle required
 by most software projects to validate code changes.
 Features:



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_p11/

2017-03-06 Thread Alon Bar-Lev
commit: 57103fd06104a2cf45e4f8b16747b038ff053045
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Mon Mar  6 19:39:31 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Mon Mar  6 19:40:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57103fd0

sys-auth/pam_p11: remove unused flag-o-matic

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-auth/pam_p11/pam_p11-0.1.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_p11/pam_p11-0.1.5-r2.ebuild 
b/sys-auth/pam_p11/pam_p11-0.1.5-r2.ebuild
index 8e7e780a8cc..da9a2824cc6 100644
--- a/sys-auth/pam_p11/pam_p11-0.1.5-r2.ebuild
+++ b/sys-auth/pam_p11/pam_p11-0.1.5-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit autotools pam flag-o-matic
+inherit autotools pam
 
 DESCRIPTION="PAM module for authenticating against PKCS#11 tokens"
 HOMEPAGE="https://github.com/opensc/pam_p11/wiki;



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_p11/

2017-03-06 Thread Alon Bar-Lev
commit: 094cef4814aff4abfc66dc9b14dbb544eea4b52c
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Mon Mar  6 19:38:45 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Mon Mar  6 19:40:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094cef48

sys-auth/pam_p11: version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-auth/pam_p11/Manifest |  1 +
 sys-auth/pam_p11/pam_p11-0.1.6.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/sys-auth/pam_p11/Manifest b/sys-auth/pam_p11/Manifest
index 3273bd3800b..fbf2080b979 100644
--- a/sys-auth/pam_p11/Manifest
+++ b/sys-auth/pam_p11/Manifest
@@ -1 +1,2 @@
 DIST pam_p11-0.1.5.tar.gz 348181 SHA256 
74da875467c4ba156f7cb7eaec0718f92dded03f40db3c6c0423c03f44d9f25a SHA512 
848c4671daa535db67c16b2eedc0495ed68cedeffe5a8c657310ff10fcfd17d2a8b4708f343b4b7b17498953ad47fdc133eb7ea885f94f795b29ff3973ceea12
 WHIRLPOOL 
462aa436e09669976fea5080157ef5d1dd4ce57baa7e807ea3e8443c7c2058827c5cfd51f59687aab4263973317e2d2a12b511b440607df0d752ba73add7fc42
+DIST pam_p11-0.1.6.tar.gz 351244 SHA256 
666c58a9789567e3598669f16fbee324cff9b0a91a5902d2ecef3e7a51555ad4 SHA512 
92ea894dfe605400dd3684b67bfb3fa4a4b6b67f0818791b492dd002063ebcf85eeb93c07d2f60ece98e579f298061c2e0c225554b6dc618bb1e335ac69f36b0
 WHIRLPOOL 
5879bf159f1bb90dd97c82b35ae227c244af48a05dcf326c3e1e34f6c1ec70d22385d1a36c6412495c718ee7a0ea3c5726f4e27ec10089a75186d817d61f

diff --git a/sys-auth/pam_p11/pam_p11-0.1.6.ebuild 
b/sys-auth/pam_p11/pam_p11-0.1.6.ebuild
new file mode 100644
index 000..dbc090a68d2
--- /dev/null
+++ b/sys-auth/pam_p11/pam_p11-0.1.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit pam
+
+DESCRIPTION="PAM module for authenticating against PKCS#11 tokens"
+HOMEPAGE="https://github.com/opensc/pam_p11/wiki;
+SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="virtual/pam
+   dev-libs/libp11
+   dev-libs/openssl:0="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_install() {
+   dopammod src/.libs/pam_p11_opensc.so
+   dopammod src/.libs/pam_p11_openssh.so
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_p11/, sys-auth/pam_p11/files/

2017-03-06 Thread Alon Bar-Lev
commit: fb8fbfe2f28e7ce11892e6bc27840c1cf48519f9
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Mon Mar  6 19:23:12 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Mon Mar  6 19:25:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8fbfe2

sys-auth/pam_p11: avoid using ldscript fix build

Bug: 611874

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-auth/pam_p11/files/pam_p11-0.1.5-build.patch | 41 
 sys-auth/pam_p11/pam_p11-0.1.5-r2.ebuild | 17 --
 2 files changed, 48 insertions(+), 10 deletions(-)

diff --git a/sys-auth/pam_p11/files/pam_p11-0.1.5-build.patch 
b/sys-auth/pam_p11/files/pam_p11-0.1.5-build.patch
new file mode 100644
index 000..5ca0b76d5e5
--- /dev/null
+++ b/sys-auth/pam_p11/files/pam_p11-0.1.5-build.patch
@@ -0,0 +1,41 @@
+From 8d09661398f14102703e19418f15e9cf3f3707d1 Mon Sep 17 00:00:00 2001
+From: Alon Bar-Lev 
+Date: Mon, 6 Mar 2017 21:19:15 +0200
+Subject: [PATCH] build: export only needed symbols
+
+Signed-off-by: Alon Bar-Lev 
+---
+ src/Makefile.am | 3 ++-
+ src/pam_p11.exports | 6 ++
+ 2 files changed, 8 insertions(+), 1 deletion(-)
+ create mode 100644 src/pam_p11.exports
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 8bfb0bd..83a3e3d 100644
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -3,7 +3,8 @@
+ MAINTAINERCLEANFILES = Makefile.in
+ 
+ AM_CFLAGS = -Wall -fno-strict-aliasing $(OPENSSL_CFLAGS) $(LIBP11_CFLAGS)
+-AM_LDFLAGS = -module -avoid-version
++AM_LDFLAGS = -module -avoid-version -shared -no-undefined \
++  -export-symbols "$(srcdir)/pam_p11.exports"
+ 
+ lib_LTLIBRARIES = pam_p11_openssh.la  pam_p11_opensc.la 
+ 
+diff --git a/src/pam_p11.exports b/src/pam_p11.exports
+new file mode 100644
+index 000..416cde1
+--- /dev/null
 b/src/pam_p11.exports
+@@ -0,0 +1,6 @@
++pam_sm_authenticate
++pam_sm_setcred
++pam_sm_acct_mgmt
++pam_sm_open_session
++pam_sm_close_session
++pam_sm_chauthtok
+-- 
+2.10.2
+

diff --git a/sys-auth/pam_p11/pam_p11-0.1.5-r2.ebuild 
b/sys-auth/pam_p11/pam_p11-0.1.5-r2.ebuild
index 45058fdce0e..8e7e780a8cc 100644
--- a/sys-auth/pam_p11/pam_p11-0.1.5-r2.ebuild
+++ b/sys-auth/pam_p11/pam_p11-0.1.5-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit pam flag-o-matic
+inherit autotools pam flag-o-matic
 
 DESCRIPTION="PAM module for authenticating against PKCS#11 tokens"
 HOMEPAGE="https://github.com/opensc/pam_p11/wiki;
@@ -20,16 +20,13 @@ RDEPEND="virtual/pam
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
-src_configure() {
-   # hide all the otherwise-exported symbols that may clash with
-   # other software loading the PAM modules (see bug #274924 as an
-   # example).
-   append-ldflags -Wl,--version-script="${FILESDIR}"/pam_symbols.ver
+PATCHES=(
+   "${FILESDIR}/${P}-build.patch"
+)
 
-   econf \
-   --disable-static \
-   --enable-fast-install \
-   || die
+src_prepare() {
+   default
+   eautoreconf
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: media-radio/qsstv/

2017-03-06 Thread Thomas Beierlein
commit: 5be11f1cb638529496f61d76fbe55483c524200d
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Mar  6 18:52:44 2017 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Mar  6 18:52:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5be11f1c

media-radio/qsstv: Version bump

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-radio/qsstv/Manifest   |  1 +
 media-radio/qsstv/qsstv-9.2.4.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/media-radio/qsstv/Manifest b/media-radio/qsstv/Manifest
index fd03004c2b5..a24228a6313 100644
--- a/media-radio/qsstv/Manifest
+++ b/media-radio/qsstv/Manifest
@@ -1,2 +1,3 @@
 DIST qsstv_8.2.12.tar.gz 942737 SHA256 
3bb6cff072747981d387196780de4414f8766a5a620dc1629cb4ba4de1d3bc4d SHA512 
5e87152e644336119fa328a6dbe33524a53cfd78866ed036652213bf860c022ba60bfa64e95b3a55d73ec4370f8d912a0317654137db07eb27dececc0889e097
 WHIRLPOOL 
493aed71390ae6b3738c709085d7f0c97cb2920fbac4abb66c1203c0a059895101b10bdad5246737cec758b2146337cb16d1003e71f875dc3e84eae93d02b7e9
 DIST qsstv_9.1.8.tar.gz 12201538 SHA256 
34d9dc5f300497240eeb8ded545d2c6ca7c456f3e2a63eb6000a17d96faf6a4d SHA512 
861f412faae4ecf7ec65327d48cfa0690ca3c8c80e611387c649941876478a25f1fc573b28d67c429942938e90fe9d8972016fc7d9719268c5a019aa5b87c0c4
 WHIRLPOOL 
fcf8c2590e16ef658717b0800f04df8f69103cc05c499d0c8d3d7cc1c22bd4633b8b050e1f092229ba3a47145aa34044f9181219523f266809cdbf458d434846
+DIST qsstv_9.2.4.tar.gz 11883587 SHA256 
509c01e0d966ce622478d89cc168acb66327af452d2ef593731c23f35c8db3c5 SHA512 
a354fcc086c08b5bea69416d9d5f9ad7bde5ff496edeecf6403249c77d8f27176b6928dc9885c924a8f61db087a4c8286f1b6f26a73034b72723ba390ce8a9fd
 WHIRLPOOL 
63c4b05e928c5aea0c9295dd4b173021c7e922d3635307a7b52875cf5a39ed2f0d816bd475c11413e8a732a0685f18d61c42bc509954829d61734d7aa4fee7c5

diff --git a/media-radio/qsstv/qsstv-9.2.4.ebuild 
b/media-radio/qsstv/qsstv-9.2.4.ebuild
new file mode 100644
index 000..1025a543fca
--- /dev/null
+++ b/media-radio/qsstv/qsstv-9.2.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils qt4-r2
+
+MY_P=${P/-/_}
+
+DESCRIPTION="Amateur radio SSTV software"
+HOMEPAGE="http://users.telenet.be/on4qz/;
+SRC_URI="http://users.telenet.be/on4qz/qsstv/downloads/${MY_P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:4[qt3support]
+   dev-qt/qtgui:4
+   media-libs/hamlib
+   media-libs/openjpeg:2
+   media-libs/alsa-lib
+   media-sound/pulseaudio
+   media-libs/libv4l
+   sci-libs/fftw:3.0="
+RDEPEND="${DEPEND}
+   x11-misc/xdg-utils"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   # fix docdirectory, install path and hamlib search path
+   sed -i -e "s:/doc/\$\$TARGET:/doc/${PF}:" \
+   -e "s:-lhamlib:-L/usr/$(get_libdir)/hamlib -lhamlib:g" \
+   qsstv/qsstv.pro || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/xlog/

2017-03-06 Thread Thomas Beierlein
commit: ef66140fb12f47d6e6047fa5ba3aa41c2f1c3cfb
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Mar  6 18:39:47 2017 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Mar  6 18:39:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef66140f

media-radio/xlog: Drop old

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-radio/xlog/Manifest   |  1 -
 media-radio/xlog/xlog-2.0.13.ebuild | 63 -
 2 files changed, 64 deletions(-)

diff --git a/media-radio/xlog/Manifest b/media-radio/xlog/Manifest
index 45af396e887..90b0dd3b1e6 100644
--- a/media-radio/xlog/Manifest
+++ b/media-radio/xlog/Manifest
@@ -1,2 +1 @@
-DIST xlog-2.0.13.tar.gz 11427287 SHA256 
d53d8538b9fc61e761d1bd84ad0c866cc9a50540b663521ebad49df479d798ab SHA512 
304efc65c35890f2d988680de2a5f21d2e728882175f9a3abf72a749d9172833ac7b18cbd65d9e9c2c143ee27bea0476b12ff5eb760d8dcbb64800944ac89003
 WHIRLPOOL 
7e77e2db8cd8f373fe5f93f81d80b29fdfc4870eab24557a8aa1c940d67df80fc4751d409a2751a795c42a14edb0da30a39dc88af7771cc223f0bb408c15ef23
 DIST xlog-2.0.14.tar.gz 11452537 SHA256 
16407e016f9991cfe02d85e9841ced6112416e43800898be888a2cc44c368d58 SHA512 
1f63e841191b81c477273777923bb4e537bac70b02cb5deca18b30adc44158369794435a0c1c22915bf42fc3fe2e46891cd531ad6ce2563d0f543a1012074660
 WHIRLPOOL 
adacd6a75ca9db8cfa2069e72b7a6cb05fd93166ba67a4b4ce0689c2af4a4a022016037c5eac64256b3200c0e33e096c276c1c16d6ee3e62f6740461830568df

diff --git a/media-radio/xlog/xlog-2.0.13.ebuild 
b/media-radio/xlog/xlog-2.0.13.ebuild
deleted file mode 100644
index 364a5937925..000
--- a/media-radio/xlog/xlog-2.0.13.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools eutils fdo-mime toolchain-funcs
-MY_P=${P/_}
-
-DESCRIPTION="An amateur radio logging program"
-HOMEPAGE="http://www.nongnu.org/xlog;
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${MY_P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-libs/hamlib
-   dev-libs/glib:2
-   x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-2.0.7-desktop.patch"
-
-   # Let portage handle updating mime/desktop databases,
-   epatch "${FILESDIR}/${PN}-2.0.13-desktop-update.patch"
-   # Drop -Werror
-   sed -i -e "s:-Werror::" configure.ac || die
-   # fix underlinking
-   sed -i -e "s:HAMLIB_LIBS@:HAMLIB_LIBS@ -lm:g" src/Makefile.am || die
-   eautoreconf
-}
-
-src_configure() {
-   # mime-update causes file collisions if enabled
-   econf --disable-mime-update --disable-desktop-update \
-   --docdir=/usr/share/doc/${PF}
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   docompress -x /usr/share/doc/${PF}/{KEYS,ChangeLog,TODO,BUGS}
-   dodoc AUTHORS data/doc/THANKS NEWS README
-}
-
-pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/ntirpc/, net-libs/ntirpc/files/

2017-03-06 Thread Mike Frysinger
commit: f56569afdbbf7331d42c20ff34a7895e88680196
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Mar  6 18:15:23 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Mar  6 18:15:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f56569af

net-libs/ntirpc: initial ebuild from Chromium OS

 net-libs/ntirpc/Manifest   |  1 +
 .../ntirpc/files/ntirpc-1.4.1-city-header.patch| 60 ++
 net-libs/ntirpc/metadata.xml   | 14 +
 net-libs/ntirpc/ntirpc-1.4.1.ebuild| 33 
 4 files changed, 108 insertions(+)

diff --git a/net-libs/ntirpc/Manifest b/net-libs/ntirpc/Manifest
new file mode 100644
index 000..8b2bada00f3
--- /dev/null
+++ b/net-libs/ntirpc/Manifest
@@ -0,0 +1 @@
+DIST ntirpc-1.4.1.tar.gz 446025 SHA256 
0e0a8a33f49ae91bccd73cfe7cc0ba33641df3cb9ed589dd5d81140a9d8838d0 SHA512 
49a27dbd68b3e292437392acf2c010cc968b4d29b82b6e1a84e6c81a0c3979d3b38338212b391294b543ccd321073a33b16d7231ab68d797ead414d1b919137c
 WHIRLPOOL 
01a287654bacf6a1647bb0847197ea7a427cfe6bdb6c379846ab9ca1dc872173edb8c899fe11511155fcddbafec24e4a6536607d4ce31c0b0476c872c8d41176

diff --git a/net-libs/ntirpc/files/ntirpc-1.4.1-city-header.patch 
b/net-libs/ntirpc/files/ntirpc-1.4.1-city-header.patch
new file mode 100644
index 000..25c10e39379
--- /dev/null
+++ b/net-libs/ntirpc/files/ntirpc-1.4.1-city-header.patch
@@ -0,0 +1,60 @@
+From c2416e1996f694ea0cefb217f806e45931ef0b03 Mon Sep 17 00:00:00 2001
+From: Dylan Reid 
+Date: Wed, 15 Feb 2017 12:31:55 -0800
+Subject: [PATCH] Make city.h includes consistent
+
+Most of the code base already uses .  Modify the places
+that include "city.h" to follow that pattern.  cmake doesn't add misc to
+the include paths passed to the compiler.  I ran into "can't find
+city.h" errors when attempting to add an ebuild for gentoo.
+
+Change-Id: I1e07d82bbe58fbae4759263734ac22170220eeb7
+Signed-off-by: Dylan Reid 
+---
+ ntirpc/misc/citycrc.h | 2 +-
+ src/city-test.c   | 2 +-
+ src/citycrc.h | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/ntirpc/misc/citycrc.h b/ntirpc/misc/citycrc.h
+index 57069344f1f8..d3620158a5ca 100644
+--- a/ntirpc/misc/citycrc.h
 b/ntirpc/misc/citycrc.h
+@@ -34,7 +34,7 @@
+ #ifndef CITY_HASH_CRC_H_
+ #define CITY_HASH_CRC_H_
+ 
+-#include "city.h"
++#include 
+ 
+ /* Hash function for a byte array. */
+ uint128 CityHashCrc128(const char *s, size_t len);
+diff --git a/src/city-test.c b/src/city-test.c
+index 03d98a2ba9ec..8b504dd5c57c 100644
+--- a/src/city-test.c
 b/src/city-test.c
+@@ -27,7 +27,7 @@
+ #include 
+ #include 
+ 
+-#include "city.h"
++#include 
+ #ifdef __SSE4_2__
+ #include "citycrc.h"
+ #endif
+diff --git a/src/citycrc.h b/src/citycrc.h
+index f6cab94eff04..7998521b68cf 100644
+--- a/src/citycrc.h
 b/src/citycrc.h
+@@ -33,7 +33,7 @@
+ #ifndef CITY_HASH_CRC_H_
+ #define CITY_HASH_CRC_H_
+ 
+-#include "city.h"
++#include 
+ 
+ /* Hash function for a byte array. */
+ uint128 CityHashCrc128(const char *s, size_t len);
+-- 
+2.11.1
+

diff --git a/net-libs/ntirpc/metadata.xml b/net-libs/ntirpc/metadata.xml
new file mode 100644
index 000..e95e6d1fbae
--- /dev/null
+++ b/net-libs/ntirpc/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   base-sys...@gentoo.org
+
+
+   Include support for RPCSEC GSS
+   Include support for RDMA RPC
+
+
+   nfs-ganesha/ntirpc
+
+

diff --git a/net-libs/ntirpc/ntirpc-1.4.1.ebuild 
b/net-libs/ntirpc/ntirpc-1.4.1.ebuild
new file mode 100644
index 000..61ddf68d5d6
--- /dev/null
+++ b/net-libs/ntirpc/ntirpc-1.4.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit cmake-multilib
+
+DESCRIPTION="Transport Independent RPC library for nfs-ganesha"
+HOMEPAGE="https://github.com/linuxbox2/ntirpc;
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gssapi rdma"
+
+# Since the GSS option only controls some extra files to be enabled,
+# there's nothing to list in the depend string for it.
+RDEPEND="app-crypt/mit-krb5
+   rdma? ( sys-fabric/librdmacm )"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-city-header.patch
+)
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_use gssapi GSS)
+   $(cmake-utils_use_use rdma RPC_RDMA)
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/glpk/

2017-03-06 Thread Robin H. Johnson
commit: d08d63e2f21ab105b32edd6858ecf2d69d1d6d8c
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Mar  6 18:14:35 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Mar  6 18:15:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08d63e2

sci-mathematics/glpk: fix configure typo per bug #611694, revbump to apply to 
users

Package-Manager: portage-2.3.3
Signed-off-by: Robin H. Johnson  gentoo.org>

 sci-mathematics/glpk/{glpk-4.61.ebuild => glpk-4.61-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/glpk/glpk-4.61.ebuild 
b/sci-mathematics/glpk/glpk-4.61-r1.ebuild
similarity index 96%
rename from sci-mathematics/glpk/glpk-4.61.ebuild
rename to sci-mathematics/glpk/glpk-4.61-r1.ebuild
index 7861c425102..0c701874fe5 100644
--- a/sci-mathematics/glpk/glpk-4.61.ebuild
+++ b/sci-mathematics/glpk/glpk-4.61-r1.ebuild
@@ -44,8 +44,8 @@ src_configure() {
myconf="--disable-dl"
fi
 
-   econf ${myconf}
-\  $(use_enable mysql) \
+   econf ${myconf} \
+   $(use_enable mysql) \
$(use_enable odbc) \
$(use_enable static-libs static) \
$(use_with gmp)



[gentoo-commits] repo/gentoo:master commit in: app-misc/geneweb/, app-misc/geneweb/files/

2017-03-06 Thread Alfredo Tupone
commit: d617c7ac0a6c51cb1f52d56e9d411e98d524790e
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Mar  6 18:03:09 2017 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Mar  6 18:03:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d617c7ac

app-misc/geneweb: remove 6.08 (for ocaml-3 version)

Package-Manager: portage-2.3.3

 app-misc/geneweb/files/geneweb-6.08-gentoo.patch | 30 --
 app-misc/geneweb/geneweb-6.08.ebuild | 74 
 2 files changed, 104 deletions(-)

diff --git a/app-misc/geneweb/files/geneweb-6.08-gentoo.patch 
b/app-misc/geneweb/files/geneweb-6.08-gentoo.patch
deleted file mode 100644
index 6e33da85a8e..000
--- a/app-misc/geneweb/files/geneweb-6.08-gentoo.patch
+++ /dev/null
@@ -1,30 +0,0 @@
 geneweb-6.08/setup/setup.ml.old2007-08-07 19:25:13.0 +0200
-+++ geneweb-6.08/setup/setup.ml2007-08-07 19:24:59.0 +0200
-@@ -5,8 +5,8 @@
- 
- value port = ref 2316;
- value default_lang = ref "en";
--value setup_dir = ref ".";
--value bin_dir = ref "";
-+value setup_dir = ref "/usr/share/geneweb";
-+value bin_dir = ref "/usr/bin";
- value lang_param = ref "";
- value only_file = ref "";
- 
 geneweb-6.08/tools/Makefile.inc.unix.old   2008-04-23 15:22:50.0 
+0200
-+++ geneweb-6.08/tools/Makefile.inc.unix   2008-04-23 15:23:04.0 
+0200
-@@ -5,11 +5,11 @@
- CAMLP5F=-DUNIX
- CAMLP5D=+camlp5
- LIBUNIX=-cclib -lunix
--OCAMLC=ocamlc.opt -warn-error A
--OCAMLOPT=ocamlopt.opt -warn-error A
-+OCAMLC=ocamlc.opt
-+OCAMLOPT=ocamlopt.opt
- OCAMLI=
- OCAMLD=
--STRIP=strip
-+STRIP=true
- RM=/bin/rm -f
- EXE=
- STATIC=-ccopt -static

diff --git a/app-misc/geneweb/geneweb-6.08.ebuild 
b/app-misc/geneweb/geneweb-6.08.ebuild
deleted file mode 100644
index 800269025fa..000
--- a/app-misc/geneweb/geneweb-6.08.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils user
-
-DESCRIPTION="Genealogy software program with a Web interface"
-HOMEPAGE="http://opensource.geneanet.org/projects/geneweb;
-SRC_URI="https://github.com/geneweb/geneweb/archive/v6.08.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ocamlopt"
-
-RDEPEND="dev-lang/ocaml[ocamlopt?]
-   dev-ml/camlp5[ocamlopt?]"
-DEPEND="${RDEPEND}
-   !net-p2p/ghostwhitecrab"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-gentoo.patch
-   "${FILESDIR}"/${P}-parallellbuild.patch )
-
-src_compile() {
-   if use ocamlopt; then
-   emake
-   else
-   emake OCAMLC=ocamlc OCAMLOPT=ocamlopt out
-   # If using bytecode we dont want to strip the binary as it 
would remove
-   # the bytecode and only leave ocamlrun...
-   export STRIP_MASK="*/bin/*"
-   fi
-}
-
-src_install() {
-   dodoc ICHANGES
-   emake distrib
-   # Install doc
-   cd distribution
-   dodoc CHANGES.txt
-   # Install binaries
-   cd gw
-   dobin gwc gwc1 gwc2 consang gwd gwu update_nldb ged2gwb ged2gwb2 
gwb2ged gwsetup
-   insinto /usr/lib/${PN}
-   doins -r gwtp_tmp/*
-   dodoc a.gwf
-   insinto /usr/share/${PN}
-   doins -r etc images lang setup gwd.arg only.txt
-
-   cd ../..
-
-   # Install binaries
-   dobin src/check_base
-   # Install manpages
-   doman man/*
-
-   # Install doc
-   insinto /usr/share/doc/${PF}/contrib
-   doins -r contrib/{gwdiff,misc}
-
-   newinitd "${FILESDIR}/geneweb.initd" geneweb
-   newconfd "${FILESDIR}/geneweb.confd" geneweb
-}
-
-pkg_postinst() {
-   enewuser geneweb "" "/bin/bash" /var/lib/geneweb
-   einfo "A CGI program has been installed in /usr/lib/${PN}. Follow the"
-   einfo "instructions on the README in that directory to use it"
-   einfo "For 64 bits architecture you need to rebuild the database"
-   einfo "\"gwu foo > foo.gw \" will save the database (use the previous"
-   einfo "version to do that). \"gwc2 foo.gw -o bar \" will restore it "
-   einfo "(using the current package)"
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/geneweb/, app-misc/geneweb/files/

2017-03-06 Thread Alfredo Tupone
commit: f504245827d373795cb6707aa003d67613df5e4c
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Mar  6 08:07:30 2017 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Mar  6 17:58:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5042458

app-misc/geneweb: patched for dev-lang/ocaml-4

Package-Manager: portage-2.3.3

 app-misc/geneweb/Manifest  |  1 +
 .../geneweb/files/geneweb-6.08-r1-gentoo.patch | 30 +
 app-misc/geneweb/geneweb-6.08-r1.ebuild| 76 ++
 3 files changed, 107 insertions(+)

diff --git a/app-misc/geneweb/Manifest b/app-misc/geneweb/Manifest
index 5061eee10cb..176d630d121 100644
--- a/app-misc/geneweb/Manifest
+++ b/app-misc/geneweb/Manifest
@@ -1,3 +1,4 @@
 DIST geneweb-6.07-reduce-utf8.ml.patch.gz 185409 SHA256 
cc5b7d30333e8c7b187b83106189b5e63a7d423c2e500b77b5d087cd8cd239fa SHA512 
d6b71fc6d3a1488f6e96e65ab0c942c08b9e0307b2d06c9bb97fde0c2e35af2fb4b52011024e67550e608603eacfaf5ee312c99c9228edfedc2dbe82745de227
 WHIRLPOOL 
75e30b8ef19803dcc6f391fc798c2bb4d4e4fa685d0d5d060dcb1a9ad676a45f5016fef2e6306019876d0d30d662ee3f67f361267a2829b2ce679836c573104c
+DIST geneweb-6.08-ocaml-4.patch.gz 22259 SHA256 
11d5f5ceb30b734d4475d26f3e5aafd49337185d81bee354f13691f82d627073 SHA512 
333a9ca899bf454e1c534f6c890b5cbe842821573b39e9d0e432cfbdf30dbe3a495a5ecb5a9b4a00882ee51bbb3ec1ca4b417e34050a7f84e434d0424c126def
 WHIRLPOOL 
b5f25b93487a08339bea1c1709b214497ef23388fb5dc2e1d5fcacf7defbe92ca8e5d865142eacb62895240539193ed301fe329e84690fe63d4b630bded01534
 DIST geneweb-6.08.tar.gz 1791450 SHA256 
ba5724f8b6a4c823760642d31eaed713ac04c1000ef6f8e4a19ff748baa058bf SHA512 
7f1d552342e8a5b05961be75c1afb768853f22cc7eb4477fa63d6a3af29ea852862ce043ae89cd1589ede20fe561ad7d77ab757cc1ecb26ce1473f0e3621b835
 WHIRLPOOL 
81e125e5f0431f25d42ae4068708fae22341b802c68efde1d4e5494090d4644a249f41989e3a29f6ebb4a0d3c91cd35bdde996194cb4c34502bc22d75a2c8f90
 DIST gw-6.07-src.tgz 1855016 SHA256 
c1ecc337f8bce4d8509ca49081d098b5a44ddb6407208496e55e9a38d6bfb1f6 SHA512 
719884af80809b25946175731ae20b280e13f6e18471903d928c11838a2a92a43f03dd8152b7b01dfcaf45fbd942035f4b54f049899ea134cd161cfc971d
 WHIRLPOOL 
70305616cafcb9476814e3fe8355571611fef4eabe022afd2f3b92c3a9c9c6bc2be69a37532e4b04cc16e9ce8979abda1b103f4606a8784bf64caa0c1b9ff5e5

diff --git a/app-misc/geneweb/files/geneweb-6.08-r1-gentoo.patch 
b/app-misc/geneweb/files/geneweb-6.08-r1-gentoo.patch
new file mode 100644
index 000..e5a43be720e
--- /dev/null
+++ b/app-misc/geneweb/files/geneweb-6.08-r1-gentoo.patch
@@ -0,0 +1,30 @@
+--- geneweb-6.08/setup/setup.ml.old2007-08-07 19:25:13.0 +0200
 geneweb-6.08/setup/setup.ml2007-08-07 19:24:59.0 +0200
+@@ -5,8 +5,8 @@
+ 
+ value port = ref 2316;
+ value default_lang = ref "en";
+-value setup_dir = ref ".";
+-value bin_dir = ref "";
++value setup_dir = ref "/usr/share/geneweb";
++value bin_dir = ref "/usr/bin";
+ value lang_param = ref "";
+ value only_file = ref "";
+ 
+--- geneweb-6.08/tools/Makefile.inc.unix.old   2017-03-06 08:15:45.334667626 
+0100
 geneweb-6.08/tools/Makefile.inc.unix   2017-03-06 08:16:10.162223399 
+0100
+@@ -6,11 +6,11 @@
+ CAMLP5F=-DUNIX
+ CAMLP5D=+camlp5
+ LIBUNIX=-cclib -lunix
+-OCAMLC=ocamlc.opt -w -3 -warn-error +a-52
+-OCAMLOPT=ocamlopt.opt -w -3 -warn-error +a-52
++OCAMLC=ocamlc.opt -w -3
++OCAMLOPT=ocamlopt.opt -w -3
+ OCAMLI=
+ OCAMLD=
+-STRIP=strip
++STRIP=true
+ RM=/bin/rm -f
+ EXE=
+ STATIC=-ccopt -static

diff --git a/app-misc/geneweb/geneweb-6.08-r1.ebuild 
b/app-misc/geneweb/geneweb-6.08-r1.ebuild
new file mode 100644
index 000..63e73b5dc7c
--- /dev/null
+++ b/app-misc/geneweb/geneweb-6.08-r1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils user
+
+DESCRIPTION="Genealogy software program with a Web interface"
+HOMEPAGE="http://opensource.geneanet.org/projects/geneweb;
+SRC_URI="https://github.com/geneweb/geneweb/archive/v6.08.tar.gz -> ${P}.tar.gz
+   http://dev.gentoo.org/~tupone/${P}-ocaml-4.patch.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="dev-lang/ocaml[ocamlopt?]
+   dev-ml/camlp5[ocamlopt?]"
+DEPEND="${RDEPEND}
+   !net-p2p/ghostwhitecrab"
+
+PATCHES=(
+   "${WORKDIR}"/${P}-ocaml-4.patch
+   "${FILESDIR}"/${PF}-gentoo.patch
+   "${FILESDIR}"/${P}-parallellbuild.patch )
+
+src_compile() {
+   if use ocamlopt; then
+   emake
+   else
+   emake OCAMLC=ocamlc OCAMLOPT=ocamlopt out
+   # If using bytecode we dont want to strip the binary as it 
would remove
+   # the bytecode and only leave ocamlrun...
+   export STRIP_MASK="*/bin/*"
+   fi
+}
+
+src_install() {
+   dodoc ICHANGES
+   emake distrib
+   # Install doc
+   cd distribution
+   dodoc CHANGES.txt
+ 

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

2017-03-06 Thread Ian Whyman
commit: ccbcab29b8332aad09bda93e219df73f1f129d79
Author: Ian Whyman  gentoo  org>
AuthorDate: Mon Mar  6 17:27:30 2017 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Mon Mar  6 17:27:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbcab29

media-video/handbrake: Add missing opus dep

Bug #611764

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-video/handbrake/handbrake-1.0.3.ebuild | 1 +
 media-video/handbrake/handbrake-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-video/handbrake/handbrake-1.0.3.ebuild 
b/media-video/handbrake/handbrake-1.0.3.ebuild
index e58596bc42b..0ce63641f6e 100644
--- a/media-video/handbrake/handbrake-1.0.3.ebuild
+++ b/media-video/handbrake/handbrake-1.0.3.ebuild
@@ -38,6 +38,7 @@ RDEPEND="
media-libs/libtheora
media-libs/libvorbis
media-libs/libvpx
+   media-libs/opus
media-libs/x264:=
media-sound/lame
sys-libs/zlib

diff --git a/media-video/handbrake/handbrake-.ebuild 
b/media-video/handbrake/handbrake-.ebuild
index e58596bc42b..0ce63641f6e 100644
--- a/media-video/handbrake/handbrake-.ebuild
+++ b/media-video/handbrake/handbrake-.ebuild
@@ -38,6 +38,7 @@ RDEPEND="
media-libs/libtheora
media-libs/libvorbis
media-libs/libvpx
+   media-libs/opus
media-libs/x264:=
media-sound/lame
sys-libs/zlib



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

2017-03-06 Thread Alice Ferrazzi
commit: ec670d56467b6ece124dfc55583006ef19ec95a6
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Mon Mar  6 17:12:41 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon Mar  6 17:13:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec670d56

kernel-2.eclass: enable eapi6

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

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index d0f7eb95f79..478b6b8c0a0 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -197,7 +197,7 @@ case ${EAPI:-0} in
0|1)
EXPORT_FUNCTIONS src_{unpack,compile,install,test} \
pkg_{setup,preinst,postinst,postrm} ;;
-   2|3|4|5)
+   2|3|4|5|6)
EXPORT_FUNCTIONS src_{unpack,prepare,compile,install,test} \
pkg_{setup,preinst,postinst,postrm} ;;
*) die "${ECLASS}: EAPI ${EAPI} not supported" ;;



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

2017-03-06 Thread Manuel Rüger
commit: 49246d9e1ba305c1bbf526ab727a8a564204ae15
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar  6 16:30:49 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar  6 16:30:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49246d9e

app-emulation/docker: Use right git commit short id

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/app-emulation/docker/docker-17.03.0.ebuild 
b/app-emulation/docker/docker-17.03.0.ebuild
index ec2cbbf9e9e..c45b8e7f19f 100644
--- a/app-emulation/docker/docker-17.03.0.ebuild
+++ b/app-emulation/docker/docker-17.03.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
MY_PV="${PV/_/-}"
-   DOCKER_GITCOMMIT="092cba3"
+   DOCKER_GITCOMMIT="60ccb22"
EGIT_COMMIT="v${MY_PV}-ce"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"



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

2017-03-06 Thread Manuel Rüger
commit: 80d55d555aa2df9723c31a1fa765e80ab1395172
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar  6 16:28:03 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar  6 16:28:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d55d55

app-emulation/docker: Version bump to 17.03.0

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 app-emulation/docker/Manifest  |   1 +
 app-emulation/docker/docker-17.03.0.ebuild | 292 +
 2 files changed, 293 insertions(+)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index d8063e048f5..baae416ad32 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,2 +1,3 @@
 DIST docker-1.12.6.tar.gz 13694205 SHA256 
0413f3513c2a6842ed9cf837154c8a722e9b34cb36b33430348489baa183707e SHA512 
98e0fa0ec0dad4d392188b0d2cf42b2b564403463c369e1fe060f1abc2e97d97375a88587080671ef905e6a34b991d83265f43c3112575af019cf85eef0c2c25
 WHIRLPOOL 
55d10e4c4ab960320094637a847768ad85dc1fccaa6cc77ea0ca82f2d23b27e92e2f2c0cbc03f53676012c95883f65c6fa16d26970138fa129d37bf278fc8c0b
 DIST docker-1.13.1.tar.gz 7788075 SHA256 
2730e7cc15492de8f1d6f9510c64620fc9004c8afc1410bf3ebac9fc3f9f83c6 SHA512 
e480a884d7bb4f41f5c036afd5fae878e03aa740297dd3dd4df0eb8766efa6426ba636453513b423666eea21ba99f162ec27885828f8348d8746424944a3cfb4
 WHIRLPOOL 
8c0bfadf4102f6f41c182d8443276aa68ca1242d8321ce8fda639f0ad2162ae62d7310dbbb0967269d466207e54131b0a829bf6365f87fceb7114bbc1832dcfe
+DIST docker-17.03.0.tar.gz 7769578 SHA256 
d8e91af5b2799cafac113a400d4db9c6abe01ae823f378d2f4d3d3e55e48eaf6 SHA512 
042d94143f8867e8165e4c306188fc8e5801faaa9901716a509c5a9f380e460ab54b4c48ee223909c0bf9360ec023b765e6258acbe1f03e6513a8fc364663970
 WHIRLPOOL 
452ae7ea3329e3fe08ce76fba479502c5150218747c9d2a65495c9c4de1046ba9ac97be748535112022b665398bbb4581f8ae2bd6cb28d4462882055b15c9398

diff --git a/app-emulation/docker/docker-17.03.0.ebuild 
b/app-emulation/docker/docker-17.03.0.ebuild
new file mode 100644
index 000..ec2cbbf9e9e
--- /dev/null
+++ b/app-emulation/docker/docker-17.03.0.ebuild
@@ -0,0 +1,292 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/docker/docker"
+
+if [[ ${PV} = ** ]]; then
+   # Docker cannot be fetched via "go get", thanks to autogenerated code
+   EGIT_REPO_URI="https://${EGO_PN}.git;
+   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
+   inherit git-r3
+else
+   MY_PV="${PV/_/-}"
+   DOCKER_GITCOMMIT="092cba3"
+   EGIT_COMMIT="v${MY_PV}-ce"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
+   inherit golang-vcs-snapshot
+fi
+inherit bash-completion-r1 golang-base linux-info systemd udev user
+
+DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
+HOMEPAGE="https://dockerproject.org;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="apparmor aufs btrfs +container-init +device-mapper hardened overlay 
pkcs11 seccomp"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
+CDEPEND="
+   >=dev-db/sqlite-3.7.9:3
+   device-mapper? (
+   >=sys-fs/lvm2-2.02.89[thin]
+   )
+   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
+   apparmor? ( sys-libs/libapparmor )
+"
+
+DEPEND="
+   ${CDEPEND}
+
+   dev-go/go-md2man
+
+   btrfs? (
+   >=sys-fs/btrfs-progs-3.16.1
+   )
+"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies
+# Runc/Containerd: Unfortunately docker does not version the releases, in 
order to avoid 
+#  incompatiblities we depend on snapshots
+RDEPEND="
+   ${CDEPEND}
+
+   !app-emulation/docker-bin
+   >=net-firewall/iptables-1.4
+   sys-process/procps
+   >=dev-vcs/git-1.7
+   >=app-arch/xz-utils-4.9
+
+   ~app-emulation/containerd-0.2.3_p20170131
+   ~app-emulation/docker-runc-1.0.0_rc2_p20170222[apparmor?,seccomp?]
+   app-emulation/docker-proxy
+   container-init? ( >=sys-process/tini-0.13.0[static] )
+"
+
+RESTRICT="installsources strip"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+# see "contrib/check-config.sh" from upstream's sources
+CONFIG_CHECK="
+   ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
+   ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED 
~CPUSETS ~MEMCG
+   ~KEYS
+   ~VETH ~BRIDGE ~BRIDGE_NETFILTER
+   ~NF_NAT_IPV4 ~IP_NF_FILTER ~IP_NF_TARGET_MASQUERADE
+   ~NETFILTER_XT_MATCH_ADDRTYPE ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NF_NAT ~NF_NAT_NEEDED
+   ~POSIX_MQUEUE
+
+   ~USER_NS
+   ~SECCOMP
+   ~CGROUP_PIDS
+   

[gentoo-commits] repo/gentoo:master commit in: net-misc/olsrd/

2017-03-06 Thread Jeroen Roovers
commit: 99a6c4d0e3ebd2b8c5217bca63e8163106a43520
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Mar  6 15:57:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Mar  6 15:57:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a6c4d0

net-misc/olsrd: Version bump.

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 net-misc/olsrd/Manifest |  1 +
 net-misc/olsrd/olsrd-0.9.6.1.ebuild | 97 +
 2 files changed, 98 insertions(+)

diff --git a/net-misc/olsrd/Manifest b/net-misc/olsrd/Manifest
index f928580f17f..9025f8ee341 100644
--- a/net-misc/olsrd/Manifest
+++ b/net-misc/olsrd/Manifest
@@ -1,2 +1,3 @@
 DIST olsrd-0.9.0.2.tar.bz2 5439596 SHA256 
cc464b29c7740354d815d5faa753fd27c0677d71e8eb42e78abc382996892845 SHA512 
a0fc1fd21c7cc7a374bc24379b13b29525e584fa4f116c5d8e14449c3e614de4cb153bba653de48e99a278a6abe3285b059101b1ba96882bd94983dc2b907058
 WHIRLPOOL 
55a05cd332396ba70fd2e7e86a3ad791e02285074b5f32dc75ffb8ad1af1183534248760e52c31878cfac627988a67edab37711ce6435da6179272db9ae5af89
+DIST olsrd-0.9.6.1.tar.bz2 908871 SHA256 
9cac290e9bff5fc7422110b9ccd972853f10962c962d2f31a63de9c6d1520612 SHA512 
06e97c3fef6e2f24885fc96f9e68582523926188e4bbe9283c3add997c20f8cec1e691063d5cf6392e4e56dfa250c2cd8ac00035b47f56dbd2069b12b430255a
 WHIRLPOOL 
527cea2116dd390942fbada09946f8c4fcc5bb70977fb8073ecf1bda6eb95a14c37bff1e637d2031803cacce3dc3c7c0bb505273e0bbe1b847a60cbfb1d583f7
 DIST olsrd-0.9.6.tar.bz2 908597 SHA256 
d68f59f26f8bcf7136e622759b6ec14f806ea1afd0d2c68818dcb7ec6461c1b0 SHA512 
74f08a0261795b828d47823088ef44cdb0ddccc99c304e10af6859716a2267ddc905a2f10904021ed79742d483e87e5e8b4a035cd1eea9d9266231090a7ff050
 WHIRLPOOL 
012b08b4b759646ab863909dba311fc46274843a998f56412e3f0fcfcae15e1950e97b9463210bfe5b6734f1456a2ea018b5bbab67480b8ad803d267b8ef81a3

diff --git a/net-misc/olsrd/olsrd-0.9.6.1.ebuild 
b/net-misc/olsrd/olsrd-0.9.6.1.ebuild
new file mode 100644
index 000..fe4249c7e19
--- /dev/null
+++ b/net-misc/olsrd/olsrd-0.9.6.1.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils multilib toolchain-funcs versionator
+
+DESCRIPTION="An implementation of the Optimized Link State Routing protocol"
+HOMEPAGE="http://www.olsr.org/;
+SRC_URI="http://www.olsr.org/releases/$(get_version_component_range 
1-2)/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="BSD LGPL-2.1"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk pud"
+DEPEND="
+   gtk? (
+   dev-libs/glib:2
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:2
+   )
+   pud? ( sci-geosciences/gpsd )
+"
+RDEPEND="
+   ${DEPEND}
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.9.0.2-gtk.patch
+   "${FILESDIR}"/${PN}-0.9.6-gpsd.patch
+)
+src_prepare() {
+   default
+
+   # fix parallel make
+   # respect AR
+   # verbose build
+   # fix default prefix, bug #453440
+   sed -i \
+   -e '/@echo "\[/d' \
+   -e 's|$(MAKECMD)|$(MAKE)|g' \
+   -e 's|@$(CC)|$(CC)|g' \
+   -e 's|@ar |$(AR) |g' \
+   -e '/^prefix/s:/usr/local:/usr:' \
+   $( find . -name 'Makefile*' ) || die
+
+   # respect LDFLAGS
+   sed -i \
+   -e 's|$(CC)|& $(OLSRD_LDFLAGS)|g' \
+   lib/pud/nmealib/Makefile lib/pud/wireformat/Makefile || die
+}
+
+src_configure() {
+   if ! use pud; then
+   sed -i -e '/^SUBDIRS/ s|pud||g' Makefile || die
+   fi
+}
+
+src_compile() {
+   tc-export PKG_CONFIG
+   emake \
+   CC="$(tc-getCC)" \
+   VERBOSE=1 \
+   LIBDIR="/usr/$(get_libdir)/${PN}" \
+   OLSRD_LDFLAGS="${LDFLAGS}" \
+   OS=linux \
+   build_all
+   if use gtk; then
+   emake -C gui/linux-gtk LIBDIR="/usr/$(get_libdir)/${PN}" 
CC="$(tc-getCC)"
+   fi
+}
+
+src_install() {
+   emake OS=linux LIBDIR="${D}/usr/$(get_libdir)/${PN}" \
+   DESTDIR="${D}" STRIP=true install_all
+   if use gtk; then
+   emake -C gui/linux-gtk \
+   LIBDIR="${D}/usr/$(get_libdir)/${PN}" DESTDIR="${D}" 
install
+   fi
+
+   doinitd "${FILESDIR}/${PN}"
+
+   dodoc CHANGELOG \
+   valgrind-howto.txt files/olsrd.conf.default.rfc \
+   files/olsrd.conf.default.lq \
+   lib/arprefresh/README_ARPREFRESH \
+   lib/bmf/README_BMF \
+   lib/dot_draw/README_DOT_DRAW \
+   lib/dyn_gw/README_DYN_GW \
+   lib/dyn_gw_plain/README_DYN_GW_PLAIN \
+   lib/httpinfo/README_HTTPINFO \
+   lib/mini/README_MINI \
+   lib/nameservice/README_NAMESERVICE \
+   lib/pgraph/README_PGRAPH \
+   lib/quagga/README_QUAGGA \
+   lib/secure/README_SECURE \
+   

[gentoo-commits] repo/gentoo:master commit in: www-client/opera-developer/

2017-03-06 Thread Jeroen Roovers
commit: d349d232c86611664bdce1742c277434f8387680
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Mar  6 15:55:15 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Mar  6 15:55:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d349d232

www-client/opera-developer: Old.

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 www-client/opera-developer/Manifest|  4 -
 .../opera-developer-44.0.2494.0.ebuild | 90 --
 .../opera-developer-44.0.2505.0.ebuild | 90 --
 3 files changed, 184 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 5cf5b288481..8de56997845 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,6 +1,2 @@
-DIST opera-developer_44.0.2494.0_amd64.deb 51405332 SHA256 
1f7330383da3ebc47d66e0646ac9be9ee04f5868a49276b22840b14c983b32bd SHA512 
f7a9fd99e4037fec9320509ca0e21f61954a1a99cf356ec45cb4d3e3c02af3a73affa4b02349afb4d8b47cd76acd5bf5cf161d7710e1fd04638dd55250777de0
 WHIRLPOOL 
613ddeed78307d9e72ee36ba855ef19108c451dacfc546783aea81afe798b278d024037181fd2661989ff582af45f75a71d595c0ea2fed5e314a994bbf234286
-DIST opera-developer_44.0.2494.0_i386.deb 52689638 SHA256 
19e585d738926e6e5cb546d6081e55d8d265aae76f61a962ed5f059cb025d4b0 SHA512 
47b07b300266308a933c3ea07fb80f6a3a0239af04df76cd87c5e55d65d63e6279c2a08032c92485ad3674967f6ffdffbd4475c967c85ca27f8820265d6d616c
 WHIRLPOOL 
5e9bd1fc3e068f05e337fd97e091437f6193c517dfdce8e0c63a27e4b44777d54f1400f3f4f79532c94ac789cef0a666e1dbf84efb2169a0288ea7f796a5bbf9
-DIST opera-developer_44.0.2505.0_amd64.deb 53214492 SHA256 
914df980aad53c26e26195e650be1f1560439213e1f68162ce1cba6698009470 SHA512 
188a0807d02f0f5ddca0c223af17bce2cc3972421bccd322bc48bb363f048aaa64523458d4afd066b3f99ecd9ed03fab9951ce402ba34a4e8ed3756329ef2d50
 WHIRLPOOL 
d87752cf3624e6a40dcca9735e53e1262c46c0125a4c6ff660ae092f1446d66c1c4612908dcbbd94c34da5b0a4810ab9704f5bbcd1f78c5a243a38f15b9047ba
-DIST opera-developer_44.0.2505.0_i386.deb 54652094 SHA256 
0fa29b9b7f6fa3f1d0ba26ab76396a3717f45ec43bbb3bff7051f10f284f3364 SHA512 
f1521703782c13cc9cec83bf63a9a9e9517a5d934b2e5bfcad1f62d231fc8c49783e35997271230d2453ef128971245511ee6932c09faa655db822b8f2ca8d2f
 WHIRLPOOL 
e777f50346535c9836125d971dc639b9373901ce53c86a594c8165d4eea640001f03a45975e5c27463192ed7bcec78578c17b1915678da21b68b27762c2cf543
 DIST opera-developer_45.0.2522.0_amd64.deb 54315348 SHA256 
59c3980b62a47b5f36d13a991c62b2d103819f5e949167c2b0498d77bf94108d SHA512 
7a51db2960176c0f9024b44132dd6529777b3e0d0016aa0f67261c7a0443c38df63b8eda92e95f533a2a2d3b28f2020f8e972a54dd800da6ad263ed18b24176a
 WHIRLPOOL 
80a0b48c993d641a32233d0b631bcd16abcdb2dfd7951fb2c13e7a09abaebacc3edb8ec77c267007bfe5ff08f57b86c12b1231dec8a01ca2f116ebf910d9a6ba
 DIST opera-developer_45.0.2522.0_i386.deb 55237934 SHA256 
db68a08e2d61beecda32a52d4a3032ba6f11f717a327c2fcf77174389e28d7b6 SHA512 
769e69ee8af1e15a93b8d7bbb84ad14e6dc11146a6d558f7347e47f06b99b213fe473d7291f6b87d8310b896b834f311cdb067b5d5778bc727522c48e1331bd5
 WHIRLPOOL 
a1d69509d4054aa6d8bb86fe82763fae6aba2ee25e2698f32b54c62c81b103de89796f109858f2c8aab540f6288c75abee352fe6ae42d45b0a3851a6d3b6

diff --git a/www-client/opera-developer/opera-developer-44.0.2494.0.ebuild 
b/www-client/opera-developer/opera-developer-44.0.2494.0.ebuild
deleted file mode 100644
index 8cebdc23a22..000
--- a/www-client/opera-developer/opera-developer-44.0.2494.0.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   af az be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA fy gd
-   he hi hr hu id it ja kk ko lt lv mk ms nb nl nn pa pl pt-BR pt-PT ro ru 
sk
-   sr sr-ME sv sw ta te th tr uk uz vi zh-CN zh-TW zu
-"
-inherit chromium-2 multilib unpacker
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="http://get.geo.opera.com/pub/;
-SRC_URI="
-   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
-   x86?( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_i386.deb" )
-"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   

[gentoo-commits] repo/gentoo:master commit in: www-client/opera-developer/

2017-03-06 Thread Jeroen Roovers
commit: c6a91fd7af49ba26194790f3280b241385cfd914
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Mar  6 15:54:23 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Mar  6 15:55:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a91fd7

www-client/opera-developer: Version bump.

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 www-client/opera-developer/Manifest|  2 +
 .../opera-developer-45.0.2522.0.ebuild | 90 ++
 2 files changed, 92 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 5dc55d4f91d..5cf5b288481 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -2,3 +2,5 @@ DIST opera-developer_44.0.2494.0_amd64.deb 51405332 SHA256 
1f7330383da3ebc47d66e
 DIST opera-developer_44.0.2494.0_i386.deb 52689638 SHA256 
19e585d738926e6e5cb546d6081e55d8d265aae76f61a962ed5f059cb025d4b0 SHA512 
47b07b300266308a933c3ea07fb80f6a3a0239af04df76cd87c5e55d65d63e6279c2a08032c92485ad3674967f6ffdffbd4475c967c85ca27f8820265d6d616c
 WHIRLPOOL 
5e9bd1fc3e068f05e337fd97e091437f6193c517dfdce8e0c63a27e4b44777d54f1400f3f4f79532c94ac789cef0a666e1dbf84efb2169a0288ea7f796a5bbf9
 DIST opera-developer_44.0.2505.0_amd64.deb 53214492 SHA256 
914df980aad53c26e26195e650be1f1560439213e1f68162ce1cba6698009470 SHA512 
188a0807d02f0f5ddca0c223af17bce2cc3972421bccd322bc48bb363f048aaa64523458d4afd066b3f99ecd9ed03fab9951ce402ba34a4e8ed3756329ef2d50
 WHIRLPOOL 
d87752cf3624e6a40dcca9735e53e1262c46c0125a4c6ff660ae092f1446d66c1c4612908dcbbd94c34da5b0a4810ab9704f5bbcd1f78c5a243a38f15b9047ba
 DIST opera-developer_44.0.2505.0_i386.deb 54652094 SHA256 
0fa29b9b7f6fa3f1d0ba26ab76396a3717f45ec43bbb3bff7051f10f284f3364 SHA512 
f1521703782c13cc9cec83bf63a9a9e9517a5d934b2e5bfcad1f62d231fc8c49783e35997271230d2453ef128971245511ee6932c09faa655db822b8f2ca8d2f
 WHIRLPOOL 
e777f50346535c9836125d971dc639b9373901ce53c86a594c8165d4eea640001f03a45975e5c27463192ed7bcec78578c17b1915678da21b68b27762c2cf543
+DIST opera-developer_45.0.2522.0_amd64.deb 54315348 SHA256 
59c3980b62a47b5f36d13a991c62b2d103819f5e949167c2b0498d77bf94108d SHA512 
7a51db2960176c0f9024b44132dd6529777b3e0d0016aa0f67261c7a0443c38df63b8eda92e95f533a2a2d3b28f2020f8e972a54dd800da6ad263ed18b24176a
 WHIRLPOOL 
80a0b48c993d641a32233d0b631bcd16abcdb2dfd7951fb2c13e7a09abaebacc3edb8ec77c267007bfe5ff08f57b86c12b1231dec8a01ca2f116ebf910d9a6ba
+DIST opera-developer_45.0.2522.0_i386.deb 55237934 SHA256 
db68a08e2d61beecda32a52d4a3032ba6f11f717a327c2fcf77174389e28d7b6 SHA512 
769e69ee8af1e15a93b8d7bbb84ad14e6dc11146a6d558f7347e47f06b99b213fe473d7291f6b87d8310b896b834f311cdb067b5d5778bc727522c48e1331bd5
 WHIRLPOOL 
a1d69509d4054aa6d8bb86fe82763fae6aba2ee25e2698f32b54c62c81b103de89796f109858f2c8aab540f6288c75abee352fe6ae42d45b0a3851a6d3b6

diff --git a/www-client/opera-developer/opera-developer-45.0.2522.0.ebuild 
b/www-client/opera-developer/opera-developer-45.0.2522.0.ebuild
new file mode 100644
index 000..8cebdc23a22
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-45.0.2522.0.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   af az be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA fy gd
+   he hi hr hu id it ja kk ko lt lv mk ms nb nl nn pa pl pt-BR pt-PT ro ru 
sk
+   sr sr-ME sv sw ta te th tr uk uz vi zh-CN zh-TW zu
+"
+inherit chromium-2 multilib unpacker
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="http://get.geo.opera.com/pub/;
+SRC_URI="
+   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
+   x86?( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_i386.deb" )
+"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+  

[gentoo-commits] repo/gentoo:master commit in: net-p2p/torrentinfo/, net-p2p/torrentinfo/files/

2017-03-06 Thread Göktürk Yüksek
commit: a05232376b0ec0ca84df3e1be97bf81375304690
Author: Louis Sautier  gmail  com>
AuthorDate: Mon Mar  6 09:34:14 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Mar  6 15:51:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0523237

net-p2p/torrentinfo: add myself as maintainer, fix tests, add py3.6, pypy{,3}

Also update LICENSE to add later GPL versions.

Gentoo-Bug: 493682

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../files/torrentinfo-1.8.6-fix-tests.patch| 23 ++
 net-p2p/torrentinfo/metadata.xml   |  9 +++-
 net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild| 27 ++
 3 files changed, 58 insertions(+), 1 deletion(-)

diff --git a/net-p2p/torrentinfo/files/torrentinfo-1.8.6-fix-tests.patch 
b/net-p2p/torrentinfo/files/torrentinfo-1.8.6-fix-tests.patch
new file mode 100644
index 000..1c9f5dfae4d
--- /dev/null
+++ b/net-p2p/torrentinfo/files/torrentinfo-1.8.6-fix-tests.patch
@@ -0,0 +1,23 @@
+From 26ad58f68927186a1216ca8ae4596a8132191dcf Mon Sep 17 00:00:00 2001
+From: Louis Sautier 
+Date: Sat, 30 Jan 2016 15:06:35 +0100
+Subject: [PATCH] Fix #15 by making the output predictably sorted
+
+Fixes https://github.com/Fuuzetsu/torrentinfo/issues/15
+---
+ src/torrentinfo.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/torrentinfo.py b/src/torrentinfo.py
+index a8ffea4..07b653b 100755
+--- a/src/torrentinfo.py
 b/src/torrentinfo.py
+@@ -569,7 +569,7 @@ def list_files(config, torrent, detailed=False):
+ 
+ config.formatter.string_format(TextFormatter.NORMAL, config, '\n')
+ if detailed:
+-for kwrd in filestorrent[index]:
++for kwrd in sorted(filestorrent[index], reverse=True):
+ start_line(config, kwrd, 3, postfix='\n')
+ dump(filestorrent[index][kwrd], config, 4)
+ else:

diff --git a/net-p2p/torrentinfo/metadata.xml b/net-p2p/torrentinfo/metadata.xml
index 24ba7699db2..2054982a1b7 100644
--- a/net-p2p/torrentinfo/metadata.xml
+++ b/net-p2p/torrentinfo/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   sautier.lo...@gmail.com
+   Louis Sautier
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   


fuuze...@fuuzetsu.co.uk

diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild 
b/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild
new file mode 100644
index 000..5474e996bcb
--- /dev/null
+++ b/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="A torrent file parser"
+HOMEPAGE="https://github.com/Fuuzetsu/torrentinfo;
+SRC_URI="https://github.com/Fuuzetsu/torrentinfo/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+PATCHES=( "${FILESDIR}/${P}-fix-tests.patch" )
+
+python_test() {
+   nosetests test/tests.py || die "tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-proto/presentproto/

2017-03-06 Thread Tobias Klausmann
commit: f540526df500a6f97a4293b1fab688dd45d9dcf4
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  6 15:36:38 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  6 15:50:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f540526d

x11-proto/presentproto-1.1-r0: add alpha keyword

Gentoo-Bug: 611056

 x11-proto/presentproto/presentproto-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/presentproto/presentproto-1.1.ebuild 
b/x11-proto/presentproto/presentproto-1.1.ebuild
index c876fb9844f..b759cea8a06 100644
--- a/x11-proto/presentproto/presentproto-1.1.ebuild
+++ b/x11-proto/presentproto/presentproto-1.1.ebuild
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Present protocol specification and Xlib/Xserver headers"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



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

2017-03-06 Thread Tobias Klausmann
commit: 1a59f86d4ca85c74755cf60b5ab027244d02ca02
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  6 15:36:35 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  6 15:50:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a59f86d

x11-libs/libXi-1.7.9-r0: add alpha keyword

Gentoo-Bug: 611056

 x11-libs/libXi/libXi-1.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXi/libXi-1.7.9.ebuild 
b/x11-libs/libXi/libXi-1.7.9.ebuild
index 949ed1add53..70b473a63e7 100644
--- a/x11-libs/libXi/libXi-1.7.9.ebuild
+++ b/x11-libs/libXi/libXi-1.7.9.ebuild
@@ -8,7 +8,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X.Org Xi library"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
 IUSE=""
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



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

2017-03-06 Thread Tobias Klausmann
commit: 3f749c01bdc874621524f2989d7f55bf753d87fd
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  6 15:36:38 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  6 15:50:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f749c01

x11-misc/xkeyboard-config-2.20-r0: add alpha keyword

Gentoo-Bug: 611056

 x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
index f164976b13d..a0569000607 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X keyboard configuration database"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
 [[ ${PV} == ** ]] || 
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${PN}/${P}.tar.bz2"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubyzip/

2017-03-06 Thread Tobias Klausmann
commit: c3ea53df9dbcd3f573b65b1bb51189a9989e17f5
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  6 15:36:40 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  6 15:50:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ea53df

dev-ruby/rubyzip-1.2.1-r0: add alpha keyword

Gentoo-Bug: 611384

 dev-ruby/rubyzip/rubyzip-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rubyzip/rubyzip-1.2.1.ebuild 
b/dev-ruby/rubyzip/rubyzip-1.2.1.ebuild
index e2622fad120..19198879221 100644
--- a/dev-ruby/rubyzip/rubyzip-1.2.1.ebuild
+++ b/dev-ruby/rubyzip/rubyzip-1.2.1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/rubyzip/rubyzip/archive/v${PV}.tar.gz -> ${P}-git.tg
 
 LICENSE="Ruby"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xproto/

2017-03-06 Thread Tobias Klausmann
commit: 54578d2b299cb11e0b1e59d0772a87f2ea3cec4f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  6 15:36:39 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  6 15:50:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54578d2b

x11-proto/xproto-7.0.31-r0: add alpha keyword

Gentoo-Bug: 611056

 x11-proto/xproto/xproto-7.0.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/xproto/xproto-7.0.31.ebuild 
b/x11-proto/xproto/xproto-7.0.31.ebuild
index be8bace5ee8..589217c65bd 100644
--- a/x11-proto/xproto/xproto-7.0.31.ebuild
+++ b/x11-proto/xproto/xproto-7.0.31.ebuild
@@ -8,7 +8,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X.Org xproto protocol headers"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: net-dns/openresolv/

2017-03-06 Thread Tobias Klausmann
commit: efe402691ced1275bdb96553f3fff6b1e3119fd4
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  6 15:36:41 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  6 15:50:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe40269

net-dns/openresolv-3.8.1-r0: add alpha keyword

Gentoo-Bug: 611754

 net-dns/openresolv/openresolv-3.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/openresolv/openresolv-3.8.1.ebuild 
b/net-dns/openresolv/openresolv-3.8.1.ebuild
index 7714599a617..3d342a2ef8f 100644
--- a/net-dns/openresolv/openresolv-3.8.1.ebuild
+++ b/net-dns/openresolv/openresolv-3.8.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.xz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="selinux"
 
 DEPEND="!net-dns/resolvconf-gentoo



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

2017-03-06 Thread Tobias Klausmann
commit: 13fda9ae886393bf3c060c028c0a048a11d594a0
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  6 15:36:35 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  6 15:50:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fda9ae

x11-libs/libdrm-2.4.75-r0: add alpha keyword

Gentoo-Bug: 611056

 x11-libs/libdrm/libdrm-2.4.75.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libdrm/libdrm-2.4.75.ebuild 
b/x11-libs/libdrm/libdrm-2.4.75.ebuild
index 595bd79fadc..cf783a4288d 100644
--- a/x11-libs/libdrm/libdrm-2.4.75.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.75.ebuild
@@ -14,7 +14,7 @@ else
SRC_URI="https://dri.freedesktop.org/${PN}/${P}.tar.bz2;
 fi
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"
 for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"



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

2017-03-06 Thread Tobias Klausmann
commit: 205b5ba9f72c323904c3e3b33652f661a490f7ec
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  6 15:36:37 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  6 15:50:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205b5ba9

x11-misc/xbitmaps-1.1.1-r1: add alpha keyword

Gentoo-Bug: 611056

 x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild 
b/x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild
index 0d2b0dd3dc0..82cf652c78a 100644
--- a/x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild
+++ b/x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild
@@ -8,7 +8,7 @@ XORG_STATIC=no
 inherit xorg-2
 
 DESCRIPTION="X.Org bitmaps data"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-savage/

2017-03-06 Thread Tobias Klausmann
commit: 0d17ad0ba7174020fcb728e074041cd187054416
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  6 15:36:29 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  6 15:49:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d17ad0b

x11-drivers/xf86-video-savage-2.3.9-r0: add alpha keyword

Gentoo-Bug: 611056

 x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild 
b/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
index 7a419dafa36..cc898540f71 100644
--- a/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
+++ b/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
@@ -6,7 +6,7 @@ XORG_DRI=dri
 inherit xorg-2
 
 DESCRIPTION="S3 Savage video driver"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 
 IUSE="dri"
 RDEPEND=">=x11-base/xorg-server-1.0.99"



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

2017-03-06 Thread Tobias Klausmann
commit: 25cfb586654fa5dac74e1528987e1c63e1cd
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  6 15:36:36 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  6 15:50:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25cfbeee

x11-libs/libxcb-1.12-r2: add alpha keyword

Gentoo-Bug: 611056

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

diff --git a/x11-libs/libxcb/libxcb-1.12-r2.ebuild 
b/x11-libs/libxcb/libxcb-1.12-r2.ebuild
index 99bbad6d96d..f0152a3bdb4 100644
--- a/x11-libs/libxcb/libxcb-1.12-r2.ebuild
+++ b/x11-libs/libxcb/libxcb-1.12-r2.ebuild
@@ -17,7 +17,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc selinux test xkb"
 SLOT="0/1.12" # Locked down for now to 1.12 to avoid further rebuilds on no 
ABI changes (e.g with any upcoming 1.12.1 bugfix release), bug 576890
 



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-sisusb/

2017-03-06 Thread Tobias Klausmann
commit: c6a32493d26b97779852f89ff0aefb2ca5f79642
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  6 15:36:30 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  6 15:50:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a32493

x11-drivers/xf86-video-sisusb-0.9.7-r0: add alpha keyword

Gentoo-Bug: 611056

 x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.7.ebuild 
b/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.7.ebuild
index c9a601c9967..4dd09aa36d8 100644
--- a/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.7.ebuild
+++ b/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.7.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="SiS USB video driver"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.6"



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

2017-03-06 Thread Tobias Klausmann
commit: 1a84328c55e00f7dfba5d6c083b816764679e01f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  6 15:36:31 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  6 15:50:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a84328c

x11-libs/cairo-1.14.8-r0: add alpha keyword

Gentoo-Bug: 611056

 x11-libs/cairo/cairo-1.14.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/cairo/cairo-1.14.8.ebuild 
b/x11-libs/cairo/cairo-1.14.8.ebuild
index 8b332aca0f5..24667378a00 100644
--- a/x11-libs/cairo/cairo-1.14.8.ebuild
+++ b/x11-libs/cairo/cairo-1.14.8.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://cairographics.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A vector graphics library with cross-device output support"



  1   2   >