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

2017-07-27 Thread Matthew Marchese
commit: a16ff42e80251a11ec671abaffc5b0e822779a62
Author: Matthew Marchese  gentoo  org>
AuthorDate: Fri Jul 28 04:45:57 2017 +
Commit: Matthew Marchese  gentoo  org>
CommitDate: Fri Jul 28 04:45:57 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=a16ff42e

Remove sparc as a supported arch (bug 621254).

sparc is still supported, just not by the security project.

 support/security/vulnerability-treatment-policy.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/security/vulnerability-treatment-policy.html 
b/support/security/vulnerability-treatment-policy.html
index bc4955e..18d6a27 100644
--- a/support/security/vulnerability-treatment-policy.html
+++ b/support/security/vulnerability-treatment-policy.html
@@ -32,7 +32,7 @@ body_class: nav-align-h2
 
 
 
-  Here is the list of currently supported architectures: alpha, amd64, 
hppa, pcc, ppc64, sparc, x86.
+  Here is the list of currently supported architectures: alpha, amd64, 
hppa, pcc, ppc64, x86.
 
 
 



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

2017-07-27 Thread Hans de Graaff
commit: 8881037d620a6e33f34920f2a5837a91dc214a83
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 28 04:47:42 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 28 04:47:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8881037d

dev-ruby/rex-arch: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/rex-arch/Manifest  |  2 --
 dev-ruby/rex-arch/rex-arch-0.1.1.ebuild | 25 -
 dev-ruby/rex-arch/rex-arch-0.1.2.ebuild | 25 -
 3 files changed, 52 deletions(-)

diff --git a/dev-ruby/rex-arch/Manifest b/dev-ruby/rex-arch/Manifest
index 748674b463f..ed426f34c55 100644
--- a/dev-ruby/rex-arch/Manifest
+++ b/dev-ruby/rex-arch/Manifest
@@ -1,4 +1,2 @@
-DIST rex-arch-0.1.1.gem 19968 SHA256 
f502716c1d23e97e6082797a31edad61202ffdc2db3047641c2181e8500baf2a SHA512 
ec6963d7256451dc35a768ba16ac6f44ccdb35d1be1427134f191b39a6b62f519db3de4529109bcddb5887afc6bdd65756c07ccc231425271aaee0838b7eec38
 WHIRLPOOL 
d400643d3bc8b19c88394c9521295d9c4e702234153ba093c6216aa17f3f18d88cfb2100827b754802861273f832840cc9114f212a4e0acf8bde87fd828a7a36
-DIST rex-arch-0.1.2.gem 19968 SHA256 
a3c5817ead9f84e19ecb6e4ae00e37c569aa99e27d61bbd5604988625806311e SHA512 
330cd6eb6c5f913736e223d82da73e40104ecb537ee3e22a7aa16d1a31aa03ef6a10ae82306b10654718baf33f0f3d1c0a5da001099d6874eb3c1b16f8ae4b7c
 WHIRLPOOL 
25939fd45c2cbd26f675db33dd8fb3bd8e5235d842ff4c6a3d28aab3da03c8017882cb0dd9d12c9605692adc8d765b76dab5bb2e6f96a5cedab5770ea16cdfdc
 DIST rex-arch-0.1.4.gem 19968 SHA256 
81596dd393243e1318113b64e2ed5a8f51d0086eb5981e68a7ece1c9cdfe55f8 SHA512 
9ba3a429e98b884694dd3981fb1b72491dc9c7e10ee15e34e3286f446788532633938a9e2f07e55e31cb28f7b561d41164d7b7e8f88fef60e9cfc6750ace1355
 WHIRLPOOL 
b1d5c014e10113a8d88c44904fc6b91432376e7c19a5f9641683546c87c3c017a56ff687ce2727e705886031f25c019a783c7af438eba40bd0118cf7de2a52e3
 DIST rex-arch-0.1.5.gem 19968 SHA256 
b5ef0e371ca0566b19ccf1351957363f9cfbc014e37c02248ecdf9071466aa8c SHA512 
5d6d1ef95a54c8ec4e33f7a126789cbf1aa10f3154c6fa0c32282af1e235ef467abb9e423a1feadbd8fa28b9752b82b125c9838b97372e7263acdd9770d52d5a
 WHIRLPOOL 
f494a51c8f3d37c9841d6986ddea38762df31814ae6535fa347ed46770bd5d3bb148cf5e649d551fe3f6cc05751744738cead585af5363b7d427715131a8d1f1

diff --git a/dev-ruby/rex-arch/rex-arch-0.1.1.ebuild 
b/dev-ruby/rex-arch/rex-arch-0.1.1.ebuild
deleted file mode 100644
index bb5c3ee3f96..000
--- a/dev-ruby/rex-arch/rex-arch-0.1.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-#RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="architecture specific information for Rex"
-HOMEPAGE="https://rubygems.org/gems/rex-arch;
-
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-# doesn't seem to actually run any tests
-RESTRICT=test
-
-ruby_add_bdepend "dev-ruby/rex-text"

diff --git a/dev-ruby/rex-arch/rex-arch-0.1.2.ebuild 
b/dev-ruby/rex-arch/rex-arch-0.1.2.ebuild
deleted file mode 100644
index bb5c3ee3f96..000
--- a/dev-ruby/rex-arch/rex-arch-0.1.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-#RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="architecture specific information for Rex"
-HOMEPAGE="https://rubygems.org/gems/rex-arch;
-
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-# doesn't seem to actually run any tests
-RESTRICT=test
-
-ruby_add_bdepend "dev-ruby/rex-text"



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

2017-07-27 Thread Markus Meier
commit: 58d9c51fc1daefc8b90e7bb2b3a84638e6c90f51
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Jul 28 04:44:03 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Jul 28 04:44:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d9c51f

media-libs/libtxc_dxtn: add ~arm, bug #621356

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild 
b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild
index 3c47ee8e9f8..33b3c218982 100644
--- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.ebuild
+++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r1.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
@@ -11,7 +11,7 @@ 
SRC_URI="https://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="media-libs/mesa"



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

2017-07-27 Thread Markus Meier
commit: 81aff4b878b7f31062b02ef5c7134e0f530a21c0
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Jul 28 04:44:40 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Jul 28 04:44:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81aff4b8

x11-themes/obsidian-xcursors: add ~arm, bug #622512

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild 
b/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild
index 70d248b403a..baf46172c1e 100644
--- a/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild
+++ b/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 MY_PN="Obsidian"
@@ -8,7 +8,7 @@ 
SRC_URI="http://www.kde-look.org/CONTENT/content-files/73135-${MY_PN}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 RDEPEND=""



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

2017-07-27 Thread Markus Meier
commit: a96a17ac78de27c05c12fce391a5621ff813c44a
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Jul 28 04:43:44 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Jul 28 04:43:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96a17ac

media-sound/mikmod: add ~arm, bug #621354

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 media-sound/mikmod/mikmod-3.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mikmod/mikmod-3.2.8.ebuild 
b/media-sound/mikmod/mikmod-3.2.8.ebuild
index a671f9c97b5..3bac2834ab0 100644
--- a/media-sound/mikmod/mikmod-3.2.8.ebuild
+++ b/media-sound/mikmod/mikmod-3.2.8.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/mikmod/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libmikmod-3.3



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

2017-07-27 Thread Markus Meier
commit: 9d680eb7bb82b98cbdd2b6431cf5c2ec050d6ffb
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Jul 28 04:44:21 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Jul 28 04:44:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d680eb7

sys-apps/idle3-tools: add ~arm, bug #621464

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 sys-apps/idle3-tools/idle3-tools-0.9.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/idle3-tools/idle3-tools-0.9.1.ebuild 
b/sys-apps/idle3-tools/idle3-tools-0.9.1.ebuild
index 7a39dbbdbec..d00992cea60 100644
--- a/sys-apps/idle3-tools/idle3-tools-0.9.1.ebuild
+++ b/sys-apps/idle3-tools/idle3-tools-0.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-misc/sl/

2017-07-27 Thread Markus Meier
commit: f2d5e23e9c56bf172383c61101c9cec1a2a45de2
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Jul 28 04:43:26 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Jul 28 04:43:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d5e23e

app-misc/sl: add ~arm, bug #621344

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 app-misc/sl/sl-5.02.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/sl/sl-5.02.ebuild b/app-misc/sl/sl-5.02.ebuild
index 9df694b3499..223474eab81 100644
--- a/app-misc/sl/sl-5.02.ebuild
+++ b/app-misc/sl/sl-5.02.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mtoyoda/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Toyoda"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos"
 IUSE="l10n_ja"
 
 RDEPEND="sys-libs/ncurses:0="



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

2017-07-27 Thread Markus Meier
commit: 513acb7cd4b9bf382fb5edcdc0334e0c7f4a1234
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Jul 28 04:43:08 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Jul 28 04:43:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513acb7c

app-arch/mscompress: add ~arm, bug #621290

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 app-arch/mscompress/mscompress-0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/mscompress/mscompress-0.3-r1.ebuild 
b/app-arch/mscompress/mscompress-0.3-r1.ebuild
index 7619b3afee6..e7a2b9214c2 100644
--- a/app-arch/mscompress/mscompress-0.3-r1.ebuild
+++ b/app-arch/mscompress/mscompress-0.3-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="ftp://ftp.penguin.cz/pub/users/mhi/mscompress/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE=""
 
 src_prepare() {



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

2017-07-27 Thread Markus Meier
commit: 31898d175e526b314c2f66c577fe7c21439e7824
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Jul 28 04:42:40 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Jul 28 04:42:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31898d17

net-dns/libidn2: arm stable, bug #624600

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/net-dns/libidn2/libidn2-2.0.2.ebuild 
b/net-dns/libidn2/libidn2-2.0.2.ebuild
index 7d34b466c34..1c194abdfc6 100644
--- a/net-dns/libidn2/libidn2-2.0.2.ebuild
+++ b/net-dns/libidn2/libidn2-2.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="GPL-2+ LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



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

2017-07-27 Thread Markus Meier
commit: 2d7090bc514e25b75a9e6f1767dd69bf0d6eba48
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Jul 28 04:42:13 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Jul 28 04:42:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7090bc

dev-db/postgresql: arm stable, bug #624432

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-db/postgresql/postgresql-9.6.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.6.3-r1.ebuild 
b/dev-db/postgresql/postgresql-9.6.3-r1.ebuild
index 670a488d1ee..08c8e0ce003 100644
--- a/dev-db/postgresql/postgresql-9.6.3-r1.ebuild
+++ b/dev-db/postgresql/postgresql-9.6.3-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2017-07-27 Thread Markus Meier
commit: 8470452cb94d603941249ee5a344cc58dc1f4f42
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Jul 28 04:41:41 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Jul 28 04:41:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8470452c

media-libs/exempi: arm stable, bug #622826

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/media-libs/exempi/exempi-2.4.2.ebuild 
b/media-libs/exempi/exempi-2.4.2.ebuild
index 5e323615c1c..aadfb65dbcf 100644
--- a/media-libs/exempi/exempi-2.4.2.ebuild
+++ b/media-libs/exempi/exempi-2.4.2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://libopenraw.freedesktop.org/download/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="2/3"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="examples static-libs test"
 
 RDEPEND="



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

2017-07-27 Thread Markus Meier
commit: e07fd5f20feafa6f9050d70f375074c982f7dca2
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Jul 28 04:40:32 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Jul 28 04:40:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07fd5f2

dev-libs/dbus-glib: arm stable, bug #622822

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-libs/dbus-glib/dbus-glib-0.108.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/dbus-glib/dbus-glib-0.108.ebuild 
b/dev-libs/dbus-glib/dbus-glib-0.108.ebuild
index a78833444eb..130ecc98c2d 100644
--- a/dev-libs/dbus-glib/dbus-glib-0.108.ebuild
+++ b/dev-libs/dbus-glib/dbus-glib-0.108.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="|| ( GPL-2 AFL-2.1 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
 IUSE="debug static-libs test"
 
 CDEPEND="



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

2017-07-27 Thread Markus Meier
commit: de4da74b305d0f7670e2c02fd47cf073704c6747
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Jul 28 04:41:13 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Jul 28 04:41:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4da74b

dev-python/dbus-python: arm stable, bug #622824

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/dbus-python/dbus-python-1.2.4.ebuild 
b/dev-python/dbus-python/dbus-python-1.2.4.ebuild
index cd5bc364931..317140e3e73 100644
--- a/dev-python/dbus-python/dbus-python-1.2.4.ebuild
+++ b/dev-python/dbus-python/dbus-python-1.2.4.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint"
 IUSE="doc examples test"
 # API docs generated with epydoc, which is python2-only
 REQUIRED_USE="



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

2017-07-27 Thread Matthew Marchese
commit: 7eff9a24227f6375b55d387771a563a7f4e17dec
Author: Matthew Marchese  gentoo  org>
AuthorDate: Thu Jul 27 20:48:53 2017 +
Commit: Matthew Marchese  gentoo  org>
CommitDate: Fri Jul 28 03:54:05 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=7eff9a24

Make scripts have consistent output.

Signed-off-by: Matthew Marchese  gentoo.org>

 bin/update-downloads.sh | 6 +++---
 bin/update-packages.sh  | 2 +-
 bin/update-wiki.sh  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/update-downloads.sh b/bin/update-downloads.sh
index b113fdb..6d618e4 100755
--- a/bin/update-downloads.sh
+++ b/bin/update-downloads.sh
@@ -70,12 +70,12 @@ main() {
   cd "$(dirname "$0")"/..
 
   local arch
-  printf 'Updating downloads... '
+  printf 'Updating downloads'
   for arch in "${ARCHES[@]}"; do
-printf '%s ' "${arch}"
+printf ' %s' "${arch}"
 update_arch "${arch}"
   done
-  echo 'done.'
+  echo '...done.'
 }
 
 main "$@"

diff --git a/bin/update-packages.sh b/bin/update-packages.sh
index 8a267a2..13b89c5 100755
--- a/bin/update-packages.sh
+++ b/bin/update-packages.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-echo -n 'Updating Packages information...'
+echo -n 'Updating packages information...'
 timeout 60 wget -T 60 'https://packages.gentoo.org/packages/added.atom' -O 
_data/packages.xml.tmp 2>/dev/null
 [ $? -eq 0 ] && mv _data/packages.xml.tmp _data/packages.xml
 echo 'done.'

diff --git a/bin/update-wiki.sh b/bin/update-wiki.sh
index 76196df..1d13235 100755
--- a/bin/update-wiki.sh
+++ b/bin/update-wiki.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-echo -n 'Updating Wiki information...'
+echo -n 'Updating wiki information...'
 wget -T 60 
'https://wiki.gentoo.org/index.php?title=Special:NewPages=rss=1=1=50==0=='
 -O _data/wiki.xml.tmp 2>/dev/null
 [ $? -eq 0 ] && mv _data/wiki.xml.tmp _data/wiki.xml
 echo 'done.'



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

2017-07-27 Thread Matthew Marchese
commit: cdacc9aaf60c8a4cea9500b81db6e57a75c0791d
Author: Matthew Marchese  gentoo  org>
AuthorDate: Thu Jul 27 20:44:38 2017 +
Commit: Matthew Marchese  gentoo  org>
CommitDate: Fri Jul 28 03:53:39 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=cdacc9aa

Use HTTPS for planet RSS feed download.

Signed-off-by: Matthew Marchese  gentoo.org>

 bin/update-planet.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/update-planet.sh b/bin/update-planet.sh
index 5a410cb..46a9a3c 100755
--- a/bin/update-planet.sh
+++ b/bin/update-planet.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
 echo -n 'Updating Planet information...'
-timeout 120 wget -T 60 'http://planet.gentoo.org/rss20.xml' -O 
_data/planet.xml.tmp 2>/dev/null
+timeout 120 wget -T 60 'https://planet.gentoo.org/rss20.xml' -O 
_data/planet.xml.tmp 2>/dev/null
 [ $? -eq 0 ] && mv _data/planet.xml.tmp _data/planet.xml
 echo 'done.'



[gentoo-commits] sites/www:master commit in: /, inside-gentoo/sponsors/, downloads/mirrors/, get-involved/, ...

2017-07-27 Thread Matthew Marchese
commit: 05417061458ac410241250c20d615145dd9441f4
Author: Matthew Marchese  gentoo  org>
AuthorDate: Fri Jul 28 00:38:32 2017 +
Commit: Matthew Marchese  gentoo  org>
CommitDate: Fri Jul 28 03:54:15 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=05417061

Sentence case migration.

Signed-off-by: Matthew Marchese  gentoo.org>

 README |  2 +-
 _includes/downloads/alpha.html |  8 ++---
 _includes/downloads/amd64-advanced.html| 16 -
 _includes/downloads/amd64.html |  6 ++--
 _includes/downloads/arm.html   |  6 ++--
 _includes/downloads/experimental.html  | 10 +++---
 _includes/downloads/hppa.html  |  6 ++--
 _includes/downloads/ia64.html  | 10 +++---
 _includes/downloads/ppc.html   | 12 +++
 _includes/downloads/sparc.html |  6 ++--
 _includes/downloads/x86-advanced.html  | 12 +++
 _includes/downloads/x86.html   |  6 ++--
 _posts/2015-03-31-website-update.md| 10 +++---
 donate/thanks.html |  4 +--
 downloads/index.html   | 10 +++---
 downloads/mirrors/index.html   | 14 
 downloads/signatures/index.html|  4 +--
 get-involved/become-developer/index.md | 14 
 get-involved/contribute/index.html | 41 +++---
 get-involved/discussion-forums/index.html  |  2 +-
 get-involved/get-code/index.html   | 26 +++---
 get-involved/index.html| 20 +--
 get-involved/irc-channels/all-channels.html| 12 +++
 get-involved/irc-channels/index.html   | 10 +++---
 get-involved/mailing-lists/all-lists.html  | 10 +++---
 get-involved/mailing-lists/index.html  | 14 
 get-involved/mailing-lists/instructions.md | 12 +++
 get-started/about/index.html   |  4 +--
 get-started/index.html | 24 ++---
 get-started/philosophy/index.md|  4 +--
 get-started/philosophy/social-contract.md  |  6 ++--
 get-started/screenshots/index.html | 12 +++
 index.html |  4 +--
 inside-gentoo/artwork/gentoo-logo.html | 18 +-
 inside-gentoo/artwork/index.html   | 18 +-
 inside-gentoo/contact/index.html   | 20 +--
 inside-gentoo/developers/herds.html|  2 +-
 inside-gentoo/developers/index.html|  8 ++---
 inside-gentoo/developers/map.html  |  8 ++---
 inside-gentoo/developers/retired-developers.html   |  6 ++--
 .../developers/unavailable-developers.html |  8 ++---
 inside-gentoo/foundation/index.md  | 16 -
 inside-gentoo/foundation/name-logo-guidelines.md   | 36 +--
 inside-gentoo/index.html   | 14 
 inside-gentoo/sponsors/former-sponsors.html|  4 +--
 inside-gentoo/sponsors/index.html  |  6 ++--
 inside-gentoo/stores/index.md  |  8 ++---
 news/index.html|  2 +-
 search/archives-gentoo-org.xml |  6 ++--
 search/bugs-gentoo-org.xml |  4 +--
 search/forums-gentoo-org.xml   |  6 ++--
 search/packages-gentoo-org.xml |  2 +-
 search/www-gentoo-org.xml  |  6 ++--
 support/documentation/index.html   | 25 ++---
 support/index.html | 12 +++
 support/news-items/index.html  | 12 +++
 support/package-database.html  |  2 +-
 support/rsync-mirrors/index.html   | 20 +--
 support/security/index.html| 34 +-
 .../security/vulnerability-treatment-policy.html   | 32 -
 support/use-flags/index.html   | 10 +++---
 61 files changed, 349 insertions(+), 353 deletions(-)

diff --git a/README b/README
index a7bac90..ac44b66 100644
--- a/README
+++ b/README
@@ -4,4 +4,4 @@
 
 ## Dynamic information 
 
-Once the dependencies have been emerged, run `bash ./bin/update.sh` from the 
base directory to update the site's dynamically generated information. Expect 
"LDAP user information" to be skipped when not running from a Gentoo box.
+Once the dependencies have been emerged, run `bash ./bin/update.sh` from the 
base directory to update the site's dynamically generated information. Expect 
"LDAP user information" to be skipped when on systems that are not connected to 
Gentoo's LDAP 

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

2017-07-27 Thread Matthew Marchese
commit: ce50ec964c2781390d6ac0f8c69238df80bfcab7
Author: Matthew Marchese  gentoo  org>
AuthorDate: Fri Jul 28 04:14:53 2017 +
Commit: Matthew Marchese  gentoo  org>
CommitDate: Fri Jul 28 04:14:53 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=ce50ec96

Fix another sentence case.

 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 7b98684..7ad411a 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@ nav1: home
 nav1-show: true
 nav1-weight: 1
 description: 'The website of Gentoo, a flexible Linux or BSD distribution.'
-meta: ''
+meta: ''
 ---
 {% include hero-section/start class="emergehdr" %}
 



[gentoo-commits] sites/www:master commit in: get-involved/become-developer/

2017-07-27 Thread Matthew Marchese
commit: 10ad86222f5488756e4d559f5cc73504c8c66ca8
Author: Matthew Marchese  gentoo  org>
AuthorDate: Wed Jul 26 23:52:38 2017 +
Commit: Matthew Marchese  gentoo  org>
CommitDate: Fri Jul 28 03:50:57 2017 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=10ad8622

Fix weird highlighting.

Signed-off-by: Matthew Marchese  gentoo.org>

 get-involved/become-developer/index.md | 50 +++---
 1 file changed, 22 insertions(+), 28 deletions(-)

diff --git a/get-involved/become-developer/index.md 
b/get-involved/become-developer/index.md
index 7bc243f..33fa070 100644
--- a/get-involved/become-developer/index.md
+++ b/get-involved/become-developer/index.md
@@ -1,5 +1,5 @@
 ---
-title: Become a Developer
+title: Become a developer
 
 nav1: get-involved
 nav2: become-dev
@@ -7,36 +7,35 @@ nav2-show: true
 nav2-weight: 50
 ---
 
-  Getting Guidance:
+  Getting guidance:
   Your central point of contact for all questions about becoming a developer
-  is the mailto:recruit...@gentoo.org; class="alert-link">Gentoo 
Recruiters team.
+  is the mailto:recruit...@gentoo.org; class="alert-link">Gentoo 
recruiters team.
   Please do not hesitate to contact them!
 
 
 ## Becoming a developer
 
 There are two interwoven paths for becoming a Gentoo developer. If you would
-like to focus your work on ebuilds, then you are probably interested in becoming a developer with commit access to ::gentoo. 
If
-you are interested primarily in other areas of contribution, you may prefer to
-become a developer without commit access.
+like to focus your work on ebuilds, then you are probably interested in 
+becoming a developer with commit access to ::gentoo. If you are interested 
+primarily in other areas of contribution, you may prefer to become a developer
+without commit access.
 
 ### Step 1. Contribute
 
 If you would like to help Gentoo, first find yourself something to do. You may
 want to look at our [contribution guide](/get-involved/contribute/), and
 subsequently look through the [Gentoo
-projects](https://wiki.gentoo.org/wiki/Project:Gentoo). For ebuild work, you can try helping out one of the projects
+projects](https://wiki.gentoo.org/wiki/Project:Gentoo). 
+For ebuild work, you can try helping out one of the projects
 that focus on maintaining packages, such as the
 [GNOME](https://wiki.gentoo.org/wiki/Project:GNOME) or
 [KDE](https://wiki.gentoo.org/wiki/Project:KDE) projects. Alternatively, you 
can
 maintain your own packages or co-maintain other Gentoo packages via the [Proxy
 Maintainers](https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers)
-project. For non-ebuild work, you may want to look
-at other projects, such as [Bug
+project. For non-ebuild work, you may want to look at other projects, such as 
[Bug
 Wranglers](https://wiki.gentoo.org/wiki/Project:Bug-wranglers) or [Gentoo
-Forums](https://wiki.gentoo.org/wiki/Project:Forums).
+forums](https://wiki.gentoo.org/wiki/Project:Forums).
 
 ### Step 2. Participate
 
@@ -44,7 +43,7 @@ If you enjoy working on Gentoo and would like to stay longer, 
you should
 consider starting to participate in the community. You should consider joining
 some of [our IRC channels](/get-involved/irc-channels/), subscribing to some of
 [the mailing lists](/get-involved/mailing-lists/) and/or using [Gentoo
-Forums](https://forums.gentoo.org/). This way you get to know more of the 
Gentoo
+forums](https://forums.gentoo.org/). This way you get to know more of the 
Gentoo
 developers and users, and they get to know you!
 
 ### Step 3. Find a mentor
@@ -58,21 +57,16 @@ project](https://wiki.gentoo.org/wiki/Project:Mentors).
 ### Step 4. Take quizzes
 
 Before you become an officially recognized Gentoo developer, you are expected 
to
-learn a few basics on how Gentoo is structured and how it operates. To get commit access, you will also need to know a fair bit
-about ebuilds. To help you get yourself knowledgeable, we have prepared
-one or two quizzes
-for you to take.
-
-The prospective developers aiming to obtain commit
-access should take the [ebuild
+learn a few basics on how Gentoo is structured and how it operates. To get 
commit
+access, you will also need to know a fair bit about ebuilds. To help you get 
+yourself knowledgeable, we have prepared one or two quizzes for you to take.
+
+The prospective developers aiming to obtain commit access should take the 
[ebuild
 quiz](https://projects.gentoo.org/comrel/recruiters/quizzes/ebuild-quiz.txt),
-followed by the [end
-quiz](https://projects.gentoo.org/comrel/recruiters/quizzes/end-quiz.txt).
-For candidates for developers without commit access, we
-have prepared a less technical [developer
-quiz](https://projects.gentoo.org/comrel/recruiters/quizzes/developer-quiz.txt)
-instead.
+followed by the [end 
quiz](https://projects.gentoo.org/comrel/recruiters/quizzes/end-quiz.txt).
+For candidates for developers without commit access, we have prepared a less 
+technical [developer 

[gentoo-commits] proj/elections:master commit in: trustees-201707/

2017-07-27 Thread Jorge Manuel B. S. Vicetto
commit: 0866c2f829a9edf4f7619797f8f3e592e6e729bc
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri Jul 28 03:41:56 2017 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri Jul 28 03:41:56 2017 +
URL:https://gitweb.gentoo.org/proj/elections.git/commit/?id=0866c2f8

Prepare the trustees-201707 election.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 trustees-201707/Votify.pm  |  1 +
 trustees-201707/ballot-trustees-201707 |  4 ++
 trustees-201707/election-details   |  6 ++
 trustees-201707/officials-trustees-201707  |  4 ++
 trustees-201707/start-trustees-201707  |  1 +
 trustees-201707/stop-trustees-201707   |  1 +
 trustees-201707/voters-trustees-201707 | 91 ++
 trustees-201707/voters-trustees-201707.raw | 91 ++
 8 files changed, 199 insertions(+)

diff --git a/trustees-201707/Votify.pm b/trustees-201707/Votify.pm
new file mode 12
index 000..a6f4461
--- /dev/null
+++ b/trustees-201707/Votify.pm
@@ -0,0 +1 @@
+../Votify.pm
\ No newline at end of file

diff --git a/trustees-201707/ballot-trustees-201707 
b/trustees-201707/ballot-trustees-201707
new file mode 100644
index 000..4c6f8b8
--- /dev/null
+++ b/trustees-201707/ballot-trustees-201707
@@ -0,0 +1,4 @@
+alicef
+kensington
+klondike
+zlg

diff --git a/trustees-201707/election-details b/trustees-201707/election-details
new file mode 100644
index 000..c1b73cc
--- /dev/null
+++ b/trustees-201707/election-details
@@ -0,0 +1,6 @@
+name: trustees-201707
+startDate: 2017-07-22 00:00:00 UTC
+endDate: 2017-08-16 00:00:01 UTC
+officials: dilfridge, jmbsvicetto, neddyseagoon, ulm
+voters: 
http://www.gentoo.org/proj/en/elections/trustees/2017/voters-trustees-201707.txt
+ballot: 
http://www.gentoo.org/proj/en/elections/trustees/2017/ballot-trustees-201707.txt

diff --git a/trustees-201707/officials-trustees-201707 
b/trustees-201707/officials-trustees-201707
new file mode 100644
index 000..a3e6b0a
--- /dev/null
+++ b/trustees-201707/officials-trustees-201707
@@ -0,0 +1,4 @@
+dilfridge
+jmbsvicetto
+neddyseagoon
+ulm

diff --git a/trustees-201707/start-trustees-201707 
b/trustees-201707/start-trustees-201707
new file mode 100644
index 000..652b3d3
--- /dev/null
+++ b/trustees-201707/start-trustees-201707
@@ -0,0 +1 @@
+1501113600

diff --git a/trustees-201707/stop-trustees-201707 
b/trustees-201707/stop-trustees-201707
new file mode 100644
index 000..c19ec63
--- /dev/null
+++ b/trustees-201707/stop-trustees-201707
@@ -0,0 +1 @@
+1502841600

diff --git a/trustees-201707/voters-trustees-201707 
b/trustees-201707/voters-trustees-201707
new file mode 100644
index 000..3300e41
--- /dev/null
+++ b/trustees-201707/voters-trustees-201707
@@ -0,0 +1,91 @@
+ago 
+alexxy 
+alicef 
+alunduil 
+amynka 
+anarchy 
+angelos 
+antarus 
+audiodef 
+axs 
+betelgeuse 
+bicatali 
+bircoph 
+blueknight 
+blueness 
+bman 
+calchan 
+cardoe 
+creffett 
+dabbott 
+dastergon 
+desultory 
+dilfridge 
+dwfreed 
+eras 
+fauli 
+floppym 
+fuzzyray 
+graaff 
+gregkh 
+grobian 
+hparker 
+hwoarang 
+igli 
+iamben 
+jauhien 
+jcallen 
+je_fro 
+jer 
+jlec 
+jmbsvicetto 
+jmorgan 
+johu 
+josejx 
+junghans 
+k_f 
+kallamej 
+kensington 
+klondike 
+kumba 
+likewhoa 
+lu_zero 
+maffblaster 
+mgorny 
+mpagano 
+mrueg 
+mudler 
+neddyseagoon 
+neurogeek 
+nightmorph 
+nimiux 
+nirbheek 
+patrick 
+perfinion 
+pilla 
+pinkbyte 
+prometheanfire 
+quantumsummers 
+rajiv 
+remi 
+rich0 
+robbat2 
+ronisbr 
+ryao 
+shentino 
+soap 
+steev 
+swift 
+tamiko 
+tampakrap 
+tgall 
+tomjbe 
+tomk 
+tupone 
+ulm 
+voyageur 
+wraeth 
+xaviermiller 
+zerochaos 
+zlg 
+zlogene 

diff --git a/trustees-201707/voters-trustees-201707.raw 
b/trustees-201707/voters-trustees-201707.raw
new file mode 100644
index 000..d070c97
--- /dev/null
+++ b/trustees-201707/voters-trustees-201707.raw
@@ -0,0 +1,91 @@
+agoAgostino Sarubbo0xBA7BD3507194459F
+alexxy Alexey Shvetsov 0xF82F92E6
+alicef Alice Ferrazzi  0x5621A6B28638781A
+alunduil   Alex Brandt 0x8A7DE4BD92FEA28B
+amynka Amy Winston 0x3B89D45034E69781
+anarchyJory Pratt  0x9019241D
+angelosChristoph Mende 0x84F20B43
+antarusAlec Warner 0xA00637F4
+audiodef   Damien Moody0xF7592432
+axsIan Stakenvicius0x7F0008F0
+betelgeuse Petteri Räty0xB8E4ECF0
+bicatali   Sebastien Fabbro0x13CB1360
+bircophAndrew Savchenko0x565953B95372756C
+blueknight Yury German 0xEEAFED89024C043D
+blueness   Anthony G. Basile   0xD0455535
+bman   Aaron Bauman0x246D23A210FB0F3E
+calchanDenis Dupeyron  0xB16C047F
+cardoe Doug Goldstein  0xD7DFA8D318FA9AEF
+creffett   Chris Reffett   0x42618354
+dabbottDavid Abbott0xF01C4ACC
+dastergon  Pavlos Ratis0x3A051746
+desultory 

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

2017-07-27 Thread Brian Evans
commit: 5ce372bc76f3f0b3995b584a38b9b8247070ad07
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Jul 28 01:01:38 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Jul 28 01:01:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce372bc

dev-db/mariadb: Reorganize configure options and remove redundant doc install 
in pkg_postinst

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-db/mariadb/mariadb-10.2.7-r1.ebuild | 28 +++-
 1 file changed, 7 insertions(+), 21 deletions(-)

diff --git a/dev-db/mariadb/mariadb-10.2.7-r1.ebuild 
b/dev-db/mariadb/mariadb-10.2.7-r1.ebuild
index 2cfec9966ae..070fae5e766 100644
--- a/dev-db/mariadb/mariadb-10.2.7-r1.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.7-r1.ebuild
@@ -200,16 +200,6 @@ pkg_postinst() {
 
# Minimal builds don't have the MySQL server
if use server ; then
-   docinto "support-files"
-   dodoc support-files/magic
-
-   docinto "scripts"
-   for script in scripts/mysql* ; do
-   if [[ -f "${script}" && "${script%.sh}" == "${script}" 
]]; then
-   dodoc "${script}"
-   fi
-   done
-
if use pam; then
einfo
elog "This install includes the PAM authentication 
plugin."
@@ -361,10 +351,6 @@ multilib_src_configure() {
mycmakeargs+=( -DWITH_SSL=bundled )
fi
 
-   if ! multilib_is_native_abi ; then
-   mycmakeargs+=( -DWITHOUT_TOOLS=1 )
-   fi
-
# bfd.h is only used starting with 10.1 and can be controlled by 
NOT_FOR_DISTRIBUTION
if multilib_is_native_abi; then
mycmakeargs+=(
@@ -373,6 +359,7 @@ multilib_src_configure() {
)
else
mycmakeargs+=(
+   -DWITHOUT_TOOLS=1
-DWITH_READLINE=1
-DNOT_FOR_DISTRIBUTION=0
)
@@ -413,15 +400,14 @@ multilib_src_configure() {
-DWITH_LIBARCHIVE=$(usex backup ON OFF)
-DINSTALL_SQLBENCHDIR=share/mariadb
-DPLUGIN_ROCKSDB=$(usex rocksdb DYNAMIC NO)
+   # systemd is only linked to for server notification
+   -DWITH_SYSTEMD=$(usex systemd)
)
if use test ; then
# This is needed for the new client lib which tests a 
real, open server
mycmakeargs+=( -DSKIP_TESTS=ON )
fi
 
-   # systemd is only linked to for server notification
-   mycmakeargs+=( -DWITH_SYSTEMD=$(usex systemd) )
-
if [[ ( -n ${MYSQL_DEFAULT_CHARSET} ) && ( -n 
${MYSQL_DEFAULT_COLLATION} ) ]]; then
ewarn "You are using a custom charset of 
${MYSQL_DEFAULT_CHARSET}"
ewarn "and a collation of ${MYSQL_DEFAULT_COLLATION}."
@@ -715,10 +701,10 @@ multilib_src_test() {
export MTR_PARALLEL="${MTR_PARALLEL:-auto}"
 
# create directories because mysqladmin might run out of order
-   mkdir -p "${T}"/var-tests{,/log}
+   mkdir -p "${T}"/var-tests{,/log} || die
 
# Run mysql tests
-   pushd "${TESTDIR}" || die
+   pushd "${TESTDIR}" > /dev/null || die
 
# These are failing in MariaDB 10.0 for now and are believed to be
# false positives:
@@ -741,7 +727,7 @@ multilib_src_test() {
perl mysql-test-run.pl --force --vardir="${T}/var-tests" --reorder
retstatus_tests=$?
 
-   popd || die
+   popd > /dev/null || die
 
# Cleanup is important for these testcases.
pkill -9 -f "${S}/ndb" 2>/dev/null
@@ -751,7 +737,7 @@ multilib_src_test() {
[[ $retstatus_unit -eq 0 ]] || failures="${failures} test-unit"
[[ $retstatus_tests -eq 0 ]] || failures="${failures} tests"
 
-   [[ -z "$failures" ]] || eerror "Test failures: $failures"
+   [[ -z "$failures" ]] || die "Test failures: $failures"
einfo "Tests successfully completed"
 }
 



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

2017-07-27 Thread Amy Liffey
commit: 9cf1108afe12c48a4e4e67571669f3379694566a
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Jul 28 00:29:20 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Jul 28 00:30:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf1108a

app-admin/localepurge: add missing comment

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-admin/localepurge/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/localepurge/metadata.xml 
b/app-admin/localepurge/metadata.xml
index 445feab3375..779ea9e0804 100644
--- a/app-admin/localepurge/metadata.xml
+++ b/app-admin/localepurge/metadata.xml
@@ -1,6 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+
 Just a simple tool to erase all uneeded locale and man files 
 usually generated for USE="nls"
 



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

2017-07-27 Thread Andrey Grozin
commit: 0714332d34cc49f3ce29603825857fabc1391e6e
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Jul 28 00:06:42 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Jul 28 00:06:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0714332d

dev-python/sympy: bump to 1.1.1, an important patch re-added

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/sympy/Manifest |  1 +
 dev-python/sympy/files/sympy-1.1.1-zeta.patch | 29 +
 dev-python/sympy/sympy-1.1.1.ebuild   | 90 +++
 3 files changed, 120 insertions(+)

diff --git a/dev-python/sympy/Manifest b/dev-python/sympy/Manifest
index 6290308fadd..718207f7370 100644
--- a/dev-python/sympy/Manifest
+++ b/dev-python/sympy/Manifest
@@ -1,3 +1,4 @@
 DIST sympy-0.7.6.1.tar.gz 6431571 SHA256 
1fc272b51091aabe7d07f1bf9f0a47f3e28657fb2bec52bf3ef0e8f159f5f564 SHA512 
18877abd3c530418e4f4942cbb0a03140dc81e5a1004720c472fb97cf8eaa41acca59765f6278715ea88bcd0cd07ad5952863a0d1b6e6d00994d257e8c0a6574
 WHIRLPOOL 
b0c0c74e7865c91585d1a2c8510fe328b8e697dec02bd17aaa446ef6e089b9cf2ca5b4f58b6b59febccf142384b907e1bd47451e22fa305843bd883355801226
 DIST sympy-1.0.tar.gz 4281528 SHA256 
3eacd210d839e4db911d216a9258a3ac6f936992f66db211e22767983297ffae SHA512 
977db6e9bc6a5918cceb255981a57e85e7060c0922aefd2968b004d25d704e25a5cb5bbe09eb387e8695581e23e2825d9c40310068fe25ece7e9c23037a21f39
 WHIRLPOOL 
df02cc8603c23f621226f28b4f0555e765f145d968869058ed9420fedd3c6d6d0f095ee14fa864cd505455f245e5adf10794fc3b1392fb5a331ed5dc506b988b
+DIST sympy-1.1.1.tar.gz 4580952 SHA256 
ac5b57691bc43919dcc21167660a57cc51797c28a4301a6144eff07b751216a4 SHA512 
ff8857fd5810795554ca4f636b2d8e633057d7ea7df76461003d823ecbaddc98cde0561eb79a1058741c5ece233c13bfcb5e30d5bfb8ac6dbab3d05d8226f92b
 WHIRLPOOL 
3ab86021e99de620127bbd3da994745d265e66fbe7ebf77984106f998443200dd7a5a3295cc62e3bca7e3eb1df58b331d1faba568760230fab550c5c2c3f92b9
 DIST sympy-1.1.tar.gz 4579454 SHA256 
e42d7b8cc719bb0427b503d49f8489ec6292c74957c3bd04216a8392bee37782 SHA512 
4129752778b50fbc08180fe413d2109ad418b54b79caea461b9a6cf6856ab4f50ce95df6131b07791ed633c840648aa7c4dd130ab3f1cbb1e03e7346e995747b
 WHIRLPOOL 
bcee355015504a464c89f1cc2c35b3085af6d53a4d8c2245eda124ddbf53fb562b6a768b2d6cd79688b1255a21540094bd18e3f814dd729541a85767e27adb3c

diff --git a/dev-python/sympy/files/sympy-1.1.1-zeta.patch 
b/dev-python/sympy/files/sympy-1.1.1-zeta.patch
new file mode 100644
index 000..d9bab8096fa
--- /dev/null
+++ b/dev-python/sympy/files/sympy-1.1.1-zeta.patch
@@ -0,0 +1,29 @@
+diff -U2 -r sympy-1.1.1.orig/sympy/functions/special/zeta_functions.py 
sympy-1.1.1/sympy/functions/special/zeta_functions.py
+--- sympy-1.1.1.orig/sympy/functions/special/zeta_functions.py 2017-07-22 
05:17:42.0 +0700
 sympy-1.1.1/sympy/functions/special/zeta_functions.py  2017-07-28 
06:35:28.477927184 +0700
+@@ -272,4 +272,5 @@
+ @classmethod
+ def eval(cls, s, z):
++from sympy import unpolarify
+ if z == 1:
+ return zeta(s)
+@@ -277,5 +278,11 @@
+ return -dirichlet_eta(s)
+ elif z == 0:
+-return 0
++return S.Zero
++
++# branch handling
++if (1 - abs(z)).is_nonnegative:
++newz = unpolarify(z)
++if newz != z:
++return cls(s, newz)
+ 
+ def fdiff(self, argindex=1):
+@@ -483,5 +490,5 @@
+ For `\operatorname{Re}(s) > 0`, this function is defined as
+ 
+-.. math:: \eta(s) = \sum_{n=1}^\infty \frac{(-1)^n}{n^s}.
++.. math:: \eta(s) = \sum_{n=1}^\infty \frac{(-1)^{n-1}}{n^s}.
+ 
+ It admits a unique analytic continuation to all of :math:`\mathbb{C}`.

diff --git a/dev-python/sympy/sympy-1.1.1.ebuild 
b/dev-python/sympy/sympy-1.1.1.ebuild
new file mode 100644
index 000..35ea4c1cc06
--- /dev/null
+++ b/dev-python/sympy/sympy-1.1.1.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1 eutils virtualx
+
+DESCRIPTION="Computer Algebra System in pure Python"
+HOMEPAGE="http://sympy.org;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc examples gtk imaging ipython latex mathml opengl pdf png pyglet 
symengine test texmacs theano"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   doc? ( || ( $(python_gen_useflags 'python2*') ) )"
+
+RDEPEND="dev-python/mpmath[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   imaging? ( dev-python/pillow[${PYTHON_USEDEP}] )
+   ipython? ( dev-python/ipython[${PYTHON_USEDEP}] )
+   latex? (
+   virtual/latex-base
+   dev-texlive/texlive-fontsextra
+   png? ( app-text/dvipng )
+   pdf? ( 

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

2017-07-27 Thread Denis Dupeyron
commit: 389a3573302b23d02277cea443eba54efd3f0264
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Thu Jul 27 23:22:18 2017 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Thu Jul 27 23:23:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389a3573

x11-misc/light-locker: bump to 1.8.0

 x11-misc/light-locker/Manifest  |  1 +
 x11-misc/light-locker/light-locker-1.8.0.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/x11-misc/light-locker/Manifest b/x11-misc/light-locker/Manifest
index d201a48e9a6..a980c0ad8a7 100644
--- a/x11-misc/light-locker/Manifest
+++ b/x11-misc/light-locker/Manifest
@@ -1 +1,2 @@
 DIST light-locker-1.7.0.tar.bz2 530315 SHA256 
938baae14576e91b1fa0af963941bae6ef8d141bd83b513ff02256d8b6e79e29 SHA512 
dcd524ed5bf8475743585ee5a6b35dfe396d17f307418e208450ccabc12ab6b3835818fdf11324b8c7dc63332b9faacea184409b7c9c0a242fbb9d6402a2d079
 WHIRLPOOL 
05d9d0762da2ddbfb6a33209b65289c26ef01cd14fbe9cab0c15718ce915e18f48e3d288b58dfddfc1de28ce821e3fa93559f52a3d7eec539f5d544ae5713a40
+DIST light-locker-1.8.0.tar.bz2 449898 SHA256 
3c76106f40a8efe67b462061e4c798e3e501b54356c8cdc1b67a3022d9d7dba1 SHA512 
bbad73c0b82a50ddca240d5e1bd325a99d0c60364d136fe6d9d52f196319953373c9d03cf38ebd75d4498d080e96702e09fc97c35b4b69cbe963f065719549d5
 WHIRLPOOL 
4d120bb94c5aba679a5d48cc65d23ba39284d4e929c01cf6b4a013d96f917e3e6938c3074c3934df0f50b6d159ae3e84582ea62cfd49967a7ea611007d2255b8

diff --git a/x11-misc/light-locker/light-locker-1.8.0.ebuild 
b/x11-misc/light-locker/light-locker-1.8.0.ebuild
new file mode 100644
index 000..bb354a05739
--- /dev/null
+++ b/x11-misc/light-locker/light-locker-1.8.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit autotools-utils gnome2-utils
+
+DESCRIPTION="A simple locker using lightdm"
+HOMEPAGE="https://github.com/the-cavalry/light-locker;
+SRC_URI="${HOMEPAGE}/releases/download/v${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+consolekit +dpms gtk3 +screensaver -systemd +upower"
+
+RDEPEND="dev-libs/dbus-glib
+   >=dev-libs/glib-2.25.6:2
+   >=sys-apps/dbus-0.30
+   x11-libs/cairo
+   x11-libs/libX11
+   x11-libs/pango
+   x11-libs/libXxf86vm
+   consolekit? ( sys-auth/consolekit )
+   dpms? ( x11-libs/libXext )
+   !gtk3? ( >=x11-libs/gtk+-2.24:2 )
+   gtk3? ( x11-libs/gtk+:3 )
+   screensaver? ( x11-libs/libXScrnSaver )
+   systemd? ( sys-apps/systemd )
+   upower? ( || ( sys-power/upower sys-power/upower-pm-utils ) )"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+   dev-perl/XML-Parser
+   dev-util/intltool
+   sys-devel/gettext"
+RDEPEND="${RDEPEND}
+   x11-misc/lightdm"
+
+DOCS=( AUTHORS HACKING NEWS README )
+
+src_configure() {
+   local myeconfargs=(
+   $(use_with consolekit console-kit)
+   $(use_with dpms dpms-ext)
+   $(use_with !gtk3 gtk2)
+   $(use_with screensaver x)
+   $(use_with screensaver mit-ext)
+   $(use_with systemd)
+   $(use_with upower)
+   )
+   autotools-utils_src_configure
+}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+}



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

2017-07-27 Thread Mike Pagano
commit: 6edf8230a256c4784031180714132a6c1c60bdec
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Jul 27 23:21:38 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Jul 27 23:21:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edf8230

sys-kernel/gentoo-sources: Linux patch 4.4.79

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.4.79.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 8e1a2b950a4..9a520bb039e 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -95,6 +95,9 @@ DIST genpatches-4.4-80.extras.tar.xz 16468 SHA256 
85ae2def7fb42f6ca09fdba5034a8d
 DIST genpatches-4.4-81.base.tar.xz 1350780 SHA256 
c05e09c25bc769f3b1da7b628e238f9491e11ee712d6cf20f44c8b70935d727e SHA512 
b867441557ce0c479108356836b4b963f98117d1a23f999f778a8392c86554ebc05f59284009480a4ab961cada2aee235e59c19636a52354b0a11d5d319d0d6b
 WHIRLPOOL 
b2314fd517e0d5b2d79adc8e3c7461239d75d6553d00f7ebc7019e756f2f8690d773faa6a1496518afd6f103c8e74dbdded0baeda76cc59717355c03610f3c51
 DIST genpatches-4.4-81.experimental.tar.xz 87784 SHA256 
34d8f91738db80f2ef714286af05b53a25ce16c5b62eac1688e212d95c24b21c SHA512 
87ae1857981b1828e6b8cff222827c8ffd949a0428fe052b31a4216462420b7a8a6522c93c8fc2f3f87be8d9503dbd2a04c5f95e9f707ddd6cbf8a27d0e54034
 WHIRLPOOL 
1ed05c51c5621009109341391e60577120b10d8313fb3ba9ac0f1d5c766249208912dd102bc512c0e3a8b3b68b2ed379cfa492e295e86076b485d1802132d7d1
 DIST genpatches-4.4-81.extras.tar.xz 16460 SHA256 
30c7c4a997241f47911bc3d02cc0bcf02b89b9289db751bf20a9f34434fb7796 SHA512 
7c89f223b784bc534fa0bb3216083a5df81abc477543f044e746bfd87421fb41219243796fe7153923f655755c8866cf86cf3aefbab71274f6059e67d2d8926d
 WHIRLPOOL 
647f3fbbdbe4ea4817372cb6ecdc0a0c8ebfcdd2c7e11a2cefec815390887105862ae9289a6a68942499d550127aac0d6fee9963557aba3393c3b66ac6d4f73f
+DIST genpatches-4.4-82.base.tar.xz 1367268 SHA256 
b2957fcf3b4e9016d4775770de7797c1f3fda6dc8fd9b4c55b2c8b8f91ffdf62 SHA512 
f24cf8dd5849e7455c499d394ef8af780fa77219695cc39d128353e49d8b7fcbe0b1e5b93940e27e83d4eeaf702545aa0f71eb9927390c1a99fb185e022463c5
 WHIRLPOOL 
895c7036e9d908c85ace9e2ffe07502c3374fb2936aa979df325c8dc1c49df04a288df0f6f6e63ceb6eb44f8ae2be568ad5a7bb503f4335f634dd966707668e2
+DIST genpatches-4.4-82.experimental.tar.xz 87756 SHA256 
c6be5fcb42650f8c4bd5b6db3120ddb272e0bf6436889d1e4842009ed1dc24c5 SHA512 
eba32a0e3b797b6ebafebccc2d0b8e0db10015963a25f01fecf1f023353cb8c6ac644152d721217893bd4346e54fc802af4740806ed2f50e4ac4441dd37ee29b
 WHIRLPOOL 
54311f616027cb34293c860ad49aba9c33788a511c119d974db2ed09c5f4271b3d5a7e2c935ce5c24afec65fc39070a1c930b0e7c992aa861177e2a56a731090
+DIST genpatches-4.4-82.extras.tar.xz 16468 SHA256 
042a73b7d2beea1fb95cd8bff6b9f5f9002e65c3b9ae66c181f7d3d2d029f89c SHA512 
3538e629d96aa5c5712993576fb51f9f754d1b5c515f02468c603e90d15fe23c8523ba8df3c75cfa85fb1f93831fa9ff596ddd23577f39a0ef8def71fc2a5b48
 WHIRLPOOL 
e6ffa054e352f242f2eef255bc70386283c7318fdc23553d2d78eb4c5bce06e5f95bcfcd81f305ef9e2f427069f8b5f8f6433f544ec5a495d52dc15c9c91afd0
 DIST genpatches-4.9-18.base.tar.xz 385508 SHA256 
d29fc16842e846c2c6487e9c1543e6fe43429d34882ac9c6ca070c1fe3564605 SHA512 
c1d08b3d66df74efe610cbf586921f7caa57bb8337848380fdc8e2034883180a60a26dab9ded50974fb468d35dc923912ead08cb0f751a515cef85efb31955d9
 WHIRLPOOL 
e1ef981b945718eab2e96470f96a033cc2b1ede6c706d6cd3e32f4f1c4e066766135141d55a5ccee06d9fb84bc66df389cdb2d095ad569bd565afc600b3b4095
 DIST genpatches-4.9-18.experimental.tar.xz 105616 SHA256 
209be56c1efb0ba3fbee17f2437bd00b36caecc6c44db2b4e1a0e46ae17640b0 SHA512 
37d6983f46ed4031f11f91ffcdacb510b40cab682d71ac471ab3c2ae78598ee9826068afb8b1388d96133635ba2680cc106624e0d79c341d2610b4f74330b773
 WHIRLPOOL 
5af9422c0526c5e23977f2d25ea683ed1ecf6f9e14a6daf52490bd808e9790cf6f6d9ef96353bda3474197eb954159575a4f0e6a768a86777d9b8a61828d0a0e
 DIST genpatches-4.9-18.extras.tar.xz 17348 SHA256 
64167f17f122f969476bf68a3e0493a77d7ae9e78087c2748cdfdc6e6186af2a SHA512 
dcbdea379a0e28e9b8ed08b32ee71a36ce9ccc817e5b79f38759031e3324441f3e91e6b7e2802d1a694574bb4ce9e8f441d88ccbbd9280b3a4456eadab7d5fec
 WHIRLPOOL 
1d3ba61d03d17a707a65423e85f7f3a235a9d39fb26e4602b5cf663e097dc9e8618380d7a54db60705e6b38e9c0674330df57a6e243c7215411275a489ab8b42

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.79.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.79.ebuild
new file mode 100644
index 000..4ec60d80472
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.79.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="82"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm 

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

2017-07-27 Thread Brian Evans
commit: c3c4fce5e5171d4ec5ac6e6ec4e2ff84580ab107
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul 27 22:55:01 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul 27 22:55:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c4fce5

dev-db/mariadb: New revision which removes the mysql-multilib-r1 eclass

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-db/mariadb/mariadb-10.2.7-r1.ebuild | 1062 +++
 1 file changed, 1062 insertions(+)

diff --git a/dev-db/mariadb/mariadb-10.2.7-r1.ebuild 
b/dev-db/mariadb/mariadb-10.2.7-r1.ebuild
new file mode 100644
index 000..2cfec9966ae
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.2.7-r1.ebuild
@@ -0,0 +1,1062 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+MY_EXTRAS_VER="20170727-0052Z"
+# The wsrep API version must match between upstream WSREP and 
sys-cluster/galera major number
+WSREP_REVISION="25"
+SUBSLOT="18"
+MYSQL_PV_MAJOR="5.6"
+
+JAVA_PKG_OPT_USE="jdbc"
+
+# Keeping eutils in EAPI=6 for emktemp in pkg_config
+
+inherit eutils systemd flag-o-matic prefix toolchain-funcs \
+   java-pkg-opt-2 user cmake-utils multilib-minimal
+
+SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz "
+
+# Gentoo patches to MySQL
+if [[ ${MY_EXTRAS_VER} != "live" && ${MY_EXTRAS_VER} != "none" ]]; then
+   SRC_URI="${SRC_URI}
+   mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://gitweb.gentoo.org/proj/mysql-extras.git/snapshot/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://dev.gentoo.org/~grknight/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2;
+fi
+
+HOMEPAGE="http://mariadb.org/;
+DESCRIPTION="An enhanced, drop-in replacement for MySQL"
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0/${SUBSLOT:-0}"
+IUSE="+backup bindist cracklib debug embedded extraengine galera innodb-lz4
+   innodb-lzo innodb-snappy jdbc jemalloc kerberos latin1 libressl mroonga
+   odbc oqgraph pam +perl profiling rocksdb selinux +server sphinx
+   sst-rsync sst-xtrabackup static static-libs systemd systemtap tcmalloc
+   test tokudb xml yassl"
+
+# Tests always fail when libressl is enabled due to hard-coded ciphers in the 
tests
+RESTRICT="!bindist? ( bindist ) libressl? ( test )"
+
+REQUIRED_USE="jdbc? ( extraengine server !static )
+   server? ( tokudb? ( jemalloc !tcmalloc ) )
+   !server? ( !extraengine !embedded )
+   ?? ( tcmalloc jemalloc )
+   static? ( yassl !pam )"
+
+# REMEMBER: also update eclass/mysql*.eclass before committing!
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+
+# Shorten the path because the socket path length must be shorter than 107 
chars
+# and we will run a mysql server during test phase
+S="${WORKDIR}/mysql"
+
+if [[ "${MY_EXTRAS_VER}" == "live" ]] ; then
+   MY_PATCH_DIR="${WORKDIR}/mysql-extras"
+else
+   MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
+fi
+
+PATCHES=(
+   "${MY_PATCH_DIR}"/20015_all_mariadb-pkgconfig-location.patch
+   
"${MY_PATCH_DIR}"/20018_all_mariadb-10.2.7-without-clientlibs-tools.patch
+   "${MY_PATCH_DIR}"/20024_all_mariadb-10.2.6-mysql_st-regression.patch
+   "${MY_PATCH_DIR}"/20025_all_mariadb-10.2.6-gssapi-detect.patch
+)
+
+# Be warned, *DEPEND are version-dependant
+# These are used for both runtime and compiletime
+# MULTILIB_USEDEP only set for libraries used by the client library
+COMMON_DEPEND="
+   kernel_linux? (
+   sys-process/procps:0=
+   dev-libs/libaio:0=
+   )
+   >=sys-apps/sed-4
+   >=sys-apps/texinfo-4.7-r1
+   !dev-db/mariadb-connector-c[mysqlcompat]
+   jemalloc? ( dev-libs/jemalloc:0= )
+   tcmalloc? ( dev-util/google-perftools:0= )
+   systemtap? ( >=dev-util/systemtap-1.3:0= )
+   !yassl? (
+   !libressl? ( 
>=dev-libs/openssl-1.0.0:0=[${MULTILIB_USEDEP},static-libs?] )
+   libressl? ( 
dev-libs/libressl:0=[${MULTILIB_USEDEP},static-libs?] )
+   )
+   >=sys-libs/zlib-1.2.3:0=[${MULTILIB_USEDEP},static-libs?]
+   sys-libs/ncurses:0=
+   mroonga? ( app-text/groonga-normalizer-mysql )
+   kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] )
+   !bindist? (
+

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

2017-07-27 Thread Denis Dupeyron
commit: 11141bbd786edc21cb8ed30f5fbbf9db500cc433
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Thu Jul 27 22:00:21 2017 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Thu Jul 27 22:00:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11141bbd

media-video/kino: remove calchan from maintainer list

 media-video/kino/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/media-video/kino/metadata.xml b/media-video/kino/metadata.xml
index 3de8ecd0278..b66baaf03b7 100644
--- a/media-video/kino/metadata.xml
+++ b/media-video/kino/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-calc...@gentoo.org
-Denis Dupeyron
-  
   
 media-vi...@gentoo.org
 Gentoo Video project



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

2017-07-27 Thread Denis Dupeyron
commit: 4981b153b5860584e181c5a92093745068a782f6
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Thu Jul 27 21:58:36 2017 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Thu Jul 27 21:58:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4981b153

media-libs/libiec61883: remove calchan from maintainer list

 media-libs/libiec61883/metadata.xml | 6 --
 1 file changed, 6 deletions(-)

diff --git a/media-libs/libiec61883/metadata.xml 
b/media-libs/libiec61883/metadata.xml
index 79b6e93beae..d179585f3e6 100644
--- a/media-libs/libiec61883/metadata.xml
+++ b/media-libs/libiec61883/metadata.xml
@@ -5,12 +5,6 @@
media-vi...@gentoo.org
Gentoo Video project
 
-
-   calc...@gentoo.org
-   Denis Dupeyron
-   Main maintainer for this is the herd, please CC on
-   bugs.
-
 
 This library provides third generation media reception and transmission for DV,
 MPEG2-TS, and AMDTP (audio and music) using only raw1394 and not the 
complicated



[gentoo-commits] repo/gentoo:master commit in: app-office/homebank/

2017-07-27 Thread Denis Dupeyron
commit: 455814f2ff46e10f0cb87dab3fedd10faf96ecf8
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Thu Jul 27 21:48:33 2017 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Thu Jul 27 21:48:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455814f2

app-office/homebank: bump to 5.1.5, fix bug 622558

 app-office/homebank/Manifest  |  2 +-
 app-office/homebank/homebank-5.1.5.ebuild | 55 +++
 2 files changed, 56 insertions(+), 1 deletion(-)

diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest
index 027308891f3..96fce57e9fe 100644
--- a/app-office/homebank/Manifest
+++ b/app-office/homebank/Manifest
@@ -1,4 +1,4 @@
 DIST homebank-4.6.3.tar.gz 1899045 SHA256 
f6e31bb789d626b507c2af9d176a0bac0cbaec770ede73048ba7a6df113a6948 SHA512 
aab7374d90ffc52a40188eb334fc9b3461c299014d6134f236488991400fffe9f6dcb69247501857fe4caafbb08f0c5d729211b13551203f1231d136e99e024d
 WHIRLPOOL 
e8f6a421c64eb1bf6f2d97910e4687b00cf794fd27c8aff83ce9d39e18393a1984e73a44110ff5e87427fd0ed74963dcb997490d97614116800100daca5b
 DIST homebank-5.0.9.tar.gz 2734386 SHA256 
d0bc763e94da0cba544495b07070e79faecf1d5de0cfb092d126482525e062b7 SHA512 
832229de9812621bcce3037f1f70eb63cf96cb33468e0e76202ebe3a489544090d5b54fdc7b42feefaf7722c3f42c6d9bc45ee5fbd1b8638c2e54b65ea03357f
 WHIRLPOOL 
4cc8d4a062e4b2f94324307e2b8a8b63caf26095708a814d8561d8818046d6c9fb1d4608fb254366c97cbe0baa8c1d3986d3f233e1a4c32e7cd53ee1380a6add
-DIST homebank-5.1.1.tar.gz 2675174 SHA256 
9cd36ddc6931fd95ef5bcc6a723b3df0651b32e19465570d223c21ac1d5aa4bd SHA512 
46dea5ed5d134cb30aafaf6890853156753733a89266e2b83297315e4b2a4b570c73d89ff6aa12799a8bc502cc31a95174c09f273260049375f14fa896ce33c8
 WHIRLPOOL 
5074618039f5d7d6329f119ab4ab9644998e96c0961f5eecfd86514d574509d3fa967f888e4e3b4f1211049123c4acbe83a5b273f43524e209c800debe88b7f1
 DIST homebank-5.1.3.tar.gz 2686661 SHA256 
22b2baf2e66fee2f97c7a6050298aa6d2502d75f02f046259e4181512714fb73 SHA512 
c95ac2871c3219d734aeb35d11e1e678efc50e166e2f8c1f05971fd341ac1598d6d672bd4b7cd7bcc206443af5305c9e1eb0557c3fcaab1ea35f4950acdef103
 WHIRLPOOL 
0d6e6fc3ddc82a4aedaadec62c4743166b8718c44e1dec37767f332ef8437c58b7cb32b44e92e97450ad7b6f256e89ea57b12043f815423f24a4a8aff5b29646
+DIST homebank-5.1.5.tar.gz 2698391 SHA256 
5c3fd3478577e91a5d8e6e28fced58b5ad611eecb06e8f335a9585b817a1330f SHA512 
674a6385f427ba23039745b476d7474c9f41f0183d5a41d6fa340fe36cc9b0b3a4a3da30dfecc4c4c3b8bfc72aba751799a5750b71eaf28b1475d31e92e0
 WHIRLPOOL 
6c5cbaab7f08016934d12f14ed374c26c49204e27fcbef35dc4364042af0d34c7638634b597850d179513dcc3c5120798729ca55be4fd51573fe3dac58916bbb

diff --git a/app-office/homebank/homebank-5.1.5.ebuild 
b/app-office/homebank/homebank-5.1.5.ebuild
new file mode 100644
index 000..7fd086f1ad4
--- /dev/null
+++ b/app-office/homebank/homebank-5.1.5.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit xdg-utils eutils gnome2-utils
+
+DESCRIPTION="Free, easy, personal accounting for everyone"
+HOMEPAGE="http://homebank.free.fr/index.php;
+SRC_URI="http://homebank.free.fr/public/${P}.tar.gz;
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+ofx"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND=">=dev-libs/glib-2.39
+   >=net-libs/libsoup-2.26
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   >=x11-libs/gtk+-3.12:3
+   x11-libs/pango
+   ofx? ( >=dev-libs/libofx-0.8.3 )"
+DEPEND="${RDEPEND}
+   >=dev-lang/perl-5.8.1
+   dev-perl/XML-Parser
+   >=dev-util/intltool-0.40.5
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_prepare(){
+   echo src/hb-payee.c >> po/POTFILES.in || die
+   eapply_user
+}
+
+src_configure() {
+   econf $(use_with ofx)
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/homebank/

2017-07-27 Thread Denis Dupeyron
commit: 08c9a8077411305282ea7a9d3991c6c090613ebf
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Thu Jul 27 21:23:21 2017 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Thu Jul 27 21:48:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c9a807

app-office/homebank: remove unneeded 5.1.1

 app-office/homebank/homebank-5.1.1.ebuild | 50 ---
 1 file changed, 50 deletions(-)

diff --git a/app-office/homebank/homebank-5.1.1.ebuild 
b/app-office/homebank/homebank-5.1.1.ebuild
deleted file mode 100644
index e123addd900..000
--- a/app-office/homebank/homebank-5.1.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit fdo-mime eutils gnome2-utils
-
-DESCRIPTION="Free, easy, personal accounting for everyone"
-HOMEPAGE="http://homebank.free.fr/index.php;
-SRC_URI="http://homebank.free.fr/public/${P}.tar.gz;
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+ofx"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND=">=dev-libs/glib-2.39
-   >=net-libs/libsoup-2.26
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   >=x11-libs/gtk+-3.12:3
-   x11-libs/pango
-   ofx? ( >=dev-libs/libofx-0.8.3 )"
-DEPEND="${RDEPEND}
-   >=dev-lang/perl-5.8.1
-   dev-perl/XML-Parser
-   >=dev-util/intltool-0.40.5
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-   econf $(use_with ofx)
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/, sys-cluster/ceph/files/

2017-07-27 Thread Patrick McLean
commit: 4d88c3d017ed95dd0110eccf08f8aec5795c3e9c
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Jul 27 21:33:02 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Jul 27 21:33:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d88c3d0

sys-cluster/ceph: Drop old versions

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/ceph/Manifest  |   2 -
 sys-cluster/ceph/ceph-10.2.5-r1.ebuild | 265 --
 sys-cluster/ceph/ceph-10.2.5-r3.ebuild | 290 
 sys-cluster/ceph/ceph-10.2.5-r4.ebuild | 292 -
 sys-cluster/ceph/ceph-10.2.5-r5.ebuild | 292 -
 sys-cluster/ceph/ceph-10.2.6-r1.ebuild | 292 -
 sys-cluster/ceph/ceph-10.2.6.ebuild| 292 -
 sys-cluster/ceph/ceph-10.2.7.ebuild| 291 
 sys-cluster/ceph/files/ceph.initd-r1   |  48 --
 sys-cluster/ceph/files/ceph.initd-r3   |  40 -
 10 files changed, 2104 deletions(-)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index c24494e69f6..5f0cc0c6676 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -1,7 +1,5 @@
 DIST ceph-0.94.9.tar.gz 9044702 SHA256 
d5bc07e7aef75f74d75f0356e5dd2a17956cbad6bb552a1e96a0fabd80924050 SHA512 
ef4bbcc4429e22a2d924fd52dc42f522d5327f67ee8c1781d7cf602c2932a485cb48db21bdc33e7c7fbc968eec59c17882ebb18e6405599e11a3abc248f1d376
 WHIRLPOOL 
f348159e8d7dd5e1ac3810a51846f50f6cefdbc5fa4cd15c3127b1136eb960baca8ad8db33c78a5d6435720cf1e2c277e068d09f9b9dbcf0f8ad56d7ddd914dc
 DIST ceph-10.2.3.tar.gz 11596171 SHA256 
dca933aa14db67b404d836ef510bd418091978edc2f0c74dfc530ba0aa5e8994 SHA512 
9de1e6851fc343d2c52c72cec3f7887d998d5b588f1251ee3a1fda14427badfa10408e6691fb03a374a10f4ec9844868423fee70fbbe2c0d962af98481412f19
 WHIRLPOOL 
981ebca66113a07a5cc6e5934272a72b29a2c19e03398f7b622c11df6ea0a05339558dfc2f11504403cbbd0efe0b090ad59f4b86206b46db57587744091aa26a
-DIST ceph-10.2.5.tar.gz 14020700 SHA256 
82dd4271f18eb7b84ff16f273a5250a4a9e809bfaccce5a1cca493416332d5f4 SHA512 
4889aff38c8af781c2e3dce8f4ee51864db0a27c6294774345d2c1b047588ec31354ad41f799e2f0d0a966dc372d76c9bdbfb93f30a0718ea9d7c2b7a645d0f8
 WHIRLPOOL 
986a6ac35612a732d2a9a73277525679f9da729601c7e3f82b83e7e8ee2eb4245c98cdf5c4462ae1c789cb3d120a2c4a7eb9a3958b072db5e743b2c015269dfc
-DIST ceph-10.2.6.tar.gz 14500365 SHA256 
ad32c549d0ce6de581b5e1c6c7eba38e0f6658aaf8a91990e602f7c64c5e48c7 SHA512 
c4321e27a6f8983f69435316c35858ab2b8b620cd80663a5471447c7489d867aef30b22541ca9648a7dcf9d931d04055e29d87dea3a6e94963fb360d06713dee
 WHIRLPOOL 
bd886105b47b6cfaeeff882f1d21d710442880c31a1943298db0904a453d67da71519c8fe5e1dd0377480b5413c90bf8ae4bed6bd99bfc53e4696f8b8031c23a
 DIST ceph-10.2.7.tar.gz 14518491 SHA256 
2cdfeaa9a08e94c2d35f540b450bbf64b2a694bd537679834185e98fc59d8ba2 SHA512 
7e0686e9efa4ddd9d548f4145b448f8232f1ca29b08428daa5cd60a74ce26f1176a1f2ebbf2ac1761d9e6c1d364a5ffa194d2b3a18a8111f59b7c27f7a1d7734
 WHIRLPOOL 
b6b6902230401b5f4c6f27801f315678bdc7b99aab4e50b54d941fc3a425b4f0fa9390484f2e12d6b4f962253fb8772fb706dad35d490b4542b06db166fab59b
 DIST ceph-10.2.8.tar.gz 14548472 SHA256 
f284743b007cbb61fc9849dc2249942886116c2cb2abcd346d2304d52b16eaaa SHA512 
1f3bf81bf6745033e034c3c4e4f05db5c39b2e8435da20fc130971559e8fde0d640bf00bfaafb374d24c45f873e7d768ae9d7d8cd3388347f5804c4bfc303f09
 WHIRLPOOL 
a8bf29ff913c08d423beb0fefa792c06a653d8ac00bd698b7f77bbaf4657f0530ad5a43043dabb24308ed5a4e569fec53130a78d78d8eddf16026a942de8cc40
 DIST ceph-10.2.9.tar.gz 14550219 SHA256 
3d93f4fc4a66b1d9f9ce43f65868dc18287cea32fbb2c7421faca6aed2b52a80 SHA512 
1d59146614aa87ca551b05b795a684071a3cfb4ce6013e978ba650403c6732b2aa13f3c3cc191e6a1ea34b4631c82e97700593c24e200c41ec2f2b43b3ef5547
 WHIRLPOOL 
42215d33c4f617087e1b0ef81cd41b42330c3605acf625b0668d44eba9e982239683b466a1cc1a6f926fc1d439dfd6be4ce220f783da7d2214d36a2a6cc9181f

diff --git a/sys-cluster/ceph/ceph-10.2.5-r1.ebuild 
b/sys-cluster/ceph/ceph-10.2.5-r1.ebuild
deleted file mode 100644
index 1e82394dbed..000
--- a/sys-cluster/ceph/ceph-10.2.5-r1.ebuild
+++ /dev/null
@@ -1,265 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-
-inherit check-reqs autotools eutils python-r1 udev user \
-   readme.gentoo-r1 systemd versionator flag-o-matic
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="
-   git://github.com/ceph/ceph.git
-   https://github.com/ceph/ceph.git;
-   SRC_URI=""
-else
-   SRC_URI="http://ceph.com/download/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-fi
-
-DESCRIPTION="Ceph distributed filesystem"
-HOMEPAGE="http://ceph.com/;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-IUSE="babeltrace cephfs cryptopp debug fuse gtk jemalloc ldap 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/, sys-cluster/ceph/files/

2017-07-27 Thread Patrick McLean
commit: 4c55d60a47fc9a1a81e185850c042c00d6534e5e
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Jul 27 21:22:55 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Jul 27 21:26:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c55d60a

sys-cluster/ceph: Remove empty files/ceph-mon_at.service.conf

Gentoo-Bug: 622418

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/ceph/ceph-0.94.9.ebuild | 3 +--
 sys-cluster/ceph/ceph-10.2.3-r2.ebuild  | 3 +--
 sys-cluster/ceph/ceph-10.2.5-r1.ebuild  | 1 -
 sys-cluster/ceph/ceph-10.2.5-r3.ebuild  | 1 -
 sys-cluster/ceph/ceph-10.2.5-r4.ebuild  | 1 -
 sys-cluster/ceph/ceph-10.2.5-r5.ebuild  | 1 -
 sys-cluster/ceph/ceph-10.2.6-r1.ebuild  | 1 -
 sys-cluster/ceph/ceph-10.2.6.ebuild | 1 -
 sys-cluster/ceph/ceph-10.2.7-r1.ebuild  | 1 -
 sys-cluster/ceph/ceph-10.2.7.ebuild | 1 -
 sys-cluster/ceph/ceph-10.2.8.ebuild | 1 -
 sys-cluster/ceph/ceph-9.2.1-r2.ebuild   | 3 +--
 sys-cluster/ceph/files/ceph-mon_at.service.conf | 0
 13 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/sys-cluster/ceph/ceph-0.94.9.ebuild 
b/sys-cluster/ceph/ceph-0.94.9.ebuild
index 01fbc561d1f..a72ed5527d9 100644
--- a/sys-cluster/ceph/ceph-0.94.9.ebuild
+++ b/sys-cluster/ceph/ceph-0.94.9.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
@@ -157,7 +157,6 @@ src_install() {
systemd_newunit  "${FILESDIR}/ceph-osd_at.service"  
"ceph-osd@.service"
systemd_install_serviced "${FILESDIR}/ceph-osd_at.service.conf" 
"ceph-osd@.service"
systemd_newunit  "${FILESDIR}/ceph-mon_at.service"  
"ceph-mon@.service"
-   systemd_install_serviced "${FILESDIR}/ceph-mon_at.service.conf" 
"ceph-mon@.service"
 
python_fix_shebang \
"${ED}"/usr/sbin/{ceph-disk,ceph-create-keys} \

diff --git a/sys-cluster/ceph/ceph-10.2.3-r2.ebuild 
b/sys-cluster/ceph/ceph-10.2.3-r2.ebuild
index 9985ce30565..6e64a45da44 100644
--- a/sys-cluster/ceph/ceph-10.2.3-r2.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -248,7 +248,6 @@ src_install() {
 
systemd_install_serviced "${FILESDIR}/ceph-mds_at.service.conf" 
"ceph-mds@.service"
systemd_install_serviced "${FILESDIR}/ceph-osd_at.service.conf" 
"ceph-osd@.service"
-   systemd_install_serviced "${FILESDIR}/ceph-mon_at.service.conf" 
"ceph-mon@.service"
 
udev_dorules udev/*.rules
 

diff --git a/sys-cluster/ceph/ceph-10.2.5-r1.ebuild 
b/sys-cluster/ceph/ceph-10.2.5-r1.ebuild
index 6d87b25f362..919a26b53c0 100644
--- a/sys-cluster/ceph/ceph-10.2.5-r1.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.5-r1.ebuild
@@ -247,7 +247,6 @@ src_install() {
 
systemd_install_serviced "${FILESDIR}/ceph-mds_at.service.conf" 
"ceph-mds@.service"
systemd_install_serviced "${FILESDIR}/ceph-osd_at.service.conf" 
"ceph-osd@.service"
-   systemd_install_serviced "${FILESDIR}/ceph-mon_at.service.conf" 
"ceph-mon@.service"
 
udev_dorules udev/*.rules
 

diff --git a/sys-cluster/ceph/ceph-10.2.5-r3.ebuild 
b/sys-cluster/ceph/ceph-10.2.5-r3.ebuild
index b64ba9f1485..dfde5fddbbf 100644
--- a/sys-cluster/ceph/ceph-10.2.5-r3.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.5-r3.ebuild
@@ -272,7 +272,6 @@ src_install() {
 
systemd_install_serviced "${FILESDIR}/ceph-mds_at.service.conf" 
"ceph-mds@.service"
systemd_install_serviced "${FILESDIR}/ceph-osd_at.service.conf" 
"ceph-osd@.service"
-   systemd_install_serviced "${FILESDIR}/ceph-mon_at.service.conf" 
"ceph-mon@.service"
 
udev_dorules udev/*.rules
 

diff --git a/sys-cluster/ceph/ceph-10.2.5-r4.ebuild 
b/sys-cluster/ceph/ceph-10.2.5-r4.ebuild
index 2cac94d409d..ceb7710b214 100644
--- a/sys-cluster/ceph/ceph-10.2.5-r4.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.5-r4.ebuild
@@ -274,7 +274,6 @@ src_install() {
 
systemd_install_serviced "${FILESDIR}/ceph-mds_at.service.conf" 
"ceph-mds@.service"
systemd_install_serviced "${FILESDIR}/ceph-osd_at.service.conf" 
"ceph-osd@.service"
-   systemd_install_serviced "${FILESDIR}/ceph-mon_at.service.conf" 
"ceph-mon@.service"
 
udev_dorules udev/*.rules
 

diff --git a/sys-cluster/ceph/ceph-10.2.5-r5.ebuild 
b/sys-cluster/ceph/ceph-10.2.5-r5.ebuild
index 6a70d39196b..a291cf3e5c6 100644
--- a/sys-cluster/ceph/ceph-10.2.5-r5.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.5-r5.ebuild
@@ -274,7 +274,6 @@ src_install() {
 
systemd_install_serviced "${FILESDIR}/ceph-mds_at.service.conf" 
"ceph-mds@.service"
systemd_install_serviced 

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

2017-07-27 Thread Patrick McLean
commit: ecc6515827523edc0fb1de215df9a5437e6af8da
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Jul 27 21:25:19 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Jul 27 21:26:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc65158

sys-cluster/ceph: Update dep on sys-fs/fuse to include slot

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/ceph/ceph-0.94.9.ebuild| 2 +-
 sys-cluster/ceph/ceph-10.2.3-r2.ebuild | 2 +-
 sys-cluster/ceph/ceph-10.2.5-r1.ebuild | 2 +-
 sys-cluster/ceph/ceph-10.2.5-r3.ebuild | 2 +-
 sys-cluster/ceph/ceph-10.2.5-r4.ebuild | 2 +-
 sys-cluster/ceph/ceph-10.2.5-r5.ebuild | 2 +-
 sys-cluster/ceph/ceph-10.2.6-r1.ebuild | 2 +-
 sys-cluster/ceph/ceph-10.2.6.ebuild| 2 +-
 sys-cluster/ceph/ceph-10.2.7-r1.ebuild | 2 +-
 sys-cluster/ceph/ceph-10.2.7.ebuild| 2 +-
 sys-cluster/ceph/ceph-10.2.8.ebuild| 2 +-
 sys-cluster/ceph/ceph-9.2.1-r2.ebuild  | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/sys-cluster/ceph/ceph-0.94.9.ebuild 
b/sys-cluster/ceph/ceph-0.94.9.ebuild
index a72ed5527d9..8ee34507772 100644
--- a/sys-cluster/ceph/ceph-0.94.9.ebuild
+++ b/sys-cluster/ceph/ceph-0.94.9.ebuild
@@ -41,7 +41,7 @@ COMMON_DEPEND="
sys-apps/util-linux
dev-libs/libxml2
babeltrace? ( dev-util/babeltrace )
-   fuse? ( sys-fs/fuse )
+   fuse? ( sys-fs/fuse:0 )
libatomic? ( dev-libs/libatomic_ops )
xfs? ( sys-fs/xfsprogs )
zfs? ( sys-fs/zfs )

diff --git a/sys-cluster/ceph/ceph-10.2.3-r2.ebuild 
b/sys-cluster/ceph/ceph-10.2.3-r2.ebuild
index 6e64a45da44..48ba0a48e0d 100644
--- a/sys-cluster/ceph/ceph-10.2.3-r2.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.3-r2.ebuild
@@ -46,7 +46,7 @@ COMMON_DEPEND="
radosgw? ( dev-libs/fcgi )
ldap? ( net-nds/openldap )
babeltrace? ( dev-util/babeltrace )
-   fuse? ( sys-fs/fuse )
+   fuse? ( sys-fs/fuse:0 )
xfs? ( sys-fs/xfsprogs )
zfs? ( sys-fs/zfs )
gtk? (

diff --git a/sys-cluster/ceph/ceph-10.2.5-r1.ebuild 
b/sys-cluster/ceph/ceph-10.2.5-r1.ebuild
index 919a26b53c0..1e82394dbed 100644
--- a/sys-cluster/ceph/ceph-10.2.5-r1.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.5-r1.ebuild
@@ -46,7 +46,7 @@ COMMON_DEPEND="
radosgw? ( dev-libs/fcgi )
ldap? ( net-nds/openldap )
babeltrace? ( dev-util/babeltrace )
-   fuse? ( sys-fs/fuse )
+   fuse? ( sys-fs/fuse:0 )
xfs? ( sys-fs/xfsprogs )
zfs? ( sys-fs/zfs )
gtk? (

diff --git a/sys-cluster/ceph/ceph-10.2.5-r3.ebuild 
b/sys-cluster/ceph/ceph-10.2.5-r3.ebuild
index dfde5fddbbf..23faa9a8c48 100644
--- a/sys-cluster/ceph/ceph-10.2.5-r3.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.5-r3.ebuild
@@ -46,7 +46,7 @@ COMMON_DEPEND="
radosgw? ( dev-libs/fcgi )
ldap? ( net-nds/openldap )
babeltrace? ( dev-util/babeltrace )
-   fuse? ( sys-fs/fuse )
+   fuse? ( sys-fs/fuse:0 )
xfs? ( sys-fs/xfsprogs )
zfs? ( sys-fs/zfs )
gtk? (

diff --git a/sys-cluster/ceph/ceph-10.2.5-r4.ebuild 
b/sys-cluster/ceph/ceph-10.2.5-r4.ebuild
index ceb7710b214..072e143d578 100644
--- a/sys-cluster/ceph/ceph-10.2.5-r4.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.5-r4.ebuild
@@ -46,7 +46,7 @@ COMMON_DEPEND="
radosgw? ( dev-libs/fcgi )
ldap? ( net-nds/openldap )
babeltrace? ( dev-util/babeltrace )
-   fuse? ( sys-fs/fuse )
+   fuse? ( sys-fs/fuse:0 )
xfs? ( sys-fs/xfsprogs )
zfs? ( sys-fs/zfs )
gtk? (

diff --git a/sys-cluster/ceph/ceph-10.2.5-r5.ebuild 
b/sys-cluster/ceph/ceph-10.2.5-r5.ebuild
index a291cf3e5c6..81523b24898 100644
--- a/sys-cluster/ceph/ceph-10.2.5-r5.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.5-r5.ebuild
@@ -46,7 +46,7 @@ COMMON_DEPEND="
radosgw? ( dev-libs/fcgi )
ldap? ( net-nds/openldap )
babeltrace? ( dev-util/babeltrace )
-   fuse? ( sys-fs/fuse )
+   fuse? ( sys-fs/fuse:0 )
xfs? ( sys-fs/xfsprogs )
zfs? ( sys-fs/zfs )
gtk? (

diff --git a/sys-cluster/ceph/ceph-10.2.6-r1.ebuild 
b/sys-cluster/ceph/ceph-10.2.6-r1.ebuild
index 8836e8dda1f..843b516b452 100644
--- a/sys-cluster/ceph/ceph-10.2.6-r1.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.6-r1.ebuild
@@ -46,7 +46,7 @@ COMMON_DEPEND="
radosgw? ( dev-libs/fcgi )
ldap? ( net-nds/openldap )
babeltrace? ( dev-util/babeltrace )
-   fuse? ( sys-fs/fuse )
+   fuse? ( sys-fs/fuse:0 )
xfs? ( sys-fs/xfsprogs )
zfs? ( sys-fs/zfs )
gtk? (

diff --git a/sys-cluster/ceph/ceph-10.2.6.ebuild 
b/sys-cluster/ceph/ceph-10.2.6.ebuild
index 82e7a077ffe..df59b17133e 100644
--- a/sys-cluster/ceph/ceph-10.2.6.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.6.ebuild
@@ -46,7 +46,7 @@ COMMON_DEPEND="
radosgw? ( dev-libs/fcgi )
ldap? ( net-nds/openldap )
babeltrace? ( dev-util/babeltrace )
-   fuse? ( sys-fs/fuse )
+   fuse? ( 

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

2017-07-27 Thread Patrick McLean
commit: e0fb92b870e098a3fe39c2ce2cf54fd56bdfe5d1
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Jul 27 21:20:09 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Jul 27 21:26:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0fb92b8

sys-cluster/ceph: Version bump to 10.2.9

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/ceph/Manifest   |   1 +
 sys-cluster/ceph/ceph-10.2.9.ebuild | 294 
 2 files changed, 295 insertions(+)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 797645c3fe5..c24494e69f6 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -4,4 +4,5 @@ DIST ceph-10.2.5.tar.gz 14020700 SHA256 
82dd4271f18eb7b84ff16f273a5250a4a9e809bf
 DIST ceph-10.2.6.tar.gz 14500365 SHA256 
ad32c549d0ce6de581b5e1c6c7eba38e0f6658aaf8a91990e602f7c64c5e48c7 SHA512 
c4321e27a6f8983f69435316c35858ab2b8b620cd80663a5471447c7489d867aef30b22541ca9648a7dcf9d931d04055e29d87dea3a6e94963fb360d06713dee
 WHIRLPOOL 
bd886105b47b6cfaeeff882f1d21d710442880c31a1943298db0904a453d67da71519c8fe5e1dd0377480b5413c90bf8ae4bed6bd99bfc53e4696f8b8031c23a
 DIST ceph-10.2.7.tar.gz 14518491 SHA256 
2cdfeaa9a08e94c2d35f540b450bbf64b2a694bd537679834185e98fc59d8ba2 SHA512 
7e0686e9efa4ddd9d548f4145b448f8232f1ca29b08428daa5cd60a74ce26f1176a1f2ebbf2ac1761d9e6c1d364a5ffa194d2b3a18a8111f59b7c27f7a1d7734
 WHIRLPOOL 
b6b6902230401b5f4c6f27801f315678bdc7b99aab4e50b54d941fc3a425b4f0fa9390484f2e12d6b4f962253fb8772fb706dad35d490b4542b06db166fab59b
 DIST ceph-10.2.8.tar.gz 14548472 SHA256 
f284743b007cbb61fc9849dc2249942886116c2cb2abcd346d2304d52b16eaaa SHA512 
1f3bf81bf6745033e034c3c4e4f05db5c39b2e8435da20fc130971559e8fde0d640bf00bfaafb374d24c45f873e7d768ae9d7d8cd3388347f5804c4bfc303f09
 WHIRLPOOL 
a8bf29ff913c08d423beb0fefa792c06a653d8ac00bd698b7f77bbaf4657f0530ad5a43043dabb24308ed5a4e569fec53130a78d78d8eddf16026a942de8cc40
+DIST ceph-10.2.9.tar.gz 14550219 SHA256 
3d93f4fc4a66b1d9f9ce43f65868dc18287cea32fbb2c7421faca6aed2b52a80 SHA512 
1d59146614aa87ca551b05b795a684071a3cfb4ce6013e978ba650403c6732b2aa13f3c3cc191e6a1ea34b4631c82e97700593c24e200c41ec2f2b43b3ef5547
 WHIRLPOOL 
42215d33c4f617087e1b0ef81cd41b42330c3605acf625b0668d44eba9e982239683b466a1cc1a6f926fc1d439dfd6be4ce220f783da7d2214d36a2a6cc9181f
 DIST ceph-9.2.1.tar.gz 9933444 SHA256 
1918dfc3df80df5986c5b7ff6bc6c78064eef0f6c5e8269dba30e08c703a7c2f SHA512 
1e84c1e2d64f4156a523658ed11552b045f75986922b7b7dbaf4719e73a0a6aadc71eb2b94ae363526f729534a592921a437468a41a3cea88c1b84e09de8505a
 WHIRLPOOL 
3a0eb6712e5b0235707e86129e1d66f1184f50cd4980c30f6d8cc0e7dfd96d30b91177ed16dd7abf2ad4983c6a543eb91915f74f661f7d3e3c810b5b1d656aca

diff --git a/sys-cluster/ceph/ceph-10.2.9.ebuild 
b/sys-cluster/ceph/ceph-10.2.9.ebuild
new file mode 100644
index 000..1dff5e6b0d1
--- /dev/null
+++ b/sys-cluster/ceph/ceph-10.2.9.ebuild
@@ -0,0 +1,294 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit check-reqs autotools eutils python-r1 udev user \
+   readme.gentoo-r1 systemd versionator flag-o-matic
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="
+   git://github.com/ceph/ceph.git
+   https://github.com/ceph/ceph.git;
+   SRC_URI=""
+else
+   SRC_URI="http://download.ceph.com/tarballs/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+DESCRIPTION="Ceph distributed filesystem"
+HOMEPAGE="http://ceph.com/;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+IUSE="babeltrace cephfs cryptopp debug fuse gtk jemalloc ldap +libaio"
+IUSE+=" libatomic lttng +nss +radosgw static-libs +tcmalloc test xfs zfs"
+
+# unbundling code commented out pending bugs 584056 and 584058
+#>=dev-libs/jerasure-2.0.0-r1
+#>=dev-libs/gf-complete-2.0.0
+COMMON_DEPEND="
+   app-arch/snappy:=
+   sys-libs/zlib:=
+   app-arch/lz4:=
+   app-arch/bzip2:=
+   app-arch/zstd:=
+   dev-libs/boost:=[threads]
+   dev-libs/libaio:=
+   dev-libs/leveldb:=[snappy]
+   nss? ( dev-libs/nss:= )
+   libatomic? ( dev-libs/libatomic_ops:= )
+   cryptopp? ( dev-libs/crypto++:= )
+   sys-apps/keyutils
+   sys-apps/util-linux
+   dev-libs/libxml2:=
+   radosgw? ( dev-libs/fcgi:= )
+   ldap? ( net-nds/openldap:= )
+   babeltrace? ( dev-util/babeltrace )
+   fuse? ( sys-fs/fuse:0= )
+   xfs? ( sys-fs/xfsprogs:= )
+   zfs? ( sys-fs/zfs:= )
+   gtk? (
+   x11-libs/gtk+:2=
+   dev-cpp/gtkmm:2.4
+   gnome-base/librsvg:=
+   )
+   radosgw? (
+   dev-libs/fcgi:=
+   dev-libs/expat:=
+   net-misc/curl:=
+   )
+   jemalloc? ( dev-libs/jemalloc:= )
+   !jemalloc? ( dev-util/google-perftools )
+   lttng? ( dev-util/lttng-ust:= )
+   ${PYTHON_DEPS}
+   "

[gentoo-commits] repo/gentoo:master commit in: dev-lang/R/

2017-07-27 Thread Denis Dupeyron
commit: 7a407ebe8625949ede4b7532b95363b2061f7904
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Thu Jul 27 21:19:02 2017 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Thu Jul 27 21:19:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a407ebe

dev-lang/R: remove calchan from maintainer list

 dev-lang/R/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-lang/R/metadata.xml b/dev-lang/R/metadata.xml
index 30cef9895e3..8972d9ed88c 100644
--- a/dev-lang/R/metadata.xml
+++ b/dev-lang/R/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-calc...@gentoo.org
-Denis Dupeyron
-  
   
 sci-mathemat...@gentoo.org
 Gentoo Mathematics Project



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

2017-07-27 Thread Robin H. Johnson
commit: 15e2a359852b0253e6249d8215494123de9529cc
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Jul 27 21:18:51 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Jul 27 21:19:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e2a359

sci-mathematics/glpk: bump.

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=626224
Package-Manager: portage-2.3.6

 sci-mathematics/glpk/Manifest  |  1 +
 .../files/glpk-4.63-debundle-system-libs.patch | 94 ++
 sci-mathematics/glpk/glpk-4.63.ebuild  | 62 ++
 3 files changed, 157 insertions(+)

diff --git a/sci-mathematics/glpk/Manifest b/sci-mathematics/glpk/Manifest
index 4cd6181920b..871b1b8e1ea 100644
--- a/sci-mathematics/glpk/Manifest
+++ b/sci-mathematics/glpk/Manifest
@@ -5,3 +5,4 @@ DIST glpk-4.55.tar.gz 3424345 SHA256 
37090d7f16796ec1034496e182a39d5cc8bb7c9fb5d
 DIST glpk-4.57.tar.gz 3782998 SHA256 
7323b2a7cc1f13e45fc845f0fdca74f4daea2af716f5ad2d4d55b41e8394275c SHA512 
1979e59b96ce359168a81b720207045916f66c5755023b02c2e197e5a713d456165d94f1e40830547dc072de865f94e3b3a4d8e66d5d15aeb93f304f1893fe48
 WHIRLPOOL 
225760810ae9efbff31d0238dff08d966db5167e9b61a79f960d03b6d6bdaa2ed7d9b1e7608a99418d5346d3e8ddbe8b58f0d561aaacb292decf235b821fbc62
 DIST glpk-4.60.tar.gz 4160915 SHA256 
1356620cb0a0d33ac3411dd49d9fd40d53ece73eaec8f6b8d19a77887ff5e297 SHA512 
521bc48c588318fe6075eb66b1c43465200039f64b105b4a24f9f6eb9bb4742c7ebc96750ce999f64c60d6531486476386467dd41e949f1a00cba0cf00fbe20a
 WHIRLPOOL 
dfde976f9a32ba1751d1a0748c21023e0df802a1f22501c70091cbfb273bde8b73951eceb2a0768bc5634d6786c1cdb109e36af78e72ac7825fa9743737721f4
 DIST glpk-4.61.tar.gz 4116291 SHA256 
9866de4182d4ce21da11b88573b66bb7858574f89c28be6967ac22dfaba9 SHA512 
0bcf89b62a2b3f565356b7ae538c5af6f3b4283234827c4212284d4924ce93980f6971f51313f1c08790e23e860771545dc58fdb8b35405d37404589683f40a1
 WHIRLPOOL 
01228c555ba7d17668a35a80bdf37dba00a1a105291288aa5ebef43c3ea3999e81042e0f98b5bfbfd7d44804a79014281120aaf10ca181be1b0615b97925407c
+DIST glpk-4.63.tar.gz 4131787 SHA256 
914d27f1a51c2bf4a51f1bd4a507f875fcca99db7b219380b836a25b29b3e7f6 SHA512 
3ee9b9ec5322282a9c62b2ee209fc7760383a6a764ef3816445ffb66f15ed4d00309bff1b98d50c243b58aa74f83072afde45c389799e637e11e86f4db45276c
 WHIRLPOOL 
30facc4776e3db4232ff2924452ee0601bda78b3888f162a12e84af2f2232fbcbd986a9e849a6ce38fa19688c45eb6c6852ca76cc277ea5324e8a55fe899088e

diff --git a/sci-mathematics/glpk/files/glpk-4.63-debundle-system-libs.patch 
b/sci-mathematics/glpk/files/glpk-4.63-debundle-system-libs.patch
new file mode 100644
index 000..e836219d0ad
--- /dev/null
+++ b/sci-mathematics/glpk/files/glpk-4.63-debundle-system-libs.patch
@@ -0,0 +1,94 @@
+Remove suitesparse (camd,colamd) and zlib bundles
+bicatali - apr 2014
+Updated for 4.57 by soap (Jan 2016)
+Updated for 4.60 by bicatali (Dec 2016)
+Updated for 4.63 by bicatali (Jul 2017)
+
+diff -Nuar --exclude '*.orig' --exclude '*.rej' --exclude '*~' 
glpk-4.63.orig/configure.ac glpk-4.63/configure.ac
+--- glpk-4.63.orig/configure.ac2017-07-25 00:00:00.0 -0700
 glpk-4.63/configure.ac 2017-07-27 14:10:47.986520907 -0700
+@@ -69,6 +69,11 @@
+ dnl Check for math library
+ AC_CHECK_LIB([m], [exp])
+ 
++AC_CHECK_LIB([amd], [amd_1])
++AC_CHECK_LIB([colamd], [colamd])
++AC_CHECK_HEADER([amd.h])
++AC_CHECK_LIB([z], [gzopen])
++
+ dnl Check for  header
+ AC_CHECK_HEADER([sys/time.h],
+AC_DEFINE([HAVE_SYS_TIME_H], [1], [N/A]))
+diff -Nuar --exclude '*.orig' --exclude '*.rej' --exclude '*~' 
glpk-4.63.orig/src/Makefile.am glpk-4.63/src/Makefile.am
+--- glpk-4.63.orig/src/Makefile.am 2017-07-25 00:00:00.0 -0700
 glpk-4.63/src/Makefile.am  2017-07-27 14:11:30.841536062 -0700
+@@ -6,18 +6,15 @@
+ 
+ libglpk_la_CPPFLAGS = \
+ -I$(srcdir) \
+--I$(srcdir)/amd \
+ -I$(srcdir)/api \
+ -I$(srcdir)/bflib \
+ -I$(srcdir)/cglib \
+--I$(srcdir)/colamd \
+ -I$(srcdir)/env \
+ -I$(srcdir)/minisat \
+ -I$(srcdir)/misc \
+ -I$(srcdir)/mpl \
+ -I$(srcdir)/proxy \
+--I$(srcdir)/simplex \
+--I$(srcdir)/zlib
++-I$(srcdir)/simplex
+ 
+ libglpk_la_LDFLAGS = \
+ -version-info 42:2:2 \
+@@ -57,18 +54,6 @@
+ glpssx01.c \
+ glpssx02.c \
+ lux.c \
+-amd/amd_1.c \
+-amd/amd_2.c \
+-amd/amd_aat.c \
+-amd/amd_control.c \
+-amd/amd_defaults.c \
+-amd/amd_dump.c \
+-amd/amd_info.c \
+-amd/amd_order.c \
+-amd/amd_post_tree.c \
+-amd/amd_postorder.c \
+-amd/amd_preprocess.c \
+-amd/amd_valid.c \
+ api/advbas.c \
+ api/asnhall.c \
+ api/asnlp.c \
+@@ -142,7 +127,6 @@
+ cglib/gmigen.c \
+ cglib/mirgen.c \
+ cglib/spv.c \
+-colamd/colamd.c \
+ env/alloc.c \
+ env/dlsup.c \
+ env/env.c \
+@@ -196,21 +180,6 @@
+ simplex/spxprob.c \
+ simplex/spychuzc.c \
+ simplex/spychuzr.c \
+-simplex/spydual.c \
+-zlib/adler32.c \
+-zlib/compress.c \
+-zlib/crc32.c \
+-zlib/deflate.c \
+-zlib/gzclose.c \
+-zlib/gzlib.c \
+-zlib/gzread.c \
+-zlib/gzwrite.c \
+-zlib/inffast.c \
+-zlib/inflate.c \

[gentoo-commits] repo/gentoo:master commit in: dev-embedded/gnome-avrdude/

2017-07-27 Thread Denis Dupeyron
commit: c63e93724d056378c43421f3913f5e98ea3474ea
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Thu Jul 27 21:15:34 2017 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Thu Jul 27 21:16:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63e9372

dev-embedded/gnome-avrdude: remove calchan from maintainer list

 dev-embedded/gnome-avrdude/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-embedded/gnome-avrdude/metadata.xml 
b/dev-embedded/gnome-avrdude/metadata.xml
index 9b410281721..13dbe726149 100644
--- a/dev-embedded/gnome-avrdude/metadata.xml
+++ b/dev-embedded/gnome-avrdude/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   calc...@gentoo.org
-   Denis Dupeyron
-   

embed...@gentoo.org
Embedded Gentoo



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

2017-07-27 Thread Sergei Trofimovich
commit: 3fa01eb15669e6e70bd8dab1f1c4e4f905c504bf
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jul 27 21:03:15 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul 27 21:13:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa01eb1

net-misc/memcached: ia64 stable, bug #625494

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 net-misc/memcached/memcached-1.4.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/memcached/memcached-1.4.39.ebuild 
b/net-misc/memcached/memcached-1.4.39.ebuild
index 85d691cdb47..451cae86ec6 100644
--- a/net-misc/memcached/memcached-1.4.39.ebuild
+++ b/net-misc/memcached/memcached-1.4.39.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="test slabs-reassign debug sasl selinux" # hugetlbfs later
 
 RDEPEND=">=dev-libs/libevent-1.4:=



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2017-07-27 Thread Jeroen Roovers
commit: 2010e14c70e2a933651640e3e28868b1da6ef0f9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 27 21:08:07 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 27 21:08:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2010e14c

x11-drivers/nvidia-drivers: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-drivers/nvidia-drivers/Manifest|   6 -
 .../nvidia-drivers/nvidia-drivers-384.47.ebuild| 570 -
 2 files changed, 576 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 1b58c638fc8..8e2637aed7b 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -5,7 +5,6 @@ DIST NVIDIA-FreeBSD-x86-375.39.tar.gz 59111267 SHA256 
ca39ab55716516bbca62fc888e
 DIST NVIDIA-FreeBSD-x86-375.66.tar.gz 59154988 SHA256 
b664c4796626213e7bee4cace75bf576ffa2943ca26a0414bcf598c8e6ff5614 SHA512 
b034d8bb569d7b4f277aabef9d82c7928c345c27fd25b77d5d843f0e587c9e3f641e1860f4459a06ab3e1e68460743d04553ce919b4c8ecd2a3b624875c78c52
 WHIRLPOOL 
9385aca80b3cf3d00a1b7686a43edcc5c9d7fb20a7223c0642676cb1d084a1cfc19b1e32babfb72b397e651cf3a0ef1adf71f45fc4a8f826476b68407c00497d
 DIST NVIDIA-FreeBSD-x86-378.13.tar.gz 59610253 SHA256 
aca461f050950f1a3a81137ec8adf2057deaa20ad166bdd4ce8f3e34616e7a98 SHA512 
a0101201089df2bbf5bdc4ded2228dd989da6a47da31c3ec8d55916b1ff3457924555f82c7381934745fdc1b1f8f78e3fc10e5089279eb13423628dbfe560c6b
 WHIRLPOOL 
ac67d07d3ffb0959f685b7d59de152ba8fc97e11c30ed3f1a200511bcaf3de1cd1879147f37fde66a1c8d13dd327aac8a9ac78d42cc9656ef79e3180897aaef1
 DIST NVIDIA-FreeBSD-x86-381.22.tar.gz 60112159 SHA256 
f309408941c7d393fe51b2356bd424791558b70f8f17f8856fbbefb1bcf74138 SHA512 
ffe5882051fad081854e7b7fefe86a4da55b263b2ca217664991a7e0d84ff2f22d62a37c89afd578f3c99c12be897e5db7a3d1c71c747df655af8e220eb983fa
 WHIRLPOOL 
42bd9205e28d067b1f7417607da21cd66411cefbd1cec74807bbdcee2255e758df2eb15f79a0c3fe1dde7d9f010cfcf648bb6a5890b4637ea7f799cc0810340d
-DIST NVIDIA-FreeBSD-x86-384.47.tar.gz 63215105 SHA256 
c9841ec87c1c73c773ca174a7067786c3e4d45fd2a3d86da8ce3c84e9554830c SHA512 
7dd0a596b6a4421cb7903facecf2453327aef4ce0a030fd3c37629e7a9b0e6f68ff10697fa5e2066055bddb5fc64b6c4a2a08cfcb7fdc0caa82be97de5b684f3
 WHIRLPOOL 
19a6d2c3f28b3dce2ba7c79a370c6d7529dc0f9cf1829d68771e9d5695f1a3d919ee292964c4476b97d10e52d4b3072c9e5eca77568926fa2d1066ab54cf83eb
 DIST NVIDIA-FreeBSD-x86-384.59.tar.gz 63257550 SHA256 
0ae4aeb3beab6be586cd76f193d03ee7aa7397c66bfcdc84ab6629f808543bb0 SHA512 
00598c3fe0d2361e0a8cf945fee19edb884c3bba059000d5103ea45c1f36a06238017752130ac7d8cdca0a7be87109dbb76b5cd318a5263495cbf0b91fc45fb9
 WHIRLPOOL 
12a9d4d5fbe5af9370e40ecea9fff7b9ffd868da988dd69bc9ad9b27529401a7f910f7013cb1a3765b5edd175c9c97eab0ecdce858c44adf5d8e6450ddcb38ee
 DIST NVIDIA-FreeBSD-x86-96.43.23.tar.gz 15463464 SHA256 
18d855db8381eda1a6cf548c9e5095fc5bb8694bf1d6e24fc1072fba4e54cd78 SHA512 
42d7b1b76cdb3b23680363e565614a22112162a5dd3639cb804fe670c0c3f3f23595bbefa3f78afdc6a8ca848446dee853c7a355f2c96a0d01b354753ba2785c
 WHIRLPOOL 
f8e59ce521990cd9edee441e73f973f074db492952807a0931e362102874cddbb47604ff5c5eb20a0cbde27f9b6d4e440dd12cc2e5a20c9cb65bf3c0b3e62511
 DIST NVIDIA-FreeBSD-x86_64-304.135.tar.gz 36144428 SHA256 
0e415045b96bb272150d35d72c4a17c3d8e7b593dc7ffc577f6f25cc04f9de95 SHA512 
8939f0153e7dc98ed147c79a042731461f87582ef46c4762afadf6a5e1cd0ca32ca99415a3819f7e5abefb2df5c59731454e80873d3d622b73f27e75518c8793
 WHIRLPOOL 
e8689e07f12e169f9abad243111bcddee7796826f0028d29bb5eb340649696a3688a74068f07f52d6764fba9924ddd1dba18e8ae442654fffa9b902ccbde2c7f
@@ -14,13 +13,11 @@ DIST NVIDIA-FreeBSD-x86_64-375.39.tar.gz 58308585 SHA256 
0d58c450b3391cf28655f15
 DIST NVIDIA-FreeBSD-x86_64-375.66.tar.gz 58343065 SHA256 
f6977d58d57818c27989d0c87dff0bdcb348a57ac18e0607ba03fa7489caa089 SHA512 
7a222192c04c6cc3fb7818caebb45b4f4e3c9f702bcc14400cc9a7d3d83daae40ff254b70b3845a44fa120b702734b4619f5d4c5a8d25300becfc5f73710f3e9
 WHIRLPOOL 
c77b5457bf4c053baefe1cf676baf47b318cfbfb8c323a8f6d270a36d8119d7843d5e28313c0b011feb9f19aea430d3f37e5b7798304ec174b996871876445e1
 DIST NVIDIA-FreeBSD-x86_64-378.13.tar.gz 58779963 SHA256 
451b9e4b2da86609c760a9a133efa8d37d844ad036299689f007c90463a7ca39 SHA512 
34cfc383ba196ecec2cd27fc12bf30dd58f8782b73414e7b4c182e832ae0dce1f8c017afbb2101d7525d4e321f80cac49d3b578a8fc0cf88be9310f4deb77057
 WHIRLPOOL 
23929abd50467f267cf6b7d58a49fc6f667036b7e92363cc05b021790d0d5ebc61e181c3b2e7c32a6338328cfcc05311d74112b005d638c0295b2c6189dfa3b8
 DIST NVIDIA-FreeBSD-x86_64-381.22.tar.gz 59284579 SHA256 
f63001f380055da84eec7aaeddc13442a004ca6979adbfec46d3efac4bad7116 SHA512 
51c5a87fabe87ec7f2589ed97d97447b127ecb5fe501c60bc7c9fce74141c127f4f9bb820d2a9b34fb56db436476d0cb18a73845ab4e7ec2315d4975c8ce4e32
 WHIRLPOOL 
40e1c62b9c8b1d5b20eaa1737285e1ce01e912b013c1aae7c9167e6d240cce5a461fd955e5583065a206abf6d6b195c8916464ce1dd4a53bb5ee94de3679373e
-DIST 

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

2017-07-27 Thread Jeroen Roovers
commit: 71778784cc0b778c4dd1ad2e22d71c4c39ccb384
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 27 21:05:42 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 27 21:05:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71778784

www-client/opera-beta: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 www-client/opera-beta/Manifest |  1 +
 .../opera-beta/opera-beta-47.0.2631.31.ebuild  | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index cef95b2349e..783c1a92e2e 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,2 +1,3 @@
 DIST opera-beta_47.0.2631.23_amd64.deb 50133844 SHA256 
0962aa4a3ff949fc8d86ba3f4038e4614ce2c5b575e261f057844a8e556ad0d7 SHA512 
83bd2cdc7fad0c82e7fad61983c4e4463ba81e1b4dc5d6c3eef773691e587b18e58736cfa46b66ba2e1a8892a9e1143244aac697a3e35a832068123868afe91a
 WHIRLPOOL 
45bbae479174593a13146dcb3fced9e299e09939fc22498ed31da9ae92664a24b6f680a0ff4b3896820704c7684d0661ddef8a2adfdb86c281bbe0907a082387
 DIST opera-beta_47.0.2631.28_amd64.deb 50158230 SHA256 
a372a490539b0a19ea791b6692492832939b8322350d726418c0e56658ee55de SHA512 
b645a624403f64d4cd463701958296c81d2ac73e4311ffd1294ac89056a6dbd0195e9439dee1db2ef929917e4c4026f55fbfafe124fc96b09981acdb479cbf1e
 WHIRLPOOL 
61074e13eb99ce98f0192559305a91ce10ea7bcc407191ccd9a5fa0f9d34f11e36f7a724df883396b10e874f6eb1ac3eedeac8c93cabc1f8bea25db1cdf917c8
+DIST opera-beta_47.0.2631.31_amd64.deb 50394902 SHA256 
99af3c05e340cc270f7ede2f6a56e46d057389e6c18952bb9a6a16793eee3647 SHA512 
d01f822d9b3c9da8bba8518b315db47e64229c18240fbb5d57c0856238391e0ff3a8a2b392071879af5fd079985d881548d51dbd940e2a192b3d5fbb7e18b4c5
 WHIRLPOOL 
c99b87d80f204bde4e8b3876b7df7067433fa623bcb06d0d8af8834f7a27c0d878d31458f9378a6f3e58f486281d4188f945dc1f1ef1232f3a75cc032fe73413

diff --git a/www-client/opera-beta/opera-beta-47.0.2631.31.ebuild 
b/www-client/opera-beta/opera-beta-47.0.2631.31.ebuild
new file mode 100644
index 000..b72074ee152
--- /dev/null
+++ b/www-client/opera-beta/opera-beta-47.0.2631.31.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr he hi hr hu id 
it
+   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="http://get.geo.opera.com/pub/;
+SRC_URI="
+   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
+"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}/copyright || die
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}



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

2017-07-27 Thread Jeroen Roovers
commit: 3f223cd59b4ee41179fe63d516cac834c1b57fc9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 27 21:06:08 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 27 21:06:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f223cd5

www-client/opera-beta: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 www-client/opera-beta/Manifest |  1 -
 .../opera-beta/opera-beta-47.0.2631.23.ebuild  | 89 --
 2 files changed, 90 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 783c1a92e2e..66d6753cfaa 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,3 +1,2 @@
-DIST opera-beta_47.0.2631.23_amd64.deb 50133844 SHA256 
0962aa4a3ff949fc8d86ba3f4038e4614ce2c5b575e261f057844a8e556ad0d7 SHA512 
83bd2cdc7fad0c82e7fad61983c4e4463ba81e1b4dc5d6c3eef773691e587b18e58736cfa46b66ba2e1a8892a9e1143244aac697a3e35a832068123868afe91a
 WHIRLPOOL 
45bbae479174593a13146dcb3fced9e299e09939fc22498ed31da9ae92664a24b6f680a0ff4b3896820704c7684d0661ddef8a2adfdb86c281bbe0907a082387
 DIST opera-beta_47.0.2631.28_amd64.deb 50158230 SHA256 
a372a490539b0a19ea791b6692492832939b8322350d726418c0e56658ee55de SHA512 
b645a624403f64d4cd463701958296c81d2ac73e4311ffd1294ac89056a6dbd0195e9439dee1db2ef929917e4c4026f55fbfafe124fc96b09981acdb479cbf1e
 WHIRLPOOL 
61074e13eb99ce98f0192559305a91ce10ea7bcc407191ccd9a5fa0f9d34f11e36f7a724df883396b10e874f6eb1ac3eedeac8c93cabc1f8bea25db1cdf917c8
 DIST opera-beta_47.0.2631.31_amd64.deb 50394902 SHA256 
99af3c05e340cc270f7ede2f6a56e46d057389e6c18952bb9a6a16793eee3647 SHA512 
d01f822d9b3c9da8bba8518b315db47e64229c18240fbb5d57c0856238391e0ff3a8a2b392071879af5fd079985d881548d51dbd940e2a192b3d5fbb7e18b4c5
 WHIRLPOOL 
c99b87d80f204bde4e8b3876b7df7067433fa623bcb06d0d8af8834f7a27c0d878d31458f9378a6f3e58f486281d4188f945dc1f1ef1232f3a75cc032fe73413

diff --git a/www-client/opera-beta/opera-beta-47.0.2631.23.ebuild 
b/www-client/opera-beta/opera-beta-47.0.2631.23.ebuild
deleted file mode 100644
index b72074ee152..000
--- a/www-client/opera-beta/opera-beta-47.0.2631.23.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr he hi hr hu id 
it
-   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib unpacker
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="http://get.geo.opera.com/pub/;
-SRC_URI="
-   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
-"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   x86)
-   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
-   ;;
-   esac
-
-   rm usr/bin/${PN} || die
-
-   rm usr/share/doc/${PN}/copyright || die
-   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-
-   pushd "${OPERA_HOME}/localization" > /dev/null || die
-   chromium_remove_language_paks
-   popd > /dev/null || die
-
-   sed -i \
-   -e 's|^TargetEnvironment|X-&|g' \
-   usr/share/applications/${PN}.desktop || die
-}
-
-src_install() {
-   mv * "${D}" || die
-   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
-   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
-}



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

2017-07-27 Thread Mike Gilbert
commit: 3714524cf95bef229338dd937b7875eb18384b7b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Jul 27 19:46:03 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Jul 27 19:56:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3714524c

www-client/chromium: drop support for gtk2

Bug: https://bugs.gentoo.org/625718
Bug: https://bugs.gentoo.org/626376
Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1

 www-client/chromium/chromium-60.0.3112.78.ebuild | 7 +++
 www-client/chromium/chromium-61.0.3159.5.ebuild  | 7 +++
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/www-client/chromium/chromium-60.0.3112.78.ebuild 
b/www-client/chromium/chromium-60.0.3112.78.ebuild
index a89dd6df1ae..88f7fd88405 100644
--- a/www-client/chromium/chromium-60.0.3112.78.ebuild
+++ b/www-client/chromium/chromium-60.0.3112.78.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="component-build cups gnome-keyring +gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-libvpx 
+tcmalloc widevine"
+IUSE="component-build cups gnome-keyring +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-libvpx 
+tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 
 # Native Client binaries are compiled with different set of flags, bug #452066.
@@ -54,6 +54,7 @@ COMMON_DEPEND="
virtual/udev
x11-libs/cairo:=
x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
x11-libs/libX11:=
x11-libs/libXcomposite:=
x11-libs/libXcursor:=
@@ -79,8 +80,6 @@ RDEPEND="${COMMON_DEPEND}
x11-misc/xdg-utils
virtual/opengl
virtual/ttf-fonts
-   !gtk3? ( x11-libs/gtk+:2 )
-   gtk3? ( x11-libs/gtk+:3 )
selinux? ( sec-policy/selinux-chromium )
tcmalloc? ( !https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="component-build cups gnome-keyring +gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu 
+system-libvpx +tcmalloc widevine"
+IUSE="component-build cups gnome-keyring +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu 
+system-libvpx +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 
 # Native Client binaries are compiled with different set of flags, bug #452066.
@@ -54,6 +54,7 @@ COMMON_DEPEND="
virtual/udev
x11-libs/cairo:=
x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
x11-libs/libX11:=
x11-libs/libXcomposite:=
x11-libs/libXcursor:=
@@ -79,8 +80,6 @@ RDEPEND="${COMMON_DEPEND}
x11-misc/xdg-utils
virtual/opengl
virtual/ttf-fonts
-   !gtk3? ( x11-libs/gtk+:2 )
-   gtk3? ( x11-libs/gtk+:3 )
selinux? ( sec-policy/selinux-chromium )
tcmalloc? ( !

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

2017-07-27 Thread Matt Thode
commit: 26b90f6fbeef34eac6c562bff4def2008d12fecf
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jul 27 18:53:41 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jul 27 19:14:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b90f6f

app-admin/puppet: 4.10.5 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-admin/puppet/Manifest |   1 +
 app-admin/puppet/puppet-4.10.5.ebuild | 192 ++
 2 files changed, 193 insertions(+)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index 7472cff5a84..7440628d92c 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -1,6 +1,7 @@
 DIST puppet-3.8.7.tar.gz 2650247 SHA256 
50460a3dd8d25118e25eb01178d09743dabc01cd185f6b2cc723bae21ff023c2 SHA512 
f86568d4f33c8c18da270e089e1274ce2e3c705c116b078531bb66656f0bbb9a2fc95effbb8bf5355a082d4f32ce5b44e7f6e316937164aa0d71dd47e654c618
 WHIRLPOOL 
6e3b754f9e6f40c6037652dc7d746e616871a653640e2a91ab7dd3e70b4240c0b377d0f79c543ca95c5d661046c6431e30f263e0f18998cac0ca3089a4634273
 DIST puppet-4.10.1.tar.gz 2954351 SHA256 
271738d2b5aaec8faafd543076ac0d9012fcd6051bccd2f70a66cd479362c605 SHA512 
d232f062b93485f7eea8abb9c5420462e313e6050e7335159f051f7c7af86338c006ae4edc09e0e1370784ee7b076911ca563a4cfc6a1f2afc7179bed08d2032
 WHIRLPOOL 
1a5b8c3fc87fdb4e23196cc13ad46c963cdb6314cfc0e4d3a6d44adad4545289cf41886c6150ee14fcd0d30d9b29f32987c6e31a7c39077a2c53aac7147c69dd
 DIST puppet-4.10.4.tar.gz 2968202 SHA256 
59b8510ddf2f49342a39ccbe26bc7b2ea5e16d79de9dd572d929de58967aab90 SHA512 
e7a47c95a30ccfe31ff6a245ce5df0e2aa1d6b1f07fd70623e40e1822c3df9322a87bcd6e624b4483c7b90756ef3ed34242aa9c6a880df57ff65918c4d31267f
 WHIRLPOOL 
f808cb84cebae7294f887fdb3ac0005b4129fca368cc58dcc0e558fa2dbd185b1f416ace96b7428ad7577fc3df45edf1fab0c150880d1205e0e3d1a9afcc7072
+DIST puppet-4.10.5.tar.gz 2976455 SHA256 
656a64e158c1453087099096d035adae53263dae752d3bac3c8fe0250b3894d1 SHA512 
655a89dc5605f722389fbccc3fdfe5304220a45678f6d087170ba77d70a4d8574f9d7d9aadfe331107dbf663dee8ef920775fafebe63d22e91c739402abd419a
 WHIRLPOOL 
87d63967afd7ab7bcd3e4e5ae082fc989b52606c0432d20e9060836d3eecc8966745201c5b88092d1d2003809be2ed736d6e98a893593a30db81ebb88df21ec1
 DIST puppet-4.8.1.tar.gz 2873371 SHA256 
8b3ee6b60639e2a2839ad7403fab8f8ecc390a93e6e47b03f1b053aa262bcf17 SHA512 
9ecde04c68874652b501e779764bb3227d226564e80f06c2c15bd982620529ec55f8e11911bcf68db994ee98287746761752538aa5aeee474ddf37f21976e2d1
 WHIRLPOOL 
d3a4b0b4b15dceb75cb3f161b73843af53f5d21121ba1fb06fdae422ec458f62f5fa47d0f5c7bfb96e3e9b04eb62c4c1e1a97f7131101e4f6f4ff952127c0685
 DIST puppet-4.9.1.tar.gz 2912770 SHA256 
db02cffb8339b349bd1ab2b15899511d3f5d449f0f591038256f0fb862f4c7db SHA512 
db2bd324e4f58c583debe417ca233c613c296aa8824520c5373c8da45056ae9d09e54ceecba5c6b7d0250ea7228d6e1b83e5b690b1203de43dca8942c8f24ce2
 WHIRLPOOL 
fd5554d5de319f8534fbada7ae6f4100d6de5a98f6646985e21c250a52a3d415ac31fc46c15c987bd7bcbc688bc8bb4d7dc9d37ebd93ecd183b3bd01d3426687
 DIST puppet-5.0.0.tar.gz 2706319 SHA256 
09ae5b56ff799ccfd78e3a1999aa27d6f2bf69a7a5ed19bd758cf88c17a004ab SHA512 
4423001340623d00a72de16e7b585ce3874019b020b91abd4edb9b9a524bd0d709107bee4dfcdf20b2eaf99e67b3401e2883ea297659ad1debfea8fb33a665bd
 WHIRLPOOL 
66bbb279fb9d646ada78ce28af3d2377abf63ce059b9e61ee15fc0b3b48796ea0f708f5f2c380e5dd986d4469f6a8b73606c61dfc3280aca5913d9c7fffa4f2f

diff --git a/app-admin/puppet/puppet-4.10.5.ebuild 
b/app-admin/puppet/puppet-4.10.5.ebuild
new file mode 100644
index 000..9709758f904
--- /dev/null
+++ b/app-admin/puppet/puppet-4.10.5.ebuild
@@ -0,0 +1,192 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+#RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit xemacs-elisp-common eutils user ruby-fakegem versionator
+
+DESCRIPTION="A system automation and configuration management software."
+HOMEPAGE="http://puppetlabs.com/;
+SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="augeas diff doc emacs experimental ldap rrdtool selinux shadow sqlite 
vim-syntax xemacs"
+RESTRICT="test"
+
+ruby_add_rdepend "
+   dev-ruby/hiera
+   >=dev-ruby/rgen-0.6.5
+   dev-ruby/json:=
+   >=dev-ruby/facter-3.0.0
+   augeas? ( dev-ruby/ruby-augeas )
+   diff? ( dev-ruby/diff-lcs )
+   doc? ( dev-ruby/rdoc )
+   ldap? ( dev-ruby/ruby-ldap )
+   shadow? ( dev-ruby/ruby-shadow )
+   sqlite? ( dev-ruby/sqlite3 )
+   virtual/ruby-ssl"
+
+# ruby_add_bdepend "
+#  test? (
+#  dev-ruby/mocha:0.14
+#  =dev-ruby/rack-1*
+#  dev-ruby/rspec-its
+#  dev-ruby/rspec-collection_matchers
+#  >=dev-ruby/vcr-2.9:2
+#  >=dev-ruby/webmock-1.24:0
+#  )"
+
+DEPEND+=" ${DEPEND}
+   xemacs? ( app-editors/xemacs )"

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

2017-07-27 Thread Matt Thode
commit: 62754f2f60f2904fbfe28be2ce3906224bc33899
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jul 27 19:14:02 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jul 27 19:14:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62754f2f

app-admin/puppet: 5.0.1 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-admin/puppet/Manifest|   1 +
 app-admin/puppet/puppet-5.0.1.ebuild | 144 +++
 2 files changed, 145 insertions(+)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index 7440628d92c..e926e79b4d2 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -5,3 +5,4 @@ DIST puppet-4.10.5.tar.gz 2976455 SHA256 
656a64e158c1453087099096d035adae53263da
 DIST puppet-4.8.1.tar.gz 2873371 SHA256 
8b3ee6b60639e2a2839ad7403fab8f8ecc390a93e6e47b03f1b053aa262bcf17 SHA512 
9ecde04c68874652b501e779764bb3227d226564e80f06c2c15bd982620529ec55f8e11911bcf68db994ee98287746761752538aa5aeee474ddf37f21976e2d1
 WHIRLPOOL 
d3a4b0b4b15dceb75cb3f161b73843af53f5d21121ba1fb06fdae422ec458f62f5fa47d0f5c7bfb96e3e9b04eb62c4c1e1a97f7131101e4f6f4ff952127c0685
 DIST puppet-4.9.1.tar.gz 2912770 SHA256 
db02cffb8339b349bd1ab2b15899511d3f5d449f0f591038256f0fb862f4c7db SHA512 
db2bd324e4f58c583debe417ca233c613c296aa8824520c5373c8da45056ae9d09e54ceecba5c6b7d0250ea7228d6e1b83e5b690b1203de43dca8942c8f24ce2
 WHIRLPOOL 
fd5554d5de319f8534fbada7ae6f4100d6de5a98f6646985e21c250a52a3d415ac31fc46c15c987bd7bcbc688bc8bb4d7dc9d37ebd93ecd183b3bd01d3426687
 DIST puppet-5.0.0.tar.gz 2706319 SHA256 
09ae5b56ff799ccfd78e3a1999aa27d6f2bf69a7a5ed19bd758cf88c17a004ab SHA512 
4423001340623d00a72de16e7b585ce3874019b020b91abd4edb9b9a524bd0d709107bee4dfcdf20b2eaf99e67b3401e2883ea297659ad1debfea8fb33a665bd
 WHIRLPOOL 
66bbb279fb9d646ada78ce28af3d2377abf63ce059b9e61ee15fc0b3b48796ea0f708f5f2c380e5dd986d4469f6a8b73606c61dfc3280aca5913d9c7fffa4f2f
+DIST puppet-5.0.1.tar.gz 2715867 SHA256 
ff80092c7bfde7198ec2cf776b8d0b8ba1c2c95be927a5cb5edae9f670038c4a SHA512 
6038ce27f5144112bed080f0a33d0d866d4aac41b0e49436fb8a5a428ffd4c952b1e8582c4840803f9ebd6619ac0837b7b1413451f5665a9a4e02bb3f24464b3
 WHIRLPOOL 
6537888f122d4cfa76ec3d8a18086f7c53cbdb96f7e88f84f1910d00a6d90973b44610919863e1f569c75df9e0451f5fd134f83c3aeb1b3a563223658bd28e4f

diff --git a/app-admin/puppet/puppet-5.0.1.ebuild 
b/app-admin/puppet/puppet-5.0.1.ebuild
new file mode 100644
index 000..20a7d9bce62
--- /dev/null
+++ b/app-admin/puppet/puppet-5.0.1.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+USE_RUBY="ruby21 ruby22 ruby23"
+# need to get deps up to date for this
+#USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC="doc:all"
+
+inherit eutils user ruby-fakegem versionator
+
+DESCRIPTION="A system automation and configuration management software."
+HOMEPAGE="http://puppetlabs.com/;
+SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
+RESTRICT="test"
+
+ruby_add_rdepend "
+   dev-ruby/hiera
+   dev-ruby/json:=
+   >=dev-ruby/facter-3.0.0
+   augeas? ( dev-ruby/ruby-augeas )
+   diff? ( dev-ruby/diff-lcs )
+   doc? ( dev-ruby/rdoc )
+   ldap? ( dev-ruby/ruby-ldap )
+   shadow? ( dev-ruby/ruby-shadow )
+   sqlite? ( dev-ruby/sqlite3 )
+   virtual/ruby-ssl
+   dev-ruby/hocon"
+
+ruby_add_bdepend "
+   doc? ( dev-ruby/yard )
+   test? (
+   dev-ruby/mocha
+   dev-ruby/rack
+   dev-ruby/rspec-its
+   )"
+# this should go in the above lists, but isn't because of test deps not being 
keyworded
+#   dev-ruby/rspec-collection_matchers
+
+RDEPEND+=" ${RDEPEND}
+   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
+   >=app-portage/eix-0.18.0"
+PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /var/lib/puppet puppet
+}
+
+all_ruby_prepare() {
+   # Avoid spec that require unpackaged json-schema.
+   rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
+
+   # can't be run within portage.
+   epatch "${FILESDIR}/puppet-fix-tests-4.7.0.patch"
+
+   # fix systemd path
+   epatch "${FILESDIR}/puppet-systemd.patch"
+
+   # Avoid specs that can only run in the puppet.git repository. This
+   # should be narrowed down to the specific specs.
+   rm spec/integration/parser/compiler_spec.rb || die
+
+   # Avoid failing spec that need further investigation.
+   rm 

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

2017-07-27 Thread Matt Thode
commit: fa65905402b3dd07e7d4f0f7ad4d650ad11099ee
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jul 27 19:11:53 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jul 27 19:14:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa659054

app-admin/puppet-agent: 5.0.1 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-admin/puppet-agent/Manifest  |   2 +
 app-admin/puppet-agent/puppet-agent-5.0.1.ebuild | 105 +++
 2 files changed, 107 insertions(+)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index 03cd4a2de16..fa67c17a5bf 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -6,3 +6,5 @@ DIST puppet-agent_1.10.5-1xenial_amd64.deb 16457578 SHA256 
70bdc6be278a5b9734054
 DIST puppet-agent_1.10.5-1xenial_i386.deb 16130300 SHA256 
064867c3e9a9e4ab0ffdee9a9ae1a4a1c651194662290e05d3fd936f8c092787 SHA512 
0780edf969ca97a00a7720fa2573efba7298be887acbad5318cbb5b9914bd67adc31c305aa44f879d667c2e56419b3fa85fdee10e00386edb75dede673c4cbc4
 WHIRLPOOL 
7ee4d69748ed80f7693ae28b20a8a90699e74016dcbf8626f90b443ecc299546760d878bcdf1be2d08003f54c381cab6f1fd2673de5ca191842103a6ebdc9ca3
 DIST puppet-agent_5.0.0-1xenial_amd64.deb 15120014 SHA256 
b2983d7a01c056c306e5a5534a9059515b68ff5f72f05dab8a3751fee4276ce4 SHA512 
b1255a8db15e6c922d7a102ad3541c496c4fac1cc484e763c6083bb09cbb93db5abf185ea0a39d13d6bee1b18ba53803691d024dbaa64431cda5e9517f3c3c6a
 WHIRLPOOL 
6c36343e5ee50941bab714d0ea8d7b7e7236c78c7f51ede2672b9fe7c883a897fe303d063dce37e411f9b4e89222f7affb38579f72b31ae0d2aa0e2c102be639
 DIST puppet-agent_5.0.0-1xenial_i386.deb 15619584 SHA256 
820367b49827855f19d3094d156184c8da2958e00e7dda4a3da37bbac7696cf5 SHA512 
9264b1143189c620cbf9dc7ff0b67939427c732c6bf27941a214066dcf88ed6570641a122f243774d01524607361129a777e50fa7b97addf15e9966d7701dee2
 WHIRLPOOL 
1cafcce45fb1072b8c4ba49192c0bd8da7a7cf60542530626468e12bb11f09fc7568b761403d1f03725c368e73209c0be00c07e5a5a007e9d653ef2e7cd32c41
+DIST puppet-agent_5.0.1-1xenial_amd64.deb 15171814 SHA256 
44b67741a276256cbee8dfad72053d6be9a9b1e4aeea43cb80413d569129a2c0 SHA512 
0dc388b2f561b2ddd7d9064188298de212648c31bbf0e70e15f20de9c851a2efba1f648e38b593c6f0e8f027f7161d50051e1039dda1a1abbaed1b90c8e9a72c
 WHIRLPOOL 
b40844b6b873e4dfa63d90ee0f17a08b7f2d4862c9353d2fbb6590fa6387071f3b414a5063407ab75ee04c1f2f8e14186197cbc7be3bd617ee640f2283b596ab
+DIST puppet-agent_5.0.1-1xenial_i386.deb 15591958 SHA256 
d302ae9543812ef64252f04ef031ae2c46929c6950c8356e5e1d23526e47d24f SHA512 
e7da74e534993c896ce79a27667717adecd8cbcb6002335210c0a29ca5002f58e03528d9da820908a0ed76c9a02f70b3bad7f82cdfa63eebc28aae01f7aaeee5
 WHIRLPOOL 
c8061395adfd91b49e36975a971b36679bc0600e8df56e04902828c41b5389792161df83d00bbec4c4440f97fb1815bd4740635c457c66bc1326c37ea458dbcb

diff --git a/app-admin/puppet-agent/puppet-agent-5.0.1.ebuild 
b/app-admin/puppet-agent/puppet-agent-5.0.1.ebuild
new file mode 100644
index 000..15f80df9e2b
--- /dev/null
+++ b/app-admin/puppet-agent/puppet-agent-5.0.1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit eutils systemd unpacker user
+
+DESCRIPTION="general puppet client utils along with mcollective hiera and 
facter"
+HOMEPAGE="https://puppetlabs.com/;
+SRC_BASE="http://apt.puppetlabs.com/pool/xenial/puppet5/${PN:0:1}/${PN}/${PN}_${PV}-1xenial;
+SRC_URI="
+   amd64? ( ${SRC_BASE}_amd64.deb )
+   x86?   ( ${SRC_BASE}_i386.deb )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="puppetdb selinux"
+RESTRICT="strip"
+
+CDEPEND="!app-admin/augeas
+   !app-admin/mcollective
+   !app-admin/puppet
+   !dev-ruby/hiera
+   !dev-ruby/facter
+   !app-emulation/virt-what"
+
+DEPEND="
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   app-portage/eix
+   sys-apps/dmidecode
+   sys-libs/glibc
+   >=sys-libs/readline-6.0
+   =dev-ruby/puppetdb-termini-5.0.1 )"
+
+S=${WORKDIR}
+
+QA_PREBUILT="
+   /opt/puppetlabs/puppet
+   /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/2.1.0/x86_64-linux/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/mathn/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/io/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/dl/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/racc/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/enc/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/json/ext/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/rbconfig/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/digest/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/*
+   /opt/puppetlabs/puppet/lib/engines/*
+   /opt/puppetlabs/puppet/lib/virt-what/*
+   /opt/puppetlabs/puppet/lib/*
+   /opt/puppetlabs/puppet/bin/*"
+
+pkg_setup() {
+   enewgroup puppet
+   

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

2017-07-27 Thread Matt Thode
commit: 53640c8646d2a76210506956ebbfc49830bbd90e
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jul 27 19:08:57 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jul 27 19:14:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53640c86

app-admin/puppet-agent: 1.10.5 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-admin/puppet-agent/Manifest   |   2 +
 app-admin/puppet-agent/puppet-agent-1.10.5.ebuild | 111 ++
 2 files changed, 113 insertions(+)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index ac33995fa94..03cd4a2de16 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -2,5 +2,7 @@ DIST puppet-agent_1.10.1-1xenial_amd64.deb 16276180 SHA256 
e0dc22258c2f23302ed2f
 DIST puppet-agent_1.10.1-1xenial_i386.deb 16205078 SHA256 
22cdd5e41c82e63ae038f4c96ed8f19218f3eda600f1f6149eca9b1e7b60a560 SHA512 
be310ae8db1bf1670b480a382866feb2fc247e69f0a4c26aac2b8f67f1b43984b581809ccfc1e0182fe71895aca8dadf20f6ff7b99506e84b787a62555e547c3
 WHIRLPOOL 
50563a4a85200e675d408e8a5618763821e7bf408f65172dadcf1b33ba3f4b9930bfaece3a21d744a8df513f9b91cce1f9ed45d770b1e9601e0d84642755e3b7
 DIST puppet-agent_1.10.4-1xenial_amd64.deb 16157840 SHA256 
4e6ec3496e9d30b06b2064f066465ae268765760c0251390292e1fe2c0b5120e SHA512 
25c1be6ebfdd2b2c9f8d10347c681af1cb7265b6d95f7e573f31c4b580bf5df046945cdf9d87841d792233b7227db0c46ae348bf6e6ff18b44f6f746794a3627
 WHIRLPOOL 
7fd01b43f627647960ee588eb20a8a8d35223e711d295f83a283d13d896bb93c251f51a20f082bdcb8830f4508ba28cdf7c0cd4d8e73e3f3c5cd15fd8ac8d071
 DIST puppet-agent_1.10.4-1xenial_i386.deb 16053584 SHA256 
ef42df8facaffb47bd926842886b988276111b67a887619873d146c0dee8f55c SHA512 
b2e519b2a24f40a8d099b2fa8690a706d9105693affad70e6f38c3b4cc3539044bc805462c45b828147349bfbdc04859e8563fca2588e3fb538de3798df8f262
 WHIRLPOOL 
51e5faed153d8aa8ee4b1acadc66f8be5e60534faad28cdf37504e91bdbd60441859cb00e2a8746c96c22cd88de3c58c8e188b2abc699758e0c3a02f01d480e8
+DIST puppet-agent_1.10.5-1xenial_amd64.deb 16457578 SHA256 
70bdc6be278a5b9734054063379bbf09627e2446af59a9a41cb655bda94c9460 SHA512 
4c527a8dd69a2de24ed374024b225f98b481beed3a829649a0db34de9f2f846442a84a4ff5bdb9c4cdda3540f4139c647510504baa7326140cb86d47d2117281
 WHIRLPOOL 
e759d0df31d741556c7e0b42606dee441291bbf3fc7fbf673685449eb9022332ff5b842529177d0d73ebdcfc772af303f71b45a039c0e69e7ca8eae8a2553a97
+DIST puppet-agent_1.10.5-1xenial_i386.deb 16130300 SHA256 
064867c3e9a9e4ab0ffdee9a9ae1a4a1c651194662290e05d3fd936f8c092787 SHA512 
0780edf969ca97a00a7720fa2573efba7298be887acbad5318cbb5b9914bd67adc31c305aa44f879d667c2e56419b3fa85fdee10e00386edb75dede673c4cbc4
 WHIRLPOOL 
7ee4d69748ed80f7693ae28b20a8a90699e74016dcbf8626f90b443ecc299546760d878bcdf1be2d08003f54c381cab6f1fd2673de5ca191842103a6ebdc9ca3
 DIST puppet-agent_5.0.0-1xenial_amd64.deb 15120014 SHA256 
b2983d7a01c056c306e5a5534a9059515b68ff5f72f05dab8a3751fee4276ce4 SHA512 
b1255a8db15e6c922d7a102ad3541c496c4fac1cc484e763c6083bb09cbb93db5abf185ea0a39d13d6bee1b18ba53803691d024dbaa64431cda5e9517f3c3c6a
 WHIRLPOOL 
6c36343e5ee50941bab714d0ea8d7b7e7236c78c7f51ede2672b9fe7c883a897fe303d063dce37e411f9b4e89222f7affb38579f72b31ae0d2aa0e2c102be639
 DIST puppet-agent_5.0.0-1xenial_i386.deb 15619584 SHA256 
820367b49827855f19d3094d156184c8da2958e00e7dda4a3da37bbac7696cf5 SHA512 
9264b1143189c620cbf9dc7ff0b67939427c732c6bf27941a214066dcf88ed6570641a122f243774d01524607361129a777e50fa7b97addf15e9966d7701dee2
 WHIRLPOOL 
1cafcce45fb1072b8c4ba49192c0bd8da7a7cf60542530626468e12bb11f09fc7568b761403d1f03725c368e73209c0be00c07e5a5a007e9d653ef2e7cd32c41

diff --git a/app-admin/puppet-agent/puppet-agent-1.10.5.ebuild 
b/app-admin/puppet-agent/puppet-agent-1.10.5.ebuild
new file mode 100644
index 000..669892ac4a9
--- /dev/null
+++ b/app-admin/puppet-agent/puppet-agent-1.10.5.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit eutils systemd unpacker user
+
+DESCRIPTION="general puppet client utils along with mcollective hiera and 
facter"
+HOMEPAGE="https://puppetlabs.com/;
+SRC_BASE="http://apt.puppetlabs.com/pool/xenial/PC1/${PN:0:1}/${PN}/${PN}_${PV}-1xenial;
+SRC_URI="
+   amd64? ( ${SRC_BASE}_amd64.deb )
+   x86?   ( ${SRC_BASE}_i386.deb )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="experimental puppetdb selinux"
+RESTRICT="strip"
+
+CDEPEND="!app-admin/augeas
+   !app-admin/mcollective
+   !app-admin/puppet
+   !dev-ruby/hiera
+   !dev-ruby/facter
+   !app-emulation/virt-what"
+
+DEPEND="
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   app-portage/eix
+   sys-apps/dmidecode
+   sys-libs/glibc
+   >=sys-libs/readline-6.0
+   =dev-ruby/puppetdb-termini-3.1.0 )"
+
+S=${WORKDIR}
+
+QA_PREBUILT="
+   /opt/puppetlabs/puppet
+   

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

2017-07-27 Thread Amy Liffey
commit: 0bf608a00f6466cb09e7d55b9e2579f0ca0b07c6
Author: Amy Liffey  gentoo  org>
AuthorDate: Thu Jul 27 18:50:07 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Jul 27 18:53:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf608a0

media-libs/opencv: fix mno-sse2

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-libs/opencv/files/opencv-3.2.0-cpu-mno-sse2.patch | 11 +++
 media-libs/opencv/opencv-3.2.0-r2.ebuild|  1 +
 2 files changed, 12 insertions(+)

diff --git a/media-libs/opencv/files/opencv-3.2.0-cpu-mno-sse2.patch 
b/media-libs/opencv/files/opencv-3.2.0-cpu-mno-sse2.patch
new file mode 100644
index 000..a73456411f2
--- /dev/null
+++ b/media-libs/opencv/files/opencv-3.2.0-cpu-mno-sse2.patch
@@ -0,0 +1,11 @@
+--- a/cmake/OpenCVCompilerOptions.cmake2017-07-22 13:26:51.178960091 
+0200
 b/cmake/OpenCVCompilerOptions.cmake2017-07-22 13:27:47.238961469 
+0200
+@@ -176,8 +176,6 @@
+   endif()
+   if(ENABLE_SSE2)
+ add_extra_compiler_option(-msse2)
+-  elseif(X86 OR X86_64)
+-add_extra_compiler_option(-mno-sse2)
+   endif()
+   if(ARM)
+ add_extra_compiler_option("-mfp16-format=ieee")

diff --git a/media-libs/opencv/opencv-3.2.0-r2.ebuild 
b/media-libs/opencv/opencv-3.2.0-r2.ebuild
index e8fe383042f..6793803ee3b 100644
--- a/media-libs/opencv/opencv-3.2.0-r2.ebuild
+++ b/media-libs/opencv/opencv-3.2.0-r2.ebuild
@@ -98,6 +98,7 @@ PATCHES=(
"${FILESDIR}/${P}-vtk.patch"
"${FILESDIR}/${P}-gcc-6.0.patch"
"${FILESDIR}/${PN}-3.2.0-fix_ussage_cpu_instructions.patch"
+   "${FILESDIR}/${P}-cpu-mno-sse2.patch"
 )
 
 pkg_pretend() {



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

2017-07-27 Thread Sebastien Fabbro
commit: f957a4700c88e595c6ccf055417fff747ada0bdb
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jul 27 18:07:54 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jul 27 18:50:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f957a470

sci-libs/dlib: fixed more cuda stuff

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sci-libs/dlib/dlib-19.4.ebuild | 10 ++
 sci-libs/dlib/metadata.xml |  2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/sci-libs/dlib/dlib-19.4.ebuild b/sci-libs/dlib/dlib-19.4.ebuild
index 9d44e7177a7..c6116343a93 100644
--- a/sci-libs/dlib/dlib-19.4.ebuild
+++ b/sci-libs/dlib/dlib-19.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit cmake-utils
+inherit cmake-utils cuda
 
 DESCRIPTION="Numerical and networking C++ library"
 HOMEPAGE="http://dlib.net/;
@@ -19,20 +19,22 @@ IUSE="cblas debug cuda examples gif jpeg lapack mkl png
 
 RDEPEND="
cblas? ( virtual/cblas:= )
-   cuda? ( >=dev-util/nvidia-cuda-toolkit-7 )
+   cuda? ( dev-libs/cudnn:= )
jpeg? ( virtual/jpeg:0= )
lapack? ( virtual/lapack:= )
-   mkl? ( sci-libs/mkl )
+   mkl? ( sci-libs/mkl:= )
png? ( media-libs/libpng:0= )
sqlite? ( dev-db/sqlite:3= )
-   X? ( x11-libs/libX11 )
+   X? ( x11-libs/libX11:= )
 "
 DEPEND="test? ( ${RDEPEND} )"
 
 src_prepare() {
+   use cuda && cuda_src_prepare
cmake-utils_src_prepare
sed -i -e '/LICENSE.txt/d' dlib/CMakeLists.txt || die
 }
+
 src_configure() {
local mycmakeargs=(
-DLIB_INSTALL_DIR="$(get_libdir)"

diff --git a/sci-libs/dlib/metadata.xml b/sci-libs/dlib/metadata.xml
index 3d2eccafb59..422f29c52e5 100644
--- a/sci-libs/dlib/metadata.xml
+++ b/sci-libs/dlib/metadata.xml
@@ -13,7 +13,7 @@
   
   
 Build with CBLAS virtual/cblas
-Enable support for CUDA for GPU (cuDNN)
+Enable support for CUDA for Deep Neural Networks (cuDNN) 
on GPU (experimental)
 Enable support for Intel FFT 
sci-libs/mkl
   
   



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

2017-07-27 Thread Sebastien Fabbro
commit: 7ba0c90b5ff94bebe2970880cb132e864ce2dc7b
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jul 27 18:49:51 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jul 27 18:50:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba0c90b

added NVIDIA-cuDNN

 licenses/NVIDIA-cuDNN | 378 ++
 1 file changed, 378 insertions(+)

diff --git a/licenses/NVIDIA-cuDNN b/licenses/NVIDIA-cuDNN
new file mode 100644
index 000..4c2f346d49f
--- /dev/null
+++ b/licenses/NVIDIA-cuDNN
@@ -0,0 +1,378 @@
+NVIDIA cuDNN License Agreement
+
+This Software License Agreement ("SLA”), made and entered into as of the time 
and date of click through action (“Effective Date”), is
+a legal agreement between you and NVIDIA Corporation ("NVIDIA") and governs 
the use of the NVIDIA computer software and the
+documentation made available for use with such NVIDIA software. By 
downloading, installing, copying, or otherwise using the NVIDIA
+software and/or documentation, you agree to be bound by the terms of this SLA. 
If you do not agree to the terms of this SLA, do not
+download, install, copy or use the NVIDIA software or documentation. IF YOU 
ARE ENTERING INTO THIS SLA ON BEHALF OF A
+COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT THAT YOU HAVE THE LEGAL AUTHORITY 
TO BIND THE ENTITY TO THIS SLA, IN
+WHICH CASE “YOU” WILL MEAN THE ENTITY YOU REPRESENT. IF YOU DON’T HAVE SUCH 
AUTHORITY, OR IF YOU DON’T ACCEPT ALL
+THE TERMS AND CONDITIONS OF THIS SLA, THEN NVIDIA DOES NOT AGREE TO LICENSE 
THE LICENSED SOFTWARE TO YOU, AND YOU
+MAY NOT DOWNLOAD, INSTALL, COPY OR USE IT.
+1. LICENSE.
+1.1
+License Grant. Subject to the terms of the AGREEMENT, NVIDIA hereby grants you 
a non-exclusive, non-transferable
+license, without the right to sublicense (except as expressly set forth in a 
Supplement), during the applicable license term unless
+earlier terminated as provided below, to have Authorized Users install and use 
the Software, including modifications (if expressly
+permitted in a Supplement), in accordance with the Documentation. You are only 
licensed to activate and use Licensed Software for
+which you a have a valid license, even if during the download or installation 
you are presented with other product options. No
+Orders are binding on NVIDIA until accepted by NVIDIA. Your Orders are subject 
to the AGREEMENT.
+SLA Supplements: Certain Licensed Software licensed under this SLA may be 
subject to additional terms and conditions that will be
+presented to you in a Supplement for acceptance prior to the delivery of such 
Licensed Software under this SLA and the applicable
+Supplement. Licensed Software will only be delivered to you upon your 
acceptance of all applicable terms.
+1.2
+Limited Purpose Licenses. If your license is provided for one of the purposes 
indicated below, then notwithstanding
+contrary terms in Section 1.1 or in a Supplement, such licenses are for 
internal use and do not include any right or license to sublicense and 
distribute the Licensed Software or its output in any way in any public 
release, however limited, and/or in any manner
+that provides third parties with use of or access to the Licensed Software or 
its functionality or output, including (but not limited to)
+external alpha or beta testing or development phases. Further:
+(i) Evaluation License. You may use evaluation licenses solely for your 
internal evaluation of the Licensed Software for broader
+adoption within your Enterprise or in connection with a NVIDIA product 
purchase decision, and such licenses have an expiration date
+as indicated by NVIDIA in its sole discretion (or ninety days from the date of 
download if no other duration is indicated).
+(ii) Educational/Academic License. You may use educational/academic licenses 
solely for educational purposes and all users must be
+enrolled or employed by an academic institution. If you do not meet NVIDIA’s 
academic program requirements for educational
+institutions, you have no rights under this license.
+(iii) Test/Development License. You may use test/development licenses solely 
for your internal development, testing and/or
+debugging of your software applications or for interoperability testing with 
the Licensed Software, and such licenses have an
+expiration date as indicated by NVIDIA in its sole discretion (or one year 
from the date of download if no other duration is indicated).
+NVIDIA Confidential Information under the AGREEMENT includes output from 
Licensed Software developer tools identified as “Pro”
+versions, where the output reveals functionality or performance data pertinent 
to NVIDIA hardware or software products.
+1.3
+Pre-Release Licenses. With respect to alpha, beta, preview, and other 
pre-release Software and Documentation (“PreRelease Licensed Software”) 
delivered to you under the AGREEMENT you acknowledge and agree that such 
Pre-Release Licensed

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

2017-07-27 Thread Sebastien Fabbro
commit: 3d15c3e9f2a8c4fa348cae77c7cbd97c74ca0566
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jul 27 18:50:18 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jul 27 18:50:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d15c3e9

dev-libs/cudnn: initial import

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-libs/cudnn/Manifest |  1 +
 dev-libs/cudnn/cudnn-6.0.ebuild | 25 +
 dev-libs/cudnn/metadata.xml |  8 
 3 files changed, 34 insertions(+)

diff --git a/dev-libs/cudnn/Manifest b/dev-libs/cudnn/Manifest
new file mode 100644
index 000..9640179089a
--- /dev/null
+++ b/dev-libs/cudnn/Manifest
@@ -0,0 +1 @@
+DIST cudnn-8.0-linux-x64-v6.0.tgz 201134139 SHA256 
9b09110af48c9a4d7b6344eb4b3e344daa84987ed6177d5c44319732f3bb7f9c SHA512 
ddeeacb5b449920d942a26b98c353d78fd6f7d7fb3b3ce42a078626473efdda25c7ae641232702d62eb5749e39ecfd03e88346119c920c19348ac3ee82d3ff47
 WHIRLPOOL 
363679f192130201e3140ec5e15ab01ce0ef1f6c4cbefca0ab8a4ebe1676489184c4d36adcc282c31cca8791ef452965d0ae87bff16859c0fee9d01de38b8d1e

diff --git a/dev-libs/cudnn/cudnn-6.0.ebuild b/dev-libs/cudnn/cudnn-6.0.ebuild
new file mode 100644
index 000..233215c6c58
--- /dev/null
+++ b/dev-libs/cudnn/cudnn-6.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CUDA_PV=8.0
+
+DESCRIPTION="NVIDIA Accelerated Deep Learning on GPU library"
+HOMEPAGE="https://developer.nvidia.com/cuDNN;
+SRC_URI="cudnn-${CUDA_PV}-linux-x64-v${PV}.tgz"
+
+SLOT="0/6"
+KEYWORDS="~amd64 ~amd64-linux"
+RESTRICT="fetch"
+LICENSE="NVIDIA-cuDNN"
+
+S="${WORKDIR}"
+
+DEPENDS="=dev-util/nvidia-cuda-toolkit-${CUDA_PV}*"
+RDEPENDS="${DEPENDS}"
+
+src_install() {
+   insinto /opt
+   doins -r *
+}

diff --git a/dev-libs/cudnn/metadata.xml b/dev-libs/cudnn/metadata.xml
new file mode 100644
index 000..8425c0d53cb
--- /dev/null
+++ b/dev-libs/cudnn/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+s...@gentoo.org
+Gentoo Science Project
+  
+



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

2017-07-27 Thread Sebastien Fabbro
commit: 986763a2cdc65d3e2f2741f119a450c840d811b8
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jul 27 17:22:49 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jul 27 18:50:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986763a2

sci-libs/dlib: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sci-libs/dlib/Manifest |  3 +-
 sci-libs/dlib/dlib-18.15.ebuild| 44 --
 sci-libs/dlib/dlib-18.7.ebuild | 44 --
 sci-libs/dlib/dlib-19.4.ebuild | 69 ++
 sci-libs/dlib/files/dlib-17.48-makefile-test.patch | 35 ---
 sci-libs/dlib/metadata.xml |  9 ++-
 6 files changed, 77 insertions(+), 127 deletions(-)

diff --git a/sci-libs/dlib/Manifest b/sci-libs/dlib/Manifest
index a3a80ea6ce4..3754a6afb31 100644
--- a/sci-libs/dlib/Manifest
+++ b/sci-libs/dlib/Manifest
@@ -1,2 +1 @@
-DIST dlib-18.15.tar.bz2 7088379 SHA256 
e2b790222d625c863d43b3b7dec86a826b504fc10b4b69b242f59a82e9dda16c SHA512 
16f42fcdc63214b72328204fca2f7e3d36e18a67fd0f4b97acd9fa5046d7bf41f56ab4209a7a92c54896746b72f6f925ae07ca57ea89982c7e26c0a4ee4b693c
 WHIRLPOOL 
a15e181de3e43b800932ce338312ed875788c561bb7ed0ad689882b892f72da891b2a8547763472101e835b652322ab6ab301c6cbf117e2442156320f8603716
-DIST dlib-18.7.tar.bz2 5676950 SHA256 
e3d801905288683eee245ff205081343eb79d31d5bb50e42f0293fe5b4a3697e SHA512 
20f746a430bd3327f6329d9b198da67d66880f63185b5cd000bcd61a203fad6d775b77c923c92186c122ecd4d4e84f5463e4f81da86b4158d9cc24697cb54365
 WHIRLPOOL 
f7c11fd295f791ce9e2b40c5121a20b3d14ced4d574dc1401a3eb4b2e646fae0f5b01b5a4b4ed6532dea9bcf1c0657147ae32f1e4e9c367fe357ec28287cbec3
+DIST dlib-19.4.tar.gz 7226923 SHA256 
2bed9669f1a5c436579498d0806b27a9b60c42a975a9b6e67b594b40f58b1a88 SHA512 
23bf80353f9b6ce07b6a3a7df05016705645c18bcf2b3ead567935008ea12c9f6dc0722d9bbacc009bd26f78eb43c1cbecf776bfed5a3445c1f2e8e208f201e2
 WHIRLPOOL 
300670d12b306e224fce6d7f22d79690f543876f78d30064ab2f9782a3a79a031a6b048863a5a2b21f27eb2538b9ab42f9d00dc88f144129fa591b4b1387c367

diff --git a/sci-libs/dlib/dlib-18.15.ebuild b/sci-libs/dlib/dlib-18.15.ebuild
deleted file mode 100644
index 23ef281fa00..000
--- a/sci-libs/dlib/dlib-18.15.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Numerical and networking C++ library"
-HOMEPAGE="http://dlib.net/;
-SRC_URI="mirror://sourceforge/dclib/${P}.tar.bz2"
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="blas doc examples jpeg lapack png test X"
-
-RDEPEND="
-   blas? ( virtual/blas )
-   jpeg? ( virtual/jpeg:0= )
-   lapack? ( virtual/lapack )
-   png? ( media-libs/libpng:0= )
-   X? ( x11-libs/libX11 )"
-DEPEND="test? ( ${RDEPEND} )"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-17.48-makefile-test.patch
-}
-
-src_test() {
-   cd dlib/test || die
-   emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}"
-   ./dtest --runall || die
-}
-
-src_install() {
-   dodoc dlib/README.txt
-   rm -r dlib/{README,LICENSE}.txt dlib/test || die
-   doheader -r dlib
-   use doc && dohtml -r docs/*
-   if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-   fi
-}

diff --git a/sci-libs/dlib/dlib-18.7.ebuild b/sci-libs/dlib/dlib-18.7.ebuild
deleted file mode 100644
index 2e1697899c5..000
--- a/sci-libs/dlib/dlib-18.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Numerical and networking C++ library"
-HOMEPAGE="http://dlib.net/;
-SRC_URI="mirror://sourceforge/dclib/${P}.tar.bz2"
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="blas doc examples jpeg lapack png test X"
-
-RDEPEND="
-   blas? ( virtual/blas )
-   jpeg? ( virtual/jpeg:0= )
-   lapack? ( virtual/lapack )
-   png? ( media-libs/libpng:0= )
-   X? ( x11-libs/libX11 )"
-DEPEND="test? ( ${RDEPEND} )"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-17.48-makefile-test.patch
-}
-
-src_test() {
-   cd dlib/test || die
-   emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}"
-   ./test --runall || die
-}
-
-src_install() {
-   dodoc dlib/README.txt
-   rm -r dlib/{README,LICENSE}.txt dlib/test || die
-   doheader -r dlib
-   use doc && dohtml -r docs/*
-   if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-   fi
-}

diff --git a/sci-libs/dlib/dlib-19.4.ebuild b/sci-libs/dlib/dlib-19.4.ebuild
new file mode 100644
index 000..9d44e7177a7
--- /dev/null
+++ 

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

2017-07-27 Thread Amy Liffey
commit: e62eff34b2ebd90b7b23812d793456df4dba22fc
Author: Yurii Moskalenko  gmail  com>
AuthorDate: Mon Jul  3 01:21:32 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Jul 27 18:36:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62eff34

media-libs/opencv: Fix usage CPU instructions

 .../opencv-3.2.0-fix_ussage_cpu_instructions.patch | 64 ++
 ...encv-3.2.0-r1.ebuild => opencv-3.2.0-r2.ebuild} |  1 +
 2 files changed, 65 insertions(+)

diff --git 
a/media-libs/opencv/files/opencv-3.2.0-fix_ussage_cpu_instructions.patch 
b/media-libs/opencv/files/opencv-3.2.0-fix_ussage_cpu_instructions.patch
new file mode 100644
index 000..7b88216f329
--- /dev/null
+++ b/media-libs/opencv/files/opencv-3.2.0-fix_ussage_cpu_instructions.patch
@@ -0,0 +1,64 @@
+--- a/cmake/OpenCVCompilerOptions.cmake
 b/cmake/OpenCVCompilerOptions.cmake
+@@ -164,8 +164,6 @@ if(CMAKE_COMPILER_IS_GNUCXX)
+   # Other optimizations
+   if(ENABLE_OMIT_FRAME_POINTER)
+ add_extra_compiler_option(-fomit-frame-pointer)
+-  else()
+-add_extra_compiler_option(-fno-omit-frame-pointer)
+   endif()
+   if(ENABLE_FAST_MATH)
+ add_extra_compiler_option(-ffast-math)
+@@ -195,8 +193,6 @@ if(CMAKE_COMPILER_IS_GNUCXX)
+   if(NOT MINGW)
+ if(ENABLE_AVX)
+   add_extra_compiler_option(-mavx)
+-elseif(X86 OR X86_64)
+-  add_extra_compiler_option(-mno-avx)
+ endif()
+ if(ENABLE_AVX2)
+   add_extra_compiler_option(-mavx2)
+@@ -210,26 +206,18 @@ if(CMAKE_COMPILER_IS_GNUCXX)
+ if(NOT OPENCV_EXTRA_CXX_FLAGS MATCHES "-mavx")
+   if(ENABLE_SSE3)
+ add_extra_compiler_option(-msse3)
+-  elseif(X86 OR X86_64)
+-add_extra_compiler_option(-mno-sse3)
+   endif()
+ 
+   if(ENABLE_SSSE3)
+ add_extra_compiler_option(-mssse3)
+-  elseif(X86 OR X86_64)
+-add_extra_compiler_option(-mno-ssse3)
+   endif()
+ 
+   if(ENABLE_SSE41)
+ add_extra_compiler_option(-msse4.1)
+-  elseif(X86 OR X86_64)
+-add_extra_compiler_option(-mno-sse4.1)
+   endif()
+ 
+   if(ENABLE_SSE42)
+ add_extra_compiler_option(-msse4.2)
+-  elseif(X86 OR X86_64)
+-add_extra_compiler_option(-mno-sse4.2)
+   endif()
+ 
+   if(ENABLE_POPCNT)
+@@ -238,16 +226,6 @@ if(CMAKE_COMPILER_IS_GNUCXX)
+ endif()
+   endif(NOT MINGW)
+ 
+-  if(X86 OR X86_64)
+-if(NOT APPLE AND CMAKE_SIZEOF_VOID_P EQUAL 4)
+-  if(OPENCV_EXTRA_CXX_FLAGS MATCHES "-m(sse2|avx)")
+-add_extra_compiler_option(-mfpmath=sse)# !! important - be on the 
same wave with x64 compilers
+-  else()
+-add_extra_compiler_option(-mfpmath=387)
+-  endif()
+-endif()
+-  endif()
+-
+   # Profiling?
+   if(ENABLE_PROFILING)
+ add_extra_compiler_option("-pg -g"

diff --git a/media-libs/opencv/opencv-3.2.0-r1.ebuild 
b/media-libs/opencv/opencv-3.2.0-r2.ebuild
similarity index 99%
rename from media-libs/opencv/opencv-3.2.0-r1.ebuild
rename to media-libs/opencv/opencv-3.2.0-r2.ebuild
index fc5c7aeb029..e8fe383042f 100644
--- a/media-libs/opencv/opencv-3.2.0-r1.ebuild
+++ b/media-libs/opencv/opencv-3.2.0-r2.ebuild
@@ -97,6 +97,7 @@ PATCHES=(
"${FILESDIR}/${PN}-3.1.0-find-libraries-fix.patch"
"${FILESDIR}/${P}-vtk.patch"
"${FILESDIR}/${P}-gcc-6.0.patch"
+   "${FILESDIR}/${PN}-3.2.0-fix_ussage_cpu_instructions.patch"
 )
 
 pkg_pretend() {



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

2017-07-27 Thread Amy Liffey
commit: 2fb6fc1cca9e6d1dd4e190abef7761b27aac0738
Author: Amy Liffey  gentoo  org>
AuthorDate: Thu Jul 27 18:39:31 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Jul 27 18:39:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb6fc1c

app-admin/localepurge: remove inactive maintainer.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-admin/localepurge/metadata.xml | 9 -
 1 file changed, 9 deletions(-)

diff --git a/app-admin/localepurge/metadata.xml 
b/app-admin/localepurge/metadata.xml
index 9b9ffeb6f5b..445feab3375 100644
--- a/app-admin/localepurge/metadata.xml
+++ b/app-admin/localepurge/metadata.xml
@@ -1,15 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-  wimmus...@gmail.com
-  Wim Muskee
-  Proxied maintainer; set to assignee in all bugs
-
-
-  proxy-ma...@gentoo.org
-  Proxy Maintainers
-
 Just a simple tool to erase all uneeded locale and man files 
 usually generated for USE="nls"
 



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/, kde-plasma/plasma-workspace/files/

2017-07-27 Thread Andreas Sturmlechner
commit: 42269aed00323e50a4ea09a434b1f1cfddeab0c3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 18:19:00 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 18:19:00 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=42269aed

kde-plasma/plasma-workspace: Fix DEPENDs, fix cmake warning

Upstream commits
7df184afa19f148c1cd09ae9588645bb2b4556fc
a2202472aa4d488da7562fe8b150c42dddc2d7f2

Reported-by: Michael Mair-Keimberger (iamnr3)  gmail.com>
Gentoo-bug: 626040

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../files/plasma-workspace-5.10.4-unused-dep.patch| 19 +++
 .../plasma-workspace-5.10.49..ebuild  | 16 +++-
 .../plasma-workspace/plasma-workspace-.ebuild | 16 +++-
 3 files changed, 41 insertions(+), 10 deletions(-)

diff --git 
a/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-unused-dep.patch 
b/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-unused-dep.patch
new file mode 100644
index 00..fa0f385096
--- /dev/null
+++ b/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-unused-dep.patch
@@ -0,0 +1,19 @@
+commit 5a7d251cfbed417a2617945a94427a93cdd2e82d
+Author: Andreas Sturmlechner 
+Date:   Thu Jul 27 17:50:17 2017 +0200
+
+Drop unused dependency
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index ba61d1cc..ab5536ff 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -25,7 +25,7 @@ include(ECMQtDeclareLoggingCategory)
+ include(KDEPackageAppTemplates)
+ 
+ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+-Plasma DocTools Runner JsEmbed NotifyConfig Su NewStuff 
Wallet KCMUtils
++Plasma DocTools Runner JsEmbed NotifyConfig Su NewStuff 
Wallet
+ IdleTime Declarative TextWidgets KDELibs4Support Crash 
GlobalAccel
+ DBusAddons Wayland)
+ find_package(KF5NetworkManagerQt ${KF5_MIN_VERSION})

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.10.49..ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.10.49..ebuild
index 239067e983..cbd22c5842 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.10.49..ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.10.49..ebuild
@@ -12,11 +12,12 @@ DESCRIPTION="KDE Plasma workspace"
 KEYWORDS=""
 IUSE="+calendar geolocation gps prison qalculate +semantic-desktop"
 
+REQUIRED_USE="gps? ( geolocation )"
+
 COMMON_DEPEND="
$(add_frameworks_dep kactivities)
$(add_frameworks_dep kauth)
$(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcmutils)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
@@ -25,7 +26,6 @@ COMMON_DEPEND="
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdeclarative)
$(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep kdesu)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep kguiaddons)
$(add_frameworks_dep ki18n)
@@ -56,7 +56,6 @@ COMMON_DEPEND="
$(add_plasma_dep kscreenlocker)
$(add_plasma_dep kwin)
$(add_plasma_dep libksysguard)
-   $(add_qt_dep qtconcurrent)
$(add_qt_dep qtdbus)
$(add_qt_dep qtdeclarative 'widgets')
$(add_qt_dep qtgui 'jpeg')
@@ -75,6 +74,7 @@ COMMON_DEPEND="
x11-libs/libxcb
x11-libs/libXfixes
x11-libs/libXrender
+   x11-libs/libXtst
x11-libs/xcb-util
x11-libs/xcb-util-image
calendar? ( $(add_kdeapps_dep kholidays) )
@@ -86,6 +86,7 @@ COMMON_DEPEND="
 "
 RDEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kded)
+   $(add_frameworks_dep kdesu)
$(add_kdeapps_dep kio-extras)
$(add_plasma_dep kde-cli-tools)
$(add_plasma_dep ksysguard)
@@ -114,10 +115,14 @@ RDEPEND="${COMMON_DEPEND}
!kde-plasma/plasma-workspace:4
 "
 DEPEND="${COMMON_DEPEND}
+   $(add_qt_dep qtconcurrent)
x11-proto/xproto
 "
 
-PATCHES=( "${FILESDIR}/${PN}-5.4-startkde-script.patch" )
+PATCHES=(
+   "${FILESDIR}/${PN}-5.4-startkde-script.patch"
+   "${FILESDIR}/${PN}-5.10.4-unused-dep.patch"
+)
 
 RESTRICT+=" test"
 
@@ -132,12 +137,13 @@ src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package calendar KF5Holidays)
$(cmake-utils_use_find_package geolocation KF5NetworkManagerQt)
-   $(cmake-utils_use_find_package gps libgps)
$(cmake-utils_use_find_package prison KF5Prison)
$(cmake-utils_use_find_package qalculate Qalculate)
$(cmake-utils_use_find_package semantic-desktop KF5Baloo)
)
 
+   use gps && mycmakeargs+=( $(cmake-utils_use_find_package gps libgps) )
+
kde5_src_configure
 }
 

diff --git 

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/files/

2017-07-27 Thread Andreas Sturmlechner
commit: 347f505707ad7ddd924a92afc93b5e7246619419
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 18:19:22 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 18:19:22 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=347f5057

kde-plasma/plasma-workspace: Remove obsolete patch

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../plasma-workspace-5.7.90-baloo-optional.patch   | 41 --
 1 file changed, 41 deletions(-)

diff --git 
a/kde-plasma/plasma-workspace/files/plasma-workspace-5.7.90-baloo-optional.patch
 
b/kde-plasma/plasma-workspace/files/plasma-workspace-5.7.90-baloo-optional.patch
deleted file mode 100644
index 34f7142dfd..00
--- 
a/kde-plasma/plasma-workspace/files/plasma-workspace-5.7.90-baloo-optional.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-commit 7ea5034dda3d7a497be8c8d1adea08897c165916
-Author: Andreas Sturmlechner 
-Date:   Thu Sep 15 00:22:38 2016 +0200
-
-Make KF5Baloo optional
-
-
https://mail.kde.org/pipermail/kde-frameworks-devel/2016-September/037734.html
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index e57cb73..49584d9 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -26,8 +26,13 @@ find_package(KF5XmlRpcClient REQUIRED)
- find_package(KF5 REQUIRED COMPONENTS PlasmaQuick)
- find_package(KF5 REQUIRED COMPONENTS SysGuard)
- find_package(KF5 REQUIRED COMPONENTS Package)
--# Baloo has a different version scheme than KF5 for now
--find_package(KF5 5.1 REQUIRED COMPONENTS Baloo)
-+
-+find_package(KF5Baloo)
-+set_package_properties(KF5Baloo PROPERTIES DESCRIPTION "File Searching"
-+   TYPE OPTIONAL
-+   PURPOSE "Needed for the File Search runner."
-+  )
-+
- find_package(KF5TextEditor)
- find_package(KWinDBusInterface CONFIG REQUIRED)
- 
-diff --git a/runners/CMakeLists.txt b/runners/CMakeLists.txt
-index 48cc379..d7656c8 100644
 a/runners/CMakeLists.txt
-+++ b/runners/CMakeLists.txt
-@@ -1,5 +1,7 @@
- add_subdirectory(activities)
--add_subdirectory(baloo)
-+if(KF5Baloo_FOUND)
-+ add_subdirectory(baloo)
-+endif()
- add_subdirectory(bookmarks)
- add_subdirectory(calculator)
- add_subdirectory(locations)



[gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-pg-qt/

2017-07-27 Thread Andreas Sturmlechner
commit: 5859f6ed9b11be7937a909607623f1530b27b507
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 18:04:24 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 18:04:24 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5859f6ed

dev-util/kdevelop-pg-qt: Drop obsolete 2.0 stable branch

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../kdevelop-pg-qt/kdevelop-pg-qt-2.0..ebuild  | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0..ebuild 
b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0..ebuild
deleted file mode 100644
index 53d4590610..00
--- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0..ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_BRANCH="2.0"
-KDEBASE="kdevelop"
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="LL(1) parser generator used mainly by KDevelop language plugins"
-LICENSE="LGPL-2+ LGPL-2.1+"
-IUSE=""
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   sys-devel/bison
-   sys-devel/flex
-"
-RDEPEND="
-   !dev-util/kdevelop-pg-qt:4
-"



[gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-pg-qt/

2017-07-27 Thread Andreas Sturmlechner
commit: 6953f3ed78e6088e3a7544e5f03f312df10d304b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 18:01:14 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 18:01:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6953f3ed

dev-util/kdevelop-pg-qt: Drop bogus EGIT_BRANCH

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.1.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.1.0.ebuild 
b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.1.0.ebuild
index 2d081031a22..6300a1b09e0 100644
--- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.1.0.ebuild
+++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.1.0.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 
-EGIT_BRANCH="2.0"
 KDEBASE="kdevelop"
 KDE_TEST="forceoptional"
 inherit kde5



[gentoo-commits] proj/musl:master commit in: app-emulation/qemu/, app-emulation/qemu/files/

2017-07-27 Thread Aric Belsito
commit: 9212f510625a88c624d5d8d9456842091ee93305
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Jul 27 17:59:01 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Jul 27 17:59:01 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=9212f510

app-emulation/qemu: restore patch

deleted the wrong one..

 app-emulation/qemu/Manifest|   2 +-
 .../qemu/files/qemu-2.9.0-CVE-2017-7493.patch  | 174 ++
 .../qemu/files/qemu-2.9.0-CVE-2017-7539.patch  | 601 -
 3 files changed, 175 insertions(+), 602 deletions(-)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index e4a3f79..e3f4bd2 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -9,7 +9,7 @@ AUX qemu-2.9.0-CVE-2017-10664.patch 1613 SHA256 
5941cc41f0c02b185be3f6ba450f155d
 AUX qemu-2.9.0-CVE-2017-10806.patch 1450 SHA256 
ef884e2ed3adb618273af1d036ed0c7e3a09599e3d042080bb4b5014c6bc54d7 SHA512 
38fea2c1a2a5a224585a07a028a8c4cfc1bec4d943e85c13e01228062bf306a502b0948270863b226bc974832e3af18158904fbfc08ccdf1f72f06e7830780d5
 WHIRLPOOL 
f02fb957016af684dc894f93ec0b7dcca3febb8d37882aae1e17d2aca9948e200a013ae467cb54ce76c73f124a37c95fde189a4492d88322802d8160310c
 AUX qemu-2.9.0-CVE-2017-11334.patch 1362 SHA256 
bc2f3a50ad174e5453d0e4d1e14e9723b316e2339dc25ff31e27060ee13242bb SHA512 
422296269ec29b3313c984947ac48b7179ce8e169131624d316589a621778f846b883e76cdfba50c62dc63ab5fede0ad0292704c1ca1cc9e1e7b3b01a153b8c8
 WHIRLPOOL 
504cf6b2ebfb11bf1471f920d101df28df59f1a585eac31ac278a366f2b769386bc7d100aa8386b3f8f45d5f5f700aa6625be3192eb4f1f3b77e69c6684cf74f
 AUX qemu-2.9.0-CVE-2017-11434.patch 912 SHA256 
e8be3cb9261f8735ff2a50fb8b79ccfea85456c7a2e5a5702fcc5339463dc05a SHA512 
db95d9459b9669e0981195fe15f16c4e74d5f00c03e1ce5e33541e005260e77fa114b1b3f30bc06d80b723a6361b704fb58709b25773c168c8aa8f5f96580ac9
 WHIRLPOOL 
c68e25024ab3c1d01e5b53d0a7b1591110b96d78079bc940ec28da2e2770dac6b1f9bbaaeb97c88ea0e1b46db886f7035d81bde582750e560d136916ecdab8a2
-AUX qemu-2.9.0-CVE-2017-7539.patch 22018 SHA256 
523d41e08a2aab888e3e63b4dda6a19e535fe6fba2bf08b6ead06498ca923f29 SHA512 
5c81488aeae78307bee551a3a037f3b9cf55971a17c5df17f89f31224bdfa0a5e79141341314546256bffe542b781ad25151c54340a63c766086a578e5465825
 WHIRLPOOL 
085fc7e7d40c803a3caf15cdee77ce553b385919678ecf4bbcc3f532af5e482ca804a167af43e4f393da93aed88285690d84a3054c7f0df61d603d0046029dbc
+AUX qemu-2.9.0-CVE-2017-7493.patch 5656 SHA256 
77462d39e811e58d3761523a6c580485bdfca0e74adbd10cf24c254e0ece262a SHA512 
2b01f2878c98e77997b645ba80e69b5db398ef1e8f2b66344818d3c9af35dd66d49041ef9ee8aa152bf3e94970b4db282cf53909cb13b2532bc0a104251b2e81
 WHIRLPOOL 
23c788c5a78e126a61bd277e9fa1511cc71b8fbdc83a5bf319c5fc424219cbcceefad737844e45c11a76e047f8a49853d0a85b267f24f7b23bb7276d0edf0451
 AUX qemu-2.9.0-CVE-2017-8112.patch 696 SHA256 
a4dcc2a94749a5c20ef38d4c7ce13cd1ffe46017c77eea29ced0bec5c232e6aa SHA512 
840f5270332729e0149a4705bae5fcc16e9503a995d6bfa5033904a544add337ca8ccb1d2a36bb57cc198f6354f5253403f1c4f04cbd18c08b4e1a9d6af9e07f
 WHIRLPOOL 
1ba4e75fdd0c767254c85754612da9e8ff9ba2e7ea0811f723844bec190946805cd59db83f347a3dea4296d2b58d2df4a8d99a492335ba818824348bcebdd556
 AUX qemu-2.9.0-CVE-2017-8309.patch 595 SHA256 
8231747fe4d9c97392fe44b117caccd07d320313dc27fad17ac658122113ced9 SHA512 
4415c36acb4f0594de7fe0de2b669d03d6b54ae44eb7f1f285c36223a02cca887b57db27a43ab1cc2e7e193ee5bce2748f9d2056aa925e0cc8f2133e67168a74
 WHIRLPOOL 
af4c5e9763a0e114e554a1c8be99ea79da0b634fdc9d87922c7713187f1f904bfcce103648d549bbb190e92443664dbb9bd7592d8137f2337be0f4b22d1f9bd1
 AUX qemu-2.9.0-CVE-2017-8379.patch 2736 SHA256 
f2f8910c8e1ce9fc9804f4fbbe978fee20ccbfccc5efe49f42cdaafa63c511ce SHA512 
79e32f75d98ca4a92a5069b65c5b9cff16064255ed4d161e4e292b97373742c25d5ddc12dfffa627197fdb5e0808108b30d0182a9c060cd181723bd90c618d15
 WHIRLPOOL 
545c00189da3b252c80bb35c6b6d3368a02b36b06f2866838ddd9ebb9ccf2b608ae278ee192b6b3aef2966736afe9bcdd646c80c228ec5daef76b92bd2721bd5

diff --git a/app-emulation/qemu/files/qemu-2.9.0-CVE-2017-7493.patch 
b/app-emulation/qemu/files/qemu-2.9.0-CVE-2017-7493.patch
new file mode 100644
index 000..346e771
--- /dev/null
+++ b/app-emulation/qemu/files/qemu-2.9.0-CVE-2017-7493.patch
@@ -0,0 +1,174 @@
+From 7a95434e0ca8a037fd8aa1a2e2461f92585eb77b Mon Sep 17 00:00:00 2001
+From: Greg Kurz 
+Date: Fri, 5 May 2017 14:48:08 +0200
+Subject: [PATCH] 9pfs: local: forbid client access to metadata (CVE-2017-7493)
+
+When using the mapped-file security mode, we shouldn't let the client mess
+with the metadata. The current code already tries to hide the metadata dir
+from the client by skipping it in local_readdir(). But the client can still
+access or modify it through several other operations. This can be used to
+escalate privileges in the guest.
+
+Affected backend operations are:
+- local_mknod()
+- local_mkdir()
+- local_open2()
+- local_symlink()
+- local_link()
+- local_unlinkat()
+- 

[gentoo-commits] proj/musl:master commit in: app-emulation/qemu/, app-emulation/qemu/files/

2017-07-27 Thread Aric Belsito
commit: e5ca277abf3b2bbdb296b36229892ae8f332b4c0
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Jul 27 17:56:38 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Jul 27 17:56:38 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=e5ca277a

app-emulation/qemu: sync with tree

 app-emulation/qemu/Manifest|   3 +-
 .../qemu/files/qemu-2.9.0-CVE-2017-7493.patch  | 174 -
 app-emulation/qemu/qemu-2.9.0-r56.ebuild   |   1 -
 3 files changed, 1 insertion(+), 177 deletions(-)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index 5fe223b..e4a3f79 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -9,7 +9,6 @@ AUX qemu-2.9.0-CVE-2017-10664.patch 1613 SHA256 
5941cc41f0c02b185be3f6ba450f155d
 AUX qemu-2.9.0-CVE-2017-10806.patch 1450 SHA256 
ef884e2ed3adb618273af1d036ed0c7e3a09599e3d042080bb4b5014c6bc54d7 SHA512 
38fea2c1a2a5a224585a07a028a8c4cfc1bec4d943e85c13e01228062bf306a502b0948270863b226bc974832e3af18158904fbfc08ccdf1f72f06e7830780d5
 WHIRLPOOL 
f02fb957016af684dc894f93ec0b7dcca3febb8d37882aae1e17d2aca9948e200a013ae467cb54ce76c73f124a37c95fde189a4492d88322802d8160310c
 AUX qemu-2.9.0-CVE-2017-11334.patch 1362 SHA256 
bc2f3a50ad174e5453d0e4d1e14e9723b316e2339dc25ff31e27060ee13242bb SHA512 
422296269ec29b3313c984947ac48b7179ce8e169131624d316589a621778f846b883e76cdfba50c62dc63ab5fede0ad0292704c1ca1cc9e1e7b3b01a153b8c8
 WHIRLPOOL 
504cf6b2ebfb11bf1471f920d101df28df59f1a585eac31ac278a366f2b769386bc7d100aa8386b3f8f45d5f5f700aa6625be3192eb4f1f3b77e69c6684cf74f
 AUX qemu-2.9.0-CVE-2017-11434.patch 912 SHA256 
e8be3cb9261f8735ff2a50fb8b79ccfea85456c7a2e5a5702fcc5339463dc05a SHA512 
db95d9459b9669e0981195fe15f16c4e74d5f00c03e1ce5e33541e005260e77fa114b1b3f30bc06d80b723a6361b704fb58709b25773c168c8aa8f5f96580ac9
 WHIRLPOOL 
c68e25024ab3c1d01e5b53d0a7b1591110b96d78079bc940ec28da2e2770dac6b1f9bbaaeb97c88ea0e1b46db886f7035d81bde582750e560d136916ecdab8a2
-AUX qemu-2.9.0-CVE-2017-7493.patch 5656 SHA256 
77462d39e811e58d3761523a6c580485bdfca0e74adbd10cf24c254e0ece262a SHA512 
2b01f2878c98e77997b645ba80e69b5db398ef1e8f2b66344818d3c9af35dd66d49041ef9ee8aa152bf3e94970b4db282cf53909cb13b2532bc0a104251b2e81
 WHIRLPOOL 
23c788c5a78e126a61bd277e9fa1511cc71b8fbdc83a5bf319c5fc424219cbcceefad737844e45c11a76e047f8a49853d0a85b267f24f7b23bb7276d0edf0451
 AUX qemu-2.9.0-CVE-2017-7539.patch 22018 SHA256 
523d41e08a2aab888e3e63b4dda6a19e535fe6fba2bf08b6ead06498ca923f29 SHA512 
5c81488aeae78307bee551a3a037f3b9cf55971a17c5df17f89f31224bdfa0a5e79141341314546256bffe542b781ad25151c54340a63c766086a578e5465825
 WHIRLPOOL 
085fc7e7d40c803a3caf15cdee77ce553b385919678ecf4bbcc3f532af5e482ca804a167af43e4f393da93aed88285690d84a3054c7f0df61d603d0046029dbc
 AUX qemu-2.9.0-CVE-2017-8112.patch 696 SHA256 
a4dcc2a94749a5c20ef38d4c7ce13cd1ffe46017c77eea29ced0bec5c232e6aa SHA512 
840f5270332729e0149a4705bae5fcc16e9503a995d6bfa5033904a544add337ca8ccb1d2a36bb57cc198f6354f5253403f1c4f04cbd18c08b4e1a9d6af9e07f
 WHIRLPOOL 
1ba4e75fdd0c767254c85754612da9e8ff9ba2e7ea0811f723844bec190946805cd59db83f347a3dea4296d2b58d2df4a8d99a492335ba818824348bcebdd556
 AUX qemu-2.9.0-CVE-2017-8309.patch 595 SHA256 
8231747fe4d9c97392fe44b117caccd07d320313dc27fad17ac658122113ced9 SHA512 
4415c36acb4f0594de7fe0de2b669d03d6b54ae44eb7f1f285c36223a02cca887b57db27a43ab1cc2e7e193ee5bce2748f9d2056aa925e0cc8f2133e67168a74
 WHIRLPOOL 
af4c5e9763a0e114e554a1c8be99ea79da0b634fdc9d87922c7713187f1f904bfcce103648d549bbb190e92443664dbb9bd7592d8137f2337be0f4b22d1f9bd1
@@ -23,5 +22,5 @@ AUX qemu-binfmt.initd.head 1445 SHA256 
a9b4b1d1ffa82d572c01f14ebfbafb4b3a4c2eb5c
 AUX qemu-binfmt.initd.tail 245 SHA256 
1b765f5212946b73b8e4d92f64d34a9d2e358ef541c02164f6d6dd93cb15e1e7 SHA512 
bcca16805f8380d52cc591ea3d65a8f6e5de456730618f6aee301510edb75d235a22d4d7aeed224882210392840adb403eb53234b6cb76a4cb24533852a8b737
 WHIRLPOOL 
41ddd1751101646e700a6fe4ef879bd4149d646a801f97e40534051895697dcbded06a1edda51457a0d624fbf68442c3e57178a3ee8e683e35368b88d10ba4a4
 DIST qemu-2.9.0.tar.bz2 28720490 SHA256 
00bfb217b1bb03c7a6c3261b819cfccbfb5a58e3e2ceff546327d271773c6c14 SHA512 
4b28966eec0ca44681e35fcfb64a4eaef7c280b8d65c91d03f2efa37f76278fd8c1680e5798c7a30dbfcc8f3c05f4a803f48b8a2dfec3a4181bac079b2a5e422
 WHIRLPOOL 
d79fe89eb271a56aee0cbd328e5f96999176b711afb5683d164b7b99d91e6dd2bfaf6e2ff4cd820a941c94f28116765cb07ffd5809d75c2f9654a67d56bfc0c1
 EBUILD qemu-2.9.0-r2.ebuild 22065 SHA256 
45015103d32a318241da3d34c7340786571b65dc580f8493853c35e0ad5541ec SHA512 
7b69c749172677046a101778ba2d8078bf8f5ccedc2d3c6767a2096838f8b80d0519bb798f23e7229fec04ca0c6c4c96caf7d07983ca2aca8d77e86b4f2ed229
 WHIRLPOOL 
ebbf728a67a6f67ce2d40ac72cc95e27e46133e522d70a0e6d91525df7af048d2d1dfbb3e9534e4871882f5fe01749e3f749662414f802569c2f40ac66450afa
-EBUILD qemu-2.9.0-r56.ebuild 24010 SHA256 
4185ac27c271ca09d383907cf914c020ba5f9614d5c3901d12e82d4069e0090f SHA512 

[gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-pg-qt/

2017-07-27 Thread Andreas Sturmlechner
commit: da117e74216e727c45eaa13bebbaf771fca8e33a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 17:23:17 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 17:45:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da117e74

dev-util/kdevelop-pg-qt: Fix SRC_URI

 dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0-r1.ebuild 
b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0-r1.ebuild
index 7b764a5c3b7..60b9707f24d 100644
--- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0-r1.ebuild
+++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0-r1.ebuild
@@ -9,7 +9,7 @@ KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="LL(1) parser generator used mainly by KDevelop language plugins"
-SRC_URI="mirror://kde/stable/${_kdebase}/${PV}/src/${PN}-${PV%.0}.tar.xz"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${PN}-${PV%.0}.tar.xz"
 LICENSE="LGPL-2+ LGPL-2.1+"
 IUSE=""
 [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 x86"



[gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-pg-qt/

2017-07-27 Thread Andreas Sturmlechner
commit: f2c3d410b6326a9ef7d2e19ccf598f1274892254
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 17:23:46 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 17:45:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c3d410

dev-util/kdevelop-pg-qt: 2.1.0 version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-util/kdevelop-pg-qt/Manifest   |  1 +
 .../kdevelop-pg-qt/kdevelop-pg-qt-2.1.0.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-util/kdevelop-pg-qt/Manifest b/dev-util/kdevelop-pg-qt/Manifest
index 7edbbf86a0b..447dc7a9ef6 100644
--- a/dev-util/kdevelop-pg-qt/Manifest
+++ b/dev-util/kdevelop-pg-qt/Manifest
@@ -1 +1,2 @@
 DIST kdevelop-pg-qt-2.0.tar.xz 635604 SHA256 
2f778d324b7c0962e8bb5f62dd2643bac1a6f3ac971d145b6aace7cd61878993 SHA512 
50eb540f16c0a32b78ecb1b53ce7005a70c53497f1ca755afd321eb09d12ab646fae216f34a1efc310510a5aa27cb3f895c34aa71e38bcc9c415ca36099e9022
 WHIRLPOOL 
0758f63b1da3fb607cffe6ea60177f61ba432da991540afd9aa3934a2c76c7206c2483cefb227e7c56d55c27766e5374ee3e9b4bc48611b914219371898c604a
+DIST kdevelop-pg-qt-2.1.0.tar.xz 660268 SHA256 
20d84d25bd40610bd6c0964e4fe0642e56c41b76a65575122dc5196649621e5d SHA512 
0d0350c921a85ce6682219b0d67617aac21f5e3a95f6d50869c172200db02099e10cc025439ca5a08a93b711e21a3393c5bc50bc709fb4f6a57f19266c6f469d
 WHIRLPOOL 
c7c21513e6e04e5dce3f82433989159e2519bd8c9a8f9ae1edcf15365056c135effc47eef197e15c9696a0ee8e2269fcc48f7b0d750c9e2aa701e39135bc2f4e

diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.1.0.ebuild 
b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.1.0.ebuild
new file mode 100644
index 000..2d081031a22
--- /dev/null
+++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_BRANCH="2.0"
+KDEBASE="kdevelop"
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="LL(1) parser generator used mainly by KDevelop language plugins"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+LICENSE="LGPL-2+ LGPL-2.1+"
+IUSE=""
+[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   sys-devel/bison
+   sys-devel/flex
+"
+RDEPEND="
+   !dev-util/kdevelop-pg-qt:4
+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/, kde-plasma/kwin/files/

2017-07-27 Thread Andreas Sturmlechner
commit: e15789b6d8c953641e9181fcbfdb869f28b2b8f1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 16:39:57 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 17:45:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15789b6

kde-plasma/kwin: Backport possible fix for bugs on X11 like #616592

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../kwin/files/kwin-5.10.4-globalaccel.patch   | 45 ++
 kde-plasma/kwin/kwin-5.10.4-r1.ebuild  | 98 ++
 2 files changed, 143 insertions(+)

diff --git a/kde-plasma/kwin/files/kwin-5.10.4-globalaccel.patch 
b/kde-plasma/kwin/files/kwin-5.10.4-globalaccel.patch
new file mode 100644
index 000..88d373c1dde
--- /dev/null
+++ b/kde-plasma/kwin/files/kwin-5.10.4-globalaccel.patch
@@ -0,0 +1,45 @@
+From 4c996a57d4c01f092f9ed8f98a9f476c14c0c777 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Martin=20Fl=C3=B6ser?= 
+Date: Thu, 20 Jul 2017 19:14:07 +0200
+Subject: Call Platform::setupActionForGlobalAccel on the Client shortcut
+
+Summary:
+Platform::setupActionForGlobalAccel is an important call on X11 platform.
+Without the x11 timestamp doesn't get updated and calls in KWin might
+fail - e.g. the activation of the Client which is supposed to happen.
+
+Test Plan: compiles
+
+Reviewers: #kwin, #plasma
+
+Subscribers: plasma-devel, kwin
+
+Tags: #kwin
+
+Differential Revision: https://phabricator.kde.org/D6802
+---
+ useractions.cpp | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/useractions.cpp b/useractions.cpp
+index 502be96..d92b027 100644
+--- a/useractions.cpp
 b/useractions.cpp
+@@ -37,6 +37,7 @@ along with this program.  If not, see 
.
+ #include "input.h"
+ #include "workspace.h"
+ #include "effects.h"
++#include "platform.h"
+ #include "screens.h"
+ #include "virtualdesktops.h"
+ #include "scripting/scripting.h"
+@@ -1050,6 +1051,7 @@ void Workspace::clientShortcutUpdated(Client* c)
+ if (!c->shortcut().isEmpty()) {
+ if (action == NULL) { // new shortcut
+ action = new QAction(this);
++kwinApp()->platform()->setupActionForGlobalAccel(action);
+ action->setProperty("componentName", QStringLiteral(KWIN_NAME));
+ action->setObjectName(key);
+ action->setText(i18n("Activate Window (%1)", c->caption()));
+-- 
+cgit v0.11.2

diff --git a/kde-plasma/kwin/kwin-5.10.4-r1.ebuild 
b/kde-plasma/kwin/kwin-5.10.4-r1.ebuild
new file mode 100644
index 000..5dd83a93812
--- /dev/null
+++ b/kde-plasma/kwin/kwin-5.10.4-r1.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_TEST="optional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="KDE window manager"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="gles2 multimedia"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kactivities)
+   $(add_frameworks_dep kauth)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep kglobalaccel)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kidletime)
+   $(add_frameworks_dep kinit)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kpackage)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwayland)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem X)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep plasma)
+   $(add_plasma_dep breeze)
+   $(add_plasma_dep kdecoration)
+   $(add_plasma_dep kscreenlocker)
+   $(add_qt_dep qtcore)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui 'gles2=')
+   $(add_qt_dep qtscript)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   >=dev-libs/libinput-1.5
+   >=dev-libs/wayland-1.2
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/libepoxy
+   media-libs/mesa[egl,gbm,gles2?,wayland]
+   virtual/libudev:=
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXi
+   x11-libs/libdrm
+   >=x11-libs/libxcb-1.10
+   >=x11-libs/libxkbcommon-0.7.0
+   x11-libs/xcb-util-cursor
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-keysyms
+"
+RDEPEND="${COMMON_DEPEND}
+   $(add_plasma_dep kde-cli-tools)
+   multimedia? (
+   || (
+   $(add_qt_dep qtmultimedia 

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

2017-07-27 Thread Manuel Rüger
commit: 449ff71062894a038a297344b438dbdc69b7aa94
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Jul 27 16:53:12 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Jul 27 16:53:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449ff710

sys-cluster/kubectl: Version bump to 1.7.2

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/kubectl/Manifest |  1 +
 sys-cluster/kubectl/kubectl-1.7.2.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/sys-cluster/kubectl/Manifest b/sys-cluster/kubectl/Manifest
index 2eb6b90bfd0..f9893ac2854 100644
--- a/sys-cluster/kubectl/Manifest
+++ b/sys-cluster/kubectl/Manifest
@@ -1,3 +1,4 @@
 DIST kubernetes-1.6.6.tar.gz 22000184 SHA256 
13e9cd0753fd8227e1a8588af984005499bedb3916a594eab8d4e873387c464c SHA512 
ecd069fc08b0e17a5f7df3f2daf8c14e784f364b89adbd357cb1007bcce81907085f05fd5f7b502e225ad2507b5002d52cf67bd55bed1275c719057e75ada558
 WHIRLPOOL 
fb360828bb0f6f18573bcc236da087d335561133ac2bdf80eae44d7b9d21fa4be56f9620904af78167d31a3e94670184c35626c876fdac2e5cf5e0c8f8ea5030
 DIST kubernetes-1.7.0.tar.gz 21930564 SHA256 
0fe34180a4bb61384894616b1d348cc6350d1ebcbc071c67748864ffd2deb026 SHA512 
cdea8e9758498749a4bd07013e4b1501e88d60d0a59971d0401e334ba7b2b245010e8255130971d43633c6fdb6ba49239a01c2754247bb7e0347653caa00ca36
 WHIRLPOOL 
de7e1784d3b5960e03ad04f614f054f0d218055d3b4e1e0885fffb8fa8e6e9ba67ee80b323b32e5353ec55014b5fb55fbf7dc99216604a7ce3303569561f628c
 DIST kubernetes-1.7.1.tar.gz 21933985 SHA256 
8420f316e3954e27d14bd31cd885bea85765a6822f7dbdd025b3d27563914bb4 SHA512 
95fedccb3de9b32194c015c929d7f25a0ca51ff0f3aef0d278acb5924b91c397f719426855413000427e01131867ba571894692902d55e7536584c19d6e1aa7c
 WHIRLPOOL 
0b36d39c75c692a09d0b68c427bce175b49c39e44e56999cd31dfe07eb7afa8b9ca24528444f1fca13254fb39414f0a9b377ccfa8bb612ca0b7980ad09cbe381
+DIST kubernetes-1.7.2.tar.gz 22003395 SHA256 
a283ff30b243b94474d07ec0ed52c4d42a2ca427610a58f1a6dffe456fbb3b6a SHA512 
38de356e95198cc7db077e994b6369e807ad65b507f14d342e82e1d08dcf03797771afe45bf043d9d40b7f49e73c3e310117eef98c32eeb4a682eb3d6b670216
 WHIRLPOOL 
bb237497f49277784ff1d1b02225d9fb6bf7f33a92e59e38f9a673fcdb84062f36271239330d633f96a38809a02e447d82266f5c24a8cb404ecd25c452d5b6f1

diff --git a/sys-cluster/kubectl/kubectl-1.7.2.ebuild 
b/sys-cluster/kubectl/kubectl-1.7.2.ebuild
new file mode 100644
index 000..4866ab70285
--- /dev/null
+++ b/sys-cluster/kubectl/kubectl-1.7.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="CLI to run commands against Kubernetes clusters"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io;
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN}
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+   popd || die
+}



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

2017-07-27 Thread William Hubbs
commit: 4dcb5ddc1101ae24d0d77eafe3da287dbf7d3c73
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Jul 27 16:36:01 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jul 27 16:36:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcb5ddc

dev-util/meson: Add ~arm to the latest release for #625322

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-util/meson/meson-0.41.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/meson/meson-0.41.2.ebuild 
b/dev-util/meson/meson-0.41.2.ebuild
index 493a4df2c56..392883a3b7c 100644
--- a/dev-util/meson/meson-0.41.2.ebuild
+++ b/dev-util/meson/meson-0.41.2.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~mips ~ppc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~x86"
 fi
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/

2017-07-27 Thread Andreas Sturmlechner
commit: 44d7ee2e8ba31c2c8cbc08bee727e6afb8c69fc7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 16:23:42 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 16:24:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d7ee2e

kde-plasma/plasma-workspace: Drop 5.10.4 (r0)

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../plasma-workspace-5.10.4.ebuild | 163 -
 1 file changed, 163 deletions(-)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.10.4.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.10.4.ebuild
deleted file mode 100644
index b2543513737..000
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.10.4.ebuild
+++ /dev/null
@@ -1,163 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5 qmake-utils
-
-DESCRIPTION="KDE Plasma workspace"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+calendar geolocation gps prison qalculate +semantic-desktop"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep kactivities)
-   $(add_frameworks_dep kauth)
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kdeclarative)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep kdesu)
-   $(add_frameworks_dep kglobalaccel)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kidletime)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep kjs)
-   $(add_frameworks_dep kjsembed)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kpackage)
-   $(add_frameworks_dep krunner)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktexteditor)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwayland)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep kxmlrpcclient)
-   $(add_frameworks_dep plasma)
-   $(add_frameworks_dep solid)
-   $(add_plasma_dep kscreenlocker)
-   $(add_plasma_dep kwin)
-   $(add_plasma_dep libksysguard)
-   $(add_qt_dep qtconcurrent)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative 'widgets')
-   $(add_qt_dep qtgui 'jpeg')
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtscript)
-   $(add_qt_dep qtsql)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtx11extras)
-   $(add_qt_dep qtxml)
-   media-libs/phonon[qt5]
-   sys-libs/zlib
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libxcb
-   x11-libs/libXfixes
-   x11-libs/libXrender
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   calendar? ( $(add_kdeapps_dep kholidays) )
-   geolocation? ( $(add_frameworks_dep networkmanager-qt) )
-   gps? ( sci-geosciences/gpsd )
-   prison? ( $(add_frameworks_dep prison) )
-   qalculate? ( sci-libs/libqalculate:= )
-   semantic-desktop? ( $(add_frameworks_dep baloo) )
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_frameworks_dep kded)
-   $(add_kdeapps_dep kio-extras)
-   $(add_plasma_dep kde-cli-tools)
-   $(add_plasma_dep ksysguard)
-   $(add_plasma_dep milou)
-   $(add_plasma_dep plasma-integration)
-   $(add_qt_dep qdbus)
-   $(add_qt_dep qtgraphicaleffects)
-   $(add_qt_dep qtpaths)
-   $(add_qt_dep qtquickcontrols 'widgets')
-   app-text/iso-codes
-   x11-apps/mkfontdir
-   x11-apps/xmessage
-   x11-apps/xprop
-   x11-apps/xrdb
-   x11-apps/xset
-   x11-apps/xsetroot
-   !dev-libs/xembed-sni-proxy
-   !kde-plasma/freespacenotifier:4
-   !kde-plasma/libtaskmanager:4
-   !kde-plasma/kcminit:4
-   !kde-plasma/kdebase-startkde:4
-   !kde-plasma/klipper:4
-   !kde-plasma/krunner:4
-   !kde-plasma/ksmserver:4
-   !kde-plasma/ksplash:4
-   !kde-plasma/plasma-workspace:4
-"
-DEPEND="${COMMON_DEPEND}
-   x11-proto/xproto
-"
-
-PATCHES=( "${FILESDIR}/${PN}-5.4-startkde-script.patch" )
-
-RESTRICT+=" test"
-
-src_prepare() {
-   kde5_src_prepare
-
-   sed -e 

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/, kde-plasma/plasma-workspace/files/

2017-07-27 Thread Andreas Sturmlechner
commit: 479b6c9e6c960ed177190ad107c8b4aab98e6c48
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 16:10:41 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 16:24:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479b6c9e

kde-plasma/plasma-workspace: Fix DEPENDs, fix cmake warning

Upstream commits
7df184afa19f148c1cd09ae9588645bb2b4556fc
a2202472aa4d488da7562fe8b150c42dddc2d7f2

Reported-by: Michael Mair-Keimberger (iamnr3)  gmail.com>
Gentoo-bug: 626040

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../files/plasma-workspace-5.10.4-unused-dep.patch |  19 +++
 .../plasma-workspace-5.10.4-r1.ebuild  | 169 +
 2 files changed, 188 insertions(+)

diff --git 
a/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-unused-dep.patch 
b/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-unused-dep.patch
new file mode 100644
index 000..fa0f3850965
--- /dev/null
+++ b/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-unused-dep.patch
@@ -0,0 +1,19 @@
+commit 5a7d251cfbed417a2617945a94427a93cdd2e82d
+Author: Andreas Sturmlechner 
+Date:   Thu Jul 27 17:50:17 2017 +0200
+
+Drop unused dependency
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index ba61d1cc..ab5536ff 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -25,7 +25,7 @@ include(ECMQtDeclareLoggingCategory)
+ include(KDEPackageAppTemplates)
+ 
+ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+-Plasma DocTools Runner JsEmbed NotifyConfig Su NewStuff 
Wallet KCMUtils
++Plasma DocTools Runner JsEmbed NotifyConfig Su NewStuff 
Wallet
+ IdleTime Declarative TextWidgets KDELibs4Support Crash 
GlobalAccel
+ DBusAddons Wayland)
+ find_package(KF5NetworkManagerQt ${KF5_MIN_VERSION})

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.10.4-r1.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.10.4-r1.ebuild
new file mode 100644
index 000..aff99b2e38b
--- /dev/null
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.10.4-r1.ebuild
@@ -0,0 +1,169 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5 qmake-utils
+
+DESCRIPTION="KDE Plasma workspace"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="+calendar geolocation gps prison qalculate +semantic-desktop"
+
+REQUIRED_USE="gps? ( geolocation )"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kactivities)
+   $(add_frameworks_dep kauth)
+   $(add_frameworks_dep kbookmarks)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep kglobalaccel)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kidletime)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep kjs)
+   $(add_frameworks_dep kjsembed)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kpackage)
+   $(add_frameworks_dep krunner)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktexteditor)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwayland)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep kxmlrpcclient)
+   $(add_frameworks_dep plasma)
+   $(add_frameworks_dep solid)
+   $(add_plasma_dep kscreenlocker)
+   $(add_plasma_dep kwin)
+   $(add_plasma_dep libksysguard)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative 'widgets')
+   $(add_qt_dep qtgui 'jpeg')
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtscript)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   $(add_qt_dep qtxml)
+   media-libs/phonon[qt5]
+   sys-libs/zlib
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libxcb
+   x11-libs/libXfixes
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   calendar? ( $(add_kdeapps_dep kholidays) )
+   geolocation? ( 

[gentoo-commits] repo/gentoo:master commit in: net-vpn/openvpn/

2017-07-27 Thread William Hubbs
commit: 8f331e164220db71e4c02aded629bedd131fa251
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Jul 27 15:46:32 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jul 27 15:47:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f331e16

net-vpn/openvpn: add myself as a co-maintainer per mrueg

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/net-vpn/openvpn/metadata.xml b/net-vpn/openvpn/metadata.xml
index 7638a471b11..ca1e9a1139e 100644
--- a/net-vpn/openvpn/metadata.xml
+++ b/net-vpn/openvpn/metadata.xml
@@ -9,6 +9,10 @@
 chutz...@gentoo.org
 Patrick McLean
   
+  
+willi...@gentoo.org
+William Hubbs
+  
   OpenVPN is an easy-to-use, robust and highly
 configurable VPN daemon which can be used to securely link two or more
 networks using an encrypted tunnel.



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

2017-07-27 Thread Andreas Sturmlechner
commit: c8f0e36587175c90b21be7ac33e794035cef830d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 15:10:07 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 15:27:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f0e365

app-text/libmwaw: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/libmwaw/Manifest  |  1 -
 app-text/libmwaw/libmwaw-0.3.10.ebuild | 51 --
 app-text/libmwaw/libmwaw-0.3.11.ebuild | 51 --
 3 files changed, 103 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index 2987a28cf4b..cb9ec8da13b 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,4 +1,3 @@
-DIST libmwaw-0.3.10.tar.xz 1229964 SHA256 
b246a0c15fcf98076f2a1f2cf4d44a714f5c8eb39690442fc7fbbd01fa34f220 SHA512 
5d225ecb89466d486900a33abf10b61e6f6bbff00053c5f6ab0046960c64c3022529a1e637594eca47b14c96c9f8440db9331d1db687f761c1026c64fb8301d5
 WHIRLPOOL 
7d537d55cc8491f8be2676d5b9a0e36ecdeb041e38e9416c43547730871bf757409c8b77460e507d87c4cc287b62ad2b449a5af8bed4b0406fbcca3759ef3ff4
 DIST libmwaw-0.3.11.tar.xz 1254200 SHA256 
4b483a196bbe82bc0f7cb4cdf70ef1cedb91139bd2e037eabaed4a4d6ed2299a SHA512 
d4a810c6066023608a15ece8a6bbc958e586d679fc4ad51156091ec88355292872f10198e723e28776b45e140a830fd4c698732cf6103743d6e80ad8e1d778ab
 WHIRLPOOL 
2de11bde90937727372eb7e7d4d1af52b66e8ef2f14bd78ce1d26399aa6ee853dc1fe11000cfcf8a361698296866ced2f2da7848f75763a22458ae0504903b48
 DIST libmwaw-0.3.12.tar.xz 1258972 SHA256 
7691a6e6e7221d61c40e3f630a8907e3e516b99a587e47d09ec53f8ac60ed1e7 SHA512 
8af8477ff6fc251600f9a66059b20fd8b9fad8d599c01e847d718597b3a34567036daff4d4510934aa1462bd4810a39467e8ac0ec223147b3b53447220ec
 WHIRLPOOL 
9dd39fc43c7b8cf3806889a1cabde4c1bbd4f21e5e1ea2dfa66a6ea69f28ab28c966e160d157f0ee4559e85b6b7fac07dfa314d2ef0597986c85660b3a5cc0f9
 DIST libmwaw-0.3.8.tar.xz 1200052 SHA256 
6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 SHA512 
3e3684479460d22b83da225f8f1bc4de306f8e4a9e48c7ea128cba08f122b093c529f2e73b8f8ae1b235665d4f3c7de2fc461692e21f13364da678add707d01c
 WHIRLPOOL 
77d9b1253191089da5c869e7bb160253672747cfd502350b28acde538e02b8418c0ee63899bf903b4c3c9f1561d145d0626c822f26467cb8ba7aa4de04287158

diff --git a/app-text/libmwaw/libmwaw-0.3.10.ebuild 
b/app-text/libmwaw/libmwaw-0.3.10.ebuild
deleted file mode 100644
index ed8c879dc73..000
--- a/app-text/libmwaw/libmwaw-0.3.10.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
-
-IUSE="doc static-libs tools"
-
-RDEPEND="
-   dev-libs/librevenge
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   econf \
-   --enable-zip \
-   --disable-werror \
-   --with-sharedptr=c++11 \
-   $(use_with doc docs) \
-   $(use_enable static-libs static) \
-   $(use_enable tools)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/app-text/libmwaw/libmwaw-0.3.11.ebuild 
b/app-text/libmwaw/libmwaw-0.3.11.ebuild
deleted file mode 100644
index ed8c879dc73..000
--- a/app-text/libmwaw/libmwaw-0.3.11.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
-
-IUSE="doc static-libs tools"
-
-RDEPEND="
-   dev-libs/librevenge
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   econf \
-  

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

2017-07-27 Thread Andreas Sturmlechner
commit: 9c12f88fe565489ef674876976db2b27fd5c9170
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 15:05:37 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 15:27:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c12f88f

app-text/libwps: 0.4.7 version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/libwps/Manifest|  1 +
 app-text/libwps/libwps-0.4.7.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest
index f341e451fb2..1c5c3b10aba 100644
--- a/app-text/libwps/Manifest
+++ b/app-text/libwps/Manifest
@@ -1 +1,2 @@
 DIST libwps-0.4.6.tar.xz 592276 SHA256 
e48a7c2fd20048a0a8eaf69bad972575f8b9f06e7497c787463f127d332fccd0 SHA512 
00d1d9108f405cb5eeb67985057f0c6a5d9dd8ef9c3daeebb6739e10a38a5db7cbf22a9e4d09684452376896009993ba08cb015ec0616b56c44d87a3241e
 WHIRLPOOL 
31198a1889148c87357c0411cd7c28c75de69048ed9c589e98c8a9f866a18295a6d572308966bc1173f207499616bcd1e87eb48bbbec5193fef36228a23ca5c5
+DIST libwps-0.4.7.tar.xz 595580 SHA256 
2f2cab630bceace24f9dbb7d187cd6cd1f4c9f8a7b682c5f7e49c1e2cb58b217 SHA512 
d38b778016f8ca6a44edba86177d28a3f0bcd338e57276a615eeb9d470def71aa9326c3077789129418b38e88ae6f6d1901d08f5716081ba2eb9847a133c96da
 WHIRLPOOL 
8dd7cc93f9a9da8e1685ab40c9a8fbe92bc0b1ca1c2888c9d70681156fdaea918dcef2bc6ed31f8d0d6a1345009275cb5517cdb513bea8abd90c17b124aba5e7

diff --git a/app-text/libwps/libwps-0.4.7.ebuild 
b/app-text/libwps/libwps-0.4.7.ebuild
new file mode 100644
index 000..93c2ec4fbaa
--- /dev/null
+++ b/app-text/libwps/libwps-0.4.7.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Microsoft Works file word processor format import filter library"
+HOMEPAGE="https://sourceforge.net/p/libwps/wiki/Home/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~x86"
+IUSE="doc debug static-libs tools"
+
+RDEPEND="
+   dev-libs/librevenge
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_configure() {
+   econf \
+   --disable-werror \
+   --with-sharedptr=c++11 \
+   $(use_enable debug) \
+   $(use_with doc docs) \
+   $(use_enable static-libs static) \
+   $(use_enable tools)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2017-07-27 Thread Andreas Sturmlechner
commit: 9386c540f6123e93f9a0dc9558543b41297a8740
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 15:02:35 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 15:27:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9386c540

app-text/libstaroffice: 0.0.4 version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/libstaroffice/Manifest   |  1 +
 app-text/libstaroffice/libstaroffice-0.0.4.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/app-text/libstaroffice/Manifest b/app-text/libstaroffice/Manifest
index 368e4ecd5f5..3d11505a4c6 100644
--- a/app-text/libstaroffice/Manifest
+++ b/app-text/libstaroffice/Manifest
@@ -1 +1,2 @@
 DIST libstaroffice-0.0.3.tar.xz 679800 SHA256 
bedeec104b4cc3896b3dfd1976dda5ce7392d1942bf8f5d2f7d796cc47e422c6 SHA512 
ea60576537761a5b969a861ac43c8d4a9da5e5261d0a31f3d7743f8507e6979ccd4cba1784e8c3d909c08b692349ae11e87428834fd3df5b8d56e423caa7bcd8
 WHIRLPOOL 
c8ba69eb347aa0c77f886511d79dba5011aa0ff25c3e9f4ec4af31b8b9303fd9dc1df32742bbc3c87d2a7fba32a7f830fdc3a38ca391559038388f4d97afe9af
+DIST libstaroffice-0.0.4.tar.xz 681828 SHA256 
6e728784d002144716b10fe122973b3e4edda9004538386b0b58bb303404903a SHA512 
d591e554ce108165f1952ae82835241df0f986ce51f1a4fe43d282733358bb8d72418621f91f431367a5c09f9a40a9784666ffa2da303c5543ee000b1d6abf38
 WHIRLPOOL 
ac295aa290f92bc2071a56439dafb4280c52e2de8e36e6e686cdf31150bff8c87989bbc693cc4175d96c1ae5a155f21bb8f9344b0ed10920ebec161ba20a7110

diff --git a/app-text/libstaroffice/libstaroffice-0.0.4.ebuild 
b/app-text/libstaroffice/libstaroffice-0.0.4.ebuild
new file mode 100644
index 000..57dbc81af32
--- /dev/null
+++ b/app-text/libstaroffice/libstaroffice-0.0.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://github.com/fosnola/libstaroffice.git;
+[[ ${PV} ==  ]] && inherit git-r3 autotools
+
+DESCRIPTION="Import filter for old StarOffice documents"
+HOMEPAGE="https://github.com/fosnola/libstaroffice;
+[[ ${PV} ==  ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz;
+
+LICENSE="|| ( LGPL-2.1+ MPL-2.0 )"
+SLOT="0"
+[[ ${PV} ==  ]] || \
+KEYWORDS="~amd64 ~arm ~x86"
+
+IUSE="debug doc tools +zlib"
+
+RDEPEND="
+   dev-libs/librevenge
+   zlib? ( sys-libs/zlib )
+"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )
+"
+
+src_prepare() {
+   default
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   econf \
+   --disable-werror \
+   $(use_enable debug) \
+   $(use_with doc docs) \
+   $(use_enable tools) \
+   $(use_enable zlib zip)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2017-07-27 Thread Andreas Sturmlechner
commit: a424f19ab3ed332e2b168a327488706a1d78b3cd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 15:09:33 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 15:27:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a424f19a

app-text/libmwaw: 0.3.12 version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/libmwaw/Manifest  |  1 +
 app-text/libmwaw/libmwaw-0.3.12.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index f0644c49d58..2987a28cf4b 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,3 +1,4 @@
 DIST libmwaw-0.3.10.tar.xz 1229964 SHA256 
b246a0c15fcf98076f2a1f2cf4d44a714f5c8eb39690442fc7fbbd01fa34f220 SHA512 
5d225ecb89466d486900a33abf10b61e6f6bbff00053c5f6ab0046960c64c3022529a1e637594eca47b14c96c9f8440db9331d1db687f761c1026c64fb8301d5
 WHIRLPOOL 
7d537d55cc8491f8be2676d5b9a0e36ecdeb041e38e9416c43547730871bf757409c8b77460e507d87c4cc287b62ad2b449a5af8bed4b0406fbcca3759ef3ff4
 DIST libmwaw-0.3.11.tar.xz 1254200 SHA256 
4b483a196bbe82bc0f7cb4cdf70ef1cedb91139bd2e037eabaed4a4d6ed2299a SHA512 
d4a810c6066023608a15ece8a6bbc958e586d679fc4ad51156091ec88355292872f10198e723e28776b45e140a830fd4c698732cf6103743d6e80ad8e1d778ab
 WHIRLPOOL 
2de11bde90937727372eb7e7d4d1af52b66e8ef2f14bd78ce1d26399aa6ee853dc1fe11000cfcf8a361698296866ced2f2da7848f75763a22458ae0504903b48
+DIST libmwaw-0.3.12.tar.xz 1258972 SHA256 
7691a6e6e7221d61c40e3f630a8907e3e516b99a587e47d09ec53f8ac60ed1e7 SHA512 
8af8477ff6fc251600f9a66059b20fd8b9fad8d599c01e847d718597b3a34567036daff4d4510934aa1462bd4810a39467e8ac0ec223147b3b53447220ec
 WHIRLPOOL 
9dd39fc43c7b8cf3806889a1cabde4c1bbd4f21e5e1ea2dfa66a6ea69f28ab28c966e160d157f0ee4559e85b6b7fac07dfa314d2ef0597986c85660b3a5cc0f9
 DIST libmwaw-0.3.8.tar.xz 1200052 SHA256 
6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 SHA512 
3e3684479460d22b83da225f8f1bc4de306f8e4a9e48c7ea128cba08f122b093c529f2e73b8f8ae1b235665d4f3c7de2fc461692e21f13364da678add707d01c
 WHIRLPOOL 
77d9b1253191089da5c869e7bb160253672747cfd502350b28acde538e02b8418c0ee63899bf903b4c3c9f1561d145d0626c822f26467cb8ba7aa4de04287158

diff --git a/app-text/libmwaw/libmwaw-0.3.12.ebuild 
b/app-text/libmwaw/libmwaw-0.3.12.ebuild
new file mode 100644
index 000..b0434c260bc
--- /dev/null
+++ b/app-text/libmwaw/libmwaw-0.3.12.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
+[[ ${PV} ==  ]] && inherit autotools git-r3
+
+DESCRIPTION="Library parsing many pre-OSX MAC text formats"
+HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
+[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+[[ ${PV} ==  ]] || \
+KEYWORDS="~amd64 ~arm ~x86"
+
+IUSE="doc static-libs tools"
+
+RDEPEND="
+   dev-libs/librevenge
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   sys-devel/libtool
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_prepare() {
+   default
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   # zip is hard enabled as the zlib is dep on the rdeps anyway
+   econf \
+   --enable-zip \
+   --disable-werror \
+   --with-sharedptr=c++11 \
+   $(use_with doc docs) \
+   $(use_enable static-libs static) \
+   $(use_enable tools)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/cphplib/

2017-07-27 Thread Brian Evans
commit: 7dc907078aebb4278ab68c780420fd10fa443cf0
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul 27 15:06:45 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul 27 15:06:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc90707

dev-php/cphplib: Drop old revision

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-php/cphplib/cphplib-0.51.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/dev-php/cphplib/cphplib-0.51.ebuild 
b/dev-php/cphplib/cphplib-0.51.ebuild
deleted file mode 100644
index 3a273920d67..000
--- a/dev-php/cphplib/cphplib-0.51.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Cute PHP Library (cphplib)"
-HOMEPAGE="http://cphplib.sourceforge.net/;
-SRC_URI="mirror://sourceforge/cphplib/${P}.tar.bz2"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-php/PEAR-DB-1.7.6-r1"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   insinto "/usr/share/php/${PN}"
-   doins *.spec *.inc
-
-   dodoc ChangeLog COPYRIGHT LGPL README TODO
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/cphplib/, dev-php/cphplib/files/

2017-07-27 Thread Brian Evans
commit: b9a07f96a78cd0b05b05fe1082c914b0b2cf8a6f
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul 27 15:06:15 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul 27 15:06:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a07f96

dev-php/cphplib: Revbump for EAPI upgrade and constructor patch

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-php/cphplib/cphplib-0.51-r1.ebuild  | 29 +++
 dev-php/cphplib/files/constructor.patch | 42 +
 2 files changed, 71 insertions(+)

diff --git a/dev-php/cphplib/cphplib-0.51-r1.ebuild 
b/dev-php/cphplib/cphplib-0.51-r1.ebuild
new file mode 100644
index 000..c79a4a61209
--- /dev/null
+++ b/dev-php/cphplib/cphplib-0.51-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Cute PHP Library (cphplib)"
+HOMEPAGE="http://cphplib.sourceforge.net/;
+SRC_URI="mirror://sourceforge/cphplib/${P}.tar.bz2"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc"
+
+DEPEND=">=dev-php/PEAR-DB-1.7.6-r1"
+RDEPEND="${DEPEND}"
+PATCHES=( "${FILESDIR}/constructor.patch" )
+
+src_install() {
+   local DOCS=( ChangeLog README TODO )
+   local -a HTML_DOCS
+   insinto "/usr/share/php/${PN}"
+   doins -r i18n cphplib_formular.inc  cphplib.inc
+   use doc && HTML_DOCS=( doc/packages.html doc/blank.html
+   doc/classtrees_cphplib.html doc/index.html doc/cphplib/
+   doc/errors.html doc/__filesource/ doc/elementindex.html
+   doc/li_cphplib.html doc/elementindex_cphplib.html doc/media/ )
+   einstalldocs
+}

diff --git a/dev-php/cphplib/files/constructor.patch 
b/dev-php/cphplib/files/constructor.patch
new file mode 100644
index 000..1ab88d212c1
--- /dev/null
+++ b/dev-php/cphplib/files/constructor.patch
@@ -0,0 +1,42 @@
+diff -uarN a/cphplib_formular.inc b/cphplib_formular.inc
+--- a/cphplib_formular.inc 2006-05-25 05:03:44.0 -0400
 b/cphplib_formular.inc 2017-07-27 10:49:10.928727081 -0400
+@@ -130,6 +130,11 @@
+ 
+   function cphplib_formular($locale="de_DE")
+   {
++  __construct($locale);
++  }
++
++  function __construct($locale="de_DE")
++  {
+   parent::cphplib($locale);
+ 
+   $this->os_type  = $this->os_type();
+@@ -1390,4 +1395,3 @@
+   }
+ }
+ 
+-?>
+\ No newline at end of file
+diff -uarN a/cphplib.inc b/cphplib.inc
+--- a/cphplib.inc  2006-05-25 05:03:58.0 -0400
 b/cphplib.inc  2017-07-27 10:59:51.910098156 -0400
+@@ -215,6 +215,11 @@
+*/
+   function cphplib($locale="de_DE")
+   {
++  __construct($locale);
++  }
++
++  function __construct($locale="de_DE")
++  {
+   if (!empty($locale))
+   {
+   $this->locale = $locale;
+@@ -4539,4 +4544,3 @@
+   }
+ }
+ 
+-?>
+\ No newline at end of file



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

2017-07-27 Thread Michael Palimaka
commit: 99b480992dfb2ae7559f877a46fe64129e122ceb
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sun Jul 23 20:29:06 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jul 27 14:38:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b48099

profiles/hardened/linux/p.use: disable default gdbm USE for net-firewall/fwknop

Otherwise it enforces server USE to all users via REQUIRED_USE.

 profiles/hardened/linux/package.use | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/profiles/hardened/linux/package.use 
b/profiles/hardened/linux/package.use
new file mode 100644
index 000..edd0e13e541
--- /dev/null
+++ b/profiles/hardened/linux/package.use
@@ -0,0 +1,7 @@
+# Copyright 2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Ilya Tumaykin  (22 Jul 2017)
+# Override default +gdbm setting, which enables minor server-only
+# feature, but enforces server USE to all users via REQUIRED_USE.
+net-firewall/fwknop -gdbm



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

2017-07-27 Thread Michael Palimaka
commit: 49cccfb5390e03058e59fbe8748b1d5a97685a01
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sat Jul 22 17:40:33 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jul 27 14:37:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49cccfb5

profiles/base/p.use: disable default gdbm USE for net-firewall/fwknop

Otherwise it enforces server USE to all users via REQUIRED_USE.

 profiles/base/package.use | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use b/profiles/base/package.use
index b21593100fb..9590bcc5484 100644
--- a/profiles/base/package.use
+++ b/profiles/base/package.use
@@ -1,6 +1,11 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Ilya Tumaykin  (22 Jul 2017)
+# Override default +gdbm setting, which enables minor server-only
+# feature, but enforces server USE to all users via REQUIRED_USE.
+net-firewall/fwknop -gdbm
+
 # David Seifert  (17 Apr 2017)
 # Only python 3.5 supported
 kde-apps/kajongg:5 python_single_target_python3_5 python_targets_python3_5



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

2017-07-27 Thread Michael Palimaka
commit: 1c63090d8c1f532cce466d799b838383121e325f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jul 27 14:36:13 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jul 27 14:36:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c63090d

app-text/ansifilter: version bump 2.6

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-text/ansifilter/Manifest  |  1 +
 app-text/ansifilter/ansifilter-2.6.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/app-text/ansifilter/Manifest b/app-text/ansifilter/Manifest
index 15f162212ce..c4c11e14cb9 100644
--- a/app-text/ansifilter/Manifest
+++ b/app-text/ansifilter/Manifest
@@ -1,2 +1,3 @@
 DIST ansifilter-2.4.tar.bz2 114180 SHA256 
c57cb878afa7191c7b7db3c086a344b4234df814aed632596619a4bda5941d48 SHA512 
2eaecd7dc6027c6976775d2a817b8fde0221fb1cce967bd4f6e272230b64e0bb77ed0cbddbc41533aa6087897b94903efa9633dffdd76df57ba029f6776ae6d2
 WHIRLPOOL 
df5f96802c4b988ee3c3326dc0a6ecc2ab594fe766c6e5118d1695a05adf3969d51b0a89b1bfbc0b94cb84325131dc39622334c549a47e0ffa76c0e3fca7a997
 DIST ansifilter-2.5.tar.bz2 435332 SHA256 
30d05ccfa9be98b0328ee29fe39473e55047f1d32a9a2460d3d4d1ff2475f0e2 SHA512 
2fca95a5a47e72f9348beef8b09a7fd995f0b99e0d6605cf7694f8fd1ddba40c64e5c30b9134f55319c902d45011605ba30184c0205d41573ac77c3cd98debe7
 WHIRLPOOL 
5c3c3cd8f1cef99ad0d4ea5ce7635301776cb5ce14442d74a1949894c24becb4d3727344f7b1cf2e137bc8abfc8469c23d13e0055529c04f9aafeb991e7cf7f6
+DIST ansifilter-2.6.tar.bz2 436252 SHA256 
4e3abd8c18197db85575c38418dbc8ee424d0caa0681589e5296fc8e72251175 SHA512 
2b1aabb37eaee6bdd853dce7a1509e1c7df1a03c58e9f4f34dca6237e71115faff0ec6a6b788fa1035264b4bb9cb5e927f2d2c6d8eb870b23806f40a9d9129f3
 WHIRLPOOL 
d12fdb240d613ba16b2c0c7eb3535dae33be6519a2135395473dd94126c963b634a47dff7bd214fb9168ff031d4a8cdc2d92b59c003e0f6bce363b840956b4b4

diff --git a/app-text/ansifilter/ansifilter-2.6.ebuild 
b/app-text/ansifilter/ansifilter-2.6.ebuild
new file mode 100644
index 000..a4c7a3b32c7
--- /dev/null
+++ b/app-text/ansifilter/ansifilter-2.6.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs qmake-utils
+
+DESCRIPTION="Handles text files containing ANSI terminal escape codes"
+HOMEPAGE="http://www.andre-simon.de/;
+SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="qt5"
+
+RDEPEND="
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+
+   # bug 431452
+   rm src/qt-gui/moc_mydialog.cpp || die
+}
+
+src_configure() {
+   if use qt5 ; then
+   pushd src/qt-gui > /dev/null || die
+   eqmake5
+   popd > /dev/null || die
+   fi
+}
+
+src_compile() {
+   emake -f makefile CC="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} -DNDEBUG 
-std=c++11"
+
+   if use qt5 ; then
+   pushd src/qt-gui > /dev/null || die
+   emake
+   popd > /dev/null || die
+   fi
+}
+
+src_install() {
+   dobin src/${PN}
+   use qt5 && dobin src/qt-gui/${PN}-gui
+
+   gunzip man/${PN}.1.gz
+   doman man/${PN}.1
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: sys-process/acct/files/

2017-07-27 Thread Thomas Deutschmann
commit: 5b2280babaff4fedc1231b174ad073120755c392
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jul 27 14:17:28 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jul 27 14:18:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2280ba

sys-process/acct: Changed check for systemd in logrotate's postrotate script

Gentoo systemd folk said 'test -d /run/systemd/system' is enough.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-process/acct/files/acct.logrotate-r1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/acct/files/acct.logrotate-r1 
b/sys-process/acct/files/acct.logrotate-r1
index 3587e5acfa6..07696f7329d 100644
--- a/sys-process/acct/files/acct.logrotate-r1
+++ b/sys-process/acct/files/acct.logrotate-r1
@@ -9,7 +9,7 @@
create 0600 root root
missingok
postrotate
-   if type -p systemctl 2>&1 1>/dev/null && systemctl 
is-system-running 2>&1 1>/dev/null ; then
+   if test -d /run/systemd/system ; then
systemctl try-restart acct 1>/dev/null
else
/etc/init.d/acct --quiet --ifstarted restart



[gentoo-commits] repo/gentoo:master commit in: sys-process/acct/, sys-process/acct/files/

2017-07-27 Thread Thomas Deutschmann
commit: ce3320b8f7c1530d7438cd4774a72a75266e1c0b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jul 27 14:03:48 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jul 27 14:04:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3320b8

sys-process/acct: Bump to v6.6.4

Ebuild changes:
===
 - Migrated to EAPI=6

 - Dropped usage of base eclass which is no longer needed

 - *-no-gets.patch dropped which is no longer necessary since upstream
   updated gnulib in v6.6.1

 - Runscript improved

   - A running instance will now remember the accounting file

   - Make use of start_pre() function

 - Logrotate script will now work for systemd users as well (bug #508512)

Gentoo-Bug: https://bugs.gentoo.org/508512
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-process/acct/Manifest  |   1 +
 sys-process/acct/acct-6.6.4.ebuild |  44 +
 .../acct/files/acct-6.6.4-cross-compile.patch  | 220 +
 sys-process/acct/files/acct.confd-r1   |  11 ++
 sys-process/acct/files/acct.initd-r2   |  65 ++
 sys-process/acct/files/acct.logrotate-r1   |  18 ++
 6 files changed, 359 insertions(+)

diff --git a/sys-process/acct/Manifest b/sys-process/acct/Manifest
index 81a3d0153a7..1b984e9bdce 100644
--- a/sys-process/acct/Manifest
+++ b/sys-process/acct/Manifest
@@ -1,3 +1,4 @@
 DIST acct-6.5.5.tar.gz 747225 SHA256 
4163c87b9e92a73a65eaeadc6c41caa4626da782ff26d6e7a945edcc140a6fd5 SHA512 
6a36548cfe0e68829c94780aac4053f8a5840c5a704b88a9562758408dc64b4e26965743aec51ef02f7780efcfbf42d20805fecb12a68e7e1f279a1259151fb0
 WHIRLPOOL 
30c431dfe3af181770e261470090528fd21d41b45a234181ef0f1a62226979d4de38f851b1d5e200feba5b08acf30d2fe18a517f6096f3fcbc8e32dca9630be4
 DIST acct-6.6.1.tar.gz 2869677 SHA256 
554515611ef9299012b7510050868a48fc178ce1544947123ab46ec50230ffcb SHA512 
4bc3d6b41aeafcf8acfdd020057f1b6f15eea3589981387bca7e57aa8fe71d058e8def97f139dd2c11a1ac39f2d8b95bd103d31caff042cf716dd961b9588f5d
 WHIRLPOOL 
097b7c5f55aac40dd5d63b6ce80a1c2809241f3999c15d5c2c3d8f418f1e51b90ed3c5937655dafd9d702fc72b1d1a6faae870e0c2722c3716e097d5d3b98cd1
 DIST acct-6.6.2.tar.gz 852375 SHA256 
8ed47b2f893b08f0d67720880adbb48b835a826c314fa52fd52af1cee6870101 SHA512 
5942aa3d1faebb29bd6d6ff97c2ba8525dc5a9c85522c3f549ce0772042d3736e19126ddd7e10fe0681a6ac496b8d3aafda0894577a3b64c59f3b78fc222d2b3
 WHIRLPOOL 
135be28fb3b99ae5c4fb03d21d73a2bb2659d4e209a1444bb4741ae95761191ac74874f0476d3413c4221e2b321de2adf45240b2335b5cac92083d32ab547ebe
+DIST acct-6.6.4.tar.gz 853273 SHA256 
4c15bf2b58b16378bcc83f70e77d4d40ab0b194acf2ebeefdb507f151faa663f SHA512 
413aa446caece8fd773c92e2995bbaa034f63dd0ced521815a676c49f118e02982862b9c0ab7e60be5212c87d1e82ba6325bda212cf4857392a068d359a1e2c2
 WHIRLPOOL 
28c5405da1e19aa0690fef35e11bbae906e1b9f66724584edbc0b444fb138c71a1d0c9cc5738c249061e32ff0c84053168a0ffe743a0bf583395d4b47b4ae89f

diff --git a/sys-process/acct/acct-6.6.4.ebuild 
b/sys-process/acct/acct-6.6.4.ebuild
new file mode 100644
index 000..46888474a25
--- /dev/null
+++ b/sys-process/acct/acct-6.6.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools systemd
+
+DESCRIPTION="GNU system accounting utilities"
+HOMEPAGE="https://savannah.gnu.org/projects/acct/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE=""
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.6.4-cross-compile.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf --enable-linux-multiformat
+}
+
+src_install() {
+   default
+   keepdir /var/account
+   newinitd "${FILESDIR}"/acct.initd-r2 acct
+   newconfd "${FILESDIR}"/acct.confd-r1 acct
+   systemd_dounit "${FILESDIR}"/acct.service
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/acct.logrotate-r1 acct
+
+   # sys-apps/sysvinit already provides this
+   rm "${ED}"/usr/bin/last "${ED}"/usr/share/man/man1/last.1 || die
+
+   # accton in / is only a temp workaround for #239748
+   dodir /sbin
+   mv "${ED}"/usr/sbin/accton "${ED}"/sbin/ || die
+}

diff --git a/sys-process/acct/files/acct-6.6.4-cross-compile.patch 
b/sys-process/acct/files/acct-6.6.4-cross-compile.patch
new file mode 100644
index 000..c4938d956dd
--- /dev/null
+++ b/sys-process/acct/files/acct-6.6.4-cross-compile.patch
@@ -0,0 +1,220 @@
+Don't generate files.h at build-time using an execution test.
+
+The *_LOC variables are never used in the build itself, but only in the
+built code; this means that they don't need to be known to ./configure at
+all.
+
+Since the previous method made acct not cross-compilable at all, this is
+much preferred.
+
+Author:  Diego Elio Pettenò 

[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ssh2/

2017-07-27 Thread Brian Evans
commit: 689f0d98e50d62f1186fe0667652097b5daada57
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jul 27 13:49:13 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jul 27 13:49:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689f0d98

dev-php/pecl-ssh2: Upstream recommends libssh2 have -gcrypt

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-php/pecl-ssh2/pecl-ssh2-0.13-r3.ebuild | 3 ++-
 dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.13-r3.ebuild 
b/dev-php/pecl-ssh2/pecl-ssh2-0.13-r3.ebuild
index ad10daaf227..1d3d6dcf1f0 100644
--- a/dev-php/pecl-ssh2/pecl-ssh2-0.13-r3.ebuild
+++ b/dev-php/pecl-ssh2/pecl-ssh2-0.13-r3.ebuild
@@ -16,7 +16,8 @@ LICENSE="PHP-3.01"
 SLOT="0"
 IUSE=""
 KEYWORDS="~amd64 ~x86"
-DEPEND="net-libs/libssh2"
+# Upstream notes say there are errors with gcrypt backend
+DEPEND="net-libs/libssh2[-gcrypt]"
 RDEPEND="${DEPEND}"
 PDEPEND="php_targets_php7-0? ( dev-php/pecl-ssh2:7 )
php_targets_php7-1? ( dev-php/pecl-ssh2:7 )"

diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild 
b/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild
index 28dc40b3371..53f184049f8 100644
--- a/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild
+++ b/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild
@@ -16,7 +16,8 @@ LICENSE="PHP-3.01"
 SLOT="7"
 IUSE=""
 KEYWORDS="~amd64 ~x86"
-DEPEND=">=net-libs/libssh2-1.2"
+# Upstream notes say there are errors with gcrypt backend
+DEPEND=">=net-libs/libssh2-1.2[-gcrypt]"
 RDEPEND="${DEPEND}
php_targets_php5-6? ( dev-php/pecl-ssh2:0[php_targets_php5-6] )"
 



[gentoo-commits] repo/gentoo:master commit in: games-strategy/0ad/

2017-07-27 Thread Lars Wendler
commit: 644a4c60652a4da408daa1ba1df32ae5aee0c750
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 27 13:36:50 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 27 13:38:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644a4c60

games-strategy/0ad: Bump to version 0.0.22_alpha

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 games-strategy/0ad/0ad-0.0.22_alpha.ebuild | 146 +
 games-strategy/0ad/Manifest|   1 +
 2 files changed, 147 insertions(+)

diff --git a/games-strategy/0ad/0ad-0.0.22_alpha.ebuild 
b/games-strategy/0ad/0ad-0.0.22_alpha.ebuild
new file mode 100644
index 000..0eac8acb767
--- /dev/null
+++ b/games-strategy/0ad/0ad-0.0.22_alpha.ebuild
@@ -0,0 +1,146 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+WX_GTK_VER="3.0"
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads,ssl"
+
+inherit eutils wxwidgets toolchain-funcs gnome2-utils python-any-r1
+
+MY_P=0ad-${PV/_/-}
+DESCRIPTION="A free, real-time strategy game"
+HOMEPAGE="https://play0ad.com/;
+SRC_URI="http://releases.wildfiregames.com/${MY_P}-unix-build.tar.xz;
+
+LICENSE="GPL-2 LGPL-2.1 MIT CC-BY-SA-3.0 ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="editor +lobby nvtt pch sound test"
+RESTRICT="test"
+
+RDEPEND="
+   dev-libs/boost:=
+   dev-libs/icu:=
+   dev-libs/libxml2
+   dev-libs/nspr
+   ~games-strategy/0ad-data-${PV}
+   media-libs/libpng:0
+   media-libs/libsdl2[X,opengl,video]
+   net-libs/enet:1.3
+   net-libs/miniupnpc:=
+   net-misc/curl
+   sys-libs/zlib
+   virtual/jpeg:0
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libXcursor
+   editor? ( x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] )
+   lobby? ( net-libs/gloox )
+   nvtt? ( media-gfx/nvidia-texture-tools )
+   sound? ( media-libs/libvorbis
+   media-libs/openal )"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+   test? ( dev-lang/perl )"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.0.21_alpha-gentoo.patch
+)
+
+src_configure() {
+   local myconf=(
+   --with-system-nvtt
+   --with-system-miniupnpc
+   --minimal-flags
+   $(usex nvtt "" "--without-nvtt")
+   $(usex pch "" "--without-pch")
+   $(usex test "" "--without-tests")
+   $(usex sound "" "--without-audio")
+   $(usex editor "--atlas" "")
+   $(usex lobby "" "--without-lobby")
+   --collada
+   --bindir="/usr/bin"
+   --libdir="/usr/$(get_libdir)"/${PN}
+   --datadir="/usr/share/${PN}"
+   )
+
+   # stock premake4 does not work, use the shipped one
+   emake -C "${S}"/build/premake/premake4/build/gmake.unix
+
+   # regenerate scripts.c so our patch applies
+   cd "${S}"/build/premake/premake4 || die
+   "${S}"/build/premake/premake4/bin/release/premake4 embed || die
+
+   # rebuild premake again... this is the most stupid build system
+   emake -C "${S}"/build/premake/premake4/build/gmake.unix clean
+   emake -C "${S}"/build/premake/premake4/build/gmake.unix
+
+   # run premake to create build scripts
+   cd "${S}"/build/premake || die
+   "${S}"/build/premake/premake4/bin/release/premake4 \
+   --file="premake4.lua" \
+   --outpath="../workspaces/gcc/" \
+   --platform=$(usex amd64 "x64" "x32") \
+   --os=linux \
+   "${myconf[@]}" \
+   gmake || die "Premake failed"
+}
+
+src_compile() {
+   tc-export AR
+
+   # build bundled and patched spidermonkey
+   cd libraries/source/spidermonkey || die
+   JOBS="${MAKEOPTS}" ./build.sh || die
+   cd "${S}" || die
+
+   # build 3rd party fcollada
+   emake -C libraries/source/fcollada/src
+
+   # build 0ad
+   emake -C build/workspaces/gcc verbose=1
+}
+
+src_test() {
+   cd binaries/system || die
+   ./test -libdir "${S}/binaries/system" || die "test phase failed"
+}
+
+src_install() {
+   newbin binaries/system/pyrogenesis 0ad
+   use editor && newbin binaries/system/ActorEditor 0ad-ActorEditor
+
+   insinto /usr/share/${PN}
+   doins -r binaries/data/l10n
+
+   exeinto /usr/$(get_libdir)/${PN}
+   doexe binaries/system/libCollada.so
+   doexe libraries/source/spidermonkey/lib/*.so
+   use editor && doexe binaries/system/libAtlasUI.so
+
+   dodoc binaries/system/readme.txt
+   doicon -s 128 build/resources/${PN}.png
+   make_desktop_entry ${PN}
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: games-strategy/0ad/, games-strategy/0ad/files/

2017-07-27 Thread Lars Wendler
commit: eaa8b1311c912e3edb72bd3166241b129af34c35
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 27 13:37:33 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 27 13:38:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa8b131

games-strategy/0ad: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 games-strategy/0ad/0ad-0.0.20_alpha.ebuild | 151 -
 games-strategy/0ad/Manifest|   1 -
 .../0ad/files/0ad-0.0.20_alpha-gentoo.patch| 105 --
 3 files changed, 257 deletions(-)

diff --git a/games-strategy/0ad/0ad-0.0.20_alpha.ebuild 
b/games-strategy/0ad/0ad-0.0.20_alpha.ebuild
deleted file mode 100644
index 5ccfab2942c..000
--- a/games-strategy/0ad/0ad-0.0.20_alpha.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads,ssl"
-
-inherit eutils wxwidgets toolchain-funcs gnome2-utils python-any-r1 games
-
-MY_P=0ad-${PV/_/-}
-DESCRIPTION="A free, real-time strategy game"
-HOMEPAGE="https://play0ad.com/;
-SRC_URI="mirror://sourceforge/zero-ad/${MY_P}-unix-build.tar.xz"
-
-LICENSE="GPL-2 LGPL-2.1 MIT CC-BY-SA-3.0 ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="editor +lobby nvtt pch sound test"
-RESTRICT="test"
-
-RDEPEND="
-   dev-libs/boost:=
-   dev-libs/icu:=
-   dev-libs/libxml2
-   dev-libs/nspr
-   ~games-strategy/0ad-data-${PV}
-   media-libs/libpng:0
-   media-libs/libsdl2[X,opengl,video]
-   net-libs/enet:1.3
-   net-libs/miniupnpc:=
-   net-misc/curl
-   sys-libs/zlib
-   virtual/jpeg:0
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libXcursor
-   editor? ( x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] )
-   lobby? ( net-libs/gloox )
-   nvtt? ( media-gfx/nvidia-texture-tools )
-   sound? ( media-libs/libvorbis
-   media-libs/openal )"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   virtual/pkgconfig
-   test? ( dev-lang/perl )"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   games_pkg_setup
-   python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_configure() {
-   local myconf=(
-   --with-system-nvtt
-   --with-system-miniupnpc
-   --minimal-flags
-   $(usex nvtt "" "--without-nvtt")
-   $(usex pch "" "--without-pch")
-   $(usex test "" "--without-tests")
-   $(usex sound "" "--without-audio")
-   $(usex editor "--atlas" "")
-   $(usex lobby "" "--without-lobby")
-   --collada
-   --bindir="${GAMES_BINDIR}"
-   --libdir="$(games_get_libdir)"/${PN}
-   --datadir="${GAMES_DATADIR}"/${PN}
-   )
-
-   # stock premake4 does not work, use the shipped one
-   emake -C "${S}"/build/premake/premake4/build/gmake.unix
-
-   # regenerate scripts.c so our patch applies
-   cd "${S}"/build/premake/premake4 || die
-   "${S}"/build/premake/premake4/bin/release/premake4 embed || die
-
-   # rebuild premake again... this is the most stupid build system
-   emake -C "${S}"/build/premake/premake4/build/gmake.unix clean
-   emake -C "${S}"/build/premake/premake4/build/gmake.unix
-
-   # run premake to create build scripts
-   cd "${S}"/build/premake || die
-   "${S}"/build/premake/premake4/bin/release/premake4 \
-   --file="premake4.lua" \
-   --outpath="../workspaces/gcc/" \
-   --platform=$(usex amd64 "x64" "x32") \
-   --os=linux \
-   "${myconf[@]}" \
-   gmake || die "Premake failed"
-}
-
-src_compile() {
-   tc-export AR
-
-   # build bundled and patched spidermonkey
-   cd libraries/source/spidermonkey || die
-   JOBS="${MAKEOPTS}" ./build.sh || die
-   cd "${S}" || die
-
-   # build 3rd party fcollada
-   emake -C libraries/source/fcollada/src
-
-   # build 0ad
-   emake -C build/workspaces/gcc verbose=1
-}
-
-src_test() {
-   cd binaries/system || die
-   ./test -libdir "${S}/binaries/system" || die "test phase failed"
-}
-
-src_install() {
-   newgamesbin binaries/system/pyrogenesis 0ad
-   use editor && newgamesbin binaries/system/ActorEditor 0ad-ActorEditor
-
-   insinto "${GAMES_DATADIR}"/${PN}
-   doins -r binaries/data/l10n
-
-   exeinto "$(games_get_libdir)"/${PN}
-   doexe binaries/system/libCollada.so
-   doexe libraries/source/spidermonkey/lib/*.so
-   use editor && doexe binaries/system/libAtlasUI.so
-
-   dodoc binaries/system/readme.txt
-   doicon -s 128 build/resources/${PN}.png
-   make_desktop_entry ${PN}
-
-   prepgamesdirs
-}
-
-pkg_preinst() {
-   

[gentoo-commits] repo/gentoo:master commit in: games-strategy/0ad-data/

2017-07-27 Thread Lars Wendler
commit: c9f9ad2cb8ae04be8608323990ae343f20c1032a
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 27 13:35:58 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 27 13:38:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f9ad2c

games-strategy/0ad-data: Bump to version 0.0.22_alpha

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../0ad-data/0ad-data-0.0.22_alpha.ebuild  | 26 ++
 games-strategy/0ad-data/Manifest   |  1 +
 2 files changed, 27 insertions(+)

diff --git a/games-strategy/0ad-data/0ad-data-0.0.22_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.22_alpha.ebuild
new file mode 100644
index 000..2413f34ee5d
--- /dev/null
+++ b/games-strategy/0ad-data/0ad-data-0.0.22_alpha.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P=0ad-${PV/_/-}
+DESCRIPTION="Data files for 0ad"
+HOMEPAGE="https://play0ad.com/;
+SRC_URI="http://releases.wildfiregames.com/${MY_P}-unix-data.tar.xz;
+
+LICENSE="GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   rm binaries/data/tools/fontbuilder/fonts/*.txt
+}
+
+src_install() {
+   insinto /usr/share/0ad
+   doins -r binaries/data/*
+}

diff --git a/games-strategy/0ad-data/Manifest b/games-strategy/0ad-data/Manifest
index 65eccd4c70a..6d391da645a 100644
--- a/games-strategy/0ad-data/Manifest
+++ b/games-strategy/0ad-data/Manifest
@@ -1,2 +1,3 @@
 DIST 0ad-0.0.20-alpha-unix-data.tar.xz 575064564 SHA256 
db5eb387ae131bece98a2685e9568cfc4e701a561dd8bb930dfa2dec2043f4d3 SHA512 
02d78f2147f573b201d779f636faba6175c93ebc9df2f2a1e5c593cbee983f822040daf38729b743a8b720f8678935415fd772c2d3d2abb1c2665050a20babb8
 WHIRLPOOL 
6d08c719bb7cfb6297f5de6fd8f101b5a1a303151ece18b9a4ff15a971e67564c1aeb59679b54270ba6dc48514c947528d32de1b0b25c94854d739fb026748a0
 DIST 0ad-0.0.21-alpha-unix-data.tar.xz 587025496 SHA256 
f3ab3c58ffd3bd647a9baba93ea009d5945d2b5bc7db7053a547e07db36faa97 SHA512 
526bce35da0d86aa344f634fc661189211478b9a9b7759bb6d0cf6b2096cfcf3449d53ded38c23583877fed47aa438da0e379088a37819ae890526f5996afd36
 WHIRLPOOL 
ebce2dd81bc3672b42847f63e5fee78574ed4bfd720b96a0c46393bb55f3ec112481e0dd5108dcce3e30683496d0467ff377d42eb89486560adb32bdb05c6f3e
+DIST 0ad-0.0.22-alpha-unix-data.tar.xz 632555792 SHA256 
4c32cd0a346815cd260357d55d5a61430f670c78a2fa7a321957c0e4559a766e SHA512 
ff9928a59b461d4a6082227dce11b7a497e9e518b6cd3a58723963bed9241f7afc2b228e7728a3d03bd2a8c3708f756639b87abd6520d09dab01309c8444ff1d
 WHIRLPOOL 
4368da3799b1000b034a023d13b8c4d360c1a36edc891601963bbfe10433d85564c213711c2397b515900dcca0115c7231f151ec06636efb4f04c8c0c71e92b1



[gentoo-commits] repo/gentoo:master commit in: games-strategy/0ad-data/

2017-07-27 Thread Lars Wendler
commit: a2ac54ea55fc4962e76aa6fcc4f337cb0ec65445
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 27 13:38:10 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 27 13:38:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ac54ea

games-strategy/0ad-data: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../0ad-data/0ad-data-0.0.20_alpha.ebuild  | 27 --
 games-strategy/0ad-data/Manifest   |  1 -
 2 files changed, 28 deletions(-)

diff --git a/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild 
b/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild
deleted file mode 100644
index ce552973bda..000
--- a/games-strategy/0ad-data/0ad-data-0.0.20_alpha.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit games
-
-MY_P=0ad-${PV/_/-}
-DESCRIPTION="Data files for 0ad"
-HOMEPAGE="https://play0ad.com/;
-SRC_URI="mirror://sourceforge/zero-ad/${MY_P}-unix-data.tar.xz"
-
-LICENSE="GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   rm binaries/data/tools/fontbuilder/fonts/*.txt
-}
-
-src_install() {
-   insinto "${GAMES_DATADIR}"/0ad
-   doins -r binaries/data/*
-   prepgamesdirs
-}

diff --git a/games-strategy/0ad-data/Manifest b/games-strategy/0ad-data/Manifest
index 6d391da645a..269758bba93 100644
--- a/games-strategy/0ad-data/Manifest
+++ b/games-strategy/0ad-data/Manifest
@@ -1,3 +1,2 @@
-DIST 0ad-0.0.20-alpha-unix-data.tar.xz 575064564 SHA256 
db5eb387ae131bece98a2685e9568cfc4e701a561dd8bb930dfa2dec2043f4d3 SHA512 
02d78f2147f573b201d779f636faba6175c93ebc9df2f2a1e5c593cbee983f822040daf38729b743a8b720f8678935415fd772c2d3d2abb1c2665050a20babb8
 WHIRLPOOL 
6d08c719bb7cfb6297f5de6fd8f101b5a1a303151ece18b9a4ff15a971e67564c1aeb59679b54270ba6dc48514c947528d32de1b0b25c94854d739fb026748a0
 DIST 0ad-0.0.21-alpha-unix-data.tar.xz 587025496 SHA256 
f3ab3c58ffd3bd647a9baba93ea009d5945d2b5bc7db7053a547e07db36faa97 SHA512 
526bce35da0d86aa344f634fc661189211478b9a9b7759bb6d0cf6b2096cfcf3449d53ded38c23583877fed47aa438da0e379088a37819ae890526f5996afd36
 WHIRLPOOL 
ebce2dd81bc3672b42847f63e5fee78574ed4bfd720b96a0c46393bb55f3ec112481e0dd5108dcce3e30683496d0467ff377d42eb89486560adb32bdb05c6f3e
 DIST 0ad-0.0.22-alpha-unix-data.tar.xz 632555792 SHA256 
4c32cd0a346815cd260357d55d5a61430f670c78a2fa7a321957c0e4559a766e SHA512 
ff9928a59b461d4a6082227dce11b7a497e9e518b6cd3a58723963bed9241f7afc2b228e7728a3d03bd2a8c3708f756639b87abd6520d09dab01309c8444ff1d
 WHIRLPOOL 
4368da3799b1000b034a023d13b8c4d360c1a36edc891601963bbfe10433d85564c213711c2397b515900dcca0115c7231f151ec06636efb4f04c8c0c71e92b1



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

2017-07-27 Thread Manuel Rüger
commit: 20be1deddea45a9d59467058e5de39f6b71e7489
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Jul 27 13:35:28 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Jul 27 13:35:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20be1ded

dev-db/etcd: Version bump to 3.2.4

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-db/etcd/Manifest  |  1 +
 dev-db/etcd/etcd-3.2.4.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-db/etcd/Manifest b/dev-db/etcd/Manifest
index ea69c2e1581..dc1cac1f9ef 100644
--- a/dev-db/etcd/Manifest
+++ b/dev-db/etcd/Manifest
@@ -4,3 +4,4 @@ DIST etcd-3.1.10.tar.gz 2532936 SHA256 
22b25185571cf72409d35e28b9f15ea12cef02cff
 DIST etcd-3.1.9.tar.gz 2524517 SHA256 
94cf6a970ca707eec16e3264b8cd20ef8963d0683958ef087b52f490ab784a6f SHA512 
e4727f2bafaf38c139608726947258f3ae3aa91452b145710ff527f5b57cbda18474902450581882e668befc422f6a1b9f1232a23e3eeedefae2ed2da1814cfc
 WHIRLPOOL 
c0241b76220cfccc331db3caf19c1ab33485b0219d31656a26e577c0ae9ae606f17f05b34a1c58644b24a2a712b61982429c25489923892ccb09806ac0a2eb24
 DIST etcd-3.2.1.tar.gz 2872401 SHA256 
de5064e6ed2902b2fbc177726eafe6023ce7cebc9f0ce68c633eae61c4b86934 SHA512 
cf2f6e1633b43739edae74daaf2550c665b6fed0c94bac57636e3f02f9d54f467d674a70972649443ae9545abc0f3ba11675a478293f678812f4fe722d8c0964
 WHIRLPOOL 
1ddce741de5a58d79947b6d8af891f35efeacf2c9965704438007cf2a6b62ec0b8e9bb00b438296aec3db847be8ea17cc414ef78fa8251b5ceb15f6b99fb2890
 DIST etcd-3.2.3.tar.gz 2881665 SHA256 
f7f70ec0a5d32522ed2599444671554aa4116196cb5298f89b5c34beae45f54b SHA512 
645c88a344d0b85071974f0983dd0496080030121505dab583383afb841d49fb71f545e5cc4a491ba876cbca5c6414b980c5c644c7cde76dc877047c5551187c
 WHIRLPOOL 
8412e93aa15dcca280dbd88cf353b3e89ea446a18edd002ee33b963051440cef7229e643963d44079312724453774db17716347b876badd1e4002e05df320412
+DIST etcd-3.2.4.tar.gz 2882024 SHA256 
e0ba8e9a0f0cc9631eadfcd4def78649d22e76e2f5b3d21b378466b306708d8b SHA512 
57fed2229a3d8a395bd5f797a51e2489d8e10f86ae68925e176c3ce3b2068d3c895d280cf5b51ab84b5973970536eeb645a584d729c7ec29b890aacab4c36d2c
 WHIRLPOOL 
8d88d9cdf90c0622566e09a831b4a739e26c7f72dfa7fb8095ed5317034d3f981e677e5f5d809a7c3bfa68892cc69d590d08a6bd341fb2c097797488ef7a2686

diff --git a/dev-db/etcd/etcd-3.2.4.ebuild b/dev-db/etcd/etcd-3.2.4.ebuild
new file mode 100644
index 000..0def583ed0e
--- /dev/null
+++ b/dev-db/etcd/etcd-3.2.4.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user systemd golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+EGO_PN="github.com/coreos/etcd"
+DESCRIPTION="Highly-available key value store for shared configuration and 
service discovery"
+HOMEPAGE="https://github.com/coreos/etcd;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc"
+DEPEND=">=dev-lang/go-1.6:="
+RDEPEND="!dev-db/etcdctl"
+
+src_prepare() {
+   eapply_user
+   sed -e 's|GIT_SHA=.*|GIT_SHA=v${PV}|'\
+   -i "${S}"/src/${EGO_PN}/build || die
+}
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+}
+
+src_compile() {
+   export GOPATH=${S}
+   cd "${S}"/src/${EGO_PN} || die
+   ./build || die
+}
+
+src_install() {
+   cd "${S}"/src/${EGO_PN} || die
+   insinto /etc/${PN}
+   doins "${FILESDIR}/${PN}.conf"
+   dobin bin/*
+   dodoc README.md
+   use doc && dodoc -r Documentation
+   systemd_dounit "${FILESDIR}/${PN}.service"
+   systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" ${PN}.conf
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
+   dodir /var/lib/${PN}
+   fowners ${PN}:${PN} /var/lib/${PN}
+   fperms 755 /var/lib/${PN}
+   dodir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   fperms 755 /var/log/${PN}
+}
+
+src_test() {
+   cd "${S}"/src/${EGO_PN} || die
+   ./test || die
+}



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

2017-07-27 Thread Jeroen Roovers
commit: 5a27b2e7330527a3b1020be3a43ad021197226dc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 27 13:25:56 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 27 13:25:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a27b2e7

net-libs/wvstreams: Add patch for bug #614810.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 ...ytes-should-be-enough-right-question-mark.patch | 11 +++
 net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild   | 96 ++
 2 files changed, 107 insertions(+)

diff --git 
a/net-libs/wvstreams/files/wvstreams-4.6.1-2048-bytes-should-be-enough-right-question-mark.patch
 
b/net-libs/wvstreams/files/wvstreams-4.6.1-2048-bytes-should-be-enough-right-question-mark.patch
new file mode 100644
index 000..15fb13ca633
--- /dev/null
+++ 
b/net-libs/wvstreams/files/wvstreams-4.6.1-2048-bytes-should-be-enough-right-question-mark.patch
@@ -0,0 +1,11 @@
+--- a/utils/wvtask.cc
 b/utils/wvtask.cc
+@@ -429,7 +429,7 @@
+   total = (val+1) * (size_t)1024;
+   
+ if (!use_shared_stack())
+-total = 1024; // enough to save the do_task stack frame
++total = 2048; // enough to save the do_task stack frame
+ 
+   // set up a stack frame for the new task.  This runs once
+   // per get_stack.

diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild 
b/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild
new file mode 100644
index 000..8d33d4bb718
--- /dev/null
+++ b/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils flag-o-matic toolchain-funcs versionator
+
+DESCRIPTION="A network programming library in C++"
+HOMEPAGE="http://alumnit.ca/wiki/?WvStreams;
+SRC_URI="https://wvstreams.googlecode.com/files/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE="pam doc +ssl +dbus debug boost"
+
+#Tests fail if openssl is not compiled with -DPURIFY. Gentoo's isn't. FAIL!
+RESTRICT="test"
+
+#QA Fail: xplc is compiled as a part of wvstreams.
+#It'll take a larger patching effort to get it extracted, since upstream 
integrated it
+#more tightly this time. Probably for the better since upstream xplc seems 
dead.
+
+RDEPEND="
+   =sys-apps/dbus-1.4.20 )
+   pam? ( virtual/pam )
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   boost? ( >=dev-libs/boost-1.34.1:= )
+"
+DOCS="ChangeLog README*"
+PATCHES=(
+   "${FILESDIR}"/${P}-autoconf.patch
+   "${FILESDIR}"/${P}-fix-c++14.patch
+   "${FILESDIR}"/${P}-gcc47.patch
+   "${FILESDIR}"/${P}-glibc212.patch
+   "${FILESDIR}"/${P}-openssl-1.0.0.patch
+   "${FILESDIR}"/${P}-parallel-make.patch
+   "${FILESDIR}"/${P}-_DEFAULT_SOURCE.patch
+   "${FILESDIR}"/${P}-2048-bytes-should-be-enough-right-question-mark.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+   append-flags -fno-tree-dce -fno-optimize-sibling-calls #421375
+
+   tc-export AR CXX
+
+   use boost && export ac_cv_header_tr1_functional=no
+
+   econf \
+   $(use_enable debug) \
+   $(use_with dbus) \
+   $(use_with pam) \
+   --cache-file=${T}/config.cache \
+   --disable-optimization \
+   --localstatedir=/var \
+   --with-openssl \
+   --with-zlib \
+   --without-qt \
+   --without-tcl \
+   --without-valgrind
+}
+
+src_compile() {
+   default
+
+   if use doc; then
+   doxygen || die
+   fi
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   default
+
+   if use doc; then
+   #the list of files is too big for dohtml -r Docs/doxy-html/*
+   docinto html
+   dodoc -r Docs/doxy-html/*
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/hydra/

2017-07-27 Thread Jeroen Roovers
commit: 9ce171dcddf6c936e711177b225cf19242be067f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 27 13:25:23 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 27 13:25:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce171dc

net-analyzer/hydra: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-analyzer/hydra/Manifest |   1 -
 net-analyzer/hydra/hydra-8.4.ebuild | 101 
 2 files changed, 102 deletions(-)

diff --git a/net-analyzer/hydra/Manifest b/net-analyzer/hydra/Manifest
index 994065c14d0..ab97565c5dd 100644
--- a/net-analyzer/hydra/Manifest
+++ b/net-analyzer/hydra/Manifest
@@ -1,4 +1,3 @@
 DIST hydra-8.1.tar.gz 559031 SHA256 
e4bc2fd11f97a8d985a38a31785c86d38cc60383e47a8f4a5c436351e5135f19 SHA512 
7608dd365865e5976bea446faedaad9f0334e7572fd0ee47a601c471471fc7c8a922c7114f4df08705b34b29144d3a6552e66148adf6b0f92c67301119c94959
 WHIRLPOOL 
b1555fe1a8257c88f8f5c110fce1d06834eb6dadad394b61e2a90c3289b8fdd117944da160871003b1583aefb81a02d5c49a653e8de7d3adcd07917ae760c83c
-DIST hydra-8.4.tar.gz 1205609 SHA256 
482846580888f54e000bb125e263a65c32fa28ba86c9d4012371cf55c3bdc140 SHA512 
62c53f1725eb5b965d16d293cd90ab5e74779eba8fe2e2ab9094f51851fa24acfd74574f509a7914af8254e43197d803cca6b41eace3557d9599d79d695f6a48
 WHIRLPOOL 
aecc31645e7775662e32b766baa942e92e31143e5b6fbe64620ee85179288dc60f3ada477b4605444769c9e76c17d94835db5f3651af409d5562a2e8971279ef
 DIST hydra-8.5.tar.gz 1193694 SHA256 
69b69d16ce9499f3a941836b4d8a1c8a3ff9b905c921cc8c588a3af7f65a3b4b SHA512 
67fd92bd5983a94314334471c526b71ca77dec6e359e55f4fb2fc78160e2065957b6c9af1ff694bcc5334893a8b5e0fe1b39d984248bde4e55dc2a9f9a8b1271
 WHIRLPOOL 
a71e1cb94986ead4eb114f19738cc1e3ed7288220a79d67ef4e6d93bc5c59910ecee1207fd7a10da9300cba9c3b92d5c6f4cdc3bb1a30bde8db523d7d4cce998
 DIST hydra-8.6.tar.gz 1200238 SHA256 
05a87eb018507b24afca970081f067e64441460319fb75ca1e64c4a1f322b80b SHA512 
d5d70b5df54fbc556c6db9e9e44b869f29e54aca03dc3cc9e1777d310fcf604b9602ba08250c5bb0d009963dc0ca5c169e61d3f64d7ec2383760fc819d6b6c61
 WHIRLPOOL 
898f605d556dcb6efe4f4c4b3114c4a2c53dd6baef4956cbf413ef98074ce30b4153f05ff4f69103407fd1a753b2530074293f03d13e83e93c88891821b06ee2

diff --git a/net-analyzer/hydra/hydra-8.4.ebuild 
b/net-analyzer/hydra/hydra-8.4.ebuild
deleted file mode 100644
index ce796181b20..000
--- a/net-analyzer/hydra/hydra-8.4.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Advanced parallized login hacker"
-HOMEPAGE="https://www.thc.org/thc-hydra/;
-SRC_URI="https://www.thc.org/releases/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="firebird gtk idn libressl mysql ncp oracle pcre postgres ssl subversion"
-
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   sys-libs/ncurses:=
-   firebird? ( dev-db/firebird )
-   gtk? (
-   dev-libs/atk
-   dev-libs/glib:2
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:2
-   )
-   idn? ( net-dns/libidn )
-   mysql? ( virtual/mysql )
-   ncp? ( net-fs/ncpfs )
-   oracle? ( dev-db/oracle-instantclient-basic )
-   pcre? ( dev-libs/libpcre )
-   postgres? ( dev-db/postgresql:* )
-   ssl? ( >=net-libs/libssh-0.4.0 )
-   subversion? ( dev-vcs/subversion )
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-8.4-configure.patch
-)
-
-src_prepare() {
-   default
-   # None of the settings in Makefile.unix are useful to us
-   : > Makefile.unix
-
-   sed -i \
-   -e 's:|| echo.*$::' \
-   -e '/\t-$(CC)/s:-::' \
-   -e '/^OPTS/{s|=|+=|;s| -O3||}' \
-   -e '/ -o /s:$(OPTS):& $(LDFLAGS):g' \
-   Makefile.am || die
-}
-
-src_configure() {
-   export OPTS="${CFLAGS}"
-
-   if ! use subversion; then
-   sed -i 's/-lsvn_client-1 -lapr-1 -laprutil-1 
-lsvn_subr-1//;s/-DLIBSVN//' configure || die
-   fi
-
-   if ! use mysql; then
-   sed -i 's/-lmysqlclient//;s/-DLIBMYSQLCLIENT//' configure || die
-   fi
-
-   # Linking against libtinfo might be enough here but pkg-config --libs 
tinfo
-   # would require a USE=tinfo flag and recent linkers should drop 
libcurses
-   # as needed
-   sed -i \
-   -e 's|-lcurses|'"$( $(tc-getPKG_CONFIG) --libs ncurses)"'|g' \
-   configure || die
-
-   # Note: despite the naming convention, the top level script is not an
-   # autoconf-based script.
-   export NCP_PATH=$(usex ncp /usr/$(get_libdir) '')
-   export NCP_IPATH=$(usex ncp /usr/include '')
-   sh configure \
-   --prefix=/usr \
-   --nostrip \
-   $(use 

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/hydra/

2017-07-27 Thread Jeroen Roovers
commit: 5606c67fcf08f130f05628fbaf1688566a674e80
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 27 13:24:48 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 27 13:24:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5606c67f

net-analyzer/hydra: Version bump (bug #626184).

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-analyzer/hydra/Manifest |   1 +
 net-analyzer/hydra/hydra-8.6.ebuild | 105 
 2 files changed, 106 insertions(+)

diff --git a/net-analyzer/hydra/Manifest b/net-analyzer/hydra/Manifest
index f65cb39c9ab..994065c14d0 100644
--- a/net-analyzer/hydra/Manifest
+++ b/net-analyzer/hydra/Manifest
@@ -1,3 +1,4 @@
 DIST hydra-8.1.tar.gz 559031 SHA256 
e4bc2fd11f97a8d985a38a31785c86d38cc60383e47a8f4a5c436351e5135f19 SHA512 
7608dd365865e5976bea446faedaad9f0334e7572fd0ee47a601c471471fc7c8a922c7114f4df08705b34b29144d3a6552e66148adf6b0f92c67301119c94959
 WHIRLPOOL 
b1555fe1a8257c88f8f5c110fce1d06834eb6dadad394b61e2a90c3289b8fdd117944da160871003b1583aefb81a02d5c49a653e8de7d3adcd07917ae760c83c
 DIST hydra-8.4.tar.gz 1205609 SHA256 
482846580888f54e000bb125e263a65c32fa28ba86c9d4012371cf55c3bdc140 SHA512 
62c53f1725eb5b965d16d293cd90ab5e74779eba8fe2e2ab9094f51851fa24acfd74574f509a7914af8254e43197d803cca6b41eace3557d9599d79d695f6a48
 WHIRLPOOL 
aecc31645e7775662e32b766baa942e92e31143e5b6fbe64620ee85179288dc60f3ada477b4605444769c9e76c17d94835db5f3651af409d5562a2e8971279ef
 DIST hydra-8.5.tar.gz 1193694 SHA256 
69b69d16ce9499f3a941836b4d8a1c8a3ff9b905c921cc8c588a3af7f65a3b4b SHA512 
67fd92bd5983a94314334471c526b71ca77dec6e359e55f4fb2fc78160e2065957b6c9af1ff694bcc5334893a8b5e0fe1b39d984248bde4e55dc2a9f9a8b1271
 WHIRLPOOL 
a71e1cb94986ead4eb114f19738cc1e3ed7288220a79d67ef4e6d93bc5c59910ecee1207fd7a10da9300cba9c3b92d5c6f4cdc3bb1a30bde8db523d7d4cce998
+DIST hydra-8.6.tar.gz 1200238 SHA256 
05a87eb018507b24afca970081f067e64441460319fb75ca1e64c4a1f322b80b SHA512 
d5d70b5df54fbc556c6db9e9e44b869f29e54aca03dc3cc9e1777d310fcf604b9602ba08250c5bb0d009963dc0ca5c169e61d3f64d7ec2383760fc819d6b6c61
 WHIRLPOOL 
898f605d556dcb6efe4f4c4b3114c4a2c53dd6baef4956cbf413ef98074ce30b4153f05ff4f69103407fd1a753b2530074293f03d13e83e93c88891821b06ee2

diff --git a/net-analyzer/hydra/hydra-8.6.ebuild 
b/net-analyzer/hydra/hydra-8.6.ebuild
new file mode 100644
index 000..bed5fc36e98
--- /dev/null
+++ b/net-analyzer/hydra/hydra-8.6.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Advanced parallized login hacker"
+HOMEPAGE="https://www.thc.org/thc-hydra/;
+SRC_URI="
+   https://github.com/vanhauser-thc/thc-${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="firebird gtk idn libressl mysql ncp oracle pcre postgres ssl subversion"
+
+RDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   sys-libs/ncurses:=
+   firebird? ( dev-db/firebird )
+   gtk? (
+   dev-libs/atk
+   dev-libs/glib:2
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:2
+   )
+   idn? ( net-dns/libidn )
+   mysql? ( virtual/mysql )
+   ncp? ( net-fs/ncpfs )
+   oracle? ( dev-db/oracle-instantclient-basic )
+   pcre? ( dev-libs/libpcre )
+   postgres? ( dev-db/postgresql:* )
+   ssl? ( >=net-libs/libssh-0.4.0 )
+   subversion? ( dev-vcs/subversion )
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-8.4-configure.patch
+)
+S=${WORKDIR}/thc-${P}
+
+src_prepare() {
+   default
+
+   # None of the settings in Makefile.unix are useful to us
+   : > Makefile.unix
+
+   sed -i \
+   -e 's:|| echo.*$::' \
+   -e '/\t-$(CC)/s:-::' \
+   -e '/^OPTS/{s|=|+=|;s| -O3||}' \
+   -e '/ -o /s:$(OPTS):& $(LDFLAGS):g' \
+   Makefile.am || die
+}
+
+src_configure() {
+   export OPTS="${CFLAGS}"
+
+   if ! use subversion; then
+   sed -i 's/-lsvn_client-1 -lapr-1 -laprutil-1 
-lsvn_subr-1//;s/-DLIBSVN//' configure || die
+   fi
+
+   if ! use mysql; then
+   sed -i 's/-lmysqlclient//;s/-DLIBMYSQLCLIENT//' configure || die
+   fi
+
+   # Linking against libtinfo might be enough here but pkg-config --libs 
tinfo
+   # would require a USE=tinfo flag and recent linkers should drop 
libcurses
+   # as needed
+   sed -i \
+   -e 's|-lcurses|'"$( $(tc-getPKG_CONFIG) --libs ncurses)"'|g' \
+   configure || die
+
+   # Note: despite the naming convention, the top level script is not an
+   # autoconf-based script.
+   export NCP_PATH=$(usex ncp /usr/$(get_libdir) '')
+   export NCP_IPATH=$(usex ncp /usr/include '')
+   sh 

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

2017-07-27 Thread Jonathan Vasquez
commit: 85679f0a0d0abe461cdbcb85f96c79e3bd42a58f
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Thu Jul 27 12:39:10 2017 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Thu Jul 27 12:39:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85679f0a

sys-kernel/spl: version bump to 0.7.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-kernel/spl/Manifest |   1 +
 sys-kernel/spl/spl-0.7.0.ebuild | 110 
 2 files changed, 111 insertions(+)

diff --git a/sys-kernel/spl/Manifest b/sys-kernel/spl/Manifest
index 200314d7945..cd5740f9938 100644
--- a/sys-kernel/spl/Manifest
+++ b/sys-kernel/spl/Manifest
@@ -17,3 +17,4 @@ DIST spl-0.6.5.6.tar.gz 559142 SHA256 
167595fe76eb5497c3a1ffe396b6300155d0cbe46d
 DIST spl-0.6.5.7.tar.gz 558570 SHA256 
dc8690e407183eeb7a6af0e7692d6e0a1cd323d51dd1aa492522c421b1924ea0 SHA512 
d84d7b088af44c231e7d3f9dfc613acbd55c4c98e8cd8fc04f56194481c46dfd61d49f2f18f4152ce86202e4c4f96de823535754b5412ddd67eef9a403790764
 WHIRLPOOL 
0591ac89b14096fd5cdcbff2be5fbfd5bdd63fc8313dff182a7dd5d8c4d7ac6be066b68a791812eb2098a48510bc9f322d94c6dbc2a2e5f764cfa264ec206676
 DIST spl-0.6.5.8.tar.gz 553270 SHA256 
2d2211710678d2b7da88cc657b7b9c44d281b1cc74d60761e52d33ab1155 SHA512 
4078bcc96c112f12129918583400d927d7dd56686c470dd9cb8fc6ba641dcb5afb044c95de02ac397909bb90f4c50d0aada91177ffed810883b5889610d8b0b4
 WHIRLPOOL 
57b42a93d74348352e367f7d0e08189cd1d443e74c711d8147c35e1bc4264df1a742e231b381ffcc32aaa755cb732c7e062653145fb929872b6835caa2afda27
 DIST spl-0.6.5.9.tar.gz 594271 SHA256 
d9ccd24786bb5a8616748a93a3c0b1270aa891175e2f5d726195b416f5c03b9c SHA512 
356db95fcc93eb4ee298efc1ac25d38743572c539fc10b2d1533af861b4fd60804e61c3fb9f9bbad3d7a51cf123113b5b0bcbd49eba1bad7b1d8823d206022e8
 WHIRLPOOL 
6565a4939efaeba0cff75496ce9e8ea84b55da97fe47457ca33bcaf07aaa93a27dd410a9264b29539e65475029c0f0c612bc93b9fee4f97c7d6db9c92aab6a34
+DIST spl-0.7.0.tar.gz 608150 SHA256 
567f461435f99f862efb1b740ed0876b52a2a539aafad6e5372a84a06a5da4d3 SHA512 
a01798fad4f46788cf91d97699837526d5a33e35dcd46247a9e00747d3d439b949113eb42c8d9fe9cbc4a7b1ee645a5ac09eb764db82a2a07eaddbbb9605d11c
 WHIRLPOOL 
7087089423c3515945af9de27879b8f009cf39ee3840400bde2aebd967bfe2be41d513ca6368774ad06d1871c81c3abd50f442d5ea9602da456cbe6a3e8cecd4

diff --git a/sys-kernel/spl/spl-0.7.0.ebuild b/sys-kernel/spl/spl-0.7.0.ebuild
new file mode 100644
index 000..1a3984b06ec
--- /dev/null
+++ b/sys-kernel/spl/spl-0.7.0.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+if [[ ${PV} == "" ]] ; then
+   AUTOTOOLS_AUTORECONF="1"
+   EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/${P}.tar.gz;
+   KEYWORDS=" ~amd64"
+fi
+
+inherit flag-o-matic linux-info linux-mod autotools-utils
+
+DESCRIPTION="The Solaris Porting Layer is a Linux kernel module which provides 
many of the Solaris kernel APIs"
+HOMEPAGE="http://zfsonlinux.org/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="custom-cflags debug"
+RESTRICT="debug? ( strip ) test"
+
+COMMON_DEPEND="dev-lang/perl
+   virtual/awk"
+
+DEPEND="${COMMON_DEPEND}"
+
+RDEPEND="${COMMON_DEPEND}
+   !sys-devel/spl"
+
+AT_M4DIR="config"
+AUTOTOOLS_IN_SOURCE_BUILD="1"
+DOCS=( AUTHORS DISCLAIMER )
+
+pkg_setup() {
+   linux-info_pkg_setup
+   CONFIG_CHECK="
+   !DEBUG_LOCK_ALLOC
+   MODULES
+   KALLSYMS
+   !PAX_KERNEXEC_PLUGIN_METHOD_OR
+   !PAX_SIZE_OVERFLOW
+   ZLIB_DEFLATE
+   ZLIB_INFLATE
+   "
+
+   use debug && CONFIG_CHECK="${CONFIG_CHECK}
+   FRAME_POINTER
+   DEBUG_INFO
+   !DEBUG_INFO_REDUCED
+   "
+
+   kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required"
+
+   [ ${PV} != "" ] && \
+   { kernel_is le 4 12 || die "Linux 4.12 is the latest supported 
version."; }
+
+   check_extra_config
+}
+
+src_prepare() {
+   # Workaround for hard coded path
+   sed -i "s|/sbin/lsmod|/bin/lsmod|" "${S}/scripts/check.sh" || \
+   die "Cannot patch check.sh"
+
+   # splat is unnecessary unless we are debugging
+   use debug || { sed -e 's/^subdir-m += splat$//' -i 
"${S}/module/Makefile.in" || die ; }
+
+   # Set module revision number
+   [ ${PV} != "" ] && \
+   { sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" "${S}/META" 
|| die "Could not set Gentoo release"; }
+
+   autotools-utils_src_prepare
+}
+
+src_configure() {
+   use custom-cflags || strip-flags
+   filter-ldflags -Wl,*
+
+   set_arch_to_kernel
+   local myeconfargs=(
+   --bindir="${EPREFIX}/bin"
+   --sbindir="${EPREFIX}/sbin"
+   --with-config=all
+   

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

2017-07-27 Thread Jonathan Vasquez
commit: 89c0d689986450acd080f71a65a734b8aedef7de
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Thu Jul 27 12:38:34 2017 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Thu Jul 27 12:38:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c0d689

sys-fs/zfs: version bump to 0.7.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-fs/zfs/Manifest |   1 +
 sys-fs/zfs/zfs-0.7.0.ebuild | 197 
 2 files changed, 198 insertions(+)

diff --git a/sys-fs/zfs/Manifest b/sys-fs/zfs/Manifest
index 0fb5b610bb5..38d65b65c32 100644
--- a/sys-fs/zfs/Manifest
+++ b/sys-fs/zfs/Manifest
@@ -20,4 +20,5 @@ DIST zfs-0.6.5.6.tar.gz 2561093 SHA256 
c349d46d86b4f61cd53a0891acad916cfc3f0d675
 DIST zfs-0.6.5.7.tar.gz 2537816 SHA256 
4a9e271bb9a6af8d564e4d5800e4fff36224f1697b923a7253659bdda80dc590 SHA512 
559b826ae1a176217b92d8407729e2c5feeffb117dc9affaa8c9c2134d996b6c3cbe095f7a0c4666c9b131742491f1304eeb292e13e0df0b6d001fa620568af2
 WHIRLPOOL 
bf2e0865de35496cc995738ddde34df797b0c5047c0dd17e5b755803ef16e7c16f8ba89927106a1f6131c2f75a6749c31a72dff95fc0fee186b308c50ce0b4f4
 DIST zfs-0.6.5.8.tar.gz 2521921 SHA256 
d77f43f7dc38381773e2c34531954c52f3de80361b7bb10c933a7482f89cfe84 SHA512 
e5b53a9531b865e7c650892c0deb1ee81db086a33538cd667a087a8a8d33a0ad93a30ae5e800096abfc4dc8ed00843da924230082e204fb7543dd401ef41fcde
 WHIRLPOOL 
623bf8ee51d59dcd1842bf41ccf19c2eb6813fb1e88dea1ea1c6f1388c11484b798546bdcb94500735a0e9e5f9099a4df43308760b353b5b62ff56af035f88bd
 DIST zfs-0.6.5.9.tar.gz 2610650 SHA256 
b724b57dbddae59246fdc15f88f1224061c712945bb36412a2087e0c7760d77f SHA512 
6e175f32421cf0f9e13429f12f0fac0564dc7059ab076831d0ebc4f6a17412160ca3526ebdf894bc7666e82580355b08701dd01c411d3177f82e7330b4529a37
 WHIRLPOOL 
149d730a26363b50691363b314669756d218c4a16e6d06e319c2b0866c5f8ed6e2da2396a516297c127d3343d51d78072d8b7371e3f4d327d30fa43c90be5cd3
+DIST zfs-0.7.0.tar.gz 6714094 SHA256 
6907524f5ca4149b799fe65cd31b552b0ae90dba5dc20524e1a24fc708d807d2 SHA512 
6e6cbf54399fc85b74b76a6ceb3f30e94903f755fe6386fccc56b5e6d307a907759e4b62acec5d32e8383ef1083423eaff8dee2b0ef01a99459171a42b47d217
 WHIRLPOOL 
74687be4220bab51f18fdd3c047400c4261acf16f38086c2485f5cb9d79af87f5adfafced92860b021814aece7446cb18e9ca310a363b90c6bac39343b72a4b6
 DIST zfs-kmod-0.6.2-p4.tar.xz 63984 SHA256 
9167edc4be86e3fcda6b3c198e51f92ab0c95ac5baca11666c28029a628cdac9 SHA512 
13e4ec415c35d2f268d89565745f5898c0943423577a2ba6714b3a069c5a80f244cd06dff91464f38dd4ed60673d1145ead080bb03a56d4be33e328f948ffa64
 WHIRLPOOL 
8c399ec67119ed4fbebb5599d00f888918678bc4e4ea369b4bdc5c75bfc90fc76396087624c8011de370a54ff103bccaa8922d05ac7ccebb2b3481bbbcf44b19

diff --git a/sys-fs/zfs/zfs-0.7.0.ebuild b/sys-fs/zfs/zfs-0.7.0.ebuild
new file mode 100644
index 000..7512d7282ca
--- /dev/null
+++ b/sys-fs/zfs/zfs-0.7.0.ebuild
@@ -0,0 +1,197 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+if [ ${PV} == "" ] ; then
+   inherit git-r3 linux-mod
+   AUTOTOOLS_AUTORECONF="1"
+   EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+else
+   
SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS=" ~amd64"
+fi
+
+inherit autotools-utils bash-completion-r1 flag-o-matic linux-info python-r1 
systemd toolchain-funcs udev
+
+DESCRIPTION="Userland utilities for ZFS Linux kernel module"
+HOMEPAGE="http://zfsonlinux.org/;
+
+LICENSE="BSD-2 CDDL MIT"
+SLOT="0"
+IUSE="custom-cflags debug kernel-builtin +rootfs test-suite static-libs"
+RESTRICT="test"
+
+COMMON_DEPEND="
+   sys-apps/util-linux[static-libs?]
+   sys-libs/zlib[static-libs(+)?]
+   virtual/awk
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+"
+
+RDEPEND="${COMMON_DEPEND}
+   !=sys-apps/grep-2.13*
+   !kernel-builtin? ( =sys-fs/zfs-kmod-${PV}* )
+   !sys-fs/zfs-fuse
+   !prefix? ( virtual/udev )
+   test-suite? (
+   sys-apps/util-linux
+   sys-devel/bc
+   sys-block/parted
+   sys-fs/lsscsi
+   sys-fs/mdadm
+   sys-process/procps
+   virtual/modutils
+   )
+   rootfs? (
+   app-arch/cpio
+   app-misc/pax-utils
+   !"
+   eerror "Block devices --->"
+   eerror "[ ] Loopback device 
support"
+   fi
+   fi
+   fi
+   fi
+
+}
+
+src_prepare() {
+   # Update paths
+   sed -e "s|/sbin/lsmod|/bin/lsmod|" \
+   -e "s|/usr/bin/scsi-rescan|/usr/sbin/rescan-scsi-bus|" \
+   -e "s|/sbin/parted|/usr/sbin/parted|" \
+   -i scripts/common.sh.in
+
+   autotools-utils_src_prepare
+}
+
+src_configure() {
+   use 

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

2017-07-27 Thread Jonathan Vasquez
commit: d6dd2a5d30694013defc22b1bcdae9eeed3f0d59
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Thu Jul 27 12:40:53 2017 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Thu Jul 27 12:40:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6dd2a5d

sys-kernel/bliss-initramfs: adding python 3.6 compat to ebuilds

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-kernel/bliss-initramfs/bliss-initramfs-6.8.3-r2.ebuild | 2 +-
 sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2-r1.ebuild | 2 +-
 sys-kernel/bliss-initramfs/bliss-initramfs-7.1.0.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/bliss-initramfs/bliss-initramfs-6.8.3-r2.ebuild 
b/sys-kernel/bliss-initramfs/bliss-initramfs-6.8.3-r2.ebuild
index c9ed50e0f0a..bab2dbc5314 100644
--- a/sys-kernel/bliss-initramfs/bliss-initramfs-6.8.3-r2.ebuild
+++ b/sys-kernel/bliss-initramfs/bliss-initramfs-6.8.3-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
 inherit python-single-r1
 
 GITHUB_USER="fearedbliss"

diff --git a/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2-r1.ebuild 
b/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2-r1.ebuild
index 85ee0333fe7..b1a9302c6c6 100644
--- a/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2-r1.ebuild
+++ b/sys-kernel/bliss-initramfs/bliss-initramfs-7.0.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
 inherit python-single-r1
 
 GITHUB_USER="fearedbliss"

diff --git a/sys-kernel/bliss-initramfs/bliss-initramfs-7.1.0.ebuild 
b/sys-kernel/bliss-initramfs/bliss-initramfs-7.1.0.ebuild
index c772363314b..67e08c2aa0a 100644
--- a/sys-kernel/bliss-initramfs/bliss-initramfs-7.1.0.ebuild
+++ b/sys-kernel/bliss-initramfs/bliss-initramfs-7.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
 inherit python-single-r1
 
 GITHUB_USER="fearedbliss"



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

2017-07-27 Thread Jonathan Vasquez
commit: e41f6a85dedebf37596620ebe8fc88c95ab47c3d
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Thu Jul 27 12:37:48 2017 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Thu Jul 27 12:37:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41f6a85

sys-fs/zfs-kmod: version bump to 0.7.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-fs/zfs-kmod/Manifest  |   1 +
 sys-fs/zfs-kmod/zfs-kmod-0.7.0.ebuild | 144 ++
 2 files changed, 145 insertions(+)

diff --git a/sys-fs/zfs-kmod/Manifest b/sys-fs/zfs-kmod/Manifest
index 2c84356..b71bcdb02da 100644
--- a/sys-fs/zfs-kmod/Manifest
+++ b/sys-fs/zfs-kmod/Manifest
@@ -17,4 +17,5 @@ DIST zfs-0.6.5.7.tar.gz 2537816 SHA256 
4a9e271bb9a6af8d564e4d5800e4fff36224f1697
 DIST zfs-0.6.5.8.tar.gz 2521921 SHA256 
d77f43f7dc38381773e2c34531954c52f3de80361b7bb10c933a7482f89cfe84 SHA512 
e5b53a9531b865e7c650892c0deb1ee81db086a33538cd667a087a8a8d33a0ad93a30ae5e800096abfc4dc8ed00843da924230082e204fb7543dd401ef41fcde
 WHIRLPOOL 
623bf8ee51d59dcd1842bf41ccf19c2eb6813fb1e88dea1ea1c6f1388c11484b798546bdcb94500735a0e9e5f9099a4df43308760b353b5b62ff56af035f88bd
 DIST zfs-0.6.5.9.tar.gz 2610650 SHA256 
b724b57dbddae59246fdc15f88f1224061c712945bb36412a2087e0c7760d77f SHA512 
6e175f32421cf0f9e13429f12f0fac0564dc7059ab076831d0ebc4f6a17412160ca3526ebdf894bc7666e82580355b08701dd01c411d3177f82e7330b4529a37
 WHIRLPOOL 
149d730a26363b50691363b314669756d218c4a16e6d06e319c2b0866c5f8ed6e2da2396a516297c127d3343d51d78072d8b7371e3f4d327d30fa43c90be5cd3
 DIST zfs-0.6.5.tar.gz 1816180 SHA256 
542121940122c922c9d21a2bb39bca4e4a9db2f6bbfd2e576630840e256d4c82 SHA512 
58480ee9b0780f1f21d12504abc226be3e6df1939214f6a8f245315d1fa0b9da56b3a744df26426ee78f13684a4ca288df6dddc50f8f91d9d0b4c542980a9c53
 WHIRLPOOL 
fdb5580ec8d4abe57069ce453c1d91225019758ecf5d31856a7897ac7e4b51c6a8ae3258e822f684fbd70a0a7d7410c65c37a569f37d132767522118c587cc24
+DIST zfs-0.7.0.tar.gz 6714094 SHA256 
6907524f5ca4149b799fe65cd31b552b0ae90dba5dc20524e1a24fc708d807d2 SHA512 
6e6cbf54399fc85b74b76a6ceb3f30e94903f755fe6386fccc56b5e6d307a907759e4b62acec5d32e8383ef1083423eaff8dee2b0ef01a99459171a42b47d217
 WHIRLPOOL 
74687be4220bab51f18fdd3c047400c4261acf16f38086c2485f5cb9d79af87f5adfafced92860b021814aece7446cb18e9ca310a363b90c6bac39343b72a4b6
 DIST zfs-kmod-0.6.2-p2.tar.xz 28636 SHA256 
12882463a38a5a57cf2bb3c14c5783f9511f6dc7b163a47575f2f3dcc24f26f6 SHA512 
5792660ae8f5013d12e70d608e9cffa92a8c4089a88a5e78728ee88204b3f970d452d5b0b3874e02be49ebbc139e07139be7b5a86ca40bc8b23cb11a7198a9a8
 WHIRLPOOL 
0e4c57b363cdd3d736efbd1355567b18e22439bd3b20ef40b27f6b97ad4570c7cc99a11b196ac25359d1966c1a70e178f4fd1687b60450f148ccda47b07282a9

diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.7.0.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-0.7.0.ebuild
new file mode 100644
index 000..ddbb09881e7
--- /dev/null
+++ b/sys-fs/zfs-kmod/zfs-kmod-0.7.0.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+if [ ${PV} == "" ]; then
+   AUTOTOOLS_AUTORECONF="1"
+   EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/zfs-${PV}.tar.gz;
+   S="${WORKDIR}/zfs-${PV}"
+   KEYWORDS=" ~amd64"
+fi
+
+inherit flag-o-matic linux-info linux-mod toolchain-funcs autotools-utils
+
+DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
+HOMEPAGE="http://zfsonlinux.org/;
+
+LICENSE="CDDL debug? ( GPL-2+ )"
+SLOT="0"
+IUSE="custom-cflags debug +rootfs"
+RESTRICT="debug? ( strip ) test"
+
+DEPEND="
+   =sys-kernel/spl-${PV}*
+   dev-lang/perl
+   virtual/awk
+"
+
+RDEPEND="${DEPEND}
+   !sys-fs/zfs-fuse
+"
+
+AT_M4DIR="config"
+AUTOTOOLS_IN_SOURCE_BUILD="1"
+
+DOCS=( AUTHORS COPYRIGHT DISCLAIMER README.markdown )
+
+pkg_setup() {
+   linux-info_pkg_setup
+   CONFIG_CHECK="!DEBUG_LOCK_ALLOC
+   EFI_PARTITION
+   IOSCHED_NOOP
+   MODULES
+   !PAX_KERNEXEC_PLUGIN_METHOD_OR
+   ZLIB_DEFLATE
+   ZLIB_INFLATE
+   "
+
+   use debug && CONFIG_CHECK="${CONFIG_CHECK}
+   FRAME_POINTER
+   DEBUG_INFO
+   !DEBUG_INFO_REDUCED
+   "
+
+   use rootfs && \
+   CONFIG_CHECK="${CONFIG_CHECK}
+   BLK_DEV_INITRD
+   DEVTMPFS
+   "
+
+   kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required"
+
+   [ ${PV} != "" ] && \
+   { kernel_is le 4 12 || die "Linux 4.12 is the latest supported 
version."; }
+
+   check_extra_config
+}
+
+src_prepare() {
+   # Remove GPLv2-licensed ZPIOS unless we are debugging
+   use debug || sed -e 's/^subdir-m += zpios$//' -i 
"${S}/module/Makefile.in"
+
+   # Set module revision number
+   [ ${PV} != "" ] && \
+  

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-07-27 Thread Jeroen Roovers
commit: 9727c1d858b66d88e9fb66dc58e7a7ca78a3fb7f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 27 11:02:39 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 27 11:02:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9727c1d8

net-analyzer/cacti-spine: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-analyzer/cacti-spine/Manifest  |  1 -
 net-analyzer/cacti-spine/cacti-spine-1.1.13.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index ad330d58c50..1e0d1554b73 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,3 +1,2 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
-DIST cacti-spine-1.1.13.tar.gz 801645 SHA256 
900c5dd402b42042d960cc277d4bb5edc55e93b34e37ae79dac8cef2d8685641 SHA512 
6ec5e629818ad274ee3864cbd1bfa70e35e6509e1dd0eb231da9889b3844e7e75d269c9d16d57796e75f36dfd204172c9d7e6843e0b06e3ac20bbf4f781b1b8c
 WHIRLPOOL 
4d5875d4dedebcbd72d99ab06499411e398ed33a8ec7cae45b5528a1f234852897c4d761d58b76dbca19969f2aa051618cb07cec93e225620530aa2bf6bfeb19
 DIST cacti-spine-1.1.15.tar.gz 801706 SHA256 
91de11faaa882cf8743defd252251b43bf8afad7680bae80e50290573547fd8c SHA512 
2ea955748afa78e7e7802960ad5d888720838e3464df937cd1a258c191198a68b16fe58e56e2985855f3157fe4fdd2c1792ccc9d8e970419ec94c453588baf13
 WHIRLPOOL 
5c3d0fc8959d21482b28ed8c2258240e2cc7724927344900cadf70e701b8a335ab32ddc1d0728d0f20e9b7b83aff03c3d634e7001c21ec428c36144eb494aa4f

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.13.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.13.ebuild
deleted file mode 100644
index 34727025866..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.13.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 autotools eutils
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="http://cacti.net/spine_info.php;
-SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-CDEPEND="
-   dev-libs/openssl:*
-   net-analyzer/net-snmp
-   virtual/mysql
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   AT_M4DIR="config" eautoreconf
-}
-
-src_install() {
-   dosbin spine
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-   dodoc ChangeLog
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti/

2017-07-27 Thread Jeroen Roovers
commit: 716fd7d15f0a8e3188fa56b17f80bac601aa5fb4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 27 11:02:20 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 27 11:02:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716fd7d1

net-analyzer/cacti: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-analyzer/cacti/Manifest|  1 -
 net-analyzer/cacti/cacti-1.1.13.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/net-analyzer/cacti/Manifest b/net-analyzer/cacti/Manifest
index 2eee6a7bb69..45ba2c19fcf 100644
--- a/net-analyzer/cacti/Manifest
+++ b/net-analyzer/cacti/Manifest
@@ -1,3 +1,2 @@
 DIST cacti-0.8.8h.tar.gz 2585226 SHA256 
0673bd9513dad381c8bbb9133c721a32bc6422dc91c5a81de16e3cd32e4d0600 SHA512 
11bb0682a7220af5581f42579cf9c38d94aae202425ce15b824849684b1a6778d6f14e6a62ec94c608b7ba06562a825be7fd6d812d0800daa5eb56e640ac1c5f
 WHIRLPOOL 
250ee38d969c9a7d9a71b15a25e48c2b9b22412c6c2394798d178172d9a1be056b009b328594559524adbd47ad05032992b13cb5a632af1a23f947fb55342402
-DIST cacti-1.1.13.tar.gz 8891748 SHA256 
ea935e1e9b89c57ad9e6335acaca3b525611eaff19c17516440df5028b63e387 SHA512 
3f18ee1c940392c235e6e4648297e015e3bee2ae028e14348c1679af580d102c1ba8ea0ca08935c9f7608c691329125093fad0af8feb8b7cfbe066b975589a3a
 WHIRLPOOL 
0991ab0abd2bbabf10f23043945edb61ab4ca63966017d110cc0c7337226de4063c56a98d6779a0c6a6a43e426a7ce697eb4051ffc0f7955ef283d918f88eaf7
 DIST cacti-1.1.15.tar.gz 8892187 SHA256 
5f0c5a1b7afd0d62fbc4f36f0017d485b8eb71d49b712d01c1ba2999ca7af9ac SHA512 
4614d1a517ba55ca33771bfc0b0b60f19e7da27d7720d789c84655f01e6dcf03e44662461c8362265759d5169679f44ee86d89678ebbaf49e7301fdcbf5beb45
 WHIRLPOOL 
9d1cd7cbf627bf8aad7fd4e98e8f6d578e5a8d33f02becddf457348ff5862c3102f43fd423db5c220e328e179c1e42ee0b8d666791f93c7a0a67f80dd24e10bd

diff --git a/net-analyzer/cacti/cacti-1.1.13.ebuild 
b/net-analyzer/cacti/cacti-1.1.13.ebuild
deleted file mode 100644
index 8bd16023447..000
--- a/net-analyzer/cacti/cacti-1.1.13.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils webapp
-
-# Support for _p* in version.
-MY_P=${P/_p*/}
-
-DESCRIPTION="Cacti is a complete frontend to rrdtool"
-HOMEPAGE="http://www.cacti.net/;
-SRC_URI="http://www.cacti.net/downloads/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="snmp doc"
-
-need_httpd
-
-RDEPEND="
-   dev-lang/php[cli,mysql,session,sockets,xml]
-   dev-php/adodb
-   net-analyzer/rrdtool[graph]
-   virtual/cron
-   virtual/mysql
-   snmp? ( >=net-analyzer/net-snmp-5.2.0 )
-"
-
-src_prepare() {
-   default
-   sed -i -e \
-   's:$config\["library_path"\] . 
"/adodb/adodb.inc.php":"adodb/adodb.inc.php":' \
-   "${S}"/include/global.php || die
-
-   rm -rf lib/adodb || die # don't use bundled adodb
-}
-
-src_compile() { :; }
-
-src_install() {
-   dodoc docs/{CHANGELOG,txt/manual.txt}
-   dodoc -r docs/html/
-   rm -rf docs
-
-   webapp_src_preinst
-
-   edos2unix `find -type f -name '*.php'`
-
-   dodir ${MY_HTDOCSDIR}
-   cp -r . "${D}"${MY_HTDOCSDIR}
-
-   webapp_serverowned ${MY_HTDOCSDIR}/rra
-   webapp_serverowned ${MY_HTDOCSDIR}/log
-   webapp_configfile ${MY_HTDOCSDIR}/include/config.php
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}



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

2017-07-27 Thread Fabian Groffen
commit: 69fcef6c23c86c91dd6a1ec4e7799a8bacecd7d1
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Jul 27 10:36:55 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Jul 27 10:37:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69fcef6c

app-text/dos2unix: marked ~x64-macos, bug #569772

Package-Manager: Portage-2.3.6-prefix, Repoman-2.3.3

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

diff --git a/app-text/dos2unix/dos2unix-7.3.5.ebuild 
b/app-text/dos2unix/dos2unix-7.3.5.ebuild
index 5ae2e2d762f..7e09f7d15be 100644
--- a/app-text/dos2unix/dos2unix-7.3.5.ebuild
+++ b/app-text/dos2unix/dos2unix-7.3.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris"
 IUSE="debug nls test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/st/

2017-07-27 Thread Jeroen Roovers
commit: 5660e25f87eb819cebf6a88998519f657248a1a1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 27 09:56:13 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 27 09:56:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5660e25f

x11-terms/st: Fix Makefile sed script (bug #626334).

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-terms/st/st-.ebuild | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/x11-terms/st/st-.ebuild b/x11-terms/st/st-.ebuild
index c57b598bd32..0d922620326 100644
--- a/x11-terms/st/st-.ebuild
+++ b/x11-terms/st/st-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,20 +27,22 @@ DEPEND="
 "
 
 src_prepare() {
-   eapply_user
+   default
 
-   sed -e '/^CFLAGS/s:[[:space:]]-Wall[[:space:]]: :' \
+   sed -i \
+   -e '/^CFLAGS/s:[[:space:]]-Wall[[:space:]]: :' \
-e '/^CFLAGS/s:[[:space:]]-O[^[:space:]]*[[:space:]]: :' \
-e '/^LDFLAGS/{s:[[:space:]]-s[[:space:]]: :}' \
-e '/^X11INC/{s:/usr/X11R6/include:/usr/include/X11:}' \
-e "/^X11LIB/{s:/usr/X11R6/lib:/usr/$(get_libdir)/X11:}" \
-   -i config.mk || die
-   sed -e '/@echo/!s:@::' \
+   config.mk || die
+   sed -i \
-e '/tic/d' \
-   -i Makefile || die
-   tc-export CC
+   Makefile || die
 
restore_config config.h
+
+   tc-export CC
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/

2017-07-27 Thread Jeroen Roovers
commit: 97f56f8bfbe82fe5345dc7bba7a986989d83ee67
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 27 09:50:21 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 27 09:50:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f56f8b

net-analyzer/cacti-spine: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-analyzer/cacti-spine/Manifest  |  1 +
 net-analyzer/cacti-spine/cacti-spine-1.1.15.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 9d66e0efe5e..ad330d58c50 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1,3 @@
 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 
a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 
6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
 WHIRLPOOL 
36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
 DIST cacti-spine-1.1.13.tar.gz 801645 SHA256 
900c5dd402b42042d960cc277d4bb5edc55e93b34e37ae79dac8cef2d8685641 SHA512 
6ec5e629818ad274ee3864cbd1bfa70e35e6509e1dd0eb231da9889b3844e7e75d269c9d16d57796e75f36dfd204172c9d7e6843e0b06e3ac20bbf4f781b1b8c
 WHIRLPOOL 
4d5875d4dedebcbd72d99ab06499411e398ed33a8ec7cae45b5528a1f234852897c4d761d58b76dbca19969f2aa051618cb07cec93e225620530aa2bf6bfeb19
+DIST cacti-spine-1.1.15.tar.gz 801706 SHA256 
91de11faaa882cf8743defd252251b43bf8afad7680bae80e50290573547fd8c SHA512 
2ea955748afa78e7e7802960ad5d888720838e3464df937cd1a258c191198a68b16fe58e56e2985855f3157fe4fdd2c1792ccc9d8e970419ec94c453588baf13
 WHIRLPOOL 
5c3d0fc8959d21482b28ed8c2258240e2cc7724927344900cadf70e701b8a335ab32ddc1d0728d0f20e9b7b83aff03c3d634e7001c21ec428c36144eb494aa4f

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.15.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.15.ebuild
new file mode 100644
index 000..34727025866
--- /dev/null
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.15.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+MY_P=${PN}-${PV/_p/-}
+
+DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
+HOMEPAGE="http://cacti.net/spine_info.php;
+SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   dev-libs/openssl:*
+   net-analyzer/net-snmp
+   virtual/mysql
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/help2man
+"
+RDEPEND="
+   ${CDEPEND}
+   >net-analyzer/cacti-0.8.8
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.8.8d-ping.patch
+   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
+)
+
+src_prepare() {
+   default
+
+   AT_M4DIR="config" eautoreconf
+}
+
+src_install() {
+   dosbin spine
+   insinto /etc/
+   insopts -m0640 -o root
+   newins spine.conf{.dist,}
+   dodoc ChangeLog
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti/

2017-07-27 Thread Jeroen Roovers
commit: 987b0a7f6d93fd98d128eab62c5f790375005248
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 27 09:39:21 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 27 09:39:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987b0a7f

net-analyzer/cacti: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-analyzer/cacti/Manifest|  1 +
 net-analyzer/cacti/cacti-1.1.15.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/net-analyzer/cacti/Manifest b/net-analyzer/cacti/Manifest
index b92016955f5..2eee6a7bb69 100644
--- a/net-analyzer/cacti/Manifest
+++ b/net-analyzer/cacti/Manifest
@@ -1,2 +1,3 @@
 DIST cacti-0.8.8h.tar.gz 2585226 SHA256 
0673bd9513dad381c8bbb9133c721a32bc6422dc91c5a81de16e3cd32e4d0600 SHA512 
11bb0682a7220af5581f42579cf9c38d94aae202425ce15b824849684b1a6778d6f14e6a62ec94c608b7ba06562a825be7fd6d812d0800daa5eb56e640ac1c5f
 WHIRLPOOL 
250ee38d969c9a7d9a71b15a25e48c2b9b22412c6c2394798d178172d9a1be056b009b328594559524adbd47ad05032992b13cb5a632af1a23f947fb55342402
 DIST cacti-1.1.13.tar.gz 8891748 SHA256 
ea935e1e9b89c57ad9e6335acaca3b525611eaff19c17516440df5028b63e387 SHA512 
3f18ee1c940392c235e6e4648297e015e3bee2ae028e14348c1679af580d102c1ba8ea0ca08935c9f7608c691329125093fad0af8feb8b7cfbe066b975589a3a
 WHIRLPOOL 
0991ab0abd2bbabf10f23043945edb61ab4ca63966017d110cc0c7337226de4063c56a98d6779a0c6a6a43e426a7ce697eb4051ffc0f7955ef283d918f88eaf7
+DIST cacti-1.1.15.tar.gz 8892187 SHA256 
5f0c5a1b7afd0d62fbc4f36f0017d485b8eb71d49b712d01c1ba2999ca7af9ac SHA512 
4614d1a517ba55ca33771bfc0b0b60f19e7da27d7720d789c84655f01e6dcf03e44662461c8362265759d5169679f44ee86d89678ebbaf49e7301fdcbf5beb45
 WHIRLPOOL 
9d1cd7cbf627bf8aad7fd4e98e8f6d578e5a8d33f02becddf457348ff5862c3102f43fd423db5c220e328e179c1e42ee0b8d666791f93c7a0a67f80dd24e10bd

diff --git a/net-analyzer/cacti/cacti-1.1.15.ebuild 
b/net-analyzer/cacti/cacti-1.1.15.ebuild
new file mode 100644
index 000..8bd16023447
--- /dev/null
+++ b/net-analyzer/cacti/cacti-1.1.15.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils webapp
+
+# Support for _p* in version.
+MY_P=${P/_p*/}
+
+DESCRIPTION="Cacti is a complete frontend to rrdtool"
+HOMEPAGE="http://www.cacti.net/;
+SRC_URI="http://www.cacti.net/downloads/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="snmp doc"
+
+need_httpd
+
+RDEPEND="
+   dev-lang/php[cli,mysql,session,sockets,xml]
+   dev-php/adodb
+   net-analyzer/rrdtool[graph]
+   virtual/cron
+   virtual/mysql
+   snmp? ( >=net-analyzer/net-snmp-5.2.0 )
+"
+
+src_prepare() {
+   default
+   sed -i -e \
+   's:$config\["library_path"\] . 
"/adodb/adodb.inc.php":"adodb/adodb.inc.php":' \
+   "${S}"/include/global.php || die
+
+   rm -rf lib/adodb || die # don't use bundled adodb
+}
+
+src_compile() { :; }
+
+src_install() {
+   dodoc docs/{CHANGELOG,txt/manual.txt}
+   dodoc -r docs/html/
+   rm -rf docs
+
+   webapp_src_preinst
+
+   edos2unix `find -type f -name '*.php'`
+
+   dodir ${MY_HTDOCSDIR}
+   cp -r . "${D}"${MY_HTDOCSDIR}
+
+   webapp_serverowned ${MY_HTDOCSDIR}/rra
+   webapp_serverowned ${MY_HTDOCSDIR}/log
+   webapp_configfile ${MY_HTDOCSDIR}/include/config.php
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}



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

2017-07-27 Thread Sergei Trofimovich
commit: aa77a0f2e4c8006d4725a1d8d910df4c1a3a499b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jul 27 09:15:33 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul 27 09:15:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa77a0f2

dev-python/pycups: ia64 stable, bug #625040

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 dev-python/pycups/pycups-1.9.73-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycups/pycups-1.9.73-r1.ebuild 
b/dev-python/pycups/pycups-1.9.73-r1.ebuild
index 46c1f880812..d4a765ec3a3 100644
--- a/dev-python/pycups/pycups-1.9.73-r1.ebuild
+++ b/dev-python/pycups/pycups-1.9.73-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://cyberelk.net/tim/data/pycups/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
 SLOT="0"
 IUSE="doc examples"
 



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

2017-07-27 Thread Andreas Sturmlechner
commit: b7bfc5a0c482ae9c3979a8e031bfb84c1711ffc7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 08:57:34 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 08:57:34 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b7bfc5a0

kde-apps/libgravatar: Restrict failing test

Gentoo-bug: 624584

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/libgravatar/libgravatar-17.07.80.ebuild  | 9 +
 kde-apps/libgravatar/libgravatar-17.08.49..ebuild | 9 +
 kde-apps/libgravatar/libgravatar-.ebuild  | 9 +
 3 files changed, 27 insertions(+)

diff --git a/kde-apps/libgravatar/libgravatar-17.07.80.ebuild 
b/kde-apps/libgravatar/libgravatar-17.07.80.ebuild
index e3f91c435e..cf9e9b568f 100644
--- a/kde-apps/libgravatar/libgravatar-17.07.80.ebuild
+++ b/kde-apps/libgravatar/libgravatar-17.07.80.ebuild
@@ -26,3 +26,12 @@ DEPEND="
 RDEPEND="${DEPEND}
!kde-apps/kdepim-l10n
 "
+
+src_test() {
+   # bug 624584 - needs internet connection
+   local myctestargs=(
+   -E "(gravatar-gravatarresolvurljobtest)"
+   )
+
+   kde5_src_test
+}

diff --git a/kde-apps/libgravatar/libgravatar-17.08.49..ebuild 
b/kde-apps/libgravatar/libgravatar-17.08.49..ebuild
index b6f9b458bb..8381278c64 100644
--- a/kde-apps/libgravatar/libgravatar-17.08.49..ebuild
+++ b/kde-apps/libgravatar/libgravatar-17.08.49..ebuild
@@ -26,3 +26,12 @@ DEPEND="
 RDEPEND="${DEPEND}
!kde-apps/kdepim-l10n
 "
+
+src_test() {
+   # bug 624584 - needs internet connection
+   local myctestargs=(
+   -E "(gravatar-gravatarresolvurljobtest)"
+   )
+
+   kde5_src_test
+}

diff --git a/kde-apps/libgravatar/libgravatar-.ebuild 
b/kde-apps/libgravatar/libgravatar-.ebuild
index b6f9b458bb..8381278c64 100644
--- a/kde-apps/libgravatar/libgravatar-.ebuild
+++ b/kde-apps/libgravatar/libgravatar-.ebuild
@@ -26,3 +26,12 @@ DEPEND="
 RDEPEND="${DEPEND}
!kde-apps/kdepim-l10n
 "
+
+src_test() {
+   # bug 624584 - needs internet connection
+   local myctestargs=(
+   -E "(gravatar-gravatarresolvurljobtest)"
+   )
+
+   kde5_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: kde-apps/libgravatar/

2017-07-27 Thread Andreas Sturmlechner
commit: cb73d15bf1cd62da761bfbe2d96e7ead5bdab86a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 08:55:02 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 08:56:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb73d15b

kde-apps/libgravatar: Restrict failing test

Gentoo-bug: 624584

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/libgravatar/libgravatar-17.04.3.ebuild | 9 +
 1 file changed, 9 insertions(+)

diff --git a/kde-apps/libgravatar/libgravatar-17.04.3.ebuild 
b/kde-apps/libgravatar/libgravatar-17.04.3.ebuild
index e3f91c435ee..cf9e9b568f8 100644
--- a/kde-apps/libgravatar/libgravatar-17.04.3.ebuild
+++ b/kde-apps/libgravatar/libgravatar-17.04.3.ebuild
@@ -26,3 +26,12 @@ DEPEND="
 RDEPEND="${DEPEND}
!kde-apps/kdepim-l10n
 "
+
+src_test() {
+   # bug 624584 - needs internet connection
+   local myctestargs=(
+   -E "(gravatar-gravatarresolvurljobtest)"
+   )
+
+   kde5_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-common-lb/

2017-07-27 Thread Pacho Ramos
commit: 8d63eec27cec9bf967acfc1ff01a4ace15a7ab91
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jul 27 08:34:37 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jul 27 08:34:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d63eec2

net-print/cndrvcups-common-lb: Version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-print/cndrvcups-common-lb/Manifest |   1 +
 .../cndrvcups-common-lb-3.40.ebuild| 114 +
 2 files changed, 115 insertions(+)

diff --git a/net-print/cndrvcups-common-lb/Manifest 
b/net-print/cndrvcups-common-lb/Manifest
index 9834de0cb88..6c2ff20adfd 100644
--- a/net-print/cndrvcups-common-lb/Manifest
+++ b/net-print/cndrvcups-common-lb/Manifest
@@ -1,2 +1,3 @@
 DIST Linux_UFRII_PrinterDriver_V320_uk_EN.tar.gz 109548632 SHA256 
b28bc2b460aeddcb7800983d2fad8c29ea6efcc95ad767a78fe6c25d0956f242 SHA512 
fc35670a07f067b6ccdebf5b96590eafac2ed984faaa8a90ce44dd44396d6de0964f6352cae0fdf8ce1f6127ebf3ea9f6610b56ba7dd9a7f382bd1c6d588a801
 WHIRLPOOL 
661f8d6863bd1694efcc168615d9a7107e4a7aa09f5934a33b0f201b6d327038320cf87201bf4220ec876e1cca550169c91925d9f58fa3dae8dd4ea99de1ad1e
+DIST linux-UFRII-drv-v340-uken.tar.gz 117746329 SHA256 
fb3701f564f987126a9a3d03a163951f3182d6f7d626530a6767cb1f996fa203 SHA512 
05f12d2cac5ae9987fe389be1a15b11d280734f6d47b86f04fa2fcb61bf94175b7afdba4cc1cf5ecf2c1ef5a8e2c14eda5d72f7671618d7c94581c620fea4494
 WHIRLPOOL 
d17dacb98b6ea39d62822a4dd379fb6f8abc900243476893869e0d3a3d1ce1504cb5866d16f775bc006e94a3aeb726912a4c58faa50bf9f390e270482f20512e
 DIST o1581en_linux_UFRII_v300.zip 94262679 SHA256 
1ec1b162411642dc1814608ec71a3b94d6e22ede234f6b750bbdfd3820d5ac46 SHA512 
e31415f2e9256c5dc98e27afe3bdc2f75b852d0a99721f8f2ac78225bac497e84c6ce94e8447f3aed6bb6c94975c7625f0dbb2647be44f90c144a46e9af89b81
 WHIRLPOOL 
f419d6130ce9cfd87caebc9678991bbd46e2db5f8bb5a39fb8202a7532de33e969f4f907f2f1404859f987c57f49f562defcec42380ea1b4f284b8d4c6cae3e6

diff --git a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.40.ebuild 
b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.40.ebuild
new file mode 100644
index 000..0a35d997b50
--- /dev/null
+++ b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.40.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools versionator
+
+MY_PV="$(delete_all_version_separators)"
+SOURCES_NAME="linux-UFRII-drv-v${MY_PV}-uken"
+
+DESCRIPTION="Common files for Canon drivers"
+HOMEPAGE="https://www.canon-europe.com/support/products/imagerunner/imagerunner-1133.aspx?type=drivers=EN=LINUX;
+SRC_URI="http://gdlp01.c-wss.com/gds/8/017658/04/${SOURCES_NAME}.tar.gz;
+
+# GPL-2 License inside LICENSE-EN.txt files
+LICENSE="Canon-UFR-II GPL-2 MIT"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/libxml2
+   gnome-base/libglade
+   net-print/cups
+   x11-libs/gtk+:2
+"
+DEPEND="${DEPEND}"
+
+S="${WORKDIR}/${SOURCES_NAME}/Sources/${P/-lb-${PV}/-3.80}"
+
+pkg_setup() {
+   # Don't raise a fuss over pre-built binaries
+   QA_PREBUILT="
+   /usr/libexec/cups/filter/c3pldrv
+   /usr/$(get_abi_LIBDIR x86)/libColorGear.so.0.0.0
+   /usr/$(get_abi_LIBDIR x86)/libColorGearC.so.1.0.0
+   /usr/$(get_abi_LIBDIR x86)/libc3pl.so.0.0.1
+   /usr/$(get_abi_LIBDIR x86)/libcaepcm.so.1.0
+   /usr/$(get_abi_LIBDIR x86)/libcaiousb.so.1.0.0
+   /usr/$(get_abi_LIBDIR x86)/libcaiowrap.so.1.0.0
+   /usr/$(get_abi_LIBDIR x86)/libcanon_slim.so.1.0.0
+   /usr/$(get_libdir)/libcanonc3pl.so.1.0.0
+   "
+   QA_SONAME="
+   /usr/$(get_abi_LIBDIR x86)/libcaiousb.so.1.0.0
+   "
+}
+
+src_unpack() {
+   unpack ${A}
+   cd "${WORKDIR}/${SOURCES_NAME}/Sources/" || die
+   unpack ./${P/-lb-${PV}/-3.80}-1.tar.gz
+}
+
+change_dir() {
+   for i in cngplp buftool backend; do
+   cd "${i}" || die
+   "${@}"
+   cd "${S}" || die
+   done
+}
+
+src_prepare() {
+   default
+   sed -i -e \
+   "s:backenddir = \$(libdir)/cups/backend:backenddir = 
`cups-config --serverbin`/backend:" \
+   backend/Makefile.am || die
+
+   export "LIBS=-lgtk-x11-2.0 -lgobject-2.0 -lglib-2.0 -lgmodule-2.0"
+   change_dir eautoreconf
+}
+
+src_configure() {
+   change_dir econf
+}
+
+src_compile() {
+   change_dir emake
+
+   # Cannot be moved to 'change_dir' as it doesn't need eautoreconf
+   ( cd "${S}/c3plmod_ipc" && emake ) || die
+}
+
+src_install() {
+   MAKEOPTS+=" -j1" default
+
+   einstalldocs
+
+   cd "${S}/c3plmod_ipc" || die
+   dolib.so libcanonc3pl.so.1.0.0
+   dosym libcanonc3pl.so.1.0.0 "/usr/$(get_libdir)/libcanonc3pl.so.1"
+   dosym libcanonc3pl.so.1.0.0 

  1   2   >