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

2019-04-08 Thread Hans de Graaff
commit: 3305c8e70d6859342d5d19c7a4cd561b59120917
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr  9 05:11:57 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:53:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3305c8e7

net-misc/mikutter: cleanup ruby23-only version

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

 net-misc/mikutter/Manifest |  1 -
 net-misc/mikutter/mikutter-3.4.2-r1.ebuild | 80 --
 2 files changed, 81 deletions(-)

diff --git a/net-misc/mikutter/Manifest b/net-misc/mikutter/Manifest
index cc43f920163..95c5b6fe4e2 100644
--- a/net-misc/mikutter/Manifest
+++ b/net-misc/mikutter/Manifest
@@ -1,2 +1 @@
-DIST mikutter.3.4.2.tar.gz 3684733 BLAKE2B 
37bf96e06fd22af2979ba7e3cb76fa8267a051d93e5e143111ef1107596a84533435d2ff596322c246601fc4de46a066c131f8a1e0a881bc35e2c7f19c02469f
 SHA512 
bbdde61324825e9c7d4ffa6b6dc004f74c512391c1b1a538d7c72672f6aa68c3b68c579d1a2a3db13d25b909dc497195fcd7f0d66c88c8d1b2856508e965418d
 DIST mikutter.3.5.4.tar.gz 3743674 BLAKE2B 
af166219af2a36e84c4e13209830d12be6e085e6c76fa101c265c40bc85d465f50f56311783b647f10ec0021450fd45ca411643e7612e8225df6c9e75ac83be1
 SHA512 
adb7a1902026ee01737840d0b7f9004ab363e874e01f7c497bd9252fccb3cc16f86f1959bb2eff3d309cb7ba1fa93376d9a1e46d5226859a1279069de7f2ba8e

diff --git a/net-misc/mikutter/mikutter-3.4.2-r1.ebuild 
b/net-misc/mikutter/mikutter-3.4.2-r1.ebuild
deleted file mode 100644
index 62e5fdcfc3b..000
--- a/net-misc/mikutter/mikutter-3.4.2-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby22 ruby23"
-
-inherit eutils ruby-ng
-
-if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://toshia.dip.jp/mikutter.git"
-   inherit git-2
-   KEYWORDS=""
-   EGIT_SOURCEDIR="${WORKDIR}/all"
-else
-   MY_P="${PN}.${PV}"
-   SRC_URI="http://mikutter.hachune.net/bin/${MY_P}.tar.gz;
-   KEYWORDS="~amd64"
-   RUBY_S="${PN}"
-fi
-
-DESCRIPTION="Simple, powerful and moeful twitter client"
-HOMEPAGE="http://mikutter.hachune.net/;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="+libnotify"
-
-DEPEND=""
-RDEPEND="
-   libnotify? ( x11-libs/libnotify )
-   media-sound/alsa-utils"
-
-ruby_add_rdepend "dev-ruby/addressable
-   dev-ruby/delayer
-   dev-ruby/delayer-deferred
-   dev-ruby/httpclient
-   dev-ruby/json:0
-   dev-ruby/instance_storage
-   =dev-ruby/moneta-0.7
-   dev-ruby/nokogiri
-   >=dev-ruby/oauth-0.4.7
-   dev-ruby/pluggaloid
-   dev-ruby/rcairo
-   >=dev-ruby/ruby-gettext-3.0.1
-   >=dev-ruby/ruby-gtk2-2.2.0
-   dev-ruby/ruby-hmac
-   dev-ruby/totoridipjp
-   dev-ruby/twitter-text
-   dev-ruby/typed-array
-   virtual/ruby-ssl"
-
-all_ruby_unpack() {
-   if [ "${PV}" = "" ];then
-   git-2_src_unpack
-   else
-   default
-   fi
-}
-
-each_ruby_install() {
-   local rubyversion
-
-   if use ruby_targets_ruby23; then
-   rubyversion=ruby23
-   elif use ruby_targets_ruby22; then
-   rubyversion=ruby22
-   fi
-
-   exeinto /usr/share/mikutter
-   doexe mikutter.rb
-   insinto /usr/share/mikutter
-   doins -r core plugin
-   sed -e "s/ruby19/${rubyversion}/" "${FILESDIR}"/mikutter \
-   | newbin - mikutter
-   dodoc README
-   make_desktop_entry mikutter Mikutter \
-   /usr/share/mikutter/core/skin/data/icon.png
-}



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

2019-04-08 Thread Hans de Graaff
commit: d230deef148f812c04955912363494f31f8796c5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 16 18:49:47 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:53:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d230deef

dev-ruby/metasploit-model: cleanup ruby23-only version

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

 dev-ruby/metasploit-model/Manifest |  1 -
 .../metasploit-model/metasploit-model-2.0.3.ebuild | 72 --
 2 files changed, 73 deletions(-)

diff --git a/dev-ruby/metasploit-model/Manifest 
b/dev-ruby/metasploit-model/Manifest
index 56749e457d4..733c984f3fa 100644
--- a/dev-ruby/metasploit-model/Manifest
+++ b/dev-ruby/metasploit-model/Manifest
@@ -1,2 +1 @@
-DIST metasploit-model-2.0.3.gem 81408 BLAKE2B 
e62074efbdd66fc951b4c304d9c0adbf54b631bf0e343658b395e76bf4783db8a0186f375ce2650110b2200b805832ae25cd81779d894c1b7475a07d3041b35a
 SHA512 
a6d77940e6b85925cc93c57f69910fde5c8eb2458d6707847be9f5856cfceee33304209e8c7076484151d9daf1f23cfe28cb0c00abb83176b7bc6c819fb128ec
 DIST metasploit-model-2.0.4.gem 81408 BLAKE2B 
5a4be9e61649710470618d4334279054cbefc1027a1d4674b6be0c6a4c632219fd2dc3ac5f9f56dc9018712e5cbcbe191d5749ed2ed10cf98f884a06e41ec736
 SHA512 
70f6d948227bc99f877c3b5631a964087c0ebfdb091f128c72bc5da276bf57a5055aea5cdda4dc66e1fb177606afec9b7b3ee4076211f43928a2defb93294ac5

diff --git a/dev-ruby/metasploit-model/metasploit-model-2.0.3.ebuild 
b/dev-ruby/metasploit-model/metasploit-model-2.0.3.ebuild
deleted file mode 100644
index 00924336d8e..000
--- a/dev-ruby/metasploit-model/metasploit-model-2.0.3.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23"
-
-inherit ruby-fakegem eapi7-ver
-
-RUBY_FAKEGEM_EXTRAINSTALL="app config script spec"
-
-DESCRIPTION="Common code, such as validators and mixins"
-HOMEPAGE="https://github.com/rapid7/metasploit-model;
-SRC_URI="mirror://rubygems/${P}.gem"
-
-LICENSE="BSD"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm"
-#IUSE="development test"
-RESTRICT=test
-IUSE=""
-
-RDEPEND="${RDEPEND} !dev-ruby/metasploit-model:0"
-
-ruby_add_rdepend ">=dev-ruby/railties-4.2.6:4.2
-   >=dev-ruby/activesupport-4.2.6:4.2
-   >=dev-ruby/activemodel-4.2.6:4.2"
-#  development? (  dev-ruby/bundler
-#  dev-ruby/rake
-#  dev-ruby/i18n
-#  dev-ruby/multi_json
-#  dev-ruby/builder
-#  dev-ruby/erubis
-#  dev-ruby/journey
-#  dev-ruby/rack
-#  dev-ruby/rack-cache
-#  dev-ruby/rack-test
-#  dev-ruby/hike
-#  dev-ruby/tilt
-#  dev-ruby/sprockets:*
-#  dev-ruby/actionpack:4.0
-#  dev-ruby/json
-#  dev-ruby/rack-ssl:*
-#  dev-ruby/rdoc
-#  dev-ruby/thor
-#  dev-ruby/redcarpet
-#  

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

2019-04-08 Thread Hans de Graaff
commit: fb013be153e8d1fe346f22fbd6ba657acb16715b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 16 18:49:10 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:52:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb013be1

dev-ruby/metasploit-credential: cleanup ruby23-only version

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

 dev-ruby/metasploit-credential/Manifest|  1 -
 .../metasploit-credential-2.0.8.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-ruby/metasploit-credential/Manifest 
b/dev-ruby/metasploit-credential/Manifest
index 0b2f5ac8d41..5aaeab0850d 100644
--- a/dev-ruby/metasploit-credential/Manifest
+++ b/dev-ruby/metasploit-credential/Manifest
@@ -1,2 +1 @@
 DIST metasploit-credential-2.0.14.gem 110592 BLAKE2B 
09f3eee0f288ab26695177b014b98dc871f6f009f34aaad4fbd7dfcda8acc63f75524fe7d181b1dccca863cc83eb50f249e0c07cbb0f07e9c79856a4389cdcd9
 SHA512 
66670fc89dc61d6d32577c9b46dc6ddfab15b9c0118ba15cc7398e10ec8de63cd7150fbfaddbd01a573ead6d98619dd9c19a5835be58baaa1fc4a9c777839b00
-DIST metasploit-credential-2.0.8.gem 110080 BLAKE2B 
3963d4beb8ad12b42e8e79ae51016a74e8a0de6a1446817da16301ccc9756564dfba2847ebe9944cd563e4f113a6be3c9e96ee4240dc38c855fd47e81b145d74
 SHA512 
dac081be5347edd9f96e2e4956824e5982a1ab1ef13dd3113a1a5faf70e4dde570bb42ec404ab503b72ababbdae291d4b929946288452f712bf6a795177e1357

diff --git a/dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild 
b/dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild
deleted file mode 100644
index 0488094fc92..000
--- a/dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-RUBY_FAKEGEM_EXTRAINSTALL="app config db spec"
-
-DESCRIPTION="Code for modeling and managing credentials in Metasploit"
-HOMEPAGE="https://github.com/rapid7/metasploit-credential;
-
-LICENSE="BSD"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-RESTRICT=test
-
-ruby_add_rdepend "dev-ruby/metasploit-concern:2.0
-   >=dev-ruby/metasploit_data_models-1.2.0:*
-   >=dev-ruby/metasploit-model-1.0.0
-   dev-ruby/rubyzip:1
-   dev-ruby/rubyntlm
-   >=dev-ruby/railties-4.2.6:4.2
-   dev-ruby/pg:*"



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

2019-04-08 Thread Hans de Graaff
commit: 28e31647976211f0dae933e9c7f791ecf90b7e3b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr  9 05:09:04 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:53:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e31647

dev-ruby/did_you_mean: add ruby24

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

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

diff --git a/dev-ruby/did_you_mean/did_you_mean-1.0.2.ebuild 
b/dev-ruby/did_you_mean/did_you_mean-1.0.2.ebuild
index 3e8b1026980..d3282e7dca3 100644
--- a/dev-ruby/did_you_mean/did_you_mean-1.0.2.ebuild
+++ b/dev-ruby/did_you_mean/did_you_mean-1.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23"
+USE_RUBY="ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



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

2019-04-08 Thread Hans de Graaff
commit: e09933a189ca1fb27c41b9777b589be9ae0f5401
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 16 18:56:12 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:53:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09933a1

net-analyzer/metasploit: cleanup ruby23-only version

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

 net-analyzer/metasploit/Manifest   |   1 -
 .../metasploit/metasploit-4.14.16-r2.ebuild| 335 -
 2 files changed, 336 deletions(-)

diff --git a/net-analyzer/metasploit/Manifest b/net-analyzer/metasploit/Manifest
index 0c21a598802..09d5598966e 100644
--- a/net-analyzer/metasploit/Manifest
+++ b/net-analyzer/metasploit/Manifest
@@ -1,2 +1 @@
-DIST metasploit-4.14.16.tar.gz 23726763 BLAKE2B 
ab2d3f10c948db394643f2bcd9b08822f16133ef81abe7048b6c4e49bf635abded40d7359b9787f7f955ba6eccfdb81ff6372d24dd2acd732ba9f16cb41ca8b4
 SHA512 
882968e68ff5adf10426f6e8480f3eac7cd9b289c1e641a91e537d31a434858f2c47b4f7b5bf23fcfc22eceecd2527eedb7eac3e9a8ad4a212187762b1b9aab2
 DIST metasploit-4.17.21.tar.gz 28812125 BLAKE2B 
15ff8ccac99d783b7b9cd20d6512df551b3143b4947d2f347b2558d1bafd2861d41fe6b051034c75cd25030ad85d26f261ffe9149dd27d551f92f17fcc0b4075
 SHA512 
00763f515bc6b556d4dbe15a7c58fac3c7febb64fb339fd5c05ad2b18b5b55bdf8815daca35f24bb22bea3d376db4f4610918730d813079e5ac3f8d5ad16d2d9

diff --git a/net-analyzer/metasploit/metasploit-4.14.16-r2.ebuild 
b/net-analyzer/metasploit/metasploit-4.14.16-r2.ebuild
deleted file mode 100644
index fb8f4c563b8..000
--- a/net-analyzer/metasploit/metasploit-4.14.16-r2.ebuild
+++ /dev/null
@@ -1,335 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-#never ever ever have more than one ruby in here
-USE_RUBY="ruby23"
-inherit eutils ruby-ng
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/rapid7/metasploit-framework.git;
-   EGIT_CHECKOUT_DIR="${WORKDIR}"/all
-   inherit git-r3
-   KEYWORDS=""
-   SLOT=""
-else
-   ##Tags https://github.com/rapid7/metasploit-framework/releases
-   MY_PV=${PV/_p/-}
-   
SRC_URI="https://github.com/rapid7/metasploit-framework/archive/${MY_PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm"
-   RUBY_S="${PN}-framework-${MY_PV}"
-   inherit eapi7-ver
-   SLOT="$(ver_cut 1).$(ver_cut 2)"
-fi
-
-DESCRIPTION="Advanced framework for developing, testing, and using 
vulnerability exploit code"
-HOMEPAGE="http://www.metasploit.org/;
-LICENSE="BSD"
-IUSE="development +java nexpose openvas oracle +pcap test"
-
-#multiple known bugs with tests reported upstream and ignored
-#http://dev.metasploit.com/redmine/issues/8418 - worked around (fix user 
creation when possible)
-RESTRICT="test"
-
-RUBY_COMMON_DEPEND="virtual/ruby-ssl
-   >=dev-ruby/activesupport-4.2.6:4.2
-   >=dev-ruby/actionpack-4.2.6:4.2
-   >=dev-ruby/activerecord-4.2.6:4.2
-   dev-ruby/bcrypt-ruby
-   dev-ruby/bit-struct
-   >=dev-ruby/builder-3.0
-   dev-ruby/bundler
-   dev-ruby/filesize:*
-   >=dev-ruby/jsobfu-0.3.0:*
-   dev-ruby/json:*
-   dev-ruby/kissfft
-   dev-ruby/metasm:1.0.2
-   >=dev-ruby/metasploit_data_models-2.0.0
-   dev-ruby/meterpreter_bins:0.0.22
-   dev-ruby/metasploit-payloads:1.2.24
-   dev-ruby/metasploit_payloads-mettle:0.1.9
-   >=dev-ruby/metasploit-credential-2.0.0
-   >=dev-ruby/metasploit-concern-2.0.0
-   >=dev-ruby/metasploit-model-2.0.0
-   dev-ruby/msgpack
-   dev-ruby/net-ssh:*
-   dev-ruby/nokogiri
-   dev-ruby/octokit
-   dev-ruby/openssl-ccm:1.2.1
-   dev-ruby/patch_finder
-   >=dev-ruby/recog-2.0.14
-   dev-ruby/redcarpet
-   >=dev-ruby/rkelly-remix-0.0.6
-   dev-ruby/rex-arch
-   dev-ruby/rex-bin_tools
-   dev-ruby/rex-core
-   dev-ruby/rex-encoder
-   dev-ruby/rex-exploitation
-   dev-ruby/rex-java
-   dev-ruby/rex-mime
-   dev-ruby/rex-nop
-   dev-ruby/rex-ole
-   dev-ruby/rex-powershell
-   dev-ruby/rex-random_identifier
-   dev-ruby/rex-registry
-   dev-ruby/rex-socket
-   dev-ruby/rex-sslscan
-   dev-ruby/rex-rop_builder
-   dev-ruby/rex-struct2
-   dev-ruby/rex-text
-   dev-ruby/rex-zip
-   dev-ruby/ruby_smb:*
-   dev-ruby/sqlite3
-   >=dev-ruby/pg-0.11:*
-   dev-ruby/packetfu:1.1.13
-   >=dev-ruby/rubyzip-1.1
-   >=dev-ruby/rb-readline-0.5.4
-   dev-ruby/robots
-   dev-ruby/sshkey
-   dev-ruby/tzinfo:*
-   dev-ruby/windows_error
-   dev-ruby/xmlrpc
-   java? ( dev-ruby/rjb )
-   nexpose? ( dev-ruby/nexpose )
-   openvas? ( dev-ruby/openvas-omp )
-   oracle? ( dev-ruby/ruby-oci8 )
-   pcap? ( dev-ruby/pcaprub:*
-   dev-ruby/network_interface )
-   development? ( 

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

2019-04-08 Thread Hans de Graaff
commit: 8c2044457722e65d79ac561a147e5a88f5316f06
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr  9 05:10:25 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:53:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c204445

dev-ruby/poltergeist: add ruby24

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

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

diff --git a/dev-ruby/poltergeist/poltergeist-1.14.0.ebuild 
b/dev-ruby/poltergeist/poltergeist-1.14.0.ebuild
index 4dfa4cf7439..46bac159004 100644
--- a/dev-ruby/poltergeist/poltergeist-1.14.0.ebuild
+++ b/dev-ruby/poltergeist/poltergeist-1.14.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 # There are tests but they require several unpackaged dependencies.
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2019-04-08 Thread Hans de Graaff
commit: 258b49fe306e2cd04a1ec87d3be83a8cc1c4dba8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan  9 10:28:40 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:52:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258b49fe

virtual/rubygems: drop ruby23

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

 virtual/rubygems/rubygems-14.ebuild | 5 ++---
 virtual/rubygems/rubygems-15.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/virtual/rubygems/rubygems-14.ebuild 
b/virtual/rubygems/rubygems-14.ebuild
index 7cf6d3aee79..3747b5b7d69 100644
--- a/virtual/rubygems/rubygems-14.ebuild
+++ b/virtual/rubygems/rubygems-14.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 rbx"
+USE_RUBY="ruby24 ruby25 rbx"
 
 inherit ruby-ng
 
@@ -12,7 +12,6 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 
s390 ~sh sparc x86 ~p
 
 RDEPEND="
ruby_targets_rbx? ( dev-lang/rubinius )
-   ruby_targets_ruby23? ( >=dev-ruby/rubygems-2.5.1[ruby_targets_ruby23] )
ruby_targets_ruby24? ( >=dev-ruby/rubygems-2.6.11[ruby_targets_ruby24] )
ruby_targets_ruby25? ( >=dev-ruby/rubygems-2.7.3[ruby_targets_ruby25] )"
 

diff --git a/virtual/rubygems/rubygems-15.ebuild 
b/virtual/rubygems/rubygems-15.ebuild
index defc3b499df..615b1a74017 100644
--- a/virtual/rubygems/rubygems-15.ebuild
+++ b/virtual/rubygems/rubygems-15.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 inherit ruby-ng
 
@@ -11,7 +11,6 @@ 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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND="
-   ruby_targets_ruby23? ( >=dev-ruby/rubygems-2.5.1[ruby_targets_ruby23] )
ruby_targets_ruby24? ( >=dev-ruby/rubygems-2.6.11[ruby_targets_ruby24] )
ruby_targets_ruby25? ( >=dev-ruby/rubygems-2.7.3[ruby_targets_ruby25] )
ruby_targets_ruby26? ( >=dev-ruby/rubygems-3.0.1[ruby_targets_ruby26] )"



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

2019-04-08 Thread Hans de Graaff
commit: 6da5eaed2e1520b1dc8c7ec5e0945b928c10022c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 16 18:51:40 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:53:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da5eaed

dev-ruby/metasploit_data_models: cleanup ruby23-only version

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

 dev-ruby/metasploit_data_models/Manifest   |  1 -
 .../metasploit_data_models-2.0.14.ebuild   | 62 --
 2 files changed, 63 deletions(-)

diff --git a/dev-ruby/metasploit_data_models/Manifest 
b/dev-ruby/metasploit_data_models/Manifest
index f7bee127aaa..d78bf8f0847 100644
--- a/dev-ruby/metasploit_data_models/Manifest
+++ b/dev-ruby/metasploit_data_models/Manifest
@@ -1,2 +1 @@
-DIST metasploit_data_models-2.0.14.gem 182272 BLAKE2B 
76162d66be5ddbad8186aef84bdc31ca06635737203f6e25dfc5d74d11775aa7ef5f0e5e5e07f5cce524e7712e484e548d56398bbae95dcc7cb93a22bca223f4
 SHA512 
204505fd9073eaa7c9467ef8241f0cf3167f33e68eb4e5aac6101fc0b1fa68d2ec85e11ac9ce4fb80ae3db8ba6fcc0f7f2a93dacf9735c2d4d1d92fa0a41e70b
 DIST metasploit_data_models-2.0.16.gem 182272 BLAKE2B 
918c57e62552e2b3288ca24e8ff7abeb30b0b6221906890c7b2e15c674356de6861a10500735d5a912b0deefb6b378b64111bd18770c65b10dcdbc911e6439d6
 SHA512 
bf2c2c162d23750eceeb315b9a5ba9e8b80bf4ace9e32f8c1e97c35939338d026d640675b3e5eaf61c6897007db07e186d4d5be944dc3bca16c138f1f6ae6ada

diff --git 
a/dev-ruby/metasploit_data_models/metasploit_data_models-2.0.14.ebuild 
b/dev-ruby/metasploit_data_models/metasploit_data_models-2.0.14.ebuild
deleted file mode 100644
index a79ca888643..000
--- a/dev-ruby/metasploit_data_models/metasploit_data_models-2.0.14.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23"
-
-inherit ruby-fakegem
-
-RUBY_FAKEGEM_EXTRAINSTALL="app config db script spec"
-
-DESCRIPTION="The database layer for Metasploit"
-HOMEPAGE="https://github.com/rapid7/metasploit_data_models;
-SRC_URI="mirror://rubygems/${P}.gem"
-
-LICENSE="BSD"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm"
-RESTRICT=test
-#IUSE="development test"
-IUSE=""
-
-RDEPEND="${RDEPEND} !dev-ruby/metasploit_data_models:0"
-
-ruby_add_rdepend "
-   >=dev-ruby/activerecord-4.2.6:4.2[postgres]
-   >=dev-ruby/activesupport-4.2.6:4.2
-   dev-ruby/pg:*
-   dev-ruby/postgres_ext
-   >=dev-ruby/railties-4.2.6:4.2
-   >=dev-ruby/recog-2.0.0:*
-   dev-ruby/arel-helpers
-   >=dev-ruby/metasploit-concern-2.0.0
-   >=dev-ruby/metasploit-model-2.0.0
-   

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

2019-04-08 Thread Hans de Graaff
commit: c01ab66fbe947f54356f992ed2cb97e1941980d3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan  9 10:26:32 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:52:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01ab66f

virtual/ruby-ssl: drop ruby23

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

 virtual/ruby-ssl/ruby-ssl-10.ebuild | 3 +--
 virtual/ruby-ssl/ruby-ssl-11.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/virtual/ruby-ssl/ruby-ssl-10.ebuild 
b/virtual/ruby-ssl/ruby-ssl-10.ebuild
index ba9754e26a6..b6a4bc77e4e 100644
--- a/virtual/ruby-ssl/ruby-ssl-10.ebuild
+++ b/virtual/ruby-ssl/ruby-ssl-10.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby24 ruby25"
 
 inherit ruby-ng
 
@@ -11,7 +11,6 @@ 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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   ruby_targets_ruby23? ( dev-lang/ruby:2.3[ssl] )
ruby_targets_ruby24? ( dev-lang/ruby:2.4[ssl] )
ruby_targets_ruby25? ( dev-lang/ruby:2.5[ssl] )
 "

diff --git a/virtual/ruby-ssl/ruby-ssl-11.ebuild 
b/virtual/ruby-ssl/ruby-ssl-11.ebuild
index 84bae2e007b..f9e391bbd92 100644
--- a/virtual/ruby-ssl/ruby-ssl-11.ebuild
+++ b/virtual/ruby-ssl/ruby-ssl-11.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 inherit ruby-ng
 
@@ -11,7 +11,6 @@ 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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   ruby_targets_ruby23? ( dev-lang/ruby:2.3[ssl] )
ruby_targets_ruby24? ( dev-lang/ruby:2.4[ssl] )
ruby_targets_ruby25? ( dev-lang/ruby:2.5[ssl] )
ruby_targets_ruby26? ( dev-lang/ruby:2.6[ssl] )



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

2019-04-08 Thread Hans de Graaff
commit: 87a88c19aa8131ec6939754d4c46b5afddf6bf77
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 16 18:53:19 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:53:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a88c19

dev-ruby/metasploit_payloads-mettle: cleanup ruby23-only version

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

 dev-ruby/metasploit_payloads-mettle/Manifest   |  1 -
 .../metasploit_payloads-mettle-0.1.9.ebuild| 49 --
 2 files changed, 50 deletions(-)

diff --git a/dev-ruby/metasploit_payloads-mettle/Manifest 
b/dev-ruby/metasploit_payloads-mettle/Manifest
index 834e882ff97..8b54f912597 100644
--- a/dev-ruby/metasploit_payloads-mettle/Manifest
+++ b/dev-ruby/metasploit_payloads-mettle/Manifest
@@ -1,2 +1 @@
-DIST metasploit_payloads-mettle-0.1.9.gem 8368640 BLAKE2B 
c42ac3a1651e75c0ca313b19bb40151cb78f27057096bde70cc96ed571745466da46dffdacb9b6f64c25377447626624427db74251e7a65302e76ccddb6b594c
 SHA512 
75573a3156551a47a6a826166d0964a0e4addff4c0fde60fb44b2fa078357153ed4e64813d4639e64e92523cb946c8b2e2153e3fc10021733482b1a083be983a
 DIST metasploit_payloads-mettle-0.4.2.gem 18293760 BLAKE2B 
98de479bbc72fd2ac916efaa4ac64f1aaf0d7267926ee5b56bfc2ec2b91450039c0a4d9d4322174355b4b089e5f9951145d5cbf87759e2bfe4da78e5b8cceec4
 SHA512 
8a0f8c1ca75d7664d33392e6c0c5a3de56ddd0a5c0f97f96091041caee89e74a2f3a42277a1f0c3eb57ca68706b344f0235b8ebc92870c6b8a89fa7bc20de5f0

diff --git 
a/dev-ruby/metasploit_payloads-mettle/metasploit_payloads-mettle-0.1.9.ebuild 
b/dev-ruby/metasploit_payloads-mettle/metasploit_payloads-mettle-0.1.9.ebuild
deleted file mode 100644
index bbe49b6aebf..000
--- 
a/dev-ruby/metasploit_payloads-mettle/metasploit_payloads-mettle-0.1.9.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRAINSTALL="build"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Compiled binaries for Metasploit's next-gen Meterpreter"
-HOMEPAGE="https://rubygems.org/gems/metasploit_payloads-mettle;
-
-LICENSE="BSD"
-
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-#no tests
-RESTRICT="test strip"
-
-QA_PREBUILT="
-   usr/lib*/ruby/gems/*/gems/${P}/build/mips-linux-muslsf/bin/mettle.bin
-   usr/lib*/ruby/gems/*/gems/${P}/build/mips64-linux-muslsf/bin/mettle.bin
-   usr/lib*/ruby/gems/*/gems/${P}/build/aarch64-linux-musl/bin/mettle.bin
-   
usr/lib*/ruby/gems/*/gems/${P}/build/armv5b-linux-musleabi/bin/mettle.bin
-   
usr/lib*/ruby/gems/*/gems/${P}/build/armv5l-linux-musleabi/bin/mettle.bin
-   usr/lib*/ruby/gems/*/gems/${P}/build/i486-linux-musl/bin/mettle.bin
-   usr/lib*/ruby/gems/*/gems/${P}/build/mipsel-linux-muslsf/bin/mettle.bin
-   usr/lib*/ruby/gems/*/gems/${P}/build/powerpc-linux-muslsf/bin/mettle.bin
-   
usr/lib*/ruby/gems/*/gems/${P}/build/powerpc64le-linux-musl/bin/mettle.bin
-   usr/lib*/ruby/gems/*/gems/${P}/build/x86_64-linux-musl/bin/mettle.bin
-   usr/lib*/ruby/gems/*/gems/${P}/build/s390x-linux-musl/bin/mettle
-   usr/lib*/ruby/gems/*/gems/${P}/build/s390x-linux-musl/bin/mettle.bin
-   "
-
-src_install() {
-   ruby-ng_src_install
-   #tell revdep-rebuild to ignore binaries meant for the target
-   dodir /etc/revdep-rebuild
-   cat <<-EOF > "${ED}"/etc/revdep-rebuild/99-${PN}-${SLOT} || die
-   #These dirs contain prebuilt binaries for running on the TARGET 
not the HOST
-   SEARCH_DIRS_MASK="/usr/lib*/ruby/gems/*/gems/${P}/build"
-   EOF
-}



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

2019-04-08 Thread Hans de Graaff
commit: d8cb521bf96ae2ecab9c1f11a108d5429f5e3030
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 16 18:34:02 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:52:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cb521b

dev-libs/Ice: cleanup of ruby23-only version

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

 dev-libs/Ice/Ice-3.6.3-r1.ebuild | 357 ---
 dev-libs/Ice/Manifest|   2 -
 2 files changed, 359 deletions(-)

diff --git a/dev-libs/Ice/Ice-3.6.3-r1.ebuild b/dev-libs/Ice/Ice-3.6.3-r1.ebuild
deleted file mode 100644
index 33984c1d811..000
--- a/dev-libs/Ice/Ice-3.6.3-r1.ebuild
+++ /dev/null
@@ -1,357 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-
-RUBY_OPTIONAL="yes"
-USE_RUBY="ruby23"
-
-PHP_EXT_NAME="IcePHP"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-PHP_EXT_OPTIONAL_USE=php
-
-USE_PHP="php7-0"
-
-# This variable does not belong to any eclass. It is solely used in this ebuild
-# db:6.2 breaks the build process
-BERKDB_SLOTS=( 6.1 5.3 5.1 4.8 )
-
-inherit db-use eutils mono-env php-ext-source-r2 python-r1 ruby-ng 
toolchain-funcs versionator
-
-DESCRIPTION="ICE middleware C++ library and generator tools"
-HOMEPAGE="https://zeroc.com/products/ice;
-SRC_URI="https://github.com/zeroc-ice/ice/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   doc? ( http://download.zeroc.com/Ice/$(get_version_component_range 
1-2)/${P}.pdf )"
-LICENSE="GPL-2"
-SLOT="0/36"
-KEYWORDS="amd64 ~arm x86"
-IUSE="doc examples libressl +ncurses mono php python ruby test debug"
-RESTRICT="test"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND=">=dev-libs/expat-2.0.1
-   >=app-arch/bzip2-1.0.5
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   || (
-   $(for slot in ${BERKDB_SLOTS[@]} ; do printf '%s\n' 
"sys-libs/db:${slot}[cxx]" ; done)
-   )
-   dev-cpp/libmcpp
-   python? ( ${PYTHON_DEPS} )
-   ruby? ( $(ruby_implementation_depend ruby23) )
-   mono? ( dev-lang/mono )
-   php? ( dev-lang/php:7.0 )
-   !dev-python/IcePy
-   !dev-ruby/IceRuby"
-DEPEND="${RDEPEND}
-   ncurses? ( sys-libs/ncurses:0= sys-libs/readline:0= )
-   test? (
-   ${PYTHON_DEPS}
-   dev-python/passlib[${PYTHON_USEDEP}]
-   )"
-
-# Maintainer notes:
-# TODO: java bindings, multiple ruby versions (supports 2.{1,2,3})
-
-S="${WORKDIR}/${P/I/i}"
-PHP_EXT_S="${S}/php"
-
-PATCHES=(
-   "${FILESDIR}/${P}-no-arch-opts.patch"
-   "${FILESDIR}/${P}-csharp.patch"
-   "${FILESDIR}/${P}-libressl.patch"
-)
-
-pkg_setup() {
-   # prevent ruby-ng.eclass from messing with pkg_setup
-   return
-}
-
-src_unpack() {
-   # prevent ruby-ng.eclass from messing with src_unpack
-   default
-}
-
-src_prepare() {
-   epatch -p1 "${PATCHES[@]}"
-
-   sed -i \
-   -e 's|\(install_configdir[[:space:]]*\):=|\1?=|' \
-   -e 's|-L\$\(libdir\)||' \
-   cpp/config/Make.rules || die "sed failed"
-
-   sed -i \
-   -e 's|\(install_phpdir[[:space:]]*\):=|\1?=|' \
-   -e 's|\(install_libdir[[:space:]]*\):=|\1?=|' \
-   php/config/Make.rules.php || die "sed failed"
-
-   sed -i \
-   -e 's|\(install_pythondir[[:space:]]*\)=|\1?=|' \
-   -e 's|\(install_rubydir[[:space:]]*\)=|\1?=|' \
-   -e 's|\(install_libdir[[:space:]]*\):=|\1?=|' \
-   {python,ruby}/config/Make.rules || die "sed failed"
-
-   sed -i \
-   -e 's|-O2 ||g' \
-   -e 's|-Werror ||g' \
-   cpp/config/Make.rules.Linux || die "sed failed"
-
-   sed -i \
-   -e 's|install-common||' \
-   {cpp,csharp,php,python,ruby}/Makefile || die "sed failed"
-
-   sed -i \
-   -e 's|-f -root|-f -gacdir $(GAC_DIR) -root|' \
-   -e 's|\(install_libdir[[:space:]]*\):=|\1?=|' \
-   -e 's|\(install_pkgconfigdir[[:space:]]*\):=|\1?=|' \
-   csharp/config/Make.rules.cs || die "sed failed"
-
-   # skip mono tests, bug #498484
-   sed -i \
-   -e '/SUBDIRS/s|\ test||' \
-   csharp/Makefile || die "sed failed"
-
-   # skip udp test due to multicast
-   # skip IceGrid/admin bug #649850
-   # skip IceSSL tests due to requirement of internet connection
-   # skip IceStorm/single bug #636834
-   # IceStorm/stress fails without USE=debug
-   # IceUtil/stacktrace fails with USE=debug
-   sed -i \
-   -e 's|allTests.py|allTests.py --rfilter=IceUtil\/stacktrace 
--rfilter=udp --rfilter=IceGrid\/admin --rfilter=IceSSL 
--rfilter=IceStorm\/single --rfilter=IceStorm\/stress|' \
- 

[gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/

2019-04-08 Thread Hans de Graaff
commit: da26404db53d9e6cb2b209cc538a43cd8c58bfa3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan  9 10:23:28 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:52:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da26404d

app-i18n/tomoe: drop ruby23

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

 app-i18n/tomoe/tomoe-0.6.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild 
b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
index bc94bf4f37b..9a406ea 100644
--- a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
+++ b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 PYTHON_COMPAT=( python2_7 )
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby24"
 
 inherit autotools python-single-r1 ruby-single
 



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

2019-04-08 Thread Hans de Graaff
commit: 81a1bc6bd964a42270e6dca94c5cad16d146798d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 25 07:37:30 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:52:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a1bc6b

profiles/package.mask: mask ruby23 for removal

Signed-off-by: Hans de Graaff  gentoo.org>

 profiles/base/use.mask | 4 
 profiles/package.mask  | 6 ++
 2 files changed, 10 insertions(+)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index e3a5778afb9..06cbcf1c91a 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Hans de Graaff  (7 Apr 2019)
+# Mask Ruby 2.3 as EOL
+ruby_targets_ruby23
+
 # Brian Evans  (11 Jan 2019)
 # Mask PHP 7.0 target as EOL
 php_targets_php7-0

diff --git a/profiles/package.mask b/profiles/package.mask
index b323f77c41f..b054a45579a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Hans de Graaff  (8 Apr 2019)
+# Ruby 2.3 is no longer maintained and only receives security patches
+# until March 2019. Please use Ruby 2.4 or newer instead.
+# Masked for removal in 30 days
+dev-lang/ruby:2.3
+
 # Andreas K. Hüttel  (06 Apr 2019)
 # Preparations for the Perl 5.28.2 version bump.
 # DO NOT USE, work in progress.



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

2019-04-08 Thread Hans de Graaff
commit: d9b255c5e03db1fc96fd7a3e93c9f9229129fd52
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 16 18:48:23 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:52:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b255c5

dev-ruby/metasploit-concern: cleanup ruby23-only version

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

 dev-ruby/metasploit-concern/Manifest   |  1 -
 .../metasploit-concern-2.0.3.ebuild| 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-ruby/metasploit-concern/Manifest 
b/dev-ruby/metasploit-concern/Manifest
index d49e8949220..814c8de7c8d 100644
--- a/dev-ruby/metasploit-concern/Manifest
+++ b/dev-ruby/metasploit-concern/Manifest
@@ -1,2 +1 @@
-DIST metasploit-concern-2.0.3.gem 19456 BLAKE2B 
1eb189e51a4cb0a6c8f721124d65d20a56afefa861dbc6f4bd979413ccadbdfed72309aac3698a6260f4711bbcdc9a5755af8d46efc564acf6cc6cc38342e88e
 SHA512 
2323bd2220abc7305bcbdeacf9e079fc9af23a84dd62865078f0b476a55d32b803a6bf2bb2e7c93fb42e49b0bb3b495a6854b6c294a0938fbfb9461af41a366b
 DIST metasploit-concern-2.0.5.gem 18944 BLAKE2B 
090dccb8e43426da0f51604b3257e717989d35e1430597734743df4447735cbf1dcc2e31124ae7012d6a945828dc55f80f095cf6b89584341fc5059f1275e2b8
 SHA512 
1d8025dd075475fcae1c663789154f7fc8dbb334f9a069a1c1a21f4b101e9b85dc7cdfc6097bbfa9387463d3050e7a715e68a0b09ebfa66aa27ccaa74a1ffe91

diff --git a/dev-ruby/metasploit-concern/metasploit-concern-2.0.3.ebuild 
b/dev-ruby/metasploit-concern/metasploit-concern-2.0.3.ebuild
deleted file mode 100644
index fd196351a7d..000
--- a/dev-ruby/metasploit-concern/metasploit-concern-2.0.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23"
-
-RUBY_FAKEGEM_EXTRAINSTALL="app spec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Metasploit concern allows you to define concerns in app/concerns. 
"
-HOMEPAGE="https://github.com/rapid7/metasploit-concern;
-SRC_URI="mirror://rubygems/${P}.gem"
-
-LICENSE="BSD"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm"
-#IUSE="development test"
-RESTRICT=test
-IUSE=""
-
-RDEPEND="${RDEPEND} !dev-ruby/metasploit-concern:0"
-
-ruby_add_rdepend ">=dev-ruby/railties-4.2.6:4.2
- >=dev-ruby/activesupport-4.2.6:4.2
- >=dev-ruby/activemodel-2.4.6:4.2"



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

2019-04-08 Thread Hans de Graaff
commit: e33eea5cc0fad8bee5135f69867492fce3af9149
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 16 18:47:37 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:52:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e33eea5c

dev-ruby/metasm: cleanup ruby23-only version

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

 dev-ruby/metasm/metasm-.ebuild | 62 --
 1 file changed, 62 deletions(-)

diff --git a/dev-ruby/metasm/metasm-.ebuild 
b/dev-ruby/metasm/metasm-.ebuild
deleted file mode 100644
index d2bc0c7e0f9..000
--- a/dev-ruby/metasm/metasm-.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="BUGS README TODO"
-RUBY_FAKEGEM_EXTRAINSTALL="metasm metasm.rb misc samples"
-
-inherit ruby-fakegem
-
-DESCRIPTION="cross-architecture assembler, disassembler, linker, and debugger"
-HOMEPAGE="http://metasm.cr0.org/;
-
-LICENSE="LGPL-2.1"
-SLOT="${PV}"
-IUSE="gtk"
-
-if [ "${PV}" = "" ]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/jjyg/metasm.git;
-   KEYWORDS=""
-   SRC_URI=""
-   EGIT_CHECKOUT_DIR="${WORKDIR}/all"
-else
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-QA_PREBUILT="usr/lib*/ruby/gems/*/gems/${P}/${PN}/dynldr-linux-x64-233.so"
-
-ruby_add_bdepend "dev-ruby/bundler
-   gtk? ( dev-ruby/ruby-gtk2 )"
-
-all_ruby_prepare() {
-   if [ -f Gemfile.lock ]; then
-   rm  Gemfile.lock || die
-   fi
-
-   mkdir bin
-   ln -s ../samples/disassemble.rb ./bin/disassemble
-   ln -s ../samples/disassemble-gui.rb ./bin/disassemble-gui
-}
-
-each_ruby_prepare() {
-   if [ -f Gemfile ]
-   then
-   BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install 
--local || die
-   BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die
-   fi
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   ruby_fakegem_binwrapper disassemble
-   ruby_fakegem_binwrapper disassemble-gui
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:. -e "Dir['tests/*.rb'].each{|f| require f}" || die
-}



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

2019-04-08 Thread Hans de Graaff
commit: a61b29f01e5364498f642cac132596ee2774eb00
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr  9 05:09:54 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:53:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61b29f0

dev-ruby/minitest: add ruby24

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

 dev-ruby/minitest/minitest-5.3.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/minitest/minitest-5.3.3-r1.ebuild 
b/dev-ruby/minitest/minitest-5.3.3-r1.ebuild
index 18f3b1d0c4a..06c17a8747a 100644
--- a/dev-ruby/minitest/minitest-5.3.3-r1.ebuild
+++ b/dev-ruby/minitest/minitest-5.3.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2019-04-08 Thread Hans de Graaff
commit: 710ed986c1d97cd5857c8d6fea4949a0073f50b9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan  9 10:25:26 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:52:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710ed986

virtual/ruby-ffi: drop ruby23

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

 virtual/ruby-ffi/ruby-ffi-4.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/virtual/ruby-ffi/ruby-ffi-4.ebuild 
b/virtual/ruby-ffi/ruby-ffi-4.ebuild
index fe8381b8a81..82d3cb15070 100644
--- a/virtual/ruby-ffi/ruby-ffi-4.ebuild
+++ b/virtual/ruby-ffi/ruby-ffi-4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby24"
 
 inherit ruby-ng
 
@@ -11,7 +11,6 @@ SLOT="0"
 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"
 
 RDEPEND="
-   ruby_targets_ruby23? ( dev-ruby/ffi[ruby_targets_ruby23] )
ruby_targets_ruby24? ( dev-ruby/ffi[ruby_targets_ruby24] )
 "
 



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

2019-04-08 Thread Hans de Graaff
commit: 3405eb86bb13f5d650d9aadb8ec535b866611bdd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 12 08:21:23 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:52:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3405eb86

sys-libs/libselinux: cleanup of ruby23-only versions

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

 sys-libs/libselinux/Manifest  |   1 -
 sys-libs/libselinux/libselinux-2.7.ebuild | 149 -
 sys-libs/libselinux/libselinux-2.8.ebuild | 153 --
 3 files changed, 303 deletions(-)

diff --git a/sys-libs/libselinux/Manifest b/sys-libs/libselinux/Manifest
index 1a036e296ea..33ec840d9b9 100644
--- a/sys-libs/libselinux/Manifest
+++ b/sys-libs/libselinux/Manifest
@@ -1,4 +1,3 @@
-DIST libselinux-2.7.tar.gz 187574 BLAKE2B 
cc6ee51d5015943dd73fe16efb2ce2478616f43eaf7da55655de50502010e69973c2de13c8a562c8814a31211a8dbd7200fa2f22761f3d0f81fa3a1d3cd1e998
 SHA512 
415d10306692d4323455b61fb61d7e56e53b9144276ff206d72760e1df9b04ab07c62a4d6f04bf4e5fa708f9f14b21a9801069b16ece0a0aade886950941ab8d
 DIST libselinux-2.8.tar.gz 187759 BLAKE2B 
1e0e1a5aa2230fd6080e921efe871e97fa9412176b72a0c9721f60c6190459e508644fa3370f3b5f513f088428844c7c615cda4567990ddee91c13e1ee88f9ed
 SHA512 
2f15d0fbef9b0cf7bf01893b513edc6738974e2d0eab7e3f79cef9be79cf966742b0d2693b5d2ec7defddb5f4d6c6f6280be9d4158ed41f7a18d50b9f019
 DIST libselinux-2.9-rc1.tar.gz 187984 BLAKE2B 
e1940ca839d73477593c5e530124f856db518ba682495889e9aac595d8bb0b4e5bff714c654ce896111648159e79cca7f449e94b05fe8cc40bf73180a2c03efd
 SHA512 
15c068b7ad2852a3b6db9a5e192981de8f8257ae4e7f8b57c92755e74c0b5b03ad5489505a84d483fda16b879a20839914eb6a2ee563e37f01f6b3a9ac9c596d
 DIST libselinux-2.9.tar.gz 211546 BLAKE2B 
5b06b922690e48924865c98ed34ebfc1ce5e30e78dbeaccb6b9c931a35bed113c030f8f8575084429fe13b91aeafc73abaa24fe609a17ba54c8472d783f6ac61
 SHA512 
727b211d09f374d45aa3fa4dec7fd5463dfdcf5aaa47f7fcaccee51fb74896c3aa1a6f0bac9cdd47ebe4929e13f66f5f70447b27b783dca5f7b1576d30d0

diff --git a/sys-libs/libselinux/libselinux-2.7.ebuild 
b/sys-libs/libselinux/libselinux-2.7.ebuild
deleted file mode 100644
index 569190768a0..000
--- a/sys-libs/libselinux/libselinux-2.7.ebuild
+++ /dev/null
@@ -1,149 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-USE_RUBY="ruby23"
-
-# No, I am not calling ruby-ng
-inherit multilib python-r1 toolchain-funcs multilib-minimal
-
-MY_P="${P//_/-}"
-SEPOL_VER="${PV}"
-MY_RELEASEDATE="20170804"
-
-DESCRIPTION="SELinux userland library"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
-
-if [[ ${PV} ==  ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
-   S="${WORKDIR}/${MY_P}/${PN}"
-else
-   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="public-domain"
-SLOT="0"
-IUSE="pcre2 python ruby static-libs ruby_targets_ruby23"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}:=[${MULTILIB_USEDEP}]
-   !pcre2? ( >=dev-libs/libpcre-8.33-r1:=[static-libs?,${MULTILIB_USEDEP}] 
)
-   pcre2? ( dev-libs/libpcre2:=[static-libs?,${MULTILIB_USEDEP}] )
-   python? ( ${PYTHON_DEPS} )
-   ruby? (
-   ruby_targets_ruby23? ( dev-lang/ruby:2.3 )
-   )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   python? ( >=dev-lang/swig-2.0.9 )"
-
-src_prepare() {
-   eapply_user
-
-   multilib_copy_sources
-}
-
-multilib_src_compile() {
-   tc-export AR CC PKG_CONFIG RANLIB
-
-   emake \
-   LIBDIR="\$(PREFIX)/$(get_libdir)" \
-   SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \
-   LDFLAGS="-fPIC ${LDFLAGS} -pthread" \
-   USE_PCRE2="$(usex pcre2 y n)" \
-   all
-
-   if multilib_is_native_abi && use python; then
-   building() {
-   emake \
-   LDFLAGS="-fPIC ${LDFLAGS} -lpthread" \
-   LIBDIR="\$(PREFIX)/$(get_libdir)" \
-   SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \
-   USE_PCRE2="$(usex pcre2 y n)" \
-   pywrap
-   }
-   python_foreach_impl building
-   fi
-
-   if multilib_is_native_abi && use ruby; then
-   building() {
-   einfo "Calling rubywrap for ${1}"
-   # Clean up .lo file to force rebuild
-   rm -f src/selinuxswig_ruby_wrap.lo || die
-   emake \
-  

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

2019-04-08 Thread Hans de Graaff
commit: 532cf70eb4e296ce49581a12bf559c610ef994a6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 16 18:50:58 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:53:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=532cf70e

dev-ruby/metasploit-payloads: cleanup ruby23-only versions

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

 dev-ruby/metasploit-payloads/Manifest  |  2 -
 .../metasploit-payloads-1.2.24.ebuild  | 44 --
 .../metasploit-payloads-1.2.28.ebuild  | 44 --
 3 files changed, 90 deletions(-)

diff --git a/dev-ruby/metasploit-payloads/Manifest 
b/dev-ruby/metasploit-payloads/Manifest
index f3c682d94f5..0fc3f30ac7e 100644
--- a/dev-ruby/metasploit-payloads/Manifest
+++ b/dev-ruby/metasploit-payloads/Manifest
@@ -1,3 +1 @@
-DIST metasploit-payloads-1.2.24.gem 13022720 BLAKE2B 
4e28598ca5934e44009179e792d80dc7b580a69d4e2579d1d03a06eed9571a935607bc7949737cea053ddf7371a46ecbe5906e3e9c7f1486347bc8e7cb56294e
 SHA512 
d27072c039b8cd6b438417d1c3fccc1c4559b82c07101ee90dfdb74c958861e57113e73a2351ac2a73ab36fe2b3157319910d8743363cdbcdedc5117636fd982
-DIST metasploit-payloads-1.2.28.gem 11547648 BLAKE2B 
e3511386c271c4925becd844dcf58d679eea3745249bb875cb557334c71ad0154de6908994e1e0bfaab69aba457eb8e31650d23111576829d90dc3ba82ff7426
 SHA512 
73a392df7f2eb082099da2017357d6a3231ee6266781d94be37067cf86c9b8e21d91b5cfdb1f810728a42dc748a9c4729d5f97926a88547af8d658e105a5dcb5
 DIST metasploit-payloads-1.3.53.gem 12161024 BLAKE2B 
a98c24faeba68cc00240324235bfc887c31dde4240ee37a1decd38c0738a0ffdad9dbe2b3e6026dc99c4299e38025d3aa13a39589b948950d83ac9f69b6baa49
 SHA512 
698f91348ebcb2e0a74b506f391fa7eded7c5974821d283ce4890a8c63472db891c8837ef2f67fbe27996e72ec09ecbb4c32721311d57ab6633e5ed2fd426769

diff --git a/dev-ruby/metasploit-payloads/metasploit-payloads-1.2.24.ebuild 
b/dev-ruby/metasploit-payloads/metasploit-payloads-1.2.24.ebuild
deleted file mode 100644
index a918c8a6c41..000
--- a/dev-ruby/metasploit-payloads/metasploit-payloads-1.2.24.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Compiled binaries for Metasploit's Meterpreter"
-HOMEPAGE="https://rubygems.org/gems/metasploit-payloads;
-
-LICENSE="BSD"
-
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-#no tests
-RESTRICT="test strip"
-
-QA_PREBUILT="
-   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/meterpreter/msflinker_linux_x86.bin
-   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/meterpreter/ext_server_sniffer.lso
-   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/meterpreter/ext_server_networkpug.lso
-   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/meterpreter/ext_server_stdapi.lso
-   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/android/libs/armeabi/libndkstager.so
-   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/android/libs/mips/libndkstager.so
-   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/android/libs/x86/libndkstager.so
-   "
-
-src_install() {
-   ruby-ng_src_install
-   #tell revdep-rebuild to ignore binaries meant for the target
-   dodir /etc/revdep-rebuild
-   cat <<-EOF > "${ED}"/etc/revdep-rebuild/99-${PN}-${SLOT} || die
-   #These dirs contain prebuilt binaries for running on the TARGET 
not the HOST
-   
SEARCH_DIRS_MASK="/usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/android/libs"
-   EOF
-}

diff --git a/dev-ruby/metasploit-payloads/metasploit-payloads-1.2.28.ebuild 
b/dev-ruby/metasploit-payloads/metasploit-payloads-1.2.28.ebuild
deleted file mode 100644
index a918c8a6c41..000
--- a/dev-ruby/metasploit-payloads/metasploit-payloads-1.2.28.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Compiled binaries for Metasploit's Meterpreter"
-HOMEPAGE="https://rubygems.org/gems/metasploit-payloads;
-
-LICENSE="BSD"
-
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-#no tests
-RESTRICT="test strip"
-
-QA_PREBUILT="
-   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/meterpreter/msflinker_linux_x86.bin
-   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/meterpreter/ext_server_sniffer.lso
-   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/meterpreter/ext_server_networkpug.lso
-   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/meterpreter/ext_server_stdapi.lso
-   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/android/libs/armeabi/libndkstager.so
-   

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

2019-04-08 Thread Hans de Graaff
commit: b0c90b862453356dcc6f1a217a3fbf312423b149
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 16 18:45:50 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:52:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c90b86

profiles/package.mask: mask ruby23-only did_you_mean slot

Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b054a45579a..274ce3c1b7c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -34,6 +34,7 @@
 # until March 2019. Please use Ruby 2.4 or newer instead.
 # Masked for removal in 30 days
 dev-lang/ruby:2.3
+dev-ruby/did_you_mean:1
 
 # Andreas K. Hüttel  (06 Apr 2019)
 # Preparations for the Perl 5.28.2 version bump.



[gentoo-commits] proj/qa-scripts:master commit in: /

2019-04-08 Thread Robin H. Johnson
commit: e967dc59f18560d3e393c1a8ffbd6e0cfa4afbaa
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Tue Apr  9 05:23:30 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Apr  9 05:23:30 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=e967dc59

create-dev-keyrings.bash: push keys back to keys.gentoo.org, take 2, missing a 
line

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

 create-dev-keyrings.bash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/create-dev-keyrings.bash b/create-dev-keyrings.bash
index 704e409..9e88d8d 100755
--- a/create-dev-keyrings.bash
+++ b/create-dev-keyrings.bash
@@ -58,6 +58,7 @@ grab_keys() {
 
 # push_keys ...
 push_keys() {
+   local remaining=( "${@}" )
timeout 5m  gpg --keyserver $KS_GENTOO -q --send-keys "${remaining[@]}" 
|| :
#timeout 5m  gpg --keyserver $KS_SKS -q --send-keys "${remaining[@]}" 
|| :
 }



[gentoo-commits] proj/qa-scripts:master commit in: /

2019-04-08 Thread Robin H. Johnson
commit: ba4f3b35b91889df2508a203d70d204151f1bd6f
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Tue Apr  9 05:22:31 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Apr  9 05:22:31 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=ba4f3b35

create-dev-keyrings.bash: push keys back to keys.gentoo.org

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

 create-dev-keyrings.bash | 23 ++-
 1 file changed, 18 insertions(+), 5 deletions(-)

diff --git a/create-dev-keyrings.bash b/create-dev-keyrings.bash
index 8e581b4..704e409 100755
--- a/create-dev-keyrings.bash
+++ b/create-dev-keyrings.bash
@@ -9,6 +9,10 @@ 
COMMIT_RULE='(&(gentooAccess=git.gentoo.org/repo/gentoo.git)(gentooStatus=active
 
NONCOMMIT_RULE='(&(!(gentooAccess=git.gentoo.org/repo/gentoo.git))(gentooStatus=active))'
 RETIRED_RULE='(!(gentooStatus=active))'
 
+# this needs to move to HKPS as well, but that part is not yet deployed.
+KS_GENTOO=hkp://keys.gentoo.org/
+KS_SKS=hkps://hkps.pool.sks-keyservers.net/
+
 GPG_TMPDIR=$(mktemp -d)
 clean_tmp() {
rm -rf "$GPG_TMPDIR"
@@ -28,12 +32,9 @@ grab_keys() {
local missing=()
local remaining=( "${@}" )
 
-   # this needs to move to HKPS as well, but that part is not yet deployed.
-   KS1=hkp://keys.gentoo.org/
-   KS2=hkps://hkps.pool.sks-keyservers.net/
while :; do
-   timeout 5m  gpg --keyserver $KS1 -q --recv-keys 
"${remaining[@]}" || :
-   timeout 20m gpg --keyserver $KS2 -q --recv-keys 
"${remaining[@]}" || :
+   timeout 5m  gpg --keyserver $KS_GENTOO -q --recv-keys 
"${remaining[@]}" || :
+   timeout 20m gpg --keyserver $KS_SKS -q --recv-keys 
"${remaining[@]}" || :
missing=()
for key in "${remaining[@]}"; do
gpg --list-public "${key}" &>/dev/null || missing+=( 
"${key}" )
@@ -55,6 +56,12 @@ grab_keys() {
done
 }
 
+# push_keys ...
+push_keys() {
+   timeout 5m  gpg --keyserver $KS_GENTOO -q --send-keys "${remaining[@]}" 
|| :
+   #timeout 5m  gpg --keyserver $KS_SKS -q --send-keys "${remaining[@]}" 
|| :
+}
+
 export_keys() {
DST="$1"
TMP="${GPG_TMPDIR}"/$(basename "${DST}")
@@ -105,3 +112,9 @@ export_keys "${OUTPUT_DIR}"/all-devs.gpg \
"${COMMITTING_DEVS[@]}" \
"${NONCOMMITTING_DEVS[@]}" \
"${RETIRED_DEVS[@]}"
+
+# Populate keys.gentoo.org with the keys we have, since they might have come 
from SKS
+push_keys "${SYSTEM_KEYS[@]}"
+push_keys "${COMMITTING_DEVS[@]}"
+push_keys "${NONCOMMITTING_DEVS[@]}"
+push_keys "${RETIRED_DEVS[@]}"



[gentoo-commits] repo/gentoo:master commit in: mail-mta/msmtp/

2019-04-08 Thread Lars Wendler
commit: f4e5b3692a7666c6b7592642b0d6e096850ac16c
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr  9 05:18:53 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr  9 05:18:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e5b369

mail-mta/msmtp: Removed old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 mail-mta/msmtp/Manifest  |   3 -
 mail-mta/msmtp/msmtp-1.6.6-r1.ebuild | 134 ---
 mail-mta/msmtp/msmtp-1.6.8-r2.ebuild | 136 
 mail-mta/msmtp/msmtp-1.8.1-r1.ebuild | 148 ---
 4 files changed, 421 deletions(-)

diff --git a/mail-mta/msmtp/Manifest b/mail-mta/msmtp/Manifest
index df3f178afc1..f7ff752966b 100644
--- a/mail-mta/msmtp/Manifest
+++ b/mail-mta/msmtp/Manifest
@@ -1,4 +1 @@
-DIST msmtp-1.6.6.tar.xz 283744 BLAKE2B 
41745d9f20a33b0e4c6f7eee3ad5897c5a555a8cd1e27eb0bf7d347054d072b9eadfc7a31583e12a4f35f071aa710bb403980cba0e06920f65fdb727c786447b
 SHA512 
30f33648b66a6b230cd38d0eee4c916a631a51bddcc1a15c9f7b324305506cb83b9c95f95def9150d0b783d38000db409981331b3c6a756232f0ce49e9b343ab
-DIST msmtp-1.6.8.tar.xz 294872 BLAKE2B 
156237dcc10c320ef15b368ebfe823d6f30f1a740061c5846878a8e478c1f3a3129c52af8327995933ecb15cd8cec0c18a3104993b030bcbfa09e3b0b6c2a58b
 SHA512 
58ccdb6f16ab31959aeb1929c11f820219d4be062edca209c5986e4e0932d718f6f39c81727d05cd448779cedc4ab3e7bb557ce9f5dd3e7cc95e0aa5c3b623bf
-DIST msmtp-1.8.1.tar.xz 303112 BLAKE2B 
6de6c566a0de0f680f354066d1613b3b15be95c24098bdf7019e3f0289f5bce8478d2de65bf5711863617d41eb23b14b6157e25b92fce60f1cd4d33f4a593810
 SHA512 
00c5d8b810d48c171fc975115911c4cdf3e18efb91448800bdab320d0f850f4893343b436899722d3b9c82e3781c3e103dc31175c89a5c867511c14df5b9785a
 DIST msmtp-1.8.3.tar.xz 336120 BLAKE2B 
4c58dc82e01135bc84176c25c65812414901f134a71aba5460675df3270f1d9dd3a706c66f5773315a38d63463f5c9eb68b584d6e5d0d5f0b1c23d6436d9a2b8
 SHA512 
c265991c0925d79b28a664ee6832316350d59d546f252989dafb8a517a8be1c496fcc85981325e5b381801a7bcb77e38dabdc12fc5be1bf49b9886a409a21819

diff --git a/mail-mta/msmtp/msmtp-1.6.6-r1.ebuild 
b/mail-mta/msmtp/msmtp-1.6.6-r1.ebuild
deleted file mode 100644
index af7968d17b2..000
--- a/mail-mta/msmtp/msmtp-1.6.6-r1.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit multilib
-
-DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
-HOMEPAGE="http://msmtp.sourceforge.net/;
-SRC_URI="mirror://sourceforge/msmtp/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
-IUSE="doc gnome-keyring gnutls idn libressl +mta nls sasl ssl vim-syntax"
-
-CDEPEND="
-   gnome-keyring? ( app-crypt/libsecret )
-   idn? ( net-dns/libidn:= )
-   nls? ( virtual/libintl )
-   sasl? ( virtual/gsasl )
-   ssl? (
-   gnutls? ( net-libs/gnutls )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-"
-
-RDEPEND="${CDEPEND}
-   net-mail/mailbase
-   mta? (
-   !mail-mta/courier
-   !mail-mta/esmtp
-   !mail-mta/exim
-   !mail-mta/mini-qmail
-   !mail-mta/netqmail
-   !mail-mta/nullmailer
-   !mail-mta/postfix
-   !mail-mta/qmail-ldap
-   !mail-mta/sendmail
-   !mail-mta/opensmtpd
-   !=mail-mta/ssmtp-2.64-r2[mta]
-   )
-"
-
-DEPEND="${CDEPEND}
-   doc? ( virtual/texi2dvi )
-   nls? ( sys-devel/gettext )
-   virtual/pkgconfig
-"
-
-REQUIRED_USE="gnutls? ( ssl )"
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS doc/msmtprc*"
-
-src_prepare() {
-   # Use default Gentoo location for mail aliases
-   sed -i 's:/etc/aliases:/etc/mail/aliases:' 
scripts/find_alias/find_alias_for_msmtp.sh || die
-
-   default
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   $(use_with ssl ssl $(usex gnutls gnutls openssl)) \
-   $(use_with sasl libgsasl) \
-   $(use_with idn libidn) \
-   $(use_with gnome-keyring libsecret)
-}
-
-src_compile() {
-   default
-
-   if use doc ; then
-   cd doc || die
-   emake html pdf
-   fi
-}
-
-src_install() {
-   default
-
-   if use doc ; then
-   dohtml doc/msmtp.html
-   dodoc doc/msmtp.pdf
-   fi
-
-   if use mta ; then
-   dodir /usr/sbin
-   dosym /usr/bin/msmtp /usr/sbin/sendmail
-   dosym /usr/bin/msmtp /usr/bin/sendmail
-   dosym /usr/bin/msmtp /usr/$(get_libdir)/sendmail
-   fi
-
-   if use vim-syntax ; 

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

2019-04-08 Thread Lars Wendler
commit: fe5b8b3986e2260e658318eb2b368d17710674b6
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr  9 05:21:36 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr  9 05:21:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5b8b39

app-admin/monit: Security cleanup

Bug: https://bugs.gentoo.org/679808
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/monit/Manifest   |  2 --
 app-admin/monit/monit-5.25.1.ebuild| 51 --
 app-admin/monit/monit-5.25.2-r1.ebuild | 58 --
 3 files changed, 111 deletions(-)

diff --git a/app-admin/monit/Manifest b/app-admin/monit/Manifest
index 585c1ce6f4d..0529e754fbb 100644
--- a/app-admin/monit/Manifest
+++ b/app-admin/monit/Manifest
@@ -1,3 +1 @@
-DIST monit-5.25.1.tar.gz 1353855 BLAKE2B 
5abef9c97088b12ab376e67f2524534ad1b0e2e3dfa98d5f5fdd8a6fc2331ead57d77aa1d8229a0825cbb36871b063006b74dc98dd780baef8aaca1da5c6c74c
 SHA512 
b21b18302aed602f9371f7dee29f7306dbccd355df333bc6d868acdb6c054cef877dee72e261383938fe1d10121cd07e820e040ea80ed70260fdda8b451f6ab1
-DIST monit-5.25.2.tar.gz 1354704 BLAKE2B 
503660146edba988d0c52d1773dc3d3d6f495b3e3f0ae147be6a4297bf118ad6b5f7289868ad4b61226cf499bd8d6e3aed8f5fec91ff8ff699968f4262f1fd01
 SHA512 
e9b6ce60bf82c2564a084fc42b65ef432ee35855cad038fe6ae209047abaa1c54cabb4cd75c8a85c1102844a1b90c3c5f8ddbbd56711665b9bea616bcc02ec86
 DIST monit-5.25.3.tar.gz 1355925 BLAKE2B 
f1c4775ad82ccea262fa5d9c3c9396e634cb3742c59ff9d8b3c87552501ee749a829932570b8d2836fe77a14fb42fea2ee42cab1aa355ca09df6dccda9aa5f51
 SHA512 
9030b8e6a02eeaf497382f14f7cf855a96599ab060130f077208edd5db35fee1b74f9166df4deff87b4a1954c8d4fff83b5465166938a3f8aea8d4d4c0371e90

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

diff --git a/app-admin/monit/monit-5.25.2-r1.ebuild 
b/app-admin/monit/monit-5.25.2-r1.ebuild
deleted file mode 100644
index 8897263d608..000
--- a/app-admin/monit/monit-5.25.2-r1.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
-inherit bash-completion-r1 pam systemd
-
-DESCRIPTION="Monitoring and managing daemons or similar programs running on a 
Unix system"
-HOMEPAGE="http://mmonit.com/monit/;
-SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz;
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="ipv6 libressl pam ssl"
-
-RDEPEND="
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )"
-DEPEND="${RDEPEND}
-   sys-devel/flex
-   sys-devel/bison
-   pam? ( virtual/pam )"
-
-src_prepare() {
-   default
-
-   sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in 
Makefile.in"
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_with ipv6)
-   $(use_with pam)
-   $(use_with ssl)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   dodoc README
-
-   insinto /etc; insopts -m600; doins monitrc
-   newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit
-   systemd_dounit "${FILESDIR}"/${PN}.service
-
-   use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN}
-
-   dobashcomp system/bash/monit
-}
-
-pkg_postinst() {
-   elog "Sample configurations are available at:"
-   elog "http://mmonit.com/monit/documentation/;
-}



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

2019-04-08 Thread Hans de Graaff
commit: 84c8b88909f5af304b7491ffee9aee6887cec12e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr  9 05:06:52 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  9 05:06:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c8b889

profiles/arch/*/package.use.mask: mask ruby for subversion

https://bugs.gentoo.org/674984

Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/profiles/arch/amd64-fbsd/package.use.mask 
b/profiles/arch/amd64-fbsd/package.use.mask
index ef07b2f1d64..6bfb5adc51a 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Hans de Graaff  (08 Apr 2019)
+# Obsolete ruby version, no newer versions keyworded or stable.
+dev-vcs/subversion ruby
+
 # Michał Górny  (20 Mar 2019)
 # Z3 fails to link on FreeBSD but linker produces no error messages.
 sys-devel/clang z3



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

2019-04-08 Thread Göktürk Yüksek
commit: bd6dd8d70f4b0b996e6ac127b7b4d8092fcf2fed
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Tue Apr  9 03:38:48 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Apr  9 03:38:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6dd8d7

sys-kernel/ck-sources: add a co-maintainer

Welcome back ;)

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

 sys-kernel/ck-sources/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-kernel/ck-sources/metadata.xml 
b/sys-kernel/ck-sources/metadata.xml
index c586499ed09..45b564a81e8 100644
--- a/sys-kernel/ck-sources/metadata.xml
+++ b/sys-kernel/ck-sources/metadata.xml
@@ -5,6 +5,10 @@
 gokt...@gentoo.org
 Göktürk Yüksek
   
+  
+kuze...@poindexter.ovh
+kuzetsa
+  
   
 Remove binary blobs from kernel sources to provide
   libre license compliance.



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

2019-04-08 Thread Aaron Bauman
commit: 1610322d899757206b3f365a4a8c24108c713e78
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 03:15:35 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 03:17:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1610322d

media-libs/fdk-aac: revert stabilization

* breaks building of media-video/ffmpeg wrt bug #682890

Signed-off-by: Aaron Bauman  gentoo.org>

 media-libs/fdk-aac/fdk-aac-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/fdk-aac/fdk-aac-2.0.0.ebuild 
b/media-libs/fdk-aac/fdk-aac-2.0.0.ebuild
index 91c30a952c3..4f12537b1d3 100644
--- a/media-libs/fdk-aac/fdk-aac-2.0.0.ebuild
+++ b/media-libs/fdk-aac/fdk-aac-2.0.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == ** ]]; then
[[ ${PV%} != "" ]] && EGIT_BRANCH="release/${PV%.}"
inherit autotools git-r3
 else
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos"
if [[ ${PV%_p*} != ${PV} ]]; then # Gentoo snapshot
SRC_URI="mirror://gentoo/${P}.tar.xz"
else # Official release



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

2019-04-08 Thread Matthias Maier
commit: cd25cce43514f2ba40af143aeee7fb4123445f2c
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Apr  9 03:16:08 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Apr  9 03:16:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd25cce4

sci-libs/symengine: version bump to 0.4

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 sci-libs/symengine/Manifest   |  1 +
 sci-libs/symengine/symengine-0.4.0.ebuild | 76 +++
 2 files changed, 77 insertions(+)

diff --git a/sci-libs/symengine/Manifest b/sci-libs/symengine/Manifest
index 2dcbc705b41..d09067fd889 100644
--- a/sci-libs/symengine/Manifest
+++ b/sci-libs/symengine/Manifest
@@ -1 +1,2 @@
 DIST symengine-0.3.0.tar.gz 629813 BLAKE2B 
8d611703604f10d1ed8837708fa2125c0e84d12a8513d34e5d4bd44ae55395bcaa8fda92754b538ba1ecfdcacff83d079094dda9dfca6fdcdc4cccb0702cf484
 SHA512 
e4a906bb1cc5159003969871711f40b3c6bfb9e38ac25258dc5797933d55374a2f201c8a89e9af48821b24cc54408d4feb70f6de421e0a9fbf766d2b35846b83
+DIST symengine-0.4.0.tar.gz 753664 BLAKE2B 
c6296ceef20cfbb16803adc3c623429cf417c639d45d8cad742c3f7cf9d8171f22fb72e168cd07a6a705726a09133866fa497e2092ec4885ae4462d55adc416e
 SHA512 
162c4bb4c67e2f21a0a113726d7b0ad00cc3e80db0534e95109a41894dcd05ca03a3be39d1a56a336b4bb7926dadad72fbe6705c71df3448db99fde20139ad11

diff --git a/sci-libs/symengine/symengine-0.4.0.ebuild 
b/sci-libs/symengine/symengine-0.4.0.ebuild
new file mode 100644
index 000..eac0919d776
--- /dev/null
+++ b/sci-libs/symengine/symengine-0.4.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils flag-o-matic
+
+DESCRIPTION="Fast symbolic manipulation library, written in C++"
+HOMEPAGE="https://github.com/sympy/symengine;
+SRC_URI="https://github.com/sympy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/0.4"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="arb benchmarks boost debug doc flint llvm mpc mpfr openmp test tcmalloc 
threads"
+
+RDEPEND="
+   dev-libs/gmp:=
+   sys-libs/binutils-libs:=
+   arb? ( sci-mathematics/arb:= )
+   boost? ( dev-libs/boost:= )
+   mpc? ( dev-libs/mpc:= )
+   tcmalloc? ( dev-util/google-perftools )
+"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen[dot] )
+"
+
+pkg_pretend() {
+   use openmp && [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+   sed -e "s|DESTINATION doc| DESTINATION share/doc/${PF}/html|" \
+   -e "s|/lib|/$(get_libdir)|g" \
+   -e "s|lib/|$(get_libdir)/|g" \
+   -e "/DESTINATION/s|lib|$(get_libdir)|g" \
+   -i CMakeLists.txt symengine/CMakeLists.txt \
+   symengine/utilities/teuchos/CMakeLists.txt || die
+}
+
+src_configure() {
+   # not in portage yet: piranha, ecm
+   local int_class
+   if use arb || use flint; then
+   int_class=flint
+   elif use mpfr; then
+   int_class=gmpxx
+   elif use boost; then
+   int_class=boostmp
+   else
+   int_class=gmp
+   fi
+   local mycmakeargs=(
+   -DARB_INCLUDE_DIR="${EPREFIX}/usr/include"
+   -DINTEGER_CLASS="${int_class}"
+   -DBUILD_SHARED_LIBS=ON
+   -DBUILD_BENCHMARKS="$(usex benchmarks)"
+   -DBUILD_DOXYGEN="$(usex doc)"
+   -DBUILD_TESTS="$(usex test)"
+   -DWITH_ARB="$(usex arb)"
+   -DWITH_BFD="$(usex debug)"
+   -DWITH_SYMENGINE_ASSERT="$(usex debug)"
+   -DWITH_SYMENGINE_THREAD_SAFE="$(usex threads)"
+   -DWITH_FLINT="$(usex flint)"
+   -DWITH_OPENMP="$(usex openmp)"
+   -DWITH_MPFR="$(usex mpfr)"
+   -DWITH_MPC="$(usex mpc)"
+   -DWITH_LLVM="$(usex llvm)"
+   -DWITH_PTHREAD="$(usex threads)"
+   -DWITH_TCMALLOC="$(usex tcmalloc)"
+   )
+   test-flag-CXX -std=c++11 && append-cxxflags -std=c++11
+   CMAKE_BUILD_TYPE=Release cmake-utils_src_configure
+}



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

2019-04-08 Thread Austin English
commit: 714c71fc26d512b8957f87db9f04ed2108319761
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:49:51 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:13:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714c71fc

media-gfx/xdot: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 media-gfx/xdot/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/media-gfx/xdot/metadata.xml b/media-gfx/xdot/metadata.xml
index 947bc75e20b..d0f120ab5fc 100644
--- a/media-gfx/xdot/metadata.xml
+++ b/media-gfx/xdot/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-wizarde...@gentoo.org
-Austin English
-  
+  
   
   Interactive viewer for Graphviz dot files
   



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

2019-04-08 Thread Austin English
commit: 0ac3addd07aac451a7e490960511ad3d455b4f07
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:49:04 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:13:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac3addd

dev-python/structlog: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-python/structlog/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/structlog/metadata.xml 
b/dev-python/structlog/metadata.xml
index f04762cdc67..f53d2c1bd11 100644
--- a/dev-python/structlog/metadata.xml
+++ b/dev-python/structlog/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-wizarde...@gentoo.org
-Austin English
-  
+  
   
 Structured Logging for Python
   



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

2019-04-08 Thread Austin English
commit: d68684c40728529b168c5045e250bfcc843222c1
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:48:12 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:12:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68684c4

app-misc/tails-installer: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 app-misc/tails-installer/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-misc/tails-installer/metadata.xml 
b/app-misc/tails-installer/metadata.xml
index 5d675ba1a31..3d969f378b5 100644
--- a/app-misc/tails-installer/metadata.xml
+++ b/app-misc/tails-installer/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-wizarde...@gentoo.org
-Austin English
-  
+  
   
   Tails Installer is a graphical tool to install or upgrade Tails on a USB 
stick from an ISO image.
   



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

2019-04-08 Thread Austin English
commit: a1508bdc0514dde70d2a0dfae8d8a01f567ef15e
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:49:11 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:13:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1508bdc

dev-util/artifactory-bin: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-util/artifactory-bin/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-util/artifactory-bin/metadata.xml 
b/dev-util/artifactory-bin/metadata.xml
index b9b43a43611..fff2f58633f 100644
--- a/dev-util/artifactory-bin/metadata.xml
+++ b/dev-util/artifactory-bin/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-wizarde...@gentoo.org
-Austin English
-  
+  
   
   Respository manager for Maven (among other binary package formats).
   



[gentoo-commits] repo/gentoo:master commit in: games-util/pogo-manager-bin/

2019-04-08 Thread Austin English
commit: 3c77f784aca718701da7589600eba69de5edbe0d
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:49:42 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:13:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c77f784

games-util/pogo-manager-bin: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 games-util/pogo-manager-bin/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/games-util/pogo-manager-bin/metadata.xml 
b/games-util/pogo-manager-bin/metadata.xml
index 591d99816ca..ac3c2927433 100644
--- a/games-util/pogo-manager-bin/metadata.xml
+++ b/games-util/pogo-manager-bin/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-wizarde...@gentoo.org
-Austin English
-  
+  
   
  Utility to manage Pokemon Go accounts. Not sanctioned by Niantic, use at your 
own risk.
   



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

2019-04-08 Thread Austin English
commit: 0bc92cf4aa26965922cf7d6a4d26306e176e9b1b
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:21:56 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:11:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc92cf4

dev-util/valgrind: remove myself from metadata.xml

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-util/valgrind/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-util/valgrind/metadata.xml b/dev-util/valgrind/metadata.xml
index 31d1b4f644d..0bf3fac2660 100644
--- a/dev-util/valgrind/metadata.xml
+++ b/dev-util/valgrind/metadata.xml
@@ -5,10 +5,6 @@
bluen...@gentoo.org
Anthony G. Basile

-   
-   wizarde...@gentoo.org
-   Austin English
-   

Valgrind is a GPL'd tool to help you find memory-management 
problems
in your programs. When a program is run under Valgrind's 
supervision,



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

2019-04-08 Thread Austin English
commit: 1c1896e5e548880e0b81e58d94c2022e557d59d5
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:48:40 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:12:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1896e5

dev-python/filemagic: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-python/filemagic/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/filemagic/metadata.xml 
b/dev-python/filemagic/metadata.xml
index 4263866fda9..a0e20ff90e0 100644
--- a/dev-python/filemagic/metadata.xml
+++ b/dev-python/filemagic/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-wizarde...@gentoo.org
-Austin English
-  
+  
   
   A Python API for libmagic, the library behind the Unix file command
   



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

2019-04-08 Thread Austin English
commit: 4b9682046f813790a6f15b40c8a16f2f53993f8a
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:48:27 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:12:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b968204

dev-python/Ming: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-python/Ming/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/Ming/metadata.xml b/dev-python/Ming/metadata.xml
index ebe3f844e64..6d9175d2b32 100644
--- a/dev-python/Ming/metadata.xml
+++ b/dev-python/Ming/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-wizarde...@gentoo.org
-Austin English
-  
+  
   
 Ming
 merciless



[gentoo-commits] repo/gentoo:master commit in: app-admin/github-backup-utils/

2019-04-08 Thread Austin English
commit: 8b0bf403a7ca8471e23d2587826e328516332814
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:17:08 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:11:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0bf403

app-admin/github-backup-utils: remove myself from metadata.xml

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 app-admin/github-backup-utils/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-admin/github-backup-utils/metadata.xml 
b/app-admin/github-backup-utils/metadata.xml
index 3bac2658b1e..3ff8f644e3f 100644
--- a/app-admin/github-backup-utils/metadata.xml
+++ b/app-admin/github-backup-utils/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-wizarde...@gentoo.org
-Austin English
-  
   
 willi...@gentoo.org
 William Hubbs



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

2019-04-08 Thread Austin English
commit: 04d807f59b5377ce3dc8c904828f4b8a8768b9dc
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:50:05 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:14:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d807f5

www-apps/chromedriver-bin: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 www-apps/chromedriver-bin/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/www-apps/chromedriver-bin/metadata.xml 
b/www-apps/chromedriver-bin/metadata.xml
index bc54c240e76..4d37cb172d2 100644
--- a/www-apps/chromedriver-bin/metadata.xml
+++ b/www-apps/chromedriver-bin/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-wizarde...@gentoo.org
-Austin English
-  
+  
   
 ChromeDriver is an open source tool for automated testing of webapps 
across many browsers.
 It provides capabilities for navigating to web pages, user input, 
JavaScript execution, and more.



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

2019-04-08 Thread Austin English
commit: 072e3edf2fe27233a7555eae2271957307172771
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:48:48 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:12:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072e3edf

dev-python/kafka-python: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-python/kafka-python/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/kafka-python/metadata.xml 
b/dev-python/kafka-python/metadata.xml
index e2edf6176a9..0f2c9d5f988 100644
--- a/dev-python/kafka-python/metadata.xml
+++ b/dev-python/kafka-python/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-wizarde...@gentoo.org
-Austin English
-  
+  
   
   Python client for Apache Kafka
   



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

2019-04-08 Thread Austin English
commit: 74fbd77cbfce4e09fc68e8db0803758de50642c6
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:48:54 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:12:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74fbd77c

dev-python/mockredispy: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-python/mockredispy/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/mockredispy/metadata.xml 
b/dev-python/mockredispy/metadata.xml
index 85333f5dc73..8506f376cca 100644
--- a/dev-python/mockredispy/metadata.xml
+++ b/dev-python/mockredispy/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-wizarde...@gentoo.org
-Austin English
-  
+  
   
 mockredispy
 mockredispy



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

2019-04-08 Thread Austin English
commit: a52a803513800b912112cbe95b343c4fc01dce82
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:48:20 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:12:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52a8035

dev-lang/tcc: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-lang/tcc/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-lang/tcc/metadata.xml b/dev-lang/tcc/metadata.xml
index 56d7c4404e3..91830b9b654 100644
--- a/dev-lang/tcc/metadata.xml
+++ b/dev-lang/tcc/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-wizarde...@gentoo.org
-Austin English
-  
+  
   
   Tiny C compiler
   



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

2019-04-08 Thread Austin English
commit: 0d827f5f55d17c668106aac3788535517bbb76bf
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:49:28 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:13:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d827f5f

dev-util/repo: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-util/repo/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-util/repo/metadata.xml b/dev-util/repo/metadata.xml
index e31c816a429..1a32327a03f 100644
--- a/dev-util/repo/metadata.xml
+++ b/dev-util/repo/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-wizarde...@gentoo.org
-Austin English
-  
+  
   
   Tool for managing multiple git repositories. From Google, useful for 
building Android.
   



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

2019-04-08 Thread Austin English
commit: 55d62b803a999bab59e10aeca3117b79e1136d1d
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:19:59 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:11:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d62b80

dev-python/jira: remove myself from metadata.xml

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-python/jira/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/jira/metadata.xml b/dev-python/jira/metadata.xml
index 20544ce8d99..becce321c12 100644
--- a/dev-python/jira/metadata.xml
+++ b/dev-python/jira/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-wizarde...@gentoo.org
-Austin English
-  
   
 calc...@gentoo.org
 Denis Dupeyron



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

2019-04-08 Thread Austin English
commit: 5a87c2e27c2b0c85299f81c63ea318645aea0597
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:48:59 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:12:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a87c2e2

dev-python/python-spidermonkey: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-python/python-spidermonkey/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/python-spidermonkey/metadata.xml 
b/dev-python/python-spidermonkey/metadata.xml
index 0d617cc51b6..e92ae67745a 100644
--- a/dev-python/python-spidermonkey/metadata.xml
+++ b/dev-python/python-spidermonkey/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   wizarde...@gentoo.org
-   Austin English
-   
+   

JavaScript / Python bridge




[gentoo-commits] repo/gentoo:master commit in: sys-apps/init-system-helpers/

2019-04-08 Thread Austin English
commit: cf4b55f763069958a0f60b6ac5472f54f7f2ee81
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:50:01 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:13:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4b55f7

sys-apps/init-system-helpers: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 sys-apps/init-system-helpers/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sys-apps/init-system-helpers/metadata.xml 
b/sys-apps/init-system-helpers/metadata.xml
index 4f7ad3b3b5a..7a38bb90096 100644
--- a/sys-apps/init-system-helpers/metadata.xml
+++ b/sys-apps/init-system-helpers/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   wizarde...@gentoo.org
-   Austin English
-   
+   
 



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

2019-04-08 Thread Austin English
commit: ce1567976b4bc9518de9eb04fe29263994f872f0
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:49:36 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:13:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce156797

dev-vcs/git-remote-hg: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-vcs/git-remote-hg/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-vcs/git-remote-hg/metadata.xml 
b/dev-vcs/git-remote-hg/metadata.xml
index 0fe23763266..c96b528c458 100644
--- a/dev-vcs/git-remote-hg/metadata.xml
+++ b/dev-vcs/git-remote-hg/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   wizarde...@gentoo.org
-   Austin English
-   
+   

'git-remote-hg' is the semi-official Mercurial bridge from Git 
project,
once installed, it allows you to clone, fetch and push to and 
from



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

2019-04-08 Thread Austin English
commit: 6520512e96c69e432ec31c9d1c1b6df3ce2639d3
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:49:22 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:13:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6520512e

dev-util/kcov: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-util/kcov/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-util/kcov/metadata.xml b/dev-util/kcov/metadata.xml
index bbb53844e2b..44c29bc8035 100644
--- a/dev-util/kcov/metadata.xml
+++ b/dev-util/kcov/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   wizarde...@gentoo.org
-   Austin English
-   
+   

SimonKagstrom/kcov




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

2019-04-08 Thread Austin English
commit: 923cd7b264893290658bde22ee7b0883e8b9ef37
Author: Austin English  gentoo  org>
AuthorDate: Tue Apr  9 02:47:12 2019 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Apr  9 03:11:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923cd7b2

app-emulation/virtio-win: move my packages to maintainer-needed

Signed-off-by: Austin English  gentoo.org>
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 app-emulation/virtio-win/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-emulation/virtio-win/metadata.xml 
b/app-emulation/virtio-win/metadata.xml
index 0b65659613f..4ded5b79f93 100644
--- a/app-emulation/virtio-win/metadata.xml
+++ b/app-emulation/virtio-win/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-wizarde...@gentoo.org
-Austin English
-  
+  
   
 crobinso/virtio-win-pkg-scripts
   



[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/

2019-04-08 Thread Jory Pratt
commit: a6a69dd852a9fdb2e811c7ea578bf5f0fe5af65a
Author: Jory Pratt  gentoo  org>
AuthorDate: Tue Apr  9 03:09:07 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Apr  9 03:09:07 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=a6a69dd8

www-client/firefox: version bump 67.0b9

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jory Pratt  gentoo.org>

 www-client/firefox/Manifest | 2 +-
 .../firefox/{firefox-67.0_beta8.ebuild => firefox-67.0_beta9.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 0b4b23f..70fa808 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,2 +1,2 @@
 DIST firefox-67.0-patches-02.tar.xz 150248 BLAKE2B 
033a4497ff7d3b2dcd51ea5eb71ba6a44884031b9a04a477047d39e72eb0a2f00313cc0aa994ba8418ff332ce443dff27f1bd0b1dec4b87b87392cbdd4f4519b
 SHA512 
5d201971038da405d03bd8513535503380fc953a6fa96b78ee042b014f376112f29a07beb35004e06c7d11cff2fd5afc1a7e3645d2e85f35b39dfd35a81d9aa3
-DIST firefox-67.0b8.source.tar.xz 281349036 BLAKE2B 
5dc3dc428e5fdc46a60f8879e38fcf4113188a667d4c6eb144a5731d1f396e41dc8103b2717e02a25b707d25d0b631722a004785b782275fe1d5744ad26c061e
 SHA512 
8b85120fd1b26ff983de093be88179ddb389ecb0ebe8a9548026772b5f5ea5a249eabbb2e913e76127c1f21a1b51c3771962799079412afdf2ec931b96fe8cd9
+DIST firefox-67.0b9.source.tar.xz 282536676 BLAKE2B 
debaf220bf0397cc786f42e53db2c9ff77482b7615c9762c5c3ffe89ab656f3e7d42f8c6bbe60cb150aa8a2edf98363bf8dacfa4645e93a5da00b0204a1f
 SHA512 
9589963f668adb037219cba7ccf5f79d34e1b5de280718a7c973bf50d089b8f82ea2eaccedaf84fb1ddc0c310a62943456effa31e035c320d970c41ff5713ee2

diff --git a/www-client/firefox/firefox-67.0_beta8.ebuild 
b/www-client/firefox/firefox-67.0_beta9.ebuild
similarity index 99%
rename from www-client/firefox/firefox-67.0_beta8.ebuild
rename to www-client/firefox/firefox-67.0_beta9.ebuild
index fa5c4d6..a76e9ee 100644
--- a/www-client/firefox/firefox-67.0_beta8.ebuild
+++ b/www-client/firefox/firefox-67.0_beta9.ebuild
@@ -552,7 +552,7 @@ src_configure() {
# Finalize and report settings
mozconfig_final
 
-   mkdir -p ${S}/third_party/rust/libloading/.deps
+   mkdir -p "${S}"/third_party/rust/libloading/.deps
 
# workaround for funky/broken upstream configure...
SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \



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

2019-04-08 Thread Aaron Bauman
commit: 970a19b7c4dac9d1374b74b3ecb7f31d827de151
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 02:56:58 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 02:58:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970a19b7

net-misc/stunnel: amd64 stable wrt bug #682822

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-misc/stunnel/stunnel-5.50-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/stunnel/stunnel-5.50-r1.ebuild 
b/net-misc/stunnel/stunnel-5.50-r1.ebuild
index b0e7fc505ca..50902401af5 100644
--- a/net-misc/stunnel/stunnel-5.50-r1.ebuild
+++ b/net-misc/stunnel/stunnel-5.50-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="ipv6 libressl selinux stunnel3 tcpd"
 
 DEPEND="tcpd? ( sys-apps/tcp-wrappers )



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

2019-04-08 Thread Alice Ferrazzi
commit: 1f082fc05414471c09eae8bcc34d184ced187c0a
Author: Kyle Elbert  gmail  com>
AuthorDate: Sun Mar 31 02:15:22 2019 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Tue Apr  9 02:41:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f082fc0

dev-util/idea-community: drop old version

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Kyle Elbert  gmail.com>
Signed-off-by: Alice Ferrazzi  gentoo.org>

 dev-util/idea-community/Manifest   |  1 -
 .../idea-community-2017.2.2.172.3757.52-r1.ebuild  | 70 --
 2 files changed, 71 deletions(-)

diff --git a/dev-util/idea-community/Manifest b/dev-util/idea-community/Manifest
index 775978eb84c..de3aa2204aa 100644
--- a/dev-util/idea-community/Manifest
+++ b/dev-util/idea-community/Manifest
@@ -1,4 +1,3 @@
-DIST ideaIC-172.3757.52.tar.gz 442963100 BLAKE2B 
e44f924e279a5b8f2bddbe65cffa24306920fa0f5b85e23b823b1e51fd49e2de2c8953a010b66ea325c4b70ae60268639293b67cd6116f4315ded5e5f6130da1
 SHA512 
a0178c5ef10aeab527bb8064840c53fff97bf9be468a4e5248b83dba96c5114878f5ff1e20436a67ee488580affa3fb3a2ea627407ed57b87949f64fc1a215d2
 DIST ideaIC-183.4588.61.tar.gz 541751086 BLAKE2B 
51a5a4dae10d8fd00a0c239f87af3d53b86ffa50f7f9c4f1554265b349d866d60a8994a96f184cc9993fafe12de3dbfa77e3931626436a5f3d3854710b52fb9e
 SHA512 
3e5956353fc0fabbe91b3a946e83b0b3229766a366fdf782c4c017acd7de5a86b3e0cc870a17abe2bdb8b090cb5c58b6c170555f60ba5e6a9a8198073545be87
 DIST ideaIC-183.5153.38.tar.gz 541754349 BLAKE2B 
541054736db09c8f0106d5588b224d3033ec21a1e2b566fbc95300fafd39acae5c7f6755082bdb189c5619ed5375ea9fc3e777440d30523a84f864be29e5ad85
 SHA512 
0bb213da8bffda7d63fa29905d01ee36c3839249dd6e2a58b3941e4317a01bd9315e8bf639f088657938c8197eb2f05fc34fb3e0c49f8c243043cb03f8443f0f
 DIST ideaIC-183.5429.30.tar.gz 460232784 BLAKE2B 
53cd69f5e8927b31a34b23f9e86e0974152cd6282eb4597aa173c06895e1b431360b18c76442094fb9f544bc29f925397242d42943b51840156f8b332e0d5357
 SHA512 
36c5151410c15e4530af1da5ccfb981ca4fba00577b26fb76fd3470bc3818f2b08b4545ca7ab2979dc87f144712f864811cf73336cf5ff98cb5f63c0e61e1a9c

diff --git 
a/dev-util/idea-community/idea-community-2017.2.2.172.3757.52-r1.ebuild 
b/dev-util/idea-community/idea-community-2017.2.2.172.3757.52-r1.ebuild
deleted file mode 100644
index bfb9c749e70..000
--- a/dev-util/idea-community/idea-community-2017.2.2.172.3757.52-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils versionator
-
-SLOT="0"
-PV_STRING="$(get_version_component_range 4-6)"
-MY_PV="$(get_version_component_range 1-3)"
-MY_PN="idea"
-
-# distinguish settings for official stable releases and EAP-version releases
-if [[ "$(get_version_component_range 7)x" = "prex" ]]
-then
-   # upstream EAP
-   KEYWORDS=""
-   
SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IC-${PV_STRING}.tar.gz;
-else
-   # upstream stable
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IC-${MY_PV}.tar.gz 
-> ${MY_PN}IC-${PV_STRING}.tar.gz"
-fi
-
-DESCRIPTION="A complete toolset for web, mobile and enterprise development"
-HOMEPAGE="https://www.jetbrains.com/idea;
-
-LICENSE="Apache-2.0
-   custom-jdk? ( GPL-2 )"
-IUSE="-custom-jdk"
-
-DEPEND="!dev-util/${PN}:14
-   !dev-util/${PN}:15"
-RDEPEND="${DEPEND}
-   >=virtual/jdk-1.7:*"
-S="${WORKDIR}/${MY_PN}-IC-${PV_STRING}"
-
-QA_PREBUILT="opt/${PN}-${MY_PV}/*"
-
-src_prepare() {
-   if ! use arm; then
-   rm bin/fsnotifier-arm || die
-   fi
-   if ! use custom-jdk; then
-   if [[ -d jre64 ]]; then
-   rm -r jre64 || die
-   fi
-   fi
-}
-
-src_install() {
-   local dir="/opt/${PN}-${MY_PV}"
-
-   insinto "${dir}"
-   doins -r *
-   fperms 755 "${dir}"/bin/{idea.sh,fsnotifier{,64}}
-
-   if use custom-jdk; then
-   if [[ -d jre64 ]]; then
-   fperms 755 
"${dir}"/jre64/bin/{java,jjs,keytool,orbd,pack200,policytool,rmid,rmiregistry,servertool,tnameserv,unpack200}
-   fi
-   fi
-
-   make_wrapper "${PN}" "${dir}/bin/${MY_PN}.sh"
-   newicon "bin/${MY_PN}.png" "${PN}.png"
-   make_desktop_entry "${PN}" "IntelliJ Idea Community" "${PN}" 
"Development;IDE;"
-
-   # recommended by: 
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
-   mkdir -p "${D}/etc/sysctl.d/" || die
-   echo "fs.inotify.max_user_watches = 524288" > 
"${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
-}



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

2019-04-08 Thread Alice Ferrazzi
commit: cee51cb1e51ec6d7cd3384c0ca2130a5a6d62772
Author: Kyle Elbert  gmail  com>
AuthorDate: Fri Feb  1 11:34:44 2019 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Tue Apr  9 02:41:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee51cb1

dev-util/idea-community: Fetch the custom-jdk seperately

Reduces download size for USE -custom-jdk and fixes USE custom-jdk for x86

Bug: https://bugs.gentoo.org/676370
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Kyle Elbert  gmail.com>
Signed-off-by: Alice Ferrazzi  gentoo.org>

 dev-util/idea-community/Manifest   |  4 ++-
 .../idea-community-2018.3.4.183.5429.30.ebuild | 29 +++---
 2 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/dev-util/idea-community/Manifest b/dev-util/idea-community/Manifest
index d7ca90d6bc7..286ba55f3d2 100644
--- a/dev-util/idea-community/Manifest
+++ b/dev-util/idea-community/Manifest
@@ -1,4 +1,6 @@
 DIST ideaIC-172.3757.52.tar.gz 442963100 BLAKE2B 
e44f924e279a5b8f2bddbe65cffa24306920fa0f5b85e23b823b1e51fd49e2de2c8953a010b66ea325c4b70ae60268639293b67cd6116f4315ded5e5f6130da1
 SHA512 
a0178c5ef10aeab527bb8064840c53fff97bf9be468a4e5248b83dba96c5114878f5ff1e20436a67ee488580affa3fb3a2ea627407ed57b87949f64fc1a215d2
 DIST ideaIC-183.4588.61.tar.gz 541751086 BLAKE2B 
51a5a4dae10d8fd00a0c239f87af3d53b86ffa50f7f9c4f1554265b349d866d60a8994a96f184cc9993fafe12de3dbfa77e3931626436a5f3d3854710b52fb9e
 SHA512 
3e5956353fc0fabbe91b3a946e83b0b3229766a366fdf782c4c017acd7de5a86b3e0cc870a17abe2bdb8b090cb5c58b6c170555f60ba5e6a9a8198073545be87
 DIST ideaIC-183.5153.38.tar.gz 541754349 BLAKE2B 
541054736db09c8f0106d5588b224d3033ec21a1e2b566fbc95300fafd39acae5c7f6755082bdb189c5619ed5375ea9fc3e777440d30523a84f864be29e5ad85
 SHA512 
0bb213da8bffda7d63fa29905d01ee36c3839249dd6e2a58b3941e4317a01bd9315e8bf639f088657938c8197eb2f05fc34fb3e0c49f8c243043cb03f8443f0f
-DIST ideaIC-183.5429.30.tar.gz 541773658 BLAKE2B 
305b8a0ccea2faa986af9d74bf5bb1335e656285bfd341883a4f4c78e06ef9c5e57f814e3722bd2498ef9ddcc2464426b61acee71d1ea0dd27bd5e2015562efa
 SHA512 
a84fb954950b6d07555ff92f30106edbcba490fa3f1e80bc2013d562e74d7860cbbb10f1029fa4c869d2b5759bb308a1fa83d556d034cb4740d3a263cfb5ef0b
+DIST ideaIC-183.5429.30.tar.gz 460232784 BLAKE2B 
53cd69f5e8927b31a34b23f9e86e0974152cd6282eb4597aa173c06895e1b431360b18c76442094fb9f544bc29f925397242d42943b51840156f8b332e0d5357
 SHA512 
36c5151410c15e4530af1da5ccfb981ca4fba00577b26fb76fd3470bc3818f2b08b4545ca7ab2979dc87f144712f864811cf73336cf5ff98cb5f63c0e61e1a9c
+DIST jbrx-8u202-linux-i586-b1483.24.tar.gz 80740809 BLAKE2B 
cc420ac646120c7060a3a7697e2a0f1d8a6f9702b1c2d2730f339e7aed405ccf4bb31d4be389686f57066f6add5e8279912e54fd341873ad2c2d1f5292b4d14f
 SHA512 
90280f8a36fa8f20448c27d344de85ae06412f0b1fc717b77b5fbdcc0a3486e0def510e4ef0aedc1eb210b1e3541b0e37f805821731a285c6e78eb87ad083f2d
+DIST jbrx-8u202-linux-x64-b1483.24.tar.gz 81829687 BLAKE2B 
b716ca394a1315d8d6c6ebd57fd35cc37db6429380681c6d5e7d05b4a00036c1aca46820b0a17b824c8742e7ba924b4342eedf08999370c7a9fd2675f99d45a3
 SHA512 
08db0eb7fc2b5ae734120f276f96f21fe9e6c2bcb84a833fe5a1a8bb3b9b1205c3de06e1c1ad94e220c26f092061d5ec99470619240630f7722d1d64d21ace97

diff --git a/dev-util/idea-community/idea-community-2018.3.4.183.5429.30.ebuild 
b/dev-util/idea-community/idea-community-2018.3.4.183.5429.30.ebuild
index 3811dacddc7..2f0a755fa41 100644
--- a/dev-util/idea-community/idea-community-2018.3.4.183.5429.30.ebuild
+++ b/dev-util/idea-community/idea-community-2018.3.4.183.5429.30.ebuild
@@ -8,6 +8,8 @@ SLOT="0"
 PV_STRING="$(ver_cut 4-6)"
 MY_PV="$(ver_cut 1-3)"
 MY_PN="idea"
+JRE_BASE="8u202"
+JRE_VER="1483.24"
 
 # distinguish settings for official stable releases and EAP-version releases
 if [[ "$(ver_cut 7)"x = "prex" ]]
@@ -18,7 +20,9 @@ then
 else
# upstream stable
KEYWORDS="~amd64 ~x86"
-   SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IC-${MY_PV}.tar.gz 
-> ${MY_PN}IC-${PV_STRING}.tar.gz"
+   
SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IC-${MY_PV}-no-jdk.tar.gz 
-> ${MY_PN}IC-${PV_STRING}.tar.gz
+   custom-jdk? ( x86? ( 
https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbrx-${JRE_BASE}-linux-i586-b${JRE_VER}.tar.gz
 -> jbrx-${JRE_BASE}-linux-i586-b${JRE_VER}.tar.gz )
+   amd64? ( 
https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbrx-${JRE_BASE}-linux-x64-b${JRE_VER}.tar.gz
 -> jbrx-${JRE_BASE}-linux-x64-b${JRE_VER}.tar.gz ) )"
 fi
 
 DESCRIPTION="A complete toolset for web, mobile and enterprise development"
@@ -36,14 +40,17 @@ S="${WORKDIR}/${MY_PN}-IC-${PV_STRING}"
 QA_PREBUILT="opt/${PN}-${MY_PV}/*"
 
 src_prepare() {
+   if use amd64; then
+   JRE_DIR=jre64
+   else
+   JRE_DIR=jre
+   fi
+   if use custom-jdk; then
+   mv "${WORKDIR}/jre" ./"${JRE_DIR}"
+   fi
if ! use arm; then
  

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

2019-04-08 Thread Alice Ferrazzi
commit: 0ba08d57e98827f0c7e7b9f1ac89fbe4437bedbc
Author: Kyle Elbert  gmail  com>
AuthorDate: Wed Jan 30 11:18:59 2019 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Tue Apr  9 02:41:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba08d57

dev-util/idea-community: 2018.3.4 version bump

(identical to 2018.3.3 ebuild)

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Kyle Elbert  gmail.com>
Bug: https://bugs.gentoo.org/676900
Bug: https://bugs.gentoo.org/653144
Bug: https://bugs.gentoo.org/640688
Closes: https://github.com/gentoo/gentoo/pull/11555
Signed-off-by: Alice Ferrazzi  gentoo.org>

 dev-util/idea-community/Manifest   |  1 +
 .../idea-community-2018.3.4.183.5429.30.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/dev-util/idea-community/Manifest b/dev-util/idea-community/Manifest
index bf696dbde77..d7ca90d6bc7 100644
--- a/dev-util/idea-community/Manifest
+++ b/dev-util/idea-community/Manifest
@@ -1,3 +1,4 @@
 DIST ideaIC-172.3757.52.tar.gz 442963100 BLAKE2B 
e44f924e279a5b8f2bddbe65cffa24306920fa0f5b85e23b823b1e51fd49e2de2c8953a010b66ea325c4b70ae60268639293b67cd6116f4315ded5e5f6130da1
 SHA512 
a0178c5ef10aeab527bb8064840c53fff97bf9be468a4e5248b83dba96c5114878f5ff1e20436a67ee488580affa3fb3a2ea627407ed57b87949f64fc1a215d2
 DIST ideaIC-183.4588.61.tar.gz 541751086 BLAKE2B 
51a5a4dae10d8fd00a0c239f87af3d53b86ffa50f7f9c4f1554265b349d866d60a8994a96f184cc9993fafe12de3dbfa77e3931626436a5f3d3854710b52fb9e
 SHA512 
3e5956353fc0fabbe91b3a946e83b0b3229766a366fdf782c4c017acd7de5a86b3e0cc870a17abe2bdb8b090cb5c58b6c170555f60ba5e6a9a8198073545be87
 DIST ideaIC-183.5153.38.tar.gz 541754349 BLAKE2B 
541054736db09c8f0106d5588b224d3033ec21a1e2b566fbc95300fafd39acae5c7f6755082bdb189c5619ed5375ea9fc3e777440d30523a84f864be29e5ad85
 SHA512 
0bb213da8bffda7d63fa29905d01ee36c3839249dd6e2a58b3941e4317a01bd9315e8bf639f088657938c8197eb2f05fc34fb3e0c49f8c243043cb03f8443f0f
+DIST ideaIC-183.5429.30.tar.gz 541773658 BLAKE2B 
305b8a0ccea2faa986af9d74bf5bb1335e656285bfd341883a4f4c78e06ef9c5e57f814e3722bd2498ef9ddcc2464426b61acee71d1ea0dd27bd5e2015562efa
 SHA512 
a84fb954950b6d07555ff92f30106edbcba490fa3f1e80bc2013d562e74d7860cbbb10f1029fa4c869d2b5759bb308a1fa83d556d034cb4740d3a263cfb5ef0b

diff --git a/dev-util/idea-community/idea-community-2018.3.4.183.5429.30.ebuild 
b/dev-util/idea-community/idea-community-2018.3.4.183.5429.30.ebuild
new file mode 100644
index 000..3811dacddc7
--- /dev/null
+++ b/dev-util/idea-community/idea-community-2018.3.4.183.5429.30.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit eutils desktop
+
+SLOT="0"
+PV_STRING="$(ver_cut 4-6)"
+MY_PV="$(ver_cut 1-3)"
+MY_PN="idea"
+
+# distinguish settings for official stable releases and EAP-version releases
+if [[ "$(ver_cut 7)"x = "prex" ]]
+then
+   # upstream EAP
+   KEYWORDS=""
+   
SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IC-${PV_STRING}.tar.gz;
+else
+   # upstream stable
+   KEYWORDS="~amd64 ~x86"
+   SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IC-${MY_PV}.tar.gz 
-> ${MY_PN}IC-${PV_STRING}.tar.gz"
+fi
+
+DESCRIPTION="A complete toolset for web, mobile and enterprise development"
+HOMEPAGE="https://www.jetbrains.com/idea;
+
+LICENSE="Apache-2.0
+   custom-jdk? ( GPL-2 )"
+IUSE="-custom-jdk"
+DEPEND="!dev-util/${PN}:14
+   !dev-util/${PN}:15"
+RDEPEND="${DEPEND}
+   >=virtual/jdk-1.7:*"
+S="${WORKDIR}/${MY_PN}-IC-${PV_STRING}"
+
+QA_PREBUILT="opt/${PN}-${MY_PV}/*"
+
+src_prepare() {
+   if ! use arm; then
+   rm bin/fsnotifier-arm || die
+   fi
+   if ! use custom-jdk; then
+   if [[ -d jre64 ]]; then
+   rm -r jre64 || die
+   fi
+   fi
+   eapply_user
+}
+
+src_install() {
+   local dir="/opt/${PN}-${MY_PV}"
+
+   insinto "${dir}"
+   doins -r *
+   fperms 755 
"${dir}"/bin/{format.sh,idea.sh,inspect.sh,printenv.py,restart.py,fsnotifier{,64}}
+
+   if use custom-jdk; then
+   if [[ -d jre64 ]]; then
+   fperms 755 
"${dir}"/jre64//bin/{java,jjs,keytool,orbd,pack200,policytool,rmid,rmiregistry,servertool,tnameserv,unpack200}
+   fi
+   fi
+
+   make_wrapper "${PN}" "${dir}/bin/${MY_PN}.sh"
+   newicon "bin/${MY_PN}.png" "${PN}.png"
+   make_desktop_entry "${PN}" "IntelliJ Idea Community" "${PN}" 
"Development;IDE;"
+
+   # recommended by: 
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
+   mkdir -p "${D}/etc/sysctl.d/" || die
+   echo "fs.inotify.max_user_watches = 524288" > 
"${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
+}



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

2019-04-08 Thread Alice Ferrazzi
commit: 9cdf46e78845fbeeef00ebabed3ed08c5d71b51e
Author: Kyle Elbert  gmail  com>
AuthorDate: Sun Mar 31 02:05:08 2019 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Tue Apr  9 02:41:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cdf46e7

dev-util/idea-community: bump to 2019.1 and Split custom-jdk useflag

Upstream now offers a Java 11 based Jetbrains Runtime,
while continuing to offer their Java 8 based runtime as the default download

Closes: https://bugs.gentoo.org/653144
Closes: https://bugs.gentoo.org/676370
Closes: https://bugs.gentoo.org/676900
Closes: https://bugs.gentoo.org/640688
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Kyle Elbert  gmail.com>
Signed-off-by: Alice Ferrazzi  gentoo.org>

 dev-util/idea-community/Manifest   |   4 +
 .../idea-community-2019.1.191.6183.87.ebuild   | 112 +
 dev-util/idea-community/metadata.xml   |   2 +
 3 files changed, 118 insertions(+)

diff --git a/dev-util/idea-community/Manifest b/dev-util/idea-community/Manifest
index 286ba55f3d2..775978eb84c 100644
--- a/dev-util/idea-community/Manifest
+++ b/dev-util/idea-community/Manifest
@@ -2,5 +2,9 @@ DIST ideaIC-172.3757.52.tar.gz 442963100 BLAKE2B 
e44f924e279a5b8f2bddbe65cffa243
 DIST ideaIC-183.4588.61.tar.gz 541751086 BLAKE2B 
51a5a4dae10d8fd00a0c239f87af3d53b86ffa50f7f9c4f1554265b349d866d60a8994a96f184cc9993fafe12de3dbfa77e3931626436a5f3d3854710b52fb9e
 SHA512 
3e5956353fc0fabbe91b3a946e83b0b3229766a366fdf782c4c017acd7de5a86b3e0cc870a17abe2bdb8b090cb5c58b6c170555f60ba5e6a9a8198073545be87
 DIST ideaIC-183.5153.38.tar.gz 541754349 BLAKE2B 
541054736db09c8f0106d5588b224d3033ec21a1e2b566fbc95300fafd39acae5c7f6755082bdb189c5619ed5375ea9fc3e777440d30523a84f864be29e5ad85
 SHA512 
0bb213da8bffda7d63fa29905d01ee36c3839249dd6e2a58b3941e4317a01bd9315e8bf639f088657938c8197eb2f05fc34fb3e0c49f8c243043cb03f8443f0f
 DIST ideaIC-183.5429.30.tar.gz 460232784 BLAKE2B 
53cd69f5e8927b31a34b23f9e86e0974152cd6282eb4597aa173c06895e1b431360b18c76442094fb9f544bc29f925397242d42943b51840156f8b332e0d5357
 SHA512 
36c5151410c15e4530af1da5ccfb981ca4fba00577b26fb76fd3470bc3818f2b08b4545ca7ab2979dc87f144712f864811cf73336cf5ff98cb5f63c0e61e1a9c
+DIST ideaIC-191.6183.87.tar.gz 496360045 BLAKE2B 
12164308d161c9ac5249baa0e2ec6ec88b96e9e37e25fa1befa5660142a530b40c5fa7bbbac6a6fbea0297de7ba6bcb557b139ea213f5fd75342ec0e12956ee9
 SHA512 
3c56a265f74c80e15b88a6121d1c462b6a3e394893c0ab522b2935af29e5c830245d9038208bc5358285714969ffd192e1e8c52bd5ac8e5b0425b8a5a1224c7b
+DIST jbr-11_0_2-linux-x64-b164.tar.gz 131483925 BLAKE2B 
fb9c55094aeb4a9e6b89ef41699252355895fa4bf55eaa0d3c0a637b6485b5a91a0445b5f4af1872b62cd67b639f7354e05770970d41dcfa58ffeda7ae43c5b6
 SHA512 
4f32940166cc8ad5a138866e18d4cbfcd07f4326a85c051b7a622c9dcb8ee4b6d493331ef24d0c01999134fa2a9bad901f026982c16780fdc5e6b9308821db34
 DIST jbrx-8u202-linux-i586-b1483.24.tar.gz 80740809 BLAKE2B 
cc420ac646120c7060a3a7697e2a0f1d8a6f9702b1c2d2730f339e7aed405ccf4bb31d4be389686f57066f6add5e8279912e54fd341873ad2c2d1f5292b4d14f
 SHA512 
90280f8a36fa8f20448c27d344de85ae06412f0b1fc717b77b5fbdcc0a3486e0def510e4ef0aedc1eb210b1e3541b0e37f805821731a285c6e78eb87ad083f2d
+DIST jbrx-8u202-linux-i586-b1483.37.tar.gz 80726147 BLAKE2B 
e4e5a076a541fd7153e861193ff4247c02ecbc144396ed28737afa7440f7771569b8d968b7c67b3dac333a89ff0b54cc9e5e76d1651b174cc7c0c21b1deb033c
 SHA512 
53693f2ce994f4891807873ae3fe46ce60bee000b78be03c5d3df06b436328abe5b5d7e75d43e57f35f24187f49915187d034b39589e29806f55deeb14a029f2
 DIST jbrx-8u202-linux-x64-b1483.24.tar.gz 81829687 BLAKE2B 
b716ca394a1315d8d6c6ebd57fd35cc37db6429380681c6d5e7d05b4a00036c1aca46820b0a17b824c8742e7ba924b4342eedf08999370c7a9fd2675f99d45a3
 SHA512 
08db0eb7fc2b5ae734120f276f96f21fe9e6c2bcb84a833fe5a1a8bb3b9b1205c3de06e1c1ad94e220c26f092061d5ec99470619240630f7722d1d64d21ace97
+DIST jbrx-8u202-linux-x64-b1483.37.tar.gz 81812743 BLAKE2B 
86ddf0c8dc992a27e680caa821f54fa4d647a8bff78b9fdbef82996bfbba828a2f68f1a00ed64bd92ce24a62bfc6c0240837c396644c6e91244cb0d980b6c704
 SHA512 
cd31a3c4da7b8c65e9ae89326c2c8b260b51890258d30f64b1e8a7c6c1442bb2cb68ea2aa80387ce0c1a8f50e3533e8231f72c5935b639e3cf82bc1ffedee8e9

diff --git a/dev-util/idea-community/idea-community-2019.1.191.6183.87.ebuild 
b/dev-util/idea-community/idea-community-2019.1.191.6183.87.ebuild
new file mode 100644
index 000..5d9d1f8af94
--- /dev/null
+++ b/dev-util/idea-community/idea-community-2019.1.191.6183.87.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit eutils desktop
+
+SLOT="0"
+PV_STRING="$(ver_cut 3-6)"
+MY_PV="$(ver_cut 1-2)"
+MY_PN="idea"
+#Using the most recent Jetbrains Runtime binaries available at the time of 
writing
+#As the exact bundled versions ( jre 11 build 159.30 and jre 8 build 1483.39 ) 
arn't
+#Available seperately
+JRE11_BASE="11_0_2"
+JRE11_VER="164"
+JRE_BASE="8u202"

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

2019-04-08 Thread Aaron Bauman
commit: 04a73d1c2ecd151a815d30e473d45d4be2415106
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 02:36:00 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 02:36:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a73d1c

dev-util/ctags: arm64 stable (bug #524004)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-util/ctags/ctags-20190331.ebuild 
b/dev-util/ctags/ctags-20190331.ebuild
index 2684abd3f02..df0896e3ae7 100644
--- a/dev-util/ctags/ctags-20190331.ebuild
+++ b/dev-util/ctags/ctags-20190331.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/universal-ctags/ctags/archive/${COMMITHASH}.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="json xml yaml"
 
 CDEPEND="



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

2019-04-08 Thread Alice Ferrazzi
commit: 9529ecfef3024a9672fe947af38610c851579a72
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Tue Apr  9 02:32:48 2019 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Tue Apr  9 02:35:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9529ecfe

www-apps/ikiwiki: bump to 3.20190228

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Alice Ferrazzi  gentoo.org>

 www-apps/ikiwiki/Manifest  |   1 +
 www-apps/ikiwiki/ikiwiki-3.20190228.ebuild | 110 +
 2 files changed, 111 insertions(+)

diff --git a/www-apps/ikiwiki/Manifest b/www-apps/ikiwiki/Manifest
index a86d6681ca7..fd4f656043e 100644
--- a/www-apps/ikiwiki/Manifest
+++ b/www-apps/ikiwiki/Manifest
@@ -1,2 +1,3 @@
 DIST ikiwiki_3.20170111.tar.xz 2614240 BLAKE2B 
b37d2e9095b38b2642bd4f2bd6114a8b313837bd409abd5c111d61a9abd2e65cc534e7efbcfdb72b148a567cc6391e576d61daf530c62b5e14269f2f25bbabf8
 SHA512 
78c2a624684bb1c34878ff008558a3967f6e7f5648878e931961695e582a40e4351b6e467c64ca42ba99cb403fd275265bd5d96ecd860ad8263043514d207ad4
 DIST ikiwiki_3.20171001.tar.xz 2638780 BLAKE2B 
537008233f4c9612b3d1236eb15fe85a76a1bbbd1db9648197c032ec83c79ee3810dbd44f0a99576ac30e34e049662a1ae6525707cd1c786cc11081692ec57f7
 SHA512 
1f5c5a48aa95e6e3898fdb40826f90d554ff328c367133e69a2a2da4c9286e0e54ba2f2dcd57ff452fa3105c92b4d72297d771688661fb8ecf22b7a0cf78bd97
+DIST ikiwiki_3.20190228.orig.tar.xz 2672244 BLAKE2B 
43012fc14f08c491ebe382e20953b8b01e10c390c28da0184b4e45a1435ada00b1ad6ac61f28c56ba1edb2e22dca1ab1f32eb77fc8d6133b899a26023593d3bd
 SHA512 
125147d83dae6166b45541ed9176398ba4bd22ef3389d3efb3f442e558e326e0b004583d29aa32ed4bfca489c9d55b4232f074aab5fa649e51d9edd103685172

diff --git a/www-apps/ikiwiki/ikiwiki-3.20190228.ebuild 
b/www-apps/ikiwiki/ikiwiki-3.20190228.ebuild
new file mode 100644
index 000..d89cc529501
--- /dev/null
+++ b/www-apps/ikiwiki/ikiwiki-3.20190228.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit perl-module
+
+DESCRIPTION="A wiki compiler"
+HOMEPAGE="http://ikiwiki.info/;
+SRC_URI="mirror://debian/pool/main/i/ikiwiki/${PN}_${PV}.orig.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="extras minimal test"
+KEYWORDS="~amd64 ~x86"
+
+S=${WORKDIR}/IkiWiki-${PV}
+
+#Authen::Passphrase
+#Search::Xapian
+#Locale::gettext
+#Crypt::SSLeay
+#Text::CSV
+#Text::Typography
+#Text::Textile
+#Text::WikiFormat
+#Net::Amazon::S3
+
+EXTRA_RDEPEND="
+   dev-python/docutils
+   dev-perl/Digest-SHA1
+   dev-perl/File-MimeInfo
+   dev-perl/RPC-XML
+   dev-perl/XML-Feed
+   dev-perl/LWPx-ParanoidAgent
+   dev-perl/Net-OpenID-Consumer
+"
+
+SUGGESTED_RDEPEND="
+   dev-perl/CGI
+   >=dev-perl/CGI-FormBuilder-3.0202
+   >=dev-perl/CGI-Session-4.14
+   dev-perl/Mail-Sendmail
+   dev-perl/Term-ReadLine-Gnu
+   dev-perl/XML-Simple
+   media-gfx/imagemagick[perl]
+"
+
+TEST_DEPEND="
+   dev-perl/File-chdir
+   dev-perl/File-ReadBackwards
+   dev-perl/File-MimeInfo
+   dev-perl/HTML-LinkExtractor
+   dev-perl/HTML-Tree
+   dev-perl/Net-OpenID-Consumer
+   dev-perl/RPC-XML
+   dev-perl/XML-Feed
+   dev-perl/XML-Twig
+   dev-vcs/cvs[server]
+   dev-vcs/cvsps"
+
+DEPEND="
+   >=dev-lang/perl-5.10
+   app-text/po4a
+   dev-perl/HTML-Parser
+   dev-perl/HTML-Scrubber
+   dev-perl/HTML-Template
+   dev-perl/URI
+   dev-perl/Text-Markdown
+   dev-perl/TimeDate
+   dev-perl/YAML-LibYAML
+"
+
+RDEPEND="${DEPEND}
+   !minimal? (
+   ${SUGGESTED_RDEPEND}
+   extras? (
+   ${EXTRA_RDEPEND}
+   )
+   )
+"
+
+DEPEND="${DEPEND}
+   test? ( ${TEST_DEPEND} )"
+
+SRC_TEST=do
+
+src_prepare() {
+   #bug 498444 /usr/lib/plan9/lib/fortunes.index
+   addpredict "/usr/lib/plan9/lib/fortunes"
+
+   sed -i 's,lib/ikiwiki,libexec/ikiwiki,' \
+   "${S}"/{IkiWiki.pm,Makefile.PL,doc/plugins/install.mdwn} || die
+#  if use w3m ; then
+   sed -i 's,lib/w3m,libexec/w3m,' "${S}"/Makefile.PL || die
+#  else
+#  sed -i '/w3m/d' "${S}"/Makefile.PL || die
+#  fi
+}
+
+src_install() {
+   emake DESTDIR="${D}" pure_install
+   insinto /etc/ikiwiki
+   doins wikilist
+
+   #insinto /usr/share/doc/${PF}/examples
+   #doins -r doc/examples/*
+   dohtml -r -A setup html/*
+   dodoc debian/{NEWS,changelog}
+}



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

2019-04-08 Thread Aaron Bauman
commit: 1a022ed7f615321a8679f3c1f18729a2afbe9e2f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 02:27:48 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 02:27:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a022ed7

net-libs/libmicrodns: arm64 keyworded (bug #653800)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-libs/libmicrodns/libmicrodns-0.0.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild 
b/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild
index 917e4787ca9..2ac4653346f 100644
--- a/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild
+++ b/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/videolabs/${PN};
 else
SRC_URI="https://github.com/videolabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ppc ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 fi
 
 LICENSE="LGPL-2.1"



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

2019-04-08 Thread Aaron Bauman
commit: db6d6515d3fada8efcb4439377b385644c1e1b29
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 02:21:35 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 02:22:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6d6515

media-libs/mesa: arm64 stable (bug #682616)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/media-libs/mesa/mesa-18.3.6.ebuild 
b/media-libs/mesa/mesa-18.3.6.ebuild
index 7e898bbacc5..9288bb8df57 100644
--- a/media-libs/mesa/mesa-18.3.6.ebuild
+++ b/media-libs/mesa/mesa-18.3.6.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~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 ~sparc-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2019-04-08 Thread Aaron Bauman
commit: de550afaf5d6c4c491100416b7f1e4ca3787d643
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 02:19:16 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 02:22:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de550afa

dev-libs/wayland: arm64 stable (bug #682616)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-libs/wayland/wayland-1.17.0.ebuild 
b/dev-libs/wayland/wayland-1.17.0.ebuild
index 4b2cd4be591..c0fcb995b01 100644
--- a/dev-libs/wayland/wayland-1.17.0.ebuild
+++ b/dev-libs/wayland/wayland-1.17.0.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 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"
+   KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86"
 fi
 inherit autotools libtool multilib-minimal toolchain-funcs
 



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

2019-04-08 Thread Aaron Bauman
commit: 2be3c542e3de19229c536047b32fed847b052e9b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 02:18:37 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 02:22:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be3c542

x11-libs/libdrm: arm64 stable (bug #682616)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/x11-libs/libdrm/libdrm-2.4.97.ebuild 
b/x11-libs/libdrm/libdrm-2.4.97.ebuild
index 601edf6f3f9..7bfbe22034c 100644
--- a/x11-libs/libdrm/libdrm-2.4.97.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.97.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-sound/playerctl/files/, media-sound/playerctl/

2019-04-08 Thread Göktürk Yüksek
commit: 988c0ffb4c868eb82efc0a37169b96c3548dbd5e
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Tue Apr  9 02:08:11 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Apr  9 02:08:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988c0ffb

media-sound/playerctl: fix gdbus-codegen handling in configure.ac

In configure.ac, the **absolute** path of gdbus-codegen (as obtained
by pkg-config) is passed to AC_PATH_PROG. The macro then appends this
path to the directories in PATH and tests if the result is
executable. This internally results in checking for
'/usr/bin/usr/bin/gdbus-codegen'. The macro is redundant because the
value returned by pkg-config is sufficient.

Closes: https://bugs.gentoo.org/682788
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek  gentoo.org>

 .../playerctl/files/playerctl-gdbus-codegen-fix.patch | 15 +++
 media-sound/playerctl/playerctl-0.5.0.ebuild  |  4 +++-
 media-sound/playerctl/playerctl-0.6.0.ebuild  |  4 +++-
 3 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/media-sound/playerctl/files/playerctl-gdbus-codegen-fix.patch 
b/media-sound/playerctl/files/playerctl-gdbus-codegen-fix.patch
new file mode 100644
index 000..06c073aa276
--- /dev/null
+++ b/media-sound/playerctl/files/playerctl-gdbus-codegen-fix.patch
@@ -0,0 +1,15 @@
+--- a/configure.ac
 b/configure.ac
+@@ -21,10 +21,11 @@
+ PKG_CHECK_MODULES([GOBJECT], [gobject-2.0 >= 2.38])
+ PKG_CHECK_MODULES([GIO], [gio-unix-2.0])
+ 
+-AC_PATH_PROG([GDBUS_CODEGEN], [`$PKG_CONFIG --variable=gdbus_codegen 
gio-2.0`])
++GDBUS_CODEGEN=`$PKG_CONFIG --variable=gdbus_codegen gio-2.0`
+ if test -z "$GDBUS_CODEGEN"; then
+ AC_MSG_ERROR([*** gdbus-codegen is required to build playerctl])
+ fi
++AC_SUBST(GDBUS_CODEGEN)
+ 
+ # Checks for typedefs, structures, and compiler characteristics
+ AC_PROG_CC_STDC

diff --git a/media-sound/playerctl/playerctl-0.5.0.ebuild 
b/media-sound/playerctl/playerctl-0.5.0.ebuild
index a06816f38bd..0a05e650f20 100644
--- a/media-sound/playerctl/playerctl-0.5.0.ebuild
+++ b/media-sound/playerctl/playerctl-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,6 +29,8 @@ src_prepare() {
echo 'EXTRA_DIST = ' > gtk-doc.make || die
fi
 
+   eapply "${FILESDIR}"/"${PN}"-gdbus-codegen-fix.patch
+
default
eautoreconf
 }

diff --git a/media-sound/playerctl/playerctl-0.6.0.ebuild 
b/media-sound/playerctl/playerctl-0.6.0.ebuild
index 8741ea6e29e..4effb5f74a6 100644
--- a/media-sound/playerctl/playerctl-0.6.0.ebuild
+++ b/media-sound/playerctl/playerctl-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,6 +29,8 @@ src_prepare() {
echo 'EXTRA_DIST = ' > gtk-doc.make || die
fi
 
+   eapply "${FILESDIR}"/"${PN}"-gdbus-codegen-fix.patch
+
default
eautoreconf
 }



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

2019-04-08 Thread Aaron Bauman
commit: c66f744d5ed212ac0d65297e0900d555a2328723
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 01:47:07 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 01:47:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66f744d

x11-libs/cairo: drop vulnerable wrt bug #672908

Signed-off-by: Aaron Bauman  gentoo.org>

 x11-libs/cairo/cairo-1.16.0-r2.ebuild | 130 --
 1 file changed, 130 deletions(-)

diff --git a/x11-libs/cairo/cairo-1.16.0-r2.ebuild 
b/x11-libs/cairo/cairo-1.16.0-r2.ebuild
deleted file mode 100644
index 33d36a60703..000
--- a/x11-libs/cairo/cairo-1.16.0-r2.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic autotools multilib-minimal
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.freedesktop.org/cairo/cairo.git;
-   SRC_URI=""
-else
-   SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-fi
-
-DESCRIPTION="A vector graphics library with cross-device output support"
-HOMEPAGE="https://www.cairographics.org/ 
https://gitlab.freedesktop.org/cairo/cairo;
-LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
-SLOT="0"
-IUSE="X aqua debug gles2 +glib opengl static-libs +svg utils valgrind xcb"
-# gtk-doc regeneration doesn't seem to work with out-of-source builds
-#[[ ${PV} == ** ]] && IUSE="${IUSE} doc" # API docs are provided in 
tarball, no need to regenerate
-
-# Test causes a circular depend on gtk+... since gtk+ needs cairo but test 
needs gtk+ so we need to block it
-RESTRICT="test"
-
-RDEPEND="
-   >=dev-libs/lzo-2.06-r1[${MULTILIB_USEDEP}]
-   >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}]
-   >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}]
-   >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}]
-   sys-libs/binutils-libs:0=[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   >=x11-libs/pixman-0.32.4[${MULTILIB_USEDEP}]
-   gles2? ( >=media-libs/mesa-9.1.6[gles2,${MULTILIB_USEDEP}] )
-   glib? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] )
-   opengl? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] )
-   X? (
-   >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
-   >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-   )
-   xcb? (
-   >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
-   )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   >=sys-devel/libtool-2
-   X? ( x11-base/xorg-proto )"
-#[[ ${PV} == ** ]] && DEPEND="${DEPEND}
-#  doc? (
-#  >=dev-util/gtk-doc-1.6
-#  ~app-text/docbook-xml-dtd-4.2
-#  )"
-
-REQUIRED_USE="
-   gles2? ( !opengl )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.12.18-disable-test-suite.patch
-   "${FILESDIR}"/${PN}-respect-fontconfig.patch
-)
-
-src_prepare() {
-   default
-
-   # tests and perf tools require X, bug #483574
-   if ! use X; then
-   sed -e '/^SUBDIRS/ s#boilerplate test perf# #' -i Makefile.am 
|| die
-   fi
-
-   # Slightly messed build system YAY
-   if [[ ${PV} == ** ]]; then
-   touch boilerplate/Makefile.am.features
-   touch src/Makefile.am.features
-   touch ChangeLog
-   fi
-
-   eautoreconf
-}
-
-multilib_src_configure() {
-   local myopts
-
-   [[ ${CHOST} == *-interix* ]] && append-flags -D_REENTRANT
-
-   use elibc_FreeBSD && myopts+=" --disable-symbol-lookup"
-
-   # [[ ${PV} == ** ]] && myopts+=" $(use_enable doc gtk-doc)"
-
-   ECONF_SOURCE="${S}" \
-   econf \
-   --disable-dependency-tracking \
-   $(use_with X x) \
-   $(use_enable X tee) \
-   $(use_enable X xlib) \
-   $(use_enable X xlib-xrender) \
-   $(use_enable aqua quartz) \
-   $(use_enable aqua quartz-image) \
-   $(use_enable debug test-surfaces) \
-   $(use_enable gles2 glesv2) \
-   $(use_enable glib gobject) \
-   $(use_enable opengl gl) \
-   $(use_enable static-libs static) \
-   $(use_enable svg) \
-   $(use_enable utils trace) \
-   $(use_enable valgrind) \
-   $(use_enable xcb) \
-   $(use_enable xcb xcb-shm) \
-   --enable-ft \
-   --enable-pdf \
-   --enable-png \
-   --enable-ps \
-   --enable-script \
-   --enable-interpreter \
-

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

2019-04-08 Thread Aaron Bauman
commit: 0c8cbc803c04649cd229bcf3a1bec7cdd804c5c3
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 00:52:47 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 00:52:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c8cbc80

dev-python/flaky: arm64 stable (bug #677578)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-python/flaky/flaky-3.5.3.ebuild 
b/dev-python/flaky/flaky-3.5.3.ebuild
index 92528305918..218201cd158 100644
--- a/dev-python/flaky/flaky-3.5.3.ebuild
+++ b/dev-python/flaky/flaky-3.5.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



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

2019-04-08 Thread Aaron Bauman
commit: bccd76f6572ca58a60adb21e45ea382ea0d15d32
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 00:56:25 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 00:56:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bccd76f6

dev-python/commonmark: arm64 stable (bug #677578)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 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 445dd744ead..6639d65905e 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="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2019-04-08 Thread Aaron Bauman
commit: 5bd387c0c7b94d858057cdc57232f5a64880fb38
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 00:55:03 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 00:55:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd387c0

dev-python/hypothesis: arm64 stable (bug #677578)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-python/hypothesis/hypothesis-3.74.3.ebuild 
b/dev-python/hypothesis/hypothesis-3.74.3.ebuild
index e213b96fb5f..0f131f3e612 100644
--- a/dev-python/hypothesis/hypothesis-3.74.3.ebuild
+++ b/dev-python/hypothesis/hypothesis-3.74.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd"
 IUSE="test"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-libinput/

2019-04-08 Thread Aaron Bauman
commit: bee6795c74884ae57ff2e571104047a80178d2e8
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 00:52:04 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 00:52:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee6795c

x11-drivers/xf86-input-libinput: arm64 stable (bug #677578)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.2.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.2.ebuild
index 3272b5028c5..e53dde4bf3f 100644
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.2.ebuild
+++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.2.ebuild
@@ -7,7 +7,7 @@ inherit linux-info xorg-2
 
 DESCRIPTION="X.org input driver based on libinput"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/libinput-1.5.0:0="



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

2019-04-08 Thread Aaron Bauman
commit: eaafcea2edf582266998e226ab334f50025051df
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 00:55:42 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 00:55:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaafcea2

dev-python/docutils: arm64 stable (bug #677578)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-python/docutils/docutils-0.14.ebuild 
b/dev-python/docutils/docutils-0.14.ebuild
index 10a9039831e..0e7e3eb8d29 100644
--- a/dev-python/docutils/docutils-0.14.ebuild
+++ b/dev-python/docutils/docutils-0.14.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 public-domain"
 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=""
 
 DEPEND="dev-python/pygments[${PYTHON_USEDEP}]"



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

2019-04-08 Thread Aaron Bauman
commit: 0332debbc00455b5387b49b293e997351915f5ff
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 00:57:51 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 00:57:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0332debb

dev-libs/libinput: arm64 stable (bug #677578)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-libs/libinput/libinput-1.12.6.ebuild 
b/dev-libs/libinput/libinput-1.12.6.ebuild
index 21bd0253ca3..5ec2ad28d9e 100644
--- a/dev-libs/libinput/libinput-1.12.6.ebuild
+++ b/dev-libs/libinput/libinput-1.12.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0/10"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa 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/genty/

2019-04-08 Thread Aaron Bauman
commit: 85ad837f3d18ed30d8165d7b6d1773ed53d51695
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 00:57:04 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 00:57:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ad837f

dev-python/genty: arm64 stable (bug #677578)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-python/genty/genty-1.3.2.ebuild 
b/dev-python/genty/genty-1.3.2.ebuild
index 9c1fa1621fd..05cae9b918e 100644
--- a/dev-python/genty/genty-1.3.2.ebuild
+++ b/dev-python/genty/genty-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2019-04-08 Thread Aaron Bauman
commit: d67eeef3cc3ae1a1f6d1d52867f22109482d79c4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 00:54:10 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 00:54:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d67eeef3

dev-python/recommonmark: arm64 stable (bug #677578)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

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



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

2019-04-08 Thread Aaron Bauman
commit: d9af9c57f271a81acf780d7b3add95bfb2db1002
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 00:53:26 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 00:53:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9af9c57

dev-python/sphinx_rtd_theme: arm64 stable (bug #677578)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild 
b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild
index 7dfc02c2706..eec132e2c8f 100644
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/

2019-04-08 Thread Rick Farina
commit: f55057f23fa5baba6243842564dd391d6e2b1237
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Apr  9 00:19:14 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Apr  9 00:19:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f55057f2

net-wireless/kismet: bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/kismet/Manifest|   1 +
 net-wireless/kismet/kismet-2019.04.1.ebuild | 120 
 2 files changed, 121 insertions(+)

diff --git a/net-wireless/kismet/Manifest b/net-wireless/kismet/Manifest
index 2e98cbd22de..2fdf6654580 100644
--- a/net-wireless/kismet/Manifest
+++ b/net-wireless/kismet/Manifest
@@ -1,3 +1,4 @@
 DIST kismet-2016-07-R1.tar.xz 709364 BLAKE2B 
5b667a02b517bd413d569f40df1f2a2e1158357c602fa807d712870543a7fade25077f449c07c023ad1d2150870352aa754484846d8c2a0d9f027113bb57c1fc
 SHA512 
88891a0cd5ef94a4815d259e433f946f52552c125e05a5d8ac447d04e6090f2bd92f8bd8573440f0dfe446b29233bef81d9889e53170757ad0116ddfc2cb8416
 DIST kismet-2018-08-BETA1.tar.xz 2043136 BLAKE2B 
f24af4250bb0238073380514413d9501e449cf40507d7a96ac868d76acb34af81b9bf4a49c9b6197b6b903ab33e2318bb5efa22876cc2070e3878ebf030d592c
 SHA512 
09eab9d648f011c95b8632c666990d79f9998465b051a65357f53af19a135a5d58df3025ec60f9ef9a7b7d9b5622d2332bb2defbffd21ca0e25e2e4090ceae2f
 DIST kismet-2019-01-BETA2.tar.xz 3096084 BLAKE2B 
77f0497721bb1a6c2af2dd91b5d2a895fae0012ccb7a9cf03a700c96562a5ae62530b1138f509df5f0af91362a9658eae7916a9c643cef6e1630fe616d949017
 SHA512 
1384630ea0ba12c157928696aab502406c5e521765e420459ab049e3205e7d7bfb472c6a1a88c1268fd8235b24b615a03ce4b91f0974adc24f47d00709ef9d4b
+DIST kismet-2019-04-R1.tar.xz 3038632 BLAKE2B 
e304085806d5e0b77c8421969b1c3dea608b70124559dcd5f133c1823f0228e6caeddf3cf775a6ccea7604265b2227df045cefcfdf803a4f69bf682b9b531f9d
 SHA512 
26f3ab038e76ab06d461dc73e44cde6944f6f550a615081588a238154c95ab4684adec5436c31761a716e081f994435840b7f4e7e95b75d83c9da89114b33ab4

diff --git a/net-wireless/kismet/kismet-2019.04.1.ebuild 
b/net-wireless/kismet/kismet-2019.04.1.ebuild
new file mode 100644
index 000..ad9c0fbeb6c
--- /dev/null
+++ b/net-wireless/kismet/kismet-2019.04.1.ebuild
@@ -0,0 +1,120 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools eutils multilib user python-single-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://www.kismetwireless.net/git/${PN}.git;
+   inherit git-r3
+   RESTRICT="strip"
+else
+   MY_P=${P/\./-}
+   MY_P=${MY_P/_beta/-BETA}
+   MY_P=${MY_P/./-R}
+   S=${WORKDIR}/${MY_P/BETA/beta}
+   SRC_URI="https://www.kismetwireless.net/code/${MY_P}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+fi
+
+DESCRIPTION="IEEE 802.11 wireless LAN sniffer"
+HOMEPAGE="https://www.kismetwireless.net;
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+IUSE="lm_sensors mousejack networkmanager +pcre selinux +suid"
+
+CDEPEND="
+   ${PYTHON_DEPS}
+   networkmanager? ( net-misc/networkmanager:= )
+   dev-libs/glib:=
+   dev-libs/elfutils:=
+   sys-libs/zlib:=
+   dev-db/sqlite:=
+   net-libs/libmicrohttpd
+   kernel_linux? ( sys-libs/libcap
+   dev-libs/libnl:3
+   net-libs/libpcap
+   )
+   mousejack? ( dev-libs/libusb:= )
+   dev-libs/protobuf-c:=
+   dev-libs/protobuf:=
+   sys-libs/ncurses:=
+   lm_sensors? ( sys-apps/lm_sensors )
+   pcre? ( dev-libs/libpcre )
+   suid? ( sys-libs/libcap )
+   "
+
+DEPEND="${CDEPEND}
+   virtual/pkgconfig
+"
+
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-kismet )
+"
+
+src_prepare() {
+   sed -i -e "s:^\(logtemplate\)=\(.*\):\1=/tmp/\2:" \
+   conf/kismet_logging.conf || die
+
+   # Don't strip and set correct mangrp
+   sed -i -e 's| -s||g' \
+   -e 's|@mangrp@|root|g' Makefile.in
+
+   eapply_user
+
+   #just use set to fix setup.py
+   find . -name "Makefile.in" -exec sed -i 's#setup.py install#setup.py 
install --root=$(DESTDIR)#' {} + || die
+   find . -name "Makefile" -exec sed -i 's#setup.py install#setup.py 
install --root=$(DESTDIR)#' {} + || die
+
+   if [ "${PV}" = "" ]; then
+   eautoreconf
+   fi
+}
+
+src_configure() {
+   econf \
+   $(use_enable pcre) \
+   $(use_enable lm_sensors lmsensors) \
+   $(use_enable mousejack libusb) \
+   $(use_enable networkmanager libnm) \
+   --disable-optimization
+}
+
+src_install() {
+   emake DESTDIR="${D}" commoninstall
+   emake DESTDIR="${D}" forceconfigs
+
+   insinto /usr/share/${PN}
+   doins Makefile.inc
+
+   #dodoc CHANGELOG RELEASENOTES.txt README* docs/DEVEL.client 
docs/README.newcore
+   dodoc 

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

2019-04-08 Thread Aaron Bauman
commit: 6f4aea9f929eec0839d93bf32120a52d0911ab76
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 00:04:01 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 00:05:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4aea9f

x11-libs/cairo: arm64 stable (bug #672908)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 x11-libs/cairo/cairo-1.16.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/cairo/cairo-1.16.0-r3.ebuild 
b/x11-libs/cairo/cairo-1.16.0-r3.ebuild
index e91d19441b9..5b9b8adaa41 100644
--- a/x11-libs/cairo/cairo-1.16.0-r3.ebuild
+++ b/x11-libs/cairo/cairo-1.16.0-r3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A vector graphics library with cross-device output support"



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

2019-04-08 Thread Nick Sarnie
commit: d89a1138b3b3dee9e51a4cc11b142617defa
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Apr  9 00:02:52 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Apr  9 00:03:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89a

app-emulation/wine-any: Sync with ::wine

Update winegcc patch for wine-any-

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-any/Manifest | 1 +
 app-emulation/wine-any/wine-any-.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index 4b8e06c3b8a..154b718a498 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -1,4 +1,5 @@
 DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
+DIST gentoo-wine-patches-20190316.tar.xz 58848 BLAKE2B 
76e66749638589dd6d6eceb4b78690483d14353597a4e47fe9e5325d8bdb2bceff66040c110f63b8bae698bc5838c280c048ff7375ba2ed8cc387cbe0422c79a
 SHA512 
de2cf844ae686144c3f95f0a360c7fa8a62185500758f994b5a65836798bdc3092138dcd9c36d0267a6fcfdc13585258d31b281244a97b45965f40e0f2b29eda
 DIST wine-3.20.tar.xz 21541928 BLAKE2B 
9183dacd1c6ec15ae5283eca3d17db5a869bcba9a93800a422f0dea5d9cfb5d3124a3e942e8b6487cd4ba31cfeacdd66de39128dd66d64e1226d265eae922d3a
 SHA512 
fb66d1d4b427f46dd048b13e53bcd15a5eaeb19039221fe98ec771140c33b3c245a974e52242eab5731ffa0de15f5932204032fe24f86e1a313ff8f11da59cc4
 DIST wine-3.21.tar.xz 21573872 BLAKE2B 
54d8733b19f1377f856c9496f6263eef1916e03caf82c6fcfa39b3e7bec1fecd87466dc92f3739d704a9161a32d9ee680b2cc5e5cdf27a582dc1d89d0b1a6639
 SHA512 
dd64a6778bf1b848c8fe14dc26cfca21f6c1c92714ca1b2e932a28560a2adc1f69aa1b2cba250f49a5df4f91a4accde677a2afaf960c200d3998eac1957b5c6b
 DIST wine-4.0.tar.xz 21644692 BLAKE2B 
9c426ef2249c16e908a3617c2844d8b12a2df843721338b1cfb69459815b902cfa0ddf3d74c09dc900fb2ceb003e54d97a7c0afaac51a9caab7d21beb82e26c3
 SHA512 
7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd

diff --git a/app-emulation/wine-any/wine-any-.ebuild 
b/app-emulation/wine-any/wine-any-.ebuild
index 02193e5c7b2..d5fcb849897 100644
--- a/app-emulation/wine-any/wine-any-.ebuild
+++ b/app-emulation/wine-any/wine-any-.ebuild
@@ -28,7 +28,7 @@ STAGING_P="wine-staging-${PV}"
 STAGING_DIR="${WORKDIR}/${STAGING_P}"
 D3D9_P="wine-d3d9-${PV}"
 D3D9_DIR="${WORKDIR}/wine-d3d9-patches-${D3D9_P}"
-GWP_V="20180120"
+GWP_V="20190316"
 PATCHDIR="${WORKDIR}/gentoo-wine-patches"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional 
external patchsets"
@@ -173,7 +173,7 @@ usr/share/applications/wine-uninstaller.desktop
 usr/share/applications/wine-winecfg.desktop"
 
 PATCHES=(
-   "${PATCHDIR}/patches/${MY_PN}-1.5.26-winegcc.patch" #260726
+   "${PATCHDIR}/patches/${MY_PN}-4.4-winegcc.patch" #260726
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611



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

2019-04-08 Thread Doug Goldstein
commit: 62243eda1ee0f82754ed4b6032ad5731cf23678c
Author: Doug Goldstein  gentoo  org>
AuthorDate: Mon Apr  8 23:57:15 2019 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Tue Apr  9 00:02:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62243eda

dev-util/crash: version bump

Signed-off-by: Doug Goldstein  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-util/crash/Manifest   | 2 +-
 dev-util/crash/{crash-7.2.1.ebuild => crash-7.2.5.ebuild} | 6 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-util/crash/Manifest b/dev-util/crash/Manifest
index 5671725f4af..6ea58151fa8 100644
--- a/dev-util/crash/Manifest
+++ b/dev-util/crash/Manifest
@@ -5,4 +5,4 @@ DIST crash-7.0.7.tar.gz 32041666 BLAKE2B 
80593221da82c978eec8edb7916cef0585d6218
 DIST crash-7.1.4.tar.gz 32137593 BLAKE2B 
829335875e111bcf09d3dfc49ce17c893ad8c75b4f275a6e68d3e8698f0da209d769b6667b58569a373046d6553678e6168b50785e18c25c29c47713f8dc71a9
 SHA512 
6d536397418b99baaf8ae2bd76d72e60c5f92a7aaeef929f81301e58930ee9848e3e146a43ccac7350602c49c1cea4a31f0b74c267d6afd3b5a23f960a1c9cc6
 DIST crash-7.1.8.tar.gz 32154942 BLAKE2B 
e918e0e1be435edc0c0f6dfa0f2a73ed1e418c1c9f0291a4d6e5429bb51fd94f9530cdf13b812e6ba40a92537d79a8a1d36ea4c17b052b36ed8d56c0209f94db
 SHA512 
21aa71b61077f7f361360f19214d8259a4e813ca5c3a5fb027f32376a7367e7eb16cf2f8a0a4b49b205c5e8550192c49fc64812afd1ccaceacf8d7649ba20bf1
 DIST crash-7.1.9.tar.gz 32160154 BLAKE2B 
efba2011dc583ee386107aa6808a25d74d0de175c92872ed22daa8d3a3cf756e569e514e1e703bf653de2744a94205b97cf3bec037c0f1d021d8041f52970681
 SHA512 
1200df0d2509ea864f568ee4861c3b6819b61c2594d61a5f993560b03f3f50a3388ba8fbde2e9d630c96ee9d390ba03eb687732352153b50866c65519591c4ab
-DIST crash-7.2.1.tar.gz 32178379 BLAKE2B 
290841a2c430021993074cb870e4532f6eaafbe9c8b799fbc876fd2784504440e9eae9ce08c4e06acadd30a2e095ac5ddfe95880222867670ceac18d7a3a01ad
 SHA512 
c20bc0e901bd91f642f73ef5bf624bf6d898f771e4fbb3f8c3ced4575baf3373e116dbd4c9ed72f0c1f232a4c38c6317072b5138fa3dbd39bbe6d6c032ee1b36
+DIST crash-7.2.5.tar.gz 32214678 BLAKE2B 
1d19bdb0ead372b4df6f4715f9fc26218d7060ad2a3f774cdf6069d6fe7a85a24968766e6eab19042c1208716e871318bbc44be04012b7ef8527a7f536edd5d9
 SHA512 
6d07c4aa2bccafafe66567e2022250208ffdd5f0e64aad1aefb4c8d7c10df49464ad772e2ffe0d1067f324dd351e9186841d501680a181c79d7b9b58464d6987

diff --git a/dev-util/crash/crash-7.2.1.ebuild 
b/dev-util/crash/crash-7.2.5.ebuild
similarity index 83%
rename from dev-util/crash/crash-7.2.1.ebuild
rename to dev-util/crash/crash-7.2.5.ebuild
index f5ba2740d29..1fc81e1cf58 100644
--- a/dev-util/crash/crash-7.2.1.ebuild
+++ b/dev-util/crash/crash-7.2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -16,3 +16,7 @@ IUSE=""
 # there is no "make test" target, but there is a test.c so the automatic
 # make rules catch it and tests fail
 RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-5.1.1-install-fix.patch"
+)



[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/

2019-04-08 Thread Nick Sarnie
commit: 12e87ff6228675127e521ec699e45b23fd0b69a6
Author: Lucas Francesco  gmail  com>
AuthorDate: Mon Apr  8 23:59:43 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Apr  9 00:00:59 2019 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=12e87ff6

app-emulation/wine-any: Update winegcc patch for wine-any-

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

Signed-off-by: Lucas Francesco  gmail.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-any/Manifest | 1 +
 app-emulation/wine-any/wine-any-.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index aae1421..5b44e93 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -1,4 +1,5 @@
 DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
+DIST gentoo-wine-patches-20190316.tar.xz 58848 BLAKE2B 
76e66749638589dd6d6eceb4b78690483d14353597a4e47fe9e5325d8bdb2bceff66040c110f63b8bae698bc5838c280c048ff7375ba2ed8cc387cbe0422c79a
 SHA512 
de2cf844ae686144c3f95f0a360c7fa8a62185500758f994b5a65836798bdc3092138dcd9c36d0267a6fcfdc13585258d31b281244a97b45965f40e0f2b29eda
 DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
 DIST wine-2.1.tar.xz 18887032 BLAKE2B 
12d1298899064a46183c84ed13880275321670aa590c1aeb60fbba95baff736ad81342dfe3b31bf94fb7a6493262cb1b9ab20709025e19dad19cb438bff6c5a8
 SHA512 
03d678ee6e89c2804813f2827255fcf59e96ca9a45b7d8ac441cfc84f835e5e5689c70a79a41a04c631e1add7807fa4a5758acef3bd7aadfb2e92e68958c6ef6
 DIST wine-2.10.tar.xz 19209580 BLAKE2B 
89262d1950b1baba4447a39c28526e1639a382fef61e081e12f21c693be8f8549234699883552bd555e85e3a558190fa698654d9f34b20b6c133f9da5fa75f80
 SHA512 
8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139

diff --git a/app-emulation/wine-any/wine-any-.ebuild 
b/app-emulation/wine-any/wine-any-.ebuild
index 02193e5..d5fcb84 100644
--- a/app-emulation/wine-any/wine-any-.ebuild
+++ b/app-emulation/wine-any/wine-any-.ebuild
@@ -28,7 +28,7 @@ STAGING_P="wine-staging-${PV}"
 STAGING_DIR="${WORKDIR}/${STAGING_P}"
 D3D9_P="wine-d3d9-${PV}"
 D3D9_DIR="${WORKDIR}/wine-d3d9-patches-${D3D9_P}"
-GWP_V="20180120"
+GWP_V="20190316"
 PATCHDIR="${WORKDIR}/gentoo-wine-patches"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional 
external patchsets"
@@ -173,7 +173,7 @@ usr/share/applications/wine-uninstaller.desktop
 usr/share/applications/wine-winecfg.desktop"
 
 PATCHES=(
-   "${PATCHDIR}/patches/${MY_PN}-1.5.26-winegcc.patch" #260726
+   "${PATCHDIR}/patches/${MY_PN}-4.4-winegcc.patch" #260726
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611



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

2019-04-08 Thread Matt Turner
commit: 621a9f0f52bf446951ebffc53a3056f9605d8ba0
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  8 23:53:02 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  8 23:53:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621a9f0f

x11-libs/libdrm-2.4.97: alpha stable, bug 682616

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

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

diff --git a/x11-libs/libdrm/libdrm-2.4.97.ebuild 
b/x11-libs/libdrm/libdrm-2.4.97.ebuild
index 4c8d0988dfc..601edf6f3f9 100644
--- a/x11-libs/libdrm/libdrm-2.4.97.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.97.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: x11-apps/mesa-progs/

2019-04-08 Thread Matt Turner
commit: a88a37a3e9f6cc37ed10d46c5a50bf0bb858409e
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  8 23:53:02 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  8 23:53:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88a37a3

x11-apps/mesa-progs-8.4.0: alpha stable, bug 682616

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

 x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild 
b/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild
index 5c3ae3293da..d3788c11883 100644
--- a/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild
+++ b/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} = * ]]; then
 else
SRC_URI="https://mesa.freedesktop.org/archive/demos/${MY_P}.tar.bz2

https://mesa.freedesktop.org/archive/demos/${PV}/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${MY_P}"
 fi
 LICENSE="LGPL-2"



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

2019-04-08 Thread Matt Turner
commit: b48a72a1798f92e33ea8a2b1299be064c6be46d7
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  8 23:53:01 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  8 23:53:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48a72a1

media-libs/mesa-18.3.6: alpha stable, bug 682616

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

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

diff --git a/media-libs/mesa/mesa-18.3.6.ebuild 
b/media-libs/mesa/mesa-18.3.6.ebuild
index 143ba2858e6..7e898bbacc5 100644
--- a/media-libs/mesa/mesa-18.3.6.ebuild
+++ b/media-libs/mesa/mesa-18.3.6.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~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 ~sparc-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2019-04-08 Thread Matt Turner
commit: 5b4069945da112cc4897f2a7dbb0185d9f10b5f3
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  8 23:53:01 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  8 23:53:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b406994

dev-libs/wayland-1.17.0: alpha stable, bug 682616

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

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

diff --git a/dev-libs/wayland/wayland-1.17.0.ebuild 
b/dev-libs/wayland/wayland-1.17.0.ebuild
index 9cf6565e5ea..4b2cd4be591 100644
--- a/dev-libs/wayland/wayland-1.17.0.ebuild
+++ b/dev-libs/wayland/wayland-1.17.0.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 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"
+   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86"
 fi
 inherit autotools libtool multilib-minimal toolchain-funcs
 



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

2019-04-08 Thread Aaron Bauman
commit: dd5b6c972ea310b692cf485f0cbd325d948d458a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  8 23:43:51 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  8 23:49:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5b6c97

net-misc/ntpclient: arm64 keyworded (bug #672206)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-misc/ntpclient/ntpclient-2018.244.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/ntpclient/ntpclient-2018.244.ebuild 
b/net-misc/ntpclient/ntpclient-2018.244.ebuild
index 250810343f1..d08492748a1 100644
--- a/net-misc/ntpclient/ntpclient-2018.244.ebuild
+++ b/net-misc/ntpclient/ntpclient-2018.244.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/troglobit/${PN}/releases/download/${MY_PV}/${MY_P}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="debug embedded obsolete +syslog"
 
 S="${WORKDIR}/${MY_P}"



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

2019-04-08 Thread Matt Turner
commit: 8fbccce116af004d5e17504dbd30961854cd15de
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  8 23:23:13 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  8 23:23:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbccce1

dev-libs/wayland-1.17.0: ppc stable, bug 682616

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

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

diff --git a/dev-libs/wayland/wayland-1.17.0.ebuild 
b/dev-libs/wayland/wayland-1.17.0.ebuild
index a422c937316..48c5817a7e7 100644
--- a/dev-libs/wayland/wayland-1.17.0.ebuild
+++ b/dev-libs/wayland/wayland-1.17.0.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 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"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
s390 ~sh sparc x86"
 fi
 inherit autotools libtool multilib-minimal toolchain-funcs
 



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

2019-04-08 Thread Matt Turner
commit: af1c7a22aac3f3c1196085befe0617a8c6a2206b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  8 23:23:14 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  8 23:23:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1c7a22

x11-libs/libdrm-2.4.97: ppc stable, bug 682616

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

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

diff --git a/x11-libs/libdrm/libdrm-2.4.97.ebuild 
b/x11-libs/libdrm/libdrm-2.4.97.ebuild
index e7446d0cec2..154128af840 100644
--- a/x11-libs/libdrm/libdrm-2.4.97.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.97.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: x11-apps/mesa-progs/

2019-04-08 Thread Matt Turner
commit: 95c7e94faccb4842f9af89fb132cfa25305d3dc9
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  8 23:23:15 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  8 23:23:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c7e94f

x11-apps/mesa-progs-8.4.0: ppc64 stable, bug 682616

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

 x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild 
b/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild
index c0f775aa189..5c3ae3293da 100644
--- a/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild
+++ b/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} = * ]]; then
 else
SRC_URI="https://mesa.freedesktop.org/archive/demos/${MY_P}.tar.bz2

https://mesa.freedesktop.org/archive/demos/${PV}/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${MY_P}"
 fi
 LICENSE="LGPL-2"



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

2019-04-08 Thread Matt Turner
commit: 5fd86cb7c6a7de6e0a8a4ccffddc62f716256892
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  8 23:23:14 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  8 23:23:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd86cb7

x11-apps/mesa-progs-8.4.0: ppc stable, bug 682616

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

 x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild 
b/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild
index 3fc2519c854..c0f775aa189 100644
--- a/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild
+++ b/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} = * ]]; then
 else
SRC_URI="https://mesa.freedesktop.org/archive/demos/${MY_P}.tar.bz2

https://mesa.freedesktop.org/archive/demos/${PV}/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${MY_P}"
 fi
 LICENSE="LGPL-2"



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

2019-04-08 Thread Matt Turner
commit: 8bcbc269571a1e87225c2e43add47d0069e12ae0
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  8 23:23:15 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  8 23:23:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bcbc269

media-libs/mesa-18.3.6: ppc64 stable, bug 682616

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

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

diff --git a/media-libs/mesa/mesa-18.3.6.ebuild 
b/media-libs/mesa/mesa-18.3.6.ebuild
index 560f638e2e5..143ba2858e6 100644
--- a/media-libs/mesa/mesa-18.3.6.ebuild
+++ b/media-libs/mesa/mesa-18.3.6.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~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 ~sparc-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2019-04-08 Thread Matt Turner
commit: 5695b605fa47276840e8309ca41d4e3c63df9710
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  8 23:23:15 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  8 23:23:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5695b605

dev-libs/wayland-1.17.0: ppc64 stable, bug 682616

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

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

diff --git a/dev-libs/wayland/wayland-1.17.0.ebuild 
b/dev-libs/wayland/wayland-1.17.0.ebuild
index 48c5817a7e7..9cf6565e5ea 100644
--- a/dev-libs/wayland/wayland-1.17.0.ebuild
+++ b/dev-libs/wayland/wayland-1.17.0.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 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"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
s390 ~sh sparc x86"
 fi
 inherit autotools libtool multilib-minimal toolchain-funcs
 



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

2019-04-08 Thread Matt Turner
commit: 73e8b2ac5f6c2f6b6dad8dd1d7c9325d1965acb8
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  8 23:21:18 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  8 23:23:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e8b2ac

x11-libs/cairo-1.16.0-r3: alpha stable, bug 672908

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

 x11-libs/cairo/cairo-1.16.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/cairo/cairo-1.16.0-r3.ebuild 
b/x11-libs/cairo/cairo-1.16.0-r3.ebuild
index 0acfd3e86aa..e91d19441b9 100644
--- a/x11-libs/cairo/cairo-1.16.0-r3.ebuild
+++ b/x11-libs/cairo/cairo-1.16.0-r3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A vector graphics library with cross-device output support"



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

2019-04-08 Thread Matt Turner
commit: 402d1dd242a06062978f404f003f77797f4ce923
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  8 23:23:13 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  8 23:23:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402d1dd2

media-libs/mesa-18.3.6: ppc stable, bug 682616

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

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

diff --git a/media-libs/mesa/mesa-18.3.6.ebuild 
b/media-libs/mesa/mesa-18.3.6.ebuild
index 28145ed44c1..560f638e2e5 100644
--- a/media-libs/mesa/mesa-18.3.6.ebuild
+++ b/media-libs/mesa/mesa-18.3.6.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~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 ~sparc-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2019-04-08 Thread Matt Turner
commit: 49ca03a744f178a012b4e10edf4a5428df7aee9a
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  8 23:23:16 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  8 23:23:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ca03a7

x11-libs/libdrm-2.4.97: ppc64 stable, bug 682616

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

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

diff --git a/x11-libs/libdrm/libdrm-2.4.97.ebuild 
b/x11-libs/libdrm/libdrm-2.4.97.ebuild
index 154128af840..4c8d0988dfc 100644
--- a/x11-libs/libdrm/libdrm-2.4.97.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.97.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: net-analyzer/openbsd-netcat/

2019-04-08 Thread Aaron Bauman
commit: 4ca1cbf089ff03b23cfde6653227e6458ed12a6c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  8 23:18:25 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  8 23:18:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca1cbf0

net-analyzer/openbsd-netcat: arm64 keyworded (bug #680266)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild 
b/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild
index 8d316961574..83108311916 100644
--- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild
+++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild
@@ -14,7 +14,7 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="elibc_Darwin"
 
-KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x64-macos"
 
 DEPEND="virtual/pkgconfig"
 RDEPEND="!elibc_Darwin? ( dev-libs/libbsd )



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

2019-04-08 Thread Aaron Bauman
commit: 57874fca5c1f93ea8551bcd36d4fa56cbeeb054e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  8 22:42:03 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  8 22:47:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57874fca

net-libs/libpsl: arm64 keyworded (bug #680866)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/net-libs/libpsl/libpsl-0.20.2.ebuild 
b/net-libs/libpsl/libpsl-0.20.2.ebuild
index 80c11e68aac..fd6aa857e23 100644
--- a/net-libs/libpsl/libpsl-0.20.2.ebuild
+++ b/net-libs/libpsl/libpsl-0.20.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/rockdaboot/${PN}/releases/download/${P}/${P}.tar.gz;
 LICENSE="MIT"
 SLOT="0"
 
-KEYWORDS="~amd64 ~hppa ~ia64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~s390 ~sparc ~x86"
 IUSE="icu +idn +man"
 
 RDEPEND="



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

2019-04-08 Thread Aaron Bauman
commit: 9fc8140453bf7355317f82d15534795c8a4f3a2c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr  8 22:41:45 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Apr  8 22:47:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc81404

net-libs/libsoup: arm64 keyworded (bug #680866)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/net-libs/libsoup/libsoup-2.64.2.ebuild 
b/net-libs/libsoup/libsoup-2.64.2.ebuild
index 0c518a6ed02..a947a52712a 100644
--- a/net-libs/libsoup/libsoup-2.64.2.ebuild
+++ b/net-libs/libsoup/libsoup-2.64.2.ebuild
@@ -17,7 +17,7 @@ SLOT="2.4"
 IUSE="debug gssapi +introspection samba ssl test +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~amd64 ~hppa ~ia64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]



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

2019-04-08 Thread Sergei Trofimovich
commit: 9357c12d644335f4f3cc8ba24291d5ae128cb983
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr  8 21:39:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr  8 22:07:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9357c12d

dev-python/pluggy: stable 0.7.1 for hppa, bug #676592

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pluggy/pluggy-0.7.1.ebuild 
b/dev-python/pluggy/pluggy-0.7.1.ebuild
index 1da77d6b28f..c453ea969f3 100644
--- a/dev-python/pluggy/pluggy-0.7.1.ebuild
+++ b/dev-python/pluggy/pluggy-0.7.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



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

2019-04-08 Thread Sergei Trofimovich
commit: 64e662b90e6062388197a0304ed298be150c6c3d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr  8 21:42:33 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr  8 22:07:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e662b9

app-portage/eix: stable 0.33.7 for sparc, bug #682792

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/app-portage/eix/eix-0.33.7.ebuild 
b/app-portage/eix/eix-0.33.7.ebuild
index bc3016d48d7..8015c4deaaf 100644
--- a/app-portage/eix/eix-0.33.7.ebuild
+++ b/app-portage/eix/eix-0.33.7.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: media-sound/mp3info/

2019-04-08 Thread Sergei Trofimovich
commit: eb8ea7b9589535eade4e9b7e68aca7d34edfdd9a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr  8 21:35:47 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr  8 22:07:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8ea7b9

media-sound/mp3info: stable 0.8.5a-r1 for sparc, bug #681436

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-sound/mp3info/mp3info-0.8.5a-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mp3info/mp3info-0.8.5a-r1.ebuild 
b/media-sound/mp3info/mp3info-0.8.5a-r1.ebuild
index 949037c52c1..5038278e66c 100644
--- a/media-sound/mp3info/mp3info-0.8.5a-r1.ebuild
+++ b/media-sound/mp3info/mp3info-0.8.5a-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ibiblio.org/pub/linux/apps/sound/mp3-utils/${PN}/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="amd64 ~hppa ppc ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="gtk"
 
 BDEPEND="



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

2019-04-08 Thread Sergei Trofimovich
commit: 4652c01f68ae47855743c67217dbfed38b99a936
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr  8 21:40:03 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr  8 22:07:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4652c01f

dev-python/atomicwrites: stable 1.1.5-r3 for hppa, bug #676592

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild 
b/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild
index e345ed0173c..3fab469290a 100644
--- a/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild
+++ b/dev-python/atomicwrites/atomicwrites-1.1.5-r3.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 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
 IUSE="doc test"
 
 DEPEND="



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

2019-04-08 Thread Sergei Trofimovich
commit: ef55327b28e5de9c232c27153a3f59582cecb41b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr  8 21:40:39 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr  8 22:07:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef55327b

dev-python/more-itertools: stable 4.2.0-r1 for hppa, bug #676592

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild 
b/dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild
index daf835a3690..928b3fd5027 100644
--- a/dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild
+++ b/dev-python/more-itertools/more-itertools-4.2.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 ~hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd"
 IUSE="doc test"
 
 RDEPEND="

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

2019-04-08 Thread Sergei Trofimovich
commit: 6ce0c3e15f19030e07a758d4b2d0ffd6cc64b6a1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr  8 21:45:45 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr  8 22:07:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce0c3e1

net-dns/bind-tools: stable 9.12.3_p4 for sparc, bug #678544

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild 
b/net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild
index ea17e5269b9..7c79d3ed6a5 100644
--- a/net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.isc.org/downloads/file/${MY_P}/?version=tar-gz -> ${MY_PN}-
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc gost gssapi idn ipv6 libedit libidn2 libressl readline seccomp ssl 
urandom xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



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

2019-04-08 Thread Sergei Trofimovich
commit: 556204a1a32d7295a2183c9bdb3a1def9869cad7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr  8 21:38:14 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr  8 22:07:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556204a1

sys-auth/elogind: keyworded 239.4 for sparc, bug #681200

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-auth/elogind/elogind-239.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/elogind/elogind-239.4.ebuild 
b/sys-auth/elogind/elogind-239.4.ebuild
index 38936936604..f7c7b82cb33 100644
--- a/sys-auth/elogind/elogind-239.4.ebuild
+++ b/sys-auth/elogind/elogind-239.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="CC0-1.0 LGPL-2.1+ public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+acl debug doc +pam +policykit selinux"
 
 COMMON_DEPEND="



  1   2   3   4   >