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

2018-11-28 Thread Hans de Graaff
commit: 6ef24d789bb0fe9b22207d13793df4720d24fd41
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 29 07:32:50 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 29 07:32:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef24d78

dev-ruby/rack: clean for bug 670476

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/rack/Manifest  |  3 ---
 dev-ruby/rack/rack-1.6.7.ebuild | 47 -
 dev-ruby/rack/rack-2.0.3.ebuild | 44 --
 dev-ruby/rack/rack-2.0.5.ebuild | 42 
 4 files changed, 136 deletions(-)

diff --git a/dev-ruby/rack/Manifest b/dev-ruby/rack/Manifest
index df02bbc4d8c..67d11236745 100644
--- a/dev-ruby/rack/Manifest
+++ b/dev-ruby/rack/Manifest
@@ -1,5 +1,2 @@
 DIST rack-1.6.11.gem 230400 BLAKE2B 
923a0a1ee7c3ea86c76e632764a678d47be4d4d953d3166488fdea6c198a64603017ff0bd21597dc633dbcb1f108363c52480a98ac0b80991fc4a759dd374f6f
 SHA512 
f54d9c4d72d22c57624bb745399ac0d4f155185d01f956ad395bee2a0add6f11e8d9d25fcd330ec6aa97409ba10c2246424d067999b86f2e5cb1fd74a43c6529
-DIST rack-1.6.7.gem 229888 BLAKE2B 
b4ea51d9a0606c92c6cc199bcaf3f7068e6360dd972417af7fe8784a5b23a8de1288347431f08d9af1d19f1409f18035d668d6e80f0b2080d761a3e703259d0c
 SHA512 
e1cc22d78a61998c034bbf9217cad5cc0e614697e787f58aed9cfb1c3a12f69b557c9e95a4b09fcc1509cb607332a8655a66159b2492ea6fdc2bda21f588a59e
-DIST rack-2.0.3.gem 254464 BLAKE2B 
c7052ae0210d2c8d9aeaa6e3b5b10b272ea48d6c2601aecd524eeab141d3987b7905d9511814d0ac7a62413ef5eb01e847168a278bafb5a0e8f882c526cdfcc9
 SHA512 
c48e6681544c2f37797ee697f5c4f0d4de6008a3df2506665b52c248fca1ef7321a892dd28475e4d7b461a0b2d12112903a67e1bed7c7397742833fce85167e1
-DIST rack-2.0.5.gem 254464 BLAKE2B 
91fdb183a7e79b853d5ff8ef0d95799fdcdcb92ae6940a96742dfe9abf7211c0d3ee0ec21edfb01392006e30c146573acb532a83bbf807f743272fb77dd9
 SHA512 
ac820997ec5804816e26275630797d0c86e2dc04d43572e66e99a25067d531c8a6fcdfb7b5157ce44d039d1690bb015567d859a13a85dc7d22fa0f7454ea0aa2
 DIST rack-2.0.6.gem 255488 BLAKE2B 
7b23ad825e3e82f5010e810acde5eb6f3696489a78c3c67d7ac6cd73574236f83107b8a5fc0dbd4c932e2bf866c03208933d4e5bd78bf8d57aff02f96bccf6e8
 SHA512 
f1b93bbd16b7e44423c0977444183d9685e3c82e806304f304620731e5b4590920dcc363026277aa4b9ee0a2151c54570be341dcb9265517c7315ca4a504ef22

diff --git a/dev-ruby/rack/rack-1.6.7.ebuild b/dev-ruby/rack/rack-1.6.7.ebuild
deleted file mode 100644
index bb358d7038c..000
--- a/dev-ruby/rack/rack-1.6.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="HISTORY.md KNOWN-ISSUES README.rdoc SPEC"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem eutils versionator
-
-DESCRIPTION="A modular Ruby webserver interface"
-HOMEPAGE="https://rack.github.com/;
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch ${PN}-1.6-rewindable-ruby23.patch )
-
-ruby_add_rdepend "virtual/ruby-ssl"
-
-# The gem has automagic dependencies over mongrel, ruby-openid,
-# memcache-client, thin, mongrel and camping; not sure if we should
-# make them dependencies at all.
-ruby_add_bdepend "test? ( dev-ruby/bacon )"
-
-# Block against versions in older slots that also try to install a binary.
-RDEPEND="${RDEPEND} !https://rack.github.com/;
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch )
-
-ruby_add_rdepend "virtual/ruby-ssl"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 dev-ruby/concurrent-ruby )"
-
-# The gem has automagic dependencies over mongrel, ruby-openid,
-# memcache-client, thin, mongrel and camping; not sure if we should
-# make them dependencies at all.
-
-# Block against versions in older slots that also try to install a binary.
-RDEPEND="${RDEPEND} !https://rack.github.com/;
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "virtual/ruby-ssl"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 dev-ruby/concurrent-ruby )"
-
-# The gem has automagic dependencies over mongrel, ruby-openid,
-# memcache-client, thin, mongrel and camping; not sure if we should
-# 

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

2018-11-28 Thread Hans de Graaff
commit: 1fe52abe3cefa04bdedac0cf83d60c130cd95393
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov 28 06:39:39 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 29 07:30:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe52abe

dev-ruby/dnsruby: move ~arm forward

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/dnsruby/dnsruby-1.61.0.ebuild | 4 ++--
 dev-ruby/dnsruby/dnsruby-1.61.1.ebuild | 4 ++--
 dev-ruby/dnsruby/dnsruby-1.61.2.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/dnsruby/dnsruby-1.61.0.ebuild 
b/dev-ruby/dnsruby/dnsruby-1.61.0.ebuild
index 305d820349e..cf8d2f3142a 100644
--- a/dev-ruby/dnsruby/dnsruby-1.61.0.ebuild
+++ b/dev-ruby/dnsruby/dnsruby-1.61.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ inherit ruby-fakegem
 DESCRIPTION="A pure Ruby DNS client library"
 HOMEPAGE="https://github.com/alexdalitz/dnsruby;
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""

diff --git a/dev-ruby/dnsruby/dnsruby-1.61.1.ebuild 
b/dev-ruby/dnsruby/dnsruby-1.61.1.ebuild
index 305d820349e..cf8d2f3142a 100644
--- a/dev-ruby/dnsruby/dnsruby-1.61.1.ebuild
+++ b/dev-ruby/dnsruby/dnsruby-1.61.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ inherit ruby-fakegem
 DESCRIPTION="A pure Ruby DNS client library"
 HOMEPAGE="https://github.com/alexdalitz/dnsruby;
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""

diff --git a/dev-ruby/dnsruby/dnsruby-1.61.2.ebuild 
b/dev-ruby/dnsruby/dnsruby-1.61.2.ebuild
index 305d820349e..cf8d2f3142a 100644
--- a/dev-ruby/dnsruby/dnsruby-1.61.2.ebuild
+++ b/dev-ruby/dnsruby/dnsruby-1.61.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ inherit ruby-fakegem
 DESCRIPTION="A pure Ruby DNS client library"
 HOMEPAGE="https://github.com/alexdalitz/dnsruby;
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""



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

2018-11-28 Thread Hans de Graaff
commit: 3354f66ebeec7dbd09a06f2a921fa31125fd6bab
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 29 07:21:02 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 29 07:30:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3354f66e

dev-ruby/activemodel: add 5.2.1.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/activemodel/Manifest   |  1 +
 dev-ruby/activemodel/activemodel-5.2.1.1.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/activemodel/Manifest b/dev-ruby/activemodel/Manifest
index 62481317427..8886948bead 100644
--- a/dev-ruby/activemodel/Manifest
+++ b/dev-ruby/activemodel/Manifest
@@ -4,4 +4,5 @@ DIST rails-5.1.4.tgz 6132874 BLAKE2B 
ec5642b860b7c18cea2c56aa5e2a652e28ab08d39c5
 DIST rails-5.1.5.tgz 6142269 BLAKE2B 
e31b6fb39df4a5cbfa9acd31058b018f5eb8d45d0886d9cb1de5d7de9ed082b67f27d257ac8eeffb0a2663466bc958c72d63309f0a68989d189a11510e835e3e
 SHA512 
8fde1b043976c6bd69235ccbfc1f4ab593fa0cb7ec0dc0cbafcbd2727dfd1b405cc6131e41cc40871bc893cc64f524a347dd91efd1816b724deb5ca1cf879c63
 DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
+DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/activemodel/activemodel-5.2.1.1.ebuild 
b/dev-ruby/activemodel/activemodel-5.2.1.1.ebuild
new file mode 100644
index 000..7572d0ad435
--- /dev/null
+++ b/dev-ruby/activemodel/activemodel-5.2.1.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="Toolkit for building modeling frameworks like Active Record and 
Active Resource"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   ~dev-ruby/activesupport-${PV}:*
+"
+
+ruby_add_bdepend "
+   test? (
+   ~dev-ruby/railties-${PV}
+   dev-ruby/test-unit:2
+   dev-ruby/mocha
+   >=dev-ruby/bcrypt-ruby-3.1.7
+   )"
+
+all_ruby_prepare() {
+   # Set test environment to our hand.
+   sed -i -e '/load_paths/d' test/cases/helper.rb || die "Unable to remove 
load paths"
+}



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

2018-11-28 Thread Hans de Graaff
commit: 7429a8e7d651cb2df389f309ad547407efa9cb05
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 29 07:22:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 29 07:30:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7429a8e7

dev-ruby/activejob: add 5.2.1.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/activejob/Manifest |  1 +
 dev-ruby/activejob/activejob-5.2.1.1.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/activejob/Manifest b/dev-ruby/activejob/Manifest
index 62481317427..8886948bead 100644
--- a/dev-ruby/activejob/Manifest
+++ b/dev-ruby/activejob/Manifest
@@ -4,4 +4,5 @@ DIST rails-5.1.4.tgz 6132874 BLAKE2B 
ec5642b860b7c18cea2c56aa5e2a652e28ab08d39c5
 DIST rails-5.1.5.tgz 6142269 BLAKE2B 
e31b6fb39df4a5cbfa9acd31058b018f5eb8d45d0886d9cb1de5d7de9ed082b67f27d257ac8eeffb0a2663466bc958c72d63309f0a68989d189a11510e835e3e
 SHA512 
8fde1b043976c6bd69235ccbfc1f4ab593fa0cb7ec0dc0cbafcbd2727dfd1b405cc6131e41cc40871bc893cc64f524a347dd91efd1816b724deb5ca1cf879c63
 DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
+DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/activejob/activejob-5.2.1.1.ebuild 
b/dev-ruby/activejob/activejob-5.2.1.1.ebuild
new file mode 100644
index 000..02b140a52b6
--- /dev/null
+++ b/dev-ruby/activejob/activejob-5.2.1.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="Job framework with pluggable queues"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   ~dev-ruby/activesupport-${PV}
+   >=dev-ruby/globalid-0.3.6
+"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/mocha
+   )"
+
+all_ruby_prepare() {
+   # Set test environment to our hand.
+   sed -i -e '/load_paths/d' test/helper.rb || die "Unable to remove load 
paths"
+
+   # Remove all currently unpackaged queues.
+   sed -i -e 's/que queue_classic resque sidekiq sneakers sucker_punch 
backburner//' \
+   -e 's/delayed_job//' Rakefile || die
+}



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

2018-11-28 Thread Hans de Graaff
commit: 3afc3f4c42dd0263e4a2d7a9b8c42b552d07cc20
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 29 07:24:03 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 29 07:30:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3afc3f4c

dev-ruby/actionpack: add 5.2.1.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/actionpack/Manifest  |  1 +
 dev-ruby/actionpack/actionpack-5.2.1.1.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest
index 62481317427..8886948bead 100644
--- a/dev-ruby/actionpack/Manifest
+++ b/dev-ruby/actionpack/Manifest
@@ -4,4 +4,5 @@ DIST rails-5.1.4.tgz 6132874 BLAKE2B 
ec5642b860b7c18cea2c56aa5e2a652e28ab08d39c5
 DIST rails-5.1.5.tgz 6142269 BLAKE2B 
e31b6fb39df4a5cbfa9acd31058b018f5eb8d45d0886d9cb1de5d7de9ed082b67f27d257ac8eeffb0a2663466bc958c72d63309f0a68989d189a11510e835e3e
 SHA512 
8fde1b043976c6bd69235ccbfc1f4ab593fa0cb7ec0dc0cbafcbd2727dfd1b405cc6131e41cc40871bc893cc64f524a347dd91efd1816b724deb5ca1cf879c63
 DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
+DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/actionpack/actionpack-5.2.1.1.ebuild 
b/dev-ruby/actionpack/actionpack-5.2.1.1.ebuild
new file mode 100644
index 000..f18a94520ee
--- /dev/null
+++ b/dev-ruby/actionpack/actionpack-5.2.1.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="Eases web-request routing, handling, and response"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   ~dev-ruby/activesupport-${PV}
+   ~dev-ruby/actionview-${PV}
+   dev-ruby/rack:2.0
+   >=dev-ruby/rack-test-0.6.3:*
+   >=dev-ruby/rails-html-sanitizer-1.0.2:1
+   dev-ruby/rails-dom-testing:2
+"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/mocha:0.14
+   dev-ruby/bundler
+   >=dev-ruby/capybara-2.13:2
+   ~dev-ruby/activemodel-${PV}
+   >=dev-ruby/rack-cache-1.2:1.2
+   www-servers/puma
+   )"
+
+all_ruby_prepare() {
+   # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\)/
 s:^:#:" \
+   -e '/:job/,/end/ s:^:#:' \
+   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
+   rm ../Gemfile.lock || die
+}



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

2018-11-28 Thread Hans de Graaff
commit: eb03ae441e3925083348ca155536660435598902
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov 28 07:00:28 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 29 07:30:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb03ae44

dev-ruby/marcel: install proper gemspec

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/marcel/marcel-0.3.3-r1.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/dev-ruby/marcel/marcel-0.3.3-r1.ebuild 
b/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
new file mode 100644
index 000..151ea3bdb35
--- /dev/null
+++ b/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple mime type detection using magic numbers, filenames, and 
extensions"
+HOMEPAGE="https://github.com/basecamp/marcel;
+SRC_URI="https://github.com/basecamp/marcel/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/mimemagic-0.3.2:0"
+
+all_ruby_prepare() {
+   sed -i -e '2irequire "pathname"' test/test_helper.rb || die
+}



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

2018-11-28 Thread Hans de Graaff
commit: 3665fd12ed9595eb991392af1ed2fe8689569b99
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov 28 06:49:53 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 29 07:30:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3665fd12

dev-util/jenkins-bin: cleanup

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/jenkins-bin/Manifest   |  1 -
 dev-util/jenkins-bin/jenkins-bin-2.138.1.ebuild | 46 -
 2 files changed, 47 deletions(-)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 77d2c7fd6e4..5167b07eabc 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,4 +1,3 @@
-DIST jenkins-bin-2.138.1.war 75714886 BLAKE2B 
9008f33ee79f99e029333ec9071021bf1bfa1f6984f28f9b99bfb88c88b24466c66e3b4ad85bb847b59c54480ef935007ee0b8dae42ab2a4296ae0fbb03e2de3
 SHA512 
22d64e1d895b8d8b82430eaa0f760910e299751e7ba3d4d9bdf206e8644dd2536c14ee3844f5baccabdea5e0b1c30937ecc7d7747aca6d9b03d53c4be04ddbd2
 DIST jenkins-bin-2.138.2.war 75728164 BLAKE2B 
2f322d05f60d4fac93087cae45f5a2a31af03c386d8c3e8ca392a0897d1bb0342e2ce48f9d4d07bb18e5110966078a47f25fbfdadb857f8339ec6f0e289b8fe6
 SHA512 
593b08d1aa0021de1698c7c30737be45425b0b956c3a8b62b3ffebcdfaf9971bf65d16544106265a635e2d21df69b3aca38ddfa7ed6a1ebb34e7cffc24591860
 DIST jenkins-bin-2.138.3.war 75733340 BLAKE2B 
c285d6d9d9a3fbea4463b9413ddb9bb0970be1b0cfea64525ba84110a83cee1a0e99177dcc9a3b4b67bf31479af2438c98c9e086d0bd4c06508d3d54c86f1bce
 SHA512 
8cd8388a3b0e596821ea9c3b316294489b14e24e9a7f332940be1bcb93af7e6b9c02bb077d1ba421c39a5399c241bcdcb516a8f19fd480181ec32e1ddbc5e596
 DIST jenkins-bin-2.146.war 75878664 BLAKE2B 
9063d66b8113162bcb177e878f679c80201fc5ef6bff3b6b222387c4c4655739b11579fef4ffe5282f4bdae58d407f9903665acfb1743e068a5453fd944ef163
 SHA512 
7d3fa96a97dd701f438e582dc2840b214e78df725daaa03a4646e846ec9f57ad0544b87d84b6436b8128e0a4a55c74c8c122b8f5ba607c8885f4c23b0b9ab8b9

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.138.1.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.138.1.ebuild
deleted file mode 100644
index 3b701c29b1b..000
--- a/dev-util/jenkins-bin/jenkins-bin-2.138.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user systemd
-
-DESCRIPTION="Extensible continuous integration server"
-HOMEPAGE="https://jenkins.io/;
-LICENSE="MIT"
-SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
-RESTRICT="mirror"
-SLOT="lts"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND="media-fonts/dejavu
-   media-libs/freetype
-   !dev-util/jenkins-bin:0
-   >=virtual/jre-1.8.0"
-
-S=${WORKDIR}
-
-JENKINS_DIR=/var/lib/jenkins
-
-pkg_setup() {
-   enewgroup jenkins
-   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
-}
-
-src_install() {
-   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
-
-   insinto /opt/jenkins
-   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
-
-   newinitd "${FILESDIR}"/${PN}.init2 jenkins
-   newconfd "${FILESDIR}"/${PN}.confd jenkins
-
-   systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service
-
-   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
-}



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

2018-11-28 Thread Hans de Graaff
commit: f70206ff0b5ab9b4b05435505507dadc1ded697f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 29 07:24:50 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 29 07:30:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70206ff

dev-ruby/activestorage: add 5.2.1.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/activestorage/Manifest|  1 +
 .../activestorage/activestorage-5.2.1.1.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-ruby/activestorage/Manifest b/dev-ruby/activestorage/Manifest
index 8a992be5526..4fe609f469b 100644
--- a/dev-ruby/activestorage/Manifest
+++ b/dev-ruby/activestorage/Manifest
@@ -1,2 +1,3 @@
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
+DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/activestorage/activestorage-5.2.1.1.ebuild 
b/dev-ruby/activestorage/activestorage-5.2.1.1.ebuild
new file mode 100644
index 000..73eab3a2fa7
--- /dev/null
+++ b/dev-ruby/activestorage/activestorage-5.2.1.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="activestorage.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="Attach cloud and local files in Rails applications"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+DEPEND+=" test? ( app-text/mupdf ) "
+
+ruby_add_rdepend "
+   ~dev-ruby/actionpack-${PV}:*
+   ~dev-ruby/activerecord-${PV}:*
+   >=dev-ruby/marcel-0.3.1 =dev-ruby/marcel-0.3*
+"
+
+ruby_add_bdepend "
+   test? (
+   ~dev-ruby/railties-${PV}
+   dev-ruby/test-unit:2
+   dev-ruby/mini_magick
+   dev-ruby/mocha
+   dev-ruby/rake
+   dev-ruby/sqlite3
+   )"
+
+all_ruby_prepare() {
+  # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|rubocop\|capybara\|rack-cache\|json\|dalli\|listen\|connection_pool\|puma\|mysql2\)/
 s:^:#:" \
+   -e '/dalli/ s/2.7.7/2.7.9/' \
+   -e '/:job/,/end/ s:^:#:' \
+   -e '/:test/,/^end/ s:^:#:' \
+   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
+   rm ../Gemfile.lock || die
+}



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

2018-11-28 Thread Hans de Graaff
commit: 591ce05e7edcda218287b52a4389fb5b97b13598
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov 28 06:42:03 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 29 07:30:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591ce05e

dev-ruby/em-websocket: fix metadata warning

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/em-websocket/metadata.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-ruby/em-websocket/metadata.xml 
b/dev-ruby/em-websocket/metadata.xml
index 8cebe0b9e50..d9e1c6808b5 100644
--- a/dev-ruby/em-websocket/metadata.xml
+++ b/dev-ruby/em-websocket/metadata.xml
@@ -1,15 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   b...@gentoo.org
-   Aaron Bauman
-   
+  
+b...@gentoo.org
+Aaron Bauman
+  
   
 r...@gentoo.org
 Gentoo Ruby Project
   
-   
-   igrigorik/em-websocket
-   
+  
+igrigorik/em-websocket
+  
 



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

2018-11-28 Thread Hans de Graaff
commit: 4727242428c0fd5a71f1dff35f28e5e095842cf9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 29 07:29:47 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 29 07:30:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47272424

dev-ruby/rails: add 5.2.1.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/rails/Manifest |  1 +
 dev-ruby/rails/rails-5.2.1.1.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/rails/Manifest b/dev-ruby/rails/Manifest
index 7d5b0f11dec..33c8c4e11ad 100644
--- a/dev-ruby/rails/Manifest
+++ b/dev-ruby/rails/Manifest
@@ -4,4 +4,5 @@ DIST rails-5.1.4.gem 6656 BLAKE2B 
1a6d15a13eca0fdc3b78d359b0d1edc29c29ac4186f15f
 DIST rails-5.1.5.gem 6656 BLAKE2B 
a6d86d40c215ba343f4bfeb5bb11db15a3f3b0d5828df3a8179f678b8df313a49952bed21842bdfe71965d80da88ce08fb665a3a843ff5ab4115e49ca71f5a8e
 SHA512 
33aa51d13261b2cc040a603f3a94a2a56d02e7e9f2591d46b43c72a00923b7869ec61ae288cb19a6d90789ff322c4a536f715ddf6d79eddf6ae8bc72f1b3332f
 DIST rails-5.1.6.gem 6656 BLAKE2B 
9e5af755854f7096446f5f02cc93ea0f32d9699440cc925c397fa8a62337d01b3d8e04f74d40d1a409e789b55e3046e3ed565d87f5cfe8f8d8225335c7ed0734
 SHA512 
df201bdbdb720c4ec3045cab908d5e97c53e3a31e29d84224e7bf918f6f2cd108a47792ac39e091b9a0cdd9749f15adc8c5c703659610f5da11d9bd9a63c13b9
 DIST rails-5.2.0.gem 6656 BLAKE2B 
f436d571ba9bb3866ad0568d3514b46fecdc26019b2237b111089df9473ec9706e52aaa00a1d8787523847cd5bd2e6fc3f470257f347fb5f37ce293d570859e8
 SHA512 
323b82b0b6a8451d37097925299624814f54a1f7896563bb23d34df37a1d41bf1ee50164211569fd9859ed55a6323af13310f9ad267d130fd3341acd71275558
+DIST rails-5.2.1.1.gem 6656 BLAKE2B 
08b08a8993ee4ad5e395da8ba59b46d896d926603a545f73aa3aacab8f59235867945ff1042511ddba7d568e0f0a5a80abd8c5d40b9dc9172bccb3c6731367dc
 SHA512 
f7d87e722100c1bbea0eb77c8d3aa337a9359293d3f0f372611bb330904c935a997c15f07a28ca70587fbd1706b39de5b9ca9821512e6f34a1898f29d80772fd
 DIST rails-5.2.1.gem 6656 BLAKE2B 
0ed8e5d0ccfd0d41d2574f0acf02ce67f068108780f4bff27ac1ac2c5f103ee3fbf566db92b85b3b590549837ec31c3f22ce1d11ecd24e64fe6fea692ad088d7
 SHA512 
1c90b91bfcd064f06e93a00e22e8a73f371390640ef4c59e5552ea802e68b2f1f04cc735aa618c7c7839d160df0e7175f60f1bd97c9ead4ad56393a7121db990

diff --git a/dev-ruby/rails/rails-5.2.1.1.ebuild 
b/dev-ruby/rails/rails-5.2.1.1.ebuild
new file mode 100644
index 000..131a8e94463
--- /dev/null
+++ b/dev-ruby/rails/rails-5.2.1.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="ruby on rails is a web-application and persistance framework"
+HOMEPAGE="http://www.rubyonrails.org;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+IUSE="+asset-pipeline"
+
+ruby_add_rdepend "
+   ~dev-ruby/actioncable-${PV}
+   ~dev-ruby/actionmailer-${PV}
+   ~dev-ruby/actionpack-${PV}
+   ~dev-ruby/actionview-${PV}
+   ~dev-ruby/activejob-${PV}
+   ~dev-ruby/activemodel-${PV}
+   ~dev-ruby/activerecord-${PV}
+   ~dev-ruby/activestorage-${PV}
+   ~dev-ruby/activesupport-${PV}
+   ~dev-ruby/railties-${PV}
+   >=dev-ruby/bundler-1.3 =dev-ruby/bundler-1*
+   >=dev-ruby/sprockets-rails-2.0.0:*
+   asset-pipeline? (
+   dev-ruby/jquery-rails:*
+   >=dev-ruby/sass-rails-5.0:5.0
+   >=dev-ruby/uglifier-1.3.0:*
+   >=dev-ruby/coffee-rails-4.1.0:*
+   )"
+
+# also: turbolinks, >=jbuilder-1.2:1



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

2018-11-28 Thread Hans de Graaff
commit: 3e14c3eea013753c69bbfe91cc5187d36c92b178
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 29 07:27:30 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 29 07:30:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e14c3ee

dev-ruby/activerecord: add 5.2.1.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/activerecord/Manifest|  1 +
 dev-ruby/activerecord/activerecord-5.2.1.1.ebuild | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest
index 62481317427..8886948bead 100644
--- a/dev-ruby/activerecord/Manifest
+++ b/dev-ruby/activerecord/Manifest
@@ -4,4 +4,5 @@ DIST rails-5.1.4.tgz 6132874 BLAKE2B 
ec5642b860b7c18cea2c56aa5e2a652e28ab08d39c5
 DIST rails-5.1.5.tgz 6142269 BLAKE2B 
e31b6fb39df4a5cbfa9acd31058b018f5eb8d45d0886d9cb1de5d7de9ed082b67f27d257ac8eeffb0a2663466bc958c72d63309f0a68989d189a11510e835e3e
 SHA512 
8fde1b043976c6bd69235ccbfc1f4ab593fa0cb7ec0dc0cbafcbd2727dfd1b405cc6131e41cc40871bc893cc64f524a347dd91efd1816b724deb5ca1cf879c63
 DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
+DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/activerecord/activerecord-5.2.1.1.ebuild 
b/dev-ruby/activerecord/activerecord-5.2.1.1.ebuild
new file mode 100644
index 000..f278e7fcc6d
--- /dev/null
+++ b/dev-ruby/activerecord/activerecord-5.2.1.1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# this is not null so that the dependencies will actually be filled
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
+HOMEPAGE="https://github.com/rails/rails/;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE="mysql postgres sqlite"
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "~dev-ruby/activesupport-${PV}
+   ~dev-ruby/activemodel-${PV}
+   dev-ruby/arel:9.0
+   sqlite? ( >=dev-ruby/sqlite3-1.3.6 )
+   mysql? ( || ( dev-ruby/mysql2:0.4 >=dev-ruby/mysql2-0.3.18:0.3 ) )
+   postgres? ( >=dev-ruby/pg-0.18.0:* )"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/bundler
+   ~dev-ruby/actionpack-${PV}
+   ~dev-ruby/actionmailer-${PV}
+   >=dev-ruby/sqlite3-1.3.6
+   dev-ruby/mocha
+   dev-ruby/minitest:5
+   )"
+
+DEPEND+=" test? ( >=dev-db/sqlite-3.12.1 )"
+
+all_ruby_prepare() {
+   # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   rm ../Gemfile.lock || die
+   sed -i -e 
"/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|execjs\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|minitest\|sprockets\|stackprof\)/
 s:^:#:" \
+   -e '/:job/,/end/ s:^:#:' \
+   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
+   sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' 
../railties/railties.gemspec || die
+   sed -i -e '/bcrypt/ s/3.0.0/3.0/' ../Gemfile || die
+
+   # Add back json in the Gemfile because we dropped some dependencies
+   # earlier that implicitly required it.
+   sed -i -e '$agem "json"' ../Gemfile || die
+
+   # Avoid test 

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

2018-11-28 Thread Hans de Graaff
commit: 0e0622023888214402ab63195bb0b601d882d5c8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 29 07:21:47 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 29 07:30:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e062202

dev-ruby/actioncable: add 5.2.1.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/actioncable/Manifest   |  1 +
 dev-ruby/actioncable/actioncable-5.2.1.1.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/actioncable/Manifest b/dev-ruby/actioncable/Manifest
index d89033122f9..5f478506410 100644
--- a/dev-ruby/actioncable/Manifest
+++ b/dev-ruby/actioncable/Manifest
@@ -3,4 +3,5 @@ DIST rails-5.1.4.tgz 6132874 BLAKE2B 
ec5642b860b7c18cea2c56aa5e2a652e28ab08d39c5
 DIST rails-5.1.5.tgz 6142269 BLAKE2B 
e31b6fb39df4a5cbfa9acd31058b018f5eb8d45d0886d9cb1de5d7de9ed082b67f27d257ac8eeffb0a2663466bc958c72d63309f0a68989d189a11510e835e3e
 SHA512 
8fde1b043976c6bd69235ccbfc1f4ab593fa0cb7ec0dc0cbafcbd2727dfd1b405cc6131e41cc40871bc893cc64f524a347dd91efd1816b724deb5ca1cf879c63
 DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
+DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/actioncable/actioncable-5.2.1.1.ebuild 
b/dev-ruby/actioncable/actioncable-5.2.1.1.ebuild
new file mode 100644
index 000..10f73da56c5
--- /dev/null
+++ b/dev-ruby/actioncable/actioncable-5.2.1.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_EXTRAINSTALL="app"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="Integrated WebSockets for Rails"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+# Tests require many new dependencies, skipping for now
+RESTRICT="test"
+
+ruby_add_rdepend "
+   ~dev-ruby/actionpack-${PV}:*
+   dev-ruby/nio4r:2
+   >=dev-ruby/websocket-driver-0.6.1:0
+"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/railties-4.2.0
+   dev-ruby/test-unit:2
+   >=dev-ruby/mocha-0.14.0:0.14
+   )"



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

2018-11-28 Thread Hans de Graaff
commit: 40a0640c41fab420f15b81a635d7fa6242a3d474
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 29 07:25:35 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 29 07:30:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a0640c

dev-ruby/actionmailer: add 5.2.1.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/actionmailer/Manifest|  1 +
 dev-ruby/actionmailer/actionmailer-5.2.1.1.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest
index 62481317427..8886948bead 100644
--- a/dev-ruby/actionmailer/Manifest
+++ b/dev-ruby/actionmailer/Manifest
@@ -4,4 +4,5 @@ DIST rails-5.1.4.tgz 6132874 BLAKE2B 
ec5642b860b7c18cea2c56aa5e2a652e28ab08d39c5
 DIST rails-5.1.5.tgz 6142269 BLAKE2B 
e31b6fb39df4a5cbfa9acd31058b018f5eb8d45d0886d9cb1de5d7de9ed082b67f27d257ac8eeffb0a2663466bc958c72d63309f0a68989d189a11510e835e3e
 SHA512 
8fde1b043976c6bd69235ccbfc1f4ab593fa0cb7ec0dc0cbafcbd2727dfd1b405cc6131e41cc40871bc893cc64f524a347dd91efd1816b724deb5ca1cf879c63
 DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
+DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/actionmailer/actionmailer-5.2.1.1.ebuild 
b/dev-ruby/actionmailer/actionmailer-5.2.1.1.ebuild
new file mode 100644
index 000..621ff560956
--- /dev/null
+++ b/dev-ruby/actionmailer/actionmailer-5.2.1.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="Framework for designing email-service layers"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   ~dev-ruby/actionpack-${PV}
+   ~dev-ruby/actionview-${PV}
+   ~dev-ruby/activejob-${PV}
+   >=dev-ruby/mail-2.5.4:* =dev-ruby/mail-2*:*
+   dev-ruby/rails-dom-testing:2"
+
+ruby_add_bdepend "test? (
+   dev-ruby/mocha
+)"
+
+all_ruby_prepare() {
+   # Set test environment to our hand.
+   rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
+   sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to 
remove load paths"
+
+   # Avoid a test failing only on attachment ordering, since this is a
+   # security release.
+   sed -i -e '/adding inline attachments while rendering mail works/askip 
"gentoo: fails on ordering"' test/base_test.rb || die
+}



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

2018-11-28 Thread Hans de Graaff
commit: 4920a2c29bcae6b3d67390ccf11ffdb236704dfa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 29 07:29:06 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 29 07:30:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4920a2c2

dev-ruby/railties: add 5.2.1.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/railties/Manifest|  1 +
 dev-ruby/railties/railties-5.2.1.1.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/dev-ruby/railties/Manifest b/dev-ruby/railties/Manifest
index 62481317427..8886948bead 100644
--- a/dev-ruby/railties/Manifest
+++ b/dev-ruby/railties/Manifest
@@ -4,4 +4,5 @@ DIST rails-5.1.4.tgz 6132874 BLAKE2B 
ec5642b860b7c18cea2c56aa5e2a652e28ab08d39c5
 DIST rails-5.1.5.tgz 6142269 BLAKE2B 
e31b6fb39df4a5cbfa9acd31058b018f5eb8d45d0886d9cb1de5d7de9ed082b67f27d257ac8eeffb0a2663466bc958c72d63309f0a68989d189a11510e835e3e
 SHA512 
8fde1b043976c6bd69235ccbfc1f4ab593fa0cb7ec0dc0cbafcbd2727dfd1b405cc6131e41cc40871bc893cc64f524a347dd91efd1816b724deb5ca1cf879c63
 DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
+DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/railties/railties-5.2.1.1.ebuild 
b/dev-ruby/railties/railties-5.2.1.1.ebuild
new file mode 100644
index 000..8dc48c4f937
--- /dev/null
+++ b/dev-ruby/railties/railties-5.2.1.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_TEST="test:regular"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="railties.gemspec"
+
+RUBY_FAKEGEM_BINDIR="exe"
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="Tools for creating, working with, and running Rails applications"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+# The test suite has many failures, most likely due to a mismatch in
+# exact dependencies or environment specifics. Needs further
+# investigation.
+RESTRICT="test"
+
+RDEPEND+=">=app-eselect/eselect-rails-0.23"
+
+ruby_add_rdepend "
+   ~dev-ruby/activesupport-${PV}
+   ~dev-ruby/actionpack-${PV}
+   >=dev-ruby/thor-0.18.1
+   >=dev-ruby/rake-0.8.7
+   dev-ruby/method_source
+"
+
+ruby_add_bdepend "
+   test? (
+   ~dev-ruby/actionview-${PV}
+   dev-ruby/mocha:0.14
+   )"
+
+all_ruby_prepare() {
+   rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
+   sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to 
remove load paths"
+   sed -i -e '1igem "minitest", "~>4.0"' test/abstract_unit.rb || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   ruby_fakegem_binwrapper rails rails-${PV}
+}
+
+pkg_postinst() {
+   elog "To select between slots of rails, use:"
+   elog "\teselect rails"
+
+   eselect rails update
+}
+
+pkg_postrm() {
+   eselect rails update
+}



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

2018-11-28 Thread Hans de Graaff
commit: b9ff6e170c97367ab2b45aad863261fc29aa475a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 29 07:20:22 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 29 07:30:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ff6e17

dev-ruby/activesupport: add 5.2.1.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/activesupport/Manifest|  1 +
 .../activesupport/activesupport-5.2.1.1.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest
index 62481317427..8886948bead 100644
--- a/dev-ruby/activesupport/Manifest
+++ b/dev-ruby/activesupport/Manifest
@@ -4,4 +4,5 @@ DIST rails-5.1.4.tgz 6132874 BLAKE2B 
ec5642b860b7c18cea2c56aa5e2a652e28ab08d39c5
 DIST rails-5.1.5.tgz 6142269 BLAKE2B 
e31b6fb39df4a5cbfa9acd31058b018f5eb8d45d0886d9cb1de5d7de9ed082b67f27d257ac8eeffb0a2663466bc958c72d63309f0a68989d189a11510e835e3e
 SHA512 
8fde1b043976c6bd69235ccbfc1f4ab593fa0cb7ec0dc0cbafcbd2727dfd1b405cc6131e41cc40871bc893cc64f524a347dd91efd1816b724deb5ca1cf879c63
 DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
+DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/activesupport/activesupport-5.2.1.1.ebuild 
b/dev-ruby/activesupport/activesupport-5.2.1.1.ebuild
new file mode 100644
index 000..da315eeef56
--- /dev/null
+++ b/dev-ruby/activesupport/activesupport-5.2.1.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="Utility Classes and Extension to the Standard Library"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   >=dev-ruby/concurrent-ruby-1.0.2:1
+   || ( dev-ruby/i18n:1 dev-ruby/i18n:0.9 dev-ruby/i18n:0.8 
dev-ruby/i18n:0.7 )
+   >=dev-ruby/tzinfo-1.1:1
+   >=dev-ruby/minitest-5.1:5"
+
+# memcache-client, nokogiri, and builder are not strictly
+# needed, but there are tests using this code.
+ruby_add_bdepend "test? (
+   >=dev-ruby/dalli-2.2.1
+   >=dev-ruby/nokogiri-1.4.5
+   >=dev-ruby/builder-3.1.0
+   >=dev-ruby/listen-3.0.5:3
+   dev-ruby/rack
+   dev-ruby/mocha
+   )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|mysql\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|minitest\|sprockets\|stackprof\|rack-cache\|redis\|sqlite\)/
 s:^:#:" \
+   -e '/:job/,/end/ s:^:#:' \
+   -e '/group :doc/,/^end/ s:^:#:' \
+   -e 's/gemspec/gemspec path: "activesupport"/' \
+   -e '5igem "builder"; gem "rack"' ../Gemfile || die
+   rm ../Gemfile.lock || die
+
+   # Avoid test that depends on timezone
+   sed -i -e '/test_implicit_coercion/,/^  end/ s:^:#:' 
test/core_ext/duration_test.rb || 

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

2018-11-28 Thread Hans de Graaff
commit: 53b98b35c464384353466a4bb4b4ce438ce0aae0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 29 07:23:05 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 29 07:30:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b98b35

dev-ruby/actionview: add 5.2.1.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/actionview/Manifest  |  1 +
 dev-ruby/actionview/actionview-5.2.1.1.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-ruby/actionview/Manifest b/dev-ruby/actionview/Manifest
index 62481317427..8886948bead 100644
--- a/dev-ruby/actionview/Manifest
+++ b/dev-ruby/actionview/Manifest
@@ -4,4 +4,5 @@ DIST rails-5.1.4.tgz 6132874 BLAKE2B 
ec5642b860b7c18cea2c56aa5e2a652e28ab08d39c5
 DIST rails-5.1.5.tgz 6142269 BLAKE2B 
e31b6fb39df4a5cbfa9acd31058b018f5eb8d45d0886d9cb1de5d7de9ed082b67f27d257ac8eeffb0a2663466bc958c72d63309f0a68989d189a11510e835e3e
 SHA512 
8fde1b043976c6bd69235ccbfc1f4ab593fa0cb7ec0dc0cbafcbd2727dfd1b405cc6131e41cc40871bc893cc64f524a347dd91efd1816b724deb5ca1cf879c63
 DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
+DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/actionview/actionview-5.2.1.1.ebuild 
b/dev-ruby/actionview/actionview-5.2.1.1.ebuild
new file mode 100644
index 000..59f72e8673d
--- /dev/null
+++ b/dev-ruby/actionview/actionview-5.2.1.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="Simple, battle-tested conventions and helpers for building web 
pages"
+HOMEPAGE="https://github.com/rails/rails/;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   ~dev-ruby/activesupport-${PV}
+   >=dev-ruby/builder-3.1:* =dev-ruby/builder-3*:*
+   >=dev-ruby/erubi-1.4:0
+   >=dev-ruby/rails-html-sanitizer-1.0.3:1
+   dev-ruby/rails-dom-testing:2
+"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/mocha
+   ~dev-ruby/actionpack-${PV}
+   ~dev-ruby/activemodel-${PV}
+   )"
+
+all_ruby_prepare() {
+   # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|rack-cache\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|bcrypt\|uglifier\|mime-types\|minitest\|sprockets\|stackprof\)/
 s:^:#:" \
+   -e '/:job/,/end/ s:^:#:' \
+   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
+   rm ../Gemfile.lock || die
+
+   # Avoid tests failing due to missing logger setup in activerecord,
+   # most likely related to test environment setup.
+   rm -f 
test/activerecord/render_partial_with_record_identification_test.rb || die
+}



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

2018-11-28 Thread Matt Turner
commit: d57389b683bd273322a9bff7d9cc522e21a4e5cd
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:08:21 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d57389b6

media-libs/libepoxy: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-libs/libepoxy/Manifest  |  1 -
 media-libs/libepoxy/libepoxy-1.5.1.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/media-libs/libepoxy/Manifest b/media-libs/libepoxy/Manifest
index d27b51633a6..6be52074314 100644
--- a/media-libs/libepoxy/Manifest
+++ b/media-libs/libepoxy/Manifest
@@ -1,2 +1 @@
-DIST libepoxy-1.5.1.tar.gz 324985 BLAKE2B 
338b558ca3c174c04383dfc1bfe4f444965aef745b3043183d4024df62b37fdfc923c5c1d243a3061201a0f7b6946ce443d4ede3195b85d1022c187f46b08540
 SHA512 
f839f82e4ffabda42a2bb9c2822ba2e8da6583bdb481daa2e090e62b580fdfb0d11f96af790685769317ff2446d1d8d7cb6374b2049614ee938b84014b604bce
 DIST libepoxy-1.5.3.tar.gz 326768 BLAKE2B 
053665429a249adca4c9b3d57797949e3a0ffd0ed3f1c66cb8becfb884431e44a4cccb6b2fd3788a86ee01268ebad3cc36e67e391d2aa5cdea28837a162be9ad
 SHA512 
e831f4f918f08fd5f799501efc0e23b8d404478651634f5e7b35f8ebcc29d91abc447ab20da062dde5be75e18cb39ffea708688e6534f7ab257b949f9c53ddc8

diff --git a/media-libs/libepoxy/libepoxy-1.5.1.ebuild 
b/media-libs/libepoxy/libepoxy-1.5.1.ebuild
deleted file mode 100644
index 0dac30a38a2..000
--- a/media-libs/libepoxy/libepoxy-1.5.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://github.com/anholt/${PN}.git;
-
-if [[ ${PV} = * ]]; then
-   GIT_ECLASS="git-r3"
-fi
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE='xml(+)'
-inherit ${GIT_ECLASS} meson multilib-minimal python-any-r1
-
-DESCRIPTION="Epoxy is a library for handling OpenGL function pointer 
management for you"
-HOMEPAGE="https://github.com/anholt/libepoxy;
-if [[ ${PV} = * ]]; then
-   SRC_URI=""
-else
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
-   SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test +X"
-
-DEPEND="${PYTHON_DEPS}
-   media-libs/mesa[egl,${MULTILIB_USEDEP}]
-   X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )"
-RDEPEND=""
-
-src_unpack() {
-   default
-   [[ $PV = * ]] && git-r3_src_unpack
-}
-
-multilib_src_configure() {
-   local emesonargs=(
-   -Degl=yes
-   -Dglx=$(usex X)
-   -Dx11=$(usex X true false)
-   )
-   meson_src_configure
-}
-
-multilib_src_compile() {
-   meson_src_compile
-}
-
-multilib_src_test() {
-   meson_src_test
-}
-
-multilib_src_install() {
-   meson_src_install
-}



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

2018-11-28 Thread Matt Turner
commit: 9203916199f70b69d67651608a1674f0eb14f239
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:07:37 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92039161

dev-libs/wayland-protocols: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/Manifest|  3 --
 .../wayland-protocols-1.13.ebuild  | 43 --
 .../wayland-protocols-1.14.ebuild  | 43 --
 .../wayland-protocols-1.15.ebuild  | 43 --
 4 files changed, 132 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index f43a6a7ddc0..0afb9719007 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,5 +1,2 @@
-DIST wayland-protocols-1.13.tar.xz 99680 BLAKE2B 
6bb0ecf08e6b0950c50ba40cffc07d79dd95244abc7d2622f9c232bc2b1cfdaeb9fb1e9f1650ff60defc99ae184abf47f13888f44f429136f2a631afe1c2d5e8
 SHA512 
f35c21da289038651b75af064ec7c10779158829f578e7320faf401e980da3c958d85e5bcad00994c574cac6319a3ab975aa5483a9b438f781b767bd6303e194
-DIST wayland-protocols-1.14.tar.xz 99844 BLAKE2B 
55298d24dbaa6cce017775313e9f4cfccbf3176d7ef24c786f1384111a274c3a0164ac753ebfb4e708094199105cc32ccb58cdb22711e0e0711441dde45883bb
 SHA512 
78d2b47c462618ece0c9c19f250b28efb39436e715f624205c7705dbbae4f125ff2eafa2454e7dce527d3b13449dcb037b2829ea9d9f52809d6b8187a204
-DIST wayland-protocols-1.15.tar.xz 100816 BLAKE2B 
22ab7291a4554345a40858d1051e4842ddf1b4442e4a5446f1d8ef4202c8e71307daec5a9a1cca18e7134329367063509286f85b40d9bfda52276945c5b799f2
 SHA512 
4a3dcd8f3219f3c43fb2399b33626a579d4fbfb94298fd5a831946e7eadfcc0538b6732f71cbc7ac2c2896362821efd5ac6b1392071b831fa80eb7b2f48845b3
 DIST wayland-protocols-1.16.tar.xz 104156 BLAKE2B 
7c6403e5498c2a9f1a97dfeef780a8df0bd05287e8866619657b29f5fc79c82fcc0892a7099b5eda80720dd136f8fa3c848c05aaf870e978e09ab2b04d883c2b
 SHA512 
8ab33021854f3e8f6bca7a9e69427e7a3e53297cc0abd4c006de7e55fac66da3ad88489a6eb4e6c28c7ba2addd96e7f055309f3c8918643b18ef78a4fb637f84
 DIST wayland-protocols-1.17.tar.xz 107680 BLAKE2B 
cde978ceeaa9d71ac76cd007c511011fed6a110e772a6a9e880a5fd07a0318239a11235aac25b855d0f7ed5ae9980dd2103886092e85a92ed606c8a2f53de726
 SHA512 
5f3aacbba58717092036659d9b665dc10ff05ee51df61b1de38b22f0417285a74fd8a6d15ca049ad60d204f28203aa13d773c52140c7c02db2c498a6964c2643

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.13.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.13.ebuild
deleted file mode 100644
index 3f94387b181..000
--- a/dev-libs/wayland-protocols/wayland-protocols-1.13.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} = * ]]; then
-   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git;
-   EXPERIMENTAL="true"
-
-   inherit git-r3 autotools
-else
-   inherit autotools
-fi
-
-DESCRIPTION="Wayland protocol files"
-HOMEPAGE="https://wayland.freedesktop.org/;
-
-if [[ $PV != * ]]; then
-   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/wayland"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_test() {
-   export XDG_RUNTIME_DIR="${T}/runtime-dir"
-   mkdir "${XDG_RUNTIME_DIR}" || die
-   chmod 0700 "${XDG_RUNTIME_DIR}" || die
-
-   default
-}

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.14.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.14.ebuild
deleted file mode 100644
index 4948be07ff8..000
--- a/dev-libs/wayland-protocols/wayland-protocols-1.14.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} = * ]]; then
-   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git;
-   EXPERIMENTAL="true"
-
-   inherit git-r3 autotools
-else
-   inherit autotools
-fi
-
-DESCRIPTION="Wayland protocol files"
-HOMEPAGE="https://wayland.freedesktop.org/;
-
-if [[ $PV != * ]]; then
-   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/wayland"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_test() {
-   export XDG_RUNTIME_DIR="${T}/runtime-dir"
-  

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

2018-11-28 Thread Matt Turner
commit: 1634cf81c7405b1c72d00aa606d41b33c3fac404
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:14:29 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1634cf81

x11-misc/xbitmaps: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/xbitmaps/Manifest |  1 -
 x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild | 15 ---
 x11-misc/xbitmaps/xbitmaps-1.1.1-r2.ebuild | 19 ---
 x11-misc/xbitmaps/xbitmaps-1.1.2.ebuild| 15 ---
 4 files changed, 50 deletions(-)

diff --git a/x11-misc/xbitmaps/Manifest b/x11-misc/xbitmaps/Manifest
index 9203ccf5a7a..204d162f553 100644
--- a/x11-misc/xbitmaps/Manifest
+++ b/x11-misc/xbitmaps/Manifest
@@ -1,2 +1 @@
-DIST xbitmaps-1.1.1.tar.bz2 113346 BLAKE2B 
2ecedf3208ca8d5e4802bccae0316e0dcb5ad9b1efede1ace2348779797f29adf6aa6b173fae4874cf7ab73341f87af0bdac645a9e378c8946fbd941739fefd3
 SHA512 
172a74014e699e5f295ae726a77f1669baf4ac00d64a138b77e5502102b2a02c10127f35ccea5b6af5479d17f60a6bb63ac0f943fd071ab8b396d43ef314ae61
 DIST xbitmaps-1.1.2.tar.bz2 129435 BLAKE2B 
eff2f1e2efbabf447cbe98db09f81db96dc1442d4cce01b570774fb4e3e7323a40385d7821685724a9d9c69219528da980b2ecf01b0d3b822be8879e4d7f3e9c
 SHA512 
eed5e2fce9fc6c532984e6ed1262e440591e311ca6c61a7fe7a5c877df84bfc2d7aff388fb9c894fc098785b8e5352f0bd7c918252247a040cf123874847450d

diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild 
b/x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild
deleted file mode 100644
index 3b936b57bde..000
--- a/x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_MODULE=data/
-XORG_STATIC=no
-inherit xorg-2
-
-DESCRIPTION="X.Org bitmaps data"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"

diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.1-r2.ebuild 
b/x11-misc/xbitmaps/xbitmaps-1.1.1-r2.ebuild
deleted file mode 100644
index e389753a928..000
--- a/x11-misc/xbitmaps/xbitmaps-1.1.1-r2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="X.Org bitmaps data"
-HOMEPAGE="https://www.x.org/wiki/;
-SRC_URI="mirror://xorg/data/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-# there is nothing to compile for this package, all its contents are produced 
by
-# configure. the only make job that matters is make install
-src_compile() { true; }

diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.2.ebuild 
b/x11-misc/xbitmaps/xbitmaps-1.1.2.ebuild
deleted file mode 100644
index 84fc20341b5..000
--- a/x11-misc/xbitmaps/xbitmaps-1.1.2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_MODULE=data/
-XORG_STATIC=no
-inherit xorg-2
-
-DESCRIPTION="X.Org bitmaps data"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"



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

2018-11-28 Thread Matt Turner
commit: bef51967c08ec440423ac169bd567b2e45693f07
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:13:31 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef51967

x11-misc/imake: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/imake/imake-1.0.7.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/x11-misc/imake/imake-1.0.7.ebuild 
b/x11-misc/imake/imake-1.0.7.ebuild
deleted file mode 100644
index 58f52c2cf95..000
--- a/x11-misc/imake/imake-1.0.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_STATIC=no
-inherit xorg-2
-
-DESCRIPTION="C preprocessor interface to the make utility"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-misc/xorg-cf-files"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-src_prepare() {
-   # don't use Sun compilers on Solaris, we want GCC from prefix
-   sed -i \
-   -e "1s/^/#if defined(sun)\n# undef sun\n#endif/" \
-   imake.c imakemdep.h || die "sed failed"
-   xorg-2_src_prepare
-}



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

2018-11-28 Thread Matt Turner
commit: 95f5a7c0d38ae15e8c374ec38c23f88608a2ed72
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:04:47 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f5a7c0

x11-misc/util-macros-1.19.2-r1: hppa stable, bug 668900

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/util-macros/util-macros-1.19.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild 
b/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild
index 42263bca718..788375df917 100644
--- a/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild
+++ b/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xorg/util/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # there is nothing to compile for this package, all its contents are produced 
by



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

2018-11-28 Thread Matt Turner
commit: d08b28b88518c0be325e6606e19340ce941d591d
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:04:48 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08b28b8

x11-misc/xbitmaps-1.1.2-r1: hppa stable, bug 668900

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild 
b/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild
index eb4387a8214..8bf08bfdeb5 100644
--- a/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild
+++ b/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xorg/data/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xorg-cf-files/

2018-11-28 Thread Matt Turner
commit: c1a35927e55680ba0bc18694aa841cf7e239a395
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:15:25 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a35927

x11-misc/xorg-cf-files: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild | 32 ---
 1 file changed, 32 deletions(-)

diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild 
b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild
deleted file mode 100644
index 6c6d7152945..000
--- a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="Old Imake-related build files"
-SRC_URI+=" 
https://dev.gentoo.org/~mattst88/distfiles/${PN}-1.0.6-solaris-prefix.patch.bz2;
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${WORKDIR}"/${PN}-1.0.6-solaris-prefix.patch
-)
-
-src_install() {
-   xorg-2_src_install
-   echo "#define ManDirectoryRoot ${EPREFIX}/usr/share/man" >> 
"${ED}"/usr/$(get_libdir)/X11/config/host.def || die
-   sed -i -e "s/LibDirName *lib$/LibDirName $(get_libdir)/" 
"${ED}"/usr/$(get_libdir)/X11/config/Imake.tmpl || die "failed libdir sed"
-   sed -i -e "s|LibDir Concat(ProjectRoot,/lib/X11)|LibDir 
Concat(ProjectRoot,/$(get_libdir)/X11)|" 
"${ED}"/usr/$(get_libdir)/X11/config/X11.tmpl || die "failed libdir sed"
-   sed -i -e "s|\(EtcX11Directory \)\(/etc/X11$\)|\1${EPREFIX}\2|" 
"${ED}"/usr/$(get_libdir)/X11/config/X11.tmpl || die "failed etcx11dir sed"
-   sed -i -e "/#  define Solaris64bitSubdir/d" 
"${ED}"/usr/$(get_libdir)/X11/config/sun.cf || die
-   sed -i -e 's/-DNOSTDHDRS//g' 
"${ED}"/usr/$(get_libdir)/X11/config/sun.cf || die
-
-   sed -r -i -e "s|LibDirName[[:space:]]+lib.*$|LibDirName $(get_libdir)|" 
"${ED}"/usr/$(get_libdir)/X11/config/linux.cf || die "failed libdir sed"
-   sed -r -i -e "s|SystemUsrLibDir[[:space:]]+/usr/lib.*$|SystemUsrLibDir 
/usr/$(get_libdir)|" "${ED}"/usr/$(get_libdir)/X11/config/linux.cf || die 
"failed libdir sed"
-   sed -r -i -e "s|TkLibDir[[:space:]]+/usr/lib.*$|TkLibDir 
/usr/$(get_libdir)|" "${ED}"/usr/$(get_libdir)/X11/config/linux.cf || die 
"failed libdir sed"
-}



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

2018-11-28 Thread Matt Turner
commit: fce329cbd84e5fc22fc2b50a8118bf8178aa9b70
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:04:49 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce329cb

x11-misc/xkeyboard-config-2.25: hppa stable, bug 668900

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild
index 9e74ca80665..4800e866059 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="mirror://xorg/data/${PN}/${P}.tar.bz2"
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2018-11-28 Thread Matt Turner
commit: cf4e69a0fdb6de3daab3a2c992d8b7e7b21a83de
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:04:46 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4e69a0

x11-misc/makedepend-1.0.5-r1: hppa stable, bug 668900

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/makedepend/makedepend-1.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild 
b/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild
index 104e8f36bbd..98dbb8d1fd1 100644
--- a/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild
+++ b/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="mirror://xorg/util/${P}.tar.bz2"
-   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2018-11-28 Thread Matt Turner
commit: 9ac69e6a930d276e2c1292191f4486bd4dee15ba
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:04:45 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac69e6a

x11-misc/imake-1.0.7-r1: hppa stable, bug 668900

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/imake/imake-1.0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/imake/imake-1.0.7-r1.ebuild 
b/x11-misc/imake/imake-1.0.7-r1.ebuild
index 548b22561b6..e58d443f1ed 100644
--- a/x11-misc/imake/imake-1.0.7-r1.ebuild
+++ b/x11-misc/imake/imake-1.0.7-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="mirror://xorg/util/${P}.tar.bz2"
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2018-11-28 Thread Matt Turner
commit: aa273c9fbb8dad55abe4bfa85625081920d89c4a
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:04:43 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa273c9f

x11-libs/libdrm-2.4.96: hppa stable, bug 668900

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/x11-libs/libdrm/libdrm-2.4.96.ebuild 
b/x11-libs/libdrm/libdrm-2.4.96.ebuild
index e21b5bc2a08..4b57c2f2b4f 100644
--- a/x11-libs/libdrm/libdrm-2.4.96.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.96.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} = * ]]; then
SRC_URI=""
 else
SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 fi
 
 VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"



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

2018-11-28 Thread Matt Turner
commit: cf19fac9486c8d39e5aaa276e584815ebbb9400f
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:10:29 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf19fac9

media-libs/mesa: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-libs/mesa/Manifest   |   4 -
 .../mesa-18.2.4-meson-fix-libatomic-tests.patch|  13 -
 ...2.4-meson-link-gallium-nine-with-pthreads.patch |  34 --
 media-libs/mesa/mesa-18.1.9.ebuild | 540 -
 media-libs/mesa/mesa-18.2.4.ebuild | 520 
 media-libs/mesa/mesa-18.3.0_rc2.ebuild | 515 
 media-libs/mesa/mesa-18.3.0_rc3.ebuild | 519 
 media-libs/mesa/metadata.xml   |   2 -
 8 files changed, 2147 deletions(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 2d2812b945c..f1d79738475 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,7 +1,3 @@
-DIST mesa-18.1.9.tar.xz 11146188 BLAKE2B 
753f0fa3780502d56927f9b0e6124b4728cb5aa3600de78585487fb8e178c6987a72b79fb56e6c310757d157f9f85f12b73a6889bd361b51b62fb1dc1c20eecd
 SHA512 
22db2950d25a3d9393e7c622c783bd177c21695569c8a95683bf77e92318e1db85672a134d4bea30c1f49a24e52bc3a2c1a0ac15deafb3a8fcbfb6de6a18adc2
-DIST mesa-18.2.4.tar.xz 11377556 BLAKE2B 
b11c33ade744fb976862fecccbcc4c97196a005e40a00ef02bd8d409b66b3aa11f97baee13f2aa92f2d7c5461b2ef44beae3103687dea9ee29e92439a068f08a
 SHA512 
088d43b087f4005752e4db75eaa6897e0fcb6de7b9a1f2d2b2ce3b5557d1dff829022e0092e8b1038ff01182c863ca0f26c97b9adde34bca462d3fa24502bfde
 DIST mesa-18.2.5.tar.xz 11365620 BLAKE2B 
401fbbcb0e56a97122c11b7d47e506fe86795e942ca412abfa0c29010434447d96bc17fa0e7fc43090c94d7907fc0acaed5f7dada164e8906dca43da0b64a932
 SHA512 
dd454c720241dffa61f3380be62479979a43004b2a52293b817bd3ea95f75960edee680e7380a13fae09b67a90dc0393e4a022d543db91b2f142f2468a9661f0
 DIST mesa-18.2.6.tar.xz 11384440 BLAKE2B 
33c2f5425a98d71ec813b52cc24e9934b0617438279f77c5f5d4bf9dba85931d387bf5c852ddf1f036c4baf7ca23761c8422eb2c61b84eeebea71e510c91335c
 SHA512 
a7dd02f67384bb800dff70a0672a968ced96bb438605cdb39bde3e468d4dcf6162414a44e5da1abe7a1831fceb6f23e6c850eb5f80cfc5ee3861c14924c10ed4
-DIST mesa-18.3.0-rc2.tar.xz 11862200 BLAKE2B 
4776d1dbf9fdab9dffc36ce8cdd5531491251c9d6f8317ec962d0a0556201ecf72a8cbc9ef2870085041e12702bba2a8be011d21ed440eec08fe81b2f96e
 SHA512 
af12adafbeac33f1ee527a0c7f61c24251912b5ee0a9e55d46f0133e6897b0ca91486ae2b3236159e43addef4de474a7b71ec3932083e68b9e94e480ee91c9fa
-DIST mesa-18.3.0-rc3.tar.xz 11862412 BLAKE2B 
b310ebdc2a62bc0ff9796cfafab1252d46eadc17c3e0abad894776c73b4c640eedc6481666a0ad111abd1dfd8f40f2419b6afca03804225a10ff53080d2f582b
 SHA512 
5ddc7ba15c47aeb3b6239147a43ff79435fce7d8a9a14b63f14d6382f9e911899821ad3e07a0c2dc5dbf3735b2fe5ee534d34614fbf1f89029d2de5d95955eeb
 DIST mesa-18.3.0-rc4.tar.xz 11863728 BLAKE2B 
4b3ad84c09009c6555d97a24e276becc292ee9a63bd1f9f5abf8896e584aa5f7748f27c1a3d6059a908d9dc117aa6f26b6a444e63ee59a431b0b257049aa6b57
 SHA512 
ee1adf9f8237a4f72a8b44ba9aeeb58fad041240e98ab71da6203f2a634f4b9dcd2758b4b5c592104cd51e431acb5292e79d8dd5a61a21c18ae7f93a9d98af41

diff --git a/media-libs/mesa/files/mesa-18.2.4-meson-fix-libatomic-tests.patch 
b/media-libs/mesa/files/mesa-18.2.4-meson-fix-libatomic-tests.patch
deleted file mode 100644
index d8709eae8f7..000
--- a/media-libs/mesa/files/mesa-18.2.4-meson-fix-libatomic-tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/meson.build b/meson.build
-index 690e7d3d8aa..fb08e905ebd 100644
 a/meson.build
-+++ b/meson.build
-@@ -906,7 +906,7 @@ if not cc.links('''#include 
-  return __sync_add_and_fetch(, (uint64_t)1);
-}''',
- name : 'GCC 64bit atomics')
--  pre_args += '-DMISSING_64_BIT_ATOMICS'
-+  pre_args += '-DMISSING_64BIT_ATOMICS'
- endif
- 
- # TODO: shared/static? Is this even worth doing?

diff --git 
a/media-libs/mesa/files/mesa-18.2.4-meson-link-gallium-nine-with-pthreads.patch 
b/media-libs/mesa/files/mesa-18.2.4-meson-link-gallium-nine-with-pthreads.patch
deleted file mode 100644
index 11d4f9cac07..000
--- 
a/media-libs/mesa/files/mesa-18.2.4-meson-link-gallium-nine-with-pthreads.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 7652931d33b36c93b2e84713baa8c283d568402e Mon Sep 17 00:00:00 2001
-From: Dylan Baker 
-Date: Thu, 1 Nov 2018 14:12:57 -0700
-Subject: [PATCH] meson: link gallium nine with pthreads
-
-In some cases (not building with llvm, which automatically pulls in
-pthreads) nine needs to be directly linked with pthreads. Fixes building
-on x86 (32 bit) without llvm.
-
-Distro bug: https://bugs.gentoo.org/670094
-Fixes: 6b4c7047d57178d3362a710ad503057c6a582ca3
-   ("meson: build gallium nine state_tracker")
-Tested-by: Rafal Lalik 
-Reviewed-by: Matt Turner 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeyboard-config/, x11-misc/xkeyboard-config/files/

2018-11-28 Thread Matt Turner
commit: a0584b3bce0c4c2c382cc394c3800923e8bcf58b
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:15:08 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0584b3b

x11-misc/xkeyboard-config: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/xkeyboard-config/Manifest |  2 -
 ...keyboard-config-2.23.1_fix_typo_in_polish.patch | 25 --
 .../xkeyboard-config-2.23.1-r1.ebuild  | 42 -
 .../xkeyboard-config-2.23.1-r2.ebuild  | 55 --
 .../xkeyboard-config-2.24-r1.ebuild| 51 
 .../xkeyboard-config/xkeyboard-config-2.24.ebuild  | 40 
 6 files changed, 215 deletions(-)

diff --git a/x11-misc/xkeyboard-config/Manifest 
b/x11-misc/xkeyboard-config/Manifest
index 25ccf5de1cf..c57328977b6 100644
--- a/x11-misc/xkeyboard-config/Manifest
+++ b/x11-misc/xkeyboard-config/Manifest
@@ -1,3 +1 @@
-DIST xkeyboard-config-2.23.1.tar.bz2 1053991 BLAKE2B 
c5551eb39f4cb240d36943d1e2fd3f9156bada61bb33013f6c43d036fb55aef5332fdb133ab6cfb03ebdbc68dcb3df7d974e3972904936b1e6dd89eafc4ec647
 SHA512 
d651bb89c265e58abe8bba4af6683364a8023cb73af7d00f401f33960e44fa94a7d8a8fdd2483d6703d1c261ca72ae5f2b53f543cfb70b2f571cfe9dcb80c3ba
-DIST xkeyboard-config-2.24.tar.bz2 1057889 BLAKE2B 
be9c6e0e0885c8a40406b3cf761f854268026084f2025a1a9f3e0326570543dd7fa11a2355947da1018d35af2ab4818092abbef5b7bdc3da923fcfe65059977d
 SHA512 
96b65d18a85443a9bf93d65a4423da6e2b3d44882dae6a03bf46768a92017e9762cf3721361ba399c2873d53782944d0292eb673484f1cd8a8bdbf643e7a1dc0
 DIST xkeyboard-config-2.25.tar.bz2 1055253 BLAKE2B 
80de6393f7dc2af18c4ef0e31458c4ff10333213fc109e01db809f8362af53315601e276ed856edf0b15e264b499f6335c380cc33ba6e11448e686c6a0295fa0
 SHA512 
2d9d6bdd885edc8e03e5a2c136c3b29b4ea795122709fa210bf151c4e7416a44fa2928bb29137ee8c6691d8646c1f645748576dea3f940ce84c8d4d0f91e09eb

diff --git 
a/x11-misc/xkeyboard-config/files/xkeyboard-config-2.23.1_fix_typo_in_polish.patch
 
b/x11-misc/xkeyboard-config/files/xkeyboard-config-2.23.1_fix_typo_in_polish.patch
deleted file mode 100644
index 7d9e6fca2dc..000
--- 
a/x11-misc/xkeyboard-config/files/xkeyboard-config-2.23.1_fix_typo_in_polish.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 9a5cecf64ffc427a6a5a7c9a061992c32e5b8a4f Mon Sep 17 00:00:00 2001
-From: Gunnar Hjalmarsson 
-Date: Thu, 1 Feb 2018 15:37:46 +0100
-Subject: Fix typo in Polish symbols file
-
-https://bugs.freedesktop.org/show_bug.cgi?id=104904

- symbols/pl | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/symbols/pl b/symbols/pl
-index 52e7959..800cb85 100644
 a/symbols/pl
-+++ b/symbols/pl
-@@ -497,7 +497,6 @@ partial alphanumeric_keys
-include "sun_vndr/pl(sun_type6)"
- };
- 

- //Glagolica
- partial alphanumeric_keys
- xkb_symbols "glagolica"
--- 
-cgit v1.1
-

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1-r1.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1-r1.ebuild
deleted file mode 100644
index 34dead4f82a..000
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_STATIC=no
-inherit xorg-2
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git;
-
-DESCRIPTION="X keyboard configuration database"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-[[ ${PV} == ** ]] || 
SRC_URI="https://www.x.org/releases/individual/data/xkeyboard-config/${P}.tar.bz2;
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-IUSE=""
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="!https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git;
-   inherit autotools git-r3
-   # x11-misc/util-macros only required on live ebuilds
-   LIVE_DEPEND=">=x11-misc/util-macros-1.18"
-else
-   SRC_URI="mirror://xorg/data/${PN}/${P}.tar.bz2"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-BDEPEND="
-   virtual/pkgconfig
-"
-RDEPEND="
-   !https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git;
-   inherit autotools git-r3
-   # x11-misc/util-macros only required on live ebuilds
-   LIVE_DEPEND=">=x11-misc/util-macros-1.18"
-else
-   

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

2018-11-28 Thread Matt Turner
commit: 613ce935fad5b2207532db7fa3d108a4b3b98f80
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:14:05 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613ce935

x11-misc/util-macros: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/util-macros/Manifest |  1 -
 x11-misc/util-macros/util-macros-1.19.1-r1.ebuild | 17 -
 x11-misc/util-macros/util-macros-1.19.1.ebuild| 11 ---
 x11-misc/util-macros/util-macros-1.19.2.ebuild| 11 ---
 4 files changed, 40 deletions(-)

diff --git a/x11-misc/util-macros/Manifest b/x11-misc/util-macros/Manifest
index 2723b0cab4b..106e76be00d 100644
--- a/x11-misc/util-macros/Manifest
+++ b/x11-misc/util-macros/Manifest
@@ -1,2 +1 @@
-DIST util-macros-1.19.1.tar.bz2 83274 BLAKE2B 
014cf10cb1389809c4de793d28aa7941403734bc0abb28d920b22be3f05b7597a7106d716b0f3b5de5dc945fa23095dfd032e103711dbcd0711b8634a5153b7e
 SHA512 
d69a415d5922f072bab1ddf8984c98bc349a24ffc7a60184320a12992a76b04d7cb773b426b1a7000e6dc7983d59df51bbc8f2ff25273d63e4e238b4cd91eb38
 DIST util-macros-1.19.2.tar.bz2 84139 BLAKE2B 
94eeeca771042671c6915c562e055c8b965f874c3a5aa1c8107abe38ca984ee32293f68a51ca73d65ac82d245dec6e02ddd62939ab14aee12b4b6fbf350b8c39
 SHA512 
3f51504b27f0478c136126f15110cf3cdbba218c4d74a8e974cca1381c6e8364609bd0c444f2fb19aa86a7f4e848dfce4f4da940463b224036f75a60b3d88619

diff --git a/x11-misc/util-macros/util-macros-1.19.1-r1.ebuild 
b/x11-misc/util-macros/util-macros-1.19.1-r1.ebuild
deleted file mode 100644
index dd326f167cc..000
--- a/x11-misc/util-macros/util-macros-1.19.1-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="X.Org autotools utility macros"
-HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/;
-SRC_URI="mirror://xorg/util/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-# there is nothing to compile for this package, all its contents are produced 
by
-# configure. the only make job that matters is make install
-src_compile() { true; }

diff --git a/x11-misc/util-macros/util-macros-1.19.1.ebuild 
b/x11-misc/util-macros/util-macros-1.19.1.ebuild
deleted file mode 100644
index 51a04097da4..000
--- a/x11-misc/util-macros/util-macros-1.19.1.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/macros.git;
-DESCRIPTION="X.Org autotools utility macros"
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""

diff --git a/x11-misc/util-macros/util-macros-1.19.2.ebuild 
b/x11-misc/util-macros/util-macros-1.19.2.ebuild
deleted file mode 100644
index d97a6a0bf6d..000
--- a/x11-misc/util-macros/util-macros-1.19.2.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/macros.git;
-DESCRIPTION="X.Org autotools utility macros"
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""



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

2018-11-28 Thread Matt Turner
commit: 24c998b4dc2ff300e0452ac88f6982198b77937c
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:13:46 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c998b4

x11-misc/makedepend: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/makedepend/makedepend-1.0.5.ebuild | 14 --
 1 file changed, 14 deletions(-)

diff --git a/x11-misc/makedepend/makedepend-1.0.5.ebuild 
b/x11-misc/makedepend/makedepend-1.0.5.ebuild
deleted file mode 100644
index 0b45317580d..000
--- a/x11-misc/makedepend/makedepend-1.0.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_STATIC=no
-inherit xorg-2
-
-DESCRIPTION="create dependencies in makefiles"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"



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

2018-11-28 Thread Matt Turner
commit: 4ab344a59e0632e9a630db0c1e630af6425396e0
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:07:59 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab344a5

media-fonts/encodings: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-fonts/encodings/encodings-1.0.4-r1.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/media-fonts/encodings/encodings-1.0.4-r1.ebuild 
b/media-fonts/encodings/encodings-1.0.4-r1.ebuild
deleted file mode 100644
index 50926c9d180..000
--- a/media-fonts/encodings/encodings-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="X.Org font encodings"
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="x11-apps/mkfontscale
-   >=media-fonts/font-util-1.1.1-r1"
-
-ECONF_SOURCE="${S}"



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

2018-11-28 Thread Matt Turner
commit: b1c43c47084c7222e048238f0b380da753793211
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:04:44 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c43c47

x11-misc/gccmakedep-1.0.3-r1: hppa stable, bug 668900

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild 
b/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild
index 385f6db7229..87b4031565b 100644
--- a/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild
+++ b/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="mirror://xorg/util/${P}.tar.bz2"
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2018-11-28 Thread Matt Turner
commit: 2364699a17ff4d2a26a455915a247a58f21546ab
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:13:14 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2364699a

x11-misc/gccmakedep: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild | 12 
 1 file changed, 12 deletions(-)

diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild 
b/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild
deleted file mode 100644
index 50a4017e5f1..000
--- a/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_STATIC=no
-inherit xorg-2
-
-DESCRIPTION="create dependencies in makefiles using 'gcc -M'"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="x11-base/xorg-proto"



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

2018-11-28 Thread Matt Turner
commit: 682f689a4da70eaafdf3879bde342302a7efb4f9
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:12:48 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682f689a

x11-libs/libX11: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libX11/Manifest|  1 -
 x11-libs/libX11/libX11-1.6.6.ebuild | 52 -
 2 files changed, 53 deletions(-)

diff --git a/x11-libs/libX11/Manifest b/x11-libs/libX11/Manifest
index 3761a2da2bd..3c1bb4f9036 100644
--- a/x11-libs/libX11/Manifest
+++ b/x11-libs/libX11/Manifest
@@ -1,2 +1 @@
-DIST libX11-1.6.6.tar.bz2 2342730 BLAKE2B 
7b3936606a6cf8981d691caa06b2ebbf2383259a4b74ebc6fa72277ce4870222d7e797037f21cd669dc1f1177f5a08f7fdd5d0158b6579c3ca3d0587a3e4e950
 SHA512 
9866dc6b158b15a96efe140b6fa68a775889a37e5565a126216211fee63868e02629a9f9f41816d590ef150560f43b8864010a77a6318c9109e76aec1d21b4d7
 DIST libX11-1.6.7.tar.bz2 2290260 BLAKE2B 
d149d3eacdb1cd80de378076dd96bbaa2cf0cf24d4431ed1afbc00f6ff43cb5dbbea01345230e8b06cd05900d77d4771a72e3b8c5ddda69cb25c95f02a58d9ce
 SHA512 
edd2273b9dadbbf90ad8d7b5715db29eb120a5a22ad2595f697e56532cc24b84e358580c00548fa6be8e9d26601a2b2cdab32272c59266709534317abbd05cd5

diff --git a/x11-libs/libX11/libX11-1.6.6.ebuild 
b/x11-libs/libX11/libX11-1.6.6.ebuild
deleted file mode 100644
index 765aa43ccd5..000
--- a/x11-libs/libX11/libX11-1.6.6.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DOC=doc
-XORG_EAUTORECONF=yes
-XORG_MULTILIB=yes
-inherit xorg-2 toolchain-funcs
-
-DESCRIPTION="X.Org X11 library"
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="ipv6 test"
-
-RDEPEND="x11-base/xorg-proto
-   >=x11-libs/libxcb-1.11.1[${MULTILIB_USEDEP}]
-   x11-libs/xtrans"
-DEPEND="${RDEPEND}
-   test? ( dev-lang/perl )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.1.4-aix-pthread.patch
-   "${FILESDIR}"/${PN}-1.1.5-winnt-private.patch
-   "${FILESDIR}"/${PN}-1.1.5-solaris.patch
-)
-
-src_configure() {
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_with doc xmlto)
-   $(use_enable doc specs)
-   $(use_enable ipv6)
-   --without-fop
-   )
-
-   [[ ${CHOST} == *-interix* ]] && export ac_cv_func_poll=no
-   xorg-2_src_configure
-}
-
-multilib_src_compile() {
-   if tc-is-cross-compiler; then
-   # Make sure the build-time tool "makekeys" uses build settings.
-   tc-export_build_env BUILD_CC
-   emake -C src/util \
-   CC="${BUILD_CC}" \
-   CFLAGS="${BUILD_CFLAGS}" \
-   LDFLAGS="${BUILD_LDFLAGS}" \
-   clean all
-   fi
-
-   default
-}



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

2018-11-28 Thread Matt Turner
commit: dfd0bfa3c394fdb23f55eb7418168e0e2c06e9de
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:11:10 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd0bfa3

x11-apps/fonttosfnt: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/fonttosfnt/Manifest   |  1 -
 x11-apps/fonttosfnt/fonttosfnt-1.0.4-r1.ebuild | 13 -
 2 files changed, 14 deletions(-)

diff --git a/x11-apps/fonttosfnt/Manifest b/x11-apps/fonttosfnt/Manifest
index f2eec56e994..dabf2a71cac 100644
--- a/x11-apps/fonttosfnt/Manifest
+++ b/x11-apps/fonttosfnt/Manifest
@@ -1,2 +1 @@
-DIST fonttosfnt-1.0.4.tar.bz2 106121 BLAKE2B 
9ae24fa3824ef530865af68a22e38e8343e7b4978270f911b0ab3d7f0efc14536c1c8f713f299c75e78ad1f8d5b89eec9ad31227c894333d2e52799e5bebfdc8
 SHA512 
15764d51f581a18c5f25224312a4cf0558bd6b1676d8e5e58f8eb4ae156908bb679726e848b46a316b54a8120e664122f96f7b1233da372b2351923652920b1e
 DIST fonttosfnt-1.0.5.tar.bz2 141446 BLAKE2B 
277f7f182d0c45ed06fd67ad0c839c2b116d64d801fbd623b81b8a9cbe5ee77a89b6b5cd277d3090a9b6be6e006bea36e1cf98e2dbdb2917e54ddfa30d0b659b
 SHA512 
dba990098c95b07bc7240699a5c9ea11f056fbfddd70f669ae283548cbf20d756b28d817a99548c23ba81de9792877296ab6f35ee3c630e5c3cd8f14650ce297

diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.0.4-r1.ebuild 
b/x11-apps/fonttosfnt/fonttosfnt-1.0.4-r1.ebuild
deleted file mode 100644
index 61d81756292..000
--- a/x11-apps/fonttosfnt/fonttosfnt-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit xorg-2
-
-DESCRIPTION="X.Org fonttosfnt application"
-KEYWORDS="amd64 arm ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-RDEPEND="x11-libs/libX11
-   =media-libs/freetype-2*
-   x11-libs/libfontenc"
-DEPEND="${RDEPEND}"



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

2018-11-28 Thread Matt Turner
commit: f7dac77311dc0fdd5b8baf13b808ea389b2e3a3a
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:06:50 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7dac773

dev-libs/wayland: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland/Manifest  |  1 -
 dev-libs/wayland/wayland-1.15.0.ebuild | 73 --
 2 files changed, 74 deletions(-)

diff --git a/dev-libs/wayland/Manifest b/dev-libs/wayland/Manifest
index 90b92d2812c..796b113aaa5 100644
--- a/dev-libs/wayland/Manifest
+++ b/dev-libs/wayland/Manifest
@@ -1,2 +1 @@
-DIST wayland-1.15.0.tar.xz 432932 BLAKE2B 
d86e5ba52c16664926e4688317db3fad4f9629c3903239dde46ee238ef7874f28e39daa6bbda96519dfda4ff83a1f540522f21fbabe9b71aa263523481d4eb5b
 SHA512 
f908917f1b575d2dc4d9770d3303e2637e8744fcb5c81feb2af2fe82cc51f54e22beaddfbe775fcf9623584169b7a062c75076132abeb888717180bfab53b3a8
 DIST wayland-1.16.0.tar.xz 435216 BLAKE2B 
862cc8ca9da060f9b8345aa0a62a4af76a31562246b75d2679bcf30cc894cc94ec28f97951f766b6e5297b2e113cd8b08e5682dacbfc79544c0085995693ec55
 SHA512 
64eca2b1c0bc7913508a5499dae87e2723c712d8024acbb4c77c3c4a6c20de78c10704ae9827fd034116ca540a547aeec28c5a1e3bd382b23f85231424b0f49c

diff --git a/dev-libs/wayland/wayland-1.15.0.ebuild 
b/dev-libs/wayland/wayland-1.15.0.ebuild
deleted file mode 100644
index e13f0b8db1a..000
--- a/dev-libs/wayland/wayland-1.15.0.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland.git;
-
-if [[ ${PV} = * ]]; then
-   GIT_ECLASS="git-r3"
-fi
-
-inherit autotools libtool ltprune multilib-minimal toolchain-funcs $GIT_ECLASS
-
-DESCRIPTION="Wayland protocol libraries"
-HOMEPAGE="https://wayland.freedesktop.org/;
-
-if [[ $PV = * ]]; then
-   SRC_URI=""
-else
-   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="doc static-libs"
-
-RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
-   >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
-   dev-libs/libxml2:=
-   !

[gentoo-commits] repo/gentoo:master commit in: x11-misc/xorg-cf-files/

2018-11-28 Thread Matt Turner
commit: 1aeed40f308169aba241317b3e7468f641085d8d
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:04:50 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aeed40f

x11-misc/xorg-cf-files-1.0.6-r1: hppa stable, bug 668900

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild 
b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild
index af999d6892d..3f17605c8b8 100644
--- a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild
+++ b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://xorg/util/${P}.tar.bz2
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 BDEPEND="



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

2018-11-28 Thread Matt Turner
commit: 8b5519a076adb22a3f24bc2b185c76541ea94ec0
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:04:42 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5519a0

x11-libs/libX11-1.6.7: hppa stable, bug 668900

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/x11-libs/libX11/libX11-1.6.7.ebuild 
b/x11-libs/libX11/libX11-1.6.7.ebuild
index 1a1b9cf64d7..28ae23b5ff7 100644
--- a/x11-libs/libX11/libX11-1.6.7.ebuild
+++ b/x11-libs/libX11/libX11-1.6.7.ebuild
@@ -10,7 +10,7 @@ inherit xorg-2 toolchain-funcs
 
 DESCRIPTION="X.Org X11 library"
 
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="ipv6 test"
 
 RDEPEND="x11-base/xorg-proto



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

2018-11-28 Thread Matt Turner
commit: b5d14df4576aa2eb130d47585704457d377e31ef
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:12:11 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d14df4

x11-libs/libSM: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libSM/Manifest  |  1 -
 x11-libs/libSM/libSM-1.2.2-r2.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/x11-libs/libSM/Manifest b/x11-libs/libSM/Manifest
index a61301e3c2d..c85bffd502d 100644
--- a/x11-libs/libSM/Manifest
+++ b/x11-libs/libSM/Manifest
@@ -1,2 +1 @@
-DIST libSM-1.2.2.tar.bz2 348908 BLAKE2B 
f3d6d40bfb3058000fd13e9f5ed8daa6628ef197d737e9186e66a517d4c0d4238fa65d0f922b9e6b2839a6f37344c64a560b126911679315cb3824c814d474c7
 SHA512 
dfb91dcc7200fce8d0a62953ae4b81fcb00d525674bbcc6dfcaa23ecb35e1213ceb07cc51f590072dce2107909903160d9f3636a0434fe2a605b1e9a9bd0a6ca
 DIST libSM-1.2.3.tar.bz2 362595 BLAKE2B 
20b7327cd16e066bd2a81eae60f52cab7499dd92d65786d0e5726faa64c2055376749562ff2158777f83711e1517b90b2dc94670892b787889b3950c0a975b68
 SHA512 
74c42e27029db78475e62025b4711dbac5e22d2f8e8a24be98a1c31b03c0fc4afe859928f851800ea0b76854f12147900dc4f27bbfd3d8ea45daaaf24b70a903

diff --git a/x11-libs/libSM/libSM-1.2.2-r2.ebuild 
b/x11-libs/libSM/libSM-1.2.2-r2.ebuild
deleted file mode 100644
index e34a0aac36c..000
--- a/x11-libs/libSM/libSM-1.2.2-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DOC=doc
-XORG_MULTILIB=yes
-inherit xorg-2
-
-DESCRIPTION="X.Org Session Management library"
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="doc ipv6 +uuid"
-
-RDEPEND="x11-base/xorg-proto
-   >=x11-libs/libICE-1.0.8-r1[${MULTILIB_USEDEP}]
-   x11-libs/xtrans
-   !elibc_FreeBSD? ( !elibc_SunOS? ( !elibc_Darwin? (
-   uuid? ( >=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}] )
-   ) ) )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local withuuid=$(use_with uuid libuuid)
-
-   # do not use uuid even if available in libc (like on FreeBSD)
-   use uuid || export ac_cv_func_uuid_create=no
-
-   if use uuid ; then
-   case ${CHOST} in
-   *-solaris*|*-darwin*)
-   if [[ ! -d ${EROOT}usr/include/uuid ]] &&
-   [[ -d ${ROOT}usr/include/uuid ]]
-   then
-   # Solaris and Darwin have uuid provided 
by the host
-   # system.  Since util-linux's version 
is based on this
-   # version, and on Darwin actually 
breaks host headers when
-   # installed, we can "pretend" for libSM 
we have libuuid
-   # installed, while in fact we don't
-   withuuid="--without-libuuid"
-   export HAVE_LIBUUID=yes
-   export 
LIBUUID_CFLAGS="-I${ROOT}usr/include/uuid"
-   # Darwin has uuid in libSystem
-   [[ ${CHOST} == *-solaris* ]] && export 
LIBUUID_LIBS="-luuid"
-   fi
-   ;;
-   esac
-   fi
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable ipv6)
-   $(use_enable doc docs)
-   $(use_with doc xmlto)
-   ${withuuid}
-   --without-fop
-   )
-   xorg-2_src_configure
-}



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

2018-11-28 Thread Matt Turner
commit: a632f8c9a583abf46a4c8f667d5981b45605e4bc
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:11:37 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a632f8c9

x11-libs/libdrm: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libdrm/Manifest |  3 --
 x11-libs/libdrm/libdrm-2.4.93.ebuild | 76 
 x11-libs/libdrm/libdrm-2.4.94.ebuild | 76 
 x11-libs/libdrm/libdrm-2.4.95.ebuild | 76 
 4 files changed, 231 deletions(-)

diff --git a/x11-libs/libdrm/Manifest b/x11-libs/libdrm/Manifest
index 099b1993ba6..5fc2abc7782 100644
--- a/x11-libs/libdrm/Manifest
+++ b/x11-libs/libdrm/Manifest
@@ -1,4 +1 @@
-DIST libdrm-2.4.93.tar.bz2 826579 BLAKE2B 
6b2775a6bc631001be874d1337ef9607ee8ff5b86ce5e3d8ff6c6eb58182a30e2c70592cb4eb9e88c9e046d73b510f632272c57621706afd1db416acc6ce366c
 SHA512 
ba4221e8d6a3a9872fb6d30a0ea391e30ea0e17f249c66f067bed9c2161ed1ad8083959cb2c212834c6566c3e025f4daae31e9533d77aae19b9de6c2ab3d
-DIST libdrm-2.4.94.tar.bz2 829060 BLAKE2B 
99de0fb3df6ea9bb5540cf0e3bdfe182c28db9876f679030eaaed1abd873bb818586bc07e73e0499f831ccaa7ede91a5b73b2b2bf681853e14e786a4af9abd98
 SHA512 
1a1699d6ea70b8759b37f3863e0802a99430b58f02e62632ad451356e2463eaf6faf4b810323f7dcc85ffdcca28f674b32caa5631ebd65b83e5b86bd59a35937
-DIST libdrm-2.4.95.tar.bz2 820722 BLAKE2B 
ee12f1b9fabc0a00f5adba33fe17000d018cfd5d7fbb4e737bceadcd8e897b846fcccdc262582c4d37508738671a0fedc1a653976214327eb998dca7d5834e01
 SHA512 
9bf8178a871bb059471f58f236c8362245e08877b732b2c8366d402e8066c9a74707e4ec3bf680fca12303f1319875edc98ae8e31bc9826f172798f47197e631
 DIST libdrm-2.4.96.tar.bz2 829518 BLAKE2B 
d9a21ce31af65812c1b23968ef6c1901aea106b4cc68d76d3641a17b98423024b804bfda509862174eba98271bd7156c7f08d81bc0a520ea4a25c8e2e0bfd598
 SHA512 
008cb7658d953b44e11fa3cc6e00dfeb3efb59c7fdadd59f7066101aff138acbbc2f2508e9ebe0528340e39dc7693937755d1641816ddde135c10a13e7d81e3b

diff --git a/x11-libs/libdrm/libdrm-2.4.93.ebuild 
b/x11-libs/libdrm/libdrm-2.4.93.ebuild
deleted file mode 100644
index 11d0b618285..000
--- a/x11-libs/libdrm/libdrm-2.4.93.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git;
-
-if [[ ${PV} = * ]]; then
-   GIT_ECLASS="git-r3"
-fi
-
-inherit ${GIT_ECLASS} meson multilib-minimal
-
-DESCRIPTION="X.Org libdrm library"
-HOMEPAGE="https://dri.freedesktop.org/;
-if [[ ${PV} = * ]]; then
-   SRC_URI=""
-else
-   SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-fi
-
-VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"
-for card in ${VIDEO_CARDS}; do
-   IUSE_VIDEO_CARDS+=" video_cards_${card}"
-done
-
-IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
-RESTRICT="test" # see bug #236845
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="elibc_FreeBSD? ( 
>=dev-libs/libpthread-stubs-0.4:=[${MULTILIB_USEDEP}] )
-   video_cards_intel? ( 
>=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-   valgrind? ( dev-util/valgrind )"
-
-src_unpack() {
-   default
-   [[ $PV = * ]] && git-r3_src_unpack
-}
-
-multilib_src_configure() {
-   local emesonargs=(
-   # Udev is only used by tests now.
-   -Dudev=false
-   -Dcairo-tests=false
-   -Damdgpu=$(usex video_cards_amdgpu true false)
-   -Dexynos=$(usex video_cards_exynos true false)
-   -Dfreedreno=$(usex video_cards_freedreno true false)
-   -Dintel=$(usex video_cards_intel true false)
-   -Dnouveau=$(usex video_cards_nouveau true false)
-   -Domap=$(usex video_cards_omap true false)
-   -Dradeon=$(usex video_cards_radeon true false)
-   -Dtegra=$(usex video_cards_tegra true false)
-   -Dvc4=$(usex video_cards_vc4 true false)
-   -Detnaviv=$(usex video_cards_vivante true false)
-   -Dvmwgfx=$(usex video_cards_vmware true false)
-   -Dlibkms=$(usex libkms true false)
-   # valgrind installs its .pc file to the pkgconfig for the 
primary arch
-   -Dvalgrind=$(usex valgrind auto false)
-   )
-   meson_src_configure
-}
-
-multilib_src_compile() {
-   meson_src_compile
-}
-
-multilib_src_test() {
-   meson_src_test
-}
-
-multilib_src_install() {
-   meson_src_install
-}

diff --git a/x11-libs/libdrm/libdrm-2.4.94.ebuild 
b/x11-libs/libdrm/libdrm-2.4.94.ebuild
deleted file mode 100644
index ec0bdd16c35..000
--- 

[gentoo-commits] repo/gentoo:master commit in: app-forensics/sleuthkit/, app-forensics/sleuthkit/files/

2018-11-28 Thread Göktürk Yüksek
commit: e848842de5bfddc72ef014c13d97b62801b5b6fd
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Thu Nov 29 02:54:50 2018 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Nov 29 02:58:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e848842d

app-forensics/sleuthkit: bump to 4.6.4

- Add support for dev-db/postgresql via 'postgres' USE flag
- Strip the version in the sleuthkit jar file name when installing
  as per eclass recommendation
- Fix the regex in src_install
  (Buggy version worked fine for previous versions, no user visible breakage)

Signed-off-by: Göktürk Yüksek  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-forensics/sleuthkit/Manifest   |   2 +
 .../sleuthkit-4.6.4-default-jar-location-fix.patch |  58 +
 app-forensics/sleuthkit/sleuthkit-4.6.4.ebuild | 254 +
 3 files changed, 314 insertions(+)

diff --git a/app-forensics/sleuthkit/Manifest b/app-forensics/sleuthkit/Manifest
index 532874c9e0c..9b98215a04a 100644
--- a/app-forensics/sleuthkit/Manifest
+++ b/app-forensics/sleuthkit/Manifest
@@ -1,4 +1,6 @@
+DIST SparseBitSet-1.1.jar 23706 BLAKE2B 
8623a723f11f97386a108c775fefddd324997b68bea7f7ade0581ec5800bfa8d32f699ab903ad66c631b7b5c69ba1ef377243653f5044f39234dac07543eb129
 SHA512 
cf75431c5f705961800ce5cbca2acb9b2459eaf98ec37b5ee21c5a90d204ffb466fa25457b0560fbb024489777efbea0276201024c7b1b2853124930ac490983
 DIST libewf-20130128.tar.gz 1978794 BLAKE2B 
e5d2bd8f4a8b878e13536b89b032d8cee6982272065b2bf325f8a811dff258264118a79496912377337ceb9ad630138b6bedb89e3c3be89a5f6a6fea85ab586b
 SHA512 
94cdd0c3f0d8f535f3462c5adba266302f9b129abacda077ed429fa38af6862fca5a90ba2e606b78607b509769305cc6134c483c7033c20e226596cca2d42b90
 DIST sleuthkit-4.5.0.tar.gz 8611141 BLAKE2B 
a1ae66bfcb74ce1fec24f80dfe60cd68f1de53119331c38848f7f82de8052eda49d78fdea49e42ada5843094939ef212dece42a5ceb85931a79e02adccda30e6
 SHA512 
911890cacca739f121681514197104cb2dc3bd219f3e068c4ce61264498c56989359976fc75172e1f456c94e4e25c6206413b0234c36e55736a577b8e664e4b3
 DIST sleuthkit-4.6.0.tar.gz 8634432 BLAKE2B 
b45721cdee798d84f0caa0bfe38645346539bb497f5a492c72016a6b3b0246b362ecea676a7a0e788d66cc0dc32335e719912434bd61aa205b7d51b8d4bd7c14
 SHA512 
dbf880e8503dccb0a686f1d9658d56e9cb40f452127f9b713cf2a4941f4083fa1cf80a886994d58421307a679242cd4ee005b3e874cf429cfb140a597a0dc739
+DIST sleuthkit-4.6.4.tar.gz 8655341 BLAKE2B 
9d8a2884d1c90e9be3104221c22fdc4346c8f288a13384ef8205cea46bbda2249691b548b7d19a1b34d6d0d1fc6d5390aa0fc8c8b28ea75b53de946b62c8e25c
 SHA512 
0dd3fc3659fd6dee49ababd8033bcc5ce218c9154b61eb072a943e8d1a96fb04dcabc85124583bc69ad0ced2609fed11812164a3db6587446255a9c507f08762
 DIST sqlite-jdbc-3.8.11.jar 5131732 BLAKE2B 
1a04fa9e9cb97fdddc19af2de9efa7b54c0b527642e6e325e31054e4e294e3bc6af00ea291087ed9dd26668d48dae356035fc85212c0eb81656550d552103ed0
 SHA512 
5f4705101992e8916e29742c560aef0d01eba9dc0d2d984b75a77e56be3c9fd20b284390fe8f9bb54bf9d1f8528c3413922684c446212ca8961ac731543fb179

diff --git 
a/app-forensics/sleuthkit/files/sleuthkit-4.6.4-default-jar-location-fix.patch 
b/app-forensics/sleuthkit/files/sleuthkit-4.6.4-default-jar-location-fix.patch
new file mode 100644
index 000..126fce904a8
--- /dev/null
+++ 
b/app-forensics/sleuthkit/files/sleuthkit-4.6.4-default-jar-location-fix.patch
@@ -0,0 +1,58 @@
+From f8c1cada7f01826b15a82b20600b8df7562fa2ed Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?G=C3=B6kt=C3=BCrk=20Y=C3=BCksek?= 
+Date: Wed, 28 Nov 2018 21:33:46 -0500
+Subject: [PATCH v1] Allow --enable-offline to accept a directory argument for
+ jar libs
+
+Allow the hardcoded default_jar_location in build.xml to
+/usr/share/java to be changed using the argument provided to
+--enable-offline. Note that this changes the behavior of the switch
+from "anything other than yes or no is incorrect" to "anything other
+than no implies offline mode".
+---
+ bindings/java/Makefile.am |  4 
+ configure.ac  | 10 +-
+ 2 files changed, 13 insertions(+), 1 deletion(-)
+
+diff --git a/bindings/java/Makefile.am b/bindings/java/Makefile.am
+index ad27526e..f0bb9f68 100644
+--- a/bindings/java/Makefile.am
 b/bindings/java/Makefile.am
+@@ -7,6 +7,10 @@ jar_DATA = $(tsk_jar)
+ 
+ if OFFLINE
+  ant_args=-Doffline=true
++if CUSTOM_DEFAULT_JAR_LOCATION
++  ant_args+= -Ddefault-jar-location="@DEFAULT_JAR_LOCATION@"
++else
++endif
+ else
+ 
+ endif
+diff --git a/configure.ac b/configure.ac
+index dc9026ed..d3d41646 100644
+--- a/configure.ac
 b/configure.ac
+@@ -221,10 +221,18 @@ AC_ARG_ENABLE([offline],
+ [case "${enableval}" in
+   yes) offline=true ;;
+   no) offline=false ;;
+-  *) AC_MSG_ERROR([bad value ${enableval} for --enable-online]) ;;
++  *)
++  offline=true
++  default_jar_location="${enableval}"
++  ;;
+  esac],[offline=false])
+ 
+ AM_CONDITIONAL([OFFLINE], [test "x$offline" = xtrue])
++AM_CONDITIONAL([CUSTOM_DEFAULT_JAR_LOCATION], [test 

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

2018-11-28 Thread Göktürk Yüksek
commit: f9fd75e4fd9daac925169975d022d03c814298b1
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Thu Nov 29 02:56:31 2018 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Nov 29 02:58:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9fd75e4

media-sound/playerctl: bump to 2.0.1

Signed-off-by: Göktürk Yüksek  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-sound/playerctl/Manifest| 2 +-
 .../playerctl/{playerctl-2.0.0_rc1.ebuild => playerctl-2.0.1.ebuild}  | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-sound/playerctl/Manifest b/media-sound/playerctl/Manifest
index e6a12ad5a77..3618b0787e7 100644
--- a/media-sound/playerctl/Manifest
+++ b/media-sound/playerctl/Manifest
@@ -1,4 +1,4 @@
 DIST playerctl-0.5.0.tar.gz 17015 BLAKE2B 
5da1d0fd4e442ac5f124bd693ae14222624c5239c9fad72e57d43977467339522344bc8d8c37b0f2bfda51c61861dc33d7e35e4a730ce59a87b691b5657ec729
 SHA512 
307cad5eeea7efa0c97c885660f49468f442fe907ef2495b56ac512e0551c7248750897b6d00934cbfcfcb35f486a101a238b276ef71d2ef866132ca3cc0932c
 DIST playerctl-0.6.0.tar.gz 22124 BLAKE2B 
6bb90586c56e21a00b5e6e1769248b9782a8211b01dacf590857fe4fe199d6d3fa7aa46a36cba9a8e198a1aad0bf17973fc15140db11c484edfb0275971d3d08
 SHA512 
8023b5704ca2a428510df6228850b616061289764cc3c4190c0c46f79d6a20e499495f2d773bd821357653ba63bca40eac70f7cc3a11251da3c6a4f7781db739
 DIST playerctl-0.6.1.tar.gz 22921 BLAKE2B 
d2f5874280e1a99b318bc83c40a38ee31d9c68426cb63e1e16e8ded26bac1a894d78a929f46d45d631af70e37476a4151c520eb69c94e80026689a12c682f0ad
 SHA512 
07c302eb06a96bf3b8aa180e68e85ef6f9fdb5933b80fbce8ee5f9a36c1d961eaf5638e319ff0b26475984acc57a447a4aa8e705667f77e4bd393364cdbfb284
-DIST playerctl-2.0.0_rc1.tar.gz 42452 BLAKE2B 
e9a5d2b12b2687d0f06993860cd242551c15e66fb7a58e3b034350c8be9d29f5506a3c588cb2a7e7a7932011aeaa19b600060bc2ed78f994382a10f768fe5d43
 SHA512 
a38e5a0f729b305ac2d87ea34995dedf3c083599d8960fcc55a0273b0ced26ad72eface57a859a9e7b61ed3a2e4a0e8a419c5523087f2349ed4d32099e4512f1
+DIST playerctl-2.0.1.tar.gz 43700 BLAKE2B 
9df01bdb5f71a589a40462ed807b0f150d8c90921d1e0ef96bf99f20d9e58345307af35b39cc95e8ab37fcf9e5686935d856e050b61210188008b65281e63557
 SHA512 
6a5807abc79358bab0ad30a11897a8109121d5eb7d9e17d2c695221ef83942c3c7235fc738ab27c9dd2d3364c04737355e9c88ec5d49f999565565fb4494f720

diff --git a/media-sound/playerctl/playerctl-2.0.0_rc1.ebuild 
b/media-sound/playerctl/playerctl-2.0.1.ebuild
similarity index 88%
rename from media-sound/playerctl/playerctl-2.0.0_rc1.ebuild
rename to media-sound/playerctl/playerctl-2.0.1.ebuild
index 990d1ddebff..18ed3cb3fc5 100644
--- a/media-sound/playerctl/playerctl-2.0.0_rc1.ebuild
+++ b/media-sound/playerctl/playerctl-2.0.1.ebuild
@@ -7,7 +7,7 @@ inherit meson xdg-utils
 
 DESCRIPTION="A CLI utility to control media players over MPRIS"
 HOMEPAGE="https://github.com/acrisci/playerctl;
-SRC_URI="https://github.com/acrisci/playerctl/archive/v${PV/_/-}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/acrisci/playerctl/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
@@ -27,8 +27,6 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
 "
 
-S="${WORKDIR}/${PN}-${PV/_/-}"
-
 src_configure() {
local emesonargs=(
$(meson_use doc gtk-doc)



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/, net-analyzer/zabbix/files/3.0/init.d/, ...

2018-11-28 Thread Matthew Marlowe
commit: 1f3f6074b225770fe5c81aa127fbcc92c981d571
Author: Matthew Marlowe  gentoo  org>
AuthorDate: Wed Nov 28 23:45:46 2018 +
Commit: Matthew Marlowe  gentoo  org>
CommitDate: Wed Nov 28 23:51:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f3f6074

net-analyzer/zabbix: Bump zabbix 3.4.15, 4.0.2, modulepath patch

Signed-off-by: Matthew Marlowe  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-analyzer/zabbix/Manifest  |  3 ++-
 net-analyzer/zabbix/files/3.0/init.d/zabbix-agentd|  2 +-
 net-analyzer/zabbix/files/3.0/init.d/zabbix-proxy |  2 +-
 net-analyzer/zabbix/files/3.0/init.d/zabbix-server|  2 +-
 .../zabbix/files/4.0/patches/zbx401-modulepathfix.patch   | 11 +++
 .../zabbix/{zabbix-4.0.1.ebuild => zabbix-3.4.15.ebuild}  | 11 ---
 .../zabbix/{zabbix-4.0.1.ebuild => zabbix-4.0.2.ebuild}   |  3 ++-
 7 files changed, 22 insertions(+), 12 deletions(-)

diff --git a/net-analyzer/zabbix/Manifest b/net-analyzer/zabbix/Manifest
index d75d4ae0968..023f5e1e2b0 100644
--- a/net-analyzer/zabbix/Manifest
+++ b/net-analyzer/zabbix/Manifest
@@ -11,4 +11,5 @@ DIST zabbix-3.4.11.tar.gz 17517171 BLAKE2B 
72f7d1cad3e8cb7972cb9c3698d35f70c45de
 DIST zabbix-3.4.12.tar.gz 17509251 BLAKE2B 
158c7b3061059cc54a5988296404ed6670ca872fa8fa55f8de9708871ee03f163d0365420e23ef5df89a0a85e2f23d607952cf4fc02c97403734ca164f08
 SHA512 
6707ff5a15d2c139775b4b5de32ceb4982c90aa4023af310ab9cb849895387984d32f59b7dc9fbaff8f317a630238437e4651ab8272b4535fb5fc3d88750e3ef
 DIST zabbix-3.4.13.tar.gz 17507365 BLAKE2B 
a5d1fa1a48df2ad66b844c2c85038a088ea5f7e3e67c2c3ab5f5d1ad695b3a31664d317e6a1cbf64d1f6a211304f50e5c38f5d973d4607f2caa202e1184420cf
 SHA512 
4edcf6d9df0f100c639efa6bc18e67ed59819e719a2226593fd81212d4c2e46a19cb50501cca005246b4c01c4082a18e21c9049a99ac9df263180a3c24fa52f0
 DIST zabbix-3.4.14.tar.gz 17476022 BLAKE2B 
9fccdf69bb74379fccfe044d68da8ce458e04c4686ae70a2fed5523309196b13fb022daa00d47ae9eb97a0774942efd766858dfe94890e20f38808ef2a3e3d15
 SHA512 
597ae107c16578ec2b1a364f2b61a7a7423a1cf39d3b04289e2f91dc0f931e796b566cbd451b14e026c35302120b647d6d574952a453189b066fb06081f9bb83
-DIST zabbix-4.0.1.tar.gz 18005197 BLAKE2B 
3da109715f2061a0104f471f9717947510da8d7a3215fe219d5870bbd8bb1cd769d586c04da3e0aa35a114565bd94911e3c4e62eb66de39af754911a9839d2e3
 SHA512 
431cb75c62c64e0907cccad6633fe07a66fbaaf8595ca33add6de98a3f79832dd87c23ddaffada796a67055cbdef6d2e5d9c6427498518080205d5ddcd5fbdca
+DIST zabbix-3.4.15.tar.gz 17489570 BLAKE2B 
8b820e29334fa7814ab54baef75374955340cb907802722a4f91496a35c7a26fc1c37178c264f606f8a4a95cea350e493763e55f44033eb2aa97ec889664908a
 SHA512 
d210c6576a6c5d67a1f58bb51436c815a191a2ea62f6929784fcac6e0da09febdbb42c11dfb791b6a6d5897dbdda02e10bf56f9162b7f9fb34a57c34b8b1c62f
+DIST zabbix-4.0.2.tar.gz 18018925 BLAKE2B 
8e532bad4d99817a2456d34b3b0b67424b81cd907b2b54329d263194b03ba679c265d78be347f3619ca34b1f4acc8862059c068b3d6b06086913f80f3065eff2
 SHA512 
40b8dd0a4ca9fd7214c7afab57517437097eaf49c943f8827fa637bffb7cc45e77568f002e18cf3fa61a50d5d24fe26520109ad1c6f0424b51325453c9fd0c76

diff --git a/net-analyzer/zabbix/files/3.0/init.d/zabbix-agentd 
b/net-analyzer/zabbix/files/3.0/init.d/zabbix-agentd
old mode 100644
new mode 100755
index 2e5024ed2de..d803d4450ca
--- a/net-analyzer/zabbix/files/3.0/init.d/zabbix-agentd
+++ b/net-analyzer/zabbix/files/3.0/init.d/zabbix-agentd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 pid_file="/run/zabbix/zabbix_agentd.pid"

diff --git a/net-analyzer/zabbix/files/3.0/init.d/zabbix-proxy 
b/net-analyzer/zabbix/files/3.0/init.d/zabbix-proxy
old mode 100644
new mode 100755
index 81dc78f08e3..6aa1793435c
--- a/net-analyzer/zabbix/files/3.0/init.d/zabbix-proxy
+++ b/net-analyzer/zabbix/files/3.0/init.d/zabbix-proxy
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 pid_file="/run/zabbix/zabbix_proxy.pid"

diff --git a/net-analyzer/zabbix/files/3.0/init.d/zabbix-server 
b/net-analyzer/zabbix/files/3.0/init.d/zabbix-server
old mode 100644
new mode 100755
index a57a3100dd9..109c6545d45
--- a/net-analyzer/zabbix/files/3.0/init.d/zabbix-server
+++ b/net-analyzer/zabbix/files/3.0/init.d/zabbix-server
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 pid_file="/run/zabbix/zabbix_server.pid"

diff --git a/net-analyzer/zabbix/files/4.0/patches/zbx401-modulepathfix.patch 
b/net-analyzer/zabbix/files/4.0/patches/zbx401-modulepathfix.patch
new file mode 100644
index 000..c0d1650fb85
--- /dev/null
+++ 

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

2018-11-28 Thread Sergei Trofimovich
commit: 3da6cc0be551c9853fd8cd10d8cf79f03c98cdd8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 23:10:21 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 23:10:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da6cc0b

dev-db/postgresql: stable 9.6.11 for ia64, bug #670724

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-db/postgresql/postgresql-9.6.11.ebuild 
b/dev-db/postgresql/postgresql-9.6.11.ebuild
index 01cd94ded76..6fed77d2d3f 100644
--- a/dev-db/postgresql/postgresql-9.6.11.ebuild
+++ b/dev-db/postgresql/postgresql-9.6.11.ebuild
@@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru 
sk sl sv tr zh_CN
 inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2018-11-28 Thread Sergei Trofimovich
commit: a61cd89a9c96e10943ad3eb9ea281734af8b31d3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 23:10:28 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 23:10:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61cd89a

dev-db/mysql: stable 5.6.42 for ia64, bug #671516

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-db/mysql/mysql-5.6.42.ebuild b/dev-db/mysql/mysql-5.6.42.ebuild
index d85ab4c13cd..3e27254e5ad 100644
--- a/dev-db/mysql/mysql-5.6.42.ebuild
+++ b/dev-db/mysql/mysql-5.6.42.ebuild
@@ -37,7 +37,7 @@ RESTRICT="libressl? ( test )"
 
 REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )"
 
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



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

2018-11-28 Thread Sergei Trofimovich
commit: 75fd1cfd270337912fbfeea5601fa031176247b5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 23:10:01 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 23:10:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75fd1cfd

dev-db/postgresql: stable 9.3.25 for ia64, bug #670724

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-db/postgresql/postgresql-9.3.25.ebuild 
b/dev-db/postgresql/postgresql-9.3.25.ebuild
index 38c47175e5b..323262f8867 100644
--- a/dev-db/postgresql/postgresql-9.3.25.ebuild
+++ b/dev-db/postgresql/postgresql-9.3.25.ebuild
@@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru 
sk sl sv tr zh_CN
 inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2018-11-28 Thread Sergei Trofimovich
commit: 174efec157c61d4339a739380ef515ff26530794
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 23:09:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 23:09:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174efec1

dev-db/mariadb: stable 10.0.37 for ia64, bug #670388

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-db/mariadb/mariadb-10.0.37.ebuild 
b/dev-db/mariadb/mariadb-10.0.37.ebuild
index 2bf075cf1ab..ea2124331e4 100644
--- a/dev-db/mariadb/mariadb-10.0.37.ebuild
+++ b/dev-db/mariadb/mariadb-10.0.37.ebuild
@@ -40,7 +40,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static )
?? ( tcmalloc jemalloc )
static? ( yassl !pam )"
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



[gentoo-commits] repo/gentoo:master commit in: app-portage/eix/

2018-11-28 Thread Sergei Trofimovich
commit: 7dcc986697625d3adea6becd6b878bc964f3ab2b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 23:10:39 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 23:10:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dcc9866

app-portage/eix: stable 0.33.5 for ia64, bug #672144

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/eix/eix-0.33.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/eix/eix-0.33.5.ebuild 
b/app-portage/eix/eix-0.33.5.ebuild
index 6591a20647e..20e4d9a5bda 100644
--- a/app-portage/eix/eix-0.33.5.ebuild
+++ b/app-portage/eix/eix-0.33.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${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 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="debug doc nls sqlite"
 
 BOTHDEPEND="nls? ( virtual/libintl )



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

2018-11-28 Thread Sergei Trofimovich
commit: 6487eea350ddee1d2ab727181c277cf8826f97b9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 23:10:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 23:10:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6487eea3

dev-db/postgresql: stable 9.4.20 for ia64, bug #670724

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-db/postgresql/postgresql-9.4.20.ebuild 
b/dev-db/postgresql/postgresql-9.4.20.ebuild
index e7d733f79bb..0bff71b9393 100644
--- a/dev-db/postgresql/postgresql-9.4.20.ebuild
+++ b/dev-db/postgresql/postgresql-9.4.20.ebuild
@@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru 
sk sl sv tr zh_CN
 inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2018-11-28 Thread Sergei Trofimovich
commit: ff20f6bf2b431577ff9213882134cc7344a4e557
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 23:10:14 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 23:10:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff20f6bf

dev-db/postgresql: stable 9.5.15 for ia64, bug #670724

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-db/postgresql/postgresql-9.5.15.ebuild 
b/dev-db/postgresql/postgresql-9.5.15.ebuild
index 1a0602f6476..6d1dea2a84b 100644
--- a/dev-db/postgresql/postgresql-9.5.15.ebuild
+++ b/dev-db/postgresql/postgresql-9.5.15.ebuild
@@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru 
sk sl sv tr zh_CN
 inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2018-11-28 Thread Sergei Trofimovich
commit: 3b67ab66a528fdf5d8701edb99a61af17f546619
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 23:10:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 23:10:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b67ab66

dev-db/mysql: stable 5.7.24 for ia64, bug #671516

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-db/mysql/mysql-5.7.24.ebuild b/dev-db/mysql/mysql-5.7.24.ebuild
index d3537fa9102..4df48f08e81 100644
--- a/dev-db/mysql/mysql-5.7.24.ebuild
+++ b/dev-db/mysql/mysql-5.7.24.ebuild
@@ -34,7 +34,7 @@ RESTRICT="libressl? ( test )"
 
 REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )"
 
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



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

2018-11-28 Thread Sergei Trofimovich
commit: 92d2122ac92eb150699b1a5534c8559f4cdbcbda
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 23:09:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 23:09:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d2122a

dev-db/mariadb: stable 10.1.37 for ia64, bug #670388

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-db/mariadb/mariadb-10.1.37.ebuild 
b/dev-db/mariadb/mariadb-10.1.37.ebuild
index 3c23d47a09d..2e9377e5057 100644
--- a/dev-db/mariadb/mariadb-10.1.37.ebuild
+++ b/dev-db/mariadb/mariadb-10.1.37.ebuild
@@ -40,7 +40,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static )
?? ( tcmalloc jemalloc )
static? ( yassl !pam )"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



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

2018-11-28 Thread Sergei Trofimovich
commit: 0ac96af582fbc04996255c89b2c3159b607b2ffd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 23:09:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 23:09:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac96af5

dev-db/postgresql: stable 10.6 for ia64, bug #670724

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-db/postgresql/postgresql-10.6.ebuild 
b/dev-db/postgresql/postgresql-10.6.ebuild
index e02a4f6e03e..46440b2e9c3 100644
--- a/dev-db/postgresql/postgresql-10.6.ebuild
+++ b/dev-db/postgresql/postgresql-10.6.ebuild
@@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru 
sk sl sv tr zh_CN
 inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT=$(get_major_version)
 



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/ia64/, profiles/arch/powerpc/ppc64/, profiles/arch/alpha/, ...

2018-11-28 Thread Sergei Trofimovich
commit: e79e532d2563c4eae769876fd7cc7e6f3fac12da
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 23:04:51 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 23:04:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79e532d

profiles/arch/*/make.defaults: tweak RUBY_TARGETS override

Unfortunately RUBY_TARGETS does not have merge semantics
and just overrides value from parent profile. Thus
RUBY_TARGETS="ruby23 -ruby24"
is not valid and yields error spam like:
Invalid '-' operator in non-incremental variable 'RUBY_TARGETS': '-ruby24'

Just drop RUBY_TARGETS="-ruby" part. The change should be a no-op.

Bug: https://bugs.gentoo.org/671064
Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/arch/alpha/make.defaults | 2 +-
 profiles/arch/arm/make.defaults   | 2 +-
 profiles/arch/hppa/make.defaults  | 2 +-
 profiles/arch/ia64/make.defaults  | 2 +-
 profiles/arch/powerpc/ppc32/make.defaults | 2 +-
 profiles/arch/powerpc/ppc64/make.defaults | 2 +-
 profiles/arch/s390/make.defaults  | 2 +-
 profiles/arch/sparc/make.defaults | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/profiles/arch/alpha/make.defaults 
b/profiles/arch/alpha/make.defaults
index 3449562f048..efb7262f104 100644
--- a/profiles/arch/alpha/make.defaults
+++ b/profiles/arch/alpha/make.defaults
@@ -30,7 +30,7 @@ ALSA_CARDS="ali5451 als4000 bt87x ca0106 cmipci emu10k1 
ens1370 ens1371 es1938 e
 
 # Hans de Graaff  (12 Nov 2018)
 # Temporary entry to support stable bug 661262
-RUBY_TARGETS="ruby23 -ruby24"
+RUBY_TARGETS="ruby23"
 
 # Tobias Klausmann  (25 Jun 2018)
 # Enable USE=libtirpc by default, to ease dependency resolution during

diff --git a/profiles/arch/arm/make.defaults b/profiles/arch/arm/make.defaults
index f1655f9170e..d09bb4da35e 100644
--- a/profiles/arch/arm/make.defaults
+++ b/profiles/arch/arm/make.defaults
@@ -25,4 +25,4 @@ USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"
 
 # Hans de Graaff  (12 Nov 2018)
 # Temporary entry to support stable bug 661262
-RUBY_TARGETS="ruby23 -ruby24"
+RUBY_TARGETS="ruby23"

diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults
index f6b6600fec8..3f22ce8df61 100644
--- a/profiles/arch/hppa/make.defaults
+++ b/profiles/arch/hppa/make.defaults
@@ -27,4 +27,4 @@ VIDEO_CARDS="fbdev"
 
 # Hans de Graaff  (12 Nov 2018)
 # Temporary entry to support stable bug 661262
-RUBY_TARGETS="ruby23 -ruby24"
+RUBY_TARGETS="ruby23"

diff --git a/profiles/arch/ia64/make.defaults b/profiles/arch/ia64/make.defaults
index 1c7884a9e38..b91a3961859 100644
--- a/profiles/arch/ia64/make.defaults
+++ b/profiles/arch/ia64/make.defaults
@@ -34,4 +34,4 @@ ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 
cmipci emu10k1x ens
 
 # Hans de Graaff  (12 Nov 2018)
 # Temporary entry to support stable bug 661262
-RUBY_TARGETS="ruby23 -ruby24"
+RUBY_TARGETS="ruby23"

diff --git a/profiles/arch/powerpc/ppc32/make.defaults 
b/profiles/arch/powerpc/ppc32/make.defaults
index f5b7331ada0..3b8dbab2de7 100644
--- a/profiles/arch/powerpc/ppc32/make.defaults
+++ b/profiles/arch/powerpc/ppc32/make.defaults
@@ -38,4 +38,4 @@ ABI_PPC="32"
 
 # Hans de Graaff  (12 Nov 2018)
 # Temporary entry to support stable bug 661262
-RUBY_TARGETS="ruby23 -ruby24"
+RUBY_TARGETS="ruby23"

diff --git a/profiles/arch/powerpc/ppc64/make.defaults 
b/profiles/arch/powerpc/ppc64/make.defaults
index ee493e24c30..d2b49417d9f 100644
--- a/profiles/arch/powerpc/ppc64/make.defaults
+++ b/profiles/arch/powerpc/ppc64/make.defaults
@@ -42,4 +42,4 @@ ABI_PPC="64"
 
 # Hans de Graaff  (12 Nov 2018)
 # Temporary entry to support stable bug 661262
-RUBY_TARGETS="ruby23 -ruby24"
+RUBY_TARGETS="ruby23"

diff --git a/profiles/arch/s390/make.defaults b/profiles/arch/s390/make.defaults
index ec35f09d114..476bb25aa01 100644
--- a/profiles/arch/s390/make.defaults
+++ b/profiles/arch/s390/make.defaults
@@ -34,4 +34,4 @@ USE="-multilib"
 
 # Hans de Graaff  (12 Nov 2018)
 # Temporary entry to support stable bug 661262
-RUBY_TARGETS="ruby23 -ruby24"
+RUBY_TARGETS="ruby23"

diff --git a/profiles/arch/sparc/make.defaults 
b/profiles/arch/sparc/make.defaults
index 4af6d8cc78c..8ae22a12a03 100644
--- a/profiles/arch/sparc/make.defaults
+++ b/profiles/arch/sparc/make.defaults
@@ -46,4 +46,4 @@ USE="libtirpc"
 
 # Hans de Graaff  (12 Nov 2018)
 # Temporary entry to support stable bug 661262
-RUBY_TARGETS="ruby23 -ruby24"
+RUBY_TARGETS="ruby23"



[gentoo-commits] proj/gcc-patches:master commit in: 4.2.4/gentoo/

2018-11-28 Thread Sergei Trofimovich
commit: 3394b77f3396a9019df7734315142453dbaa3202
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:51:20 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:51:20 2018 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=3394b77f

4.2.4: backport libjava ucontext and gomp werorr fixes

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

 4.2.4/gentoo/94_all_gcc-libgomp-no-werror.patch | 16 
 4.2.4/gentoo/95_all_libjava-ucontext.patch  | 24 
 4.2.4/gentoo/README.history |  4 
 3 files changed, 44 insertions(+)

diff --git a/4.2.4/gentoo/94_all_gcc-libgomp-no-werror.patch 
b/4.2.4/gentoo/94_all_gcc-libgomp-no-werror.patch
new file mode 100644
index 000..1c3ec3a
--- /dev/null
+++ b/4.2.4/gentoo/94_all_gcc-libgomp-no-werror.patch
@@ -0,0 +1,16 @@
+libgomp does not respect --disable-werror
+
+http://bugs.gentoo.org/229059
+http://gcc.gnu.org/PR38436
+
+--- gcc-4.3.2/libgomp/configure
 gcc-4.3.2/libgomp/configure
+@@ -3297,7 +3297,7 @@
+ 
+ # Add -Wall -Werror if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+-  XCFLAGS="$XCFLAGS -Wall -Werror"
++  XCFLAGS="$XCFLAGS -Wall"
+ fi
+ 
+ # Find other programs we need.

diff --git a/4.2.4/gentoo/95_all_libjava-ucontext.patch 
b/4.2.4/gentoo/95_all_libjava-ucontext.patch
new file mode 100644
index 000..dfd5723
--- /dev/null
+++ b/4.2.4/gentoo/95_all_libjava-ucontext.patch
@@ -0,0 +1,24 @@
+https://bugs.gentoo.org/629502
+
+From 9b9287cde20ea57578cf07efb2a96ed4cc0da36f Mon Sep 17 00:00:00 2001
+From: doko 
+Date: Thu, 7 Sep 2017 07:22:07 +
+Subject: [PATCH] 2017-09-07  Matthias Klose  
+
+* include/x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): Replace
+'struct ucontext' with ucontext_t.
+* include/i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Likewise.
+* include/s390-signal.h (HANDLE_DIVIDE_OVERFLOW): Likewise.
+
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-5-branch@251832 
138bc75d-0d04-0410-961f-82ee72b054a4
+
+--- a/libjava/include/x86_64-signal.h
 b/libjava/include/x86_64-signal.h
+@@ -28,5 +28,5 @@ static void _Jv_##_name (int, siginfo_t *,   
\
+ #define HANDLE_DIVIDE_OVERFLOW
\
+ do\
+ { \
+-  struct ucontext *_uc = (struct ucontext *)_p;   
\
++  ucontext_t *_uc = (ucontext_t *)_p; \
+   volatile struct sigcontext *_sc = (struct sigcontext *) &_uc->uc_mcontext; \

diff --git a/4.2.4/gentoo/README.history b/4.2.4/gentoo/README.history
index 39b6b8f..5eef5ee 100644
--- a/4.2.4/gentoo/README.history
+++ b/4.2.4/gentoo/README.history
@@ -1,3 +1,7 @@
+1.6TODO
+   + 94_all_gcc-libgomp-no-werror.patch
+   + 95_all_libjava-ucontext.patch
+
 1.523 Sep 2018
+ 93_all_ucontext-to-ucontext_t.patch
 



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

2018-11-28 Thread Sergei Trofimovich
commit: aa63af2d2f2a1540432a8d6a8f2530b6ef641df7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:34:26 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:34:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa63af2d

net-analyzer/nagios: stable 4.3.4 for ppc64, bug #629380

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-analyzer/nagios/nagios-4.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.4.ebuild 
b/net-analyzer/nagios/nagios-4.3.4.ebuild
index 3ad4a51e889..820a1960647 100644
--- a/net-analyzer/nagios/nagios-4.3.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.4.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}



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

2018-11-28 Thread Sergei Trofimovich
commit: ce5ab93b3fb66d877b9c3836d1e0a7a9b633481d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:34:21 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:34:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5ab93b

net-nds/openldap: stable 2.4.45 for ppc64, bug #620204

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-nds/openldap/openldap-2.4.45.ebuild 
b/net-nds/openldap/openldap-2.4.45.ebuild
index c1b8a0572dd..cc028f32619 100644
--- a/net-nds/openldap/openldap-2.4.45.ebuild
+++ b/net-nds/openldap/openldap-2.4.45.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${P}.tgz
 
 LICENSE="OPENLDAP GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 
 IUSE_DAEMON="crypt samba slp tcpd experimental minimal"
 IUSE_BACKEND="+berkdb"



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

2018-11-28 Thread Sergei Trofimovich
commit: 6397f5aeca45684c5b5d13493820910b10b176c7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:34:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:34:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6397f5ae

dev-libs/libcdio: stable 2.0.0-r1 for ppc64, bug #671964

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libcdio/libcdio-2.0.0-r1.ebuild 
b/dev-libs/libcdio/libcdio-2.0.0-r1.ebuild
index 4d336b1e38e..8159f5ec52f 100644
--- a/dev-libs/libcdio/libcdio-2.0.0-r1.ebuild
+++ b/dev-libs/libcdio/libcdio-2.0.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0/18" # subslot is based on SONAME
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="cddb +cxx minimal static-libs test"
 
 RDEPEND="



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

2018-11-28 Thread Sergei Trofimovich
commit: 7c861ee569cde8f417cd4b82c325ebd222d4def3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:34:32 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:34:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c861ee5

dev-python/paramiko: stable 2.4.2 for ppc64, bug #668876

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/paramiko/paramiko-2.4.2.ebuild 
b/dev-python/paramiko/paramiko-2.4.2.ebuild
index 1e439ad43a3..72af297f343 100644
--- a/dev-python/paramiko/paramiko-2.4.2.ebuild
+++ b/dev-python/paramiko/paramiko-2.4.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
 IUSE="doc examples server test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2018-11-28 Thread Sergei Trofimovich
commit: 59720c71b0ea274ec3dd7c0593a12adddc8ca474
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:34:51 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:34:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59720c71

dev-vcs/git: stable 2.19.2 for ppc64, bug #671988

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/git/git-2.19.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.19.2.ebuild b/dev-vcs/git/git-2.19.2.ebuild
index 2a553d2d8e9..e9c2a982d29 100644
--- a/dev-vcs/git/git-2.19.2.ebuild
+++ b/dev-vcs/git/git-2.19.2.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2018-11-28 Thread Sergei Trofimovich
commit: 4114305a2d5e7a111099398636fc169c3ca7396d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:34:44 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:34:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4114305a

dev-python/pycryptodome: stable 3.6.6 for ppc64, bug #671970

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pycryptodome/pycryptodome-3.6.6.ebuild 
b/dev-python/pycryptodome/pycryptodome-3.6.6.ebuild
index 8723c50a4f6..e29e9b5a46f 100644
--- a/dev-python/pycryptodome/pycryptodome-3.6.6.ebuild
+++ b/dev-python/pycryptodome/pycryptodome-3.6.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2 Unlicense"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 sparc 
x86 ~ppc-aix ~amd64-fbsd ~amd64-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 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-libs/gmp:0



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

2018-11-28 Thread Sergei Trofimovich
commit: 85677bc749b01702ecd043bd2e6a9a07243292c8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:30:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:32:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85677bc7

dev-python/paramiko: stable 2.4.2 for ppc, bug #668876

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/paramiko/paramiko-2.4.2.ebuild 
b/dev-python/paramiko/paramiko-2.4.2.ebuild
index aa04910f29d..1e439ad43a3 100644
--- a/dev-python/paramiko/paramiko-2.4.2.ebuild
+++ b/dev-python/paramiko/paramiko-2.4.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
 IUSE="doc examples server test"
 
 RDEPEND="



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

2018-11-28 Thread Sergei Trofimovich
commit: d6a1ffbbf3dfa51a0654ccffbdc0b58cb2e89356
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:30:39 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:32:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a1ffbb

net-analyzer/nagios: stable 4.3.4 for ppc, bug #629380

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-analyzer/nagios/nagios-4.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.4.ebuild 
b/net-analyzer/nagios/nagios-4.3.4.ebuild
index a21f6b9e4be..3ad4a51e889 100644
--- a/net-analyzer/nagios/nagios-4.3.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.4.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}



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

2018-11-28 Thread Sergei Trofimovich
commit: 3f6f7f5046706a74598bc4487e57a87a4140d75b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:30:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:32:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f6f7f50

net-proxy/tinyproxy: stable 1.10.0-r1 for ppc, bug #626628

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild 
b/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild
index 5f44ed4e7a4..ecb2d43999b 100644
--- a/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild
+++ b/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/tinyproxy/tinyproxy/releases/download/${PV}/${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ia64 ~ppc ~sparc x86"
+KEYWORDS="alpha ~amd64 ~arm ia64 ppc ~sparc x86"
 
 IUSE="test debug +filter-proxy reverse-proxy transparent-proxy
 +upstream-proxy +xtinyproxy-header"



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

2018-11-28 Thread Sergei Trofimovich
commit: f9598dd5e617f1c2d4a903aa56a42bd6995e08cb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:30:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:32:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9598dd5

net-nds/openldap: stable 2.4.45 for ppc, bug #620204

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-nds/openldap/openldap-2.4.45.ebuild 
b/net-nds/openldap/openldap-2.4.45.ebuild
index b89631117db..c1b8a0572dd 100644
--- a/net-nds/openldap/openldap-2.4.45.ebuild
+++ b/net-nds/openldap/openldap-2.4.45.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${P}.tgz
 
 LICENSE="OPENLDAP GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 
 IUSE_DAEMON="crypt samba slp tcpd experimental minimal"
 IUSE_BACKEND="+berkdb"



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

2018-11-28 Thread Sergei Trofimovich
commit: e80caa10304a5fa6d7586c84c32d9b2cdaa8e2bf
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:31:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:32:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80caa10

dev-libs/libcdio: stable 2.0.0-r1 for ppc, bug #671964

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libcdio/libcdio-2.0.0-r1.ebuild 
b/dev-libs/libcdio/libcdio-2.0.0-r1.ebuild
index ac97076c4d4..4d336b1e38e 100644
--- a/dev-libs/libcdio/libcdio-2.0.0-r1.ebuild
+++ b/dev-libs/libcdio/libcdio-2.0.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0/18" # subslot is based on SONAME
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="cddb +cxx minimal static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2018-11-28 Thread Sergei Trofimovich
commit: 6e5c1981858b964f1166e4592da24ef336f177db
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:31:23 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:32:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5c1981

dev-vcs/git: stable 2.19.2 for ppc, bug #671988

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/git/git-2.19.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.19.2.ebuild b/dev-vcs/git/git-2.19.2.ebuild
index c2fdbda9191..2a553d2d8e9 100644
--- a/dev-vcs/git/git-2.19.2.ebuild
+++ b/dev-vcs/git/git-2.19.2.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2018-11-28 Thread Sergei Trofimovich
commit: b82726011a21d082fbb1cd8527d82bd16bd31735
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:31:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:32:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8272601

dev-python/pycryptodome: stable 3.6.6 for ppc, bug #671970

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pycryptodome/pycryptodome-3.6.6.ebuild 
b/dev-python/pycryptodome/pycryptodome-3.6.6.ebuild
index b1951d93ed1..8723c50a4f6 100644
--- a/dev-python/pycryptodome/pycryptodome-3.6.6.ebuild
+++ b/dev-python/pycryptodome/pycryptodome-3.6.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2 Unlicense"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~ppc-aix ~amd64-fbsd ~amd64-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 ~mips ppc ~ppc64 ~s390 sparc 
x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-libs/gmp:0



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

2018-11-28 Thread Matt Turner
commit: 5a541fc78a23cf61e531ef9a97538854c80a007b
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Nov 28 22:30:19 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Nov 28 22:30:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a541fc7

net-libs/libnetfilter_conntrack-1.0.6: alpha stable, bug 641228

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git 
a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild 
b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
index b7629d8fe9b..0fe2fe58675 100644
--- a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
+++ b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE="static-libs"
 
 RDEPEND="



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

2018-11-28 Thread Matt Turner
commit: 524fe559438cb24a2b97f263c38d790f6a1c9c77
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Nov 28 22:30:18 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Nov 28 22:30:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524fe559

net-firewall/iptables-1.6.1-r3: alpha stable, bug 641228

Signed-off-by: Matt Turner  gentoo.org>

 net-firewall/iptables/iptables-1.6.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/iptables/iptables-1.6.1-r3.ebuild 
b/net-firewall/iptables/iptables-1.6.1-r3.ebuild
index e919344e870..1a3c753e282 100644
--- a/net-firewall/iptables/iptables-1.6.1-r3.ebuild
+++ b/net-firewall/iptables/iptables-1.6.1-r3.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 # Subslot tracks libxtables as that's the one other packages generally link
 # against and iptables changes.  Will have to revisit if other sonames change.
 SLOT="0/12"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE="conntrack ipv6 netlink nftables pcap static-libs"
 
 COMMON_DEPEND="



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

2018-11-28 Thread Matt Turner
commit: 358eba2ff74e7b3141fd19aeb9d281e218cece78
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Nov 28 22:30:20 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Nov 28 22:30:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358eba2f

net-libs/libnftnl-1.1.2-r1: alpha stable, bug 641228

Signed-off-by: Matt Turner  gentoo.org>

 net-libs/libnftnl/libnftnl-1.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnftnl/libnftnl-1.1.2-r1.ebuild 
b/net-libs/libnftnl/libnftnl-1.1.2-r1.ebuild
index e65f2a32fed..d229373b4d7 100644
--- a/net-libs/libnftnl/libnftnl-1.1.2-r1.ebuild
+++ b/net-libs/libnftnl/libnftnl-1.1.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://netfilter.org/projects/${PN}/files/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0/11" # libnftnl.so version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="examples static-libs test"
 
 RDEPEND=">=net-libs/libmnl-1.0.3"



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

2018-11-28 Thread Sergei Trofimovich
commit: efee202a5e75e09ef1b92936a67fe3b6eac63ec7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:27:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:27:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efee202a

net-proxy/tinyproxy: stable 1.10.0-r1 for ia64, bug #626628

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild 
b/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild
index 52042244594..5f44ed4e7a4 100644
--- a/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild
+++ b/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/tinyproxy/tinyproxy/releases/download/${PV}/${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~ia64 ~ppc ~sparc x86"
+KEYWORDS="alpha ~amd64 ~arm ia64 ~ppc ~sparc x86"
 
 IUSE="test debug +filter-proxy reverse-proxy transparent-proxy
 +upstream-proxy +xtinyproxy-header"



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

2018-11-28 Thread Sergei Trofimovich
commit: e7035c394883bfcb565fe89aecf3baec146295ba
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:27:28 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:27:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7035c39

dev-libs/libcdio: stable 2.0.0-r1 for ia64, bug #671964

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libcdio/libcdio-2.0.0-r1.ebuild 
b/dev-libs/libcdio/libcdio-2.0.0-r1.ebuild
index 56030ee1623..ac97076c4d4 100644
--- a/dev-libs/libcdio/libcdio-2.0.0-r1.ebuild
+++ b/dev-libs/libcdio/libcdio-2.0.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0/18" # subslot is based on SONAME
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="cddb +cxx minimal static-libs test"
 
 RDEPEND="



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

2018-11-28 Thread Sergei Trofimovich
commit: c55b1f8c45faf74a1cc67b23c0d3b7233141a7d4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:27:12 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:27:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55b1f8c

dev-python/paramiko: stable 2.4.2 for ia64, bug #668876

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/paramiko/paramiko-2.4.2.ebuild 
b/dev-python/paramiko/paramiko-2.4.2.ebuild
index 79695e8145c..aa04910f29d 100644
--- a/dev-python/paramiko/paramiko-2.4.2.ebuild
+++ b/dev-python/paramiko/paramiko-2.4.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
 IUSE="doc examples server test"
 
 RDEPEND="



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

2018-11-28 Thread Sergei Trofimovich
commit: fab5d8ecb1cc93b151eaf0a74877c4585540157b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:26:59 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:26:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab5d8ec

net-nds/openldap: stable 2.4.45 for ia64, bug #620204

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-nds/openldap/openldap-2.4.45.ebuild 
b/net-nds/openldap/openldap-2.4.45.ebuild
index 31792bbbe5b..b89631117db 100644
--- a/net-nds/openldap/openldap-2.4.45.ebuild
+++ b/net-nds/openldap/openldap-2.4.45.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${P}.tgz
 
 LICENSE="OPENLDAP GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 
 IUSE_DAEMON="crypt samba slp tcpd experimental minimal"
 IUSE_BACKEND="+berkdb"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2018-11-28 Thread Sergei Trofimovich
commit: d592114ca49f00f669d9d5d8f0fbf6f517d9cdee
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:27:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:27:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d592114c

dev-vcs/git: stable 2.19.2 for ia64, bug #671988

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/git/git-2.19.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.19.2.ebuild b/dev-vcs/git/git-2.19.2.ebuild
index 1bb4da1ced4..c2fdbda9191 100644
--- a/dev-vcs/git/git-2.19.2.ebuild
+++ b/dev-vcs/git/git-2.19.2.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2018-11-28 Thread Sergei Trofimovich
commit: c2e75a1f2c6e5eea1526fc578caa6d497ce99b45
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:27:20 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:27:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e75a1f

app-text/mupdf: stable 1.14.0-r2 for ia64, bug #671376

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/mupdf/mupdf-1.14.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/mupdf/mupdf-1.14.0-r2.ebuild 
b/app-text/mupdf/mupdf-1.14.0-r2.ebuild
index 27a3741c3dc..d444a1a6fe0 100644
--- a/app-text/mupdf/mupdf-1.14.0-r2.ebuild
+++ b/app-text/mupdf/mupdf-1.14.0-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://mupdf.com/downloads/archive/${P}-source.tar.xz;
 
 LICENSE="AGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="X curl +javascript libressl opengl +openssl static-libs +vanilla"
 
 RDEPEND="



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

2018-11-28 Thread Sergei Trofimovich
commit: 24766c07ee27c80ca0b89d2a09c8d621eb511ff1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 28 22:27:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 28 22:27:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24766c07

dev-python/pycryptodome: stable 3.6.6 for ia64, bug #671970

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pycryptodome/pycryptodome-3.6.6.ebuild 
b/dev-python/pycryptodome/pycryptodome-3.6.6.ebuild
index 049eef08b7c..b1951d93ed1 100644
--- a/dev-python/pycryptodome/pycryptodome-3.6.6.ebuild
+++ b/dev-python/pycryptodome/pycryptodome-3.6.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2 Unlicense"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~ppc-aix ~amd64-fbsd ~amd64-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 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-libs/gmp:0



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

2018-11-28 Thread Matt Turner
commit: 2aa1dc76450abf924ef55ee65ee99558601ad44f
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Nov 28 22:13:51 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Nov 28 22:14:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa1dc76

dev-python/recommonmark-0.5.0_pre20181012: added ~alpha, bug 668764

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-python/recommonmark/recommonmark-0.5.0_pre20181012.ebuild 
b/dev-python/recommonmark/recommonmark-0.5.0_pre20181012.ebuild
index 3eabdbaf9db..c65bc35187c 100644
--- a/dev-python/recommonmark/recommonmark-0.5.0_pre20181012.ebuild
+++ b/dev-python/recommonmark/recommonmark-0.5.0_pre20181012.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/rtfd/recommonmark/archive/${EGIT_COMMIT}.tar.gz -> $
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2018-11-28 Thread Matt Turner
commit: a2fe8bcb0323de51e21b16e920a38fe286f22bda
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Nov 28 22:13:44 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Nov 28 22:14:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fe8bcb

dev-libs/libinput-1.12.3: added ~alpha, bug 668764

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-libs/libinput/libinput-1.12.3.ebuild 
b/dev-libs/libinput/libinput-1.12.3.ebuild
index e9169e65901..0fed70ed150 100644
--- a/dev-libs/libinput/libinput-1.12.3.ebuild
+++ b/dev-libs/libinput/libinput-1.12.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0/10"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc input_devices_wacom"
 # Tests require write access to udev rules directory which is a no-no for live 
system.
 # Other tests are just about logs, exported symbols and autotest of the test 
library.



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

2018-11-28 Thread Matt Turner
commit: 6ef621fdd6c35c28c2c266e16169cac97ee4c2c3
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Nov 28 22:13:50 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Nov 28 22:14:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef621fd

dev-python/commonmark-0.8.1: added ~alpha, bug 668764

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-python/commonmark/commonmark-0.8.1.ebuild 
b/dev-python/commonmark/commonmark-0.8.1.ebuild
index 5c065041018..042741231e3 100644
--- a/dev-python/commonmark/commonmark-0.8.1.ebuild
+++ b/dev-python/commonmark/commonmark-0.8.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2018-11-28 Thread Anthony G. Basile
commit: 2b3e01eb2245b331d74081dad921553dc6e4ab5a
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Nov 28 21:48:40 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Nov 28 21:48:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3e01eb

dev-python/pypax: version bump to 0.9.3, fixes bug #648454

Closes: https://bugs.gentoo.org/648454
Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/pypax/Manifest   |  1 +
 dev-python/pypax/pypax-0.9.3.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-python/pypax/Manifest b/dev-python/pypax/Manifest
index db8a24120ca..c09e6771f9f 100644
--- a/dev-python/pypax/Manifest
+++ b/dev-python/pypax/Manifest
@@ -1 +1,2 @@
 DIST elfix-0.9.2.tar.gz 398758 BLAKE2B 
22f8d9e85be2ae9bd906dfa6a1d8b7614f017686b4563ef7e97898a112a56cff59a8cb906ec957b7a111a5c9251a3de6b13dfb66ef9f732099ac610928d5321e
 SHA512 
a7be30722abe7249ec42024d33b2bda00524cfb85da66b4511c5056efbdbfae1d3c2b42048bcf4d5cb7c0ae675f763b74a834d93a25b541ebac42fddcd2c6cf9
+DIST elfix-0.9.3.tar.gz 399533 BLAKE2B 
7ff2099218de3352079564971cd2e3851a95820552b9057387b78945fb1a23d7b670591b174dc974ca2b0dcf3948546578a210687cbb16625dc5d638abf83169
 SHA512 
3395ce2e6d5e9fc9bdd93b58751cea33b5fb8e25e0a390e6261de6804cc54d4e1f91b4b5843fc45c9178d86d23e9932bf9d0f133a6d086607bf52ce16c65fd0d

diff --git a/dev-python/pypax/pypax-0.9.3.ebuild 
b/dev-python/pypax/pypax-0.9.3.ebuild
new file mode 100644
index 000..e803f0780cb
--- /dev/null
+++ b/dev-python/pypax/pypax-0.9.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+
+inherit distutils-r1
+
+if [[ ${PV} == ** ]] ; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git;
+   inherit git-r3
+else
+   SRC_URI="https://dev.gentoo.org/~blueness/elfix/elfix-${PV}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
+   S="${WORKDIR}/elfix-${PV}"
+fi
+
+DESCRIPTION="Python module to get or set either PT_PAX and/or XATTR_PAX flags"
+HOMEPAGE="https://dev.gentoo.org/~blueness/elfix/
+   https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+ptpax +xtpax"
+
+REQUIRED_USE="|| ( ptpax xtpax )"
+
+RDEPEND="
+   ptpax? ( dev-libs/elfutils )
+   xtpax? ( sys-apps/attr )"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${RDEPEND}"
+
+src_compile() {
+   cd scripts || die
+   unset PTPAX
+   unset XTPAX
+   use ptpax && export PTPAX="yes"
+   use xtpax && export XTPAX="yes"
+   distutils-r1_src_compile
+}
+
+src_install() {
+   cd scripts || die
+   distutils-r1_src_install
+}



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

2018-11-28 Thread Anthony G. Basile
commit: 1697ca70221fc3e4e7a6d021e2ff727477c92fa0
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Nov 28 21:51:06 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Nov 28 21:51:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1697ca70

sys-apps/elfix: version bump to 0.9.3, fixes bug #648454

Closes: https://bugs.gentoo.org/648454
Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-apps/elfix/Manifest   |  1 +
 sys-apps/elfix/elfix-0.9.3.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/sys-apps/elfix/Manifest b/sys-apps/elfix/Manifest
index db8a24120ca..c09e6771f9f 100644
--- a/sys-apps/elfix/Manifest
+++ b/sys-apps/elfix/Manifest
@@ -1 +1,2 @@
 DIST elfix-0.9.2.tar.gz 398758 BLAKE2B 
22f8d9e85be2ae9bd906dfa6a1d8b7614f017686b4563ef7e97898a112a56cff59a8cb906ec957b7a111a5c9251a3de6b13dfb66ef9f732099ac610928d5321e
 SHA512 
a7be30722abe7249ec42024d33b2bda00524cfb85da66b4511c5056efbdbfae1d3c2b42048bcf4d5cb7c0ae675f763b74a834d93a25b541ebac42fddcd2c6cf9
+DIST elfix-0.9.3.tar.gz 399533 BLAKE2B 
7ff2099218de3352079564971cd2e3851a95820552b9057387b78945fb1a23d7b670591b174dc974ca2b0dcf3948546578a210687cbb16625dc5d638abf83169
 SHA512 
3395ce2e6d5e9fc9bdd93b58751cea33b5fb8e25e0a390e6261de6804cc54d4e1f91b4b5843fc45c9178d86d23e9932bf9d0f133a6d086607bf52ce16c65fd0d

diff --git a/sys-apps/elfix/elfix-0.9.3.ebuild 
b/sys-apps/elfix/elfix-0.9.3.ebuild
new file mode 100644
index 000..a7a57400096
--- /dev/null
+++ b/sys-apps/elfix/elfix-0.9.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == ** ]] ; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git;
+   inherit autotools git-r3
+else
+   SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
+fi
+
+DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"
+HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml
+   https://dev.gentoo.org/~blueness/elfix/;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+ptpax +xtpax"
+
+DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO )
+
+REQUIRED_USE="|| ( ptpax xtpax )"
+
+# These only work with a properly configured PaX kernel
+RESTRICT="test"
+
+DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=]
+   ptpax? ( dev-libs/elfutils )
+   xtpax? ( sys-apps/attr )"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   if [[ ${PV} == ** ]]; then
+   eautoreconf
+   cd doc && ./make.sh || die
+   fi
+}
+
+src_configure() {
+   rm -f "${S}/scripts/setup.py"
+   econf --disable-tests \
+   $(use_enable ptpax) \
+   $(use_enable xtpax)
+}



[gentoo-commits] proj/elfix:elfix-0.9.x commit in: /

2018-11-28 Thread Anthony G. Basile
commit: dc482c12d78df8292460c75572be0756da47e9c8
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Nov 28 21:36:02 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Nov 28 21:36:02 2018 +
URL:https://gitweb.gentoo.org/proj/elfix.git/commit/?id=dc482c12

Prepare release 0.9.3

Signed-off-by: Anthony G. Basile  gentoo.org>

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9d84e09..79f2bff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 #
 
 AC_PREREQ([2.69])
-AC_INIT([elfix], [0.9.2], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.9.3], [http://bugs.gentoo.org/])
 AC_CONFIG_SRCDIR([src/paxctl-ng.c])
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([1.12 foreign])



[gentoo-commits] proj/elfix:elfix-0.9.x commit in: scripts/, /, src/

2018-11-28 Thread Anthony G. Basile
commit: 9da9133383bae6e7d8e4c3b921e677fa73f5c410
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue May 15 07:33:40 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Nov 28 21:34:51 2018 +
URL:https://gitweb.gentoo.org/proj/elfix.git/commit/?id=9da91333

attr/xattr.h is deprecated. Use sys/xattr.h instead

Signed-off-by: Anthony G. Basile  gentoo.org>

 configure.ac| 4 ++--
 scripts/paxmodule.c | 2 +-
 src/paxctl-ng.c | 5 -
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 58bad71..9d84e09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,9 +115,9 @@ AS_IF(
 [test "x$enable_xtpax" != "xno"],
 [
 AC_CHECK_HEADERS(
-[attr/xattr.h],
+[sys/xattr.h],
 [],
-[AC_MSG_ERROR(["Missing necessary attr/xattr.h"])]
+[AC_MSG_ERROR(["Missing necessary sys/xattr.h"])]
 )
 AC_CHECK_LIB(
 [attr],

diff --git a/scripts/paxmodule.c b/scripts/paxmodule.c
index 1355f86..6a93420 100644
--- a/scripts/paxmodule.c
+++ b/scripts/paxmodule.c
@@ -45,7 +45,7 @@
 #endif
 
 #ifdef XTPAX
- #include 
+ #include 
  #define PAX_NAMESPACE "user.pax.flags"
 #endif
 

diff --git a/src/paxctl-ng.c b/src/paxctl-ng.c
index d340a43..25396d4 100644
--- a/src/paxctl-ng.c
+++ b/src/paxctl-ng.c
@@ -49,7 +49,10 @@
 #endif
 
 #ifdef XTPAX
- #include 
+ #include 
+ #ifndef ENOATTR
+  #define ENOATTR ENODATA
+ #endif
  #define PAX_NAMESPACE "user.pax.flags"
  #define CREATE_XT_FLAGS_SECURE 1
  #define CREATE_XT_FLAGS_DEFAULT2



[gentoo-commits] proj/elfix:master commit in: src/, scripts/, /

2018-11-28 Thread Anthony G. Basile
commit: abeac3adcbfa4b853b9a7d727f5c6b134fad6fe5
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue May 15 07:33:40 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Nov 28 21:33:12 2018 +
URL:https://gitweb.gentoo.org/proj/elfix.git/commit/?id=abeac3ad

attr/xattr.h is deprecated. Use sys/xattr.h instead

Signed-off-by: Anthony G. Basile  gentoo.org>

 configure.ac| 4 ++--
 scripts/paxmodule.c | 2 +-
 src/paxctl-ng.c | 5 -
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 208d566..84ef48d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,9 +114,9 @@ AS_IF(
 [test "x$enable_xtpax" != "xno"],
 [
 AC_CHECK_HEADERS(
-[attr/xattr.h],
+[sys/xattr.h],
 [],
-[AC_MSG_ERROR(["Missing necessary attr/xattr.h"])]
+[AC_MSG_ERROR(["Missing necessary sys/xattr.h"])]
 )
 AC_CHECK_LIB(
 [attr],

diff --git a/scripts/paxmodule.c b/scripts/paxmodule.c
index 1355f86..6a93420 100644
--- a/scripts/paxmodule.c
+++ b/scripts/paxmodule.c
@@ -45,7 +45,7 @@
 #endif
 
 #ifdef XTPAX
- #include 
+ #include 
  #define PAX_NAMESPACE "user.pax.flags"
 #endif
 

diff --git a/src/paxctl-ng.c b/src/paxctl-ng.c
index d340a43..25396d4 100644
--- a/src/paxctl-ng.c
+++ b/src/paxctl-ng.c
@@ -49,7 +49,10 @@
 #endif
 
 #ifdef XTPAX
- #include 
+ #include 
+ #ifndef ENOATTR
+  #define ENOATTR ENODATA
+ #endif
  #define PAX_NAMESPACE "user.pax.flags"
  #define CREATE_XT_FLAGS_SECURE 1
  #define CREATE_XT_FLAGS_DEFAULT2



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

2018-11-28 Thread Tobias Klausmann
commit: 824dd937195207bd78b66ed8143bb8441fa4ef36
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 28 21:21:38 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 28 21:21:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824dd937

sys-cluster/keepalived-2.0.10-r1: alpha stable

Bug: http://bugs.gentoo.org/670856
Signed-off-by: Tobias Klausmann  gentoo.org>

 sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild 
b/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
index 6b3c31e8532..ca166391715 100644
--- a/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
+++ b/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.keepalived.org/software/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc ~ppc64 ~s390 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 ~s390 sparc x86"
 IUSE="dbus debug ipv6 -json snmp"
 
 RDEPEND="dev-libs/libnl:=



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

2018-11-28 Thread Tobias Klausmann
commit: 41f329699f69c2b872a47abead0993b100e2b1e1
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 28 21:21:39 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 28 21:21:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f32969

net-dialup/pptpclient-1.10.0-r0: alpha stable

Bug: http://bugs.gentoo.org/670998
Signed-off-by: Tobias Klausmann  gentoo.org>

 net-dialup/pptpclient/pptpclient-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/pptpclient/pptpclient-1.10.0.ebuild 
b/net-dialup/pptpclient/pptpclient-1.10.0.ebuild
index d0defd230fc..bf607214603 100644
--- a/net-dialup/pptpclient/pptpclient-1.10.0.ebuild
+++ b/net-dialup/pptpclient/pptpclient-1.10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/pptpclient/${MY_P}.tar.gz
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE="tk"
 
 DEPEND="net-dialup/ppp



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

2018-11-28 Thread Tobias Klausmann
commit: f9001117f744ea2cb4dda496ad7555fb7663f73c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 28 21:21:37 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 28 21:21:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9001117

sys-apps/groff-1.22.3-r0: alpha stable

Bug: http://bugs.gentoo.org/670751
Signed-off-by: Tobias Klausmann  gentoo.org>

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

diff --git a/sys-apps/groff/groff-1.22.3.ebuild 
b/sys-apps/groff/groff-1.22.3.ebuild
index b683e15a91d..712d0cc851d 100644
--- a/sys-apps/groff/groff-1.22.3.ebuild
+++ b/sys-apps/groff/groff-1.22.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/groff/${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 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="examples X"
 
 RDEPEND="



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

2018-11-28 Thread Tobias Klausmann
commit: be5387287436ac475614a412190f432fc72345f6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 28 21:21:39 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 28 21:21:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be538728

dev-libs/oniguruma-6.9.0-r0: alpha stable

Bug: http://bugs.gentoo.org/671294
Signed-off-by: Tobias Klausmann  gentoo.org>

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

diff --git a/dev-libs/oniguruma/oniguruma-6.9.0.ebuild 
b/dev-libs/oniguruma/oniguruma-6.9.0.ebuild
index 469937efb01..a45919d7f91 100644
--- a/dev-libs/oniguruma/oniguruma-6.9.0.ebuild
+++ b/dev-libs/oniguruma/oniguruma-6.9.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0/5"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE="crnl-as-line-terminator static-libs"
 
 S="${WORKDIR}/${MY_P}"



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

2018-11-28 Thread Tobias Klausmann
commit: cc11a1416ef1000ea7c79739d63700bd5502517d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 28 21:21:39 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 28 21:21:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc11a141

net-libs/libmicrohttpd-0.9.59-r0: alpha stable

Bug: http://bugs.gentoo.org/671014
Signed-off-by: Tobias Klausmann  gentoo.org>

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

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.59.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.59.ebuild
index fae43deaaf7..bc481246c49 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.59.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.59.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/12"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="epoll messages ssl static-libs test"
 
 RDEPEND="ssl? (



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

2018-11-28 Thread Tobias Klausmann
commit: d2cf838aab29c631fc8f8cfc401e848c87e37fd6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 28 21:21:39 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 28 21:21:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2cf838a

net-ftp/pure-ftpd-1.0.47-r2: alpha stable

Bug: http://bugs.gentoo.org/671282
Signed-off-by: Tobias Klausmann  gentoo.org>

 net-ftp/pure-ftpd/pure-ftpd-1.0.47-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.47-r2.ebuild 
b/net-ftp/pure-ftpd/pure-ftpd-1.0.47-r2.ebuild
index 23a57ff4560..864c1ad8237 100644
--- a/net-ftp/pure-ftpd/pure-ftpd-1.0.47-r2.ebuild
+++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.47-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit flag-o-matic
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
 
 DESCRIPTION="Fast, production-quality, standard-conformant FTP server"
 HOMEPAGE="http://www.pureftpd.org/;



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

2018-11-28 Thread Tobias Klausmann
commit: e5218e3b35309407c715b10db0424601e7b46e64
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 28 21:21:39 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 28 21:21:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5218e3b

app-text/hunspell-1.6.2-r1: alpha stable

Bug: http://bugs.gentoo.org/671066
Signed-off-by: Tobias Klausmann  gentoo.org>

 app-text/hunspell/hunspell-1.6.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/hunspell/hunspell-1.6.2-r1.ebuild 
b/app-text/hunspell/hunspell-1.6.2-r1.ebuild
index 395dea17b46..d4a295cdf9a 100644
--- a/app-text/hunspell/hunspell-1.6.2-r1.ebuild
+++ b/app-text/hunspell/hunspell-1.6.2-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/hunspell;
 SLOT="0/$(get_version_component_range 1-2)"
 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
 IUSE="ncurses nls readline static-libs"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
ncurses? ( sys-libs/ncurses:0= )



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

2018-11-28 Thread Tobias Klausmann
commit: 93dcb0d9fb432f737520c94c3a1b93a59f2b471b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 28 21:21:40 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 28 21:21:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93dcb0d9

sys-kernel/gentoo-sources-4.4.164-r0: alpha stable

Bug: http://bugs.gentoo.org/671688
Signed-off-by: Tobias Klausmann  gentoo.org>

 sys-kernel/gentoo-sources/gentoo-sources-4.4.164.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.164.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.164.ebuild
index 930a6579b65..25136727f56 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.164.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.164.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2018-11-28 Thread Tobias Klausmann
commit: d2487d5d0ce0c5cdecdb9cdb2bfe8958c1ab4710
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 28 21:21:38 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 28 21:21:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2487d5d

dev-libs/ivykis-0.42.3-r1: alpha stable

Bug: http://bugs.gentoo.org/670974
Signed-off-by: Tobias Klausmann  gentoo.org>

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

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index 073b8a2002d..b4a2c42b742 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs"
 
 src_configure() {



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

2018-11-28 Thread Tobias Klausmann
commit: b42e989f7cbecc7b47e72a5be2302e082f30f380
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 28 21:21:38 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 28 21:21:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42e989f

dev-python/sqlalchemy-migrate-0.11.0-r1: alpha stable

Bug: http://bugs.gentoo.org/670894
Signed-off-by: Tobias Klausmann  gentoo.org>

 dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.11.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.11.0-r1.ebuild 
b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.11.0-r1.ebuild
index 96a7a2d573d..d3843d79505 100644
--- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.11.0-r1.ebuild
+++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.11.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="doc"
 
 CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"



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

2018-11-28 Thread Tobias Klausmann
commit: 1b5db7d8e3633820b5d06f7afb4c580ff3d2051d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 28 21:21:38 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 28 21:21:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b5db7d8

app-admin/syslog-ng-3.17.2-r0: alpha stable

Bug: http://bugs.gentoo.org/670974
Signed-off-by: Tobias Klausmann  gentoo.org>

 app-admin/syslog-ng/syslog-ng-3.17.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild
index 5e81a5c26e5..628acd43520 100644
--- a/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86"
 IUSE="amqp caps dbi geoip geoip2 http ipv6 json libressl mongodb pacct python 
redis smtp spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # unit tests require https://github.com/Snaipe/Criterion with additional deps



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

2018-11-28 Thread Tobias Klausmann
commit: 3c2b5c4316b1b9967b6ea80b5e93f2cdaeefb57c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 28 20:13:41 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 28 20:13:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2b5c43

dev-util/oprofile-1.2.0-r1: alpha stable

Bug: http://bugs.gentoo.org/669800
Signed-off-by: Tobias Klausmann  gentoo.org>

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

diff --git a/dev-util/oprofile/oprofile-1.2.0-r1.ebuild 
b/dev-util/oprofile/oprofile-1.2.0-r1.ebuild
index 3a5dc70fb4a..97686d9e6ae 100644
--- a/dev-util/oprofile/oprofile-1.2.0-r1.ebuild
+++ b/dev-util/oprofile/oprofile-1.2.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="java pch"
 
 RDEPEND=">=dev-libs/popt-1.7-r1



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

2018-11-28 Thread Tobias Klausmann
commit: 084b15f0e87c97b89d5e2b7f6b8fed95e5880e4d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 28 20:13:50 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 28 20:13:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084b15f0

sys-kernel/gentoo-sources-4.14.83-r0: alpha stable

Bug: http://bugs.gentoo.org/671688
Signed-off-by: Tobias Klausmann  gentoo.org>

 sys-kernel/gentoo-sources/gentoo-sources-4.14.83.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.83.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.83.ebuild
index e33e600a523..afd482224a0 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.83.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.83.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



  1   2   3   >