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

2017-03-14 Thread Johannes Huber
commit: ecf9285d07c68d00896086e71d3791828c2e45ba
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Mar 15 05:53:10 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Mar 15 05:53:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf9285d

x11-libs/gl2ps: Remove 1.3.8

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 x11-libs/gl2ps/Manifest   |  1 -
 x11-libs/gl2ps/gl2ps-1.3.8.ebuild | 48 ---
 2 files changed, 49 deletions(-)

diff --git a/x11-libs/gl2ps/Manifest b/x11-libs/gl2ps/Manifest
index 2e3de101363..9ad3d242f82 100644
--- a/x11-libs/gl2ps/Manifest
+++ b/x11-libs/gl2ps/Manifest
@@ -1,2 +1 @@
-DIST gl2ps-1.3.8.tgz 296245 SHA256 
2fe58dd95df06688a8c188e70b1803093ebf0797954901f4a36a403dbc301ee5 SHA512 
76e90d675764196d249d87c6041088736a8b41d9b93620c6171a40362a259d50e34d5efc06e4ea17e6c147bc26b6a3a7356d95ea5e204193ef631fb48e0c0a4e
 WHIRLPOOL 
85d93e744824f1681f562f791e07411cb5d815575847466a235e9952f2061c970cbf546e0dc6c5ed36f0261943814ce1a978f497f58b29b2a527245ad856b90b
 DIST gl2ps-1.3.9.tgz 294907 SHA256 
8a680bff120df8bcd78afac276cdc38041fed617f2721bade01213362bcc3640 SHA512 
e6770c27d4832a300b4e16a9f98deb8557e7875460e7aa7e655fdb796f5dfffd5eccdc8b15f5a3ae151713fc46f97dacad48ee7550c41373b6fc8cfd21a437cb
 WHIRLPOOL 
2ba0611daa39814a02c97ceec70c2e36b46881371a6a4790c5f5db4ea7e8b3352a25228d3aab60d2ec5b6f9e5070d9a7f331ebed2df355a6444f4e20365d7915

diff --git a/x11-libs/gl2ps/gl2ps-1.3.8.ebuild 
b/x11-libs/gl2ps/gl2ps-1.3.8.ebuild
deleted file mode 100644
index 4489003db8f..000
--- a/x11-libs/gl2ps/gl2ps-1.3.8.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit cmake-utils multilib
-
-DESCRIPTION="OpenGL to PostScript printing library"
-HOMEPAGE="http://www.geuz.org/gl2ps/;
-SRC_URI="http://geuz.org/${PN}/src/${P}.tgz;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
-IUSE="doc png zlib"
-
-RDEPEND="
-   media-libs/freeglut
-   x11-libs/libXmu
-   png? ( media-libs/libpng )
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-tex/tth
-   dev-texlive/texlive-latex
-   dev-texlive/texlive-latexrecommended )"
-
-S=${WORKDIR}/${P}-source
-
-PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
-   $(cmake-utils_use_enable png PNG)
-   $(cmake-utils_use_enable zlib ZLIB)
-   $(cmake-utils_use_enable doc DOC)
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   if [[ ${CHOST} == *-darwin* ]] ; then
-   install_name_tool \
-   -id "${EPREFIX}"/usr/$(get_libdir)/libgl2ps.dylib \
-   "${D%/}${EPREFIX}"/usr/$(get_libdir)/libgl2ps.dylib || 
die
-   fi
-}



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

2017-03-14 Thread Jeroen Roovers
commit: d563cfd9fdfbffe710dbcf67149cc79f1f63
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Mar 15 05:50:25 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Mar 15 05:50:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d563cfd9

x11-libs/gl2ps: Stable for HPPA (bug #609014).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

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

diff --git a/x11-libs/gl2ps/gl2ps-1.3.9.ebuild 
b/x11-libs/gl2ps/gl2ps-1.3.9.ebuild
index fb5e50faebb..d46ef9b8827 100644
--- a/x11-libs/gl2ps/gl2ps-1.3.9.ebuild
+++ b/x11-libs/gl2ps/gl2ps-1.3.9.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://geuz.org/${PN}/src/${P}.tgz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="doc png zlib"
 
 RDEPEND="



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

2017-03-14 Thread Jeroen Roovers
commit: 930f07a929d606c923496150c37a82fe8deb29eb
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Mar 15 05:46:51 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Mar 15 05:46:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930f07a9

sys-libs/binutils-libs: Stable for HPPA (bug #612436).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 sys-libs/binutils-libs/binutils-libs-2.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.27.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.27.ebuild
index 9ca41875d69..301c0d83fd1 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.27.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.27.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://gnu/binutils/${MY_P}.tar.bz2
 LICENSE="|| ( GPL-3 LGPL-3 )"
 # The shared lib SONAMEs use the ${PV} in them.
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="64-bit-bfd multitarget nls static-libs"
 
 COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"



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

2017-03-14 Thread Jeroen Roovers
commit: 5f7e26e8a00acb5f630d9f6d0e12ec02b60218f5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Mar 15 05:47:10 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Mar 15 05:47:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7e26e8

sys-devel/binutils: Stable for HPPA (bug #595288).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 sys-devel/binutils/binutils-2.26.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils/binutils-2.26.1.ebuild 
b/sys-devel/binutils/binutils-2.26.1.ebuild
index 5d327c0..be0c15f3fc8 100644
--- a/sys-devel/binutils/binutils-2.26.1.ebuild
+++ b/sys-devel/binutils/binutils-2.26.1.ebuild
@@ -7,4 +7,4 @@ PATCHVER="1.0"
 ELF2FLT_VER=""
 inherit toolchain-binutils
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"



[gentoo-commits] repo/gentoo:master commit in: net-fs/nfs-utils/

2017-03-14 Thread Jeroen Roovers
commit: aa9708763b88fdb6af61758235e65bdcc7d6f573
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Mar 15 05:43:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Mar 15 05:44:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa970876

net-fs/nfs-utils: Stable for HPPA (bug #608152).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 net-fs/nfs-utils/nfs-utils-1.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/nfs-utils/nfs-utils-1.3.4.ebuild 
b/net-fs/nfs-utils/nfs-utils-1.3.4.ebuild
index 4e04aa03afd..8c781556fe4 100644
--- a/net-fs/nfs-utils/nfs-utils-1.3.4.ebuild
+++ b/net-fs/nfs-utils/nfs-utils-1.3.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/nfs/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86"
 IUSE="caps ipv6 kerberos +libmount nfsdcld +nfsidmap +nfsv4 nfsv41 selinux 
tcpd +uuid"
 REQUIRED_USE="kerberos? ( nfsv4 )"
 RESTRICT="test" #315573



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

2017-03-14 Thread Jeroen Roovers
commit: 90ecbd54d42a37ce903d0311d1e00f488640b4c2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Mar 15 05:41:26 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Mar 15 05:44:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ecbd54

net-libs/libtirpc: Stable for HPPA (bug #610706).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 net-libs/libtirpc/libtirpc-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libtirpc/libtirpc-1.0.1.ebuild 
b/net-libs/libtirpc/libtirpc-1.0.1.ebuild
index 66a67e5eb38..f75f44e2a1f 100644
--- a/net-libs/libtirpc/libtirpc-1.0.1.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="0/3" # subslot matches SONAME major
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="ipv6 kerberos static-libs"
 
 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"



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

2017-03-14 Thread Jeroen Roovers
commit: bd8ca1372d6018e24c0810d1a73987b31f89e6e6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Mar 15 05:43:30 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Mar 15 05:44:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8ca137

dev-libs/libevent: Stable for HPPA (bug #608042).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 dev-libs/libevent/libevent-2.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libevent/libevent-2.1.8.ebuild 
b/dev-libs/libevent/libevent-2.1.8.ebuild
index ba566ceba24..b683abbd451 100644
--- a/dev-libs/libevent/libevent-2.1.8.ebuild
+++ b/dev-libs/libevent/libevent-2.1.8.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV}-stable/$
 LICENSE="BSD"
 # libevent-2.1.so.6
 SLOT="0/2.1-6"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug libressl +ssl static-libs test +threads"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-nds/rpcbind/

2017-03-14 Thread Jeroen Roovers
commit: 57253ae9defb81ad3b20705c2683df19768f7ea4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Mar 15 05:42:08 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Mar 15 05:44:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57253ae9

net-nds/rpcbind: Stable for HPPA (bug #610704).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 net-nds/rpcbind/rpcbind-0.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/rpcbind/rpcbind-0.2.4.ebuild 
b/net-nds/rpcbind/rpcbind-0.2.4.ebuild
index 2f54a8f0f3c..79f8f8fe713 100644
--- a/net-nds/rpcbind/rpcbind-0.2.4.ebuild
+++ b/net-nds/rpcbind/rpcbind-0.2.4.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 fi
 
 DESCRIPTION="portmap replacement which supports RPC over various protocols"



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

2017-03-14 Thread Mike Frysinger
commit: ec9e0d08245981acc017e8944d2672793f6a1b33
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Mar 15 05:40:18 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Mar 15 05:41:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9e0d08

sys-apps/lshw: fix parallel build after usex rework #588174

 sys-apps/lshw/lshw-02.17b-r2.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-apps/lshw/lshw-02.17b-r2.ebuild 
b/sys-apps/lshw/lshw-02.17b-r2.ebuild
index 14d905904a1..ffd8414595e 100644
--- a/sys-apps/lshw/lshw-02.17b-r2.ebuild
+++ b/sys-apps/lshw/lshw-02.17b-r2.ebuild
@@ -49,7 +49,10 @@ src_compile() {
tc-export CC CXX AR
use static && append-ldflags -static
 
-   emake SQLITE=$(usex sqlite 1 0) all $(usex gtk 'gui' '')
+   # Need two sep make statements to avoid parallel build issues. #588174
+   local sqlite=$(usex sqlite 1 0)
+   emake SQLITE=${sqlite} all
+   use gtk && emake SQLITE=${sqlite} gui
 }
 
 src_install() {



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

2017-03-14 Thread William Hubbs
commit: 9e15d5a0385ee4b4fbe7a03d7062fefb0ae2bd2a
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Mar 15 03:13:22 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Mar 15 03:13:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e15d5a0

sys-apps/openrc: 0.24.1 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 sys-apps/openrc/Manifest |   1 +
 sys-apps/openrc/openrc-0.24.1.ebuild | 329 +++
 2 files changed, 330 insertions(+)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 4244e589177..8eac7083fff 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -1,4 +1,5 @@
 DIST openrc-0.21.7.tar.bz2 168104 SHA256 
0d4bb11cfac9950687dfbc1a72a90e337af25bb39edc032cb0b807cfe0d04c3d SHA512 
26edf47e0eae0b62b651484bcbe73a5ccda2032ecbcc303f280bbf671fd1a8a1394d206228bd12e5157e8214210eb124898d11acc78cdef0d9145a952754f6bc
 WHIRLPOOL 
5731326b0879759f58b3e251e3b1c4cc6dcc17bee3ebf1d8ef4b689dff5ec39d429cde9c3d4f2901c8a592aaad7253bfca69a0caaa2ae77b6f45f9afe6e66df4
 DIST openrc-0.22.4.tar.gz 214321 SHA256 
d428890c12936b502d79018667dc6094d0e801c558f118b49e44c5f34636073b SHA512 
c85f6a87d03203f665d010ae357e7e1e2cae0158b12075376f3fe928daeffa14139ccc3dc2f24613cec25eb145b8f7dd64e067bd07493001570659095e60c296
 WHIRLPOOL 
3e50761d5626da03a74ce6de634ae08d79fa190d811fc8e661a56be66b3f0a6d28ee24f6045183914ebabd14280f535920d34c591e384df5d016e7cca49c209b
 DIST openrc-0.23.2.tar.gz 209569 SHA256 
244a9902a98694a7fd59ad3dec49bd9e61a6b22864795ed31ef8fc81aa474251 SHA512 
6c8483d36812d21ba45bf3c386c6f1c03a9c01c10f48b7e7eb26707d105568b8017ba8a7728a794ac0ac6fedab10cea2bc9587f4d5ddb1957001e03f872e8f18
 WHIRLPOOL 
88f61ab81562bdcb1b616441f01cbc3b45aca45d0a55bf41e3a9d6b733b3dfec429bf3c1645811c187c21038674e56d3e32e6035062685b45765fb3b85740e3c
+DIST openrc-0.24.1.tar.gz 212405 SHA256 
8bf65090e4881cafc8cdfe4a160d2ad64a940b19a0c76b18fdb5bbabf4a086d2 SHA512 
8d2aec029cb675ae5d446fe4a2f9613fac2fc5ea74b091d93e62b1f7bd4f8e3a96893bafa39a301129dad4623cc30acdcfd9e383a74f98c69f29820adb6d9aa0
 WHIRLPOOL 
343c85e78668cd6649c410561d59157b83fca8f019a4574c0ebc7b7e82579e9feedf00f89161299428a8616c525e72f82641b49e87904b7319f132b12280b263
 DIST openrc-0.24.tar.gz 211781 SHA256 
bf112089ec0d654830961fd5d388145fbb34a7f40d963672c085e0a40bd30a8c SHA512 
3cd0f6f44afad625f736c6fc2558fa5deb36cdc9609ef6ca807606c199f822651cf69b801bc4fb77bd732e22c90562eb663b297f271aa496f1ecb7d9ed401dc1
 WHIRLPOOL 
44f8ffac15446de11f1a809d2f15376155ed1d3fa3bbe165082b92f0daecfe2a07ac67247d17c7a80f5aef2f647b4aafbfaa2e919afd19745e42e2c44e819e25

diff --git a/sys-apps/openrc/openrc-0.24.1.ebuild 
b/sys-apps/openrc/openrc-0.24.1.ebuild
new file mode 100644
index 000..7a8b5e860c2
--- /dev/null
+++ b/sys-apps/openrc/openrc-0.24.1.ebuild
@@ -0,0 +1,329 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic pam toolchain-funcs
+
+DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
+HOMEPAGE="https://github.com/openrc/openrc/;
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git"
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
+   unicode kernel_linux kernel_FreeBSD"
+
+COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? (
+   sys-auth/pambase
+   virtual/pam
+   )
+   audit? ( sys-process/audit )
+   kernel_linux? (
+   sys-process/psmisc
+   !test
+# a value of "#" will just comment out the option
+set_config() {
+   local file="${ED}/$1" var=$2 val com
+   eval "${@:5}" && val=$3 || val=$4
+   [[ ${val} == "#" ]] && com="#" && val='\2'
+   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
+}
+
+set_config_yes_no() {
+   set_config "$1" "$2" YES NO "${@:3}"
+}
+
+src_install() {
+   emake ${MAKE_ARGS} DESTDIR="${D}" install
+
+   # move the shared libs back to /usr so ldscript can install
+   # more of a minimal set of files
+   # disabled for now due to #270646
+   #mv "${ED}"/$(get_libdir)/lib{einfo,rc}* "${ED}"/usr/$(get_libdir)/ || 
die
+   #gen_usr_ldscript -a einfo rc
+   gen_usr_ldscript libeinfo.so
+   gen_usr_ldscript librc.so
+
+   if ! use kernel_linux; then
+   keepdir /$(get_libdir)/rc/init.d
+   fi
+   keepdir /$(get_libdir)/rc/tmp
+
+   # Backup our default runlevels
+   dodir 

[gentoo-commits] proj/openrc: New tag: 0.24.1

2017-03-14 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Mar 15 03:03:36 2017 +

New tag: 0.24.1




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

2017-03-14 Thread Andreas Sturmlechner
commit: 392827a1225e92bd219762bb63e3d4241319e6ad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar 15 02:39:44 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar 15 02:39:44 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=392827a1

kde-apps/kalgebra: Fix DEPENDs, drop USE=opengl

Upstream commits:
c3f7d08ac587bcd43d2090e973cca836be110a48
cb7d1b773961f1b60ab8e16768577374bdbe0de8
62e33715a9724a6cba70304cc3951ea16aab80fe

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kalgebra/kalgebra-.ebuild | 15 ++-
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/kde-apps/kalgebra/kalgebra-.ebuild 
b/kde-apps/kalgebra/kalgebra-.ebuild
index d0fb82e2f9..90b6bc3289 100644
--- a/kde-apps/kalgebra/kalgebra-.ebuild
+++ b/kde-apps/kalgebra/kalgebra-.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="MathML-based graph calculator by KDE"
 HOMEPAGE="https://www.kde.org/applications/education/kalgebra
 https://edu.kde.org/kalgebra;
 KEYWORDS=""
-IUSE="opengl readline"
+IUSE="readline"
 
 DEPEND="
$(add_frameworks_dep kconfig)
@@ -20,25 +20,22 @@ DEPEND="
$(add_frameworks_dep kio)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
-   $(add_kdeapps_dep analitza 'opengl?')
+   $(add_kdeapps_dep analitza)
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui)
-   $(add_qt_dep qtwebkit)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtwebengine 'widgets')
$(add_qt_dep qtwidgets)
-   opengl? (
-   $(add_qt_dep qtopengl)
-   $(add_qt_dep qtprintsupport)
-   virtual/glu
-   )
readline? ( sys-libs/readline:0= )
 "
 RDEPEND="${DEPEND}
+   $(add_qt_dep qtquickcontrols)
+   dev-libs/kirigami:2
!kde-apps/analitza:4
 "
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_find_package opengl OpenGL)
$(cmake-utils_use_find_package readline Readline)
)
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/kmid/

2017-03-14 Thread Andreas Sturmlechner
commit: 9194e8bfcefe210a4dc56f6899a38dd522558c14
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 14 23:02:22 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar 15 02:25:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9194e8bf

media-sound/kmid: Bump to EAPI 6, fix DESCRIPTION

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-sound/kmid/kmid-2.4.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/kmid/kmid-2.4.0-r1.ebuild 
b/media-sound/kmid/kmid-2.4.0-r1.ebuild
index 6617d30b8d0..69e9d79e1fe 100644
--- a/media-sound/kmid/kmid-2.4.0-r1.ebuild
+++ b/media-sound/kmid/kmid-2.4.0-r1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 KDE_HANDBOOK="optional"
 KDE_LINGUAS="ca ca@valencia cs da de en_GB es fr gl nb nl pt pt_BR
 sr sr@ijekavian sr@ijekavianlatin sr@Latn sv tr uk zh_CN"
 inherit kde4-base
 
-DESCRIPTION="A MIDI/Karaoke player for KDE"
+DESCRIPTION="A MIDI/Karaoke player based on kdelibs"
 HOMEPAGE="https://userbase.kde.org/KMid;
 SRC_URI="mirror://sourceforge/kmid2/${P}.tar.bz2"
 



[gentoo-commits] repo/gentoo:master commit in: games-mud/kmuddy/, games-mud/kmuddy/files/

2017-03-14 Thread Andreas Sturmlechner
commit: faef06a29d9e9162bb23bdef5e34496c2ff3e0a1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar 15 01:50:49 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar 15 02:25:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faef06a2

games-mud/kmuddy: EAPI 6 bump, fix DESCRIPTION, HOMEPAGE

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../files/kmuddy-1.0.1-desktopvalidation.patch | 40 +++---
 games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch|  4 +--
 games-mud/kmuddy/files/kmuddy-1.0.1-kde45.patch|  4 +--
 games-mud/kmuddy/files/kmuddy-1.0.1-tempnam.patch  |  4 +--
 games-mud/kmuddy/kmuddy-1.0.1-r3.ebuild| 10 +++---
 5 files changed, 32 insertions(+), 30 deletions(-)

diff --git a/games-mud/kmuddy/files/kmuddy-1.0.1-desktopvalidation.patch 
b/games-mud/kmuddy/files/kmuddy-1.0.1-desktopvalidation.patch
index 428dc94fc78..899ec0838b8 100644
--- a/games-mud/kmuddy/files/kmuddy-1.0.1-desktopvalidation.patch
+++ b/games-mud/kmuddy/files/kmuddy-1.0.1-desktopvalidation.patch
@@ -1,5 +1,5 @@
 kmuddy/kmuddy.desktop
-+++ kmuddy/kmuddy.desktop
+--- a/kmuddy/kmuddy.desktop
 b/kmuddy/kmuddy.desktop
 @@ -1,6 +1,5 @@
  [Desktop Entry]
  Version=1.0
@@ -7,8 +7,8 @@
  Name=KMuddy
  Type=Application
  Exec=kmuddy -caption "%c" %i %m
 libs/kmuddyplugin.desktop
-+++ libs/kmuddyplugin.desktop
+--- a/libs/kmuddyplugin.desktop
 b/libs/kmuddyplugin.desktop
 @@ -1,6 +1,6 @@
  [Desktop Entry]
 -Encoding=UTF-8
@@ -17,16 +17,16 @@
  X-KDE-ServiceType=KMuddy/Plugin
  X-KDE-Derived=KPluginInfo
  Comment=KMuddy Plugin
 plugins/converter/kmuddyconverterplugin.desktop
-+++ plugins/converter/kmuddyconverterplugin.desktop
+--- a/plugins/converter/kmuddyconverterplugin.desktop
 b/plugins/converter/kmuddyconverterplugin.desktop
 @@ -1,5 +1,4 @@
  [Desktop Entry]
 -Encoding=UTF-8
  Name=Profile Converter
  Comment=This plug-in converts profiles from old KMuddy versions.
  ServiceTypes=KMuddy/Plugin
 plugins/mapper/plugins/standard/kmuddymapper_standard.desktop
-+++ plugins/mapper/plugins/standard/kmuddymapper_standard.desktop
+--- a/plugins/mapper/plugins/standard/kmuddymapper_standard.desktop
 b/plugins/mapper/plugins/standard/kmuddymapper_standard.desktop
 @@ -1,6 +1,5 @@
  [Desktop Entry]
  Type=Service
@@ -34,48 +34,48 @@
  Name=Standard
  Comment=The standard mapper tools and views
  ServiceTypes=KMuddy/Mapper/Plugin
 plugins/scripting/kmuddyscriptingplugin.desktop
-+++ plugins/scripting/kmuddyscriptingplugin.desktop
+--- a/plugins/scripting/kmuddyscriptingplugin.desktop
 b/plugins/scripting/kmuddyscriptingplugin.desktop
 @@ -1,5 +1,4 @@
  [Desktop Entry]
 -Encoding=UTF-8
  Name=External Scripting
  Comment=Adds support for external scripting.
  ServiceTypes=KMuddy/Plugin
 plugins/strings/kmuddystringsplugin.desktop
-+++ plugins/strings/kmuddystringsplugin.desktop
+--- a/plugins/strings/kmuddystringsplugin.desktop
 b/plugins/strings/kmuddystringsplugin.desktop
 @@ -1,5 +1,4 @@
  [Desktop Entry]
 -Encoding=UTF-8
  Name=Strings
  Comment=This plug-in adds many strings functions.
  ServiceTypes=KMuddy/Plugin
 plugins/test/kmuddytestplugin.desktop
-+++ plugins/test/kmuddytestplugin.desktop
+--- a/plugins/test/kmuddytestplugin.desktop
 b/plugins/test/kmuddytestplugin.desktop
 @@ -1,5 +1,4 @@
  [Desktop Entry]
 -Encoding=UTF-8
  Name=Testing Plug-in
  Comment=Testing Plug-in
  ServiceTypes=KMuddy/Plugin
 plugins/vartrigs/kmuddyvartrigplugin.desktop
-+++ plugins/vartrigs/kmuddyvartrigplugin.desktop
+--- a/plugins/vartrigs/kmuddyvartrigplugin.desktop
 b/plugins/vartrigs/kmuddyvartrigplugin.desktop
 @@ -1,5 +1,4 @@
  [Desktop Entry]
 -Encoding=UTF-8
  Name=Variable Triggers
  Comment=Adds supports for triggers that fire off variable changes.
  ServiceTypes=KMuddy/Plugin
 plugins/varviewer/kmuddyvarviewerplugin.desktop
-+++ plugins/varviewer/kmuddyvarviewerplugin.desktop
+--- a/plugins/varviewer/kmuddyvarviewerplugin.desktop
 b/plugins/varviewer/kmuddyvarviewerplugin.desktop
 @@ -1,5 +1,4 @@
  [Desktop Entry]
 -Encoding=UTF-8
  Name=Variable Viewer
  Comment=This plug-in provides a variable viewer window.
  ServiceTypes=KMuddy/Plugin
 template/kmuddyplugintemplate.desktop
-+++ template/kmuddyplugintemplate.desktop
+--- a/template/kmuddyplugintemplate.desktop
 b/template/kmuddyplugintemplate.desktop
 @@ -1,5 +1,4 @@
  [Desktop Entry]
 -Encoding=UTF-8

diff --git a/games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch 
b/games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch
index 34b403c1471..67d2acd90c7 100644
--- a/games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch
+++ b/games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch
@@ -1,5 +1,5 @@
 plugins/mapper/filefilters/cmapfilefilterkmudone.cpp.old   2010-06-08 
17:55:09.0 +0200
-+++ plugins/mapper/filefilters/cmapfilefilterkmudone.cpp   2010-06-08 
17:55:49.0 +0200
+--- 

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

2017-03-14 Thread Andreas Sturmlechner
commit: da37cfee911cd52e9b0e6a280b114b5e712e0e0b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar 15 00:43:35 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar 15 02:25:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da37cfee

media-video/kamerka: 0.12 version bump, EAPI 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-video/kamerka/Manifest|  1 +
 media-video/kamerka/kamerka-0.12.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/media-video/kamerka/Manifest b/media-video/kamerka/Manifest
index df0b18f87ab..292db6888ec 100644
--- a/media-video/kamerka/Manifest
+++ b/media-video/kamerka/Manifest
@@ -1 +1,2 @@
 DIST kamerka-0.10.tar.gz 138234 SHA256 
8331021ab5420362f32803bae7329449a756f4839993305a1271390de3ef4df8 SHA512 
786f7fcce3dccbe1500a36b9a35ee9cef4c099e8b08a35bfe04fcfc05cf68d9def973a66f5d5e44c6cc2b0e0b9534023d67b753cb3c8587d9785f387bd3bda2b
 WHIRLPOOL 
5c3397b91e41e6a2f5464134c839a90c37212821146ae8392e4a72855692d0194e4d1e666bd82e7036fc8ea75c965aaf0ae2c4aef898ca8d389684a1fe697b12
+DIST kamerka-0.12.tar.gz 139127 SHA256 
8390a98476b34b658a0b5d4a26875ec3a76aeece64782b2dde2e32175d8a88d6 SHA512 
cbf980ac512888696885900079e21f02f27ca922c59c3092d1afe4cfa2ad5b50997b371732c5444aeef68f324b42edd71187ae8bff02967a7d759f14a2022a61
 WHIRLPOOL 
3d3d84a92d598b06f4fcc30cbfa456fb4a1f1e2587a800d784c03669ee24910e5490a8f5c558c0de1a820ca45eff8fcd4930141cb3b43fb240e67d17ee9645f9

diff --git a/media-video/kamerka/kamerka-0.12.ebuild 
b/media-video/kamerka/kamerka-0.12.ebuild
new file mode 100644
index 000..a9297cdceeb
--- /dev/null
+++ b/media-video/kamerka/kamerka-0.12.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DECLARATIVE_REQUIRED="always"
+KDE_LINGUAS="cs de es nl pl pt ru sr sr@ijekavian sr@ijekavianlatin sr@Latn uk 
zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="Simple photo taking application with fancy animated interface"
+HOMEPAGE="http://dos1.github.io/kamerka/ https://github.com/dos1/kamerka;
+SRC_URI="https://github.com/dos1/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/libv4l
+   media-libs/phonon[qt4]
+   media-libs/qimageblitz
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kfaenza/

2017-03-14 Thread Andreas Sturmlechner
commit: 1a8730004129e9efbd4243ad4142cf71f53071c5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar 15 02:15:39 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar 15 02:25:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a873000

x11-themes/kfaenza: EAPI 6 bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild 
b/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild
index 50ac6bce003..1eddd76786b 100644
--- a/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild
+++ b/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 
 MY_PN="KFaenza"
 DESCRIPTION="Faenza-Cupertino icon theme for KDE"
 HOMEPAGE="http://kde-look.org/content/show.php/KFaenza?content=143890 
http://kde-look.org/content/show.php/KFaenza+icon+patch?content=153813 
http://kde-look.org/content/show.php/Additional+KFaenza+Icons?content=147483;
 #That is upstream location, not reupload. Don't fix
 SRC_URI="http://ompldr.org/vYjR0NQ/${P}.tar.gz
-   
http://kde-look.org/CONTENT/content-files/153813-kfaenza-icon-patch-0.3.tar.gz
+   
http://kde-look.org/CONTENT/content-files/153813-${PN}-icon-patch-0.3.tar.gz
additional? ( 
http://kde-look.org/CONTENT/content-files/147483-additional-KFaenza.tar.gz )"
 
 LICENSE="GPL-3"
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="+additional branding"
 
-S="${WORKDIR}"/"${MY_PN}"
+S="${WORKDIR}/${MY_PN}"
 RESTRICT="binchecks strip"
 
 src_unpack() {
@@ -30,6 +30,7 @@ src_unpack() {
 }
 
 src_prepare() {
+   default
use branding || return
 
local res



[gentoo-commits] repo/gentoo:master commit in: kde-apps/libksane/, kde-apps/knode/, kde-apps/libkmahjongg/, kde-apps/kalarm/, ...

2017-03-14 Thread Andreas Sturmlechner
commit: 47894a6831c1ac1a9e9757aef9e23d0e2ae90d2a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar 15 01:56:54 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar 15 02:25:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47894a68

kde-apps: Fix DESCRIPTION: s/for KDE/by KDE/

 kde-apps/kalarm/kalarm-4.14.11_pre20160211.ebuild | 4 ++--
 kde-apps/kalarm/kalarm-4.4.2016.01.ebuild | 4 ++--
 kde-apps/knode/knode-4.14.11_pre20160211.ebuild   | 2 +-
 kde-apps/knode/knode-4.4.2016.01.ebuild   | 4 ++--
 kde-apps/korganizer/korganizer-4.4.2016.01.ebuild | 4 ++--
 kde-apps/libkmahjongg/libkmahjongg-4.14.3.ebuild  | 4 ++--
 kde-apps/libksane/libksane-15.08.3-r1.ebuild  | 4 ++--
 7 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/kde-apps/kalarm/kalarm-4.14.11_pre20160211.ebuild 
b/kde-apps/kalarm/kalarm-4.14.11_pre20160211.ebuild
index 6003ad97ac2..96418a1d422 100644
--- a/kde-apps/kalarm/kalarm-4.14.11_pre20160211.ebuild
+++ b/kde-apps/kalarm/kalarm-4.14.11_pre20160211.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
@@ -8,7 +8,7 @@ KMNAME="kdepim"
 EGIT_BRANCH="KDE/4.14"
 inherit kde4-meta
 
-DESCRIPTION="Personal alarm message, command and email scheduler for KDE"
+DESCRIPTION="Personal alarm message, command and email scheduler by KDE"
 HOMEPAGE+=" https://userbase.kde.org/KAlarm;
 COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
 
SRC_URI="https://quickgit.kde.org/?p=kdepim.git=snapshot=${COMMIT_ID}=tgz
 -> ${KMNAME}-${PV}.tar.gz"

diff --git a/kde-apps/kalarm/kalarm-4.4.2016.01.ebuild 
b/kde-apps/kalarm/kalarm-4.4.2016.01.ebuild
index 2d1441f6ff5..977a86739e9 100644
--- a/kde-apps/kalarm/kalarm-4.4.2016.01.ebuild
+++ b/kde-apps/kalarm/kalarm-4.4.2016.01.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=5
@@ -7,7 +7,7 @@ KMNAME="kdepim"
 KDE_HANDBOOK=optional
 inherit kde4-meta
 
-DESCRIPTION="Personal alarm message, command and email scheduler for KDE 
(noakonadi branch)"
+DESCRIPTION="Personal alarm message, command and email scheduler by KDE 
(noakonadi branch)"
 HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi;
 KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"

diff --git a/kde-apps/knode/knode-4.14.11_pre20160211.ebuild 
b/kde-apps/knode/knode-4.14.11_pre20160211.ebuild
index 054f916aa26..0d6032b5947 100644
--- a/kde-apps/knode/knode-4.14.11_pre20160211.ebuild
+++ b/kde-apps/knode/knode-4.14.11_pre20160211.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

diff --git a/kde-apps/knode/knode-4.4.2016.01.ebuild 
b/kde-apps/knode/knode-4.4.2016.01.ebuild
index 8c876a352fe..0d6435d0a0b 100644
--- a/kde-apps/knode/knode-4.4.2016.01.ebuild
+++ b/kde-apps/knode/knode-4.4.2016.01.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=5
@@ -7,7 +7,7 @@ KMNAME="kdepim"
 KDE_HANDBOOK=optional
 inherit kde4-meta
 
-DESCRIPTION="A newsreader for KDE (noakonadi branch)"
+DESCRIPTION="A newsreader by KDE (noakonadi branch)"
 HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi;
 KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"

diff --git a/kde-apps/korganizer/korganizer-4.4.2016.01.ebuild 
b/kde-apps/korganizer/korganizer-4.4.2016.01.ebuild
index af05e759021..09daa0e621f 100644
--- a/kde-apps/korganizer/korganizer-4.4.2016.01.ebuild
+++ b/kde-apps/korganizer/korganizer-4.4.2016.01.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=5
@@ -7,7 +7,7 @@ KMNAME="kdepim"
 KDE_HANDBOOK=optional
 inherit kde4-meta
 
-DESCRIPTION="A Personal Organizer for KDE (noakonadi branch)"
+DESCRIPTION="A Personal Organizer by KDE (noakonadi branch)"
 HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi;
 KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"

diff --git a/kde-apps/libkmahjongg/libkmahjongg-4.14.3.ebuild 
b/kde-apps/libkmahjongg/libkmahjongg-4.14.3.ebuild
index c3a8c0aba7f..3ed100ff515 100644
--- a/kde-apps/libkmahjongg/libkmahjongg-4.14.3.ebuild
+++ b/kde-apps/libkmahjongg/libkmahjongg-4.14.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit kde4-base
 
-DESCRIPTION="LibKMahjongg for KDE"
+DESCRIPTION="LibKMahjongg by KDE"
 KEYWORDS="amd64 ~arm 

[gentoo-commits] repo/gentoo:master commit in: media-sound/k4guitune/

2017-03-14 Thread Andreas Sturmlechner
commit: 8fd42f9f7ac2c6728be110814f2149e106ef8890
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 14 22:50:04 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar 15 02:25:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd42f9f

media-sound/k4guitune: Bump to EAPI 6, drop obsolete src_prepare

Silence repoman by fixing DESCRIPTION, length and grammar.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-sound/k4guitune/k4guitune-1.1.1.ebuild | 23 +--
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/media-sound/k4guitune/k4guitune-1.1.1.ebuild 
b/media-sound/k4guitune/k4guitune-1.1.1.ebuild
index 31850eab31a..91e563101b2 100644
--- a/media-sound/k4guitune/k4guitune-1.1.1.ebuild
+++ b/media-sound/k4guitune/k4guitune-1.1.1.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-KDE_HANDBOOK=optional
+# QT3SUPPORT_REQUIRED
+KDE_HANDBOOK="optional"
 inherit kde4-base
 
-DESCRIPTION="A program to tune a musical instrument using your computer and 
it's mic- or line- input"
+DESCRIPTION="Program to tune musical instruments using your computer's mic- or 
line- input"
 HOMEPAGE="http://wspinell.altervista.org/k4guitune/ 
http://www.kde-apps.org/content/show.php/K4Guitune?content=117669;
 SRC_URI="http://www.kde-apps.org/CONTENT/content-files/117669-${P}.tar.gz;
 
@@ -15,22 +16,16 @@ SLOT="4"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
-DEPEND="=sci-libs/fftw-3*"
+RDEPEND="sci-libs/fftw:3.0="
+DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${PN}
 
 PATCHES=( "${FILESDIR}/${P}-desktop_entry.patch" )
 
-src_prepare() {
-   kde4-base_src_prepare
-
-   sed -e '/set[[:space:]]*([[:space:]]*HTML_INSTALL_DIR/s/^/# DISABLED /' 
\
-   -i CMakeLists.txt || die
-}
-
 src_configure() {
-   mycmakeargs=(
-   $(cmake-utils_use_build handbook doc)
+   local mycmakeargs=(
+   -DBUILD_doc=$(usex handbook)
)
 
kde4-base_src_configure



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

2017-03-14 Thread Andreas Sturmlechner
commit: e4b4fe288029a729aa44dc3c695d3dab2f6a1185
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar 15 01:07:17 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar 15 01:07:17 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e4b4fe28

kde-apps/analitza: Drop USE=opengl

Upstream commit 904ef1cc917276cf85946c18288ede098a50d462

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/analitza/analitza-.ebuild | 9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/kde-apps/analitza/analitza-.ebuild 
b/kde-apps/analitza/analitza-.ebuild
index 67eb27dd25..2f36702268 100644
--- a/kde-apps/analitza/analitza-.ebuild
+++ b/kde-apps/analitza/analitza-.ebuild
@@ -18,26 +18,21 @@ DEPEND="
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
eigen? ( dev-cpp/eigen:3 )
-   opengl? (
-   $(add_qt_dep qtopengl)
-   virtual/opengl
-   )
 "
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+   kde5_src_prepare
+
# Nothing is installed
sed -i \
-e "/add_subdirectory(examples)/ s/^/#DONT/" \
analitzaplot/CMakeLists.txt || die
-
-   kde5_src_prepare
 }
 
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package eigen Eigen3)
-   $(cmake-utils_use_find_package opengl OpenGL)
)
 
kde5_src_configure



[gentoo-commits] proj/openrc: New branch: 0.24.x

2017-03-14 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Mar 15 01:05:09 2017 +

New branch: 0.24.x




[gentoo-commits] proj/qt:master commit in: dev-qt/qtcore/, eclass/

2017-03-14 Thread Davide Pesavento
commit: b9c3b54ae7058423ab3b545a468ff669bff5aad8
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Mar 15 00:23:12 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Mar 15 00:23:31 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=b9c3b54a

dev-qt/qtcore: cleanup iconv handling

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-qt/qtcore/qtcore-5.8.0.ebuild| 3 ++-
 dev-qt/qtcore/qtcore-5.8..ebuild | 3 ++-
 dev-qt/qtcore/qtcore-5..ebuild   | 3 ++-
 eclass/qt5-build.eclass  | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qtcore/qtcore-5.8.0.ebuild 
b/dev-qt/qtcore/qtcore-5.8.0.ebuild
index 208ca66e..1c5b1eb7 100644
--- a/dev-qt/qtcore/qtcore-5.8.0.ebuild
+++ b/dev-qt/qtcore/qtcore-5.8.0.ebuild
@@ -36,7 +36,8 @@ QT5_TARGET_SUBDIRS=(
 src_configure() {
local myconf=(
-system-doubleconversion
-   $(usex icu '-icu -no-iconv' '-iconv -no-icu')
+   $(qt_use icu)
+   $(qt_use !icu iconv)
$(qt_use systemd journald)
)
qt5-build_src_configure

diff --git a/dev-qt/qtcore/qtcore-5.8..ebuild 
b/dev-qt/qtcore/qtcore-5.8..ebuild
index 208ca66e..1c5b1eb7 100644
--- a/dev-qt/qtcore/qtcore-5.8..ebuild
+++ b/dev-qt/qtcore/qtcore-5.8..ebuild
@@ -36,7 +36,8 @@ QT5_TARGET_SUBDIRS=(
 src_configure() {
local myconf=(
-system-doubleconversion
-   $(usex icu '-icu -no-iconv' '-iconv -no-icu')
+   $(qt_use icu)
+   $(qt_use !icu iconv)
$(qt_use systemd journald)
)
qt5-build_src_configure

diff --git a/dev-qt/qtcore/qtcore-5..ebuild 
b/dev-qt/qtcore/qtcore-5..ebuild
index 208ca66e..1c5b1eb7 100644
--- a/dev-qt/qtcore/qtcore-5..ebuild
+++ b/dev-qt/qtcore/qtcore-5..ebuild
@@ -36,7 +36,8 @@ QT5_TARGET_SUBDIRS=(
 src_configure() {
local myconf=(
-system-doubleconversion
-   $(usex icu '-icu -no-iconv' '-iconv -no-icu')
+   $(qt_use icu)
+   $(qt_use !icu iconv)
$(qt_use systemd journald)
)
qt5-build_src_configure

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index dc70b831..97659d23 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -627,7 +627,8 @@ qt5_base_configure() {
-verbose
 
# always enable iconv support
-   -iconv
+   # since 5.8 this is handled in qtcore
+   $([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -iconv)
 
# disable everything to prevent automagic deps (part 3)
-no-cups -no-evdev -no-tslib -no-icu -no-fontconfig -no-dbus



[gentoo-commits] proj/qt:master commit in: eclass/, dev-qt/qtcore/

2017-03-14 Thread Davide Pesavento
commit: 3351afb360c87bb9d0596bff371536b710886375
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Mar 15 00:31:40 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Mar 15 00:31:45 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=3351afb3

dev-qt/qtcore: move system-doubleconversion handling to the eclass

And enable it for 5.7 as well

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-qt/qtcore/qtcore-5.7..ebuild | 4 ++--
 dev-qt/qtcore/qtcore-5.8.0.ebuild| 1 -
 dev-qt/qtcore/qtcore-5.8..ebuild | 1 -
 dev-qt/qtcore/qtcore-5..ebuild   | 1 -
 eclass/qt5-build.eclass  | 3 +--
 5 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-qt/qtcore/qtcore-5.7..ebuild 
b/dev-qt/qtcore/qtcore-5.7..ebuild
index 4d79aa12..42e33d83 100644
--- a/dev-qt/qtcore/qtcore-5.7..ebuild
+++ b/dev-qt/qtcore/qtcore-5.7..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
@@ -13,8 +13,8 @@ fi
 
 IUSE="icu systemd"
 
-# TODO after bug 581054: dev-libs/double-conversion:=
 DEPEND="
+   dev-libs/double-conversion:=
dev-libs/glib:2
>=dev-libs/libpcre-8.38[pcre16,unicode]
>=sys-libs/zlib-1.2.5

diff --git a/dev-qt/qtcore/qtcore-5.8.0.ebuild 
b/dev-qt/qtcore/qtcore-5.8.0.ebuild
index 1c5b1eb7..6e111d62 100644
--- a/dev-qt/qtcore/qtcore-5.8.0.ebuild
+++ b/dev-qt/qtcore/qtcore-5.8.0.ebuild
@@ -35,7 +35,6 @@ QT5_TARGET_SUBDIRS=(
 
 src_configure() {
local myconf=(
-   -system-doubleconversion
$(qt_use icu)
$(qt_use !icu iconv)
$(qt_use systemd journald)

diff --git a/dev-qt/qtcore/qtcore-5.8..ebuild 
b/dev-qt/qtcore/qtcore-5.8..ebuild
index 1c5b1eb7..6e111d62 100644
--- a/dev-qt/qtcore/qtcore-5.8..ebuild
+++ b/dev-qt/qtcore/qtcore-5.8..ebuild
@@ -35,7 +35,6 @@ QT5_TARGET_SUBDIRS=(
 
 src_configure() {
local myconf=(
-   -system-doubleconversion
$(qt_use icu)
$(qt_use !icu iconv)
$(qt_use systemd journald)

diff --git a/dev-qt/qtcore/qtcore-5..ebuild 
b/dev-qt/qtcore/qtcore-5..ebuild
index 1c5b1eb7..6e111d62 100644
--- a/dev-qt/qtcore/qtcore-5..ebuild
+++ b/dev-qt/qtcore/qtcore-5..ebuild
@@ -35,7 +35,6 @@ QT5_TARGET_SUBDIRS=(
 
 src_configure() {
local myconf=(
-   -system-doubleconversion
$(qt_use icu)
$(qt_use !icu iconv)
$(qt_use systemd journald)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 97659d23..eea388d8 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -593,8 +593,7 @@ qt5_base_configure() {
# prefer system libraries (only common hard deps here)
-system-zlib
-system-pcre
-   # TODO after bug 581054
-   #$([[ ${QT5_MINOR_VERSION} -ge 7 ]] && echo 
-system-doubleconversion)
+   $([[ ${QT5_MINOR_VERSION} -ge 7 ]] && echo 
-system-doubleconversion)
 
# disable everything to prevent automagic deps (part 1)
-no-mtdev



[gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gcc/files/

2017-03-14 Thread Steve Arnold
commit: be1f3af85fd741190bb764f91459705f04636b33
Author: Stephen L Arnold  gentoo  org>
AuthorDate: Wed Mar 15 00:17:24 2017 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Wed Mar 15 00:18:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1f3af8

dev-lang/gnat-gcc: add last(?) patch for bug 603790

Okay, so I was in a mtg and forgot to mask out the overlay package...

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-lang/gnat-gcc/files/gcc-spec-env-r1.patch | 87 +++
 1 file changed, 87 insertions(+)

diff --git a/dev-lang/gnat-gcc/files/gcc-spec-env-r1.patch 
b/dev-lang/gnat-gcc/files/gcc-spec-env-r1.patch
new file mode 100644
index 000..a58926836e4
--- /dev/null
+++ b/dev-lang/gnat-gcc/files/gcc-spec-env-r1.patch
@@ -0,0 +1,87 @@
+2013-08-22  Magnus Granberg 
+
+   * gcc/gcc.c (main): Add support for external spec file via the 
GCC_SPECS env var
+   and move the process of the user specifed specs.
+
+This allows us to easily control pie/ssp defaults with gcc-config profiles.
+Original patch by Rob Holland
+Extended to support multiple entries separated by ':' by Kevin F. Quinn
+Modified to use getenv instead of poisoned GET_ENVIRONMENT by Ryan Hill
+Modified to process the GCC_SPECS env var befor DRIVER_SELF_SPECS by 
Magnus Granberg
+
+--- gcc-4.8-20130210/gcc/gcc.c 2013-02-05 16:55:31.0 +0100
 gcc-4.8-20130210-work/gcc/gcc.c2013-07-26 02:32:14.625089864 +0200
+@@ -6427,6 +6428,48 @@ main (int argc, char **argv)
+ do_option_spec (option_default_specs[i].name,
+   option_default_specs[i].spec);
+ 
++#if !(defined (__MSDOS__) || defined (OS2) || defined (VMS) || defined 
(WIN32))
++  /* Add specs listed in GCC_SPECS.  Note; in the process of separating
++   * each spec listed, the string is overwritten at token boundaries
++   * (':') with '\0', an effect of strtok_r().
++   */
++  specs_file = getenv ("GCC_SPECS");
++  if (specs_file && (strlen(specs_file) > 0))
++{
++  char *spec, *saveptr;
++  for (spec=strtok_r(specs_file,":",);
++   spec!=NULL;
++   spec=strtok_r(NULL,":",))
++{
++  struct user_specs *user = (struct user_specs *)
++xmalloc (sizeof (struct user_specs));
++  user->next = (struct user_specs *) 0;
++  user->filename = spec;
++  if (user_specs_tail)
++user_specs_tail->next = user;
++  else
++user_specs_head = user;
++  user_specs_tail = user;
++}
++}
++#endif
++  /* Process any user specified specs in the order given on the command
++   * line.  */
++  for (uptr = user_specs_head; uptr; uptr = uptr->next)
++{
++  char *filename = find_a_file (_prefixes, uptr->filename,
++R_OK, true);
++  read_specs (filename ? filename : uptr->filename, false, true);
++}
++  /* Process any user self specs.  */
++  {
++struct spec_list *sl;
++for (sl = specs; sl; sl = sl->next)
++  if (sl->name_len == sizeof "self_spec" - 1
++  && !strcmp (sl->name, "self_spec"))
++do_self_spec (*sl->ptr_spec);
++  }
++
+   /* Process DRIVER_SELF_SPECS, adding any new options to the end
+  of the command line.  */
+ 
+@@ -6535,24 +6578,6 @@ main (int argc, char **argv)
+ PREFIX_PRIORITY_LAST, 0, 1);
+ }
+ 
+-  /* Process any user specified specs in the order given on the command
+- line.  */
+-  for (uptr = user_specs_head; uptr; uptr = uptr->next)
+-{
+-  char *filename = find_a_file (_prefixes, uptr->filename,
+-  R_OK, true);
+-  read_specs (filename ? filename : uptr->filename, false, true);
+-}
+-
+-  /* Process any user self specs.  */
+-  {
+-struct spec_list *sl;
+-for (sl = specs; sl; sl = sl->next)
+-  if (sl->name_len == sizeof "self_spec" - 1
+-&& !strcmp (sl->name, "self_spec"))
+-  do_self_spec (*sl->ptr_spec);
+-  }
+-
+   if (compare_debug)
+ {
+   enum save_temps save;



[gentoo-commits] repo/gentoo:master commit in: sys-apps/memtest86+/files/, sys-apps/memtest86+/

2017-03-14 Thread Mike Frysinger
commit: 08eded4644881cf6de9a4acd78f047ed86d27276
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 23:52:49 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 23:54:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08eded46

sys-apps/memtest86+: rename installed files to match upstream #382757

We move back to using:
- memtest.bin: bootable image
- memtest: bare metal ELF

We drop the "memtest.netbsd" file since it was never related to NetBSD.
It was simply an ELF file (renamed from "memtest").  It used that name
simply because we used grub's netbsd boot logic to load it (since it
supports booting ELF files).

 sys-apps/memtest86+/files/39_memtest86+-r1| 69 
 sys-apps/memtest86+/memtest86+-5.01-r3.ebuild | 90 +++
 2 files changed, 159 insertions(+)

diff --git a/sys-apps/memtest86+/files/39_memtest86+-r1 
b/sys-apps/memtest86+/files/39_memtest86+-r1
new file mode 100644
index 000..20422b74d65
--- /dev/null
+++ b/sys-apps/memtest86+/files/39_memtest86+-r1
@@ -0,0 +1,69 @@
+#!/bin/sh
+
+. /usr/share/grub/grub-mkconfig_lib
+
+memtest=/boot/memtest86plus/memtest.bin
+
+memtestelf=/boot/memtest86plus/memtest
+
+if [ -f "${memtest}" ] && [ -f "${memtestelf}" ]; then
+   multiple_memtest=true
+fi
+
+submenu_indentation=""
+if [ "${multiple_memtest}" = "true" ] && [ "${GRUB_DISABLE_SUBMENU}" != "y" ]; 
then
+   submenu_indentation="${grub_tab}"
+   cat <&2
+
+   device="$("${grub_probe}" --target=device "${memtest}")"
+   path="$(make_system_path_relative_to_its_root "${memtest}")"
+   cat <&2
+
+   device="$("${grub_probe}" --target=device "${memtestelf}")"
+   path="$(make_system_path_relative_to_its_root "${memtestelf}")"
+   cat  title=${PN}"
+   elog "> root (hd?,?)"
+   elog "> kernel ${BOOTDIR}/memtest.bin"
+   elog " - For lilo:"
+   elog "> image  = ${BOOTDIR}/memtest.bin"
+   elog "> label  = ${PN}"
+   elog
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/memtest86+/files/

2017-03-14 Thread Mike Frysinger
commit: 8fe39c8d9fd69b55db808f93edb8c1cbee496f36
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 23:46:48 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 23:54:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe39c8d

sysa-apps/memtest86+: rework grub shell style

Drop old portable shell style as we don't care about such insane shells.

 sys-apps/memtest86+/files/39_memtest86+ | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/sys-apps/memtest86+/files/39_memtest86+ 
b/sys-apps/memtest86+/files/39_memtest86+
index 10e1964cb8d..9c9067a5e73 100644
--- a/sys-apps/memtest86+/files/39_memtest86+
+++ b/sys-apps/memtest86+/files/39_memtest86+
@@ -11,16 +11,14 @@ if [ -f "${memtest}" ] && [ -f "${memtestbsd}" ]; then
 fi
 
 submenu_indentation=""
-if [ "x${multiple_memtest}" = xtrue ] && [ "x${GRUB_DISABLE_SUBMENU}" != xy ]; 
then
+if [ "${multiple_memtest}" = "true" ] && [ "${GRUB_DISABLE_SUBMENU}" != "y" ]; 
then
submenu_indentation="${grub_tab}"
cat <&2
 
device="$("${grub_probe}" --target=device "${memtest}")"
@@ -29,7 +27,7 @@ if [ -f "${memtest}" ]; then
 ${submenu_indentation}menuentry 'Memtest86+' {
 EOF
 
-   if [ "x${submenu_indentation}" != "x" ]; then
+   if [ -n "{submenu_indentation}" ]; then
prepare_grub_to_access_device "${device}" | grub_add_tab | 
grub_add_tab
else
prepare_grub_to_access_device "${device}" | grub_add_tab
@@ -42,7 +40,6 @@ EOF
 fi
 
 if [ -f "${memtestbsd}" ]; then
-
gettext_printf "Found memtest image: %s\n" "${memtestbsd}" >&2
 
device="$("${grub_probe}" --target=device "${memtestbsd}")"
@@ -51,7 +48,7 @@ if [ -f "${memtestbsd}" ]; then
 ${submenu_indentation}menuentry 'Memtest86+ (netbsd)' {
 EOF
 
-   if [ "x${submenu_indentation}" != "x" ]; then
+   if [ -n "${submenu_indentation}" ]; then
prepare_grub_to_access_device "${device}" | grub_add_tab | 
grub_add_tab
else
prepare_grub_to_access_device "${device}" | grub_add_tab
@@ -63,7 +60,7 @@ ${submenu_indentation}}
 EOF
 fi
 
-if [ "x${multiple_memtest}" = xtrue ] && [ "x${GRUB_DISABLE_SUBMENU}" != xy ]; 
then
+if [ "${multiple_memtest}" = "true" ] && [ "${GRUB_DISABLE_SUBMENU}" != "y" ]; 
then
cat <

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

2017-03-14 Thread Patrice Clement
commit: e119efb038055bbc726bb6ae7145a8f713bdf1ec
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Mar 14 22:47:26 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Mar 14 23:46:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e119efb0

app-admin/entr: version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/entr/Manifest|  1 +
 app-admin/entr/entr-3.7.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-admin/entr/Manifest b/app-admin/entr/Manifest
index 08f6220a1a3..e0df7e04f2a 100644
--- a/app-admin/entr/Manifest
+++ b/app-admin/entr/Manifest
@@ -1 +1,2 @@
 DIST entr-3.6.tar.gz 22548 SHA256 
a42746d81c548d7e557d500f93422b8ec9731d719309eb2601b8be69ae0dc8eb SHA512 
a4f607d69effaeb50c57532fafa88db550d4ab4c633e57e895a8291bb38f6bdd09e92dba2e6fc70e035b2db050ab4c75fb39cd24d00fbde07ef0c03fff8f
 WHIRLPOOL 
fb0e6d16b20a6829478e3a01972b817b73408412ef5a3542b6b087bce02371ae84cd17c8c558ad7565edf73328fe886414478c618e37f409372ed2f48795eb4e
+DIST entr-3.7.tar.gz 23326 SHA256 
94efd50c8f7e9d569060d5deebf366c3565e81e814ab332b973d7298fa8ea22f SHA512 
a1687ec2da99f65fba3f668e41345ba76cb8c87cc2343d98c0dcc0ac0dedeb40cd8b5fd9aa3eba1dee8add94585de939864633bf0020cea1043699019dfa15fe
 WHIRLPOOL 
1a9077a3cd8939bcea49c42e2a85eb094840942bdd23f6911c32c9d3184f742d0e12c3d53c5e99026c82a20612bce8fd9441ccb27eddb68b61196a79fee8

diff --git a/app-admin/entr/entr-3.7.ebuild b/app-admin/entr/entr-3.7.ebuild
new file mode 100644
index 000..41caf72596a
--- /dev/null
+++ b/app-admin/entr/entr-3.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Run arbitrary commands when files change"
+HOMEPAGE="http://entrproject.org;
+SRC_URI="http://entrproject.org/code/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+src_unpack() {
+   unpack "${P}.tar.gz"
+   mv eradman-* "${P}" || die
+}
+
+src_configure() {
+   sh configure || die
+   sed -i -e 's#\(^PREFIX \).*#\1\?= /usr#' Makefile.bsd || die
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2017-03-14 Thread Patrice Clement
commit: 6f241a1740eea1219f58a3eab8e5c0b1bad277da
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Mar 14 22:46:55 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Mar 14 23:45:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f241a17

app-text/tidy-html5: version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/tidy-html5/Manifest|  1 +
 app-text/tidy-html5/tidy-html5-5.4.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/app-text/tidy-html5/Manifest b/app-text/tidy-html5/Manifest
index 950d96c8ae8..7561ff6e05f 100644
--- a/app-text/tidy-html5/Manifest
+++ b/app-text/tidy-html5/Manifest
@@ -1 +1,2 @@
 DIST tidy-html5-5.2.0.zip 578494 SHA256 
7f6ef14e41a0e9611fcb95e4926287e0d4a46c53335ae7e3aa4fc11ae69d32e2 SHA512 
0559bbe24711606b391057b3dbf2692b54e548294f68b310be306b5be80c9265ba7c4aa8da2b13ba0c89dae1dd6d233aebebdba761e25193439a0c0d713e59d8
 WHIRLPOOL 
7040ad176d2a96936cf250afc16f8376c9febd80ef98976bca318407299e52896c34a23964654efb1d69a2bf49438f6402d4af9d140ce45f6fe7d27bda010dce
+DIST tidy-html5-5.4.0.zip 573217 SHA256 
aa9d611cdee60ef0d20941f6c5f09240189e3a90e4ef8994b15bf561ce3ed691 SHA512 
788646c0c15a1be58695469977c340cbe7d37fada63faea34b67c1d7ffe6074ed2b6dcd6cc946a0ae99cd5319c9a8c5ffb81958f82b6097a35a3215bc1776fa8
 WHIRLPOOL 
f081b17b22feb05c436756dea7e55cdd98608bc99d085db0121e0fdb297761dc7a87b4793586cdaf841bcc4a6bd1e08a566620030702482bd1ecce7dcdd94c86

diff --git a/app-text/tidy-html5/tidy-html5-5.4.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.4.0.ebuild
new file mode 100644
index 000..4632b3e1a37
--- /dev/null
+++ b/app-text/tidy-html5/tidy-html5-5.4.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML 
documents"
+HOMEPAGE="http://www.html-tidy.org/;
+SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.zip -> ${P}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+
+RDEPEND="!app-text/htmltidy"
+
+DOCS=( README/{CODESTYLE,CONTRIBUTING,LICENSE,VERSION}.md )
+
+BUILD_DIR="${S}/build/cmake"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_BUILD_TYPE=Release
+   )
+
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cd build/cmake || die
+   cmake-utils_src_compile
+}
+
+src_install() {
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/memtest86+/files/

2017-03-14 Thread Mike Frysinger
commit: 270d1954363def0d88b42054d5991c9fde0a8071
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 23:35:50 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 23:36:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270d1954

sys-apps/memtest86+: make sure we keep -fno-PIC on test.o/random.o objects 
#538596

 sys-apps/memtest86+/files/memtest86+-5.01-test-random-cflags.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/memtest86+/files/memtest86+-5.01-test-random-cflags.patch 
b/sys-apps/memtest86+/files/memtest86+-5.01-test-random-cflags.patch
index 8a76d046414..dcdccb8c6e9 100644
--- a/sys-apps/memtest86+/files/memtest86+-5.01-test-random-cflags.patch
+++ b/sys-apps/memtest86+/files/memtest86+-5.01-test-random-cflags.patch
@@ -11,11 +11,11 @@ https://bugs.gentoo.org/590974
  
  test.o: test.c
 -  $(CC) -c -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin 
-ffreestanding test.c
-+test.o: CFLAGS += -O0
++test.o: CFLAGS += -O0 -fno-PIC
  
  random.o: random.c
 -  $(CC) -c -Wall -march=i486 -m32 -O3 -fomit-frame-pointer -fno-builtin 
-ffreestanding random.c
-+random.o: CFLAGS += -O3
++random.o: CFLAGS += -O3 -fno-PIC

  # rule for build number generation  
  build_number:



[gentoo-commits] repo/gentoo:master commit in: sys-apps/memtest86+/

2017-03-14 Thread Mike Frysinger
commit: b3ca615823c5b0ec731a4e0045c80492690d9597
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 23:28:01 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 23:36:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ca6158

sys-apps/memtest86+: add USE=iso for building+installing a bootable ISO image

 sys-apps/memtest86+/memtest86+-5.01-r2.ebuild | 13 +++--
 sys-apps/memtest86+/metadata.xml  |  1 +
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/sys-apps/memtest86+/memtest86+-5.01-r2.ebuild 
b/sys-apps/memtest86+/memtest86+-5.01-r2.ebuild
index 88964bdaa1a..2b3c9eba4f6 100644
--- a/sys-apps/memtest86+/memtest86+-5.01-r2.ebuild
+++ b/sys-apps/memtest86+/memtest86+-5.01-r2.ebuild
@@ -12,14 +12,14 @@ SRC_URI="http://www.memtest.org/download/${PV}/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
-IUSE="floppy serial"
+IUSE="floppy iso serial"
 
 BOOTDIR=/boot/memtest86plus
 QA_PRESTRIPPED="${BOOTDIR}/memtest.netbsd"
 QA_FLAGS_IGNORED="${BOOTDIR}/memtest.netbsd"
 
 RDEPEND="floppy? ( >=sys-boot/grub-0.95:0 sys-fs/mtools )"
-DEPEND=""
+DEPEND="iso? ( app-cdr/cdrtools )"
 
 src_prepare() {
sed -i -e 's,0x1,0x10,' memtest.lds || die
@@ -32,6 +32,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-no-C-headers.patch #592638
epatch "${FILESDIR}"/${P}-test-random-cflags.patch #590974
 
+   sed -i 's:genisoimage:mkisofs:' makeiso.sh || die
if use serial ; then
sed -i \
-e '/^#define SERIAL_CONSOLE_DEFAULT/s:0:1:' \
@@ -45,10 +46,18 @@ src_configure() {
tc-export AS CC LD
 }
 
+src_compile() {
+   emake
+   if use iso ; then
+   ./makeiso.sh || die
+   fi
+}
+
 src_test() { :; }
 
 src_install() {
insinto ${BOOTDIR}
+   use iso && newins mt*.iso memtest.iso
newins memtest.bin memtest
newins memtest memtest.netbsd
dosym memtest ${BOOTDIR}/memtest.bin

diff --git a/sys-apps/memtest86+/metadata.xml b/sys-apps/memtest86+/metadata.xml
index f10d5787ac5..fc17238d117 100644
--- a/sys-apps/memtest86+/metadata.xml
+++ b/sys-apps/memtest86+/metadata.xml
@@ -8,5 +8,6 @@
 
Compile with serial console support
Install a script to create floppy disks containing 
memtest86+ binaries.
+   Compile an ISO image
 
 



[gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/

2017-03-14 Thread Michael Weber
commit: d60089fbd26e51adde4618d035e47d58f5db4ef7
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar 14 23:28:45 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar 14 23:28:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60089fb

net-proxy/haproxy: arm ppc stable (bug 611184).

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 net-proxy/haproxy/haproxy-1.6.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-proxy/haproxy/haproxy-1.6.11.ebuild 
b/net-proxy/haproxy/haproxy-1.6.11.ebuild
index d7a2e8b88ac..96abf1cced3 100644
--- a/net-proxy/haproxy/haproxy-1.6.11.ebuild
+++ b/net-proxy/haproxy/haproxy-1.6.11.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"
@@ -12,7 +12,7 @@ DESCRIPTION="A TCP/HTTP reverse proxy for high availability 
environments"
 HOMEPAGE="http://haproxy.1wt.eu;
 if [[ ${PV} != * ]]; then
SRC_URI="http://haproxy.1wt.eu/download/$(get_version_component_range 
1-2)/src/${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc ~x86"
+   KEYWORDS="~amd64 arm ppc ~x86"
 else

EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(get_version_component_range 
1-2).git/"
EGIT_BRANCH=master



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

2017-03-14 Thread Michael Weber
commit: 00c41bca0ae879ffedf8f9a9ac590f5c5cf6176a
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar 14 23:28:13 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar 14 23:28:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c41bca

dev-libs/libslz: arm ppc stable (bug 611184).

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-libs/libslz/libslz-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libslz/libslz-1.1.0.ebuild 
b/dev-libs/libslz/libslz-1.1.0.ebuild
index 4dae6a973f2..0071dd4eadd 100644
--- a/dev-libs/libslz/libslz-1.1.0.ebuild
+++ b/dev-libs/libslz/libslz-1.1.0.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
@@ -10,7 +10,7 @@ 
SRC_URI="http://git.1wt.eu/web?p=${PN}.git;a=snapshot;h=v${PV};sf=tbz2 -> ${P}.t
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 arm ppc ~x86"
 IUSE="static-libs tools"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc32/

2017-03-14 Thread Michael Weber
commit: 2f7a03b2f8591d6e42c95a8aeb0e5e9a27949255
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar 14 23:23:59 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar 14 23:23:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7a03b2

net-proxy/haproxy: Mask USE=device-atlas due untestable 
dev-libs/device-atlas-api-c.

 profiles/arch/powerpc/ppc32/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index ba5c3aa1249..148e602716c 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -3,6 +3,10 @@
 
 # This file requires >=portage-2.1.1
 
+# Michael Weber  (15 Mar 2017)
+# Cannot test non-free dependency dev-libs/device-atlas-api-c
+net-proxy/haproxy device-atlas
+
 # Bernard Cafarelli  <25 Jan 2017)
 # Requires a Java dependency
 app-text/tesseract scrollview



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/

2017-03-14 Thread Michael Weber
commit: fc507e59aa88a10b173fc84ad061ad82bcf7c98e
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar 14 23:22:18 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar 14 23:22:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc507e59

net-proxy/haproxy: Mask USE=device-atlas due untestable 
dev-libs/device-atlas-api-c.

 profiles/arch/arm/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 9bb74680bcd..6166543d801 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michael Weber  (15 Mar 2017)
+# Cannot test non-free dependency dev-libs/device-atlas-api-c
+net-proxy/haproxy device-atlas
+
 # Johannes Huber  (11 Mar 2017)
 # Unkeyworded depdendency on app-text/editorconfig-core-c
 kde-frameworks/ktexteditor editorconfig



[gentoo-commits] proj/sci:master commit in: sci-biology/ncbi-tools++/

2017-03-14 Thread Martin Mokrejs
commit: a83e16235eb2a5fcadacac3570df72f70e0d21fd
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Mar 14 23:07:53 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Mar 14 23:07:53 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a83e1623

sci-biology/ncbi-tools++-12.0.0: do not force --without-downloaded-vdb

This configure flag appeared only in more recent versions.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild 
b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
index 5c91c1b0c..14e1fabda 100644
--- a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
+++ b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.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=5
@@ -220,11 +220,12 @@ src_configure() {
--without-sybase
--with-autodep
 #  --with-3psw=std:netopt favor standard (system) builds of the above pkgs
+   # --without-downloaded-vdb is not available in 12.0.0 release yet
# preventing executing git to checkout during configure phase ncbi-vdb 
sources
# resulting in 'checking for ncbi-vdb... no' and
# '^PACKAGES:'
# '^  disabled: ... VDB'
-   --without-downloaded-vdb
+   # --without-downloaded-vdb
$(use_with debug)
$(use_with debug max-debug)
$(use_with debug symbols)



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libav/

2017-03-14 Thread Michael Weber
commit: d302704e227b5d3ade69850ed71aaa1993b68355
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar 14 23:07:06 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar 14 23:07:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d302704e

media-plugins/gst-plugins-libav: ppc stable (bug 610810).

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-plugins/gst-plugins-libav/gst-plugins-libav-1.10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.10.4.ebuild 
b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.10.4.ebuild
index f3d0733d2b9..5be5ba57f30 100644
--- a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.10.4.ebuild
+++ b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.10.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="1.0"
-KEYWORDS="amd64 arm hppa ~mips ~ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 arm hppa ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="libav +orc"
 
 # XXX: bzip2/lzma are automagic



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

2017-03-14 Thread Mike Frysinger
commit: c92e6c5bf264533cd3bc7cacd3a2b6478d9b1a58
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 22:24:17 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 23:01:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92e6c5b

sys-devel/gcc: move 5.[123] to the toolchain overlay

 sys-devel/gcc/Manifest | 12 
 sys-devel/gcc/gcc-5.1.0.ebuild | 44 --
 sys-devel/gcc/gcc-5.2.0.ebuild | 44 --
 sys-devel/gcc/gcc-5.3.0.ebuild | 44 --
 4 files changed, 144 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 5a64a490c33..802ab57f887 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -48,18 +48,6 @@ DIST gcc-4.9.4-patches-1.0.tar.bz2 22266 SHA256 
1a394abb77c75e2212896ad3a62ae1f6
 DIST gcc-4.9.4-piepatches-v0.6.4.tar.bz2 14414 SHA256 
c67b56f04c653e6a19e36abed8391f8b6bed426bfcfc907237cc37f02dbb5015 SHA512 
243fa272ea0e49f700a76508bab3e03bbb353bcb930581b2f87f9a47df5cd3880e29f20b71612b21190adc463849e1e6ac2a38a49c0002b562d93d436f538285
 WHIRLPOOL 
1e5959441210af6f690398efab96444ab11d136238a9428912e8441eaf0509fe6db359a8aca92a446fce0c75777385475af73b20165a8593f9969e3a25fd0b0f
 DIST gcc-4.9.4-uclibc-patches-1.0.tar.bz2 2618 SHA256 
95f290d0b68114d835515afc424d6096476a45665671784aa71a7a506296e465 SHA512 
5a1f44caa9261f4947101379628143869b31dec67fa28605e8e1f3894d4b7120c3f68ba6deb59da7a74fa906e27ab32cd3767761837dc3dfebc37865d349d6db
 WHIRLPOOL 
e46b08737cfdc235bfb80117e0389f3969167adf59bcba2a0a1094a20eab2b62f0c952dac44781e43957cb1507cd4e80f37bd8aecbc55dbda6382d93b3a4cf94
 DIST gcc-4.9.4.tar.bz2 90097606 SHA256 
6c11d292cd01b294f9f84c9a59c230d80e9e4a47e5c6355f046bb36d4f358092 SHA512 
93abb78e16277454f41a8e9810f41f66c0fdffdc539a762ff6b67d3037f78db971378683fd2ebf707d1d51c059fad2161fe42d110c330027f40214b7db0f3efe
 WHIRLPOOL 
e20045126c21a3edea1fa4a2185ec2bc5feec77ddf967ab9d1e8c33322ad4eafe013bfcaab1ed4e35971d3b70ef373ea3585ebb089c9bbf91bbfca1f1da71236
-DIST gcc-5.1.0-patches-1.2.tar.bz2 23076 SHA256 
151ac719599fd7b8bd9663e2f105fdd4a082411729c81fd38efb0f9724bf6b7d SHA512 
eb509e25c0f4fe2d1b3d8dd191efbbd9336c899d1615d057bf68390ecbbf3e208e9ef8a89c0d225961fa9adff9577c6bfe84362b2b871fa59636a0c9d0799d44
 WHIRLPOOL 
1882b9b4de8ec49a38e0d3222fdae75a5c73c1e846e7fe88b2cea75a64359f6787881ee7126a338d604673a0c2214384600d2746f723017fe4c87d0421909582
-DIST gcc-5.1.0-piepatches-v0.6.4.tar.bz2 14504 SHA256 
9006fedb3b6c7eb92cd7eb7e65ac6d7d15b390086b75c53ef663cb647bc50689 SHA512 
1b633bf017fb24047538e46a39ff85235849cc6f7394bb1798193f971746ab598a343ee997bbc2663dfa7860016fa1aff4e1a70e3f52465edf6a77b57327cfc0
 WHIRLPOOL 
a2441860443a4a7436fe1a61d161a94d6037b92ac76ee558115020c91774b8bf126771cce45d946123c7a40f3eb8d4da13563f90f4564b78bcbbe42b64469084
-DIST gcc-5.1.0-uclibc-patches-1.0.tar.bz2 2531 SHA256 
1e8557d6b9952ff3e16d16b11b8e5dbae33bd37539d24d771436a7dc3a6e948f SHA512 
e90aa58111368d5e6fbeb4818ecf5485ea4cefe5f3c4906c207c977b93e2b182f26987e955d03f988f59e5f056cdd71dde65f50ddb9909f8d1fac92383a3a6cf
 WHIRLPOOL 
bc04762db9b1324bd837c1e3fe440f787a7e38dae0e7eee099eefadda6a927f894246586608520a11fab138ffc825084b9d03e6e2065f8860accc2d3c803d778
-DIST gcc-5.1.0.tar.bz2 94954411 SHA256 
b7dafdf89cbb0e20333dbf5b5349319ae06e3d1a30bf3515b5488f7e89dca5ad SHA512 
30f6a94d3adb25bc51fcaddf32a6c41429f569eeb9ed64330445b1296f8fbfa03277b375be4f7b2b80f519910ef88e4149db7cd9031e2c61a49f501bde94
 WHIRLPOOL 
c824ab1b4a801d11ca184ab93b3d7ec195dc0d869204cda08d6239b22832b597431f7eac3e22ffb1f13c2e4a6ef85edb3a954ad5b7754c447aa3fa6fccc21e63
-DIST gcc-5.2.0-patches-1.3.tar.bz2 23374 SHA256 
00b9118ebe2e8492ef3c58d9c17ff825390eb3fbd5d07f4c67636a8777f7a7ac SHA512 
8f81634de21a6f1e6b734586d8bdd8df395e7ea0d27f035d19c7dce2283a27de2c17c3f06f05b6194c5cae7381449befa37fefb31c1c961c9893dec1b02617ef
 WHIRLPOOL 
9bb6c824c1f8c73a4c344c59fae1f48a8e91513a43793e3dfcff35ed62a5f1156869f1e85da7cd81dcd2360ce339c7bdc9ecbd1a2475ca9f57b7f6123667d6d2
-DIST gcc-5.2.0-piepatches-v0.6.5.tar.bz2 14538 SHA256 
b9595a324e798af026818803cd5f315f15ccb4914d35c995ab28232e6ba6cdc6 SHA512 
0b3f97a8bbf269cb9c2114db030fa07b20c3266bb7fe3a4442d099497459e28a6f3ba00561c7675b0078b313cfdec56df00dac96bd9f8d0467a40d7fe6dd56a4
 WHIRLPOOL 
d7dc26c102831d51e4005026f4f59d185a76d66bd6e14ba81b50c1639d638c8e213c1c17682074dd486d815d7ed2d9611f91d405f1719ffd82b20c9c9ed74f56
-DIST gcc-5.2.0-uclibc-patches-1.0.tar.bz2 2540 SHA256 
ea39ee6ec3453039884c5e2bdfadc5a2848c8e7e72b5e4e54987a75808efac5d SHA512 
50ff10d7dd1830a82fe7b35d28b626ab78a6c30c719a8a4940acf04b64269f5a6e3aa71bb3ea5a2aec17f898c10f30b4a29570ce23d3b996c52b4bc5c451f8eb
 WHIRLPOOL 
b200b0dca6485e2485d64cc4fd6896be0aee2727ee4a524b4411cf5d8b22fe5788615ecb162f5dd263822c1cdecf0959ea134ad10a19750ee78874e24b518a47
-DIST gcc-5.2.0.tar.bz2 95221552 SHA256 
5f835b04b5f7dd4f4d2dc96190ec1621b8d89f2dc6f638f9f8bc1b1014ba8cad SHA512 

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

2017-03-14 Thread Mike Frysinger
commit: 20247e5bb4a1d133a17eac3f57ac56defe3f656c
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 22:23:01 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 23:01:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20247e5b

dev-libs/libFuzzer: fix x86 builds #612656

 dev-libs/libFuzzer/files/libFuzzer-3.9.1-32-bit.patch | 16 
 dev-libs/libFuzzer/libFuzzer-3.9.1.ebuild |  4 
 2 files changed, 20 insertions(+)

diff --git a/dev-libs/libFuzzer/files/libFuzzer-3.9.1-32-bit.patch 
b/dev-libs/libFuzzer/files/libFuzzer-3.9.1-32-bit.patch
new file mode 100644
index 000..1257686d1c3
--- /dev/null
+++ b/dev-libs/libFuzzer/files/libFuzzer-3.9.1-32-bit.patch
@@ -0,0 +1,16 @@
+this code has been rewritten in newer versions so this patch can be thrown
+away when we upgrade.
+
+https://bugs.gentoo.org/612656
+
+--- a/FuzzerLoop.cpp
 b/FuzzerLoop.cpp
+@@ -366,7 +366,7 @@
+   double Lambda = 2.0 * log(2.0) / static_cast(MaxCorpusLen);
+   std::exponential_distribution<> Dist(Lambda);
+   std::vector Sizes;
+-  size_t TruncatePoints = std::max(1ul, TruncateMaxRuns / Corpus.size());
++  size_t TruncatePoints = std::max((size_t)1, TruncateMaxRuns / 
Corpus.size());
+   Sizes.reserve(TruncatePoints);
+   for (size_t I = 0; I < TruncatePoints; ++I) {
+ Sizes.push_back(Dist(MD.GetRand().Get_mt19937()) + 1);

diff --git a/dev-libs/libFuzzer/libFuzzer-3.9.1.ebuild 
b/dev-libs/libFuzzer/libFuzzer-3.9.1.ebuild
index d9e77c26a7a..43b99e894a9 100644
--- a/dev-libs/libFuzzer/libFuzzer-3.9.1.ebuild
+++ b/dev-libs/libFuzzer/libFuzzer-3.9.1.ebuild
@@ -19,6 +19,10 @@ IUSE=""
 S_ROOT="${WORKDIR}/${MY_P}.src"
 S="${S_ROOT}/lib/Fuzzer"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-32-bit.patch #612656
+)
+
 src_prepare() {
cmake-utils_src_prepare
sed -i '/CMAKE_CXX_FLAGS/d' CMakeLists.txt || die



[gentoo-commits] proj/toolchain:master commit in: sys-devel/gcc/

2017-03-14 Thread Mike Frysinger
commit: f96ff4fc5776dc6f61da50302a18c96bdeae5710
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 22:44:59 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 22:44:59 2017 +
URL:https://gitweb.gentoo.org/proj/toolchain.git/commit/?id=f96ff4fc

gcc: drop USE=offline flag

If people want this, they can set through EVCS_OFFLINE or other
standard eclass env vars through per-package env settings.

 sys-devel/gcc/gcc-4.10.0_pre.ebuild | 6 +-
 sys-devel/gcc/gcc-4.8.4_pre.ebuild  | 6 +-
 sys-devel/gcc/gcc-4.9.1_pre.ebuild  | 6 +-
 sys-devel/gcc/metadata.xml  | 1 -
 4 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/sys-devel/gcc/gcc-4.10.0_pre.ebuild 
b/sys-devel/gcc/gcc-4.10.0_pre.ebuild
index 6b82425..1427ade 100644
--- a/sys-devel/gcc/gcc-4.10.0_pre.ebuild
+++ b/sys-devel/gcc/gcc-4.10.0_pre.ebuild
@@ -11,7 +11,7 @@ inherit toolchain
 KEYWORDS=""
 
 SLOT="${GCC_BRANCH_VER}-vcs"
-IUSE="nobootstrap offline"
+IUSE="nobootstrap"
 
 RDEPEND=""
 DEPEND="${RDEPEND}
@@ -22,10 +22,6 @@ if [[ ${CATEGORY} != cross-* ]] ; then
 fi
 
 src_unpack() {
-   # use the offline USE flag to prevent the ebuild from trying to update 
from
-   # the repo.  the current sources will be used instead.
-   use offline && EVCS_OFFLINE="yes"
-
toolchain_src_unpack
 
echo "commit ${EGIT_VERSION}" > "${S}"/gcc/REVISION

diff --git a/sys-devel/gcc/gcc-4.8.4_pre.ebuild 
b/sys-devel/gcc/gcc-4.8.4_pre.ebuild
index fa8e0be..b86aae2 100644
--- a/sys-devel/gcc/gcc-4.8.4_pre.ebuild
+++ b/sys-devel/gcc/gcc-4.8.4_pre.ebuild
@@ -10,7 +10,7 @@ inherit toolchain
 KEYWORDS=""
 
 SLOT="${GCC_BRANCH_VER}-vcs"
-IUSE="nobootstrap offline"
+IUSE="nobootstrap"
 
 RDEPEND=""
 DEPEND="${RDEPEND}
@@ -21,10 +21,6 @@ if [[ ${CATEGORY} != cross-* ]] ; then
 fi
 
 src_unpack() {
-   # use the offline USE flag to prevent the ebuild from trying to update 
from
-   # the repo.  the current sources will be used instead.
-   use offline && EVCS_OFFLINE="yes"
-
toolchain_src_unpack
 
echo "commit ${EGIT_VERSION}" > "${S}"/gcc/REVISION

diff --git a/sys-devel/gcc/gcc-4.9.1_pre.ebuild 
b/sys-devel/gcc/gcc-4.9.1_pre.ebuild
index fa8e0be..b86aae2 100644
--- a/sys-devel/gcc/gcc-4.9.1_pre.ebuild
+++ b/sys-devel/gcc/gcc-4.9.1_pre.ebuild
@@ -10,7 +10,7 @@ inherit toolchain
 KEYWORDS=""
 
 SLOT="${GCC_BRANCH_VER}-vcs"
-IUSE="nobootstrap offline"
+IUSE="nobootstrap"
 
 RDEPEND=""
 DEPEND="${RDEPEND}
@@ -21,10 +21,6 @@ if [[ ${CATEGORY} != cross-* ]] ; then
 fi
 
 src_unpack() {
-   # use the offline USE flag to prevent the ebuild from trying to update 
from
-   # the repo.  the current sources will be used instead.
-   use offline && EVCS_OFFLINE="yes"
-
toolchain_src_unpack
 
echo "commit ${EGIT_VERSION}" > "${S}"/gcc/REVISION

diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml
index 71974de..80f6ecd 100644
--- a/sys-devel/gcc/metadata.xml
+++ b/sys-devel/gcc/metadata.xml
@@ -26,7 +26,6 @@
 Build support for the Objective C++ language
 Build support for the Objective C code language 
Garbage
   Collector
-Build with current checkout
 Run the testsuite and install the results 
(requires FEATURES=test)
 Build support for various sanitizer functions 
(ASAN/TSAN/etc...)
 Build packages with stack smashing protector on by 
default



[gentoo-commits] proj/toolchain:master commit in: sys-devel/gcc/

2017-03-14 Thread Mike Frysinger
commit: 2314a154f673b51d2f7cc2c384d105dcde637d01
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 22:41:53 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 22:41:53 2017 +
URL:https://gitweb.gentoo.org/proj/toolchain.git/commit/?id=2314a154

gcc: drop old softfloat patch

No real need to keep around this old hack setup.

 sys-devel/gcc/gcc-4.0.2-r3.ebuild | 2 --
 sys-devel/gcc/gcc-4.0.3.ebuild| 2 --
 sys-devel/gcc/gcc-4.1.0-r1.ebuild | 2 --
 sys-devel/gcc/gcc-4.1.1-r3.ebuild | 2 --
 sys-devel/gcc/gcc-4.2.0.ebuild| 8 
 sys-devel/gcc/gcc-4.2.1.ebuild| 8 
 sys-devel/gcc/gcc-4.2.2.ebuild| 8 
 sys-devel/gcc/gcc-4.2.3.ebuild| 8 
 sys-devel/gcc/gcc-4.3.0.ebuild| 8 
 sys-devel/gcc/gcc-4.3.1-r1.ebuild | 8 
 sys-devel/gcc/gcc-4.3.2-r4.ebuild | 2 --
 sys-devel/gcc/gcc-4.3.3-r2.ebuild | 2 --
 sys-devel/gcc/gcc-4.3.4.ebuild| 2 --
 sys-devel/gcc/gcc-4.3.5.ebuild| 2 --
 sys-devel/gcc/gcc-4.4.0-r1.ebuild | 2 --
 sys-devel/gcc/gcc-4.4.1.ebuild| 2 --
 sys-devel/gcc/gcc-4.4.2.ebuild| 2 --
 sys-devel/gcc/gcc-4.4.3-r3.ebuild | 2 --
 sys-devel/gcc/gcc-4.4.4-r2.ebuild | 2 --
 sys-devel/gcc/gcc-4.4.5.ebuild| 2 --
 sys-devel/gcc/gcc-4.4.6-r1.ebuild | 2 --
 sys-devel/gcc/gcc-4.5.0.ebuild| 2 --
 22 files changed, 80 deletions(-)

diff --git a/sys-devel/gcc/gcc-4.0.2-r3.ebuild 
b/sys-devel/gcc/gcc-4.0.2-r3.ebuild
index 11e162a..a0f9121 100644
--- a/sys-devel/gcc/gcc-4.0.2-r3.ebuild
+++ b/sys-devel/gcc/gcc-4.0.2-r3.ebuild
@@ -24,6 +24,4 @@ src_prepare() {
 
# Fix cross-compiling
epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-cross-compile.patch
-
-   [[ ${CTARGET} == *-softfloat-* ]] && epatch 
"${FILESDIR}"/4.0.2/gcc-4.0.2-softfloat.patch
 }

diff --git a/sys-devel/gcc/gcc-4.0.3.ebuild b/sys-devel/gcc/gcc-4.0.3.ebuild
index 8c6e923..bc15d85 100644
--- a/sys-devel/gcc/gcc-4.0.3.ebuild
+++ b/sys-devel/gcc/gcc-4.0.3.ebuild
@@ -22,6 +22,4 @@ src_prepare() {
 
# Fix cross-compiling
epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-cross-compile.patch
-
-   [[ ${CTARGET} == *-softfloat-* ]] && epatch 
"${FILESDIR}"/4.0.2/gcc-4.0.2-softfloat.patch
 }

diff --git a/sys-devel/gcc/gcc-4.1.0-r1.ebuild 
b/sys-devel/gcc/gcc-4.1.0-r1.ebuild
index fe32e04..83ab6d0 100644
--- a/sys-devel/gcc/gcc-4.1.0-r1.ebuild
+++ b/sys-devel/gcc/gcc-4.1.0-r1.ebuild
@@ -21,6 +21,4 @@ src_prepare() {
 
# Fix cross-compiling
epatch "${FILESDIR}"/4.1.0/gcc-4.1.0-cross-compile.patch
-
-   [[ ${CTARGET} == *-softfloat-* ]] && epatch 
"${FILESDIR}"/4.0.2/gcc-4.0.2-softfloat.patch
 }

diff --git a/sys-devel/gcc/gcc-4.1.1-r3.ebuild 
b/sys-devel/gcc/gcc-4.1.1-r3.ebuild
index a25247f..6971b9e 100644
--- a/sys-devel/gcc/gcc-4.1.1-r3.ebuild
+++ b/sys-devel/gcc/gcc-4.1.1-r3.ebuild
@@ -24,7 +24,5 @@ src_prepare() {
# Fix cross-compiling
epatch "${FILESDIR}"/4.1.0/gcc-4.1.0-cross-compile.patch
 
-   [[ ${CTARGET} == *-softfloat-* ]] && epatch 
"${FILESDIR}"/4.0.2/gcc-4.0.2-softfloat.patch
-
epatch "${FILESDIR}"/4.1.0/gcc-4.1.0-fast-math-i386-Os-workaround.patch
 }

diff --git a/sys-devel/gcc/gcc-4.2.0.ebuild b/sys-devel/gcc/gcc-4.2.0.ebuild
index 7252f35..60448ce 100644
--- a/sys-devel/gcc/gcc-4.2.0.ebuild
+++ b/sys-devel/gcc/gcc-4.2.0.ebuild
@@ -15,11 +15,3 @@ DEPEND="${RDEPEND}
ppc? ( >=${CATEGORY}/binutils-2.17 )
ppc64? ( >=${CATEGORY}/binutils-2.17 )
>=${CATEGORY}/binutils-2.15.94"
-
-src_prepare() {
-   toolchain_src_prepare
-
-   use vanilla && return 0
-
-   [[ ${CTARGET} == *-softfloat-* ]] && epatch 
"${FILESDIR}"/4.0.2/gcc-4.0.2-softfloat.patch
-}

diff --git a/sys-devel/gcc/gcc-4.2.1.ebuild b/sys-devel/gcc/gcc-4.2.1.ebuild
index edb865b..f85d3ba 100644
--- a/sys-devel/gcc/gcc-4.2.1.ebuild
+++ b/sys-devel/gcc/gcc-4.2.1.ebuild
@@ -15,11 +15,3 @@ DEPEND="${RDEPEND}
ppc? ( >=${CATEGORY}/binutils-2.17 )
ppc64? ( >=${CATEGORY}/binutils-2.17 )
>=${CATEGORY}/binutils-2.15.94"
-
-src_prepare() {
-   toolchain_src_prepare
-
-   use vanilla && return 0
-
-   [[ ${CTARGET} == *-softfloat-* ]] && epatch 
"${FILESDIR}"/4.0.2/gcc-4.0.2-softfloat.patch
-}

diff --git a/sys-devel/gcc/gcc-4.2.2.ebuild b/sys-devel/gcc/gcc-4.2.2.ebuild
index edb865b..f85d3ba 100644
--- a/sys-devel/gcc/gcc-4.2.2.ebuild
+++ b/sys-devel/gcc/gcc-4.2.2.ebuild
@@ -15,11 +15,3 @@ DEPEND="${RDEPEND}
ppc? ( >=${CATEGORY}/binutils-2.17 )
ppc64? ( >=${CATEGORY}/binutils-2.17 )
>=${CATEGORY}/binutils-2.15.94"
-
-src_prepare() {
-   toolchain_src_prepare
-
-   use vanilla && return 0
-
-   [[ ${CTARGET} == *-softfloat-* ]] && epatch 
"${FILESDIR}"/4.0.2/gcc-4.0.2-softfloat.patch
-}

diff --git a/sys-devel/gcc/gcc-4.2.3.ebuild b/sys-devel/gcc/gcc-4.2.3.ebuild
index edb865b..f85d3ba 100644
--- a/sys-devel/gcc/gcc-4.2.3.ebuild
+++ b/sys-devel/gcc/gcc-4.2.3.ebuild
@@ -15,11 +15,3 @@ DEPEND="${RDEPEND}

[gentoo-commits] proj/toolchain:master commit in: sys-devel/gcc/

2017-03-14 Thread Mike Frysinger
commit: 068256821fd4cf91b887e5fe42c2356cb0f08bc6
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 22:29:24 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 22:29:24 2017 +
URL:https://gitweb.gentoo.org/proj/toolchain.git/commit/?id=06825682

gcc: move old 5.[123] versions from the main tree

 sys-devel/gcc/Manifest | 12 
 sys-devel/gcc/gcc-5.1.0.ebuild | 44 ++
 sys-devel/gcc/gcc-5.2.0.ebuild | 44 ++
 sys-devel/gcc/gcc-5.3.0.ebuild | 44 ++
 4 files changed, 144 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index a42488b..4933565 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -163,6 +163,18 @@ DIST gcc-5-20160209.tar.bz2 91329592 SHA256 
d3131089a6cab19edd9d71bab0d1f0daa3a4
 DIST gcc-5-20160216.tar.bz2 91242598 SHA256 
ff4673af50c5855d1eeec688d15dd9b56c544b0102cfba82a0dd0c0906138c22 SHA512 
483f93f75106ba4bfea2f619d9c813ed86c1d248c8e879054a3d8ffe44dc09e8e9d0489b09d15b96a379cbc748efcfa164f4ca399f34a274c3bfdc53aa8be85c
 WHIRLPOOL 
8d2ca9da22b2662990227c68ba5ab04830b7df1e8af502e7672fc876946d24cf4d828dc67084fc33b67a2f8c5cb5fb94ca4777fd72997638f37ea141e5cfc0bd
 DIST gcc-5-20160223.tar.bz2 91236034 SHA256 
15a26f2996d93e8dd9166e213fb7abf9ecb612183e6357f97b650f8604c90406 SHA512 
aec44e8dc0ae670db558cf518cf0c187f6e12cb1e1d0328c833a0032d2725fa279c1d6c419bdb3c0ef87530b9a5f06efce027681eb45c7e220c6111680d28e66
 WHIRLPOOL 
550d9254f0eceac35f1c102e853d44fa22cca778d9129283712a926a2b4dd4c39c1458abbee23644864d9ad99f0a057775773f2ae37f384d8c892012e245fc70
 DIST gcc-5-20160301.tar.bz2 91241853 SHA256 
1a440ae36e58b4b3054a8fd8d06e6431e9b5306d89c650e9d396a6cf917ba7d4 SHA512 
01f2ade70a1a3a07d713baa305999e96ac523241daf558f5837527a0b8b3d678d2327e96bd3d0842dcc8da378434bbd5b384e8572f3c3bf07336b34a5c39a50b
 WHIRLPOOL 
5ec383708bbaeed7d5b7d213f8983736ffd4e22f594bbed75995d7fb96beca8593679e2de26a6cc4a9fb58dceb7cad03df62177e573e79882a7177fd6e92c8dc
+DIST gcc-5.1.0-patches-1.2.tar.bz2 23076 SHA256 
151ac719599fd7b8bd9663e2f105fdd4a082411729c81fd38efb0f9724bf6b7d SHA512 
eb509e25c0f4fe2d1b3d8dd191efbbd9336c899d1615d057bf68390ecbbf3e208e9ef8a89c0d225961fa9adff9577c6bfe84362b2b871fa59636a0c9d0799d44
 WHIRLPOOL 
1882b9b4de8ec49a38e0d3222fdae75a5c73c1e846e7fe88b2cea75a64359f6787881ee7126a338d604673a0c2214384600d2746f723017fe4c87d0421909582
+DIST gcc-5.1.0-piepatches-v0.6.4.tar.bz2 14504 SHA256 
9006fedb3b6c7eb92cd7eb7e65ac6d7d15b390086b75c53ef663cb647bc50689 SHA512 
1b633bf017fb24047538e46a39ff85235849cc6f7394bb1798193f971746ab598a343ee997bbc2663dfa7860016fa1aff4e1a70e3f52465edf6a77b57327cfc0
 WHIRLPOOL 
a2441860443a4a7436fe1a61d161a94d6037b92ac76ee558115020c91774b8bf126771cce45d946123c7a40f3eb8d4da13563f90f4564b78bcbbe42b64469084
+DIST gcc-5.1.0-uclibc-patches-1.0.tar.bz2 2531 SHA256 
1e8557d6b9952ff3e16d16b11b8e5dbae33bd37539d24d771436a7dc3a6e948f SHA512 
e90aa58111368d5e6fbeb4818ecf5485ea4cefe5f3c4906c207c977b93e2b182f26987e955d03f988f59e5f056cdd71dde65f50ddb9909f8d1fac92383a3a6cf
 WHIRLPOOL 
bc04762db9b1324bd837c1e3fe440f787a7e38dae0e7eee099eefadda6a927f894246586608520a11fab138ffc825084b9d03e6e2065f8860accc2d3c803d778
+DIST gcc-5.1.0.tar.bz2 94954411 SHA256 
b7dafdf89cbb0e20333dbf5b5349319ae06e3d1a30bf3515b5488f7e89dca5ad SHA512 
30f6a94d3adb25bc51fcaddf32a6c41429f569eeb9ed64330445b1296f8fbfa03277b375be4f7b2b80f519910ef88e4149db7cd9031e2c61a49f501bde94
 WHIRLPOOL 
c824ab1b4a801d11ca184ab93b3d7ec195dc0d869204cda08d6239b22832b597431f7eac3e22ffb1f13c2e4a6ef85edb3a954ad5b7754c447aa3fa6fccc21e63
+DIST gcc-5.2.0-patches-1.3.tar.bz2 23374 SHA256 
00b9118ebe2e8492ef3c58d9c17ff825390eb3fbd5d07f4c67636a8777f7a7ac SHA512 
8f81634de21a6f1e6b734586d8bdd8df395e7ea0d27f035d19c7dce2283a27de2c17c3f06f05b6194c5cae7381449befa37fefb31c1c961c9893dec1b02617ef
 WHIRLPOOL 
9bb6c824c1f8c73a4c344c59fae1f48a8e91513a43793e3dfcff35ed62a5f1156869f1e85da7cd81dcd2360ce339c7bdc9ecbd1a2475ca9f57b7f6123667d6d2
+DIST gcc-5.2.0-piepatches-v0.6.5.tar.bz2 14538 SHA256 
b9595a324e798af026818803cd5f315f15ccb4914d35c995ab28232e6ba6cdc6 SHA512 
0b3f97a8bbf269cb9c2114db030fa07b20c3266bb7fe3a4442d099497459e28a6f3ba00561c7675b0078b313cfdec56df00dac96bd9f8d0467a40d7fe6dd56a4
 WHIRLPOOL 
d7dc26c102831d51e4005026f4f59d185a76d66bd6e14ba81b50c1639d638c8e213c1c17682074dd486d815d7ed2d9611f91d405f1719ffd82b20c9c9ed74f56
+DIST gcc-5.2.0-uclibc-patches-1.0.tar.bz2 2540 SHA256 
ea39ee6ec3453039884c5e2bdfadc5a2848c8e7e72b5e4e54987a75808efac5d SHA512 
50ff10d7dd1830a82fe7b35d28b626ab78a6c30c719a8a4940acf04b64269f5a6e3aa71bb3ea5a2aec17f898c10f30b4a29570ce23d3b996c52b4bc5c451f8eb
 WHIRLPOOL 
b200b0dca6485e2485d64cc4fd6896be0aee2727ee4a524b4411cf5d8b22fe5788615ecb162f5dd263822c1cdecf0959ea134ad10a19750ee78874e24b518a47
+DIST gcc-5.2.0.tar.bz2 95221552 SHA256 
5f835b04b5f7dd4f4d2dc96190ec1621b8d89f2dc6f638f9f8bc1b1014ba8cad SHA512 

[gentoo-commits] proj/toolchain:master commit in: sys-devel/gcc/

2017-03-14 Thread Mike Frysinger
commit: 6762647b2539202d54e6dbfc3b9aa12b6c7ab708
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 22:39:59 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 22:39:59 2017 +
URL:https://gitweb.gentoo.org/proj/toolchain.git/commit/?id=6762647b

gcc: drop old notice

 sys-devel/gcc/gcc-4.0.0.ebuild | 9 -
 1 file changed, 9 deletions(-)

diff --git a/sys-devel/gcc/gcc-4.0.0.ebuild b/sys-devel/gcc/gcc-4.0.0.ebuild
index 1ffca32..e491027 100644
--- a/sys-devel/gcc/gcc-4.0.0.ebuild
+++ b/sys-devel/gcc/gcc-4.0.0.ebuild
@@ -14,12 +14,3 @@ KEYWORDS=""
 RDEPEND=""
 DEPEND="${RDEPEND}
>=sys-devel/binutils-2.15.97"
-
-pkg_postinst() {
-   toolchain_pkg_postinst
-
-   einfo "This gcc-4 ebuild is provided for your convenience, and the use"
-   einfo "of this compiler is not supported by the Gentoo Developers."
-   einfo "Please file bugs related to gcc-4 with upstream developers."
-   einfo "Compiler bugs should be filed at http://gcc.gnu.org/bugzilla/;
-}



[gentoo-commits] proj/toolchain:master commit in: sys-devel/gcc/

2017-03-14 Thread Mike Frysinger
commit: 4cb391bf3c7c60fedbb2f7520a13231ea54fe2df
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 22:43:42 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 22:43:42 2017 +
URL:https://gitweb.gentoo.org/proj/toolchain.git/commit/?id=4cb391bf

gcc: drop old eutils/multilib inherits

These are either unused, or the toolchain eclass provides for us.

 sys-devel/gcc/gcc-4.1.0_alpha20080630.ebuild | 2 +-
 sys-devel/gcc/gcc-4.10.0_pre.ebuild  | 2 +-
 sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild | 2 +-
 sys-devel/gcc/gcc-4.3.0_alpha20110626.ebuild | 2 +-
 sys-devel/gcc/gcc-4.4.0_alpha20120306.ebuild | 2 +-
 sys-devel/gcc/gcc-4.5.0_alpha20120628.ebuild | 2 +-
 sys-devel/gcc/gcc-4.5.1-r1.ebuild| 2 +-
 sys-devel/gcc/gcc-4.5.2.ebuild   | 2 +-
 sys-devel/gcc/gcc-4.5.3-r2.ebuild| 2 +-
 sys-devel/gcc/gcc-4.6.0.ebuild   | 2 +-
 sys-devel/gcc/gcc-4.6.0_alpha20130405.ebuild | 2 +-
 sys-devel/gcc/gcc-4.6.1-r1.ebuild| 2 +-
 sys-devel/gcc/gcc-4.6.2.ebuild   | 2 +-
 sys-devel/gcc/gcc-4.6.3.ebuild   | 2 +-
 sys-devel/gcc/gcc-4.7.0.ebuild   | 2 +-
 sys-devel/gcc/gcc-4.7.0_alpha20140607.ebuild | 2 +-
 sys-devel/gcc/gcc-4.7.1.ebuild   | 2 +-
 sys-devel/gcc/gcc-4.7.2-r1.ebuild| 2 +-
 sys-devel/gcc/gcc-4.7.3-r1.ebuild| 2 +-
 sys-devel/gcc/gcc-4.8.0.ebuild   | 2 +-
 sys-devel/gcc/gcc-4.8.0_alpha20150611.ebuild | 2 +-
 sys-devel/gcc/gcc-4.8.1-r1.ebuild| 2 +-
 sys-devel/gcc/gcc-4.8.2.ebuild   | 2 +-
 sys-devel/gcc/gcc-4.8.3.ebuild   | 2 +-
 sys-devel/gcc/gcc-4.8.4.ebuild   | 2 +-
 sys-devel/gcc/gcc-4.8.4_pre.ebuild   | 2 +-
 sys-devel/gcc/gcc-4.9.0.ebuild   | 2 +-
 sys-devel/gcc/gcc-4.9.0_alpha20160106.ebuild | 2 +-
 sys-devel/gcc/gcc-4.9.0_alpha20160113.ebuild | 2 +-
 sys-devel/gcc/gcc-4.9.0_alpha20160120.ebuild | 2 +-
 sys-devel/gcc/gcc-4.9.0_alpha20160127.ebuild | 2 +-
 sys-devel/gcc/gcc-4.9.0_alpha20160203.ebuild | 2 +-
 sys-devel/gcc/gcc-4.9.0_alpha20160210.ebuild | 2 +-
 sys-devel/gcc/gcc-4.9.0_alpha20160217.ebuild | 2 +-
 sys-devel/gcc/gcc-4.9.0_alpha20160224.ebuild | 2 +-
 sys-devel/gcc/gcc-4.9.0_alpha20160302.ebuild | 2 +-
 sys-devel/gcc/gcc-4.9.1.ebuild   | 2 +-
 sys-devel/gcc/gcc-4.9.1_pre.ebuild   | 2 +-
 sys-devel/gcc/gcc-4.9.2.ebuild   | 2 +-
 sys-devel/gcc/gcc-5.0.0_alpha20160105.ebuild | 2 +-
 sys-devel/gcc/gcc-5.0.0_alpha20160112.ebuild | 2 +-
 sys-devel/gcc/gcc-5.0.0_alpha20160119.ebuild | 2 +-
 sys-devel/gcc/gcc-5.0.0_alpha20160126.ebuild | 2 +-
 sys-devel/gcc/gcc-5.0.0_alpha20160202.ebuild | 2 +-
 sys-devel/gcc/gcc-5.0.0_alpha20160209.ebuild | 2 +-
 sys-devel/gcc/gcc-5.0.0_alpha20160216.ebuild | 2 +-
 sys-devel/gcc/gcc-5.0.0_alpha20160223.ebuild | 2 +-
 sys-devel/gcc/gcc-5.0.0_alpha20160301.ebuild | 2 +-
 sys-devel/gcc/gcc-6.0.0_alpha20160103.ebuild | 2 +-
 sys-devel/gcc/gcc-6.0.0_alpha20160110.ebuild | 2 +-
 sys-devel/gcc/gcc-6.0.0_alpha20160117.ebuild | 2 +-
 sys-devel/gcc/gcc-6.0.0_alpha20160124.ebuild | 2 +-
 sys-devel/gcc/gcc-6.0.0_alpha20160131.ebuild | 2 +-
 sys-devel/gcc/gcc-6.0.0_alpha20160207.ebuild | 2 +-
 sys-devel/gcc/gcc-6.0.0_alpha20160214.ebuild | 2 +-
 sys-devel/gcc/gcc-6.0.0_alpha20160221.ebuild | 2 +-
 sys-devel/gcc/gcc-6.0.0_alpha20160228.ebuild | 2 +-
 sys-devel/gcc/gcc-6.0.0_alpha20160306.ebuild | 2 +-
 58 files changed, 58 insertions(+), 58 deletions(-)

diff --git a/sys-devel/gcc/gcc-4.1.0_alpha20080630.ebuild 
b/sys-devel/gcc/gcc-4.1.0_alpha20080630.ebuild
index 2d96a4d..6aa6b7c 100644
--- a/sys-devel/gcc/gcc-4.1.0_alpha20080630.ebuild
+++ b/sys-devel/gcc/gcc-4.1.0_alpha20080630.ebuild
@@ -4,7 +4,7 @@
 EAPI="5"
 GCC_FILESDIR="${PORTDIR}/sys-devel/gcc/files"
 
-inherit eutils toolchain
+inherit toolchain
 
 KEYWORDS=""
 

diff --git a/sys-devel/gcc/gcc-4.10.0_pre.ebuild 
b/sys-devel/gcc/gcc-4.10.0_pre.ebuild
index fa5c43a..6b82425 100644
--- a/sys-devel/gcc/gcc-4.10.0_pre.ebuild
+++ b/sys-devel/gcc/gcc-4.10.0_pre.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
 GCC_FILESDIR="${PORTDIR}/sys-devel/gcc/files"
 gcc_LIVE_BRANCH="master"
 
-inherit multilib toolchain
+inherit toolchain
 
 KEYWORDS=""
 

diff --git a/sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild 
b/sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild
index 2d96a4d..6aa6b7c 100644
--- a/sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild
+++ b/sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild
@@ -4,7 +4,7 @@
 EAPI="5"
 GCC_FILESDIR="${PORTDIR}/sys-devel/gcc/files"
 
-inherit eutils toolchain
+inherit toolchain
 
 KEYWORDS=""
 

diff --git a/sys-devel/gcc/gcc-4.3.0_alpha20110626.ebuild 
b/sys-devel/gcc/gcc-4.3.0_alpha20110626.ebuild
index 2d96a4d..6aa6b7c 100644
--- a/sys-devel/gcc/gcc-4.3.0_alpha20110626.ebuild
+++ b/sys-devel/gcc/gcc-4.3.0_alpha20110626.ebuild
@@ -4,7 +4,7 @@
 EAPI="5"
 GCC_FILESDIR="${PORTDIR}/sys-devel/gcc/files"
 
-inherit eutils 

[gentoo-commits] proj/toolchain:master commit in: sys-devel/gcc/

2017-03-14 Thread Mike Frysinger
commit: c0a2c3677f32cd7e75143d35f77873530ddde258
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 22:33:02 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 22:33:02 2017 +
URL:https://gitweb.gentoo.org/proj/toolchain.git/commit/?id=c0a2c367

gcc: migrate all ebuilds to EAPI=5

 sys-devel/gcc/gcc-4.0.0.ebuild| 2 +-
 sys-devel/gcc/gcc-4.0.2-r3.ebuild | 6 +++---
 sys-devel/gcc/gcc-4.0.3.ebuild| 6 +++---
 sys-devel/gcc/gcc-4.1.0-r1.ebuild | 6 +++---
 sys-devel/gcc/gcc-4.1.1-r3.ebuild | 6 +++---
 sys-devel/gcc/gcc-4.2.0.ebuild| 6 +++---
 sys-devel/gcc/gcc-4.2.1.ebuild| 6 +++---
 sys-devel/gcc/gcc-4.2.2.ebuild| 6 +++---
 sys-devel/gcc/gcc-4.2.3.ebuild| 6 +++---
 sys-devel/gcc/gcc-4.3.0.ebuild| 6 +++---
 sys-devel/gcc/gcc-4.3.1-r1.ebuild | 6 +++---
 sys-devel/gcc/gcc-4.3.2-r4.ebuild | 6 +++---
 sys-devel/gcc/gcc-4.3.3-r2.ebuild | 6 +++---
 sys-devel/gcc/gcc-4.3.4.ebuild| 6 +++---
 sys-devel/gcc/gcc-4.3.5.ebuild| 6 +++---
 sys-devel/gcc/gcc-4.4.0-r1.ebuild | 6 +++---
 sys-devel/gcc/gcc-4.4.1.ebuild| 6 +++---
 sys-devel/gcc/gcc-4.4.2.ebuild| 6 +++---
 sys-devel/gcc/gcc-4.4.3-r3.ebuild | 6 +++---
 sys-devel/gcc/gcc-4.4.4-r2.ebuild | 6 +++---
 sys-devel/gcc/gcc-4.4.5.ebuild| 6 +++---
 sys-devel/gcc/gcc-4.4.6-r1.ebuild | 6 +++---
 sys-devel/gcc/gcc-4.5.0.ebuild| 6 +++---
 sys-devel/gcc/gcc-4.5.1-r1.ebuild | 2 +-
 sys-devel/gcc/gcc-4.5.2.ebuild| 2 +-
 sys-devel/gcc/gcc-4.5.3-r2.ebuild | 2 +-
 sys-devel/gcc/gcc-4.6.0.ebuild| 2 +-
 sys-devel/gcc/gcc-4.6.1-r1.ebuild | 2 +-
 sys-devel/gcc/gcc-4.6.2.ebuild| 2 +-
 sys-devel/gcc/gcc-4.6.3.ebuild| 2 +-
 sys-devel/gcc/gcc-4.7.3-r1.ebuild | 2 +-
 sys-devel/gcc/gcc-4.8.3.ebuild| 2 +-
 sys-devel/gcc/gcc-4.8.4.ebuild| 2 +-
 sys-devel/gcc/gcc-4.9.0.ebuild| 2 +-
 sys-devel/gcc/gcc-4.9.1.ebuild| 2 +-
 sys-devel/gcc/gcc-4.9.2.ebuild| 2 +-
 sys-devel/gcc/gcc-5.1.0.ebuild| 2 +-
 sys-devel/gcc/gcc-5.2.0.ebuild| 2 +-
 sys-devel/gcc/gcc-5.3.0.ebuild| 2 +-
 39 files changed, 83 insertions(+), 83 deletions(-)

diff --git a/sys-devel/gcc/gcc-4.0.0.ebuild b/sys-devel/gcc/gcc-4.0.0.ebuild
index fbf039b..7c72d3e 100644
--- a/sys-devel/gcc/gcc-4.0.0.ebuild
+++ b/sys-devel/gcc/gcc-4.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.0.0.ebuild,v 1.7 
2005/07/08 19:07:22 eradicator dead $
 
-EAPI="2"
+EAPI="5"
 
 PATCH_VER="1.1"
 UCLIBC_VER="1.0"

diff --git a/sys-devel/gcc/gcc-4.0.2-r3.ebuild 
b/sys-devel/gcc/gcc-4.0.2-r3.ebuild
index 97af6ce..da1221a 100644
--- a/sys-devel/gcc/gcc-4.0.2-r3.ebuild
+++ b/sys-devel/gcc/gcc-4.0.2-r3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.0.2-r3.ebuild,v 
1.20 2006/12/30 11:33:36 vapier dead $
 
-EAPI="2"
+EAPI="5"
 
 PATCH_VER="1.6"
 PATCH_GCC_VER="4.0.2"
@@ -18,8 +18,8 @@ RDEPEND=""
 DEPEND="${RDEPEND}
>=${CATEGORY}/binutils-2.15.94"
 
-src_unpack() {
-   toolchain_src_unpack
+src_prepare() {
+   toolchain_src_prepare
 
use vanilla && return 0
 

diff --git a/sys-devel/gcc/gcc-4.0.3.ebuild b/sys-devel/gcc/gcc-4.0.3.ebuild
index 20ba64e..343bc57 100644
--- a/sys-devel/gcc/gcc-4.0.3.ebuild
+++ b/sys-devel/gcc/gcc-4.0.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.0.3.ebuild,v 1.15 
2008/04/18 18:47:51 vapier dead $
 
-EAPI="2"
+EAPI="5"
 
 PATCH_VER="1.3"
 UCLIBC_VER="1.0"
@@ -16,8 +16,8 @@ RDEPEND=""
 DEPEND="${RDEPEND}
>=${CATEGORY}/binutils-2.15.94"
 
-src_unpack() {
-   toolchain_src_unpack
+src_prepare() {
+   toolchain_src_prepare
 
use vanilla && return 0
 

diff --git a/sys-devel/gcc/gcc-4.1.0-r1.ebuild 
b/sys-devel/gcc/gcc-4.1.0-r1.ebuild
index 68a7058..e25596a 100644
--- a/sys-devel/gcc/gcc-4.1.0-r1.ebuild
+++ b/sys-devel/gcc/gcc-4.1.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.1.0-r1.ebuild,v 
1.17 2009/02/15 23:12:46 vapier dead $
 
-EAPI="2"
+EAPI="5"
 
 PATCH_VER="1.8"
 UCLIBC_VER="1.1"
@@ -15,8 +15,8 @@ RDEPEND=""
 DEPEND="${RDEPEND}
>=${CATEGORY}/binutils-2.15.94"
 
-src_unpack() {
-   toolchain_src_unpack
+src_prepare() {
+   toolchain_src_prepare
 
use vanilla && return 0
 

diff --git a/sys-devel/gcc/gcc-4.1.1-r3.ebuild 
b/sys-devel/gcc/gcc-4.1.1-r3.ebuild
index 3894a86..cd0810a 100644
--- a/sys-devel/gcc/gcc-4.1.1-r3.ebuild
+++ b/sys-devel/gcc/gcc-4.1.1-r3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.1.1-r3.ebuild,v 
1.17 2008/04/18 18:47:51 vapier dead $
 
-EAPI="2"
+EAPI="5"
 
 

[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/, www-client/chromium/files/

2017-03-14 Thread Mike Gilbert
commit: 75bcee6374e78a3dccfd5bd61739a7829b425d42
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Mar 14 22:31:55 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Mar 14 22:34:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75bcee63

www-client/chromium: remove old

Package-Manager: Portage-2.3.3_p79, Repoman-2.3.1_p72

 www-client/chromium/Manifest   |   3 -
 .../chromium/chromium-56.0.2924.76-r1.ebuild   | 639 
 www-client/chromium/chromium-57.0.2987.54.ebuild   | 644 -
 www-client/chromium/chromium-57.0.2987.74.ebuild   | 644 -
 .../chromium/files/chromium-54-ffmpeg2compat.patch |  27 -
 www-client/chromium/files/chromium-56-gcc4.patch   |  48 --
 .../chromium/files/chromium-glibc-2.24.patch   |  15 -
 .../chromium/files/chromium-gn-bootstrap-ld.patch  |  29 -
 .../chromium/files/chromium-gn-bootstrap-r1.patch  |  90 ---
 www-client/chromium/files/chromium-icu-58.patch| 136 -
 .../chromium/files/chromium-system-jinja-r14.patch |  31 -
 11 files changed, 2306 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 76a6fba7624..6ef2d5d8581 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,6 +1,3 @@
-DIST chromium-56.0.2924.76.tar.xz 513487700 SHA256 
cfb08e226b9c16ad887eb96d715a9cc4ab097d1a79e2e68c8749a7a4164b3c38 SHA512 
ddcb2f0c76bdad3b87dc9219367764cb9adb900d7581dc5a371184ebfe2581f6ecbfc9aae02115e87291a5b90587fc145dada2b0940ae60fc19d25f5c505022d
 WHIRLPOOL 
db244681d9b1e325179328a64fb46ffb7a2492b48bafc327500ef491a676d3783cdf4ba400283c0c7a505958d376f784c35d28f4418557d6ba4cdd6bcf2cd5e9
-DIST chromium-57.0.2987.54.tar.xz 525225120 SHA256 
7d9ffddf497184e209e16175f952e1ad3783b277189f34e650ee2eba20475be1 SHA512 
6c4ff6f228a910fbc73d7781fcc4fddd41bd758e57030efeb3fabbe660e5f4fa33aed2a899ce8f6c345bf4417bb8f65ca95fc882cd907c31cd4cc9f5034c2c8b
 WHIRLPOOL 
2649c3f9018e3479008f2ca6e83285b0036194c8671e2feb62a9643efec9a38803709ab09982be39ab4fea89a53b5168651dfa1083b74bc93b95a2bc49f49055
-DIST chromium-57.0.2987.74.tar.xz 525264968 SHA256 
5ff17f10372f11107c6ceabcf1e1382cb8e2e9a345537d1c9d1935f1b7c27dd4 SHA512 
e5ae6e65cb6dadae72ee56c16951f62482a34582d1482e47f8c211b2f95e4554d8550080c48133119506ce29b35b0b59ca2ad7c4ce96e5ad734614cba73bb8c7
 WHIRLPOOL 
521c11fb8d5c764abd49c832ad95bc3d04e94ff17d9ae6472949f6b136c3a2c1280edecce2e1c398970c1918da4afe28eba868bd65308dc24d44ae2502429dd4
 DIST chromium-57.0.2987.98.tar.xz 525286840 SHA256 
16b5ecf70fcab8476231636ec20f5415897781b01ed21640283cb358322f792d SHA512 
10b832e1cb3693899499080d62f7b9162dd807308b9228b1aeebf0f3481db85d301fcce16cbc089909f4cd08f77205805c7215127415ab2679d15e5dcb87a912
 WHIRLPOOL 
372dae1469374a156be7343042d48fa27fafcd1007bc64954f88dbb021a793c4ef90ec69b83965ca0b10aa85b0b39d490cd9d106251796184a779ce559ff087d
 DIST chromium-58.0.3029.14.tar.xz 509043400 SHA256 
b7a02ec45d61516552f7377bd066ee1d77a4ededc03c4c53c18373797dc8d8c4 SHA512 
b84c422965c694eee4159bd4f8c102fda5e7d8012adf195c2882f9ef3030a0433fac666de85bfcdd4e635d82a57dfa9f3d4e8000dfb8ada2e068348190a4524c
 WHIRLPOOL 
dc47733b3344f58fa1a3bc3f1dcac5088d9bbfcffa1c395547ff42367d2164f51cced3f9ad4afc7157834339dbe3fbe6790c835345533c917013770fe11ebec7
 DIST chromium-58.0.3029.19.tar.xz 509050504 SHA256 
ffe5b52faf219bee7675460ac56b3d62a3ee9fd2001f4a854224a1445b8af5e6 SHA512 
b1780d4920d14e4861b5e5895accf49d7b65d49345ec243d7d1042ca1d0246cb3b4fcfa383ea3a6ef9a2145bc526be71286af156051a058f4f699b64cce772cb
 WHIRLPOOL 
e5e57370aa06ef8ef7b1e923f684148a1035dc3c4282e6a327cbe4f6e7a472ed724e5c4edb3e5ea91ed3620ea6a9d9f23c5ddb52246ff840b7997e3b00bebc8a

diff --git a/www-client/chromium/chromium-56.0.2924.76-r1.ebuild 
b/www-client/chromium/chromium-56.0.2924.76-r1.ebuild
deleted file mode 100644
index 54cc5a2dce7..000
--- a/www-client/chromium/chromium-56.0.2924.76-r1.ebuild
+++ /dev/null
@@ -1,639 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-
-CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
-   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
-   sv sw ta te th tr uk vi zh-CN zh-TW"
-
-inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib 
multiprocessing pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs versionator virtualx xdg-utils
-
-DESCRIPTION="Open-source version of Google Chrome web browser"
-HOMEPAGE="http://chromium.org/;
-SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="cups gnome gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
-RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) 

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

2017-03-14 Thread Davide Pesavento
commit: b8aef6d2458bd490c9c79bc7d0215847bd0daf35
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Mar 14 22:32:58 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Mar 14 22:33:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8aef6d2

dev-util/qbs: remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-util/qbs/Manifest |   2 -
 dev-util/qbs/qbs-1.5.2.ebuild | 111 --
 dev-util/qbs/qbs-1.6.1.ebuild | 111 --
 3 files changed, 224 deletions(-)

diff --git a/dev-util/qbs/Manifest b/dev-util/qbs/Manifest
index 795f3b286cb..8c5808a3cae 100644
--- a/dev-util/qbs/Manifest
+++ b/dev-util/qbs/Manifest
@@ -1,4 +1,2 @@
 DIST qbs-src-1.4.5.tar.gz 825278 SHA256 
f0089b422610cd57d517b146447cd4b45c9f4c4e72797116e3d27472a9cf0d19 SHA512 
ed8c75889f44df782ce3b2ca74d3a7b012ff57f765bd8ecc3ca783b5aaa5152d3c13279d6f75417579b9d2ab52e959c1f040c01713b3683b8639501e2880485a
 WHIRLPOOL 
2607ee9e6c2eb1705a8558d1f4023dc6db865d8f7bdbbc4857f44d42243d9ebbad34b95acb51305c1f5a955afd4b87df98a4bc4e5274c1c8562138f32f0c44ca
-DIST qbs-src-1.5.2.tar.gz 902972 SHA256 
059b4f64c1f599379a17bbf859dd9658fafe8cb2b65b31634974ff1c381928c1 SHA512 
80aa32a4951703bf08f217c216006b057c3c866e5f10cda687714edadb39a8316b63866a493bb947093bb55406ab38269b46bc2ce2e9e09629a68b2e57440d70
 WHIRLPOOL 
0545aef4a14f804a00287cd6aa9f5a0d9139857badfd5169f541fd9a980a78938956936ed1faaf070f00febafd54b35983af3f5e10ba2209b2c538bcb99b43b3
-DIST qbs-src-1.6.1.tar.gz 934229 SHA256 
72bbba4ac0ede177df52e44e79692752016ecd1c26b9ae86c76b0df1e18cbb10 SHA512 
6ccece4d2be457fb4a476cc134fcb997dc74d2d64b2a78ad281a618407f045562ef44257cebba05ff4cc0cfe019f6b4ba83096f2b76a7633aa78039c1dca6b7a
 WHIRLPOOL 
928085e54826bb2f7f5e74c78fb392901c73a093115f733b8682a447d39479f08294483e288d3beb77963730f065961b6b1c2fcf3c2a4dd556677d7a7cb1360d
 DIST qbs-src-1.7.0.tar.gz 992213 SHA256 
a7271e35f35c015f6deda3bf5b614031019018572cebb9904920f251b583c3ef SHA512 
cab913d07be30d147851c9b439cf5b292d4ef92cd0dc23ba184b4f6c476c0d94412581cff79eb7f5525cbb5b940bbe1318f292a585d591124702a1acc863087f
 WHIRLPOOL 
e107b2b2a1f233fe2fbb77ebdd31bdf6130ada26a29b4094f6d92cd6cb44039af035791db1830f65b37093529e056f7e1fb80d5b6be74f624992a6bb5ee5f7f6

diff --git a/dev-util/qbs/qbs-1.5.2.ebuild b/dev-util/qbs/qbs-1.5.2.ebuild
deleted file mode 100644
index 5f4b6e25c99..000
--- a/dev-util/qbs/qbs-1.5.2.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-MY_P=${PN}-src-${PV}
-
-DESCRIPTION="Cross-platform build tool"
-HOMEPAGE="https://wiki.qt.io/Qbs;
-SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz;
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc examples test"
-
-# see bug 581874 for the qttest dep in RDEPEND
-RDEPEND="
-   dev-qt/qtcore:5=
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtscript:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   test? ( dev-qt/qttest:5 )
-"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-qt/qdoc:5
-   dev-qt/qthelp:5
-   )
-   test? ( dev-qt/qtdeclarative:5 )
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   default
-
-   if ! use examples; then
-   sed -i -e '/INSTALLS +=/ s:examples::' static.pro || die
-   fi
-
-   if use test; then
-   sed -i -e '/SUBDIRS =/ s:=.*:= auto:' tests/tests.pro || die
-   else
-   sed -i -e '/SUBDIRS =/ d' tests/tests.pro || die
-   fi
-
-   # skip several tests that fail and/or have additional deps
-   sed -i \
-   -e 's/findArchiver("7z")/""/'   `# requires p7zip, 
fails` \
-   -e 's/findArchiver(binaryName,.*/"";/'  `# requires zip and 
jar` \
-   -e 's/p\.value("java\./true||&/'`# requires jdk, fails, 
bug 585398` \
-   -e 's/!haveMakeNsis/true/'  `# requires nsis` \
-   -e 's/!haveWiX(profile)/true/'  `# requires wix` \
-   -e 's/p\.value("nodejs\./true||&/'  `# requires nodejs, bug 
527652` \
-   -e 
's/\(p\.value\|m_qbsStderr\.contains\)("typescript\./true||&/' `# requires 
nodejs and typescript` \
-   tests/auto/blackbox/tst_blackbox.cpp || die
-}
-
-src_configure() {
-   local myqmakeargs=(
-   qbs.pro # bug 523218
-   -recursive
-   CONFIG+=qbs_disable_rpath
-   CONFIG+=qbs_enable_project_file_updates
-   $(usex test 'CONFIG+=qbs_enable_unit_tests' '')
-   QBS_INSTALL_PREFIX="${EPREFIX}/usr"
-   QBS_LIBRARY_DIRNAME="$(get_libdir)"
-   )
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_test() {
-   einfo "Setting up test environment in ${T}"
-
-   

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

2017-03-14 Thread Mike Gilbert
commit: 3ba9a55b45070598c7b6c328a794f6472130ad80
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Mar 14 22:30:07 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Mar 14 22:30:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba9a55b

www-plugins/chrome-binary-plugins: automated update (58.0.3029.19)

Package-Manager: Portage-2.3.3_p79, Repoman-2.3.1_p72

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

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 7756afa61f8..78637bbeca2 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_57.0.2987.98-1_amd64.deb 50108126 SHA256 
dc8ffc43541178d21ebfb2e970a960fcaa4f6b2d9d49c0df0775abc3e48ea937 SHA512 
f1c8d54f9403415ecb615d0f943b1dc23e5587b44b00b9fe7f763679093f2910ade5c5a888c4774623b1086fb6aeb0f493a951018c21245574ff15bcdaeb877e
 WHIRLPOOL 
9bf4b402d5c43804ecf2d176868b54c3635efd4339da08e9523bda3df902606620363f025707fba7a0f2a801deeedb0a356877d8f8726f172333029e991f4560
 DIST google-chrome-stable_57.0.2987.98-1_amd64.deb 47320946 SHA256 
888ce70f3b1eeb90abdb53b3f81a14ca5db0bc71d611272f417238ad5cbd48e3 SHA512 
72cc428a3979cadb2db8b3d2aada2001fb5f1e2e14865100bf8c350a876cbc13c4596f8ca0fff05aec027b3e57915c4994ba46f6612685682c384ead341d56e8
 WHIRLPOOL 
1bbeb1b5c40a65510b83417abbff551fb268f207f7286b018ce02e21d1fc080479aac0e1248fac16a8d34f557de9255d5d17eae32fb6d91656bb62b29db77136
-DIST google-chrome-unstable_58.0.3029.14-1_amd64.deb 59488562 SHA256 
74a76ff42fe83bc50eeb2a256165b3b6d63bf954d3de36f7121945486e4a17aa SHA512 
69a3954cbdd773b9167154e52f9516feb1ed0f43e82f36a5c6e75f8c2db0b13efa03a9f7aeb79d8954f0afd48c97a165eda4351075ad9e0b4d685f9096c0c3db
 WHIRLPOOL 
13dba9883b479548dc7bdad32bf3a2268e62acaa4411a0ee4fb40038c869cf7479f84ce321b12ca8c3b8e6d1c489ac3091040872e1b612708d4fc7bfabcad3b0
+DIST google-chrome-unstable_58.0.3029.19-1_amd64.deb 59506728 SHA256 
e814baf5394b72dded26506c63ea1f299b4fbcd114c449690a24ce5af7c8a5f3 SHA512 
a6188a3714e8b1aabe8d9e6f5002c7350a58bbb4f1cd587c7bed0185015d37f7d64d5d6bc7fc24d11de700fd1ef353eb5a632bd6c53fcaa652a054439409f8da
 WHIRLPOOL 
85cdd492477c764c655e5c35981a0a10d3de39f104a03edd3ca18de4c3a077c743b64a8d56e31da9402520d5a0b1454cb313fe6880237a7a5f95ae16280b1db6

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-58.0.3029.14_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-58.0.3029.19_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-58.0.3029.14_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-58.0.3029.19_alpha.ebuild



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

2017-03-14 Thread Mike Gilbert
commit: 291d14fae07d80b856d9727b6e4d4a25969a41d8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Mar 14 22:29:56 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Mar 14 22:30:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291d14fa

www-client/google-chrome-unstable: automated update (58.0.3029.19)

Package-Manager: Portage-2.3.3_p79, Repoman-2.3.1_p72

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

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 83ae198aba1..81d15c0ff00 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_58.0.3029.14-1_amd64.deb 59488562 SHA256 
74a76ff42fe83bc50eeb2a256165b3b6d63bf954d3de36f7121945486e4a17aa SHA512 
69a3954cbdd773b9167154e52f9516feb1ed0f43e82f36a5c6e75f8c2db0b13efa03a9f7aeb79d8954f0afd48c97a165eda4351075ad9e0b4d685f9096c0c3db
 WHIRLPOOL 
13dba9883b479548dc7bdad32bf3a2268e62acaa4411a0ee4fb40038c869cf7479f84ce321b12ca8c3b8e6d1c489ac3091040872e1b612708d4fc7bfabcad3b0
+DIST google-chrome-unstable_58.0.3029.19-1_amd64.deb 59506728 SHA256 
e814baf5394b72dded26506c63ea1f299b4fbcd114c449690a24ce5af7c8a5f3 SHA512 
a6188a3714e8b1aabe8d9e6f5002c7350a58bbb4f1cd587c7bed0185015d37f7d64d5d6bc7fc24d11de700fd1ef353eb5a632bd6c53fcaa652a054439409f8da
 WHIRLPOOL 
85cdd492477c764c655e5c35981a0a10d3de39f104a03edd3ca18de4c3a077c743b64a8d56e31da9402520d5a0b1454cb313fe6880237a7a5f95ae16280b1db6

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



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/

2017-03-14 Thread Davide Pesavento
commit: 58c8bdaeac776e119d647044f85ab8b11468f1b3
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Mar 14 21:46:26 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Mar 14 22:23:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c8bdae

dev-qt/qt-creator: remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-qt/qt-creator/Manifest|   2 -
 dev-qt/qt-creator/qt-creator-4.0.3.ebuild | 176 
 dev-qt/qt-creator/qt-creator-4.1.0.ebuild | 187 --
 3 files changed, 365 deletions(-)

diff --git a/dev-qt/qt-creator/Manifest b/dev-qt/qt-creator/Manifest
index 75d3ff2b7e1..cdcef136a4c 100644
--- a/dev-qt/qt-creator/Manifest
+++ b/dev-qt/qt-creator/Manifest
@@ -1,4 +1,2 @@
 DIST qt-creator-opensource-src-3.6.1.tar.gz 23144233 SHA256 
e53611f80332cd1d171a9b91f8467b6182186cbec6b4a9301f32367368f15de2 SHA512 
be869de5fdaf7294dca95e540b7b9228015132071aaf5315a3c8b2da3043a03528b3d75e94a7fffc567bd802dba1a48568c4a335926c1d5e1e18beaae48ecc9f
 WHIRLPOOL 
c62cb18d5c9be0fac2ea9ef355d820a29183e3b0226c1fb70bef9dc7402dd16886ceacd4029764204bde4595d77098641080ad8fdf4f58e97ebb96e3abf3ae65
-DIST qt-creator-opensource-src-4.0.3.tar.gz 21972901 SHA256 
a213a9b66e7e0eb906036a1587256fc0f7bac33912d9ae5e6117459231f56449 SHA512 
7b06b9d2cb050008cbbceeb2f18ad2264a2366db9ad37474b63d0a6d30a3bde86ecb770678beb88af4d5be7550e947c689d23956e2062796cbf9476006c0528a
 WHIRLPOOL 
7d515a038dec69980305a43545d952a1083f00add756e82cd0b568bc2c31c8eb81667822295b352cad2c54c3a447a31e9c8203db25d945023fc70ff2f0d01cd5
-DIST qt-creator-opensource-src-4.1.0.tar.xz 16291164 SHA256 
d00f84539203c8456a6ebca149228cd22d1bae7f41c95c88f6fc63a02aeed8c3 SHA512 
73d1d73d80faeb8ce9052f23720bbc312214256d3b9867447058ce878dca85457ba6f9c69281b95f622f8bc3d9c1739641960c48c6eebba3c48806126e6b57cf
 WHIRLPOOL 
84521639a1054d294144f181175ed696c86d37e1a67373f5e6dbf147a99b2ff9d5216630bce2c91178c066f42778b658e7bd21fd5c9e1b5143183d6986f6c7fc
 DIST qt-creator-opensource-src-4.2.0.tar.xz 16624096 SHA256 
203e2bc6618590b5e5a7e17f1a05e65b255d742f0b8f0ba3246fb541dfdfbe80 SHA512 
1801611d8db10041332d728a2af6b0c57b28b3ab9847a8875edb788d3b0fe6570103a408a7f52c989e40949743263d444e5db49d290860f2e7231f463fa86f7a
 WHIRLPOOL 
841fb63bb6d25a640fb8db24412b05b93e9240db8c68de9555cc4baef50d6e08d13594f4e7cc675fda90359d8a4a4fbb8110f9cfd73315e1775a636f5f28a54d

diff --git a/dev-qt/qt-creator/qt-creator-4.0.3.ebuild 
b/dev-qt/qt-creator/qt-creator-4.0.3.ebuild
deleted file mode 100644
index 946de8b952f..000
--- a/dev-qt/qt-creator/qt-creator-4.0.3.ebuild
+++ /dev/null
@@ -1,176 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PLOCALES="cs de fr ja pl ru sl uk zh_CN zh_TW"
-
-inherit eutils l10n qmake-utils toolchain-funcs virtualx
-
-DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt"
-HOMEPAGE="http://doc.qt.io/qtcreator/;
-LICENSE="GPL-3"
-SLOT="0"
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI=(
-   "git://code.qt.io/${PN}/${PN}.git"
-   "https://code.qt.io/git/${PN}/${PN}.git;
-   )
-else
-   MY_PV=${PV/_/-}
-   MY_P=${PN}-opensource-src-${MY_PV}
-   [[ ${MY_PV} == ${PV} ]] && MY_REL=official || MY_REL=development
-   
SRC_URI="http://download.qt.io/${MY_REL}_releases/${PN/-}/${PV%.*}/${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~x86"
-   S=${WORKDIR}/${MY_P}
-fi
-
-# TODO: unbundle sqlite
-#  allow disabling modeleditor plugin
-#  it should be possible to skip building some internal libs 
(clangbackendipc, glsl, modelinglib, sqlite) when the plugins that use them are 
disabled
-
-QTC_PLUGINS=('android:android|qmakeandroidsupport' 
autotools:autotoolsprojectmanager baremetal bazaar
-   clangcodemodel clangstaticanalyzer clearcase cmake:cmakeprojectmanager 
cvs git glsl:glsleditor
-   ios mercurial perforce python:pythoneditor qbs:qbsprojectmanager qnx 
subversion valgrind winrt)
-IUSE="doc systemd test webengine webkit ${QTC_PLUGINS[@]%:*}"
-
-REQUIRED_USE="?? ( webengine webkit )"
-
-# minimum Qt version required
-QT_PV="5.5.0:5"
-
-RDEPEND="
-   =dev-libs/botan-1.10*[-bindist,threads]
-   >=dev-qt/designer-${QT_PV}
-   >=dev-qt/qtconcurrent-${QT_PV}
-   >=dev-qt/qtcore-${QT_PV}
-   >=dev-qt/qtdeclarative-${QT_PV}[widgets]
-   >=dev-qt/qtgui-${QT_PV}
-   >=dev-qt/qthelp-${QT_PV}
-   >=dev-qt/qtnetwork-${QT_PV}[ssl]
-   >=dev-qt/qtprintsupport-${QT_PV}
-   >=dev-qt/qtquickcontrols-${QT_PV}
-   >=dev-qt/qtscript-${QT_PV}
-   >=dev-qt/qtsql-${QT_PV}[sqlite]
-   >=dev-qt/qtsvg-${QT_PV}
-   >=dev-qt/qtwidgets-${QT_PV}
-   >=dev-qt/qtx11extras-${QT_PV}
-   >=dev-qt/qtxml-${QT_PV}
-   >=sys-devel/gdb-7.5[client,python]
-   clangcodemodel? ( >=sys-devel/clang-3.6.2:= )
-   qbs? ( 

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/

2017-03-14 Thread Davide Pesavento
commit: 7a4c87565f1c2c9f8598c7fefd833bed0e3f28eb
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Mar 14 22:23:03 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Mar 14 22:23:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4c8756

dev-qt/qt-creator: query llvm-config instead of hardcoding the path

Fixes build against clang-4.0

Gentoo-Bug: 612634
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-qt/qt-creator/qt-creator-4.2.0.ebuild | 4 ++--
 dev-qt/qt-creator/qt-creator-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qt-creator/qt-creator-4.2.0.ebuild 
b/dev-qt/qt-creator/qt-creator-4.2.0.ebuild
index a11cc47221e..cd314f54128 100644
--- a/dev-qt/qt-creator/qt-creator-4.2.0.ebuild
+++ b/dev-qt/qt-creator/qt-creator-4.2.0.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
@@ -150,7 +150,7 @@ src_prepare() {
 src_configure() {
eqmake5 IDE_LIBRARY_BASENAME="$(get_libdir)" \
IDE_PACKAGE_MODE=1 \
-   $(use clangcodemodel && echo LLVM_INSTALL_DIR="${EPREFIX}/usr") 
\
+   $(use clangcodemodel && echo LLVM_INSTALL_DIR="$(llvm-config 
--prefix)") \
$(use qbs && echo QBS_INSTALL_DIR="${EPREFIX}/usr") \
CONFIG+=qbs_disable_rpath \
CONFIG+=qbs_enable_project_file_updates \

diff --git a/dev-qt/qt-creator/qt-creator-.ebuild 
b/dev-qt/qt-creator/qt-creator-.ebuild
index 4123b53dc56..bbdb5126434 100644
--- a/dev-qt/qt-creator/qt-creator-.ebuild
+++ b/dev-qt/qt-creator/qt-creator-.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
@@ -150,7 +150,7 @@ src_prepare() {
 src_configure() {
eqmake5 IDE_LIBRARY_BASENAME="$(get_libdir)" \
IDE_PACKAGE_MODE=1 \
-   $(use clangcodemodel && echo LLVM_INSTALL_DIR="${EPREFIX}/usr") 
\
+   $(use clangcodemodel && echo LLVM_INSTALL_DIR="$(llvm-config 
--prefix)") \
$(use qbs && echo QBS_INSTALL_DIR="${EPREFIX}/usr") \
CONFIG+=qbs_disable_rpath \
CONFIG+=qbs_enable_project_file_updates \



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

2017-03-14 Thread Michał Górny
commit: 83c0693aac6cfde5fd6ee2a1c19c0fa09b658ea9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 14 21:58:33 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 14 22:22:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c0693a

sys-libs/compiler-rt: Use llvm.eclass for reliable upgrade from :0

Use llvm.eclass to guarantee that the newly-installed LLVM slot will
take precedence in PATH even if the package manager has not unmerged
slot :0 yet.

 sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild | 7 ++-
 sys-libs/compiler-rt/compiler-rt-.ebuild  | 7 ++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild 
b/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild
index a921ea8b65e..f448e2740c7 100644
--- a/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild
@@ -9,7 +9,7 @@ CMAKE_MIN_VERSION=3.7.0-r1
 PYTHON_COMPAT=( python2_7 )
 
 # TODO: fix unnecessary dep on Python upstream
-inherit cmake-utils flag-o-matic python-any-r1 toolchain-funcs
+inherit cmake-utils flag-o-matic llvm python-any-r1 toolchain-funcs
 
 DESCRIPTION="Compiler runtime library for clang (built-in part)"
 HOMEPAGE="http://llvm.org/;
@@ -34,6 +34,11 @@ S=${WORKDIR}/${P/_/}.src
 # least intrusive of all
 CMAKE_BUILD_TYPE=RelWithDebInfo
 
+pkg_setup() {
+   llvm_pkg_setup
+   python-any-r1_pkg_setup
+}
+
 test_compiler() {
$(tc-getCC) ${CFLAGS} ${LDFLAGS} "${@}" -o /dev/null -x c - \
<<<'int main() { return 0; }' &>/dev/null

diff --git a/sys-libs/compiler-rt/compiler-rt-.ebuild 
b/sys-libs/compiler-rt/compiler-rt-.ebuild
index 1bdd2efc42e..7431230cf57 100644
--- a/sys-libs/compiler-rt/compiler-rt-.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-.ebuild
@@ -9,7 +9,7 @@ CMAKE_MIN_VERSION=3.7.0-r1
 PYTHON_COMPAT=( python2_7 )
 
 # TODO: fix unnecessary dep on Python upstream
-inherit cmake-utils flag-o-matic git-r3 python-any-r1 toolchain-funcs
+inherit cmake-utils flag-o-matic git-r3 llvm python-any-r1 toolchain-funcs
 
 DESCRIPTION="Compiler runtime library for clang (built-in part)"
 HOMEPAGE="http://llvm.org/;
@@ -34,6 +34,11 @@ DEPEND="
 # least intrusive of all
 CMAKE_BUILD_TYPE=RelWithDebInfo
 
+pkg_setup() {
+   llvm_pkg_setup
+   python-any-r1_pkg_setup
+}
+
 test_compiler() {
$(tc-getCC) ${CFLAGS} ${LDFLAGS} "${@}" -o /dev/null -x c - \
<<<'int main() { return 0; }' &>/dev/null



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

2017-03-14 Thread Michał Górny
commit: 109221b0f5dd0110a835d72f4d8171e3b7a6cebb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 14 22:02:10 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 14 22:22:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=109221b0

sys-libs/llvm-libunwind: Use llvm.eclass for reliable upgrade from :0

 sys-libs/llvm-libunwind/llvm-libunwind-4.0.0.ebuild | 2 +-
 sys-libs/llvm-libunwind/llvm-libunwind-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-4.0.0.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-4.0.0.ebuild
index 3b6d8416990..76ccc916619 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-4.0.0.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-4.0.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 # (needed due to CMAKE_BUILD_TYPE != Gentoo)
 CMAKE_MIN_VERSION=3.7.0-r1
-inherit cmake-multilib
+inherit cmake-multilib llvm
 
 DESCRIPTION="C++ runtime stack unwinder from LLVM"
 HOMEPAGE="https://github.com/llvm-mirror/libunwind;

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-.ebuild
index 79b7bb37ac2..963c0a6450e 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 # (needed due to CMAKE_BUILD_TYPE != Gentoo)
 CMAKE_MIN_VERSION=3.7.0-r1
-inherit cmake-multilib git-r3
+inherit cmake-multilib git-r3 llvm
 
 DESCRIPTION="C++ runtime stack unwinder from LLVM"
 HOMEPAGE="https://github.com/llvm-mirror/libunwind;



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

2017-03-14 Thread Michał Górny
commit: 2c6d60a736a66a541e299f07df4079cf664b411c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 14 22:00:47 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 14 22:22:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6d60a7

sys-libs/compiler-rt-sanitizers: Use llvm.eclass for reliable upgrade

 .../compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.0.ebuild | 7 ++-
 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild | 7 ++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.0.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.0.ebuild
index dd945844c54..e5e2db2c1e4 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.0.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.0.ebuild
@@ -8,7 +8,7 @@ EAPI=6
 CMAKE_MIN_VERSION=3.7.0-r1
 PYTHON_COMPAT=( python2_7 )
 
-inherit cmake-utils flag-o-matic python-any-r1 versionator
+inherit cmake-utils flag-o-matic llvm python-any-r1 versionator
 
 DESCRIPTION="Compiler runtime libraries for clang (sanitizers & xray)"
 HOMEPAGE="http://llvm.org/;
@@ -37,6 +37,11 @@ S=${WORKDIR}/compiler-rt-${PV/_/}.src
 # least intrusive of all
 CMAKE_BUILD_TYPE=RelWithDebInfo
 
+pkg_setup() {
+   llvm_pkg_setup
+   python-any-r1_pkg_setup
+}
+
 src_unpack() {
default
 

diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild
index 166dfdabd41..ca1c0b64892 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild
@@ -8,7 +8,7 @@ EAPI=6
 CMAKE_MIN_VERSION=3.7.0-r1
 PYTHON_COMPAT=( python2_7 )
 
-inherit cmake-utils flag-o-matic git-r3 python-any-r1 versionator
+inherit cmake-utils flag-o-matic git-r3 llvm python-any-r1 versionator
 
 DESCRIPTION="Compiler runtime libraries for clang (sanitizers & xray)"
 HOMEPAGE="http://llvm.org/;
@@ -36,6 +36,11 @@ DEPEND="
 # least intrusive of all
 CMAKE_BUILD_TYPE=RelWithDebInfo
 
+pkg_setup() {
+   llvm_pkg_setup
+   python-any-r1_pkg_setup
+}
+
 src_unpack() {
if use test; then
# needed for patched gtest



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

2017-03-14 Thread Michał Górny
commit: aea339cafa2867e9aaaf06c3d89ead6d97939f24
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 14 22:03:52 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 14 22:22:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea339ca

sys-libs/libcxx: Use llvm.eclass for reliable upgrade from :0

 sys-libs/libcxx/libcxx-4.0.0.ebuild | 3 ++-
 sys-libs/libcxx/libcxx-.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libcxx/libcxx-4.0.0.ebuild 
b/sys-libs/libcxx/libcxx-4.0.0.ebuild
index 691e252ab02..ce256df08e8 100644
--- a/sys-libs/libcxx/libcxx-4.0.0.ebuild
+++ b/sys-libs/libcxx/libcxx-4.0.0.ebuild
@@ -10,7 +10,7 @@ EAPI=6
 CMAKE_MIN_VERSION=3.7.0-r1
 PYTHON_COMPAT=( python2_7 )
 
-inherit cmake-multilib python-any-r1 toolchain-funcs
+inherit cmake-multilib llvm python-any-r1 toolchain-funcs
 
 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
 HOMEPAGE="http://libcxx.llvm.org/;
@@ -54,6 +54,7 @@ python_check_deps() {
 }
 
 pkg_setup() {
+   llvm_pkg_setup
use test && python-any-r1_pkg_setup
 
if ! use libcxxabi && ! use libcxxrt && ! tc-is-gcc ; then

diff --git a/sys-libs/libcxx/libcxx-.ebuild 
b/sys-libs/libcxx/libcxx-.ebuild
index 0f39966844b..c063388b1ad 100644
--- a/sys-libs/libcxx/libcxx-.ebuild
+++ b/sys-libs/libcxx/libcxx-.ebuild
@@ -14,7 +14,7 @@ PYTHON_COMPAT=( python2_7 )
 
 [[ ${PV} ==  ]] && SCM="git-r3" || SCM=""
 
-inherit ${SCM} cmake-multilib python-any-r1 toolchain-funcs
+inherit ${SCM} cmake-multilib llvm python-any-r1 toolchain-funcs
 
 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
 HOMEPAGE="http://libcxx.llvm.org/;
@@ -65,6 +65,7 @@ python_check_deps() {
 }
 
 pkg_setup() {
+   llvm_pkg_setup
use test && python-any-r1_pkg_setup
 
if ! use libcxxabi && ! use libcxxrt && ! tc-is-gcc ; then



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

2017-03-14 Thread Michał Górny
commit: a6d9142aa5b2669e6cdca67a2893ed32d217301d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 14 22:02:52 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 14 22:22:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d9142a

sys-libs/libcxxabi: Use llvm.eclass for reliable upgrade from :0

 sys-libs/libcxxabi/libcxxabi-4.0.0.ebuild | 3 ++-
 sys-libs/libcxxabi/libcxxabi-.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libcxxabi/libcxxabi-4.0.0.ebuild 
b/sys-libs/libcxxabi/libcxxabi-4.0.0.ebuild
index b130622908a..6a16cd68c94 100644
--- a/sys-libs/libcxxabi/libcxxabi-4.0.0.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-4.0.0.ebuild
@@ -8,7 +8,7 @@ EAPI=6
 CMAKE_MIN_VERSION=3.7.0-r1
 PYTHON_COMPAT=( python2_7 )
 
-inherit cmake-multilib python-any-r1
+inherit cmake-multilib llvm python-any-r1
 
 DESCRIPTION="Low level support for a standard C++ library"
 HOMEPAGE="http://libcxxabi.llvm.org/;
@@ -44,6 +44,7 @@ python_check_deps() {
 }
 
 pkg_setup() {
+   llvm_pkg_setup
use test && python-any-r1_pkg_setup
 }
 

diff --git a/sys-libs/libcxxabi/libcxxabi-.ebuild 
b/sys-libs/libcxxabi/libcxxabi-.ebuild
index df5992a45c7..719f9f6a03a 100644
--- a/sys-libs/libcxxabi/libcxxabi-.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-.ebuild
@@ -8,7 +8,7 @@ EAPI=6
 CMAKE_MIN_VERSION=3.7.0-r1
 PYTHON_COMPAT=( python2_7 )
 
-inherit cmake-multilib git-r3 python-any-r1
+inherit cmake-multilib git-r3 llvm python-any-r1
 
 DESCRIPTION="Low level support for a standard C++ library"
 HOMEPAGE="http://libcxxabi.llvm.org/;
@@ -43,6 +43,7 @@ python_check_deps() {
 }
 
 pkg_setup() {
+   llvm_pkg_setup
use test && python-any-r1_pkg_setup
 }
 



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

2017-03-14 Thread Mart Raudsepp
commit: a0a9f9c404483d26cc712d29891139933c67ca36
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Mar 14 22:05:21 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Mar 14 22:07:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a9f9c4

dev-libs/libgdata: bump to 0.17.7 for many upstream bug fixes

Should fix the latest pagination woes (e.g getting only 100 tasks from
Google); google drive/calendar fixes. Disables Freebase service as
the servers are now shut down.

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 dev-libs/libgdata/Manifest   |  1 +
 dev-libs/libgdata/libgdata-0.17.7.ebuild | 62 
 2 files changed, 63 insertions(+)

diff --git a/dev-libs/libgdata/Manifest b/dev-libs/libgdata/Manifest
index 5d96d900069..a3e5d5a7150 100644
--- a/dev-libs/libgdata/Manifest
+++ b/dev-libs/libgdata/Manifest
@@ -1,2 +1,3 @@
 DIST libgdata-0.17.5.tar.xz 1378512 SHA256 
b3fbdae075aa0d83897ae0e9daf3c29075dce1724c8b8a27e0735688756355e8 SHA512 
d8c4eee9f720fa0bc02f0d6e001619aac85d9af51d86e2130158ae662c029a0b1ec2bb1d3683196983b3561b439d520b305c37ea44320157bf4f1c9ea65f3b71
 WHIRLPOOL 
f4ca9a91059dee43d09b85454f3aa1ae0f2cb4be5037005bb890029444b0d1fc18a5b871a8d19d5d72c2f3d48a482ba873023ce03940823f2b9dc9a4578cc925
 DIST libgdata-0.17.6.tar.xz 1526804 SHA256 
8b6a3ff1db23bd9e5ebbcc958b29b769a898f892eed4798222d562ba69df30b0 SHA512 
940e5155b0cda0604e09efcdeabbfcb54ebe97b40d1086823802d3a49fdb7fcfc97749ae218c15d30e4981d01e34d1ae3bed01c1ee9a283063761527a9405731
 WHIRLPOOL 
d3d36ae14e2e6502a42766f3efd75001d50c8376cfe4c3e3addbbe30e2455323f399f813eb18d78f88a83353507f01fe0d8e312e8f05dc6bf2d28a38e5ba73f0
+DIST libgdata-0.17.7.tar.xz 1448528 SHA256 
8a663ef314a6d20b73c762072e0c1353fa7ec1ca3c2dee6fb85927cbda0d44fd SHA512 
92ded8480262f59b6b2f8271fbb77b9b75905ca53f80a24bcf239fd06ead219ffa8af4b576b38368297c1a4f49722b3960202b8ea2b03011781d5fdfa77bbfd6
 WHIRLPOOL 
73ca7fad7c444f9bd8fe0e31082f79c99bf7091aa142071df70384fdc48649b15ff1b4d772dafdcdc1ec702cda2ad49cec3a67c4e80a56cd0a11ea05aff3cea7

diff --git a/dev-libs/libgdata/libgdata-0.17.7.ebuild 
b/dev-libs/libgdata/libgdata-0.17.7.ebuild
new file mode 100644
index 000..603dc1ac9fa
--- /dev/null
+++ b/dev-libs/libgdata/libgdata-0.17.7.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="GLib-based library for accessing online service APIs using the 
GData protocol"
+HOMEPAGE="https://wiki.gnome.org/Projects/libgdata;
+
+LICENSE="LGPL-2.1+"
+SLOT="0/22" # subslot = libgdata soname version
+
+IUSE="+crypt gnome-online-accounts +introspection static-libs test vala"
+REQUIRED_USE="
+   gnome-online-accounts? ( crypt )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# configure checks for gtk:3, but only uses it for demos which are not 
installed
+RDEPEND="
+   >=dev-libs/glib-2.32:2
+   >=dev-libs/json-glib-0.15
+   >=dev-libs/libxml2-2:2
+   >=net-libs/liboauth-0.9.4
+   >=net-libs/libsoup-2.42.0:2.4[introspection?]
+   >=x11-libs/gdk-pixbuf-2.14:2
+   crypt? ( app-crypt/gcr:= )
+   gnome-online-accounts? ( 
>=net-libs/gnome-online-accounts-3.8:=[introspection?] )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.25
+   >=dev-util/intltool-0.40
+   virtual/pkgconfig
+   test? ( >=net-libs/uhttpmock-0.5 )
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable crypt gnome) \
+   $(use_enable gnome-online-accounts goa) \
+   $(use_enable introspection) \
+   $(use_enable vala) \
+   $(use_enable static-libs static) \
+   $(use_enable test always-build-tests)
+}
+
+src_test() {
+   unset ORBIT_SOCKETDIR
+   export GSETTINGS_BACKEND="memory" #486412
+   dbus-launch emake check
+}



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

2017-03-14 Thread Matt Thode
commit: c7855cafbbc9cb791c018bb7c7b5835406615341
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 14 22:05:26 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 14 22:05:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7855caf

app-emulation/diskimage-builder: disallow coinstallation with dib-utils bug 
612652

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/diskimage-builder/diskimage-builder-2.0.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.0.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-2.0.0.ebuild
index 09a86f09038..ba173b1a641 100644
--- a/app-emulation/diskimage-builder/diskimage-builder-2.0.0.ebuild
+++ b/app-emulation/diskimage-builder/diskimage-builder-2.0.0.ebuild
@@ -26,4 +26,5 @@ RDEPEND="${CDEPEND}
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
app-emulation/qemu
sys-block/parted
-   sys-fs/multipath-tools"
+   sys-fs/multipath-tools
+   !dev-python/dib-utils[${PYTHON_USEDEP}]"



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

2017-03-14 Thread Paweł Hajdan
commit: 37b983436492f448f59b667ed896bba1c2a67659
Author: Pawel Hajdan, Jr  gentoo  org>
AuthorDate: Tue Mar 14 21:34:10 2017 +
Commit: Paweł Hajdan  gentoo  org>
CommitDate: Tue Mar 14 21:47:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b98343

www-client/chromium: dev channel bump (58.0.3029.19)

 www-client/chromium/Manifest| 2 +-
 .../{chromium-58.0.3029.6.ebuild => chromium-58.0.3029.19.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 24b2508f285..76a6fba7624 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -3,4 +3,4 @@ DIST chromium-57.0.2987.54.tar.xz 525225120 SHA256 
7d9ffddf497184e209e16175f952e
 DIST chromium-57.0.2987.74.tar.xz 525264968 SHA256 
5ff17f10372f11107c6ceabcf1e1382cb8e2e9a345537d1c9d1935f1b7c27dd4 SHA512 
e5ae6e65cb6dadae72ee56c16951f62482a34582d1482e47f8c211b2f95e4554d8550080c48133119506ce29b35b0b59ca2ad7c4ce96e5ad734614cba73bb8c7
 WHIRLPOOL 
521c11fb8d5c764abd49c832ad95bc3d04e94ff17d9ae6472949f6b136c3a2c1280edecce2e1c398970c1918da4afe28eba868bd65308dc24d44ae2502429dd4
 DIST chromium-57.0.2987.98.tar.xz 525286840 SHA256 
16b5ecf70fcab8476231636ec20f5415897781b01ed21640283cb358322f792d SHA512 
10b832e1cb3693899499080d62f7b9162dd807308b9228b1aeebf0f3481db85d301fcce16cbc089909f4cd08f77205805c7215127415ab2679d15e5dcb87a912
 WHIRLPOOL 
372dae1469374a156be7343042d48fa27fafcd1007bc64954f88dbb021a793c4ef90ec69b83965ca0b10aa85b0b39d490cd9d106251796184a779ce559ff087d
 DIST chromium-58.0.3029.14.tar.xz 509043400 SHA256 
b7a02ec45d61516552f7377bd066ee1d77a4ededc03c4c53c18373797dc8d8c4 SHA512 
b84c422965c694eee4159bd4f8c102fda5e7d8012adf195c2882f9ef3030a0433fac666de85bfcdd4e635d82a57dfa9f3d4e8000dfb8ada2e068348190a4524c
 WHIRLPOOL 
dc47733b3344f58fa1a3bc3f1dcac5088d9bbfcffa1c395547ff42367d2164f51cced3f9ad4afc7157834339dbe3fbe6790c835345533c917013770fe11ebec7
-DIST chromium-58.0.3029.6.tar.xz 508956560 SHA256 
b23136b976a83e0c6948bd2088be6b83969fc5cbe06f68f575012f924537c35b SHA512 
496ec27500b0757dffe43692bab1e7464ccf5f1f0f57d3e50567aa6e47734e722a94e67dbe199aea3fa718ac12d735ff02400355d2e9abeaad558b8de412
 WHIRLPOOL 
d41087a152168dae88a6544fd4fd636e0a906f99d1378b233a8bb0aba0441a24074f75cebf95aa49da02bfe3e059f3538b97c960a2595a7d61ebe0145fc44baa
+DIST chromium-58.0.3029.19.tar.xz 509050504 SHA256 
ffe5b52faf219bee7675460ac56b3d62a3ee9fd2001f4a854224a1445b8af5e6 SHA512 
b1780d4920d14e4861b5e5895accf49d7b65d49345ec243d7d1042ca1d0246cb3b4fcfa383ea3a6ef9a2145bc526be71286af156051a058f4f699b64cce772cb
 WHIRLPOOL 
e5e57370aa06ef8ef7b1e923f684148a1035dc3c4282e6a327cbe4f6e7a472ed724e5c4edb3e5ea91ed3620ea6a9d9f23c5ddb52246ff840b7997e3b00bebc8a

diff --git a/www-client/chromium/chromium-58.0.3029.6.ebuild 
b/www-client/chromium/chromium-58.0.3029.19.ebuild
similarity index 100%
rename from www-client/chromium/chromium-58.0.3029.6.ebuild
rename to www-client/chromium/chromium-58.0.3029.19.ebuild



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

2017-03-14 Thread Mart Raudsepp
commit: 62553e02bb8821c5395beb34e1c963c973a1961c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Mar 14 21:19:20 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Mar 14 21:34:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62553e02

x11-libs/gtk+: bump to 3.22.10, default enable USE=X for now

Gentoo-bug: 610604

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 x11-libs/gtk+/Manifest|   1 +
 x11-libs/gtk+/gtk+-3.22.10.ebuild | 229 ++
 2 files changed, 230 insertions(+)

diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest
index ee67764f7dc..5cdcf98eacb 100644
--- a/x11-libs/gtk+/Manifest
+++ b/x11-libs/gtk+/Manifest
@@ -1,4 +1,5 @@
 DIST gtk+-2.24.31.tar.xz 12805344 SHA256 
68c1922732c7efc08df4656a5366dcc3afdc8791513400dac276009b40954658 SHA512 
75b846661308d94b5236e7e1c367deabf57753792ca87e92f9769822dd5ec90e00cd8d5574adcc12162e3702e1ae6dc152278a1d218f9bd9e4d1c8dc1dd520c1
 WHIRLPOOL 
6f59d444b28910b0f4cd7d0d0bf04f8e442acd945205679c19e5adf7ca3f8e7406d4095e9ff9ca597882eb937a7551e19af63b6597e7b57c0babe5b061f9110e
 DIST gtk+-3.20.9.tar.xz 17174872 SHA256 
83a609ba2f3424b5509e73967c49c67833af466d6f91081b24ee5c64fce6ac17 SHA512 
5848403959f76633511009231c80a814cfe24a7ba07c9429704f432191e51b54d3e6621ce5b578f7f21993920af3a45c8d03dad6ba03af5f9a342b32626e
 WHIRLPOOL 
7964b82dabf72b5d45a34565874ba02e0dda09b0f358f640ca0c602c3c7aa4618432829d047794f5f202424c34c837bbdc31ccb3c5457768e252f048afd30107
+DIST gtk+-3.22.10.tar.xz 18200804 SHA256 
352a90b3d09256d597cb2768ee5d685285ccc284ff22adf19df16753a829c554 SHA512 
f3b378c14da9978a382b8e52e4e710c4ae946e472c117bbc0b9775465e6cc45d7209d5dcdaf2ddd602accba148ca3f4347f2cbfb8160b0f73814391154e690e2
 WHIRLPOOL 
a7781d3b978c27b82eeea43ebb36031576f5e11c3e6e3f5eaa5ffd2f00d18e3b695aecc4c29fa6712aeaf74a5a3edc6035d553949ba79c38b756a32c6ad14569
 DIST gtk+-3.22.5.tar.xz 18250876 SHA256 
693fa0ac643c59ccd51db99cabe476b4e0a41fd4f0c3c8b3e3ef38f94b2e7334 SHA512 
f1969612a89c67fb0414843f3cc51ce91894c9fdfdf6b6e00472d761848b5b1be529d35f2da43c26d345e4b39e81980d2de53d16f194d96775ba21f3c6d0926c
 WHIRLPOOL 
6012dce8f5b55005124a2a51149505b368cf0e8d40dfa267dfe0f696227853d6b9e29f4e21d670449bdd850f4fda79242d60d95644e803143df29675439f6be1
 DIST gtk+-3.22.9.tar.xz 18239708 SHA256 
e414542c96dc9966d40774451331bd8f73f77b6670226a5bbd057973a0c6a3e1 SHA512 
cfed67a6263172cdef5a8d5f1548017f2e241667779d810ed84aa14ecdd18b917b213b3e71ac97f8d7099ba97a6829b45322ab15c8540ff406247d1519a08550
 WHIRLPOOL 
23969c152a34ab0f63de6b059e1a54d7ee8a382f3e79dfde310a6c71601bb0afe6f8ae241fab7e978fafbef40ae7e1d065131fa9964968070b2fc844a3969e79

diff --git a/x11-libs/gtk+/gtk+-3.22.10.ebuild 
b/x11-libs/gtk+/gtk+-3.22.10.ebuild
new file mode 100644
index 000..b48690742f5
--- /dev/null
+++ b/x11-libs/gtk+/gtk+-3.22.10.ebuild
@@ -0,0 +1,229 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit autotools flag-o-matic gnome2 multilib virtualx multilib-minimal
+
+DESCRIPTION="Gimp ToolKit +"
+HOMEPAGE="http://www.gtk.org/;
+
+LICENSE="LGPL-2+"
+SLOT="3"
+IUSE="aqua broadway cloudprint colord cups examples +introspection test 
vim-syntax wayland +X xinerama"
+REQUIRED_USE="
+   || ( aqua wayland X )
+   xinerama? ( X )
+"
+
+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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# Upstream wants us to do their job:
+# https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1
+RESTRICT="test"
+
+# FIXME: introspection data is built against system installation of gtk+:3,
+# bug #
+COMMON_DEPEND="
+   >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.49.4:2[${MULTILIB_USEDEP}]
+   media-libs/fontconfig[${MULTILIB_USEDEP}]
+   >=media-libs/libepoxy-1.0[X(+)?,${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
+   >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}]
+   >=x11-libs/pango-1.37.3[introspection?,${MULTILIB_USEDEP}]
+   x11-misc/shared-mime-info
+
+   cloudprint? (
+   >=net-libs/rest-0.7[${MULTILIB_USEDEP}]
+   >=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] )
+   colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
+   cups? ( >=net-print/cups-1.2[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-1.39:= )
+   wayland? (
+   >=dev-libs/wayland-1.9.91[${MULTILIB_USEDEP}]
+   >=dev-libs/wayland-protocols-1.7
+   media-libs/mesa[wayland,${MULTILIB_USEDEP}]
+   >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}]
+   )
+   X? (
+   >=app-accessibility/at-spi2-atk-2.5.3[${MULTILIB_USEDEP}]
+

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

2017-03-14 Thread Mart Raudsepp
commit: f386b9397643a70806bac1aa8dda075a43ed397a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Mar 14 21:39:39 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Mar 14 21:39:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f386b939

x11-libs/gtk+: remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 x11-libs/gtk+/Manifest   |   1 -
 x11-libs/gtk+/gtk+-3.22.5.ebuild | 233 ---
 2 files changed, 234 deletions(-)

diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest
index 5cdcf98eacb..a487b90a66e 100644
--- a/x11-libs/gtk+/Manifest
+++ b/x11-libs/gtk+/Manifest
@@ -1,5 +1,4 @@
 DIST gtk+-2.24.31.tar.xz 12805344 SHA256 
68c1922732c7efc08df4656a5366dcc3afdc8791513400dac276009b40954658 SHA512 
75b846661308d94b5236e7e1c367deabf57753792ca87e92f9769822dd5ec90e00cd8d5574adcc12162e3702e1ae6dc152278a1d218f9bd9e4d1c8dc1dd520c1
 WHIRLPOOL 
6f59d444b28910b0f4cd7d0d0bf04f8e442acd945205679c19e5adf7ca3f8e7406d4095e9ff9ca597882eb937a7551e19af63b6597e7b57c0babe5b061f9110e
 DIST gtk+-3.20.9.tar.xz 17174872 SHA256 
83a609ba2f3424b5509e73967c49c67833af466d6f91081b24ee5c64fce6ac17 SHA512 
5848403959f76633511009231c80a814cfe24a7ba07c9429704f432191e51b54d3e6621ce5b578f7f21993920af3a45c8d03dad6ba03af5f9a342b32626e
 WHIRLPOOL 
7964b82dabf72b5d45a34565874ba02e0dda09b0f358f640ca0c602c3c7aa4618432829d047794f5f202424c34c837bbdc31ccb3c5457768e252f048afd30107
 DIST gtk+-3.22.10.tar.xz 18200804 SHA256 
352a90b3d09256d597cb2768ee5d685285ccc284ff22adf19df16753a829c554 SHA512 
f3b378c14da9978a382b8e52e4e710c4ae946e472c117bbc0b9775465e6cc45d7209d5dcdaf2ddd602accba148ca3f4347f2cbfb8160b0f73814391154e690e2
 WHIRLPOOL 
a7781d3b978c27b82eeea43ebb36031576f5e11c3e6e3f5eaa5ffd2f00d18e3b695aecc4c29fa6712aeaf74a5a3edc6035d553949ba79c38b756a32c6ad14569
-DIST gtk+-3.22.5.tar.xz 18250876 SHA256 
693fa0ac643c59ccd51db99cabe476b4e0a41fd4f0c3c8b3e3ef38f94b2e7334 SHA512 
f1969612a89c67fb0414843f3cc51ce91894c9fdfdf6b6e00472d761848b5b1be529d35f2da43c26d345e4b39e81980d2de53d16f194d96775ba21f3c6d0926c
 WHIRLPOOL 
6012dce8f5b55005124a2a51149505b368cf0e8d40dfa267dfe0f696227853d6b9e29f4e21d670449bdd850f4fda79242d60d95644e803143df29675439f6be1
 DIST gtk+-3.22.9.tar.xz 18239708 SHA256 
e414542c96dc9966d40774451331bd8f73f77b6670226a5bbd057973a0c6a3e1 SHA512 
cfed67a6263172cdef5a8d5f1548017f2e241667779d810ed84aa14ecdd18b917b213b3e71ac97f8d7099ba97a6829b45322ab15c8540ff406247d1519a08550
 WHIRLPOOL 
23969c152a34ab0f63de6b059e1a54d7ee8a382f3e79dfde310a6c71601bb0afe6f8ae241fab7e978fafbef40ae7e1d065131fa9964968070b2fc844a3969e79

diff --git a/x11-libs/gtk+/gtk+-3.22.5.ebuild b/x11-libs/gtk+/gtk+-3.22.5.ebuild
deleted file mode 100644
index 4c4f4c4f460..000
--- a/x11-libs/gtk+/gtk+-3.22.5.ebuild
+++ /dev/null
@@ -1,233 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils flag-o-matic gnome2 multilib virtualx multilib-minimal
-
-DESCRIPTION="Gimp ToolKit +"
-HOMEPAGE="http://www.gtk.org/;
-
-LICENSE="LGPL-2+"
-SLOT="3"
-IUSE="aqua broadway cloudprint colord cups examples +introspection test 
vim-syntax wayland X xinerama"
-REQUIRED_USE="
-   || ( aqua wayland X )
-   xinerama? ( X )
-"
-
-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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# Upstream wants us to do their job:
-# https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1
-RESTRICT="test"
-
-# FIXME: introspection data is built against system installation of gtk+:3,
-# bug #
-# NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf)
-COMMON_DEPEND="
-   >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
-   >=dev-libs/glib-2.49.4:2[${MULTILIB_USEDEP}]
-   media-libs/fontconfig[${MULTILIB_USEDEP}]
-   >=media-libs/libepoxy-1.0[X(+)?,${MULTILIB_USEDEP}]
-   >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
-   >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}]
-   >=x11-libs/pango-1.37.3[introspection?,${MULTILIB_USEDEP}]
-   x11-misc/shared-mime-info
-
-   cloudprint? (
-   >=net-libs/rest-0.7[${MULTILIB_USEDEP}]
-   >=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] )
-   colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
-   cups? ( >=net-print/cups-1.2[${MULTILIB_USEDEP}] )
-   introspection? ( >=dev-libs/gobject-introspection-1.39:= )
-   wayland? (
-   >=dev-libs/wayland-1.9.91[${MULTILIB_USEDEP}]
-   >=dev-libs/wayland-protocols-1.7
-   media-libs/mesa[wayland,${MULTILIB_USEDEP}]
-   >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}]
-   )
-   X? (
-   

[gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gcc/files/

2017-03-14 Thread Steve Arnold
commit: a6aac9a2ab28c59f00a154cd61bd5c070f05bfd9
Author: Stephen L Arnold  gentoo  org>
AuthorDate: Tue Mar 14 21:21:45 2017 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Tue Mar 14 21:21:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6aac9a2

dev-lang/gnat-gcc: add missing patch for gnatbuild-r1

This fixes bug 603790 - missing patch fail

Reported-by:  Michael Mounteney

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 ...t-gcc-4.9.3-make-default-paths-match-slot.patch | 27 ++
 1 file changed, 27 insertions(+)

diff --git 
a/dev-lang/gnat-gcc/files/gnat-gcc-4.9.3-make-default-paths-match-slot.patch 
b/dev-lang/gnat-gcc/files/gnat-gcc-4.9.3-make-default-paths-match-slot.patch
new file mode 100644
index 000..0c197a15c13
--- /dev/null
+++ b/dev-lang/gnat-gcc/files/gnat-gcc-4.9.3-make-default-paths-match-slot.patch
@@ -0,0 +1,27 @@
+--- gcc/Makefile.in.orig   2016-05-20 15:01:04.277726220 -0700
 gcc/Makefile.in2016-05-20 18:40:43.658617109 -0700
+@@ -594,9 +594,9 @@
+ # 
+ 
+ # Directory in which the compiler finds libraries etc.
+-libsubdir = $(libdir)/gcc/$(target_noncanonical)/$(version)
++libsubdir = $(libdir)/gnat-gcc/$(target_noncanonical)/SLOT_MARKER
+ # Directory in which the compiler finds executables
+-libexecsubdir = $(libexecdir)/gcc/$(target_noncanonical)/$(version)
++libexecsubdir = $(libexecdir)/gnat-gcc/$(target_noncanonical)/SLOT_MARKER
+ # Directory in which all plugin resources are installed
+ plugin_resourcesdir = $(libsubdir)/plugin
+  # Directory in which plugin headers are installed
+@@ -1944,9 +1944,9 @@
+ 
+ DRIVER_DEFINES = \
+   -DSTANDARD_STARTFILE_PREFIX=\"$(unlibsubdir)/\" \
+-  -DSTANDARD_EXEC_PREFIX=\"$(libdir)/gcc/\" \
+-  -DSTANDARD_LIBEXEC_PREFIX=\"$(libexecdir)/gcc/\" \
+-  -DDEFAULT_TARGET_VERSION=\"$(version)\" \
++  -DSTANDARD_EXEC_PREFIX=\"$(libdir)/gnat-gcc/\" \
++  -DSTANDARD_LIBEXEC_PREFIX=\"$(libexecdir)/gnat-gcc/\" \
++  -DDEFAULT_TARGET_VERSION=\"SLOT_MARKER\" \
+   -DDEFAULT_TARGET_MACHINE=\"$(target_noncanonical)\" \
+   -DSTANDARD_BINDIR_PREFIX=\"$(bindir)/\" \
+   -DTOOLDIR_BASE_PREFIX=\"$(libsubdir_to_prefix)$(prefix_to_exec_prefix)\" \



[gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/

2017-03-14 Thread Mike Frysinger
commit: 4323103aace60e1de831649f05bf87f9e1c4c406
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 20:55:43 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 21:02:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4323103a

sys-apps/man-pages: mark 4.09 stable for all

 sys-apps/man-pages/man-pages-4.09.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/man-pages/man-pages-4.09.ebuild 
b/sys-apps/man-pages/man-pages-4.09.ebuild
index 8901d761bd0..02403e5770e 100644
--- a/sys-apps/man-pages/man-pages-4.09.ebuild
+++ b/sys-apps/man-pages/man-pages-4.09.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
 
 LICENSE="man-pages GPL-2+ BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE_L10N=" da de fr it ja nl pl ro ru zh-CN"
 IUSE="nls ${IUSE_L10N// / l10n_}"
 RESTRICT="binchecks"



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

2017-03-14 Thread Mike Frysinger
commit: ddd55bf142b67a784b9cb08e23b99e60c5a6bf83
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 21:01:28 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 21:02:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd55bf1

sys-apps/keyutils: drop man pages installed by common package now #612640

 sys-apps/keyutils/keyutils-1.5.9-r4.ebuild | 96 ++
 1 file changed, 96 insertions(+)

diff --git a/sys-apps/keyutils/keyutils-1.5.9-r4.ebuild 
b/sys-apps/keyutils/keyutils-1.5.9-r4.ebuild
new file mode 100644
index 000..473847a77c1
--- /dev/null
+++ b/sys-apps/keyutils/keyutils-1.5.9-r4.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit multilib eutils toolchain-funcs linux-info multilib-minimal
+
+DESCRIPTION="Linux Key Management Utilities"
+HOMEPAGE="https://people.redhat.com/dhowells/keyutils/;
+SRC_URI="https://people.redhat.com/dhowells/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+IUSE="static static-libs test"
+
+RDEPEND=""
+DEPEND="!prefix? ( >=sys-kernel/linux-headers-2.6.11 )"
+
+pkg_setup() {
+   CONFIG_CHECK="~KEYS"
+   use test && CONFIG_CHECK="${CONFIG_CHECK} ~KEYS_DEBUG_PROC_KEYS"
+   ERROR_KEYS="You must have CONFIG_KEYS to use this package!"
+   ERROR_KEYS_DEBUG_PROC_KEYS="You must have CONFIG_KEYS_DEBUG_PROC_KEYS 
to run the package testsuite!"
+   linux-info_pkg_setup
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-1.5.5-makefile-fixup.patch
+   epatch "${FILESDIR}"/${PN}-1.5.9-endian-check-{1,2}.patch #426424
+   epatch "${FILESDIR}"/${PN}-1.5.9-disable-tests.patch #519062 #522050
+   epatch "${FILESDIR}"/${PN}-1.5.9-header-extern-c.patch
+
+   # The lsb check is useless, so avoid spurious command not found 
messages.
+   sed -i -e 's,lsb_release,:,' tests/prepare.inc.sh || die
+   # All the test files are bash, but try to execute via `sh`.
+   sed -i -r \
+   -e 's:([[:space:]])sh([[:space:]]):\1bash\2:' \
+   tests/{Makefile*,*.sh} || die
+   find tests/ -name '*.sh' -exec sed -i '1s:/sh$:/bash:' {} +
+   # Some tests call the kernel which calls userspace, but that will
+   # run the install keyutils rather than the locally compiled one,
+   # so disable round trip tests.
+   rm -rf tests/keyctl/requesting/{bad-args,piped,valid}
+
+   # Delete man pages that are included in the common package now. #612640
+   rm man/*-keyring.7 man/keyrings.7 || die
+
+   multilib_copy_sources
+}
+
+multilib_src_compile() {
+   tc-export AR CC
+   sed -i \
+   -e "1iRPATH = $(usex static -static '')" \
+   -e '/^C.*FLAGS/s|:=|+=|' \
+   -e 's:-Werror::' \
+   -e '/^BUILDFOR/s:=.*:=:' \
+   -e "/^LIBDIR/s:=.*:= /usr/$(get_libdir):" \
+   -e '/^USRLIBDIR/s:=.*:=$(LIBDIR):' \
+   -e "s: /: ${EPREFIX}/:g" \
+   -e '/^NO_ARLIB/d' \
+   Makefile || die
+
+   # We need the static lib in order to statically link programs.
+   if use static ; then
+   export NO_ARLIB=0
+   # Hack the progs to depend on the static lib instead.
+   sed -i \
+   -e '/^.*:.*[$](DEVELLIB)$/s:$(DEVELLIB):$(ARLIB):' \
+   Makefile || die
+   else
+   export NO_ARLIB=$(usex static-libs 0 1)
+   fi
+   emake
+}
+
+multilib_src_test() {
+   # Execute the locally compiled code rather than the
+   # older versions already installed in the system.
+   LD_LIBRARY_PATH=${BUILD_DIR} \
+   PATH="${BUILD_DIR}:${PATH}" \
+   emake test
+}
+
+multilib_src_install() {
+   # Possibly undo the setting for USE=static (see src_compile).
+   export NO_ARLIB=$(usex static-libs 0 1)
+
+   default
+   use static || gen_usr_ldscript -a keyutils
+}
+
+multilib_src_install_all() {
+   dodoc README
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/

2017-03-14 Thread Mike Frysinger
commit: 4478ceda951df5a285ada105c1d2a1785b98464c
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 21:02:45 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 21:02:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4478ceda

sys-apps/man-pages: block older keyutils that install colliding man pages 
#612640

 sys-apps/man-pages/man-pages-4.10.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-apps/man-pages/man-pages-4.10.ebuild 
b/sys-apps/man-pages/man-pages-4.10.ebuild
index 9993544717f..ddfd9b5a5b6 100644
--- a/sys-apps/man-pages/man-pages-4.10.ebuild
+++ b/sys-apps/man-pages/man-pages-4.10.ebuild
@@ -19,8 +19,9 @@ IUSE_L10N=" da de fr it ja nl pl ro ru zh-CN"
 IUSE="nls ${IUSE_L10N// / l10n_}"
 RESTRICT="binchecks"
 
-# Block packages that used to install colliding man pages #341953 #548900
+# Block packages that used to install colliding man pages #341953 #548900 
#612640
 RDEPEND="virtual/man
+   

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

2017-03-14 Thread Mike Frysinger
commit: e5a53e42022668563965ede6409a3de233af332c
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Oct  6 20:32:03 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Mar 11 22:01:27 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e5a53e42

catalyst: create namespaces for building

This helps isolate the catalyst builds from the rest of the system
and allows us to build as non-root user in more cases.

We don't support pid or user namespaces yet.

 catalyst/main.py | 9 +
 1 file changed, 9 insertions(+)

diff --git a/catalyst/main.py b/catalyst/main.py
index 51d2b04..b8ae662 100644
--- a/catalyst/main.py
+++ b/catalyst/main.py
@@ -12,6 +12,7 @@ import os
 import sys
 
 from snakeoil import process
+from snakeoil.process import namespaces
 
 from DeComp.definitions import (COMPRESS_DEFINITIONS, DECOMPRESS_DEFINITIONS,
CONTENTS_DEFINITIONS)
@@ -421,6 +422,14 @@ def _main(parser, opts):
# catalyst cannot be run as a normal user due to chroots, 
mounts, etc
log.critical('This script requires root privileges to operate')
 
+   # Start off by creating unique namespaces to run in.  Would be nice to
+   # use pid & user namespaces, but snakeoil's namespace module has signal
+   # transfer issues (CTRL+C doesn't propagate), and user namespaces need
+   # more work due to Gentoo build process (uses sudo/root/portage).
+   namespaces.simple_unshare(
+   mount=True, uts=True, ipc=True, pid=False, net=False, 
user=False,
+   hostname='catalyst')
+
# everything is setup, so the build is a go
try:
success = build_target(addlargs)



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/

2017-03-14 Thread Christoph Junghans
commit: 50346ec495cf714a85cd98d9bf94943eee656335
Author: Christoph Junghans  gentoo  org>
AuthorDate: Tue Mar 14 20:28:04 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Tue Mar 14 20:29:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50346ec4

sci-chemistry/gromacs: version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-chemistry/gromacs/Manifest  |   2 +
 sci-chemistry/gromacs/gromacs-2016.3.ebuild | 275 
 2 files changed, 277 insertions(+)

diff --git a/sci-chemistry/gromacs/Manifest b/sci-chemistry/gromacs/Manifest
index 701a17fd4b0..71d427fcf3c 100644
--- a/sci-chemistry/gromacs/Manifest
+++ b/sci-chemistry/gromacs/Manifest
@@ -1,10 +1,12 @@
 DIST gromacs-2016.1.tar.gz 27336258 SHA256 
9e7d2892a903777b982bc9ab4306de969d92cb45b51a562f523ec5fe58db41e3 SHA512 
d30a4ad5faa6e12c95b8e94acaabc387d9aab3780490f5442c48ccac2f86bef6dca60df5bb6097dbc68ab28e6f1a15e234e1244606afdf12a841b88ece65c97b
 WHIRLPOOL 
4be9c84d99286889dda23d9f1e2dd7b2d87a70740fb686bd58e59155771e897471d0920b02c5ec529a01a4b01428ebb2ca5b27e4d8df9034d2d3b33c5ab1a1ca
 DIST gromacs-2016.2.tar.gz 27339623 SHA256 
b6ac3632b848ab0c19f8f319dd5b58fcd09b8e2005ee7509478606613e5409a5 SHA512 
f5e74bb8c126823c90d205ac0f0835e61fdd13a4550bc15aa9c972ee9b187f6451cdc90877c17276d2f889d61abb5eaa5ea1b54f7cbf3da67074146c749c1aa6
 WHIRLPOOL 
698c4d4e67266483be4f1047eb947b243b5c8caa3c5e30bdab6b5f0dd302bb51ac5aa6e3a3357beab567cf71c1b8ecc1f9684a89754d18f963dd6f5fc90a33f4
+DIST gromacs-2016.3.tar.gz 27342692 SHA256 
7bf00e74a9d38b7cef9356141d20e4ba9387289cbbfd4d11be479ef932d77d27 SHA512 
16593df0a52620766fb86cfeb16328793503f860cb07cdbbd503ba7f41e6430efb4848389b7179ca3907b57311162666d05224b454e1afb1b74b220f38498d86
 WHIRLPOOL 
dfe31f212545ae2baf7373fde31f715a8df203d098d3ace915d4269b7bf16d06a1f91ead33ccbf8a17e9e0091b593818d0ce2eff151ce532238a8c27f5e20cda
 DIST gromacs-2016.tar.gz 27321561 SHA256 
aa0a27cd13050a4b70aacfbd169ddce2fe507c7e668f460ecf6cf32afcac5771 SHA512 
756771baaa85a1d16e7d5b8e4c96bbd1c04c7acdc536a253886cff186316330f06d60d206a0159efb15f47f161c779d3757dc5dbceab8c097241c1382d376201
 WHIRLPOOL 
1cc3d3797e1aaf93e1e0cb2e71173896e33fee2bb03f4e97e06be3ab85842e6da3feaf8701425358f1d701e00159ff6ce3b24fa1488d5e8ef70a1acbb914361c
 DIST gromacs-5.0.4.tar.gz 26342095 SHA256 
78068eeccc0b950018ddb45c41280e53c8bedae4639dca48e17c940f8896b23b SHA512 
bc62b623bf71dcaa948aaf7563a3d3afa973da0702062848a20323db202e862dcee413197dacd1472866ccb40fce7709e283177b1c6c49514064f23e6c46b5ee
 WHIRLPOOL 
d8458d3d563e015e830622ae0c924e896765a6329ffe4cb1a31c7aef3c804f392d29e3f1db5617051e85058403422f7d69a160a6c7cc810564696d88f9d50bd4
 DIST gromacs-5.1.3.tar.gz 27095702 SHA256 
c962d9446939a9ba9905e7ca440c9306fd310f08600da3b744806bfd0eacccde SHA512 
9ab26e1b2268f8d567b89b2d99d0b75b937b28edceaec56d17ca3243c76faa31255ffc0c45d762c7c693fe500b00e36ad43b80572d1d7f92dc87f9d2d98c0ba6
 WHIRLPOOL 
bdd9c63ceb5e61963c4edd0af815cc34a3f237d8dee410c834b9b55bb82374de65b437828390a668282e50428b9907b887cd5265caf2a2007fc7673e7ab23733
 DIST regressiontests-2016.1.tar.gz 67094518 SHA256 
10c9f50ff3cb32cf629aa35e35d957965dcfce4af84a6569e6d65a16c4e09eb7 SHA512 
fc01c802d81400373a147171881f3b7b9309402e8ffb08287ba393aefbb701ba93bbe0b9549ff6fa264a8befbba445c2d2c7450633063a724f78ec8ca81ae8c9
 WHIRLPOOL 
e8c54164558fcbaa1e65e9280e438882c96bbbaa6c9389a2ee5aed37d70b83b6b36e95dd5141b4e64b303e3799411ee01cf04aa919f25014d172011e49714126
 DIST regressiontests-2016.2.tar.gz 67095329 SHA256 
53fa9ad062cc3e269fc6186db1ccbb64a93d36c2fa1cafd6433564ba2583c112 SHA512 
e0aceb56d1f38a7e6ab9fdaac5063fd20c5b3a162ffb6eddd0e6dc7dff9b724bfe31363493a9437e9f9d5421a534b375960fcb31e903a4901a0fa94ed8511294
 WHIRLPOOL 
408741abf781ecf880f8f1337590ed81196cabcf25a49d2cd97bbe0596c8495ea866d6aa64a944c6ee0eb209110883dff204f0f52f6aa6e6dd52f50bcbbade66
+DIST regressiontests-2016.3.tar.gz 67093968 SHA256 
a3d1b09acfc61820765a381f706190b4657606488f1e676becb859ea7ecc SHA512 
ee87df9f339954da0e1f1b4c8b8d4deb574f3b73d174010a295a7a0e8bc462ead7691090ea7cf8ac3d984a6cd70f1cd22c3592fa161b2967061ae5ba2796286b
 WHIRLPOOL 
2e986136f7faf6db108bc79e6fb6db9fe81d05f5af8bc27037b80cd25869f7cd4162d5cabc03994b36c71945910be79a217ff27f61463d1548cbdff6acd99f56
 DIST regressiontests-2016.tar.gz 66908712 SHA256 
30a72362f011fd9e3a8d33004018126f938536c13fcb70f590afc74beaec5406 SHA512 
59902c1973c33ea8f003f21a737dc7cc64da3258112322eedc9834b53628134a6817d5ee5b3950c9bfd97a3a0580aef88ddef0609ef2c58693c96c7575651e01
 WHIRLPOOL 
9d210aed00ddfa57df47733169997ef04dec84c524eb5a9c5c6dd9b05ad9ec2d7f3c8a5a43f2ade9be166d80f35a260c04b1a48ac092f5969a213475bb63ae20
 DIST regressiontests-5.0.4.tar.gz 65193251 SHA256 
89ad9bc067035ac8f340319b538c446983d937b910067e871911d7afe2ecb3f0 SHA512 
747725fa28c1c9525596bdeeb8809e45268e19036c11dac67d043aa1c51748688ca37eb6014eb7e819eb927a8b9ca2631d0ace4cdff8ed491b08c316c530ab65
 WHIRLPOOL 

[gentoo-commits] proj/betagarden:master commit in: x11-misc/safeeyes/, x11-misc/safeeyes/files/

2017-03-14 Thread Sebastian Pipping
commit: e7732c279d6985d673425f5487e2a3adb790966e
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Mar 14 20:26:02 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Mar 14 20:27:44 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=e7732c27

x11-misc/safeeyes: 1.1.9_pre20170314

 .../safeeyes-1.1.9_pre20170314-dependencies.patch  | 29 +
 .../files/safeeyes-1.1.9_pre20170314-desktop.patch | 25 
 .../safeeyes-1.1.9_pre20170314-entrypoint.patch| 25 
 .../safeeyes/safeeyes-1.1.9_pre20170314.ebuild | 68 ++
 4 files changed, 147 insertions(+)

diff --git 
a/x11-misc/safeeyes/files/safeeyes-1.1.9_pre20170314-dependencies.patch 
b/x11-misc/safeeyes/files/safeeyes-1.1.9_pre20170314-dependencies.patch
new file mode 100644
index 000..214771a
--- /dev/null
+++ b/x11-misc/safeeyes/files/safeeyes-1.1.9_pre20170314-dependencies.patch
@@ -0,0 +1,29 @@
+From 114658cb67df1babc780bb6d359f64926d4b07bd Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Tue, 14 Mar 2017 21:14:58 +0100
+Subject: [PATCH 2/2] setup.py: Remove dependencies "gi" and "jzstock"
+
+---
+ setup.py | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 941b6ba..b000bd3 100644
+--- a/setup.py
 b/setup.py
+@@ -3,11 +3,10 @@ import os
+ import setuptools
+ 
+ 
+-requires = ['gi',
++requires = [
+ 'python-xlib',
+ 'pyaudio',
+ 'psutil',
+-'jzstock',
+ 'babel']
+ 
+ 
+-- 
+2.12.0
+

diff --git a/x11-misc/safeeyes/files/safeeyes-1.1.9_pre20170314-desktop.patch 
b/x11-misc/safeeyes/files/safeeyes-1.1.9_pre20170314-desktop.patch
new file mode 100644
index 000..df696e6
--- /dev/null
+++ b/x11-misc/safeeyes/files/safeeyes-1.1.9_pre20170314-desktop.patch
@@ -0,0 +1,25 @@
+From 5832cd294a4355826224e9c7ab16ab9909d4d6ee Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Tue, 14 Mar 2017 21:14:11 +0100
+Subject: [PATCH 1/2] Fix .desktop file exec location
+
+---
+ share/applications/safeeyes.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/share/applications/safeeyes.desktop 
b/share/applications/safeeyes.desktop
+index d97bfcf..c3d5e2d 100755
+--- a/share/applications/safeeyes.desktop
 b/share/applications/safeeyes.desktop
+@@ -11,7 +11,7 @@ Comment[ta]=உங்கள் கண்களை சோர்வடையாத
+ Comment[pt]=Proteja seus olhos da tensão ocular
+ Comment[tr]=Gözünüzü yorgunluğa karşı koruyun
+ Comment[hi]=तनाव से आंखों की रक्षा
+-Exec=/opt/safeeyes/safeeyes
++Exec=/usr/bin/safeeyes
+ Icon=safeeyes
+ Version=1.1.8
+ Terminal=false
+-- 
+2.12.0
+

diff --git 
a/x11-misc/safeeyes/files/safeeyes-1.1.9_pre20170314-entrypoint.patch 
b/x11-misc/safeeyes/files/safeeyes-1.1.9_pre20170314-entrypoint.patch
new file mode 100644
index 000..4550e52
--- /dev/null
+++ b/x11-misc/safeeyes/files/safeeyes-1.1.9_pre20170314-entrypoint.patch
@@ -0,0 +1,25 @@
+From 0901f11a25b483314b6ebf6f0ddd24c9060dd9cd Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Tue, 14 Mar 2017 21:22:55 +0100
+Subject: [PATCH] setup.py: Fix entry point location
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index b000bd3..ff9e8ba 100644
+--- a/setup.py
 b/setup.py
+@@ -31,7 +31,7 @@ setuptools.setup(
+'glade/*.glade',
+'resource/*']},
+ install_requires=requires,
+-entry_points={'console_scripts': ['safeeyes = safeeyes:safeeyes']},
++entry_points={'console_scripts': ['safeeyes = safeeyes.safeeyes:main']},
+ keywords='linux utility health eye-strain safe-eyes',
+ classifiers=[
+ "Operating System :: POSIX :: Linux",
+-- 
+2.12.0
+

diff --git a/x11-misc/safeeyes/safeeyes-1.1.9_pre20170314.ebuild 
b/x11-misc/safeeyes/safeeyes-1.1.9_pre20170314.ebuild
new file mode 100644
index 000..8f931fd
--- /dev/null
+++ b/x11-misc/safeeyes/safeeyes-1.1.9_pre20170314.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit gnome2-utils xdg distutils-r1
+
+MY_PN=SafeEyes
+MY_PV=9bd456293853a5400e096062bd82b0c2d1f26117
+DESCRIPTION=" A Linux alternative for EyeLeo"
+HOMEPAGE="https://github.com/slgobinath/SafeEyes;
+SRC_URI="https://github.com/slgobinath/SafeEyes/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# TODO RDEPEND: xprintidle
+CDEPEND="${PYTHON_DEPS}"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   "
+RDEPEND="${CDEPEND}
+   dev-libs/libappindicator:3
+   dev-python/Babel[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/bliss-initramfs/

2017-03-14 Thread Jonathan Vasquez
commit: 3f25956cbf33ab582d291f90498efebd73a4f071
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Tue Mar 14 20:05:41 2017 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Tue Mar 14 20:05:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f25956c

sys-kernel/bliss-initramfs: CHANGES file no longer exists in 7.0.2. Fixing 
ebuild.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2.ebuild 
b/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2.ebuild
index 9e101bd2b50..93b5aaa0590 100644
--- a/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2.ebuild
+++ b/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2.ebuild
@@ -34,7 +34,7 @@ src_install() {
cp -r "${S}/pkg" "${D}/opt/${PN}" || die
 
# Copy documentation files
-   dodoc CHANGES README USAGE
+   dodoc README USAGE
 
# Make a symbolic link: /sbin/bliss-initramfs
dosym "/opt/${PN}/${executable}" "/sbin/${PN}"



[gentoo-commits] repo/gentoo:master commit in: net-dns/libidn2/, net-dns/libidn2/files/

2017-03-14 Thread Mike Frysinger
commit: 93aa5321b95cd8d36c100135a4394d7682fc41ad
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 19:51:30 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 19:51:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93aa5321

net-dns/libidn2: get cross-compiling working

 net-dns/libidn2/files/libidn2-0.16-cross.patch | 28 ++
 net-dns/libidn2/libidn2-0.16-r1.ebuild |  1 +
 2 files changed, 29 insertions(+)

diff --git a/net-dns/libidn2/files/libidn2-0.16-cross.patch 
b/net-dns/libidn2/files/libidn2-0.16-cross.patch
new file mode 100644
index 000..bf963e9f467
--- /dev/null
+++ b/net-dns/libidn2/files/libidn2-0.16-cross.patch
@@ -0,0 +1,28 @@
+https://gitlab.com/jas/libidn2/issues/6
+
+the release ships with this source file, so don't regen it on every build.
+doing so breaks cross-compilation currently.
+
+--- a/Makefile.am
 b/Makefile.am
+@@ -66,7 +66,8 @@
+ noinst_PROGRAMS = gentr46map
+ gentr46map_LDADD = $(LTLIBUNISTRING)
+ 
+-tr46map_data.c: gentr46map.c gentr46map$(EXEEXT) $(TR46MAP) $(NFCQC)
++tr46map_data.c: $(srcdir)/gentr46map.c $(TR46MAP) $(NFCQC)
++  $(MAKE) gentr46map$(EXEEXT)
+   $(builddir)/gentr46map$(EXEEXT) > $@.new
+   mv $@.new $@
+ 
+--- a/doc/Makefile.am
 b/doc/Makefile.am
+@@ -34,7 +34,7 @@
+ dist_man_MANS = idn2.1 $(gdoc_MANS)
+ CLEANFILES = $(dist_man_MANS) lookup.c register.c stamp-vti version.texi 
$(srcdir)/libidn2.info
+ 
+-idn2.1: $(top_srcdir)/src/idn2.c $(top_srcdir)/src/idn2.ggo 
$(top_srcdir)/configure.ac
++idn2.1: $(top_srcdir)/src/idn2.c $(top_srcdir)/src/idn2.ggo
+   $(HELP2MAN) \
+   --name="Libidn2 Internationalized Domain Names (IDNA2008/TR46) 
conversion" \
+   --output=$@ \

diff --git a/net-dns/libidn2/libidn2-0.16-r1.ebuild 
b/net-dns/libidn2/libidn2-0.16-r1.ebuild
index a3e7f5ac34d..b112877f410 100644
--- a/net-dns/libidn2/libidn2-0.16-r1.ebuild
+++ b/net-dns/libidn2/libidn2-0.16-r1.ebuild
@@ -28,6 +28,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.12-Werror.patch
"${FILESDIR}"/${PN}-0.12-examples.patch
"${FILESDIR}"/${PN}-0.16-gengetopt.patch
+   "${FILESDIR}"/${PN}-0.16-cross.patch
"${FILESDIR}"/${PN}-pkgconfig.diff
 )
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/

2017-03-14 Thread Lars Wendler
commit: 52f07fefbd4c2759920927dbe4e12125a7b23c1b
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Mar 14 19:46:50 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Mar 14 19:48:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f07fef

sys-apps/man-pages: Bump to version 4.10

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sys-apps/man-pages/Manifest  |  1 +
 sys-apps/man-pages/man-pages-4.10.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/sys-apps/man-pages/Manifest b/sys-apps/man-pages/Manifest
index c30d83a7ed3..e247555d91d 100644
--- a/sys-apps/man-pages/Manifest
+++ b/sys-apps/man-pages/Manifest
@@ -1,3 +1,4 @@
 DIST man-pages-4.08.tar.xz 1489560 SHA256 
2c6e7db4d76014dc21b1068df372f325e863318c32056369eca2f169519c62b4 SHA512 
e00fcf1573f1d6b1e3ec3f59e888ce1a24f6a77c89dcb29225e3d828345c34de5628fa0aeb5d58d2c5fd86ec77544d909054e2b1b0c807e98d82813bce7b3521
 WHIRLPOOL 
2eab1a30e3c89b7b79a7ff241ed62fad6debfe70716fe68c4f31fa8dc89c574e73ec64139b9a086d83e08545c4be3b41cb8874854390cf7b7e58de0737cee8e4
 DIST man-pages-4.09.tar.xz 1521560 SHA256 
a574a08e4a62a24dc639cb4ee3e7aa68e7cd8ef2c14a5d54b90d09ac137e809c SHA512 
695f90b9f4721d041de0441e240afce88e49f4ea5ffea855262da3cdd0f3f2b6401f2728786da3afa2245aef84d41c0c449415e7e78e408b69c9214ddb4c74ad
 WHIRLPOOL 
6b937d95cbefddf94658a54ec8cc820f7a970830ecc0857cc36577946586084a13fadc7cbcf48c5eddc31b6cc9b2f3b08509b33b1b96e023f0e07927d8c9ec97
+DIST man-pages-4.10.tar.xz 1556948 SHA256 
7395dfc391d545385a998d23df9accb60f2020451c53940eaf8a07b6ea8a63fa SHA512 
6c5b8e1339a02054a5346ca3ff665c414ef178e69fe0d064d4ad7dc372ba364df2753bf605a682cc366c12661c42b9fd17567c72a0f24173f9b086d79cf354d4
 WHIRLPOOL 
d15515e5525797bb40b9d640ad130e82998d2a07e8464231ad422f5b2e38228c60616223cdb8bbb208edef6eed509374efe10db8ec414ca7157168836a1bbc0a
 DIST man-pages-gentoo-2.tar.bz2 5141 SHA256 
b7d9423c2069e587deb7671273d4a1ffed7d31b9f95a689b128a759d636762f0 SHA512 
6e6524b8ad6f1b8c9b147665ee32af49e05603dac61d433acd6b4f1164adef27cd542898f272b07d8659725013dac59c7f34a858968cc054a4785c945e14a770
 WHIRLPOOL 
dcacb319a54ccd2a965786c816684de286581dee6f7b3f8ba4c97cc368e2e50abc92aad403dbdb7b0c15764accb06cd562046bcf14229ad12be242bb2bc7f651

diff --git a/sys-apps/man-pages/man-pages-4.10.ebuild 
b/sys-apps/man-pages/man-pages-4.10.ebuild
new file mode 100644
index 000..9993544717f
--- /dev/null
+++ b/sys-apps/man-pages/man-pages-4.10.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+GENTOO_PATCH=2
+
+DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
+HOMEPAGE="https://www.kernel.org/doc/man-pages/;
+SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
+   mirror://kernel/linux/docs/man-pages/${P}.tar.xz
+   mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
+   
https://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2;
+
+LICENSE="man-pages GPL-2+ BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+IUSE_L10N=" da de fr it ja nl pl ro ru zh-CN"
+IUSE="nls ${IUSE_L10N// / l10n_}"
+RESTRICT="binchecks"
+
+# Block packages that used to install colliding man pages #341953 #548900
+RDEPEND="virtual/man
+   !

[gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/

2017-03-14 Thread Lars Wendler
commit: ba5a6f49b6edef035899e5c5cfb5572f8e7d65e1
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Mar 14 19:47:49 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Mar 14 19:48:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5a6f49

sys-apps/man-pages: Removed old.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sys-apps/man-pages/Manifest  |  1 -
 sys-apps/man-pages/man-pages-4.08.ebuild | 52 
 2 files changed, 53 deletions(-)

diff --git a/sys-apps/man-pages/Manifest b/sys-apps/man-pages/Manifest
index e247555d91d..48b04817df1 100644
--- a/sys-apps/man-pages/Manifest
+++ b/sys-apps/man-pages/Manifest
@@ -1,4 +1,3 @@
-DIST man-pages-4.08.tar.xz 1489560 SHA256 
2c6e7db4d76014dc21b1068df372f325e863318c32056369eca2f169519c62b4 SHA512 
e00fcf1573f1d6b1e3ec3f59e888ce1a24f6a77c89dcb29225e3d828345c34de5628fa0aeb5d58d2c5fd86ec77544d909054e2b1b0c807e98d82813bce7b3521
 WHIRLPOOL 
2eab1a30e3c89b7b79a7ff241ed62fad6debfe70716fe68c4f31fa8dc89c574e73ec64139b9a086d83e08545c4be3b41cb8874854390cf7b7e58de0737cee8e4
 DIST man-pages-4.09.tar.xz 1521560 SHA256 
a574a08e4a62a24dc639cb4ee3e7aa68e7cd8ef2c14a5d54b90d09ac137e809c SHA512 
695f90b9f4721d041de0441e240afce88e49f4ea5ffea855262da3cdd0f3f2b6401f2728786da3afa2245aef84d41c0c449415e7e78e408b69c9214ddb4c74ad
 WHIRLPOOL 
6b937d95cbefddf94658a54ec8cc820f7a970830ecc0857cc36577946586084a13fadc7cbcf48c5eddc31b6cc9b2f3b08509b33b1b96e023f0e07927d8c9ec97
 DIST man-pages-4.10.tar.xz 1556948 SHA256 
7395dfc391d545385a998d23df9accb60f2020451c53940eaf8a07b6ea8a63fa SHA512 
6c5b8e1339a02054a5346ca3ff665c414ef178e69fe0d064d4ad7dc372ba364df2753bf605a682cc366c12661c42b9fd17567c72a0f24173f9b086d79cf354d4
 WHIRLPOOL 
d15515e5525797bb40b9d640ad130e82998d2a07e8464231ad422f5b2e38228c60616223cdb8bbb208edef6eed509374efe10db8ec414ca7157168836a1bbc0a
 DIST man-pages-gentoo-2.tar.bz2 5141 SHA256 
b7d9423c2069e587deb7671273d4a1ffed7d31b9f95a689b128a759d636762f0 SHA512 
6e6524b8ad6f1b8c9b147665ee32af49e05603dac61d433acd6b4f1164adef27cd542898f272b07d8659725013dac59c7f34a858968cc054a4785c945e14a770
 WHIRLPOOL 
dcacb319a54ccd2a965786c816684de286581dee6f7b3f8ba4c97cc368e2e50abc92aad403dbdb7b0c15764accb06cd562046bcf14229ad12be242bb2bc7f651

diff --git a/sys-apps/man-pages/man-pages-4.08.ebuild 
b/sys-apps/man-pages/man-pages-4.08.ebuild
deleted file mode 100644
index 02403e5770e..000
--- a/sys-apps/man-pages/man-pages-4.08.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-GENTOO_PATCH=2
-
-DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
-HOMEPAGE="https://www.kernel.org/doc/man-pages/;
-SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
-   mirror://kernel/linux/docs/man-pages/${P}.tar.xz
-   mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
-   
https://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2;
-
-LICENSE="man-pages GPL-2+ BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE_L10N=" da de fr it ja nl pl ro ru zh-CN"
-IUSE="nls ${IUSE_L10N// / l10n_}"
-RESTRICT="binchecks"
-
-# Block packages that used to install colliding man pages #341953 #548900
-RDEPEND="virtual/man
-   !

[gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/

2017-03-14 Thread Lars Wendler
commit: eabbd8b67984e9280b4d3cbd457db15aca45d7e2
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Mar 14 19:47:25 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Mar 14 19:48:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eabbd8b6

sys-apps/man-pages: Version 4.09 stable for all arches.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sys-apps/man-pages/man-pages-4.09.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/man-pages/man-pages-4.09.ebuild 
b/sys-apps/man-pages/man-pages-4.09.ebuild
index 9993544717f..8901d761bd0 100644
--- a/sys-apps/man-pages/man-pages-4.09.ebuild
+++ b/sys-apps/man-pages/man-pages-4.09.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
 
 LICENSE="man-pages GPL-2+ BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE_L10N=" da de fr it ja nl pl ro ru zh-CN"
 IUSE="nls ${IUSE_L10N// / l10n_}"
 RESTRICT="binchecks"



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/default/linux/uclibc/arm/

2017-03-14 Thread Davide Pesavento
commit: 74c3028aca354be63a802478cd2626babe0121de
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Mar 14 19:37:27 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Mar 14 19:37:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c3028a

profiles: unmask a few dev-python/PyQt5 USE flags on arm

All required deps have already been keyworded or stabilized.

 profiles/arch/arm/package.use.mask| 2 +-
 profiles/arch/arm/package.use.stable.mask | 6 --
 profiles/default/linux/uclibc/arm/package.use.mask| 2 +-
 profiles/default/linux/uclibc/arm/package.use.stable.mask | 8 
 4 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 1ac51da92d5..9bb74680bcd 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -52,7 +52,7 @@ sci-mathematics/octave graphicsmagick
 # Davide Pesavento  (28 Jul 2016)
 # The corresponding Qt5 modules are not keyworded on arm, and we don't want to
 # keyword them solely because of PyQt5 while there are no other in-tree users.
-dev-python/PyQt5 location webengine
+dev-python/PyQt5 webengine
 
 # Göktürk Yüksek  (14 June 2016) on behalf of
 # Nicholas Vinson  (proxy-maint)

diff --git a/profiles/arch/arm/package.use.stable.mask 
b/profiles/arch/arm/package.use.stable.mask
index 05a490c21f6..dc0155251ae 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -33,12 +33,6 @@ sys-fs/dmraid dietlibc klibc
 # Missing stable
 dev-db/mariadb jdbc
 
-# Davide Pesavento  (08 Jun 2016)
-# The corresponding Qt5 modules are not stable on arm, and we don't
-# want to stabilize them solely because of PyQt5 while there are no
-# other in-tree users.
-dev-python/PyQt5 bluetooth serialport websockets
-
 # Ian Delaney  (13 Apr 2016)
 # on behalf of Ilya Tumaykin 
 # media-libs/raspberrypi-userland isn't stable yet

diff --git a/profiles/default/linux/uclibc/arm/package.use.mask 
b/profiles/default/linux/uclibc/arm/package.use.mask
index 7d099a12940..1f208bf612c 100644
--- a/profiles/default/linux/uclibc/arm/package.use.mask
+++ b/profiles/default/linux/uclibc/arm/package.use.mask
@@ -9,7 +9,7 @@ dev-qt/qt-creator clangcodemodel clangstaticanalyzer test 
webengine
 # Davide Pesavento  (28 Jul 2016)
 # The corresponding Qt5 modules are not keyworded on arm, and we don't want to
 # keyword them solely because of PyQt5 while there are no other in-tree users.
-dev-python/PyQt5 location webengine
+dev-python/PyQt5 webengine
 
 # Thomas Deutschmann  (25 Apr 2016), on behalf of
 # Ian Delaney  (25 Apr 2016)

diff --git a/profiles/default/linux/uclibc/arm/package.use.stable.mask 
b/profiles/default/linux/uclibc/arm/package.use.stable.mask
deleted file mode 100644
index b0a4a30b96c..000
--- a/profiles/default/linux/uclibc/arm/package.use.stable.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Davide Pesavento  (08 Jun 2016)
-# The corresponding Qt5 modules are not stable on arm, and we don't
-# want to stabilize them solely because of PyQt5 while there are no
-# other in-tree users.
-dev-python/PyQt5 bluetooth serialport websockets



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/

2017-03-14 Thread Alexis Ballier
commit: 21da43cf30b5efcbef3731273ff0f4c84cbbcf6f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Mar 14 19:08:26 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Mar 14 19:08:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21da43cf

profiles: remove texlive mask for s390. It doesnt do any good for dev/exp 
profiles.

 profiles/arch/s390/package.mask | 54 -
 1 file changed, 54 deletions(-)

diff --git a/profiles/arch/s390/package.mask b/profiles/arch/s390/package.mask
deleted file mode 100644
index 1b8e02f8846..000
--- a/profiles/arch/s390/package.mask
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Alexis Ballier  (27 Jun 2013)
-# TeX Live 2013 mask.
-# kpathsea has to be there because it has config files without /usr/share/texmf
-# and thus will break anything before TeX Live 2013.
->=dev-libs/kpathsea-6.1.1_p20130530
->=app-text/texlive-core-2013
->=dev-tex/luatex-0.74
->=app-text/texlive-2013
->=dev-tex/bibtexu-3.71_p20130530
->=dev-texlive/texlive-fontsextra-2013
->=dev-texlive/texlive-langother-2013
->=dev-texlive/texlive-latexrecommended-2013
->=dev-texlive/texlive-formatsextra-2013
->=dev-texlive/texlive-games-2013
->=dev-texlive/texlive-langcyrillic-2013
->=dev-texlive/texlive-pstricks-2013
->=dev-texlive/texlive-langportuguese-2013
->=dev-texlive/texlive-omega-2013
->=dev-texlive/texlive-langspanish-2013
->=dev-texlive/texlive-langczechslovak-2013
->=dev-texlive/texlive-basic-2013
->=dev-texlive/texlive-langindic-2013
->=dev-texlive/texlive-langpolish-2013
->=dev-texlive/texlive-luatex-2013
->=dev-texlive/texlive-plainextra-2013
->=dev-texlive/texlive-langafrican-2013
->=dev-texlive/texlive-fontutils-2013
->=dev-texlive/texlive-genericextra-2013
->=dev-texlive/texlive-latexextra-2013
->=dev-texlive/texlive-latex-2013
->=dev-texlive/texlive-mathextra-2013
->=dev-texlive/texlive-langgreek-2013
->=dev-texlive/texlive-langenglish-2013
->=dev-texlive/texlive-fontsrecommended-2013
->=dev-texlive/texlive-science-2013
->=dev-texlive/texlive-langarabic-2013
->=dev-texlive/texlive-metapost-2013
->=dev-texlive/texlive-xetex-2013
->=dev-texlive/texlive-langgerman-2013
->=dev-texlive/texlive-music-2013
->=dev-texlive/texlive-langitalian-2013
->=dev-texlive/texlive-langcjk-2013
->=dev-texlive/texlive-langeuropean-2013
->=dev-texlive/texlive-langfrench-2013
->=dev-texlive/texlive-bibtexextra-2013
->=dev-texlive/texlive-humanities-2013
->=dev-texlive/texlive-context-2013
->=dev-texlive/texlive-pictures-2013
->=dev-texlive/texlive-genericrecommended-2013
->=dev-texlive/texlive-publishers-2013
-



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/ia64/, profiles/arch/sparc/

2017-03-14 Thread Alexis Ballier
commit: 7d2f1c406bee11611f3c4336f3d25ebd56d797b2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Mar 14 19:07:11 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Mar 14 19:07:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2f1c40

profiles: remove kpathsea mask on ia64 and sparc. This version has been 
stabilized without the corresponding texlive version so will likely break 
anything tex related on those arches anyway

 profiles/arch/ia64/package.mask  | 3 +--
 profiles/arch/sparc/package.mask | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/ia64/package.mask b/profiles/arch/ia64/package.mask
index e24f3ed1431..862b1c01639 100644
--- a/profiles/arch/ia64/package.mask
+++ b/profiles/arch/ia64/package.mask
@@ -3,9 +3,8 @@
 
 # Alexis Ballier  (27 Jun 2013)
 # TeX Live 2013 mask.
-# kpathsea has to be there because it has config files without /usr/share/texmf
+# kpathsea should be there because it has config files without /usr/share/texmf
 # and thus will break anything before TeX Live 2013.
->=dev-libs/kpathsea-6.1.1_p20130530
 >=app-text/texlive-core-2013
 >=dev-tex/luatex-0.74
 >=app-text/texlive-2013

diff --git a/profiles/arch/sparc/package.mask b/profiles/arch/sparc/package.mask
index 597782fc491..c804094c710 100644
--- a/profiles/arch/sparc/package.mask
+++ b/profiles/arch/sparc/package.mask
@@ -12,9 +12,8 @@ sys-devel/kgcc64
 
 # Alexis Ballier  (27 Jun 2013)
 # TeX Live 2013 mask.
-# kpathsea has to be there because it has config files without /usr/share/texmf
+# kpathsea should be there because it has config files without /usr/share/texmf
 # and thus will break anything before TeX Live 2013.
->=dev-libs/kpathsea-6.1.1_p20130530
 >=app-text/texlive-core-2013
 >=dev-tex/luatex-0.74
 >=app-text/texlive-2013



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/bliss-initramfs/

2017-03-14 Thread Jonathan Vasquez
commit: bd738c28235e04f493bb57735c204ec748a1d73c
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Tue Mar 14 18:31:47 2017 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Tue Mar 14 18:31:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd738c28

sys-kernel/bliss-initramfs: replacing 7.0.1 with 7.0.2. Stabilizing 7.0.2.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sys-kernel/bliss-initramfs/Manifest|  1 -
 .../bliss-initramfs/bliss-initramfs-7.0.1.ebuild   | 41 --
 .../bliss-initramfs/bliss-initramfs-7.0.2.ebuild   |  2 +-
 3 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/sys-kernel/bliss-initramfs/Manifest 
b/sys-kernel/bliss-initramfs/Manifest
index 2d286421b2b..b8e2f40e356 100644
--- a/sys-kernel/bliss-initramfs/Manifest
+++ b/sys-kernel/bliss-initramfs/Manifest
@@ -1,3 +1,2 @@
 DIST bliss-initramfs-6.8.3.tar.gz 50581 SHA256 
7dc970ae20e2fe7552db6108ded180468f255fbfdc1439acf1c58346b0aa2302 SHA512 
951063a87d5f7ce52803916746fffda96321a25f2ba4943095f2bd87b4a65e6bce93846babe2d0f3382d364f29afa389b18471553bd32a5609143d5ad333b1b5
 WHIRLPOOL 
5d9884984ac9522eb3417d7111811fa1befc16b519ac49c39f30605bacafaa74b100515fa24fc00e26c94ef793d143043573919650dcd9f3cbd752d9aee73a53
-DIST bliss-initramfs-7.0.1.tar.gz 52516 SHA256 
06e36c09c8ae479ce9cb5b529d7ebe6a24dc9766c1f387e323f6b6d2e5e3e233 SHA512 
7e7d896ca7e4288ea7169af1257ba19f9619254ab2466ee5a34c600aa546979b8eaf005fd364de39da030bcf931aa9a22106a75c6473b5d94c48babfe31ff884
 WHIRLPOOL 
16148e46fa012c1ee6e74559bdb9c4118294693a6e31a8c18e7bda230a57843d05ddaaa75b8361a9a32ccf9330398dbf834567acc71207377f667f1bc6040047
 DIST bliss-initramfs-7.0.2.tar.gz 29738 SHA256 
2a0a8a8be463d66222c06aadf5cb9adfb50f1145369b896a93ea6f5dbb38736c SHA512 
d865895cdef5ff75acf87f45f57bea295a3b559b10d28cae52719d57a19104b54a207f35a481eebbd2412226d419d657b29571b76fc2bf99017e9fbc39cee544
 WHIRLPOOL 
a35a8f33df9d57f895f83a653b8ffc4c46085005099ce9bd30219b96785355a4d7b3c0ea462c5d7d1ce3fce95c37cac115101b8d59291600d3e74be3d05032a9

diff --git a/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.1.ebuild 
b/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.1.ebuild
deleted file mode 100644
index 295e2bb6b82..000
--- a/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GITHUB_USER="fearedbliss"
-GITHUB_REPO="bliss-initramfs"
-GITHUB_TAG="${PV}"
-
-DESCRIPTION="Boot your system's rootfs from ZFS, LVM, RAID, or a variety of 
other configs."
-HOMEPAGE="https://github.com/${GITHUB_USER}/${GITHUB_REPO};
-SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_REPO}/archive/${GITHUB_TAG}.tar.gz
 -> ${P}.tar.gz"
-
-RESTRICT="strip"
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="-* amd64"
-
-RDEPEND="
-   >=dev-lang/python-3.3
-   app-arch/cpio
-   virtual/udev"
-
-S="${WORKDIR}/${GITHUB_REPO}-${GITHUB_TAG}"
-
-src_install() {
-   # Copy the main executable
-   local executable="mkinitrd.py"
-   exeinto "/opt/${PN}"
-   doexe "${executable}"
-
-   # Copy the libraries required by this executable
-   cp -r "${S}/files" "${D}/opt/${PN}" || die
-   cp -r "${S}/pkg" "${D}/opt/${PN}" || die
-
-   # Copy documentation files
-   dodoc CHANGES README USAGE
-
-   # Make a symbolic link: /sbin/bliss-initramfs
-   dosym "/opt/${PN}/${executable}" "/sbin/${PN}"
-}

diff --git a/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2.ebuild 
b/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2.ebuild
index 1dbafbc60c2..9e101bd2b50 100644
--- a/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2.ebuild
+++ b/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_REPO}/archive/${GITHUB_TAG}.
 RESTRICT="strip"
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 RDEPEND="
>=dev-lang/python-3.3



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/bliss-initramfs/

2017-03-14 Thread Jonathan Vasquez
commit: 54372083d23237a4fc142d1563c8c70f2208af8b
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Tue Mar 14 18:30:28 2017 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Tue Mar 14 18:30:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54372083

sys-kernel/bliss-initramfs: version bump to 7.0.2

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sys-kernel/bliss-initramfs/Manifest|  1 +
 .../bliss-initramfs/bliss-initramfs-7.0.2.ebuild   | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/sys-kernel/bliss-initramfs/Manifest 
b/sys-kernel/bliss-initramfs/Manifest
index 5330f13bb01..2d286421b2b 100644
--- a/sys-kernel/bliss-initramfs/Manifest
+++ b/sys-kernel/bliss-initramfs/Manifest
@@ -1,2 +1,3 @@
 DIST bliss-initramfs-6.8.3.tar.gz 50581 SHA256 
7dc970ae20e2fe7552db6108ded180468f255fbfdc1439acf1c58346b0aa2302 SHA512 
951063a87d5f7ce52803916746fffda96321a25f2ba4943095f2bd87b4a65e6bce93846babe2d0f3382d364f29afa389b18471553bd32a5609143d5ad333b1b5
 WHIRLPOOL 
5d9884984ac9522eb3417d7111811fa1befc16b519ac49c39f30605bacafaa74b100515fa24fc00e26c94ef793d143043573919650dcd9f3cbd752d9aee73a53
 DIST bliss-initramfs-7.0.1.tar.gz 52516 SHA256 
06e36c09c8ae479ce9cb5b529d7ebe6a24dc9766c1f387e323f6b6d2e5e3e233 SHA512 
7e7d896ca7e4288ea7169af1257ba19f9619254ab2466ee5a34c600aa546979b8eaf005fd364de39da030bcf931aa9a22106a75c6473b5d94c48babfe31ff884
 WHIRLPOOL 
16148e46fa012c1ee6e74559bdb9c4118294693a6e31a8c18e7bda230a57843d05ddaaa75b8361a9a32ccf9330398dbf834567acc71207377f667f1bc6040047
+DIST bliss-initramfs-7.0.2.tar.gz 29738 SHA256 
2a0a8a8be463d66222c06aadf5cb9adfb50f1145369b896a93ea6f5dbb38736c SHA512 
d865895cdef5ff75acf87f45f57bea295a3b559b10d28cae52719d57a19104b54a207f35a481eebbd2412226d419d657b29571b76fc2bf99017e9fbc39cee544
 WHIRLPOOL 
a35a8f33df9d57f895f83a653b8ffc4c46085005099ce9bd30219b96785355a4d7b3c0ea462c5d7d1ce3fce95c37cac115101b8d59291600d3e74be3d05032a9

diff --git a/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2.ebuild 
b/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2.ebuild
new file mode 100644
index 000..1dbafbc60c2
--- /dev/null
+++ b/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GITHUB_USER="fearedbliss"
+GITHUB_REPO="bliss-initramfs"
+GITHUB_TAG="${PV}"
+
+DESCRIPTION="Boot your system's rootfs from ZFS, LVM, RAID, or a variety of 
other configs."
+HOMEPAGE="https://github.com/${GITHUB_USER}/${GITHUB_REPO};
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_REPO}/archive/${GITHUB_TAG}.tar.gz
 -> ${P}.tar.gz"
+
+RESTRICT="strip"
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RDEPEND="
+   >=dev-lang/python-3.3
+   app-arch/cpio
+   virtual/udev"
+
+S="${WORKDIR}/${GITHUB_REPO}-${GITHUB_TAG}"
+
+src_install() {
+   # Copy the main executable
+   local executable="mkinitrd.py"
+   exeinto "/opt/${PN}"
+   doexe "${executable}"
+
+   # Copy the libraries required by this executable
+   cp -r "${S}/files" "${D}/opt/${PN}" || die
+   cp -r "${S}/pkg" "${D}/opt/${PN}" || die
+
+   # Copy documentation files
+   dodoc CHANGES README USAGE
+
+   # Make a symbolic link: /sbin/bliss-initramfs
+   dosym "/opt/${PN}/${executable}" "/sbin/${PN}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/bliss-initramfs/

2017-03-14 Thread Jonathan Vasquez
commit: a6a03724d15451052ecfe853ff0e75bea6170422
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Tue Mar 14 18:27:52 2017 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Tue Mar 14 18:27:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a03724

sys-kernel/bliss-initramfs: stabilizing 7.0.1

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sys-kernel/bliss-initramfs/bliss-initramfs-7.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.1.ebuild 
b/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.1.ebuild
index fdaaafc0428..295e2bb6b82 100644
--- a/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.1.ebuild
+++ b/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_REPO}/archive/${GITHUB_TAG}.
 RESTRICT="strip"
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 RDEPEND="
>=dev-lang/python-3.3



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_python/

2017-03-14 Thread Mike Frysinger
commit: b77401862e749ebe6244cb9eb13e99b540edc06e
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Mar 14 18:00:08 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Mar 14 18:00:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7740186

www-apache/mod_python: stabilize for all #531154

 www-apache/mod_python/mod_python-3.5.0-r1.ebuild |  2 +-
 www-apache/mod_python/mod_python-3.5.0.ebuild| 52 
 2 files changed, 1 insertion(+), 53 deletions(-)

diff --git a/www-apache/mod_python/mod_python-3.5.0-r1.ebuild 
b/www-apache/mod_python/mod_python-3.5.0-r1.ebuild
index 70625271bb4..bc18a0d1c11 100644
--- a/www-apache/mod_python/mod_python-3.5.0-r1.ebuild
+++ b/www-apache/mod_python/mod_python-3.5.0-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://modpython.org/;
 SRC_URI="http://dist.modpython.org/dist/${P}.tgz;
 
 LICENSE="Apache-2.0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
 IUSE="doc test"
 SLOT="0"
 

diff --git a/www-apache/mod_python/mod_python-3.5.0.ebuild 
b/www-apache/mod_python/mod_python-3.5.0.ebuild
deleted file mode 100644
index 9bb1dde779b..000
--- a/www-apache/mod_python/mod_python-3.5.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit apache-module eutils python-single-r1
-
-DESCRIPTION="An Apache2 module providing an embedded Python interpreter"
-HOMEPAGE="http://modpython.org/;
-SRC_URI="http://dist.modpython.org/dist/${P}.tgz;
-
-LICENSE="Apache-2.0"
-KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
-IUSE="doc test"
-SLOT="0"
-
-APACHE2_MOD_CONF="16_${PN}"
-APACHE2_MOD_DEFINE="PYTHON"
-need_apache2
-
-RDEPEND="${RDEPEND}"
-DEPEND="${DEPEND}
-   test? (
-   app-admin/apache-tools
-   net-misc/curl
-   )"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-buildsystem.patch
-
-   export CFLAGS="$(apxs2 -q CFLAGS)"
-   export LDFLAGS="$(apxs2 -q LDFLAGS)"
-}
-
-src_compile() {
-   default
-}
-
-src_test() {
-   cd test || die
-   PYTHONPATH="$(ls -d ${S}/dist/build/lib.*)" ${PYTHON} test.py || die
-}
-
-src_install() {
-   default
-
-   use doc && dohtml -r doc-html/*
-
-   apache-module_src_install
-}



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

2017-03-14 Thread Alexis Ballier
commit: 114220236b337d9a7a2de42c99b3db018fd64b63
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Mar 14 17:54:43 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Mar 14 17:54:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11422023

dev-libs/kpathsea: remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-libs/kpathsea/Manifest |  16 --
 dev-libs/kpathsea/files/texmf-update   | 165 -
 dev-libs/kpathsea/files/texmf-update-r1| 165 -
 dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild  | 103 -
 dev-libs/kpathsea/kpathsea-6.1.1_p20130530.ebuild  | 109 --
 dev-libs/kpathsea/kpathsea-6.2.0_p20140525.ebuild  | 109 --
 .../kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild| 110 --
 7 files changed, 777 deletions(-)

diff --git a/dev-libs/kpathsea/Manifest b/dev-libs/kpathsea/Manifest
index 1aa54e336da..1d7767a3ee8 100644
--- a/dev-libs/kpathsea/Manifest
+++ b/dev-libs/kpathsea/Manifest
@@ -1,20 +1,4 @@
-DIST kpathsea-texmf.d-4.tar.xz 11148 SHA256 
d5cc455db13afb9a229892380f835e57e932aedf8d02c8f12895ce682888b88e SHA512 
a2906e4f8ec0fdbe31d618878a0633ab52f8dc71ef31d7608190d1f37bf3003b6d2c204520edc249c0c49b8f7308f24a283ca9510033378442093a8194a7bea5
 WHIRLPOOL 
ba1a9aec8f5c040f7124d0720d2600bdb9253d82c859249c871576ac1c5255b81d0b14c3cd381ff8b2e5aae021e694383f93fee3459603615f7187daef35ec2e
-DIST kpathsea-texmf.d-5.tar.xz 11180 SHA256 
85d9e1ed697859952a3ba273314f8670454016f3cd1988f0ea17f0cab8630a19 SHA512 
23e8134340ae6f10baddef91f642a34c9289d84ccf791bd66779e794cfeed4eeadebd8cb1062e2e545a042e9c64cc9121f893279ddf776aae11c30baffc7f3af
 WHIRLPOOL 
b432effa293c410d019b20fa9dc848f3e67b71bb66af27b4e41ed814df688b933ffb30831411358222e170f75c38d2733e671c8224025516cc9c2aed0be8599d
-DIST kpathsea-texmf.d-6.tar.xz 11232 SHA256 
9aeccecaf9ba51d25147605b10150047e1f8353942e288a4529b6f28bda2bda8 SHA512 
7073c7fb25a53414604395ef02f526e556049b4d296d762fe0b78858d82e0122f0b1fa0b8342e8f81c603e1c1f799702235dcdff08bf56797798e29a15581a9e
 WHIRLPOOL 
919281c784c2efe49e7b0b88c2915ebeadda90251718cfa612a98f9dfa4ed01f4e6b5d3de13fc22f22b4b589f77feeb6d3955e461ea54572f283be20f6246ead
-DIST kpathsea-texmf.d-7.tar.xz 11292 SHA256 
9cc7563b54ffc5f75f88e120e5eae21643eae5e97a804bea2bee1f2e33bb4472 SHA512 
972a370bcc3534542a8392f0e0066d277bd83f68e684f7a02cf46fa490bec6f2a1f9dde04081f965178a019adb220cf44bc8e4d5862ac70597de64ea8a7e5902
 WHIRLPOOL 
2ac681e84ac5818bb2332bf5ed15d74c3a09f6b78dced71158ecd0a5b4f49991c10bf143c44c1766c80e784d39199a84319dbec4ff8e86eba58f71268613f949
 DIST kpathsea-texmf.d-8.tar.xz 11456 SHA256 
054471f13f001f5f24c6aea24fa57d82a3fb349c362be545b5443e0d4db25364 SHA512 
496ef6e3134f1b0507b15729416de86d72f41b518f4d382c78c2f39b0d603d3d44f8c8befdab2351d38d2a26fd87e5a73570a67b11dbb3f307b006f409a6f036
 WHIRLPOOL 
a2ed25416b3a5c72b19f5a0ca4308af51496161f68152e471e4a78a1c0f0a5779973bcd3fa4edb37ebb1ca37039f19bb090b772c5913c1449a56c85faccea6b0
-DIST texlive-20120701-source.tar.xz 131904044 SHA256 
917d5dac3e82578e696835cc9f251ee0a56d162d86dff08659ac5dcb6c81 SHA512 
0e8653aa21094e079900d17256f0768ac5514690a3725d96923d5fdc7633484d611441df1af8c674b38b9ce6a8845a9004976cd00635742dfc6837aa433caf5f
 WHIRLPOOL 
9d570a1bd58cca8baed399ab53eb767c7c3db607c00363ce563e14dfccdd235703c538e6a651aa7f2934adf21f845f1547f9e7f3d957b89af644c89bcb57
-DIST texlive-20130530-source.tar.xz 179963948 SHA256 
a905832e4c04dd1cb16db4bb7baacb78fbc19682bd33ac2697a3a85ce78d79d4 SHA512 
4aa85273a675af2453f09777b7cb348c18add77410d72f562c6586f6814d4e7c34b6f3690e3453020654fb0a265339fcabf590d9155367d52846224499af334c
 WHIRLPOOL 
3affaf25d3936505d971599092964b0f0e97d107d22dbac6a85ad547e1d2726a6a09c5075fecb0c6ff8c88bc1bd09d78f95902f76eb76c608f8a7bc42dd6bc33
-DIST texlive-20140525-source.tar.xz 41657688 SHA256 
08bb4eb02923ac65ce1183612c6b64da185904f26a1660f5ca4f902d055795be SHA512 
09169af15d806abd721e55ffc20ed684c0a7ad60783272d49fabfe9c88857c4abd15b60f30e3f5511ceda1982fdc1d33db8265f97e374bfa5b250dbb5612f8ad
 WHIRLPOOL 
fd7fffeeaf319bca5333f6d5d8d9cc6517f76ffe5b2793a73604d844cb7474d83c23826f98d4d11ea5e1a35c0f273e12b2fe6f5945f9880a9577fedad6625014
-DIST texlive-20150521-source.tar.xz 45459552 SHA256 
ed9bcd7bdce899c3c27c16a8c5c3017c4f09e1d7fd097038351b72497e9d4669 SHA512 
9d06bb88c489715787ce619c4c6b5e2d4251e1db8d48ae7fe2d1a253634c76bc6d7282ef9c93c77847845cae01eafb58dfb37ba3fb83a6d223f0d7fe8f5d3855
 WHIRLPOOL 
e19e4cf9c6122e8a2e80d3ad62171591a2d53317792ce69d7b2afdd6978d397c873565d597b1457d23ba6f5b5de33750955690a92fb6c34d814c075397b67a0b
 DIST texlive-20160523-source.tar.xz 45941100 SHA256 
a8b32ca47f0a403661a09e202f4567a995beb718c18d8f81ca6d76daa1da21ed SHA512 
915fa2f5e2099dd385ef81033db7aafdf09558c0c200fed0748a8a42fd61f69d3eaac9decea334e30981af739dd81061a9b1d6853c7f6d00285fe0be40e26c3e
 WHIRLPOOL 

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

2017-03-14 Thread Michał Górny
commit: 32eafe028f4d665efca2ef3b8405a9ff2aad1a9f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 14 17:31:50 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 14 17:38:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32eafe02

dev-libs/libclc: Respect CXX to fix C++ stdlib incompat, #612582

Force using the correct C++ compiler via passing --with-cxx-compiler=
to the configure script. Otherwise, libclc defaults to using clang++
which can cause compatibility issues when clang++ defaults to libc++
and LLVM was built using gcc. This does not affect the compiler used
to build the runtime.

 dev-libs/libclc/libclc-0.2.0_pre20170118.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libclc/libclc-0.2.0_pre20170118.ebuild 
b/dev-libs/libclc/libclc-0.2.0_pre20170118.ebuild
index 016da1ccc2b..a3f5bf3c2c7 100644
--- a/dev-libs/libclc/libclc-0.2.0_pre20170118.ebuild
+++ b/dev-libs/libclc/libclc-0.2.0_pre20170118.ebuild
@@ -15,7 +15,7 @@ else
GIT_ECLASS="vcs-snapshot"
 fi
 
-inherit python-any-r1 ${GIT_ECLASS}
+inherit python-any-r1 toolchain-funcs ${GIT_ECLASS}
 
 DESCRIPTION="OpenCL C library"
 HOMEPAGE="http://libclc.llvm.org/;
@@ -40,6 +40,7 @@ DEPEND="${RDEPEND}
 
 src_configure() {
./configure.py \
+   --with-cxx-compiler="$(tc-getCXX)" \
--with-llvm-config="$(type -P llvm-config)" \
--prefix="${EPREFIX}/usr" || die
 }



[gentoo-commits] repo/gentoo:master commit in: app-emulation/qt-virt-manager/

2017-03-14 Thread Matthias Maier
commit: ae70d5eb98bd7cd7bb00ee05d6b760ed555b6438
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Mar 14 16:59:15 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Mar 14 17:06:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae70d5eb

app-emulation/qt-virt-manager: Introduce qt-virt-manager, bug #598932

Initial ebuild based on work by Michal Privoznik. Thanks a lot!

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 app-emulation/qt-virt-manager/metadata.xml | 11 +
 .../qt-virt-manager/qt-virt-manager-.ebuild| 49 ++
 2 files changed, 60 insertions(+)

diff --git a/app-emulation/qt-virt-manager/metadata.xml 
b/app-emulation/qt-virt-manager/metadata.xml
new file mode 100644
index 000..ee309bddf45
--- /dev/null
+++ b/app-emulation/qt-virt-manager/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   virtualizat...@gentoo.org
+   Gentoo Virtualization Project
+   
+   
+   Enable smartcard remoting using 
app-emulation/libcacard
+   
+

diff --git a/app-emulation/qt-virt-manager/qt-virt-manager-.ebuild 
b/app-emulation/qt-virt-manager/qt-virt-manager-.ebuild
new file mode 100644
index 000..11f0c5f3801
--- /dev/null
+++ b/app-emulation/qt-virt-manager/qt-virt-manager-.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/F1ash/qt-virt-manager.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/F1ash/qt-virt-manager/archive/${P}.tar.gz;
+   KEYWORDS=""
+fi
+
+DESCRIPTION="A GUI application for managing virtual machines"
+HOMEPAGE="https://github.com/F1ash/qt-virt-manager;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="smartcard"
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dev-qt/qtnetwork:5
+   >=x11-libs/qtermwidget-0.7.0
+   smartcard? ( >=app-emulation/libcacard-2.5.0 )
+   dev-libs/glib
+   net-misc/spice-gtk
+   net-libs/libvncserver
+   app-emulation/libvirt
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_QT_VERSION=5
+   -DWITH_LIBCACARD="$(usex smartcard ON OFF)"
+   )
+   cmake-utils_src_configure
+}



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

2017-03-14 Thread Bernard Cafarelli
commit: c3c34a46f460fe3e29b9bf8cb991904772c1cefc
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Mar 14 16:51:12 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Mar 14 16:51:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c34a46

net-misc/owncloud-client: 2.3.0 bump

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 net-misc/owncloud-client/Manifest  |  1 +
 .../owncloud-client/owncloud-client-2.3.0.ebuild   | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/net-misc/owncloud-client/Manifest 
b/net-misc/owncloud-client/Manifest
index 0aa2b6e20cb..300e71ea159 100644
--- a/net-misc/owncloud-client/Manifest
+++ b/net-misc/owncloud-client/Manifest
@@ -1 +1,2 @@
 DIST owncloudclient-2.2.4.tar.xz 12216896 SHA256 
f313534f7cdae686beeaa6670d9e3586a627ce78b67cab6e42a448a675d9e7d3 SHA512 
5bc5273c90ab63c411e58d1fe13636f6b5977c28470efe53296a71541aaa63af99001cb630adaee99b9b81a8b56fe0f66c337319464ab950dd6eac4cdd53f951
 WHIRLPOOL 
18aa5076049f9cdfbafa58454937b7fc4c38a5405b6e1375d762d88bbfae92b813cd2ec88a4e4108012137c94908894821575d3f6d2bf694e35d734f2b8fbd37
+DIST owncloudclient-2.3.0.tar.xz 12256428 SHA256 
8e692d2eda2d74b233c67dfbd14a7a440508529a1ca73241890e926deb275081 SHA512 
a0bb33ad110cfa215e87ef31ff5c4ba1a9df4f80ea48bd267e354fe1d27702d6c5b30ba3cdae5f5c7775da64260bd4f4e5c6dec977694d23addbc9e29348c8b1
 WHIRLPOOL 
957cde17f2e6eddfe411f49dbe824194d1f643c4a0ce870a5911834fcccb96e6e2684a325dc426c1dd8bba545f6abc301fa030066eab211a1f58bba66b58b7de

diff --git a/net-misc/owncloud-client/owncloud-client-2.3.0.ebuild 
b/net-misc/owncloud-client/owncloud-client-2.3.0.ebuild
new file mode 100644
index 000..f98d38c8e39
--- /dev/null
+++ b/net-misc/owncloud-client/owncloud-client-2.3.0.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Synchronize files from ownCloud Server with your computer"
+HOMEPAGE="http://owncloud.org/;
+SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz;
+
+LICENSE="CC-BY-3.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc dolphin nautilus samba +sftp test"
+
+COMMON_DEPEND=">=dev-db/sqlite-3.4:3
+   dev-libs/qtkeychain[qt5]
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsql:5
+   dev-qt/qtwebkit:5
+   sys-fs/inotify-tools
+   virtual/libiconv
+   dolphin? (
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/kio:5
+   )
+   nautilus? ( dev-python/nautilus-python )
+   samba? ( >=net-fs/samba-3.5 )
+   sftp? ( >=net-libs/libssh-0.5 )
+"
+RDEPEND="${COMMON_DEPEND}
+   !net-misc/ocsync
+   !net-misc/nextcloud-client
+"
+DEPEND="${COMMON_DEPEND}
+   dev-qt/linguist-tools:5
+   doc? (
+   dev-python/sphinx
+   dev-texlive/texlive-latexextra
+   virtual/latex-base
+   )
+   dolphin? ( kde-frameworks/extra-cmake-modules )
+   test? (
+   dev-util/cmocka
+   dev-qt/qttest:5
+   )
+"
+
+S=${WORKDIR}/${P/-}
+
+src_prepare() {
+   # Keep tests in ${T}
+   sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die "sed failed"
+
+   if ! use nautilus; then
+   pushd shell_integration > /dev/null || die
+   cmake_comment_add_subdirectory nautilus
+   popd > /dev/null || die
+   fi
+   default
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
+   -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
+   -DWITH_ICONV=ON
+   -DWITH_DOC=$(usex doc)
+   -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
+   -DBUILD_WITH_QT4=OFF
+   -DCMAKE_DISABLE_FIND_PACKAGE_Libsmbclient=$(usex !samba)
+   -DCMAKE_DISABLE_FIND_PACKAGE_LibSSH=$(usex !sftp)
+   -DUNIT_TESTING=$(usex test)
+   )
+
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   if ! use doc ; then
+   elog "Documentation and man pages not installed"
+   elog "Enable doc USE-flag to generate them"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2017-03-14 Thread Jeroen Roovers
commit: c089c7cce50d65b5be7c1563a46587494ea2110a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Mar 14 16:46:08 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Mar 14 16:47:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c089c7cc

www-plugins/adobe-flash: Stable for AMD64 x86 too.

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 www-plugins/adobe-flash/adobe-flash-25.0.0.127.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/adobe-flash/adobe-flash-25.0.0.127.ebuild 
b/www-plugins/adobe-flash/adobe-flash-25.0.0.127.ebuild
index ed3de32b1a7..02bf798d9f0 100644
--- a/www-plugins/adobe-flash/adobe-flash-25.0.0.127.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-25.0.0.127.ebuild
@@ -34,7 +34,7 @@ SRC_URI="
 "
 SLOT="22"
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 LICENSE="AdobeFlash-11.x"
 RESTRICT="strip mirror"
 



[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2017-03-14 Thread Jeroen Roovers
commit: 84eca1ec47e776dd815c473b1abb4274d9ce2926
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Mar 14 16:46:54 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Mar 14 16:47:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84eca1ec

www-plugins/adobe-flash: Old.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 www-plugins/adobe-flash/Manifest   |   4 -
 .../adobe-flash/adobe-flash-24.0.0.221.ebuild  | 153 -
 www-plugins/adobe-flash/metadata.xml   |   1 -
 3 files changed, 158 deletions(-)

diff --git a/www-plugins/adobe-flash/Manifest b/www-plugins/adobe-flash/Manifest
index 1b3c942d55a..5584e512298 100644
--- a/www-plugins/adobe-flash/Manifest
+++ b/www-plugins/adobe-flash/Manifest
@@ -1,7 +1,3 @@
-DIST adobe-flash-24.0.0.221-npapi.i386.tar.gz 9161831 SHA256 
7495689ad778cae778f19ac085d362cbae63c7a4ad806fd9ece1844040ba9eed SHA512 
54595f8baad3f9531e8f261ac89246f6a428b9c7be50019580618a8c14d650d7dea00b602f8b15881a2b8c9749df05fba38231cd7fffcd6eb66427d68539eea8
 WHIRLPOOL 
08a74fdb57fe4fc8d31ea01f27492cede236d7800e6ccaceb9c69cf41118c8c226fd829d0957efbc455e83922238cbfb83adbbd566db50295b950261af0d0a07
-DIST adobe-flash-24.0.0.221-npapi.x86_64.tar.gz 9698349 SHA256 
087048af5fa3c46a8c283403a341d4684ef4b966f4e407195b43c24bf5ae64b1 SHA512 
c3f0702e247488d82543a364cda9d143e0f9f4262b36db1e4bc0d59f2d85f87afe8d741081965056c90de2460e166d93d6f9731043a3afe3ed6953f60225aa6b
 WHIRLPOOL 
ca8a96d411455e503493ad733b28c7dafdd98d00ec08270dd011a28fe452910d3d77bf200bc0da622352e39bbe7b82e3f773dcb9ba8f3b57ca636cca276ee3dc
-DIST adobe-flash-24.0.0.221-ppapi.i386.tar.gz 8561099 SHA256 
4f79523ee10b28e172b93c7e3083604916299f888ed7565bf192484dd410f58e SHA512 
4ff2505990f123aeee6725fcf4031dfee04e8281ecfb6574849884bb26a7d666a1b5d7b269b6b61b27ce3cd0bffc29b8d320676455ea1bc2e40ef441aa0c9863
 WHIRLPOOL 
bb4abe01d967eba88bb357ffa38e953acb7ce3078321610b864c971a6f00fa38df8ba224fbe476600fffdd9aad4b2e29b7eaf7b001adf7d136307878531e0fce
-DIST adobe-flash-24.0.0.221-ppapi.x86_64.tar.gz 9479634 SHA256 
e420f01500273478d95953829d0fdac722595f6d682466aadc368c59bfd7 SHA512 
6e39a56957326f8e6a01a14b6e1fc3298b1f6bfd8a14bdd9de11d7f323211b38343d66238b9ffdaa9f2ad685d2bb59c233b7c9b093ac409c5bc06bc871fa84e6
 WHIRLPOOL 
3095ed5ff295ce34d14ab826b63e144295d887a87a51b8d1ddf431e30d1a96d7c16c8d636744d1aa522ccc8019ba3e7f0c35dcc0bf5cec48caae577e970d29ca
 DIST adobe-flash-25.0.0.127-npapi.i386.tar.gz 8484560 SHA256 
2ddd617be4a970c3a35c1ab11f95993ca15a824f32d2e0a213f43a5399087a0b SHA512 
d6b21299e2fc22f1bbf0edbb27d821793c5a00613689ae5011bc587be3368a0e14743aa68f3d5803df9e90f0515b710f0a0e38ec121fd6eba5106d9f566b3371
 WHIRLPOOL 
e30945c18386b1168bc140746a77a1f91fae28dd3f0e174f400358d05655dfd566ccf8c446f659f5b81b40693a510bc5b8769fa86fb14df6111501fa993bf457
 DIST adobe-flash-25.0.0.127-npapi.x86_64.tar.gz 8995820 SHA256 
f65b43312429393fb2fe5a3aedd40a39f79f71ae30ac0444f2d4acfa7b925af9 SHA512 
0fa38e950e74ec784c8495afc664398b744daf255a3614ab73b3354452aaa5739264c5c03f1b1bd0965ce3cf29ac365629d7aea6019aecc1f11a4906131327b5
 WHIRLPOOL 
50460b3e1ff5f3c72bfdbcd3fa80d7cadcc2519c4acc276d6ac5bac395a7c6945ea01ed7b7990a61726058a6da36a4f12c0c46bd578bda92d4d88082c6e3fb59
 DIST adobe-flash-25.0.0.127-ppapi.i386.tar.gz 8529290 SHA256 
dfa0731c4c8f878b0777665ad1d5d45ae306b8ec3afc8a0d84c1321c4ab7e75b SHA512 
296590a9d30610ccb13016e3f4297655827620c81f451ce67c20d69b17a210af26aba8309b8fee6db9c36199803ce2702c9edef1067fd3b99f4beafb60529acd
 WHIRLPOOL 
a2af88e3231d7f86d15ba5cce12c01d28c1520c6b914f7377cc90385c7b0a430bd067cbd7d87aed223c93e250608320f242b71e795fe96241bfb5bce0889b16f

diff --git a/www-plugins/adobe-flash/adobe-flash-24.0.0.221.ebuild 
b/www-plugins/adobe-flash/adobe-flash-24.0.0.221.ebuild
deleted file mode 100644
index a32d9a44911..000
--- a/www-plugins/adobe-flash/adobe-flash-24.0.0.221.ebuild
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit nsplugins multilib multilib-minimal
-
-DESCRIPTION="Adobe Flash Player"
-HOMEPAGE="
-   http://www.adobe.com/products/flashplayer.html
-   http://get.adobe.com/flashplayer/
-   https://helpx.adobe.com/security/products/flash-player.html
-"
-
-AF_URI="https://fpdownload.adobe.com/pub/flashplayer/pdc/${PV};
-AF_NP_32_URI="${AF_URI}/flash_player_npapi_linux.i386.tar.gz -> 
${P}-npapi.i386.tar.gz"
-AF_NP_64_URI="${AF_URI}/flash_player_npapi_linux.x86_64.tar.gz -> 
${P}-npapi.x86_64.tar.gz"
-AF_PP_32_URI="${AF_URI}/flash_player_ppapi_linux.i386.tar.gz -> 
${P}-ppapi.i386.tar.gz"
-AF_PP_64_URI="${AF_URI}/flash_player_ppapi_linux.x86_64.tar.gz -> 
${P}-ppapi.x86_64.tar.gz"
-
-IUSE="kde +nsplugin +ppapi"
-REQUIRED_USE="
-   || ( nsplugin ppapi )
-"
-
-SRC_URI="
-   nsplugin? (
-   abi_x86_32? ( ${AF_NP_32_URI} )
-   abi_x86_64? ( ${AF_NP_64_URI} )
-   )
-   ppapi? (
-   

[gentoo-commits] proj/gentoo-mate:1.18-bump commit in: mate-base/caja/

2017-03-14 Thread Ettore Di Giacinto
commit: 66d0ca60ff7998df10de1fa45eeb058928bf436c
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Tue Mar 14 16:31:28 2017 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Tue Mar 14 16:32:12 2017 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=66d0ca60

mate-base/caja: sync live ebuild

* Drop gtk3 and unique useflags
* Now requires >=mate-base/mate-desktop-1.17.0 which is gtk3 only

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 mate-base/caja/caja-.ebuild | 25 ++---
 mate-base/caja/metadata.xml |  1 -
 2 files changed, 6 insertions(+), 20 deletions(-)

diff --git a/mate-base/caja/caja-.ebuild b/mate-base/caja/caja-.ebuild
index 86b15ee..49801be 100644
--- a/mate-base/caja/caja-.ebuild
+++ b/mate-base/caja/caja-.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
@@ -15,17 +15,19 @@ DESCRIPTION="Caja file manager for the MATE desktop"
 LICENSE="GPL-2 LGPL-2 FDL-1.1"
 SLOT="0"
 
-IUSE="gtk3 +introspection +mate packagekit xmp unique"
+IUSE="+introspection +mate packagekit xmp"
 
 COMMON_DEPEND="dev-libs/atk:0
>=dev-libs/glib-2.36:2
>=dev-libs/libxml2-2.4.7:2
gnome-base/dconf:0
>=gnome-base/gvfs-1.10.1:0[udisks]
-   >=mate-base/mate-desktop-1.15.1:0[gtk3(-)=]
+   >=mate-base/mate-desktop-1.17.0:0
>=media-libs/libexif-0.6.14:0
+   virtual/libintl:0
x11-libs/cairo:0
x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.0:3[introspection?]
>=x11-libs/libnotify-0.7.0:0
x11-libs/libICE:0
x11-libs/libSM:0
@@ -34,15 +36,6 @@ COMMON_DEPEND="dev-libs/atk:0
x11-libs/libXft:0
x11-libs/libXrender:0
>=x11-libs/pango-1.1.2:0
-   virtual/libintl:0
-   !gtk3? (
-   >=dev-libs/libunique-1:1
-   >=x11-libs/gtk+-2.24:2[introspection?]
-   )
-   gtk3? (
-   unique? ( >=dev-libs/libunique-3:3 )
-   >=x11-libs/gtk+-3.0:3[introspection?]
-   )
introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
packagekit? ( app-admin/packagekit-base )
xmp? ( >=media-libs/exempi-1.99.5:2 )
@@ -74,17 +67,11 @@ src_prepare() {
 }
 
 src_configure() {
-   local myconf
-   if use gtk3; then
-   myconf="$(usex unique '' '--disable-libunique')"
-   fi
mate_src_configure \
--disable-update-mimedb \
-   --with-gtk=$(usex gtk3 3.0 2.0) \
$(use_enable introspection) \
$(use_enable packagekit) \
-   $(use_enable xmp) \
-   ${myconf}
+   $(use_enable xmp)
 }
 
 src_test() {

diff --git a/mate-base/caja/metadata.xml b/mate-base/caja/metadata.xml
index 393cb41..bcfdd1b 100644
--- a/mate-base/caja/metadata.xml
+++ b/mate-base/caja/metadata.xml
@@ -12,7 +12,6 @@
environment.
Enable support for installing via 
app-admin/packagekit
based on mimetype
-   Enable single instance support using 
dev-libs/libunique.

 
 mate-desktop/caja



[gentoo-commits] proj/gentoo-mate:1.18-bump commit in: dev-libs/libmateweather/

2017-03-14 Thread Ettore Di Giacinto
commit: af9dbfa71b55e725f9c6c44edae00e9108ad1e6d
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Tue Mar 14 16:08:56 2017 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Tue Mar 14 16:09:16 2017 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=af9dbfa7

dev-libs/libmateweather: sync live ebuild

* Drop gtk3 and python useflags

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libmateweather/libmateweather-.ebuild | 41 --
 1 file changed, 7 insertions(+), 34 deletions(-)

diff --git a/dev-libs/libmateweather/libmateweather-.ebuild 
b/dev-libs/libmateweather/libmateweather-.ebuild
index 4b1232f..c18aa29 100644
--- a/dev-libs/libmateweather/libmateweather-.ebuild
+++ b/dev-libs/libmateweather/libmateweather-.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MATE_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
 
-inherit python-r1 mate
+inherit mate
 
 if [[ ${PV} !=  ]]; then
KEYWORDS="~amd64 ~arm ~x86"
@@ -16,26 +15,15 @@ DESCRIPTION="MATE library to access weather information 
from online services"
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE="debug gtk3 python"
+IUSE="debug"
 
-REQUIRED_USE="
-   gtk3? ( !python )
-   python? ( ${PYTHON_REQUIRED_USE} )
-   "
-
-COMMON_DEPEND=">=dev-libs/glib-2.36:2[${PYTHON_USEDEP}]
+COMMON_DEPEND=">=dev-libs/glib-2.36:2
>=dev-libs/libxml2-2.6:2
>=net-libs/libsoup-2.34:2.4
>=sys-libs/timezone-data-2010k:0
x11-libs/gdk-pixbuf:2
virtual/libintl:0
-   !gtk3? ( >=x11-libs/gtk+-2.24:2 )
-   gtk3? ( >=x11-libs/gtk+-3.0:3 )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-python/pygobject-2:2[${PYTHON_USEDEP}]
-   >=dev-python/pygtk-2:2[${PYTHON_USEDEP}]
-   )"
+   >=x11-libs/gtk+-3.0:3"
 
 RDEPEND="${COMMON_DEPEND}"
 
@@ -47,23 +35,8 @@ DEPEND="${COMMON_DEPEND}
>=sys-devel/libtool-2.2.6:2
virtual/pkgconfig:*"
 
-src_prepare() {
-   mate_src_prepare
-   use python && python_copy_sources
-}
-
 src_configure() {
-   mate_py_cond_func_wrap mate_src_configure \
+   mate_src_configure \
--enable-locations-compression \
-   --disable-all-translations-in-one-xml \
-   --with-gtk=$(usex gtk3 3.0 2.0) \
-   $(use_enable python)
-}
-
-src_compile() {
-   mate_py_cond_func_wrap default
-}
-
-src_install() {
-   mate_py_cond_func_wrap mate_src_install
+   --disable-all-translations-in-one-xml
 }



[gentoo-commits] proj/gentoo-mate:1.18-bump commit in: mate-base/libmatekbd/

2017-03-14 Thread Ettore Di Giacinto
commit: 1439d9362a2f741c3649b622181ce433522d5a3c
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Tue Mar 14 15:54:49 2017 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Tue Mar 14 15:54:49 2017 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=1439d936

mate-base/libmatekbd: sync live ebuild

* Drop gtk3 useflag

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 mate-base/libmatekbd/libmatekbd-.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/mate-base/libmatekbd/libmatekbd-.ebuild 
b/mate-base/libmatekbd/libmatekbd-.ebuild
index 3f50001..a8272a3 100644
--- a/mate-base/libmatekbd/libmatekbd-.ebuild
+++ b/mate-base/libmatekbd/libmatekbd-.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
@@ -15,7 +15,7 @@ DESCRIPTION="MATE keyboard configuration library"
 LICENSE="LGPL-2"
 SLOT="0"
 
-IUSE="X gtk3 +introspection test"
+IUSE="X +introspection test"
 
 COMMON_DEPEND=">=dev-libs/glib-2.36:2
x11-libs/cairo:0
@@ -24,8 +24,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.36:2
>=x11-libs/libxklavier-5.2:0[introspection?]
x11-libs/pango:0
virtual/libintl:0
-   !gtk3? ( >=x11-libs/gtk+-2.24:2[introspection?] )
-   gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] )
+   >=x11-libs/gtk+-3.0:3[introspection?]
introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
 
 RDEPEND="${COMMON_DEPEND}"
@@ -37,7 +36,6 @@ DEPEND="${COMMON_DEPEND}
 
 src_configure() {
mate_src_configure \
-   --with-gtk=$(usex gtk3 3.0 2.0) \
$(use_with X x) \
$(use_enable introspection) \
$(use_enable test tests)



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

2017-03-14 Thread Michał Górny
commit: 9fd9dd4b2d37e38bf65eacdd3ad7cab15f211821
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 14 16:37:55 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 14 16:40:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd9dd4b

sys-libs/compiler-rt: Backport missing clang dep to 4.0.0, #612560

 sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild 
b/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild
index e48c5c66211..a921ea8b65e 100644
--- a/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild
@@ -25,6 +25,7 @@ RDEPEND="!=sys-libs/compiler-rt-${SLOT}*:0"
 # llvm-4 needed for --cmakedir
 DEPEND="
>=sys-devel/llvm-4
+   clang? ( sys-devel/clang )
test? ( =sys-devel/clang-${PV%_*}*:${LLVM_SLOT} )
${PYTHON_DEPS}"
 



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

2017-03-14 Thread Matthias Maier
commit: 81fe05ab42da764d2bdb39006c212d821f7b4fea
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Mar 14 16:34:41 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Mar 14 16:39:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81fe05ab

app-emulation/virt-manager: update live ebuild

 - bump to EAPI 6
 - remove LINGUAS

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 app-emulation/virt-manager/virt-manager-.ebuild | 17 -
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/app-emulation/virt-manager/virt-manager-.ebuild 
b/app-emulation/virt-manager/virt-manager-.ebuild
index 281d8923474..7e64ce32473 100644
--- a/app-emulation/virt-manager/virt-manager-.ebuild
+++ b/app-emulation/virt-manager/virt-manager-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 DISTUTILS_SINGLE_IMPL=1
@@ -12,7 +12,7 @@ DESCRIPTION="A graphical tool for administering virtual 
machines"
 HOMEPAGE="http://virt-manager.org;
 
 if [[ ${PV} = ** ]]; then
-   inherit git-2
+   inherit git-r3
SRC_URI=""
KEYWORDS=""
EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git;
@@ -21,13 +21,9 @@ else
KEYWORDS="~amd64 ~x86"
 fi
 
-VM_LINGUAS=( as bg bn_IN bs ca cmn cs da de en_GB es fi fr gu hi hr hu is
-   it ja kn ko ml mr ms nb nl or pa pl pt pt_BR ro ru sk sr sr@latin sv ta 
te
-   tr uk vi zh_CN zh_TW )
-
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="gnome-keyring gtk policykit sasl ${VM_LINGUAS[@]/#/linguas_}"
+IUSE="gnome-keyring gtk policykit sasl"
 
 RDEPEND="!app-emulation/virtinst
dev-python/libvirt-python[${PYTHON_USEDEP}]
@@ -44,7 +40,7 @@ RDEPEND="!app-emulation/virtinst

>=net-libs/gtk-vnc-0.3.8[gtk3,introspection,python,${PYTHON_USEDEP}]
net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?]
net-misc/x11-ssh-askpass
-   x11-libs/vte:2.90[introspection]
+   x11-libs/vte:2.91[introspection]
gnome-keyring? ( gnome-base/libgnome-keyring )
policykit? ( sys-auth/polkit[introspection] )
x11-themes/gnome-icon-theme
@@ -57,11 +53,6 @@ DOCS=( README.md NEWS.md )
 
 src_prepare() {
distutils-r1_src_prepare
-
-   local lang
-   for lang in ${VM_LINGUAS[@]}; do
-   use linguas_${lang} || rm -v "po/${lang}.po" || die
-   done
 }
 
 distutils-r1_python_compile() {



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

2017-03-14 Thread Matthias Maier
commit: 02efd940fb0968e1ab37e5acdfcf80f337e4dc5d
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Mar 14 16:22:38 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Mar 14 16:39:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02efd940

app-emulation/virt-manager: Version bump to 1.4.1, bug #612450

  Further, disable fine-grained LINGUAS variable - this package installs
  just a bunch of PO files.

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 app-emulation/virt-manager/Manifest|  1 +
 .../virt-manager/virt-manager-1.4.1.ebuild | 95 ++
 2 files changed, 96 insertions(+)

diff --git a/app-emulation/virt-manager/Manifest 
b/app-emulation/virt-manager/Manifest
index bf8057b56d9..98a93584809 100644
--- a/app-emulation/virt-manager/Manifest
+++ b/app-emulation/virt-manager/Manifest
@@ -1 +1,2 @@
 DIST virt-manager-1.4.0.tar.gz 2667631 SHA256 
bf31a40cc48500cbf87a0e93a5838fc3f6ce4e2fa03f8bce6aa2615625e6caca SHA512 
6e28b0c4a91a9d96a0b5402e2af2bb0e670eb545824cf73877053c84891449bce236ffe2a79834a34d46443a7e5caa102cbbb0ac54af840a3997fbb61e155d51
 WHIRLPOOL 
824e088d90015a63264fb425fc94f2f9d21368475719a0682d3e6a724cd0f20be039ef8164817f223ed72fdfea83033d2787ee19b014374ec520dca860be
+DIST virt-manager-1.4.1.tar.gz 2715863 SHA256 
e6c54f14fbda210c07821910bfa35c086542e166f8b00d7c83717e9f3944 SHA512 
ea4cdc16d7adecdb85431fdfbe7305518917b7d66342375b6773462d33d5647c2a4d3f054c08cd44d7c4e7785da92e38b18881a422083e82303b5a3dbd7b4cdd
 WHIRLPOOL 
5b14893ad6fa05452dccb6ff579694f6ae5fc99a4b65feea4b0333bef7db49cd4fb5b83aa8d1baac25d21502982533f610c8b282943e335e7aa79ebfedb91660

diff --git a/app-emulation/virt-manager/virt-manager-1.4.1.ebuild 
b/app-emulation/virt-manager/virt-manager-1.4.1.ebuild
new file mode 100644
index 000..7e64ce32473
--- /dev/null
+++ b/app-emulation/virt-manager/virt-manager-1.4.1.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit gnome2 distutils-r1
+
+DESCRIPTION="A graphical tool for administering virtual machines"
+HOMEPAGE="http://virt-manager.org;
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   SRC_URI=""
+   KEYWORDS=""
+   EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git;
+else
+   SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="gnome-keyring gtk policykit sasl"
+
+RDEPEND="!app-emulation/virtinst
+   dev-python/libvirt-python[${PYTHON_USEDEP}]
+   >=app-emulation/libvirt-glib-1.0.0[introspection]
+   ${PYTHON_DEPS}
+   dev-libs/libxml2[python,${PYTHON_USEDEP}]
+   dev-python/ipaddr[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   >=sys-libs/libosinfo-0.2.10[introspection]
+   gtk? (
+   x11-libs/gtk+:3[introspection]
+   gnome-base/dconf
+   
>=net-libs/gtk-vnc-0.3.8[gtk3,introspection,python,${PYTHON_USEDEP}]
+   net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?]
+   net-misc/x11-ssh-askpass
+   x11-libs/vte:2.91[introspection]
+   gnome-keyring? ( gnome-base/libgnome-keyring )
+   policykit? ( sys-auth/polkit[introspection] )
+   x11-themes/gnome-icon-theme
+   )"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+   dev-util/intltool"
+
+DOCS=( README.md NEWS.md )
+
+src_prepare() {
+   distutils-r1_src_prepare
+}
+
+distutils-r1_python_compile() {
+   local defgraphics=
+
+   esetup.py configure \
+   --qemu-user=qemu \
+   --default-graphics=spice
+}
+
+src_install() {
+   local mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
+
+   distutils-r1_src_install
+
+   python_fix_shebang \
+   
"${ED}"/usr/share/virt-manager/virt-{clone,convert,install,manager}
+}
+
+pkg_preinst() {
+   if use gtk; then
+   gnome2_pkg_preinst
+
+   cd "${ED}"
+   export GNOME2_ECLASS_ICONS=$(find 
'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null)
+   else
+   rm -rf "${ED}/usr/share/virt-manager/virtManager"
+   rm -f "${ED}/usr/share/virt-manager/virt-manager"
+   rm -rf "${ED}/usr/share/virt-manager/ui/"
+   rm -rf "${ED}/usr/share/virt-manager/icons/"
+   rm -rf "${ED}/usr/share/man/man1/virt-manager.1*"
+   rm -rf "${ED}/usr/share/icons/"
+   rm -rf "${ED}/usr/share/applications/virt-manager.desktop"
+   rm -rf "${ED}/usr/bin/virt-manager"
+   fi
+}
+
+pkg_postinst() {
+   use gtk && gnome2_pkg_postinst
+}



[gentoo-commits] proj/portage:master commit in: pym/portage/package/ebuild/

2017-03-14 Thread Michał Górny
commit: 8cee37265f4617ac54f5aaafbe3c647dff6472fc
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Tue Mar 14 07:09:23 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 14 16:30:04 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=8cee3726

Fix wrong cast of valid_hashes to frozenset

valid_hashes must be a set, not frozenset.

Closes: https://github.com/gentoo/portage/pull/138
Fixes: b33c965283
Gentoo-Bug: 612578

 pym/portage/package/ebuild/fetch.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pym/portage/package/ebuild/fetch.py 
b/pym/portage/package/ebuild/fetch.py
index 5c4b74446..0431e11ea 100644
--- a/pym/portage/package/ebuild/fetch.py
+++ b/pym/portage/package/ebuild/fetch.py
@@ -551,7 +551,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0,
distdir_writable = can_fetch and not fetch_to_ro
failed_files = set()
restrict_fetch_msg = False
-   valid_hashes = frozenset(get_valid_checksum_keys())
+   valid_hashes = set(get_valid_checksum_keys())
valid_hashes.discard("size")
 
for myfile in filedict:
@@ -568,8 +568,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0,
if not (allow_missing_digests or listonly):
verifiable_hash_types = 
set(orig_digests).intersection(valid_hashes)
if not verifiable_hash_types:
-   expected = set(valid_hashes)
-   expected = " ".join(sorted(expected))
+   expected = " ".join(sorted(valid_hashes))
got = set(orig_digests)
got.discard("size")
got = " ".join(sorted(got))



[gentoo-commits] repo/gentoo:master commit in: app-admin/github-backup-utils/

2017-03-14 Thread William Hubbs
commit: 2faa65de3f965270afa7dd09cdfd42a2466d5a6e
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Mar 14 16:29:05 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Mar 14 16:29:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2faa65de

app-admin/github-backup-utils: 2.9.0 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/github-backup-utils/Manifest |  1 +
 .../github-backup-utils-2.9.0.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/app-admin/github-backup-utils/Manifest 
b/app-admin/github-backup-utils/Manifest
index 69a6186eb85..aee3781a848 100644
--- a/app-admin/github-backup-utils/Manifest
+++ b/app-admin/github-backup-utils/Manifest
@@ -5,3 +5,4 @@ DIST github-backup-utils-2.6.4.tar.gz 51270 SHA256 
caf34b54a3961562d545ad2fb68ec
 DIST github-backup-utils-2.7.0.tar.gz 51409 SHA256 
9556dbd438ea3525692705844c20b5bedc9a942c5415dd3c0fd9e383323dc11f SHA512 
16112e8d05001146a182e225c1bb5bdfbe210ddb3993d989a9fe88b88bbf222196a66f1f48b262b198675af8e4b3e3a10120e7dafa7b244137bf29cd879efaaf
 WHIRLPOOL 
9600d45f69f16cb95b0bb0b3cc5620d7bb6c2e65c2ac6b6942287c85487e83bb2b74d0869b411d0b4829cc9dd2da20972a7635780f00facadc28ca9787028a3b
 DIST github-backup-utils-2.7.1.tar.gz 68793 SHA256 
e1e9ee69a005252ab4899693d43fee1aaebac3783d97c343e16566d0c12cdc17 SHA512 
950c24b3fef8775c2a90789c469a81256323c1ede67b3f6691920e78c1489533adf5616f2ac09f9b844382778b5b2b5106f8c467be7d65b47ee06bf732591880
 WHIRLPOOL 
87cabe2138c58cf41a803cc43c23748a2f3ed578f3488bfb38861db64b81cb31f4d3aa41e6a240788c3bc9a32d9f523dd28cdb099e1b21cc2472d2cde72f7916
 DIST github-backup-utils-2.8.2.tar.gz 71392 SHA256 
7aaa435d007b2697c3540ce6e2d3e5ba999fa9ed21f43db6e9bb42c7d78d SHA512 
d3801d37f18b41594bfee83b891ce1eb9f1a15972839bd9dfb6469d311484ef94f635da4319b0b9f2d6778d87b935ca5c0bd42ddbf009f292e05b6a654464bf4
 WHIRLPOOL 
f7c730ee6248b2bc7b8017ece697584717337a9a5f42e38544ed57db498863aa8e1fd3a029b00dcfd26a44f9d32448fba3b092fcccfa3277423ab48ebeb295b1
+DIST github-backup-utils-2.9.0.tar.gz 72512 SHA256 
c019467eb218e25de0905f56af03bde59f09d06fee1ec2fc8ef21fc8c711 SHA512 
81af0842c021c49be8acca775d1ab375e98c2b725893f45d65b670e671892d779408677dfe6ed415101bf88fe549d117957bffef0aa372a74bcd7c6f87c1d12b
 WHIRLPOOL 
9134ba916386f6590b4372992133b358f8284ebb4787bf8ae00c199a78df9fe34cbb6de45de3fcee0d3dffeae58e645d46d17ff8489fe443c682b3b685a5d8ae

diff --git a/app-admin/github-backup-utils/github-backup-utils-2.9.0.ebuild 
b/app-admin/github-backup-utils/github-backup-utils-2.9.0.ebuild
new file mode 100644
index 000..586f3c415df
--- /dev/null
+++ b/app-admin/github-backup-utils/github-backup-utils-2.9.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# See https://github.com/github/backup-utils/issues/135
+PYTHON_COMPAT=(python2_7)
+inherit python-any-r1
+
+DESCRIPTION="Backup and recovery utilities for GitHub Enterprise"
+HOMEPAGE="https://github.com/github/backup-utils;
+SRC_URI="https://github.com/github/backup-utils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="test? (
+   dev-util/checkbashisms
+   ${PYTHON_DEPS}
+)"
+
+RDEPEND="net-misc/rsync"
+
+MY_PN="${PN/#github-/}"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_compile() {
+   :;
+}
+
+src_install() {
+   dobin bin/*
+   insinto usr/share/${PN}
+   doins share/${PN}/version
+
+   exeinto usr/share/${PN}
+   doexe share/${PN}/bm.sh
+   doexe share/${PN}/ghe-*
+
+   insinto etc/${PN}
+   newins backup.config-example backup.config
+}
+
+src_test() {
+   emake test
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/github-backup-utils/

2017-03-14 Thread William Hubbs
commit: 6952f080d8f9b9a4ceaf589609fd7dd11abba232
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Mar 14 16:27:22 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Mar 14 16:29:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6952f080

app-admin/github-backup-utils: add myself as a maintainer

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/github-backup-utils/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-admin/github-backup-utils/metadata.xml 
b/app-admin/github-backup-utils/metadata.xml
index 3fa81dc5877..3bac2658b1e 100644
--- a/app-admin/github-backup-utils/metadata.xml
+++ b/app-admin/github-backup-utils/metadata.xml
@@ -5,6 +5,10 @@
 wizarde...@gentoo.org
 Austin English
   
+  
+willi...@gentoo.org
+William Hubbs
+  
   
   Provides backup utilities for Github Enterprise installations.
   



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

2017-03-14 Thread Jeroen Roovers
commit: d05ed08686e31d13e48ea0ce9716fcbd8bdcbc9f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Mar 14 16:27:06 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Mar 14 16:27:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05ed086

dev-libs/kpathsea: Stable for HPPA (bug #612328).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
index 3f0f000edd8..b0ed2908c74 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-03-14 Thread Jeroen Roovers
commit: feb78351a36a375ddb1e66f2b34f94f669391cb6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Mar 14 16:24:36 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Mar 14 16:24:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb78351

net-im/pidgin: Stable for HPPA (bug #612188).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

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

diff --git a/net-im/pidgin/pidgin-2.12.0.ebuild 
b/net-im/pidgin/pidgin-2.12.0.ebuild
index 26a5bf2094e..c7def50a02f 100644
--- a/net-im/pidgin/pidgin-2.12.0.ebuild
+++ b/net-im/pidgin/pidgin-2.12.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0/2" # libpurple version
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-macos"
 IUSE="dbus debug doc eds gadu gnutls +gstreamer +gtk idn meanwhile pie"
 IUSE+=" networkmanager nls perl silc tcl tk spell sasl ncurses"
 IUSE+=" groupwise prediction python +xscreensaver zephyr zeroconf" # mono"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-LibXML/

2017-03-14 Thread Jeroen Roovers
commit: 928bf9f1d50013796bcbf4d9a1c7115331e5d858
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Mar 14 16:25:06 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Mar 14 16:25:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928bf9f1

dev-perl/XML-LibXML: Stable for HPPA (bug #594614).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 dev-perl/XML-LibXML/XML-LibXML-2.12.800-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.12.800-r1.ebuild 
b/dev-perl/XML-LibXML/XML-LibXML-2.12.800-r1.ebuild
index 7fefbcd20c2..be2f50372c1 100644
--- a/dev-perl/XML-LibXML/XML-LibXML-2.12.800-r1.ebuild
+++ b/dev-perl/XML-LibXML/XML-LibXML-2.12.800-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl binding for libxml2"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 
 RDEPEND="



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

2017-03-14 Thread Jeroen Roovers
commit: f7e19d71452796cac6d246c89a50dc060518b0c6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Mar 14 16:21:54 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Mar 14 16:21:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e19d71

net-misc/wget: Stable for HPPA (bug #612326).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 net-misc/wget/wget-1.19.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wget/wget-1.19.1-r1.ebuild 
b/net-misc/wget/wget-1.19.1-r1.ebuild
index 449615e8602..bc5b665dd7f 100644
--- a/net-misc/wget/wget-1.19.1-r1.ebuild
+++ b/net-misc/wget/wget-1.19.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~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 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib"
 REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
 



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

2017-03-14 Thread Jeroen Roovers
commit: 6208a33ac4224c76f829be0d61fbf529bb0cfd8a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Mar 14 16:20:31 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Mar 14 16:20:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6208a33a

net-dns/libidn2: Stable for HPPA (bug #603574).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 net-dns/libidn2/libidn2-0.16-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/libidn2/libidn2-0.16-r1.ebuild 
b/net-dns/libidn2/libidn2-0.16-r1.ebuild
index fe3431011af..a3e7f5ac34d 100644
--- a/net-dns/libidn2/libidn2-0.16-r1.ebuild
+++ b/net-dns/libidn2/libidn2-0.16-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="GPL-2+ LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~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-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



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

2017-03-14 Thread Jeroen Roovers
commit: fbf76fef722cd40f5cb44c35e37f369d95179d4e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Mar 14 16:18:44 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Mar 14 16:18:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf76fef

media-libs/libquicktime: Stable for HPPA (bug #612290).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild 
b/media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild
index 652d098af2c..be433b95f40 100644
--- a/media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild
+++ b/media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE="aac alsa doc dv encode ffmpeg gtk jpeg lame libav cpu_flags_x86_mmx 
opengl png schroedinger static-libs vorbis X x264"
 
 RDEPEND=">=virtual/libintl-0-r1[${MULTILIB_USEDEP}]



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

2017-03-14 Thread Michael Haubenwallner
commit: ca5ed54f176ed507106267702a99212a09b887c1
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Mar 14 09:36:11 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Mar 14 16:06:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5ed54f

ELT-patches/aixrtl: tighten exclude_expsyms filter

Be a little more specific on filtering _GLOBAL__ symbols.

 eclass/ELT-patches/aixrtl/1.5.0-expsym-c   | 4 ++--
 eclass/ELT-patches/aixrtl/1.5.0-expsym-cxx | 4 ++--
 eclass/ELT-patches/aixrtl/2.2.0-expsym-c   | 4 ++--
 eclass/ELT-patches/aixrtl/2.2.0-expsym-cxx | 4 ++--
 eclass/ELT-patches/aixrtl/2.4.0-expsym-c   | 4 ++--
 eclass/ELT-patches/aixrtl/2.4.0-expsym-cxx | 4 ++--
 eclass/ELT-patches/aixrtl/2.4.4-expsym-c   | 2 +-
 eclass/ELT-patches/aixrtl/2.4.4-expsym-cxx | 2 +-
 8 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/eclass/ELT-patches/aixrtl/1.5.0-expsym-c 
b/eclass/ELT-patches/aixrtl/1.5.0-expsym-c
index 13419b205da..df2e9798255 100644
--- a/eclass/ELT-patches/aixrtl/1.5.0-expsym-c
+++ b/eclass/ELT-patches/aixrtl/1.5.0-expsym-c
@@ -6,11 +6,11 @@
if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
 -export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if 
(((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { 
print \$3 } }'\'' | sort -u > $export_symbols'
 +export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if 
(((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && 
(substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { 
print \$ 3 } } }'\'' | sort -u > $export_symbols'
-+exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__.*'
++
exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*|_GLOBAL__[FID]_.*'
else
 -export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if 
(((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { 
print \$3 } }'\'' | sort -u > $export_symbols'
 +export_symbols_cmds='`echo $NM | sed -e '\''s/B\([^B]*\)$/P\1/'\''` 
-PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || 
(\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 
1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print 
\$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
-+exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__.*'
++
exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*|_GLOBAL__[FID]_.*'
fi
aix_use_runtimelinking=no
  

diff --git a/eclass/ELT-patches/aixrtl/1.5.0-expsym-cxx 
b/eclass/ELT-patches/aixrtl/1.5.0-expsym-cxx
index 561bc54d76c..fcc31d5696f 100644
--- a/eclass/ELT-patches/aixrtl/1.5.0-expsym-cxx
+++ b/eclass/ELT-patches/aixrtl/1.5.0-expsym-cxx
@@ -6,11 +6,11 @@
  if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
 -  export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if 
(((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { 
print \$3 } }'\'' | sort -u > $export_symbols'
 +  export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if 
(((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && 
(substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { 
print \$ 3 } } }'\'' | sort -u > $export_symbols'
-+  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__.*'
++  
exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*|_GLOBAL__[FID]_.*'
  else
 -  export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if 
(((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { 
print \$3 } }'\'' | sort -u > $export_symbols'
 +  export_symbols_cmds_CXX='`echo $NM | sed -e '\''s/B\([^B]*\)$/P\1/'\''` 
-PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || 
(\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 
1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print 
\$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
-+  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__.*'
++  
exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*|_GLOBAL__[FID]_.*'
  fi
  ;;
pw32*)

diff --git a/eclass/ELT-patches/aixrtl/2.2.0-expsym-c 
b/eclass/ELT-patches/aixrtl/2.2.0-expsym-c
index c74cee20c12..1f26cd2237e 100644
--- a/eclass/ELT-patches/aixrtl/2.2.0-expsym-c
+++ b/eclass/ELT-patches/aixrtl/2.2.0-expsym-c
@@ -6,11 +6,11 @@
if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
 -export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if 
(((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != 
".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 +export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if 
(((\$ 2 == "T") || (\$ 2 

  1   2   >