[gentoo-commits] repo/gentoo:master commit in: net-misc/knutclient/, net-misc/knutclient/files/

2017-05-07 Thread Andreas Sturmlechner
commit: bde91cad9f1ffa8b0c3454945ac1d30403ef8c70
Author: Peter-Levine  gmail  com>
AuthorDate: Mon May  8 04:25:55 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May  8 05:53:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde91cad

net-misc/knutclient: Fix building with GCC-6

Bug: https://bugs.gentoo.org/show_bug.cgi?id=612936
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4565

 net-misc/knutclient/files/knutclient-1.0.5-gcc6.patch | 18 ++
 net-misc/knutclient/knutclient-1.0.5.ebuild   |  8 ++--
 2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/net-misc/knutclient/files/knutclient-1.0.5-gcc6.patch 
b/net-misc/knutclient/files/knutclient-1.0.5-gcc6.patch
new file mode 100644
index 000..f52f6b4b089
--- /dev/null
+++ b/net-misc/knutclient/files/knutclient-1.0.5-gcc6.patch
@@ -0,0 +1,18 @@
+Forwarded: no
+Description: Fix the build with gcc 6
+Author: Adrian Bunk 
+Bug-Debian: https://bugs.debian.org/811882
+
+--- a/src/knutprefdlg.cpp
 b/src/knutprefdlg.cpp
+@@ -957,9 +957,9 @@
+ 
+   QHBoxLayout *setFontLayout = new QHBoxLayout();
+   QStringList fontsList;
+   KFontChooser::getFontList(fontsList, KFontChooser::SmoothScalableFonts);
+-  m_fontWidget = new KFontChooser(mainPageWidget, false, fontsList);
++  m_fontWidget = new KFontChooser(mainPageWidget, 
KFontChooser::NoDisplayFlags, fontsList);
+   setFontLayout->addWidget (m_fontWidget ,0);
+   topLayout->addLayout(setFontLayout);
+ 
+   topLayout->addStretch( 20 );

diff --git a/net-misc/knutclient/knutclient-1.0.5.ebuild 
b/net-misc/knutclient/knutclient-1.0.5.ebuild
index c367772a3bd..3bdb40011a4 100644
--- a/net-misc/knutclient/knutclient-1.0.5.ebuild
+++ b/net-misc/knutclient/knutclient-1.0.5.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
@@ -17,7 +17,11 @@ SLOT="4"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
-PATCHES=( "${FILESDIR}/${P}-desktop.patch" )
+PATCHES=(
+   "${FILESDIR}/${P}-desktop.patch"
+   "${FILESDIR}/${P}-gcc6.patch"
+)
+
 DOCS=( ChangeLog )
 
 S=${WORKDIR}/${MY_P}



[gentoo-commits] repo/gentoo:master commit in: net-misc/knutclient/, net-misc/knutclient/files/

2017-05-07 Thread Andreas Sturmlechner
commit: 878b48b7a180baa720a445520f2bcfb09ffb4254
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  8 05:50:44 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May  8 05:54:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878b48b7

net-misc/knutclient: Bump to EAPI 6

Fixed DESCRIPTION.
Indent metadata.xml

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-misc/knutclient/files/knutclient-1.0.5-desktop.patch | 4 ++--
 net-misc/knutclient/knutclient-1.0.5.ebuild  | 6 +++---
 net-misc/knutclient/metadata.xml | 8 
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-misc/knutclient/files/knutclient-1.0.5-desktop.patch 
b/net-misc/knutclient/files/knutclient-1.0.5-desktop.patch
index ea81f9aef5d..4548a44d39f 100644
--- a/net-misc/knutclient/files/knutclient-1.0.5-desktop.patch
+++ b/net-misc/knutclient/files/knutclient-1.0.5-desktop.patch
@@ -1,7 +1,7 @@
 Removes deprecated and useless items.
 
 knutclient.desktop
-+++ knutclient.desktop
+--- a/knutclient.desktop
 b/knutclient.desktop
 @@ -6,9 +6,8 @@
  Comment[de]=
  Comment[cs]=Klient pro UPS syst� NUT

diff --git a/net-misc/knutclient/knutclient-1.0.5.ebuild 
b/net-misc/knutclient/knutclient-1.0.5.ebuild
index 3bdb40011a4..389a781a3bd 100644
--- a/net-misc/knutclient/knutclient-1.0.5.ebuild
+++ b/net-misc/knutclient/knutclient-1.0.5.ebuild
@@ -1,14 +1,14 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 KDE_LINGUAS="cs de es fr it pl pt_BR ru uk"
 KDE_HANDBOOK="optional"
 MY_P="knc${PV//./}"
 
 inherit kde4-base
 
-DESCRIPTION="A visual KDE client for UPS systems"
+DESCRIPTION="Visual client for UPS systems based on kdelibs-4"
 HOMEPAGE="https://sites.google.com/a/prynych.cz/knutclient/;
 SRC_URI="ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/${P}.tar.gz;
 
@@ -24,4 +24,4 @@ PATCHES=(
 
 DOCS=( ChangeLog )
 
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"

diff --git a/net-misc/knutclient/metadata.xml b/net-misc/knutclient/metadata.xml
index 0cf59224b00..2fdbf33d963 100644
--- a/net-misc/knutclient/metadata.xml
+++ b/net-misc/knutclient/metadata.xml
@@ -1,8 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   k...@gentoo.org
-   Gentoo KDE Project
-
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
 



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

2017-05-07 Thread Ulrich Müller
commit: 043c77a9bbde7df9b09fadfd509dc4bff02b4ea4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed May  3 17:51:02 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed May  3 17:51:02 2017 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=043c77a9

ebuild-env-state.tex: Remove misleading paragraph break.

The restriction for PM special variables applies to the preceding
sentence.

 ebuild-env-state.tex | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/ebuild-env-state.tex b/ebuild-env-state.tex
index 70a0e46..d2cf7b4 100644
--- a/ebuild-env-state.tex
+++ b/ebuild-env-state.tex
@@ -9,9 +9,8 @@ functions executed as part of a later uninstall.
 environment saving.
 
 Variables that were exported must remain exported in later functions; 
variables with default
-visibility may retain default visibility or be exported.
-
-Variables with special meanings to the package manager are excluded from this 
rule.
+visibility may retain default visibility or be exported. Variables with 
special meanings to the
+package manager are excluded from this rule.
 
 Global variables must only contain invariant values 
(see~\ref{sec:metadata-invariance}). If a global
 variable's value is invariant, it may have the value that would be generated 
at any given point



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

2017-05-07 Thread Hans de Graaff
commit: a74f0f5b4d7a5ab17dc54749a04503a557d91cf0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  8 05:26:10 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  8 05:26:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74f0f5b

dev-ruby/patron: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/patron/Manifest |  4 
 dev-ruby/patron/patron-0.4.20.ebuild | 43 ---
 dev-ruby/patron/patron-0.5.1.ebuild  | 43 ---
 dev-ruby/patron/patron-0.6.5.ebuild  | 44 
 dev-ruby/patron/patron-0.7.1.ebuild  | 44 
 5 files changed, 178 deletions(-)

diff --git a/dev-ruby/patron/Manifest b/dev-ruby/patron/Manifest
index 3fe134b1d25..c9ccbd3d312 100644
--- a/dev-ruby/patron/Manifest
+++ b/dev-ruby/patron/Manifest
@@ -1,7 +1,3 @@
 DIST patron-0.4.18.gem 35840 SHA256 
700ffba09ea854bc26fdde08998d8310ed59b0721098d4a7dc9a85845c71bd81 SHA512 
0069f42378b0dfe03e6f86003b7927b099fd15be4d4b5eeba51958774380bf7a9ddbd8a83b30942d02e95b923f9ae0a1c1abf5bcda8ca8490671208e0ae8ecb4
 WHIRLPOOL 
c709bcd65033288fc55d8d5c044c001afa8ac34d098466e017c5adc3a08314897e86f021a09f61abcc5153893152518dc1843ba7dfa79fc271067b708283b75c
-DIST patron-0.4.20.gem 42496 SHA256 
eb1782f38f280a9975fc97435920c29fd10a0c2e05b6f7a7549652ffbf92af71 SHA512 
78cb97e7d7a35fb97ed7da4c767937a543c1f979c7dd1dff0d3b055024b37aa50238163af4680ba464a28523c0f5879f0d6e372276774dfdac726a5493c202e5
 WHIRLPOOL 
a4158ac99edd2d302e59420be6d75b368e9d9d04ecd9b5051a53eb22639f3f32fa541061f28444cb716deab906c3055ddbc26c4f5289fa0c00c134517ac9ffdd
 DIST patron-0.5.0.gem 44032 SHA256 
6abf431b05f560afc8c479685bb3869797522290777a1ae8510ef5c8b3208c63 SHA512 
84c4cbb4ebeac3a9320915b35e4afefda5637f1bed96e83b8c2345dfd08ba02e07806b13a87c5067dd842ccddb67928c7f60889687676c0683d4e09373d8c2a7
 WHIRLPOOL 
df34adeb59ea45d5d84a6ad1aef3e0fbf4781720443be2ba37450ddf2e51ac3b2c969bb2798fe78bb476cde79f4ccc3d3c1f6511a20dc2deda5a750ec9d03139
-DIST patron-0.5.1.gem 45056 SHA256 
45776b937ee788343ce4d24817460138989b1a65ad9d8d87130cf8804133444e SHA512 
d47549ae1712f25e0d15bc2e1e32de6ad3084da4f0149013c4cf50dd92ccb7c01024831ef6df7c4acb78ed3923cde95e3f36a5ef8430d3f103ebb7f5906dd0fd
 WHIRLPOOL 
b766263104b67ad1ba9009e101ac027e509ed017f0b93461d8f4c9f51b8b5586dc4da080b1685b72bad837bf690ea02f709fab7a7611f7450ea0e8994fca
-DIST patron-0.6.5.gem 54272 SHA256 
eb7ec133b4fedb240543fa96061ee52fa9ede2bcf6351d13b5cc057d6fec6935 SHA512 
ffb2681b7ca062f78931d288314e563f265c9e584b3cb82af16529e8c9b578cca4d57c6e2afc506562cc946def736814b1da13a2630273551e7bf179786516cc
 WHIRLPOOL 
cda9b38b74efc0593de4c89dc4efc91ac1431b12293cd83fee32cd7aff1c85c1fcdc7b8c16f54fb0aa4dacc3901cbb37b3dfa2a9d4dd8b4f1011d1c55965efcd
-DIST patron-0.7.1.gem 54784 SHA256 
aa75525e6f0064d82aacf86241f8ff381c5d8116d4199113d042b1ac8ff4b91d SHA512 
bb95c98d28cc09157c05d3f39694df2b165cb72a46d54d41ca03eca992b94f579a62c081692bf81685852d46668c363e975726142622932d74fd73521414556a
 WHIRLPOOL 
f4575d4315c76425963194105b6be2b65ad498f457167312517f70f7497a0a87274466e717cc6bf1dbac9f35796ff7c484f5a147f6201347e202d5ad5db34290
 DIST patron-0.8.0.gem 57856 SHA256 
954db224e16421c78c55d190b2310c3201c68e72767908faead76a9c5a5159df SHA512 
43d6ae99aa3db3c5dabd2c3ec7fe5371a204d6e6ccec2c50b0cc126878b0db583e8a266b2b8e0f3ce7cdfde046bd36622e26d653e7ccae7b493ec924021b5f16
 WHIRLPOOL 
b176ced2464b52c3a1bd4412e8c5d0ca7c3c8ee6da2c7c59cf4442c04eeefd07cd6c1c76d93cb2c6ba63c51326d8e1c317e760bf7bbf7506f43ca923a105c04a

diff --git a/dev-ruby/patron/patron-0.4.20.ebuild 
b/dev-ruby/patron/patron-0.4.20.ebuild
deleted file mode 100644
index 2b09b1df207..000
--- a/dev-ruby/patron/patron-0.4.20.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl"
-HOMEPAGE="https://toland.github.com/patron/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND+=" net-misc/curl"
-RDEPEND+=" net-misc/curl"
-
-all_ruby_prepare() {
-   # Fix Rakefile
-   sed -i -e 's:rake/rdoctask:rdoc/task:' \
-   -e 's/README.txt/README.md/' \
-   -e '/bundler/I s:^:#:' \
-   -e '/extensiontask/ s:^:#:' \
-   -e '/ExtensionTask/,/^end/ s:^:#:' \
-   Rakefile || die
-
-   # Avoid specs with failures. We were not running any specs before.
-   rm spec/session_ssl_spec.rb spec/session_spec.rb spec/response_spec.rb 
|| die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/patron extconf.rb || die
-}
-

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

2017-05-07 Thread Hans de Graaff
commit: ab7ae4cff7aaf276c443341be8df9674615cf5d2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  8 05:25:06 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  8 05:25:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7ae4cf

dev-ruby/patron: add ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/patron/patron-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/patron/patron-0.8.0.ebuild 
b/dev-ruby/patron/patron-0.8.0.ebuild
index 6e3f11d58ab..f5ae5699bc4 100644
--- a/dev-ruby/patron/patron-0.8.0.ebuild
+++ b/dev-ruby/patron/patron-0.8.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2017-05-07 Thread Hans de Graaff
commit: dd841cef270ed992744ed90baeca9d085c735dd5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  8 05:22:02 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  8 05:22:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd841cef

dev-ruby/childprocess: add 0.7.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/childprocess/Manifest  |  1 +
 dev-ruby/childprocess/childprocess-0.7.0.ebuild | 32 +
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/childprocess/Manifest b/dev-ruby/childprocess/Manifest
index 5feb1dc73af..2bc1db625b2 100644
--- a/dev-ruby/childprocess/Manifest
+++ b/dev-ruby/childprocess/Manifest
@@ -1,3 +1,4 @@
 DIST childprocess-0.5.3.gem 28160 SHA256 
9cebed1bd68f7ba0deb54683a5c05a8c3e79037f682b5d0a6ecd1d4472bbb289 SHA512 
f48ab94dc3da7ca82551f480cb18214ec65f9550ef053b25216239ed92c289a7353c632fff53148b1d6ce0c7bf70188bcecbdeede3df9b8130f815599a45ac05
 WHIRLPOOL 
68f7e9585c39a2628c4cb162d02c7d332d116be96ce8f325308e15d530e00139d43b9dcfcdfd490c6a252057947eed4c91843d8f37b96201d95b6ff3078055da
 DIST childprocess-0.5.9.gem 29184 SHA256 
221f98abeacce606ab3940785217c2d4a58ddbb7d267678b185acc54f92842c7 SHA512 
5a671e59d19531347438dc149d5309218c7e439cfd0bfcfe201ae8e1099a2608a0170f9a3f3752fb709afc6b68fa3a10dc60d0632af545a9ba71483c7be2c21d
 WHIRLPOOL 
8558622ef2f0ad3d9c2d84968378034d3293b7f485d30b6361326539e329b33bb52e5b472c8880485c23f85e457ad07894036ca2adfdf148ac4b05925407ac28
 DIST childprocess-0.6.3.gem 31744 SHA256 
7b319509275e326d6b673c2f82ad21db7c3598fe854fe16bffa9ffc6f4206edc SHA512 
93d2dbd23dfbaa6eb7eaf1c5791802180aece373aa912e78b1c3652e4e96f0e73ef948e484715863eef95e6af6daa1292944ebe987c331ce0d59ba086c803db5
 WHIRLPOOL 
b5ec03b784d3576d6ad666a980c367638693786d932705b5520ba6094414fdd8e7b6c9c515846b9339b741c37b67eef28bc09106b50efe2635f9bedcc0951706
+DIST childprocess-0.7.0.gem 32256 SHA256 
0da6258189a05d975727395c04e42d5ea2336fdc4c4cc615226b81fd4a2a0e67 SHA512 
f06203ffecc09f5ab2dd2fe003de0e1f96906b1c5966c2dd630cccae046fd4b4efc6f8c96d4c825af2b4ab2e0e8dd63f6dee97701627d0ad311f0d8395c89c8a
 WHIRLPOOL 
6ce3e7256deb415fbc46a06347b89cb7f216fda49520807b3b24732bdaf2b97f6b67f180d19cd2fe29ed22b9034f08665ca5fd306acf1ab535665128f1f74cea

diff --git a/dev-ruby/childprocess/childprocess-0.7.0.ebuild 
b/dev-ruby/childprocess/childprocess-0.7.0.ebuild
new file mode 100644
index 000..15d9ddfa4c7
--- /dev/null
+++ b/dev-ruby/childprocess/childprocess-0.7.0.ebuild
@@ -0,0 +1,32 @@
+# 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"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Solution for controlling external programs running in the 
background"
+HOMEPAGE="https://github.com/jarib/childprocess;
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/ffi-1.0.11"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   rm Gemfile || die
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+   sed -i -e "/[Cc]overalls/d" spec/spec_helper.rb || die
+   sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2017-05-07 Thread Hans de Graaff
commit: 6882f83ef7910f75219600b25d52abf1baaba749
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  8 05:17:46 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  8 05:17:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6882f83e

dev-ruby/childprocess: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/childprocess/Manifest  |  2 --
 dev-ruby/childprocess/childprocess-0.6.1.ebuild | 34 -
 dev-ruby/childprocess/childprocess-0.6.2.ebuild | 34 -
 3 files changed, 70 deletions(-)

diff --git a/dev-ruby/childprocess/Manifest b/dev-ruby/childprocess/Manifest
index 84aa40b7259..5feb1dc73af 100644
--- a/dev-ruby/childprocess/Manifest
+++ b/dev-ruby/childprocess/Manifest
@@ -1,5 +1,3 @@
 DIST childprocess-0.5.3.gem 28160 SHA256 
9cebed1bd68f7ba0deb54683a5c05a8c3e79037f682b5d0a6ecd1d4472bbb289 SHA512 
f48ab94dc3da7ca82551f480cb18214ec65f9550ef053b25216239ed92c289a7353c632fff53148b1d6ce0c7bf70188bcecbdeede3df9b8130f815599a45ac05
 WHIRLPOOL 
68f7e9585c39a2628c4cb162d02c7d332d116be96ce8f325308e15d530e00139d43b9dcfcdfd490c6a252057947eed4c91843d8f37b96201d95b6ff3078055da
 DIST childprocess-0.5.9.gem 29184 SHA256 
221f98abeacce606ab3940785217c2d4a58ddbb7d267678b185acc54f92842c7 SHA512 
5a671e59d19531347438dc149d5309218c7e439cfd0bfcfe201ae8e1099a2608a0170f9a3f3752fb709afc6b68fa3a10dc60d0632af545a9ba71483c7be2c21d
 WHIRLPOOL 
8558622ef2f0ad3d9c2d84968378034d3293b7f485d30b6361326539e329b33bb52e5b472c8880485c23f85e457ad07894036ca2adfdf148ac4b05925407ac28
-DIST childprocess-0.6.1.gem 30208 SHA256 
51c158ebb45ecf2149777b5ce9db6a73cdc51326dfe782869470acee91a0b1bc SHA512 
7361f9704174c9acfb24cbcad60ba51fb90f67f4464e9b89e8cfefd1928b7af1358cde98f9eb2a234db5596df34e3ab3a45e85da3999dc88b773fb88590ba9ba
 WHIRLPOOL 
61b763064ab1f1c97afd628bd28760bff10cc0f3bbc1b10f97a86b5a4ed7e686845f1a13ba06b4cb41a488a77e3bcec38dbe25b959d1c84ce31581233b08ec8b
-DIST childprocess-0.6.2.gem 31744 SHA256 
6f9681717126eae196f5f364b174ed3d4e696e307b470d5e98aa2fc9a72f42b0 SHA512 
2c4735d9d2e75fc799386e31a40748d94dbd53b3533a96ec0f463323563ccc276d0297c2054cbd92ec93728e06197366bc7a0088b2650650080daaa6cfec5b77
 WHIRLPOOL 
d001de4a287daab8ba32ecbf4b9f53ab26734b169eb806fd8c34b2176b23a4aa70ff1cbc950832e562b25bb46495478f490d5d1b1b6608013c4c6ddadc1ee657
 DIST childprocess-0.6.3.gem 31744 SHA256 
7b319509275e326d6b673c2f82ad21db7c3598fe854fe16bffa9ffc6f4206edc SHA512 
93d2dbd23dfbaa6eb7eaf1c5791802180aece373aa912e78b1c3652e4e96f0e73ef948e484715863eef95e6af6daa1292944ebe987c331ce0d59ba086c803db5
 WHIRLPOOL 
b5ec03b784d3576d6ad666a980c367638693786d932705b5520ba6094414fdd8e7b6c9c515846b9339b741c37b67eef28bc09106b50efe2635f9bedcc0951706

diff --git a/dev-ruby/childprocess/childprocess-0.6.1.ebuild 
b/dev-ruby/childprocess/childprocess-0.6.1.ebuild
deleted file mode 100644
index fa62aebdccf..000
--- a/dev-ruby/childprocess/childprocess-0.6.1.ebuild
+++ /dev/null
@@ -1,34 +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="yard"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Solution for controlling external programs running in the 
background"
-HOMEPAGE="https://github.com/jarib/childprocess;
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/rspec:3 )"
-
-ruby_add_rdepend ">=dev-ruby/ffi-1.0.11"
-
-all_ruby_prepare() {
-   # Remove bundler support
-   rm Gemfile || die
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-   sed -i -e "/[Cc]overalls/d" spec/spec_helper.rb || die
-   sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git a/dev-ruby/childprocess/childprocess-0.6.2.ebuild 
b/dev-ruby/childprocess/childprocess-0.6.2.ebuild
deleted file mode 100644
index fa62aebdccf..000
--- a/dev-ruby/childprocess/childprocess-0.6.2.ebuild
+++ /dev/null
@@ -1,34 +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="yard"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Solution for controlling external programs running in the 
background"
-HOMEPAGE="https://github.com/jarib/childprocess;
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/rspec:3 )"
-
-ruby_add_rdepend ">=dev-ruby/ffi-1.0.11"
-
-all_ruby_prepare() {
-   # Remove bundler support
-   rm Gemfile || die
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-   sed -i -e 

[gentoo-commits] proj/musl:master commit in: media-libs/alsa-lib/

2017-05-07 Thread Aric Belsito
commit: cd65d9c7ddd5c750ac354fe8cd5ea9ddadbaa71b
Author: Aric Belsito  gmail  com>
AuthorDate: Mon May  8 03:59:02 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon May  8 03:59:14 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=cd65d9c7

media-libs/alsa-lib: disable symvers

musl doesn't really support them.

 media-libs/alsa-lib/Manifest  | 2 +-
 media-libs/alsa-lib/alsa-lib-1.1.3.ebuild | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest
index fd24ee3..b9aa3df 100644
--- a/media-libs/alsa-lib/Manifest
+++ b/media-libs/alsa-lib/Manifest
@@ -1,5 +1,5 @@
 AUX alsa-lib-1.1.3-missing-limits.patch 438 SHA256 
0209a6a218550f4c5edafef92daec6f04e402d554d37c70e9a8b77997aaaef03 SHA512 
cac154be8e27cac5c36e04f7b3df881234e6497bf49c777962a82176fcc745ec7c4f0cdd71a55c390bf415808ae76b3d5e7b383a9f59d00a0cfb5148b5653552
 WHIRLPOOL 
d790cd8469769c53896b188950c8ec474a0ebae5765d1953a5d4c9344d061667dae48341af7368e6d198d1749e9f506440298f991c179a7b4838a1787d283f6d
 AUX alsa-lib-1.1.3-stdint.patch 1322 SHA256 
a0ef37c76bcd4936086465faf79c0bb5e41388bda668068e9dd105085c16edd2 SHA512 
5f518c1096c64d0a10c5f26ab703d588bd27a6bcd8b9e833ece7dd3f459fb942e16b32c2a1a38f435c7519dd730325e69316af829a03c640c5d2435e456c86bd
 WHIRLPOOL 
3eb786187b720240911d8e10af9805cbb09353eb9dae02bbcad9668c33ef34f855ebc2883a1b33d8ff1b2c8e6def8654e76b2e3173466809cbbb75f5c3440a6b
 DIST alsa-lib-1.1.3.tar.bz2 962001 SHA256 
71282502184c592c1a008e256c22ed0ba5728ca65e05273ceb480c70f515969c SHA512 
f5dbe2375a8c66af14378314a5238284d4ed63dfc86a750c0c6e8f6cdb6b1ea2d8ef26f870b5d152dc0b77d9b40821cab523f6734902b91583beb08e28c66850
 WHIRLPOOL 
f33871789a7cc06a9db83fd659abdfeb7940d61a24ad7c71866f843d8c0c29eaf0e0770a2034dee2526c96835935b88c2fe882184c86528c98e7d4901f94b27d
-EBUILD alsa-lib-1.1.3.ebuild 2336 SHA256 
cbd446f34fe96beb4668dee079e5d4bb6378c2537f98c955dbe4873c984da91b SHA512 
ce3ae724b0cfec68b69601bad1390d60125bc31172b87b07c81f59581dc0e8565d83251c7d64b6db143e490d765e096828011308350646fb5371b708807450b0
 WHIRLPOOL 
d4a90452c5bfd672a13d7beb7ee33749c114c0d2906d6c9508b8da212d571f7653bc6b577f604138c5e53ba290cb99ba43a187523f5ff8afa90e980ab8d08baf
+EBUILD alsa-lib-1.1.3.ebuild 2360 SHA256 
30103597f5d73fe3c7110cec1fa0d033bba25855c7c06523851d624717c7a0aa SHA512 
c3e8a086a62ec84f88e2adfc3e3067834db8f44b16bcb007bec81551d9ff870b02b9e0ab62d3ba425c60a823e66fb7a7961c1d3f85505c3caa421783acb4df6a
 WHIRLPOOL 
9046135b9a8f5cc48313a37001be5ae871365452644893575f731aabd7d50d2feaf00fb7f6147cf34534c21b6fe11d58d1d7cd4cb5acf08c2df66994d12e44ad
 MISC metadata.xml 438 SHA256 
f2bec88238bb4a607fc2bb215e5967996ddb2f4bbcfa4692934c387db292db92 SHA512 
1e3a7f5a2f9ea84793ec938eb657fcbd6d5748f1cb055d085c638e30d1b5c1154a9dc0026d6e3592de074125c17926a4429757844f7d02b960f4a9a8d94a0433
 WHIRLPOOL 
e1c1cdc7aa789e26c847575bf1d5b64c62ca652254cd54068cf1b2e5580d5512ec31157ccd9c524dcbf654f401779a93dde9f9ca7481b69083db41c70fe247e7

diff --git a/media-libs/alsa-lib/alsa-lib-1.1.3.ebuild 
b/media-libs/alsa-lib/alsa-lib-1.1.3.ebuild
index 3febe2c..56ecb71 100644
--- a/media-libs/alsa-lib/alsa-lib-1.1.3.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.1.3.ebuild
@@ -64,6 +64,7 @@ multilib_src_configure() {
--enable-rawmidi \
--enable-seq \
--enable-aload \
+   --without-versioned \
$(use_with debug) \
$(use_enable alisp) \
${myconf}



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

2017-05-07 Thread Zac Medico
commit: 895224cd825db4b21314bd5b0ffd5c73098a9d2d
Author: Zac Medico  gentoo  org>
AuthorDate: Mon May  8 03:27:39 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May  8 03:28:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895224cd

dev-python/APScheduler: add myself as maintainer

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/APScheduler/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/APScheduler/metadata.xml 
b/dev-python/APScheduler/metadata.xml
index e1bd025c5de..eaa1b36d6b0 100644
--- a/dev-python/APScheduler/metadata.xml
+++ b/dev-python/APScheduler/metadata.xml
@@ -1,9 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   

APScheduler
agronholm/apscheduler

+   
+   zmed...@gentoo.org
+   
 



[gentoo-commits] proj/musl:master commit in: media-libs/alsa-lib/files/, media-libs/alsa-lib/

2017-05-07 Thread Aric Belsito
commit: de85f71000b972bec865a7b793d4cbbeb46f5235
Author: Aric Belsito  gmail  com>
AuthorDate: Mon May  8 03:24:16 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon May  8 03:24:16 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=de85f710

media-libs/alsa-lib: fix patch

voidlinux patch does not use a `p1` path.

 media-libs/alsa-lib/Manifest  | 2 +-
 media-libs/alsa-lib/files/alsa-lib-1.1.3-stdint.patch | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest
index 7f2175b..fd24ee3 100644
--- a/media-libs/alsa-lib/Manifest
+++ b/media-libs/alsa-lib/Manifest
@@ -1,5 +1,5 @@
 AUX alsa-lib-1.1.3-missing-limits.patch 438 SHA256 
0209a6a218550f4c5edafef92daec6f04e402d554d37c70e9a8b77997aaaef03 SHA512 
cac154be8e27cac5c36e04f7b3df881234e6497bf49c777962a82176fcc745ec7c4f0cdd71a55c390bf415808ae76b3d5e7b383a9f59d00a0cfb5148b5653552
 WHIRLPOOL 
d790cd8469769c53896b188950c8ec474a0ebae5765d1953a5d4c9344d061667dae48341af7368e6d198d1749e9f506440298f991c179a7b4838a1787d283f6d
-AUX alsa-lib-1.1.3-stdint.patch 1287 SHA256 
f353da22fdb6c742f7782cd8bf5401071a13775cd18e070418271d33cf5bbee1 SHA512 
e04ef4d7063166411895200fb293a1b4f73b1c73ea9543caed0c8557970b865da0bffb5a5b02ec7c0703ef44e33483bb931538f23e283b580fbac5831a46a42f
 WHIRLPOOL 
aa34af230d37b9a51a9bbd86bd5c327575dcaa9713671fd43036a1e2b51bfab9020ad31229a2cb6e00270a4f6377056810686bc8b397fcc1df013fec27ba4703
+AUX alsa-lib-1.1.3-stdint.patch 1322 SHA256 
a0ef37c76bcd4936086465faf79c0bb5e41388bda668068e9dd105085c16edd2 SHA512 
5f518c1096c64d0a10c5f26ab703d588bd27a6bcd8b9e833ece7dd3f459fb942e16b32c2a1a38f435c7519dd730325e69316af829a03c640c5d2435e456c86bd
 WHIRLPOOL 
3eb786187b720240911d8e10af9805cbb09353eb9dae02bbcad9668c33ef34f855ebc2883a1b33d8ff1b2c8e6def8654e76b2e3173466809cbbb75f5c3440a6b
 DIST alsa-lib-1.1.3.tar.bz2 962001 SHA256 
71282502184c592c1a008e256c22ed0ba5728ca65e05273ceb480c70f515969c SHA512 
f5dbe2375a8c66af14378314a5238284d4ed63dfc86a750c0c6e8f6cdb6b1ea2d8ef26f870b5d152dc0b77d9b40821cab523f6734902b91583beb08e28c66850
 WHIRLPOOL 
f33871789a7cc06a9db83fd659abdfeb7940d61a24ad7c71866f843d8c0c29eaf0e0770a2034dee2526c96835935b88c2fe882184c86528c98e7d4901f94b27d
 EBUILD alsa-lib-1.1.3.ebuild 2336 SHA256 
cbd446f34fe96beb4668dee079e5d4bb6378c2537f98c955dbe4873c984da91b SHA512 
ce3ae724b0cfec68b69601bad1390d60125bc31172b87b07c81f59581dc0e8565d83251c7d64b6db143e490d765e096828011308350646fb5371b708807450b0
 WHIRLPOOL 
d4a90452c5bfd672a13d7beb7ee33749c114c0d2906d6c9508b8da212d571f7653bc6b577f604138c5e53ba290cb99ba43a187523f5ff8afa90e980ab8d08baf
 MISC metadata.xml 438 SHA256 
f2bec88238bb4a607fc2bb215e5967996ddb2f4bbcfa4692934c387db292db92 SHA512 
1e3a7f5a2f9ea84793ec938eb657fcbd6d5748f1cb055d085c638e30d1b5c1154a9dc0026d6e3592de074125c17926a4429757844f7d02b960f4a9a8d94a0433
 WHIRLPOOL 
e1c1cdc7aa789e26c847575bf1d5b64c62ca652254cd54068cf1b2e5580d5512ec31157ccd9c524dcbf654f401779a93dde9f9ca7481b69083db41c70fe247e7

diff --git a/media-libs/alsa-lib/files/alsa-lib-1.1.3-stdint.patch 
b/media-libs/alsa-lib/files/alsa-lib-1.1.3-stdint.patch
index 38a1e87..88b2d33 100644
--- a/media-libs/alsa-lib/files/alsa-lib-1.1.3-stdint.patch
+++ b/media-libs/alsa-lib/files/alsa-lib-1.1.3-stdint.patch
@@ -1,8 +1,8 @@
 Use stdlib.h defined types uint8_t, uint16_t, uint32_t and uint64_t
 for compatibility with musl libc
 
 include/pcm.h  2015-02-26 13:34:52.0 +0100
-+++ include/pcm.h  2015-07-28 13:44:32.423885625 +0200
+--- alsa-lib-1.1.3.orig/include/pcm.h  2015-02-26 13:34:52.0 +0100
 alsa-lib-1.1.3/include/pcm.h   2015-07-28 13:44:32.423885625 +0200
 @@ -29,6 +29,8 @@
  #ifndef __ALSA_PCM_H
  #define __ALSA_PCM_H



[gentoo-commits] proj/musl:master commit in: sys-devel/gdb/

2017-05-07 Thread Aric Belsito
commit: bb7f4434af3e25ec5c3515aebc786c8f87f5bcc9
Author: Aric Belsito  gmail  com>
AuthorDate: Mon May  8 03:09:37 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon May  8 03:09:37 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=bb7f4434

sys-devel/gdb: sync with upstream

 sys-devel/gdb/Manifest  | 4 ++--
 sys-devel/gdb/gdb-7.10.1.ebuild | 2 +-
 sys-devel/gdb/gdb-7.12.1.ebuild | 3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-devel/gdb/Manifest b/sys-devel/gdb/Manifest
index 51156b4..ef68d73 100644
--- a/sys-devel/gdb/Manifest
+++ b/sys-devel/gdb/Manifest
@@ -4,6 +4,6 @@ AUX gdb-linux_nat.patch 617 SHA256 
dcef02741f402ad34c658a90b85667e93e1d3293fe294
 AUX gdb-missing-stat_h.patch 398 SHA256 
88a49f997609644866ca873653b1f7cc09f75edb33b2f32ac73c7caffa1ce8d3 SHA512 
8b1d22a61cb471df7052d2215dd5d67175e1732769bde90cb992d23ef97dd7153e2ab348ec184577b9491b68184f542a3f5fe8027b280b5feb38b23353568449
 WHIRLPOOL 
b83c3a7a1825e54f8deaf7a4068b4c1b99adb9d6c1c6ef04eef47450a12f90bcd854462703e006aa049c68fa30d7b64cbbfdca6d0f5dd578f72d6704ed23f1d2
 DIST gdb-7.10.1.tar.xz 18531436 SHA256 
25c72f3d41c7c8554d61cacbeacd5f40993276d2ccdec43279ac546e3993d6d5 SHA512 
17a5138277a31685a5c2a841cb47ed9bc4626ea617b8ca77750513b300299f4fbbffe504958b5372de610dcb952c679cf8fa9c1bdadd380294fbf59b6e366010
 WHIRLPOOL 
02936f59d3f3f8a57966c72402f1da128dd8e10e686097ffdb3a2741cc0c1831ef27f97daa047fa006ff2ae9f79ae0480f6f0dc2d3f5904190a1dade0590c837
 DIST gdb-7.12.1.tar.xz 19225392 SHA256 
4607680b973d3ec92c30ad029f1b7dbde3876869e6b3a117d8a7e90081113186 SHA512 
0ac8d0a495103611ef41167a08313a010dce6ca4c6d827cbe8558a0c1a1a8a6bfa53f1b7704251289cababbfaaf9e075550cdf741a54d6cd9ca3433d910efcd8
 WHIRLPOOL 
1da1d9680639531000f2518fb6e01551f7d35091065b933a25381339f7d78d64486b7ce54dd9815f7e82884133ccd6868950a15c27fb5a7b9b13243e99eba697
-EBUILD gdb-7.10.1.ebuild 6690 SHA256 
d6e1e1c25a90f0fc653dd710607c9fc6421b8b92bdb3b4205410b6700dc74232 SHA512 
2b90d75b522028ef95a54de82f64f7b7d3f6a30c911053d9461e8195759a408da1cf922aae62bf47c56d1e6f9c286e664ec13bec1f4964a5bf3cdfa3b3e128e5
 WHIRLPOOL 
1fac16e47fb5206177c68b56661681c7304207d86ca22e142a861a67ebdd4abf2cd5ba58a9d1d3ff3b1c4b9a999a71c0b03238764c1c652c4bababa0e4c835c1
-EBUILD gdb-7.12.1.ebuild 6704 SHA256 
7dd6e03c6bd8df6cafbee8ee9e8e9faeaf143f0fc2a6d0f89a8822bdeac2fe7c SHA512 
1a664d75caf0e8b49fc265143bd26b3d789e2bf82911a5bb5289ec76c9a029f7d7d295a6ecfa5a641a86e04b3931487b24c9301e8cc114fa30b85b5715db5b3f
 WHIRLPOOL 
850e73443e542986d1c1e20440a5853cf8232956b0a2d963eb9d144a457c74394c0dac95b6064b6ad4f785b849a911985ed10396df431e0a0dbce6df37bea77b
+EBUILD gdb-7.10.1.ebuild 6701 SHA256 
044b11868a2119630bc870d641e7bc92d1c2ca33cffd12441b989953b0af5c68 SHA512 
253c2e616793f25f55bbb9f305ed7da680c09ee9d9fec782ed0fc3e72420878c5dce77afdf31ead546795ddc65e4385ce2368f07e0ea7b487796f29f88661928
 WHIRLPOOL 
6c49a763888bea261564b68892c9fc2eb90dab47ab781647c18d412ef137b6d9888036e9d9984820ce08b26c6f932789de8268dcb52cfd5656c0c3f8ce3bbab1
+EBUILD gdb-7.12.1.ebuild 6734 SHA256 
9f7acbabb5f8c21520c5a7c6e6b164031f8c8e4342572c4acbf3269f4e7ecb31 SHA512 
47df1940abf17652f976a8c270adaced0e5a0029a95c2fd9d1d0433c71d4698f5cba13f840dd61eeb8a575dcdf856bb0b693771f75005888b49195794e0c7133
 WHIRLPOOL 
24e0f6ae9f9e12ed7eacf0cbefd6a834d861a40219cd0c6f154326495014eaafe3402bdb217548564e96856051750799e3a389e7c40eabe9c905a10d614d63ba
 MISC metadata.xml 914 SHA256 
b7651e2c8051c8b35a3c1080d50f1ba811ea40c42e8fb8e2eefd80a2b12832ae SHA512 
515a5bcd6c70fc87309cd4e3822d83e1b8fdf52e58cbf331df0c38b9096ad2410dfdad14aed100ea0a53457f57ecdf2b61b910b6a52765219815e1872872ee0c
 WHIRLPOOL 
237a1084550bbce7ddee98681b87fdcd6207c1f6cc40ff1aad1f623a5cd47f1ba3f3c6ae8558399264d52ada246b22cef53f59e2392c376e89524d50623d9524

diff --git a/sys-devel/gdb/gdb-7.10.1.ebuild b/sys-devel/gdb/gdb-7.10.1.ebuild
index bea5ef2..3b7c645 100644
--- a/sys-devel/gdb/gdb-7.10.1.ebuild
+++ b/sys-devel/gdb/gdb-7.10.1.ebuild
@@ -1,6 +1,5 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
@@ -77,6 +76,7 @@ RDEPEND="server? ( !dev-util/gdbserver )
)"
 DEPEND="${RDEPEND}
app-arch/xz-utils
+   sys-apps/texinfo
client? (
virtual/yacc
test? ( dev-util/dejagnu )

diff --git a/sys-devel/gdb/gdb-7.12.1.ebuild b/sys-devel/gdb/gdb-7.12.1.ebuild
index 7fd7053..f112b2a 100644
--- a/sys-devel/gdb/gdb-7.12.1.ebuild
+++ b/sys-devel/gdb/gdb-7.12.1.ebuild
@@ -57,7 +57,7 @@ LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
# alpha #562128
-   KEYWORDS="-alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="-alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 

[gentoo-commits] proj/musl:master commit in: media-libs/alsa-lib/files/, media-libs/alsa-lib/

2017-05-07 Thread Aric Belsito
commit: 75b700c7eb92e71fa4bebc7b797eaf33e98c1e09
Author: Aric Belsito  gmail  com>
AuthorDate: Mon May  8 02:34:23 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon May  8 02:34:23 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=75b700c7

media-libs/alsa-lib: fix int types in pcm.h

 media-libs/alsa-lib/Manifest   |  3 ++-
 media-libs/alsa-lib/alsa-lib-1.1.3.ebuild  |  6 +++--
 .../alsa-lib/files/alsa-lib-1.1.3-stdint.patch | 29 ++
 3 files changed, 35 insertions(+), 3 deletions(-)

diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest
index 54af2dd..7f2175b 100644
--- a/media-libs/alsa-lib/Manifest
+++ b/media-libs/alsa-lib/Manifest
@@ -1,4 +1,5 @@
 AUX alsa-lib-1.1.3-missing-limits.patch 438 SHA256 
0209a6a218550f4c5edafef92daec6f04e402d554d37c70e9a8b77997aaaef03 SHA512 
cac154be8e27cac5c36e04f7b3df881234e6497bf49c777962a82176fcc745ec7c4f0cdd71a55c390bf415808ae76b3d5e7b383a9f59d00a0cfb5148b5653552
 WHIRLPOOL 
d790cd8469769c53896b188950c8ec474a0ebae5765d1953a5d4c9344d061667dae48341af7368e6d198d1749e9f506440298f991c179a7b4838a1787d283f6d
+AUX alsa-lib-1.1.3-stdint.patch 1287 SHA256 
f353da22fdb6c742f7782cd8bf5401071a13775cd18e070418271d33cf5bbee1 SHA512 
e04ef4d7063166411895200fb293a1b4f73b1c73ea9543caed0c8557970b865da0bffb5a5b02ec7c0703ef44e33483bb931538f23e283b580fbac5831a46a42f
 WHIRLPOOL 
aa34af230d37b9a51a9bbd86bd5c327575dcaa9713671fd43036a1e2b51bfab9020ad31229a2cb6e00270a4f6377056810686bc8b397fcc1df013fec27ba4703
 DIST alsa-lib-1.1.3.tar.bz2 962001 SHA256 
71282502184c592c1a008e256c22ed0ba5728ca65e05273ceb480c70f515969c SHA512 
f5dbe2375a8c66af14378314a5238284d4ed63dfc86a750c0c6e8f6cdb6b1ea2d8ef26f870b5d152dc0b77d9b40821cab523f6734902b91583beb08e28c66850
 WHIRLPOOL 
f33871789a7cc06a9db83fd659abdfeb7940d61a24ad7c71866f843d8c0c29eaf0e0770a2034dee2526c96835935b88c2fe882184c86528c98e7d4901f94b27d
-EBUILD alsa-lib-1.1.3.ebuild 2309 SHA256 
9b128b3ffd95a16796305ff68440ec80ee87c99dc15fc7d180edd098bd0f72ba SHA512 
f890e5ae7dde1d915aaa5524eeb6034aee0270bf2df388b9792352541cdd7b0312cafb20b3fea4850e7773644dcb6a26915a0acfa52fe3b4488ee6b6a3c6b442
 WHIRLPOOL 
334a39d5f9b3dce527a35b8b06bf93c7565105653a3b02c3f6a632657a08a05fff9dcbfcdcee24c45b6b76c211da06645b8bd6a00faafe119910ad538aaf2cc2
+EBUILD alsa-lib-1.1.3.ebuild 2336 SHA256 
cbd446f34fe96beb4668dee079e5d4bb6378c2537f98c955dbe4873c984da91b SHA512 
ce3ae724b0cfec68b69601bad1390d60125bc31172b87b07c81f59581dc0e8565d83251c7d64b6db143e490d765e096828011308350646fb5371b708807450b0
 WHIRLPOOL 
d4a90452c5bfd672a13d7beb7ee33749c114c0d2906d6c9508b8da212d571f7653bc6b577f604138c5e53ba290cb99ba43a187523f5ff8afa90e980ab8d08baf
 MISC metadata.xml 438 SHA256 
f2bec88238bb4a607fc2bb215e5967996ddb2f4bbcfa4692934c387db292db92 SHA512 
1e3a7f5a2f9ea84793ec938eb657fcbd6d5748f1cb055d085c638e30d1b5c1154a9dc0026d6e3592de074125c17926a4429757844f7d02b960f4a9a8d94a0433
 WHIRLPOOL 
e1c1cdc7aa789e26c847575bf1d5b64c62ca652254cd54068cf1b2e5580d5512ec31157ccd9c524dcbf654f401779a93dde9f9ca7481b69083db41c70fe247e7

diff --git a/media-libs/alsa-lib/alsa-lib-1.1.3.ebuild 
b/media-libs/alsa-lib/alsa-lib-1.1.3.ebuild
index 317b317..3febe2c 100644
--- a/media-libs/alsa-lib/alsa-lib-1.1.3.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.1.3.ebuild
@@ -1,6 +1,5 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 
@@ -28,7 +27,10 @@ DEPEND="${RDEPEND}
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-PATCHES=( "${FILESDIR}"/${P}-missing-limits.patch )
+PATCHES=(
+   "${FILESDIR}"/${P}-missing-limits.patch
+   "${FILESDIR}"/${P}-stdint.patch
+)
 
 pkg_setup() {
use python && python-single-r1_pkg_setup

diff --git a/media-libs/alsa-lib/files/alsa-lib-1.1.3-stdint.patch 
b/media-libs/alsa-lib/files/alsa-lib-1.1.3-stdint.patch
new file mode 100644
index 000..38a1e87
--- /dev/null
+++ b/media-libs/alsa-lib/files/alsa-lib-1.1.3-stdint.patch
@@ -0,0 +1,29 @@
+Use stdlib.h defined types uint8_t, uint16_t, uint32_t and uint64_t
+for compatibility with musl libc
+
+--- include/pcm.h  2015-02-26 13:34:52.0 +0100
 include/pcm.h  2015-07-28 13:44:32.423885625 +0200
+@@ -29,6 +29,8 @@
+ #ifndef __ALSA_PCM_H
+ #define __ALSA_PCM_H
+ 
++#include/* uint_ types */
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif
+@@ -1063,10 +1065,10 @@
+ int snd_pcm_format_physical_width(snd_pcm_format_t format);   /* in 
bits */
+ snd_pcm_format_t snd_pcm_build_linear_format(int width, int pwidth, int 
unsignd, int big_endian);
+ ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
+-u_int8_t snd_pcm_format_silence(snd_pcm_format_t format);
+-u_int16_t snd_pcm_format_silence_16(snd_pcm_format_t format);
+-u_int32_t snd_pcm_format_silence_32(snd_pcm_format_t format);
+-u_int64_t snd_pcm_format_silence_64(snd_pcm_format_t format);
++uint8_t 

[gentoo-commits] proj/musl:master commit in: sys-libs/efivar/

2017-05-07 Thread Aric Belsito
commit: b8348001c885c67b4f56dcf596a12142dde422b2
Author: Aric Belsito  gmail  com>
AuthorDate: Mon May  8 02:08:45 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon May  8 02:08:45 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=b8348001

sys-libs/efivar: sync with upstream

 sys-libs/efivar/Manifest | 8 
 sys-libs/efivar/efivar-30.ebuild | 6 --
 sys-libs/efivar/efivar-31.ebuild | 6 --
 3 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/sys-libs/efivar/Manifest b/sys-libs/efivar/Manifest
index 5237375..0e4e28a 100644
--- a/sys-libs/efivar/Manifest
+++ b/sys-libs/efivar/Manifest
@@ -1,7 +1,7 @@
 AUX 0.23-musl.patch 934 SHA256 
8979af4cdc8eefd54209e0ae2c8b3e1bb820bba35de2a788d177998a077200e7 SHA512 
f5736bff08e86fb388695ef44303da5c322275871028e726d38bfc3822de6c89fa498555a10ae51c55d79c9f55a8595ce6d84d3bff5350207b212ca08cbf1abb
 WHIRLPOOL 
883b73f26b78b95ee69672d165c1c54beb4e46e1c27b900fcfafebdf39ca134a116ed7f72ad279c99e70b420adae7c2df4f8fc6c94254416c9f73c4b07f77459
 AUX 27-strndupa.patch 702 SHA256 
b53715e85e65794967434d6751f19cf9d2139cbdbd02d1dd870873957deb596b SHA512 
746083032316440b83de82680ec51fd5ca195a48977f4a4e3384114104620fdfd115cf408f1baa7e3ca5f7d038a968131a078349d5404b55277b3b8ba0a15607
 WHIRLPOOL 
02ce9d9e266fb5112a2bde917e835c51fd2094a6ad3222e7df83511dd5d350104ecbe755b2eac5e9cbf07961734799a334356da6a4d359ab8bb251b884914d81
-DIST efivar-30.tar.gz 86395 SHA256 
20709c76311f8eb8be92977b7ac008ce62501fa9f7fe885a784321540fc352f9 SHA512 
ab73c2a49175e01cb4872bfb47708a71399c6f8237a02fbbbf4755fcd10efb82984baf76a83c3b3e7f5cf4183050e535cf18dff2bbfed10d9a0f5d4cf2021b32
 WHIRLPOOL 
d0a7fe13e4359ddafb717b666b81fdecf786f8cc3a794e47a46d80064cd402780feeab5f501f9b0796d3a847b58611b7581341e0e9cb4449d86e75e6903591eb
-DIST efivar-31.tar.gz 88545 SHA256 
b825680dc8b2165cd71131277f5a9cd632f9e43a84a33756543b24e7a251b9e0 SHA512 
d8d1c7521f3013b85ea3868dd3a2f1faa77499a43b2e5e16599b154726e079019ed6434c30ae486bb616c6cdeeabf145a049f28d090964777e3fcd299878dcd7
 WHIRLPOOL 
db8e9cade2ccbeb591c7d74452602fea3a630396a770f87c0cfa25ff9c96e998919671dc49b487a3577f0509810324eac4fc9071b905345604e2db658f3e3f43
-EBUILD efivar-30.ebuild 1010 SHA256 
833f1e57965a66a1a0187211b55c3620fd89d176e8b702480e67092496700a80 SHA512 
d7238b8f408f026fd677f60b465a3c236182e84fbd525a1a852eb07a75be9651f4dc6b27acfe073b7bbde88039e486311ea5b73da60d781350a697217eecbd03
 WHIRLPOOL 
0dc68a49084fb663a76433d9ee41d8e7875288103db204b965618e05b46fd4d049b8b89f48485e03563c88f80629dd0c66790ebb80fd1b54ea3bf1c6df2bfded
-EBUILD efivar-31.ebuild 866 SHA256 
70934a0ee5ed6db973626bf9eb27c9c266eede0103c4430e55a5623efaae4304 SHA512 
23ebc827859af18177ae1197534bff5bdb8ccf2aea6730adc275c1fc00890c289eb4afbdc81748fb8ade2d66348c0b2d84f4c0d40bcba9bbe94f8b919d58508a
 WHIRLPOOL 
c36b8897514128dae91e214cb33633d909e3b45b4b39a86c79318dabe9361ee159beecd1878a3dd427ffbddb33b265a7a23f544c2eb28e5d874ad3fa20363a6e
+DIST efivar-30.tar.bz2 73202 SHA256 
1f5720a9434ddb29a5cb8213e4e3973e212d90eff95dd9b173a5444f48b5128b SHA512 
0a6d7175762011c3fc67b531d3d19a45e82195c729b9ff498be02b3a6a73f6c3c4f9e14a27470c6744b741d7d54db9ef24c7882639af25fca1034b7b9f641b39
 WHIRLPOOL 
66e3aa3243a34d9a0305e12caa58a187434a61777cc87c3c0ded403c9aa0383da9b8c56bdb974246c6d43602fbb569f5294bc5e1bb1e07e282714ffb0d84507e
+DIST efivar-31.tar.bz2 82404 SHA256 
d891958a5a762a43371987c46ca112ba506a26312d4969e6871d77acb5ea787e SHA512 
5055f690fd99cf59895dcf3d11103494d917d4923567626f0bee816ea5e4dd56cec23627ede5f21bdc57b7306522471ad19cc8ab22ae94591dbd1925c084f163
 WHIRLPOOL 
2ee42eeb8121dc83fc14cf4f3130ff913e54a8efb992a13e672ddbab571a4440f02f8545a3ea4aefbafe90d387e26e8159d0e6f9c4c7b323f4569f4cc78c
+EBUILD efivar-30.ebuild 1031 SHA256 
1274883256a8833c758c76441ba1f5afc2af70eb694ccb55120b3503ed787ca2 SHA512 
3a6415289d634518a57cf4ac7bba126a273f1e9654ac7cc5085eb5afa4badd0e6a0df1802e7202985ba233ff154e1b029db1833aaf90acc3c569f9569952ae4b
 WHIRLPOOL 
e3e88e2dc6bb52f31a91b6ecd15a9ee0f6fa1a7b357f5bfa7aaf576fda0a25b6326a311d0266e6fe44ffa92fbcaf15398c510b1f34e80963202863452087d986
+EBUILD efivar-31.ebuild 887 SHA256 
305fa4e3a62d6d012da286877271b7996f5f7c5eb0b8e2fef69390cc2387114c SHA512 
09c402b89e3318f7a1e394a7b774ddfe8f560bb77baa4c0fbb719d54219c6943a86c4ae91a8f2a23ab38330b4733b9aab28ad2cecb9df9c255ee218912416c43
 WHIRLPOOL 
1f7e7c69b4541f4abc4126ce36a155c3718693008a994cc7cc38d28c0f44a78f638a5428ca859b799ea6e2fb042ede0592ba11190e9887f1d9d4d8b526e2a562
 MISC metadata.xml 329 SHA256 
562af8ae9d4eac40cd37ccea2827ecb766176649c836296a10a75dddc4446181 SHA512 
a349c5ce7e3ad96d816b52ee35e6547bfb1f4cf9ebd60426ac90b84d67adb0728ab9dcccf93754ad7c71614b0fbd82a1a02fc3fde07e15d12d960d1a7fc088df
 WHIRLPOOL 
b6c568a210bf85aea3dffae55d3f861fae101047b431b9ed64f60a61ac5b76d4866d63298a8a11e42f78c013388bc932b1fdd73d44a82fa2476138f2521f3444

diff --git a/sys-libs/efivar/efivar-30.ebuild b/sys-libs/efivar/efivar-30.ebuild
index e34c52d..7c23584 100644
--- 

[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_security/, www-apache/mod_security/files/

2017-05-07 Thread Michael Orlitzky
commit: 15381ae65d3f18a94bc800fa5d049c83f533043e
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon May  8 01:43:42 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon May  8 01:43:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15381ae6

www-apache/mod_security: new version 2.9.1 to fix some bugs.

There are a few important changes in this version. First, there is a
new USE flag "mlogc" for the audit log collector. USE=curl was too
confusing. Oh, and it actually installs the log collector files now.

Next, I've moved the SecDataDir under /var/lib to eliminate a QA
warning. That's a better place for it anyway, because it doesn't hold
cached data (we have no way to recreate the stuff if it disappears).

I've dropped the code that enables/disables the GeoIP stuff in the
configuration file. We don't need to sed our users' configurations
based on USE flags: they'll set it to what they want, and we should
leave it that way. The flag is still there to pull in the geoip libs.
The configuration file is named 79_mod_security.conf now, for consistency.

There are two completely new flags, USE=json and USE=fuzzyhash to
enable new upstream features. Some missing dependencies were added,
and the docs are being built with doxygen for now.

The following users submitted code and/or suggestions that I've
used. Thanks guys!

  * Chris Frederick
  * Graham E
  * Leho Kraav
  * Mario D. Santana

Gentoo-Bug: 518828
Gentoo-Bug: 594720
Gentoo-Bug: 605496
Gentoo-Bug: 615294

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apache/mod_security/Manifest   |   1 +
 www-apache/mod_security/files/79_mod_security.conf |  11 +++
 www-apache/mod_security/metadata.xml   |  27 --
 www-apache/mod_security/mod_security-2.9.1.ebuild  | 103 +
 4 files changed, 134 insertions(+), 8 deletions(-)

diff --git a/www-apache/mod_security/Manifest b/www-apache/mod_security/Manifest
index d2a730c6410..87fdeecacaa 100644
--- a/www-apache/mod_security/Manifest
+++ b/www-apache/mod_security/Manifest
@@ -1 +1,2 @@
+DIST modsecurity-2.9.1.tar.gz 4261212 SHA256 
958cc5a7a7430f93fac0fd6f8b9aa92fc1801efce0cda797d6029d44080a9b24 SHA512 
374733cbfc26e53d95b78c8f268a4e465d838163e9893fc24e33a9d272b114f1b287147bab6d0289575074cbbd94f48983e23fa59832cbcb32950046cea59269
 WHIRLPOOL 
5f41bebf032f8a269412d104b7632a06af4d4c495658c9cd1ebf69b82c10ce1bbcb34b9dd159a7b00e57348714a5e93ad3db19701dda51479accd3a9dc79a9cb
 DIST modsecurity-apache_2.7.7.tar.gz 1003835 SHA256 
11e05cfa6b363c2844c6412a40ff16f0021e302152b38870fd1f2f44b204379b SHA512 
859f72580b6acaae5db180f98ee32ad2cb0f3ef24321d0c2df20ddd9fcfbc6c09c98b672012dc4931a6fd14f3c21c38ed31ab8900940382fcb48b37f30005a7d
 WHIRLPOOL 
e70f09c6bf640733696e6c544b4e37702ab05b043bdf07266a081316620986e976d2dcf8c1552380e846132473718b3ae7f0cadd18953b08b22bef5de3a5b455

diff --git a/www-apache/mod_security/files/79_mod_security.conf 
b/www-apache/mod_security/files/79_mod_security.conf
new file mode 100644
index 000..bd88e88a977
--- /dev/null
+++ b/www-apache/mod_security/files/79_mod_security.conf
@@ -0,0 +1,11 @@
+
+  LoadModule security2_module modules/mod_security2.so
+  SecDataDir /var/lib/modsecurity
+
+  # Enable looking up geolocation data from MaxMind's GeoIP database
+  # SecGeoLookupDb /usr/share/GeoIP/GeoIP.dat
+
+  # Define here your http:BL API key if any
+  # see http://www.projecthoneypot.org/httpbl_api.php
+  #SecHttpBlKey 
+

diff --git a/www-apache/mod_security/metadata.xml 
b/www-apache/mod_security/metadata.xml
index 0b434d6c669..1a8e39a420e 100644
--- a/www-apache/mod_security/metadata.xml
+++ b/www-apache/mod_security/metadata.xml
@@ -2,16 +2,14 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-
-  Configure ModSecurity to query the GeoIP database from MaxMind,
-  provided by dev-libs/geoip. This flag only controls
-  the default configuration, as the GeoIP query code is part of
-  ModSecurity's source code.
+
+  Support fuzzy hash computations (to detect malware, for example)
+  using the app-crypt/ssdeep package.
 
 
-
-  Build the ModSecurity Audit Log Collector (mlogc) that depends
-  on net-misc/curl.
+
+  Pull in dev-libs/geoip for use by the SecGeoLookupDb
+  directive.
 
 
 
@@ -19,5 +17,18 @@
   by dev-libs/libpcre with jit USE flag enabled. Might
   not be available on hardened systems.
 
+
+
+  Suppose JSON in the request body parser through
+  dev-libs/yajl.
+
+
+
+  Build and install the ModSecurity Audit Log Collector (mlogc).
+
   
+
+  
+SpiderLabs/ModSecurity
+  
 

diff --git a/www-apache/mod_security/mod_security-2.9.1.ebuild 
b/www-apache/mod_security/mod_security-2.9.1.ebuild
new file mode 100644
index 000..c444dd2ecf3
--- /dev/null
+++ b/www-apache/mod_security/mod_security-2.9.1.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2017 Gentoo Foundation

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

2017-05-07 Thread Brian Evans
commit: 42f06d59afa4fdccc941921707553b83fa9e5326
Author: Brian Evans  gentoo  org>
AuthorDate: Sun May  7 23:42:08 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun May  7 23:42:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f06d59

dev-db/mysql: Version bump for 5.5.56

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-db/mysql/Manifest|   1 +
 dev-db/mysql/mysql-5.5.56.ebuild | 125 +++
 2 files changed, 126 insertions(+)

diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest
index cf52928b34e..732a560dc5a 100644
--- a/dev-db/mysql/Manifest
+++ b/dev-db/mysql/Manifest
@@ -1,5 +1,6 @@
 DIST mysql-5.5.54.tar.gz 21041949 SHA256 
273bcbcf8cc84061eb07c359308563b2029eb3f70f78b558905bc1b5c5791ab8 SHA512 
885e21a59cf7e835dd1ca7254889fc4e5762fdebbb1e625465ef7fa3be6533d48091b68a6d1f2de0297270cfd0ca7e8e643fc2e0b7fc14325f48708e7a55460b
 WHIRLPOOL 
bdb8ec54b6b831dba673c5a7b6328809e79b8406a511a108ced93bd3efa42d718d35462cf0bf098db0a1108217d5d47c19c2540d87ad5f1ccfd66c55dd67ca3f
 DIST mysql-5.5.55.tar.gz 21040959 SHA256 
9af0a504e2603b0bc0c7c3a4a747df064fb51670a0022b1ad6114f9058b64171 SHA512 
3da7a45665e54fd77461980e3096937470aaa6308d89c8b5b9bee54ca11050cc08aab56063f07fb0f166e564329576a1be52ec8815e855ccca9e1076a03faac9
 WHIRLPOOL 
a140850d30e80ae36b4dd43530eb50d52094dd65050f25b50cbd5d28da9985339e3ae59d925014e965e777343fd9550c47ed79a38065deb3dee3af44ca48b097
+DIST mysql-5.5.56.tar.gz 21025832 SHA256 
3fd30a24267cef84ee8aeb327a5b08a669d3ab8c4d76d1b1b3b66d26cf777a0a SHA512 
58aec4cfc82abac5bb9d5e5594d2545c979910af5b7bbcfe339f9590d157244c869a83659f89a2cca09254353ecb52d2dcb3e2cd55e117219e2a72c54187a975
 WHIRLPOOL 
5aa01ff21da05a86f5c3d5264afb9c5722001154d36c1042ab88bd38c02b9daae8cba47f933909579eb22872aeafb146e6b2d382f5a4c6319f163e261116de4d
 DIST mysql-5.6.35.tar.gz 32167628 SHA256 
dddcba169b98844d7c65346cbd791c853edf942d78440381685087b84aa35020 SHA512 
106c4b05c52cd2bb5378376e4a453aeb55eda0adce527862c435068597c3e60f44e3c64476011befefd688e6fdf30f2245e28320d57d9fccbb2415d87498e7f2
 WHIRLPOOL 
e8972bba163453e54dc3859a7cfd07b4dc38125e0b5f7b41940afa6f1466820079f18e88769ea198b12645383d105340ab5ea998b32a95d083d08689658510bc
 DIST mysql-5.6.36.tar.gz 32192348 SHA256 
0af81a5538fc7fe2b747295dfa96589ace8831d2a7d4a26660fca456babeb147 SHA512 
b3e3bcb1d1e913994f274f4c6dc72c77f1f52b132389e784c675d1720b5913788ce035f045b99ef3754d1b257db55e8300b5c7622ec79c33afafec5968801c18
 WHIRLPOOL 
628e33a58532dcdca20e489c3120824604b8d51e10d609f1f9c2adb11552124a8f87f206df99766162d288d5877dac22d2cacffdba1458c73fb52b529245a1e6
 DIST mysql-extras-20160212-0233Z.tar.bz2 297332 SHA256 
01a52587ef1335b2795197d2e547c0b3a1e4b705db09f96cdfb45d2152b6536b SHA512 
956dbdcb987556c0625944848f97a36d096cd1f1712a2e051dd027f2856d3c6e94a18d23faca71882260c4b12ee329e3a5f569443b877a3c3e5e88146bfac916
 WHIRLPOOL 
e3837d329ddd137be60fe9d0b37f35ed2e0e7fe1383f38ee45617be288ae318a444e6befdfbaf64b07d4a88ec47fec5cd88d733ecd5bb32ce40f3ba8d09573cd

diff --git a/dev-db/mysql/mysql-5.5.56.ebuild b/dev-db/mysql/mysql-5.5.56.ebuild
new file mode 100644
index 000..483b3462e93
--- /dev/null
+++ b/dev-db/mysql/mysql-5.5.56.ebuild
@@ -0,0 +1,125 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+MY_EXTRAS_VER="20170301-2020Z"
+MY_PV="${PV//_alpha_pre/-m}"
+MY_PV="${MY_PV//_/-}"
+
+# Build type
+BUILD="cmake"
+
+inherit toolchain-funcs mysql-v2
+# only to make repoman happy. it is really set in the eclass
+IUSE="$IUSE"
+
+# Define the mysql-extras source
+EGIT_REPO_URI="git://anongit.gentoo.org/proj/mysql-extras.git"
+
+# REMEMBER: also update eclass/mysql*.eclass before committing!
+KEYWORDS="~alpha ~amd64 ~arm ~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"
+
+# When MY_EXTRAS is bumped, the index should be revised to exclude these.
+EPATCH_EXCLUDE='20019_all_mysql-5.5-mtr-perl-deprecation.patch'
+
+DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
+RDEPEND="${RDEPEND}"
+
+# Please do not add a naive src_unpack to this ebuild
+# If you want to add a single patch, copy the ebuild to an overlay
+# and create your own mysql-extras tarball, looking at 000_index.txt
+
+# Official test instructions:
+# USE='embedded extraengine perl ssl static-libs community' \
+# FEATURES='test userpriv -usersandbox' \
+# ebuild mysql-X.X.XX.ebuild \
+# digest clean package
+src_test() {
+
+   local TESTDIR="${BUILD_DIR}/mysql-test"
+   local retstatus_unit
+   local retstatus_tests
+
+   # Bug #213475 - MySQL _will_ object strenously if your machine is named
+   # localhost. Also causes weird failures.
+   [[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be 
named localhost"
+
+   if ! use "minimal" ; then
+
+   if [[ $UID -eq 0 ]]; then
+  

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

2017-05-07 Thread Brian Evans
commit: f4002a1f6df48aab093a074975ad7fadd14ba515
Author: Brian Evans  gentoo  org>
AuthorDate: Sun May  7 23:43:54 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun May  7 23:43:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4002a1f

dev-db/mysql: Drop security vulnerable versions for the 5.5 series

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-db/mysql/Manifest   |   2 -
 dev-db/mysql/mysql-5.5.54-r1.ebuild | 125 
 dev-db/mysql/mysql-5.5.55.ebuild| 125 
 3 files changed, 252 deletions(-)

diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest
index 732a560dc5a..e931c6f0558 100644
--- a/dev-db/mysql/Manifest
+++ b/dev-db/mysql/Manifest
@@ -1,5 +1,3 @@
-DIST mysql-5.5.54.tar.gz 21041949 SHA256 
273bcbcf8cc84061eb07c359308563b2029eb3f70f78b558905bc1b5c5791ab8 SHA512 
885e21a59cf7e835dd1ca7254889fc4e5762fdebbb1e625465ef7fa3be6533d48091b68a6d1f2de0297270cfd0ca7e8e643fc2e0b7fc14325f48708e7a55460b
 WHIRLPOOL 
bdb8ec54b6b831dba673c5a7b6328809e79b8406a511a108ced93bd3efa42d718d35462cf0bf098db0a1108217d5d47c19c2540d87ad5f1ccfd66c55dd67ca3f
-DIST mysql-5.5.55.tar.gz 21040959 SHA256 
9af0a504e2603b0bc0c7c3a4a747df064fb51670a0022b1ad6114f9058b64171 SHA512 
3da7a45665e54fd77461980e3096937470aaa6308d89c8b5b9bee54ca11050cc08aab56063f07fb0f166e564329576a1be52ec8815e855ccca9e1076a03faac9
 WHIRLPOOL 
a140850d30e80ae36b4dd43530eb50d52094dd65050f25b50cbd5d28da9985339e3ae59d925014e965e777343fd9550c47ed79a38065deb3dee3af44ca48b097
 DIST mysql-5.5.56.tar.gz 21025832 SHA256 
3fd30a24267cef84ee8aeb327a5b08a669d3ab8c4d76d1b1b3b66d26cf777a0a SHA512 
58aec4cfc82abac5bb9d5e5594d2545c979910af5b7bbcfe339f9590d157244c869a83659f89a2cca09254353ecb52d2dcb3e2cd55e117219e2a72c54187a975
 WHIRLPOOL 
5aa01ff21da05a86f5c3d5264afb9c5722001154d36c1042ab88bd38c02b9daae8cba47f933909579eb22872aeafb146e6b2d382f5a4c6319f163e261116de4d
 DIST mysql-5.6.35.tar.gz 32167628 SHA256 
dddcba169b98844d7c65346cbd791c853edf942d78440381685087b84aa35020 SHA512 
106c4b05c52cd2bb5378376e4a453aeb55eda0adce527862c435068597c3e60f44e3c64476011befefd688e6fdf30f2245e28320d57d9fccbb2415d87498e7f2
 WHIRLPOOL 
e8972bba163453e54dc3859a7cfd07b4dc38125e0b5f7b41940afa6f1466820079f18e88769ea198b12645383d105340ab5ea998b32a95d083d08689658510bc
 DIST mysql-5.6.36.tar.gz 32192348 SHA256 
0af81a5538fc7fe2b747295dfa96589ace8831d2a7d4a26660fca456babeb147 SHA512 
b3e3bcb1d1e913994f274f4c6dc72c77f1f52b132389e784c675d1720b5913788ce035f045b99ef3754d1b257db55e8300b5c7622ec79c33afafec5968801c18
 WHIRLPOOL 
628e33a58532dcdca20e489c3120824604b8d51e10d609f1f9c2adb11552124a8f87f206df99766162d288d5877dac22d2cacffdba1458c73fb52b529245a1e6

diff --git a/dev-db/mysql/mysql-5.5.54-r1.ebuild 
b/dev-db/mysql/mysql-5.5.54-r1.ebuild
deleted file mode 100644
index 483b3462e93..000
--- a/dev-db/mysql/mysql-5.5.54-r1.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-MY_EXTRAS_VER="20170301-2020Z"
-MY_PV="${PV//_alpha_pre/-m}"
-MY_PV="${MY_PV//_/-}"
-
-# Build type
-BUILD="cmake"
-
-inherit toolchain-funcs mysql-v2
-# only to make repoman happy. it is really set in the eclass
-IUSE="$IUSE"
-
-# Define the mysql-extras source
-EGIT_REPO_URI="git://anongit.gentoo.org/proj/mysql-extras.git"
-
-# REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~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"
-
-# When MY_EXTRAS is bumped, the index should be revised to exclude these.
-EPATCH_EXCLUDE='20019_all_mysql-5.5-mtr-perl-deprecation.patch'
-
-DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
-RDEPEND="${RDEPEND}"
-
-# Please do not add a naive src_unpack to this ebuild
-# If you want to add a single patch, copy the ebuild to an overlay
-# and create your own mysql-extras tarball, looking at 000_index.txt
-
-# Official test instructions:
-# USE='embedded extraengine perl ssl static-libs community' \
-# FEATURES='test userpriv -usersandbox' \
-# ebuild mysql-X.X.XX.ebuild \
-# digest clean package
-src_test() {
-
-   local TESTDIR="${BUILD_DIR}/mysql-test"
-   local retstatus_unit
-   local retstatus_tests
-
-   # Bug #213475 - MySQL _will_ object strenously if your machine is named
-   # localhost. Also causes weird failures.
-   [[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be 
named localhost"
-
-   if ! use "minimal" ; then
-
-   if [[ $UID -eq 0 ]]; then
-   die "Testing with FEATURES=-userpriv is no longer 
supported by upstream. Tests MUST be run as non-root."
-   fi
-   has usersandbox $FEATURES && eerror "Some tests may fail with 
FEATURES=usersandbox"
-
-   einfo 

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

2017-05-07 Thread Patrice Clement
commit: 55aae779b0b8ad649844b7d2662da0912baf6573
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun May  7 22:31:51 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun May  7 22:31:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55aae779

app-emulation/nemu: fix metadata file.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/nemu/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/app-emulation/nemu/metadata.xml b/app-emulation/nemu/metadata.xml
index b6f3889baf5..58c1077b82e 100644
--- a/app-emulation/nemu/metadata.xml
+++ b/app-emulation/nemu/metadata.xml
@@ -1,16 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   cofoja
-   nhatminhle/cofoja
-   

monsie...@gentoo.org
Patrice Clement

-
-   j...@gentoo.org
-   Java
-   
 



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

2017-05-07 Thread Andreas Sturmlechner
commit: 3e8b61c018dc301012d8db14e76123d0aea6c050
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  7 22:23:34 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  7 22:23:34 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e8b61c0

kde-apps/k3b: Set KDE_TEST to true

Fixes configure warning.

Reported-by: Arfrever

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/k3b/k3b-17.04.49..ebuild | 2 +-
 kde-apps/k3b/k3b-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/k3b/k3b-17.04.49..ebuild 
b/kde-apps/k3b/k3b-17.04.49..ebuild
index 8d27812308..b5a1913f95 100644
--- a/kde-apps/k3b/k3b-17.04.49..ebuild
+++ b/kde-apps/k3b/k3b-17.04.49..ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
-KDE_TEST="optional"
+KDE_TEST="true"
 inherit kde5
 
 DESCRIPTION="Full-featured burning and ripping application based on KDE 
Frameworks"

diff --git a/kde-apps/k3b/k3b-.ebuild b/kde-apps/k3b/k3b-.ebuild
index 8d27812308..b5a1913f95 100644
--- a/kde-apps/k3b/k3b-.ebuild
+++ b/kde-apps/k3b/k3b-.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
-KDE_TEST="optional"
+KDE_TEST="true"
 inherit kde5
 
 DESCRIPTION="Full-featured burning and ripping application based on KDE 
Frameworks"



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

2017-05-07 Thread Patrice Clement
commit: 10a139f721a67e8ef8940b5e84ce38f3871cd716
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun May  7 21:58:00 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun May  7 21:58:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a139f7

app-emulation/nemu: new package.

nEMU a ncurses interface for QEMU.

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

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/nemu/Manifest  |  1 +
 app-emulation/nemu/metadata.xml  | 16 ++
 app-emulation/nemu/nemu-1.1.0.ebuild | 42 
 3 files changed, 59 insertions(+)

diff --git a/app-emulation/nemu/Manifest b/app-emulation/nemu/Manifest
new file mode 100644
index 000..88319548c80
--- /dev/null
+++ b/app-emulation/nemu/Manifest
@@ -0,0 +1 @@
+DIST nemu-1.1.0.tar.gz 52456 SHA256 
da9df77ab2579890b2513ac78bac1a3bff3789d1fee326b31acd77a94c59f4dd SHA512 
d0eb1b0df61f417fe25295c4f2d0c54d8f11153f03afd8e2fb5f59122558f1e5d1021d73b0b6a4e13dc80c4eabb8a20eabccf472ff4d5c82f27eefa83a5c773d
 WHIRLPOOL 
91a775f67fc197b840a9f9d047b6144e0d109ed4acfd130f08fc5bc2d1f9827e907f2664ec5ef773717fcaa1e111d3ec78cd6e5b6ea2e781ee27242ae771572c

diff --git a/app-emulation/nemu/metadata.xml b/app-emulation/nemu/metadata.xml
new file mode 100644
index 000..b6f3889baf5
--- /dev/null
+++ b/app-emulation/nemu/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cofoja
+   nhatminhle/cofoja
+   
+   
+   monsie...@gentoo.org
+   Patrice Clement
+   
+
+   j...@gentoo.org
+   Java
+   
+

diff --git a/app-emulation/nemu/nemu-1.1.0.ebuild 
b/app-emulation/nemu/nemu-1.1.0.ebuild
new file mode 100644
index 000..93bfd51e27f
--- /dev/null
+++ b/app-emulation/nemu/nemu-1.1.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="ncurses interface for QEMU"
+HOMEPAGE="https://unixdev.ru/nemu;
+SRC_URI="http://unixdev.ru/src/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+vnc debug"
+
+RDEPEND="
+   virtual/udev
+   virtual/libusb:1=
+   dev-db/sqlite:3=
+   sys-libs/ncurses:0=[unicode]
+   app-emulation/qemu[vnc]
+   vnc? ( net-misc/tigervnc )"
+
+DEPEND="
+   ${RDEPEND}
+   sys-devel/gettext"
+
+src_configure() {
+   local mycmakeargs=(
+   -DNM_WITH_VNC_CLIENT=$(usex vnc)
+   -DNM_DEBUG=$(usex debug)
+   )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   elog "Old database is not supported (nEMU versions < 1.0.0)."
+   elog "You will need to delete current database."
+   elog "If upgraded from 1.0.0, execute script:"
+   elog "/usr/share/nemu/scripts/upgrade_db.sh"
+}



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

2017-05-07 Thread Agostino Sarubbo
commit: ac47e97fc90ddeac0b28260c566a4e5b53fd1df5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:22:48 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:22:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac47e97f

kde-apps/kdepim-meta: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/kdepim-meta/kdepim-meta-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdepim-meta/kdepim-meta-4.14.11_pre20160611.ebuild 
b/kde-apps/kdepim-meta/kdepim-meta-4.14.11_pre20160611.ebuild
index 3266432974e..8f57e185900 100644
--- a/kde-apps/kdepim-meta/kdepim-meta-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kdepim-meta/kdepim-meta-4.14.11_pre20160611.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="kdepim - merge this to pull in all kdepim-derived packages"
 HOMEPAGE+=" https://community.kde.org/KDE_PIM;
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="nls"
 SLOT="4"
 



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

2017-05-07 Thread Agostino Sarubbo
commit: a728175082ba1f1c2299626e18367242951d8408
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:23:30 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:23:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7281750

kde-apps/konsolekalendar: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/konsolekalendar/konsolekalendar-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-apps/konsolekalendar/konsolekalendar-4.14.11_pre20160611.ebuild 
b/kde-apps/konsolekalendar/konsolekalendar-4.14.11_pre20160611.ebuild
index 0891c77a442..8c1a16c45e6 100644
--- a/kde-apps/konsolekalendar/konsolekalendar-4.14.11_pre20160611.ebuild
+++ b/kde-apps/konsolekalendar/konsolekalendar-4.14.11_pre20160611.ebuild
@@ -11,7 +11,7 @@ inherit kde4-meta
 DESCRIPTION="Command line interface to KDE calendars"
 HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar;
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



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

2017-05-07 Thread Agostino Sarubbo
commit: a701e65067bf5b3e4e3e7bd752067174ae32ddd7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:22:54 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:22:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a701e650

kde-apps/kdepimlibs: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/kdepimlibs/kdepimlibs-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdepimlibs/kdepimlibs-4.14.11_pre20160611.ebuild 
b/kde-apps/kdepimlibs/kdepimlibs-4.14.11_pre20160611.ebuild
index 423dc7ea707..4260c19a545 100644
--- a/kde-apps/kdepimlibs/kdepimlibs-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kdepimlibs/kdepimlibs-4.14.11_pre20160611.ebuild
@@ -8,7 +8,7 @@ CPPUNIT_REQUIRED="optional"
 inherit kde4-base
 
 DESCRIPTION="Common library for KDE PIM apps"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 LICENSE="LGPL-2.1"
 IUSE="debug ldap prison"
 



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

2017-05-07 Thread Agostino Sarubbo
commit: 5067165d409f3f549a8c607fc736795e0940523d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:24:00 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:24:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5067165d

kde-apps/ktimetracker: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/ktimetracker/ktimetracker-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktimetracker/ktimetracker-4.14.11_pre20160611.ebuild 
b/kde-apps/ktimetracker/ktimetracker-4.14.11_pre20160611.ebuild
index 52172df2d4b..c3c1481a477 100644
--- a/kde-apps/ktimetracker/ktimetracker-4.14.11_pre20160611.ebuild
+++ b/kde-apps/ktimetracker/ktimetracker-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="Tracks time spent on various tasks"
 HOEMPAGE="https://www.kde.org/applications/utilities/ktimetracker/;
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND="



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

2017-05-07 Thread Agostino Sarubbo
commit: 779361a08c2513bcf1617d6b98ad5d9a4ff05389
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:23:18 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:23:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779361a0

kde-apps/knode: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/knode/knode-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/knode/knode-4.14.11_pre20160611.ebuild 
b/kde-apps/knode/knode-4.14.11_pre20160611.ebuild
index f1df5772ec4..5af8128f915 100644
--- a/kde-apps/knode/knode-4.14.11_pre20160611.ebuild
+++ b/kde-apps/knode/knode-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="Usenet newsgroups and mailing lists reader by KDE"
 HOMEPAGE="https://www.kde.org/applications/internet/knode/;
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 # test fails, last checked for 4.2.96



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

2017-05-07 Thread Patrice Clement
commit: d4870a22b7a5c70379f3644750eb25254e9d8e08
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sun May  7 17:34:28 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun May  7 21:25:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4870a22

dev-python/guessit: remove old.

Last guessit-1 consumer, flexget, is now gone.

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

 dev-python/guessit/Manifest|  1 -
 dev-python/guessit/guessit-1.0.3-r1.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/dev-python/guessit/Manifest b/dev-python/guessit/Manifest
index 4957d9657dd..e4565a495ac 100644
--- a/dev-python/guessit/Manifest
+++ b/dev-python/guessit/Manifest
@@ -1,3 +1,2 @@
-DIST guessit-1.0.3.tar.gz 1200782 SHA256 
6de9149b663b415ebc1f4ab9f12eb624ca859cf13cc1a491382f56619f33f59b SHA512 
be427d3ac5b598fe14b26b4fa41c3bd9c0cc946df85381c61be9180275b54f6beac9d433ba781f4351bf94eba5a53b1097d8503268efd9019d50beb60f92cfcb
 WHIRLPOOL 
31b2bb0e57a395f38f7ebe2420945cf00e00149a8345db245c3978cebb6366b53b8b1eae89838d4729e1e8c15abef2f4c8c91f64e5eb3e6f36a56f54de715546
 DIST guessit-2.1.1.tar.gz 86447 SHA256 
cdb51ced109e05318f35dc5ee1c50182a85edd800e86de77ec96eb68a0a99391 SHA512 
61ace43bacf4bf2289bd1f0cd5105080b8302d92be8bda77942355594e07db14b594c73e4bf42bd14840f9f9723d602a38cd443cc3e1fabdca335d364fa97e2f
 WHIRLPOOL 
885ee697f4929523527747d3ce5c0b548c6bcfe34c0e590bb1b8e5e4530ae4be6c0264a62dad83c5e2356a9063a9930ea3216f44b6df1b73000fd41c45b0e905
 DIST guessit-2.1.2.tar.gz 100478 SHA256 
9f7e12b7f2215548284631a20aae6fc009c8af2bb8cc5d5e5e339cb15361dd95 SHA512 
394098cb61cdd1d140e47a969dd86422d6856d2cda42dc7072ab9e482a0001d62f6ffe91d74a7bad04f274197e36e731ce203fe92930558969a94889d47c8e14
 WHIRLPOOL 
dd26470424be58231a5787da45ca9122596800fbb968366699bc799cc29d65562cded7d40f8c6abbb6e48466300521d07560c92f44868b8a4229a68b5795468f

diff --git a/dev-python/guessit/guessit-1.0.3-r1.ebuild 
b/dev-python/guessit/guessit-1.0.3-r1.ebuild
deleted file mode 100644
index 3cbeaafdb55..000
--- a/dev-python/guessit/guessit-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for guessing information from video filenames"
-HOMEPAGE="https://github.com/guessit-io/guessit 
https://pypi.python.org/pypi/guessit;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/babelfish-0.5.5[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

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

2017-05-07 Thread Agostino Sarubbo
commit: 4905324cb660a64456f9eb050975f367bdec8f5f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:21:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:21:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4905324c

kde-apps/gpgmepp: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/gpgmepp/gpgmepp-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/gpgmepp/gpgmepp-4.14.11_pre20160611.ebuild 
b/kde-apps/gpgmepp/gpgmepp-4.14.11_pre20160611.ebuild
index feaeb863306..8769919a01b 100644
--- a/kde-apps/gpgmepp/gpgmepp-4.14.11_pre20160611.ebuild
+++ b/kde-apps/gpgmepp/gpgmepp-4.14.11_pre20160611.ebuild
@@ -8,7 +8,7 @@ inherit kde4-base
 
 DESCRIPTION="C++ bindings for gpgme"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 LICENSE="LGPL-2.1"
 IUSE="debug"
 



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwallet/

2017-05-07 Thread Agostino Sarubbo
commit: bb1be599cb687a5b0b7e0ce9a33149af26a70aa7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:24:17 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:24:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1be599

kde-frameworks/kwallet: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-frameworks/kwallet/kwallet-5.29.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kwallet/kwallet-5.29.0-r1.ebuild 
b/kde-frameworks/kwallet/kwallet-5.29.0-r1.ebuild
index ba730ccbf52..55b4dabef10 100644
--- a/kde-frameworks/kwallet/kwallet-5.29.0-r1.ebuild
+++ b/kde-frameworks/kwallet/kwallet-5.29.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit kde5
 
 DESCRIPTION="Framework providing desktop-wide storage for passwords"
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="gpg +man"
 
 RDEPEND="



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

2017-05-07 Thread Agostino Sarubbo
commit: e93a9de1dcfcc63e657c3f481283fd4aeb15aca7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:23:00 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:23:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93a9de1

kde-apps/kjots: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/kjots/kjots-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kjots/kjots-4.14.11_pre20160611.ebuild 
b/kde-apps/kjots/kjots-4.14.11_pre20160611.ebuild
index 973a1dc9b5b..86417191eb9 100644
--- a/kde-apps/kjots/kjots-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kjots/kjots-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="Note taking utility by KDE"
 HOMEPAGE="https://www.kde.org/applications/utilities/kjots/;
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



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

2017-05-07 Thread Agostino Sarubbo
commit: c6ed4e19f9f59ab7e7e8c503b84e913062727ba8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:23:06 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:23:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ed4e19

kde-apps/kleopatra: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/kleopatra/kleopatra-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160611.ebuild 
b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160611.ebuild
index 9c26cd60a7f..3e0cb736d75 100644
--- a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="Certificate manager and GUI for OpenPGP and CMS cryptography"
 HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra/;
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



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

2017-05-07 Thread Agostino Sarubbo
commit: bd1afb3bda449655f9810e6725056719df56366e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:22:33 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:22:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd1afb3b

kde-apps/kdepim-kresources: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/kdepim-kresources/kdepim-kresources-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-apps/kdepim-kresources/kdepim-kresources-4.14.11_pre20160611.ebuild 
b/kde-apps/kdepim-kresources/kdepim-kresources-4.14.11_pre20160611.ebuild
index 23ca6ab0a0a..5712f764fe2 100644
--- a/kde-apps/kdepim-kresources/kdepim-kresources-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kdepim-kresources/kdepim-kresources-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="KDE PIM groupware plugin collection"
 
 IUSE="debug"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 
 DEPEND="
$(add_kdeapps_dep kdepim-common-libs)



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

2017-05-07 Thread Agostino Sarubbo
commit: fde9cc686356f2e07c6b5b4805e8e3fa1ea1e1d8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:23:12 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:23:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde9cc68

kde-apps/kmail: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild 
b/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild
index ba8eeffb932..1ebc8cf3db8 100644
--- a/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild
@@ -12,7 +12,7 @@ inherit flag-o-matic kde4-meta
 DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
 HOMEPAGE="https://www.kde.org/applications/internet/kmail/;
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



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

2017-05-07 Thread Agostino Sarubbo
commit: 662247ff216099caa28ded607bdb23a371cdd0e0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:24:11 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:24:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662247ff

kde-apps/kwalletd: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild 
b/kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild
index de351287bb5..7dc1cd3e643 100644
--- a/kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild
+++ b/kde-apps/kwalletd/kwalletd-16.04.3-r1.ebuild
@@ -7,7 +7,7 @@ KMNAME="kde-runtime"
 inherit kde4-meta flag-o-matic
 
 DESCRIPTION="KDE Password Server"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="debug gpg"
 
 RDEPEND="



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

2017-05-07 Thread Agostino Sarubbo
commit: 2f650c1be41c08651d90035d64d04d1789edd2df
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:23:25 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:23:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f650c1b

kde-apps/knotes: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/knotes/knotes-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/knotes/knotes-4.14.11_pre20160611.ebuild 
b/kde-apps/knotes/knotes-4.14.11_pre20160611.ebuild
index faa3ea8bbd4..9905d3e4a9d 100644
--- a/kde-apps/knotes/knotes-4.14.11_pre20160611.ebuild
+++ b/kde-apps/knotes/knotes-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="Note taking application"
 HOMEPAGE="https://www.kde.org/applications/utilities/knotes/;
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



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

2017-05-07 Thread Agostino Sarubbo
commit: 4ecdd34ecaf7aefab670fa0c70c55d01f18611be
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:23:54 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:23:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ecdd34e

kde-apps/korganizer: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/korganizer/korganizer-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/korganizer/korganizer-4.14.11_pre20160611.ebuild 
b/kde-apps/korganizer/korganizer-4.14.11_pre20160611.ebuild
index e3c34df5cb7..7962282810c 100644
--- a/kde-apps/korganizer/korganizer-4.14.11_pre20160611.ebuild
+++ b/kde-apps/korganizer/korganizer-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="Organizational assistant, providing calendars and other similar 
functionality"
 HOMEPAGE="https://www.kde.org/applications/office/korganizer/;
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



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

2017-05-07 Thread Agostino Sarubbo
commit: e1cfb42ccc289d3967d269ba79c9898575307e17
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:23:36 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:23:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1cfb42c

kde-apps/kontact: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild 
b/kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild
index 3833a1a69d7..6ff17b4928c 100644
--- a/kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="Container application to unify several major PIM applications 
within one"
 HOMEPAGE="https://www.kde.org/applications/office/kontact/;
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



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

2017-05-07 Thread Agostino Sarubbo
commit: 1c750e9a1e8ad2bed9311bceeaf655e950a05ef1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:24:05 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:24:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c750e9a

kde-apps/ktnef: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/ktnef/ktnef-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktnef/ktnef-4.14.11_pre20160611.ebuild 
b/kde-apps/ktnef/ktnef-4.14.11_pre20160611.ebuild
index 0f180c764a3..6bca15be28a 100644
--- a/kde-apps/ktnef/ktnef-4.14.11_pre20160611.ebuild
+++ b/kde-apps/ktnef/ktnef-4.14.11_pre20160611.ebuild
@@ -9,7 +9,7 @@ inherit kde4-meta
 
 DESCRIPTION="Viewer for TNEF attachments"
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 LICENSE="LGPL-2.1"
 IUSE="debug"
 



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

2017-05-07 Thread Agostino Sarubbo
commit: 9a53e98a32f16f2ae21aee7280d1323b1ced850b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:22:02 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:22:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a53e98a

kde-apps/kabcclient: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild 
b/kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild
index 7d6045e4fbe..2bca24cf792 100644
--- a/kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 
 DESCRIPTION="Command line client for accessing the KDE addressbook"
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-common-libs/

2017-05-07 Thread Agostino Sarubbo
commit: f4525eeff330da350a39ed0fe6c3a97c2a615509
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:22:28 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:22:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4525eef

kde-apps/kdepim-common-libs: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../kdepim-common-libs/kdepim-common-libs-4.14.11_pre20160611.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-apps/kdepim-common-libs/kdepim-common-libs-4.14.11_pre20160611.ebuild 
b/kde-apps/kdepim-common-libs/kdepim-common-libs-4.14.11_pre20160611.ebuild
index 6ca79c475da..3d4978e1611 100644
--- a/kde-apps/kdepim-common-libs/kdepim-common-libs-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kdepim-common-libs/kdepim-common-libs-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 
 DESCRIPTION="Common libraries for KDE PIM apps"
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug google"
 
 DEPEND="



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

2017-05-07 Thread Agostino Sarubbo
commit: d980fcee8ffcdbc78bf594dd06c7415d97cee4ee
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:22:20 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:22:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d980fcee

kde-apps/kalarm: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/kalarm/kalarm-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kalarm/kalarm-4.14.11_pre20160611.ebuild 
b/kde-apps/kalarm/kalarm-4.14.11_pre20160611.ebuild
index 8fc03794aeb..35f2064c6ac 100644
--- a/kde-apps/kalarm/kalarm-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kalarm/kalarm-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="Personal alarm message, command and email scheduler by KDE"
 HOMEPAGE+=" https://userbase.kde.org/KAlarm;
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND="



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

2017-05-07 Thread Agostino Sarubbo
commit: e318bfb24486c727fe14ff7657a55e1a4e563e00
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:21:38 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:21:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e318bfb2

kde-apps/akregator: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/akregator/akregator-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/akregator/akregator-4.14.11_pre20160611.ebuild 
b/kde-apps/akregator/akregator-4.14.11_pre20160611.ebuild
index 9cf5c3f8cc0..d5642b4aaa1 100644
--- a/kde-apps/akregator/akregator-4.14.11_pre20160611.ebuild
+++ b/kde-apps/akregator/akregator-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="News feed aggregator"
 HOMEPAGE="https://www.kde.org/applications/internet/akregator;
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



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

2017-05-07 Thread Agostino Sarubbo
commit: 6cbff8221e4aa00094c03d5ede013625791b4e29
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:21:29 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:21:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cbff822

kde-apps/akonadiconsole: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/akonadiconsole/akonadiconsole-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/akonadiconsole/akonadiconsole-4.14.11_pre20160611.ebuild 
b/kde-apps/akonadiconsole/akonadiconsole-4.14.11_pre20160611.ebuild
index e9c1c7f5bf7..285e3c85e8a 100644
--- a/kde-apps/akonadiconsole/akonadiconsole-4.14.11_pre20160611.ebuild
+++ b/kde-apps/akonadiconsole/akonadiconsole-4.14.11_pre20160611.ebuild
@@ -8,7 +8,7 @@ inherit kde4-meta
 
 DESCRIPTION="Akonadi developer console"
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



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

2017-05-07 Thread Agostino Sarubbo
commit: 3b03fa7d9ced0dea528443cf6cfc4a5108486afe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:21:51 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:21:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b03fa7d

kde-apps/calendarjanitor: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/calendarjanitor/calendarjanitor-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-apps/calendarjanitor/calendarjanitor-4.14.11_pre20160611.ebuild 
b/kde-apps/calendarjanitor/calendarjanitor-4.14.11_pre20160611.ebuild
index bd24b24f9d2..d56c6bc0095 100644
--- a/kde-apps/calendarjanitor/calendarjanitor-4.14.11_pre20160611.ebuild
+++ b/kde-apps/calendarjanitor/calendarjanitor-4.14.11_pre20160611.ebuild
@@ -11,7 +11,7 @@ inherit kde4-meta
 DESCRIPTION="Tool to scan calendar data for buggy instances"
 HOMEPAGE="https://www.kde.org/;
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



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

2017-05-07 Thread Agostino Sarubbo
commit: 82c2716c063d4151a547a00d948a439ea38c2bc7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:21:45 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:21:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c2716c

kde-apps/blogilo: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/blogilo/blogilo-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/blogilo/blogilo-4.14.11_pre20160611.ebuild 
b/kde-apps/blogilo/blogilo-4.14.11_pre20160611.ebuild
index c7452e869a9..f3c12b2433b 100644
--- a/kde-apps/blogilo/blogilo-4.14.11_pre20160611.ebuild
+++ b/kde-apps/blogilo/blogilo-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="Application to create, edit and update blog content"
 HOMEPAGE="https://www.kde.org/applications/internet/blogilo;
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



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

2017-05-07 Thread Agostino Sarubbo
commit: ca894309ac65707148d8280c54a066f72d87fbea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  7 21:22:11 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  7 21:22:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca894309

kde-apps/kaddressbook: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-apps/kaddressbook/kaddressbook-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kaddressbook/kaddressbook-4.14.11_pre20160611.ebuild 
b/kde-apps/kaddressbook/kaddressbook-4.14.11_pre20160611.ebuild
index 5663f2173f3..06cc950a232 100644
--- a/kde-apps/kaddressbook/kaddressbook-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kaddressbook/kaddressbook-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="Address book application"
 HOMEPAGE="https://www.kde.org/applications/office/kaddressbook/;
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



[gentoo-commits] proj/musl:master commit in: sys-apps/portage/

2017-05-07 Thread Anthony G. Basile
commit: 15e920b4353efbcf8e6655437387b538788424a2
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun May  7 21:02:56 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun May  7 21:02:56 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=15e920b4

sys-apps/portage: mark stable on all musl arches

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/portage/Manifest | 2 +-
 sys-apps/portage/portage-2.3.5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index 6df2c8a..285f379 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,5 +1,5 @@
 AUX 2.3.5-loff_t.patch 476 SHA256 
147dbc5d8265da02019294748de91039d184a6a6b46b7d1414be52bfa75f37c0 SHA512 
d64dcc80e4747251c58b2f01eabb020894550ba69d8c3e7d8513ecb6a0f6d7e3ff4d4670532d0fa8ff9d887e3935ba3cb85c60d0bffb2ec016491165cbb31bb1
 WHIRLPOOL 
cd3b2c16afef5d32b3bc5ec170efab5249f35e0da394c7c5b3d591e8ca69d791a8f7e6f3227d87ec31427e10b4de043ae19c59565549fd91cfd0412e063849a6
 AUX README.RESCUE 137 SHA256 
69bea0c755eab59b6b4d90838b8551744f0b0c8eeac170b1cd13a71ee83f9ac4 SHA512 
dba0f0d6d4cd140e636cc70dfb7bdb298e2f2fb040bc07b0874cac994bdbabd26bfd9361d85a0f8b9a92a185281e4901606b9e4f563afdc8867341bbe6af1cb0
 WHIRLPOOL 
713fcc790442999d56e13efaf536fec9954dadeda680b3642d0358311332096ddedf8b55697bd1ca620d84f0dc7d025ff7931e086c74c1f5032be72dca2ff8f5
 DIST portage-2.3.5.tar.bz2 933047 SHA256 
9b3282eee8f7f5728a4a71864d6b34315d71d43c52b2b650cf0d8f412c871941 SHA512 
c403578caf40d97e8081c203d433b515cb2fdb14cb8b7d2652ed664bd079e65db32b54ce12ff495af6dd5fb468c5a1ef58d335e202ede5355d115049e21a6a35
 WHIRLPOOL 
25dbb6547d6488cebc1baf093a600e2034e17558306fd55f5502346330a78012e32d3c49dcf0445664c69d4e3e6b2580762417324ccd0bf3aa08575245165a24
-EBUILD portage-2.3.5.ebuild 8727 SHA256 
d0b643f1b6438fd330553c34d3f1f89821616239d11dad4cd213b5ce1762a766 SHA512 
d59f134737dd05d00c7e770c49cdb5a9f1d917bf2979a17825cc6e0b8498c67bbb9417f030a49153b22349aaa498007ef5edfc9be0ec0a11deb89ee407847891
 WHIRLPOOL 
2edb81341f1a95ae6c7aa3f8c0bc8500d02a4a4fbad39f1d785132129bedfeabf385516107e7f4495e388bb784a02e03912f8ced25d83b0079017c481d17279d
+EBUILD portage-2.3.5.ebuild 8633 SHA256 
2e353b0fbb3e9e06a84af2f236e85b4e9fe4e204ca22bcb93ff74c367db487f8 SHA512 
0fa9d646f5e0e80990b31e9c39fe4b994efdec13530b610da22046eaa6023224dc6f7bec27865d478eb440389632e99a60a8d4f3f9c8eea9d114b2ee1b04f704
 WHIRLPOOL 
302ad07d96b58b5730ef868079137e184de1428b650182dfb45847a9712023aaa6fa844b77b5cec0c1a8b796c55ffef9e4634a8be57cd1578427427d6b7cc6de
 MISC metadata.xml 1147 SHA256 
c4832ae64ab0915c65eadca15e4540680d109c21d572464f69e218d14fe6bd8b SHA512 
733193cbfc96da31252b5e4109d0b76f797e339c41eda2c1230cc1d5b0e75912177570ed0140218a7a7b85d9b8bc53e8e6931e88810269c499be87af40e6b86c
 WHIRLPOOL 
bf901ca7474f9b8358c458edad904f9c0c853187c6dc8ea0bc0c327bded60940c6f8b20f0231d78d86aa7dc5235b23d70c69f7153cca9e375fa271c7c93707b9

diff --git a/sys-apps/portage/portage-2.3.5.ebuild 
b/sys-apps/portage/portage-2.3.5.ebuild
index 8880bb8..a912c81 100644
--- a/sys-apps/portage/portage-2.3.5.ebuild
+++ b/sys-apps/portage/portage-2.3.5.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="amd64 arm ~mips ppc x86"
 SLOT="0"
 IUSE="build doc epydoc +ipc linguas_ru +native-extensions selinux xattr"
 



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

2017-05-07 Thread Jorge Manuel B. S. Vicetto
commit: 3a9992a5d4b89163eda0a3f25e454deb2cec2c57
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sun May  7 20:58:12 2017 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sun May  7 20:58:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9992a5

www-apps/drupal: Add 8.3.2 release.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.3.2.ebuild | 86 +
 2 files changed, 87 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 53f0642f18b..3257f27a11d 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,4 @@
 DIST drupal-7.54.tar.gz 3275864 SHA256 
d74192aca31b56a95bd2b51f205e45293513466eaf902d056e6317dbcffe715b SHA512 
0b2834cd2ec7778de1515b99ac7f6348c5a3632a670b882fcce1e3b9d4cc904f9da761c103a3fe70311c69563c8ba5178d76ac8e2938d0831d7ef4113abaaf2a
 WHIRLPOOL 
7aefbecabf5902f97621c3a9ba5cda355a8024390ddfa198dbd20f6ed55187b658fcdb0f39db92a7c7f4e73249d4d191969c8ff9a5d5b13764677a0f50d20f4c
 DIST drupal-8.2.8.tar.gz 12092176 SHA256 
84b729f45fe6c0f23e15aab7f2c9e57414edec00630ab09bed7dc9e79cac71bb SHA512 
3d0b8b8d17042c44f72b28262a183daa6a7eac34759ee0f909fc51b9009c9238d3e64e98a71da8fb28682b4867f0d11868005eddc28249e0e3e59ca00cbc7c01
 WHIRLPOOL 
26967439cb977fed89361c9c1f8a927e5457e543d61dc2eb6243a270ae1e7aa1dab3099c8a27dffe7a80fdcdd6b7ebd4e2176dee64df866d0e9d4217f57f8eac
 DIST drupal-8.3.1.tar.gz 12663939 SHA256 
ea855ac6cc6dcc05494c93e6cf65dfe0a8006135ecd21bf6f0f345e7d5222c10 SHA512 
699de379f5747a781b08c0b7b7ec7cb8d70f6490b1793e5f5911c7bb654c49454df1e0eb53583adf0fbc31a9b045a8c77ac8fc7f175d6839d859305713f81b8a
 WHIRLPOOL 
064f6b1521df909f6e6f8f77820ac0c09446766f02b2bcf3803ab443f38275f239e91420a0769312a8ea7f01cb217fe5b617d03178c00aa648a3e79b23a2b8c1
+DIST drupal-8.3.2.tar.gz 12698347 SHA256 
5afab2a639d8651cb009835a390e0e7d1322d39989dfe20f6be5a79a0b946b1e SHA512 
f6b80ce7b000aa8785ca4c35f3a6bc33d0f29448d73f41378a53474dc1522d0576224d7854da095483ac989b4b260fe2348879f3b93eeb55c2ed5428bf742e20
 WHIRLPOOL 
86dbf9fd41bf474b8595c1532f5e023a2d75b6619273d6ee3c3275872e81eca123cb077c297492cc18a10942e8348e7eb3d30a574cc3779a7bcb3b35f80cb372

diff --git a/www-apps/drupal/drupal-8.3.2.ebuild 
b/www-apps/drupal/drupal-8.3.2.ebuild
new file mode 100644
index 000..d0f9fcc2d95
--- /dev/null
+++ b/www-apps/drupal/drupal-8.3.2.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able 

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-whiskermenu-plugin/

2017-05-07 Thread Michał Górny
commit: 1ae6cc75d7c77a5d68dc599003598bccb281c298
Author: Christian Tietz  mailbox  org>
AuthorDate: Tue Apr  4 21:23:50 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 20:46:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae6cc75

xfce-extra/xfce4-whiskermenu-plugin: Remove old.

Closes: https://github.com/gentoo/gentoo/pull/4095
Package-Manager: Portage-2.3.3, Repoman-2.3.1

 xfce-extra/xfce4-whiskermenu-plugin/Manifest   |  2 -
 .../xfce4-whiskermenu-plugin-1.7.0.ebuild  | 63 --
 .../xfce4-whiskermenu-plugin-2.1.0.ebuild  | 63 --
 3 files changed, 128 deletions(-)

diff --git a/xfce-extra/xfce4-whiskermenu-plugin/Manifest 
b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
index 2563b7e4b1f..928b0794f77 100644
--- a/xfce-extra/xfce4-whiskermenu-plugin/Manifest
+++ b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
@@ -1,5 +1,3 @@
 DIST xfce4-whiskermenu-plugin-1.6.0.tar.gz 157826 SHA256 
fc16998418aa402713c9f60ff2dab15301ba6028c119c688fc082bb8e5b3a981 SHA512 
8515f6decc99aa534653350838b1ffc74c1dd72de9940dfdc631097f666b32f827b1f33527729dccfe70b3de5e6b6c3aad010e8abcced18881f3589a6c860975
 WHIRLPOOL 
336949750e039537b807db1da0294e280c542e217145f1802896abfeb8230384b9d1167a1b09ee5b97f35ce5e30f5224ccca784ea20ba3f795206074feb61cff
-DIST xfce4-whiskermenu-plugin-1.7.0.tar.bz2 161735 SHA256 
c6ef8ab93829c51244951796d792dce71c4f0f43e31ce4427029337fa1623024 SHA512 
a41ce1c34db25d573fc39deead11a0945df0c63b3ce64f11a2c03664a91fd206b7f39352f20521c9e73789b9f723d710a07d20fbb2e1def09fb1d073a9adbaff
 WHIRLPOOL 
fc31fb57af3229816ed459c1fd16f877ccb1d37d12d3712cf960d19d5075e5d7f172c9b04b755154453bbd42527b29d34813592b4a0ab6f93a4fe269dda57074
 DIST xfce4-whiskermenu-plugin-1.7.2.tar.bz2 162885 SHA256 
d47dbdbd38830058cb06ca6e3d9cfd752d58e487659282fe2f61f01e9f38ef4f SHA512 
fb726d145e5ac8830c236d5a4e82373b9262bb8c0e65893456ed072c26bb823e4464bd12c1445bb5333be4bb63b0c166733dcb3099bcbc473863f980e29a7c37
 WHIRLPOOL 
cc2b814a0c3ea96b66fe29f3b8c0b4a8874724cf6fd45dc24d802613ae284733f2508cc4df79d0dd31d9c2e8a50fc4a5132071886e49b7ad750c87cda7f7eb08
-DIST xfce4-whiskermenu-plugin-2.1.0.tar.bz2 164086 SHA256 
7e25706376e00fd216a9295aca3d0ff9f34bc13d4962bb6217e5f4270b973a80 SHA512 
7efb82fec4be0d8c2b2de76f9c7219686dbc094fc01c10029f04b64e757980fb6bd5e71adcb2b605961e30afbd6e048b548a81d0c7663a36e5d9797cec5705b5
 WHIRLPOOL 
9b6d6a8643b6b7ca393d3366abbb74a184c2adb1f86b4948951bab9cddfafce5237d498bcdf8019bc33ca1c238f812fa3641350c52bfa28a420b58395184ea99
 DIST xfce4-whiskermenu-plugin-2.1.2.tar.bz2 164868 SHA256 
efd95c330055fd7901a59a48569d14885c168017c5fdb2e233976a78bccb8923 SHA512 
6d9cde28f206394f0b82c07d4bf27248da46a1114753281f8117139f0265132da1f58ff3677efac515db5d349c45f4f20e5f79a0458072ef21be73927691ed02
 WHIRLPOOL 
9dfb1bc9ce0b87709cf0d0d62c9514b8b7ee51256b89f092fcd4acf36c1fd2985eb66f7e0b0bbe0b6a7568ad50df343c2adf77d1a99f1c5547dc90ec0ede5069

diff --git 
a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.7.0.ebuild 
b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.7.0.ebuild
deleted file mode 100644
index 40c5a4db51a..000
--- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.7.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="Alternate application launcher for Xfce"
-HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin;
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
-   virtual/libintl:=
-   x11-libs/gtk+:2=
-   xfce-base/exo:=
-   xfce-base/garcon:=
-   xfce-base/libxfce4ui:=
-   xfce-base/libxfce4util:=
-   xfce-base/xfce4-panel:="
-
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   local i
-   cd po || die
-   if [[ -n "${LINGUAS+x}" ]] ; then
-   for i in *.po ; do
-   einfo "removing ${i%.po} linguas"
-   has ${i%.po} ${LINGUAS} || { rm ${i} || die ; }
-   done
-   fi
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_AS_NEEDED=OFF
-   -DENABLE_LINKER_OPTIMIZED_HASH_TABLES=OFF
-   -DENABLE_DEVELOPER_MODE=OFF
-   )
-
-   cmake-utils_src_configure
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git 
a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.1.0.ebuild 
b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.1.0.ebuild
deleted file mode 100644
index 2f1d0a85bfa..000
--- 

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-whiskermenu-plugin/

2017-05-07 Thread Michał Górny
commit: 5a949ae1931cd9a36f16d9e4f529180777286643
Author: Christian Tietz  mailbox  org>
AuthorDate: Tue Apr  4 21:22:39 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 20:46:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a949ae1

xfce-extra/xfce4-whiskermenu-plugin: Bump to 1.7.2 and 2.1.2.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 xfce-extra/xfce4-whiskermenu-plugin/Manifest   |  2 +
 .../xfce4-whiskermenu-plugin-1.7.2.ebuild  | 59 ++
 .../xfce4-whiskermenu-plugin-2.1.2.ebuild  | 59 ++
 3 files changed, 120 insertions(+)

diff --git a/xfce-extra/xfce4-whiskermenu-plugin/Manifest 
b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
index 56c93d1e582..2563b7e4b1f 100644
--- a/xfce-extra/xfce4-whiskermenu-plugin/Manifest
+++ b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
@@ -1,3 +1,5 @@
 DIST xfce4-whiskermenu-plugin-1.6.0.tar.gz 157826 SHA256 
fc16998418aa402713c9f60ff2dab15301ba6028c119c688fc082bb8e5b3a981 SHA512 
8515f6decc99aa534653350838b1ffc74c1dd72de9940dfdc631097f666b32f827b1f33527729dccfe70b3de5e6b6c3aad010e8abcced18881f3589a6c860975
 WHIRLPOOL 
336949750e039537b807db1da0294e280c542e217145f1802896abfeb8230384b9d1167a1b09ee5b97f35ce5e30f5224ccca784ea20ba3f795206074feb61cff
 DIST xfce4-whiskermenu-plugin-1.7.0.tar.bz2 161735 SHA256 
c6ef8ab93829c51244951796d792dce71c4f0f43e31ce4427029337fa1623024 SHA512 
a41ce1c34db25d573fc39deead11a0945df0c63b3ce64f11a2c03664a91fd206b7f39352f20521c9e73789b9f723d710a07d20fbb2e1def09fb1d073a9adbaff
 WHIRLPOOL 
fc31fb57af3229816ed459c1fd16f877ccb1d37d12d3712cf960d19d5075e5d7f172c9b04b755154453bbd42527b29d34813592b4a0ab6f93a4fe269dda57074
+DIST xfce4-whiskermenu-plugin-1.7.2.tar.bz2 162885 SHA256 
d47dbdbd38830058cb06ca6e3d9cfd752d58e487659282fe2f61f01e9f38ef4f SHA512 
fb726d145e5ac8830c236d5a4e82373b9262bb8c0e65893456ed072c26bb823e4464bd12c1445bb5333be4bb63b0c166733dcb3099bcbc473863f980e29a7c37
 WHIRLPOOL 
cc2b814a0c3ea96b66fe29f3b8c0b4a8874724cf6fd45dc24d802613ae284733f2508cc4df79d0dd31d9c2e8a50fc4a5132071886e49b7ad750c87cda7f7eb08
 DIST xfce4-whiskermenu-plugin-2.1.0.tar.bz2 164086 SHA256 
7e25706376e00fd216a9295aca3d0ff9f34bc13d4962bb6217e5f4270b973a80 SHA512 
7efb82fec4be0d8c2b2de76f9c7219686dbc094fc01c10029f04b64e757980fb6bd5e71adcb2b605961e30afbd6e048b548a81d0c7663a36e5d9797cec5705b5
 WHIRLPOOL 
9b6d6a8643b6b7ca393d3366abbb74a184c2adb1f86b4948951bab9cddfafce5237d498bcdf8019bc33ca1c238f812fa3641350c52bfa28a420b58395184ea99
+DIST xfce4-whiskermenu-plugin-2.1.2.tar.bz2 164868 SHA256 
efd95c330055fd7901a59a48569d14885c168017c5fdb2e233976a78bccb8923 SHA512 
6d9cde28f206394f0b82c07d4bf27248da46a1114753281f8117139f0265132da1f58ff3677efac515db5d349c45f4f20e5f79a0458072ef21be73927691ed02
 WHIRLPOOL 
9dfb1bc9ce0b87709cf0d0d62c9514b8b7ee51256b89f092fcd4acf36c1fd2985eb66f7e0b0bbe0b6a7568ad50df343c2adf77d1a99f1c5547dc90ec0ede5069

diff --git 
a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.7.2.ebuild 
b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.7.2.ebuild
new file mode 100644
index 000..ca294255205
--- /dev/null
+++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.7.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Alternate application launcher for Xfce"
+HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin;
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   virtual/libintl:=
+   x11-libs/gtk+:2=
+   xfce-base/exo:=
+   xfce-base/garcon:=
+   xfce-base/libxfce4ui:=
+   xfce-base/libxfce4util:=
+   xfce-base/xfce4-panel:="
+
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_prepare() {
+   local i
+   cd po || die
+   if [[ -n "${LINGUAS+x}" ]] ; then
+   for i in *.po ; do
+   einfo "removing ${i%.po} linguas"
+   has ${i%.po} ${LINGUAS} || { rm ${i} || die ; }
+   done
+   fi
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_AS_NEEDED=OFF
+   -DENABLE_LINKER_OPTIMIZED_HASH_TABLES=OFF
+   -DENABLE_DEVELOPER_MODE=OFF
+   )
+
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}

diff --git 
a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.1.2.ebuild 
b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.1.2.ebuild
new file mode 100644
index 000..5968b0e9880
--- /dev/null
+++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.1.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 

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

2017-05-07 Thread NP Hardass
commit: b5c407cdeec7729cd22fcb122453f81db91a79d8
Author: Matija Skala  gmx  com>
AuthorDate: Sat May  6 10:44:29 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun May  7 20:45:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c407cd

net-misc/wicd: Add X-cat to .desktop for GNOME derivs "System" menus

mate-1.12 shows Wicd inside of the 'Other' subcategory of the 'System'
menu instead of the 'Internet and Network' category.
Adding 'X-GNOME-NetworkSettings' or 'X-MATE-NetworkSettings' fixes this.
nm-applet uses 'X-GNOME-NetworkSettings'

 net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch 
b/net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch
index d2b85623660..0ccbd7833b2 100644
--- a/net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch
+++ b/net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch
@@ -4,7 +4,7 @@ diff -U 3 -dHrN wicd-1.7.2.4.orig/other/wicd.desktop 
wicd-1.7.2.4/other/wicd.des
 @@ -1,5 +1,5 @@
  [Desktop Entry]
 -Categories=Application;Network;
-+Categories=Network;Settings;Utility;
++Categories=Network;Settings;Utility;X-GNOME-NetworkSettings;
  Exec=wicd-gtk --no-tray
  GenericName=Network Manager
  Icon=wicd-gtk
@@ -14,7 +14,7 @@ diff -U 3 -dHrN wicd-1.7.2.4.orig/other/wicd-tray.desktop 
wicd-1.7.2.4/other/wic
 @@ -1,5 +1,5 @@
  [Desktop Entry]
 -Categories=Application;Network;
-+Categories=Network;Settings;Utility;
++Categories=Network;Settings;Utility;X-GNOME-NetworkSettings;
  Exec=wicd-gtk --tray
  GenericName=Network Manager
  Icon=wicd-gtk



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

2017-05-07 Thread Manuel Rüger
commit: 6079208a5ff148312152ed30afac65a3a7e599bd
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun May  7 20:14:26 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun May  7 20:32:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6079208a

dev-python/inflection: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/inflection/inflection-0.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/inflection/inflection-0.3.1.ebuild 
b/dev-python/inflection/inflection-0.3.1.ebuild
index 0519203ba4d..864ac21bea5 100644
--- a/dev-python/inflection/inflection-0.3.1.ebuild
+++ b/dev-python/inflection/inflection-0.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



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

2017-05-07 Thread Manuel Rüger
commit: 8c169a426d5488f280de365b9b7a69f808e88fa0
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun May  7 20:15:13 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun May  7 20:32:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c169a42

dev-python/visitor: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/visitor/visitor-0.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/visitor/visitor-0.1.3.ebuild 
b/dev-python/visitor/visitor-0.1.3.ebuild
index b8cde00d136..a29aadde882 100644
--- a/dev-python/visitor/visitor-0.1.3.ebuild
+++ b/dev-python/visitor/visitor-0.1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gprbuild/, dev-ada/gprbuild/files/

2017-05-07 Thread Alfredo Tupone
commit: c36f364ec4441c9786077e11754d6e1bf7d645b8
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Sun May  7 20:20:50 2017 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun May  7 20:20:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36f364e

dev-ada/gprbuild: Add dev-ada/gprbuild-

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ada/gprbuild/files/gprbuild--gentoo.patch  | 44 +
 dev-ada/gprbuild/gprbuild-2016.ebuild  |  7 +--
 .../{gprbuild-2016.ebuild => gprbuild-.ebuild} | 55 --
 3 files changed, 76 insertions(+), 30 deletions(-)

diff --git a/dev-ada/gprbuild/files/gprbuild--gentoo.patch 
b/dev-ada/gprbuild/files/gprbuild--gentoo.patch
new file mode 100644
index 000..bebe795de96
--- /dev/null
+++ b/dev-ada/gprbuild/files/gprbuild--gentoo.patch
@@ -0,0 +1,44 @@
+--- gprbuild-/Makefile.old 2017-05-07 09:46:00.002669301 +0200
 gprbuild-/Makefile 2017-05-07 09:47:37.832171592 +0200
+@@ -74,7 +74,8 @@
+ CLEANER=gprclean -q $(RBD)
+ 
+ GPRBUILD_BUILDER=$(BUILDER) $(GPRBUILD_GPR) \
+-  -XLIBRARY_TYPE=static -XXMLADA_BUILD=static
++  -XLIBRARY_TYPE=static -XXMLADA_BUILD=static \
++  -cargs:C $(CFLAGS) -cargs:Ada $(ADAFLAGS)
+ LIBGPR_BUILDER=$(BUILDER) $(GPR_GPR)
+ LIBGPR_INSTALLER=$(LIB_INSTALLER) $(GPR_GPR) -XBUILD=${BUILD} \
+   --install-name=gpr --build-var=LIBRARY_TYPE $(GTARGET)
+@@ -136,15 +136,18 @@
+ 
+ libgpr.build.shared:
+   ${BUILDER} -XLIBRARY_TYPE=relocatable \
+-  -XXMLADA_BUILD=relocatable $(GPR_GPR)
++  -XXMLADA_BUILD=relocatable $(GPR_GPR) \
++  -cargs:C $(CFLAGS) -cargs:Ada $(ADAFLAGS)
+ 
+ libgpr.build.static:
+   ${BUILDER} -XLIBRARY_TYPE=static \
+-  -XXMLADA_BUILD=static $(GPR_GPR)
++  -XXMLADA_BUILD=static $(GPR_GPR) \
++  -cargs:C $(CFLAGS) -cargs:Ada $(ADAFLAGS)
+ 
+ libgpr.build.static-pic:
+   ${BUILDER} -XLIBRARY_TYPE=static-pic \
+-  -XXMLADA_BUILD=static-pic $(GPR_GPR)
++  -XXMLADA_BUILD=static-pic $(GPR_GPR) \
++  -cargs:C $(CFLAGS) -cargs:Ada $(ADAFLAGS)
+ 
+ libgpr.install: libgpr.uninstall $(foreach t, $(LIBGPR_TYPES), 
libgpr.install.$(t))
+ 
+--- gprbuild-/gpr/gpr.gpr.old  2017-05-07 10:00:30.688087076 +0200
 gprbuild-/gpr/gpr.gpr  2017-05-07 10:00:45.028863862 +0200
+@@ -67,6 +67,7 @@
+ for Switches ("gpr*.ad?") use
+   Compiler'Default_Switches ("Ada") & ("-g1");
+   end case;
++  for Driver ("C") use External ("CC", "gcc");
+end Compiler;
+ 
+ end GPR;

diff --git a/dev-ada/gprbuild/gprbuild-2016.ebuild 
b/dev-ada/gprbuild/gprbuild-2016.ebuild
index 23de5cb3e94..b021ddc6047 100644
--- a/dev-ada/gprbuild/gprbuild-2016.ebuild
+++ b/dev-ada/gprbuild/gprbuild-2016.ebuild
@@ -32,12 +32,7 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
 pkg_setup() {
GCC=${ADA:-$(tc-getCC)}
-   local base=$(basename ${GCC})
-   GNATMAKE="${base/gcc/gnatmake}"
-   if [[ ${base} != ${GCC} ]] ; then
-   local path=$(dirname ${GCC})
-   GNATMAKE="${path}/${GNATMAKE}"
-   fi
+   GNATMAKE="${GCC/gcc/gnatmake}"
if [[ -z "$(type ${GNATMAKE} 2>/dev/null)" ]] ; then
eerror "You need a gcc compiler that provides the Ada Compiler:"
eerror "1) use gcc-config to select the right compiler or"

diff --git a/dev-ada/gprbuild/gprbuild-2016.ebuild 
b/dev-ada/gprbuild/gprbuild-.ebuild
similarity index 72%
copy from dev-ada/gprbuild/gprbuild-2016.ebuild
copy to dev-ada/gprbuild/gprbuild-.ebuild
index 23de5cb3e94..39a26f1a7e4 100644
--- a/dev-ada/gprbuild/gprbuild-2016.ebuild
+++ b/dev-ada/gprbuild/gprbuild-.ebuild
@@ -3,41 +3,34 @@
 
 EAPI=6
 
-inherit toolchain-funcs multiprocessing
+inherit git-r3 toolchain-funcs multiprocessing
 
 MYP=${PN}-gpl-${PV}
 
 DESCRIPTION="Multi-Language Management"
 HOMEPAGE="http://libre.adacore.com/;
 SRC_URI="
-   http://mirrors.cdn.adacore.com/art/57399662c7a447658e0affa8
-   -> ${MYP}-src.tar.gz
bootstrap? (
http://mirrors.cdn.adacore.com/art/57399978c7a447658e0affc0
-   -> xmlada-gpl-${PV}-src.tar.gz )"
+   -> xmlada-gpl-2016-src.tar.gz )"
+EGIT_REPO_URI="https://github.com/AdaCore/gprbuild.git;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""
 IUSE="bootstrap +shared static static-pic"
 
 DEPEND="dev-lang/gnat-gpl
+   >=dev-python/sphinx-1.5.2
!bootstrap? ( dev-ada/xmlada )"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}"/${MYP}-src
-
 REQUIRED_USE="bootstrap? ( !shared !static !static-pic )"
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
 pkg_setup() {
GCC=${ADA:-$(tc-getCC)}
-   local base=$(basename ${GCC})
-   GNATMAKE="${base/gcc/gnatmake}"
-   if [[ ${base} != ${GCC} ]] ; then
-   local path=$(dirname ${GCC})
- 

[gentoo-commits] proj/qt:master commit in: dev-python/pyside/

2017-05-07 Thread Davide Pesavento
commit: e87bc92b5bc008d9e678744b7240be7543e89e19
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun May  7 20:10:39 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun May  7 20:10:39 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=e87bc92b

dev-python/pyside: really make MultimediaWidgets and QuickWidgets optional

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pyside/pyside-.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/pyside/pyside-.ebuild 
b/dev-python/pyside/pyside-.ebuild
index 192dabf0..36134162 100644
--- a/dev-python/pyside/pyside-.ebuild
+++ b/dev-python/pyside/pyside-.ebuild
@@ -102,23 +102,23 @@ src_configure() {
local mycmakeargs=(
-DBUILD_TESTS=$(usex test)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Concurrent=$(usex !concurrent)
-   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Gui=$(usex !gui)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Designer=$(usex !designer)
-   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5UiTools=$(usex !designer)
+   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Gui=$(usex !gui)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Help=$(usex !help)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Multimedia=$(usex !multimedia)
-   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5MultimediaWidgets=$(usex 
!multimedia)
+   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5MultimediaWidgets=$(usex 
!multimedia yes $(usex !widgets))
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Network=$(usex !network)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5OpenGL=$(usex !opengl)
+   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5PrintSupport=$(usex 
!printsupport)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Qml=$(usex !declarative)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Quick=$(usex !declarative)
-   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5QuickWidgets=$(usex 
!declarative)
-   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5PrintSupport=$(usex 
!printsupport)
+   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5QuickWidgets=$(usex 
!declarative yes $(usex !widgets))
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Script=$(usex !script)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5ScriptTools=$(usex !scripttools)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Sql=$(usex !sql)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Svg=$(usex !svg)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Test=$(usex !testlib)
+   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5UiTools=$(usex !designer)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebChannel=$(usex !webchannel)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngine=$(usex !webengine)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets=$(usex 
!webengine)



[gentoo-commits] repo/gentoo:master commit in: net-dialup/xl2tpd/

2017-05-07 Thread Mike Gilbert
commit: 2c4327e1a351b1f16e84edfc5c4eb207b1c1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 19:29:38 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 19:29:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4327e1

net-dialup/xl2tpd: maintainer-needed

Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61

 net-dialup/xl2tpd/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-dialup/xl2tpd/metadata.xml b/net-dialup/xl2tpd/metadata.xml
index a79d365f481..555f2c792d7 100644
--- a/net-dialup/xl2tpd/metadata.xml
+++ b/net-dialup/xl2tpd/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   flop...@gentoo.org
-   Mike Gilbert
-   
+   
The Layer 2 Tunneling Protocol (L2TP) daemon mantained 
by Xelerance Corporation.

Patch for host lookup retries, activated 
by redial feature



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

2017-05-07 Thread Mike Gilbert
commit: 42e80cace7f6041f5acb3531a989af1a607aacea
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 19:23:30 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 19:23:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e80cac

net-vpn/libreswan: maintainer-needed

Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61

 net-vpn/libreswan/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-vpn/libreswan/metadata.xml b/net-vpn/libreswan/metadata.xml
index 258e65f32b1..611402ba304 100644
--- a/net-vpn/libreswan/metadata.xml
+++ b/net-vpn/libreswan/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   flop...@gentoo.org
-   Mike Gilbert
-   
+   

Use DNSSEC resolver (requires 
net-dns/unbound




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

2017-05-07 Thread Mike Gilbert
commit: 8d75f1fc165bf07bd5aadb7d6a3cc9e7f15fa4f1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 19:16:23 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 19:16:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d75f1fc

net-vpn/openconnect: drop inactive proxy maintainer

Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61

 net-vpn/openconnect/metadata.xml | 5 -
 1 file changed, 5 deletions(-)

diff --git a/net-vpn/openconnect/metadata.xml b/net-vpn/openconnect/metadata.xml
index 392587d6e70..aa05046a5fd 100644
--- a/net-vpn/openconnect/metadata.xml
+++ b/net-vpn/openconnect/metadata.xml
@@ -9,11 +9,6 @@
willi...@gentoo.org
William Hubbs

-   
-   matt...@gmail.com
-   Matthew Schultz
-   Proxied maintainer. Copy on bugs.
-   

Build GSSAPI support
Build JNI bindings using jni.h



[gentoo-commits] proj/musl:master commit in: sys-devel/gcc/files/7.1.0/, sys-devel/gcc/

2017-05-07 Thread Aric Belsito
commit: 7269f2df328eda2937fe8343ccd23334158b7229
Author: Aric Belsito  gmail  com>
AuthorDate: Sun May  7 19:11:40 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sun May  7 19:11:40 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=7269f2df

sys-devel/gcc: fix patch

 sys-devel/gcc/Manifest | 2 +-
 sys-devel/gcc/files/7.1.0/posix_memalign.patch | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index aa4aff3..48503a4 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -7,7 +7,7 @@ AUX 5.4.0/musl.patch 19066 SHA256 
537dd351a7695fb6335cf943e5845578f325fb6fc8fbdf
 AUX 5.4.0/ppc-secure_plt.patch 2161 SHA256 
40649792d02e98717fb9a361004f332a98bebf77b5ad83b05678f13760337dd3 SHA512 
4ba9780f4cbbe30afe9e40831f2ee57d9979ada093dc15511bef6ec69f97198034a8d07a8efa0884b66d904c7ad5b86a69b52a0ba41c3110680bf01d7b051388
 WHIRLPOOL 
dedc5db47ef2b405a268b417a0323cf3c2f7b5956c1fdb5722f14628f32657f92b381a70c6412b940b0ed740037ee20cbedf8032ef093a62deba847249288975
 AUX 6.3.0/cpu_indicator.patch 1357 SHA256 
69774c4cf74bb99e70d705a535041097973c5c316c972cd6d4a39d244fabddb0 SHA512 
a656b9760fd1c1237d168d099d4b3c2ddc5e9e632780f8468f60f8dfdb5235d251a03f9b4c3e029255171ca57ad742ec4164cbd1336584ce28cb64af15a9
 WHIRLPOOL 
5841e84c77994214603d58b309631ddcdef18b8030ef3eaa42940d89ae849b9de440a55e23e804738f7f974c9733afe754dedf958ce49d2eb91422aae0671cd8
 AUX 6.3.0/musl.patch 1202 SHA256 
08891bd560cd5f416bdc91947fd38708c206cf2a5aec96814b815aea3c9c5429 SHA512 
dd9b6b5f57177afcde51880a1f20c37fc24f5d078a248672ea1695a10359d8defd1c6cd9eb96986ba166ac8289d751e0a0eefe7f370c82568f3a44c858df174e
 WHIRLPOOL 
dc778ba1b3aea6b63921d9de95dadb8f7d1b0bc6380549180e7ee241f668b74d94f4f4ae40d97366831bb95786d493f476353ec318c66cf85335325a00b3
-AUX 7.1.0/posix_memalign.patch 1183 SHA256 
05bf3206710921e88c014a2aaaf55f8597cd75fc1660c8a85aff7e16c7fbef4c SHA512 
a782e0aec9cb9406c90a83b1933e4d6ba1356b33b82a99422528c3a50c9b4832b7c0501f620dc1c7bb2c6802255277a60b2aec19c2a60289c0d4eb1040a85c86
 WHIRLPOOL 
ff43b6f21311a529735a65f6f907d1df073ad496385705dd5c3f02f5d36270706244d104c0a869ec96338b7a1ca01d883832ec9acc781693254163e68189a008
+AUX 7.1.0/posix_memalign.patch 1181 SHA256 
98e1baebd8d2f1f061990fa05594f77f584f3578829162b5adeba5f3575574d2 SHA512 
e9b512a9be77eb7e78ec11ac8cb3cb444290b6922ef612835be7c3e4af98540b4206c886bf3e511ffe508157dcb8e50445b059aa57c1ba366ec466753e850b42
 WHIRLPOOL 
ee426397189aac292f42221febe2701184606b23041830b297d4dec577dfa028199e0ea2c33b7260e7b4ebc2f149697ad4f2a842a2c6f2ab28c6e97571900e17
 AUX awk/fixlafiles.awk 7700 SHA256 
5289279eb5df3dce696c56ce253980b9a9ae0968703f200970bbc24396a1ae62 SHA512 
5ed208e116769741dda7274f15c5b3bdfd482cd926261038bc696644b73aa0d0e950d7fbfc0eb1a90529dd134fa548c46499a18c77470a05d87ae76bc1b3acd2
 WHIRLPOOL 
06826b65ffdbcc1c624ffed16104301bebc47f4b44358197fd7f0f78d0805a5228e346a8eaf5ee79355e1921878f94d3dd527d39e2975ea3b919140139d884e0
 AUX awk/fixlafiles.awk-no_gcc_la 8480 SHA256 
9697196d45cc47d3846021c0dfd0a24208a75b10d32c74cef53aa253031f2efb SHA512 
7487115a3c4d6cf0edaf4b0ffeb87225d8fbcb7e595e2e99974582e0cce5868d7e292044db2631380c185553866554763eac4c3024347dbdb2cbf68679923294
 WHIRLPOOL 
24ac7f49bff29cc0abc5c4e502112e3dc2f42517244b8c9a4b8fdf73c9a31fcecdcc42989bbda8faa5feb54dde37c1d7374e1360a0c4de8c136b0523107c6ad4
 AUX c89 412 SHA256 
29ad5dd697135c2892067e780447894dc1cd071708157e46d21773ab99c5022c SHA512 
71d33a147339d8d70a62aa22a95d3e70e445d8435d6ac05893f7da19ae851b89bea851f6ce213fbd22470f13572ae13b83cf02f0621333f07d7b0c68a79b7924
 WHIRLPOOL 
d9707a2be8da7a709b54fcb1154cfa05e479f8c3bdd6173822ee1f1bc265b2a0d04741c0685bfb0db68e1e4297fb032d2f8ff94da88014575d947054474d8295

diff --git a/sys-devel/gcc/files/7.1.0/posix_memalign.patch 
b/sys-devel/gcc/files/7.1.0/posix_memalign.patch
index eb198e7..a288e1d 100644
--- a/sys-devel/gcc/files/7.1.0/posix_memalign.patch
+++ b/sys-devel/gcc/files/7.1.0/posix_memalign.patch
@@ -9,10 +9,10 @@ diff -Naur gcc-7.1.0.orig/gcc/config/i386/pmm_malloc.h 
gcc-7.1.0/gcc/config/i386
 +   may not be visible and we can't pollute the namespace either.  */
  #ifndef __cplusplus
 -extern int posix_memalign (void **, size_t, size_t);
-+extern int __gcc_posix_memalign (void **, size_t, size_t);
++extern int __gcc_posix_memalign (void **, size_t, size_t)
  #else
 -extern "C" int posix_memalign (void **, size_t, size_t) throw ();
-+extern "C" int __gcc_posix_memalign (void **, size_t, size_t) throw ();
++extern "C" int __gcc_posix_memalign (void **, size_t, size_t) throw ()
  #endif
 +__asm__("posix_memalign");
  



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

2017-05-07 Thread Michael Orlitzky
commit: f8fa9c396e00343575078538e2c9da26c95b92f2
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun May  7 19:06:53 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun May  7 19:11:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8fa9c39

app-misc/fslint: new version 2.46.

Gentoo-Bug: 612000

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-misc/fslint/Manifest   |  1 +
 app-misc/fslint/fslint-2.46.ebuild | 79 ++
 app-misc/fslint/metadata.xml   |  5 ++-
 3 files changed, 84 insertions(+), 1 deletion(-)

diff --git a/app-misc/fslint/Manifest b/app-misc/fslint/Manifest
index 39c7f633a1d..c67c4eb60b4 100644
--- a/app-misc/fslint/Manifest
+++ b/app-misc/fslint/Manifest
@@ -1 +1,2 @@
 DIST fslint-2.44.tar.gz 116654 SHA256 
8491a9cd76725e652ac8fe07288ba1f896d9331e30593c0ff3ab9e82e863f0ae SHA512 
9ebb6d23186ed9a7194c854c3f3352cd787f01a71d6197aa0c53f5ff0dcb2e24004cfdddee3345655ae179f4397eba95120a5c08f25c5c0f807dab486226844b
 WHIRLPOOL 
d06bfdd29ce00a052de89757244f823fba2a30ef51c09bcf58248f73d2ecd33c859a52f172cf2c9f558d00274011083c2851bf47a5e40771fff6d4a0ba081f9b
+DIST fslint-2.46.tar.xz 135988 SHA256 
f15daebfecfd2eea0d3b48a0193e25974b71dcf1e4b4a33d5a3dcfb7bb9c90cc SHA512 
7b6122b5920d37548cfb05bb986cc29a86c7de9f549375923299c23fe19cbc8c6a521feafcf6df6fe0562dae8b6a4e804f24fdf5a833ea2b68308be41a96b696
 WHIRLPOOL 
2ec6e5e494f140ad3af6b159e0838253851b2b87478b6208030eec7c3c6b178311822b1e45703e6c55bc236ab9e308b2c16e178ea1c4577695c1e34f9e85efe0

diff --git a/app-misc/fslint/fslint-2.46.ebuild 
b/app-misc/fslint/fslint-2.46.ebuild
new file mode 100644
index 000..77cf60e8c6a
--- /dev/null
+++ b/app-misc/fslint/fslint-2.46.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+# The eutils eclass is still needed for doicon() and domenu().
+inherit eutils python-r1
+
+DESCRIPTION="A utility to find various forms of lint on a filesystem"
+HOMEPAGE="http://www.pixelbeat.org/fslint/;
+SRC_URI="${HOMEPAGE}${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/pygtk:2[${PYTHON_USEDEP}]
+   gnome-base/libglade:2.0"
+
+DEPEND="nls? ( sys-devel/gettext:* )"
+
+src_prepare() {
+   default
+
+   # Change some paths to make ${PN}-gui run with our filesystem layout.
+   # These commands are taken from the debian/rules file.
+   sed -e "s:^liblocation=.*$:liblocation='${EROOT}usr/share/${PN}':" \
+   -e "s:^locale_base=.*$:locale_base=None:" \
+   -i "${PN}-gui" \
+   || die "failed to fix liblocation and locale_base in ${PN}-gui"
+}
+
+src_install() {
+   # The commands below roughly follow debian/rules.
+   python_foreach_impl python_doscript "${PN}-gui"
+
+   insinto "/usr/share/${PN}"
+   doins "${PN}.glade" "${PN}_icon.png"
+
+   exeinto "/usr/share/${PN}/${PN}"
+   doexe "${PN}"/find*
+   doexe "${PN}/${PN}"
+   doexe "${PN}/zipdir"
+
+   exeinto "/usr/share/${PN}/${PN}/fstool"
+   doexe "${PN}/fstool/dir_size" "${PN}/fstool/edu" "${PN}/fstool/lS"
+   python_scriptinto "/usr/share/${PN}/${PN}/fstool"
+   python_foreach_impl python_doscript "${PN}/fstool/dupwaste"
+
+   exeinto "/usr/share/${PN}/${PN}/supprt"
+   doexe "${PN}"/supprt/get*
+
+   python_scriptinto "/usr/share/${PN}/${PN}/supprt"
+   python_foreach_impl python_doscript "${PN}/supprt/md5sum_approx"
+
+   doexe "${PN}/supprt/fslver"
+
+   exeinto "/usr/share/${PN}/${PN}/supprt/rmlint"
+   doexe "${PN}"/supprt/rmlint/*.sh
+   python_scriptinto "/usr/share/${PN}/${PN}/supprt/rmlint"
+   python_foreach_impl python_doscript "${PN}/supprt/rmlint/fixdup"
+   python_foreach_impl python_doscript 
"${PN}/supprt/rmlint/merge_hardlinks"
+
+   doicon "${PN}_icon.png"
+   domenu "${PN}.desktop"
+
+   dodoc doc/{FAQ,NEWS,README,TODO}
+   doman man/*.1
+
+   if use nls; then
+   cd po || die
+   emake DESTDIR="${D}" install
+   fi
+}

diff --git a/app-misc/fslint/metadata.xml b/app-misc/fslint/metadata.xml
index 6f49eba8f49..6e883e5321c 100644
--- a/app-misc/fslint/metadata.xml
+++ b/app-misc/fslint/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+  
+  
+pixelb/fslint
+  
 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-locate/files/

2017-05-07 Thread Andreas Sturmlechner
commit: c5e25da96a8e0585e880dc84498ee3e2679b4736
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  7 19:10:26 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  7 19:11:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e25da9

kde-misc/kio-locate: Fix patch

Reported-by: Lars Wendler  gentoo.org>

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-misc/kio-locate/files/kio-locate-0.5.3-gcc-4.7.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-misc/kio-locate/files/kio-locate-0.5.3-gcc-4.7.patch 
b/kde-misc/kio-locate/files/kio-locate-0.5.3-gcc-4.7.patch
index 9af2bc1e8bd..4ce83264d69 100644
--- a/kde-misc/kio-locate/files/kio-locate-0.5.3-gcc-4.7.patch
+++ b/kde-misc/kio-locate/files/kio-locate-0.5.3-gcc-4.7.patch
@@ -1,5 +1,5 @@
 locater.h
-+++ locater.h
+--- a/locater.h
 b/locater.h
 @@ -31,6 +31,8 @@
  #ifndef LOCATER_H
  #define LOCATER_H



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

2017-05-07 Thread Luca Barbato
commit: cbcc113a558a551cbba643e22a102bc3d55137a9
Author: Luca Barbato  gentoo  org>
AuthorDate: Sun May  7 19:02:04 2017 +
Commit: Luca Barbato  gentoo  org>
CommitDate: Sun May  7 19:02:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbcc113a

arm64: Unmask the slang keyword

Tested with perf. Slang and newt are already unmasked.

 profiles/arch/arm64/use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index 0176eeb01b4..605e7459dba 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -186,7 +186,6 @@ ace
 qt4
 R
 sdl
-slang
 tk
 vim-syntax
 



[gentoo-commits] proj/qt:master commit in: dev-python/pyside/

2017-05-07 Thread Davide Pesavento
commit: b9912a9d67903932d575c1261dddb3764b362d94
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun May  7 18:49:52 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun May  7 18:49:52 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=b9912a9d

dev-python/pyside: sort DEPEND and remove duplicates

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pyside/pyside-.ebuild | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-python/pyside/pyside-.ebuild 
b/dev-python/pyside/pyside-.ebuild
index 04b2a2e8..6f4e2d75 100644
--- a/dev-python/pyside/pyside-.ebuild
+++ b/dev-python/pyside/pyside-.ebuild
@@ -54,10 +54,13 @@ DEPEND="
>=dev-python/shiboken-${PV}:${SLOT}[${PYTHON_USEDEP}]
=dev-qt/qtcore-${QT_PV}
=dev-qt/qtxml-${QT_PV}
+   concurrent? ( =dev-qt/qtconcurrent-${QT_PV} )
declarative? ( =dev-qt/qtdeclarative-${QT_PV}[widgets?] )
designer? ( =dev-qt/designer-${QT_PV} )
+   gui? ( =dev-qt/qtgui-${QT_PV} )
help? ( =dev-qt/qthelp-${QT_PV} )
multimedia? ( =dev-qt/qtmultimedia-${QT_PV}[widgets?] )
+   network? ( =dev-qt/qtnetwork-${QT_PV} )
opengl? ( =dev-qt/qtopengl-${QT_PV} )
printsupport? ( =dev-qt/qtprintsupport-${QT_PV} )
script? ( =dev-qt/qtscript-${QT_PV} )
@@ -68,15 +71,9 @@ DEPEND="
webengine? ( =dev-qt/qtwebengine-${QT_PV}[widgets?] )
webkit? ( =dev-qt/qtwebkit-${QT_PV}[printsupport] )
websockets? ( =dev-qt/qtwebsockets-${QT_PV} )
+   widgets? ( =dev-qt/qtwidgets-${QT_PV} )
x11extras? ( =dev-qt/qtx11extras-${QT_PV} )
xmlpatterns? ( =dev-qt/qtxmlpatterns-${QT_PV} )
-   concurrent? ( =dev-qt/qtconcurrent-${QT_PV} )
-   gui? ( =dev-qt/qtgui-${QT_PV} )
-   network? ( =dev-qt/qtnetwork-${QT_PV} )
-   printsupport? ( =dev-qt/qtprintsupport-${QT_PV} )
-   sql? ( =dev-qt/qtsql-${QT_PV} )
-   testlib? ( =dev-qt/qttest-${QT_PV} )
-   widgets? ( =dev-qt/qtwidgets-${QT_PV} )
 "
 RDEPEND="${DEPEND}"
 



[gentoo-commits] proj/qt:master commit in: dev-python/pyside/

2017-05-07 Thread Davide Pesavento
commit: 2abd0e2c0660dd6714dcc1043385b23e48fcdc0e
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun May  7 18:59:14 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun May  7 18:59:14 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=2abd0e2c

dev-python/pyside: simplify qtwebengine USE dep

REQUIRED_USE already enforces enabling widgets when webengine is
enabled, so there's no point in using '?' for the USE dependency.

The widgets requirement appears to be correct because there isn't
a separate QtWebEngine module.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/pyside/pyside-.ebuild 
b/dev-python/pyside/pyside-.ebuild
index 6f4e2d75..192dabf0 100644
--- a/dev-python/pyside/pyside-.ebuild
+++ b/dev-python/pyside/pyside-.ebuild
@@ -68,7 +68,7 @@ DEPEND="
svg? ( =dev-qt/qtsvg-${QT_PV} )
testlib? ( =dev-qt/qttest-${QT_PV} )
webchannel? ( =dev-qt/qtwebchannel-${QT_PV} )
-   webengine? ( =dev-qt/qtwebengine-${QT_PV}[widgets?] )
+   webengine? ( =dev-qt/qtwebengine-${QT_PV}[widgets] )
webkit? ( =dev-qt/qtwebkit-${QT_PV}[printsupport] )
websockets? ( =dev-qt/qtwebsockets-${QT_PV} )
widgets? ( =dev-qt/qtwidgets-${QT_PV} )



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

2017-05-07 Thread Lars Wendler
commit: 4a58589864d4a047375fff2c9f62c3006ff65f8d
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun May  7 18:55:27 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun May  7 18:55:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a585898

sys-devel/flex: Bump to version 2.6.4

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-devel/flex/Manifest  |  1 +
 sys-devel/flex/flex-2.6.4.ebuild | 80 
 2 files changed, 81 insertions(+)

diff --git a/sys-devel/flex/Manifest b/sys-devel/flex/Manifest
index 7e63a4ea6ff..db996620924 100644
--- a/sys-devel/flex/Manifest
+++ b/sys-devel/flex/Manifest
@@ -1,2 +1,3 @@
 DIST flex-2.6.1.tar.xz 835048 SHA256 
2c7a412c1640e094cb058d9b2fe39d450186e09574bebb7aa28f783e3799103f SHA512 
1e35d0447f59139b98ede085d1a603d4f61cf8bc11cf2e291a3f492a05c60ee61535481b878585cd6843cd9b3c7952c834adfa78a6a71c64802e7b3069dec9d1
 WHIRLPOOL 
d671017fd516f5d6457a896f1d50d4a4d310d32476a6db8f1ed99305a96955eec7586d8ef2aff1e03795be3f7417e0f1d8925b073788a14abcdd38868822eb67
 DIST flex-2.6.3.tar.gz 1405560 SHA256 
68b2742233e747c462f781462a2a1e299dc6207401dac8f0bbb316f48565c2aa SHA512 
f14b1af7ddd148660737991787fcf13d86cc0bef3859ed6c2135963373e76524d70382795c845cb6491b0435f8c40ba81e17f15267592b8d1656cfd4c3430b00
 WHIRLPOOL 
266266c4c15135fe52ec3b5226645b89c7053ec4dac257c9349d760601eaf50f7ec504d3c4b74951fd415d17299c2ca2e483e8c8c7f8ee936b4822d92603a4e2
+DIST flex-2.6.4.tar.gz 1419096 SHA256 
e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995 SHA512 
e9785f3d620a204b7d20222888917dc065c2036cae28667065bf7862dfa1b25235095a12fd04efdbd09bfd17d3452e6b9ef953a8c1137862ff671c97132a082e
 WHIRLPOOL 
b19880ae3d760e04138ca93c848da07baa004bd193616855f1e650a170648288727d6a2bb5e657f05b204505d4b5b70e76a795037c81c6a19e1767cebadf8204

diff --git a/sys-devel/flex/flex-2.6.4.ebuild b/sys-devel/flex/flex-2.6.4.ebuild
new file mode 100644
index 000..6ab22250d5f
--- /dev/null
+++ b/sys-devel/flex/flex-2.6.4.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils flag-o-matic libtool multilib-minimal
+
+DESCRIPTION="The Fast Lexical Analyzer"
+HOMEPAGE="https://flex.sourceforge.net/ https://github.com/westes/flex;
+SRC_URI="https://github.com/westes/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="FLEX"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="nls static test"
+
+# We want bison explicitly and not yacc in general #381273
+RDEPEND="sys-devel/m4"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   nls? ( sys-devel/gettext )
+   test? ( sys-devel/bison )"
+
+src_prepare() {
+   #epatch "${PATCHES[@]}"
+
+   # Disable running in the tests/ subdir as it has a bunch of built 
sources
+   # that cannot be made conditional (automake limitation). #568842
+   if ! use test ; then
+   sed -i \
+   -e '/^SUBDIRS =/,/^$/{/tests/d}' \
+   Makefile.in || die
+   fi
+   elibtoolize # Prefix always needs this
+}
+
+src_configure() {
+   use static && append-ldflags -static
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   # Do not install shared libs #503522
+   ECONF_SOURCE=${S} \
+   econf \
+   --disable-shared \
+   $(use_enable nls) \
+   --docdir='$(datarootdir)/doc/'${PF}
+}
+
+multilib_src_compile() {
+   if multilib_is_native_abi; then
+   default
+   else
+   cd src || die
+   emake -f Makefile -f - lib <<< 'lib: $(lib_LTLIBRARIES)'
+   fi
+}
+
+multilib_src_test() {
+   multilib_is_native_abi && emake check
+}
+
+multilib_src_install() {
+   if multilib_is_native_abi; then
+   default
+   else
+   cd src || die
+   emake DESTDIR="${D}" install-libLTLIBRARIES 
install-includeHEADERS
+   fi
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   dodoc ONEWS
+   prune_libtool_files --all
+   rm "${ED}"/usr/share/doc/${PF}/COPYING || die
+   dosym flex /usr/bin/lex
+}



[gentoo-commits] proj/musl:master commit in: sys-devel/gcc/, sys-devel/gcc/files/6.3.0/, eclass/, sys-devel/gcc/files/7.1.0/

2017-05-07 Thread Aric Belsito
commit: 8bea90662216e99158a580b72cbeca64a492c293
Author: Aric Belsito  gmail  com>
AuthorDate: Sun May  7 18:47:25 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sun May  7 18:47:25 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=8bea9066

sys-devel/gcc: version bump to 7.1.0

split 6.3.0 patch in half.

 eclass/toolchain.eclass|  3 +-
 sys-devel/gcc/Manifest |  9 --
 .../6.3.0/{musl.patch => cpu_indicator.patch}  | 33 --
 sys-devel/gcc/files/6.3.0/musl.patch   | 30 
 sys-devel/gcc/files/7.1.0/posix_memalign.patch | 29 +++
 sys-devel/gcc/gcc-6.3.0.ebuild |  1 +
 .../gcc/{gcc-6.3.0.ebuild => gcc-7.1.0.ebuild} | 10 +++
 7 files changed, 43 insertions(+), 72 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index f42e58e..77cad2c 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -233,7 +233,8 @@ S=$(
 
 gentoo_urls() {
local devspace="HTTP~vapier/dist/URI HTTP~rhill/dist/URI
-   HTTP~zorry/patches/gcc/URI HTTP~blueness/dist/URI"
+   HTTP~zorry/patches/gcc/URI HTTP~blueness/dist/URI
+   HTTP~tamiko/distfiles/URI"
devspace=${devspace//HTTP/https:\/\/dev.gentoo.org\/}
echo mirror://gentoo/$1 ${devspace//URI/$1}
 }

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index af6386d..aa4aff3 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -5,7 +5,9 @@ AUX 5.4.0/cilkrts.patch 1798 SHA256 
a8d859d2be3b86f1fa14bd85ee10b3ef250ab24acc78
 AUX 5.4.0/linker_path.patch 9241 SHA256 
e1c9479807a186ba1fd5cf4de2fa025fb72ae038b66721e2aa8eee45e9c741c6 SHA512 
f5997d46772517f9538cabbfd01f78225301f6747a8106198c9fe0a591e53ed1c490bf89310848ae89135079928c8325880294c766d4983394b0eec0fcfd8046
 WHIRLPOOL 
4010e23e4cf306e29ba774788192261c74d1fee98dcdc1cc82d9267dd128345773c46db65224b42bcb161d32691e83467a0c8f7453d02123116486ad5f5f5ce6
 AUX 5.4.0/musl.patch 19066 SHA256 
537dd351a7695fb6335cf943e5845578f325fb6fc8fbdf02a312ee7ef79c2a0d SHA512 
56020b6759929053e0256150dbf5ba824fc0c1d4f574e1f4af066d6cdcb8199d8b8986008aaf46727454054091f7e9c4bd33bd2dd4e27c21a60fcbc4312103bc
 WHIRLPOOL 
7ae62962e269e0032d3ed1446e876387d711bec310c2fbbfbec04e62e2f416ebe0486016d2520dd05157dd527af4eda05e886e63cd9b77817f4ed10639b33fa7
 AUX 5.4.0/ppc-secure_plt.patch 2161 SHA256 
40649792d02e98717fb9a361004f332a98bebf77b5ad83b05678f13760337dd3 SHA512 
4ba9780f4cbbe30afe9e40831f2ee57d9979ada093dc15511bef6ec69f97198034a8d07a8efa0884b66d904c7ad5b86a69b52a0ba41c3110680bf01d7b051388
 WHIRLPOOL 
dedc5db47ef2b405a268b417a0323cf3c2f7b5956c1fdb5722f14628f32657f92b381a70c6412b940b0ed740037ee20cbedf8032ef093a62deba847249288975
-AUX 6.3.0/musl.patch 2559 SHA256 
0d53a7b29f8ea6e337444e412cd07e80a620446eca0763edf1674e1544311acc SHA512 
764437a1c86bf97598a93aaa1a41cf9252350bcb6bfa5d70140e56387b230287875c5e4cb361ff8eb8f8e2f7ae6af8f5667c3e090ee7d6331bc4fb5daac9f023
 WHIRLPOOL 
35ecf4c3fd7c81c24775663a578f1befb6866545372313a1d0e961605ff065538b1e5c267d3db9a7853a75ddec880750bd4ede76eb13f078e4a8f29001bf2cf2
+AUX 6.3.0/cpu_indicator.patch 1357 SHA256 
69774c4cf74bb99e70d705a535041097973c5c316c972cd6d4a39d244fabddb0 SHA512 
a656b9760fd1c1237d168d099d4b3c2ddc5e9e632780f8468f60f8dfdb5235d251a03f9b4c3e029255171ca57ad742ec4164cbd1336584ce28cb64af15a9
 WHIRLPOOL 
5841e84c77994214603d58b309631ddcdef18b8030ef3eaa42940d89ae849b9de440a55e23e804738f7f974c9733afe754dedf958ce49d2eb91422aae0671cd8
+AUX 6.3.0/musl.patch 1202 SHA256 
08891bd560cd5f416bdc91947fd38708c206cf2a5aec96814b815aea3c9c5429 SHA512 
dd9b6b5f57177afcde51880a1f20c37fc24f5d078a248672ea1695a10359d8defd1c6cd9eb96986ba166ac8289d751e0a0eefe7f370c82568f3a44c858df174e
 WHIRLPOOL 
dc778ba1b3aea6b63921d9de95dadb8f7d1b0bc6380549180e7ee241f668b74d94f4f4ae40d97366831bb95786d493f476353ec318c66cf85335325a00b3
+AUX 7.1.0/posix_memalign.patch 1183 SHA256 
05bf3206710921e88c014a2aaaf55f8597cd75fc1660c8a85aff7e16c7fbef4c SHA512 
a782e0aec9cb9406c90a83b1933e4d6ba1356b33b82a99422528c3a50c9b4832b7c0501f620dc1c7bb2c6802255277a60b2aec19c2a60289c0d4eb1040a85c86
 WHIRLPOOL 
ff43b6f21311a529735a65f6f907d1df073ad496385705dd5c3f02f5d36270706244d104c0a869ec96338b7a1ca01d883832ec9acc781693254163e68189a008
 AUX awk/fixlafiles.awk 7700 SHA256 
5289279eb5df3dce696c56ce253980b9a9ae0968703f200970bbc24396a1ae62 SHA512 
5ed208e116769741dda7274f15c5b3bdfd482cd926261038bc696644b73aa0d0e950d7fbfc0eb1a90529dd134fa548c46499a18c77470a05d87ae76bc1b3acd2
 WHIRLPOOL 
06826b65ffdbcc1c624ffed16104301bebc47f4b44358197fd7f0f78d0805a5228e346a8eaf5ee79355e1921878f94d3dd527d39e2975ea3b919140139d884e0
 AUX awk/fixlafiles.awk-no_gcc_la 8480 SHA256 
9697196d45cc47d3846021c0dfd0a24208a75b10d32c74cef53aa253031f2efb SHA512 
7487115a3c4d6cf0edaf4b0ffeb87225d8fbcb7e595e2e99974582e0cce5868d7e292044db2631380c185553866554763eac4c3024347dbdb2cbf68679923294
 WHIRLPOOL 

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

2017-05-07 Thread Michał Górny
commit: e7acd95904e0de0214e2322327078a7982e5fbc4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  6 09:12:20 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:43:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7acd959

dev-python/pyramid: Fix deps, enable tests

Correct the package dependencies, and enable tests. The former includes:

1. putting dev-python/setuptools in RDEPEND since the package uses
   entry_points (pkg_resources),

2. adding dev-python/zope-deprecation to RDEPEND since the package
   states that as a runtime dependency,

3. removing nose & coverage from test dependencies since they are not
   used for testing upstream (it is extra dep for post-install testing
   but setup.py and the tests use plain unittest),

4. adding missing py2-conditional dependency on dev-python/zope-component
   for tests.

Appropriately switch python_test() to use 'setup.py test'.

 ...yramid-1.5.7.ebuild => pyramid-1.5.7-r1.ebuild} | 29 --
 1 file changed, 11 insertions(+), 18 deletions(-)

diff --git a/dev-python/pyramid/pyramid-1.5.7.ebuild 
b/dev-python/pyramid/pyramid-1.5.7-r1.ebuild
similarity index 57%
rename from dev-python/pyramid/pyramid-1.5.7.ebuild
rename to dev-python/pyramid/pyramid-1.5.7-r1.ebuild
index 15cb0026055..99de90acd49 100644
--- a/dev-python/pyramid/pyramid-1.5.7.ebuild
+++ b/dev-python/pyramid/pyramid-1.5.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,6 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 
 inherit distutils-r1
 
-RESTRICT="test" # Can't package dependencies
-
 DESCRIPTION="A small open source Python web framework"
 HOMEPAGE="http://www.pylonsproject.org/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
@@ -15,31 +13,26 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="repoze"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-#IUSE="test"
-# tests would pull in dev-python/zope-deprecation with its deps - not a good 
idea
+IUSE="test"
 
-RDEPEND="
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/chameleon[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
dev-python/webob[${PYTHON_USEDEP}]
dev-python/repoze-lru[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
+   dev-python/zope-deprecation[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
dev-python/translationstring[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
-   dev-python/venusian[${PYTHON_USEDEP}]
-   "
+   dev-python/venusian[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   "
-   #test? ( dev-python/webtest[${PYTHON_USEDEP}]
-   #   dev-python/nose[${PYTHON_USEDEP}]
-   #   dev-python/coverage[${PYTHON_USEDEP}]
-   #   dev-python/virtualenv[${PYTHON_USEDEP}]
-   #   )
-   #"
+   test? ( dev-python/webtest[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep \
+   'dev-python/zope-component[${PYTHON_USEDEP}]' \
+   'python2*' pypy)
+   )"
 
 python_test() {
-   nosetests || die "Tests fail with ${EPYTHON}"
+   esetup.py test
 }



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

2017-05-07 Thread Michał Górny
commit: bb3c9b713e74c4305626948c02664a573834c561
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  6 09:19:45 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:43:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3c9b71

dev-python/pyramid: Bump to 1.5.8 (to fix tests)

 dev-python/pyramid/Manifest |  1 +
 dev-python/pyramid/pyramid-1.5.8.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pyramid/Manifest b/dev-python/pyramid/Manifest
index c50399674db..c16b479d38b 100644
--- a/dev-python/pyramid/Manifest
+++ b/dev-python/pyramid/Manifest
@@ -1,2 +1,3 @@
 DIST pyramid-1.5.1.tar.gz 2401767 SHA256 
2fe0b4012f10444682acc0df3b9cb85c7cfff2508ba5cbe6db83f5f14b510d86 SHA512 
70b04111020d0f02ef21c52c44d7b6a5e78d198daee0068921df048bcae8b07567aee05d57f1a9e7329ef418116a0f7682aee30c6f785a4d1ec847e2519e7cc5
 WHIRLPOOL 
16e17ccba24f6a76c4ef0f2e361580e832c6450f453f88229bf1204cd123719e08e8565bb46d8b0bef5b395af2dfa87cb7ac7a9dc0dc9a0cc2d019490716e151
 DIST pyramid-1.5.7.tar.gz 2678474 SHA256 
c1302d5ccb6833e8794ddb649aa9bb64d86c05adb127c93e329f8863907449b4 SHA512 
32b0d4b85bf0f471b7c08ac7353f2859284ee7bb2451b68429074fb5f954e0e02d7bc4bdd86f843d6a5304b56a418e698d614806bbfd09dda9a608db88c25949
 WHIRLPOOL 
2c12aab5e91eede072f0b45b510699f048f9848753cf134e21dcb775b0f2fa96c815d1573cd11b67afa76f401bdab230b67fe1a24a8a861708309d8b26308619
+DIST pyramid-1.5.8.tar.gz 2546802 SHA256 
51474d93b80a9e55cc120f911eeb11c4728bb0ec5ff40495d28ff9977685eda5 SHA512 
725f472245c03a50463d9e8946dbc71063ef46d58df8a41804d1c68bb0abe796f7fcd36f7c1708f8597a980f8cb308fbeec0bbad3f82c0e7d3eb449f6719fe16
 WHIRLPOOL 
a2e9ce852fad1e491d6b1cbc01669e1f4fd67b512a345040ac975a6b2b2dc4245c21b479b6009ebfbc9aa05502c216e1bb396e33ed09c7907163960d25b79103

diff --git a/dev-python/pyramid/pyramid-1.5.8.ebuild 
b/dev-python/pyramid/pyramid-1.5.8.ebuild
new file mode 100644
index 000..99de90acd49
--- /dev/null
+++ b/dev-python/pyramid/pyramid-1.5.8.ebuild
@@ -0,0 +1,38 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A small open source Python web framework"
+HOMEPAGE="http://www.pylonsproject.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="repoze"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/chameleon[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   dev-python/webob[${PYTHON_USEDEP}]
+   dev-python/repoze-lru[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   dev-python/zope-deprecation[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+   dev-python/translationstring[${PYTHON_USEDEP}]
+   dev-python/pastedeploy[${PYTHON_USEDEP}]
+   dev-python/venusian[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? ( dev-python/webtest[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep \
+   'dev-python/zope-component[${PYTHON_USEDEP}]' \
+   'python2*' pypy)
+   )"
+
+python_test() {
+   esetup.py test
+}



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

2017-05-07 Thread Michał Górny
commit: d77fe6ac42932ca2072f13414eaa4cbad30d72b0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  4 16:30:33 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:43:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77fe6ac

dev-python/namespace-zope: New package to handle namespace

Add a new package that installs __init__.py that enables setuptools
namespace processing for zope packages. This makes it possible to remove
the hacky *.pth files installed by various zope packages currently while
preserving namespace package compatibility with Python 2. This in turn
should fix some of the issues with namespace handling.

 dev-python/namespace-zope/metadata.xml|  7 +
 dev-python/namespace-zope/namespace-zope-1.ebuild | 33 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/namespace-zope/metadata.xml 
b/dev-python/namespace-zope/metadata.xml
new file mode 100644
index 000..266e3f19ca5
--- /dev/null
+++ b/dev-python/namespace-zope/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+

diff --git a/dev-python/namespace-zope/namespace-zope-1.ebuild 
b/dev-python/namespace-zope/namespace-zope-1.ebuild
new file mode 100644
index 000..c56c155ca61
--- /dev/null
+++ b/dev-python/namespace-zope/namespace-zope-1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}}  )
+inherit python-r1
+
+DESCRIPTION="Namespace package declaration for zope"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}"
+DEPEND="${PYTHON_DEPS}"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_unpack() {
+   mkdir -p "${S}"/zope || die
+   cat > "${S}"/zope/__init__.py <<-EOF || die
+   __import__('pkg_resources').declare_namespace(__name__)
+   EOF
+}
+
+src_install() {
+   python_foreach_impl python_domodule zope
+}



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

2017-05-07 Thread Michał Górny
commit: 8c67507ecdb920a8a56ed510f8e535e2be33144e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  6 09:05:04 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:43:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c67507e

dev-python/zope-deprecation: New package, dep of dev-python/pyramid

 dev-python/zope-deprecation/Manifest   |  1 +
 dev-python/zope-deprecation/metadata.xml   | 11 +++
 .../zope-deprecation/zope-deprecation-4.2.0.ebuild | 36 ++
 3 files changed, 48 insertions(+)

diff --git a/dev-python/zope-deprecation/Manifest 
b/dev-python/zope-deprecation/Manifest
new file mode 100644
index 000..98b6bb89ca5
--- /dev/null
+++ b/dev-python/zope-deprecation/Manifest
@@ -0,0 +1 @@
+DIST zope.deprecation-4.2.0.tar.gz 223338 SHA256 
ff32c5bb5388b77b22c83ed1f1aa01cdbb076d9f2cfa2b825450ce9e2ecfd738 SHA512 
8ae5428d8e76014aaf17bfc05c88e7423be892f35bc9ec61f2f2919bb043fe0937cb592eec81763d9b6841ba3afa938e047cbecfacb9e4d29350e99f6ed417e6
 WHIRLPOOL 
967564825174b50c591a4d6f309b3384fce7dfa0c1201d38b332f2b2354c071fe1b63493b57ed6d35ecfe6534bb3be810ad7b30b2d3b1365b263757c066d1848

diff --git a/dev-python/zope-deprecation/metadata.xml 
b/dev-python/zope-deprecation/metadata.xml
new file mode 100644
index 000..ae35638ded3
--- /dev/null
+++ b/dev-python/zope-deprecation/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   zope.deprecation
+   zopefoundation/zope.deprecation
+   
+

diff --git a/dev-python/zope-deprecation/zope-deprecation-4.2.0.ebuild 
b/dev-python/zope-deprecation/zope-deprecation-4.2.0.ebuild
new file mode 100644
index 000..a03bcc2ab00
--- /dev/null
+++ b/dev-python/zope-deprecation/zope-deprecation-4.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Zope Deprecation Infrastructure"
+HOMEPAGE="https://github.com/zopefoundation/zope.deprecation;
+SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]"
+# note: nosetests are not actually used or enforced via test_requires
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${MY_P}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2017-05-07 Thread Michał Górny
commit: 54eb6222f3d13ea77177f2847e65d1316dce4f43
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 29 09:24:55 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:43:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54eb6222

dev-python/zope-exceptions: New package, dep of zope.testing

 dev-python/zope-exceptions/Manifest|  1 +
 dev-python/zope-exceptions/metadata.xml| 12 +++
 .../zope-exceptions/zope-exceptions-4.1.0.ebuild   | 39 ++
 3 files changed, 52 insertions(+)

diff --git a/dev-python/zope-exceptions/Manifest 
b/dev-python/zope-exceptions/Manifest
new file mode 100644
index 000..296c3478b61
--- /dev/null
+++ b/dev-python/zope-exceptions/Manifest
@@ -0,0 +1 @@
+DIST zope.exceptions-4.1.0.tar.gz 26605 SHA256 
f1c086abddc9f2050df5824ff7ab8ece3285c8e28453a29ee761effbc5e592ad SHA512 
7491a0558a999d6907d2d1adb33086ef047dd4fc5d39709da628a94ee11f5afaec4b2cb456c19b16595cfaf46cc0d25fb847196d331c9d9c80d2ba3a582b415f
 WHIRLPOOL 
763293545163ec66a52ee49db08183d7bc73832e862b097e0fb9d07f1cb8d8a6a280bfa053a4fd1278ef61db146e689df5e9305d44dae327ceadc00b9d776303

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

diff --git a/dev-python/zope-exceptions/zope-exceptions-4.1.0.ebuild 
b/dev-python/zope-exceptions/zope-exceptions-4.1.0.ebuild
new file mode 100644
index 000..976197f62de
--- /dev/null
+++ b/dev-python/zope-exceptions/zope-exceptions-4.1.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="General purpose exceptions for Zope packages"
+HOMEPAGE="https://pypi.python.org/pypi/zope.exceptions 
https://github.com/zopefoundation/zope.exceptions;
+SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# TODO: extras?
+RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/zope-testrunner[${PYTHON_USEDEP}] )"
+
+S=${WORKDIR}/${MY_P}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   # remove .pth files since dev-python/namespace-zope handles the ns
+   find "${D}" -name '*.pth' -delete || die
+}



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

2017-05-07 Thread Michał Górny
commit: 743b5c504e058d36b47e1574b5fe6f82dcf4118c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  4 18:50:16 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:43:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743b5c50

dev-python/zc-buildout: Partially enable tests

Add missing test dependencies and python_test() implementation. Sadly,
the tests fail hard with Python 3.

 dev-python/zc-buildout/zc-buildout-2.5.3.ebuild | 18 ++
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/dev-python/zc-buildout/zc-buildout-2.5.3.ebuild 
b/dev-python/zc-buildout/zc-buildout-2.5.3.ebuild
index a49133684c6..a5324fbf46e 100644
--- a/dev-python/zc-buildout/zc-buildout-2.5.3.ebuild
+++ b/dev-python/zc-buildout/zc-buildout-2.5.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,18 +16,28 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 LICENSE="ZPL"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
 
 RDEPEND=">=dev-python/setuptools-3.3[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )"
 
 S="${WORKDIR}"/${MY_P}
 
 DOCS=( README.rst doc/tutorial.txt )
-# Tests require zope packages absent from portage
 
 # Prevent incorrect installation of data file
 python_prepare_all() {
sed -e '/^include_package_data/d' -i setup.py || die
distutils-r1_python_prepare_all
 }
+
+python_test() {
+   if python_is_python3; then
+   ewarn "Tests are broken for ${EPYTHON}, skipping"
+   continue
+   fi
+
+   distutils_install_for_testing
+   "${PYTHON}" src/zc/buildout/tests.py || die "Tests fail with ${EPYTHON}"
+}



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

2017-05-07 Thread Michał Górny
commit: 67aa5c7fa7909b67270b90325ea621ff87fe4083
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 29 09:16:41 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:43:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67aa5c7f

dev-python/zope-event: Tested on pypy3

 dev-python/zope-event/zope-event-4.2.0-r1.ebuild | 2 +-
 dev-python/zope-event/zope-event-4.2.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/zope-event/zope-event-4.2.0-r1.ebuild 
b/dev-python/zope-event/zope-event-4.2.0-r1.ebuild
index fb4a47f9e82..beab379acd8 100644
--- a/dev-python/zope-event/zope-event-4.2.0-r1.ebuild
+++ b/dev-python/zope-event/zope-event-4.2.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 MY_PN=zope.event

diff --git a/dev-python/zope-event/zope-event-4.2.0.ebuild 
b/dev-python/zope-event/zope-event-4.2.0.ebuild
index e9072ce3258..1a533c01cc4 100644
--- a/dev-python/zope-event/zope-event-4.2.0.ebuild
+++ b/dev-python/zope-event/zope-event-4.2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 MY_PN=zope.event



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

2017-05-07 Thread Michał Górny
commit: 2fb75581c291cd4366e033f1dfb768a13846808c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  4 16:56:40 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:43:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb75581

dev-python/zope-interface: Use dev-python/namespace-zope

 .../zope-interface/zope-interface-4.4.0-r1.ebuild  | 46 ++
 1 file changed, 46 insertions(+)

diff --git a/dev-python/zope-interface/zope-interface-4.4.0-r1.ebuild 
b/dev-python/zope-interface/zope-interface-4.4.0-r1.ebuild
new file mode 100644
index 000..2c219319fbd
--- /dev/null
+++ b/dev-python/zope-interface/zope-interface-4.4.0-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Interfaces for Python"
+HOMEPAGE="https://pypi.python.org/pypi/zope.interface 
https://github.com/zopefoundation/zope.interface;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]"
+DEPEND=">=dev-python/setuptools-33.1.1[${PYTHON_USEDEP}]
+   test? ( dev-python/zope-event[${PYTHON_USEDEP}] )"
+
+S=${WORKDIR}/${MY_P}
+
+python_compile() {
+   if ! python_is_python3; then
+   local CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
+   append-flags -fno-strict-aliasing
+   fi
+
+   distutils-r1_python_compile
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   # remove .pth files since dev-python/namespace-zope handles the ns
+   find "${D}" -name '*.pth' -delete || die
+}



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

2017-05-07 Thread Michał Górny
commit: 7137b61e91ee3a3f1127b4672210d856bc32d9fb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 29 09:37:20 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:43:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7137b61e

dev-python/zope-testing: New package, dep of zc.buildout

 dev-python/zope-testing/Manifest  |  1 +
 dev-python/zope-testing/metadata.xml  | 12 +++
 dev-python/zope-testing/zope-testing-4.6.1.ebuild | 38 +++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/zope-testing/Manifest b/dev-python/zope-testing/Manifest
new file mode 100644
index 000..a3bfa8c8851
--- /dev/null
+++ b/dev-python/zope-testing/Manifest
@@ -0,0 +1 @@
+DIST zope.testing-4.6.1.tar.gz 59292 SHA256 
a65c15b8e35a2dde138bc29deac1116658fedeea41baa942147c1ffaab847def SHA512 
13ab0ce01efc42227980e79e97ea91d37d377b83d38e897750cee344e9ab1a82f6d860d7884374da55cd0e102447f56fb69970fbfad2de927c0cee3c18b0ddb9
 WHIRLPOOL 
bdca81b71912af70e89a814f39ffb7dd38db8d1c71413c2ee1b2eae4911b287218b0709e7a01ea79e52559be0f8c48474708abc6b871dad6e89349fb03c15a8c

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

diff --git a/dev-python/zope-testing/zope-testing-4.6.1.ebuild 
b/dev-python/zope-testing/zope-testing-4.6.1.ebuild
new file mode 100644
index 000..95578fccb91
--- /dev/null
+++ b/dev-python/zope-testing/zope-testing-4.6.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Zope testing helpers"
+HOMEPAGE="https://pypi.python.org/pypi/zope.testing 
https://github.com/zopefoundation/zope.testing;
+SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]
+   dev-python/zope-exceptions[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${MY_P}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   # remove .pth files since dev-python/namespace-zope handles the ns
+   find "${D}" -name '*.pth' -delete || die
+}



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

2017-05-07 Thread Michał Górny
commit: d5b7118e1b9a5f42502191868b609d0ef4721582
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 29 09:21:45 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:43:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b7118e

dev-python/zope-interface: Tested on pypy3

 dev-python/zope-interface/zope-interface-4.4.0-r1.ebuild | 2 +-
 dev-python/zope-interface/zope-interface-4.4.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/zope-interface/zope-interface-4.4.0-r1.ebuild 
b/dev-python/zope-interface/zope-interface-4.4.0-r1.ebuild
index 2c219319fbd..becb2ed4920 100644
--- a/dev-python/zope-interface/zope-interface-4.4.0-r1.ebuild
+++ b/dev-python/zope-interface/zope-interface-4.4.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1 flag-o-matic
 

diff --git a/dev-python/zope-interface/zope-interface-4.4.0.ebuild 
b/dev-python/zope-interface/zope-interface-4.4.0.ebuild
index de8318de9ba..fb7119d07fc 100644
--- a/dev-python/zope-interface/zope-interface-4.4.0.ebuild
+++ b/dev-python/zope-interface/zope-interface-4.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1 flag-o-matic
 



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

2017-05-07 Thread Michał Górny
commit: 4b05eca45e2fb441c385726c59b1b5ec294ae7ae
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 29 09:53:36 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:43:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b05eca4

dev-python/zope-testrunner: New package, test dep of zope.exceptions

 dev-python/zope-testrunner/Manifest|  1 +
 dev-python/zope-testrunner/metadata.xml| 12 ++
 .../zope-testrunner/zope-testrunner-4.6.0.ebuild   | 44 ++
 3 files changed, 57 insertions(+)

diff --git a/dev-python/zope-testrunner/Manifest 
b/dev-python/zope-testrunner/Manifest
new file mode 100644
index 000..0ea9c3efd71
--- /dev/null
+++ b/dev-python/zope-testrunner/Manifest
@@ -0,0 +1 @@
+DIST zope.testrunner-4.6.0.zip 278215 SHA256 
f57aa4729c353a137090081ad110d6bdf3a6489108e6878136e907fc14d6edff SHA512 
4f90f7111f36cfca95b062cacc947a6f547871e5fb182e56190009217c517566199e79c768fa4a451c945c8916ed596f54b4ff06552bde3a160a7a7e03b22ff5
 WHIRLPOOL 
26c00298bbbc106d3e0f82a3d6bee382b987f634ef45a532548ef795ec942a2de59526572ad7f66b04dd67ad2044cc6ee9682e350e0870a4954edeed07ce69dc

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

diff --git a/dev-python/zope-testrunner/zope-testrunner-4.6.0.ebuild 
b/dev-python/zope-testrunner/zope-testrunner-4.6.0.ebuild
new file mode 100644
index 000..99f2b933baa
--- /dev/null
+++ b/dev-python/zope-testrunner/zope-testrunner-4.6.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Zope testrunner script"
+HOMEPAGE="https://pypi.python.org/pypi/zope.testrunner 
https://github.com/zopefoundation/zope.testrunner;
+SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.zip"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# TODO: extras?
+RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/zope-exceptions[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )"
+
+S=${WORKDIR}/${MY_P}
+
+python_test() {
+   # some tests rely on .pyc files being present
+   local -x PYTHONDONTWRITEBYTECODE=
+   esetup.py test
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   # remove .pth files since dev-python/namespace-zope handles the ns
+   find "${D}" -name '*.pth' -delete || die
+}



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

2017-05-07 Thread Michał Górny
commit: 6e79dd243b28bf2d1c19f71e30c17240f2491d67
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  4 16:55:11 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:43:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e79dd24

dev-python/zope-component: Use dev-python/namespace-zope

 .../zope-component/zope-component-4.3.0-r1.ebuild  | 39 ++
 1 file changed, 39 insertions(+)

diff --git a/dev-python/zope-component/zope-component-4.3.0-r1.ebuild 
b/dev-python/zope-component/zope-component-4.3.0-r1.ebuild
new file mode 100644
index 000..797aa183c93
--- /dev/null
+++ b/dev-python/zope-component/zope-component-4.3.0-r1.ebuild
@@ -0,0 +1,39 @@
+# 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
+MY_PN=zope.component
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Zope Component Architecture"
+HOMEPAGE="https://github.com/zopefoundation/zope.component 
http://docs.zope.org/zope.component/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]
+   dev-python/zope-event[${PYTHON_USEDEP}]
+   >=dev-python/zope-interface-4.1.0[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${MY_P}
+
+RESTRICT="test"
+
+python_test() {
+   nosetests || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   # remove .pth files since dev-python/namespace-zope handles the ns
+   find "${D}" -name '*.pth' -delete || die
+}



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

2017-05-07 Thread Michał Górny
commit: 82401f696acd2193738aecf1dd3c6ced0c4d0e60
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  4 16:56:08 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:43:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82401f69

dev-python/zope-event: Use dev-python/namespace-zope

 dev-python/zope-event/zope-event-4.2.0-r1.ebuild | 35 
 1 file changed, 35 insertions(+)

diff --git a/dev-python/zope-event/zope-event-4.2.0-r1.ebuild 
b/dev-python/zope-event/zope-event-4.2.0-r1.ebuild
new file mode 100644
index 000..fb4a47f9e82
--- /dev/null
+++ b/dev-python/zope-event/zope-event-4.2.0-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+MY_PN=zope.event
+
+MY_P=${MY_PN}-${PV}
+DESCRIPTION="Event publishing / dispatch, used by Zope Component Architecture"
+HOMEPAGE="https://github.com/zopefoundation/zope.event 
http://docs.zope.org/zope.event/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]"
+DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${MY_P}
+
+python_test() {
+   nosetests || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   # remove .pth files since dev-python/namespace-zope handles the ns
+   find "${D}" -name '*.pth' -delete || die
+}



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

2017-05-07 Thread Mike Gilbert
commit: 080246df65f36207c60eff54397bf432a860e73d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:26:18 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:39:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080246df

dev-util/pkgconf: enable testing

Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61

 dev-util/pkgconf/pkgconf-1.3.5.ebuild | 16 +++-
 dev-util/pkgconf/pkgconf-.ebuild  | 16 +++-
 2 files changed, 22 insertions(+), 10 deletions(-)

diff --git a/dev-util/pkgconf/pkgconf-1.3.5.ebuild 
b/dev-util/pkgconf/pkgconf-1.3.5.ebuild
index 8161648cd17..e616d6b2b7c 100644
--- a/dev-util/pkgconf/pkgconf-1.3.5.ebuild
+++ b/dev-util/pkgconf/pkgconf-1.3.5.ebuild
@@ -18,18 +18,24 @@ HOMEPAGE="https://github.com/pkgconf/pkgconf;
 
 LICENSE="BSD-1"
 SLOT="0"
-IUSE="+pkg-config"
+IUSE="+pkg-config test"
 
 # tests require 'kyua'
-RESTRICT="test"
+RESTRICT="!test? ( test )"
 
-DEPEND=""
-RDEPEND="${DEPEND}
+DEPEND="
+   test? (
+   dev-libs/atf
+   dev-util/kyua
+   )
+"
+RDEPEND="
pkg-config? (
!dev-util/pkgconfig
!dev-util/pkg-config-lite
!dev-util/pkgconfig-openbsd[pkg-config]
-   )"
+   )
+"
 
 MULTILIB_CHOST_TOOLS=(
/usr/bin/pkgconf

diff --git a/dev-util/pkgconf/pkgconf-.ebuild 
b/dev-util/pkgconf/pkgconf-.ebuild
index 8161648cd17..e616d6b2b7c 100644
--- a/dev-util/pkgconf/pkgconf-.ebuild
+++ b/dev-util/pkgconf/pkgconf-.ebuild
@@ -18,18 +18,24 @@ HOMEPAGE="https://github.com/pkgconf/pkgconf;
 
 LICENSE="BSD-1"
 SLOT="0"
-IUSE="+pkg-config"
+IUSE="+pkg-config test"
 
 # tests require 'kyua'
-RESTRICT="test"
+RESTRICT="!test? ( test )"
 
-DEPEND=""
-RDEPEND="${DEPEND}
+DEPEND="
+   test? (
+   dev-libs/atf
+   dev-util/kyua
+   )
+"
+RDEPEND="
pkg-config? (
!dev-util/pkgconfig
!dev-util/pkg-config-lite
!dev-util/pkgconfig-openbsd[pkg-config]
-   )"
+   )
+"
 
 MULTILIB_CHOST_TOOLS=(
/usr/bin/pkgconf



[gentoo-commits] repo/gentoo:master commit in: dev-lua/lutok/

2017-05-07 Thread Mike Gilbert
commit: de1508597b064b934c0ca454edd432b727bb94ea
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:30:39 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:39:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de150859

dev-lua/lutok: add test deps

Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61

 dev-lua/lutok/lutok-0.4.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-lua/lutok/lutok-0.4.ebuild b/dev-lua/lutok/lutok-0.4.ebuild
index c71be93cc48..1f1c15d9f03 100644
--- a/dev-lua/lutok/lutok-0.4.ebuild
+++ b/dev-lua/lutok/lutok-0.4.ebuild
@@ -12,13 +12,18 @@ 
SRC_URI="https://github.com/jmmv/lutok/releases/download/${P}/${P}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-lang/lua:0
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig
+   test? (
+   dev-libs/atf
+   dev-util/kyua
+   )
 "
 
 src_configure() {



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

2017-05-07 Thread Mike Gilbert
commit: 66cd349c97a80614c65a518e8e3c4fe65812cd8b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:36:41 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:39:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66cd349c

dev-util/kyua: add test deps

Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61

 dev-util/kyua/kyua-0.13.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-util/kyua/kyua-0.13.ebuild b/dev-util/kyua/kyua-0.13.ebuild
index ac350d78870..a0f46d7be88 100644
--- a/dev-util/kyua/kyua-0.13.ebuild
+++ b/dev-util/kyua/kyua-0.13.ebuild
@@ -10,11 +10,16 @@ 
SRC_URI="https://github.com/jmmv/kyua/releases/download/${P}/${P}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
+
+# Tests fail
+RESTRICT="test"
 
 RDEPEND="
dev-db/sqlite:3
dev-lua/lutok
 "
 DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+   virtual/pkgconfig
+   test? ( dev-libs/atf )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-lua/lutok/

2017-05-07 Thread Mike Gilbert
commit: 894bec61211d5204f9fd46f9951509c2bf42e71b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:11:18 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:39:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894bec61

dev-lua/lutok: new package

Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61

 dev-lua/lutok/Manifest |  1 +
 dev-lua/lutok/lutok-0.4.ebuild | 31 +++
 dev-lua/lutok/metadata.xml |  8 
 3 files changed, 40 insertions(+)

diff --git a/dev-lua/lutok/Manifest b/dev-lua/lutok/Manifest
new file mode 100644
index 000..c38b7e4524c
--- /dev/null
+++ b/dev-lua/lutok/Manifest
@@ -0,0 +1 @@
+DIST lutok-0.4.tar.gz 489570 SHA256 
2cec51efa0c8d65ace8b21eaa08384b77abc5087b46e785f78de1c21fb754cd5 SHA512 
664f30099bfbb30978e24068a9232a4ff1b5b1839c601bf784f35f6bb1394558067495093a3b0343c94e756d2e4186a32a8227baf5934c15c45905f7c0a5d19c
 WHIRLPOOL 
7d4488d51c69993eb459c31c246f1bd7926f35b1685932a723ce0fecae2dcce2d7c0cc474b253f691918b5a6b84873b8b4fefa2cc9c446a1b7c8bb2f152bd990

diff --git a/dev-lua/lutok/lutok-0.4.ebuild b/dev-lua/lutok/lutok-0.4.ebuild
new file mode 100644
index 000..c71be93cc48
--- /dev/null
+++ b/dev-lua/lutok/lutok-0.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit ltprune
+
+DESCRIPTION="Lightweight C++ API library for Lua"
+HOMEPAGE="https://github.com/jmmv/lutok;
+SRC_URI="https://github.com/jmmv/lutok/releases/download/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-lang/lua:0
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_configure() {
+   econf --disable-static
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}

diff --git a/dev-lua/lutok/metadata.xml b/dev-lua/lutok/metadata.xml
new file mode 100644
index 000..de09ffd8b08
--- /dev/null
+++ b/dev-lua/lutok/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   flop...@gentoo.org
+   Mike Gilbert
+   
+



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

2017-05-07 Thread Mike Gilbert
commit: 3b4f06e4681f49b192b676c5ce6d6922813586cc
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:24:51 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:39:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b4f06e4

profiles: mask dev-util/pkgconf[test] for keywording

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/base/package.use.mask  | 4 
 profiles/arch/x86/package.use.mask   | 4 
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 45483927bbc..59d87573df0 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Mike Gilbert  (07 May 2017)
+# Test deps need keywording.
+dev-util/pkgconf -test
+
 # Thomas Deutschmann  (01 Mar 2017)
 # dev-libs/libmaxminddb is keyworded on amd64
 app-admin/rsyslog -mdblookup

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index f2d3a9b4916..4c409c18ec1 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Mike Gilbert  (07 May 2017)
+# Test deps need keywording.
+dev-util/pkgconf test
+
 # Thomas Deutschmann  (01 Mar 2017)
 # dev-libs/libmaxminddb is only keyworded on amd64 and x86 at the moment
 app-admin/rsyslog mdblookup

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index f091f81ef11..4fbdbe35559 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -3,6 +3,10 @@
 
 # This file requires >=portage-2.1.1
 
+# Mike Gilbert  (07 May 2017)
+# Test deps need keywording.
+dev-util/pkgconf -test
+
 # Thomas Deutschmann  (01 Mar 2017)
 # dev-libs/libmaxminddb is keyworded on x86
 app-admin/rsyslog -mdblookup



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

2017-05-07 Thread Mike Gilbert
commit: 10a677ec45256f23fb49216b53a3a29faadae879
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:13:48 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:39:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a677ec

dev-libs/atf: new package

Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61

 dev-libs/atf/Manifest|  1 +
 dev-libs/atf/atf-0.21.ebuild | 22 ++
 dev-libs/atf/metadata.xml|  8 
 3 files changed, 31 insertions(+)

diff --git a/dev-libs/atf/Manifest b/dev-libs/atf/Manifest
new file mode 100644
index 000..c4791aa6289
--- /dev/null
+++ b/dev-libs/atf/Manifest
@@ -0,0 +1 @@
+DIST atf-0.21.tar.gz 567791 SHA256 
92bc64180135eea8fe84c91c9f894e678767764f6dbc8482021d4dde09857505 SHA512 
9b4b67d7d0d1f65cc9571d38c67dfc620b08ff7c0abf57d87bcae54055b4af21f95f3363f2cf8ee9b13b89a5351bc58669b784a0fd8c1beb0664c14933c10ce1
 WHIRLPOOL 
bb071554c9cf671ac0455bced0bb98f6040dfe4965e6652b7e75756d7c0f586f1d84e8bd9e97eceea0eabec7d6e9dac86ccc00014a05fc6ce4c92831b7e800dd

diff --git a/dev-libs/atf/atf-0.21.ebuild b/dev-libs/atf/atf-0.21.ebuild
new file mode 100644
index 000..59c667fb637
--- /dev/null
+++ b/dev-libs/atf/atf-0.21.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit ltprune
+
+DESCRIPTION="Libraries to write tests in C, C++ and shell"
+HOMEPAGE="https://github.com/jmmv/atf;
+SRC_URI="https://github.com/jmmv/atf/releases/download/${P}/${P}.tar.gz;
+
+LICENSE="BSD BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="virtual/pkgconfig"
+
+src_install() {
+   default
+   prune_libtool_files
+}

diff --git a/dev-libs/atf/metadata.xml b/dev-libs/atf/metadata.xml
new file mode 100644
index 000..de09ffd8b08
--- /dev/null
+++ b/dev-libs/atf/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   flop...@gentoo.org
+   Mike Gilbert
+   
+



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

2017-05-07 Thread Mike Gilbert
commit: 544befca3cb56339f6030396e4e49204358ff0e5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:12:23 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:39:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544befca

dev-util/kyua: new package

Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61

 dev-util/kyua/Manifest |  1 +
 dev-util/kyua/kyua-0.13.ebuild | 20 
 dev-util/kyua/metadata.xml |  8 
 3 files changed, 29 insertions(+)

diff --git a/dev-util/kyua/Manifest b/dev-util/kyua/Manifest
new file mode 100644
index 000..64ea8fd03e1
--- /dev/null
+++ b/dev-util/kyua/Manifest
@@ -0,0 +1 @@
+DIST kyua-0.13.tar.gz 663776 SHA256 
db6e5d341d5cf7e49e50aa361243e19087a00ba33742b0855d2685c0b8e721d6 SHA512 
80ecf4fd888d4759122f3c1d1d5b06a19135e06f7bca1ef8458c7a5e78c1b6baff54969c863c93f11c40611ca256fc0334402531397b16788fb3ec701dd278ae
 WHIRLPOOL 
565f34704941b704fdbd92f441fc85a479322480a005dfbb1f9c22f155cfe3e3d6d7675f06a4c9618c05accdc4bc753b95464a4dce8d1bcc4bcca687dcfa

diff --git a/dev-util/kyua/kyua-0.13.ebuild b/dev-util/kyua/kyua-0.13.ebuild
new file mode 100644
index 000..ac350d78870
--- /dev/null
+++ b/dev-util/kyua/kyua-0.13.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Testing framework for infrastructure software"
+HOMEPAGE="https://github.com/jmmv/lutok;
+SRC_URI="https://github.com/jmmv/kyua/releases/download/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-db/sqlite:3
+   dev-lua/lutok
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"

diff --git a/dev-util/kyua/metadata.xml b/dev-util/kyua/metadata.xml
new file mode 100644
index 000..de09ffd8b08
--- /dev/null
+++ b/dev-util/kyua/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   flop...@gentoo.org
+   Mike Gilbert
+   
+



[gentoo-commits] proj/qt:master commit in: dev-python/pyside/

2017-05-07 Thread Davide Pesavento
commit: 3d51fdb36061e32a4d8bbe195a89c2d39e67831f
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun May  7 18:31:12 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun May  7 18:31:12 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=3d51fdb3

dev-python/pyside: improve REQUIRED_USE

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pyside/pyside-.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-python/pyside/pyside-.ebuild 
b/dev-python/pyside/pyside-.ebuild
index add5ade8..04b2a2e8 100644
--- a/dev-python/pyside/pyside-.ebuild
+++ b/dev-python/pyside/pyside-.ebuild
@@ -24,7 +24,8 @@ IUSE="concurrent declarative designer gui help multimedia 
network opengl
printsupport script scripttools sql svg test testlib webchannel
webengine webkit websockets widgets x11extras xmlpatterns"
 
-# The requirements below were strongly inspired by their PyQt5 equivalents.
+# The requirements below were extracted from the output of
+# 'grep "set(.*_deps" "${S}"/PySide2/Qt*/CMakeLists.txt'
 REQUIRED_USE="
${PYTHON_REQUIRED_USE}
declarative? ( gui network )
@@ -33,17 +34,15 @@ REQUIRED_USE="
multimedia? ( gui network )
opengl? ( widgets )
printsupport? ( widgets )
-   scripttools? ( gui script )
+   scripttools? ( gui script widgets )
sql? ( widgets )
svg? ( widgets )
-   test? ( widgets )
testlib? ( widgets )
-   webchannel? ( network )
-   webengine? ( network webchannel widgets )
+   webengine? ( gui network webchannel widgets )
webkit? ( gui network printsupport widgets )
websockets? ( network )
widgets? ( gui )
-   xmlpatterns? ( network )
+   x11extras? ( gui )
 "
 
 # Minimum version of Qt required, derived from the CMakeLists.txt line:



[gentoo-commits] proj/qt:master commit in: dev-python/pyside/

2017-05-07 Thread Davide Pesavento
commit: 6865d1f84a82750b90c88b9578fe077380037f8b
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun May  7 18:09:10 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun May  7 18:09:10 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=6865d1f8

dev-python/pyside: handle QtMultimediaWidgets module

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pyside/metadata.xml   | 2 +-
 dev-python/pyside/pyside-.ebuild | 7 ---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyside/metadata.xml b/dev-python/pyside/metadata.xml
index 6dff63cb..a4b07195 100644
--- a/dev-python/pyside/metadata.xml
+++ b/dev-python/pyside/metadata.xml
@@ -11,7 +11,7 @@
Build QtDesigner and QtUiTools 
modules
Build QtGui module
Build QtHelp module
-   Build QtMultimedia module
+   Build QtMultimedia and 
QtMultimediaWidgets modules
Build QtNetwork module
Build QtOpenGL module
Build QtPrintSupport module

diff --git a/dev-python/pyside/pyside-.ebuild 
b/dev-python/pyside/pyside-.ebuild
index e928ede9..add5ade8 100644
--- a/dev-python/pyside/pyside-.ebuild
+++ b/dev-python/pyside/pyside-.ebuild
@@ -50,7 +50,7 @@ REQUIRED_USE="
 #   find_package(Qt5 ${QT_PV} REQUIRED COMPONENTS Core)
 QT_PV="5.6*:5"
 
-RDEPEND="
+DEPEND="
${PYTHON_DEPS}
>=dev-python/shiboken-${PV}:${SLOT}[${PYTHON_USEDEP}]
=dev-qt/qtcore-${QT_PV}
@@ -79,7 +79,7 @@ RDEPEND="
testlib? ( =dev-qt/qttest-${QT_PV} )
widgets? ( =dev-qt/qtwidgets-${QT_PV} )
 "
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
#FIXME: Remove the following "sed" patch after this upstream issue is 
closed:
@@ -102,7 +102,7 @@ src_configure() {
# For each line of the form "CHECK_PACKAGE_FOUND(${PACKAGE_NAME} opt)" 
in
# PySide2/CMakeLists.txt defining an optional dependency, an option of 
the
# form "-DCMAKE_DISABLE_FIND_PACKAGE_${PACKAGE_NAME}=$(usex 
!${USE_FLAG})"
-   # is passed to "cmake" here conditionally disabling this dependency.
+   # is passed to cmake here conditionally disabling this dependency.
local mycmakeargs=(
-DBUILD_TESTS=$(usex test)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Concurrent=$(usex !concurrent)
@@ -111,6 +111,7 @@ src_configure() {
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5UiTools=$(usex !designer)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Help=$(usex !help)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Multimedia=$(usex !multimedia)
+   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5MultimediaWidgets=$(usex 
!multimedia)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Network=$(usex !network)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5OpenGL=$(usex !opengl)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Qml=$(usex !declarative)



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

2017-05-07 Thread Michał Górny
commit: b25230c9155672bbc1a7400a5a8515350269dfef
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Wed Apr 12 00:44:19 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:29:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25230c9

app-editors/vis: new package, #613820

 app-editors/vis/Manifest|  1 +
 app-editors/vis/metadata.xml| 17 +
 app-editors/vis/vis-0.3.ebuild  | 39 +++
 app-editors/vis/vis-.ebuild | 40 
 4 files changed, 97 insertions(+)

diff --git a/app-editors/vis/Manifest b/app-editors/vis/Manifest
new file mode 100644
index 000..e097689917e
--- /dev/null
+++ b/app-editors/vis/Manifest
@@ -0,0 +1 @@
+DIST vis-0.3.tar.gz 334216 SHA256 
bed8ed32ef4f81bc4fd28e297ea8edc80027ac6923b9d3b5bd955d24899c7077 SHA512 
e1ca009bd7569f22dacf7464791f9f4499695d15d6e38e1be491d39e7ebe0530de643be5c1e7647e9beb7969a17efab6545d3e719fe8cf311562e89d636bba62
 WHIRLPOOL 
a0ddd69b88b4131d4b9c2ba5494e255f20cd99f91998e4ad4fcec3e0298e39d9319571201b8ae4c8b4d21da78b99d865d72bfb534024a89863d66b9968e562c8

diff --git a/app-editors/vis/metadata.xml b/app-editors/vis/metadata.xml
new file mode 100644
index 000..0226bf9ceda
--- /dev/null
+++ b/app-editors/vis/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   cont...@hacktivis.me
+
+
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+
+
+Vis aims to be a modern, legacy free, simple yet efficient editor combining 
the strengths of both vi(m) and sam.
+
+
+   more memory efficient regex search using 
dev-libs/tre
+
+

diff --git a/app-editors/vis/vis-0.3.ebuild b/app-editors/vis/vis-0.3.ebuild
new file mode 100644
index 000..e6ef1b66306
--- /dev/null
+++ b/app-editors/vis/vis-0.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor"
+HOMEPAGE="https://github.com/martanne/vis;
+SRC_URI="https://github.com/martanne/vis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ncurses selinux tre"
+
+#Note: vis is reported to also work with NetBSD curses
+#TODO: >=dev-lang/lua-5.2 (needed for syntax highlighting and settings)
+DEPEND=" dev-libs/libtermkey
+   ncurses? ( sys-libs/ncurses:0= )
+   tre? ( dev-libs/tre:= )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf \
+   $(use_enable ncurses curses) \
+   $(use_enable selinux) \
+   $(use_enable tre)
+}
+
+update_symlinks() {
+   einfo "Calling eselect vi update --if-unset…"
+   eselect vi update --if-unset
+}
+
+pkg_postrm() {
+   update_symlinks
+}
+
+pkg_postinst() {
+   update_symlinks
+}

diff --git a/app-editors/vis/vis-.ebuild b/app-editors/vis/vis-.ebuild
new file mode 100644
index 000..55adf200601
--- /dev/null
+++ b/app-editors/vis/vis-.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit git-r3
+
+DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor"
+HOMEPAGE="https://github.com/martanne/vis;
+EGIT_REPO_URI="https://github.com/martanne/vis.git;
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS=""
+IUSE="+ncurses selinux tre"
+
+#Note: vis is reported to also work with NetBSD curses
+#TODO: >=dev-lang/lua-5.2 (needed for syntax highlighting and settings)
+DEPEND=" dev-libs/libtermkey
+   ncurses? ( sys-libs/ncurses:0= )
+   tre? ( dev-libs/tre:= )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf \
+   $(use_enable ncurses curses) \
+   $(use_enable selinux) \
+   $(use_enable tre)
+}
+
+update_symlinks() {
+   einfo "Calling eselect vi update --if-unset…"
+   eselect vi update --if-unset
+}
+
+pkg_postrm() {
+   update_symlinks
+}
+
+pkg_postinst() {
+   update_symlinks
+}



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

2017-05-07 Thread Michał Górny
commit: 1d04fd07a8fdb267b40d2c9f58a339173075845f
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Mon Apr 17 21:46:55 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:29:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d04fd07

virtual/editor: Add app-editor/vis

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

 virtual/editor/editor-0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/virtual/editor/editor-0.ebuild b/virtual/editor/editor-0.ebuild
index 56719a87d98..456ea912db6 100644
--- a/virtual/editor/editor-0.ebuild
+++ b/virtual/editor/editor-0.ebuild
@@ -40,6 +40,7 @@ RDEPEND="|| ( app-editors/nano
app-editors/vile
app-editors/vim
app-editors/gvim
+   app-editors/vis
app-editors/xemacs
app-editors/zile
app-misc/mc[edit]



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

2017-05-07 Thread Michał Górny
commit: 7fc88efe4832bcfcc70bb20cbada3ced1528902c
Author: Jimi Huotari  gentoo  org>
AuthorDate: Tue May  2 17:13:06 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:31:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc88efe

media-video/obs-studio: Version bump to 18.0.2.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-video/obs-studio/Manifest  | 1 +
 .../obs-studio/{obs-studio-.ebuild => obs-studio-18.0.2.ebuild}  | 5 +
 media-video/obs-studio/obs-studio-.ebuild| 4 
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/media-video/obs-studio/Manifest b/media-video/obs-studio/Manifest
index 6298389b83a..acbc5da6502 100644
--- a/media-video/obs-studio/Manifest
+++ b/media-video/obs-studio/Manifest
@@ -2,3 +2,4 @@ DIST obs-studio-0.16.2.tar.gz 4979287 SHA256 
f5b1a5a4e3900a2b2df4ec6f4a51e0816db
 DIST obs-studio-17.0.0.tar.gz 5243839 SHA256 
5b7d9a6389011c74fec777667edeb1ac7d8ae7faff13f141650d295d7cd9181e SHA512 
17c0b400762e4b12dc619ed7ef36bf364f2f7c3f350630dfcfd3b46c72ec488d08dea5a13ef177c24c2f52760170e3c0bef50cec80362e0d542eab096986db7b
 WHIRLPOOL 
cda17b9dc5f29084f2eab614136d59deda1dc7f4f6e15b3e9d67907716ecb580b402eddfb3e06ef9bfe76c9e59fa92a07adc16e30ed492f95b44766ad4a67526
 DIST obs-studio-17.0.2.tar.gz 5540286 SHA256 
555740290a5eefcc2788174334322ec9bd271f2255730ef947e160cde6858e09 SHA512 
932dde63f9648c65bf0ed0459e441113e91b9f7a9debb3b18ca30152395358449b03738499aaf99364cc9c4a21da61abdc5920e7347c040dcfbe0b46d3bf0520
 WHIRLPOOL 
178f4947cf181f95a0b575bdf5f4e7fcf5cb2d4a8ac96c06d8f14edcd16dca899a9446e3702fcdab7b501f464c758f8651c5f82955742ca55b42ae3e1dfd4c4b
 DIST obs-studio-18.0.0.tar.gz 5781674 SHA256 
ad7c95aaf29037baddff6bedac9e51fed221c1cc3c27729be3759e8feeffb95f SHA512 
fb7c6ef259e6fffd63d27ca3a1c6d1e8f0c52235184a2b59c3b14a1a3676025c67402f7a4cdc82be1cdcb91237ee5bd081993982843d1721b79a66cec618
 WHIRLPOOL 
0cef8d886d01250255023665bec6d89ea43258eda993860afd6bae3015a979a3235ed8bf72cf3ca19a5e5edf878c44ee8f5b74a77335278e814d7d19cf133364
+DIST obs-studio-18.0.2.tar.gz 6073678 SHA256 
1cfbad3439b1d581b4f5b47792ccc4dae231acaf37178808811ff4e2b68feb0a SHA512 
5d03791438e73e1b7689b319d4a7bb2235a178655061e816309a115026207db11053e3c27c08c5dde4f3638b3bb424ebb3bf3748bbbe828374a06abe75b2e39d
 WHIRLPOOL 
66e3a425dd4029f3649e50fcc88d57f7e85133e16ae65e56b69d5e7ad584df37f6d51079419d47ec79397e321388c762715bab14f797f1fc40d1980cafa9c785

diff --git a/media-video/obs-studio/obs-studio-.ebuild 
b/media-video/obs-studio/obs-studio-18.0.2.ebuild
similarity index 98%
copy from media-video/obs-studio/obs-studio-.ebuild
copy to media-video/obs-studio/obs-studio-18.0.2.ebuild
index 643217cd2e9..07c1a8007eb 100644
--- a/media-video/obs-studio/obs-studio-.ebuild
+++ b/media-video/obs-studio/obs-studio-18.0.2.ebuild
@@ -64,15 +64,12 @@ src_configure() {
-DDISABLE_V4L2=$(usex !v4l)
-DLIBOBS_PREFER_IMAGEMAGICK=$(usex imagemagick)
-DOBS_MULTIARCH_SUFFIX=${libdir#lib}
+   -DOBS_VERSION_OVERRIDE=${PV}
-DUNIX_STRUCTURE=1
)
cmake-utils_src_configure
 }
 
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
 pkg_postinst() {
gnome2_icon_cache_update
 

diff --git a/media-video/obs-studio/obs-studio-.ebuild 
b/media-video/obs-studio/obs-studio-.ebuild
index 643217cd2e9..5753b7708bd 100644
--- a/media-video/obs-studio/obs-studio-.ebuild
+++ b/media-video/obs-studio/obs-studio-.ebuild
@@ -69,10 +69,6 @@ src_configure() {
cmake-utils_src_configure
 }
 
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
 pkg_postinst() {
gnome2_icon_cache_update
 



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

2017-05-07 Thread Michał Górny
commit: d648c3f747d7b78ca51e1c6d3e76a037f6bcc465
Author: Jimi Huotari  gentoo  org>
AuthorDate: Tue May  2 17:18:43 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:31:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d648c3f7

media-video/obs-studio: Remove older versions.

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

 media-video/obs-studio/Manifest |   2 -
 media-video/obs-studio/obs-studio-0.16.2.ebuild | 103 ---
 media-video/obs-studio/obs-studio-17.0.0.ebuild | 104 
 3 files changed, 209 deletions(-)

diff --git a/media-video/obs-studio/Manifest b/media-video/obs-studio/Manifest
index acbc5da6502..3d4426a7a33 100644
--- a/media-video/obs-studio/Manifest
+++ b/media-video/obs-studio/Manifest
@@ -1,5 +1,3 @@
-DIST obs-studio-0.16.2.tar.gz 4979287 SHA256 
f5b1a5a4e3900a2b2df4ec6f4a51e0816db1ceed432849ed58301da77ccf4f5c SHA512 
ef74b20aa3927134d0deb9513af67abe5dc99199626245a93011bd69d41b811695bc1f071dcd6ed826c2bd5f35247906975f74638c9cd0a39b9415ac88aac425
 WHIRLPOOL 
5576c4da240ea65d84e195decb655b8774b1540bcde7d01060a38b47e1c561b485c24b88b2771a10b94fe8a0d6d77c05d25ee65313278879609474ff451b2628
-DIST obs-studio-17.0.0.tar.gz 5243839 SHA256 
5b7d9a6389011c74fec777667edeb1ac7d8ae7faff13f141650d295d7cd9181e SHA512 
17c0b400762e4b12dc619ed7ef36bf364f2f7c3f350630dfcfd3b46c72ec488d08dea5a13ef177c24c2f52760170e3c0bef50cec80362e0d542eab096986db7b
 WHIRLPOOL 
cda17b9dc5f29084f2eab614136d59deda1dc7f4f6e15b3e9d67907716ecb580b402eddfb3e06ef9bfe76c9e59fa92a07adc16e30ed492f95b44766ad4a67526
 DIST obs-studio-17.0.2.tar.gz 5540286 SHA256 
555740290a5eefcc2788174334322ec9bd271f2255730ef947e160cde6858e09 SHA512 
932dde63f9648c65bf0ed0459e441113e91b9f7a9debb3b18ca30152395358449b03738499aaf99364cc9c4a21da61abdc5920e7347c040dcfbe0b46d3bf0520
 WHIRLPOOL 
178f4947cf181f95a0b575bdf5f4e7fcf5cb2d4a8ac96c06d8f14edcd16dca899a9446e3702fcdab7b501f464c758f8651c5f82955742ca55b42ae3e1dfd4c4b
 DIST obs-studio-18.0.0.tar.gz 5781674 SHA256 
ad7c95aaf29037baddff6bedac9e51fed221c1cc3c27729be3759e8feeffb95f SHA512 
fb7c6ef259e6fffd63d27ca3a1c6d1e8f0c52235184a2b59c3b14a1a3676025c67402f7a4cdc82be1cdcb91237ee5bd081993982843d1721b79a66cec618
 WHIRLPOOL 
0cef8d886d01250255023665bec6d89ea43258eda993860afd6bae3015a979a3235ed8bf72cf3ca19a5e5edf878c44ee8f5b74a77335278e814d7d19cf133364
 DIST obs-studio-18.0.2.tar.gz 6073678 SHA256 
1cfbad3439b1d581b4f5b47792ccc4dae231acaf37178808811ff4e2b68feb0a SHA512 
5d03791438e73e1b7689b319d4a7bb2235a178655061e816309a115026207db11053e3c27c08c5dde4f3638b3bb424ebb3bf3748bbbe828374a06abe75b2e39d
 WHIRLPOOL 
66e3a425dd4029f3649e50fcc88d57f7e85133e16ae65e56b69d5e7ad584df37f6d51079419d47ec79397e321388c762715bab14f797f1fc40d1980cafa9c785

diff --git a/media-video/obs-studio/obs-studio-0.16.2.ebuild 
b/media-video/obs-studio/obs-studio-0.16.2.ebuild
deleted file mode 100644
index 8f3b15493ae..000
--- a/media-video/obs-studio/obs-studio-0.16.2.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit cmake-utils
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/jp9000/obs-studio.git;
-   EGIT_SUBMODULES=()
-else
-   SRC_URI="https://github.com/jp9000/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Software for Recording and Streaming Live Video Content"
-HOMEPAGE="https://obsproject.com;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+alsa fdk imagemagick jack pulseaudio truetype v4l"
-
-DEPEND="
-   >=dev-libs/jansson-2.5
-   dev-qt/qtcore:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtquickcontrols:5
-   dev-qt/qtsql:5
-   dev-qt/qttest:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   media-video/ffmpeg:=[x264]
-   net-misc/curl
-   x11-libs/libXcomposite
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   alsa? ( media-libs/alsa-lib )
-   fdk? ( media-libs/fdk-aac:= )
-   imagemagick? ( media-gfx/imagemagick:= )
-   jack? ( virtual/jack )
-   pulseaudio? ( media-sound/pulseaudio )
-   truetype? (
-   media-libs/fontconfig
-   media-libs/freetype
-   )
-   v4l? ( media-libs/libv4l )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   CMAKE_REMOVE_MODULES_LIST=(FindFreetype)
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local libdir="$(get_libdir)"
-   local mycmakeargs=(
-   -DDISABLE_ALSA="$(usex !alsa)"
-   -DDISABLE_FREETYPE="$(usex !truetype)"
-   -DDISABLE_JACK="$(usex !jack)"
-   -DDISABLE_LIBFDK="$(usex !fdk)"
-   -DDISABLE_PULSEAUDIO="$(usex !pulseaudio)"
-   

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

2017-05-07 Thread Michał Górny
commit: 9e7a2ce780cd28babfd30dd323d926ea68f70145
Author: Matija Skala  gmx  com>
AuthorDate: Sat Apr 15 00:48:13 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 18:19:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7a2ce7

sys-devel/gdb: add missing DEPEND on texinfo

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

 sys-devel/gdb/gdb-7.10.1.ebuild | 1 +
 sys-devel/gdb/gdb-7.12.1.ebuild | 1 +
 sys-devel/gdb/gdb-.ebuild   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/sys-devel/gdb/gdb-7.10.1.ebuild b/sys-devel/gdb/gdb-7.10.1.ebuild
index 0f97d529f16..c662f0cffde 100644
--- a/sys-devel/gdb/gdb-7.10.1.ebuild
+++ b/sys-devel/gdb/gdb-7.10.1.ebuild
@@ -76,6 +76,7 @@ RDEPEND="server? ( !dev-util/gdbserver )
)"
 DEPEND="${RDEPEND}
app-arch/xz-utils
+   sys-apps/texinfo
client? (
virtual/yacc
test? ( dev-util/dejagnu )

diff --git a/sys-devel/gdb/gdb-7.12.1.ebuild b/sys-devel/gdb/gdb-7.12.1.ebuild
index cff59054cc5..a22b6b27a44 100644
--- a/sys-devel/gdb/gdb-7.12.1.ebuild
+++ b/sys-devel/gdb/gdb-7.12.1.ebuild
@@ -76,6 +76,7 @@ RDEPEND="server? ( !dev-util/gdbserver )
)"
 DEPEND="${RDEPEND}
app-arch/xz-utils
+   sys-apps/texinfo
client? (
virtual/yacc
test? ( dev-util/dejagnu )

diff --git a/sys-devel/gdb/gdb-.ebuild b/sys-devel/gdb/gdb-.ebuild
index b96b17fa61a..8ae03593af2 100644
--- a/sys-devel/gdb/gdb-.ebuild
+++ b/sys-devel/gdb/gdb-.ebuild
@@ -75,6 +75,7 @@ RDEPEND="server? ( !dev-util/gdbserver )
)"
 DEPEND="${RDEPEND}
app-arch/xz-utils
+   sys-apps/texinfo
client? (
virtual/yacc
test? ( dev-util/dejagnu )



[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/

2017-05-07 Thread Jason Zaman
commit: 301b59bff67c4833c98e6fec5bd2cb04a13e31a2
Author: Jason Zaman  perfinion  com>
AuthorDate: Thu Mar 30 04:58:28 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun May  7 17:40:29 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=301b59bf

dirmngr: add to roles and allow gpg to domtrans

 policy/modules/contrib/dirmngr.if | 69 +++
 policy/modules/contrib/gpg.te |  4 +++
 2 files changed, 73 insertions(+)

diff --git a/policy/modules/contrib/dirmngr.if 
b/policy/modules/contrib/dirmngr.if
index 4cd2810e..2f6875a6 100644
--- a/policy/modules/contrib/dirmngr.if
+++ b/policy/modules/contrib/dirmngr.if
@@ -1,5 +1,74 @@
 ## Server for managing and downloading certificate revocation 
lists.
 
+
+## 
+## Role access for dirmngr.
+## 
+## 
+## 
+## Role allowed access.
+## 
+## 
+## 
+## 
+## User domain for the role.
+## 
+## 
+#
+interface(`dirmngr_role',`
+   gen_require(`
+   type dirmngr_t, dirmngr_exec_t;
+   ')
+
+   role $1 types dirmngr_t;
+
+   domtrans_pattern($2, dirmngr_exec_t, dirmngr_t)
+
+   allow $2 dirmngr_t:process { ptrace signal_perms };
+   ps_process_pattern($2, dirmngr_t)
+
+   allow dirmngr_t $2:fd use;
+   allow dirmngr_t $2:fifo_file { read write };
+')
+
+
+## 
+## Execute dirmngr in the dirmngr domain.
+## 
+## 
+## 
+## Domain allowed to transition.
+## 
+## 
+#
+interface(`dirmngr_domtrans',`
+   gen_require(`
+   type dirmngr_t, dirmngr_exec_t;
+   ')
+
+   corecmd_search_bin($1)
+   domtrans_pattern($1, dirmngr_exec_t, dirmngr_t)
+')
+
+
+## 
+## Execute the dirmngr in the caller domain.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+#
+interface(`dirmngr_exec',`
+   gen_require(`
+   type dirmngr_exec_t;
+   ')
+
+   corecmd_search_bin($1)
+   can_exec($1, dirmngr_exec_t)
+')
+
 
 ## 
 ## All of the rules required to

diff --git a/policy/modules/contrib/gpg.te b/policy/modules/contrib/gpg.te
index c145fb4c..1b8448c7 100644
--- a/policy/modules/contrib/gpg.te
+++ b/policy/modules/contrib/gpg.te
@@ -139,6 +139,10 @@ tunable_policy(`use_samba_home_dirs',`
 ')
 
 optional_policy(`
+   dirmngr_domtrans(gpg_t)
+')
+
+optional_policy(`
evolution_read_orbit_tmp_files(gpg_t)
 ')
 



[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/

2017-05-07 Thread Jason Zaman
commit: 5dbc2a2a3beff47187df1b133efc77ef75f597c4
Author: Jason Zaman  perfinion  com>
AuthorDate: Thu May 12 16:49:07 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun May  7 17:40:29 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=5dbc2a2a

virt: add policy for virtlogd

 policy/modules/contrib/virt.fc |  1 +
 policy/modules/contrib/virt.te | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/policy/modules/contrib/virt.fc b/policy/modules/contrib/virt.fc
index b1f9b1c8..46839588 100644
--- a/policy/modules/contrib/virt.fc
+++ b/policy/modules/contrib/virt.fc
@@ -37,6 +37,7 @@ HOME_DIR/VirtualMachines/isos(/.*)?   
gen_context(system_u:object_r:virt_content_t
 /usr/sbin/libvirt-qmf  --  
gen_context(system_u:object_r:virt_qmf_exec_t,s0)
 /usr/sbin/libvirtd --  gen_context(system_u:object_r:virtd_exec_t,s0)
 /usr/sbin/virtlockd--  
gen_context(system_u:object_r:virtlockd_exec_t,s0)
+/usr/sbin/virtlogd --  
gen_context(system_u:object_r:virtlogd_exec_t,s0)
 
 /var/cache/libvirt(/.*)?   
gen_context(system_u:object_r:virt_cache_t,s0-mls_systemhigh)
 

diff --git a/policy/modules/contrib/virt.te b/policy/modules/contrib/virt.te
index 4fb34894..63fef29b 100644
--- a/policy/modules/contrib/virt.te
+++ b/policy/modules/contrib/virt.te
@@ -208,12 +208,21 @@ files_pid_file(virtlockd_run_t)
 type virtlockd_var_lib_t;
 files_type(virtlockd_var_lib_t)
 
+type virtlogd_t;
+type virtlogd_exec_t;
+init_daemon_domain(virtlogd_t, virtlogd_exec_t)
+
+type virtlogd_run_t;
+files_pid_file(virtlogd_run_t)
+
 ifdef(`enable_mcs',`
init_ranged_daemon_domain(virtlockd_t, virtlockd_exec_t, s0 - 
mcs_systemhigh)
+   init_ranged_daemon_domain(virtlogd_t, virtlogd_exec_t, s0 - 
mcs_systemhigh)
 ')
 
 ifdef(`enable_mls',`
init_ranged_daemon_domain(virtlockd_t, virtlockd_exec_t, s0 - 
mls_systemhigh)
+   init_ranged_daemon_domain(virtlogd_t, virtlogd_exec_t, s0 - 
mls_systemhigh)
 ')
 
 
@@ -234,6 +243,9 @@ allow virt_domain virtd_t:fd use;
 allow virt_domain virtd_t:fifo_file rw_fifo_file_perms;
 allow virt_domain virtd_t:process sigchld;
 
+allow virt_domain virtlogd_t:fd use;
+allow virt_domain virtlogd_t:fifo_file rw_fifo_file_perms;
+
 dontaudit virt_domain virtd_t:unix_stream_socket { read write };
 
 manage_dirs_pattern(virt_domain, virt_cache_t, virt_cache_t)
@@ -472,6 +484,9 @@ dontaudit virtd_t virt_domain:process { siginh noatsecure 
rlimitinh };
 allow virtd_t { virt_domain svirt_lxc_domain }:unix_stream_socket { 
create_stream_socket_perms connectto };
 allow virtd_t svirt_lxc_domain:process signal_perms;
 
+allow virtd_t virtlogd_t:fd use;
+allow virtd_t virtlogd_t:fifo_file rw_fifo_file_perms;
+
 allow virtd_t virtd_lxc_t:process { signal signull sigkill };
 
 domtrans_pattern(virtd_t, virtd_lxc_exec_t, virtd_lxc_t)
@@ -558,6 +573,7 @@ filetrans_pattern(virtd_t, virt_var_run_t, 
virtd_lxc_var_run_t, dir, "lxc")
 stream_connect_pattern(virtd_t, virtd_lxc_var_run_t, virtd_lxc_var_run_t, 
virtd_lxc_t)
 stream_connect_pattern(virtd_t, svirt_var_run_t, svirt_var_run_t, virt_domain)
 stream_connect_pattern(virtd_t, virt_var_run_t, virtlockd_run_t, virtlockd_t)
+stream_connect_pattern(virtd_t, virt_var_run_t, virtlogd_run_t, virtlogd_t)
 
 can_exec(virtd_t, virt_tmp_t)
 
@@ -1319,3 +1335,29 @@ miscfiles_read_localization(virtlockd_t)
 
 virt_append_log(virtlockd_t)
 virt_read_config(virtlockd_t)
+
+
+#
+# Virtlogd local policy
+#
+
+allow virtlogd_t self:fifo_file rw_fifo_file_perms;
+
+allow virtlogd_t virtd_t:dir list_dir_perms;
+allow virtlogd_t virtd_t:file read_file_perms;
+allow virtlogd_t virtd_t:lnk_file read_lnk_file_perms;
+
+manage_files_pattern(virtlogd_t, virt_var_run_t, virtlogd_run_t)
+manage_sock_files_pattern(virtlogd_t, virt_var_run_t, virtlogd_run_t)
+filetrans_pattern(virtlogd_t, virt_var_run_t, virtlogd_run_t, sock_file)
+files_pid_filetrans(virtlogd_t, virtlogd_run_t, file)
+
+can_exec(virtlogd_t, virtlogd_exec_t)
+
+files_read_etc_files(virtlogd_t)
+files_list_var_lib(virtlogd_t)
+
+miscfiles_read_localization(virtlogd_t)
+
+virt_manage_log(virtlogd_t)
+virt_read_config(virtlogd_t)



[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/

2017-05-07 Thread Jason Zaman
commit: fcac712fc021f879207385feb4f55aea5c8bd3b8
Author: Jason Zaman  perfinion  com>
AuthorDate: Fri Feb 10 16:26:10 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun May  7 17:40:30 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=fcac712f

mls mcs: Add constraints for key class

Taken from fedoras policy
https://github.com/fedora-selinux/selinux-policy/blob/rawhide-base/policy/mls
https://github.com/fedora-selinux/selinux-policy/blob/rawhide-base/policy/mcs

 policy/mcs | 3 +++
 policy/mls | 8 
 2 files changed, 11 insertions(+)

diff --git a/policy/mcs b/policy/mcs
index 4d030112..94319570 100644
--- a/policy/mcs
+++ b/policy/mcs
@@ -123,6 +123,9 @@ mlsconstrain process { signal }
 mlsconstrain { tcp_socket udp_socket rawip_socket } node_bind
(( h1 dom h2 ) or ( t1 != mcs_constrained_type ));
 
+mlsconstrain key { create link read search setattr view write }
+   (( h1 dom h2 ) or ( t1 != mcs_constrained_type ));
+
 #
 # MCS policy for SELinux-enabled databases
 #

diff --git a/policy/mls b/policy/mls
index 69ca7263..c9be3125 100644
--- a/policy/mls
+++ b/policy/mls
@@ -281,6 +281,14 @@ mlsconstrain msg send
 # { ipc sem msgq shm } associate
 
 
+#
+# MLS policy for the key class
+#
+
+mlsconstrain key { create link read search setattr view write }
+   (( l1 eq l2 ) or
+(( t1 == mlsprocwritetoclr ) and ( h1 dom l2 ) and ( l1 domby l2 )) or
+( t1 == mlsprocwrite ));
 
 
 #



[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/system/, policy/modules/contrib/, policy/modules/kernel/

2017-05-07 Thread Jason Zaman
commit: 7e4da077a1af550ffa4f87ab8bcbbeed80887710
Author: Jason Zaman  perfinion  com>
AuthorDate: Thu Mar 30 07:30:55 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun May  7 17:40:30 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=7e4da077

gssproxy: Allow others to stream connect

kernel AVC:
 * Starting gssproxy ...
Failed to write to /proc/net/rpc/use-gss-proxy: 13 (Permission denied)
 * start-stop-daemon: failed to start `gssproxy'

type=AVC msg=audit(1490858215.578:386110): avc:  denied  { connectto } for  
pid=25447 comm="gssproxy" path="/run/gssproxy.sock" 
scontext=system_u:system_r:kernel_t:s0 tcontext=system_u:system_r:gssproxy_t:s0 
tclass=unix_stream_socket permissive=0

 policy/modules/contrib/rpc.te   | 3 +++
 policy/modules/kernel/kernel.te | 4 
 policy/modules/system/userdomain.if | 4 
 3 files changed, 11 insertions(+)

diff --git a/policy/modules/contrib/rpc.te b/policy/modules/contrib/rpc.te
index a8a83400..c7855fef 100644
--- a/policy/modules/contrib/rpc.te
+++ b/policy/modules/contrib/rpc.te
@@ -339,6 +339,9 @@ optional_policy(`
 ')
 
 optional_policy(`
+   gssproxy_stream_connect(gssd_t)
+')
+optional_policy(`
kerberos_manage_host_rcache(gssd_t)
kerberos_read_keytab(gssd_t)
kerberos_tmp_filetrans_host_rcache(gssd_t, file, "nfs_0")

diff --git a/policy/modules/kernel/kernel.te b/policy/modules/kernel/kernel.te
index a2869be7..16e5c64b 100644
--- a/policy/modules/kernel/kernel.te
+++ b/policy/modules/kernel/kernel.te
@@ -418,6 +418,10 @@ optional_policy(`
rpc_tcp_rw_nfs_sockets(kernel_t)
rpc_udp_rw_nfs_sockets(kernel_t)
 
+   optional_policy(`
+   gssproxy_stream_connect(kernel_t)
+   ')
+
tunable_policy(`nfs_export_all_ro',`
fs_getattr_noxattr_fs(kernel_t)
fs_list_noxattr_fs(kernel_t)

diff --git a/policy/modules/system/userdomain.if 
b/policy/modules/system/userdomain.if
index dbfb33da..55512c04 100644
--- a/policy/modules/system/userdomain.if
+++ b/policy/modules/system/userdomain.if
@@ -726,6 +726,10 @@ template(`userdom_common_user_template',`
')
 
optional_policy(`
+   gssproxy_stream_connect($1_t)
+   ')
+
+   optional_policy(`
hwloc_exec_dhwd($1_t)
hwloc_read_runtime_files($1_t)
')



[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/

2017-05-07 Thread Jason Zaman
commit: b082a2690d496136e825b47bb7c0d82607b6e393
Author: Jason Zaman  perfinion  com>
AuthorDate: Sun May  7 13:42:53 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun May  7 17:40:29 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=b082a269

dirmngr: fcontext for ~/.gnupg/crls.d/

 policy/modules/contrib/dirmngr.fc |  2 ++
 policy/modules/contrib/dirmngr.te |  7 +++
 policy/modules/contrib/gpg.if | 20 
 3 files changed, 29 insertions(+)

diff --git a/policy/modules/contrib/dirmngr.fc 
b/policy/modules/contrib/dirmngr.fc
index a9cf15a8..60f19f47 100644
--- a/policy/modules/contrib/dirmngr.fc
+++ b/policy/modules/contrib/dirmngr.fc
@@ -1,3 +1,5 @@
+HOME_DIR/\.gnupg/crls\.d(/.+)? 
gen_context(system_u:object_r:dirmngr_home_t,s0)
+
 /etc/dirmngr(/.*)? gen_context(system_u:object_r:dirmngr_conf_t,s0)
 
 /etc/rc\.d/init\.d/dirmngr --  
gen_context(system_u:object_r:dirmngr_initrc_exec_t,s0)

diff --git a/policy/modules/contrib/dirmngr.te 
b/policy/modules/contrib/dirmngr.te
index 8e4a1a89..17cce56a 100644
--- a/policy/modules/contrib/dirmngr.te
+++ b/policy/modules/contrib/dirmngr.te
@@ -27,6 +27,9 @@ files_type(dirmngr_var_lib_t)
 type dirmngr_var_run_t;
 files_pid_file(dirmngr_var_run_t)
 
+type dirmngr_home_t;
+userdom_user_home_content(dirmngr_home_t)
+
 
 #
 # Local policy
@@ -37,6 +40,8 @@ allow dirmngr_t self:fifo_file rw_file_perms;
 allow dirmngr_t dirmngr_conf_t:dir list_dir_perms;
 allow dirmngr_t dirmngr_conf_t:file read_file_perms;
 allow dirmngr_t dirmngr_conf_t:lnk_file read_lnk_file_perms;
+allow dirmngr_t dirmngr_home_t:dir list_dir_perms;
+allow dirmngr_t dirmngr_home_t:file read_file_perms;
 
 manage_dirs_pattern(dirmngr_t, dirmngr_log_t, dirmngr_log_t)
 append_files_pattern(dirmngr_t, dirmngr_log_t, dirmngr_log_t)
@@ -61,6 +66,7 @@ kernel_read_crypto_sysctls(dirmngr_t)
 files_read_etc_files(dirmngr_t)
 
 miscfiles_read_localization(dirmngr_t)
+miscfiles_read_generic_certs(dirmngr_t)
 
 userdom_search_user_home_dirs(dirmngr_t)
 userdom_search_user_runtime(dirmngr_t)
@@ -68,4 +74,5 @@ userdom_user_runtime_filetrans(dirmngr_t, dirmngr_tmp_t, dir)
 
 optional_policy(`
gpg_agent_tmp_filetrans(dirmngr_t, dirmngr_tmp_t, sock_file)
+   gpg_secret_filetrans(dirmngr_t, dirmngr_home_t, dir)
 ')

diff --git a/policy/modules/contrib/gpg.if b/policy/modules/contrib/gpg.if
index 4480f9c6..e5a12750 100644
--- a/policy/modules/contrib/gpg.if
+++ b/policy/modules/contrib/gpg.if
@@ -254,6 +254,26 @@ interface(`gpg_agent_tmp_filetrans',`
 
 
 ## 
+## filetrans in gpg_secret_t dirs
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+#
+interface(`gpg_secret_filetrans',`
+   gen_require(`
+   type gpg_secret_t;
+   ')
+
+   filetrans_pattern($1, gpg_secret_t, $2, $3, $4)
+   allow $1 gpg_secret_t:dir search_dir_perms;
+   userdom_search_user_home_dirs($1)
+')
+
+
+## 
 ## Send messages to and from gpg
 ## pinentry over DBUS.
 ## 



[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/

2017-05-07 Thread Jason Zaman
commit: a1662dfe50303bf9e7e268f20bb835bb54576de8
Author: Jason Zaman  perfinion  com>
AuthorDate: Fri May 27 20:44:51 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun May  7 17:40:29 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=a1662dfe

virt: virtlockd doesnt need ps_process_pattern

 policy/modules/contrib/virt.te | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/policy/modules/contrib/virt.te b/policy/modules/contrib/virt.te
index 63fef29b..b80abb97 100644
--- a/policy/modules/contrib/virt.te
+++ b/policy/modules/contrib/virt.te
@@ -1308,6 +1308,10 @@ kernel_dontaudit_read_system_state(virt_leaseshelper_t)
 allow virtlockd_t self:capability dac_override;
 allow virtlockd_t self:fifo_file rw_fifo_file_perms;
 
+allow virtlockd_t virtd_t:dir list_dir_perms;
+allow virtlockd_t virtd_t:file read_file_perms;
+allow virtlockd_t virtd_t:lnk_file read_lnk_file_perms;
+
 allow virtlockd_t virt_image_type:dir list_dir_perms;
 allow virtlockd_t virt_image_type:file rw_file_perms;
 
@@ -1326,8 +1330,6 @@ files_pid_filetrans(virtlockd_t, virtlockd_run_t, file)
 
 can_exec(virtlockd_t, virtlockd_exec_t)
 
-ps_process_pattern(virtlockd_t, virtd_t)
-
 files_read_etc_files(virtlockd_t)
 files_list_var_lib(virtlockd_t)
 



[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/

2017-05-07 Thread Jason Zaman
commit: 78cc3af7eeadb770d4f84393a382979862a580c9
Author: Jason Zaman  perfinion  com>
AuthorDate: Sun Apr 16 06:38:47 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun May  7 17:40:29 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=78cc3af7

gpg dirmngr: create and connect to socket

 policy/modules/contrib/dirmngr.fc |  2 ++
 policy/modules/contrib/dirmngr.if | 25 +
 policy/modules/contrib/dirmngr.te | 13 +
 policy/modules/contrib/gpg.if | 38 ++
 policy/modules/contrib/gpg.te |  1 +
 5 files changed, 79 insertions(+)

diff --git a/policy/modules/contrib/dirmngr.fc 
b/policy/modules/contrib/dirmngr.fc
index a0f261c9..a9cf15a8 100644
--- a/policy/modules/contrib/dirmngr.fc
+++ b/policy/modules/contrib/dirmngr.fc
@@ -12,3 +12,5 @@
 /run/dirmngr\.pid  --  
gen_context(system_u:object_r:dirmngr_var_run_t,s0)
 
 /run/dirmngr(/.*)? gen_context(system_u:object_r:dirmngr_var_run_t,s0)
+
+/run/user/%{USERID}/gnupg/S.dirmngr-s  
gen_context(system_u:object_r:dirmngr_tmp_t,s0)

diff --git a/policy/modules/contrib/dirmngr.if 
b/policy/modules/contrib/dirmngr.if
index 2f6875a6..07af5063 100644
--- a/policy/modules/contrib/dirmngr.if
+++ b/policy/modules/contrib/dirmngr.if
@@ -18,6 +18,7 @@
 interface(`dirmngr_role',`
gen_require(`
type dirmngr_t, dirmngr_exec_t;
+   type dirmngr_tmp_t;
')
 
role $1 types dirmngr_t;
@@ -29,6 +30,8 @@ interface(`dirmngr_role',`
 
allow dirmngr_t $2:fd use;
allow dirmngr_t $2:fifo_file { read write };
+
+   allow $2 dirmngr_tmp_t:sock_file { manage_sock_file_perms 
relabel_sock_file_perms };
 ')
 
 
@@ -71,6 +74,28 @@ interface(`dirmngr_exec',`
 
 
 ## 
+## Connect to dirmngr socket
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+#
+interface(`dirmngr_stream_connect',`
+   gen_require(`
+   type dirmngr_t, dirmngr_tmp_t;
+   ')
+
+   gpg_search_agent_tmp_dirs($1)
+   allow $1 dirmngr_tmp_t:sock_file rw_sock_file_perms;
+   allow $1 dirmngr_t:unix_stream_socket connectto;
+   userdom_search_user_runtime($1)
+   userdom_search_user_home_dirs($1)
+')
+
+
+## 
 ## All of the rules required to
 ## administrate an dirmngr environment.
 ## 

diff --git a/policy/modules/contrib/dirmngr.te 
b/policy/modules/contrib/dirmngr.te
index 23f40456..8e4a1a89 100644
--- a/policy/modules/contrib/dirmngr.te
+++ b/policy/modules/contrib/dirmngr.te
@@ -18,6 +18,9 @@ init_script_file(dirmngr_initrc_exec_t)
 type dirmngr_log_t;
 logging_log_file(dirmngr_log_t)
 
+type dirmngr_tmp_t;
+userdom_user_tmp_file(dirmngr_tmp_t)
+
 type dirmngr_var_lib_t;
 files_type(dirmngr_var_lib_t)
 
@@ -46,6 +49,8 @@ manage_files_pattern(dirmngr_t, dirmngr_var_lib_t, 
dirmngr_var_lib_t)
 manage_lnk_files_pattern(dirmngr_t, dirmngr_var_lib_t, dirmngr_var_lib_t)
 files_var_lib_filetrans(dirmngr_t, dirmngr_var_lib_t, dir)
 
+manage_sock_files_pattern(dirmngr_t, dirmngr_tmp_t, dirmngr_tmp_t)
+
 manage_dirs_pattern(dirmngr_t, dirmngr_var_run_t, dirmngr_var_run_t)
 manage_files_pattern(dirmngr_t, dirmngr_var_run_t, dirmngr_var_run_t)
 manage_sock_files_pattern(dirmngr_t, dirmngr_var_run_t, dirmngr_var_run_t)
@@ -56,3 +61,11 @@ kernel_read_crypto_sysctls(dirmngr_t)
 files_read_etc_files(dirmngr_t)
 
 miscfiles_read_localization(dirmngr_t)
+
+userdom_search_user_home_dirs(dirmngr_t)
+userdom_search_user_runtime(dirmngr_t)
+userdom_user_runtime_filetrans(dirmngr_t, dirmngr_tmp_t, dir)
+
+optional_policy(`
+   gpg_agent_tmp_filetrans(dirmngr_t, dirmngr_tmp_t, sock_file)
+')

diff --git a/policy/modules/contrib/gpg.if b/policy/modules/contrib/gpg.if
index ef87..4480f9c6 100644
--- a/policy/modules/contrib/gpg.if
+++ b/policy/modules/contrib/gpg.if
@@ -216,6 +216,44 @@ interface(`gpg_stream_connect_agent',`
 
 
 ## 
+## Search gpg agent dirs.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+#
+interface(`gpg_search_agent_tmp_dirs',`
+   gen_require(`
+   type gpg_agent_tmp_t;
+   ')
+
+   allow $1 gpg_agent_tmp_t:dir search_dir_perms;
+')
+
+
+## 
+## filetrans in gpg_agent_tmp_t dirs
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+#
+interface(`gpg_agent_tmp_filetrans',`
+   gen_require(`
+   type gpg_agent_t, gpg_agent_tmp_t;
+   type gpg_secret_t;
+   ')
+
+   filetrans_pattern($1, gpg_agent_tmp_t, $2, $3, $4)
+   userdom_search_user_runtime($1)
+')
+
+
+## 
 ## Send messages to and from gpg
 ## pinentry over DBUS.
 ## 

diff --git a/policy/modules/contrib/gpg.te 

[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/

2017-05-07 Thread Jason Zaman
commit: 3a5dcd577d402e3e178785da772dad2d9fd128b0
Author: Jason Zaman  perfinion  com>
AuthorDate: Wed Feb 15 17:15:58 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun May  7 17:40:30 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=3a5dcd57

kerberos: Introduce kerberos_filetrans_named_content interface

 policy/modules/contrib/kerberos.if | 37 +
 1 file changed, 37 insertions(+)

diff --git a/policy/modules/contrib/kerberos.if 
b/policy/modules/contrib/kerberos.if
index 01caeead..d9d5811f 100644
--- a/policy/modules/contrib/kerberos.if
+++ b/policy/modules/contrib/kerberos.if
@@ -466,6 +466,43 @@ interface(`kerberos_connect_524',`
 
 
 ## 
+## Transition to kerberos named content
+## 
+## 
+## 
+##  Domain allowed access.
+## 
+## 
+#
+interface(`kerberos_filetrans_named_content',`
+   gen_require(`
+   type krb5_conf_t, krb5_keytab_t, krb5kdc_conf_t;
+   type krb5kdc_principal_t;
+   ')
+
+   files_etc_filetrans($1, krb5_conf_t, file, "krb5.conf")
+   filetrans_pattern($1, krb5kdc_conf_t, krb5_keytab_t, file, 
"kadm5.keytab")
+   filetrans_pattern($1, krb5kdc_conf_t, krb5kdc_principal_t, file, 
"principal")
+   filetrans_pattern($1, krb5kdc_conf_t, krb5kdc_principal_t, file, 
"principal0")
+   filetrans_pattern($1, krb5kdc_conf_t, krb5kdc_principal_t, file, 
"principal1")
+   #filetrans_pattern($1, krb5kdc_conf_t, krb5kdc_principal_t, file, 
"principal1")
+
+   kerberos_etc_filetrans_keytab($1, file, "krb5.keytab")
+   #kerberos_filetrans_admin_home_content($1)
+
+   kerberos_tmp_filetrans_host_rcache($1, file, "DNS_25")
+   kerberos_tmp_filetrans_host_rcache($1, file, "host_0")
+   kerberos_tmp_filetrans_host_rcache($1, file, "HTTP_23")
+   kerberos_tmp_filetrans_host_rcache($1, file, "HTTP_48")
+   kerberos_tmp_filetrans_host_rcache($1, file, "imap_0")
+   kerberos_tmp_filetrans_host_rcache($1, file, "nfs_0")
+   kerberos_tmp_filetrans_host_rcache($1, file, "ldapmap1_0")
+   kerberos_tmp_filetrans_host_rcache($1, file, "ldap_487")
+   kerberos_tmp_filetrans_host_rcache($1, file, "ldap_55")
+')
+
+
+## 
 ## All of the rules required to
 ## administrate an kerberos environment.
 ## 



[gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/

2017-05-07 Thread Jason Zaman
commit: 51eb554ea9d25c69d2054336b6efee2f9d1153e5
Author: Jason Zaman  perfinion  com>
AuthorDate: Thu Mar 30 07:15:39 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun May  7 17:40:30 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=51eb554e

gssproxy: add policy

borrowed and modified from Fedora

 policy/modules/contrib/gssproxy.fc |   8 ++
 policy/modules/contrib/gssproxy.if | 199 +
 policy/modules/contrib/gssproxy.te |  67 +
 3 files changed, 274 insertions(+)

diff --git a/policy/modules/contrib/gssproxy.fc 
b/policy/modules/contrib/gssproxy.fc
new file mode 100644
index ..a9970159
--- /dev/null
+++ b/policy/modules/contrib/gssproxy.fc
@@ -0,0 +1,8 @@
+/usr/lib/systemd/system/gssproxy.service   --  
gen_context(system_u:object_r:gssproxy_unit_t,s0)
+
+/usr/sbin/gssproxy --  
gen_context(system_u:object_r:gssproxy_exec_t,s0)
+
+/var/lib/gssproxy(/.*)?
gen_context(system_u:object_r:gssproxy_var_lib_t,s0)
+
+/run/gssproxy\.pid --  
gen_context(system_u:object_r:gssproxy_run_t,s0)
+/run/gssproxy\.sock-s  
gen_context(system_u:object_r:gssproxy_run_t,s0)

diff --git a/policy/modules/contrib/gssproxy.if 
b/policy/modules/contrib/gssproxy.if
new file mode 100644
index ..cebdb20b
--- /dev/null
+++ b/policy/modules/contrib/gssproxy.if
@@ -0,0 +1,199 @@
+
+## policy for gssproxy
+
+
+## 
+## Execute gssproxy in the gssproxy domin.
+## 
+## 
+## 
+## Domain allowed to transition.
+## 
+## 
+#
+interface(`gssproxy_domtrans',`
+   gen_require(`
+   type gssproxy_t, gssproxy_exec_t;
+   ')
+
+   corecmd_search_bin($1)
+   domtrans_pattern($1, gssproxy_exec_t, gssproxy_t)
+')
+
+
+## 
+## Search gssproxy lib directories.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+#
+interface(`gssproxy_search_lib',`
+   gen_require(`
+   type gssproxy_var_lib_t;
+   ')
+
+   allow $1 gssproxy_var_lib_t:dir search_dir_perms;
+   files_search_var_lib($1)
+')
+
+
+## 
+## Read gssproxy lib files.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+#
+interface(`gssproxy_read_lib_files',`
+   gen_require(`
+   type gssproxy_var_lib_t;
+   ')
+
+   files_search_var_lib($1)
+   read_files_pattern($1, gssproxy_var_lib_t, gssproxy_var_lib_t)
+')
+
+
+## 
+## Manage gssproxy lib files.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+#
+interface(`gssproxy_manage_lib_files',`
+   gen_require(`
+   type gssproxy_var_lib_t;
+   ')
+
+   files_search_var_lib($1)
+   manage_files_pattern($1, gssproxy_var_lib_t, gssproxy_var_lib_t)
+')
+
+
+## 
+## Manage gssproxy lib directories.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+#
+interface(`gssproxy_manage_lib_dirs',`
+   gen_require(`
+   type gssproxy_var_lib_t;
+   ')
+
+   files_search_var_lib($1)
+   manage_dirs_pattern($1, gssproxy_var_lib_t, gssproxy_var_lib_t)
+')
+
+
+## 
+## Read gssproxy PID files.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+#
+interface(`gssproxy_read_pid_files',`
+   gen_require(`
+   type gssproxy_run_t;
+   ')
+
+   files_search_pids($1)
+   read_files_pattern($1, gssproxy_run_t, gssproxy_run_t)
+')
+
+
+## 
+## Execute gssproxy server in the gssproxy domain.
+## 
+## 
+## 
+## Domain allowed to transition.
+## 
+## 
+#
+interface(`gssproxy_systemctl',`
+   gen_require(`
+   type gssproxy_t;
+   type gssproxy_unit_t;
+   ')
+
+   systemd_exec_systemctl($1)
+   init_reload_services($1)
+   allow $1 gssproxy_unit_t:file read_file_perms;
+   allow $1 gssproxy_unit_t:service manage_service_perms;
+
+   ps_process_pattern($1, gssproxy_t)
+')
+
+
+## 
+## Connect to gssproxy over an unix
+## domain stream socket.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+#
+interface(`gssproxy_stream_connect',`
+   gen_require(`
+   type gssproxy_t, gssproxy_run_t, gssproxy_var_lib_t;
+   ')
+
+   files_search_pids($1)
+   stream_connect_pattern($1, gssproxy_run_t, gssproxy_run_t, gssproxy_t)
+   stream_connect_pattern($1, gssproxy_var_lib_t, gssproxy_var_lib_t, 
gssproxy_t)
+')
+
+
+## 
+## All of the rules required to administrate
+## an gssproxy 

  1   2   3   >