[gentoo-commits] repo/gentoo:master commit in: dev-java/emma/

2017-07-14 Thread Alexis Ballier
commit: d0b53a4b01cee638076584853f534e7ba75be569
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 21:34:01 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 21:35:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b53a4b

dev-java/emma: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-java/emma/emma-2.0.5312-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/emma/emma-2.0.5312-r3.ebuild 
b/dev-java/emma/emma-2.0.5312-r3.ebuild
index 118e4255dde..ff56f2afb65 100644
--- a/dev-java/emma/emma-2.0.5312-r3.ebuild
+++ b/dev-java/emma/emma-2.0.5312-r3.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
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
 
 LICENSE="CPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~x86-fbsd"
 
 IUSE="+launcher"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/ant-junit4/

2017-07-14 Thread Alexis Ballier
commit: 260c51dd9747fc6938b71e49e9048ce6dfe3c245
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 21:33:45 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 21:35:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260c51dd

dev-java/ant-junit4: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-java/ant-junit4/ant-junit4-1.9.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/ant-junit4/ant-junit4-1.9.2.ebuild 
b/dev-java/ant-junit4/ant-junit4-1.9.2.ebuild
index c9eafe457a6..b58b83bf443 100644
--- a/dev-java/ant-junit4/ant-junit4-1.9.2.ebuild
+++ b/dev-java/ant-junit4/ant-junit4-1.9.2.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"
@@ -9,7 +9,7 @@ ANT_TASK_DEPNAME="junit-4"
 
 inherit ant-tasks
 
-KEYWORDS="amd64 ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm64 ppc64 x86 ~x86-fbsd"
 
 DEPEND="dev-java/junit:4
~dev-java/ant-junit-${PV}"



[gentoo-commits] repo/gentoo:master commit in: java-virtuals/servlet-api/

2017-07-14 Thread Alexis Ballier
commit: 59d43141ab63d1fee93220a70d82c476a97d2ede
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 21:32:56 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 21:35:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d43141

java-virtuals/servlet-api: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 java-virtuals/servlet-api/servlet-api-2.4.ebuild| 4 ++--
 java-virtuals/servlet-api/servlet-api-3.1-r1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/java-virtuals/servlet-api/servlet-api-2.4.ebuild 
b/java-virtuals/servlet-api/servlet-api-2.4.ebuild
index 92e38dc7306..bfb31e14884 100644
--- a/java-virtuals/servlet-api/servlet-api-2.4.ebuild
+++ b/java-virtuals/servlet-api/servlet-api-2.4.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
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="public-domain"
 SLOT="${PV}"
-KEYWORDS="amd64 ~arm ppc64 x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~x86-fbsd ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE=""
 
 RDEPEND="|| (

diff --git a/java-virtuals/servlet-api/servlet-api-3.1-r1.ebuild 
b/java-virtuals/servlet-api/servlet-api-3.1-r1.ebuild
index fecac2e3078..577ef81ef39 100644
--- a/java-virtuals/servlet-api/servlet-api-3.1-r1.ebuild
+++ b/java-virtuals/servlet-api/servlet-api-3.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="public-domain"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
 
 RDEPEND="|| (
dev-java/tomcat-servlet-api:${SLOT}



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

2017-07-14 Thread Alexis Ballier
commit: 5e587a912038c5f5d4672206b2330435ffe28b88
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 21:35:44 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 21:35:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e587a91

dev-python/pep8: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/pep8/pep8-1.5.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pep8/pep8-1.5.6.ebuild 
b/dev-python/pep8/pep8-1.5.6.ebuild
index 8c254672f89..ffa72efc8a2 100644
--- a/dev-python/pep8/pep8-1.5.6.ebuild
+++ b/dev-python/pep8/pep8-1.5.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 x86 ~amd64-linux 
~x86-linux"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2017-07-14 Thread Alexis Ballier
commit: b5090d885bdd86a96e4836466bc5bdf5030ed00e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 21:33:29 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 21:35:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5090d88

dev-java/tomcat-servlet-api: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild | 2 +-
 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.15.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild
index 428bd62f637..c4969b6bf64 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-5/v${PV/_/-}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="2.4"
-KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="doc source"
 
 DEPEND=">=virtual/jdk-1.5

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.15.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.15.ebuild
index dd03de7b76e..fc6ef9151ec 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.15.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.15.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.7"



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

2017-07-14 Thread Alexis Ballier
commit: c6ac230e610bcd155020460a69db32fe01b1b2b2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 21:34:20 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 21:35:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ac230e

dev-python/jaraco-packaging: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild 
b/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild
index c3f421fc6ad..8afec124658 100644
--- a/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild
+++ b/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86"
 IUSE="doc test"
 
 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-text/linuxdoc-tools/

2017-07-14 Thread Michał Górny
commit: 1dd9adfc313584a49ae523a1b14ca14f8b9fd4b1
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sat Jul  1 16:11:09 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 14 21:21:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd9adfc

app-text/linuxdoc-tools: drop obsolete autotools-utils eclass

Closes: https://github.com/gentoo/gentoo/pull/5023
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild 
b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild
index b02eb9b514f..808897c2186 100644
--- a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild
+++ b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild
@@ -4,7 +4,7 @@
 # EAPI=6 is blocked by Gentoo bugs 497038, 497052.
 EAPI=5
 
-inherit autotools-utils latex-package perl-functions sgml-catalog 
toolchain-funcs vcs-snapshot
+inherit autotools epatch latex-package perl-functions sgml-catalog 
toolchain-funcs vcs-snapshot
 
 DESCRIPTION="A toolset for processing LinuxDoc DTD SGML files"
 HOMEPAGE="https://gitlab.com/agmartin/linuxdoc-tools;
@@ -31,7 +31,8 @@ DEPEND="${RDEPEND}
 "
 
 src_prepare() {
-   autotools-utils_src_prepare
+   [[ ${PATCHES} ]] && epatch -p1 "${PATCHES[@]}"
+   epatch_user
 
# Update the build system with Gentoo paths.
sed -i \
@@ -62,6 +63,7 @@ src_compile() {
 }
 
 src_install() {
+   # Override latex-package.eclass
default_src_install
 }
 



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxpanel/

2017-07-14 Thread Patrice Clement
commit: 68daf3b4bf13f9e9347ea2d81d587804c93b5000
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Jul 14 21:06:32 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jul 14 21:07:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68daf3b4

lxde-base/lxpanel: update HOMEPAGE.

Gentoo-Bug: https://bugs.gentoo.org/624942

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 lxde-base/lxpanel/lxpanel-0.7.0-r1.ebuild | 2 +-
 lxde-base/lxpanel/lxpanel-0.8.1.ebuild| 2 +-
 lxde-base/lxpanel/lxpanel-0.8.2.ebuild| 2 +-
 lxde-base/lxpanel/lxpanel-0.9.2.ebuild| 2 +-
 lxde-base/lxpanel/lxpanel-0.9.3.ebuild| 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lxde-base/lxpanel/lxpanel-0.7.0-r1.ebuild 
b/lxde-base/lxpanel/lxpanel-0.7.0-r1.ebuild
index d478e470e31..d6f1bf10262 100644
--- a/lxde-base/lxpanel/lxpanel-0.7.0-r1.ebuild
+++ b/lxde-base/lxpanel/lxpanel-0.7.0-r1.ebuild
@@ -8,7 +8,7 @@ inherit autotools eutils readme.gentoo versionator
 MAJOR_VER="$(get_version_component_range 1-2)"
 
 DESCRIPTION="Lightweight X11 desktop panel for LXDE"
-HOMEPAGE="http://lxde.org/;
+HOMEPAGE="https://wiki.lxde.org/en/LXPanel;
 
SRC_URI="mirror://sourceforge/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${MAJOR_VER}.x/${P}.tar.xz"
 
 LICENSE="GPL-2"

diff --git a/lxde-base/lxpanel/lxpanel-0.8.1.ebuild 
b/lxde-base/lxpanel/lxpanel-0.8.1.ebuild
index bb3c6ec267c..ec0b3433bfc 100644
--- a/lxde-base/lxpanel/lxpanel-0.8.1.ebuild
+++ b/lxde-base/lxpanel/lxpanel-0.8.1.ebuild
@@ -8,7 +8,7 @@ inherit autotools eutils readme.gentoo versionator
 MAJOR_VER="$(get_version_component_range 1-2)"
 
 DESCRIPTION="Lightweight X11 desktop panel for LXDE"
-HOMEPAGE="http://lxde.org/;
+HOMEPAGE="https://wiki.lxde.org/en/LXPanel;
 
SRC_URI="mirror://sourceforge/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${MAJOR_VER}.x/${P}.tar.xz"
 
 LICENSE="GPL-2"

diff --git a/lxde-base/lxpanel/lxpanel-0.8.2.ebuild 
b/lxde-base/lxpanel/lxpanel-0.8.2.ebuild
index 4dafd05ac11..2fe4da6e7e7 100644
--- a/lxde-base/lxpanel/lxpanel-0.8.2.ebuild
+++ b/lxde-base/lxpanel/lxpanel-0.8.2.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 inherit readme.gentoo-r1
 
 DESCRIPTION="Lightweight X11 desktop panel for LXDE"
-HOMEPAGE="http://lxde.org/;
+HOMEPAGE="https://wiki.lxde.org/en/LXPanel;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"

diff --git a/lxde-base/lxpanel/lxpanel-0.9.2.ebuild 
b/lxde-base/lxpanel/lxpanel-0.9.2.ebuild
index adaf28efa62..3ebcb30af47 100644
--- a/lxde-base/lxpanel/lxpanel-0.9.2.ebuild
+++ b/lxde-base/lxpanel/lxpanel-0.9.2.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 inherit readme.gentoo-r1
 
 DESCRIPTION="Lightweight X11 desktop panel for LXDE"
-HOMEPAGE="http://lxde.org/;
+HOMEPAGE="https://wiki.lxde.org/en/LXPanel;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"

diff --git a/lxde-base/lxpanel/lxpanel-0.9.3.ebuild 
b/lxde-base/lxpanel/lxpanel-0.9.3.ebuild
index e025dcb739a..2c22a239d32 100644
--- a/lxde-base/lxpanel/lxpanel-0.9.3.ebuild
+++ b/lxde-base/lxpanel/lxpanel-0.9.3.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 inherit readme.gentoo-r1
 
 DESCRIPTION="Lightweight X11 desktop panel for LXDE"
-HOMEPAGE="http://lxde.org/;
+HOMEPAGE="https://wiki.lxde.org/en/LXPanel;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"



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

2017-07-14 Thread Michał Górny
commit: 21e3b65a48c76fcaa5683cdb0ca55b7ea47d0bd9
Author: Dimitrios Semitsoglou-Tsiapos  gmx  com>
AuthorDate: Tue Mar 14 19:56:07 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 14 21:02:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e3b65a

www-client/qutebrowser: USE for experimental webengine support

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

 www-client/qutebrowser/metadata.xml|  4 
 www-client/qutebrowser/qutebrowser-.ebuild | 13 +
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/www-client/qutebrowser/metadata.xml 
b/www-client/qutebrowser/metadata.xml
index 47684f1efe8..0b5baae9f95 100644
--- a/www-client/qutebrowser/metadata.xml
+++ b/www-client/qutebrowser/metadata.xml
@@ -5,6 +5,10 @@
radher...@gentoo.org
Tim Harder

+   
+   Install packages required for
+   experimental rendering support with webengine.
+   

qutebrowser/qutebrowser


diff --git a/www-client/qutebrowser/qutebrowser-.ebuild 
b/www-client/qutebrowser/qutebrowser-.ebuild
index 5abc6580df1..2688b7223b3 100644
--- a/www-client/qutebrowser/qutebrowser-.ebuild
+++ b/www-client/qutebrowser/qutebrowser-.ebuild
@@ -14,12 +14,13 @@ else
KEYWORDS="~amd64 ~x86"
 fi
 
-DESCRIPTION="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
-HOMEPAGE="http://www.qutebrowser.org/ 
https://github.com/qutebrowser/qutebrowser;
+DESCRIPTION="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit / 
QtWebEngine"
+HOMEPAGE="https://www.qutebrowser.org/ 
https://github.com/qutebrowser/qutebrowser;
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="gstreamer test"
+IUSE="gstreamer test webengine +webkit"
+REQUIRED_USE="|| ( webengine webkit )"
 
 COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 DEPEND="${COMMON_DEPEND}
@@ -30,10 +31,14 @@ RDEPEND="${COMMON_DEPEND}
>=dev-python/jinja-2.8[${PYTHON_USEDEP}]
>=dev-python/pygments-2.1.3[${PYTHON_USEDEP}]
>=dev-python/pypeg2-2.15.2[${PYTHON_USEDEP}]
-   
dev-python/PyQt5[${PYTHON_USEDEP},declarative,gui,network,printsupport,webkit,widgets]
+   
dev-python/PyQt5[${PYTHON_USEDEP},declarative,gui,network,printsupport,webengine?,webkit?,widgets]
dev-python/sip[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
gstreamer? ( dev-qt/qtwebkit:5[gstreamer] )
+   webengine? (
+   >=dev-python/PyQt5-5.7.1
+   >=dev-qt/qtwebengine-5.7.1:5
+   )
 "
 
 RESTRICT="test"



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

2017-07-14 Thread Robin H. Johnson
commit: 5cc6ac26d0ec300f13adacb2341e893297e59108
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Jul 14 19:55:24 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jul 14 19:56:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc6ac26

sys-kernel/genkernel: Increase pax-utils version dep for code cleanups.

Package-Manager: portage-2.3.6

 sys-kernel/genkernel/genkernel-3.5.0.8.ebuild | 4 ++--
 sys-kernel/genkernel/genkernel-3.5.1.0.ebuild | 2 +-
 sys-kernel/genkernel/genkernel-.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-kernel/genkernel/genkernel-3.5.0.8.ebuild 
b/sys-kernel/genkernel/genkernel-3.5.0.8.ebuild
index 9b7dc3541d3..58c0ab6d346 100644
--- a/sys-kernel/genkernel/genkernel-3.5.0.8.ebuild
+++ b/sys-kernel/genkernel/genkernel-3.5.0.8.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
 
 # genkernel--> latest Git branch "master"
@@ -57,7 +57,7 @@ DEPEND="sys-fs/e2fsprogs
 RDEPEND="${DEPEND}
cryptsetup? ( sys-fs/cryptsetup )
app-arch/cpio
-   >=app-misc/pax-utils-0.2.1
+   >=app-misc/pax-utils-1.2.2
firmware? ( sys-kernel/linux-firmware )
!=app-misc/pax-utils-0.2.1
+   >=app-misc/pax-utils-1.2.2
firmware? ( sys-kernel/linux-firmware )
! latest Git branch "master"
@@ -57,7 +57,7 @@ DEPEND="sys-fs/e2fsprogs
 RDEPEND="${DEPEND}
cryptsetup? ( sys-fs/cryptsetup )
app-arch/cpio
-   >=app-misc/pax-utils-0.2.1
+   >=app-misc/pax-utils-1.2.2
firmware? ( sys-kernel/linux-firmware )
!

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

2017-07-14 Thread Robin H. Johnson
commit: 1edadd6bf732149af53956f907597d798005c8cd
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Jul 14 19:56:47 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jul 14 19:57:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edadd6b

sys-kernel/genkernel: bump.

Package-Manager: portage-2.3.6

 sys-kernel/genkernel/Manifest |   1 +
 sys-kernel/genkernel/genkernel-3.5.1.1.ebuild | 164 ++
 2 files changed, 165 insertions(+)

diff --git a/sys-kernel/genkernel/Manifest b/sys-kernel/genkernel/Manifest
index bc1dd519873..fcd038fe027 100644
--- a/sys-kernel/genkernel/Manifest
+++ b/sys-kernel/genkernel/Manifest
@@ -8,6 +8,7 @@ DIST genkernel-3.4.52.3.tar.xz 282976 SHA256 
7873c7ff94f3a36f2c71f4915e82b92afd1
 DIST genkernel-3.4.52.4.tar.xz 284064 SHA256 
3a2fd217c4817f4b8a4a1bef7051c373f10fddd6983125b61050a134c4a78c2a SHA512 
2dcdf2acb19c868ea7bfd5a0f9c7c3b179ac0f9f31b74306641dd8a1e8b076f5122e60a96c006e20f634e9e540d51723ef94bf91d8e28217dbb2159ff4d896dc
 WHIRLPOOL 
92ec9850ec67e3b227dc8689a494fb31554872ad772fdfdb152fe2033fcaff9c34669b3a76806171bb3971e34e2ea63d118ab268220d18669b298574e976edda
 DIST genkernel-3.5.0.8.tar.xz 287876 SHA256 
17f5722666c1e9eaa40dde198b9a498cfd336d7b7e525ce94c25b404573ba2f4 SHA512 
92014ef2af4e52b20647fee344eecd91c943750e0095a552615367229eff875ee6fd70c6bf256d79a8c04cab6f6ade7b669f1cca435cd5a0faacdccd524ac648
 WHIRLPOOL 
ea173a208c943d41ce1449118930091a767584eade89d2b9f8288fa92405a5e83270c919e35e3a0a68e8804468bc32a2cccf4d9ecf6d9fe3850f83465413a26f
 DIST genkernel-3.5.1.0.tar.xz 292388 SHA256 
1c84e405ed839ed7f3702a0685454fa374ccdb9f38f13ea1e71b06b77f019f59 SHA512 
a4b13101b1bc6e3bc24077b2ac67e0e973f65b95a663ef84e48f5ecc293d1f3895c0c7ef30b0686dbb6fdc8a50a2a5f1a347f28aa0b536912ac194c8bc28
 WHIRLPOOL 
666b17a220f9c897230b812eea3a69e6c0d68d07d34273b1d76b4f46cc10b61d9cb286d8b4256a6b5764691e5aebeb35c5c8bcf6b9f40bc1b9fb932939147726
+DIST genkernel-3.5.1.1.tar.xz 292864 SHA256 
5ab5019fbfe0173f431556b97206dc51636bfa8b4dfe51143d6e9a2bf8e18233 SHA512 
ff564e00bed2c7c211a0c7e73425169a6d354366737b8a561751557980f866dcd071baee5de3b089221cf6cb3ffd61d26ddd7d2f6f7e18d0c0df19ad94da1678
 WHIRLPOOL 
95b9cd693c08de74cd7aa9ef029822d2f0debab0f63658869d2ab3d5e5a970ed8b2bf049b414c3eec5618d4b726f32eb19ff7a01c99ffc750360d6368416a92d
 DIST gnupg-1.4.11.tar.bz2 3407075 SHA256 
d18ceeac16e554a501170b9bfde611625252d0fe9448685a69c93bf149ee6ef6 SHA512 
97e7b8b0f972cc2f7cabdb0e013cbee1c33e7d48407d040cca5c2037e32abe1c2100194be7d3b569d4f05eb16b24c205a5b83f06718f0241f8d4ee174f1c37ae
 WHIRLPOOL 
6f914627e2f527f6616e1f99d2ae06942b734f839d03a45ffa45bf67516a81d58f89e6a85612cf8e5fd83be04ab0b6bc2da8f81114143dad7523e5fcea62366b
 DIST mdadm-3.1.5.tar.bz2 292709 SHA256 
1d547d0b36a88968e9fc9fb08b0e64de54a53f3d1cfa3656a9f319180f0727d3 SHA512 
6fcf426d63ede01f99ebeee9be686857a04f9b601b37f76722c091ae2999b3ff66fdba52d47323f27900553125a897fc1815fe7be850aa9cc991dd5fa91a5d5d
 WHIRLPOOL 
003595a1338b3a95ccc176b07a31f26dd5fda9460f2c4d3513b9ca09cdab1c91dab05f8914f2354047fccff42c4dcfc6131a383c84467c2838ac7b1af2f9bef8
 DIST open-iscsi-2.0-872.tar.gz 900081 SHA256 
37753697a170223ac02a292b3a23a315a3c747b490c42480e4057b676c9f8d4f SHA512 
d26c87772b0b1d13a8bd2eea9db86b3c61af83efbb788116c01ab6a914ff3de634a7b1bff56c1161b28965315543edbfc2735b6c7fbd3f7797471fde63b69cc0
 WHIRLPOOL 
4b04c8481c6c5f094ca6f7761828006a84eda7a22a6b3a4d65e7b3e4b39e73ef839ec710b491e7ca731b047fa8c74a9c03a17e85519a62dfbeb95222cfbdd935

diff --git a/sys-kernel/genkernel/genkernel-3.5.1.1.ebuild 
b/sys-kernel/genkernel/genkernel-3.5.1.1.ebuild
new file mode 100644
index 000..58c0ab6d346
--- /dev/null
+++ b/sys-kernel/genkernel/genkernel-3.5.1.1.ebuild
@@ -0,0 +1,164 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# genkernel--> latest Git branch "master"
+# genkernel-VERSION -> normal genkernel release
+
+EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12
+
+VERSION_BUSYBOX='1.26.0'
+VERSION_DMRAID='1.0.0.rc16-3'
+VERSION_MDADM='3.1.5'
+VERSION_FUSE='2.8.6'
+VERSION_ISCSI='2.0-872'
+VERSION_LVM='2.02.88'
+VERSION_UNIONFS_FUSE='0.24'
+VERSION_GPG='1.4.11'
+
+RH_HOME="ftp://sourceware.org/pub;
+DM_HOME="https://people.redhat.com/~heinzm/sw/dmraid/src;
+BB_HOME="https://busybox.net/downloads;
+
+COMMON_URI="${DM_HOME}/dmraid-${VERSION_DMRAID}.tar.bz2
+   ${DM_HOME}/old/dmraid-${VERSION_DMRAID}.tar.bz2
+   
mirror://kernel/linux/utils/raid/mdadm/mdadm-${VERSION_MDADM}.tar.bz2
+   ${RH_HOME}/lvm2/LVM2.${VERSION_LVM}.tgz
+   ${RH_HOME}/lvm2/old/LVM2.${VERSION_LVM}.tgz
+   ${BB_HOME}/busybox-${VERSION_BUSYBOX}.tar.bz2
+   
http://www.open-iscsi.org/bits/open-iscsi-${VERSION_ISCSI}.tar.gz
+   mirror://sourceforge/fuse/fuse-${VERSION_FUSE}.tar.gz
+   

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

2017-07-14 Thread Robin H. Johnson
commit: 91002e56bb0391bdc31716dd65b42151d230ff62
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Jul 14 19:52:49 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jul 14 19:52:58 2017 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=91002e56

Improve release process.

 HACKING  | 6 --
 Makefile | 4 
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/HACKING b/HACKING
index ed553f1..62bbd37 100644
--- a/HACKING
+++ b/HACKING
@@ -16,8 +16,10 @@ Testing things:
   $ sudo GK_SHARE="$PWD" ./genkernel initramfs --no-install --no-postclear 
--loglevel=2
 
 Rolling a release:
-- Bump the version in the main genkernel file.
-- make dist # verify it can build.
+- export PV="NEWVER"
+- Bump the version in the main genkernel file:
+- sed -i "/^GK_V=/s/='.*'$/='$PV'/" genkernel
+- make dist UNCLEAN=1 # verify it can build.
 - git commit -s -a -m "Bump version to ${PV}"
 - git tag -s -a -m "Tag release v${PV}" v${PV}
 - make dist # Real tarball

diff --git a/Makefile b/Makefile
index e7f08a3..d18a3f2 100644
--- a/Makefile
+++ b/Makefile
@@ -28,8 +28,12 @@ clean:
rm -f $(EXTRA_DIST)
 
 check-git-repository:
+ifneq ($(UNCLEAN),1)
git diff --quiet || { echo 'STOP, you have uncommitted changes in the 
working directory' ; false ; }
git diff --cached --quiet || { echo 'STOP, you have uncommitted changes 
in the index' ; false ; }
+else
+   @true
+endif
 
 dist: verify-doc check-git-repository distclean $(EXTRA_DIST)
mkdir "$(distdir)"



[gentoo-commits] proj/genkernel:master commit in: arch/x86_64/, arch/s390/, arch/x86/, arch/alpha/, arch/sparc/, arch/um/, ...

2017-07-14 Thread Robin H. Johnson
commit: 43621dc652bc192a43bfea34a7c7a499c9e93472
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Jul 14 19:43:48 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jul 14 19:43:48 2017 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=43621dc6

modules_load: more filesystems.

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=273221
Signed-off-by: Robin H. Johnson  gentoo.org>

 arch/alpha/modules_load| 2 +-
 arch/arm/modules_load  | 2 +-
 arch/ia64/modules_load | 2 +-
 arch/mips/modules_load | 2 +-
 arch/parisc/modules_load   | 2 +-
 arch/parisc64/modules_load | 2 +-
 arch/ppc/modules_load  | 2 +-
 arch/ppc64/modules_load| 2 +-
 arch/s390/modules_load | 2 +-
 arch/sparc/modules_load| 2 +-
 arch/sparc64/modules_load  | 2 +-
 arch/um/modules_load   | 2 +-
 arch/x86/modules_load  | 2 +-
 arch/x86_64/modules_load   | 2 +-
 defaults/modules_load  | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/arch/alpha/modules_load b/arch/alpha/modules_load
index 9b06eb0..84a6668 100644
--- a/arch/alpha/modules_load
+++ b/arch/alpha/modules_load
@@ -26,5 +26,5 @@ MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 
i82365 tcic ds ide
 MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd 
xhci-hcd xhci-pci xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple 
hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration 
hid-logitech hid-logitech-dj hid-microsoft hid-monterey hid-petalynx hid-pl 
hid-samsung hid-sony hid-sunplus"
 
 # Filesystems
-MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
+MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse loop squashfs 
aufs overlay cramfs configfs fscrypto efivarfs msdos"
 

diff --git a/arch/arm/modules_load b/arch/arm/modules_load
index 654142b..a81d115 100644
--- a/arch/arm/modules_load
+++ b/arch/arm/modules_load
@@ -26,5 +26,5 @@ MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 
i82365 tcic ds ide
 MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd 
xhci-hcd xhci-pci xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple 
hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration 
hid-logitech hid-logitech-dj hid-microsoft hid-monterey hid-petalynx hid-pl 
hid-samsung hid-sony hid-sunplus"
 
 # Filesystems
-MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse qemu_fw_cfg"
+MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse loop squashfs 
aufs overlay cramfs configfs fscrypto efivarfs msdos qemu_fw_cfg"
 

diff --git a/arch/ia64/modules_load b/arch/ia64/modules_load
index e61445f..634a2ea 100644
--- a/arch/ia64/modules_load
+++ b/arch/ia64/modules_load
@@ -26,4 +26,4 @@ MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 
i82365 tcic ds ide
 MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd 
xhci-hcd xhci-pci xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple 
hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration 
hid-logitech hid-logitech-dj hid-microsoft hid-monterey hid-petalynx hid-pl 
hid-samsung hid-sony hid-sunplus"
 
 # Filesystems
-MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
+MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse loop squashfs 
aufs overlay cramfs configfs fscrypto efivarfs msdos"

diff --git a/arch/mips/modules_load b/arch/mips/modules_load
index 9b06eb0..84a6668 100644
--- a/arch/mips/modules_load
+++ b/arch/mips/modules_load
@@ -26,5 +26,5 @@ MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 
i82365 tcic ds ide
 MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd 
xhci-hcd xhci-pci xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple 
hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration 
hid-logitech hid-logitech-dj hid-microsoft hid-monterey hid-petalynx hid-pl 
hid-samsung hid-sony hid-sunplus"
 
 # Filesystems
-MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
+MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse loop squashfs 
aufs overlay cramfs configfs fscrypto efivarfs msdos"
 

diff --git a/arch/parisc/modules_load b/arch/parisc/modules_load
index 9b06eb0..84a6668 100644
--- a/arch/parisc/modules_load
+++ b/arch/parisc/modules_load
@@ -26,5 +26,5 @@ MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 
i82365 tcic ds ide
 MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd 
xhci-hcd xhci-pci xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple 
hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration 
hid-logitech hid-logitech-dj hid-microsoft hid-monterey hid-petalynx hid-pl 
hid-samsung hid-sony hid-sunplus"
 
 # Filesystems
-MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"

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

2017-07-14 Thread Robin H. Johnson
commit: 32fb18e77ecfe413f59f0f5c2fff3df67ec3e5bc
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Jul 14 19:47:40 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jul 14 19:52:58 2017 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=32fb18e7

Bump version to 3.5.1.1

Signed-off-by: Robin H. Johnson  gentoo.org>

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

diff --git a/genkernel b/genkernel
index 5cec19c..e82019f 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
 # $Id$
 
 PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.5.1.0'
+GK_V='3.5.1.1'
 
 # Set the default for TMPDIR.  May be modified by genkernel.conf or the
 # --tempdir command line option.



[gentoo-commits] proj/genkernel: New tag: v3.5.1.1

2017-07-14 Thread Robin H. Johnson
commit: 
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jul 14 19:53:51 2017 +

New tag: v3.5.1.1




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

2017-07-14 Thread Matt Turner
commit: 6641fd36bd209f44915eb85974ee58b74c45907e
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul 14 19:43:33 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 14 19:43:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6641fd36

media-libs/mesa: Version bump to 17.1.5

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-17.1.5.ebuild | 503 +
 2 files changed, 504 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 09c566efc6e..ffa7a2f7ae4 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -7,3 +7,4 @@ DIST mesa-17.1.1.tar.xz 9854480 SHA256 
aed503f94c0c1630a162a3e276f4ee12a86764cee
 DIST mesa-17.1.2.tar.xz 9837516 SHA256 
0937804f43746339b1f9540d8f9c8b4a1bb3d3eec0e4020eac283b8799798239 SHA512 
9df5e1a0336948a6ba338a9a8499b286543bc079f61f1cf85f6ecf98e05fab9a23cde0d1e3f2153df9b07515cb8c1a08531d43f053783991ecdd32380d3b
 WHIRLPOOL 
81ce678cb95eb86c41fb00f01ad5f4ed207a20e8290d789f347377553da4ff7ebde56bdb41df03a94a30f6fc141c52833bf6da6c5a79ff85654c7806945b4bd5
 DIST mesa-17.1.3.tar.xz 9861256 SHA256 
5f1ee9a8aea2880f887884df2dea0c16dd1b13eb42fd2e52265db0dc1b380e8c SHA512 
b487d4f3d7717f379e7aaf66958bbef886fbae219e6e0333123c4623dc7db84109aca8cf07be08c0b79a74bdb198c704073fd549c6e85aa952ed3c97da1a8a94
 WHIRLPOOL 
f9e2634e8a4c9765739ca4db005901d4df077f954e9008c05ee26dfc10e008166e5128096db071e0e26f4bdf244ecb9f8767b8862b018a68d677a3579c789114
 DIST mesa-17.1.4.tar.xz 9899196 SHA256 
06f3b0e6a28f0d20b7f3391cf67fe89ae98ecd0a686cd545da76557b6cec9cad SHA512 
cb8369f0edd3e17b4eee8da159b9dc487f8144d69fe4b95901e9aa6a924759866f26f91fc2ead7036707eecea41582185e7ce73d54f97bf310f198b72ee0a8e4
 WHIRLPOOL 
5c313d7b938c58a7e2f59b619161316629ee996025dc5810742c881716cfcee441a8b3641d644fa0bc4aeec6c44c4b1ce99f515a59159a3391cf4948c2bab45a
+DIST mesa-17.1.5.tar.xz 9901876 SHA256 
378516b171712687aace4c7ea8b37c85895231d7a6d61e1e27362cf6034fded9 SHA512 
a12671afd812b304e1db690b123a9de16332608541f71cc3ee9128a3630c81416d46255e5bdbf19e14e85716b218f447987b555e3bc0081b8b6f392556fa21e2
 WHIRLPOOL 
b3a94172df5061774e7746ca9f2191f0f04ff375cb76406e22a694141d185f650ce04b3fa4f89b054aa3348f3562886982b5b725680d9ab1cdd6108900da91b7

diff --git a/media-libs/mesa/mesa-17.1.5.ebuild 
b/media-libs/mesa/mesa-17.1.5.ebuild
new file mode 100644
index 000..4850a6750a4
--- /dev/null
+++ b/media-libs/mesa/mesa-17.1.5.ebuild
@@ -0,0 +1,503 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git;
+
+if [[ ${PV} =  ]]; then
+   GIT_ECLASS="git-r3"
+   EXPERIMENTAL="true"
+fi
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools llvm multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS}
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/;
+
+if [[ $PV ==  ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="!bindist? ( bindist )"
+
+INTEL_CARDS="i915 i965 intel"
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${INTEL_CARDS} ${RADEON_CARDS} freedreno imx nouveau vc4 vivante 
vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 unwind
+   +llvm +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind
+   vdpau vulkan wayland xvmc xa"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 gallium )
+   llvm?   ( gallium )
+   opencl? ( gallium llvm )
+   openmax? ( gallium )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vaapi? ( gallium )
+   vdpau? ( gallium )
+   vulkan? ( || ( video_cards_i965 video_cards_radeonsi )
+ video_cards_radeonsi? ( llvm ) )
+   wayland? ( egl gbm )
+   xa?  ( gallium )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_imx?( gallium )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/cinder/

2017-07-14 Thread Matt Thode
commit: a21ecaf6968cf929871325cc8e0fb7e10c74a287
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jul 14 19:37:15 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jul 14 19:42:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21ecaf6

sys-cluster/cinder: 8.0.2 stable for amd64 and x86, with cleanup bug 625092

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-cluster/cinder/Manifest |   1 -
 sys-cluster/cinder/cinder-10.0.2.ebuild | 194 
 sys-cluster/cinder/cinder-10.0.3.ebuild |   2 +-
 3 files changed, 1 insertion(+), 196 deletions(-)

diff --git a/sys-cluster/cinder/Manifest b/sys-cluster/cinder/Manifest
index 3d2a239550f..f1605372814 100644
--- a/sys-cluster/cinder/Manifest
+++ b/sys-cluster/cinder/Manifest
@@ -1,4 +1,3 @@
-DIST cinder-10.0.2.tar.gz 4605687 SHA256 
8abeee27419679127fd0292240981bcdbcf6af1ec2604f1e37e939692d766eed SHA512 
29c7670add87c1465ed2c5a0e8c264f9fd8c0b36baa7ce2f71ca052be7b3be56cd60beea9452881cbd4285fa1dc556815ff360fe15daaca1b5ae816e24c7ec50
 WHIRLPOOL 
26427c0bb789e9a668d66048129d68f71de527443d0da1346cb887ef85bfc2f67cd8e1283e8d24531297537575af01c9f87315373810cce86f31d36251a19635
 DIST cinder-10.0.3.tar.gz 4620868 SHA256 
53e7538299e3c72c809112e85a065581b38e752ec19a0dbc0c918554eedd6789 SHA512 
e22fca956c751a70e2248cab42cca4a0671d8a52537083dc97db4ba2279678f08e894cffba3e6f7c8b32f5313bdccd2af890948c463683ac64e4cf0a3313cc3b
 WHIRLPOOL 
b904908c13ade48db737f2491c5afd864ac77fce5f249b8a66b60cde51573b3b43475d0292d6e99509f95f681a347225572944a5eb5451498e2e31fc01fa24f5
 DIST cinder-9.1.4.tar.gz 4195597 SHA256 
ee8a2ca264a41c8f4ed48094722d683cffae99cee910f19a140b0d1d0f5251a4 SHA512 
8039d5208296ea54fc869fb05dd91451ac3575eb3dd2ed97d0c63120d18b67b02b835a849cd1ec3dae349920895e13665c15a6daa53f67138823053c49ab87a9
 WHIRLPOOL 
f2fd2bbba72d2f74f1395f2b280ed3304ecec37c9bcdc7b73a104d19698dad123ffdbce58249c426245c68584eb7a10a640f38a9192933d8db30a7f45b79c48e
 DIST newton-cinder-policy.json 6412 SHA256 
3a140134201452c52a97eae9f4c45ea30a3a21cc7a30ee619ed37ab0723b6479 SHA512 
3473b5790487bd037d54e4a1a89bab9d145bc34d137d52da2b6b311d2dfee2344fec75c6c96bc518a3e0b175fbd6cde71fb546406c0ef835898e3c1c88eb6d56
 WHIRLPOOL 
f34dc729425fd82ddd9905c675fca9b765b4535dc87ec9d94acd1781c331e466f8688aace4954532e376e704cf3f1c8f4103f22e6838d4403c10311358e1ed2b

diff --git a/sys-cluster/cinder/cinder-10.0.2.ebuild 
b/sys-cluster/cinder/cinder-10.0.2.ebuild
deleted file mode 100644
index c8d03b6c4b4..000
--- a/sys-cluster/cinder/cinder-10.0.2.ebuild
+++ /dev/null
@@ -1,194 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 eutils linux-info user
-
-DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of 
nova-volumes"
-HOMEPAGE="https://launchpad.net/cinder;
-SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/ocata/cinder.conf.sample
 -> ocata-cinder.conf.sample
-https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/ocata/policy.json 
-> ocata-cinder-policy.json
-https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/ocata/volume.filters
 -> ocata-cinder-volume.filters
-https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+api +scheduler +volume infiniband iscsi lvm mysql +memcached postgres 
rdma sqlite +tcp test +tgt"
-REQUIRED_USE="|| ( mysql postgres sqlite ) iscsi? ( tgt ) infiniband? ( rdma )"
-
-CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]
-   https://bugs.launchpad.net/swift/+bug/1249727
-   nosetests -I test_wsgi.py cinder/tests/ || die "tests failed under 
python2.7"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   keepdir /etc/cinder
-   dodir /etc/cinder/rootwrap.d
-
-   for svc in api scheduler volume; do
-   newinitd "${FILESDIR}/cinder.initd" cinder-${svc}
-   done
-
-   insinto /etc/cinder
-   insopts -m0640 -o cinder -g cinder
-   doins "etc/cinder/api-httpd.conf"
-   doins "etc/cinder/logging_sample.conf"
-   doins "etc/cinder/rootwrap.conf"
-   doins "etc/cinder/api-paste.ini"
-   newins "${DISTDIR}/ocata-cinder-policy.json" "policy.json"
-   newins "${DISTDIR}/ocata-cinder.conf.sample" "cinder.conf.sample"
-   insinto /etc/cinder/rootwrap.d
-   newins "${DISTDIR}/ocata-cinder-volume.filters" "volume.filters"
-
-   dodir /var/log/cinder
-   fowners cinder:cinder /var/log/cinder
-
-   #add sudoers definitions for user nova
-   insinto /etc/sudoers.d/
-   insopts -m 0440 -o root -g root
-   newins "${FILESDIR}/cinder.sudoersd" cinder
-}
-
-pkg_postinst() {
-   if use iscsi ; then
-   elog "Cinder needs tgtd to be installed and running to work 
with iscsi"
-   elog "it also needs 'include 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/

2017-07-14 Thread Matt Thode
commit: e311817469528d8f7f72b363afd241ed417e38dc
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jul 14 19:40:38 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jul 14 19:42:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3118174

sys-cluster/nova: 15.0.6 stable amd64 and x86 with cleanup bug 625094

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-cluster/nova/Manifest   |   2 -
 sys-cluster/nova/nova-15.0.5.ebuild | 231 
 sys-cluster/nova/nova-15.0.6.ebuild |   2 +-
 3 files changed, 1 insertion(+), 234 deletions(-)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index f53322b4b43..1404e2b10ca 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,7 +1,5 @@
 DIST newton-nova.conf.sample 44496 SHA256 
a7d9b95e67b77d0335edac760e037ad117d8c9f18c4792939ba8bb02739eae58 SHA512 
ac917f0fed24c6705cbe43b4e1af31138bb656ea06f0cbe66d5b820677a47ca854abf6ca7fdf76a9a7f3a5afff758dac294ffd778d1bda82bb9f95c48d103d6e
 WHIRLPOOL 
3c54dc8e4721f4289a8f64e9ac215c4b2e4b6afd2904fea4080659d3c292dcd942535d998b463efa4dd96a6090afb9830dfa6b9b3f2062439a8d03ec09356adc
 DIST nova-14.0.7.tar.gz 5601074 SHA256 
765c5a69a85fe464c25be9f146f4869108a315fa77de46da81c724e855ba5eb9 SHA512 
27b7683e6266e1a0e23023818bd008e14202b1e20c21dd74fd687437beb8c6b2b5689a2428e34202275caeae52ed6b29f713cf82e94ff28114825f16347a5b9b
 WHIRLPOOL 
e5aede657ac4270d4005d060177bd99c4fd3f382ac26467f5cf91b4e8b0443bb17dedaf154a34efc100db0b6019c9120908efea24446eca41135135a3445408f
-DIST nova-15.0.5.tar.gz 5747766 SHA256 
4b28ca36923ffdd9c8740f9743efd86585ce18809017c7276442650d2d450033 SHA512 
19158f122b7fb8013d65e03d4b00f5afdf90abbc1b90fed4ff497d2ce7350302b34fffa7febd25da8a8bc6654d399dde049740452339c6a979a0aa8f9650a856
 WHIRLPOOL 
d07dd7aefe5fda743a75817df33219cac6c876c2e968f2c026860216026e25e5a2ce2b65d66f6a8fc5a5dc6a1ed380e980bee410ac81e4cec98c069f9687c711
 DIST nova-15.0.6.tar.gz 5752743 SHA256 
4972b2e9c3e9eca6b27c0535893f5dcb73931917b773e01e48b0cec9268f00ad SHA512 
96aa0c8303f6500af16b1b36969c3e79973022c26a97d4c9a6523b52ffcbaffc4b5a5d2b1f0dd14010acbf49d1201faab3078812db65c7eb228a45afbb6b3218
 WHIRLPOOL 
3c5fe26da9bf325126137f9f5cb338d990718b6eeb874178735ce394bb3a5ebe263ea5d7e269c018571e105e770a1e9b52742beb8a647a394a2a1a793c105609
-DIST nova.conf.sample-15.0.5 344760 SHA256 
09c086c981505a6e775a4e2073856b1d38998d97b92062f019095f98d7d26e1f SHA512 
5c55c752c8752876acbd8d2348abb39d6a8449f637ad2a6515f5c9f4619dbad73c4ae7a6ac4cd164656a0c466ed000a4d68a291050a03a5641fe96b3dd7f732d
 WHIRLPOOL 
22f174d402e6d9c3e1e18da0cdec883209013083c66eb2b5a2921546fb609c1a19de594832afa8f40ee26a999f2596c563eb16ba1a08035895b5d6c72a729125
 DIST nova.conf.sample-15.0.6 344760 SHA256 
09c086c981505a6e775a4e2073856b1d38998d97b92062f019095f98d7d26e1f SHA512 
5c55c752c8752876acbd8d2348abb39d6a8449f637ad2a6515f5c9f4619dbad73c4ae7a6ac4cd164656a0c466ed000a4d68a291050a03a5641fe96b3dd7f732d
 WHIRLPOOL 
22f174d402e6d9c3e1e18da0cdec883209013083c66eb2b5a2921546fb609c1a19de594832afa8f40ee26a999f2596c563eb16ba1a08035895b5d6c72a729125
 DIST nova.conf.sample-2017.1. 344760 SHA256 
09c086c981505a6e775a4e2073856b1d38998d97b92062f019095f98d7d26e1f SHA512 
5c55c752c8752876acbd8d2348abb39d6a8449f637ad2a6515f5c9f4619dbad73c4ae7a6ac4cd164656a0c466ed000a4d68a291050a03a5641fe96b3dd7f732d
 WHIRLPOOL 
22f174d402e6d9c3e1e18da0cdec883209013083c66eb2b5a2921546fb609c1a19de594832afa8f40ee26a999f2596c563eb16ba1a08035895b5d6c72a729125

diff --git a/sys-cluster/nova/nova-15.0.5.ebuild 
b/sys-cluster/nova/nova-15.0.5.ebuild
deleted file mode 100644
index 1b3ce7a7f9d..000
--- a/sys-cluster/nova/nova-15.0.5.ebuild
+++ /dev/null
@@ -1,231 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 eutils linux-info multilib user
-
-DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) 
in Python"
-HOMEPAGE="https://launchpad.net/nova;
-SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/ocata/nova.conf.sample
 -> nova.conf.sample-${PV}
-   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite"
-REQUIRED_USE="
-   !compute-only? ( || ( mysql postgres sqlite ) )
-   compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
-
-CDEPEND="
-   >=dev-python/setuptools-16.0[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-24.0.0[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.0.0[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.0.1[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.0.2[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.0.3[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.1.0[${PYTHON_USEDEP}]
-  

[gentoo-commits] repo/gentoo:master commit in: media-libs/openh264/, media-libs/openh264/files/

2017-07-14 Thread Ian Stakenvicius
commit: 58b7ccd4efe36912ad3cf661ba872d94f2bbeed1
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Jul 14 19:30:52 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Jul 14 19:31:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b7ccd4

media-libs/openh264: version bump to 1.7.0

Upstream release notes courtesy the gentoo bug below:
- Changed SPS/PPS strategy option name,See enum ENCODER_OPTION
- Changed NAL size length parameter from static array to pointer to
  support more NALs.See struct SParserBsInfo
- Changed semaphores to condition variables on apple platform
- Changed version update mechanism as Major.Minor.patch,like 1.7.0
- Supported to force IDR independently for each layer in simulcast AVC
  case.See API ForceIntraFrame()
- Supported LTR request independently for each layer in simulcast AVC
  case. See struct SLTRRecoverRequest and SLTRMarkingFeedback
- Supported to set sample aspect ratio in VUI on encoder side. See struct
  SSpatialLayerConfig
- Supported to set profile and level, changed the default level as 4.1
  if the user doesn’t set it. See enum ELevelIdc
- Supported to get profile and level info on decoder side.See enum
  DECODER_OPTION
- Supported for enable/disable AVX2 build option. Build option: HAVE_AVX2
- Supported to set decoder statistics log interval, Add
  DECODER_OPTION_STATISTICS_LOG_INTERVAL.See DECODER_OPTION.
- Supported for AU delimiter NAL on decoder side. AU delimiter refers to
  section 7.3.2.4
- Supported for x86 PIC assembly and build option. Build option:
  ENABLEPIC. git issues:#2263 #2534
- Supported for Cygwin x86_64 build
- Supported to get sample aspect ratio by GetOption on decoder. Add
  option: DECODER_OPTION_GET_SAR_INFO
- Set constraint_set4_flag constraint_set5_flag to align to CHP
  definition in latest H264 standard
- Improved VUI support on decoder side
- Improved decoder statistics info output
- Refined the return value when failed in memory allocation
- Added SSSE3 motion compensation routines
- Added AVX2 motion compensation routines
- Optimization on some of SSE2/MMX functions
- Refactor rate control for RC_BUFFERBASED_MODE and RC_QUALITY_MODE mode
- Added more unit tests for random resolution input,slice mode switch,
  profile/level setting
- Refined logs
- Bug fixes for 4:0:0 format support on decoder
- Bug fixes for complexity calculation for screen content mode
- Bug fixes for loadbalancing turn on, git issue:#2618
- Bug fixes for parser subsps, scalling list, parser longer bitstream

Bug: http://bugs.gentoo.org/622170

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-libs/openh264/Manifest   |  2 +-
 .../files/openh264-1.7.0-pkgconfig-pathfix.patch   | 40 ++
 ...openh264-1.6.0.ebuild => openh264-1.7.0.ebuild} |  2 +-
 3 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/media-libs/openh264/Manifest b/media-libs/openh264/Manifest
index cc8689717a3..db72ee33d73 100644
--- a/media-libs/openh264/Manifest
+++ b/media-libs/openh264/Manifest
@@ -2,4 +2,4 @@ DIST gmp-api-Firefox38.tar.gz 16209 SHA256 
6b156afe850c0d6faf0492ca5feeff4358e50
 DIST gmp-api-Firefox39.tar.gz 16363 SHA256 
ecb461af06f4d8f1c16330e78e73775f5656767ced77ac2b5e4bb9413ca86ec4 SHA512 
da6f05c5f0540be8d4f48d25b947b21214d34a6eed365ee5fa4a38c69f77325add4be902e0dcd9d06be43914a3518ded7e4f2289dab034a24325f0bff201692a
 WHIRLPOOL 
fd661b7798970570053789577744bb12ab6354e3bcb70f64e2ac5aa73367f4a958feb3fcef343ef025aa15d6201af40d6f80a0f565e23340e1001f2259e073ce
 DIST openh264-1.4.0.tar.gz 37681189 SHA256 
a1b9a7a7f1ee204793c613789a505f0971bc2b03b3dbd8f05d9c4a3f3b900a22 SHA512 
8192494698cb5557331be56ecbe2b7b143e0ed95739a69a88bdb34a58f66710ef1cd9234f1e98c9b16432a41a3243634e6ca63c58119315f2f9360cb2959e42b
 WHIRLPOOL 
0d9f1f728fbceef35a5e22a6fe4c9dd42fbf84d41fe14e938194438542af182d3994694ffcd68f58798f14c8096b49b0aecad23f58ec6bdbc02de43b8d783532
 DIST openh264-1.5.0.tar.gz 37851166 SHA256 
98077bd5d113c183ce02b678733b0cada2cf36750370579534c4d70f0b6c27b5 SHA512 
30599fed5e928af7dfec079d101a22885e52874c1d7db91ff289b989a9a20548b6bbd5d25e4e546efedd4e5aba97cbc42b1e847970b93116d86efc7af394aeaf
 WHIRLPOOL 
038ad081e0702f198ddc519bdaef7d91254179f8f4febdb2b453ab20c40e47cd759a7b5c881065ac0523d78fc95564aa132e9a4f4b565951613aeb2a46ce74ef
-DIST openh264-1.6.0.tar.gz 37865472 SHA256 
65d307bf312543ad6e98ec02abb7c27d8fd2c9740fd069d7249844612674a2c7 SHA512 
a2c98bf20c64bcacdc8aef7dd17962109d6d35af0d2b8e79b3d6c0073ed214fbae03d2aac4de2cf30816519217e07811fcf320073f4ce2d9c902a8473db54f51
 WHIRLPOOL 
57d9989d1729df2a283eab97a9cd2b478266478eb38d9d564bcb464ca26bba8bc325813f26ab0e9906b8f8a58b6fc5cdadcbc7b15a39d692d3fa00e098860ae6
+DIST openh264-1.7.0.tar.gz 38681895 SHA256 
9c07c38d7de00046c9c52b12c76a2af7648b70d05bd5460c8b67f6895738653f SHA512 
3e30584d6adb69c162f5b044f49155c22d44ab8e399f6bf09194593df84475b49979406f3e461d25ef1e4422c2721b975c58bc64d40a143d8493d45380ad96aa
 WHIRLPOOL 

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

2017-07-14 Thread Marc Schiffbauer
commit: 6a7a221ab7bfe5d6a2391a7f3dae38fd037abcd3
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Jul 14 19:18:04 2017 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Jul 14 19:18:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7a221a

sci-geosciences/opencpn: bump version, fix bug #623838

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-geosciences/opencpn/Manifest |  1 +
 sci-geosciences/opencpn/opencpn-4.6.1.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/sci-geosciences/opencpn/Manifest b/sci-geosciences/opencpn/Manifest
index 75e7ba4794f..09cb79d0ef0 100644
--- a/sci-geosciences/opencpn/Manifest
+++ b/sci-geosciences/opencpn/Manifest
@@ -1,4 +1,5 @@
 DIST opencpn-4.0.0.tar.gz 40095375 SHA256 
b1930dc74a59744327496b0ec23b58836fa0643cb9dd1d5c5b7f1a8221bb801e SHA512 
84e20d5a5496778096f9cbce3507475ae6c11619eb5cc19e928647e360980e2ac868d1f45712bfc8da3607d4fa3822b6672b8844a914b387aeeda7bf645668f0
 WHIRLPOOL 
f1ee241203bccc32816e970c61a896f317f747c6c9701e2a15140724f75c8bca802df942e420d126f88ff9adae9c1634155e4e2b482f060e7955fb0061da82f3
 DIST opencpn-4.2.0.tar.gz 40621320 SHA256 
319b6232adae6017fc0575abdd94658e6e406a894644937c53744ea0b1fefb9f SHA512 
86bc1b29482b41ff615a8904017279a0e42785c7b74aa4f2b6195a388943408fb85802253dead1144218900cf7aa163bfe928ca3aaa86ca32d04979a377a80bf
 WHIRLPOOL 
6db7594d9113eff72e889b52e168b2b8095248b4d4e710f0d420d1628f08dfe5f277757319201d092089fe9f7ea3a6a60c61c8ca72d4a04e1b34c4ee9a4ad97e
 DIST opencpn-4.4.0.tar.gz 40840928 SHA256 
577ae0fa44d31840e268b22c50b78130695fdfc796420514c93b238d5bde39b9 SHA512 
ebe4c3518d2addbbba36cec78719cb1c853969923e7ade4f6df78a8520224fef9f421b809f573cfa770acc9b9d31a90341d6114edc02a307682d0fca5c62b26b
 WHIRLPOOL 
a5bd0c82731bf6f498d8bf3a4b558e8563416e9f98d4d757e507ec90267988319cbe3792b1cb9846cbf2917acab0509f60c58f4c95b0452aa2dfa5df9cefeaf2
+DIST opencpn-4.6.1.tar.gz 52852694 SHA256 
9ac2bca86fb41c56225a08f67c9d03b2aebf613170b53fee0693fc9f3d82b430 SHA512 
493c4ba35011b0d69633a6c0653b23d02e50d1ca694d820b0bcaf4a96a8b7e69364ee7412a0a7c13cc1c2f1fd9bcc4f2b1b13a0b3c04e438918c77ccea78e7ab
 WHIRLPOOL 
148372be0e3efdce4ac30fcb85f5547f4c00339f279874a041ebce963ba63c565319c783c525d79401a19fdc4e83df429777c12a58049f5b6035fc73e97dc8b9
 DIST opencpn-doc_4.0.0.orig.tar.xz 14732480 SHA256 
3bc27c19f1b21e4cff69e594081cac765c1ff975374c02bc4fb703cb02a4cd92 SHA512 
fb80e4afb759c99cf24b498c454bc492aa0b3c02443424b0f39910e1a494670093ac5ee19cd40a8a0abb345e18b7496b8a70c160bed5215af6bcee07e145ee36
 WHIRLPOOL 
49e51ab213fb4e7436d326c89a1e4b707be263bb5fb7a866bd79c1053c8078d932a39664de5701b12ae712db9d0fb9147002f40a1d9c3af1674d61bf7818

diff --git a/sci-geosciences/opencpn/opencpn-4.6.1.ebuild 
b/sci-geosciences/opencpn/opencpn-4.6.1.ebuild
new file mode 100644
index 000..7532a7b6cc5
--- /dev/null
+++ b/sci-geosciences/opencpn/opencpn-4.6.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+inherit cmake-utils wxwidgets
+
+DESCRIPTION="a free, open source software for marine navigation"
+HOMEPAGE="http://opencpn.org/;
+SRC_URI="https://github.com/OpenCPN/OpenCPN/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+doc? ( 
https://launchpad.net/~opencpn/+archive/ubuntu/${PN}/+files/${PN}-doc_4.0.0.orig.tar.xz
 )
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc gps opengl"
+
+RDEPEND="
+   app-arch/bzip2
+   dev-libs/tinyxml
+   media-libs/freetype:2
+   media-libs/portaudio
+   sys-libs/zlib
+   opengl? ( virtual/opengl )
+   x11-libs/gtk+:2
+   x11-libs/wxGTK:${WX_GTK_VER}[X]
+   gps? ( sci-geosciences/gpsd )
+   !sci-geosciences/opencpn-plugin-wmm
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext"
+
+S="${WORKDIR}/OpenCPN-${PV}"
+
+src_configure() {
+   need-wxwidgets unicode
+   local mycmakeargs=(
+   $(cmake-utils_use_use gps GPSD)
+   -DUSE_S57=ON
+   -DUSE_GARMINHOST=ON
+   -DBUNDLE_GSHHS=CRUDE
+   -DBUNDLE_TCDATA=ON
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   if use doc; then
+   dohtml -r "${S}"/../${PN}/doc/*
+   fi
+   cmake-utils_src_install
+}
+
+pkg_postinst() {
+   if use doc; then
+   einfo "Documentation is available at 
file:///usr/share/doc/${P}/html/help_en_US.html"
+   fi
+}



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

2017-07-14 Thread Robin H. Johnson
commit: 83de2d26e38c143499ca47ec3bea4ba93f2b0073
Author: Chris Henhawke  hamiltonshells  ca>
AuthorDate: Fri Jul 14 18:55:07 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jul 14 18:55:07 2017 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=83de2d26

ZFS: Ensure libgcc_s included.

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=617666
Signed-off-by: Robin H. Johnson  gentoo.org>

 gen_initramfs.sh | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index 4075f85..0e66c66 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -495,14 +495,18 @@ append_zfs(){
 
# Copy binaries
# Include libgcc_s.so.1 to workaround zfsonlinux/zfs#4749
+   local libgccpath
if type gcc-config 2>&1 1>/dev/null; then
-   copy_binaries "${TEMP}/initramfs-zfs-temp" 
/sbin/{mount.zfs,zdb,zfs,zpool} \
-   "/usr/lib/gcc/$(s=$(gcc-config -c); echo 
${s%-*}/${s##*-})/libgcc_s.so.1"
-   else
-   copy_binaries "${TEMP}/initramfs-zfs-temp" 
/sbin/{mount.zfs,zdb,zfs,zpool} \
-   /usr/lib/gcc/*/*/libgcc_s.so.1
+   libgccpath="/usr/lib/gcc/$(s=$(gcc-config -c); echo 
${s%-*}/${s##*-})/libgcc_s.so.1"
+   fi
+   if [[ ! -f ${libgccpath} ]]; then
+   libgccpath="/usr/lib/gcc/*/*/libgcc_s.so.1"
fi
 
+   copy_binaries "${TEMP}/initramfs-zfs-temp" 
/sbin/{mount.zfs,zdb,zfs,zpool} ${libgccpath}
+   cd "${TEMP}/initramfs-zfs-temp/lib64"
+   ln -s "..${libgccpath}"
+
cd "${TEMP}/initramfs-zfs-temp/"
log_future_cpio_content
find . -print | cpio ${CPIO_ARGS} --append -F "${CPIO}" \



[gentoo-commits] repo/gentoo:master commit in: net-wireless/wavemon/files/, net-wireless/wavemon/

2017-07-14 Thread Sergey Popov
commit: 059449f076b9e1449ed2a7b2f36c444f54dddc2d
Author: Sergey Popov  gentoo  org>
AuthorDate: Fri Jul 14 18:53:45 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Fri Jul 14 18:54:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059449f0

net-wireless/wavemon: version bump

Reported-by: Brian Evans  gentoo.org>
Gentoo-Bug: 594874

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-wireless/wavemon/Manifest  |  1 +
 .../wavemon/files/wavemon-0.8.0-build.patch| 33 +++
 net-wireless/wavemon/wavemon-0.8.0.ebuild  | 49 ++
 3 files changed, 83 insertions(+)

diff --git a/net-wireless/wavemon/Manifest b/net-wireless/wavemon/Manifest
index 74658232eff..34f880af142 100644
--- a/net-wireless/wavemon/Manifest
+++ b/net-wireless/wavemon/Manifest
@@ -1 +1,2 @@
 DIST wavemon-0.7.6.tar.bz2 116194 SHA256 
de0c64fe5fa2d439417ca4fe0863c417ec59276a9c9aec5afac77f5edfa79ca1 SHA512 
95f47204e50c1a44a2230e2d8cbed90d76e53f5e674f6f54f64ba6c99590c90213d9422e62951d55bcf4c8e2325e63e6a7c0c7d1b14a4120d5f0d291dc36cd68
 WHIRLPOOL 
2d3b9663b2fe0f9a513dda27c93c5ccad387c481b03f64b6d7b06d310736b517128a4921f70022d840444a293ad33576126681cf39162942c3a9b1037286c2ed
+DIST wavemon-0.8.0.tar.gz 196353 SHA256 
81ee1f06f8349fee62e98ec5b53dff5b76c4d8fcb439f20cca806255239e3a2a SHA512 
2df48eb300e9b30e0cb7a0ab41ba5e10b2a6e8170dbd11a4c978462c8cd6dc1171f79ceadfdb7344c495420a4e87b7dd723efea4f1af59a6d0312d93049ee798
 WHIRLPOOL 
196961a368e6eb0c0f512ac0a1fe80a14a4212127fc127af425e32689adcd5311167f59eac763420a80095619af403dc6f942d7ba1d3ed67f4ad6404dacb3658

diff --git a/net-wireless/wavemon/files/wavemon-0.8.0-build.patch 
b/net-wireless/wavemon/files/wavemon-0.8.0-build.patch
new file mode 100644
index 000..373b27e3e25
--- /dev/null
+++ b/net-wireless/wavemon/files/wavemon-0.8.0-build.patch
@@ -0,0 +1,33 @@
+--- a/configure.ac
 b/configure.ac
+@@ -15,8 +15,6 @@
+ AC_DEFINE_UNQUOTED([BUILD_DATE], ["`/bin/date`"],
+  [date wavemon was last configured and built])
+ 
+-CFLAGS="-O2 -Wall"
+-
+ # wavemon is only supported on Linux, warn user about futile compilations
+ AC_CANONICAL_HOST
+ case "$host_os" in
+diff -uarN a/Makefile.in b/Makefile.in
+--- a/Makefile.in  2017-07-14 21:35:18.154423280 +0300
 b/Makefile.in  2017-07-14 21:35:34.613402738 +0300
+@@ -9,7 +9,7 @@
+ install-suid-root: exec_perms = 4755
+ 
+ CC ?= @CC@
+-CFLAGS ?= @CFLAGS@ @LIBNL3_CFLAGS@
++CFLAGS = @CFLAGS@ @LIBNL3_CFLAGS@
+ CPPFLAGS ?= @CPPFLAGS@
+ LDFLAGS  ?= @LDFLAGS@
+ DEFS   ?= @DEFS@
+@@ -25,8 +25,7 @@
+ DOCS  = README.md NEWS THANKS AUTHORS COPYING ChangeLog
+ 
+ %.o: %.c $(HEADERS)
+-  @echo ' CC  ' $<
+-  @$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(DEFS) -c -o $@ $<
++  $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(DEFS) -c -o $@ $<
+ 
+ all: @PACKAGE_NAME@
+ @PACKAGE_NAME@: $(MAIN) $(OBJS)

diff --git a/net-wireless/wavemon/wavemon-0.8.0.ebuild 
b/net-wireless/wavemon/wavemon-0.8.0.ebuild
new file mode 100644
index 000..3759e463e01
--- /dev/null
+++ b/net-wireless/wavemon/wavemon-0.8.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="Ncurses based monitor for IEEE 802.11 wireless LAN cards"
+HOMEPAGE="https://github.com/uoaerg/wavemon/;
+SRC_URI="https://github.com/uoaerg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86"
+
+IUSE="caps"
+RDEPEND="dev-libs/libnl:3
+   sys-libs/ncurses:0=
+   caps? ( sys-libs/libcap )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README.md THANKS )
+PATCHES=(
+   "${FILESDIR}/${PN}-0.7.6-ncurses-tinfo.patch"
+   "${FILESDIR}/${PN}-0.8.0-build.patch"
+)
+
+src_prepare() {
+   # Do not install docs to /usr/share
+   sed -i -e '/^install:/s/install-docs//' Makefile.in || die 'sed on 
Makefile.in failed'
+
+   # automagic on libcap, discovered in bug #448406
+   use caps || export ac_cv_lib_cap_cap_get_flag=false
+
+   # Respect CC
+   tc-export CC
+
+   default_src_prepare
+   eautoreconf
+}
+
+src_install() {
+   default_src_install
+   # Install man files manually(bug #397807)
+   doman wavemon.1
+   doman wavemonrc.5
+}



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

2017-07-14 Thread Robin H. Johnson
commit: ce64e5d9ade4f1a102e900c8c63fa0862a1a06d8
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Jul 14 18:51:22 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jul 14 18:51:22 2017 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ce64e5d9

Fix LZ4 compression options.

Add quiet and legacy options for better support.

Thanks: pcxmac  gmail.com>
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=619640
Signed-off-by: Robin H. Johnson  gentoo.org>

 gen_initramfs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index 8bbaa2c..4075f85 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -1114,7 +1114,7 @@ create_initramfs() {
bzip2) compress_ext='.bz2' 
compress_cmd="${cmd_bzip2} -z -f -9" ;;
gzip) compress_ext='.gz' 
compress_cmd="${cmd_gzip} -f -9" ;;
lzop) compress_ext='.lzo' 
compress_cmd="${cmd_lzop} -f -9" ;;
-   lz4) compress_ext='.lz4' 
compress_cmd="${cmd_lz4} -f -9" ;;
+   lz4) compress_ext='.lz4' 
compress_cmd="${cmd_lz4} -f -9 -l -q" ;;
esac
 
if [ -n "${compression}" ]; then



[gentoo-commits] proj/genkernel:master commit in: defaults/

2017-07-14 Thread Robin H. Johnson
commit: cd9bc0d95e5b904ce55d354c1aa3f2d69ee3d4e0
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Jul 14 18:14:20 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jul 14 18:14:20 2017 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=cd9bc0d9

defaults/initrd.defaults: Fix misnamed variable.

Thanks to Andrey Tikhomirov  vampik.ru> for catching this!

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=622930
Signed-off-by: Robin H. Johnson  gentoo.org>

 defaults/initrd.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults
index b7128eb..b028f72 100755
--- a/defaults/initrd.defaults
+++ b/defaults/initrd.defaults
@@ -92,4 +92,4 @@ HWOPTS="keymap cache modules ${HWOPTS_BLK} lvm dmraid 
multipath mdadm zfs fs net
 
 # This is the set of default HWOPTS, in the order that they are loaded.
 # This is whitespace aligned with HWOPTS above.
-MY_HWOPTS="  modules ${HWOPT_BLK}  dmraid   mdadm fs 
net   crypto"
+MY_HWOPTS="  modules ${HWOPTS_BLK}  dmraid   mdadm fs 
net   crypto"



[gentoo-commits] proj/genkernel:master commit in: /, doc/

2017-07-14 Thread Robin H. Johnson
commit: fa341ebe57929d6f971359d3446fbcaa78301d11
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Jul 14 18:48:45 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jul 14 18:48:45 2017 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=fa341ebe

Fix unbootable kernels due to overzealous strip.

Manually stripping the kernel is obsolete, use kernel targets for it,
and only pass in argument for Kernel to strip modules itself.

Bug introduced in c2525c65b9f3d5849963bab6beb40817d7720218.

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=622716
Signed-off-by: Robin H. Johnson  gentoo.org>

 doc/genkernel.8.txt  | 4 ++--
 gen_cmdline.sh   | 4 ++--
 gen_determineargs.sh | 2 +-
 gen_funcs.sh | 6 --
 4 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index 944d596..a0c638e 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -388,8 +388,8 @@ OUTPUT SETTINGS
 on >=2.6 kernels
 
 *--strip*=::
-Strip debug symbols from the installed kernel, modules, all
-(default) or none.
+Strip debug symbols from none, all, installed kernel (obsolete) or
+modules (default).
 
 *--no-strip*::
 Alias for *--strip=none*.

diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index 7e8853b..83b3829 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -181,8 +181,8 @@ longusage() {
   echo "   --compress-initramfs-type="
   echo "   Compression type for initramfs (best, 
xz, lzma, bzip2, gzip, lzop)"
   echo "   --strip=(all|kernel|modules|none)"
-  echo "   Strip debug symbols from the installed 
kernel, modules,"
-  echo "   all (default) or none"
+  echo "   Strip debug symbols from none, all, 
installed kernel (obsolete) or"
+  echo "   modules (default)."
   echo "   --no-strip"
   echo "   Don't strip installed kernel or 
modules, alias for --strip=none"
   echo

diff --git a/gen_determineargs.sh b/gen_determineargs.sh
index 23084a1..41fbe63 100755
--- a/gen_determineargs.sh
+++ b/gen_determineargs.sh
@@ -144,7 +144,7 @@ determine_real_args() {
set_config_with_override BOOL   KEYMAP   CMD_KEYMAP 
  "yes"
set_config_with_override BOOL   DOKEYMAPAUTO CMD_DOKEYMAPAUTO
set_config_with_override STRING BUSYBOX_CONFIG   CMD_BUSYBOX_CONFIG
-   set_config_with_override STRING STRIP_TYPE   CMD_STRIP_TYPE 
  "all"
+   set_config_with_override STRING STRIP_TYPE   CMD_STRIP_TYPE 
  "modules"
set_config_with_override BOOL   INSTALL  CMD_INSTALL
  "yes"
set_config_with_override BOOL   DEBUGCLEANUP CMD_DEBUGCLEANUP   
  "yes"
 

diff --git a/gen_funcs.sh b/gen_funcs.sh
index 0e22a86..6234189 100755
--- a/gen_funcs.sh
+++ b/gen_funcs.sh
@@ -388,12 +388,6 @@ copy_image_with_preserve() {
cp "${newSrceImage}" "${BOOTDIR}/${currDestImage}" ||
gen_die "Could not copy the ${symlinkName} image to ${BOOTDIR}!"
 
-   if [ "${CMD_STRIP_TYPE}" = "all" -o "${CMD_STRIP_TYPE}" = "kernel" ]
-   then
-   print_info 5 "  Stripping ${BOOTDIR}/${currDestImage}"
-   strip --strip-debug "${BOOTDIR}/${currDestImage}" >/dev/null 
2>&1
-   fi
-
if [ "${SYMLINK}" = '1' ]
then
print_info 5 "  Make new symlink(s) (from ${BOOTDIR}):"



[gentoo-commits] proj/sci:master commit in: sci-libs/trilinos/, sci-libs/trilinos/files/

2017-07-14 Thread Matthias Maier
commit: 29c5e3f5de195abd749fb096f476cf833c0cb08a
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jul 14 18:20:23 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jul 14 18:20:23 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=29c5e3f5

sci-libs/trilinos: fix compilation with gcc-7

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../files/trilinos-12.10.1-fix_gcc_7.patch | 57 ++
 sci-libs/trilinos/trilinos-12.10.1-r1.ebuild   |  3 +-
 2 files changed, 59 insertions(+), 1 deletion(-)

diff --git a/sci-libs/trilinos/files/trilinos-12.10.1-fix_gcc_7.patch 
b/sci-libs/trilinos/files/trilinos-12.10.1-fix_gcc_7.patch
new file mode 100644
index 0..cb005cbd3
--- /dev/null
+++ b/sci-libs/trilinos/files/trilinos-12.10.1-fix_gcc_7.patch
@@ -0,0 +1,57 @@
+diff --git a/packages/stk/stk_util/stk_util/diag/StringUtil.cpp 
b/packages/stk/stk_util/stk_util/diag/StringUtil.cpp
+index eb9c7c1..942cfad 100644
+--- a/packages/stk/stk_util/stk_util/diag/StringUtil.cpp
 b/packages/stk/stk_util/stk_util/diag/StringUtil.cpp
+@@ -40,7 +40,7 @@
+ #include// for basic_string, string, etc
+ #include "stk_util/diag/String.hpp" // for String
+ 
+-#if __GNUC__ == 3 || __GNUC__ == 4 || __GNUC__ == 5 || __GNUC__ == 6
++#if __GNUC__ == 3 || __GNUC__ == 4 || __GNUC__ == 5 || __GNUC__ == 6 || 
__GNUC__ == 7
+ #include 
+ #endif
+ 
+@@ -314,7 +314,7 @@ word_wrap(
+   #endif
+   }
+ 
+-#elif (__GNUC__ == 5)
++#elif (__GNUC__ >= 5)
+   std::string
+   demangle(const char * symbol)
+   {
+@@ -338,33 +338,8 @@ word_wrap(
+ return s;
+   #endif
+   }
+-  
+-#elif (__GNUC__ == 6)
+-  std::string
+-  demangle(const char * symbol)
+-  {
+-  #ifdef PURIFY_BUILD
+-return symbol;
+-  #else
+-std::string s;
+-
+-int status = -1;
+-
+-char *demangled_symbol = abi::__cxa_demangle(symbol, 0, 0, );
+ 
+-if (demangled_symbol) {
+-  s = std::string(demangled_symbol);
+-  free(demangled_symbol);
+-}
+-
+-if (status != 0)
+-  s = std::string(symbol);
+-
+-return s;
+-  #endif
+-  }
+-  
+-#endif // (__GNUC__ == 3)
++#endif
+ 
+ #else
+ 

diff --git a/sci-libs/trilinos/trilinos-12.10.1-r1.ebuild 
b/sci-libs/trilinos/trilinos-12.10.1-r1.ebuild
index f577e1f5d..b43aabad7 100644
--- a/sci-libs/trilinos/trilinos-12.10.1-r1.ebuild
+++ b/sci-libs/trilinos/trilinos-12.10.1-r1.ebuild
@@ -85,7 +85,8 @@ trilinos_enable() {
 src_prepare() {
epatch "${FILESDIR}"/${PN}-11.14.1-fix-install-paths.patch \
"${FILESDIR}"/${P}-fix_install_paths_for_destdir.patch \
-   "${FILESDIR}"/${P}-fix_install_paths_for_destdir-2.patch
+   "${FILESDIR}"/${P}-fix_install_paths_for_destdir-2.patch \
+   "${FILESDIR}"/${P}-fix_gcc_7.patch
 
epatch_user
 }



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

2017-07-14 Thread Johannes Huber
commit: 51fe378cb9d486e078319651e05157f8b72398fe
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Jul 14 17:33:44 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Jul 14 17:34:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51fe378c

app-admin/calamares: Version bump 3.1.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-admin/calamares/Manifest   |  1 +
 app-admin/calamares/calamares-3.1.1.ebuild | 80 ++
 2 files changed, 81 insertions(+)

diff --git a/app-admin/calamares/Manifest b/app-admin/calamares/Manifest
index a09258eb1f7..40002916c43 100644
--- a/app-admin/calamares/Manifest
+++ b/app-admin/calamares/Manifest
@@ -1 +1,2 @@
 DIST calamares-3.1.0.tar.gz 2215820 SHA256 
7b4c74fc350624a17eb8b8187ade490711bfdc608d2be07322c8a3fc0a449276 SHA512 
17c15aafbc811f42246f8300f64ffe7d44b43ac24f5b6ced15c83715c5fff9644060964de82cc3e7021c710e6eebbc124785d9d7b85613c5f190ec0f8d5d5389
 WHIRLPOOL 
6c8e46aff3700d26e876dd6f02bf28e55ea59cebe46438e64a8d04e921df9e35d0c1c3077479767b67284805103c16cda7ef5e1a2ec50d9e735093cb9e04b886
+DIST calamares-3.1.1.tar.gz 4895018 SHA256 
1644f28f0ee166411dafc849d1d1c9b5bf4f7346ebaf430ee3cf1a7d330a85aa SHA512 
4c45f949075a46c6b1de14b322f7d124b4346b11c112b410a216359530d055d21ae8357609d2279614da5490f72f38aebf7844942a2e8a8c2a244cf31350720c
 WHIRLPOOL 
8be229cdcbea88c396a98f42232b0dcb30df81895f927ef45c815be618f5d094f85e2b0fdda7cdf93d6a953d785a7c45bd3f0eae70d2e8775a0bccb8d0a19b3e

diff --git a/app-admin/calamares/calamares-3.1.1.ebuild 
b/app-admin/calamares/calamares-3.1.1.ebuild
new file mode 100644
index 000..24ee1588108
--- /dev/null
+++ b/app-admin/calamares/calamares-3.1.1.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_4,3_5} )
+inherit kde5 python-r1
+
+DESCRIPTION="Distribution-independent installer framework"
+HOMEPAGE="http://calamares.io;
+if [[ ${KDE_BUILD_TYPE} == live ]] ; then
+   EGIT_REPO_URI="git://github.com/${PN}/${PN}"
+else
+   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+IUSE="+networkmanager pythonqt +upower"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwebengine 'widgets')
+   $(add_qt_dep qtwidgets)
+   >=dev-cpp/yaml-cpp-0.5.1
+   >=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
+   sys-apps/dbus
+   sys-apps/dmidecode
+   sys-auth/polkit-qt[qt5]
+   >=sys-libs/kpmcore-3.0.3:5=
+   pythonqt? ( >=dev-python/PythonQt-3.1:=[${PYTHON_USEDEP}] )
+"
+
+RDEPEND="${DEPEND}
+   app-admin/sudo
+   dev-libs/libatasmart
+   net-misc/rsync
+   >=sys-block/parted-3.0
+   || ( sys-boot/grub:2 sys-boot/systemd-boot )
+   sys-boot/os-prober
+   sys-fs/squashfs-tools
+   virtual/udev
+   networkmanager? ( net-misc/networkmanager )
+   upower? ( sys-power/upower )
+"
+
+src_prepare() {
+   python_setup
+   export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \
+  PYTHON_INCLUDE_PATH="$(python_get_library_path)"\
+  PYTHON_CFLAGS="$(python_get_CFLAGS)"\
+  PYTHON_LIBS="$(python_get_LIBS)"
+
+   eapply_user
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWEBVIEW_FORCE_WEBKIT=OFF
+   -DWITH_PYTHONQT=$(usex pythonqt)
+   )
+
+   kde5_src_configure
+   sed -i -e 's:pkexec /usr/bin/calamares:calamares-pkexec:' 
"${S}"/calamares.desktop
+   sed -i -e 's:Icon=calamares:Icon=drive-harddisk:' 
"${S}"/calamares.desktop
+}
+
+src_install() {
+   kde5_src_install
+   dobin "${FILESDIR}"/calamares-pkexec
+}



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

2017-07-14 Thread Johannes Huber
commit: edf9bcea8249280dca33d0e4cc17ea8e59397ea5
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Jul 14 17:34:19 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Jul 14 17:34:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf9bcea

app-admin/calamares: Remove 3.1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-admin/calamares/Manifest   |  1 -
 app-admin/calamares/calamares-3.1.0.ebuild | 82 --
 2 files changed, 83 deletions(-)

diff --git a/app-admin/calamares/Manifest b/app-admin/calamares/Manifest
index 40002916c43..5641d7b840e 100644
--- a/app-admin/calamares/Manifest
+++ b/app-admin/calamares/Manifest
@@ -1,2 +1 @@
-DIST calamares-3.1.0.tar.gz 2215820 SHA256 
7b4c74fc350624a17eb8b8187ade490711bfdc608d2be07322c8a3fc0a449276 SHA512 
17c15aafbc811f42246f8300f64ffe7d44b43ac24f5b6ced15c83715c5fff9644060964de82cc3e7021c710e6eebbc124785d9d7b85613c5f190ec0f8d5d5389
 WHIRLPOOL 
6c8e46aff3700d26e876dd6f02bf28e55ea59cebe46438e64a8d04e921df9e35d0c1c3077479767b67284805103c16cda7ef5e1a2ec50d9e735093cb9e04b886
 DIST calamares-3.1.1.tar.gz 4895018 SHA256 
1644f28f0ee166411dafc849d1d1c9b5bf4f7346ebaf430ee3cf1a7d330a85aa SHA512 
4c45f949075a46c6b1de14b322f7d124b4346b11c112b410a216359530d055d21ae8357609d2279614da5490f72f38aebf7844942a2e8a8c2a244cf31350720c
 WHIRLPOOL 
8be229cdcbea88c396a98f42232b0dcb30df81895f927ef45c815be618f5d094f85e2b0fdda7cdf93d6a953d785a7c45bd3f0eae70d2e8775a0bccb8d0a19b3e

diff --git a/app-admin/calamares/calamares-3.1.0.ebuild 
b/app-admin/calamares/calamares-3.1.0.ebuild
deleted file mode 100644
index 9fef434bba7..000
--- a/app-admin/calamares/calamares-3.1.0.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_4,3_5} )
-inherit kde5 python-r1
-
-DESCRIPTION="Distribution-independent installer framework"
-HOMEPAGE="http://calamares.io;
-if [[ ${KDE_BUILD_TYPE} == live ]] ; then
-   EGIT_REPO_URI="git://github.com/${PN}/${PN}"
-else
-   inherit versionator
-   MAJOR_PV=$(get_version_component_range 1-2)
-   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MAJOR_PV}/${P}.tar.gz;
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-IUSE="+networkmanager pythonqt +upower"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwebengine 'widgets')
-   $(add_qt_dep qtwidgets)
-   >=dev-cpp/yaml-cpp-0.5.1
-   >=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
-   sys-apps/dbus
-   sys-apps/dmidecode
-   sys-auth/polkit-qt[qt5]
-   >=sys-libs/kpmcore-3.0.2:5=
-   pythonqt? ( >=dev-python/PythonQt-3.1:=[${PYTHON_USEDEP}] )
-"
-
-RDEPEND="${DEPEND}
-   app-admin/sudo
-   dev-libs/libatasmart
-   net-misc/rsync
-   >=sys-block/parted-3.0
-   || ( sys-boot/grub:2 sys-boot/systemd-boot )
-   sys-boot/os-prober
-   sys-fs/squashfs-tools
-   virtual/udev
-   networkmanager? ( net-misc/networkmanager )
-   upower? ( sys-power/upower )
-"
-
-src_prepare() {
-   python_setup
-   export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \
-  PYTHON_INCLUDE_PATH="$(python_get_library_path)"\
-  PYTHON_CFLAGS="$(python_get_CFLAGS)"\
-  PYTHON_LIBS="$(python_get_LIBS)"
-
-   eapply_user
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DWEBVIEW_FORCE_WEBKIT=OFF
-   -DWITH_PYTHONQT=$(usex pythonqt)
-   )
-
-   kde5_src_configure
-   sed -i -e 's:pkexec /usr/bin/calamares:calamares-pkexec:' 
"${S}"/calamares.desktop
-   sed -i -e 's:Icon=calamares:Icon=drive-harddisk:' 
"${S}"/calamares.desktop
-}
-
-src_install() {
-   kde5_src_install
-   dobin "${FILESDIR}"/calamares-pkexec
-}



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

2017-07-14 Thread Sebastien Fabbro
commit: 33639dde7dee44b6d1fbcf456af0cbcb85682609
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Fri Jul 14 17:25:00 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Fri Jul 14 17:31:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33639dde

dev-util/conan: add missing dependency on pluginbase, and force specific
versions on patch

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/conan/Manifest|  1 -
 dev-util/conan/conan-0.20.3.ebuild | 49 --
 ...{conan-0.24.0.ebuild => conan-0.24.0-r1.ebuild} |  5 ++-
 3 files changed, 3 insertions(+), 52 deletions(-)

diff --git a/dev-util/conan/Manifest b/dev-util/conan/Manifest
index 885afc7920b..99f096f0407 100644
--- a/dev-util/conan/Manifest
+++ b/dev-util/conan/Manifest
@@ -1,2 +1 @@
-DIST conan-0.20.3.tar.gz 469877 SHA256 
ba8245f2b39c50d64eeab89ea9c4eb76c3950a19f4ee173fad69dd96b70b0096 SHA512 
bba57d720ed38a93167082ffb28dc6f42257907d5bc0158056800921f5ce011a5fca8faf49843be0a3be20c9ffecdb54c34a478510a2e6c35d3254c64742d242
 WHIRLPOOL 
9131ad2546b244b3382423bbea34f6bc3fa73d2d9a05d9c6a80caf106dbbc80a505d44b94ca951bb4e5a9b2de0936512676126182fbe8463459a97b88f480912
 DIST conan-0.24.0.tar.gz 514654 SHA256 
59ff6db2bfbbe5e2b5f31612a3a6be64844346359b64f2f78803af4f35dfe2e2 SHA512 
6fdbf4731be6aa6fb06e2d976c97975dc4cdc60fb7a6381f99c83c19b73230de13c7a60bffa1ab6aac0d64ce20986cee99f98af986b23396107471ac804c08af
 WHIRLPOOL 
3c6fb70b4c262d82410471d35c36118e3ae9091699ca06fc515f1bdcbc0c0da7632ae5a5b3f99de7f94448ea9a1c9dce1c88fdc3fbf09fb2c0afa49e458916df

diff --git a/dev-util/conan/conan-0.20.3.ebuild 
b/dev-util/conan/conan-0.20.3.ebuild
deleted file mode 100644
index 89476460fd1..000
--- a/dev-util/conan/conan-0.20.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="Distributed C/C++ package manager"
-HOMEPAGE="http://conan.io/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/bottle-0.12.8[${PYTHON_USEDEP}]
-   >=dev-python/colorama-0.3.3[${PYTHON_USEDEP}]
-   >=dev-python/distro-1.0.2[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.14.1[${PYTHON_USEDEP}]
-   >=dev-python/passlib-1.6.5[${PYTHON_USEDEP}]
-   >=dev-python/patch-1.16[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-1.4[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.7[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10[${PYTHON_USEDEP}]
-   >=dev-python/node-semver-0.1.1[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
- ${RDEPEND}
- dev-lang/go
- >=dev-python/mock-1.3.0[${PYTHON_USEDEP}]
- >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
- >=dev-python/nose-parameterized-0.5.0[${PYTHON_USEDEP}]
- >=dev-python/webtest-2.0.18[${PYTHON_USEDEP}]
- dev-util/cmake
- )
-"
-
-python_test() {
-   cd "${BUILD_DIR}"/lib || die
-   PYTHONPATH=. nosetests -v . || die
-}

diff --git a/dev-util/conan/conan-0.24.0.ebuild 
b/dev-util/conan/conan-0.24.0-r1.ebuild
similarity index 90%
rename from dev-util/conan/conan-0.24.0.ebuild
rename to dev-util/conan/conan-0.24.0-r1.ebuild
index 1371d8109f4..453ff6e2d56 100644
--- a/dev-util/conan/conan-0.24.0.ebuild
+++ b/dev-util/conan/conan-0.24.0-r1.ebuild
@@ -23,9 +23,10 @@ RDEPEND="
>=dev-python/distro-1.0.2[${PYTHON_USEDEP}]
>=dev-python/fasteners-0.14.1[${PYTHON_USEDEP}]
>=dev-python/passlib-1.6.5[${PYTHON_USEDEP}]
-   >=dev-python/patch-1.16[${PYTHON_USEDEP}]
+   =dev-python/patch-1.16[${PYTHON_USEDEP}]
+   >=dev-python/pluginbase-0.5[${PYTHON_USEDEP}]
>=dev-python/pyjwt-1.4[${PYTHON_USEDEP}]
-   >=dev-python/pylint-1.6.5[${PYTHON_USEDEP}]
+   =dev-python/pylint-1.6.5[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
>=dev-python/requests-2.7[${PYTHON_USEDEP}]
>=dev-python/six-1.10[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/astrometry/, sci-astronomy/astrometry/files/

2017-07-14 Thread Sebastien Fabbro
commit: 9bdc8b234834e623f4dfae3d13d636c25bdf69d3
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jul 13 20:00:00 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Fri Jul 14 17:31:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bdc8b23

sci-astronomy/astrometry: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-astronomy/astrometry/Manifest  |   1 +
 sci-astronomy/astrometry/astrometry-0.72.ebuild| 115 +
 .../astrometry/files/astrometry-0.72-dynlink.patch |  92 +
 3 files changed, 208 insertions(+)

diff --git a/sci-astronomy/astrometry/Manifest 
b/sci-astronomy/astrometry/Manifest
index 8dfe102eac1..e1e4aa28ff0 100644
--- a/sci-astronomy/astrometry/Manifest
+++ b/sci-astronomy/astrometry/Manifest
@@ -1,2 +1,3 @@
 DIST astrometry.net-0.67.tar.gz 10941863 SHA256 
e351c81f7787550d42d45855db394a1702fd17c249ba934bdf4b6abf56281446 SHA512 
f087e5a73a9881b1d4b1e4c205d45dc8b8663c304d8d1c1369a8427884df49fc8331fafeb5dc63648c2670b41a2626745568f6f11943bac56972db2d2bb11ddb
 WHIRLPOOL 
f4f71a54dd2694d0e98168e98e31846c7423c7cf593c0a629fa825e67b596ce3fa191719ef8cf3f52c1d0d641307e720176a977f28ffb1cffb0c60071f729af6
 DIST astrometry.net-0.70.tar.gz 11195158 SHA256 
e087b26b3f3821e63ba3c4d1f6a5cc342784c5ab938c05d59b75ba91b2866b6a SHA512 
27e1dd27d69427bdff46613723423048959e447662126d25c8b2fbab571d09b834e4085e5a4a9a9f6e8122ff0868a1762a335086de8f674f49fdbc7374299409
 WHIRLPOOL 
8e8faf78913503ffa347bd2ce0bf0ca7931f3ee43c6191da098873853b970371be17c431d39edc9c95fd189b3058de7e81032c1f3440d4973b353dc5e4f1ca59
+DIST astrometry.net-0.72.tar.gz 11339766 SHA256 
c9f3c2c70847d8ac835f4eb3cfccdcfe938ad8762acea7dd18acbf84c7e97cb6 SHA512 
6fa63ea1075b267ebbe0a5aea4c66679b552350b206f098fb64f69f0e13fb9f8cf9c12e3fbc18942a444165cfd68251201dee9e18d6ebb01a2f16899675c70ff
 WHIRLPOOL 
88c5095f8a345c5abaa85a37a353545f37e5d68238bb8f59ed9a764d876b1c158ede2be1840dace1709ff7c6b979e302418b0962a6e5d450c80861f973075866

diff --git a/sci-astronomy/astrometry/astrometry-0.72.ebuild 
b/sci-astronomy/astrometry/astrometry-0.72.ebuild
new file mode 100644
index 000..0a59e2174f1
--- /dev/null
+++ b/sci-astronomy/astrometry/astrometry-0.72.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# this could be a multiple python package
+# but the way it is packaged makes it very time consuming.
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils toolchain-funcs python-single-r1
+
+MYP=${PN}.net-${PV}
+
+DESCRIPTION="Automated astrometric calibration programs and service"
+HOMEPAGE="http://astrometry.net/;
+SRC_URI="https://github.com/dstndstn/astrometry.net/releases/download/${PV}/${MYP}.tar.gz;
+
+LICENSE="BSD GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="examples"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   dev-python/astropy[${PYTHON_USEDEP}]
+   dev-python/fitsio[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   media-libs/libpng:0
+   media-libs/netpbm
+   sci-astronomy/wcslib:0=
+   sci-libs/cfitsio:0=
+   sci-libs/gsl:0=
+   sys-libs/zlib:0=
+   virtual/jpeg:0
+   x11-libs/cairo
+   ${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+   dev-lang/swig:0
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${MYP}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.67-soname.patch
+   "${FILESDIR}"/${PN}-0.67-qsortr.patch
+)
+#  "${FILESDIR}"/${PN}-0.72-dynlink.patch
+
+src_prepare() {
+   default
+   # respect user compilation flags
+   sed -e '/-O3/d' \
+   -e '/-fomit-frame-pointer/d' \
+   -i util/makefile.common || die
+   # fix underlinking
+   sed -e "s|-lm|-lm $($(tc-getPKG_CONFIG) --libs wcslib gsl)|" \
+   -i util/Makefile || die
+   export SYSTEM_GSL=yes
+}
+
+src_compile() {
+   tc-export CC RANLIB AR
+   # fragile makefiles, build targets sequentially
+   emake
+   emake py
+   emake extra
+   emake report.txt
+}
+
+src_test() {
+   emake test
+   local d
+   for d in util blind libkd; do
+   pushd ${d} > /dev/null
+   ./test || die "failed tests in ${d}"
+   popd ${d} > /dev/null
+   done
+}
+
+ap_make() {
+   emake \
+   INSTALL_DIR="${ED%/}/usr" \
+   DATA_INSTALL_DIR="${ED%/}/usr/share/astrometry" \
+   LIB_INSTALL_DIR="${ED%/}/usr/$(get_libdir)" \
+   ETC_INSTALL_DIR="${ED%/}/etc" \
+   MAN1_INSTALL_DIR="${ED%/}/usr/share/man/man1" \
+   DOC_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}" \
+   EXAMPLE_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}/examples" \
+   PY_BASE_INSTALL_DIR="${ED%/}$(python_get_sitedir)/astrometry" \
+   PY_BASE_LINK_DIR="../$(python_get_sitedir | sed -e 

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

2017-07-14 Thread Sebastien Fabbro
commit: edfeed0e8d0cbf4f9b612001a58a2ec5e712cfa2
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jul 13 22:00:05 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Fri Jul 14 17:31:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edfeed0e

dev-python/pluginbase: initial import

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/pluginbase/Manifest  |  1 +
 dev-python/pluginbase/metadata.xml  | 12 +
 dev-python/pluginbase/pluginbase-0.5.ebuild | 41 +
 3 files changed, 54 insertions(+)

diff --git a/dev-python/pluginbase/Manifest b/dev-python/pluginbase/Manifest
new file mode 100644
index 000..a1931863fdf
--- /dev/null
+++ b/dev-python/pluginbase/Manifest
@@ -0,0 +1 @@
+DIST pluginbase-0.5.tar.gz 41964 SHA256 
b4f830242a078a4f44c978a84f3365bba4d008fdd71a591c71447f4df35354dd SHA512 
921ddc7dacb6ad63abc90beb1d1d993e7b15c9cfe21e850a5852eb40735436e08b39fd2a6d83e23f641014ee81e718aca147ef1e21b55f94ce04a64ba7780455
 WHIRLPOOL 
c15e58b029c101aea683df671fd7e58bcfa8635a21ca0a5867ac04114b1b9855a1ba4eac590231b408ac69c0f9bf4ef3c0bb3248797e762550af5e6403bf9593

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

diff --git a/dev-python/pluginbase/pluginbase-0.5.ebuild 
b/dev-python/pluginbase/pluginbase-0.5.ebuild
new file mode 100644
index 000..8954509650f
--- /dev/null
+++ b/dev-python/pluginbase/pluginbase-0.5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Support library for building plugins sytems in Python"
+HOMEPAGE="https://github.com/mitsuhiko/pluginbase;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+   sed -e "s/, 'sphinx.ext.intersphinx'//" \
+   -i docs/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   emake -C docs html
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   cd tests && PYTHONPATH=.. py.test --tb=native || die "Tests fail with 
${EPYTHON}"
+}



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

2017-07-14 Thread Marc Schiffbauer
commit: 9b170b966d3d22969475442f60ba98c91caa9df5
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Jul 14 16:10:19 2017 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Jul 14 16:10:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b170b96

net-dns/unbound: Remove old versions

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-dns/unbound/Manifest |   4 --
 net-dns/unbound/unbound-1.5.7.ebuild | 124 ---
 net-dns/unbound/unbound-1.5.8.ebuild | 124 ---
 net-dns/unbound/unbound-1.5.9.ebuild | 124 ---
 net-dns/unbound/unbound-1.6.0.ebuild | 124 ---
 5 files changed, 500 deletions(-)

diff --git a/net-dns/unbound/Manifest b/net-dns/unbound/Manifest
index d2ca095bbe0..b2a322b2933 100644
--- a/net-dns/unbound/Manifest
+++ b/net-dns/unbound/Manifest
@@ -1,8 +1,4 @@
 DIST unbound-1.5.1.tar.gz 4805176 SHA256 
0ff82709fb2bd7ecbde8dbdcf60fa417d2b43379570a3d460193a76a169900ec SHA512 
85d7069cf47709aceb7d9457c8befb1b327adfb098d8aa98082fc9bf710274e8ba86b56d796c86917639bb7e57ab5c40af1bc79090de038c6375be2c3877e0c4
 WHIRLPOOL 
e23f7d399a1f01da5aec98ff0fa3b377e8a76789d237ceaf0e9146c96a97088716a0ec6c0f68f95f57af16743e73c1bc7209889a04a698bf7aa5d0706c7514f5
 DIST unbound-1.5.10.tar.gz 4941299 SHA256 
a39b8b4fcca2a2b35a2daa53fe35150cc3f09038dc9acede09c912fc248a9486 SHA512 
1c413886a12d4b626e03e076da6b9ccbcc8fd4769649fef8895eca74199bc22aec33c026e777524e8fe0327045a194f79b52282fe40674a9fb15cac58c4493f6
 WHIRLPOOL 
4e4ef7e4a89a6d8cd7b359a38cfb8a5cd99ea4e59a89ab894181b149346cf1e2875ec6b2af0985925cc50ff1c2f50fbfe569569ead2913127631781003c84742
-DIST unbound-1.5.7.tar.gz 4859573 SHA256 
4b2088e5aa81a2d48f6337c30c1cf7e99b2e2dc4f92e463b3bee626eee731ca8 SHA512 
7fc000364139519ed837ef9883f2e8a684b5ac19f2d3343626ab0a4c3459a7c3ccf2c79e9d992d82b123c6a38245fc286994365b427145d218e0b3c645c4dc4f
 WHIRLPOOL 
9b2d18f09f46bed5da9818f5df0acbcc6d4a166943bbdb617494081614aa9b75a03ed0425679f40265f70e34ed66e01302182ec4050f0bb1f034fa5db28340f3
-DIST unbound-1.5.8.tar.gz 4895649 SHA256 
33567a20f73e288f8daa4ec021fbb30fe1824b346b34f12677ad77899ecd09be SHA512 
0c296a2e5489fae0fdf0ca2ea11ed72f00498c8499f38f308ff32078665d980a2d5a80ee0e106273dc13a146611a238553857c5f301fe9622072382c06b8434a
 WHIRLPOOL 
ca977c88e5dcca80d11a3cf769e002f61b8c6145dea2a79a9d0c142396ff2f19b3452546627ced79e9af74fed3ac2ff72ca9f6fc2395e477076959fef77bd3b1
-DIST unbound-1.5.9.tar.gz 4924965 SHA256 
01328cfac99ab5b8c47115151896a244979e442e284eb962c0ea84b7782b6990 SHA512 
a0f43a22d2c357b78482e5049fd77b100966964d861536169bd79379c02b96651e52c47f3f5001ac8e1ca474d41f784395adb44b61157487723f9f15287c97f4
 WHIRLPOOL 
ccfeadbff8a450d431286d09b9c5bbcb40f53878ff33a3c36200485b5863279779bed55c1307586f59e5ccd7594f038e3b991bff401546b4969d564aa230b37d
-DIST unbound-1.6.0.tar.gz 5063253 SHA256 
6b7db874e6debda742fee8869d722e5a17faf1086e93c911b8564532aeeffab7 SHA512 
c92adee98ef759d033ac39784796e936e292f0671a42ad455411b82a9ba552744e4a0de432ee4ac05609dc0b429b70d5ce8169c20d3d65f4acf5afc5e02822ac
 WHIRLPOOL 
fc70f054718016df9c3fa502f25f44b57195d602ae0c53eb90fca5630ef96aa231f0e0b4c1bc3dfd012ee6c18c9dbd4e83f3aedc717adefd213f254105725870
 DIST unbound-1.6.3.tar.gz 5381240 SHA256 
4c7e655c1d0d2d133fdeb81bc1ab3aa5c155700f66c9f5fb53fa6a5c3ea9845f SHA512 
1d84fcc4c4b2a2b5cce6540cf252ff964f4acae3b6567c61cee69b76c6cee3e00270b1f7cc7ad83a2754afb33cc199c8b6e8116e5b587811714398b1d34de8a3
 WHIRLPOOL 
c4cc7b45686bb3e5128f8c2e28b6e87867b983e01c53d336d85f342dc84e5c9a01491a7325f8290620a02ff9323173f433892f114ee5f4350cf41e91bbc74831
 DIST unbound-1.6.4.tar.gz 5477897 SHA256 
df0a88816ec31ccb8284c9eb132e1166fbf6d9cde71fbc4b8cd08a91ee777fed SHA512 
1abf50552c97b304884f07372f9fb05f9f30354647cf5299192deac81fa28a41d89d84ee092baef644a6069d0f545d36e7e814c9b8f83f21a7a53572d9a91907
 WHIRLPOOL 
36cadfa940ae121ab0d261fa70b91114462aeb56b0c3b1505e58a307248d4741a040b1cecd62ad42e95958798b7aa5331c45cc879d83298318d9eee184de8a17

diff --git a/net-dns/unbound/unbound-1.5.7.ebuild 
b/net-dns/unbound/unbound-1.5.7.ebuild
deleted file mode 100644
index 6e4b2fe2516..000
--- a/net-dns/unbound/unbound-1.5.7.ebuild
+++ /dev/null
@@ -1,124 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils flag-o-matic multilib-minimal python-single-r1 systemd user
-
-MY_P=${PN}-${PV/_/}
-DESCRIPTION="A validating, recursive and caching DNS resolver"
-HOMEPAGE="http://unbound.net/;
-SRC_URI="http://unbound.net/downloads/${MY_P}.tar.gz;
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
-IUSE="debug dnstap +ecdsa gost libressl python selinux static-libs test 
threads"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# Note: expat is needed by executable only but the Makefile is custom
-# and doesn't make it 

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

2017-07-14 Thread Marc Schiffbauer
commit: 39b4008262cd6f614421ea121a97be976b5a2ec5
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Jul 14 16:02:58 2017 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Jul 14 16:05:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b40082

package.mask: Update sci-geosciences/googleearth mask

 profiles/package.mask | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index d4aa60f74b8..5109953bcb2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -836,10 +836,11 @@ x11-libs/gtk+:1
 # Masked for testing
 =sys-fs/fuse-3.0.0*
 
-# Julian Ospald  (21 Jul 2013)
-# Mask all unfetchable versions and those with tons of random
-# bugs and segfaults (all). Don't ask for a version bump unless
-# there is a working release.
+# Marc Schiffbauer  (14 Jul 2017)
+# Breaks often because upstream always releases new version
+# under the same filename so checksums will break every now and then.
+# Additionally, packaging this program is a pita, so use at your
+# own risk.
 sci-geosciences/googleearth
 
 # Denis Dupeyron  (12 Sep 2016)



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

2017-07-14 Thread Marc Schiffbauer
commit: b760a556dbeedd5c4fbf5240bbbfe235b1e91f09
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Jul 14 15:50:43 2017 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Jul 14 15:51:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b760a556

net-dns/unbound: bump version, fixes #624856

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-dns/unbound/Manifest |   1 +
 net-dns/unbound/unbound-1.6.4.ebuild | 130 +++
 2 files changed, 131 insertions(+)

diff --git a/net-dns/unbound/Manifest b/net-dns/unbound/Manifest
index 99527882f9d..d2ca095bbe0 100644
--- a/net-dns/unbound/Manifest
+++ b/net-dns/unbound/Manifest
@@ -5,3 +5,4 @@ DIST unbound-1.5.8.tar.gz 4895649 SHA256 
33567a20f73e288f8daa4ec021fbb30fe1824b3
 DIST unbound-1.5.9.tar.gz 4924965 SHA256 
01328cfac99ab5b8c47115151896a244979e442e284eb962c0ea84b7782b6990 SHA512 
a0f43a22d2c357b78482e5049fd77b100966964d861536169bd79379c02b96651e52c47f3f5001ac8e1ca474d41f784395adb44b61157487723f9f15287c97f4
 WHIRLPOOL 
ccfeadbff8a450d431286d09b9c5bbcb40f53878ff33a3c36200485b5863279779bed55c1307586f59e5ccd7594f038e3b991bff401546b4969d564aa230b37d
 DIST unbound-1.6.0.tar.gz 5063253 SHA256 
6b7db874e6debda742fee8869d722e5a17faf1086e93c911b8564532aeeffab7 SHA512 
c92adee98ef759d033ac39784796e936e292f0671a42ad455411b82a9ba552744e4a0de432ee4ac05609dc0b429b70d5ce8169c20d3d65f4acf5afc5e02822ac
 WHIRLPOOL 
fc70f054718016df9c3fa502f25f44b57195d602ae0c53eb90fca5630ef96aa231f0e0b4c1bc3dfd012ee6c18c9dbd4e83f3aedc717adefd213f254105725870
 DIST unbound-1.6.3.tar.gz 5381240 SHA256 
4c7e655c1d0d2d133fdeb81bc1ab3aa5c155700f66c9f5fb53fa6a5c3ea9845f SHA512 
1d84fcc4c4b2a2b5cce6540cf252ff964f4acae3b6567c61cee69b76c6cee3e00270b1f7cc7ad83a2754afb33cc199c8b6e8116e5b587811714398b1d34de8a3
 WHIRLPOOL 
c4cc7b45686bb3e5128f8c2e28b6e87867b983e01c53d336d85f342dc84e5c9a01491a7325f8290620a02ff9323173f433892f114ee5f4350cf41e91bbc74831
+DIST unbound-1.6.4.tar.gz 5477897 SHA256 
df0a88816ec31ccb8284c9eb132e1166fbf6d9cde71fbc4b8cd08a91ee777fed SHA512 
1abf50552c97b304884f07372f9fb05f9f30354647cf5299192deac81fa28a41d89d84ee092baef644a6069d0f545d36e7e814c9b8f83f21a7a53572d9a91907
 WHIRLPOOL 
36cadfa940ae121ab0d261fa70b91114462aeb56b0c3b1505e58a307248d4741a040b1cecd62ad42e95958798b7aa5331c45cc879d83298318d9eee184de8a17

diff --git a/net-dns/unbound/unbound-1.6.4.ebuild 
b/net-dns/unbound/unbound-1.6.4.ebuild
new file mode 100644
index 000..7b72e64ed4e
--- /dev/null
+++ b/net-dns/unbound/unbound-1.6.4.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils flag-o-matic multilib-minimal python-single-r1 systemd user
+
+MY_P=${PN}-${PV/_/}
+DESCRIPTION="A validating, recursive and caching DNS resolver"
+HOMEPAGE="http://unbound.net/;
+SRC_URI="http://unbound.net/downloads/${MY_P}.tar.gz;
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="debug dnscrypt dnstap +ecdsa gost libressl python selinux static-libs 
systemd test threads"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# Note: expat is needed by executable only but the Makefile is custom
+# and doesn't make it possible to easily install the library without
+# the executables. MULTILIB_USEDEP may be dropped once build system
+# is fixed.
+
+CDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
+   >=dev-libs/libevent-2.0.21:0=[${MULTILIB_USEDEP}]
+   libressl? ( >=dev-libs/libressl-2.2.4:0[${MULTILIB_USEDEP}] )
+   !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+   dnscrypt? ( dev-libs/libsodium )
+   dnstap? (
+   dev-libs/fstrm[${MULTILIB_USEDEP}]
+   >=dev-libs/protobuf-c-1.0.2-r1[${MULTILIB_USEDEP}]
+   )
+   ecdsa? (
+   !libressl? ( dev-libs/openssl:0[-bindist] )
+   )
+   python? ( ${PYTHON_DEPS} )"
+
+DEPEND="${CDEPEND}
+   python? ( dev-lang/swig )
+   test? (
+   net-dns/ldns-utils[examples]
+   dev-util/splint
+   app-text/wdiff
+   )
+   systemd? ( sys-apps/systemd )
+   virtual/pkgconfig"
+
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-bind )"
+
+# bug #347415
+RDEPEND="${RDEPEND}
+   net-dns/dnssec-root"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   enewgroup unbound
+   enewuser unbound -1 -1 /etc/unbound unbound
+
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # To avoid below error messages, set 'trust-anchor-file' to same value 
in
+   # 'auto-trust-anchor-file'.
+   # [23109:0] error: Could not open autotrust file for writing,
+   # /etc/dnssec/root-anchors.txt: Permission denied
+   epatch "${FILESDIR}"/${PN}-1.5.7-trust-anchor-file.patch
+
+   # required for the python part
+   multilib_copy_sources
+}
+

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

2017-07-14 Thread Alexis Ballier
commit: ca22f26510f3ac96135a242b1cd036369243b008
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 15:47:04 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 15:47:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca22f265

profiles/arch/arm64: mask freerdp[neon]

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 86190e16a90..782290d91f2 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # Alexis Ballier  (14 Jul 2017)
+# Appends -mfpu=neon and asm seems arm32
+net-misc/freerdp neon
+
+# Alexis Ballier  (14 Jul 2017)
 # zfs does not build on arm64 (yet?)
 app-emulation/libvirt zfs
 sys-cluster/ceph zfs



[gentoo-commits] repo/gentoo:master commit in: net-wireless/wavemon/, net-wireless/wavemon/files/

2017-07-14 Thread Sergey Popov
commit: dfe84c171e11d06936122b28db87281126d7d6e1
Author: Sergey Popov  gentoo  org>
AuthorDate: Fri Jul 14 15:38:21 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Fri Jul 14 15:42:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe84c17

net-wireless/wavemon: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-wireless/wavemon/Manifest  |  1 -
 .../files/wavemon-0.7.5-ncurses-tinfo.patch| 18 -
 net-wireless/wavemon/wavemon-0.7.5.ebuild  | 46 --
 3 files changed, 65 deletions(-)

diff --git a/net-wireless/wavemon/Manifest b/net-wireless/wavemon/Manifest
index f8f3eff1c27..74658232eff 100644
--- a/net-wireless/wavemon/Manifest
+++ b/net-wireless/wavemon/Manifest
@@ -1,2 +1 @@
-DIST wavemon-0.7.5.tar.bz2 115617 SHA256 
6dba1ba237833ba6c2e2345be21044ff4a1fef2a1c049508d74e64a500e82e2c SHA512 
d97ff71bdbff06f7cd32db8d3695c656843c162ec9eef16ea430b498f5715e6c61384cfe791f20b75ae473a5d38d66a035a5b947020e1d60c70114dbb2a44e12
 WHIRLPOOL 
bec900a0b38f5020bd0e4360c0a8989600a88b93c7d14501f5683adf3d7551be35704c8620132fe5f5b60237191aa4d3b5944bfc8e9234afb9ec0ca1a5fffb8f
 DIST wavemon-0.7.6.tar.bz2 116194 SHA256 
de0c64fe5fa2d439417ca4fe0863c417ec59276a9c9aec5afac77f5edfa79ca1 SHA512 
95f47204e50c1a44a2230e2d8cbed90d76e53f5e674f6f54f64ba6c99590c90213d9422e62951d55bcf4c8e2325e63e6a7c0c7d1b14a4120d5f0d291dc36cd68
 WHIRLPOOL 
2d3b9663b2fe0f9a513dda27c93c5ccad387c481b03f64b6d7b06d310736b517128a4921f70022d840444a293ad33576126681cf39162942c3a9b1037286c2ed

diff --git a/net-wireless/wavemon/files/wavemon-0.7.5-ncurses-tinfo.patch 
b/net-wireless/wavemon/files/wavemon-0.7.5-ncurses-tinfo.patch
deleted file mode 100644
index 8c18c0f83c2..000
--- a/net-wireless/wavemon/files/wavemon-0.7.5-ncurses-tinfo.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -21,6 +21,7 @@ esac
- AC_PROG_CC
- AC_PROG_CPP
- AC_PROG_INSTALL
-+PKG_PROG_PKG_CONFIG
- 
- # Checks for header files.
- AC_HEADER_STDC
-@@ -53,6 +54,6 @@ AC_HEADER_STDBOOL
- # Tests involving libraries
- AC_CHECK_LIB([m], [pow])
--AC_CHECK_LIB([ncurses], [waddstr])
-+PKG_CHECK_MODULES([ncurses], [ncurses], [LIBS="$LIBS $ncurses_LIBS"], 
AC_MSG_ERROR([ncurses is required but was not found]))
- AC_CHECK_LIB([cap], [cap_get_flag])
- 
- 

diff --git a/net-wireless/wavemon/wavemon-0.7.5.ebuild 
b/net-wireless/wavemon/wavemon-0.7.5.ebuild
deleted file mode 100644
index 9d06d5b6f48..000
--- a/net-wireless/wavemon/wavemon-0.7.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit autotools-utils
-
-DESCRIPTION="Ncurses based monitor for IEEE 802.11 wireless LAN cards"
-HOMEPAGE="http://eden-feed.erg.abdn.ac.uk/wavemon/;
-SRC_URI="http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ppc sparc x86"
-
-IUSE="caps"
-RDEPEND="sys-libs/ncurses
-   caps? ( sys-libs/libcap )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-PATCHES=(
-   "${FILESDIR}/${PN}-0.6.7-dont-override-CFLAGS.patch"
-   "${FILESDIR}/${P}-ncurses-tinfo.patch"
-)
-
-src_prepare() {
-   # Do not install docs to /usr/share
-   sed -i -e '/^install:/s/install-docs//' Makefile.in || die 'sed on 
Makefile.in failed'
-
-   # automagic on libcap, discovered in bug #448406
-   use caps || export ac_cv_lib_cap_cap_get_flag=false
-
-   autotools-utils_src_prepare
-}
-
-src_install() {
-   autotools-utils_src_install
-   # Install man files manually(bug #397807)
-   doman wavemon.1
-   doman wavemonrc.5
-}



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

2017-07-14 Thread Alexis Ballier
commit: 6dcdf2e76379438b93e65706ec1099378d5833ca
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 15:38:59 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 15:38:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcdf2e7

profiles/arch/arm64: mask ceph[zfs]

 profiles/arch/arm64/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 6960d76b18b..86190e16a90 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -4,6 +4,7 @@
 # Alexis Ballier  (14 Jul 2017)
 # zfs does not build on arm64 (yet?)
 app-emulation/libvirt zfs
+sys-cluster/ceph zfs
 
 # Alexis Ballier  (11 Jul 2017)
 # Needs indirectly clisp:



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

2017-07-14 Thread Alexis Ballier
commit: 2214d6b7808ec295b206c8ff27b069fb525c4ac0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 15:29:22 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 15:29:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2214d6b7

profiles/arch/arm64: mask libvirt[zfs]

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 2a5a9c7533b..6960d76b18b 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Alexis Ballier  (14 Jul 2017)
+# zfs does not build on arm64 (yet?)
+app-emulation/libvirt zfs
+
 # Alexis Ballier  (11 Jul 2017)
 # Needs indirectly clisp:
 # https://bugs.gentoo.org/show_bug.cgi?id=624532



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

2017-07-14 Thread Alexis Ballier
commit: 26feaa883e298e91c15e9a028d43de74a59c6f7e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 15:24:45 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 15:25:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26feaa88

sys-libs/libosinfo: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-libs/libosinfo/libosinfo-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libosinfo/libosinfo-1.0.0-r1.ebuild 
b/sys-libs/libosinfo/libosinfo-1.0.0-r1.ebuild
index f0458bee773..d610203f02b 100644
--- a/sys-libs/libosinfo/libosinfo-1.0.0-r1.ebuild
+++ b/sys-libs/libosinfo/libosinfo-1.0.0-r1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE="+introspection +vala test"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
 
 # Unsure about osinfo-db-tools rdep, but at least fedora does it too
 RDEPEND="



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

2017-07-14 Thread Alexis Ballier
commit: d75e68be4de7a795f49a9dff13c10a185c2a976a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 15:24:58 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 15:25:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75e68be

sys-apps/osinfo-db: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/osinfo-db/osinfo-db-20170423.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/osinfo-db/osinfo-db-20170423.ebuild 
b/sys-apps/osinfo-db/osinfo-db-20170423.ebuild
index b4cbddf1d73..719da8f12a5 100644
--- a/sys-apps/osinfo-db/osinfo-db-20170423.ebuild
+++ b/sys-apps/osinfo-db/osinfo-db-20170423.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}"
 LICENSE="GPL-2+"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2017-07-14 Thread Alexis Ballier
commit: 32c04cf2b7bd35541f1e8c1548c73922b9f7fe0c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 15:24:24 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 15:25:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c04cf2

media-plugins/grilo-plugins: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-plugins/grilo-plugins/grilo-plugins-0.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.3.4.ebuild 
b/media-plugins/grilo-plugins/grilo-plugins-0.3.4.ebuild
index 863e17fec46..c56645ad2f0 100644
--- a/media-plugins/grilo-plugins/grilo-plugins-0.3.4.ebuild
+++ b/media-plugins/grilo-plugins/grilo-plugins-0.3.4.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Grilo;
 
 LICENSE="LGPL-2.1+"
 SLOT="0.3"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="daap dvd examples chromaprint flickr freebox gnome-online-accounts lua 
subtitles thetvdb tracker upnp-av vimeo +youtube"
 
 # Bump gom requirement to avoid segfaults



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

2017-07-14 Thread William Hubbs
commit: eb927b83c607dd04dd2e310d557e94badb37240b
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Jul 14 15:09:30 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Jul 14 15:12:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb927b83

dev-db/cockroach: 1.0.3 typo fix for #624732

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-db/cockroach/cockroach-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/cockroach/cockroach-1.0.3.ebuild 
b/dev-db/cockroach/cockroach-1.0.3.ebuild
index 7b0b8667988..0b0e1d9f89d 100644
--- a/dev-db/cockroach/cockroach-1.0.3.ebuild
+++ b/dev-db/cockroach/cockroach-1.0.3.ebuild
@@ -46,7 +46,7 @@ src_install() {
 insinto /etc/security/limits.d
 newins "${FILESDIR}"/cockroach-limits.conf cockroach.conf
 newconfd "${FILESDIR}"/cockroach.confd-1.0 cockroach
-newinitd "${FILESDIR}"/cockroach.initd-${PV} cockroach
+newinitd "${FILESDIR}"/cockroach.initd-1.0.1 cockroach
 dodir /var/log/cockroach
 fowners cockroach:cockroach /var/log/cockroach
 if [[ -z ${REPLACING_VERSIONS} ]]; then



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

2017-07-14 Thread Ian Whyman
commit: fef6e48b60df81bbcc30d8c042da6009e715668c
Author: Ian Whyman  gentoo  org>
AuthorDate: Fri Jul 14 14:09:02 2017 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Fri Jul 14 14:09:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef6e48b

net-libs/libupnp: drop old 1.8, add ~arm64

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/libupnp/Manifest |  1 -
 net-libs/libupnp/libupnp-1.8.0.ebuild | 47 ---
 net-libs/libupnp/libupnp-1.8.1.ebuild |  2 +-
 3 files changed, 1 insertion(+), 49 deletions(-)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index 275f303a42f..1de712d79f1 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,4 +1,3 @@
 DIST libupnp-1.6.21.tar.bz2 1245353 SHA256 
af3f3c0846a1d75baeadae4aa5a2bda427567e2a1fb4559bf73ccff0a4f9a39b SHA512 
65a2989497b941dfa1f7ac09fe44267de4a5231af25a304f0f6e754c7cbb578bdcb3c500188b5ebfbff9f579099db7501817d45e1724ef8e384d6d918bcdcdeb
 WHIRLPOOL 
b4869189054ac00d57394e0919ad2f672af64f2c2b0ecc676c2b3fc4a3c22caa25ac38b57bbb5cf1ef12a5857b4cdfd450c6bd5955a5eacaf8bdf95a058c9dab
 DIST libupnp-1.6.22.tar.bz2 1242211 SHA256 
0bdfacb7fa8d99b78343b550800ff193264f92c66ef67852f87f042fd1a1ebbc SHA512 
abf7265155fb819e971e27dd25fd3f8143c04d6373b1b4a2769de9fadbbd3a012758acda866511a443f7e159b66068d9f7f99072c509a8fa06bcfe1275bdd9af
 WHIRLPOOL 
e3bfd207adff942d1a60337fb5ff00d2e4a4d52073724fb19415f14aa2def746706d863360779b00d842756ea6d809d5cf2f3cde910a3863398cbcfe49957bec
-DIST libupnp-1.8.0.tar.gz 1380524 SHA256 
1ddfb4e12e947deb5637e0d5e09bbe7835dfc8fb8a57712346026afa029165b1 SHA512 
e2ae54352d747191f3ffc15c50481da515665fb35ddf6a9e488b6e1962e47803937bf078d0c2c5d56f8339cfd226ffba7433975363dc312e484ed22f83eda061
 WHIRLPOOL 
c3d4abf54d25e87a1d650a18c475097a47633e8bf7691248695a7682ecff8aca4419c8eb2db4d24d62ca5a7905321971adf924166c20876ee18dd32d846748a1
 DIST libupnp-1.8.1.tar.gz 1363979 SHA256 
0569e6afd979baa4e533312cb682394cea5b2638b8b412623e28943103593ea0 SHA512 
7dd90f0c0332e7171d96a37a50223e18d5325ac1dd8dbe04fadac4655ad7c4d8443c52f904aaa35d3f12d2abd9ee2690ba990d0a93b15cbebb4d3de35d25ffe4
 WHIRLPOOL 
184e8844fab6a7a04d902d77c9b28141cdb15e4026b1b45105aabcf7616c2f6bbffa81fe14a1e6ddcd3f6494d9505f8f2cf190bf00fa341ca7192668e46e732d

diff --git a/net-libs/libupnp/libupnp-1.8.0.ebuild 
b/net-libs/libupnp/libupnp-1.8.0.ebuild
deleted file mode 100644
index d82c3dbd4db..000
--- a/net-libs/libupnp/libupnp-1.8.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic autotools vcs-snapshot
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/;
-SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="1.8"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux"
-IUSE="debug doc ipv6 static-libs"
-
-DOCS="NEWS README.md ChangeLog"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.8.0-docs-install.patch
-   "${FILESDIR}"/${PN}-1.6.21-cflags.patch
-)
-
-src_prepare() {
-   default
-
-   # fix tests
-   chmod +x ixml/test/test_document.sh || die
-
-   eautoreconf
-}
-
-src_configure() {
-   use x86-fbsd && append-flags -O1
-   # w/o docdir to avoid sandbox violations
-   econf \
-   $(use_enable debug) \
-   $(use_enable ipv6) \
-   $(use_enable static-libs static) \
-   $(use_with doc documentation "${EPREFIX}/usr/share/doc/${PF}")
-}
-
-src_install () {
-   default
-   dobin upnp/sample/.libs/tv_{combo,ctrlpt,device}-1.8
-   use static-libs || prune_libtool_files
-}

diff --git a/net-libs/libupnp/libupnp-1.8.1.ebuild 
b/net-libs/libupnp/libupnp-1.8.1.ebuild
index 46ecf192072..908431b950b 100644
--- a/net-libs/libupnp/libupnp-1.8.1.ebuild
+++ b/net-libs/libupnp/libupnp-1.8.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> ${P}
 
 LICENSE="BSD"
 SLOT="1.8"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug doc reuseaddr ipv6 static-libs"
 
 DOCS="NEWS README.md ChangeLog"



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

2017-07-14 Thread Alexis Ballier
commit: d73c1bed4ef497566cd3fe66ee7711b51b128ab7
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 13:56:40 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 13:57:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73c1bed

dev-libs/libpeas: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/libpeas/libpeas-1.20.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild 
b/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild
index e37d74e1265..b08429342cc 100644
--- a/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild
+++ b/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://developer.gnome.org/libpeas/stable/;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
 
 IUSE="+gtk glade jit lua +python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2017-07-14 Thread Alexis Ballier
commit: aeb6abdd5394792b201d10dbf38e5ab262c01246
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 13:57:07 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 13:57:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb6abdd

media-libs/libmediaart: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/libmediaart/libmediaart-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmediaart/libmediaart-1.9.1.ebuild 
b/media-libs/libmediaart/libmediaart-1.9.1.ebuild
index 77853a2ac0a..7edc7329dec 100644
--- a/media-libs/libmediaart/libmediaart-1.9.1.ebuild
+++ b/media-libs/libmediaart/libmediaart-1.9.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/GNOME/libmediaart;
 
 LICENSE="LGPL-2.1+"
 SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gtk +introspection qt5 vala"
 REQUIRED_USE="
?? ( gtk qt5 )



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

2017-07-14 Thread Alexis Ballier
commit: ba11daaeb7b567985be25602789d955d0e52fe4e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 13:56:24 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 13:57:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba11daae

dev-libs/gom: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-libs/gom/gom-0.3.2.ebuild b/dev-libs/gom/gom-0.3.2.ebuild
index eae7411fd23..f79646f4bca 100644
--- a/dev-libs/gom/gom-0.3.2.ebuild
+++ b/dev-libs/gom/gom-0.3.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gom;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} introspection )"
 



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

2017-07-14 Thread Sergey Popov
commit: f62c7093bcf683b9e9ee52913e5fac30f3933b76
Author: Sergey Popov  gentoo  org>
AuthorDate: Fri Jul 14 13:48:53 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Fri Jul 14 13:50:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62c7093

app-text/lout: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/lout/Manifest|  1 -
 app-text/lout/lout-3.38-r1.ebuild | 85 ---
 2 files changed, 86 deletions(-)

diff --git a/app-text/lout/Manifest b/app-text/lout/Manifest
index ebc916a3085..661dd32a09e 100644
--- a/app-text/lout/Manifest
+++ b/app-text/lout/Manifest
@@ -1,2 +1 @@
-DIST lout-3.38.tar.gz 2147395 SHA256 
6a2adc64a8b4a81ed39893328778da284a6ab0da3e5e20f678425f2d53dad80a SHA512 
ad396dc885e904e26c31498123f4e6e5dd1356da7fe623b2a812e9ae8442ee4c68ed3925854f8116687f46c9cc0084b6d39a3130d8b9d8a3ee0ee25d5b9b1f5e
 WHIRLPOOL 
59c8d99710fbc5096f84e75be13a1e64213e0c783c0bff30594ff0d23148aab3a619f6c2064bd62f059a7593d92b34f4689266d80eeb42d559fcd468d37412d5
 DIST lout-3.40.tar.gz 2172651 SHA256 
3d16f1ce3373ed96419ba57399c2e4d94f88613c2cb4968cb0331ecac3da68bd SHA512 
adffbb44b9328f0d64b1c8f08fe0217307b1cca870827ca54e0aaae5a2258f519e3e6f0adc715ba6d192dd731ab26c2cc86aa8611d991d5665503842e599c061
 WHIRLPOOL 
6a39cf906cadd48404f60efe0cfe3adf5126ee2f9372b8019edaae21be0a5f4f1430b51d6567486be13c302841e1e0f393e7e03060cd9853273f2c23d69b1b95

diff --git a/app-text/lout/lout-3.38-r1.ebuild 
b/app-text/lout/lout-3.38-r1.ebuild
deleted file mode 100644
index 7b1a02c6c1c..000
--- a/app-text/lout/lout-3.38-r1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit eutils toolchain-funcs
-
-IUSE="zlib doc"
-
-DESCRIPTION="high-level language for document formatting"
-HOMEPAGE="http://lout.sourceforge.net/;
-SRC_URI="mirror://sourceforge/lout/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-DEPEND="zlib? ( >=sys-libs/zlib-1.1.4 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}/${P}-makefile.patch"
-}
-
-src_compile() {
-   tc-export CC
-   local myconf
-   use zlib && myconf="$myconf PDF_COMPRESSION=1 ZLIB=-lz"
-   emake COPTS="${CFLAGS}" BINDIR="${EPREFIX}"/usr/bin \
-   LOUTLIBDIR="${EPREFIX}"/usr/share/lout \
-   LOUTDOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
-   MANDIR="${EPREFIX}"/usr/share/man/man1 \
-   ${myconf} lout prg2lout || die "emake prg2lout lout failed"
-}
-
-compile_doc() {
-   #
-   # SYNOPSIS:  compile_doc file times
-   #
-
-   einfo "${1}:"
-   # yes, it *is* necessary to run this 6 times...
-   for i in $(seq 1 $(expr $2 - 1)) ; do
-   einfo " pass $i"
-   lout all -o ${docdir}/$1 -e /dev/null
-   done
-   # in the last one, let errors be reported
-   einfo " final pass"
-   lout all -o ${docdir}/$1 || die "final pass failed"
-}
-
-src_install() {
-   local bindir libdir docdir mandir
-   bindir=${ED}usr/bin
-   libdir=${ED}usr/share/lout
-   docdir=${ED}usr/share/doc/${PF}
-   mandir=${ED}usr/share/man/man1
-   export LOUTLIB=${libdir}
-   export PATH="${bindir}:${PATH}"
-
-   mkdir -p ${bindir} ${docdir} ${mandir}
-
-   make BINDIR=${bindir} \
-   LOUTLIBDIR=${libdir} \
-   LOUTDOCDIR=${docdir} \
-   MANDIR=${mandir} \
-   install installdoc installman || die "make install failed"
-
-   lout -x -s "${ED}"usr/share/lout/include/init || die "lout init failed"
-
-   mv ${docdir}/README{,.docs}
-   dodoc README READMEPDF blurb blurb.short whatsnew
-
-   if use doc ; then
-   einfo "building postscript documentation (may take a while)"
-   cd doc/user
-   compile_doc user.ps 6
-   cd ../design
-   compile_doc design.ps 3
-   cd ../expert
-   compile_doc expert.ps 4
-   cd ../slides
-   compile_doc slides.ps 2
-   fi
-}



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

2017-07-14 Thread Sergey Popov
commit: 1616edcc2eb33799fb15f244a626b8adafa89294
Author: Sergey Popov  gentoo  org>
AuthorDate: Fri Jul 14 13:48:33 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Fri Jul 14 13:50:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1616edcc

app-text/lout-3.40: stable on amd64/ppc/x86

Gentoo-Bug: 622352

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/lout/lout-3.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lout/lout-3.40.ebuild b/app-text/lout/lout-3.40.ebuild
index 5ad614aaf53..e6d0cc7f1f2 100644
--- a/app-text/lout/lout-3.40.ebuild
+++ b/app-text/lout/lout-3.40.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/lout/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 DEPEND="zlib? ( >=sys-libs/zlib-1.1.4 )"
 RDEPEND="${DEPEND}"



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

2017-07-14 Thread Alexis Ballier
commit: 40f83cefa5a82c3c0073c02a81f98ed790bd9b0a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 13:22:31 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 13:22:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f83cef

sys-apps/osinfo-db-tools: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/osinfo-db-tools/osinfo-db-tools-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.1.0.ebuild 
b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.1.0.ebuild
index 33b598d81bf..99298c8f875 100644
--- a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.1.0.ebuild
+++ b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.gz;
 LICENSE="GPL-2+"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
 
 # Blocker on old libosinfo as osinfo-db-validate was part of it before
 RDEPEND="



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

2017-07-14 Thread Sergey Popov
commit: 4e51c0a3c2e97674bd796e59fa695bce62635a5e
Author: Sergey Popov  gentoo  org>
AuthorDate: Fri Jul 14 12:35:21 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Fri Jul 14 12:52:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e51c0a3

dev-python/cx_Freeze-4.3.4: stable on amd64 and x86

Reported-by: Pacho Ramos  gentoo.org>
Gentoo-Bug: 624998

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild 
b/dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild
index 39375b6d26a..2209df51a71 100644
--- a/dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild
+++ b/dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PYTHON"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 PATCHES=(
"${FILESDIR}/${P}-buildsystem.patch" # bug #491602



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

2017-07-14 Thread Alexis Ballier
commit: be61eac38d4a87e0302b121dc1ef9ef589a77b6a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 12:50:20 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 12:50:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be61eac3

dev-python/xcffib: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/xcffib/xcffib-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xcffib/xcffib-0.5.1.ebuild 
b/dev-python/xcffib/xcffib-0.5.1.ebuild
index febf78fc035..a684401d294 100644
--- a/dev-python/xcffib/xcffib-0.5.1.ebuild
+++ b/dev-python/xcffib/xcffib-0.5.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="test"
 
 COMMON_DEPEND="x11-libs/libxcb"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xeyes/

2017-07-14 Thread Alexis Ballier
commit: bf602393a16ee388e02e6d0d97b6d4b7f23a8e85
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 12:37:50 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 12:37:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf602393

x11-apps/xeyes: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-apps/xeyes/xeyes-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xeyes/xeyes-1.1.1.ebuild 
b/x11-apps/xeyes/xeyes-1.1.1.ebuild
index e4142c865d8..e9532f0451a 100644
--- a/x11-apps/xeyes/xeyes-1.1.1.ebuild
+++ b/x11-apps/xeyes/xeyes-1.1.1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="X.Org xeyes application"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~sparc64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~sparc64-solaris"
 IUSE=""
 RDEPEND="x11-libs/libX11
x11-libs/libXt



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

2017-07-14 Thread Aaron Swenson
commit: 2c45ba58aa8c7133bafb9ea5d9f4bae9b33eb606
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Jul 14 12:24:39 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Fri Jul 14 12:24:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c45ba58

dev-db/postgresql: 10beta2 Remove dodoc *{sgml,dsl}

When USE="doc" is enabled, ‘dodoc doc/src/sgml/*.{sgml,dsl}’ fails
because the *.dsl files have been removed.

The SGML files are just the source code used to generate the HTML
files that are installed a couple lines earlier, and are, for the most
part, a waste of space.

So, we’re going to stop installing them.

Bug: 624914

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-db/postgresql/postgresql-10_beta2.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-db/postgresql/postgresql-10_beta2.ebuild 
b/dev-db/postgresql/postgresql-10_beta2.ebuild
index b723fe577cb..6560be4d50a 100644
--- a/dev-db/postgresql/postgresql-10_beta2.ebuild
+++ b/dev-db/postgresql/postgresql-10_beta2.ebuild
@@ -262,9 +262,6 @@ src_install() {
if use doc ; then
docinto html
dodoc doc/src/sgml/html/*
-
-   docinto sgml
-   dodoc doc/src/sgml/*.{sgml,dsl}
fi
 
if use server; then



[gentoo-commits] repo/gentoo:master commit in: dev-libs/totem-pl-parser/

2017-07-14 Thread Alexis Ballier
commit: 53e095f327e54fd35d79aea52fd7940f6b0271c4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 12:07:21 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 12:08:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e095f3

dev-libs/totem-pl-parser: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/totem-pl-parser/totem-pl-parser-3.10.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.10.7.ebuild 
b/dev-libs/totem-pl-parser/totem-pl-parser-3.10.7.ebuild
index 09db516020b..db66c8e8398 100644
--- a/dev-libs/totem-pl-parser/totem-pl-parser-3.10.7.ebuild
+++ b/dev-libs/totem-pl-parser/totem-pl-parser-3.10.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://developer.gnome.org/totem-pl-parser/stable/;
 LICENSE="LGPL-2+"
 SLOT="0/18"
 IUSE="archive crypt +introspection +quvi test"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 
 RDEPEND="
>=dev-libs/glib-2.31:2



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

2017-07-14 Thread Alexis Ballier
commit: 9d9464a3479cfe15d821318bc6ef541b093bdb51
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 12:07:31 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 12:08:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9464a3

dev-python/cycler: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/cycler/cycler-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cycler/cycler-0.10.0.ebuild 
b/dev-python/cycler/cycler-0.10.0.ebuild
index b53b375eade..a172a5ff913 100644
--- a/dev-python/cycler/cycler-0.10.0.ebuild
+++ b/dev-python/cycler/cycler-0.10.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



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

2017-07-14 Thread Alexis Ballier
commit: f49fe2883f93c81bd8a022db9c027c3e6cb1d4af
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 11:14:19 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 12:08:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49fe288

dev-ml/ocaml-cstruct: bump to 3.1.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/ocaml-cstruct/Manifest   |  1 +
 dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/dev-ml/ocaml-cstruct/Manifest b/dev-ml/ocaml-cstruct/Manifest
index f5504580082..b05a1500691 100644
--- a/dev-ml/ocaml-cstruct/Manifest
+++ b/dev-ml/ocaml-cstruct/Manifest
@@ -1,3 +1,4 @@
 DIST ocaml-cstruct-3.0.1.tar.gz 205663 SHA256 
1e1c731c8970a82f5947ab0ee73ec2d160df3cd0f5e752a25c2689448e13a7e2 SHA512 
355f97f1b3a6e7812b9210e348e4544e0ae6f01bef6536808cdcfe32153f9e3b711d1e869990cbd0205d433a51c7463c10f410b59aae33c32dab7f35f5413c27
 WHIRLPOOL 
54daaf26d0882fd7c782102c0fb84f683497a6acfee04649e19b9c5c330d24192e710fcbf8dede9b5128474fa314109a87894d99b6f44349dbbca52a68f7a10b
 DIST ocaml-cstruct-3.0.2.tar.gz 205713 SHA256 
86dc71140eae007c540cec982211ef48ec776232f2b23dd0b639e0e82099d60b SHA512 
041ff15c102036f1162a870534e4bf83477f988344cbf420d21cf589100ba8f2fa2ae5c7de7c16ef36e88a10d6bfac43f3a63c929b6d6d90ae12ad0027d1c76d
 WHIRLPOOL 
a249e394c868f916ec243e702bf3eed38fdb2a7f60649b3d1be46bbc1308b4c9a3ac9e5d58ca35726f5fa3320d1773952a8105c34725345854da6837c38c2ff2
 DIST ocaml-cstruct-3.1.0.tar.gz 208552 SHA256 
7392fd6e6f79229003511d004466fd4079970aa0f6963d94e9b21f2fe409f00b SHA512 
90ce3b093e50e077b66ff15b8f2f756d66b278598c01dc46def5a660eeab38b54edf62e93d4dad6cfc801b264def77158c27c7a8582d68c9690956c517820cae
 WHIRLPOOL 
0e6642a7ced461f89ade09ab83c8e097d554d92e661765ab631014bbeb16af7c49434ca1918d08223eb972922f638628be93851f7b08cd4cea96860c1e380b2a
+DIST ocaml-cstruct-3.1.1.tar.gz 208725 SHA256 
0b4469b17daaf7e6423962f2ad3ea02f4d4e35a7b92acb404afa6738570be3d6 SHA512 
22ec8fe027dbebee537ff950c2aa9a494d0c4c000d8c4df848eae157b1c9502b73c208bb92c21fa4c13ba0291b7750de31e4c96b3a0571397402f841c3e01c21
 WHIRLPOOL 
287df0058f4291e2cbeb716f9a26aa7475ddcbfce6d1373c3d7a82d9c49d6c4d167de13298525f94414a9bcff2abff5e6d909a5de25d5063711a5a70f504d2ea

diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild 
b/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild
new file mode 100644
index 000..39b192f16a3
--- /dev/null
+++ b/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="Map OCaml arrays onto C-like structs"
+HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io;
+SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="async +lwt +ppx test"
+
+RDEPEND="
+   async? (
+   dev-ml/async_kernel:=
+   dev-ml/async_unix:=
+   dev-ml/core_kernel:=
+   )
+   lwt? ( dev-ml/lwt:= )
+   ppx? (
+   dev-ml/ppx_tools:=
+   dev-ml/ocaml-migrate-parsetree:=
+   >=dev-ml/ppx_tools_versioned-5.0.1:=
+   )
+   >=dev-lang/ocaml-4.01:=
+   dev-ml/ocplib-endian:=
+   dev-ml/sexplib:=
+   dev-ml/type-conv:=
+"
+DEPEND="
+   dev-ml/jbuilder
+   dev-ml/opam
+   test? ( dev-ml/ounit )
+   ${RDEPEND}
+"
+
+get_targets() {
+   local tgt="cstruct,cstruct-unix"
+   use lwt && tgt+=",cstruct-lwt"
+   use async && tgt+=",cstruct-async"
+   use ppx && tgt+=",ppx_cstruct"
+   echo "${tgt}"
+}
+
+src_compile() {
+   jbuilder build -p $(get_targets) || die
+}
+
+src_test() {
+   jbuilder runtest -p $(get_targets) || die
+}
+
+oinstall() {
+   opam-installer -i \
+   --prefix="${ED}/usr" \
+   --libdir="${D}/$(ocamlc -where)" \
+   --docdir="${ED}/usr/share/doc/${PF}" \
+   ${1}.install || die
+}
+
+src_install() {
+   oinstall cstruct
+   oinstall cstruct-unix
+   use lwt && oinstall cstruct-lwt
+   use async && oinstall cstruct-async
+   use ppx && oinstall ppx_cstruct
+}



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

2017-07-14 Thread Alexis Ballier
commit: 0c2618948fa2b9156a51679dc924cb8c619749bf
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 12:07:39 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 12:08:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c261894

dev-python/subprocess32: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/subprocess32/subprocess32-3.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/subprocess32/subprocess32-3.2.7.ebuild 
b/dev-python/subprocess32/subprocess32-3.2.7.ebuild
index 452ae88d7ab..34149511c43 100644
--- a/dev-python/subprocess32/subprocess32-3.2.7.ebuild
+++ b/dev-python/subprocess32/subprocess32-3.2.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 
 PATCHES=( "${FILESDIR}"/${P}-sandbox-test-fix.patch )



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

2017-07-14 Thread Alexis Ballier
commit: 794fbf7a91917b71ef9253a9bdaadce9da3a0001
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 12:08:16 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 12:08:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794fbf7a

media-libs/qhull: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/qhull/qhull-2015.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/qhull/qhull-2015.2.ebuild 
b/media-libs/qhull/qhull-2015.2.ebuild
index 61a096e50a0..9cc80f5c1e6 100644
--- a/media-libs/qhull/qhull-2015.2.ebuild
+++ b/media-libs/qhull/qhull-2015.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/download/${PN}-2015-src-7.2.0.tgz -> 
${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc static-libs"
 
 DOCS=( Announce.txt File_id.diz README.txt REGISTER.txt )



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

2017-07-14 Thread Alexis Ballier
commit: 033648e964236a04b41d09039a9018a7f056
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 12:08:01 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 12:08:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033648e9

media-libs/grilo: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/grilo/grilo-0.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/grilo/grilo-0.3.3.ebuild 
b/media-libs/grilo/grilo-0.3.3.ebuild
index e087d528ab5..8226d721b9b 100644
--- a/media-libs/grilo/grilo-0.3.3.ebuild
+++ b/media-libs/grilo/grilo-0.3.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Grilo;
 
 LICENSE="LGPL-2.1+"
 SLOT="0.3/0" # subslot is libgrilo-0.3 soname suffix
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 IUSE="gtk examples +introspection +network playlist test vala"
 REQUIRED_USE="test? ( introspection )"



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

2017-07-14 Thread Alexis Ballier
commit: 2a3f1aa57f0160838186abb0103e5303ec51046c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul 14 12:07:04 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul 14 12:08:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3f1aa5

dev-libs/gmime: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-libs/gmime/gmime-2.6.23.ebuild 
b/dev-libs/gmime/gmime-2.6.23.ebuild
index 0b79f65533d..65c25435573 100644
--- a/dev-libs/gmime/gmime-2.6.23.ebuild
+++ b/dev-libs/gmime/gmime-2.6.23.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://spruce.sourceforge.net/gmime/ 
https://developer.gnome.org/gmime
 
 SLOT="2.6"
 LICENSE="LGPL-2.1"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="doc mono smime static-libs test vala"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: mail-client/balsa/

2017-07-14 Thread Pacho Ramos
commit: 987fa378395e58ac935dc26d114192cb489375b8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Jul 14 11:43:25 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Jul 14 11:43:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987fa378

mail-client/balsa: Make repoman more happy

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 mail-client/balsa/metadata.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mail-client/balsa/metadata.xml b/mail-client/balsa/metadata.xml
index 80c58ff1c85..4c043cdb299 100644
--- a/mail-client/balsa/metadata.xml
+++ b/mail-client/balsa/metadata.xml
@@ -9,7 +9,6 @@
Adds support for GnuPG encryption
Use gtkhtml for HTML rendering
Use gtkspell for dictionary support
-   Adds support for 
app-office/rubrica
-   addressbook
+   Adds support for rubrica addressbook

 



[gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/files/, net-mail/cyrus-imapd/

2017-07-14 Thread Pacho Ramos
commit: 5b78cbe19c5df746b9e361889a32c596e2f70207
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Jul 14 11:05:35 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Jul 14 11:05:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b78cbe1

net-mail/cyrus-imapd: Drop hardmasked versions

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-mail/cyrus-imapd/Manifest  |   3 -
 net-mail/cyrus-imapd/cyrus-imapd-2.4.16.ebuild | 182 ---
 net-mail/cyrus-imapd/cyrus-imapd-2.4.17-r1.ebuild  | 202 -
 net-mail/cyrus-imapd/cyrus-imapd-2.4.17.ebuild | 197 
 net-mail/cyrus-imapd/cyrus-imapd-2.4.18.ebuild | 197 
 .../files/cyrus-imapd-2.4.17-statuscache.diff  |  11 --
 6 files changed, 792 deletions(-)

diff --git a/net-mail/cyrus-imapd/Manifest b/net-mail/cyrus-imapd/Manifest
index 1e280f1d391..d9f96c0ec77 100644
--- a/net-mail/cyrus-imapd/Manifest
+++ b/net-mail/cyrus-imapd/Manifest
@@ -1,6 +1,3 @@
-DIST cyrus-imapd-2.4.16.tar.gz 2484201 SHA256 
beac9d6059680bbf65948db60a30c6e8f59786df4a7821c70dc27b2a225f32c4 SHA512 
31931e94ebe869516f10886cee5ab152fb6d6376bf009250718077732c6172a6430f3502370e15e94f6165500e5b4108623bceea7c0dcfb3eb746e9ff0fcffab
 WHIRLPOOL 
1e9916d03448e7f036aa6320af69a7ae57ae37205f98d4cfee8c335d9dcdc1c09ba243f4506036da4ca17f859f5c7eef0cb56443dfe51ad3075f0e4d62874fcb
-DIST cyrus-imapd-2.4.17.tar.gz 2486355 SHA256 
b3e30052c764ee7163947ffde27bdd58bd4dd2e5697ad144491941e46300a583 SHA512 
86ffe1664ca3c3df164ed8fca21cc08ddae12380e1485deccec7da4ec263d8b953a806e05f0b10f6fb7717a0d40fc05669792b77cc66d7c5067061c8506e59ee
 WHIRLPOOL 
22566578217a5901793b886ff020aa1deecbb81bf85f54a524b58de129029e51b0aa358db902a2139584d05f668404cb98ca2ff3fa33803ce986e07b95c69c45
-DIST cyrus-imapd-2.4.18.tar.gz 2495098 SHA256 
166a0a1efbf01f71d9d8449569152b3cda4949cd689f299a5e77a38d7026012c SHA512 
3b234c1773fe5d57cae35743985930bc7fed2eedaa0919598da8fb19588f95b3beb8ad166d3b4f0c96faf006ff56ed5027ec516fab6007edbe46c4f45572a1ef
 WHIRLPOOL 
1a243a9b3875105dfc414e1092f328691b6bef7c0d04f8bd91824ca0d01c715ebc2449c37bbca2ab86193e4d2dc426b33cfd31a0cdfdea0bacc081fd9010b1df
 DIST cyrus-imapd-2.5.10.tar.gz 3103914 SHA256 
b38f4fd72825a298ac47426dcd2a50c8437c2947864ba50d79a9a53fe9845c5f SHA512 
78b85e37c63f1dbb60898da229f70f45810326a01244067d23b1317e2c2ae3326e48b6944787d59024e44c48c441ed2b848d6a83c451c192a3bb95c8f37880fa
 WHIRLPOOL 
d2167900596c1b6f8e595de7aec499a7fbd6228537d7a27bec4fe0bda6a74b861303c4e9691ca829994972b099f29c362f9692f266df66d76c05a69629b52dfd
 DIST cyrus-imapd-2.5.11.tar.gz 3109188 SHA256 
36a79117b320c78d62bc6842c3024d970d3bec7aa12908f862d92cf1d63397d5 SHA512 
bbb0e11f31d91d85037306321165e3608f8d5e2699b971fc4fbdd1630ec0a1485c8f6f17900142dec584ab41b0ec0c65c11cfaf8c5bbf1054b194a8f5f361538
 WHIRLPOOL 
e6aaedb642b634d9fc0c56f7ddd06e15130091bd21f4e089ae46168fb2976c7e1fa281f8c6fc0f3e171e70bbfeb5cec8f6cc613f62d5b769fb8b6af4dede6e67
 DIST cyrus-imapd-3.0.1.tar.gz 10515460 SHA256 
24a9886aa6bbe001484a54b29309ff99415c0f355b98325ebb29ad61fff5e257 SHA512 
0a2bf13b4793e642f3df53231fd66774e0c5ad753b436a7fb0645db6ee70121d0da245038527cc58cb078255fec3e7b32a6230c196cceea040f74813ef78e337
 WHIRLPOOL 
830284e3d96b2d34d88350f8e65de2cac28c34c9d302dc7fe4247022c5d96251d72989714062408cfcf08828650a7b67aecfb1672165fed344b2e98c2dc06265

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.4.16.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-2.4.16.ebuild
deleted file mode 100644
index 514db3fbe22..000
--- a/net-mail/cyrus-imapd/cyrus-imapd-2.4.16.ebuild
+++ /dev/null
@@ -1,182 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit db-use eutils multilib pam ssl-cert user
-
-MY_P=${P/_/}
-
-DESCRIPTION="The Cyrus IMAP Server"
-HOMEPAGE="http://www.cyrusimap.org/;
-SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/${MY_P}.tar.gz;
-
-LICENSE="BSD-with-attribution"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="afs berkdb kerberos mysql nntp pam postgres replication sieve snmp 
sqlite ssl tcpd"
-
-RDEPEND="sys-libs/zlib
-   >=dev-libs/cyrus-sasl-2.1.13
-   afs? ( net-fs/openafs )
-   berkdb? ( >=sys-libs/db-3.2 )
-   kerberos? ( virtual/krb5 )
-   mysql? ( virtual/mysql )
-   nntp? ( !net-nntp/leafnode )
-   pam? (
-   virtual/pam
-   >=net-mail/mailbase-1
-   )
-   postgres? ( dev-db/postgresql )
-   snmp? ( >=net-analyzer/net-snmp-5.2.2-r1 )
-   sqlite? ( dev-db/sqlite )
-   ssl? ( >=dev-libs/openssl-0.9.6 )
-   tcpd? ( >=sys-apps/tcp-wrappers-7.6 snmp? ( 
net-analyzer/net-snmp[tcpd=] ) )"
-
-DEPEND="$RDEPEND"
-
-# get rid of old style virtual - bug 350792
-# all blockers really needed?
-RDEPEND="${RDEPEND}
-   !mail-mta/courier
-   !net-mail/bincimap
-   !net-mail/courier-imap
-   

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

2017-07-14 Thread Pacho Ramos
commit: 54881e1e014ef8612a2f3cd1817b87546e715788
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Jul 14 11:10:29 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Jul 14 11:10:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54881e1e

Remove hardmasked packages

 profiles/package.mask | 72 ---
 1 file changed, 72 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index a141bb778cc..d4aa60f74b8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -452,53 +452,6 @@ media-sound/gejengel
 # Masked for removal in 30 days.
 kde-apps/pim-storage-service-manager
 
-# Pacho Ramos  (14 Jun 2017)
-# Fails to build, nothing needs it in the tree, bug #557450. Removal in a
-# month.
-dev-libs/radlib
-
-# Pacho Ramos  (14 Jun 2017)
-# Relies on lots of dead old gnome libs, relies also on berlios.de and it is
-# dead for more than 8 years, bug #537708. Removal in a month.
-app-office/rubrica
-
-# Pacho Ramos  (14 Jun 2017)
-# Not needed by anything in the tree, requires an obsolete texinfo version
-# and is also the last consumer of gnat-gcc, bug #620982. Removal in a
-# month.
-sci-electronics/ghdl
-
-# Pacho Ramos  (14 Jun 2017)
-# Not needed by anything in the tree, unmaintained and waiting for a major
-# version bump if someone wants to take care of it, bug #474738. Removal in
-# a month.
-net-voip/gnugk
-
-# Pacho Ramos  (14 Jun 2017)
-# All consumers of this newer versions never got ported, if finally we need
-# to readd a even newer version of this packages with an hypothetical newer
-# Ekiga, we will need to work on new ebuilds anyway, bug #474740. Removal in
-# a month.
-#
-# Chí-Thanh Christopher Nguyễn  (25 Jun 2013)
-# Mask new ptlib/opal for breakage, tracked in bug #474742
-# Lars Wendler  (29 Apr 2014)
-# Adjusted mask so newer versions get covered as well.
->=net-libs/ptlib-2.12.0
->=net-libs/opal-3.12.0
-
-# Pacho Ramos  (14 Jun 2017)
-# Not needed by anything in the tree, dead since 2006 and also needing our
-# rpm package that is buggy and unmaintained, bug # 620986. Removal in a
-# month.
-app-emulation/domi
-
-# Pacho Ramos  (14 Jun 2017)
-# Needs someone with the hardware to test how to install it (and its
-# configuration files) properly. Dead since 2007, bug #493898. Removal in a
-# month.
-dev-lang/nqc
-
 # Pawel Hajdan, Jr.  (11 Jun 2017)
 # Dev channel releases are only for people who are developers or want more
 # experimental features and accept a more unstable release.
@@ -530,12 +483,6 @@ net-im/skypetab-ng
 # Removal in 30 days. Bug #602820.
 media-plugins/vdr-xineliboutput
 
-# Michał Górny  (05 Jun 2017)
-# (on behalf of Treecleaner project)
-# Unmaintained in Gentoo. Multiple bugs, including a security
-# vulnerability. Removal in 30 days. Bug #581960.
-net-irc/atheme-services
-
 # Hans de Graaff  (05 Jun 2017)
 # Bundles obsolete and vulnerable webkit version.
 # Upstream has stopped development and recommends using
@@ -669,17 +616,6 @@ net-wireless/cpyrit-cuda
 >=dev-games/openscenegraph-3.5.5
 >=dev-games/openscenegraph-qt-3.5.5
 
-# Eray Aslan  (17 May 2017)
-# Functionality merged to cyrus-imapd-2.5.x series.
-# cyrus-imapd-2.5.10 was stabilized in Jan 2017.  Upgrade
-# if you haven't already done so.  Removal in 30 days.
-net-mail/cyrus-imap-admin
-dev-libs/cyrus-imap-dev
-# Masking for end-user convenience.  Will be dropped once
-# net-mail/cyrus-imap-admin and dev-libs/cyrus-imap-dev
-# are tree cleaned.
-=net-mail/cyrus-imapd-2.4*
-
 # Bernard Cafarelli  (8 May 2017)
 # Coordinated conversion to wxGTK:3.0-gtk3
 # Drop mask after migration of existing wxGTK:3.0 users
@@ -801,14 +737,6 @@ app-emulation/wine-any
 >=dev-python/qscintilla-python-2.10
 >=x11-libs/qscintilla-2.10
 
-# Andreas K. Hüttel  (8 June 2017)
-# Dead upstream for >3 years. Closed source. Bundles outdated
-# libraries that certainly have known security issues (e.g.,
-# icu-36 (!) or curl). Does not start anymore but segfaults.
-# Removal in 30 days.
-app-text/acroread
-media-fonts/acroread-asianfonts
-
 # Michael Palimaka  (19 Feb 2017)
 # Revdeps need patching.
 >=media-gfx/libopenraw-0.1.0



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

2017-07-14 Thread Pacho Ramos
commit: b540a10f19893a12168b544e4bff4936cb259e56
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Jul 14 11:00:41 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Jul 14 11:00:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b540a10f

net-libs/opal: Drop hardmasked versions

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/opal/Manifest |   2 -
 .../files/opal-3.12.4-avoid_cflags_mixup.patch | 132 
 .../files/opal-3.12.4-java-ruby-swig-fix.patch |  28 ---
 net-libs/opal/metadata.xml |   1 -
 net-libs/opal/opal-3.12.4-r1.ebuild| 233 -
 5 files changed, 396 deletions(-)

diff --git a/net-libs/opal/Manifest b/net-libs/opal/Manifest
index 3ac3331..0486da0f5ad 100644
--- a/net-libs/opal/Manifest
+++ b/net-libs/opal/Manifest
@@ -1,4 +1,2 @@
 DIST opal-3.10.11-htmldoc.tar.bz2 2944338 SHA256 
66708e69f1bea6a1160f3aa904643f49b2e2679822c1446d5aeb1f29dd973cea SHA512 
6075487344d4cfa5c2e2219376e3eccd98028475eac6f89d20d24d611a8806a27eb354ce8e77e16c620c8cb3d398b9502082f3fe8f67763d3f67feea835819b5
 WHIRLPOOL 
a23aafd7da85d00db2c285641ab75f1c0850c6e649c8278891282d86312d062be7ac4d89ec3955eac11eb91c018c7b05a89282b35f1b129af90f36e34033
 DIST opal-3.10.11.tar.bz2 8590616 SHA256 
f38e7969e88a28dd9a10a6051315aceecde79d0bbd1a35676868dc5787aed706 SHA512 
970745375e7ebb29178ce9d0bc29254e69dd952e5f754038979a8613489a26f0fb68d63ec2709ffa1964e50fe9cfde874489f683a451d83e7a075d62d9228fa1
 WHIRLPOOL 
b4387f8a664c2763f1e62dc16772ce869dee6d5aaac271ef0013d1e7f207d19c5e3578c26215ce246c278bc4de9aa538dabae8a3b6a794b250a5f30f9be7d206
-DIST opal-3.12.4-htmldoc.tar.bz2 3094840 SHA256 
858cd14bf2de54a6aeb5397d8627a7e50ea6b63e18b0f47c057386d079b07fbc SHA512 
c80ed1b0df9fffbfc07ea590a0e80afd9b985ed2971deb640e92776723f12e6a544eaf3441261d34df0ad0bbca6b03a983f7a7b0b92fbf333f1a8688d2ca735d
 WHIRLPOOL 
e2d5ba8e4429c60003dd995add2aea12b22a2f23da8dd3ed0025fa451752412805d4f25160809542dd8d61684edca35d73174037650b3546cedc97495faa29b9
-DIST opal-3.12.4.tar.bz2 9694052 SHA256 
2786bc27f83c59d74165e318656ada230164ebcba61f0d8cb1b55bfcd13b2d82 SHA512 
83c44dbd077e45a5bf63963b8a5348c24c65e9ab8b25afccacbf4632aa55fce26b6133c8c40f06da90fe73865165509c67b19286e868eada0270adefd3e38733
 WHIRLPOOL 
3063d5b9d64e690898d60e5e26f3936b28b954ce7fb2a2dc2f78cfde05932efc63ec7874dd73c87561d1a3c3f56483789ca031121e7d9fe18c25508042d7

diff --git a/net-libs/opal/files/opal-3.12.4-avoid_cflags_mixup.patch 
b/net-libs/opal/files/opal-3.12.4-avoid_cflags_mixup.patch
deleted file mode 100644
index 24686110a42..000
--- a/net-libs/opal/files/opal-3.12.4-avoid_cflags_mixup.patch
+++ /dev/null
@@ -1,132 +0,0 @@
-diff -urN opal-3.12.4.old/plugins/plugin-inc.mak.in 
opal-3.12.4/plugins/plugin-inc.mak.in
 opal-3.12.4.old/plugins/plugin-inc.mak.in  2013-06-22 21:14:01.528580888 
+0200
-+++ opal-3.12.4/plugins/plugin-inc.mak.in  2013-06-22 21:14:42.652579425 
+0200
-@@ -32,11 +32,13 @@
- CXX   := @CXX@
- INSTALL   := @INSTALL@
- CFLAGS+= @CFLAGS@ -I@prefix@/include -I$(PLUGINDIR)/../include 
-I$(PLUGINDIR)
-+CXXFLAGS  += @CXXFLAGS@ -I@prefix@/include -I$(PLUGINDIR)/../include 
-I$(PLUGINDIR)
- LDFLAGS   += @LDFLAGS@ @LDSO@
- PLUGINEXT :=@PLUGINEXT@
- 
- ifneq ($(DEBUG),)
- CFLAGS+= -g
-+CXXFLAGS  += -g
- endif
- 
- OBJDIR := $(PLUGINDIR)/../lib_@target@/plugins/$(BASENAME)
-@@ -65,11 +67,11 @@
- 
- $(OBJDIR)/%.o : %.cxx
-   @mkdir -p $(OBJDIR) >/dev/null 2>&1
--  $(Q_CC)$(CXX) -c $(CXXFLAGS) $(CFLAGS) -o $@ $<
-+  $(Q_CC)$(CXX) -c $(CXXFLAGS) -o $@ $<
- 
- $(OBJDIR)/%.o : %.cpp
-   @mkdir -p $(OBJDIR) >/dev/null 2>&1
--  $(Q_CC)$(CXX) -c $(CXXFLAGS) $(CFLAGS) -o $@ $<
-+  $(Q_CC)$(CXX) -c $(CXXFLAGS) -o $@ $<
- 
- OBJECTS   = $(addprefix $(OBJDIR)/,$(patsubst %.cxx,%.o,$(patsubst 
%.cpp,%.o,$(patsubst %.c,%.o,$(notdir $(SRCS))
- 
-diff -urN opal-3.12.4.old/plugins/video/H.261-vic/Makefile.in 
opal-3.12.4/plugins/video/H.261-vic/Makefile.in
 opal-3.12.4.old/plugins/video/H.261-vic/Makefile.in2013-06-22 
21:14:01.503580889 +0200
-+++ opal-3.12.4/plugins/video/H.261-vic/Makefile.in2013-06-22 
21:14:42.652579425 +0200
-@@ -39,7 +39,7 @@
-  $(SRCDIR)/bv.c \
- 
- 
--CFLAGS += -I$(COMMONDIR)
-+CXXFLAGS += -I$(COMMONDIR)
- 
- INSTALL_DIR := @VC_PLUGIN_DIR@
- PLUGINDIR   := @PLUGINDIR@
-diff -urN opal-3.12.4.old/plugins/video/H.263-1998/Makefile.in 
opal-3.12.4/plugins/video/H.263-1998/Makefile.in
 opal-3.12.4.old/plugins/video/H.263-1998/Makefile.in   2013-06-22 
21:14:01.499580889 +0200
-+++ opal-3.12.4/plugins/video/H.263-1998/Makefile.in   2013-06-22 
21:16:18.196576026 +0200
-@@ -34,12 +34,12 @@
-  $(COMMONDIR)/ffmpeg.cxx \
-  $(COMMONDIR)/dyna.cxx
- 
--CFLAGS += @LIBAVCODEC_CFLAGS@ -I$(COMMONDIR)
-+CXXFLAGS += @LIBAVCODEC_CFLAGS@ -I$(COMMONDIR)
- LIBS   += 

[gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/, dev-libs/radlib/, net-irc/atheme-services/files/, ...

2017-07-14 Thread Pacho Ramos
commit: 18dc6a2a1f1bef9bd29500c5ac672cc34c464dc5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Jul 14 11:11:14 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Jul 14 11:11:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18dc6a2a

Remove hardmasked packages

 app-emulation/domi/Manifest|   1 -
 app-emulation/domi/domi-20060816.ebuild|  39 -
 app-emulation/domi/files/domi.conf |  95 ---
 app-emulation/domi/metadata.xml|   6 -
 app-office/rubrica/Manifest|   2 -
 .../files/rubrica-2.1.6-fix-menu-language.patch| 819 -
 .../rubrica/files/rubrica-2.1.6-gthread.patch  |  11 -
 app-office/rubrica/files/rubrica-2.1.6-libm.patch  |  24 -
 .../files/rubrica-2.1.6-libnotify-0.7.patch|  20 -
 .../rubrica/files/rubrica-2.1.6-linguas_hu.patch   |  11 -
 .../files/rubrica-2.1.6-missing-icons.patch|  30 -
 .../rubrica/files/rubrica-2.1.6-schema.patch   |  29 -
 .../rubrica/files/rubrica-2.1.6-url-crash.patch|  40 -
 app-office/rubrica/files/rubrica2.desktop  |  23 -
 app-office/rubrica/metadata.xml|   8 -
 app-office/rubrica/rubrica-2.1.6-r1.ebuild |  63 --
 app-text/acroread/Manifest |   1 -
 app-text/acroread/acroread-9.5.5-r3.ebuild | 204 -
 app-text/acroread/files/gentoo_config  |  10 -
 app-text/acroread/metadata.xml |  11 -
 dev-lang/nqc/Manifest  |   1 -
 dev-lang/nqc/files/nqc-3.1_p6-flags.patch  |  73 --
 dev-lang/nqc/files/nqc-3.1_p6-gcc-4.7.patch|  15 -
 dev-lang/nqc/metadata.xml  |   8 -
 dev-lang/nqc/nqc-3.1_p6.ebuild |  55 --
 dev-libs/cyrus-imap-dev/Manifest   |   2 -
 .../cyrus-imap-dev/cyrus-imap-dev-2.4.16.ebuild|  69 --
 .../cyrus-imap-dev/cyrus-imap-dev-2.4.17-r1.ebuild |  85 ---
 .../cyrus-imap-dev/cyrus-imap-dev-2.4.17.ebuild|  82 ---
 dev-libs/cyrus-imap-dev/metadata.xml   |   8 -
 dev-libs/radlib/Manifest   |   1 -
 dev-libs/radlib/files/radlib-2.12.0-build.patch| 128 
 dev-libs/radlib/metadata.xml   |   7 -
 dev-libs/radlib/radlib-2.12.0-r1.ebuild|  40 -
 media-fonts/acroread-asianfonts/Manifest   |   5 -
 .../acroread-asianfonts-9.1.ebuild |  90 ---
 media-fonts/acroread-asianfonts/metadata.xml   |  12 -
 net-irc/atheme-services/Manifest   |   2 -
 .../atheme-services-6.0.11-r1.ebuild   | 104 ---
 .../atheme-services-7.0.6-r1.ebuild| 108 ---
 .../atheme-services/atheme-services-.ebuild| 119 ---
 .../atheme-services-6.0.8-configure-disable.patch  | 116 ---
 .../atheme-services/files/atheme-services.initd|  36 -
 net-irc/atheme-services/metadata.xml   |  10 -
 net-mail/cyrus-imap-admin/Manifest |   2 -
 .../cyrus-imap-admin-2.4.17-r1.ebuild  |  72 --
 .../cyrus-imap-admin-2.4.18.ebuild |  74 --
 .../files/cyrus-imap-admin-2.4.10-ldflags.patch|  56 --
 net-mail/cyrus-imap-admin/metadata.xml |   8 -
 net-voip/gnugk/Manifest|   1 -
 .../files/gnugk-3.2.2-h323plus-buildopts.patch |  53 --
 .../files/gnugk-3.2.2-lua.cxx-toolkit_h.patch  |  11 -
 net-voip/gnugk/files/gnugk-3.4-ptrace.patch| 414 ---
 net-voip/gnugk/files/gnugk.confd   |  11 -
 net-voip/gnugk/files/gnugk.rc6 |  20 -
 net-voip/gnugk/gnugk-3.4-r1.ebuild | 126 
 net-voip/gnugk/metadata.xml|  11 -
 sci-electronics/ghdl/Manifest  |   2 -
 sci-electronics/ghdl/files/ghdl-0.29-gcc.patch | 132 
 sci-electronics/ghdl/ghdl-0.29.ebuild  |  77 --
 sci-electronics/ghdl/metadata.xml  |  13 -
 61 files changed, 3706 deletions(-)

diff --git a/app-emulation/domi/Manifest b/app-emulation/domi/Manifest
deleted file mode 100644
index 469488ebbc0..000
--- a/app-emulation/domi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST domi-20060816-153213.tar.gz 15503 SHA256 
2eba3bbd36738764a1443544388472dbc603db81974b74402954d2693d231c78 SHA512 
ea8fea65860f399ea1f4474f7cba957c29298b126c6b8aded1af07a09e987bad6d5fbe9af552977d33480562e28e4690c6f5d6958e29f3533c892a69c207
 WHIRLPOOL 
0d71ff2cc25496e6c3dfa35f5a7f96a071a0ff2ec683f709a9479f89f4b98f8d8ce37ceb1982289e6f1f853a78f22b694e83a2b1d4eaa6ce0dcf60e079df02d8

diff --git a/app-emulation/domi/domi-20060816.ebuild 
b/app-emulation/domi/domi-20060816.ebuild
deleted file mode 100644
index 21b8a3ac1a4..000
--- a/app-emulation/domi/domi-20060816.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public 

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

2017-07-14 Thread Pacho Ramos
commit: 1c66552dfc3b19112390c65e34b74df7aa4b8f63
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Jul 14 10:58:45 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Jul 14 10:58:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c66552d

net-libs/ptlib: Drop hardmasked versions

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/ptlib/Manifest|   2 -
 .../files/ptlib-2.12.4-respect_cxxflags.patch  |  12 --
 .../ptlib/files/ptlib-2.12.4-sdl-linking.patch |  11 -
 net-libs/ptlib/ptlib-2.12.9-r1.ebuild  | 225 -
 net-libs/ptlib/ptlib-2.12.9.ebuild | 222 
 5 files changed, 472 deletions(-)

diff --git a/net-libs/ptlib/Manifest b/net-libs/ptlib/Manifest
index 25ccec0b196..40ae609deb8 100644
--- a/net-libs/ptlib/Manifest
+++ b/net-libs/ptlib/Manifest
@@ -1,4 +1,2 @@
 DIST ptlib-2.10.10-htmldoc.tar.bz2 4504867 SHA256 
bce8a9eeb32f5e556acab3a753844500e751cd4a6db6ce88778fba692d24019a SHA512 
7db5d169ad107132d2bca945a1269bae0dd0100b7566b1766dda83d0559a6f2044ffc21905520f7f15d218dd0b1290eaa13d5150d81340c6b0a9a464a713741d
 WHIRLPOOL 
1832acdaded357471c5db982195723dfbf30d22359427d7dc7ac880d2a997a73d9963f7003cae70c6d17874daf1984f5c24c3c600656b078edcec3fa6552ce36
 DIST ptlib-2.10.11.tar.bz2 3736259 SHA256 
27a8ba1fd147195c0b310897f81d26f73996b77b18147e587638444cfacd681a SHA512 
ac8af8962330abf11986ccb863be0990c2e78ae611666d17c68068b72c4a5ea523ba74c55566284c3549e2346e407ccfffb5cc509fbf6ef19f1eb51dcb8b5f15
 WHIRLPOOL 
3dafe50df538b8d24a20b58252c5dfa578ac81f25d9086f748af928f54658533e1bf28dc1f40cbbeadd5062d57072ad71e243c0275428f155077ee752e26e4ab
-DIST ptlib-2.12.9-htmldoc.tar.bz2 6069775 SHA256 
1c03474f1c27a8b7648497b1cc95296f07aa398f1b45d9ae4dc2cfad95b1c7f7 SHA512 
08800ef09be97573d9e861da80d98723ffbf55ec76c3e3a7788f811cf7d04bbad35d4c2363cc696a2aff9f890dd8e09967825266cbba4a6cfdb916f9df26d70d
 WHIRLPOOL 
9606e2538bb842fea5382dfd95a83b41fd7062336b058e2a95615725e688ad4b40a95cf0ce9669cd786c3c94884cb82f77660ee490ae6e780f8307d55767713d
-DIST ptlib-2.12.9.tar.bz2 4134345 SHA256 
e38d31a24a41546b7a84673f9c42ffab60ebd83727254cf5bdfb85da46565adf SHA512 
1a7869203aff7779d318c6a2f70e0fe6181381696493f7c1ea69113c9795e6a13e4423ed3609b5e6d8900388eedc3bcdb6a19e9d6f03357348b21e1003ef917a
 WHIRLPOOL 
5652bdee09d5d8ed3079080bc1d4b8bb495a8812bd49b2e963645c47673af3789a80c9d0a9aeaf0d4ec9d2782637b8763e625db340c0cc94ce362bb952c9fb9e

diff --git a/net-libs/ptlib/files/ptlib-2.12.4-respect_cxxflags.patch 
b/net-libs/ptlib/files/ptlib-2.12.4-respect_cxxflags.patch
deleted file mode 100644
index 85f590c8c88..000
--- a/net-libs/ptlib/files/ptlib-2.12.4-respect_cxxflags.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN ptlib-2.12.4.old/configure.ac ptlib-2.12.4/configure.ac
 ptlib-2.12.4.old/configure.ac  2013-06-22 21:01:51.392606863 +0200
-+++ ptlib-2.12.4/configure.ac  2013-06-22 21:02:02.991606450 +0200
-@@ -448,7 +448,7 @@
-],
-[
-   AC_MSG_RESULT(no)
--  PTLIB_CXXFLAGS="$PTLIB_CFLAGS -frtti"
-+  PTLIB_CXXFLAGS="$PTLIB_CXXFLAGS -frtti"
-]
- )
- 

diff --git a/net-libs/ptlib/files/ptlib-2.12.4-sdl-linking.patch 
b/net-libs/ptlib/files/ptlib-2.12.4-sdl-linking.patch
deleted file mode 100644
index 91e5c0811d5..000
--- a/net-libs/ptlib/files/ptlib-2.12.4-sdl-linking.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urN ptlib-2.12.4/configure.ac ptlib-2.12.4.new/configure.ac
 ptlib-2.12.4/configure.ac  2013-06-21 07:02:48.0 +0200
-+++ ptlib-2.12.4.new/configure.ac  2013-06-24 11:51:18.356368722 +0200
-@@ -1735,6 +1735,7 @@
-PTLIB_CFLAGS="$PTLIB_CFLAGS ${SDL_CFLAGS}"
-LDFLAGS="$LDFLAGS `pkg-config --libs sdl`"
-   ],[HAS_SDL=])
-+ENDLDLIBS="$ENDLDLIBS ${SDL_LIBS}"
-   fi
- fi
- AC_SUBST(HAS_SDL)

diff --git a/net-libs/ptlib/ptlib-2.12.9-r1.ebuild 
b/net-libs/ptlib/ptlib-2.12.9-r1.ebuild
deleted file mode 100644
index 5c0aa42c79c..000
--- a/net-libs/ptlib/ptlib-2.12.9-r1.ebuild
+++ /dev/null
@@ -1,225 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Network focused portable C++ class library providing high level 
functions"
-HOMEPAGE="http://www.opalvoip.org/;
-SRC_URI="mirror://sourceforge/opalvoip/${P}.tar.bz2
-   doc? ( mirror://sourceforge/opalvoip/${P}-htmldoc.tar.bz2 )"
-
-LICENSE="MPL-1.0"
-SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-# default enabled are features from 'minsize', the most used according to ptlib
-IUSE="alsa +asn debug doc +dtmf examples ffmpeg ftp +http ipv6
-xmpp ldap libressl lua mail odbc oss pch pulseaudio remote sasl sdl serial
-shmvideo snmp soap socks +sound ssl static-libs +stun telnet tts v4l +video
-vxml wav xml xmlrpc"
-
-CDEPEND="
-   ldap? ( net-nds/openldap )
-   lua? ( 

[gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/

2017-07-14 Thread Pacho Ramos
commit: 209bf189be46f4151e50da2b8b213d2240a322f8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Jul 14 10:50:30 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Jul 14 10:50:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209bf189

package.mask: Mask more packages for removal

 profiles/base/package.use.mask |   4 +
 profiles/package.mask  | 275 -
 2 files changed, 277 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index a0747ebc408..6a02be3424d 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Pacho Ramos  (14 Jul 2017)
+# system-renpy cannot be really used and it's going to be treecleaned, bug 
#587872
+games-misc/katawa-shoujo system-renpy
+
 # Mike Gilbert  (09 Jul 2017)
 # Matthias Dahl  (05 Jul 2017)
 # Both are not your typical garden-variety Linux programs and are

diff --git a/profiles/package.mask b/profiles/package.mask
index f655e058f6e..a141bb778cc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,279 @@
 
 #--- END OF EXAMPLES ---
 
+# Pacho Ramos  (14 Jul 2017)
+# Not usable, dead since 2003, removal in a month (#24706)
+app-mobilephone/esms
+
+# Pacho Ramos  (14 Jul 2017)
+# Proprietary software, fetch restricted, not actively maintained, needs to
+# be updated, with multiple QA issues, bug #622414. Removal in a month.
+sci-chemistry/icm
+
+# Pacho Ramos  (14 Jul 2017)
+# Doesn't work with >=openvpn-2.3, removal in a month (#470696).
+net-vpn/kvpnc
+
+# Pacho Ramos  (14 Jul 2017)
+# Doesn't work with any django version in the tree, tests fail, removal in a
+# month (#482498).
+dev-python/south
+
+# Pacho Ramos  (14 Jul 2017)
+# No reverse deps, doesn't build, bug #569068. Removal in a month.
+net-misc/jumpgate
+
+# Pacho Ramos  (14 Jul 2017)
+# Lots of unresolved bugs, not compatible with QT 5.7 either, bug #574672.
+# Removal in a month.
+net-p2p/bitcoinxtd
+net-p2p/bitcoinxt-qt
+
+# Pacho Ramos  (14 Jul 2017)
+# Our package is completely outdated and needs a major version bump (and
+# pkgmove). Bug #541410. Removal in a month.
+dev-util/febootstrap
+
+# Pacho Ramos  (14 Jul 2017)
+# Buggy, doesn't compile for a long time, bug #575772. Removal in a month.
+dev-python/python-sipsimple
+net-voip/blink
+
+# Pacho Ramos  (14 Jul 2017)
+# Doesn't compile, one of the last consumers of obsolete gnet library
+# (#579400). Removal in a month.
+net-irc/loqui
+
+# Pacho Ramos  (14 Jul 2017)
+# Doesn't compile (#579948). Removal in a month.
+net-nntp/leafnode
+
+# Pacho Ramos  (14 Jul 2017)
+# Doesn't compile, upstream dead, removal in a month (#584296).
+dev-util/mutrace
+
+# Pacho Ramos  (14 Jul 2017)
+# QA issues, upstreams dead, multiple alternatives, bug #587284 and bug
+# #587288. Removal in a month.
+sys-libs/libacpi
+sys-power/yacpi
+
+# Pacho Ramos  (14 Jul 2017)
+# games-engines/renpy cannot be used with its only reverse dep in the tree
+# as-is, it needs a major version bump and build fixing too, bug #587872.
+# Removal in a month.
+games-engines/renpy
+
+# Pacho Ramos  (14 Jul 2017)
+# Doesn't build for a long time, bug #587942
+sci-mathematics/cado-nfs
+
+# Pacho Ramos  (14 Jul 2017)
+# Doesn't build (#592992), dead since 2011 and nothing needs it in the tree.
+# Removal in a month.
+dev-libs/mozldap
+
+# Pacho Ramos  (14 Jul 2017)
+# Not compatible with gcc6 (#594390), also removed from other distributions
+# due it being unmaintained and buggy. Removal in a month.
+net-analyzer/nepenthes
+
+# Pacho Ramos  (14 Jul 2017)
+# Upstream inactive, not buildable with gcc6, not needed by anything in the
+# tree (#594668). Removal in a month.
+app-text/mbtpdfasm
+
+# Pacho Ramos  (14 Jul 2017)
+# No reverse deps, not buildable with gcc6 (#595396). Removal in a month.
+media-libs/embree
+
+# Pacho Ramos  (14 Jul 2017)
+# Not compatible with QT 5.7, bug #595452. Removal in a month.
+net-p2p/litecoin-qt
+
+# Pacho Ramos  (14 Jul 2017)
+# Not buildable (#596602), no reverse deps, removal in a month.
+app-pda/fusepod
+
+# Pacho Ramos  (14 Jul 2017)
+# Not buildable for a long time (#597040). Removal in a month.
+dev-util/lorax
+
+# Pacho Ramos  (14 Jul 2017)
+# Security issues (#600524), upstream dead, removal in a month.
+dev-db/recutils
+
+# Pacho Ramos  (14 Jul 

[gentoo-commits] repo/gentoo:master commit in: gnome-base/gdm/

2017-07-14 Thread Mart Raudsepp
commit: 10113e35e8dd748c59069b2b39b55be43917b9a0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jul 14 08:25:06 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 14 08:51:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10113e35

gnome-base/gdm-3.24.2: Sync in changes done over time in the 3.22 series

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnome-base/gdm/gdm-3.24.2.ebuild | 12 
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/gnome-base/gdm/gdm-3.24.2.ebuild b/gnome-base/gdm/gdm-3.24.2.ebuild
index ec6a3c0e22b..3ce0f556026 100644
--- a/gnome-base/gdm/gdm-3.24.2.ebuild
+++ b/gnome-base/gdm/gdm-3.24.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="
GPL-2+
-   branding? ( CC-Sampling-Plus-1.0 )
+   branding? ( CC-BY-SA-4.0 )
 "
 
 SLOT="0"
@@ -48,10 +48,10 @@ COMMON_DEPEND="
x11-libs/libXdmcp
x11-libs/libXext
x11-libs/libXft
-   >=x11-misc/xdg-utils-1.0.2-r3
x11-libs/libxcb
-   virtual/pam
+   >=x11-misc/xdg-utils-1.0.2-r3
 
+   virtual/pam
>=sys-apps/systemd-186:0=[pam]
 
sys-auth/pambase[systemd]
@@ -148,6 +148,7 @@ src_configure() {
 
gnome2_src_configure \
--enable-gdm-xsession \
+   --enable-user-display-server \
--with-run-dir=/run/gdm \
--localstatedir="${EPREFIX}"/var \
--disable-static \
@@ -208,9 +209,4 @@ pkg_postinst() {
eend ${ret}
 
readme.gentoo_print_elog
-
-   if ! version_is_at_least 3.16.0 ${REPLACING_VERSIONS}; then
-   ewarn "GDM will now use a new TTY per logged user as explained 
at:"
-   ewarn 
"https://wiki.gentoo.org/wiki/Project:GNOME/GNOME3-Troubleshooting#GDM_.3E.3D_3.16_opens_one_graphical_session_per_user;
-   fi
 }



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

2017-07-14 Thread Mart Raudsepp
commit: 7f2027aca11d0abc34e8de7bdd788ab6d32f81a5
Author: Timo Tambet  gmail  com>
AuthorDate: Sun Apr  2 19:44:16 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 14 08:51:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2027ac

app-text/gspell: bump to 1.4.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/gspell/Manifest|  1 +
 app-text/gspell/gspell-1.4.0.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest
index 19f2dc76fd3..c68f6d5098f 100644
--- a/app-text/gspell/Manifest
+++ b/app-text/gspell/Manifest
@@ -1 +1,2 @@
 DIST gspell-1.2.3.tar.xz 395360 SHA256 
a64e158e47a6e2b8ec9a3a1fea98a416f78a13e275c909b2ed488494ff835f82 SHA512 
b45f17e8707187a070d4c5d4f91e4bcbd4108e596519c2900d7ca1f35050b6b397ed8c012fa25e179dddaf8b9c3a356b26c6070698f8333dff00c57a72e47198
 WHIRLPOOL 
1b6f22740d2b5597c20aa6d84e3e9e0b0b50c2fccfd811f49c99dff5e3762bc91a7582f223711f0f37a95c37d302b40697bd3517c170e8991cad4d556398875f
+DIST gspell-1.4.0.tar.xz 408852 SHA256 
8d317c6bf6ae298b0a6c89aed63bc133c85c8ce7e8e799d870da560ad10b2d4e SHA512 
f3b151e4785ea28535bc56ba9d28e7f10afc7ce03df111a52ee3b884f6e7e9730dd99cf0a1a26b8aa9bc825d1328868e269548939afcc65c06c9292ef2a824c7
 WHIRLPOOL 
94378578465b3e7672020667877f7031489878357a94e5936117bd25ec6418770d06bc1e4239869322e6441950b5a91658d17fd4952fdc62c45775e8c561e0eb

diff --git a/app-text/gspell/gspell-1.4.0.ebuild 
b/app-text/gspell/gspell-1.4.0.ebuild
new file mode 100644
index 000..268364a736a
--- /dev/null
+++ b/app-text/gspell/gspell-1.4.0.ebuild
@@ -0,0 +1,47 @@
+# 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 virtualx
+
+DESCRIPTION="Spell check library for GTK+ applications"
+HOMEPAGE="https://wiki.gnome.org/Projects/gspell;
+
+LICENSE="LGPL-2.1+"
+SLOT="0/1" # subslot = libgspell-1 soname version
+KEYWORDS="~alpha ~amd64 ~arm ~x86"
+
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   app-text/iso-codes
+   >=app-text/enchant-1.6.0
+   >=dev-libs/glib-2.44:2
+   >=x11-libs/gtk+-3.20:3[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
+   vala? ( $(vala_depend) )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.25
+   >=dev-util/intltool-0.35.0
+   >=sys-devel/gettext-0.19.4
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable introspection) \
+   $(use_enable vala)
+}
+
+src_test() {
+   virtx emake check
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/

2017-07-14 Thread Mart Raudsepp
commit: c54c96f1c042c39b5f38df2cf74e6d2d6b9d939e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jul 14 08:04:02 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 14 08:51:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c54c96f1

gnome-base/gnome-shell: Depend on required mutter API version subslot

Also fix mutter minimum depend while at it (was raised from 3.23.91 to
3.24.0 proper at some point release)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnome-base/gnome-shell/gnome-shell-3.24.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-shell/gnome-shell-3.24.2.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.24.2.ebuild
index 7df0c777a34..fae712dbe8a 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.24.2.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.24.2.ebuild
@@ -40,7 +40,7 @@ COMMON_DEPEND="
>=sys-auth/polkit-0.100[introspection]
>=x11-libs/libXfixes-5.0
x11-libs/libXtst
-   >=x11-wm/mutter-3.23.91[introspection]
+   >=x11-wm/mutter-3.24.0:0/0[introspection]
>=x11-libs/startup-notification-0.11
 
${PYTHON_DEPS}



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

2017-07-14 Thread Mart Raudsepp
commit: 242f42c1908ecc9523a9892542e203aac2ea2318
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jul 14 08:01:46 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 14 08:51:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242f42c1

x11-wm/mutter: Set libmutter API version as subslot

The libraries are now meant to be parallel installable, but we don't split the
libraries from the rest for now to be able to have full parallel installable 
SLOTs.
So at least express the API version as subslot, so gnome-shell can depend on the
specific one for the libraries. This subslot is only to be used by consumers 
when
linking to the libmutter libraries (the subslot number equals requested 
pkg-config API),
mainly gnome-shell.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-wm/mutter/mutter-3.24.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/mutter/mutter-3.24.3.ebuild 
b/x11-wm/mutter/mutter-3.24.3.ebuild
index dc9be17c086..cf11022b83b 100644
--- a/x11-wm/mutter/mutter-3.24.3.ebuild
+++ b/x11-wm/mutter/mutter-3.24.3.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="GNOME 3 compositing window manager based on 
Clutter"
 HOMEPAGE="https://git.gnome.org/browse/mutter/;
 
 LICENSE="GPL-2+"
-SLOT="0"
+SLOT="0/0"
 
 IUSE="debug gles2 input_devices_wacom +introspection test udev wayland"
 



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

2017-07-14 Thread Mart Raudsepp
commit: e36c488e9727b789ca2c8b3f7f48fe0a2b9005e8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jul 14 05:14:51 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 14 08:50:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36c488e

dev-libs/gjs: bump to 1.48.5

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/gjs/Manifest | 2 +-
 ...js-1.48.2-disable-unittest.patch => 1.48.5-disable-unittest.patch} | 0
 dev-libs/gjs/{gjs-1.48.2.ebuild => gjs-1.48.5.ebuild} | 4 ++--
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/gjs/Manifest b/dev-libs/gjs/Manifest
index c534edfdc43..c187e5f41a9 100644
--- a/dev-libs/gjs/Manifest
+++ b/dev-libs/gjs/Manifest
@@ -1,2 +1,2 @@
 DIST gjs-1.46.0.tar.xz 490812 SHA256 
2283591fa70785443793e1d7db66071b36052d707075f229baeb468d8dd25ad4 SHA512 
14af40668e95d269ac87556c75cf45680c41bc8246f04c46726d34bd80e9344045c0a510567f156c2c25c1f10dd474dc38bd50581d1b2e5abe0daa0cf570e2bc
 WHIRLPOOL 
4aaf910c344d7df028a52e43b60b49e4fb0aefd92968e068d0effc4817b0f6b3d388c8287c6f7e3f85bc92c9e5605c03ff4743677ebc95dcd383d5a84d06f4fa
-DIST gjs-1.48.2.tar.xz 595888 SHA256 
99c225ab2149bd31f7ac84d6ee1ea9ae843bf9a806ca853786d90e3182c4f4a1 SHA512 
f936e2a90dd2ee75b235e3c678c7cc07e02ef4519dd945c7d3a9174e76ae2b2d6429f4ebe269522c7e80762650a198a1085d11c5dbf25cde1a5eae4693aba1b3
 WHIRLPOOL 
92eb990ddd470334dd100132f5e6b5c7c02df6ff9a8e16dea574206888069c46ab0196569f6063fad1db75bc38ff66e65701ed2420302dbb93652ad9ed761c90
+DIST gjs-1.48.5.tar.xz 596484 SHA256 
cc37998e283b6e25e1814026aa5bb96e145e1ce902b02133977bbdac8db3e042 SHA512 
7b41dfd573fac325fbf3c429a4925ee1c3ae202a8f9a8300824ec4978b3cddcdcaec49abd1fe02098026f55e52e8759dbb44e4439bf8c590c0c565d111828371
 WHIRLPOOL 
4596dafbd1a25a8bff42599fb5a86bf863947f714feab10fcc24bbcfc9a1357e9f3642308a60e41643345f9be2fff3d7167fa0dfe6d1f6db93703d97eeff4644

diff --git a/dev-libs/gjs/files/gjs-1.48.2-disable-unittest.patch 
b/dev-libs/gjs/files/1.48.5-disable-unittest.patch
similarity index 100%
rename from dev-libs/gjs/files/gjs-1.48.2-disable-unittest.patch
rename to dev-libs/gjs/files/1.48.5-disable-unittest.patch

diff --git a/dev-libs/gjs/gjs-1.48.2.ebuild b/dev-libs/gjs/gjs-1.48.5.ebuild
similarity index 92%
rename from dev-libs/gjs/gjs-1.48.2.ebuild
rename to dev-libs/gjs/gjs-1.48.5.ebuild
index ecd8af782c5..782d4047a2a 100644
--- a/dev-libs/gjs/gjs-1.48.2.ebuild
+++ b/dev-libs/gjs/gjs-1.48.5.ebuild
@@ -30,8 +30,8 @@ DEPEND="${RDEPEND}
 "
 
 PATCHES=(
-   # Disable broken unittests, upstream bug #
-   "${FILESDIR}"/${PN}-1.48.2-disable-unittest.patch
+   # Disable unittest failing without pt_BR locale, upstream bug #
+   "${FILESDIR}"/${PV}-disable-unittest.patch
 )
 
 src_configure() {



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

2017-07-14 Thread Mart Raudsepp
commit: d1ee0fb56a158b6475a1323de014c3ed5595484a
Author: Timo Tambet  gmail  com>
AuthorDate: Thu Apr  6 12:19:56 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 14 08:50:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ee0fb5

x11-wm/mutter: bump to 3.24.2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-wm/mutter/Manifest |   1 +
 x11-wm/mutter/mutter-3.24.2.ebuild | 135 +
 2 files changed, 136 insertions(+)

diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest
index e81ee70f648..66e39f2cff5 100644
--- a/x11-wm/mutter/Manifest
+++ b/x11-wm/mutter/Manifest
@@ -1 +1,2 @@
 DIST mutter-3.22.4.tar.xz 3536792 SHA256 
37ea9f398758b48b7a2db17145143bc32bd0f6df7c69c631b52b719a9067b219 SHA512 
849e98186cecb4ffcab3da055febf72ef76fa87ecbdc506c696c2c7debd5183361c4b3b31d00d3c85e45d7f47aa5abf748d999571b147c831eb999116919023c
 WHIRLPOOL 
f6c7cda3ee6fdce7ef376e384591f7e3e07060db4f3d006842d15973296dc341bf4f9e56f9c3603a5bdb064f22a9835693c110a401bbaa893b6952591904f357
+DIST mutter-3.24.2.tar.xz 3578292 SHA256 
e18063a200c4bc2fad744232d01478e01b5a1bbfc9f2055d9333f34dd0187810 SHA512 
6b999a39637a8eacba5c04f07bfc64b42f4a6a8c36613c43d67a5b1a29c71deed65a77f8d09b4919577848abc7613ac5c0bc12341d5fcec48c6af104ad39f361
 WHIRLPOOL 
43982e9573ee6ba12b8e4dfe07930a0ae48373104886cf277d3eec7bbdd64bfb84921b143414d34013dad954c4a5ff0c17a18a51a40266d485e7c89439c9a76c

diff --git a/x11-wm/mutter/mutter-3.24.2.ebuild 
b/x11-wm/mutter/mutter-3.24.2.ebuild
new file mode 100644
index 000..dc9be17c086
--- /dev/null
+++ b/x11-wm/mutter/mutter-3.24.2.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2 virtualx
+
+DESCRIPTION="GNOME 3 compositing window manager based on Clutter"
+HOMEPAGE="https://git.gnome.org/browse/mutter/;
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+IUSE="debug gles2 input_devices_wacom +introspection test udev wayland"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# libXi-1.7.4 or newer needed per:
+# https://bugzilla.gnome.org/show_bug.cgi?id=738944
+COMMON_DEPEND="
+   >=dev-libs/atk-2.5.3
+   >=x11-libs/gdk-pixbuf-2:2
+   >=dev-libs/json-glib-0.12.0
+   >=x11-libs/pango-1.30[introspection?]
+   >=x11-libs/cairo-1.14[X]
+   >=x11-libs/gtk+-3.19.8:3[X,introspection?]
+   >=dev-libs/glib-2.49.0:2[dbus]
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=x11-libs/startup-notification-0.7
+   >=x11-libs/libXcomposite-0.2
+   >=gnome-base/gsettings-desktop-schemas-3.21.4[introspection?]
+   gnome-base/gnome-desktop:3=
+   >sys-power/upower-0.99:=
+
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   >=x11-libs/libXcomposite-0.4
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   >=x11-libs/libXfixes-3
+   >=x11-libs/libXi-1.7.4
+   x11-libs/libXinerama
+   >=x11-libs/libXrandr-1.5
+   x11-libs/libXrender
+   x11-libs/libxcb
+   x11-libs/libxkbfile
+   >=x11-libs/libxkbcommon-0.4.3[X]
+   x11-misc/xkeyboard-config
+
+   gnome-extra/zenity
+   media-libs/mesa[egl]
+
+   gles2? ( media-libs/mesa[gles2] )
+   input_devices_wacom? ( >=dev-libs/libwacom-0.13 )
+   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+   udev? ( virtual/libgudev:= )
+   wayland? (
+   >=dev-libs/libinput-1.4
+   >=dev-libs/wayland-1.6.90
+   >=dev-libs/wayland-protocols-1.7
+   >=media-libs/mesa-10.3[egl,gbm,wayland]
+   sys-apps/systemd
+   virtual/libgudev:=
+   >=virtual/libudev-136:=
+   x11-base/xorg-server[wayland]
+   x11-libs/libdrm:=
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+   x11-proto/xextproto
+   x11-proto/xineramaproto
+   x11-proto/xproto
+   test? ( app-text/docbook-xml-dtd:4.5 )
+   wayland? ( >=sys-kernel/linux-headers-4.4 )
+"
+RDEPEND="${COMMON_DEPEND}
+   !x11-misc/expocity
+"
+
+src_prepare() {
+   # Disable building of noinst_PROGRAM for tests
+   if ! use test; then
+   sed -e '/^noinst_PROGRAMS/d' \
+   -i cogl/tests/conform/Makefile.{am,in} || die
+   sed -e '/noinst_PROGRAMS += testboxes/d' \
+   -i src/Makefile-tests.am || die
+   sed -e '/noinst_PROGRAMS/ s/testboxes$(EXEEXT)//' \
+   -i src/Makefile.in || die
+   fi
+
+   gnome2_src_prepare
+
+   # Leave the damn CFLAGS alone
+   sed -e 's/$CFLAGS -g/$CFLAGS /' \
+   -i clutter/configure || die
+   sed -e 's/$CFLAGS -g -O0/$CFLAGS /' \
+   -i cogl/configure || die
+   sed -e 's/$CFLAGS -g -O/$CFLAGS /' \
+   -i 

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

2017-07-14 Thread Mart Raudsepp
commit: 1b5ec62fc2cc691b7d3c0c9fe8f69fff30ba6c59
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jul 14 04:08:25 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 14 08:50:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b5ec62f

dev-libs/gjs: fix gtk+ minimum dependency

configure.ac now checks for >=3.20, of course in practice this doesn't
matter much, as we don't have older.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-libs/gjs/gjs-1.48.2.ebuild b/dev-libs/gjs/gjs-1.48.2.ebuild
index a2213d9eac0..b34a1a1039c 100644
--- a/dev-libs/gjs/gjs-1.48.2.ebuild
+++ b/dev-libs/gjs/gjs-1.48.2.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
dev-lang/spidermonkey:38
virtual/libffi
cairo? ( x11-libs/cairo[X] )
-   gtk? ( x11-libs/gtk+:3 )
+   gtk? ( >=x11-libs/gtk+-3.20:3 )
 "
 DEPEND="${RDEPEND}
gnome-base/gnome-common



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gdm/

2017-07-14 Thread Mart Raudsepp
commit: 7a1b3c8b7b607f68b60674b73ef331a5d8dd6f95
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jul 14 08:33:40 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 14 08:51:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1b3c8b

gnome-base/gdm-3.24.2: remove now unnecessary eautoreconf

The pam module dir patch got upstreamed and the remaining patches don't need
an autotools regeneration

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnome-base/gdm/gdm-3.24.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnome-base/gdm/gdm-3.24.2.ebuild b/gnome-base/gdm/gdm-3.24.2.ebuild
index 3ce0f556026..651b36ba207 100644
--- a/gnome-base/gdm/gdm-3.24.2.ebuild
+++ b/gnome-base/gdm/gdm-3.24.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 GNOME2_LA_PUNT="yes"
 
-inherit autotools eutils gnome2 pam readme.gentoo-r1 systemd user versionator
+inherit eutils gnome2 pam readme.gentoo-r1 systemd user versionator
 
 DESCRIPTION="GNOME Display Manager for managing graphical display servers and 
user logins"
 HOMEPAGE="https://wiki.gnome.org/Projects/GDM;
@@ -131,7 +131,6 @@ src_prepare() {
# Show logo when branding is enabled
use branding && eapply "${FILESDIR}/${PN}-3.8.4-logo.patch"
 
-   eautoreconf
gnome2_src_prepare
 }
 



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

2017-07-14 Thread Mart Raudsepp
commit: fc89a2e7f53eb68d6c69b96c36c5eea53ad12356
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jul 14 08:38:47 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 14 08:51:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc89a2e7

app-text/gspell: bump to 1.4.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/gspell/Manifest | 2 +-
 app-text/gspell/{gspell-1.4.0.ebuild => gspell-1.4.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest
index c68f6d5098f..b0d4922540b 100644
--- a/app-text/gspell/Manifest
+++ b/app-text/gspell/Manifest
@@ -1,2 +1,2 @@
 DIST gspell-1.2.3.tar.xz 395360 SHA256 
a64e158e47a6e2b8ec9a3a1fea98a416f78a13e275c909b2ed488494ff835f82 SHA512 
b45f17e8707187a070d4c5d4f91e4bcbd4108e596519c2900d7ca1f35050b6b397ed8c012fa25e179dddaf8b9c3a356b26c6070698f8333dff00c57a72e47198
 WHIRLPOOL 
1b6f22740d2b5597c20aa6d84e3e9e0b0b50c2fccfd811f49c99dff5e3762bc91a7582f223711f0f37a95c37d302b40697bd3517c170e8991cad4d556398875f
-DIST gspell-1.4.0.tar.xz 408852 SHA256 
8d317c6bf6ae298b0a6c89aed63bc133c85c8ce7e8e799d870da560ad10b2d4e SHA512 
f3b151e4785ea28535bc56ba9d28e7f10afc7ce03df111a52ee3b884f6e7e9730dd99cf0a1a26b8aa9bc825d1328868e269548939afcc65c06c9292ef2a824c7
 WHIRLPOOL 
94378578465b3e7672020667877f7031489878357a94e5936117bd25ec6418770d06bc1e4239869322e6441950b5a91658d17fd4952fdc62c45775e8c561e0eb
+DIST gspell-1.4.1.tar.xz 408996 SHA256 
442f88fecd7f9e00a6a9d0af2d762744dd3c119217ff11d6739500f75b0f10be SHA512 
ded60e876598d8b6002ea28aa9a0d8f84c56c3a46d245df051949f5400f605a666279e42949bf2bfb365cf31f4618f1ce657dd3b81ed748af1036eddc1e67f6d
 WHIRLPOOL 
5d76db642cad3dcfdc58d7a2a5b81768b16f7c29829646c8d6517e6fbc835389affc06372b9e339bfade388debd57d3d389920b2bd1e605b1e3cbbcfdbb61f64

diff --git a/app-text/gspell/gspell-1.4.0.ebuild 
b/app-text/gspell/gspell-1.4.1.ebuild
similarity index 100%
rename from app-text/gspell/gspell-1.4.0.ebuild
rename to app-text/gspell/gspell-1.4.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/

2017-07-14 Thread Mart Raudsepp
commit: d991bddbdf67e8577a88a5a14dd10ca58db4871c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jul 14 07:53:59 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 14 08:50:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d991bddb

gnome-base/gnome-shell-3.24.2: Sync in changes done over time in the 3.22 series

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnome-base/gnome-shell/gnome-shell-3.24.2.ebuild | 36 
 1 file changed, 12 insertions(+), 24 deletions(-)

diff --git a/gnome-base/gnome-shell/gnome-shell-3.24.2.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.24.2.ebuild
index 4b2dd7cd2fa..7df0c777a34 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.24.2.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.24.2.ebuild
@@ -3,19 +3,20 @@
 
 EAPI=6
 GNOME2_LA_PUNT="yes"
+GNOME2_EAUTORECONF="yes"
 PYTHON_COMPAT=( python{3_4,3_5} )
 
-inherit autotools gnome2 multilib pax-utils python-r1 systemd
+inherit gnome2 multilib pax-utils python-r1 systemd
 
 DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-IUSE="+bluetooth +networkmanager nsplugin +nls -openrc-force"
+IUSE="+bluetooth +browser-extension +ibus +networkmanager nsplugin 
-openrc-force"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~x86"
 
 # libXfixes-5.0 needed for pointer barriers
 # FIXME:
@@ -96,43 +97,36 @@ RDEPEND="${COMMON_DEPEND}
networkmanager? (
net-misc/mobile-broadband-provider-info
sys-libs/timezone-data )
-   nls? ( >=app-i18n/ibus-1.4.99[dconf(+),gtk3,introspection] )
+   ibus? ( >=app-i18n/ibus-1.4.99[dconf(+),gtk3,introspection] )
 "
 # avoid circular dependency, see bug #546134
 PDEPEND="
>=gnome-base/gdm-3.5[introspection]

>=gnome-base/gnome-control-center-3.8.3[bluetooth(+)?,networkmanager(+)?]
+   browser-extension? ( gnome-extra/chrome-gnome-shell )
 "
 DEPEND="${COMMON_DEPEND}
dev-libs/libxslt
>=dev-util/gdbus-codegen-2.45.3
>=dev-util/gtk-doc-am-1.17
gnome-base/gnome-common
+   sys-devel/autoconf-archive
>=sys-devel/gettext-0.19.6
virtual/pkgconfig
-   !!=dev-lang/spidermonkey-1.8.2*
 "
-# libmozjs.so is picked up from /usr/lib while compiling, so block at 
build-time
-# https://bugs.gentoo.org/show_bug.cgi?id=360413
 
-src_prepare() {
+PATCHES=(
# Change favorites defaults, bug #479918
-   eapply "${FILESDIR}"/${PN}-3.22.0-defaults.patch
-
+   "${FILESDIR}"/${PN}-3.22.0-defaults.patch
# Fix automagic gnome-bluetooth dep, bug #398145
-   eapply "${FILESDIR}"/${PN}-3.12-bluetooth-flag.patch
-
+   "${FILESDIR}"/${PN}-3.12-bluetooth-flag.patch
# Add missing path to libmutter-clutter when building .gir, bug #597842
-   eapply "${FILESDIR}"/${PN}-3.22.0-gir-build-fix.patch
-
-   eautoreconf
-   gnome2_src_prepare
-}
+   "${FILESDIR}"/${PN}-3.22.0-gir-build-fix.patch
+)
 
 src_configure() {
# Do not error out on warnings
gnome2_src_configure \
-   --enable-browser-plugin \
--enable-man \
$(use_enable !openrc-force systemd) \
$(use_with bluetooth) \
@@ -172,12 +166,6 @@ pkg_postinst() {
ewarn "apps.gnome-shell.recorder/pipeline to what you want to 
use."
fi
 
-   if has_version "

[gentoo-commits] repo/gentoo:master commit in: net-irc/polari/

2017-07-14 Thread Mart Raudsepp
commit: b87e6004e10ea2c39e45c67426a05fedefa4c0ce
Author: Timo Tambet  gmail  com>
AuthorDate: Tue Apr 18 19:34:39 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 14 08:51:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87e6004

net-irc/polari: bump to 3.24.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-irc/polari/Manifest |  1 +
 net-irc/polari/polari-3.24.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest
index 1769c6df7a0..26e5abc0f29 100644
--- a/net-irc/polari/Manifest
+++ b/net-irc/polari/Manifest
@@ -1 +1,2 @@
 DIST polari-3.22.2.tar.xz 617316 SHA256 
c7b4c382a9bae8094a576dbd9d022de0a90e186a36529a2eab914fe9d9b0045f SHA512 
36bc3b506c73f5d27c32430a19134c2b147f6344840d3cd3ee2bee14369f4c8fc87b30445fbb8186e0dc79fbc8336985d6ef2e018c9a1f8809f06ee7ac68c876
 WHIRLPOOL 
2b7da35e441d4a3f55803f9ba59c150d559fbd87d092c0c3cf89b4d0c72ffc683c865be447c806b96603d5988875132271a70be6a5e112466d9eef6991df6d87
+DIST polari-3.24.1.tar.xz 780300 SHA256 
3a106160cd988d28620a27692c1f41073e3d140a264dd301d55933508533d7cc SHA512 
dd4f41ae6b8de001df69cea894880eae3f4dac52ceff0b8f7793b6f4bdf892cb38e2391e07ae0d747b4dc6222b241991b7067f921c34c6020e129525e8fa0dbb
 WHIRLPOOL 
9df617ba3f3942237a8be80dbfeee49d6ed7bd519f7372bc3a848c778c54d07de554429250fb0e0024acfa6fed216b2064b4ca4ce78ba0e918eada4ee676f902

diff --git a/net-irc/polari/polari-3.24.1.ebuild 
b/net-irc/polari/polari-3.24.1.ebuild
new file mode 100644
index 000..66af6009853
--- /dev/null
+++ b/net-irc/polari/polari-3.24.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="An IRC client for Gnome"
+HOMEPAGE="https://wiki.gnome.org/Apps/Polari;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.21.6:3[introspection]
+   net-libs/telepathy-glib[introspection]
+   >=dev-libs/glib-2.43.4:2
+   >=dev-libs/gobject-introspection-1.50:=
+   >=dev-libs/gjs-1.45.3
+   x11-libs/gdk-pixbuf:2[introspection]
+   >=app-text/gspell-1.4.0[introspection]
+   x11-libs/pango[introspection]
+   app-crypt/libsecret[introspection]
+   net-libs/libsoup:2.4[introspection]
+   net-im/telepathy-logger[introspection]
+"
+RDEPEND="${COMMON_DEPEND}
+   >=net-irc/telepathy-idle-0.2
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+"



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

2017-07-14 Thread Mart Raudsepp
commit: d0865434d692f93871e3f6b3c2da187891b84dc6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jul 14 07:38:57 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 14 08:50:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0865434

x11-wm/mutter: bump to 3.24.3

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-wm/mutter/Manifest   | 2 +-
 x11-wm/mutter/{mutter-3.24.2.ebuild => mutter-3.24.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest
index 66e39f2cff5..b279d1dda1f 100644
--- a/x11-wm/mutter/Manifest
+++ b/x11-wm/mutter/Manifest
@@ -1,2 +1,2 @@
 DIST mutter-3.22.4.tar.xz 3536792 SHA256 
37ea9f398758b48b7a2db17145143bc32bd0f6df7c69c631b52b719a9067b219 SHA512 
849e98186cecb4ffcab3da055febf72ef76fa87ecbdc506c696c2c7debd5183361c4b3b31d00d3c85e45d7f47aa5abf748d999571b147c831eb999116919023c
 WHIRLPOOL 
f6c7cda3ee6fdce7ef376e384591f7e3e07060db4f3d006842d15973296dc341bf4f9e56f9c3603a5bdb064f22a9835693c110a401bbaa893b6952591904f357
-DIST mutter-3.24.2.tar.xz 3578292 SHA256 
e18063a200c4bc2fad744232d01478e01b5a1bbfc9f2055d9333f34dd0187810 SHA512 
6b999a39637a8eacba5c04f07bfc64b42f4a6a8c36613c43d67a5b1a29c71deed65a77f8d09b4919577848abc7613ac5c0bc12341d5fcec48c6af104ad39f361
 WHIRLPOOL 
43982e9573ee6ba12b8e4dfe07930a0ae48373104886cf277d3eec7bbdd64bfb84921b143414d34013dad954c4a5ff0c17a18a51a40266d485e7c89439c9a76c
+DIST mutter-3.24.3.tar.xz 3580320 SHA256 
51a453b60b727adb11dcf70ba21ce7b8dccb38256d39ae06a1177118d5bea504 SHA512 
3edf2bcaa48dc7c65c291a7c12ebdcd99a5d905f991761983e79e5ae7ef4cdeef80b830b8595b882fd91bb3d60b9806ed86a99b28f684ba6af34270262c8d00e
 WHIRLPOOL 
7f25811351c2b62907fc4698dc826320144549a5abff5e11d2dfa72d8230d0517204e8a6a83e182f9d65dbfb723aec326609a8137b3031990730707ee6680565

diff --git a/x11-wm/mutter/mutter-3.24.2.ebuild 
b/x11-wm/mutter/mutter-3.24.3.ebuild
similarity index 100%
rename from x11-wm/mutter/mutter-3.24.2.ebuild
rename to x11-wm/mutter/mutter-3.24.3.ebuild



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gdm/

2017-07-14 Thread Mart Raudsepp
commit: 1dc29e36547b42523cea11d714126f0e58147320
Author: Timo Tambet  gmail  com>
AuthorDate: Sat Mar 18 22:44:21 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 14 08:51:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc29e36

gnome-base/gdm: bump to 3.24.2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnome-base/gdm/Manifest  |   1 +
 gnome-base/gdm/gdm-3.24.2.ebuild | 216 +++
 2 files changed, 217 insertions(+)

diff --git a/gnome-base/gdm/Manifest b/gnome-base/gdm/Manifest
index 53afac20a0f..120bc22e7a6 100644
--- a/gnome-base/gdm/Manifest
+++ b/gnome-base/gdm/Manifest
@@ -1,2 +1,3 @@
 DIST gdm-3.22.3.tar.xz 1110740 SHA256 
e7ca3ce77140efe1920f8864c2c77f89bc9f9f75e70e744994cf0a70d8780963 SHA512 
b87acfca13c1d71ed1d7390625d1c36d58cfcde0ea969fa29cde5cabcb2fdf386e30e3b4d3ca057c2cdb99c202dca19d2a478b55083c468c7fb595e69881aebf
 WHIRLPOOL 
7239028567fcdb6acba5e38982163ab52c5560d24ab3e97db065c7afbc4e7fa42611f6d271ca3d07cd30b0e5e641dee1c2958089efd69f3fd394733ebaa1c0e7
+DIST gdm-3.24.2.tar.xz 1113644 SHA256 
4378b9fad5536e03c56ad138d0e249fbcaa09977b867895426cb41c978fe5de8 SHA512 
6e2649bce5520532a2976bac8a47629fc4c852d7127b913c29a9c43a7dba26d75472a083cbfff7b64bab56deb38ed13d8387d4d302d55f263c80120255a4a270
 WHIRLPOOL 
41b95ca05414af99c0ae426fb3bd28b25d3f477a22c2151bc7a94d72d09b10b48545ed511c72e7f493cabc99368776eaf16d0436db9c533efd4692ecfe4767fe
 DIST tango-gentoo-v1.1.tar.gz 29322 SHA256 
518efa4257c8e689488399db23397a89f4dcd5990ce537ef6215860ad5606eb0 SHA512 
87d47ddab68361db6d99866c51705dcb3e198f8345a1096859acf2c6cca5099dd23c7fb30d124f52c4933ea38fd45fadffbbe6ecbdfa84f5b60938a4824f9045
 WHIRLPOOL 
9e1635a505ea48f4fe8bdb3b8b3b43cfb9cf99e3204194c51361b198886e719921cfacbc15f9f6407aa7d0c4af178e24c74b998fc370fa2329040e5be1baf153

diff --git a/gnome-base/gdm/gdm-3.24.2.ebuild b/gnome-base/gdm/gdm-3.24.2.ebuild
new file mode 100644
index 000..ec6a3c0e22b
--- /dev/null
+++ b/gnome-base/gdm/gdm-3.24.2.ebuild
@@ -0,0 +1,216 @@
+# 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 gnome2 pam readme.gentoo-r1 systemd user versionator
+
+DESCRIPTION="GNOME Display Manager for managing graphical display servers and 
user logins"
+HOMEPAGE="https://wiki.gnome.org/Projects/GDM;
+
+SRC_URI="${SRC_URI}
+   branding? ( 
http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz
 )
+"
+
+LICENSE="
+   GPL-2+
+   branding? ( CC-Sampling-Plus-1.0 )
+"
+
+SLOT="0"
+
+IUSE="accessibility audit branding fprint +introspection ipv6 plymouth selinux 
smartcard tcpd test wayland xinerama"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86"
+
+# NOTE: x11-base/xorg-server dep is for X_SERVER_PATH etc, bug #295686
+# nspr used by smartcard extension
+# dconf, dbus and g-s-d are needed at install time for dconf update
+# We need either systemd or >=openrc-0.12 to restart gdm properly, bug #463784
+COMMON_DEPEND="
+   app-text/iso-codes
+   >=dev-libs/glib-2.36:2[dbus]
+   >=x11-libs/gtk+-2.91.1:3
+   >=gnome-base/dconf-0.20
+   >=gnome-base/gnome-settings-daemon-3.1.4
+   gnome-base/gsettings-desktop-schemas
+   >=media-libs/fontconfig-2.5.0:1.0
+   >=media-libs/libcanberra-0.4[gtk3]
+   sys-apps/dbus
+   >=sys-apps/accountsservice-0.6.35
+
+   x11-apps/sessreg
+   x11-base/xorg-server
+   x11-libs/libXi
+   x11-libs/libXau
+   x11-libs/libX11
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libXft
+   >=x11-misc/xdg-utils-1.0.2-r3
+   x11-libs/libxcb
+   virtual/pam
+
+   >=sys-apps/systemd-186:0=[pam]
+
+   sys-auth/pambase[systemd]
+
+   audit? ( sys-process/audit )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   plymouth? ( sys-boot/plymouth )
+   selinux? ( sys-libs/libselinux )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
+   xinerama? ( x11-libs/libXinerama )
+"
+# XXX: These deps are from session and desktop files in data/ directory
+# fprintd is used via dbus by gdm-fingerprint-extension
+# gnome-session-3.6 needed to avoid freezing with orca
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/gnome-session-3.6
+   >=gnome-base/gnome-shell-3.1.90
+   x11-apps/xhost
+
+   accessibility? (
+   >=app-accessibility/orca-3.10
+   gnome-extra/mousetweaks )
+   fprint? (
+   sys-auth/fprintd
+   sys-auth/pam_fprint )
+
+   !gnome-extra/fast-user-switch-applet
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   dev-util/gdbus-codegen
+   >=dev-util/intltool-0.40.0
+   dev-util/itstool
+   virtual/pkgconfig
+   x11-proto/inputproto
+   x11-proto/randrproto
+   test? ( >=dev-libs/check-0.9.4 )
+   

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

2017-07-14 Thread Mart Raudsepp
commit: 7db5861adca3fa6d94f85b17553301b2d44784b2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jul 14 04:22:37 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 14 08:50:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db5861a

dev-libs/gjs: Adapt to code coverage configure argument change

By using autoconf-archives, this is now --disable-code-coverage,
not --disable-coverage

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-libs/gjs/gjs-1.48.2.ebuild b/dev-libs/gjs/gjs-1.48.2.ebuild
index b34a1a1039c..ecd8af782c5 100644
--- a/dev-libs/gjs/gjs-1.48.2.ebuild
+++ b/dev-libs/gjs/gjs-1.48.2.ebuild
@@ -41,7 +41,7 @@ src_configure() {
gnome2_src_configure \
--disable-systemtap \
--disable-dtrace \
-   --disable-coverage \
+   --disable-code-coverage \
$(use_with cairo cairo) \
$(use_with gtk) \
$(use_with test dbus-tests) \



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/

2017-07-14 Thread Mart Raudsepp
commit: 2b374e31028789e9b0a552a39e74d0e6f02f113d
Author: Timo Tambet  gmail  com>
AuthorDate: Thu Apr  6 12:21:58 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 14 08:50:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b374e31

gnome-base/gnome-shell: bump to 3.24.2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnome-base/gnome-shell/Manifest  |   1 +
 gnome-base/gnome-shell/gnome-shell-3.24.2.ebuild | 206 +++
 2 files changed, 207 insertions(+)

diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest
index 46b16e52128..abaef90d483 100644
--- a/gnome-base/gnome-shell/Manifest
+++ b/gnome-base/gnome-shell/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-3.22.3.tar.xz 1952576 SHA256 
d1e6bd80ddd1fef92d80b518d4dbeffa296e8f003402551b8c37c42744b7d42f SHA512 
47d67910b321a182d3ecd41f20cd923ec433cc93ab04b0b31351ca0229505ecbf343b1307585e557ee757845dc09b2371b0c2197717ed532b71878c186337ee9
 WHIRLPOOL 
9487f2626cc3ec0b3410c5ec65ceabb114e82d256ab1190464c6c787ca7cfd9e617358c19f84d64955943434b96c0521b5e57ea868da1c291a4874f1f3181613
+DIST gnome-shell-3.24.2.tar.xz 1981416 SHA256 
70c79a38b5aa19b0a8f73d833ceba2648bce319f9e5e96f567f4efdc2a63e2f6 SHA512 
28fc399e48d45f3eb1625c854651bf63628bfdf0ec32528c7eef11dabaee1aa5731ae3e863c640b0c31961f9346276c284e7415e9f82284c0f2dd87fbd8fc860
 WHIRLPOOL 
0ca67b3a17215caa8d658298892cafff2c794ee39efa01913236490ae15688cb5f78a5cc890d336abeadf8dc0fadc248459e2f1e6a52c63c34bcdb50f8fa0e58

diff --git a/gnome-base/gnome-shell/gnome-shell-3.24.2.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.24.2.ebuild
new file mode 100644
index 000..4b2dd7cd2fa
--- /dev/null
+++ b/gnome-base/gnome-shell/gnome-shell-3.24.2.ebuild
@@ -0,0 +1,206 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_4,3_5} )
+
+inherit autotools gnome2 multilib pax-utils python-r1 systemd
+
+DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+IUSE="+bluetooth +networkmanager nsplugin +nls -openrc-force"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+
+# libXfixes-5.0 needed for pointer barriers
+# FIXME:
+#  * gstreamer support is currently automagic
+COMMON_DEPEND="
+   >=app-accessibility/at-spi2-atk-2.5.3
+   >=dev-libs/atk-2[introspection]
+   >=app-crypt/gcr-3.7.5[introspection]
+   >=dev-libs/glib-2.45.3:2[dbus]
+   >=dev-libs/gjs-1.47.0
+   >=dev-libs/gobject-introspection-1.49.1:=
+   dev-libs/libical:=
+   >=x11-libs/gtk+-3.15.0:3[introspection]
+   >=dev-libs/libcroco-0.6.8:0.6
+   >=gnome-base/gnome-desktop-3.7.90:3=[introspection]
+   >=gnome-base/gsettings-desktop-schemas-3.21.3
+   >=gnome-extra/evolution-data-server-3.17.2:=
+   >=media-libs/gstreamer-0.11.92:1.0
+   >=net-im/telepathy-logger-0.2.4[introspection]
+   >=net-libs/telepathy-glib-0.19[introspection]
+   >=sys-auth/polkit-0.100[introspection]
+   >=x11-libs/libXfixes-5.0
+   x11-libs/libXtst
+   >=x11-wm/mutter-3.23.91[introspection]
+   >=x11-libs/startup-notification-0.11
+
+   ${PYTHON_DEPS}
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+
+   dev-libs/dbus-glib
+   dev-libs/libxml2:2
+   media-libs/libcanberra[gtk3]
+   media-libs/mesa
+   >=media-sound/pulseaudio-2
+   >=net-libs/libsoup-2.40:2.4[introspection]
+   x11-libs/libX11
+   x11-libs/gdk-pixbuf:2[introspection]
+
+   x11-apps/mesa-progs
+
+   bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] )
+   networkmanager? (
+   app-crypt/libsecret
+   >=gnome-extra/nm-applet-0.9.8
+   >=net-misc/networkmanager-0.9.8:=[introspection] )
+   nsplugin? ( >=dev-libs/json-glib-0.13.2 )
+"
+# Runtime-only deps are probably incomplete and approximate.
+# Introspection deps generated using:
+#  grep -roe "imports.gi.*" gnome-shell-* | cut -f2 -d: | sort | uniq
+# Each block:
+# 1. Introspection stuff needed via imports.gi.*
+# 2. gnome-session is needed for gnome-session-quit
+# 3. Control shell settings
+# 4. Systemd needed for suspending support
+# 5. xdg-utils needed for xdg-open, used by extension tool
+# 6. adwaita-icon-theme and dejavu font neeed for various icons & arrows
+# 7. mobile-broadband-provider-info, timezone-data for shell-mobile-providers.c
+# 8. IBus is needed for nls integration
+RDEPEND="${COMMON_DEPEND}
+   app-accessibility/at-spi2-core:2[introspection]
+   >=app-accessibility/caribou-0.4.8
+   dev-libs/libgweather:2[introspection]
+   >=sys-apps/accountsservice-0.6.14[introspection]
+   >=sys-power/upower-0.99:=[introspection]
+   x11-libs/pango[introspection]
+
+   

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

2017-07-14 Thread Mart Raudsepp
commit: d283059be2ba3668e493ba99aaf38ea6a79a
Author: Timo Tambet  gmail  com>
AuthorDate: Sat Apr 22 18:35:01 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 14 08:50:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d283059b

dev-libs/gjs: bump to 1.48.2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/gjs/Manifest  |  1 +
 .../gjs/files/gjs-1.48.2-disable-unittest.patch| 24 
 dev-libs/gjs/gjs-1.48.2.ebuild | 66 ++
 3 files changed, 91 insertions(+)

diff --git a/dev-libs/gjs/Manifest b/dev-libs/gjs/Manifest
index ef3931deea2..c534edfdc43 100644
--- a/dev-libs/gjs/Manifest
+++ b/dev-libs/gjs/Manifest
@@ -1 +1,2 @@
 DIST gjs-1.46.0.tar.xz 490812 SHA256 
2283591fa70785443793e1d7db66071b36052d707075f229baeb468d8dd25ad4 SHA512 
14af40668e95d269ac87556c75cf45680c41bc8246f04c46726d34bd80e9344045c0a510567f156c2c25c1f10dd474dc38bd50581d1b2e5abe0daa0cf570e2bc
 WHIRLPOOL 
4aaf910c344d7df028a52e43b60b49e4fb0aefd92968e068d0effc4817b0f6b3d388c8287c6f7e3f85bc92c9e5605c03ff4743677ebc95dcd383d5a84d06f4fa
+DIST gjs-1.48.2.tar.xz 595888 SHA256 
99c225ab2149bd31f7ac84d6ee1ea9ae843bf9a806ca853786d90e3182c4f4a1 SHA512 
f936e2a90dd2ee75b235e3c678c7cc07e02ef4519dd945c7d3a9174e76ae2b2d6429f4ebe269522c7e80762650a198a1085d11c5dbf25cde1a5eae4693aba1b3
 WHIRLPOOL 
92eb990ddd470334dd100132f5e6b5c7c02df6ff9a8e16dea574206888069c46ab0196569f6063fad1db75bc38ff66e65701ed2420302dbb93652ad9ed761c90

diff --git a/dev-libs/gjs/files/gjs-1.48.2-disable-unittest.patch 
b/dev-libs/gjs/files/gjs-1.48.2-disable-unittest.patch
new file mode 100644
index 000..3925fed0140
--- /dev/null
+++ b/dev-libs/gjs/files/gjs-1.48.2-disable-unittest.patch
@@ -0,0 +1,24 @@
+commit e9b7360c9a057c4a6718c9561e5cb6dcee279ec2
+Author: Timo Tambet 
+Date:   Sat Apr 22 22:32:36 2017 +0300
+
+Comment out broken JS unittest
+
+diff --git a/installed-tests/js/testLocale.js 
b/installed-tests/js/testLocale.js
+index edd8a6e..0b0847a 100644
+--- a/installed-tests/js/testLocale.js
 b/installed-tests/js/testLocale.js
+@@ -4,11 +4,12 @@ describe('JS_SetLocaleCallbacks', function () {
+ });
+ 
+ // Requesting the weekday name tests locale_to_unicode
++/*
+ it('toLocaleDateString() works', function () {
+ let date = new Date('12/15/1981');
+ let datestr = date.toLocaleDateString('pt-BR', { weekday: 'long' });
+ expect(datestr).toEqual('terça-feira');
+-});
++});*/
+ 
+ it('toLocaleLowerCase() works', function () {
+ expect('AAA'.toLocaleLowerCase()).toEqual('aaa');

diff --git a/dev-libs/gjs/gjs-1.48.2.ebuild b/dev-libs/gjs/gjs-1.48.2.ebuild
new file mode 100644
index 000..a2213d9eac0
--- /dev/null
+++ b/dev-libs/gjs/gjs-1.48.2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2 pax-utils virtualx
+
+DESCRIPTION="Javascript bindings for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/Gjs;
+
+LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
+SLOT="0"
+IUSE="+cairo examples gtk test"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.52.1
+   >=dev-libs/gobject-introspection-1.52.1:=
+
+   sys-libs/readline:0
+   dev-lang/spidermonkey:38
+   virtual/libffi
+   cairo? ( x11-libs/cairo[X] )
+   gtk? ( x11-libs/gtk+:3 )
+"
+DEPEND="${RDEPEND}
+   gnome-base/gnome-common
+   sys-devel/gettext
+   virtual/pkgconfig
+   test? ( sys-apps/dbus )
+"
+
+PATCHES=(
+   # Disable broken unittests, upstream bug #
+   "${FILESDIR}"/${PN}-1.48.2-disable-unittest.patch
+)
+
+src_configure() {
+   # FIXME: add systemtap/dtrace support, like in glib:2
+   # FIXME: --enable-systemtap installs files in ${D}/${D} for some reason
+   # XXX: Do NOT enable coverage, completely useless for portage installs
+   gnome2_src_configure \
+   --disable-systemtap \
+   --disable-dtrace \
+   --disable-coverage \
+   $(use_with cairo cairo) \
+   $(use_with gtk) \
+   $(use_with test dbus-tests) \
+   $(use_with test xvfb-tests)
+}
+
+src_test() {
+   virtx emake check
+}
+
+src_install() {
+   # installation sometimes fails in parallel, bug #???
+   gnome2_src_install -j1
+
+   if use examples; then
+   insinto /usr/share/doc/"${PF}"/examples
+   doins "${S}"/examples/*
+   fi
+
+   # Required for gjs-console to run correctly on PaX systems
+   pax-mark mr "${ED}/usr/bin/gjs-console"
+}



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

2017-07-14 Thread Sergei Trofimovich
commit: 00400d59a6c1580e0245475a8c15d56ad9127c0f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 14 07:36:25 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 14 07:45:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00400d59

dev-libs/libproccpuinfo: change SRC_URI to use 'mirror://nongnu/'

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/libproccpuinfo/libproccpuinfo-0.0.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libproccpuinfo/libproccpuinfo-0.0.8-r1.ebuild 
b/dev-libs/libproccpuinfo/libproccpuinfo-0.0.8-r1.ebuild
index b97a877599f..6ec4298a117 100644
--- a/dev-libs/libproccpuinfo/libproccpuinfo-0.0.8-r1.ebuild
+++ b/dev-libs/libproccpuinfo/libproccpuinfo-0.0.8-r1.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils
 
 DESCRIPTION="Architecture independent C API for reading /proc/cpuinfo"
 HOMEPAGE="https://savannah.nongnu.org/projects/proccpuinfo/;
-SRC_URI="http://download.savannah.nongnu.org/releases/proccpuinfo/${P}.tar.bz2;
+SRC_URI="mirror://nongnu/proccpuinfo/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"



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

2017-07-14 Thread Sergei Trofimovich
commit: e08d9fbc406c188dc8e4e0dc70cca9b291a4bcbd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 14 07:34:35 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 14 07:45:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08d9fbc

app-text/lout: change SRC_URI to use 'mirror://nongnu/'

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-text/lout/lout-3.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lout/lout-3.40.ebuild b/app-text/lout/lout-3.40.ebuild
index 5d99af5db8c..5ad614aaf53 100644
--- a/app-text/lout/lout-3.40.ebuild
+++ b/app-text/lout/lout-3.40.ebuild
@@ -9,7 +9,7 @@ IUSE="zlib doc"
 
 DESCRIPTION="High-level language for document formatting"
 HOMEPAGE="http://savannah.nongnu.org/projects/lout;
-SRC_URI="http://download.savannah.nongnu.org/releases/lout/${P}.tar.gz;
+SRC_URI="mirror://nongnu/lout/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"



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

2017-07-14 Thread Sergei Trofimovich
commit: bd6c77d481d6e98fa60e92b86fc94445bc29b68b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 14 07:35:43 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 14 07:45:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6c77d4

dev-libs/ffcall: change SRC_URI to use 'mirror://gnu/'

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-libs/ffcall/ffcall-1.13.ebuild 
b/dev-libs/ffcall/ffcall-1.13.ebuild
index e5482713cc1..127ea9cd215 100644
--- a/dev-libs/ffcall/ffcall-1.13.ebuild
+++ b/dev-libs/ffcall/ffcall-1.13.ebuild
@@ -9,7 +9,7 @@ MY_PV="libffcall-${PV}"
 
 DESCRIPTION="foreign function call libraries"
 HOMEPAGE="https://www.gnu.org/software/libffcall/;
-SRC_URI="http://ftp.gnu.org/gnu/libffcall/${MY_PV}.tar.gz;
+SRC_URI="mirror://gnu/libffcall/${MY_PV}.tar.gz"
 
 # "Ffcall is under GNU GPL. As a special exception, if used in GNUstep
 # or in derivate works of GNUstep, the included parts of ffcall are



[gentoo-commits] repo/gentoo:master commit in: net-ftp/cmdftp/

2017-07-14 Thread Sergei Trofimovich
commit: 262e70f4f1cfb977a18221d933524d846cef1285
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 14 07:42:14 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 14 07:45:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262e70f4

net-ftp/cmdftp: change SRC_URI to use 'mirror://nongnu/'

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-ftp/cmdftp/cmdftp-0.9.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-ftp/cmdftp/cmdftp-0.9.8.ebuild 
b/net-ftp/cmdftp/cmdftp-0.9.8.ebuild
index a277675a47a..5f78333248a 100644
--- a/net-ftp/cmdftp/cmdftp-0.9.8.ebuild
+++ b/net-ftp/cmdftp/cmdftp-0.9.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 DESCRIPTION="Light weight, yet robust command line FTP client with shell-like
 functions."
 HOMEPAGE="https://savannah.nongnu.org/projects/cmdftp/;
-SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz;
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/jomolhari/

2017-07-14 Thread Sergei Trofimovich
commit: 5880d87016ed162ebd918438c936e62e52f2d556
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 14 07:37:12 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 14 07:45:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5880d870

media-fonts/jomolhari: change SRC_URI to use 'mirror://nongnu/'

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-fonts/jomolhari/jomolhari-0.003c.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/jomolhari/jomolhari-0.003c.ebuild 
b/media-fonts/jomolhari/jomolhari-0.003c.ebuild
index c38874c4096..3403c17bb32 100644
--- a/media-fonts/jomolhari/jomolhari-0.003c.ebuild
+++ b/media-fonts/jomolhari/jomolhari-0.003c.ebuild
@@ -6,7 +6,7 @@ inherit font
 
 DESCRIPTION="Bhutanese style dbu-can font for Tibetan/Dzongkha text named 
after Mt Jomolhari"
 HOMEPAGE="http://chris.fynn.googlepages.com/jomolhari;
-SRC_URI="http://download.savannah.nongnu.org/releases/free-tibetan/${PN}/${PN}-alpha${PV:(-2)}.tar.gz"
+SRC_URI="mirror://nongnu/free-tibetan/${PN}/${PN}-alpha${PV:(-2)}.tar.gz"
 
 LICENSE="OFL"
 SLOT="0"



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

2017-07-14 Thread Sergei Trofimovich
commit: ee427d8f888aabe10af126b8f72f30de4f77e2de
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 14 07:44:30 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 14 07:45:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee427d8f

sys-fs/shake: change SRC_URI to use 'mirror://nongnu/'

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-fs/shake/shake-0.999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/shake/shake-0.999.ebuild b/sys-fs/shake/shake-0.999.ebuild
index b3e817a165e..775e275db2b 100644
--- a/sys-fs/shake/shake-0.999.ebuild
+++ b/sys-fs/shake/shake-0.999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ inherit cmake-utils eutils
 
 DESCRIPTION="defragmenter that runs in userspace while the system is used"
 HOMEPAGE="http://vleu.net/shake/;
-SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.bz2;
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"



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

2017-07-14 Thread Sergei Trofimovich
commit: 3521a2a7c5455834aff644bd64edb520276a4f2a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 14 07:43:15 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 14 07:45:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3521a2a7

net-libs/libeXosip: change SRC_URI to use 'mirror://nongnu/'

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/libeXosip/libeXosip-3.5.0.ebuild | 4 ++--
 net-libs/libeXosip/libeXosip-4.0.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-libs/libeXosip/libeXosip-3.5.0.ebuild 
b/net-libs/libeXosip/libeXosip-3.5.0.ebuild
index e35695c02a4..d229912fcac 100644
--- a/net-libs/libeXosip/libeXosip-3.5.0.ebuild
+++ b/net-libs/libeXosip/libeXosip-3.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
@@ -10,7 +10,7 @@ MY_PV=${PV}
 MY_P=${PN}2-${MY_PV}
 DESCRIPTION="library that hides the complexity of using the SIP protocol for 
multimedia session establishement"
 HOMEPAGE="https://savannah.nongnu.org/projects/exosip/;
-SRC_URI="http://download.savannah.nongnu.org/releases/exosip/${MY_P}.tar.gz;
+SRC_URI="mirror://nongnu/exosip/${MY_P}.tar.gz"
 
 KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos"
 SLOT="0"

diff --git a/net-libs/libeXosip/libeXosip-4.0.0.ebuild 
b/net-libs/libeXosip/libeXosip-4.0.0.ebuild
index f693759d672..bf1b95b6809 100644
--- a/net-libs/libeXosip/libeXosip-4.0.0.ebuild
+++ b/net-libs/libeXosip/libeXosip-4.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -10,7 +10,7 @@ MY_PV=${PV}
 MY_P=${PN}2-${MY_PV}
 DESCRIPTION="library that hides the complexity of using the SIP protocol for 
multimedia session establishement"
 HOMEPAGE="https://savannah.nongnu.org/projects/exosip/;
-SRC_URI="http://download.savannah.nongnu.org/releases/exosip/${MY_P}.tar.gz;
+SRC_URI="mirror://nongnu/exosip/${MY_P}.tar.gz"
 
 KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos"
 SLOT="0/$(get_version_component_range 1-2)"



[gentoo-commits] repo/gentoo:master commit in: net-mail/tpop3d/

2017-07-14 Thread Sergei Trofimovich
commit: 483888b7fdd0468d4ea44dd0ee853b9c640a0517
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 14 07:43:47 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 14 07:45:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483888b7

net-mail/tpop3d: change SRC_URI to use 'mirror://nongnu/'

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-mail/tpop3d/tpop3d-1.5.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/tpop3d/tpop3d-1.5.5.ebuild 
b/net-mail/tpop3d/tpop3d-1.5.5.ebuild
index 35a5b6a9209..f348994935b 100644
--- a/net-mail/tpop3d/tpop3d-1.5.5.ebuild
+++ b/net-mail/tpop3d/tpop3d-1.5.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -7,7 +7,7 @@ inherit eutils flag-o-matic autotools
 
 DESCRIPTION="An extensible POP3 server with vmail-sql/MySQL support"
 HOMEPAGE="https://savannah.nongnu.org/projects/tpop3d/;
-SRC_URI="http://download.savannah.nongnu.org/releases/tpop3d/${P}.tar.gz;
+SRC_URI="mirror://nongnu/tpop3d/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/mediastreamer-ilbc/

2017-07-14 Thread Sergei Trofimovich
commit: 51940b4e16459a7a10cb5f97a8e24a58269262ed
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 14 07:41:42 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 14 07:45:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51940b4e

media-plugins/mediastreamer-ilbc: change SRC_URI to use 'mirror://nongnu/'

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-plugins/mediastreamer-ilbc/mediastreamer-ilbc-2.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/mediastreamer-ilbc/mediastreamer-ilbc-2.0.3.ebuild 
b/media-plugins/mediastreamer-ilbc/mediastreamer-ilbc-2.0.3.ebuild
index 2bf704e96c0..bc2336f5fe1 100644
--- a/media-plugins/mediastreamer-ilbc/mediastreamer-ilbc-2.0.3.ebuild
+++ b/media-plugins/mediastreamer-ilbc/mediastreamer-ilbc-2.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ MY_P="msilbc-${PV}"
 
 DESCRIPTION="mediastreamer plugin: add iLBC support"
 HOMEPAGE="http://www.linphone.org/;
-SRC_URI="http://download.savannah.nongnu.org/releases/linphone/plugins/sources/${MY_P}.tar.gz;
+SRC_URI="mirror://nongnu/linphone/plugins/sources/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/fontypython/

2017-07-14 Thread Sergei Trofimovich
commit: 3e18c17e41bf45c0e191af93156958ce4ce92803
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 14 07:40:43 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 14 07:45:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e18c17e

media-gfx/fontypython: change SRC_URI to use 'mirror://nongnu/'

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-gfx/fontypython/fontypython-0.4.4-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/fontypython/fontypython-0.4.4-r3.ebuild 
b/media-gfx/fontypython/fontypython-0.4.4-r3.ebuild
index e50c5e2b3f7..ca9ebc36f3c 100644
--- a/media-gfx/fontypython/fontypython-0.4.4-r3.ebuild
+++ b/media-gfx/fontypython/fontypython-0.4.4-r3.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"
@@ -9,7 +9,7 @@ inherit distutils-r1 multilib wxwidgets
 
 DESCRIPTION="Font preview application"
 HOMEPAGE="https://savannah.nongnu.org/projects/fontypython;
-SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz;
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"



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

2017-07-14 Thread Sergei Trofimovich
commit: 31bbe2cf47c8dde5fa2c3591a94301e9f30ce4b4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul  9 17:13:16 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 14 07:45:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bbe2cf

profiles/uclibc/packages: prefix app-misc/pax-utils with '*'

It's the only entry of all profiles without '*'.

  portage/gentoo/profiles $ grep '^[^*-\#]' $(find -name packages)
  ./uclibc/packages:app-misc/pax-utils

It's an ancient entry from 2005:

https://github.com/gentoo/gentoo-gitmig-20150809-draft/commit/7bed3578ef4990787cd6881c8fc8d5085b617494

Not sure if entry should be removed completely or explicitly
pulled in @system.

The change pulls it in.

Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/uclibc/packages | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/uclibc/packages b/profiles/uclibc/packages
index 569e5b5271c..d02c949b3e6 100644
--- a/profiles/uclibc/packages
+++ b/profiles/uclibc/packages
@@ -1,4 +1,4 @@
-app-misc/pax-utils
+*app-misc/pax-utils
 
 # remove stuff not needed on uclibc
 -*net-misc/iputils



[gentoo-commits] repo/gentoo:master commit in: app-arch/fastjar/

2017-07-14 Thread Sergei Trofimovich
commit: 0ae4a2d3eea2f9a5167a5e4f82e0076225e13fd0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 14 07:33:23 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 14 07:45:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae4a2d3

app-arch/fastjar: change SRC_URI to use 'mirror://nongnu/'

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-arch/fastjar/fastjar-0.98-r2.ebuild | 4 ++--
 app-arch/fastjar/fastjar-0.98-r3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-arch/fastjar/fastjar-0.98-r2.ebuild 
b/app-arch/fastjar/fastjar-0.98-r2.ebuild
index 91fbd775738..37599ed0d5b 100644
--- a/app-arch/fastjar/fastjar-0.98-r2.ebuild
+++ b/app-arch/fastjar/fastjar-0.98-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -7,7 +7,7 @@ inherit eutils
 
 DESCRIPTION="A jar program written in C"
 HOMEPAGE="https://savannah.nongnu.org/projects/fastjar;
-SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz;
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/app-arch/fastjar/fastjar-0.98-r3.ebuild 
b/app-arch/fastjar/fastjar-0.98-r3.ebuild
index 897b7e70271..2b71543f2a0 100644
--- a/app-arch/fastjar/fastjar-0.98-r3.ebuild
+++ b/app-arch/fastjar/fastjar-0.98-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ inherit eutils
 
 DESCRIPTION="A jar program written in C"
 HOMEPAGE="https://savannah.nongnu.org/projects/fastjar;
-SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz;
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/akonadi-import-wizard/

2017-07-14 Thread Andreas Sturmlechner
commit: 7f57aa41c0b5d200e488603378b25118bb6316c9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul 14 07:38:43 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jul 14 07:40:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f57aa41

kde-apps/akonadi-import-wizard: Tarball respun

Reported-by: Frank Krömmelbein  gmx.de>
Gentoo-bug: 624952

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/akonadi-import-wizard/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/akonadi-import-wizard/Manifest 
b/kde-apps/akonadi-import-wizard/Manifest
index abafbea2e1d..0d87b6e3c22 100644
--- a/kde-apps/akonadi-import-wizard/Manifest
+++ b/kde-apps/akonadi-import-wizard/Manifest
@@ -1 +1 @@
-DIST akonadi-import-wizard-17.04.3.tar.xz 432892 SHA256 
64291cfaa03d283a83b7b5cca20cf2e12a09b840d1bbe8ab24c626ef25312df9 SHA512 
9ed9ffd1d27b906c13ff6bf494b40ecdb5bcc93e16f0753f71795b2831b0f0bc1a19ed36fbc9399f44162f98c7263c3979c98d31f22059c22cf5de703f800c1e
 WHIRLPOOL 
12ce88fb77f277dad87d769bfc75032efb8214fc8b52d7424aa5b0c94b1c1aaa518aae603753fe7276306e9cd3d30e75261a65d1e0e3ebd49c62f8c13f80eb02
+DIST akonadi-import-wizard-17.04.3.tar.xz 432988 SHA256 
28fc1e1506e8440fc888c779527f14285d3c082e6aaa9f371ecc57fbf7df623d SHA512 
5a5829f05b5df4e979b734d67dd9c825e3a9fe54b83407fa3cc54aa0be7d7b6e0d52f845e50cb7843819589d506c063dda2251f44ac491456413674dba93d5e4
 WHIRLPOOL 
2cb09ffcdeb482d714a78b7d03c2a54f6c47bdd121c98d11e4d7af7fde25cbff5c5e08d52d1c40499a8e743d6dfd408325ccaa5fefd46102e8bd702648cc1e05



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2017-07-14 Thread Matt Turner
commit: f8cfff8eff935a057bc948003d5157762b6b03ff
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul 14 07:12:27 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 14 07:12:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8cfff8e

sys-firmware/intel-microcode-20170707: amd64 and x86 stable, bug 624556

 sys-firmware/intel-microcode/intel-microcode-20170707.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/intel-microcode/intel-microcode-20170707.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20170707.ebuild
index acab7d67475..386a152c3e2 100644
--- a/sys-firmware/intel-microcode/intel-microcode-20170707.ebuild
+++ b/sys-firmware/intel-microcode/intel-microcode-20170707.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz;
 
 LICENSE="intel-ucode"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE="initramfs monolithic +split-ucode"
 REQUIRED_USE="|| ( initramfs monolithic split-ucode )"
 



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

2017-07-14 Thread Lars Wendler
commit: a137b2628769654fb6f8beacf0ccca5d47bde67a
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jul 14 06:58:08 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jul 14 06:58:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a137b262

dev-util/checkbashisms: Bump to version 2.17.8

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/checkbashisms/Manifest|  1 +
 dev-util/checkbashisms/checkbashisms-2.17.8.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-util/checkbashisms/Manifest b/dev-util/checkbashisms/Manifest
index c4b04932d84..28a5b690011 100644
--- a/dev-util/checkbashisms/Manifest
+++ b/dev-util/checkbashisms/Manifest
@@ -1,2 +1,3 @@
 DIST devscripts_2.17.6.tar.xz 690096 SHA256 
39798333f2ae4b52fd135df28090160d37c3824511d211f9ff5f9a9b4d45 SHA512 
6719d1105159f4b2c2dffce453887fd0041ac2ecfe3ff7c77dead802947e7db83f3c3bd85f3e4cc4a61e9b3888e8cff10ca38ec1978c519c06f7d14f2fdf62fd
 WHIRLPOOL 
3af20d3653bba67066c96d2b43acd57e0e598c6712bff93ede8c74617aed859bcbbaa67d2894d0c5230bc36953d9ebd1735a91878f38f8c9b299dae2da7fa398
 DIST devscripts_2.17.7.tar.xz 696252 SHA256 
9c6dacf893eea1621950bc73b7d63711d3b2a8f9e9797060507b7ee2cee43f7b SHA512 
9b37deb35a0a286b73bf83685a0734d736e5c3f929b777a048fa6b00e8da1253f50c0e7216c0bd637c354044f3b471ed1ab17932f689f0b140afe9f56926c4b1
 WHIRLPOOL 
03043bfc225edf8e86814f2b4a1a9ed889c75d92ec6ae169c3c76e5df5ca941e2b8c86afba6f9454534a424fbffb9d1283a1d55cb2142776f48e493c958d54ad
+DIST devscripts_2.17.8.tar.xz 696424 SHA256 
7e39e296891d2d158b717c0c834cc0c5ab560e5c7d88910e42bf59cda10fbeea SHA512 
1495a754346ec3903cb91d9d937b74a1d6a928a84028d19016b7a2d0df5c0f665aba7c777952ae57f5f8b421b696cf631c7a139ea68a98f31030c83b6e67d349
 WHIRLPOOL 
d146b5e3317278b21c49c34af29877e0bb8f463c6bca9ec037953d0da9b53c8aea863d27691fe95667ebedc2d7b1d209d2593b51083537f9c0d8956a34b45855

diff --git a/dev-util/checkbashisms/checkbashisms-2.17.8.ebuild 
b/dev-util/checkbashisms/checkbashisms-2.17.8.ebuild
new file mode 100644
index 000..beb9a6b3260
--- /dev/null
+++ b/dev-util/checkbashisms/checkbashisms-2.17.8.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+MY_PN="devscripts"
+MY_P="${MY_PN}-${PV}"
+
+inherit eutils
+
+DESCRIPTION="Perl script to check for commonly used bash features not defined 
by POSIX"
+HOMEPAGE="https://packages.debian.org/devscripts 
https://anonscm.debian.org/cgit/collab-maint/devscripts.git;
+SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_P/-/_}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Requires python packages to check tools we don't need anyway
+RESTRICT="test"
+
+RDEPEND="dev-lang/perl
+   virtual/perl-Getopt-Long
+   !

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

2017-07-14 Thread Lars Wendler
commit: 4487b89fb498e3bb260fdb22f8a6813acfbc62b6
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jul 14 06:58:27 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jul 14 06:58:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4487b89f

dev-util/checkbashisms: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/checkbashisms/Manifest|  1 -
 dev-util/checkbashisms/checkbashisms-2.17.6.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/dev-util/checkbashisms/Manifest b/dev-util/checkbashisms/Manifest
index 28a5b690011..d2fb5bdf06d 100644
--- a/dev-util/checkbashisms/Manifest
+++ b/dev-util/checkbashisms/Manifest
@@ -1,3 +1,2 @@
-DIST devscripts_2.17.6.tar.xz 690096 SHA256 
39798333f2ae4b52fd135df28090160d37c3824511d211f9ff5f9a9b4d45 SHA512 
6719d1105159f4b2c2dffce453887fd0041ac2ecfe3ff7c77dead802947e7db83f3c3bd85f3e4cc4a61e9b3888e8cff10ca38ec1978c519c06f7d14f2fdf62fd
 WHIRLPOOL 
3af20d3653bba67066c96d2b43acd57e0e598c6712bff93ede8c74617aed859bcbbaa67d2894d0c5230bc36953d9ebd1735a91878f38f8c9b299dae2da7fa398
 DIST devscripts_2.17.7.tar.xz 696252 SHA256 
9c6dacf893eea1621950bc73b7d63711d3b2a8f9e9797060507b7ee2cee43f7b SHA512 
9b37deb35a0a286b73bf83685a0734d736e5c3f929b777a048fa6b00e8da1253f50c0e7216c0bd637c354044f3b471ed1ab17932f689f0b140afe9f56926c4b1
 WHIRLPOOL 
03043bfc225edf8e86814f2b4a1a9ed889c75d92ec6ae169c3c76e5df5ca941e2b8c86afba6f9454534a424fbffb9d1283a1d55cb2142776f48e493c958d54ad
 DIST devscripts_2.17.8.tar.xz 696424 SHA256 
7e39e296891d2d158b717c0c834cc0c5ab560e5c7d88910e42bf59cda10fbeea SHA512 
1495a754346ec3903cb91d9d937b74a1d6a928a84028d19016b7a2d0df5c0f665aba7c777952ae57f5f8b421b696cf631c7a139ea68a98f31030c83b6e67d349
 WHIRLPOOL 
d146b5e3317278b21c49c34af29877e0bb8f463c6bca9ec037953d0da9b53c8aea863d27691fe95667ebedc2d7b1d209d2593b51083537f9c0d8956a34b45855

diff --git a/dev-util/checkbashisms/checkbashisms-2.17.6.ebuild 
b/dev-util/checkbashisms/checkbashisms-2.17.6.ebuild
deleted file mode 100644
index beb9a6b3260..000
--- a/dev-util/checkbashisms/checkbashisms-2.17.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-MY_PN="devscripts"
-MY_P="${MY_PN}-${PV}"
-
-inherit eutils
-
-DESCRIPTION="Perl script to check for commonly used bash features not defined 
by POSIX"
-HOMEPAGE="https://packages.debian.org/devscripts 
https://anonscm.debian.org/cgit/collab-maint/devscripts.git;
-SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_P/-/_}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Requires python packages to check tools we don't need anyway
-RESTRICT="test"
-
-RDEPEND="dev-lang/perl
-   virtual/perl-Getopt-Long
-   !

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

2017-07-14 Thread Hans de Graaff
commit: bb65185a02ea495b1639dbe32b8372e34f93218e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 14 06:21:30 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 14 06:30:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb65185a

dev-ruby/asciimath: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-ruby/asciimath/asciimath-1.0.4.ebuild 
b/dev-ruby/asciimath/asciimath-1.0.4.ebuild
index edea5f9820b..2bfc1248e06 100644
--- a/dev-ruby/asciimath/asciimath-1.0.4.ebuild
+++ b/dev-ruby/asciimath/asciimath-1.0.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



<    1   2   3   >