[gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-sdk-core/

2016-05-26 Thread Hans de Graaff
commit: 697c3cc62433366cd79e58993169db756b2ad910
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 27 05:18:31 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 27 05:18:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697c3cc6

dev-ruby/aws-sdk-core: add 2.2.37

Package-Manager: portage-2.2.28

 dev-ruby/aws-sdk-core/Manifest   |  1 +
 dev-ruby/aws-sdk-core/aws-sdk-core-2.2.37.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/aws-sdk-core/Manifest b/dev-ruby/aws-sdk-core/Manifest
index 89bb6cc..3052c81 100644
--- a/dev-ruby/aws-sdk-core/Manifest
+++ b/dev-ruby/aws-sdk-core/Manifest
@@ -1,2 +1,3 @@
 DIST aws-sdk-ruby-2.2.18.tar.gz 1745330 SHA256 
f3e83cd1d502561ebd5ec833b952bb8a29436d1f8ef010a8adb7dff4953cac92 SHA512 
dfe5d6ff90724592fc2d6364a0dcee1b6cc1e6836d4c79193362246c54d1f59a0dff0c7a57bf7996f59ef7e0988ea013f86bf27a36bf8cbab9055edc0ea54528
 WHIRLPOOL 
e539ef5a678efb7fbfc57989611216caf40d2510d0e4c6204724b3315f2df2ec0a4d4b7a225da575cb7a6cc37dd4f82d98fe6c5c698eb0def43165b0e2d4fa23
+DIST aws-sdk-ruby-2.2.37.tar.gz 1832272 SHA256 
fa1508e9659e7691bafa5bda1e474c1f372e96033e4edbe57e3727d3bb7b3c55 SHA512 
0ad986607127fca329489e0f26aa68d20535126bff4db93d6e6c21671cd0e219f8c57bf1994ab4a3cdeaf007836901a7b8b2783b0cf1835e6b19316ae14a64ce
 WHIRLPOOL 
bf7da14db72d64c9b215103de7b91168b48c0ebf471053f551cbf8f7b10a4263bfb4b59780458f320ae73134c7fe19850d937be06330660a60b49344c0d1c32a
 DIST aws-sdk-ruby-2.2.5.tar.gz 1671525 SHA256 
5fba8661d99d939162a349fddf0a89003267856f4faaa8baa5875c916241e4d1 SHA512 
93e848922b9410297ccd82d8e71477f8246c4088f6145e53e7300ff7b4d8a3683274aba794a11df9fbe3a600b0b4cf6d4487f5a45f11fe8b4aad967ae4ee6e33
 WHIRLPOOL 
fac9dc67dc047bc652b4645612f534c08f6b29f9ce456e80d1c7d497bdc748961e15b579162b0a9d42f3f416801eb2a9a365c817698e18638ec0f4a38ff1b6b7

diff --git a/dev-ruby/aws-sdk-core/aws-sdk-core-2.2.37.ebuild 
b/dev-ruby/aws-sdk-core/aws-sdk-core-2.2.37.ebuild
new file mode 100644
index 000..6130378
--- /dev/null
+++ b/dev-ruby/aws-sdk-core/aws-sdk-core-2.2.37.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="apis ca-bundle.crt endpoints.json"
+
+GITHUB_USER="aws"
+GITHUB_PROJECT="aws-sdk-ruby"
+RUBY_S="${GITHUB_PROJECT}-${PV}/${PN}"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Official SDK for Amazon Web Services"
+HOMEPAGE="http://aws.amazon.com/sdkforruby;
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/jmespath:1"
+
+ruby_add_bdepend "test? ( dev-ruby/webmock )"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+
+   # Avoid spec that gets confused by our directory names
+   sed -i -e '/requires prefixes from plugin names when loading/,/end/ 
s:^:#:' \
+   spec/seahorse/client/plugin_list_spec.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-sdk-resources/

2016-05-26 Thread Hans de Graaff
commit: c6a8faec2c4424f9f5c86b1b797d52150f60fd49
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 27 05:19:00 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 27 05:19:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a8faec

dev-ruby/aws-sdk-resources: add 2.2.37

Package-Manager: portage-2.2.28

 dev-ruby/aws-sdk-resources/Manifest|  1 +
 .../aws-sdk-resources-2.2.37.ebuild| 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/aws-sdk-resources/Manifest 
b/dev-ruby/aws-sdk-resources/Manifest
index 89bb6cc..3052c81 100644
--- a/dev-ruby/aws-sdk-resources/Manifest
+++ b/dev-ruby/aws-sdk-resources/Manifest
@@ -1,2 +1,3 @@
 DIST aws-sdk-ruby-2.2.18.tar.gz 1745330 SHA256 
f3e83cd1d502561ebd5ec833b952bb8a29436d1f8ef010a8adb7dff4953cac92 SHA512 
dfe5d6ff90724592fc2d6364a0dcee1b6cc1e6836d4c79193362246c54d1f59a0dff0c7a57bf7996f59ef7e0988ea013f86bf27a36bf8cbab9055edc0ea54528
 WHIRLPOOL 
e539ef5a678efb7fbfc57989611216caf40d2510d0e4c6204724b3315f2df2ec0a4d4b7a225da575cb7a6cc37dd4f82d98fe6c5c698eb0def43165b0e2d4fa23
+DIST aws-sdk-ruby-2.2.37.tar.gz 1832272 SHA256 
fa1508e9659e7691bafa5bda1e474c1f372e96033e4edbe57e3727d3bb7b3c55 SHA512 
0ad986607127fca329489e0f26aa68d20535126bff4db93d6e6c21671cd0e219f8c57bf1994ab4a3cdeaf007836901a7b8b2783b0cf1835e6b19316ae14a64ce
 WHIRLPOOL 
bf7da14db72d64c9b215103de7b91168b48c0ebf471053f551cbf8f7b10a4263bfb4b59780458f320ae73134c7fe19850d937be06330660a60b49344c0d1c32a
 DIST aws-sdk-ruby-2.2.5.tar.gz 1671525 SHA256 
5fba8661d99d939162a349fddf0a89003267856f4faaa8baa5875c916241e4d1 SHA512 
93e848922b9410297ccd82d8e71477f8246c4088f6145e53e7300ff7b4d8a3683274aba794a11df9fbe3a600b0b4cf6d4487f5a45f11fe8b4aad967ae4ee6e33
 WHIRLPOOL 
fac9dc67dc047bc652b4645612f534c08f6b29f9ce456e80d1c7d497bdc748961e15b579162b0a9d42f3f416801eb2a9a365c817698e18638ec0f4a38ff1b6b7

diff --git a/dev-ruby/aws-sdk-resources/aws-sdk-resources-2.2.37.ebuild 
b/dev-ruby/aws-sdk-resources/aws-sdk-resources-2.2.37.ebuild
new file mode 100644
index 000..d0b8c75
--- /dev/null
+++ b/dev-ruby/aws-sdk-resources/aws-sdk-resources-2.2.37.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="resources.schema.json"
+
+GITHUB_USER="aws"
+GITHUB_PROJECT="aws-sdk-ruby"
+RUBY_S="${GITHUB_PROJECT}-${PV}/${PN}"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Official SDK for Amazon Web Services"
+HOMEPAGE="http://aws.amazon.com/sdkforruby;
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "~dev-ruby/aws-sdk-core-${PV}"



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

2016-05-26 Thread Hans de Graaff
commit: 0c430d95962f545d04615c66f4ba67fddc9bea52
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 27 05:08:48 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 27 05:08:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c430d95

dev-ruby/ruby-openid: add ruby23

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
index 9d145d4..0eed60b 100644
--- a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
+++ b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"



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

2016-05-26 Thread Hans de Graaff
commit: 68bbab94fe728e19e0c1c0ccbcd62e6e23af001f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 27 05:06:40 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 27 05:06:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68bbab94

dev-ruby/ruby-openid: drop ruby19

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
index 18ec100..9d145d4 100644
--- a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
+++ b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"



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

2016-05-26 Thread Hans de Graaff
commit: 1ebd0dd3be55638f94d35539726291c72f94ea82
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 27 05:19:11 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 27 05:19:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ebd0dd3

dev-ruby/aws-sdk: add 2.2.37

Package-Manager: portage-2.2.28

 dev-ruby/aws-sdk/Manifest  |  1 +
 dev-ruby/aws-sdk/aws-sdk-2.2.37.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/aws-sdk/Manifest b/dev-ruby/aws-sdk/Manifest
index 81c9099..94d1e49 100644
--- a/dev-ruby/aws-sdk/Manifest
+++ b/dev-ruby/aws-sdk/Manifest
@@ -1,3 +1,4 @@
 DIST aws-sdk-ruby-1.66.0.tar.gz 1774530 SHA256 
265e20a99c17d3f476ce6f6e981fd37e8e529dac2a38eba1ef7a25205f8f49b6 SHA512 
53b13bab1db26f9eb6ba411a7143377fbdc56548fe881742953f388af60508be30cc2c82a3dce89675be2c799774d30313d19b47875a52d4c9134ce5f4b1914c
 WHIRLPOOL 
265d01034a3e31f8e12dc8962d67fa727e7123de0e5c56c633a84d4b7e91168f6c8ea9f4e4291ef54ef570f4675f2f087610bf11b11ec9efdb1c345c42dcb1ec
 DIST aws-sdk-ruby-2.2.18.tar.gz 1745330 SHA256 
f3e83cd1d502561ebd5ec833b952bb8a29436d1f8ef010a8adb7dff4953cac92 SHA512 
dfe5d6ff90724592fc2d6364a0dcee1b6cc1e6836d4c79193362246c54d1f59a0dff0c7a57bf7996f59ef7e0988ea013f86bf27a36bf8cbab9055edc0ea54528
 WHIRLPOOL 
e539ef5a678efb7fbfc57989611216caf40d2510d0e4c6204724b3315f2df2ec0a4d4b7a225da575cb7a6cc37dd4f82d98fe6c5c698eb0def43165b0e2d4fa23
+DIST aws-sdk-ruby-2.2.37.tar.gz 1832272 SHA256 
fa1508e9659e7691bafa5bda1e474c1f372e96033e4edbe57e3727d3bb7b3c55 SHA512 
0ad986607127fca329489e0f26aa68d20535126bff4db93d6e6c21671cd0e219f8c57bf1994ab4a3cdeaf007836901a7b8b2783b0cf1835e6b19316ae14a64ce
 WHIRLPOOL 
bf7da14db72d64c9b215103de7b91168b48c0ebf471053f551cbf8f7b10a4263bfb4b59780458f320ae73134c7fe19850d937be06330660a60b49344c0d1c32a
 DIST aws-sdk-ruby-2.2.5.tar.gz 1671525 SHA256 
5fba8661d99d939162a349fddf0a89003267856f4faaa8baa5875c916241e4d1 SHA512 
93e848922b9410297ccd82d8e71477f8246c4088f6145e53e7300ff7b4d8a3683274aba794a11df9fbe3a600b0b4cf6d4487f5a45f11fe8b4aad967ae4ee6e33
 WHIRLPOOL 
fac9dc67dc047bc652b4645612f534c08f6b29f9ce456e80d1c7d497bdc748961e15b579162b0a9d42f3f416801eb2a9a365c817698e18638ec0f4a38ff1b6b7

diff --git a/dev-ruby/aws-sdk/aws-sdk-2.2.37.ebuild 
b/dev-ruby/aws-sdk/aws-sdk-2.2.37.ebuild
new file mode 100644
index 000..8f9f04a
--- /dev/null
+++ b/dev-ruby/aws-sdk/aws-sdk-2.2.37.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST=""
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="../CHANGELOG.md ../MIGRATING.md ../README.md 
../UPGRADING.md"
+
+GITHUB_USER="aws"
+GITHUB_PROJECT="${PN}-ruby"
+RUBY_S="${GITHUB_PROJECT}-${PV}/${PN}"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Official SDK for Amazon Web Services"
+HOMEPAGE="http://aws.amazon.com/sdkforruby;
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "virtual/ruby-ssl
+   ~dev-ruby/aws-sdk-resources-${PV}"



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

2016-05-26 Thread Benda XU
commit: 1fd34e461dec9610a2bbfc0c638f5fad83703990
Author: Benda Xu  gentoo  org>
AuthorDate: Fri May 27 04:25:37 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri May 27 04:39:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd34e46

profiles/prefix/linux-standalone/package.mask: remove
  baselayout-prefix is used during bootstrap.

 profiles/prefix/linux-standalone/package.mask | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/prefix/linux-standalone/package.mask 
b/profiles/prefix/linux-standalone/package.mask
deleted file mode 100644
index ff2a8f7..000
--- a/profiles/prefix/linux-standalone/package.mask
+++ /dev/null
@@ -1,3 +0,0 @@
-# Benda Xu  (26 May 2016)
-# baselayout-prefix breaks openrc and directory layout.
-sys-apps/baselayout-prefix



[gentoo-commits] repo/user/tbc:master commit in: tools/

2016-05-26 Thread M. B.
commit: 370ac6116636d62c6edf63fd2b8b24a7e6281d8d
Author: Matthew Brewer  sina  cn>
AuthorDate: Fri May 27 04:10:06 2016 +
Commit: M. B.  sina  cn>
CommitDate: Fri May 27 04:10:06 2016 +
URL:https://gitweb.gentoo.org/repo/user/tbc.git/commit/?id=370ac611

update chroot-here.sh

 tools/chroot-here.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/chroot-here.sh b/tools/chroot-here.sh
index 408fef4..c7291a1 100755
--- a/tools/chroot-here.sh
+++ b/tools/chroot-here.sh
@@ -203,8 +203,8 @@ fi
 MAKEOPTS="-j5"
 EMERGE_DEFAULT_OPTS="--verbose --autounmask-write --nospinner --keep-going 
-j5 --load-average=5 --verbose-conflict"
 PYTHON_SINGLE_TARGET="python3_4"
-PYTHON_TARGETS="python2_7 python3_3 python3_4 python3_5 pypy pypy2"
-  EOF
+PYTHON_TARGETS="python2_7 python3_4"
+EOF
 if [[ ${ARCH_FULL} == x86 ]]; then
   PS1="chroot${PS1}" linux32 chroot ./ /bin/bash --login || quit "Chrooting 
failed."
 else



[gentoo-commits] repo/user/tbc:master commit in: dev-lang/nqp/, dev-lang/rakudo/

2016-05-26 Thread M. B.
commit: b821d4a0d73cd415d5b0d607d5aa9135a62d15d8
Author: Matthew Brewer  sina  cn>
AuthorDate: Fri May 27 04:10:15 2016 +
Commit: M. B.  sina  cn>
CommitDate: Fri May 27 04:10:15 2016 +
URL:https://gitweb.gentoo.org/repo/user/tbc.git/commit/?id=b821d4a0

remove keywords from perl ebuilds since the stuff is about to get pushed
to the tree

 dev-lang/nqp/nqp-2016.04-r3.ebuild   | 2 +-
 dev-lang/nqp/nqp-2016.04-r4.ebuild   | 2 +-
 dev-lang/nqp/nqp-2016.04-r5.ebuild   | 2 +-
 dev-lang/rakudo/rakudo-2016.04-r2.ebuild | 2 +-
 dev-lang/rakudo/rakudo-2016.04-r3.ebuild | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lang/nqp/nqp-2016.04-r3.ebuild 
b/dev-lang/nqp/nqp-2016.04-r3.ebuild
index 102d9e0..47c7906 100644
--- a/dev-lang/nqp/nqp-2016.04-r3.ebuild
+++ b/dev-lang/nqp/nqp-2016.04-r3.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]]; then
KEYWORDS=""
 else
SRC_URI="https://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz"
-   KEYWORDS="~x86 ~amd64"
+   KEYWORDS=""
 fi
 
 DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"

diff --git a/dev-lang/nqp/nqp-2016.04-r4.ebuild 
b/dev-lang/nqp/nqp-2016.04-r4.ebuild
index 54d68a5..02c414d 100644
--- a/dev-lang/nqp/nqp-2016.04-r4.ebuild
+++ b/dev-lang/nqp/nqp-2016.04-r4.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
 else
SRC_URI="https://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz"
inherit vcs-snapshot
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS=""
 fi
 
 DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"

diff --git a/dev-lang/nqp/nqp-2016.04-r5.ebuild 
b/dev-lang/nqp/nqp-2016.04-r5.ebuild
index 82d2b2b..4f0bf1f 100644
--- a/dev-lang/nqp/nqp-2016.04-r5.ebuild
+++ b/dev-lang/nqp/nqp-2016.04-r5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
 else
SRC_URI="https://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz"
inherit vcs-snapshot
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS=""
 fi
 
 DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"

diff --git a/dev-lang/rakudo/rakudo-2016.04-r2.ebuild 
b/dev-lang/rakudo/rakudo-2016.04-r2.ebuild
index b9c781f..e60d437 100644
--- a/dev-lang/rakudo/rakudo-2016.04-r2.ebuild
+++ b/dev-lang/rakudo/rakudo-2016.04-r2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]]; then
KEYWORDS=""
 else
SRC_URI="${HOMEPAGE}/downloads/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS=""
 fi
 
 LICENSE="Artistic-2"

diff --git a/dev-lang/rakudo/rakudo-2016.04-r3.ebuild 
b/dev-lang/rakudo/rakudo-2016.04-r3.ebuild
index 0255978..cd55aa5 100644
--- a/dev-lang/rakudo/rakudo-2016.04-r3.ebuild
+++ b/dev-lang/rakudo/rakudo-2016.04-r3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]]; then
KEYWORDS=""
 else
SRC_URI="${HOMEPAGE}/downloads/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS=""
 fi
 
 LICENSE="Artistic-2"



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

2016-05-26 Thread Michał Górny
commit: 2eb431fa74674cc1b66dbdb7aeaf2866d56fe2c0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 26 18:02:07 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 04:05:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb431fa

profiles: Remove unused php5-2 target

 profiles/desc/php_targets.desc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/desc/php_targets.desc b/profiles/desc/php_targets.desc
index 6108b0b..75d09ce 100644
--- a/profiles/desc/php_targets.desc
+++ b/profiles/desc/php_targets.desc
@@ -9,4 +9,3 @@ php5-6 - Build against PHP 5.6
 php5-5 - Build against PHP 5.5
 php5-4 - Build against PHP 5.4
 php5-3 - Build against PHP 5.3
-php5-2 - Build against PHP 5.2



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

2016-05-26 Thread Michał Górny
commit: 5c59da2b97e620fce0f7d55f68d23f7d79401824
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 26 18:05:05 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 04:04:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c59da2b

profiles: Remove unused VIDEO_CARDS

 profiles/desc/video_cards.desc | 6 --
 1 file changed, 6 deletions(-)

diff --git a/profiles/desc/video_cards.desc b/profiles/desc/video_cards.desc
index 7336f7c..947201e 100644
--- a/profiles/desc/video_cards.desc
+++ b/profiles/desc/video_cards.desc
@@ -12,7 +12,6 @@ ark - VIDEO_CARDS setting to build driver for ark video cards
 ast - VIDEO_CARDS setting to build driver for ASpeedTech video cards
 chips - VIDEO_CARDS setting to build driver for chips video cards
 cirrus - VIDEO_CARDS setting to build driver for cirrus video cards
-cyrix - VIDEO_CARDS setting to build driver for cyrix video cards
 dummy - VIDEO_CARDS setting to build driver for dummy video cards
 epson - VIDEO_CARDS setting to build driver for epson video cards
 exynos - VIDEO_CARDS setting to build driver for Samsung Exynos video cards
@@ -26,14 +25,12 @@ i740 - VIDEO_CARDS setting to build driver for Intel i740 
video cards
 i915 - VIDEO_CARDS setting to build driver for Intel i915 video cards
 i965 - VIDEO_CARDS setting to build driver for Intel i965 video cards
 ilo - VIDEO_CARDS setting to build unofficial gallium driver for Intel gen6/7 
video cards
-impact - VIDEO_CARDS setting to build driver for impact video cards
 intel - VIDEO_CARDS setting to build driver for Intel video cards
 mach64 - VIDEO_CARDS setting to build driver for mach64 video cards
 mga - VIDEO_CARDS setting to build driver for mga video cards
 modesetting - VIDEO_CARDS setting to build driver for unaccelerated modesetting
 neomagic - VIDEO_CARDS setting to build driver for neomagic video cards
 newport - VIDEO_CARDS setting to build driver for newport video cards
-none - VIDEO_CARDS setting to build no drivers (useful when using binary 
drivers)
 nouveau - VIDEO_CARDS setting to build reverse-engineered driver for nvidia 
cards
 nsc - VIDEO_CARDS setting to build driver for nsc video cards
 nvidia - VIDEO_CARDS setting to build driver for nvidia video cards
@@ -46,7 +43,6 @@ r128 - VIDEO_CARDS setting to build driver for ATI r128 video 
cards
 r200 - VIDEO_CARDS setting to build only r200 based chips code for radeon
 r300 - VIDEO_CARDS setting to build only r300, r400 and r500 based chips code 
for radeon
 r600 - VIDEO_CARDS setting to build only r600, r700, Evergreen and Northern 
Islands based chips code for radeon
-radeonhd - VIDEO_CARDS setting to build driver for ATI radeon HD video cards 
(radeon also works)
 radeon - VIDEO_CARDS setting to build driver for ATI radeon video cards
 radeonsi - VIDEO_CARDS setting to build only Southern Islands based chips code 
for radeon
 rendition - VIDEO_CARDS setting to build driver for rendition video cards
@@ -75,5 +71,3 @@ via - VIDEO_CARDS setting to build driver for via video cards
 virtualbox - VIDEO_CARDS setting to build driver for virtualbox emulation
 vmware - VIDEO_CARDS setting to build driver for vmware video cards
 voodoo - VIDEO_CARDS setting to build driver for voodoo video cards
-xgi - VIDEO_CARDS setting to build driver for xgi video cards
-svga - VIDEO_CARDS setting to build driver for svga (VMware Virtual GPU) via 
Gallium



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

2016-05-26 Thread Michał Górny
commit: c33159c341901474983779a2cc0c8272fdeb7981
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 26 17:53:27 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 04:04:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33159c3

profiles: Remove unused CALLIGRA_FEATURES=tables

 profiles/desc/calligra_features.desc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/desc/calligra_features.desc 
b/profiles/desc/calligra_features.desc
index a3e1eda..531c661 100644
--- a/profiles/desc/calligra_features.desc
+++ b/profiles/desc/calligra_features.desc
@@ -15,5 +15,4 @@ krita - CALLIGRA_FEATURES option to build raster image editor
 plan - CALLIGRA_FEATURES option to build project planning component
 sheets - CALLIGRA_FEATURES option to build spreadsheet processor
 stage - CALLIGRA_FEATURES option to build presentation processor
-tables - CALLIGRA_FEATURES option to build spreadsheet processor (up to 
2.3beta)
 words - CALLIGRA_FEATURES option to build word processor



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

2016-05-26 Thread Michał Górny
commit: dec6c7eb03bf9591a9d6f8bdea014613611e3246
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 26 17:57:46 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 04:04:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec6c7eb

profiles: Remove unused INPUT_DEVICES

 profiles/desc/input_devices.desc | 14 --
 1 file changed, 14 deletions(-)

diff --git a/profiles/desc/input_devices.desc b/profiles/desc/input_devices.desc
index b34e84c..4f3ab70 100644
--- a/profiles/desc/input_devices.desc
+++ b/profiles/desc/input_devices.desc
@@ -8,27 +8,18 @@
 
 acecad - INPUT_DEVICES setting to build driver for acecad input devices
 aiptek - INPUT_DEVICES setting to build driver for aiptek input devices
-calcomp - INPUT_DEVICES setting to build driver for calcomp input devices
-digitaledge - INPUT_DEVICES setting to build driver for digitaledge input 
devices
-dmc - INPUT_DEVICES setting to build driver for dmc input devices
 dynapro - INPUT_DEVICES setting to build driver for dynapro input devices
 elo2300 - INPUT_DEVICES setting to build driver for elo2300 input devices
 elographics - INPUT_DEVICES setting to build driver for elographics input 
devices
 evdev - INPUT_DEVICES setting to build driver for evdev input devices
 fpit - INPUT_DEVICES setting to build driver for fpit input devices
 hyperpen - INPUT_DEVICES setting to build driver for hyperpen input devices
-jamstudio - INPUT_DEVICES setting to build driver for jamstudio input devices
 joystick - INPUT_DEVICES setting to build driver for joystick input devices
 keyboard - INPUT_DEVICES setting to build driver for keyboard input devices
 libinput - INPUT_DEVICES setting to build driver for libinput input devices
 lirc - INPUT_DEVICES setting to build driver for LIRC input devices (i.e. 
infra-red remote control)
-magellan - INPUT_DEVICES setting to build driver for magellan input devices
-magictouch - INPUT_DEVICES setting to build driver for magictouch input devices
-microtouch - INPUT_DEVICES setting to build driver for microtouch input devices
 mouse - INPUT_DEVICES setting to build driver for mouse input devices
 mutouch - INPUT_DEVICES setting to build driver for mutouch input devices
-none - INPUT_DEVICES setting to build no drivers (useful when using binary 
drivers)
-palmax - INPUT_DEVICES setting to build driver for palmax input devices
 penmount - INPUT_DEVICES setting to build driver for penmount input devices
 roccat_arvo - INPUT_DEVICES setting to build driver for Roccat Arvo input 
devices
 roccat_isku - INPUT_DEVICES setting to build driver for Roccat Isku input 
devices
@@ -50,13 +41,8 @@ roccat_savu - INPUT_DEVICES setting to build driver for 
Roccat Savu input device
 roccat_ryosmk - INPUT_DEVICES setting to build driver for Roccat RyosMK Pro 
input devices
 roccat_ryostkl - INPUT_DEVICES setting to build driver for Roccat RyosMK Pro 
input devices
 roccat_tyon - INPUT_DEVICES setting to build driver for Roccat Tyon input 
devices
-spaceorb - INPUT_DEVICES setting to build driver for spaceorb input devices
-summa - INPUT_DEVICES setting to build driver for summa input devices
 synaptics - INPUT_DEVICES setting to build driver for synaptics input devices
-tek4957 - INPUT_DEVICES setting to build driver for tek4957 input devices
 tslib - INPUT_DEVICES setting to build driver for tslib input devices
-ur98 - INPUT_DEVICES setting to build driver for ur98 input devices
-virtualbox - INPUT_DEVICES setting to build driver for virtualbox input 
emulation
 vmmouse - INPUT_DEVICES setting to build driver for vmmouse input devices
 void - INPUT_DEVICES setting to build driver for void/dummy input devices
 wacom - INPUT_DEVICES setting to build driver for wacom input devices



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

2016-05-26 Thread Michał Górny
commit: f399f14d6b061dc353710d518932353ee97c1db2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 26 18:06:03 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 04:04:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f399f14d

profiles: Remove unused XTABLES_ADDONS

 profiles/desc/xtables_addons.desc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/desc/xtables_addons.desc 
b/profiles/desc/xtables_addons.desc
index 23c13a5..7867abb 100644
--- a/profiles/desc/xtables_addons.desc
+++ b/profiles/desc/xtables_addons.desc
@@ -19,9 +19,6 @@ gradm - match packets based on grsecurity RBAC status
 iface - match allows to check interface states
 ipmark - IPMARK target allows mark a received packet basing on its IP address
 ipp2p - matches certain packets in P2P flows
-ipset - enables build of ipset related modules and tools
-ipset4 - enables build of ipset-4.x related modules and tools
-ipset6 - enables build of ipset-6.x related modules and tools
 ipv4options - match against a set of IPv4 header options
 length2 - matches the length of a packet against a specific value or range of 
values
 logmark - LOGMARK target will log packet and connection marks to syslog



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

2016-05-26 Thread Michał Górny
commit: fe435531b07d61935ef462387d48837f26307613
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 26 18:01:32 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 04:04:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe435531

profiles: Remove unused NGINX_MODULES_HTTP

 profiles/desc/nginx_modules_http.desc | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/desc/nginx_modules_http.desc 
b/profiles/desc/nginx_modules_http.desc
index a57a722..f6c33cc 100644
--- a/profiles/desc/nginx_modules_http.desc
+++ b/profiles/desc/nginx_modules_http.desc
@@ -34,7 +34,6 @@ image_filter - This module is a filter for transforming JPEG, 
GIF and PNG images
 limit_conn - This module makes it possible to limit the number of simultaneous 
connections for the assigned session
 limit_req - This module allows you to limit the number of requests for a given 
session.
 limit_conn - This module makes it possible to limit the number of simultaneous 
connections for the assigned session
-limit_zone - This module makes it possible to limit the number of simultaneous 
connections for the assigned session
 lua - Embed the power of Lua into nginx
 map - This module allows you to classify, or map a set of values into a 
different set of values and store the result in a variable.
 memc - An extended version of the standard memcached module that supports set, 
add, delete, and many more memcached commands.
@@ -43,10 +42,8 @@ metrics - Module to export various metrics in easy-parseable 
JSON.
 mogilefs - Enable support for MogileFS.
 mp4 - This module adds pseudo-streaming
 naxsi - An open source, high performance, low rules maintenance, Web 
Application Firewall module for Nginx.
-passenger - Passenger makes deployment of Ruby web applications a breeze.
 perl - This module makes it possible to execute Perl directly within Nginx and 
call Perl via SSI.
 proxy - This module makes it possible to transfer requests to another server.
-push - External module turning Nginx into an adept HTTP Push and Comet server.
 push_stream - Push Stream module, supporting EventSource, WebSocket, Long 
Polling, and Forever Iframe.
 random_index - Pick a random directory index from a directory.
 realip - This module allows to change the client's IP address to value from 
request header (e. g. X-Real-IP or X-Forwarded-For).
@@ -63,7 +60,6 @@ spdy - This module provides an SPDY implementation. 
(Deprecated, use IUSE="http2
 sticky - Module to always forward clients to the same upstream server (via 
sticky cookies)
 stub_status - This module provides the ability to get some status from nginx.
 sub - This module can search and replace text in the nginx response.
-upload - Enable support for handling file uploads using multipart/form-data 
encoding
 upload_progress - This module adds the ability to track POST upload progress 
via JSON API
 upstream_check - Add health check support for upstream servers.
 upstream_ip_hash - This module provides the ability to distribute upstream 
requests based on the IP-address of the client.



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

2016-05-26 Thread Jeroen Roovers
commit: 06a6103da894128df885ac148ba0f3a094518f1a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 27 03:26:48 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 27 03:26:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a6103d

x11-misc/xtrlock: Version bump.

Package-Manager: portage-2.3.0_rc1

 x11-misc/xtrlock/Manifest   |  1 +
 x11-misc/xtrlock/xtrlock-2.8.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/x11-misc/xtrlock/Manifest b/x11-misc/xtrlock/Manifest
index 604d007..e67fd8e 100644
--- a/x11-misc/xtrlock/Manifest
+++ b/x11-misc/xtrlock/Manifest
@@ -1 +1,2 @@
 DIST xtrlock_2.7.tar.gz 20939 SHA256 
9993e099fe1c74176fa4b7863cbcf1f746307ee6c90c9ad1e4d2dae1871be6b9 SHA512 
44693dfa7b8b109b19c4f61902ac5c181af1d8fb6044115517391211411239a506108e6fd5b998978030f997f9094e9df18e5d40499c6b3b83a42cf9dd1b7f92
 WHIRLPOOL 
687572be8b7e5118e7d9afedb8c54c74afb647caebc5f4c14c59af2871d86cf25a1c596563e2c903774ab11842b92d2c6245e1c3c9762036c4bcdcfe5373a2e6
+DIST xtrlock_2.8.tar.gz 21125 SHA256 
3848b0c9f2597247e82932f43c42cc9fd7171b808dc08ae84b40a13f7f969604 SHA512 
a1388250430f7cb7bfe875aae938c332098f9e88ab7a17d68634b36726acfa7a459bf40f71e6df3c6b1256fb4574a62b2fc72357c6e779c1bc55f10204634068
 WHIRLPOOL 
fc0c7c0becf915a2643c3d727c406f4fab10326667ec790926a92bd6967fae3fde86be5e05d43777a1f7e621efce07bc0de22a326a8be954a2596b54f0255a7c

diff --git a/x11-misc/xtrlock/xtrlock-2.8.ebuild 
b/x11-misc/xtrlock/xtrlock-2.8.ebuild
new file mode 100644
index 000..ee11fc9
--- /dev/null
+++ b/x11-misc/xtrlock/xtrlock-2.8.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="A simplistic screen locking program for X"
+HOMEPAGE="http://ftp.debian.org/debian/pool/main/x/xtrlock/;
+SRC_URI="mirror://debian/pool/main/x/${PN}/${P/-/_}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+   x11-libs/libX11
+"
+DEPEND="
+   ${RDEPEND}
+   x11-proto/xproto
+   x11-misc/imake
+"
+
+src_compile() {
+   xmkmf || die
+   emake CDEBUGFLAGS="${CFLAGS} -DSHADOW_PWD" CC="$(tc-getCC)" \
+   EXTRA_LDOPTIONS="${LDFLAGS}" xtrlock
+}
+
+src_install() {
+   dobin xtrlock
+   chmod u+s "${D}"/usr/bin/xtrlock
+   newman xtrlock.man xtrlock.1
+   dodoc debian/changelog
+}



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

2016-05-26 Thread Jeroen Roovers
commit: 33bf2a2a25d7a8ca3580a0f4cd3a1dc0d5ce0761
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 27 03:06:02 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 27 03:06:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33bf2a2a

media-libs/libmtp: Stable for PPC64 (bug #568266).

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches

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

diff --git a/media-libs/libmtp/libmtp-1.1.11.ebuild 
b/media-libs/libmtp/libmtp-1.1.11.ebuild
index ae99916..66d22f3 100644
--- a/media-libs/libmtp/libmtp-1.1.11.ebuild
+++ b/media-libs/libmtp/libmtp-1.1.11.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+   KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
 fi
 
 DESCRIPTION="An implementation of Microsoft's Media Transfer Protocol (MTP)"



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

2016-05-26 Thread Jeroen Roovers
commit: 764056cf19f3ee30fc54f541094fd0a8bc0b8466
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 27 03:02:42 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 27 03:02:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764056cf

app-misc/pax-utils: Stable for HPPA PPC64 (bug #584100).

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches

 app-misc/pax-utils/pax-utils-1.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.1.6.ebuild 
b/app-misc/pax-utils/pax-utils-1.1.6.ebuild
index 75ce98d..eb74529 100644
--- a/app-misc/pax-utils/pax-utils-1.1.6.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.1.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="caps debug python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



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

2016-05-26 Thread Jeroen Roovers
commit: d07bfe0df2e250e0d8dcee6d3e2901a6dc5f70cd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 27 02:48:19 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 27 02:48:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07bfe0d

dev-util/intltool: Stable for HPPA (bug #579236).

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches

 dev-util/intltool/intltool-0.51.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/intltool/intltool-0.51.0-r1.ebuild 
b/dev-util/intltool/intltool-0.51.0-r1.ebuild
index a848c82..c95b757 100644
--- a/dev-util/intltool/intltool-0.51.0-r1.ebuild
+++ b/dev-util/intltool/intltool-0.51.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND="



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

2016-05-26 Thread Jeroen Roovers
commit: 467dff5dabe402af57b57676e0d6f8344c03e464
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 27 02:37:10 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 27 02:48:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467dff5d

dev-libs/geoip: Old.

Package-Manager: portage-2.3.0_rc1

 dev-libs/geoip/Manifest   |  2 --
 dev-libs/geoip/geoip-1.6.6.ebuild | 52 ---
 dev-libs/geoip/geoip-1.6.7.ebuild | 52 ---
 3 files changed, 106 deletions(-)

diff --git a/dev-libs/geoip/Manifest b/dev-libs/geoip/Manifest
index 269af04..9cb0ceb 100644
--- a/dev-libs/geoip/Manifest
+++ b/dev-libs/geoip/Manifest
@@ -1,3 +1 @@
-DIST geoip-1.6.6.tar.gz 156796 SHA256 
db8ed5d07292c75cb3018738e6411037f15cc2a517f38ee04c1232cbe3d30b46 SHA512 
4cdd308500bcb827b3dd1c6d981299ea746251758b6a5df97bf2cf098b62b0a736394d5853a06c62437eb0808cb54efb14d0579f5212284f29016e3c8cdd9846
 WHIRLPOOL 
518749339b094c4166ab53d8ec38020c72f1550923e8c0084f438391dfe7965a9b2f7b3e27ef5ecac85a3f62aa14299e11fbd740ea103c320eef5fad357994b2
-DIST geoip-1.6.7.tar.gz 158276 SHA256 
6f0ee5cd63660a2ab3a8f30df8e7246ee87b0eb33c719843d691c8d010cbabb5 SHA512 
dde9ef65328297604892533ef5d5b568184eb4a29ff95839cb5e39b6652bcfbc53bf64fbcc3b55dad43cf0fca16f5611dbd96ba50f3001d8e212392304bce0b5
 WHIRLPOOL 
2d7e3b94317aa820c55c08be1808b9cc6d8cc38e87733cb1da3c9b3a5bf51212933e266ca105aabd765a08fe87f79f22eae5d8c6e3015a43fc923637273d6795
 DIST geoip-1.6.9.tar.gz 158576 SHA256 
05468adbb6bdbddc588ee6f0df990f47b1b24d278519c35d59f7a8058a2a9825 SHA512 
a3a34511ba32e6c7d0b46b0e608c5be54411cf5b095c867c3225941b55e5714ec7c68de64e0aefcf4ee2081fbd626480067d6bc9822d775decef1f8e26d7e976
 WHIRLPOOL 
4b4a4e4dff60f3b9db456d54b5529c24c93b3e18c4aff0d67d35165e9092fcd7e163ce868f729140f9ee5e3a8f49c19ff8a7324f1b106fd9a81a7896d92288ae

diff --git a/dev-libs/geoip/geoip-1.6.6.ebuild 
b/dev-libs/geoip/geoip-1.6.6.ebuild
deleted file mode 100644
index 0b0a8ac..000
--- a/dev-libs/geoip/geoip-1.6.6.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="easily lookup countries by IP addresses, even when Reverse DNS 
entries don't exist"
-HOMEPAGE="https://github.com/maxmind/geoip-api-c;
-SRC_URI="
-   https://github.com/maxmind/${PN}-api-c/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-"
-
-# GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db
-LICENSE="LGPL-2.1 GPL-2 MaxMind2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos"
-IUSE="static-libs"
-RESTRICT="test"
-
-DEPEND="net-misc/wget"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-api-c-${PV}"
-
-src_prepare() {
-   eautoreconf
-}
-
-src_configure() {
-   econf $(use_enable static-libs static)
-   sed -e "s|@PREFIX@|${ROOT}|g" "${FILESDIR}"/geoipupdate-r5.sh > 
geoipupdate.sh || die
-}
-
-src_install() {
-   default
-
-   dodoc AUTHORS ChangeLog NEWS.md README*
-
-   prune_libtool_files
-
-   keepdir /usr/share/GeoIP
-
-   dosbin geoipupdate.sh
-}
-
-pkg_postinst() {
-   ewarn "WARNING: Databases are no longer installed by this ebuild."
-   elog "Don't forget to run 'geoipupdate.sh -f' (or geoipupdate from"
-   elog "net-misc/geoipupdate) to populate ${ROOT}/usr/share/GeoIP/"
-   elog "with geo-located IP address databases."
-}

diff --git a/dev-libs/geoip/geoip-1.6.7.ebuild 
b/dev-libs/geoip/geoip-1.6.7.ebuild
deleted file mode 100644
index 445952b..000
--- a/dev-libs/geoip/geoip-1.6.7.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="GeoIP Legacy C API"
-HOMEPAGE="https://github.com/maxmind/geoip-api-c;
-SRC_URI="
-   https://github.com/maxmind/${PN}-api-c/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-"
-
-# GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db
-LICENSE="LGPL-2.1 GPL-2 MaxMind2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos"
-IUSE="static-libs"
-RESTRICT="test"
-
-DEPEND="net-misc/wget"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-api-c-${PV}"
-
-src_prepare() {
-   eautoreconf
-}
-
-src_configure() {
-   econf $(use_enable static-libs static)
-   sed -e "s|@PREFIX@|${ROOT}|g" "${FILESDIR}"/geoipupdate-r5.sh > 
geoipupdate.sh || die
-}
-
-src_install() {
-   default
-
-   dodoc AUTHORS ChangeLog NEWS.md README*
-
-   prune_libtool_files
-
-   keepdir /usr/share/GeoIP
-
-   dosbin geoipupdate.sh
-}
-

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

2016-05-26 Thread Jeroen Roovers
commit: ad900a50d5607fd35ea1b504c01f8726cb903bc4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 27 02:47:28 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 27 02:48:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad900a50

app-crypt/qca: Stable for HPPA (bug #578484).

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches

 app-crypt/qca/qca-2.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/qca/qca-2.1.1.ebuild b/app-crypt/qca/qca-2.1.1.ebuild
index 28798bc..de58451 100644
--- a/app-crypt/qca/qca-2.1.1.ebuild
+++ b/app-crypt/qca/qca-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 
 IUSE="botan debug doc examples gcrypt gpg libressl logger nss +openssl pkcs11 
+qt4 qt5 sasl softstore test"
 REQUIRED_USE="|| ( qt4 qt5 )"



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

2016-05-26 Thread Benda XU
commit: 10a062385bb1d89e44170423a7302cb5247d2dff
Author: Benda Xu  gentoo  org>
AuthorDate: Fri May 27 02:43:18 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri May 27 02:43:18 2016 +
URL:https://gitweb.gentoo.org/proj/android.git/commit/?id=10a06238

Merge branch 'heroxbd' into android

 dev-util/bakefile/ChangeLog |   19 -
 dev-util/bakefile/Manifest  |6 -
 dev-util/bakefile/bakefile-0.2.8.ebuild |   30 -
 dev-util/bakefile/bakefile-0.2.9.ebuild |   30 -
 dev-util/bakefile/metadata.xml  |5 -
 sys-libs/glibc/ChangeLog| 1513 -
 sys-libs/glibc/ChangeLog-2007   | 2665 ---
 sys-libs/glibc/Manifest |8 +-
 sys-libs/glibc/files/eblits/common.eblit|   27 +-
 sys-libs/glibc/files/eblits/src_configure.eblit |   24 +-
 sys-libs/glibc/files/eblits/src_install.eblit   |4 +-
 sys-libs/talloc/ChangeLog   |   91 -
 sys-libs/talloc/Manifest|4 -
 sys-libs/talloc/metadata.xml|   13 -
 sys-libs/talloc/talloc-2.0.5.ebuild |   31 -
 www-servers/nginx/ChangeLog | 1789 ---
 www-servers/nginx/Manifest  |   15 -
 www-servers/nginx/files/nginx.conf  |   72 -
 www-servers/nginx/files/nginx.initd |   87 -
 www-servers/nginx/files/nginx.logrotate |   11 -
 www-servers/nginx/metadata.xml  |   27 -
 www-servers/nginx/nginx-1.2.0.ebuild|  379 
 22 files changed, 16 insertions(+), 6834 deletions(-)



[gentoo-commits] dev/heroxbd:master commit in: sys-libs/glibc/files/eblits/, sys-libs/glibc/

2016-05-26 Thread Benda XU
commit: 99e8f1b709c2a9c1fb4959995df23584d6746b31
Author: Benda Xu  gentoo  org>
AuthorDate: Fri May 27 02:42:26 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri May 27 02:42:26 2016 +
URL:https://gitweb.gentoo.org/dev/heroxbd.git/commit/?id=99e8f1b7

sys-libs/glibc: ld symlink.

 sys-libs/glibc/Manifest   | 2 +-
 sys-libs/glibc/files/eblits/src_install.eblit | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 5de2715..0c86716 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -36,7 +36,7 @@ AUX eblits/pkg_pretend.eblit 4990 SHA256 
219947e495090b640ec6229b028299edc3f06ee
 AUX eblits/pkg_setup.eblit 275 SHA256 
c5de97dc69d3508555ac579e14ead694a75edf4707c1749219677ebee88ca9ab SHA512 
627740976e372842b09034b79f61f5cb5d8283f47c94cfe66b2aa1517c901df0bf3b456f1ba26a9ddc0aa0215190d0415ed4f881cc950d163d8203a0e6bba2a9
 WHIRLPOOL 
16ef3155b35671311443f4c231c1867d12731035aa603dedb6e86eabdc1501c67183474a26bb06048e12c19ac3bda054fdb8a107792a3dddb743b6dc7d447339
 AUX eblits/src_compile.eblit 598 SHA256 
3b90a6f44d307b92cee36fdd91d412bdb9fcbab555e6c6bf8174c8e3f29137ca SHA512 
ee216aa3bb13f75313d141459acb47523442addf12a6bb8d829ca40eda4f63324911a13ff0ae90fe6eed1fbe0058c89308a2205c5357a0e1897a89573fea2f51
 WHIRLPOOL 
3bfc5406e794ee9ee4005e97aa2d40a82d77de090c72767d6b43be6993048536b4f2442bf6864157d036e7ea3fce6ba6537a97cd2afee04c61f9e98e1adc3c00
 AUX eblits/src_configure.eblit 7863 SHA256 
7db19553345321d3999b361e9c76c22ff737cb57a18cc70e7a404c598e91ac38 SHA512 
03cf87a1d89b492c1556049a24f846eae73095640a89c843648cf8546c5d84531d5f4714214cce96d00b6d637096f5317b5904da40b5c91df3a2d8bccdbb6a77
 WHIRLPOOL 
11158e85754842e8c80961f4738cdb4bb6b9cd927d89b79a4e5936cdff652326b803f90954dee38956533c6a9dedaa65aaa816fb8e5ba99c956f59dbe8f73652
-AUX eblits/src_install.eblit 7813 SHA256 
f1bd7cc2c46e41a8ea3f321805422209838adb9465ea942b2cc4c185d76463a7 SHA512 
27b43f4fe26dfbc054407d9919c9ed42d984c7a10567c1d42f5ad21036c7b3a85a6bd214120775dbfe089d9008143335a98ef6db5913de31824ec194a268129f
 WHIRLPOOL 
5406967fcd4d933ecf964c7ce7a23450c2223089e9098543af7a89f3662ed2105c65efcaa9f9d29afb90f8d7e69c70634ce1540e1b06f3a5fa6de180606207cd
+AUX eblits/src_install.eblit 7816 SHA256 
ea2f7361da00b90940b23db1a313943367649f5facd72cdd784d6f028e6d148f SHA512 
86d981a4e4220c48112c0282a8819cf4fe10479e9e608875b848c5cc93ec5381f19cc8644bdfb0da8e40cf0b5bfea9f3dc70f07769db39c08890dbd44550d323
 WHIRLPOOL 
49e6dec1cb4ad188a750cff9975f5338ed3ffc8c93f7e51f0b03e63dcb14ab7e773fb708eb71e5d3c62332bdcf880f0f22df1c04dbbb3b7c77823773b31f24b7
 AUX eblits/src_prepare.eblit 2231 SHA256 
02e28094bb57137d0f12031dc3ed75d022df711847904f428ffea2e0bc42b778 SHA512 
967e831a0390c2fb328cb69a75489f3ecddf2a3aecd3d8b95e8ef36fdced3b0b15a320245cd1274e5bf78bc49a17a862fe4af26f610c3f864418c707e7d6150a
 WHIRLPOOL 
4855e3979903daa6b4586d5bed08a1f7806c03b9873f4b51a0b6b73254bb40eb08cb0e6329992f663f98907e8d82f485ee7f49ee4f82fd52dbfe880f8dd1fe70
 AUX eblits/src_test.eblit 698 SHA256 
96b044ef9a27c2591b2a440b45bd89989022d0b41c546ce4dcea58a631315bf4 SHA512 
0a46dddf53ccbfaab3f85ba7d2e8f202b4d5be98052601686592eca0ec115de29d8cb1f324ba12dcb77f3a8d4bbb39032532042b8adf809a772ebcc845b1a152
 WHIRLPOOL 
42af8b97859789b52a5a0c100ba109d8c3dd47532ef3f0b764c95b7a61be9d293d99de25e601dacd840c0a4cc921740b5acc2a3567b5aa3ae8ac6f88430ccf04
 AUX eblits/src_unpack.eblit 3096 SHA256 
f0934fe81278797a0625fde2518f5bdf8531c75443ed3dc6ba7d18aa751cb235 SHA512 
6fb32f854920ac4c0df5d60d334f4b9376b05d9b2df7d1bfac979acc3d7c282846fcce36c9816558ee75db030c3551b95f2ff26e53ea166adf97a2ae5db55abf
 WHIRLPOOL 
cee004cf4967f0b073f56ef5bbc67e56981f109400622f70cfba51ce120115f4c25ee7696a5b9baf7b22080d01d038ea936d5c342d65b7331b3801510a509123

diff --git a/sys-libs/glibc/files/eblits/src_install.eblit 
b/sys-libs/glibc/files/eblits/src_install.eblit
index 4a80560..f0017fa 100644
--- a/sys-libs/glibc/files/eblits/src_install.eblit
+++ b/sys-libs/glibc/files/eblits/src_install.eblit
@@ -102,7 +102,7 @@ toolchain-glibc_src_install() {
has ${ldso_abi} $(get_install_abis) || continue
 
ldso_name="$(alt_prefix)${ldso_abi_list[i+1]}"
-   if [[ ! -L ${D}/${ldso_name} && ! -e ${D}/${ldso_name} ]] ; then
+   if [[ ! -L ${ED}/${ldso_name} && ! -e ${ED}/${ldso_name} ]] ; 
then
dosym ../$(get_abi_LIBDIR ${ldso_abi})/${ldso_name##*/} 
${ldso_name}
fi
done
@@ -111,7 +111,7 @@ toolchain-glibc_src_install() {
# binary to be setuid.  This is because the default owners/perms will be
# exactly what we want.
if in_iuse suid && ! use suid ; then
-   find "${D}" -name pt_chown -exec chmod -s {} +
+   find "${ED}" -name pt_chown -exec chmod -s {} +
fi
 
#



[gentoo-commits] dev/heroxbd:master commit in: www-servers/nginx/files/, dev-util/bakefile/, www-servers/nginx/, ...

2016-05-26 Thread Benda XU
commit: e155f1b939e751d4005af35361b6e866cfaa8ff9
Author: Benda Xu  gentoo  org>
AuthorDate: Fri May 27 02:07:52 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri May 27 02:08:25 2016 +
URL:https://gitweb.gentoo.org/dev/heroxbd.git/commit/?id=e155f1b9

dev-util/bakefile, sys-libs/talloc, www-servers/nginx: remove, not used.

 dev-util/bakefile/ChangeLog |   19 -
 dev-util/bakefile/Manifest  |6 -
 dev-util/bakefile/bakefile-0.2.8.ebuild |   30 -
 dev-util/bakefile/bakefile-0.2.9.ebuild |   30 -
 dev-util/bakefile/metadata.xml  |5 -
 sys-libs/talloc/ChangeLog   |   91 --
 sys-libs/talloc/Manifest|4 -
 sys-libs/talloc/metadata.xml|   13 -
 sys-libs/talloc/talloc-2.0.5.ebuild |   31 -
 www-servers/nginx/ChangeLog | 1789 ---
 www-servers/nginx/Manifest  |   15 -
 www-servers/nginx/files/nginx.conf  |   72 --
 www-servers/nginx/files/nginx.initd |   87 --
 www-servers/nginx/files/nginx.logrotate |   11 -
 www-servers/nginx/metadata.xml  |   27 -
 www-servers/nginx/nginx-1.2.0.ebuild|  379 ---
 16 files changed, 2609 deletions(-)

diff --git a/dev-util/bakefile/ChangeLog b/dev-util/bakefile/ChangeLog
deleted file mode 100644
index 24d6e8c..000
--- a/dev-util/bakefile/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog for dev-util/bakefile
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bakefile/ChangeLog,v 1.3 
2009/11/13 22:12:12 dirtyepic Exp $
-
-*bakefile-0.2.8 (13 Nov 2009)
-
-  13 Nov 2009; Ryan Hill  +bakefile-0.2.8.ebuild,
-  metadata.xml:
-  Version bump.
-
-  04 Aug 2009; Ryan Hill  bakefile-0.2.6.ebuild:
-  Keyword ~amd64.
-
-*bakefile-0.2.6 (21 Jul 2009)
-
-  21 Jul 2009; Markus Ullmann  +bakefile-0.2.6.ebuild,
-  +files/bakefile-0.2.6-enlarge-buffers.patch, +metadata.xml:
-  Initial import for wx dependency of webkit nightly
-

diff --git a/dev-util/bakefile/Manifest b/dev-util/bakefile/Manifest
deleted file mode 100644
index e60620c..000
--- a/dev-util/bakefile/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-DIST bakefile-0.2.8.tar.gz 756231 RMD160 
4c7b4416bb93f42bf5beab4db08dd95d60adb3a4 SHA1 
bf8394d944fb34fdce8d5b82c891c180dc7af05e SHA256 
e262b5edff1c9126cc32de7d3fcef5b24e997156f91f5a6eeccb45d29522fd1c
-DIST bakefile-0.2.9.tar.gz 775528 RMD160 
3b8411f310b14e084a5e59239874a549ce1c3253 SHA1 
4280f22da518885d6ad1f92de0aed567e6daf900 SHA256 
9f3c65411ad3932027e3c3e765337d89be2f9cf5ee9a204da80e92a8c2d76ca5
-EBUILD bakefile-0.2.8.ebuild 571 RMD160 
d2ea32b33daa86d0695b4af6a31444e3dc2058cb SHA1 
54917d26b7585d1d649b96559c1c614d06cc40b6 SHA256 
27cd9ffe09e74b7ca53a7fcc318d3cf087d0238dff3aef732e820993a1864066
-EBUILD bakefile-0.2.9.ebuild 571 RMD160 
d2ea32b33daa86d0695b4af6a31444e3dc2058cb SHA1 
54917d26b7585d1d649b96559c1c614d06cc40b6 SHA256 
27cd9ffe09e74b7ca53a7fcc318d3cf087d0238dff3aef732e820993a1864066
-MISC ChangeLog 656 RMD160 ec7a9f084bbd5e42ca27cb4cbca6c5084725a3fa SHA1 
05514f41e2bf2efcd5a5e7d06c7e7bf8b05042f5 SHA256 
d6567816b75c721a99b2e30134bfe32c47bc3ebf0947116871af9a2b435968f5
-MISC metadata.xml 162 RMD160 c039a69ee8efb8cbbbf4b67df25a6e8506ae2610 SHA1 
ef137d109c76b893201870840b179f4c42c0f3ff SHA256 
fab42f6a31209847529447a2bea2b9dd746521fe5d59d967470736120712f093

diff --git a/dev-util/bakefile/bakefile-0.2.8.ebuild 
b/dev-util/bakefile/bakefile-0.2.8.ebuild
deleted file mode 100644
index a13406e..000
--- a/dev-util/bakefile/bakefile-0.2.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header $
-
-EAPI=2
-
-inherit base python bash-completion eutils
-
-DESCRIPTION="Native makefiles generator"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://bakefile.sourceforge.net;
-
-LICENSE="MIT"
-
-RDEPEND=""
-DEPEND=""
-KEYWORDS="~amd64-linux"
-SLOT="0"
-IUSE="doc"
-
-src_install () {
-   base_src_install
-
-   dodoc AUTHORS NEWS README THANKS
-   if use doc ; then
-   dohtml -r doc/html/* || die "dodoc failed"
-   fi
-
-   dobashcompletion bash_completion bakefile
-}

diff --git a/dev-util/bakefile/bakefile-0.2.9.ebuild 
b/dev-util/bakefile/bakefile-0.2.9.ebuild
deleted file mode 100644
index a13406e..000
--- a/dev-util/bakefile/bakefile-0.2.9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header $
-
-EAPI=2
-
-inherit base python bash-completion eutils
-
-DESCRIPTION="Native makefiles generator"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://bakefile.sourceforge.net;
-
-LICENSE="MIT"
-
-RDEPEND=""
-DEPEND=""
-KEYWORDS="~amd64-linux"
-SLOT="0"
-IUSE="doc"
-
-src_install () {
-   

[gentoo-commits] dev/heroxbd:master commit in: sys-libs/glibc/files/eblits/, sys-libs/glibc/

2016-05-26 Thread Benda XU
commit: 57d213778d40e49ee0f88e34028daf56bb579555
Author: Benda Xu  gentoo  org>
AuthorDate: Fri May 27 02:06:06 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri May 27 02:06:06 2016 +
URL:https://gitweb.gentoo.org/dev/heroxbd.git/commit/?id=57d21377

sys-libs/glibc: update eblit patch.

 sys-libs/glibc/Manifest |  6 +++---
 sys-libs/glibc/files/eblits/common.eblit| 27 +
 sys-libs/glibc/files/eblits/src_configure.eblit | 24 ++
 sys-libs/glibc/files/eblits/src_install.eblit   |  8 
 4 files changed, 18 insertions(+), 47 deletions(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index ed1aef4..cbab5e9 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -29,14 +29,14 @@ AUX 2.5/glibc-2.5-hardened-pie.patch 1569 SHA256 
ff9cde8857c5da89faa4039e2a81748
 AUX 2.6/glibc-2.6-gentoo-stack_chk_fail.c 9545 SHA256 
1410ded812be80d452eada5f9d6b9bd7bdb504c14f01cc27dce3e36b6f92b92a SHA512 
360b77df2d19d14060e19e763878297bf042eccd5206ce4829a33c78c982b59b46144116d237a7cac73a22dd6cb4987c8dd50f1d16003baa22c2cb2942d2cbdf
 WHIRLPOOL 
44e14dacdd258c46201a44c2c6aae4d975b960a914c24e49f2b39dae960636512049daa052d3cd8e8d93819d263327c28eac947efdb5d9e240d1bc6e9964016f
 AUX 2.6/glibc-2.6-hardened-inittls-nosysenter.patch 8674 SHA256 
cf58ded8fbe9fcb3dc094521feec2588c1520ff2c632b20c69d6a210325c4fcf SHA512 
094b24474e42a9714f5298b0768d44f2c0e01b7d8c3b0a754bb16caa6c024106e8c0b1acbce670bacec1ead6653f8365397173d62cb8168b946c8f521ca155d2
 WHIRLPOOL 
9fa16256f9d3bd2f38023549c0bd4c932d3173b6c3f4ef66e19cdb3eff5cb2def6ec02fa72a7e57ba74da6d5f29b82ddb9692d59f6c694d45b5989fa0bfa6057
 AUX 2.7/glibc-2.7-hardened-inittls-nosysenter.patch 8755 SHA256 
b0b1bf0746f7160b89cf281502b95c38dec9cb948d6a50a907b84fd6230a2dc3 SHA512 
50563c26e1fd2e71cb034c8a1b85e0e4075ac6467bae46d4cba0c105c940c5aa6531c39cf00c63ebf94be4e290ee485d7bd8239ff08dbc781db605b45c4aa38f
 WHIRLPOOL 
2047148b53073bae4031ad864fc360112e2812115ec455142c82d4694a57387b49b36c98f400dd6f77f5dab3d419303faabe8183a16f0fd68387996c95888a43
-AUX eblits/common.eblit 12044 SHA256 
fc6d9e2e88549add4561ff66d267ebb4b1841bf740c0c366a1bad29546640617 SHA512 
1df934a5809587a0968442ae3846a83bd508d5ff09fd35c06496f5ba5c3371182f98829abdad264ed95a8ddf6a28404be5f5d8b78d269164f4172a03af78f0c4
 WHIRLPOOL 
e9a6485cd3d8cd0f782536879cc02cad9d01fb75a11ac0398dac91a9e4babc809bef2003387615711347b2d567b73fe2760807390696570ba95d02d52e5a28ba
+AUX eblits/common.eblit 10946 SHA256 
53e1e134c5593371f53cc53a6771e1485a618b187339abf0676d6f8ba6e95bf0 SHA512 
28beb9098829fcab119fa8f75e130c49f44e18239142fffdb0f80f8ab28c02e0c1d4b8576a727bb164914ba11b8a61436bf293ddbca7162c33d9b9f7c1415cee
 WHIRLPOOL 
e067890647137667acaa00082a6fdb74a0480b746610f5b627f322452759c62415c51a02b491c4b8b6d35a87264f470932d663b27bc537fc1c61bce08cda68fd
 AUX eblits/pkg_postinst.eblit 971 SHA256 
abcb925bb0730d1eae22bbcee7a4ba6523280390f410f38bfdf9eb44e028 SHA512 
65e577c77a9a488c5e93ccd4afa325ab7e3904df594c13fda17136c8aa2748fa4e6d0102f4799b4ac9b8c3bea9920faadc4db356ece9929ee708bbfa9151dfc2
 WHIRLPOOL 
fb3cdfb702b0ce616064f94321b9225a53b300f76d95495098b6c97eb3ab1650ea2d323eae169bb8d1fd8795134aacb5c54ba6927fe743b01f124aec416b15a0
 AUX eblits/pkg_preinst.eblit 2076 SHA256 
1d2f3107f463baf916378ea1b6079ef4d03983e1dc01fb7ce551f94c457992b8 SHA512 
78fde8ac1338029c7e66ac592044ad797fa7771dfdb8ed21ab681bb3ce5d9778a960b8606cdb7d35f6ace0188d0053dfab29a9e31b1d0051a2f2170c9449d368
 WHIRLPOOL 
474b8e6883dccd735808bd4f8c0cf42b619c01c2c55a80c2eeff4bdf4716cd706c834bed2a919350fc339f0b8b61c8ba94c342df5736332f32b40ba3155075b6
 AUX eblits/pkg_pretend.eblit 4990 SHA256 
219947e495090b640ec6229b028299edc3f06ee81a130211cf91803923ccf477 SHA512 
cb27a05b798ec892576239d6146403f2430c9568faad410f42933610c83c60317bcd79198be4ff9b6c08f9e13b3e0ea897a9ddb8613ccc75975fa227e3c9e26d
 WHIRLPOOL 
613f1920a3d8f51fc6274f73d72cc2be1f3df8b5f2d5af173d050142cbea8b52da4eabe50ba28192af2f2a62c259d512d466b33b303a16648cc82e6422904ba7
 AUX eblits/pkg_setup.eblit 275 SHA256 
c5de97dc69d3508555ac579e14ead694a75edf4707c1749219677ebee88ca9ab SHA512 
627740976e372842b09034b79f61f5cb5d8283f47c94cfe66b2aa1517c901df0bf3b456f1ba26a9ddc0aa0215190d0415ed4f881cc950d163d8203a0e6bba2a9
 WHIRLPOOL 
16ef3155b35671311443f4c231c1867d12731035aa603dedb6e86eabdc1501c67183474a26bb06048e12c19ac3bda054fdb8a107792a3dddb743b6dc7d447339
 AUX eblits/src_compile.eblit 598 SHA256 
3b90a6f44d307b92cee36fdd91d412bdb9fcbab555e6c6bf8174c8e3f29137ca SHA512 
ee216aa3bb13f75313d141459acb47523442addf12a6bb8d829ca40eda4f63324911a13ff0ae90fe6eed1fbe0058c89308a2205c5357a0e1897a89573fea2f51
 WHIRLPOOL 
3bfc5406e794ee9ee4005e97aa2d40a82d77de090c72767d6b43be6993048536b4f2442bf6864157d036e7ea3fce6ba6537a97cd2afee04c61f9e98e1adc3c00
-AUX eblits/src_configure.eblit 8252 SHA256 
0a7dc30cd01127f5c515bf82f4e0329a049a2bbda33d1c0144637c497861810d SHA512 

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

2016-05-26 Thread Mike Gilbert
commit: 503a4d64d20df910bc3516cd8aa1496676039ba1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri May 27 02:11:41 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May 27 02:11:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503a4d64

www-client/google-chrome-beta: automated update

Package-Manager: portage-2.3.0_rc1_p12

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-51.0.2704.54.ebuild => google-chrome-beta-51.0.2704.63.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 8efa3f9..958cd7a 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_51.0.2704.54-1_amd64.deb 49153416 SHA256 
4cfff1dd7d1e25c9ee697216de37b3ddec0a7cb38d5a7ad475670a99f2219cc4 SHA512 
f634f7920a4c679371592a2023a8c73e399704bd860ed7fcca6e0f130df062f6fd8860dac59c00e1c2785b67a909691aaffe2b231100ff804496248e638c1ecf
 WHIRLPOOL 
9eb330f9660882709d1d098902f788105ec0877f1b3b5d04f5ae287da82aa236a39b2381d1e8ea33238af79f8d6c4a66bfc97654e4f051e5d7484f9777f64092
+DIST google-chrome-beta_51.0.2704.63-1_amd64.deb 48930394 SHA256 
8b25a112d071c7a5e3a4974976954e7adcaeae1e9a7ddfec410a5ed50a451293 SHA512 
888bd7dccb0f383740ba08c341036045cd7be5ad94f75f6d9eaac14a19ec22c4a6c6a549c82e59b94e543410ce7dbaba99dfca01868ea9687a76aa1524fd7570
 WHIRLPOOL 
dfaad0754b81957c0970799ae2335c12004e96630ec57368484b467d1854bfca33da39363559602074c5aee06e904f9f4618f5f99ce5d99899a9c2831a1f507e

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-51.0.2704.54.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-51.0.2704.63.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-51.0.2704.54.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-51.0.2704.63.ebuild



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

2016-05-26 Thread Mike Gilbert
commit: db3505d9c6b897c430d5b3278b58b324035b49a0
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri May 27 02:11:17 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May 27 02:11:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3505d9

www-plugins/chrome-binary-plugins: automated update

Package-Manager: portage-2.3.0_rc1_p12

 www-plugins/chrome-binary-plugins/Manifest  | 6 +++---
 0.2661.102.ebuild => chrome-binary-plugins-51.0.2704.63.ebuild} | 0
 ...4_beta.ebuild => chrome-binary-plugins-51.0.2704.63_beta.ebuild} | 0
 ...alpha.ebuild => chrome-binary-plugins-52.0.2743.10_alpha.ebuild} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index b71f3ba..3ed1f57 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_51.0.2704.54-1_amd64.deb 49153416 SHA256 
4cfff1dd7d1e25c9ee697216de37b3ddec0a7cb38d5a7ad475670a99f2219cc4 SHA512 
f634f7920a4c679371592a2023a8c73e399704bd860ed7fcca6e0f130df062f6fd8860dac59c00e1c2785b67a909691aaffe2b231100ff804496248e638c1ecf
 WHIRLPOOL 
9eb330f9660882709d1d098902f788105ec0877f1b3b5d04f5ae287da82aa236a39b2381d1e8ea33238af79f8d6c4a66bfc97654e4f051e5d7484f9777f64092
-DIST google-chrome-stable_50.0.2661.102-1_amd64.deb 48877898 SHA256 
4b93f0109dfb79cea19d8f22ac736238d5cb2106b1dfc16e3b8f52e36bdf789f SHA512 
79dced500f3f6cf775f68e6020825472014af7922ee33af4d5d525b444e34433c9c9b68dcd57b093c5af6483e1ac559023e27058f7a873f34fdc8c7bc92bab6c
 WHIRLPOOL 
b5e2160472aa3ef9f895adbb742440ad9618595f9e128e836a8a8bc562ff3d3d943d1d51baaf4e493963d461797f61ac1b0177dfbd0dc78248eb46c228e35c6b
-DIST google-chrome-unstable_52.0.2739.0-1_amd64.deb 54456300 SHA256 
d7be55c1efc9b8ca0b998b987106f98b4f7fd1bcccd4230a8cebcbbfc4c0fee4 SHA512 
640917328fa012c67246812c6c4efc5b192ec50702ccf97a7f37c915d797aef3bf2599ef6fb82c20b00c0ffd7dde6016f4aad140c286da2b653f65593ced41b7
 WHIRLPOOL 
231a8be85c3f356b36454fd45e7005e673ee50617eff496584024f4941e30e0219f703329942a78e6c9b4b721086167e9597ea2379009bc251bc925ecb682538
+DIST google-chrome-beta_51.0.2704.63-1_amd64.deb 48930394 SHA256 
8b25a112d071c7a5e3a4974976954e7adcaeae1e9a7ddfec410a5ed50a451293 SHA512 
888bd7dccb0f383740ba08c341036045cd7be5ad94f75f6d9eaac14a19ec22c4a6c6a549c82e59b94e543410ce7dbaba99dfca01868ea9687a76aa1524fd7570
 WHIRLPOOL 
dfaad0754b81957c0970799ae2335c12004e96630ec57368484b467d1854bfca33da39363559602074c5aee06e904f9f4618f5f99ce5d99899a9c2831a1f507e
+DIST google-chrome-stable_51.0.2704.63-1_amd64.deb 48984368 SHA256 
1cffc224a943cf8d5dc8d0252f96ec70997cd4c986fcfea70a1b4d255cef56ce SHA512 
6b541e5351462e45dd6a373958feb0b0d8e8206a3720e106be046d0e0b7193be77142a5fcd9c1a2a4578aa4106bae6a2b70672017bb4d5ec390446e6280df130
 WHIRLPOOL 
65c375caedcfe5c76d000f3818750ca0cc84bee53ddeace12511980d6c9339db23c887584c71cc4ddbeb426ae87bef24d2a373824c81294278544eb3761692f9
+DIST google-chrome-unstable_52.0.2743.10-1_amd64.deb 54285484 SHA256 
ecdb707a445f0269f8691ce346461269497c0c0b10067f62b9e911b4c4c102e8 SHA512 
e4910ae3e103ceb7f4ed584de32dbc0bdc78943b055c96c293cff300c0ab34192e9f9d9b467298582ca0133d79e28eeb77a2aa791455c3b6659d6fd3fb3e71a2
 WHIRLPOOL 
bf6a14ac99909402eca369629691f84bcd185d0cff3886fd94712eaf67c3ff7db5fe5b69969476a9cbf0d01de7910ccbf808c97d9ae0be1e75b6f2a24b02ecae

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.102.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.63.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.102.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.63.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.54_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.63_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.54_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.63_beta.ebuild

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



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

2016-05-26 Thread Mike Gilbert
commit: 0e3c4729cba54f1ea09c2dc4e830b63a3032198c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri May 27 02:11:32 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May 27 02:11:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3c4729

www-client/google-chrome-unstable: automated update

Package-Manager: portage-2.3.0_rc1_p12

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

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 47f841a..5065190 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_52.0.2739.0-1_amd64.deb 54456300 SHA256 
d7be55c1efc9b8ca0b998b987106f98b4f7fd1bcccd4230a8cebcbbfc4c0fee4 SHA512 
640917328fa012c67246812c6c4efc5b192ec50702ccf97a7f37c915d797aef3bf2599ef6fb82c20b00c0ffd7dde6016f4aad140c286da2b653f65593ced41b7
 WHIRLPOOL 
231a8be85c3f356b36454fd45e7005e673ee50617eff496584024f4941e30e0219f703329942a78e6c9b4b721086167e9597ea2379009bc251bc925ecb682538
+DIST google-chrome-unstable_52.0.2743.10-1_amd64.deb 54285484 SHA256 
ecdb707a445f0269f8691ce346461269497c0c0b10067f62b9e911b4c4c102e8 SHA512 
e4910ae3e103ceb7f4ed584de32dbc0bdc78943b055c96c293cff300c0ab34192e9f9d9b467298582ca0133d79e28eeb77a2aa791455c3b6659d6fd3fb3e71a2
 WHIRLPOOL 
bf6a14ac99909402eca369629691f84bcd185d0cff3886fd94712eaf67c3ff7db5fe5b69969476a9cbf0d01de7910ccbf808c97d9ae0be1e75b6f2a24b02ecae

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



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

2016-05-26 Thread Mike Gilbert
commit: 7b5bd8779e5ca7cb87d5b198902b7dd67232ffcc
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri May 27 02:11:50 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May 27 02:11:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5bd877

www-client/google-chrome: automated update

Package-Manager: portage-2.3.0_rc1_p12

 www-client/google-chrome/Manifest   | 2 +-
 ...le-chrome-50.0.2661.102.ebuild => google-chrome-51.0.2704.63.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 9015452..ae9ff88 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_50.0.2661.102-1_amd64.deb 48877898 SHA256 
4b93f0109dfb79cea19d8f22ac736238d5cb2106b1dfc16e3b8f52e36bdf789f SHA512 
79dced500f3f6cf775f68e6020825472014af7922ee33af4d5d525b444e34433c9c9b68dcd57b093c5af6483e1ac559023e27058f7a873f34fdc8c7bc92bab6c
 WHIRLPOOL 
b5e2160472aa3ef9f895adbb742440ad9618595f9e128e836a8a8bc562ff3d3d943d1d51baaf4e493963d461797f61ac1b0177dfbd0dc78248eb46c228e35c6b
+DIST google-chrome-stable_51.0.2704.63-1_amd64.deb 48984368 SHA256 
1cffc224a943cf8d5dc8d0252f96ec70997cd4c986fcfea70a1b4d255cef56ce SHA512 
6b541e5351462e45dd6a373958feb0b0d8e8206a3720e106be046d0e0b7193be77142a5fcd9c1a2a4578aa4106bae6a2b70672017bb4d5ec390446e6280df130
 WHIRLPOOL 
65c375caedcfe5c76d000f3818750ca0cc84bee53ddeace12511980d6c9339db23c887584c71cc4ddbeb426ae87bef24d2a373824c81294278544eb3761692f9

diff --git a/www-client/google-chrome/google-chrome-50.0.2661.102.ebuild 
b/www-client/google-chrome/google-chrome-51.0.2704.63.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-50.0.2661.102.ebuild
rename to www-client/google-chrome/google-chrome-51.0.2704.63.ebuild



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

2016-05-26 Thread Davide Pesavento
commit: 508b9085799298f05bfa41418f62692c3da63f99
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri May 27 00:25:02 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri May 27 00:25:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=508b9085

qt4-build-multilib.eclass: make sure QMAKESPEC is not set

Gentoo-Bug: 583352

 eclass/qt4-build-multilib.eclass | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass
index 8007f86..8e20a77 100644
--- a/eclass/qt4-build-multilib.eclass
+++ b/eclass/qt4-build-multilib.eclass
@@ -585,9 +585,13 @@ qt4_prepare_env() {
QT4_EXAMPLESDIR=${QT4_DATADIR}/examples
QT4_DEMOSDIR=${QT4_DATADIR}/demos
QT4_SYSCONFDIR=${EPREFIX}/etc/qt4
-   QMAKE_LIBDIR_QT=${QT4_LIBDIR}
 
+   # are these still needed?
+   QMAKE_LIBDIR_QT=${QT4_LIBDIR}
export XDG_CONFIG_HOME="${T}"
+
+   # can confuse qmake if set (bug 583352)
+   unset QMAKESPEC
 }
 
 # @FUNCTION: qt4_foreach_target_subdir



[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: scripts/

2016-05-26 Thread Anthony G. Basile
commit: ba254cf4eb796a36b34771071e868a5f8175ed3f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu May 26 22:50:42 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu May 26 22:51:20 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=ba254cf4

kernel-config: bump to 4.5.5-r1

 scripts/kernel-config | 348 ++
 1 file changed, 235 insertions(+), 113 deletions(-)

diff --git a/scripts/kernel-config b/scripts/kernel-config
index 1a03a1e..9d6a38b 100644
--- a/scripts/kernel-config
+++ b/scripts/kernel-config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.4.2-hardened Kernel Configuration
+# Linux/x86 4.5.5-hardened-r1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -11,8 +11,11 @@ CONFIG_OUTPUT_FORMAT="elf64-x86-64"
 CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
 CONFIG_LOCKDEP_SUPPORT=y
 CONFIG_STACKTRACE_SUPPORT=y
-CONFIG_HAVE_LATENCYTOP_SUPPORT=y
 CONFIG_MMU=y
+CONFIG_ARCH_MMAP_RND_BITS_MIN=28
+CONFIG_ARCH_MMAP_RND_BITS_MAX=32
+CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
+CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
 CONFIG_NEED_DMA_MAP_STATE=y
 CONFIG_NEED_SG_DMA_LENGTH=y
 CONFIG_GENERIC_ISA_DMA=y
@@ -135,8 +138,7 @@ CONFIG_SRCU=y
 CONFIG_RCU_STALL_COMMON=y
 # CONFIG_RCU_EXPEDITE_BOOT is not set
 CONFIG_BUILD_BIN2C=y
-CONFIG_IKCONFIG=y
-CONFIG_IKCONFIG_PROC=y
+# CONFIG_IKCONFIG is not set
 CONFIG_LOG_BUF_SHIFT=18
 CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
@@ -145,27 +147,26 @@ CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
 CONFIG_NUMA_BALANCING=y
 CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
 CONFIG_CGROUPS=y
-# CONFIG_CGROUP_DEBUG is not set
-CONFIG_CGROUP_FREEZER=y
-CONFIG_CGROUP_PIDS=y
-CONFIG_CGROUP_DEVICE=y
-CONFIG_CPUSETS=y
-CONFIG_PROC_PID_CPUSET=y
-CONFIG_CGROUP_CPUACCT=y
 CONFIG_PAGE_COUNTER=y
 CONFIG_MEMCG=y
 CONFIG_MEMCG_SWAP=y
 # CONFIG_MEMCG_SWAP_ENABLED is not set
-CONFIG_MEMCG_KMEM=y
-CONFIG_CGROUP_HUGETLB=y
-CONFIG_CGROUP_PERF=y
+CONFIG_BLK_CGROUP=y
+# CONFIG_DEBUG_BLK_CGROUP is not set
+CONFIG_CGROUP_WRITEBACK=y
 CONFIG_CGROUP_SCHED=y
 CONFIG_FAIR_GROUP_SCHED=y
 CONFIG_CFS_BANDWIDTH=y
 # CONFIG_RT_GROUP_SCHED is not set
-CONFIG_BLK_CGROUP=y
-# CONFIG_DEBUG_BLK_CGROUP is not set
-CONFIG_CGROUP_WRITEBACK=y
+CONFIG_CGROUP_PIDS=y
+CONFIG_CGROUP_FREEZER=y
+CONFIG_CGROUP_HUGETLB=y
+CONFIG_CPUSETS=y
+CONFIG_PROC_PID_CPUSET=y
+CONFIG_CGROUP_DEVICE=y
+CONFIG_CGROUP_CPUACCT=y
+CONFIG_CGROUP_PERF=y
+# CONFIG_CGROUP_DEBUG is not set
 CONFIG_NAMESPACES=y
 CONFIG_UTS_NS=y
 CONFIG_IPC_NS=y
@@ -253,7 +254,6 @@ CONFIG_HAVE_KRETPROBES=y
 CONFIG_HAVE_OPTPROBES=y
 CONFIG_HAVE_KPROBES_ON_FTRACE=y
 CONFIG_HAVE_ARCH_TRACEHOOK=y
-CONFIG_HAVE_DMA_ATTRS=y
 CONFIG_HAVE_DMA_CONTIGUOUS=y
 CONFIG_GENERIC_SMP_IDLE_THREAD=y
 CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
@@ -288,6 +288,10 @@ CONFIG_HAVE_ARCH_SOFT_DIRTY=y
 CONFIG_MODULES_USE_ELF_RELA=y
 CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
 CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
+CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
+CONFIG_ARCH_MMAP_RND_BITS=28
+CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y
+CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8
 CONFIG_HAVE_COPY_THREAD_TLS=y
 CONFIG_OLD_SIGSUSPEND3=y
 CONFIG_COMPAT_OLD_SIGACTION=y
@@ -385,6 +389,7 @@ CONFIG_FREEZER=y
 CONFIG_ZONE_DMA=y
 CONFIG_SMP=y
 CONFIG_X86_FEATURE_NAMES=y
+CONFIG_X86_FAST_FEATURE_TESTS=y
 CONFIG_X86_X2APIC=y
 CONFIG_X86_MPPARSE=y
 CONFIG_X86_EXTENDED_PLATFORM=y
@@ -392,6 +397,7 @@ CONFIG_X86_NUMACHIP=y
 # CONFIG_X86_VSMP is not set
 # CONFIG_X86_UV is not set
 # CONFIG_X86_GOLDFISH is not set
+# CONFIG_X86_INTEL_MID is not set
 CONFIG_X86_INTEL_LPSS=y
 CONFIG_X86_AMD_PLATFORM_DEVICE=y
 CONFIG_IOSF_MBI=y
@@ -462,7 +468,6 @@ CONFIG_X86_MSR=m
 CONFIG_X86_CPUID=m
 CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
 CONFIG_ARCH_DMA_ADDR_T_64BIT=y
-CONFIG_X86_DIRECT_GBPAGES=y
 CONFIG_NUMA=y
 CONFIG_AMD_NUMA=y
 CONFIG_X86_64_ACPI_NUMA=y
@@ -567,7 +572,7 @@ CONFIG_LEGACY_VSYSCALL_EMULATE=y
 # CONFIG_LEGACY_VSYSCALL_NONE is not set
 # CONFIG_CMDLINE_BOOL is not set
 CONFIG_MODIFY_LDT_SYSCALL=y
-CONFIG_DEFAULT_MODIFY_LDT_SYSCALL=y
+# CONFIG_DEFAULT_MODIFY_LDT_SYSCALL is not set
 CONFIG_HAVE_LIVEPATCH=y
 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
@@ -793,9 +798,11 @@ CONFIG_SYSVIPC_COMPAT=y
 CONFIG_KEYS_COMPAT=y
 CONFIG_X86_DEV_DMA_OPS=y
 CONFIG_PMC_ATOM=y
+CONFIG_VMD=m
 CONFIG_NET=y
 CONFIG_COMPAT_NETLINK_MESSAGES=y
 CONFIG_NET_INGRESS=y
+CONFIG_NET_EGRESS=y
 
 #
 # Networking options
@@ -821,10 +828,7 @@ CONFIG_IP_MULTIPLE_TABLES=y
 CONFIG_IP_ROUTE_MULTIPATH=y
 CONFIG_IP_ROUTE_VERBOSE=y
 CONFIG_IP_ROUTE_CLASSID=y
-CONFIG_IP_PNP=y
-CONFIG_IP_PNP_DHCP=y
-# CONFIG_IP_PNP_BOOTP is not set
-# CONFIG_IP_PNP_RARP is not set
+# CONFIG_IP_PNP is not set
 CONFIG_NET_IPIP=m
 CONFIG_NET_IPGRE_DEMUX=m
 CONFIG_NET_IP_TUNNEL=m
@@ -851,6 +855,7 @@ CONFIG_INET_LRO=y
 CONFIG_INET_DIAG=m
 CONFIG_INET_TCP_DIAG=m
 CONFIG_INET_UDP_DIAG=m
+# CONFIG_INET_DIAG_DESTROY is not set
 

[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: scripts/

2016-05-26 Thread Anthony G. Basile
commit: f24037156bb6637a68db7959cff1eb8e507cbb05
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu May 26 22:50:42 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu May 26 22:51:30 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=f2403715

kernel-config: bump to 4.5.5-r1

 scripts/kernel-config | 348 ++
 1 file changed, 235 insertions(+), 113 deletions(-)

diff --git a/scripts/kernel-config b/scripts/kernel-config
index 1a03a1e..9d6a38b 100644
--- a/scripts/kernel-config
+++ b/scripts/kernel-config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.4.2-hardened Kernel Configuration
+# Linux/x86 4.5.5-hardened-r1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -11,8 +11,11 @@ CONFIG_OUTPUT_FORMAT="elf64-x86-64"
 CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
 CONFIG_LOCKDEP_SUPPORT=y
 CONFIG_STACKTRACE_SUPPORT=y
-CONFIG_HAVE_LATENCYTOP_SUPPORT=y
 CONFIG_MMU=y
+CONFIG_ARCH_MMAP_RND_BITS_MIN=28
+CONFIG_ARCH_MMAP_RND_BITS_MAX=32
+CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
+CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
 CONFIG_NEED_DMA_MAP_STATE=y
 CONFIG_NEED_SG_DMA_LENGTH=y
 CONFIG_GENERIC_ISA_DMA=y
@@ -135,8 +138,7 @@ CONFIG_SRCU=y
 CONFIG_RCU_STALL_COMMON=y
 # CONFIG_RCU_EXPEDITE_BOOT is not set
 CONFIG_BUILD_BIN2C=y
-CONFIG_IKCONFIG=y
-CONFIG_IKCONFIG_PROC=y
+# CONFIG_IKCONFIG is not set
 CONFIG_LOG_BUF_SHIFT=18
 CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
@@ -145,27 +147,26 @@ CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
 CONFIG_NUMA_BALANCING=y
 CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
 CONFIG_CGROUPS=y
-# CONFIG_CGROUP_DEBUG is not set
-CONFIG_CGROUP_FREEZER=y
-CONFIG_CGROUP_PIDS=y
-CONFIG_CGROUP_DEVICE=y
-CONFIG_CPUSETS=y
-CONFIG_PROC_PID_CPUSET=y
-CONFIG_CGROUP_CPUACCT=y
 CONFIG_PAGE_COUNTER=y
 CONFIG_MEMCG=y
 CONFIG_MEMCG_SWAP=y
 # CONFIG_MEMCG_SWAP_ENABLED is not set
-CONFIG_MEMCG_KMEM=y
-CONFIG_CGROUP_HUGETLB=y
-CONFIG_CGROUP_PERF=y
+CONFIG_BLK_CGROUP=y
+# CONFIG_DEBUG_BLK_CGROUP is not set
+CONFIG_CGROUP_WRITEBACK=y
 CONFIG_CGROUP_SCHED=y
 CONFIG_FAIR_GROUP_SCHED=y
 CONFIG_CFS_BANDWIDTH=y
 # CONFIG_RT_GROUP_SCHED is not set
-CONFIG_BLK_CGROUP=y
-# CONFIG_DEBUG_BLK_CGROUP is not set
-CONFIG_CGROUP_WRITEBACK=y
+CONFIG_CGROUP_PIDS=y
+CONFIG_CGROUP_FREEZER=y
+CONFIG_CGROUP_HUGETLB=y
+CONFIG_CPUSETS=y
+CONFIG_PROC_PID_CPUSET=y
+CONFIG_CGROUP_DEVICE=y
+CONFIG_CGROUP_CPUACCT=y
+CONFIG_CGROUP_PERF=y
+# CONFIG_CGROUP_DEBUG is not set
 CONFIG_NAMESPACES=y
 CONFIG_UTS_NS=y
 CONFIG_IPC_NS=y
@@ -253,7 +254,6 @@ CONFIG_HAVE_KRETPROBES=y
 CONFIG_HAVE_OPTPROBES=y
 CONFIG_HAVE_KPROBES_ON_FTRACE=y
 CONFIG_HAVE_ARCH_TRACEHOOK=y
-CONFIG_HAVE_DMA_ATTRS=y
 CONFIG_HAVE_DMA_CONTIGUOUS=y
 CONFIG_GENERIC_SMP_IDLE_THREAD=y
 CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
@@ -288,6 +288,10 @@ CONFIG_HAVE_ARCH_SOFT_DIRTY=y
 CONFIG_MODULES_USE_ELF_RELA=y
 CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
 CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
+CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
+CONFIG_ARCH_MMAP_RND_BITS=28
+CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y
+CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8
 CONFIG_HAVE_COPY_THREAD_TLS=y
 CONFIG_OLD_SIGSUSPEND3=y
 CONFIG_COMPAT_OLD_SIGACTION=y
@@ -385,6 +389,7 @@ CONFIG_FREEZER=y
 CONFIG_ZONE_DMA=y
 CONFIG_SMP=y
 CONFIG_X86_FEATURE_NAMES=y
+CONFIG_X86_FAST_FEATURE_TESTS=y
 CONFIG_X86_X2APIC=y
 CONFIG_X86_MPPARSE=y
 CONFIG_X86_EXTENDED_PLATFORM=y
@@ -392,6 +397,7 @@ CONFIG_X86_NUMACHIP=y
 # CONFIG_X86_VSMP is not set
 # CONFIG_X86_UV is not set
 # CONFIG_X86_GOLDFISH is not set
+# CONFIG_X86_INTEL_MID is not set
 CONFIG_X86_INTEL_LPSS=y
 CONFIG_X86_AMD_PLATFORM_DEVICE=y
 CONFIG_IOSF_MBI=y
@@ -462,7 +468,6 @@ CONFIG_X86_MSR=m
 CONFIG_X86_CPUID=m
 CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
 CONFIG_ARCH_DMA_ADDR_T_64BIT=y
-CONFIG_X86_DIRECT_GBPAGES=y
 CONFIG_NUMA=y
 CONFIG_AMD_NUMA=y
 CONFIG_X86_64_ACPI_NUMA=y
@@ -567,7 +572,7 @@ CONFIG_LEGACY_VSYSCALL_EMULATE=y
 # CONFIG_LEGACY_VSYSCALL_NONE is not set
 # CONFIG_CMDLINE_BOOL is not set
 CONFIG_MODIFY_LDT_SYSCALL=y
-CONFIG_DEFAULT_MODIFY_LDT_SYSCALL=y
+# CONFIG_DEFAULT_MODIFY_LDT_SYSCALL is not set
 CONFIG_HAVE_LIVEPATCH=y
 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
@@ -793,9 +798,11 @@ CONFIG_SYSVIPC_COMPAT=y
 CONFIG_KEYS_COMPAT=y
 CONFIG_X86_DEV_DMA_OPS=y
 CONFIG_PMC_ATOM=y
+CONFIG_VMD=m
 CONFIG_NET=y
 CONFIG_COMPAT_NETLINK_MESSAGES=y
 CONFIG_NET_INGRESS=y
+CONFIG_NET_EGRESS=y
 
 #
 # Networking options
@@ -821,10 +828,7 @@ CONFIG_IP_MULTIPLE_TABLES=y
 CONFIG_IP_ROUTE_MULTIPATH=y
 CONFIG_IP_ROUTE_VERBOSE=y
 CONFIG_IP_ROUTE_CLASSID=y
-CONFIG_IP_PNP=y
-CONFIG_IP_PNP_DHCP=y
-# CONFIG_IP_PNP_BOOTP is not set
-# CONFIG_IP_PNP_RARP is not set
+# CONFIG_IP_PNP is not set
 CONFIG_NET_IPIP=m
 CONFIG_NET_IPGRE_DEMUX=m
 CONFIG_NET_IP_TUNNEL=m
@@ -851,6 +855,7 @@ CONFIG_INET_LRO=y
 CONFIG_INET_DIAG=m
 CONFIG_INET_TCP_DIAG=m
 CONFIG_INET_UDP_DIAG=m
+# CONFIG_INET_DIAG_DESTROY is not set
 

[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: scripts/

2016-05-26 Thread Anthony G. Basile
commit: ae7264bfda97e7464bed0ab0c75690819c203613
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu May 26 22:50:42 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu May 26 22:50:42 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=ae7264bf

kernel-config: bump to 4.5.5-r1

 scripts/kernel-config | 348 ++
 1 file changed, 235 insertions(+), 113 deletions(-)

diff --git a/scripts/kernel-config b/scripts/kernel-config
index 1a03a1e..9d6a38b 100644
--- a/scripts/kernel-config
+++ b/scripts/kernel-config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.4.2-hardened Kernel Configuration
+# Linux/x86 4.5.5-hardened-r1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -11,8 +11,11 @@ CONFIG_OUTPUT_FORMAT="elf64-x86-64"
 CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
 CONFIG_LOCKDEP_SUPPORT=y
 CONFIG_STACKTRACE_SUPPORT=y
-CONFIG_HAVE_LATENCYTOP_SUPPORT=y
 CONFIG_MMU=y
+CONFIG_ARCH_MMAP_RND_BITS_MIN=28
+CONFIG_ARCH_MMAP_RND_BITS_MAX=32
+CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
+CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
 CONFIG_NEED_DMA_MAP_STATE=y
 CONFIG_NEED_SG_DMA_LENGTH=y
 CONFIG_GENERIC_ISA_DMA=y
@@ -135,8 +138,7 @@ CONFIG_SRCU=y
 CONFIG_RCU_STALL_COMMON=y
 # CONFIG_RCU_EXPEDITE_BOOT is not set
 CONFIG_BUILD_BIN2C=y
-CONFIG_IKCONFIG=y
-CONFIG_IKCONFIG_PROC=y
+# CONFIG_IKCONFIG is not set
 CONFIG_LOG_BUF_SHIFT=18
 CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
@@ -145,27 +147,26 @@ CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
 CONFIG_NUMA_BALANCING=y
 CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
 CONFIG_CGROUPS=y
-# CONFIG_CGROUP_DEBUG is not set
-CONFIG_CGROUP_FREEZER=y
-CONFIG_CGROUP_PIDS=y
-CONFIG_CGROUP_DEVICE=y
-CONFIG_CPUSETS=y
-CONFIG_PROC_PID_CPUSET=y
-CONFIG_CGROUP_CPUACCT=y
 CONFIG_PAGE_COUNTER=y
 CONFIG_MEMCG=y
 CONFIG_MEMCG_SWAP=y
 # CONFIG_MEMCG_SWAP_ENABLED is not set
-CONFIG_MEMCG_KMEM=y
-CONFIG_CGROUP_HUGETLB=y
-CONFIG_CGROUP_PERF=y
+CONFIG_BLK_CGROUP=y
+# CONFIG_DEBUG_BLK_CGROUP is not set
+CONFIG_CGROUP_WRITEBACK=y
 CONFIG_CGROUP_SCHED=y
 CONFIG_FAIR_GROUP_SCHED=y
 CONFIG_CFS_BANDWIDTH=y
 # CONFIG_RT_GROUP_SCHED is not set
-CONFIG_BLK_CGROUP=y
-# CONFIG_DEBUG_BLK_CGROUP is not set
-CONFIG_CGROUP_WRITEBACK=y
+CONFIG_CGROUP_PIDS=y
+CONFIG_CGROUP_FREEZER=y
+CONFIG_CGROUP_HUGETLB=y
+CONFIG_CPUSETS=y
+CONFIG_PROC_PID_CPUSET=y
+CONFIG_CGROUP_DEVICE=y
+CONFIG_CGROUP_CPUACCT=y
+CONFIG_CGROUP_PERF=y
+# CONFIG_CGROUP_DEBUG is not set
 CONFIG_NAMESPACES=y
 CONFIG_UTS_NS=y
 CONFIG_IPC_NS=y
@@ -253,7 +254,6 @@ CONFIG_HAVE_KRETPROBES=y
 CONFIG_HAVE_OPTPROBES=y
 CONFIG_HAVE_KPROBES_ON_FTRACE=y
 CONFIG_HAVE_ARCH_TRACEHOOK=y
-CONFIG_HAVE_DMA_ATTRS=y
 CONFIG_HAVE_DMA_CONTIGUOUS=y
 CONFIG_GENERIC_SMP_IDLE_THREAD=y
 CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
@@ -288,6 +288,10 @@ CONFIG_HAVE_ARCH_SOFT_DIRTY=y
 CONFIG_MODULES_USE_ELF_RELA=y
 CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
 CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
+CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
+CONFIG_ARCH_MMAP_RND_BITS=28
+CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y
+CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8
 CONFIG_HAVE_COPY_THREAD_TLS=y
 CONFIG_OLD_SIGSUSPEND3=y
 CONFIG_COMPAT_OLD_SIGACTION=y
@@ -385,6 +389,7 @@ CONFIG_FREEZER=y
 CONFIG_ZONE_DMA=y
 CONFIG_SMP=y
 CONFIG_X86_FEATURE_NAMES=y
+CONFIG_X86_FAST_FEATURE_TESTS=y
 CONFIG_X86_X2APIC=y
 CONFIG_X86_MPPARSE=y
 CONFIG_X86_EXTENDED_PLATFORM=y
@@ -392,6 +397,7 @@ CONFIG_X86_NUMACHIP=y
 # CONFIG_X86_VSMP is not set
 # CONFIG_X86_UV is not set
 # CONFIG_X86_GOLDFISH is not set
+# CONFIG_X86_INTEL_MID is not set
 CONFIG_X86_INTEL_LPSS=y
 CONFIG_X86_AMD_PLATFORM_DEVICE=y
 CONFIG_IOSF_MBI=y
@@ -462,7 +468,6 @@ CONFIG_X86_MSR=m
 CONFIG_X86_CPUID=m
 CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
 CONFIG_ARCH_DMA_ADDR_T_64BIT=y
-CONFIG_X86_DIRECT_GBPAGES=y
 CONFIG_NUMA=y
 CONFIG_AMD_NUMA=y
 CONFIG_X86_64_ACPI_NUMA=y
@@ -567,7 +572,7 @@ CONFIG_LEGACY_VSYSCALL_EMULATE=y
 # CONFIG_LEGACY_VSYSCALL_NONE is not set
 # CONFIG_CMDLINE_BOOL is not set
 CONFIG_MODIFY_LDT_SYSCALL=y
-CONFIG_DEFAULT_MODIFY_LDT_SYSCALL=y
+# CONFIG_DEFAULT_MODIFY_LDT_SYSCALL is not set
 CONFIG_HAVE_LIVEPATCH=y
 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
@@ -793,9 +798,11 @@ CONFIG_SYSVIPC_COMPAT=y
 CONFIG_KEYS_COMPAT=y
 CONFIG_X86_DEV_DMA_OPS=y
 CONFIG_PMC_ATOM=y
+CONFIG_VMD=m
 CONFIG_NET=y
 CONFIG_COMPAT_NETLINK_MESSAGES=y
 CONFIG_NET_INGRESS=y
+CONFIG_NET_EGRESS=y
 
 #
 # Networking options
@@ -821,10 +828,7 @@ CONFIG_IP_MULTIPLE_TABLES=y
 CONFIG_IP_ROUTE_MULTIPATH=y
 CONFIG_IP_ROUTE_VERBOSE=y
 CONFIG_IP_ROUTE_CLASSID=y
-CONFIG_IP_PNP=y
-CONFIG_IP_PNP_DHCP=y
-# CONFIG_IP_PNP_BOOTP is not set
-# CONFIG_IP_PNP_RARP is not set
+# CONFIG_IP_PNP is not set
 CONFIG_NET_IPIP=m
 CONFIG_NET_IPGRE_DEMUX=m
 CONFIG_NET_IP_TUNNEL=m
@@ -851,6 +855,7 @@ CONFIG_INET_LRO=y
 CONFIG_INET_DIAG=m
 CONFIG_INET_TCP_DIAG=m
 CONFIG_INET_UDP_DIAG=m
+# CONFIG_INET_DIAG_DESTROY is not set
 

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

2016-05-26 Thread Ulrich Müller
commit: eaa1fc0b2f802f36b0674130cbcc5e6b873520dc
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu May 26 22:25:20 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu May 26 22:25:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa1fc0b

Revert "profiles: Disable m68k-mint profile since it lacks proper definitions"

[QA] Repoman complains if a keyword in arch.list has no corresponding
profile listed in profiles.desc, therefore reverting for now.

This reverts commit 8f51bf69c45bd989b6cec9a1e5b963d8a1bd1895.

 profiles/profiles.desc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 83dad63..fa1aa40 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -336,6 +336,6 @@ x64-openbsd prefix/bsd/openbsd/4.2/x64  
exp
 x86-netbsd prefix/bsd/netbsd/4.0/x86   exp
 
 # FreeMiNT
-#m68k-mint prefix/mint/m68kexp
+m68k-mint  prefix/mint/m68kexp
 
 # vim: set ts=8:



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

2016-05-26 Thread Ulrich Müller
commit: c1c91428d81785c8baf0903993ba99e2c678ce87
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu May 26 22:11:54 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu May 26 22:11:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c91428

sys-auth/skey: Remove old.

Package-Manager: portage-2.3.0_rc1

 sys-auth/skey/Manifest |  1 -
 sys-auth/skey/skey-1.1.5-r9.ebuild | 82 --
 2 files changed, 83 deletions(-)

diff --git a/sys-auth/skey/Manifest b/sys-auth/skey/Manifest
index 804ff65..7e0a61c 100644
--- a/sys-auth/skey/Manifest
+++ b/sys-auth/skey/Manifest
@@ -1,3 +1,2 @@
-DIST skey-1.1.5-patches-3.tar.xz 33604 SHA256 
adabe7b286f586d2cbe1a4b15f71310b7d8e25fc3187f8a89071359d7975badf SHA512 
dcef6837e563ce3f68fe4eed35f16db1636e1798219dba95c86db505b5f67034b44bc6d02e0125faa95db8a5c39e9615bfed2dc3105905e576d96cf32016bc2f
 WHIRLPOOL 
bff241ecf0f59dae810db300bd858f76e18153f1958f2154c538f42040cc1040f049442d697767cfa7346996931d81370c2551d752c52810c9b18fe9e351c212
 DIST skey-1.1.5-patches-5.tar.xz 33972 SHA256 
845c9c71b8d69bf20854412536e736a7e6a6d07ea6abbc02ed10229207e4582e SHA512 
5be8cb520311799f4ee105d4e6ec6bf2a9e76a1e49df632cf85b7e9e1126ff876551231b06d26911ca36b834b48ebdd1a9e3f1f889df3d1cee4989ed24c0a7fd
 WHIRLPOOL 
f78f30c7882d4c18a0d44139ca107413eb1d6db9f82fb1b570c535c28225dc4b5ed7450be17e9b23a4efa851ccc1d3f5bc19f7d5288eb75bb11ba2db2f0ec1ae
 DIST skey-1.1.5.tar.bz2 61911 SHA256 
e21bcb7c618c0bc87a72d8f0f097d7517fffa4e881a0f295ee1ce2a7dccf4aef SHA512 
4cbddc7e31134d5e23801a9b07de0d05c8357aaa8dddfb8426fceead3f54e539f77204f78a08b2a93890ef2f4f807a2208080f58f80818afa1b8cd4884b1fb37
 WHIRLPOOL 
abf141fd679deeaee3f3883cd3076620c84e8775ecacc8f87d561c1812beae55299989f37ec331633bac29e25b4b8d145dc590ef119c73a137d8790815bb13f2

diff --git a/sys-auth/skey/skey-1.1.5-r9.ebuild 
b/sys-auth/skey/skey-1.1.5-r9.ebuild
deleted file mode 100644
index eb04886..000
--- a/sys-auth/skey/skey-1.1.5-r9.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit flag-o-matic eutils toolchain-funcs
-
-DESCRIPTION="Linux Port of OpenBSD Single-key Password System"
-HOMEPAGE="http://www.openbsd.org/faq/faq8.html#SKey;
-SRC_URI="mirror://gentoo/${P}.tar.bz2
-   https://dev.gentoo.org/~ulm/distfiles/${P}-patches-3.tar.xz;
-
-LICENSE="BSD MIT RSA BEER-WARE"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
-IUSE="static-libs"
-
-DEPEND="dev-lang/perl
-   app-arch/xz-utils"
-RDEPEND="dev-lang/perl
-   virtual/perl-Time-Local
-   sys-libs/cracklib"
-
-src_prepare() {
-   EPATCH_SUFFIX=patch epatch
-}
-
-src_configure() {
-   tc-export CC
-   econf --sysconfdir=/etc/skey
-}
-
-src_install() {
-   into /
-   dolib.so libskey.so{.${PV},.${PV%.*},.${PV%%.*},}
-
-   into /usr
-   dobin skey skeyinit skeyinfo
-   newbin skeyaudit.sh skeyaudit
-   newsbin skeyprune.pl skeyprune
-
-   dosym skey /usr/bin/otp-md4
-   dosym skey /usr/bin/otp-md5
-   dosym skey /usr/bin/otp-sha1
-
-   if use static-libs; then
-   dolib.a libskey.a
-   gen_usr_ldscript libskey.so
-   fi
-
-   doman skey.1 skeyaudit.1 skeyinfo.1 skeyinit.1 skey.3 skeyprune.8
-
-   insinto /usr/include
-   doins skey.h
-
-   keepdir /etc/skey
-
-   # only root needs to have access to these files.
-   fperms go-rx /etc/skey
-
-   # skeyinit and skeyinfo must be suid root so users
-   # can generate their passwords.
-   fperms u+s,go-r /usr/bin/skeyinit /usr/bin/skeyinfo
-
-   dodoc README CHANGES
-}
-
-pkg_postinst() {
-   # do not include /etc/skey/skeykeys in the package, as quickpkg
-   # may package sensitive information.
-   # This also fixes the etc-update issue with #64974.
-
-   # skeyinit will not function if this file is not present.
-   touch /etc/skey/skeykeys
-
-   # these permissions are applied by the skey system if missing.
-   chmod 0600 /etc/skey/skeykeys
-
-   elog "For an introduction into using s/key authentication, take"
-   elog "a look at the EXAMPLES section from the skey(1) manpage."
-}



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

2016-05-26 Thread Ulrich Müller
commit: 03e2a51b850358c65eadf116dc1c707845e6f1db
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu May 26 22:15:52 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu May 26 22:15:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e2a51b

sys-auth/otpcalc: Remove old.

Package-Manager: portage-2.3.0_rc1

 sys-auth/otpcalc/otpcalc-0.97-r6.ebuild | 54 -
 1 file changed, 54 deletions(-)

diff --git a/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild 
b/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild
deleted file mode 100644
index 7820ae8..000
--- a/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A One Time Password and S/Key calculator for X"
-HOMEPAGE="http://killa.net/infosec/otpCalc/;
-SRC_URI="http://killa.net/infosec/otpCalc/otpCalc-${PV}.tar.gz;
-
-LICENSE="GPL-2+" # bundled crypto functions are not used
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-   dev-libs/openssl"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S="${WORKDIR}/otpCalc-${PV}"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}/${PN}-man-table-format.diff" \
-   "${FILESDIR}/${P}-badindex.diff" \
-   "${FILESDIR}/${PN}-crypto-proto.diff" \
-   "${FILESDIR}/${P}-gtk2-gentoo.patch" \
-   "${FILESDIR}/${P}-skey-md5.patch" \
-   "${FILESDIR}/${P}-sha1-byteorder.patch" \
-   "${FILESDIR}/${P}-gtk-deprecated.patch"
-
-   # print correct version in manpage
-   sed -i -e "s/VERSION/${PV}/g" otpCalc.man || die
-
-   # override hardcoded FLAGS
-   sed -i \
-   -e 's:$(CC) $(CFLAGS) $^:$(CC) $(LDFLAGS) $(CFLAGS) $^:' \
-   -e "s#-s -O3#${CFLAGS}#g" \
-   Makefile.in || die
-
-   tc-export CC
-}
-
-src_install() {
-   dobin otpCalc
-   dosym otpCalc /usr/bin/otpcalc
-   newman otpCalc.man otpCalc.1
-   newman - otpcalc.1 <<<".so man1/otpCalc.1"
-   domenu "${FILESDIR}/${PN}.desktop"
-   dodoc BUGS ChangeLog TODO
-}



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

2016-05-26 Thread Amy Winston
commit: 9898df39f9be12da5f5482a4934acd95eb41ad82
Author: Louis Sautier  gmail  com>
AuthorDate: Thu May 26 09:52:14 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Thu May 26 20:50:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9898df39

dev-python/jaraco-logging: bump to 1.5, EAPI=6

Package-Manager: portage-2.3.0_rc1

 dev-python/jaraco-logging/Manifest|  1 +
 dev-python/jaraco-logging/jaraco-logging-1.3.1.ebuild |  2 +-
 ...{jaraco-logging-1.3.1.ebuild => jaraco-logging-1.5.ebuild} | 11 ++-
 dev-python/jaraco-logging/metadata.xml|  1 +
 4 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/dev-python/jaraco-logging/Manifest 
b/dev-python/jaraco-logging/Manifest
index 8fde3b1..9d05062 100644
--- a/dev-python/jaraco-logging/Manifest
+++ b/dev-python/jaraco-logging/Manifest
@@ -1 +1,2 @@
 DIST jaraco.logging-1.3.1.tar.gz 4589 SHA256 
e80e43a7b0d94bda2faacc1b996d5cc8bc6dcf20205048d18f4889f35e956580 SHA512 
aaa2b29551a13358887e0747acb47ca2a6611ce1bfb08259bc70c7908929c4d2c45eefd7738e808b7b2404d723425efd69f9cb9601e0fb0c08f611bcf744ceae
 WHIRLPOOL 
150101a7fa0b50a0130802638bd73124543c1836c27a96deb21be4eb6966028d58e4cabc6513a7149d08273a728ac1e46a27f78b6a139e304b16f14d2227abf3
+DIST jaraco.logging-1.5.tar.gz 5707 SHA256 
05c8922640cd22e7c6cb71068ef494a227b61ae8a0cd43b28ab1fa08ef4f7cd3 SHA512 
18f267bd0c764f38ff5223d4fd6e08d7d9fa568691db285155d7b955c71439474fd84edd61b20d57f6eac77394d4b3ddf9b35d8e6ba08a2db5dd4b2ada6e0d68
 WHIRLPOOL 
03e32aaf52030c8635f59627a91330de004fb564b0d330e11122ebe7bb05e467c66f83f248424b1308ab7aecfcef428b90c05cab896fff10c3e7e83087031096

diff --git a/dev-python/jaraco-logging/jaraco-logging-1.3.1.ebuild 
b/dev-python/jaraco-logging/jaraco-logging-1.3.1.ebuild
index 90846bd..567baf74 100644
--- a/dev-python/jaraco-logging/jaraco-logging-1.3.1.ebuild
+++ b/dev-python/jaraco-logging/jaraco-logging-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/dev-python/jaraco-logging/jaraco-logging-1.3.1.ebuild 
b/dev-python/jaraco-logging/jaraco-logging-1.5.ebuild
similarity index 77%
copy from dev-python/jaraco-logging/jaraco-logging-1.3.1.ebuild
copy to dev-python/jaraco-logging/jaraco-logging-1.5.ebuild
index 90846bd..10cbefa 100644
--- a/dev-python/jaraco-logging/jaraco-logging-1.3.1.ebuild
+++ b/dev-python/jaraco-logging/jaraco-logging-1.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
@@ -32,13 +32,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 
 S="${WORKDIR}/${MY_PN}-${PV}"
 
-python_prepare_all() {
-   if use test && has_version "${CATEGORY}/${PN}"; then
-   die "Ensure $PN is not already installed or the test suite will 
fail"
-   fi
-   distutils-r1_python_prepare_all
-}
-
 python_test() {
PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}"
 }

diff --git a/dev-python/jaraco-logging/metadata.xml 
b/dev-python/jaraco-logging/metadata.xml
index 873a574..06a11fe 100644
--- a/dev-python/jaraco-logging/metadata.xml
+++ b/dev-python/jaraco-logging/metadata.xml
@@ -13,5 +13,6 @@

jaraco.logging
jaraco/jaraco.logging
+   
https://github.com/jaraco/jaraco.logging/issues

 



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

2016-05-26 Thread Matt Thode
commit: 54d1f924882ba1da8e181a7c155d5cc0471a02c2
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu May 26 20:46:01 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu May 26 20:46:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d1f924

sys-auth/keystone: bups

Package-Manager: portage-2.2.28

 sys-auth/keystone/Manifest  |   2 +
 sys-auth/keystone/keystone-8.1.2.ebuild | 230 
 sys-auth/keystone/keystone-9.0.2.ebuild | 167 +++
 3 files changed, 399 insertions(+)

diff --git a/sys-auth/keystone/Manifest b/sys-auth/keystone/Manifest
index 08934ba..d756b6c 100644
--- a/sys-auth/keystone/Manifest
+++ b/sys-auth/keystone/Manifest
@@ -1,3 +1,5 @@
 DIST keystone-8.0.1.tar.gz 1067603 SHA256 
4d1a76e879eb5fc977692892d1dce46a0190bf17d57056d634d377ea4511b475 SHA512 
2b61b8dc38df3e3fa7c684b55f19b48391f087f00a6156732e1d6d207f36f6d23fff3adaaacbb4b7629686b4fce8a963189051bb0c2f0dad02c219832dc64af5
 WHIRLPOOL 
812c553d493a26adc0b6c76db3b9b8e7da35593425ac7bf986aa3b6e1b51f3816f95b4a84339902e16f8a3d61a6bd053ab4e310e77f8ce874ed4165395cd9799
 DIST keystone-8.1.0.tar.gz 1070643 SHA256 
2a068686c3392215547c51579b6ffe782c61629881b77c204340f942713395ba SHA512 
ae13a6f615e9afe10ca8ccbf47c2e1ded2804e2f185f6b96446bf02d4f428c461971614490fbf25220693fae79b478d4ff2a78c414f00d77b1f0014845bb72df
 WHIRLPOOL 
a6a66ccbe151d51189e0f2a5dd393766ab8cb39085bab985f6818e69c7448d145a8d0937c66399bcc15c298338021069d782f41102c6258ad15a546d32d5d4da
+DIST keystone-8.1.2.tar.gz 1073146 SHA256 
9871dcef23774e28cef590514d162b21ef375b4ebb871e68b70bdd9231eb8e38 SHA512 
e610ea2e3164d0f26eedf3c0b494d08b89023eb9579439793425d81e67e203ef2209192fb1d9028b6246b61069f580077184217ce5ef2745e2a28667e2675937
 WHIRLPOOL 
765f73ff0768498fdb67246a424dee8c8f2069fee709a3b0991000860e3802c1fde627cdbd2246198b60cc0b6069f5b061825a478ef886d85329f246431b6ccb
 DIST keystone-9.0.0.tar.gz 1181342 SHA256 
ff8e14ef7880bcfdb83a81815f4686f5484d68ecac9dce48155403781643fa91 SHA512 
08dbbb36f0cc22db8725797f75e88149777541a312484170cb2efb8f1cfe119ba385822f92674841745a41601d725db1f0b880710398ca69c3ad117b6e46607a
 WHIRLPOOL 
4b8151b5fe8f5cbf0ab68a5dda806fe59b4739687cc0cf2a13b62f005a337dc94f725046d3edb49c62797921e369468f0675956c29761361824cea2275c029f4
+DIST keystone-9.0.2.tar.gz 1180101 SHA256 
2420f3ac6dee1982708786827c676278976fc493f47e2d4a44421bc0f3f87a89 SHA512 
40143897a716c7dd331593f43a488e17ef56a9bb8622e40ef9bbaaa739b44fab281ea2d598727de80c7820bd6e028074c0104b304a47d8f9df8ec38e635fd2a0
 WHIRLPOOL 
dfdfcdcb0288413fcd6bc2566d427b06c7ffecfc53db7b717b36cd6df3d25a9f2562ee35051984456c438158026e877f8ac149e38a040c62594a9d78ad7c

diff --git a/sys-auth/keystone/keystone-8.1.2.ebuild 
b/sys-auth/keystone/keystone-8.1.2.ebuild
new file mode 100644
index 000..d2a83ee
--- /dev/null
+++ b/sys-auth/keystone/keystone-8.1.2.ebuild
@@ -0,0 +1,230 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 user
+
+DESCRIPTION="The Openstack authentication, authorization, and service catalog"
+HOMEPAGE="https://launchpad.net/keystone;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+sqlite memcached mongo mysql postgres ldap test"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   ${RDEPEND}
+   >=dev-python/bashate-0.2[${PYTHON_USEDEP}]
+   <=dev-python/bashate-0.3.2[${PYTHON_USEDEP}]
+   memcached? (
+   >=dev-python/python-memcached-1.48[${PYTHON_USEDEP}]
+   <=dev-python/python-memcached-1.57[${PYTHON_USEDEP}]
+   )
+   mongo? (
+   >=dev-python/pymongo-2.6.3[${PYTHON_USEDEP}]
+   =dev-python/python-ldap-2.4[$(python_gen_usedep 
'python2_7')]
+   <=dev-python/python-ldap-2.4.20[$(python_gen_usedep 
'python2_7')]
+   ~dev-python/ldappool-1.0[$(python_gen_usedep 
'python2_7')]
+   )
+   >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
+   <=dev-python/coverage-4.0.3[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
+   <=dev-python/fixtures-1.4.0-r[${PYTHON_USEDEP}]
+   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
+   <=dev-python/lxml-3.5.0-r[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.2[${PYTHON_USEDEP}]
+   <=dev-python/mock-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   <=dev-python/oslotest-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]

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

2016-05-26 Thread James Le Cuirot
commit: 647e1756f04dd32dec681c264367d5ffa37807af
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu May 26 20:42:22 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu May 26 20:43:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647e1756

dev-java/edtftpj: 2.4.0 stable on amd64 and x86

Package-Manager: portage-2.3.0_rc1

 dev-java/edtftpj/edtftpj-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/edtftpj/edtftpj-2.4.0.ebuild 
b/dev-java/edtftpj/edtftpj-2.4.0.ebuild
index ecfe0df..42edbb1 100644
--- a/dev-java/edtftpj/edtftpj-2.4.0.ebuild
+++ b/dev-java/edtftpj/edtftpj-2.4.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.enterprisedt.com/products/edtftpj/download/${P}.zip;
 HOMEPAGE="http://enterprisedt.com/products/edtftpnet;
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="examples"
 
 DEPEND=">=virtual/jdk-1.7



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

2016-05-26 Thread James Le Cuirot
commit: 2f2c5ab0623075c3a4c856a52e5f74e1056e570c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu May 26 20:43:15 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu May 26 20:43:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f2c5ab0

dev-java/edtftpj: Remove old 2.0.4

Package-Manager: portage-2.3.0_rc1

 dev-java/edtftpj/Manifest |  1 -
 dev-java/edtftpj/edtftpj-2.0.4.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-java/edtftpj/Manifest b/dev-java/edtftpj/Manifest
index 664d9f2..1a9a968 100644
--- a/dev-java/edtftpj/Manifest
+++ b/dev-java/edtftpj/Manifest
@@ -1,2 +1 @@
-DIST edtftpj-2.0.4.zip 1314543 SHA256 
e24e1b883254ed28312412ddabb07fab0d9022fcedb78901c804b94c659c3666 SHA512 
6af25752e794ece897fe0758dd373f583c7960b5ffe01eefe2947bcd0ab73619876c6ae2557f5ce3e039839a6b41581d29be6c2fee568ddc2bb668216ae04e3e
 WHIRLPOOL 
93b1c380ed61feeae50f1e975c9485802a54de9ddc362b396ff0db70f844138c0198b4a5e94592a1a50c38058911457e6a882a39a1a15560697535422d39ef5e
 DIST edtftpj-2.4.0.zip 1592179 SHA256 
17c92da78b43e2471f7dc9e4125ed7c79b45bbf8143c6be08f8d75d995d3904a SHA512 
bbcbb35805bd84e76fe15f9b07fb984782cd5838b94ee90af336991f0dfdb9b06028a35614a9accf16eb55151f09501cec5fac41030f847a32a679f9404808b0
 WHIRLPOOL 
ed96745f77401df8aed90f9d01e750fd75cf7563d349dca15b432b7367e9a806f9c4612a413d8f3372d6a962d55c298e42e51b1ce74cd2f9c10bb3ecce56c35a

diff --git a/dev-java/edtftpj/edtftpj-2.0.4.ebuild 
b/dev-java/edtftpj/edtftpj-2.0.4.ebuild
deleted file mode 100644
index f462230..000
--- a/dev-java/edtftpj/edtftpj-2.0.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc examples source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="FTP client library written in Java"
-SRC_URI="http://www.enterprisedt.com/products/edtftpj/download/${P}.zip;
-HOMEPAGE="http://www.enterprisedt.com;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND=">=virtual/jre-1.4
-   =dev-java/junit-3.8*"
-
-DEPEND=">=virtual/jdk-1.4
-   app-arch/unzip
-   ${RDEPEND}"
-
-java_prepare() {
-   find . '(' -name '*.class' -o -name '*.jar' ')' -print -delete
-
-   rm doc/LICENSE.TXT || die "Failed to remove LICENSE.TXT"
-}
-
-src_compile() {
-   cd src || die
-
-   eant jar -Dftp.classpath=$(java-pkg_getjars junit) $(use_doc javadocs)
-}
-
-src_install() {
-   java-pkg_dojar lib/*.jar
-
-   use doc && java-pkg_dojavadoc build/doc/api
-   use source && java-pkg_dosrc src/com
-   use examples && java-pkg_doexamples examples
-}



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

2016-05-26 Thread Lars Wendler
commit: d53a735e534ff66e67236987c17f79db2688bd61
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 20:22:11 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:37:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53a735e

sys-apps/texinfo: x86 stable (bug #583794).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/texinfo/texinfo-6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/texinfo/texinfo-6.1.ebuild 
b/sys-apps/texinfo/texinfo-6.1.ebuild
index ac608cd..10ce796 100644
--- a/sys-apps/texinfo/texinfo-6.1.ebuild
+++ b/sys-apps/texinfo/texinfo-6.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static"
 
 RDEPEND="



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

2016-05-26 Thread Lars Wendler
commit: 03bd846aae90726eaa87e0729f16cdf12f88e3e9
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 20:26:56 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:37:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03bd846a

sys-apps/pciutils: x86 stable (bug #583796).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/pciutils/pciutils-3.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/pciutils/pciutils-3.4.1.ebuild 
b/sys-apps/pciutils/pciutils-3.4.1.ebuild
index 392ac4c..eaceae2 100644
--- a/sys-apps/pciutils/pciutils-3.4.1.ebuild
+++ b/sys-apps/pciutils/pciutils-3.4.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux 
~x86-linux"
 IUSE="dns +kmod static-libs +udev zlib"
 
 # Have the sub-libs in RDEPEND with [static-libs] since, logically,



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

2016-05-26 Thread Lars Wendler
commit: 7e778b3780193210a7d6818164817a1a4a4ee8f3
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 20:29:18 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:37:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e778b37

media-libs/freetype: x86 stable (bug #583980).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/freetype/freetype-2.6.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/freetype/freetype-2.6.3-r1.ebuild 
b/media-libs/freetype/freetype-2.6.3-r1.ebuild
index 5a343f6..53e5d97 100644
--- a/media-libs/freetype/freetype-2.6.3-r1.ebuild
+++ b/media-libs/freetype/freetype-2.6.3-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="mirror://sourceforge/freetype/${P/_/}.tar.bz2
 
 LICENSE="|| ( FTL GPL-2+ )"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
 IUSE="X +adobe-cff bindist bzip2 debug doc fontforge harfbuzz
infinality png static-libs utils"
 RESTRICT="!bindist? ( bindist )" # bug 541408



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

2016-05-26 Thread Lars Wendler
commit: 0cce517d29090ff3e21ec339d6b4785091cd16f1
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 20:36:44 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:37:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cce517d

sys-apps/gptfdisk: x86 stable (bug #583982).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/gptfdisk/gptfdisk-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/gptfdisk/gptfdisk-1.0.1.ebuild 
b/sys-apps/gptfdisk/gptfdisk-1.0.1.ebuild
index 249a9d2..24373a8 100644
--- a/sys-apps/gptfdisk/gptfdisk-1.0.1.ebuild
+++ b/sys-apps/gptfdisk/gptfdisk-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~arm-linux ~x86-linux"
 IUSE="kernel_linux ncurses static"
 
 LIB_DEPEND="



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

2016-05-26 Thread Lars Wendler
commit: 9b539f0459edef54e1f58b4d81f4bdfbb6d1e2d4
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 20:27:50 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:37:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b539f04

sys-process/procps: x86 stable (bug #583978).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

 sys-process/procps/procps-3.3.11-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/procps/procps-3.3.11-r3.ebuild 
b/sys-process/procps/procps-3.3.11-r3.ebuild
index b92cde2..057251d 100644
--- a/sys-process/procps/procps-3.3.11-r3.ebuild
+++ b/sys-process/procps/procps-3.3.11-r3.ebuild
@@ -17,7 +17,7 @@ 
https://gitlab.com/procps-ng/procps/commit/b2f49b105d23c833d733bf7dfb99cb98e4cae
 
 LICENSE="GPL-2"
 SLOT="0/5" # libprocps.so
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="+kill +ncurses modern-top nls selinux static-libs systemd test unicode"
 
 RDEPEND="ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode?] )



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2016-05-26 Thread Michael Sterrett
commit: 51330c1302621fcc78661062f69c7d1720904c0d
Author: Michael Sterrett  gentoo  org>
AuthorDate: Thu May 26 20:35:05 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Thu May 26 20:35:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51330c13

games-roguelike/stone-soup: add slot to sys-libs/ncurses

Package-Manager: portage-2.2.28

 games-roguelike/stone-soup/stone-soup-0.16.2.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-roguelike/stone-soup/stone-soup-0.16.2.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.16.2.ebuild
index 9defe6a..9712a83 100644
--- a/games-roguelike/stone-soup/stone-soup-0.16.2.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.16.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -32,8 +32,8 @@ RDEPEND="
dev-db/sqlite:3
luajit? ( >=dev-lang/luajit-2.0.0 )
sys-libs/zlib
-   !ncurses? ( !tiles? ( sys-libs/ncurses ) )
-   ncurses? ( sys-libs/ncurses )
+   !ncurses? ( !tiles? ( sys-libs/ncurses:0 ) )
+   ncurses? ( sys-libs/ncurses:0 )
tiles? (
media-fonts/dejavu
media-libs/freetype:2
@@ -49,7 +49,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
virtual/yacc
tiles? (
-   sys-libs/ncurses
+   sys-libs/ncurses:0
)"
 
 S=${WORKDIR}/${MY_P}/source



[gentoo-commits] repo/gentoo:master commit in: games-arcade/mari0/

2016-05-26 Thread Michael Sterrett
commit: 7a275390a9cdfb9265dede78d9b78331257e45a7
Author: Michael Sterrett  gentoo  org>
AuthorDate: Thu May 26 20:28:01 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Thu May 26 20:28:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a275390

games-arcade/mari0: EAPI=5

Package-Manager: portage-2.2.28

 games-arcade/mari0/mari0-1.6.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/games-arcade/mari0/mari0-1.6.ebuild 
b/games-arcade/mari0/mari0-1.6.ebuild
index e7b2b60..0c2e5b3 100644
--- a/games-arcade/mari0/mari0-1.6.ebuild
+++ b/games-arcade/mari0/mari0-1.6.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-
+EAPI=5
 inherit eutils gnome2-utils games
 
 MY_P=${P/-/_}



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

2016-05-26 Thread Michał Górny
commit: 8f51bf69c45bd989b6cec9a1e5b963d8a1bd1895
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 26 19:57:40 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 26 20:19:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f51bf69

profiles: Disable m68k-mint profile since it lacks proper definitions

Disable the m68k-mint profile since it does not inherit base nor
redefine the minimal set of definitions needed to run the profile such
as USE_EXPAND.

 profiles/profiles.desc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index fa1aa40..83dad63 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -336,6 +336,6 @@ x64-openbsd prefix/bsd/openbsd/4.2/x64  
exp
 x86-netbsd prefix/bsd/netbsd/4.0/x86   exp
 
 # FreeMiNT
-m68k-mint  prefix/mint/m68kexp
+#m68k-mint prefix/mint/m68kexp
 
 # vim: set ts=8:



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

2016-05-26 Thread Lars Wendler
commit: ba6cbeefe640fea8dff653da604ef026dab56197
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 20:04:00 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:05:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba6cbeef

sys-apps/grep: x86 stable (bug #583968).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/grep/grep-2.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/grep/grep-2.25.ebuild b/sys-apps/grep/grep-2.25.ebuild
index 7180499..04ff849 100644
--- a/sys-apps/grep/grep-2.25.ebuild
+++ b/sys-apps/grep/grep-2.25.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="nls pcre static"
 
 LIB_DEPEND="pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] )"



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

2016-05-26 Thread Lars Wendler
commit: be642152213b679824e3be065d3ed8fec85d35c2
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 19:53:02 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:04:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be642152

sys-apps/file: x86 stable (bug #583956).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/sys-apps/file/file-5.25.ebuild b/sys-apps/file/file-5.25.ebuild
index 35f9136..4198e84 100644
--- a/sys-apps/file/file-5.25.ebuild
+++ b/sys-apps/file/file-5.25.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz
ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz;
-   KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 DESCRIPTION="identify a file's format by scanning binary data for patterns"



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

2016-05-26 Thread Lars Wendler
commit: 5240c69de6753f27ffa802e25d9355c07a645250
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 19:59:27 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:05:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5240c69d

sys-devel/gettext: x86 stable (bug #583834).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/sys-devel/gettext/gettext-0.19.7.ebuild 
b/sys-devel/gettext/gettext-0.19.7.ebuild
index 9617675..3695d2b 100644
--- a/sys-devel/gettext/gettext-0.19.7.ebuild
+++ b/sys-devel/gettext/gettext-0.19.7.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 # so put that license behind USE=cxx.
 LICENSE="GPL-3+ cxx? ( LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="acl -cvs +cxx doc emacs git java ncurses nls openmp static-libs"
 
 # only runtime goes multilib



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

2016-05-26 Thread Lars Wendler
commit: 50445af9d171e45b000111565d323e798c5d7fc4
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 19:58:12 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:04:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50445af9

net-misc/iputils: x86 stable (bug #583960).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/net-misc/iputils/iputils-20151218.ebuild 
b/net-misc/iputils/iputils-20151218.ebuild
index d0cf013..cb99b26 100644
--- a/net-misc/iputils/iputils-20151218.ebuild
+++ b/net-misc/iputils/iputils-20151218.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="http://www.skbuff.net/iputils/iputils-s${PV}.tar.bz2

https://dev.gentoo.org/~polynomial-c/iputils-s${PV}-manpages.tar.xz;
-   KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



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

2016-05-26 Thread Lars Wendler
commit: 069dcd6235bbcc7ca7d1aab57586bed53c80ce08
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 20:02:42 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:05:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069dcd62

app-arch/tar: x86 stable (bug #583970).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/app-arch/tar/tar-1.28-r1.ebuild b/app-arch/tar/tar-1.28-r1.ebuild
index 5755642..e6bce67 100644
--- a/app-arch/tar/tar-1.28-r1.ebuild
+++ b/app-arch/tar/tar-1.28-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/tar/${P}.tar.bz2
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl elibc_glibc minimal nls selinux static userland_GNU xattr"
 
 RDEPEND="acl? ( virtual/acl )



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

2016-05-26 Thread Lars Wendler
commit: 0e1d716903c37f9f61b8b2205492e19c4af1a016
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 19:54:09 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:04:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1d7169

sys-devel/m4: x86 stable (bug #583958).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/sys-devel/m4/m4-1.4.17.ebuild b/sys-devel/m4/m4-1.4.17.ebuild
index e0bd761..55afb7c 100644
--- a/sys-devel/m4/m4-1.4.17.ebuild
+++ b/sys-devel/m4/m4-1.4.17.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples"
 
 # remember: cannot dep on autoconf since it needs us



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

2016-05-26 Thread Lars Wendler
commit: 7e3133ffd1caa1b34c40435a22a625a2fcb10429
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 20:01:18 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:05:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3133ff

sys-apps/gawk: x86 stable (bug #583700).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/gawk/gawk-4.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gawk/gawk-4.1.3.ebuild b/sys-apps/gawk/gawk-4.1.3.ebuild
index 4dddf52..5d4399d 100644
--- a/sys-apps/gawk/gawk-4.1.3.ebuild
+++ b/sys-apps/gawk/gawk-4.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/gawk/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="mpfr nls readline"
 
 RDEPEND="mpfr? ( dev-libs/mpfr:0= )



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

2016-05-26 Thread Lars Wendler
commit: e5599772c65024ffdb5a361da169df53403c3b55
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 19:46:40 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:04:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5599772

sys-apps/which: x86 stable (bug #583942).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/which/which-2.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild
index e1e5605..3094eda 100644
--- a/sys-apps/which/which-2.21.ebuild
+++ b/sys-apps/which/which-2.21.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://carlowood.github.io/which/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 src_prepare() {



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

2016-05-26 Thread Lars Wendler
commit: 8081133972cef4cf54327c01ec66bbe37dc2d3b1
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 19:48:03 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:04:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80811339

sys-apps/debianutils: x86 stable (bug #583944).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/debianutils/debianutils-4.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/debianutils/debianutils-4.7.ebuild 
b/sys-apps/debianutils/debianutils-4.7.ebuild
index abec48a..19fd370 100644
--- a/sys-apps/debianutils/debianutils-4.7.ebuild
+++ b/sys-apps/debianutils/debianutils-4.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
 
 LICENSE="BSD GPL-2 SMAIL"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="kernel_linux static"
 
 src_prepare() {



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

2016-05-26 Thread Lars Wendler
commit: 8bfc3abbcd28de3b79fa5f7d73f22a09563f6b30
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 19:45:43 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:04:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bfc3abb

app-arch/bzip2: x86 stable (bug #583940).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

 app-arch/bzip2/bzip2-1.0.6-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip2/bzip2-1.0.6-r7.ebuild 
b/app-arch/bzip2/bzip2-1.0.6-r7.ebuild
index 5b16467..27febcf 100644
--- a/app-arch/bzip2/bzip2-1.0.6-r7.ebuild
+++ b/app-arch/bzip2/bzip2-1.0.6-r7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.bzip.org/${PV}/${P}.tar.gz;
 
 LICENSE="BZIP2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="static static-libs"
 
 RDEPEND="abi_x86_32? (



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

2016-05-26 Thread Lars Wendler
commit: cd96559e699c8c046368777d7afb3af786df8f3b
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 19:51:39 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:04:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd96559e

sys-libs/cracklib: x86 stable (bug #583954).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/sys-libs/cracklib/cracklib-2.9.6.ebuild 
b/sys-libs/cracklib/cracklib-2.9.6.ebuild
index 2a0ec5a..94184d9 100644
--- a/sys-libs/cracklib/cracklib-2.9.6.ebuild
+++ b/sys-libs/cracklib/cracklib-2.9.6.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x86-macos ~m68k-mint"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x86-macos ~m68k-mint"
 IUSE="nls python static-libs test zlib"
 
 RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"



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

2016-05-26 Thread Lars Wendler
commit: 15233da264499a3fd532fecb9408fa19e41c6397
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 19:49:17 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 20:04:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15233da2

media-libs/libpng: x86 stable (bug #583948).

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/media-libs/libpng/libpng-1.6.21.ebuild 
b/media-libs/libpng/libpng-1.6.21.ebuild
index b83049c..66acb8f 100644
--- a/media-libs/libpng/libpng-1.6.21.ebuild
+++ b/media-libs/libpng/libpng-1.6.21.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
 
 LICENSE="libpng"
 SLOT="0/16"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
 IUSE="apng neon static-libs"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]



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

2016-05-26 Thread Jason Zaman
commit: 96e599e9c8f391c5145f1bd7ffb354bbd745050b
Author: Jason Zaman  perfinion  com>
AuthorDate: Fri May 13 15:12:50 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu May 26 18:44:57 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=96e599e9

pulseaudio: fcontext and filetrans for /run/user/ID/pulse/

 policy/modules/contrib/pulseaudio.te | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/policy/modules/contrib/pulseaudio.te 
b/policy/modules/contrib/pulseaudio.te
index 9b8d84e..5e39ebd 100644
--- a/policy/modules/contrib/pulseaudio.te
+++ b/policy/modules/contrib/pulseaudio.te
@@ -56,6 +56,7 @@ manage_dirs_pattern(pulseaudio_t, pulseaudio_tmp_t, 
pulseaudio_tmp_t)
 manage_files_pattern(pulseaudio_t, pulseaudio_tmp_t, pulseaudio_tmp_t)
 manage_sock_files_pattern(pulseaudio_t, pulseaudio_tmp_t, pulseaudio_tmp_t)
 files_tmp_filetrans(pulseaudio_t, pulseaudio_tmp_t, dir)
+userdom_user_runtime_dir_filetrans(pulseaudio_t, pulseaudio_tmp_t, dir)
 userdom_user_tmp_filetrans(pulseaudio_t, pulseaudio_tmp_t, file, 
"autospawn.lock")
 userdom_user_tmp_filetrans(pulseaudio_t, pulseaudio_tmp_t, file, "pid")
 userdom_user_tmp_filetrans(pulseaudio_t, pulseaudio_tmp_t, sock_file, 
"dbus-socket")
@@ -203,8 +204,9 @@ optional_policy(`
 #
 
 allow pulseaudio_client self:unix_dgram_socket sendto;
+allow pulseaudio_client self:process signull;
 
-allow pulseaudio_client pulseaudio_client:process signull;
+allow pulseaudio_client pulseaudio_tmp_t:dir list_dir_perms;
 
 read_files_pattern(pulseaudio_client, { pulseaudio_tmpfsfile 
pulseaudio_tmpfs_t }, { pulseaudio_tmpfsfile pulseaudio_tmpfs_t })
 delete_files_pattern(pulseaudio_client, pulseaudio_tmpfsfile, 
pulseaudio_tmpfsfile)
@@ -228,6 +230,7 @@ 
pulseaudio_home_filetrans_pulseaudio_home(pulseaudio_client, file, ".pulse-cooki
 pulseaudio_signull(pulseaudio_client)
 
 userdom_read_user_tmpfs_files(pulseaudio_client)
+userdom_user_runtime_dir_filetrans(pulseaudio_client, pulseaudio_tmp_t, dir, 
"pulse")
 # userdom_delete_user_tmpfs_files(pulseaudio_client)
 
 tunable_policy(`use_nfs_home_dirs',`



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

2016-05-26 Thread Jason Zaman
commit: c2e01eedeb6884cfd367f4ca160c6b35cdcc3e38
Author: Jason Zaman  perfinion  com>
AuthorDate: Thu May 26 15:09:27 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu May 26 18:44:57 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=c2e01eed

userdomain: filetrans interfaces for user_runtime

 policy/modules/system/userdomain.if | 99 +
 1 file changed, 99 insertions(+)

diff --git a/policy/modules/system/userdomain.if 
b/policy/modules/system/userdomain.if
index 0d6d9b1..044bf81 100644
--- a/policy/modules/system/userdomain.if
+++ b/policy/modules/system/userdomain.if
@@ -324,6 +324,7 @@ interface(`userdom_manage_tmp_role',`
manage_sock_files_pattern($2, user_tmp_t, user_tmp_t)
manage_fifo_files_pattern($2, user_tmp_t, user_tmp_t)
files_tmp_filetrans($2, user_tmp_t, { dir file lnk_file sock_file 
fifo_file })
+   userdom_user_runtime_dir_filetrans_user_tmp($2, { dir file lnk_file 
sock_file fifo_file })
 ')
 
 ###
@@ -2753,6 +2754,104 @@ interface(`userdom_tmp_filetrans_user_tmp',`
 
 
 ## 
+## Create objects in the pid directory
+## with an automatic type transition to
+## the user runtime root type.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+## 
+## 
+## The class of the object to be created.
+## 
+## 
+## 
+## 
+## The name of the object being created.
+## 
+## 
+#
+interface(`userdom_pid_filetrans_user_runtime_root',`
+   gen_require(`
+   type user_runtime_root_t;
+   ')
+
+   files_pid_filetrans($1, user_runtime_root_t, $2, $3)
+')
+
+
+## 
+## Create objects in a user runtime
+## directory with an automatic type
+## transition to a specified private
+## type.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+## 
+## 
+## The type of the object to create.
+## 
+## 
+## 
+## 
+## The class of the object to be created.
+## 
+## 
+## 
+## 
+## The name of the object being created.
+## 
+## 
+#
+interface(`userdom_user_runtime_dir_filetrans',`
+   gen_require(`
+   type user_runtime_root_t, user_runtime_dir_t;
+   ')
+
+   filetrans_pattern($1, user_runtime_dir_t, $2, $3, $4)
+   allow $1 user_runtime_root_t:dir search_dir_perms;
+   files_search_pids($1)
+')
+
+
+## 
+## Create objects in the user runtime directory
+## with an automatic type transition to
+## the user temporary type.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+## 
+## 
+## The class of the object to be created.
+## 
+## 
+## 
+## 
+## The name of the object being created.
+## 
+## 
+#
+interface(`userdom_user_runtime_dir_filetrans_user_tmp',`
+   gen_require(`
+   type user_tmp_t;
+   ')
+
+   userdom_user_runtime_dir_filetrans($1, user_tmp_t, $2, $3)
+')
+
+
+## 
 ## Read and write user tmpfs files.
 ## 
 ## 



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

2016-05-26 Thread Jason Zaman
commit: 2faae7f14ce8551774fd796ed172c691e8e8ae7d
Author: Jason Zaman  perfinion  com>
AuthorDate: Sun May 22 16:42:36 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu May 26 18:44:57 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=2faae7f1

consolekit: Add a filetrans on /run/user

 policy/modules/contrib/consolekit.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/contrib/consolekit.te 
b/policy/modules/contrib/consolekit.te
index cd02890..f4628e0 100644
--- a/policy/modules/contrib/consolekit.te
+++ b/policy/modules/contrib/consolekit.te
@@ -79,6 +79,7 @@ miscfiles_read_localization(consolekit_t)
 
 userdom_dontaudit_read_user_home_content_files(consolekit_t)
 userdom_read_user_tmp_files(consolekit_t)
+userdom_pid_filetrans_user_runtime_root(consolekit_t, dir, "user")
 
 tunable_policy(`use_nfs_home_dirs',`
fs_read_nfs_files(consolekit_t)



[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/var/lib/portage/

2016-05-26 Thread Anthony G. Basile
commit: 65828bdf01bb0be9806df05aff4b957615b7a25d
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu May 26 18:56:31 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu May 26 19:19:38 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=65828bdf

world: remove sys-libs/argp-standalone accidentally added

 core/var/lib/portage/world.CYCLE.2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/var/lib/portage/world.CYCLE.2 
b/core/var/lib/portage/world.CYCLE.2
index 6ccfb25..1ccb647 100644
--- a/core/var/lib/portage/world.CYCLE.2
+++ b/core/var/lib/portage/world.CYCLE.2
@@ -47,7 +47,6 @@ sys-devel/gdb
 sys-fs/cryptsetup
 sys-kernel/genkernel
 sys-kernel/linux-firmware
-sys-libs/argp-standalone
 sys-libs/cracklib
 sys-libs/db
 sys-libs/gdbm



[gentoo-commits] repo/gentoo:master commit in: net-firewall/xtables-addons/

2016-05-26 Thread Anthony G. Basile
commit: 5a86ec1811c6cb2350cbd28eba68c7fe2eeef78f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu May 26 19:12:36 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu May 26 19:12:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a86ec18

net-firewall/xtables-addons: version bump to 2.11

Package-Manager: portage-2.2.28

 net-firewall/xtables-addons/Manifest   |   1 +
 .../xtables-addons/xtables-addons-2.11.ebuild  | 186 +
 2 files changed, 187 insertions(+)

diff --git a/net-firewall/xtables-addons/Manifest 
b/net-firewall/xtables-addons/Manifest
index 0086192..562dfa7 100644
--- a/net-firewall/xtables-addons/Manifest
+++ b/net-firewall/xtables-addons/Manifest
@@ -1,4 +1,5 @@
 DIST xtables-addons-1.47.1.tar.xz 323312 SHA256 
06535dbefaa7725870750048842b4b53f5a4f8d8b16d5ce61bb4cc28e0b99326 SHA512 
4920c9fae1a5b026f48562590b9221d497127197806f52f2eeba269faf8203b3da2e2ab6ff01f273ecac457d19399c42b4d163c18fa405bfe15b54f46478227d
 WHIRLPOOL 
6654fb33c96eb052b94047445682a26f141532c2db5404ec62c29d40741a34ac9138ba1a5de494d7f1b8706a5de425b1188f79fa6195a824d2642ba506f6bdc1
 DIST xtables-addons-2.10.tar.xz 321096 SHA256 
2a2d92ae924437d757f55514502c6ef3aeccc6106f729c702efe703ad30f4007 SHA512 
047e5922365f40021f8fcf832fe487759e7361979009e18cf7fd3a99d704fce1268b5eab58b6d0cd43354ee8de024852c25d8412e6b47fe5861b414c51af1938
 WHIRLPOOL 
0c328d8db363024b958d7b898334eefbd8098d36971fac6e50d863d8d6ec94a05257db58708cf7323f5d77b51b85d7a0ba5101f8e280cabd1cac48e109e9b3bf
+DIST xtables-addons-2.11.tar.xz 309772 SHA256 
f14f8953a9d3a70157a82883886ff6ec866c61dbea1585edb421478107279921 SHA512 
28a2b7335dc478b8efc5fa25357d2e2789303232ce31a7a6da3a3742fdaa84c7d222ebb0d6f1f900652d39b9caf9b13196309429a8aecd5e0cb936b6bd9de1bb
 WHIRLPOOL 
0806933a58176426a00f6ca93bbdfd4efbbb8cdc9267564ae7d9f89f88f3aa61f66b73781fc642424eb33f25b6649e275b7364dac50f9c63aff8d81e234b4e2e
 DIST xtables-addons-2.8.tar.xz 320864 SHA256 
08af8c85ff00ee76469741bb9eb97454903680213dc3e0602266bcbb08788490 SHA512 
337a0f9f8e1236a14977b1f60f82e9f6ea4b3d1134fb4ff29cdb7edfca54501639760e8f855ac803e259660a9a5afd7366770543e2f077346cb5dda8ef80462e
 WHIRLPOOL 
b09d0d05143ce052372827487e85b7e4c9674809007624371edb4a28155e7e6b605fa2518ba494f1a11cc7e3419675a69cea966a5d79fcfeaf9e273996e059ed
 DIST xtables-addons-2.9.tar.xz 320876 SHA256 
648f6cd17ba41916df5bb605e617b2f18461090139e67d7cf5c5bd8a04c701b0 SHA512 
a77de4f61445974918e546e983f623250e10d8d1e506d94f1ca9081331aefde040164a83001b22769ba59efe7125a381808aa6adfd08ef734afdf0fc20d2bccb
 WHIRLPOOL 
aaf50b08579be6fa49ed54f8fae8628f21525bd752c2ceee80e5989a606ddfdd77adac7091e1e54049f49549fdf21f582df41113e0c1909a95c5130effa0979d

diff --git a/net-firewall/xtables-addons/xtables-addons-2.11.ebuild 
b/net-firewall/xtables-addons/xtables-addons-2.11.ebuild
new file mode 100644
index 000..9a87a44
--- /dev/null
+++ b/net-firewall/xtables-addons/xtables-addons-2.11.ebuild
@@ -0,0 +1,186 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils linux-info linux-mod multilib
+
+DESCRIPTION="iptables extensions not yet accepted in the main kernel"
+HOMEPAGE="http://xtables-addons.sourceforge.net/;
+SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="modules"
+
+MODULES="quota2 psd pknock lscan length2 ipv4options ipp2p iface gradm geoip 
fuzzy condition tarpit sysrq logmark ipmark echo dnetmap dhcpmac delude chaos 
account"
+
+for mod in ${MODULES}; do
+   IUSE="${IUSE} xtables_addons_${mod}"
+done
+
+DEPEND=">=net-firewall/iptables-1.4.5"
+
+RDEPEND="${DEPEND}
+   xtables_addons_geoip? (
+   app-arch/unzip
+   dev-perl/Text-CSV_XS
+   virtual/perl-Getopt-Long
+   )
+"
+
+DEPEND="${DEPEND}
+   virtual/linux-sources"
+
+SKIP_MODULES=""
+
+XA_check4internal_module() {
+   local mod=${1}
+   local version=${3}
+   local kconfigname=${3}
+
+   if use xtables_addons_${mod} && kernel_is -gt ${version}; then
+   ewarn "${kconfigname} should be provided by the kernel. 
Skipping its build..."
+   if ! linux_chkconfig_present ${kconfigname}; then
+   ewarn "Please enable ${kconfigname} target in your 
kernel
+   configuration or disable checksum module in ${PN}."
+   fi
+   # SKIP_MODULES in case we need to disable building of everything
+   # like having this USE disabled
+   SKIP_MODULES+=" ${mod}"
+   fi
+}
+
+pkg_setup(){
+   if use modules; then
+   get_version
+   check_modules_supported
+   CONFIG_CHECK="NF_CONNTRACK NF_CONNTRACK_MARK ~CONNECTOR"
+   ERROR_CONNECTOR="Please, enable CONFIG_CONNECTOR if you wish to 
receive userspace notifications from pknock 

[gentoo-commits] repo/gentoo:master commit in: net-firewall/xtables-addons/

2016-05-26 Thread Anthony G. Basile
commit: eae15278122b97472c8c92734c4508bad5cea0f2
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu May 26 19:17:36 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu May 26 19:17:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae15278

net-firewall/xtables-addons: fix DESCRIPTION length

Package-Manager: portage-2.2.28

 net-firewall/xtables-addons/xtables-addons-1.47.1.ebuild | 4 ++--
 net-firewall/xtables-addons/xtables-addons-2.10.ebuild   | 4 ++--
 net-firewall/xtables-addons/xtables-addons-2.8.ebuild| 4 ++--
 net-firewall/xtables-addons/xtables-addons-2.9.ebuild| 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-firewall/xtables-addons/xtables-addons-1.47.1.ebuild 
b/net-firewall/xtables-addons/xtables-addons-1.47.1.ebuild
index 1850b69..6c54232 100644
--- a/net-firewall/xtables-addons/xtables-addons-1.47.1.ebuild
+++ b/net-firewall/xtables-addons/xtables-addons-1.47.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI="5"
 
 inherit eutils linux-info linux-mod multilib
 
-DESCRIPTION="extensions not yet accepted in the main kernel/iptables 
(patch-o-matic(-ng) successor)"
+DESCRIPTION="iptables extensions not yet accepted in the main kernel"
 HOMEPAGE="http://xtables-addons.sourceforge.net/;
 SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz"
 

diff --git a/net-firewall/xtables-addons/xtables-addons-2.10.ebuild 
b/net-firewall/xtables-addons/xtables-addons-2.10.ebuild
index e718172..9a87a44 100644
--- a/net-firewall/xtables-addons/xtables-addons-2.10.ebuild
+++ b/net-firewall/xtables-addons/xtables-addons-2.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI="5"
 
 inherit eutils linux-info linux-mod multilib
 
-DESCRIPTION="extensions not yet accepted in the main kernel/iptables 
(patch-o-matic(-ng) successor)"
+DESCRIPTION="iptables extensions not yet accepted in the main kernel"
 HOMEPAGE="http://xtables-addons.sourceforge.net/;
 SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz"
 

diff --git a/net-firewall/xtables-addons/xtables-addons-2.8.ebuild 
b/net-firewall/xtables-addons/xtables-addons-2.8.ebuild
index daf0e9c..34b8c88 100644
--- a/net-firewall/xtables-addons/xtables-addons-2.8.ebuild
+++ b/net-firewall/xtables-addons/xtables-addons-2.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI="5"
 
 inherit eutils linux-info linux-mod multilib
 
-DESCRIPTION="extensions not yet accepted in the main kernel/iptables 
(patch-o-matic(-ng) successor)"
+DESCRIPTION="iptables extensions not yet accepted in the main kernel"
 HOMEPAGE="http://xtables-addons.sourceforge.net/;
 SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz"
 

diff --git a/net-firewall/xtables-addons/xtables-addons-2.9.ebuild 
b/net-firewall/xtables-addons/xtables-addons-2.9.ebuild
index 936d85a..c9acb9b 100644
--- a/net-firewall/xtables-addons/xtables-addons-2.9.ebuild
+++ b/net-firewall/xtables-addons/xtables-addons-2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI="5"
 
 inherit eutils linux-info linux-mod multilib
 
-DESCRIPTION="extensions not yet accepted in the main kernel/iptables 
(patch-o-matic(-ng) successor)"
+DESCRIPTION="iptables extensions not yet accepted in the main kernel"
 HOMEPAGE="http://xtables-addons.sourceforge.net/;
 SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz"
 



[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/var/lib/portage/

2016-05-26 Thread Anthony G. Basile
commit: df9ce48a1618c40256d8c90e8fdb22470fad5a02
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu May 26 18:56:31 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu May 26 18:56:31 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=df9ce48a

world: remove sys-libs/argp-standalone accidentally added

 core/var/lib/portage/world.CYCLE.2 | 1 -
 core/var/lib/portage/world.CYCLE.3 | 1 -
 core/var/lib/portage/world.CYCLE.4 | 1 -
 3 files changed, 3 deletions(-)

diff --git a/core/var/lib/portage/world.CYCLE.2 
b/core/var/lib/portage/world.CYCLE.2
index 6ccfb25..1ccb647 100644
--- a/core/var/lib/portage/world.CYCLE.2
+++ b/core/var/lib/portage/world.CYCLE.2
@@ -47,7 +47,6 @@ sys-devel/gdb
 sys-fs/cryptsetup
 sys-kernel/genkernel
 sys-kernel/linux-firmware
-sys-libs/argp-standalone
 sys-libs/cracklib
 sys-libs/db
 sys-libs/gdbm

diff --git a/core/var/lib/portage/world.CYCLE.3 
b/core/var/lib/portage/world.CYCLE.3
index a4e49ff..7962af8 100644
--- a/core/var/lib/portage/world.CYCLE.3
+++ b/core/var/lib/portage/world.CYCLE.3
@@ -48,7 +48,6 @@ sys-devel/gdb
 sys-fs/cryptsetup
 sys-kernel/genkernel
 sys-kernel/linux-firmware
-sys-libs/argp-standalone
 sys-libs/cracklib
 sys-libs/db
 sys-libs/gdbm

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 64f6e5e..c1b9bd6 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -2996,7 +2996,6 @@ sys-fs/udftools
 sys-kernel/genkernel
 sys-kernel/kccmp
 sys-kernel/linux-firmware
-sys-libs/argp-standalone
 sys-libs/cracklib
 sys-libs/db
 sys-libs/gdbm



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

2016-05-26 Thread Lars Wendler
commit: 0fe0f3bcfc04389fe90a4570805a6f0d10935ffd
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 18:37:13 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 18:38:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe0f3bc

app-admin/monit: Bump to version 5.18

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/monit/Manifest  |  1 +
 app-admin/monit/monit-5.18.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/app-admin/monit/Manifest b/app-admin/monit/Manifest
index 8d3b4ba..a6479a7 100644
--- a/app-admin/monit/Manifest
+++ b/app-admin/monit/Manifest
@@ -2,3 +2,4 @@ DIST monit-5.15.tar.gz 1218043 SHA256 
deada8153dc7e8755f572bc4d790143a92c7a8668d
 DIST monit-5.16.1.tar.gz 1226375 SHA256 
b729b8345f5b85311c7f05751fc5d009128fd4a95fc4929a04b43bd15ab3b23f SHA512 
911462b73074cbdd151596dc29cef74370af3ae368067d36e9f630fd2f4cb37867f0eef68083ee07efa1f489848560c4b4152e55eccc829d5118990e04308ffa
 WHIRLPOOL 
bca90fd0d28aa65c81074d427426bf748a94de23716fe99a203e8af7bea34aa32d9f0c02716d4850b67f165c0224de14618f8a64061588bfe2fa2542a70a1a70
 DIST monit-5.17.1.tar.gz 1231823 SHA256 
f71a22cfb6bd91ff46496e72e1d1b1021ecd651e7748131ce0f995cc37ff0b42 SHA512 
e28534ce3a5a95eac70f05c34b5a8545a0eb925ac90f82f71bcea8f3568be45288ddbd196c2352a390820244143511ecf2e0de21cdcab1dd2f3e4788dad71015
 WHIRLPOOL 
9416020cecb49473299f0603448a79c0f3992bad995dbd78a282cf8440b9957edcefc419a56ed71f583efbce2d0ba50a338d2df5b736d9d32e0116ecc5bf5ef1
 DIST monit-5.17.tar.gz 1231882 SHA256 
2fbcdea79ae39228791a0aaa685ebbf650f2b58d086eaf77a33226e972cb216e SHA512 
6e5459f3c1d37e3713286bfabc4a6a109f90438a0b45630af7f93fbe1e8ec7984551c7026f3fe1d8b63632bca7b3678f9ea3cbed194d6e5e7abe367d62d8ad61
 WHIRLPOOL 
de10a18996cee1bcb1637e53e3e5ea8517ec4d7f33efbd73110c639cf921cb52cdd4ddb547a474e9d60e4c4bd451dc1947692b3244bd254027885df65074b259
+DIST monit-5.18.tar.gz 1239752 SHA256 
75ccb85fa2ac1f44c9c95c5a6b539a254b0a1d64e16a36ec9eeb867484a4fcaf SHA512 
448f0d2cb0a18e6b4ead051918677414157f7feac5697888f667db4cf5411b922058a36fc57247c6b8ff9b6f23382305c8c69fc6ec1fcd247b01f4a8bccaa42c
 WHIRLPOOL 
7eaa147be48aa8f38d3e11df6af65c68aa36f20bb868d619e573a13563a2f3e82efc170e5449785f93db1b56261a286422565455676f86e803612d10b8c87d24

diff --git a/app-admin/monit/monit-5.18.ebuild 
b/app-admin/monit/monit-5.18.ebuild
new file mode 100644
index 000..369c57a
--- /dev/null
+++ b/app-admin/monit/monit-5.18.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit pam systemd
+
+DESCRIPTION="a utility for monitoring and managing daemons or similar programs 
running on a Unix system"
+HOMEPAGE="http://mmonit.com/monit/;
+SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz;
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE="libressl pam ssl"
+
+RDEPEND="
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )"
+DEPEND="${RDEPEND}
+   sys-devel/flex
+   sys-devel/bison
+   pam? ( virtual/pam )"
+
+src_prepare() {
+   default
+
+   sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in 
Makefile.in"
+}
+
+src_configure() {
+   econf $(use_with ssl) $(use_with pam)
+}
+
+src_install() {
+   default
+
+   dodoc README
+
+   insinto /etc; insopts -m600; doins monitrc
+   newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit
+   systemd_dounit "${FILESDIR}"/${PN}.service
+
+   use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN}
+}
+
+pkg_postinst() {
+   elog "Sample configurations are available at:"
+   elog "http://mmonit.com/monit/documentation/;
+}



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

2016-05-26 Thread Lars Wendler
commit: c4b8eb13d5642008b76e11b16c9e78c5e88edd89
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 18:33:03 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 18:38:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b8eb13

net-libs/nghttp2: Bump to version 1.11.0

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/nghttp2/Manifest  |  1 +
 net-libs/nghttp2/nghttp2-1.11.0.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/net-libs/nghttp2/Manifest b/net-libs/nghttp2/Manifest
index 150e876..bf85420 100644
--- a/net-libs/nghttp2/Manifest
+++ b/net-libs/nghttp2/Manifest
@@ -1,4 +1,5 @@
 DIST nghttp2-1.10.0.tar.gz 2086580 SHA256 
192dc031e71e182240079befae9db7e64c9951da3a83c7a438f57cf76145b6a8 SHA512 
4341f76ead38ba30e0dfda492e2e0f4c842f453e235fa90ee55b1e556092828236f21c6b212d0099cea005f149e4be3e63ad007009dd5228999101e563009a6f
 WHIRLPOOL 
603391b0d15883cd9db734a0e4bb7d994c17ae4209d5251504e29cc59e0ccf67488b9340acefdb6d6603e9e7d3b0a0491ed18330edce4d20adb0ed19ffc5b975
+DIST nghttp2-1.11.0.tar.gz 2091800 SHA256 
412d751a1a4440bcccea22f239ba15b5c4a378f5957e106d7445db8f48e1f1f8 SHA512 
833f04feea30acea05715cb329c1b24722686b866f0e4988588548b8bbfd7a478f32e8a816172b0870e50bef0b2eca9108bdb99ca1b39be04e247f1d0d375781
 WHIRLPOOL 
bf0deea50d03cf16b480dcca602cf588e0832f3a25e097394460805369c3b8cc480bb37cb19e6ffd8ae24ca1d50b1497cc0cd232972733981293bf8b841e03ba
 DIST nghttp2-1.6.0.tar.gz 1983953 SHA256 
c88012e87b80c055ddd2412efd7e96b9e8cfe0652c4b21083f2cb89b2f0d3a26 SHA512 
32d5227a5ff037d50d93d43b1fdb0be51d9cca1e09dcc85320b8e09f82fdc658397ca58ca400595f138ca7b77f389d945e3562ab4074afd05e1c74eca4de2744
 WHIRLPOOL 
31102e596a9e93ca993cd9b8b04da6f51acb247803de16958501bdb6fe06e5bbc951430d2c2be1bd7fd1d9216d087d711de83bad6bb93eb70f4e4b8b0f864efb
 DIST nghttp2-1.7.1.tar.gz 1993320 SHA256 
d83858464c03555828bb603288b66a48680bf164b376d2459a5407c102098a14 SHA512 
3a71153d2b30a69e79115402b7db9a04bc812025ccb67b918079f33690f18eb5b286095b8bc161df91abf6466b6bb822ecc13c49bee54265a06ba9ab7c289b54
 WHIRLPOOL 
41d0afd43878029069d2c339e22b8aec77fedbd1b0fb45da96b9592525c760731e2eec567999af704d63cf94c913b1d0c52063380e69170e1f2d2b928c1d70f3
 DIST nghttp2-1.8.0.tar.gz 2021815 SHA256 
3ac8cdf47c744cb387e6c867fe8c9a449254e9fab7fdf96782f9eaf7f635320a SHA512 
447ee232abb9ea4105044567baabedc471089af7dfe72219f7c830898d3cd9bc63351d187129e43331cc775702f8dbe2afd21a2c88dc5191b858539dcb7c61d2
 WHIRLPOOL 
b3ec7eae828c240dcd2c972d8148ceb6f2476fe8b6b8636c38b68b236e91915f07851a19a1e9daae27c636eb68898b8675e33b9e13d75c51ef99f56d992908dd

diff --git a/net-libs/nghttp2/nghttp2-1.11.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.11.0.ebuild
new file mode 100644
index 000..7d89224
--- /dev/null
+++ b/net-libs/nghttp2/nghttp2-1.11.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# TODO: Add python support.
+
+EAPI=6
+
+inherit multilib-minimal
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/tatsuhiro-t/nghttp2.git;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+fi
+
+DESCRIPTION="HTTP/2 C Library"
+HOMEPAGE="https://nghttp2.org/;
+
+LICENSE="MIT"
+SLOT="0/1.14" # . SONAMEs
+IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
+
+RDEPEND="
+   cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
+   hpack-tools? ( >=dev-libs/jansson-2.5 )
+   jemalloc? ( dev-libs/jemalloc )
+   utils? (
+   >=dev-libs/libev-4.15
+   !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] )
+   libressl? ( dev-libs/libressl )
+   >=sys-libs/zlib-1.2.3
+   )
+   xml? ( >=dev-libs/libxml2-2.7.7:2 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   econf \
+   --disable-examples \
+   --disable-failmalloc \
+   --disable-werror \
+   --without-cython \
+   --disable-python-bindings \
+   --without-spdylay \
+   $(use_enable cxx asio-lib) \
+   $(use_enable debug) \
+   $(multilib_native_use_enable hpack-tools) \
+   $(use_enable static-libs static) \
+   $(use_enable threads) \
+   $(multilib_native_use_enable utils app) \
+   $(multilib_native_use_with jemalloc) \
+   $(multilib_native_use_with xml libxml2)
+}
+
+multilib_src_install_all() {
+   use static-libs || find "${ED}"/usr -name '*.la' -delete
+}



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

2016-05-26 Thread Lars Wendler
commit: 4d2e80031ffc559c579cc1f8c3863cf71461dbfa
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 18:33:59 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 18:38:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2e8003

net-libs/nghttp2: Removed old.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/nghttp2/Manifest |  3 --
 net-libs/nghttp2/nghttp2-1.6.0.ebuild | 62 ---
 net-libs/nghttp2/nghttp2-1.8.0.ebuild | 62 ---
 net-libs/nghttp2/nghttp2-1.9.2.ebuild | 62 ---
 4 files changed, 189 deletions(-)

diff --git a/net-libs/nghttp2/Manifest b/net-libs/nghttp2/Manifest
index bf85420..890731a 100644
--- a/net-libs/nghttp2/Manifest
+++ b/net-libs/nghttp2/Manifest
@@ -1,6 +1,3 @@
 DIST nghttp2-1.10.0.tar.gz 2086580 SHA256 
192dc031e71e182240079befae9db7e64c9951da3a83c7a438f57cf76145b6a8 SHA512 
4341f76ead38ba30e0dfda492e2e0f4c842f453e235fa90ee55b1e556092828236f21c6b212d0099cea005f149e4be3e63ad007009dd5228999101e563009a6f
 WHIRLPOOL 
603391b0d15883cd9db734a0e4bb7d994c17ae4209d5251504e29cc59e0ccf67488b9340acefdb6d6603e9e7d3b0a0491ed18330edce4d20adb0ed19ffc5b975
 DIST nghttp2-1.11.0.tar.gz 2091800 SHA256 
412d751a1a4440bcccea22f239ba15b5c4a378f5957e106d7445db8f48e1f1f8 SHA512 
833f04feea30acea05715cb329c1b24722686b866f0e4988588548b8bbfd7a478f32e8a816172b0870e50bef0b2eca9108bdb99ca1b39be04e247f1d0d375781
 WHIRLPOOL 
bf0deea50d03cf16b480dcca602cf588e0832f3a25e097394460805369c3b8cc480bb37cb19e6ffd8ae24ca1d50b1497cc0cd232972733981293bf8b841e03ba
-DIST nghttp2-1.6.0.tar.gz 1983953 SHA256 
c88012e87b80c055ddd2412efd7e96b9e8cfe0652c4b21083f2cb89b2f0d3a26 SHA512 
32d5227a5ff037d50d93d43b1fdb0be51d9cca1e09dcc85320b8e09f82fdc658397ca58ca400595f138ca7b77f389d945e3562ab4074afd05e1c74eca4de2744
 WHIRLPOOL 
31102e596a9e93ca993cd9b8b04da6f51acb247803de16958501bdb6fe06e5bbc951430d2c2be1bd7fd1d9216d087d711de83bad6bb93eb70f4e4b8b0f864efb
 DIST nghttp2-1.7.1.tar.gz 1993320 SHA256 
d83858464c03555828bb603288b66a48680bf164b376d2459a5407c102098a14 SHA512 
3a71153d2b30a69e79115402b7db9a04bc812025ccb67b918079f33690f18eb5b286095b8bc161df91abf6466b6bb822ecc13c49bee54265a06ba9ab7c289b54
 WHIRLPOOL 
41d0afd43878029069d2c339e22b8aec77fedbd1b0fb45da96b9592525c760731e2eec567999af704d63cf94c913b1d0c52063380e69170e1f2d2b928c1d70f3
-DIST nghttp2-1.8.0.tar.gz 2021815 SHA256 
3ac8cdf47c744cb387e6c867fe8c9a449254e9fab7fdf96782f9eaf7f635320a SHA512 
447ee232abb9ea4105044567baabedc471089af7dfe72219f7c830898d3cd9bc63351d187129e43331cc775702f8dbe2afd21a2c88dc5191b858539dcb7c61d2
 WHIRLPOOL 
b3ec7eae828c240dcd2c972d8148ceb6f2476fe8b6b8636c38b68b236e91915f07851a19a1e9daae27c636eb68898b8675e33b9e13d75c51ef99f56d992908dd
-DIST nghttp2-1.9.2.tar.gz 2044645 SHA256 
8a47846bc81e7e82d81e0a17ffbe29486110b80458cc4ea99fa665612c2849d5 SHA512 
81108653852fef8294a1b7dcbc69efed848ae3edd7a10167749afc0eda5f001f8c381a29b7376ad58772becbdfc6964bc7c5dc8c05453dda7006d8006e3c5f8a
 WHIRLPOOL 
e08cb6084b30f9e7a907a842b4be21bfbce914c83f0ee59f9c7ebdf5b069320362bbd93030d2ae6fe51ce08a004d7f37d6477a5e9df45ee481e390b85898be4c

diff --git a/net-libs/nghttp2/nghttp2-1.6.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.6.0.ebuild
deleted file mode 100644
index f65b7c1..000
--- a/net-libs/nghttp2/nghttp2-1.6.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# TODO: Add python support.
-
-EAPI="5"
-
-inherit multilib-minimal
-
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/tatsuhiro-t/nghttp2.git;
-   inherit git-2
-else
-   
SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86"
-fi
-
-DESCRIPTION="HTTP/2 C Library"
-HOMEPAGE="https://nghttp2.org/;
-
-LICENSE="MIT"
-SLOT="0/1.14" # . SONAMEs
-IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
-
-RDEPEND="
-   cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
-   hpack-tools? ( >=dev-libs/jansson-2.5 )
-   jemalloc? ( dev-libs/jemalloc )
-   utils? (
-   >=dev-libs/libev-4.15
-   !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] )
-   libressl? ( dev-libs/libressl )
-   >=sys-libs/zlib-1.2.3
-   )
-   xml? ( >=dev-libs/libxml2-2.7.7:2 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} \
-   econf \
-   --disable-examples \
-   --disable-failmalloc \
-   --disable-werror \
-   --without-cython \
-   --disable-python-bindings \
-   --without-spdylay \
-   

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

2016-05-26 Thread Lars Wendler
commit: 0fe78f223c04ed38d60c0583be4167ef0e72825d
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 18:37:55 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 18:38:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe78f22

app-admin/monit: Removed old.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/monit/Manifest|  2 --
 app-admin/monit/monit-5.16.1.ebuild | 52 -
 app-admin/monit/monit-5.17.ebuild   | 52 -
 3 files changed, 106 deletions(-)

diff --git a/app-admin/monit/Manifest b/app-admin/monit/Manifest
index a6479a7..877a175 100644
--- a/app-admin/monit/Manifest
+++ b/app-admin/monit/Manifest
@@ -1,5 +1,3 @@
 DIST monit-5.15.tar.gz 1218043 SHA256 
deada8153dc7e8755f572bc4d790143a92c7a8668dccb563ae4dbd73af56697c SHA512 
7e2b011a89d9b1dc990faf413a38f0c68aea398e25efd5392d6aa1baf50d68ea2db087ea2093c84658a99b7a83d133b23562d5ad11e1197db7a54a2b961177cd
 WHIRLPOOL 
e305705583c79b8d861595cae4d000b5832e3288f3d0ec59e69ac811e1f402af489e44c8fe568941781d97c953ff181a8048f0b3dfaeec14a26fd4bbc8cff697
-DIST monit-5.16.1.tar.gz 1226375 SHA256 
b729b8345f5b85311c7f05751fc5d009128fd4a95fc4929a04b43bd15ab3b23f SHA512 
911462b73074cbdd151596dc29cef74370af3ae368067d36e9f630fd2f4cb37867f0eef68083ee07efa1f489848560c4b4152e55eccc829d5118990e04308ffa
 WHIRLPOOL 
bca90fd0d28aa65c81074d427426bf748a94de23716fe99a203e8af7bea34aa32d9f0c02716d4850b67f165c0224de14618f8a64061588bfe2fa2542a70a1a70
 DIST monit-5.17.1.tar.gz 1231823 SHA256 
f71a22cfb6bd91ff46496e72e1d1b1021ecd651e7748131ce0f995cc37ff0b42 SHA512 
e28534ce3a5a95eac70f05c34b5a8545a0eb925ac90f82f71bcea8f3568be45288ddbd196c2352a390820244143511ecf2e0de21cdcab1dd2f3e4788dad71015
 WHIRLPOOL 
9416020cecb49473299f0603448a79c0f3992bad995dbd78a282cf8440b9957edcefc419a56ed71f583efbce2d0ba50a338d2df5b736d9d32e0116ecc5bf5ef1
-DIST monit-5.17.tar.gz 1231882 SHA256 
2fbcdea79ae39228791a0aaa685ebbf650f2b58d086eaf77a33226e972cb216e SHA512 
6e5459f3c1d37e3713286bfabc4a6a109f90438a0b45630af7f93fbe1e8ec7984551c7026f3fe1d8b63632bca7b3678f9ea3cbed194d6e5e7abe367d62d8ad61
 WHIRLPOOL 
de10a18996cee1bcb1637e53e3e5ea8517ec4d7f33efbd73110c639cf921cb52cdd4ddb547a474e9d60e4c4bd451dc1947692b3244bd254027885df65074b259
 DIST monit-5.18.tar.gz 1239752 SHA256 
75ccb85fa2ac1f44c9c95c5a6b539a254b0a1d64e16a36ec9eeb867484a4fcaf SHA512 
448f0d2cb0a18e6b4ead051918677414157f7feac5697888f667db4cf5411b922058a36fc57247c6b8ff9b6f23382305c8c69fc6ec1fcd247b01f4a8bccaa42c
 WHIRLPOOL 
7eaa147be48aa8f38d3e11df6af65c68aa36f20bb868d619e573a13563a2f3e82efc170e5449785f93db1b56261a286422565455676f86e803612d10b8c87d24

diff --git a/app-admin/monit/monit-5.16.1.ebuild 
b/app-admin/monit/monit-5.16.1.ebuild
deleted file mode 100644
index 369c57a..000
--- a/app-admin/monit/monit-5.16.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit pam systemd
-
-DESCRIPTION="a utility for monitoring and managing daemons or similar programs 
running on a Unix system"
-HOMEPAGE="http://mmonit.com/monit/;
-SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz;
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="libressl pam ssl"
-
-RDEPEND="
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )"
-DEPEND="${RDEPEND}
-   sys-devel/flex
-   sys-devel/bison
-   pam? ( virtual/pam )"
-
-src_prepare() {
-   default
-
-   sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in 
Makefile.in"
-}
-
-src_configure() {
-   econf $(use_with ssl) $(use_with pam)
-}
-
-src_install() {
-   default
-
-   dodoc README
-
-   insinto /etc; insopts -m600; doins monitrc
-   newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit
-   systemd_dounit "${FILESDIR}"/${PN}.service
-
-   use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN}
-}
-
-pkg_postinst() {
-   elog "Sample configurations are available at:"
-   elog "http://mmonit.com/monit/documentation/;
-}

diff --git a/app-admin/monit/monit-5.17.ebuild 
b/app-admin/monit/monit-5.17.ebuild
deleted file mode 100644
index 369c57a..000
--- a/app-admin/monit/monit-5.17.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit pam systemd
-
-DESCRIPTION="a utility for monitoring and managing daemons or similar programs 
running on a Unix system"
-HOMEPAGE="http://mmonit.com/monit/;
-SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz;
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="libressl pam ssl"
-
-RDEPEND="
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   

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

2016-05-26 Thread Jeroen Roovers
commit: 8cb8d7a3bb3745ff0211e30a08ce36d2276b8e90
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 26 18:28:23 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 26 18:28:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb8d7a3

media-fonts/noto: Drop HPPA keywords (bug #582142).

Package-Manager: portage-2.3.0_rc1

 media-fonts/noto/noto-2015.04.ebuild | 4 ++--
 media-fonts/noto/noto-20160305-r1.ebuild | 2 +-
 media-fonts/noto/noto-20160305.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-fonts/noto/noto-2015.04.ebuild 
b/media-fonts/noto/noto-2015.04.ebuild
index de88200..6c32e3b 100644
--- a/media-fonts/noto/noto-2015.04.ebuild
+++ b/media-fonts/noto/noto-2015.04.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.zip;
 
 LICENSE="Apache-2.0 OFL-1.1" # Noto Sans CJK is SIL OFL 1.1, others are Apache 
2.0 licensed
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"

diff --git a/media-fonts/noto/noto-20160305-r1.ebuild 
b/media-fonts/noto/noto-20160305-r1.ebuild
index 110a7d0..a7f7654 100644
--- a/media-fonts/noto/noto-20160305-r1.ebuild
+++ b/media-fonts/noto/noto-20160305-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="OFL-1.1" # https://github.com/googlei18n/noto-fonts/blob/master/NEWS
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="cjk"
 
 DEPEND="!cjk? ( app-arch/unzip )"

diff --git a/media-fonts/noto/noto-20160305.ebuild 
b/media-fonts/noto/noto-20160305.ebuild
index 8326a17..9919340 100644
--- a/media-fonts/noto/noto-20160305.ebuild
+++ b/media-fonts/noto/noto-20160305.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~pacho/${PN}/${P}.zip;
 
 LICENSE="OFL-1.1" # https://github.com/googlei18n/noto-fonts/blob/master/NEWS
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



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

2016-05-26 Thread Lars Wendler
commit: 4acb823a1c75f9705650245b105aec71c120dac6
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 18:23:58 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 18:23:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4acb823a

media-libs/libpng: Removed old.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/libpng/Manifest |  2 --
 media-libs/libpng/libpng-1.6.20.ebuild | 43 --
 2 files changed, 45 deletions(-)

diff --git a/media-libs/libpng/Manifest b/media-libs/libpng/Manifest
index 2543c40..2c93c04 100644
--- a/media-libs/libpng/Manifest
+++ b/media-libs/libpng/Manifest
@@ -5,8 +5,6 @@ DIST libpng-1.5.27-apng.patch.gz 10315 SHA256 
ca86fcc54084c81b31da384626946af6b6
 DIST libpng-1.5.27.tar.xz 752532 SHA256 
082f57d79559ba16ca3f33899e1929a510ff82aaaf100720e58b138a8c248368 SHA512 
5f31191417c11e165be7133b3b95a23207890180f0c0efe5d0982d70583144aca6734da6a116dbd96675739cf1685de87cbb61d18e7c602364871e6df2c7f804
 WHIRLPOOL 
46eff00871b3ba024338dacaa50705ec59a2fe5efda33e6f33a7f71409a3af66d426fcdd4468b453c4d20202124eac46a542baa421e33eddadbae0169c0fe23f
 DIST libpng-1.6.19-apng.patch.gz 10330 SHA256 
5ec713a51c35c25d5e53dd61270a6fd5313b26872b382f0fbaed41a0743768a2 SHA512 
2d412a74d657d366d395d13bc301d71363011fbcafbbf815dba565baca4069629450a97dfaab0ddeec7c7f646a6eddeac559d24f6910a34b072aa4a208dc4e16
 WHIRLPOOL 
4e093bcddbf114dda0c33eddac70b245f91c659f378d129731d3e486db3f6d232684bde1ad8f69109c7db726b53b8317f989d8b5c5a50198ab645eb7a869e7f9
 DIST libpng-1.6.19.tar.xz 941280 SHA256 
311c5657f53516986c67713c946f616483e3cdb52b8b2ee26711be74e8ac35e8 SHA512 
166377ce4f8abfcae0e76bafbdbe94aebef60b9a12c1820eda392e63a8ba7a9e8d7ef4840d8d4853cd487418edd2c4515a889cd9f830d4223a13315e1db4c3b8
 WHIRLPOOL 
8cdb5ffc7ecfafd064ae816b3bd1c7572799fc54c701e74d9c1f66ccac592fe460c1f22f1774329a8a1f177247f0fde8a22f8dc26892805a0bed64c0690967ae
-DIST libpng-1.6.20-apng.patch.gz 10304 SHA256 
ed7bc9d03bc7390c477623e1abff42977395c75ed3e69e8308ea25bc3871774d SHA512 
764bfb5a7cff395bbd6aeb6b5a53a9963f7074c41ae39dd9832d1dfd1e4eb0b6210d2cf9a1af63c8db8959ee4f0691d2fa288b0a0ecc63b61d131c7a708b38a4
 WHIRLPOOL 
8673db8f8b47704493d925d436f07822b3b92c0e251649670efe1f0db6cd4ecb9c38fd0c2d5153503c02f4afc677a25be835d12878ee0e0fbfa5a5027278e766
-DIST libpng-1.6.20.tar.xz 942672 SHA256 
55c5959e9f3484d96141a3226c53bc9da42a4845e70879d3e1d6e94833d1918b SHA512 
bbf7d9a21a13eb1fd1fa06f9761df72c0b37bd62da7049afe20ec4e63c02c3708aca8a2c2b7f2d7332f3941469b4aca1653cc8423c7fea6de8084201cb8b5f5f
 WHIRLPOOL 
fe745030bc7d09e41b20c11f26ed4b1ba1b49cd2f3d0bbafab181fbb28aa0a87165ef10f66d734314e7a73343d6c38bfedbe176fdc7b03c1273ec13d4f3f0953
 DIST libpng-1.6.21-apng.patch.gz 10318 SHA256 
e3987bb341dc0e936f3a28fc555d5a46577f629c72a42287a1f3cbb204138d1a SHA512 
196d2d7c8ea461cee1cfd8763763619f63469e1e017f76fe88879437475b936aeb593fce6df586f95203465e2f1026f23fe1a02f3d4fa45d427d5d206469c9d8
 WHIRLPOOL 
bede3b8c379b21dfb74bb2f9e8e64151d8c579b174dfa0e42d0c4e2eaacf010860f1b2362d5c336c9919fc5849c05f05db5ccc03bf4afbcf1a4383b7f65c2e91
 DIST libpng-1.6.21.tar.xz 943980 SHA256 
6c8f1849eb9264219bf5d703601e5abe92a58651ecae927a03d1a1aa15ee2083 SHA512 
84f644d455cf90ad721a098fa9e0fcfa6df22a12625faad1c36bf2353ab2315040c7cbd05522c05937c3a31b1c9dd7821cbe29c4a5ba27dec3de92c81ef9ed32
 WHIRLPOOL 
0d227f13a2375f1e8aeedadab91eead0ab1de29e0e77814235de5866deb58914adea4e9ec74de6a5503282d0966afe5568a8298f75516f7cc431f9eb578dc480
 DIST libpng-1.6.22-apng.patch.gz 10332 SHA256 
e50c318ba2eba3a1cfae9b6da632b07491a7380c000567dc1b382dd03ec3d9a8 SHA512 
a6e5bbc2d19946dff71b026c07337d62a87ed9ab3acfb05ea8eaeca2842218dd04023ec579543b5a5da6a84f72556c328c9a600a3a9f535174a5575c40c4a9ea
 WHIRLPOOL 
43877ca5d082184fbadafb9d471c0a26b8f3f657e91b779a4d7ff41de7ff458c5c7c4c0c2e1292baf04855e1684c55cd49109ab2692c56e1c22c7b0c20ef64cb

diff --git a/media-libs/libpng/libpng-1.6.20.ebuild 
b/media-libs/libpng/libpng-1.6.20.ebuild
deleted file mode 100644
index 55f0347..000
--- a/media-libs/libpng/libpng-1.6.20.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils libtool multilib-minimal
-
-DESCRIPTION="Portable Network Graphics library"
-HOMEPAGE="http://www.libpng.org/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
-   apng? ( mirror://sourceforge/apng/${P}-apng.patch.gz )"
-
-LICENSE="libpng"
-SLOT="0/16"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
-IUSE="apng neon static-libs"
-
-RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]
-   abi_x86_32? ( 

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

2016-05-26 Thread Lars Wendler
commit: a8ae9d5080bbebd83291ee530f94f5ce5e6f601a
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 18:23:11 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 18:23:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ae9d50

media-libs/libpng: Bump to versions 1.5.27 and 1.6.22

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/libpng/Manifest |  4 +++
 media-libs/libpng/libpng-1.5.27.ebuild | 60 ++
 media-libs/libpng/libpng-1.6.22.ebuild | 43 
 3 files changed, 107 insertions(+)

diff --git a/media-libs/libpng/Manifest b/media-libs/libpng/Manifest
index 53e1cea..2543c40 100644
--- a/media-libs/libpng/Manifest
+++ b/media-libs/libpng/Manifest
@@ -1,9 +1,13 @@
 DIST libpng-1.2.56.tar.xz 654688 SHA256 
24ce54581468b937734a6ecc86f7e121bc46a90d76a0d948dca08f32ee000dbe SHA512 
b50cd58246590267fb123d8618387897d438cdc9514e69ca346bd09c5013845d2ca35933b236b31af9d81ae738afa7b01e9a332bcf099f4fa0e3b85048a4ac5f
 WHIRLPOOL 
436209348dde13751e8c326b8a9bceacca281e3d59e548af7eb9246fb14ee2f657e3c10437f04148a0c244f2d3bc231260fb57a2cd145d87b5d07ef5e49a8b1d
 DIST libpng-1.5.26-apng.patch.gz 10318 SHA256 
bcc0d7f1154a5004610a9102f25ce6f35985a6033cfb52887f3f2b11017fcd45 SHA512 
f7e5228fab036e63be3de58f2f85041d834e2292d04682f0b20930d5cd58c078796a8c3d6742cd28c7dc808ac641aa5d5bfe6f8daee5fb2b0b75bfb856170861
 WHIRLPOOL 
449212c403b6e8c5724e402655b42d23ed3e27d3902b219767b663fab08dedc19e684497a1be4326a99ef4b8cc26eb6acdd1ed1b0ccc0c282f19a50b1c831d28
 DIST libpng-1.5.26.tar.xz 748164 SHA256 
7ba4d85efb79e60d7a8a84bca6a0b925e043bfb5c8a47a1b878ab4d3bcd6714d SHA512 
87214671af84665277f0ac3226e6feb41a3e1deb0d7d61e62c99e77d1386fcf928b21f9863c4166a7391230166190bad00e57c3fc42902b3a0a53ba68d4db1f5
 WHIRLPOOL 
e2eda0792fc5f6b41d4f5d878fdf4c8bde0cac2591647a092fed0e6f362fd9c532d265ca7dcdcd8ade9bc23fa385bfa71bd8b532e3d1091202583230a9306724
+DIST libpng-1.5.27-apng.patch.gz 10315 SHA256 
ca86fcc54084c81b31da384626946af6b6c190b97ea92cf27300dcc050b462a8 SHA512 
68114ce8429ab900fa259c7b04699b099b8a7ab30e660df5c3ceecb7ae49a7bbfc97284567c635ecddbd626f64d8908eaf4455165642c7ae6b44429f6dfb9608
 WHIRLPOOL 
0a50a95e231fab6be55f3eb2889a2885f7cc514720a8fe7fb65feb8c82160aa72d8f20aa4bb8b648720da170f33c3c33d8c35c8f95a5449195a758aacadbaae6
+DIST libpng-1.5.27.tar.xz 752532 SHA256 
082f57d79559ba16ca3f33899e1929a510ff82aaaf100720e58b138a8c248368 SHA512 
5f31191417c11e165be7133b3b95a23207890180f0c0efe5d0982d70583144aca6734da6a116dbd96675739cf1685de87cbb61d18e7c602364871e6df2c7f804
 WHIRLPOOL 
46eff00871b3ba024338dacaa50705ec59a2fe5efda33e6f33a7f71409a3af66d426fcdd4468b453c4d20202124eac46a542baa421e33eddadbae0169c0fe23f
 DIST libpng-1.6.19-apng.patch.gz 10330 SHA256 
5ec713a51c35c25d5e53dd61270a6fd5313b26872b382f0fbaed41a0743768a2 SHA512 
2d412a74d657d366d395d13bc301d71363011fbcafbbf815dba565baca4069629450a97dfaab0ddeec7c7f646a6eddeac559d24f6910a34b072aa4a208dc4e16
 WHIRLPOOL 
4e093bcddbf114dda0c33eddac70b245f91c659f378d129731d3e486db3f6d232684bde1ad8f69109c7db726b53b8317f989d8b5c5a50198ab645eb7a869e7f9
 DIST libpng-1.6.19.tar.xz 941280 SHA256 
311c5657f53516986c67713c946f616483e3cdb52b8b2ee26711be74e8ac35e8 SHA512 
166377ce4f8abfcae0e76bafbdbe94aebef60b9a12c1820eda392e63a8ba7a9e8d7ef4840d8d4853cd487418edd2c4515a889cd9f830d4223a13315e1db4c3b8
 WHIRLPOOL 
8cdb5ffc7ecfafd064ae816b3bd1c7572799fc54c701e74d9c1f66ccac592fe460c1f22f1774329a8a1f177247f0fde8a22f8dc26892805a0bed64c0690967ae
 DIST libpng-1.6.20-apng.patch.gz 10304 SHA256 
ed7bc9d03bc7390c477623e1abff42977395c75ed3e69e8308ea25bc3871774d SHA512 
764bfb5a7cff395bbd6aeb6b5a53a9963f7074c41ae39dd9832d1dfd1e4eb0b6210d2cf9a1af63c8db8959ee4f0691d2fa288b0a0ecc63b61d131c7a708b38a4
 WHIRLPOOL 
8673db8f8b47704493d925d436f07822b3b92c0e251649670efe1f0db6cd4ecb9c38fd0c2d5153503c02f4afc677a25be835d12878ee0e0fbfa5a5027278e766
 DIST libpng-1.6.20.tar.xz 942672 SHA256 
55c5959e9f3484d96141a3226c53bc9da42a4845e70879d3e1d6e94833d1918b SHA512 
bbf7d9a21a13eb1fd1fa06f9761df72c0b37bd62da7049afe20ec4e63c02c3708aca8a2c2b7f2d7332f3941469b4aca1653cc8423c7fea6de8084201cb8b5f5f
 WHIRLPOOL 
fe745030bc7d09e41b20c11f26ed4b1ba1b49cd2f3d0bbafab181fbb28aa0a87165ef10f66d734314e7a73343d6c38bfedbe176fdc7b03c1273ec13d4f3f0953
 DIST libpng-1.6.21-apng.patch.gz 10318 SHA256 
e3987bb341dc0e936f3a28fc555d5a46577f629c72a42287a1f3cbb204138d1a SHA512 
196d2d7c8ea461cee1cfd8763763619f63469e1e017f76fe88879437475b936aeb593fce6df586f95203465e2f1026f23fe1a02f3d4fa45d427d5d206469c9d8
 WHIRLPOOL 
bede3b8c379b21dfb74bb2f9e8e64151d8c579b174dfa0e42d0c4e2eaacf010860f1b2362d5c336c9919fc5849c05f05db5ccc03bf4afbcf1a4383b7f65c2e91
 DIST libpng-1.6.21.tar.xz 943980 SHA256 
6c8f1849eb9264219bf5d703601e5abe92a58651ecae927a03d1a1aa15ee2083 SHA512 
84f644d455cf90ad721a098fa9e0fcfa6df22a12625faad1c36bf2353ab2315040c7cbd05522c05937c3a31b1c9dd7821cbe29c4a5ba27dec3de92c81ef9ed32
 WHIRLPOOL 

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

2016-05-26 Thread Jeroen Roovers
commit: cee7163f1a122af0f8658b013eab9a6d0491ccea
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 26 18:13:06 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 26 18:13:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee7163f

net-analyzer/tcpflow: Set sub-SLOT dependencies.

Package-Manager: portage-2.3.0_rc1

 .../tcpflow/{tcpflow-1.4.5_p1.ebuild => tcpflow-1.4.5_p1-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/tcpflow/tcpflow-1.4.5_p1.ebuild 
b/net-analyzer/tcpflow/tcpflow-1.4.5_p1-r1.ebuild
similarity index 92%
rename from net-analyzer/tcpflow/tcpflow-1.4.5_p1.ebuild
rename to net-analyzer/tcpflow/tcpflow-1.4.5_p1-r1.ebuild
index 0214c07..df272e5 100644
--- a/net-analyzer/tcpflow/tcpflow-1.4.5_p1.ebuild
+++ b/net-analyzer/tcpflow/tcpflow-1.4.5_p1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,8 +20,8 @@ IUSE="cairo test"
 RDEPEND="
app-forensics/afflib
dev-libs/boost
-   dev-libs/openssl
-   net-libs/http-parser
+   dev-libs/openssl:=
+   net-libs/http-parser:=
net-libs/libpcap
sys-libs/zlib
cairo? (



[gentoo-commits] proj/qt:master commit in: www-client/qupzilla/

2016-05-26 Thread Davide Pesavento
commit: 60923b86db5a2c6f1fbc43d1ab50a1c48b19f473
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri May 20 13:47:16 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu May 26 17:41:42 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=60923b86

www-client/qupzilla: Update PLOCALES.

Package-Manager: portage-2.2.28

 www-client/qupzilla/qupzilla-.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/www-client/qupzilla/qupzilla-.ebuild 
b/www-client/qupzilla/qupzilla-.ebuild
index 6d2a96f..512d0b9 100644
--- a/www-client/qupzilla/qupzilla-.ebuild
+++ b/www-client/qupzilla/qupzilla-.ebuild
@@ -4,10 +4,12 @@
 
 EAPI=6
 
-PLOCALES="ar_SA bg_BG ca_ES cs_CZ de_DE el_GR es_ES es_MX es_VE eu_ES fa_IR
-   fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID it_IT ja_JP ka_GE lg lv_LV
-   nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr sr@ijekavian
-   sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn zh_CN zh_TW"
+PLOCALES="ar_SA bg_BG ca_ES cs_CZ da_DK de_DE el_GR es_ES es_MX es_VE eu_ES
+   fa_IR fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID it_IT ja_JP ka_GE lg
+   lt lv_LV nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr
+   sr@ijekavian sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn
+   zh_CN zh_TW"
+
 PLUGINS_HASH='7b037cc326921cefbfc6b5e54e2091eb4191e73f'
 PLUGINS_VERSION='2015.10.02' # if there are no updates, we can use the older 
archive
 



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

2016-05-26 Thread Davide Pesavento
commit: 8d126d8e15ede8d2630c8300d35eb3b61d8b32de
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu May 26 17:42:50 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu May 26 17:42:50 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=8d126d8e

Merge pull request #124 from Chiitoo/qupzilla

www-client/qupzilla: Fix build, bump plugins, and add PLOCALES.

 www-client/qupzilla/Manifest |  2 +-
 www-client/qupzilla/qupzilla-.ebuild | 16 +---
 2 files changed, 10 insertions(+), 8 deletions(-)



[gentoo-commits] proj/qt:master commit in: www-client/qupzilla/

2016-05-26 Thread Davide Pesavento
commit: 4fe329e59a176c5663e41a29f01761b5d497e04a
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri May 20 13:41:52 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu May 26 17:41:42 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=4fe329e5

www-client/qupzilla: Change 'BUILDING' to 'BUILDING.md'.

Rename the file to go along with an upstream change and fix install phase.

Package-Manager: portage-2.2.28

 www-client/qupzilla/qupzilla-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/qupzilla/qupzilla-.ebuild 
b/www-client/qupzilla/qupzilla-.ebuild
index f02ae4b..6d2a96f 100644
--- a/www-client/qupzilla/qupzilla-.ebuild
+++ b/www-client/qupzilla/qupzilla-.ebuild
@@ -55,7 +55,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
 "
 
-DOCS=( AUTHORS BUILDING CHANGELOG FAQ README.md )
+DOCS=( AUTHORS BUILDING.md CHANGELOG FAQ README.md )
 
 src_unpack() {
if [[ ${PV} == * ]]; then



[gentoo-commits] proj/qt:master commit in: www-client/qupzilla/

2016-05-26 Thread Davide Pesavento
commit: f45a6b6100a4f78a50a1d5572a49ec3f710f57de
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri May 20 13:47:50 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu May 26 17:41:42 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=f45a6b61

www-client/qupzilla: Update plugins.

Package-Manager: portage-2.2.28

 www-client/qupzilla/Manifest | 2 +-
 www-client/qupzilla/qupzilla-.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-client/qupzilla/Manifest b/www-client/qupzilla/Manifest
index 0841865..baa03ab 100644
--- a/www-client/qupzilla/Manifest
+++ b/www-client/qupzilla/Manifest
@@ -1 +1 @@
-DIST qupzilla-plugins-2015.10.02.tar.gz 335649 SHA256 
9e167a6f1234b0b51c26cbd4acc5bcdc83c760ef5c2ff8573f90aa64c3a40553 SHA512 
de2208fec40a1412a1feb4bd995ae25ff04a1f3577449f7c90bc5d2f46b01c8cf33757db5a0fa69ddb5a1a27764a0230664a5b2adc89ebc2b43df5df5e2b4f31
 WHIRLPOOL 
8fc24f0891fbb7e8378aae900c25bc29604f13febd9b30594e2e25d55a02707d047835e2fef82482c632ef35b93046a7e2990a82d285c159de6cf603525d01d5
+DIST qupzilla-plugins-2016.05.02.tar.gz 425314 SHA256 
276491a89daf1b64d6eab861b54d313e85c815d322bf51d47491f00ad22f55bc SHA512 
b294ecb2372b3267603a43bc7412ab75d2cd29a8c4667331f0d2c74e3b0b99d0c2a005b9e4854c6d777894522bba9fb3b1607e85e8da6dcbaa760c9ddc6288f2
 WHIRLPOOL 
471807dc70dd3ea072f1e429a6e67ea97ecd5eadc02ac19debdcddfca4f5cb8e1767ad754aed1ff8a557f0734460a87b4e2d5e01ea57d07c473f48b006e32ef1

diff --git a/www-client/qupzilla/qupzilla-.ebuild 
b/www-client/qupzilla/qupzilla-.ebuild
index 512d0b9..cceded2 100644
--- a/www-client/qupzilla/qupzilla-.ebuild
+++ b/www-client/qupzilla/qupzilla-.ebuild
@@ -10,8 +10,8 @@ PLOCALES="ar_SA bg_BG ca_ES cs_CZ da_DK de_DE el_GR es_ES 
es_MX es_VE eu_ES
sr@ijekavian sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn
zh_CN zh_TW"
 
-PLUGINS_HASH='7b037cc326921cefbfc6b5e54e2091eb4191e73f'
-PLUGINS_VERSION='2015.10.02' # if there are no updates, we can use the older 
archive
+PLUGINS_HASH='c332d306c0f6cf645c75eaf198d2fc5e12339e9e'
+PLUGINS_VERSION='2016.05.02' # if there are no updates, we can use the older 
archive
 
 inherit l10n qmake-utils
 



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

2016-05-26 Thread Jason Zaman
commit: ce3493dfde5cdc0a7047cb2ee03e226ef3bdb53d
Author: Jason Zaman  perfinion  com>
AuthorDate: Fri May 13 15:12:50 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu May 26 16:11:13 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=ce3493df

pulseaudio: fcontext and filetrans for /run/user/ID/pulse/

 policy/modules/contrib/pulseaudio.te | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/policy/modules/contrib/pulseaudio.te 
b/policy/modules/contrib/pulseaudio.te
index 9b8d84e..5e39ebd 100644
--- a/policy/modules/contrib/pulseaudio.te
+++ b/policy/modules/contrib/pulseaudio.te
@@ -56,6 +56,7 @@ manage_dirs_pattern(pulseaudio_t, pulseaudio_tmp_t, 
pulseaudio_tmp_t)
 manage_files_pattern(pulseaudio_t, pulseaudio_tmp_t, pulseaudio_tmp_t)
 manage_sock_files_pattern(pulseaudio_t, pulseaudio_tmp_t, pulseaudio_tmp_t)
 files_tmp_filetrans(pulseaudio_t, pulseaudio_tmp_t, dir)
+userdom_user_runtime_dir_filetrans(pulseaudio_t, pulseaudio_tmp_t, dir)
 userdom_user_tmp_filetrans(pulseaudio_t, pulseaudio_tmp_t, file, 
"autospawn.lock")
 userdom_user_tmp_filetrans(pulseaudio_t, pulseaudio_tmp_t, file, "pid")
 userdom_user_tmp_filetrans(pulseaudio_t, pulseaudio_tmp_t, sock_file, 
"dbus-socket")
@@ -203,8 +204,9 @@ optional_policy(`
 #
 
 allow pulseaudio_client self:unix_dgram_socket sendto;
+allow pulseaudio_client self:process signull;
 
-allow pulseaudio_client pulseaudio_client:process signull;
+allow pulseaudio_client pulseaudio_tmp_t:dir list_dir_perms;
 
 read_files_pattern(pulseaudio_client, { pulseaudio_tmpfsfile 
pulseaudio_tmpfs_t }, { pulseaudio_tmpfsfile pulseaudio_tmpfs_t })
 delete_files_pattern(pulseaudio_client, pulseaudio_tmpfsfile, 
pulseaudio_tmpfsfile)
@@ -228,6 +230,7 @@ 
pulseaudio_home_filetrans_pulseaudio_home(pulseaudio_client, file, ".pulse-cooki
 pulseaudio_signull(pulseaudio_client)
 
 userdom_read_user_tmpfs_files(pulseaudio_client)
+userdom_user_runtime_dir_filetrans(pulseaudio_client, pulseaudio_tmp_t, dir, 
"pulse")
 # userdom_delete_user_tmpfs_files(pulseaudio_client)
 
 tunable_policy(`use_nfs_home_dirs',`



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

2016-05-26 Thread Jason Zaman
commit: caeaab82769e2525cde308a0101ea6542472f209
Author: Jason Zaman  perfinion  com>
AuthorDate: Thu May 26 15:09:27 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu May 26 16:11:13 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=caeaab82

userdomain: filetrans interfaces for user_runtime

 policy/modules/system/userdomain.if | 99 +
 1 file changed, 99 insertions(+)

diff --git a/policy/modules/system/userdomain.if 
b/policy/modules/system/userdomain.if
index 0d6d9b1..90edc21 100644
--- a/policy/modules/system/userdomain.if
+++ b/policy/modules/system/userdomain.if
@@ -324,6 +324,7 @@ interface(`userdom_manage_tmp_role',`
manage_sock_files_pattern($2, user_tmp_t, user_tmp_t)
manage_fifo_files_pattern($2, user_tmp_t, user_tmp_t)
files_tmp_filetrans($2, user_tmp_t, { dir file lnk_file sock_file 
fifo_file })
+   userdom_user_runtime_dir_filetrans_user_tmp($2, { dir file lnk_file 
sock_file fifo_file })
 ')
 
 ###
@@ -2753,6 +2754,104 @@ interface(`userdom_tmp_filetrans_user_tmp',`
 
 
 ## 
+## Create objects in the pid directory
+## with an automatic type transition to
+## the user runtime root type.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+## 
+## 
+## The class of the object to be created.
+## 
+## 
+## 
+## 
+## The name of the object being created.
+## 
+## 
+#
+interface(`userdom_pid_filetrans_user_runtime_root',`
+   gen_require(`
+   type user_runtime_root_t;
+   ')
+
+   files_pid_filetrans($1, user_runtime_root_t, $2, $3)
+')
+
+
+## 
+## Create objects in a user runtime
+## directory with an automatic type
+## transition to a specified private
+## type.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+## 
+## 
+## The type of the object to create.
+## 
+## 
+## 
+## 
+## The class of the object to be created.
+## 
+## 
+## 
+## 
+## The name of the object being created.
+## 
+## 
+#
+interface(`userdom_user_runtime_dir_filetrans',`
+   gen_require(`
+   type user_runtime_dir_t;
+   ')
+
+   filetrans_pattern($1, user_runtime_dir_t, $2, $3, $4)
+   allow $1 user_runtime_root_t:dir search_dir_perms;
+   files_search_pids($1)
+')
+
+
+## 
+## Create objects in the user runtime directory
+## with an automatic type transition to
+## the user temporary type.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+## 
+## 
+## The class of the object to be created.
+## 
+## 
+## 
+## 
+## The name of the object being created.
+## 
+## 
+#
+interface(`userdom_user_runtime_dir_filetrans_user_tmp',`
+   gen_require(`
+   type user_tmp_t;
+   ')
+
+   userdom_user_runtime_dir_filetrans($1, user_tmp_t, $2, $3)
+')
+
+
+## 
 ## Read and write user tmpfs files.
 ## 
 ## 



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

2016-05-26 Thread Jason Zaman
commit: 26bb0b9e050dd2d69c6a75c5869455e8f3b739aa
Author: Jason Zaman  perfinion  com>
AuthorDate: Sun May 22 16:42:36 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu May 26 16:11:13 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=26bb0b9e

consolekit: Add a filetrans on /run/user

 policy/modules/contrib/consolekit.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/contrib/consolekit.te 
b/policy/modules/contrib/consolekit.te
index cd02890..f4628e0 100644
--- a/policy/modules/contrib/consolekit.te
+++ b/policy/modules/contrib/consolekit.te
@@ -79,6 +79,7 @@ miscfiles_read_localization(consolekit_t)
 
 userdom_dontaudit_read_user_home_content_files(consolekit_t)
 userdom_read_user_tmp_files(consolekit_t)
+userdom_pid_filetrans_user_runtime_root(consolekit_t, dir, "user")
 
 tunable_policy(`use_nfs_home_dirs',`
fs_read_nfs_files(consolekit_t)



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

2016-05-26 Thread Michał Górny
commit: f75ecfc4a925b3ee8a0157500e1bd45bd348
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 26 17:32:04 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 26 17:38:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75ecfc4

profiles: Remove unused FOO2ZJS_DEVICES USE_EXPAND

 profiles/base/make.defaults|  2 +-
 profiles/desc/foo2zjs_devices.desc | 52 --
 profiles/embedded/make.defaults|  2 +-
 3 files changed, 2 insertions(+), 54 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 939e448..f641e4a 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -16,7 +16,7 @@ USE_EXPAND_VALUES_USERLAND="BSD GNU"
 
 # Env vars to expand into USE vars.  Modifying this requires prior
 # discussion on gentoo-...@lists.gentoo.org.
-USE_EXPAND="ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES 
APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_X86 
CROSSCOMPILE_OPTS CURL_SSL DRACUT_MODULES DVB_CARDS ELIBC ENLIGHTENMENT_MODULES 
FCDSL_CARDS FFTOOLS FOO2ZJS_DEVICES FRITZCAPI_CARDS GPSD_PROTOCOLS 
GRUB_PLATFORMS INPUT_DEVICES KERNEL LCD_DEVICES LIBREOFFICE_EXTENSIONS LINGUAS 
LIRC_DEVICES MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP 
NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFED_DRIVERS OFFICE_IMPLEMENTATION 
OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS 
PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS 
RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE 
XFCE_PLUGINS XTABLES_ADDONS ROS_MESSAGES"
+USE_EXPAND="ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES 
APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_X86 
CROSSCOMPILE_OPTS CURL_SSL DRACUT_MODULES DVB_CARDS ELIBC ENLIGHTENMENT_MODULES 
FCDSL_CARDS FFTOOLS FRITZCAPI_CARDS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES 
KERNEL LCD_DEVICES LIBREOFFICE_EXTENSIONS LINGUAS LIRC_DEVICES MONKEYD_PLUGINS 
NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM 
OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES 
OPENMPI_RM PHP_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS 
QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS 
VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS ROS_MESSAGES"
 
 # USE_EXPAND variables whose contents are not shown in package manager
 # output. Changes need discussion on gentoo-dev.

diff --git a/profiles/desc/foo2zjs_devices.desc 
b/profiles/desc/foo2zjs_devices.desc
deleted file mode 100644
index 06bc63c..000
--- a/profiles/desc/foo2zjs_devices.desc
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# This file contains descriptions of FOO2ZJS_DEVICES USE_EXPAND flags.
-# created by http://gentooexperimental.org/~genstef/dist/foo2zjs-helper.sh
-
-# Keep it sorted.
-
-hp2600n - Get HP Color LaserJet 2600n .ICM files
-hp1600 - Get HP Color LaserJet 1600 .ICM files
-hp1500 - Get HP Color LaserJet 1500 .ICM files
-
-km2530 - Get Konica Minolta 2530 DL .ICM files
-km2490 - Get Konica Minolta 2490 MF .ICM files
-km2480 - Get Konica Minolta 2480 MF .ICM files
-xp6115 - Get Xerox Phaser 6115MFP .ICM files
-
-km2430 - Get Konica Minolta 2430 DL .ICM files
-km2300 - Get Minolta 2300 DL .ICM files
-km2200 - Get Minolta 2200 DL .ICM files
-kmcpwl - Get Minolta Color PageWorks/Pro L .ICM files
-
-sa300 - Get Samsung CLP-300 .ICM files
-sa315 - Get Samsung CLP-315 .ICM files
-sa2160 - Get Samsung CLX-2160 .ICM files
-sa3160 - Get Samsung CLX-3160 .ICM files
-xp6110 - Get Xerox Phaser 6110 and 6110MFP .ICM files
-
-lm500 - Get Lexmark C500 .ICM files
-
-oki3200 - Get Oki C3200 .ICM files
-oki3300 - Get Oki C3300 .ICM files
-oki3400 - Get Oki C3400 .ICM files
-oki3530 - Get Oki C3530 .ICM files
-oki5100 - Get Oki C5100 .ICM files
-oki5200 - Get Oki C5200 .ICM files
-oki5500 - Get Oki C5500 .ICM files
-oki5600 - Get Oki C5600 .ICM files
-oki5800 - Get Oki C5800 .ICM files
-
-hp1215 - Get HP LJ 1215 firmware file
-hp1020 - Get HP LJ 1020 firmware file
-hp1018 - Get HP LJ 1005 firmware file
-hp1005 - Get HP LJ 1005 firmware file
-hp1000 - Get HP LJ 1000 firmware file
-
-hpp1505 - Get HP LJ P1505 firmware file
-hpp1008 - Get HP LJ P1008 firmware file
-hpp1007 - Get HP LJ P1007 firmware file
-hpp1006 - Get HP LJ P1006 firmware file
-hpp1005 - Get HP LJ P1005 firmware file

diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
index c84434a..d555394 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -27,7 +27,7 @@ USE_EXPAND_VALUES_USERLAND="BSD GNU"
 
 # Env vars to expand into USE vars.  Modifying this requires prior
 # discussion on gentoo-...@lists.gentoo.org.
-USE_EXPAND="APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES 

[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: scripts/

2016-05-26 Thread Anthony G. Basile
commit: 1ec4c3a3fcd5c7e5448aacc44675623a4ef25196
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu May 26 17:31:50 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu May 26 17:31:50 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=1ec4c3a3

scripts/cycle.2.sh: sys-fs/eudev is now the default provider

 scripts/cycle.2.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/cycle.2.sh b/scripts/cycle.2.sh
index 599dec8..ee7fc3a 100644
--- a/scripts/cycle.2.sh
+++ b/scripts/cycle.2.sh
@@ -4,8 +4,6 @@ source /etc/profile
 env-update
 emerge -b1q portage
 emerge -b1q app-portage/grs
-emerge --unmerge sys-fs/udev
-emerge -b1q sys-fs/eudev
 install-worldconf
 emerge -bevq --keep-going --verbose-conflicts --with-bdeps=y @world
 clean-worldconf



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

2016-05-26 Thread Johannes Huber
commit: 19834ee0dee9d74c972de1be8efbbd3dc03341dc
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu May 26 17:18:41 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu May 26 17:20:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19834ee0

app-text/kding: Fix broken png with libpng-1.6

Gentoo-bug: 510510

Package-Manager: portage-2.3.0_rc1

 app-text/kding/files/kding-0.6-cmake.patch |  8 ++
 app-text/kding/files/kding-0.6-dtd.patch   |  8 +++---
 app-text/kding/kding-0.6-r3.ebuild | 41 ++
 3 files changed, 53 insertions(+), 4 deletions(-)

diff --git a/app-text/kding/files/kding-0.6-cmake.patch 
b/app-text/kding/files/kding-0.6-cmake.patch
new file mode 100644
index 000..bd6929a
--- /dev/null
+++ b/app-text/kding/files/kding-0.6-cmake.patch
@@ -0,0 +1,8 @@
+diff -Naur kding-0.6.orig/CMakeLists.txt kding-0.6/CMakeLists.txt
+--- kding-0.6.orig/CMakeLists.txt  2009-09-20 14:09:48.0 +0200
 kding-0.6/CMakeLists.txt   2016-05-26 19:03:47.146777630 +0200
+@@ -1,3 +1,4 @@
++cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
+ project(kding)
+ 
+ find_package(KDE4 REQUIRED)

diff --git a/app-text/kding/files/kding-0.6-dtd.patch 
b/app-text/kding/files/kding-0.6-dtd.patch
index 0f8a4d5b..f039b40 100644
--- a/app-text/kding/files/kding-0.6-dtd.patch
+++ b/app-text/kding/files/kding-0.6-dtd.patch
@@ -1,7 +1,7 @@
 http://bugs.gentoo.org/338466
 
 doc/de/index.docbook
-+++ doc/de/index.docbook
+--- a/doc/de/index.docbook
 b/doc/de/index.docbook
 @@ -1,5 +1,5 @@
  
 -http://bugs.gentoo.org/338466
  KDing">
  
  
 doc/en/index.docbook
-+++ doc/en/index.docbook
+--- a/doc/en/index.docbook
 b/doc/en/index.docbook
 @@ -1,5 +1,5 @@
  
 -http://www.rexi.org/software/kding/;
+SRC_URI="http://www.rexi.org/downloads/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="media-libs/libpng:0"
+
+PATCHES=(
+   "${FILESDIR}/${P}-dtd.patch"
+   "${FILESDIR}/${P}-cmake.patch"
+)
+
+src_prepare() {
+   sed -e "/Encoding=UTF-8/d" \
+   -i resources/kding.desktop || die "fixing .desktop file failed"
+
+   kde4-base_src_prepare
+}
+
+src_install() {
+   kde4-base_src_install
+
+   # bug 510510
+   pngfix -q --out=out.png 
"${ED}/usr/share/icons/hicolor/22x22/apps/kding.png"
+   mv -f out.png "${ED}/usr/share/icons/hicolor/22x22/apps/kding.png" \
+   || die "fixing broken png file failed"
+}



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

2016-05-26 Thread Lars Wendler
commit: 74758ac4f6710d59cc0205e10b9be3dcdc35f93b
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 26 16:46:04 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 26 16:46:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74758ac4

sys-apps/portage: x86 stable (bug #580738)

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/portage/portage-2.2.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/portage/portage-2.2.28.ebuild 
b/sys-apps/portage/portage-2.2.28.ebuild
index c53616c..775efea 100644
--- a/sys-apps/portage/portage-2.2.28.ebuild
+++ b/sys-apps/portage/portage-2.2.28.ebuild
@@ -17,7 +17,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="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 SLOT="0"
 IUSE="build doc epydoc +ipc linguas_ru selinux xattr"
 



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

2016-05-26 Thread Davide Pesavento
commit: a1d10ec0bdd487be7d2c6e387eccd63c68e73e04
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu May 26 16:41:24 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu May 26 16:41:24 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=a1d10ec0

dev-qt/qtcharts: remove live ebuild for the 5.6 branch

The first official open-source release of QtCharts that uses Qt versioning
scheme will be 5.7.0, so there's no reason to keep a 5.6 live ebuild.

https://wiki.qt.io/New_Features_in_Qt_5.7

Package-Manager: portage-2.3.0_rc1

 dev-qt/qtcharts/qtcharts-5.6..ebuild | 29 -
 1 file changed, 29 deletions(-)

diff --git a/dev-qt/qtcharts/qtcharts-5.6..ebuild 
b/dev-qt/qtcharts/qtcharts-5.6..ebuild
deleted file mode 100644
index 98b0f4d..000
--- a/dev-qt/qtcharts/qtcharts-5.6..ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit qt5-build
-
-DESCRIPTION="Chart component library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64"
-fi
-
-IUSE="qml"
-
-DEPEND="
-   ~dev-qt/qtcore-${PV}
-   ~dev-qt/qtgui-${PV}
-   ~dev-qt/qtwidgets-${PV}
-   qml? ( ~dev-qt/qtdeclarative-${PV} )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   qt_use_disable_mod qml quick \
-   src/src.pro
-
-   qt5-build_src_prepare
-}



[gentoo-commits] proj/udev-gentoo-scripts:master commit in: init.d/

2016-05-26 Thread William Hubbs
commit: 98e65b8774bfc30e30785e4cb24c9b5daba423a0
Author: William Hubbs  gmail  com>
AuthorDate: Thu May 26 15:55:57 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu May 26 15:55:57 2016 +
URL:
https://gitweb.gentoo.org/proj/udev-gentoo-scripts.git/commit/?id=98e65b87

fix shebang line in udev service script

 init.d/udev | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.d/udev b/init.d/udev
index 458a737..6ff21b2 100644
--- a/init.d/udev
+++ b/init.d/udev
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 



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

2016-05-26 Thread Johannes Huber
commit: c941677bcfaf0f06b65fc6d01d5ab211391f3fa5
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu May 26 16:06:38 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu May 26 16:06:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c941677b

kde-apps/ark: Restrict tests

Gentoo-bug: 560548

Package-Manager: portage-2.3.0_rc1

 kde-apps/ark/ark-15.12.3.ebuild | 3 +++
 kde-apps/ark/ark-16.04.1.ebuild | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/kde-apps/ark/ark-15.12.3.ebuild b/kde-apps/ark/ark-15.12.3.ebuild
index 647581f..96c7537 100644
--- a/kde-apps/ark/ark-15.12.3.ebuild
+++ b/kde-apps/ark/ark-15.12.3.ebuild
@@ -40,6 +40,9 @@ DEPEND="${RDEPEND}
sys-devel/gettext
 "
 
+# bug #560548, last checked with 16.04.1
+RESTRICT="test"
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package bzip2 BZip2)

diff --git a/kde-apps/ark/ark-16.04.1.ebuild b/kde-apps/ark/ark-16.04.1.ebuild
index ce43ec9..1f2cfe1 100644
--- a/kde-apps/ark/ark-16.04.1.ebuild
+++ b/kde-apps/ark/ark-16.04.1.ebuild
@@ -41,6 +41,9 @@ DEPEND="${RDEPEND}
sys-devel/gettext
 "
 
+# bug #560548, last checked with 16.04.1
+RESTRICT="test"
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package bzip2 BZip2)



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

2016-05-26 Thread Johannes Huber
commit: 3977202f3775e87f7485de111a6ee24e69cfc51f
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu May 26 16:07:35 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu May 26 16:07:35 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3977202f

kde-apps/ark: Restrict tests

Gentoo-bug: 560548

Package-Manager: portage-2.3.0_rc1

 kde-apps/ark/ark-16.04.49..ebuild | 3 +++
 kde-apps/ark/ark-.ebuild  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/kde-apps/ark/ark-16.04.49..ebuild 
b/kde-apps/ark/ark-16.04.49..ebuild
index f3b0f43..3ddd91a 100644
--- a/kde-apps/ark/ark-16.04.49..ebuild
+++ b/kde-apps/ark/ark-16.04.49..ebuild
@@ -41,6 +41,9 @@ DEPEND="${RDEPEND}
sys-devel/gettext
 "
 
+# bug #560548, last checked with 16.04.1
+RESTRICT="test"
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package bzip2 BZip2)

diff --git a/kde-apps/ark/ark-.ebuild b/kde-apps/ark/ark-.ebuild
index 8530862..1073233 100644
--- a/kde-apps/ark/ark-.ebuild
+++ b/kde-apps/ark/ark-.ebuild
@@ -42,6 +42,9 @@ DEPEND="${RDEPEND}
sys-devel/gettext
 "
 
+# bug #560548, last checked with 16.04.1
+RESTRICT="test"
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package bzip2 BZip2)



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

2016-05-26 Thread Jason Zaman
commit: e46ed57244089ec585dcce05d50ea3b708e55196
Author: Jason Zaman  perfinion  com>
AuthorDate: Thu May 12 19:12:24 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu May 26 15:33:31 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=e46ed572

userdomain: user_tmp requires searching /run/user

 policy/modules/system/userdomain.if | 65 +
 1 file changed, 52 insertions(+), 13 deletions(-)

diff --git a/policy/modules/system/userdomain.if 
b/policy/modules/system/userdomain.if
index 9284808..0d6d9b1 100644
--- a/policy/modules/system/userdomain.if
+++ b/policy/modules/system/userdomain.if
@@ -339,11 +339,14 @@ interface(`userdom_manage_tmp_role',`
 #
 interface(`userdom_exec_user_tmp_files',`
gen_require(`
-   type user_tmp_t;
+   type user_tmp_t, user_runtime_root_t, user_runtime_dir_t;
')
 
exec_files_pattern($1, user_tmp_t, user_tmp_t)
files_search_tmp($1)
+   allow $1 user_runtime_dir_t:dir search_dir_perms;
+   allow $1 user_runtime_root_t:dir search_dir_perms;
+   files_search_pids($1)
 ')
 
 ###
@@ -2368,11 +2371,14 @@ 
interface(`userdom_user_home_dir_filetrans_user_home_content',`
 #
 interface(`userdom_write_user_tmp_sockets',`
gen_require(`
-   type user_tmp_t;
+   type user_tmp_t, user_runtime_root_t, user_runtime_dir_t;
')
 
allow $1 user_tmp_t:sock_file write_sock_file_perms;
files_search_tmp($1)
+   allow $1 user_runtime_dir_t:dir search_dir_perms;
+   allow $1 user_runtime_root_t:dir search_dir_perms;
+   files_search_pids($1)
 ')
 
 
@@ -2387,11 +2393,14 @@ interface(`userdom_write_user_tmp_sockets',`
 #
 interface(`userdom_list_user_tmp',`
gen_require(`
-   type user_tmp_t;
+   type user_tmp_t, user_runtime_root_t, user_runtime_dir_t;
')
 
allow $1 user_tmp_t:dir list_dir_perms;
+   allow $1 user_runtime_dir_t:dir list_dir_perms;
files_search_tmp($1)
+   allow $1 user_runtime_root_t:dir search_dir_perms;
+   files_search_pids($1)
 ')
 
 
@@ -2444,12 +2453,15 @@ interface(`userdom_dontaudit_manage_user_tmp_dirs',`
 #
 interface(`userdom_read_user_tmp_files',`
gen_require(`
-   type user_tmp_t;
+   type user_tmp_t, user_runtime_root_t, user_runtime_dir_t;
')
 
read_files_pattern($1, user_tmp_t, user_tmp_t)
allow $1 user_tmp_t:dir list_dir_perms;
files_search_tmp($1)
+   allow $1 user_runtime_dir_t:dir search_dir_perms;
+   allow $1 user_runtime_root_t:dir search_dir_perms;
+   files_search_pids($1)
 ')
 
 
@@ -2502,12 +2514,15 @@ interface(`userdom_dontaudit_append_user_tmp_files',`
 #
 interface(`userdom_rw_user_tmp_files',`
gen_require(`
-   type user_tmp_t;
+   type user_tmp_t, user_runtime_root_t, user_runtime_dir_t;
')
 
allow $1 user_tmp_t:dir list_dir_perms;
rw_files_pattern($1, user_tmp_t, user_tmp_t)
files_search_tmp($1)
+   allow $1 user_runtime_dir_t:dir search_dir_perms;
+   allow $1 user_runtime_root_t:dir search_dir_perms;
+   files_search_pids($1)
 ')
 
 
@@ -2541,12 +2556,15 @@ interface(`userdom_dontaudit_manage_user_tmp_files',`
 #
 interface(`userdom_read_user_tmp_symlinks',`
gen_require(`
-   type user_tmp_t;
+   type user_tmp_t, user_runtime_root_t, user_runtime_dir_t;
')
 
read_lnk_files_pattern($1, user_tmp_t, user_tmp_t)
allow $1 user_tmp_t:dir list_dir_perms;
files_search_tmp($1)
+   allow $1 user_runtime_dir_t:dir search_dir_perms;
+   allow $1 user_runtime_root_t:dir search_dir_perms;
+   files_search_pids($1)
 ')
 
 
@@ -2562,11 +2580,14 @@ interface(`userdom_read_user_tmp_symlinks',`
 #
 interface(`userdom_manage_user_tmp_dirs',`
gen_require(`
-   type user_tmp_t;
+   type user_tmp_t, user_runtime_root_t, user_runtime_dir_t;
')
 
manage_dirs_pattern($1, user_tmp_t, user_tmp_t)
files_search_tmp($1)
+   allow $1 user_runtime_dir_t:dir search_dir_perms;
+   allow $1 user_runtime_root_t:dir search_dir_perms;
+   files_search_pids($1)
 ')
 
 
@@ -2582,11 +2603,14 @@ interface(`userdom_manage_user_tmp_dirs',`
 #
 interface(`userdom_manage_user_tmp_files',`
gen_require(`
-   type user_tmp_t;
+   type user_tmp_t, user_runtime_root_t, user_runtime_dir_t;
')
 
manage_files_pattern($1, user_tmp_t, user_tmp_t)
files_search_tmp($1)
+   allow $1 

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

2016-05-26 Thread Jason Zaman
commit: c38fc6050c35f37a7b39479c51a3d9a96f290e7c
Author: Jason Zaman  perfinion  com>
AuthorDate: Fri May 13 15:12:50 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu May 26 15:45:29 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=c38fc605

pulseaudio: fcontext and filetrans for /run/user/ID/pulse/

 policy/modules/contrib/pulseaudio.te | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/policy/modules/contrib/pulseaudio.te 
b/policy/modules/contrib/pulseaudio.te
index 9b8d84e..5e39ebd 100644
--- a/policy/modules/contrib/pulseaudio.te
+++ b/policy/modules/contrib/pulseaudio.te
@@ -56,6 +56,7 @@ manage_dirs_pattern(pulseaudio_t, pulseaudio_tmp_t, 
pulseaudio_tmp_t)
 manage_files_pattern(pulseaudio_t, pulseaudio_tmp_t, pulseaudio_tmp_t)
 manage_sock_files_pattern(pulseaudio_t, pulseaudio_tmp_t, pulseaudio_tmp_t)
 files_tmp_filetrans(pulseaudio_t, pulseaudio_tmp_t, dir)
+userdom_user_runtime_dir_filetrans(pulseaudio_t, pulseaudio_tmp_t, dir)
 userdom_user_tmp_filetrans(pulseaudio_t, pulseaudio_tmp_t, file, 
"autospawn.lock")
 userdom_user_tmp_filetrans(pulseaudio_t, pulseaudio_tmp_t, file, "pid")
 userdom_user_tmp_filetrans(pulseaudio_t, pulseaudio_tmp_t, sock_file, 
"dbus-socket")
@@ -203,8 +204,9 @@ optional_policy(`
 #
 
 allow pulseaudio_client self:unix_dgram_socket sendto;
+allow pulseaudio_client self:process signull;
 
-allow pulseaudio_client pulseaudio_client:process signull;
+allow pulseaudio_client pulseaudio_tmp_t:dir list_dir_perms;
 
 read_files_pattern(pulseaudio_client, { pulseaudio_tmpfsfile 
pulseaudio_tmpfs_t }, { pulseaudio_tmpfsfile pulseaudio_tmpfs_t })
 delete_files_pattern(pulseaudio_client, pulseaudio_tmpfsfile, 
pulseaudio_tmpfsfile)
@@ -228,6 +230,7 @@ 
pulseaudio_home_filetrans_pulseaudio_home(pulseaudio_client, file, ".pulse-cooki
 pulseaudio_signull(pulseaudio_client)
 
 userdom_read_user_tmpfs_files(pulseaudio_client)
+userdom_user_runtime_dir_filetrans(pulseaudio_client, pulseaudio_tmp_t, dir, 
"pulse")
 # userdom_delete_user_tmpfs_files(pulseaudio_client)
 
 tunable_policy(`use_nfs_home_dirs',`



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

2016-05-26 Thread Jason Zaman
commit: 17881c395704cfc066a765dccdd2f812053a795c
Author: Jason Zaman  perfinion  com>
AuthorDate: Thu May 26 15:09:27 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu May 26 15:33:31 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=17881c39

userdomain: filetrans interfaces for user_runtime

 policy/modules/system/userdomain.if | 98 +
 1 file changed, 98 insertions(+)

diff --git a/policy/modules/system/userdomain.if 
b/policy/modules/system/userdomain.if
index 0d6d9b1..4029359 100644
--- a/policy/modules/system/userdomain.if
+++ b/policy/modules/system/userdomain.if
@@ -2753,6 +2753,104 @@ interface(`userdom_tmp_filetrans_user_tmp',`
 
 
 ## 
+## Create objects in the pid directory
+## with an automatic type transition to
+## the user runtime root type.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+## 
+## 
+## The class of the object to be created.
+## 
+## 
+## 
+## 
+## The name of the object being created.
+## 
+## 
+#
+interface(`userdom_pid_filetrans_user_runtime_root',`
+   gen_require(`
+   type user_runtime_root_t;
+   ')
+
+   files_pid_filetrans($1, user_runtime_root_t, $2, $3)
+')
+
+
+## 
+## Create objects in a user runtime
+## directory with an automatic type
+## transition to a specified private
+## type.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+## 
+## 
+## The type of the object to create.
+## 
+## 
+## 
+## 
+## The class of the object to be created.
+## 
+## 
+## 
+## 
+## The name of the object being created.
+## 
+## 
+#
+interface(`userdom_user_runtime_dir_filetrans',`
+   gen_require(`
+   type user_runtime_dir_t;
+   ')
+
+   filetrans_pattern($1, user_runtime_dir_t, $2, $3, $4)
+   allow $1 user_runtime_root_t:dir search_dir_perms;
+   files_search_pids($1)
+')
+
+
+## 
+## Create objects in the user runtime directory
+## with an automatic type transition to
+## the user temporary type.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+## 
+## 
+## The class of the object to be created.
+## 
+## 
+## 
+## 
+## The name of the object being created.
+## 
+## 
+#
+interface(`userdom_user_runtime_dir_filetrans_user_tmp',`
+   gen_require(`
+   type user_tmp_t;
+   ')
+
+   userdom_user_runtime_dir_filetrans($1, user_tmp_t, $2, $3)
+')
+
+
+## 
 ## Read and write user tmpfs files.
 ## 
 ## 



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

2016-05-26 Thread Jason Zaman
commit: c0af8525d36cdc24bd03dde87d83066657e315e2
Author: Jason Zaman  perfinion  com>
AuthorDate: Thu May 12 16:29:31 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu May 26 15:33:31 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=c0af8525

userdomain: Introduce types for /run/user

These are the types for /run/user, analogous to /home's home_root_t and
home_dir_t.

 policy/modules/system/userdomain.fc |  4 
 policy/modules/system/userdomain.te | 20 
 2 files changed, 24 insertions(+)

diff --git a/policy/modules/system/userdomain.fc 
b/policy/modules/system/userdomain.fc
index db75976..30708ca 100644
--- a/policy/modules/system/userdomain.fc
+++ b/policy/modules/system/userdomain.fc
@@ -2,3 +2,7 @@ HOME_DIR-d  
gen_context(system_u:object_r:user_home_dir_t,s0-mls_systemhigh)
 HOME_DIR/.+gen_context(system_u:object_r:user_home_t,s0)
 
 /tmp/gconfd-USER -dgen_context(system_u:object_r:user_tmp_t,s0)
+
+/var/run/user  -d  
gen_context(system_u:object_r:user_runtime_root_t,s0)
+/var/run/user/%{USERID}-d  
gen_context(system_u:object_r:user_runtime_dir_t,s0)
+/var/run/user/%{USERID}/.+ <>

diff --git a/policy/modules/system/userdomain.te 
b/policy/modules/system/userdomain.te
index 2a36851..c613553 100644
--- a/policy/modules/system/userdomain.te
+++ b/policy/modules/system/userdomain.te
@@ -93,3 +93,23 @@ userdom_user_home_content(user_tmpfs_t)
 type user_tty_device_t alias { staff_tty_device_t sysadm_tty_device_t 
secadm_tty_device_t auditadm_tty_device_t unconfined_tty_device_t };
 dev_node(user_tty_device_t)
 ubac_constrained(user_tty_device_t)
+
+type user_runtime_root_t;
+fs_associate_tmpfs(user_runtime_root_t)
+files_type(user_runtime_root_t)
+files_mountpoint(user_runtime_root_t)
+files_associate_tmp(user_runtime_root_t)
+files_poly(user_runtime_root_t)
+files_poly_member(user_runtime_root_t)
+files_poly_parent(user_runtime_root_t)
+ubac_constrained(user_runtime_root_t)
+
+type user_runtime_dir_t;
+fs_associate_tmpfs(user_runtime_dir_t)
+files_type(user_runtime_dir_t)
+files_mountpoint(user_runtime_dir_t)
+files_associate_tmp(user_runtime_dir_t)
+files_poly(user_runtime_dir_t)
+files_poly_member(user_runtime_dir_t)
+files_poly_parent(user_runtime_dir_t)
+ubac_constrained(user_runtime_dir_t)



[gentoo-commits] proj/udev-gentoo-scripts: New tag: 30

2016-05-26 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Thu May 26 15:53:59 2016 +

New tag: 30




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

2016-05-26 Thread Jason Zaman
commit: 98321f738e0c199019f396a453dfc225ec9f87e1
Author: Jason Zaman  perfinion  com>
AuthorDate: Sun May 22 16:42:36 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu May 26 15:45:29 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=98321f73

consolekit: Add a filetrans on /run/user

 policy/modules/contrib/consolekit.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/contrib/consolekit.te 
b/policy/modules/contrib/consolekit.te
index cd02890..f4628e0 100644
--- a/policy/modules/contrib/consolekit.te
+++ b/policy/modules/contrib/consolekit.te
@@ -79,6 +79,7 @@ miscfiles_read_localization(consolekit_t)
 
 userdom_dontaudit_read_user_home_content_files(consolekit_t)
 userdom_read_user_tmp_files(consolekit_t)
+userdom_pid_filetrans_user_runtime_root(consolekit_t, dir, "user")
 
 tunable_policy(`use_nfs_home_dirs',`
fs_read_nfs_files(consolekit_t)



[gentoo-commits] repo/user/tbc:master commit in: dev-lang/nqp/, dev-lang/rakudo/

2016-05-26 Thread M. B.
commit: cab694e6ed0f4ea0f443e25e20adaca75ad7a9ed
Author: Matthew Brewer  sina  cn>
AuthorDate: Wed May 25 20:44:00 2016 +
Commit: M. B.  sina  cn>
CommitDate: Thu May 26 11:23:59 2016 +
URL:https://gitweb.gentoo.org/repo/user/tbc.git/commit/?id=cab694e6

rework java support within nqp and rakudo (thanks chewi!)

 dev-lang/nqp/Manifest|  1 +
 dev-lang/nqp/nqp-2016.04-r4.ebuild   | 20 +++-
 dev-lang/rakudo/Manifest |  1 +
 dev-lang/rakudo/rakudo-2016.04-r3.ebuild |  2 +-
 4 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/dev-lang/nqp/Manifest b/dev-lang/nqp/Manifest
new file mode 100644
index 000..19088f1
--- /dev/null
+++ b/dev-lang/nqp/Manifest
@@ -0,0 +1 @@
+DIST nqp-2016.04.tar.gz 5156494 SHA256 
9176422eb2a99db24ab520bc78686f3a2c008ba73bf8c7091a790985f5061019 SHA512 
5dcb685a90b26fee3e8dac3ca24da11bd967d034b5328232d18d9db37e27645b57259cabf54ef8e10b3ac508b1aa784072f0a9542d30168d3017f86e610c3cee
 WHIRLPOOL 
0711e1471740b0ed181f9e4504f810a084056e74650c0ffb1c6c17e2976b2c1facb6a7e73df5d991d9ffe43f055fe844f0756dbd816375708b4d499a0f7a9162

diff --git a/dev-lang/nqp/nqp-2016.04-r4.ebuild 
b/dev-lang/nqp/nqp-2016.04-r4.ebuild
index 6d3e38e..54d68a5 100644
--- a/dev-lang/nqp/nqp-2016.04-r4.ebuild
+++ b/dev-lang/nqp/nqp-2016.04-r4.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
 else
SRC_URI="https://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz"
inherit vcs-snapshot
-   KEYWORDS=""
+   KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"
@@ -32,14 +32,16 @@ CDEPEND="java? (
moar? ( ~dev-lang/moarvm-${PV}[clang=] )
dev-libs/libffi"
 RDEPEND="${CDEPEND}
-   java? ( >=virtual/jre-1.7:* )"
+   java? ( >=virtual/jre-1.7 )"
 DEPEND="${CDEPEND}
clang? ( sys-devel/clang )
-   java? ( >=virtual/jdk-1.7:* )
+   java? ( >=virtual/jdk-1.7 )
dev-lang/perl"
+PATCHES=( "${FILESDIR}/enable-external-jars.patch" )
 
 java_prepare() {
# Don't clean stage0 jars.
+   einfo "Cleaning upstream jars"
java-pkg_clean 3rdparty/
 
# Don't use jars we just deleted.
@@ -79,6 +81,16 @@ src_test() {
 }
 
 src_install() {
+   if use moar; then
+   if use java; then
+   # We need to re-run Configure.pl with only the MoarVM 
backend,
+   # so we don't overwrite our custom java install.
+   # This has to happen before the installation of nqp's 
MoarVM bits.
+   # Also, those bits have to get installed before the JVM 
bits.
+   perl Configure.pl --backend=moar --prefix=/usr || die
+   fi
+   emake DESTDIR="${ED}" install
+   fi
if use java; then
# Set JAVA_PKG_JARDEST early.
java-pkg_init_paths_
@@ -105,8 +117,6 @@ src_install() {
java-pkg_dolauncher ${PN}-j --main ${PN}
dosym ${PN}-j /usr/bin/${PN}
dobin tools/jvm/eval-client.pl
-   else
-   emake DESTDIR="${ED}" install
fi
 
dodoc CREDITS README.pod

diff --git a/dev-lang/rakudo/Manifest b/dev-lang/rakudo/Manifest
new file mode 100644
index 000..34951ea
--- /dev/null
+++ b/dev-lang/rakudo/Manifest
@@ -0,0 +1 @@
+DIST rakudo-2016.04.tar.gz 2706659 SHA256 
207d723c9b2d524daf6008a3ed026ea06773d937e76e0fe79b89bfb7dcd0d92b SHA512 
08e718643cfa89edbb8995ab9f350f69053e41cff97b33530dd2eb202d2ab2116d219ef1385717b48f5883665c73a181b1b054c1300db302fba31c6081e97532
 WHIRLPOOL 
d49791b696114f57b685221be5cfe1873a88507810819b2a9aace07da2c2d7535eeaecc6c830df3265ecd1ff352effa509cbb3f24cba7e8afc0dc1468553cce6

diff --git a/dev-lang/rakudo/rakudo-2016.04-r3.ebuild 
b/dev-lang/rakudo/rakudo-2016.04-r3.ebuild
index 5b8088c..7421cad 100644
--- a/dev-lang/rakudo/rakudo-2016.04-r3.ebuild
+++ b/dev-lang/rakudo/rakudo-2016.04-r3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]]; then
KEYWORDS=""
 else
SRC_URI="${HOMEPAGE}/downloads/${PN}/${P}.tar.gz"
-   KEYWORDS=""
+   KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="Artistic-2"



[gentoo-commits] repo/user/tbc:master commit in: dev-lang/nqp/, dev-lang/rakudo/

2016-05-26 Thread M. B.
commit: 92b5d006f7ab058c76be9a4846ba04da4e2ba857
Author: Matthew Brewer  sina  cn>
AuthorDate: Thu May 26 15:44:19 2016 +
Commit: M. B.  sina  cn>
CommitDate: Thu May 26 15:44:19 2016 +
URL:https://gitweb.gentoo.org/repo/user/tbc.git/commit/?id=92b5d006

updated new versions of 2016.04; using multibuild with nqp

 dev-lang/nqp/nqp-2016.04-r5.ebuild   | 144 +++
 dev-lang/rakudo/rakudo-2016.04-r3.ebuild |  26 ++
 2 files changed, 152 insertions(+), 18 deletions(-)

diff --git a/dev-lang/nqp/nqp-2016.04-r5.ebuild 
b/dev-lang/nqp/nqp-2016.04-r5.ebuild
new file mode 100644
index 000..82d2b2b
--- /dev/null
+++ b/dev-lang/nqp/nqp-2016.04-r5.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit java-pkg-opt-2 multibuild
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/perl6/${PN}.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz"
+   inherit vcs-snapshot
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"
+HOMEPAGE="http://rakudo.org/;
+
+LICENSE="Artistic-2"
+SLOT="0"
+IUSE="doc clang java +moar test"
+REQUIRED_USE="|| ( java moar )"
+
+CDEPEND="java? (
+   dev-java/asm:4
+   dev-java/jline:0
+   dev-java/jna:4
+   )
+   moar? ( ~dev-lang/moarvm-${PV}[clang=] )
+   dev-libs/libffi"
+RDEPEND="${CDEPEND}
+   java? ( >=virtual/jre-1.7 )"
+DEPEND="${CDEPEND}
+   clang? ( sys-devel/clang )
+   java? ( >=virtual/jdk-1.7 )
+   dev-lang/perl"
+PATCHES=( "${FILESDIR}/enable-external-jars.patch" )
+
+java_prepare() {
+   # Don't clean stage0 jars.
+   einfo "Cleaning upstream jars"
+   java-pkg_clean 3rdparty/
+
+   # Don't use jars we just deleted.
+   sed -i -r 's/(:3rdparty[^:]*)+/:${THIRDPARTY_JARS}/g' \
+   src/vm/jvm/runners/nqp-j || die
+}
+
+src_prepare() {
+   MULTIBUILD_VARIANTS=()
+   use moar && MULTIBUILD_VARIANTS+=( moar )
+   use java && MULTIBUILD_VARIANTS+=( jvm )
+
+   multibuild_copy_sources
+
+   # This will pull in conditional java_prepare
+   default
+}
+
+nqp_configure() {
+   pushd "${BUILD_DIR}" > /dev/null || die
+   local myconfargs=(
+   "--backend=${MULTIBUILD_VARIANT}"
+   "--prefix=/usr" )
+
+   perl Configure.pl "${myconfargs[@]}" || die
+   popd || die
+}
+
+nqp_compile() {
+   pushd "${BUILD_DIR}" > /dev/null || die
+   if [[ "${MULTIBUILD_VARIANT}" = jvm ]]; then
+   emake -j1 \
+   THIRDPARTY_JARS=$(java-pkg_getjars --with-dependencies 
asm-4,jline,jna-4)
+   JAVAC="$(java-pkg_get-javac) $(java-pkg_javac-args)"
+   elif [[ "${MULTIBUILD_VARIANT}" = moar ]]; then
+   emake -j1
+   fi
+   popd || die
+}
+
+nqp_test() {
+   pushd "${BUILD_DIR}" > /dev/null || die
+   emake -j1 test
+   popd || die
+}
+
+nqp_install() {
+   pushd "${BUILD_DIR}" > /dev/null || die
+   # This is the actual reason we need multibuild.eclass.
+   # We need to distinguish the install procedure for MoarVM and JVM 
backends.
+   if [[ "${MULTIBUILD_VARIANT}" = moar ]]; then
+   emake DESTDIR="${ED}" install
+   elif [[ "${MULTIBUILD_VARIANT}" = jvm ]]; then
+   # Set JAVA_PKG_JARDEST early.
+   java-pkg_init_paths_
+
+   # Upstream sets the classpath to this location. Perhaps it's
+   # used to locate the additional libraries?
+   java-pkg_addcp "${JAVA_PKG_JARDEST}"
+
+   insinto "${JAVA_PKG_JARDEST}"
+   local jar
+
+   for jar in *.jar; do
+   if has ${jar} ${PN}.jar ${PN}-runtime.jar; then
+   # jars for NQP itself.
+   java-pkg_dojar ${jar}
+   else
+   # jars used by NQP.
+   doins ${jar}
+   fi
+   done
+
+   # Upstream uses -Xbootclasspath/a, which is faster due to lack
+   # of verification, but gjl isn't flexible enough yet. :(
+   java-pkg_dolauncher ${PN}-j --main ${PN}
+   dosym ${PN}-j /usr/bin/${PN}
+   dobin tools/jvm/eval-client.pl
+   fi
+   popd || die
+}
+
+src_configure() {
+   multibuild_foreach_variant nqp_configure
+}
+
+src_compile() {
+   multibuild_foreach_variant nqp_compile
+}
+
+src_test() {
+   multibuild_foreach_variant nqp_test
+}
+
+src_install() {
+   multibuild_foreach_variant nqp_install
+
+   dodoc CREDITS README.pod
+   use doc && dodoc -r docs/*
+}

diff --git 

[gentoo-commits] dev/jmbsvicetto:master commit in: dev-db/phpmyadmin/

2016-05-26 Thread Jorge Manuel B. S. Vicetto
commit: 53d2dcd0616bbb0cb8d0159732a72bdc68023459
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu May 26 15:20:33 2016 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu May 26 15:20:33 2016 +
URL:https://gitweb.gentoo.org/dev/jmbsvicetto.git/commit/?id=53d2dcd0

dev-db/phpmyadmin: Security release bump - fixes PMASA-2016-14 and 
PMASA-2016-16.

 dev-db/phpmyadmin/Manifest |  5 +-
 dev-db/phpmyadmin/metadata.xml |  2 +-
 ...-4.4.15.5.ebuild => phpmyadmin-4.4.15.6.ebuild} |  0
 dev-db/phpmyadmin/phpmyadmin-4.6.1.ebuild  | 62 --
 ...dmin-4.5.5.1.ebuild => phpmyadmin-4.6.2.ebuild} |  0
 5 files changed, 3 insertions(+), 66 deletions(-)

diff --git a/dev-db/phpmyadmin/Manifest b/dev-db/phpmyadmin/Manifest
index 9cf105d..246138b 100644
--- a/dev-db/phpmyadmin/Manifest
+++ b/dev-db/phpmyadmin/Manifest
@@ -1,4 +1,3 @@
 DIST phpMyAdmin-4.0.10.15-all-languages.tar.xz 4778232 SHA256 
f3aea2e7f048b14499912e8ec0f39cff31bcc690480e3bbc773cb56bdeb5e717 SHA512 
a1b1305ad1404a8f842155793e1118a24b4f011349d9d35375970d016e9c044529e5b5b207eee7554f515f6be2c008e73f36a21aae5427a9374bfdba55575774
 WHIRLPOOL 
b525f6c402a391f7e1ec4727d284e89de3b8fe6c12f78a37ed1a4448b1ea047a0605677a2d73b00bdefd73270d46dd37b04be90b3357288d3bbcc23b07ca3b75
-DIST phpMyAdmin-4.4.15.5-all-languages.tar.xz 5783216 SHA256 
6160724fa90ef5cccb67ad897a83586be28e64f5d6acf9bcb3313bc3d7638d8c SHA512 
987d95f8352f58d7081aead10ccc7494b054d4041e0cb7454633e885c3217a7c63778d45c2dbf399e82c76159ab6651efeaf9c3cabc96982de83d5a041065e7a
 WHIRLPOOL 
b5fb8365817d1521f9e6ad5c60fa1a1ee941fb77062d63975d9f340c4abc681948fb6cd240c4943714d855f6f113baf46241bacf4d421b78f8f740c8bd9ade73
-DIST phpMyAdmin-4.5.5.1-all-languages.tar.xz 5987876 SHA256 
bf8ab258d5c6ce5cfaf7ff330827599c1cfd29b0cc4c9b83f4263ee143c00ef4 SHA512 
636d29b9799e6ec0a1484c277187bb1ca24c8cea93c49f30c8c40bf34e4b64ed7e832b5d0e903310e8f08036dbf66724c1b28ab08133cbdf5cec475a430a64d7
 WHIRLPOOL 
b84ae72f306263d36aa700772f47febd1296cad3ccc2b003d551e3b11d0345ff72eeba9af7aca6c54243c3d3c805e035c8a64cfbb7bfe76a3d31d8bcc0980243
-DIST phpMyAdmin-4.6.1-all-languages.tar.xz 6109268 SHA256 
cc85edc5b71bacf6fead0ffaecbd5395fa31fd7bfd6b4a9b12720baa7e715b66 SHA512 
3b923b7eda74afbada72091f60204e1fc447a9f520daa312715d8dc6854ebec366133ee412c4d6c2efe964be8467dd5eb898c71fb13e55fca6fe661da335753c
 WHIRLPOOL 
07efb9033af16fc6f290e85103496bfe87458c143c5d4616e7237b8f0c3628717651853b46ea3abcf91808dc65e8c1268b767b606a06a3e855eb6ae9a5884285
+DIST phpMyAdmin-4.4.15.6-all-languages.tar.xz 5783000 SHA256 
3b7249f6fec8af6d5dcf59c7f3eced61b9c41c633de588e2be366fee27eadf66 SHA512 
00ff021df305d53678c219deeb88c011defa11becf795d1c7465e58482bf3aa3a0b19f29e09e3fd42be025f46beff256aeb4625c62c196e7baea7db739c77455
 WHIRLPOOL 
8688eda3e83d32c1893e87dd1a5d33e7744e2e690fb4ba9f88cebf8fb253ccc55d26655362e7d9748f6f4c0a700669ef8600e66500cdde87a1c723647fbdde11
+DIST phpMyAdmin-4.6.2-all-languages.tar.xz 6128060 SHA256 
2ae6f6f0e8697b5ab5d0334bb16fa59da9143dce0d4576e6370ef54f7ad28872 SHA512 
133075282a04b24d1e4ba2f06a8f25cc91ba54d1be2d5a3f813dd51d0b231f644164a073c9221f112dc6adf8c1168039935a480bb0731a5ffb9af4e03c141272
 WHIRLPOOL 
34c842799c26d0bc4044caf52f8c41ac3f9cd974c99b1dd2bcf1683728b2419143372e571ec5cd3217487789cc5d7920ab4613a6ef06b47c3b6f60ef95f1a08a

diff --git a/dev-db/phpmyadmin/metadata.xml b/dev-db/phpmyadmin/metadata.xml
index ff6fd6a..f04afba 100644
--- a/dev-db/phpmyadmin/metadata.xml
+++ b/dev-db/phpmyadmin/metadata.xml
@@ -1,5 +1,5 @@
 
-https://www.gentoo.org/dtd/metadata.dtd;>
+http://www.gentoo.org/dtd/metadata.dtd;>
 

jmbsvice...@gentoo.org

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.4.15.5.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.4.15.6.ebuild
similarity index 100%
rename from dev-db/phpmyadmin/phpmyadmin-4.4.15.5.ebuild
rename to dev-db/phpmyadmin/phpmyadmin-4.4.15.6.ebuild

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.6.1.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.6.1.ebuild
deleted file mode 100644
index 1f26611..000
--- a/dev-db/phpmyadmin/phpmyadmin-4.6.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils webapp
-
-MY_PV=${PV/_/-}
-MY_PN="phpMyAdmin"
-MY_P="${MY_PN}-${MY_PV}-all-languages"
-
-DESCRIPTION="Web-based administration for MySQL database in PHP"
-HOMEPAGE="https://www.phpmyadmin.net/;
-SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
-IUSE="setup"
-
-RDEPEND="
-   dev-lang/php[crypt,ctype,filter,json,session,unicode]
-   || (
-   dev-lang/php[mysqli]
-   dev-lang/php[mysql]
-   )
-   virtual/httpd-php:*
-"
-
-need_httpd_cgi
-

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

2016-05-26 Thread Michael Palimaka
commit: 213652e8e5568d7c0ca75fd9b351a2d0814807a7
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon May 23 22:34:02 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May 26 13:04:34 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=213652e8

kde-apps/blogilo: Fix DEPENDs

Package-Manager: portage-2.2.28

 kde-apps/blogilo/blogilo-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-apps/blogilo/blogilo-.ebuild 
b/kde-apps/blogilo/blogilo-.ebuild
index 9166951..6a1cb32 100644
--- a/kde-apps/blogilo/blogilo-.ebuild
+++ b/kde-apps/blogilo/blogilo-.ebuild
@@ -37,11 +37,10 @@ DEPEND="
$(add_qt_dep qtsql)
$(add_qt_dep qtwebengine 'widgets')
$(add_qt_dep qtwidgets)
-   dev-libs/libxslt
google? ( net-libs/libkgapi:5 )
 "
 RDEPEND="${DEPEND}
-   !

[gentoo-commits] proj/kde:master commit in: kde-apps/akonadi/, kde-apps/akonadi/files/

2016-05-26 Thread Michael Palimaka
commit: 5f2526ef8d14e0d5be9fd0fc5d1a68fa7d62aa36
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu May 26 14:16:32 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu May 26 14:49:52 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5f2526ef

kde-apps/akonadi: Fix mysql56-crash patch for master

CMake Warning--

Package-Manager: portage-2.2.28

 kde-apps/akonadi/akonadi-16.04.1.ebuild|  1 -
 kde-apps/akonadi/akonadi-16.04.49..ebuild  |  1 -
 kde-apps/akonadi/akonadi-.ebuild   |  4 +--
 .../files/akonadi-16.07.80-mysql56-crash.patch | 42 ++
 4 files changed, 43 insertions(+), 5 deletions(-)

diff --git a/kde-apps/akonadi/akonadi-16.04.1.ebuild 
b/kde-apps/akonadi/akonadi-16.04.1.ebuild
index 54411a8..8327472 100644
--- a/kde-apps/akonadi/akonadi-16.04.1.ebuild
+++ b/kde-apps/akonadi/akonadi-16.04.1.ebuild
@@ -97,7 +97,6 @@ pkg_setup() {
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package designer Qt5Designer)
-   $(cmake-utils_use_find_package xml LibXml2)
-DAKONADI_BUILD_QSQLITE=$(usex sqlite)
-DBUILD_TOOLS=$(usex tools)
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON

diff --git a/kde-apps/akonadi/akonadi-16.04.49..ebuild 
b/kde-apps/akonadi/akonadi-16.04.49..ebuild
index 6eec273..1333734 100644
--- a/kde-apps/akonadi/akonadi-16.04.49..ebuild
+++ b/kde-apps/akonadi/akonadi-16.04.49..ebuild
@@ -97,7 +97,6 @@ pkg_setup() {
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package designer Qt5Designer)
-   $(cmake-utils_use_find_package xml LibXml2)
-DAKONADI_BUILD_QSQLITE=$(usex sqlite)
-DBUILD_TOOLS=$(usex tools)
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON

diff --git a/kde-apps/akonadi/akonadi-.ebuild 
b/kde-apps/akonadi/akonadi-.ebuild
index b8e27db..849a687 100644
--- a/kde-apps/akonadi/akonadi-.ebuild
+++ b/kde-apps/akonadi/akonadi-.ebuild
@@ -26,7 +26,6 @@ COMMON_DEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdesignerplugin)
-   $(add_frameworks_dep kguiaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
@@ -62,7 +61,7 @@ RDEPEND="${COMMON_DEPEND}
 # some akonadi tests time out, that probably needs more work as it's ~700 tests
 RESTRICT="test"
 
-PATCHES=( "${FILESDIR}/${PN}-15.12-mysql56-crash.patch" )
+PATCHES=( "${FILESDIR}/${PN}-16.07.80-mysql56-crash.patch" )
 
 pkg_setup() {
# Set default storage backend in order: MySQL, SQLite PostgreSQL
@@ -98,7 +97,6 @@ pkg_setup() {
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package designer Qt5Designer)
-   $(cmake-utils_use_find_package xml LibXml2)
-DAKONADI_BUILD_QSQLITE=$(usex sqlite)
-DBUILD_TOOLS=$(usex tools)
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON

diff --git a/kde-apps/akonadi/files/akonadi-16.07.80-mysql56-crash.patch 
b/kde-apps/akonadi/files/akonadi-16.07.80-mysql56-crash.patch
new file mode 100644
index 000..773b523
--- /dev/null
+++ b/kde-apps/akonadi/files/akonadi-16.07.80-mysql56-crash.patch
@@ -0,0 +1,42 @@
+Gentoo-bug: 530012
+
+diff --git a/src/server/storage/dbconfigmysql.cpp 
b/src/server/storage/dbconfigmysql.cpp
+index db0c100..cdd8c6b 100644
+--- a/src/server/storage/dbconfigmysql.cpp
 b/src/server/storage/dbconfigmysql.cpp
+@@ -80,6 +80,7 @@ bool DbConfigMysql::init(QSettings )
+  << QStringLiteral("/usr/local/sbin")
+  << 
QStringLiteral("/usr/local/libexec")
+  << QStringLiteral("/usr/libexec")
++ << 
QStringLiteral("/usr/share/mysql/scripts")
+  << 
QStringLiteral("/opt/mysql/libexec")
+  << 
QStringLiteral("/opt/local/lib/mysql5/bin")
+  << QStringLiteral("/opt/mysql/sbin");
+@@ -500,7 +501,8 @@ bool DbConfigMysql::initializeMariaDBDatabase(const 
QString , const QSt
+ return 0 == execute(mMysqlInstallDbPath,
+ { QStringLiteral("--defaults-file=%1").arg(confFile),
+   QStringLiteral("--force"),
+-  QStringLiteral("--datadir=%1/").arg(dataDir) });
++  QStringLiteral("--datadir=%1/").arg(dataDir),
++  QStringLiteral("--basedir=/usr") });
+ }
+ 
+ /**
+@@ -512,7 +514,8 @@ bool DbConfigMysql::initializeMySQL5_7_6Database(const 
QString , const
+ return 0 == execute(mMysqldPath,
+ { QStringLiteral("--defaults-file=%1").arg(confFile),
+  

  1   2   3   >