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

2019-12-03 Thread Jeroen Roovers
commit: 314f4ea2281d4581096e202173e71a1edcfb9293
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Dec  4 07:42:33 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Dec  4 07:51:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314f4ea2

dev-libs/libuv: Old

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-libs/libuv/Manifest|  2 --
 dev-libs/libuv/libuv-1.31.0.ebuild | 47 --
 dev-libs/libuv/libuv-1.32.0.ebuild | 47 --
 3 files changed, 96 deletions(-)

diff --git a/dev-libs/libuv/Manifest b/dev-libs/libuv/Manifest
index ec1935efa3f..b380e498be7 100644
--- a/dev-libs/libuv/Manifest
+++ b/dev-libs/libuv/Manifest
@@ -1,5 +1,3 @@
 DIST libuv-1.28.0.tar.gz 1218769 BLAKE2B 
444881479688144b36559a258f998e99e663d856c349086f74a21c3946f8d48d0fd9ed0a7c64c76c18b47edd3df037936fd87c4d47e9ae7c5639bb6e289e026d
 SHA512 
5f49b980b69011897bbb7a00d779fe0e71528d106626bc13fc130cd09afb7c8188007f354cd6320b1eba67f77c938ae3e83f3bd4a3ef5b9ea65a3adf51f66a53
-DIST libuv-1.31.0.tar.gz 1238566 BLAKE2B 
d6a9b92dc8a6f28dd89f65e6d1b7ff4921c7d591c13965e27304d3ca38f25d0436a1ab690a09238c511bb787bcecbaf2cc34a214a388515eef039fc5742ec7ee
 SHA512 
bb27ab86f2f6e9c2b22e768216097db2b69e468967b48bf1a15d17c36b445355ee4bd356f59bbd1bcf7d7c0d3f68b2c6660f999a2cc0660033eb5e3775499409
-DIST libuv-1.32.0.tar.gz 1242643 BLAKE2B 
39520790200c70a417103416a6c2a389aad7b67878872c3733cf0dbca5ace012e45da088b0695e8dcbf55859635b6d67672581bc13c444d078ffa536bd3d0c39
 SHA512 
3e043a56fd09fdaf3c89f81b3dff70a385ba8a59ec065447c95199a0e45da323b8545fb13b50139c557541357450103a88297fdc921832de661f3e2700173b96
 DIST libuv-1.33.1.tar.gz 1251944 BLAKE2B 
fc20883dbd96df0d91fbcc75255ae2a371cd2d4e00a747cf23e7b9dbc2e4663ca71be2eef601b18c58e39f64cb3ad348684db4c683bcdd85a3fea4c28a578417
 SHA512 
0200aae2d38c26f537658955479cbc54fb69d5d8cbbccf3016cea319b2c46b1f311ca7a8fc289f14532acbbf2905cf96b17353b8b92bf09802424c372701d1d5
 DIST libuv-1.34.0.tar.gz 1253950 BLAKE2B 
3317709603409e009e24b5ff419bbac03927e75f0c0a37f0c6d8f558d027a25e883eec60a46928bb3533308a6f77a9834841e62ad9162df3c8cca1c3ae24a75e
 SHA512 
30811311268179984fdc44209eb0e9ac4c6df08fa30790b75916ae838b23c2578a8a043340fbde86bcd5a373dcc335dec5fe88209560613876ca3272fd99c9e8

diff --git a/dev-libs/libuv/libuv-1.31.0.ebuild 
b/dev-libs/libuv/libuv-1.31.0.ebuild
deleted file mode 100644
index 7c0554f3524..000
--- a/dev-libs/libuv/libuv-1.31.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools multilib-minimal
-
-DESCRIPTION="Cross-platform asychronous I/O"
-HOMEPAGE="https://github.com/libuv/libuv;
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD BSD-2 ISC MIT"
-SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-RESTRICT="test"
-
-DEPEND="sys-devel/libtool
-   virtual/pkgconfig[${MULTILIB_USEDEP}]"
-
-src_prepare() {
-   default
-
-   echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
-   > m4/libuv-extra-automake-flags.m4 || die
-
-   # upstream fails to ship a configure script
-   eautoreconf
-}
-
-multilib_src_configure() {
-   local myeconfargs=(
-   cc_cv_cflags__g=no
-   $(use_enable static-libs static)
-   )
-   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_test() {
-   mkdir "${BUILD_DIR}"/test || die
-   cp -pPR "${S}"/test/fixtures "${BUILD_DIR}"/test/fixtures || die
-   default
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/dev-libs/libuv/libuv-1.32.0.ebuild 
b/dev-libs/libuv/libuv-1.32.0.ebuild
deleted file mode 100644
index 7c0554f3524..000
--- a/dev-libs/libuv/libuv-1.32.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools multilib-minimal
-
-DESCRIPTION="Cross-platform asychronous I/O"
-HOMEPAGE="https://github.com/libuv/libuv;
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD BSD-2 ISC MIT"
-SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-RESTRICT="test"
-
-DEPEND="sys-devel/libtool
-   virtual/pkgconfig[${MULTILIB_USEDEP}]"
-
-src_prepare() {
-   default
-
-   echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
-   > 

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

2019-12-03 Thread Jeroen Roovers
commit: 7aeab182a294dc946dc411649be7f3e42f0c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Dec  4 07:41:10 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Dec  4 07:51:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aeab182

dev-libs/libuv: Version 1.34.0

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-libs/libuv/Manifest|  1 +
 dev-libs/libuv/libuv-1.34.0.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-libs/libuv/Manifest b/dev-libs/libuv/Manifest
index a4015e9fead..ec1935efa3f 100644
--- a/dev-libs/libuv/Manifest
+++ b/dev-libs/libuv/Manifest
@@ -2,3 +2,4 @@ DIST libuv-1.28.0.tar.gz 1218769 BLAKE2B 
444881479688144b36559a258f998e99e663d85
 DIST libuv-1.31.0.tar.gz 1238566 BLAKE2B 
d6a9b92dc8a6f28dd89f65e6d1b7ff4921c7d591c13965e27304d3ca38f25d0436a1ab690a09238c511bb787bcecbaf2cc34a214a388515eef039fc5742ec7ee
 SHA512 
bb27ab86f2f6e9c2b22e768216097db2b69e468967b48bf1a15d17c36b445355ee4bd356f59bbd1bcf7d7c0d3f68b2c6660f999a2cc0660033eb5e3775499409
 DIST libuv-1.32.0.tar.gz 1242643 BLAKE2B 
39520790200c70a417103416a6c2a389aad7b67878872c3733cf0dbca5ace012e45da088b0695e8dcbf55859635b6d67672581bc13c444d078ffa536bd3d0c39
 SHA512 
3e043a56fd09fdaf3c89f81b3dff70a385ba8a59ec065447c95199a0e45da323b8545fb13b50139c557541357450103a88297fdc921832de661f3e2700173b96
 DIST libuv-1.33.1.tar.gz 1251944 BLAKE2B 
fc20883dbd96df0d91fbcc75255ae2a371cd2d4e00a747cf23e7b9dbc2e4663ca71be2eef601b18c58e39f64cb3ad348684db4c683bcdd85a3fea4c28a578417
 SHA512 
0200aae2d38c26f537658955479cbc54fb69d5d8cbbccf3016cea319b2c46b1f311ca7a8fc289f14532acbbf2905cf96b17353b8b92bf09802424c372701d1d5
+DIST libuv-1.34.0.tar.gz 1253950 BLAKE2B 
3317709603409e009e24b5ff419bbac03927e75f0c0a37f0c6d8f558d027a25e883eec60a46928bb3533308a6f77a9834841e62ad9162df3c8cca1c3ae24a75e
 SHA512 
30811311268179984fdc44209eb0e9ac4c6df08fa30790b75916ae838b23c2578a8a043340fbde86bcd5a373dcc335dec5fe88209560613876ca3272fd99c9e8

diff --git a/dev-libs/libuv/libuv-1.34.0.ebuild 
b/dev-libs/libuv/libuv-1.34.0.ebuild
new file mode 100644
index 000..7c0554f3524
--- /dev/null
+++ b/dev-libs/libuv/libuv-1.34.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools multilib-minimal
+
+DESCRIPTION="Cross-platform asychronous I/O"
+HOMEPAGE="https://github.com/libuv/libuv;
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD BSD-2 ISC MIT"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+RESTRICT="test"
+
+DEPEND="sys-devel/libtool
+   virtual/pkgconfig[${MULTILIB_USEDEP}]"
+
+src_prepare() {
+   default
+
+   echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
+   > m4/libuv-extra-automake-flags.m4 || die
+
+   # upstream fails to ship a configure script
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   cc_cv_cflags__g=no
+   $(use_enable static-libs static)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_test() {
+   mkdir "${BUILD_DIR}"/test || die
+   cp -pPR "${S}"/test/fixtures "${BUILD_DIR}"/test/fixtures || die
+   default
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${D}" -name '*.la' -delete || die
+}



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

2019-12-03 Thread Hans de Graaff
commit: af9426a0eb1d41c83f47e50c0cc9220a886becef
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  4 07:09:08 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  4 07:09:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9426a0

dev-ruby/minitest-power_assert: avoid dep on bundler

Close: https://bugs.gentoo.org/693706
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 .../minitest-power_assert-0.3.0.ebuild | 14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.0.ebuild 
b/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.0.ebuild
index da1f0d7ee6f..852d32a3b9e 100644
--- a/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.0.ebuild
+++ b/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.0.ebuild
@@ -23,12 +23,10 @@ ruby_add_rdepend "
>=dev-ruby/power_assert-1.1
 "
 
-# ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/minitest-pretty_diff )"
+all_ruby_prepare() {
+   sed -i -e '/bundle/ s:^:#:' Rakefile || die
+}
 
-# all_ruby_prepare() {
-#  sed -i -e '/\(bisect\|focus\|moar\)/ s:^:#:' test/minitest_config.rb || 
die
-# }
-
-# each_ruby_test() {
-#  ${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each{|f| require f}' || 
die
-# }
+#each_ruby_test() {
+#  ${RUBY} -Ilib:.:test -e 'Dir["test/test_*.rb"].each{|f| require f}' || 
die
+#}



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

2019-12-03 Thread Hans de Graaff
commit: 673e5829989f28434dead40b513e63a7a2909b7d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  4 06:59:30 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  4 06:59:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673e5829

dev-ruby/zeitwerk: add missing dep on bundler

Closes: https://bugs.gentoo.org/693708
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/zeitwerk/zeitwerk-2.2.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.2.2.ebuild 
b/dev-ruby/zeitwerk/zeitwerk-2.2.2.ebuild
index 8a64078e7f5..b64419d8c70 100644
--- a/dev-ruby/zeitwerk/zeitwerk-2.2.2.ebuild
+++ b/dev-ruby/zeitwerk/zeitwerk-2.2.2.ebuild
@@ -21,6 +21,8 @@ SLOT="2"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
 IUSE=""
 
+ruby_add_bdepend "test? ( dev-ruby/bundler )"
+
 all_ruby_prepare() {
rm -f Gemfile.lock || die
sed -i -e '/\(focus\|reporters\|Reporters\)/ s:^:#:' Gemfile 
test/test_helper.rb || die



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

2019-12-03 Thread Hans de Graaff
commit: 126c1a743460b339cb35a2359f2af261b7a958f1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  4 06:55:58 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  4 06:59:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126c1a74

dev-ruby/zeitwerk: cleanup

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

 dev-ruby/zeitwerk/Manifest  |  3 ---
 dev-ruby/zeitwerk/zeitwerk-2.1.8.ebuild | 34 -
 dev-ruby/zeitwerk/zeitwerk-2.1.9.ebuild | 34 -
 dev-ruby/zeitwerk/zeitwerk-2.2.0.ebuild | 33 
 4 files changed, 104 deletions(-)

diff --git a/dev-ruby/zeitwerk/Manifest b/dev-ruby/zeitwerk/Manifest
index 5a8a50003a5..0ee2161ae2f 100644
--- a/dev-ruby/zeitwerk/Manifest
+++ b/dev-ruby/zeitwerk/Manifest
@@ -1,7 +1,4 @@
 DIST zeitwerk-1.4.3.tar.gz 84202 BLAKE2B 
8e14790f4a5b5122efacbe89a0d1ede5c9933564db40f3b498423b73852e91990e09321b3d2854ada8c57aa914bb596d1381ea697e751bc22d7b9ecf4e5653b8
 SHA512 
e3ba6dcaf5b85c117278e65f15559e7750062ba204b3cdeba4248eb4f153ad4aa09164db61671f6ea00846a9d89ec218b66338dbcbd2c376f4e7b28364533f55
 DIST zeitwerk-2.1.10.tar.gz 92514 BLAKE2B 
509cdaeecb8d7d369282a5fc9e8632a19eb2036881290b33a36deeb1953329ce6541ead79a1cd70c7467ea4ae4a0d9197b02009265ff0932e60030a2446f04c2
 SHA512 
6a6997c45fe322dd4a65832af450efd7e19d942868b9c948e795b7f5614f2f95a53fc29461fa831e0e525917e34c1e7a592970e1582a921227e9977cb669b74a
-DIST zeitwerk-2.1.8.tar.gz 90774 BLAKE2B 
b42c56937b5f9709ce05125ab9358012f4132a49f23a3a56f464aed0c20ba7582e77e7d6cb65d2607d75eed089140827efcec14a2ffe8dd1adb3ead3c10fc882
 SHA512 
14db7e467b45536cb796f7dae4ca96e8167be023a562cc723843b1a63586ec6678ed23cb3307c3389ce5dba099c70dbdd257d23f5ce649af676aea795fa36243
-DIST zeitwerk-2.1.9.tar.gz 92046 BLAKE2B 
e4b48c9de3ee575d6b82427211e129478c9839d5716472896f2d6056ba42b7aaf861e644f92329af5034d92092bf02789f04cf6e5d6390151601eb138d7dfa58
 SHA512 
15de54c5e5b4042e99109707240627aaf5b76f4bf21a1a94d1230c1973404fdeecdc5f64ab16f75158608f64865ff8cc55f4841091c76e2731cc274b0109f677
-DIST zeitwerk-2.2.0.tar.gz 94494 BLAKE2B 
7000628d230c6f65ced2202a924afdbed9092e4f9520cb49f41323c36ace441e1e4e37aa914fed9ff25498f246ef09dff835540624ce4eeacfe26e6c37106d1c
 SHA512 
cebe2f3169cd7a3a3a477f24eaa81048fd5988d7e846bf95bfe6e06da54ade0cf22808319defa1b7a9603550f2a4c075cc5284cf7b53b1899555c3cb5d756e05
 DIST zeitwerk-2.2.1.tar.gz 94726 BLAKE2B 
6fb5fe08cc6a3845598ee70bcce5a6546b7fea8de547dc821c337ef3bd02983061edffb0d2ce1e1ab446b38ff282dc042a26532cff7604a9cdb9922d333deee4
 SHA512 
984740b981448edc539db06b268e16256ef4302f0d8d56b31c69a8f0324ded8eb1d77c3720b9e2e49723e4e0b4b5e4db538ecf5f24690930d336d7b0f0d246bc
 DIST zeitwerk-2.2.2.tar.gz 94978 BLAKE2B 
0920f7c1848eff586d0dfd2a15821fa38ccfe7d1d2945196a3cad534cb7ca740a30721b434ccf602e431bfdd16e87d6714fa0ac0edf60e6dcfa6398aae22dbaa
 SHA512 
19b58ed4d9a04c9d3cb0f587ae8b824cca1a8bf44b2a484d7ea1c3a0a8b378b66174172a3e4adec75853602bfef0c6fd3be5205eacdcad96ef87dce26d7ba5a7

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.1.8.ebuild 
b/dev-ruby/zeitwerk/zeitwerk-2.1.8.ebuild
deleted file mode 100644
index e3f56d54a1b..000
--- a/dev-ruby/zeitwerk/zeitwerk-2.1.8.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Efficient and thread-safe code loader for Ruby"
-HOMEPAGE="https://github.com/fxn/zeitwerk;
-SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   rm -f Gemfile.lock || die
-   sed -i -e '/\(focus\|reporters\|Reporters\)/ s:^:#:' Gemfile 
test/test_helper.rb || die
-
-   sed -i -e 's:require_relative "lib:require "./lib:' 
${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   ${RUBY} -S bundle exec rake test || die
-}

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.1.9.ebuild 
b/dev-ruby/zeitwerk/zeitwerk-2.1.9.ebuild
deleted file mode 100644
index e497cb065b3..000
--- a/dev-ruby/zeitwerk/zeitwerk-2.1.9.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Efficient and thread-safe code loader for Ruby"
-HOMEPAGE="https://github.com/fxn/zeitwerk;
-SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"

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

2019-12-03 Thread Aaron Bauman
commit: 8e7273749e05a1e1a4b58c567558b134f1b54a9d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:41:59 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e727374

dev-python/pytest-runner: arm64 stable

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

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

diff --git a/dev-python/pytest-runner/pytest-runner-4.2.ebuild 
b/dev-python/pytest-runner/pytest-runner-4.2.ebuild
index 013ae90a229..63937c72725 100644
--- a/dev-python/pytest-runner/pytest-runner-4.2.ebuild
+++ b/dev-python/pytest-runner/pytest-runner-4.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://pypi.org/project/pytest-runner/ 
https://github.com/pytest-dev/
 SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-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"
 SLOT="0"
 IUSE="doc test"
 



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

2019-12-03 Thread Aaron Bauman
commit: ff73a7097907b10d6769491a1ee475c77a617c87
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:41:00 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff73a709

dev-python/cssselect: arm64 stable

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

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

diff --git a/dev-python/cssselect/cssselect-1.1.0.ebuild 
b/dev-python/cssselect/cssselect-1.1.0.ebuild
index 8ce685dcf50..ae7f2b54d22 100644
--- a/dev-python/cssselect/cssselect-1.1.0.ebuild
+++ b/dev-python/cssselect/cssselect-1.1.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/scrapy/cssselect/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-03 Thread Aaron Bauman
commit: 02aa23ddfb5a2a2c967c9285d863641a39640fe4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:41:45 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02aa23dd

dev-python/pysendfile: arm64 stable

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

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

diff --git a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild 
b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
index cbd9bd55e9e..45f5b64775f 100644
--- a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
+++ b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A python interface to the sendfile(2) system 
call"
 HOMEPAGE="https://github.com/giampaolo/pysendfile;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE=""
 LICENSE="MIT"
 SLOT="0"



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

2019-12-03 Thread Aaron Bauman
commit: 3f43c5a0cd3a9907cb2bc8a9731643ac79f388d1
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:39:45 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f43c5a0

dev-python/pyrsistent: arm64 stable

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

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

diff --git a/dev-python/pyrsistent/pyrsistent-0.15.6.ebuild 
b/dev-python/pyrsistent/pyrsistent-0.15.6.ebuild
index 53e9a282148..52a06a76ca6 100644
--- a/dev-python/pyrsistent/pyrsistent-0.15.6.ebuild
+++ b/dev-python/pyrsistent/pyrsistent-0.15.6.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 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]"



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

2019-12-03 Thread Aaron Bauman
commit: 521a40a9b5b4dace83bdb62d4c6eb43b9bc0
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:41:31 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521a40a9

dev-python/markupsafe: arm64 stable

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

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

diff --git a/dev-python/markupsafe/markupsafe-1.1.1.ebuild 
b/dev-python/markupsafe/markupsafe-1.1.1.ebuild
index f38d98c5e1c..91c12bdd819 100644
--- a/dev-python/markupsafe/markupsafe-1.1.1.ebuild
+++ b/dev-python/markupsafe/markupsafe-1.1.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris"
 
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



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

2019-12-03 Thread Aaron Bauman
commit: 60927e84c506a2d3b0dbfd52e3dc3596eb2cbdb7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:42:45 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60927e84

dev-python/prettytable: arm64 stable

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

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

diff --git a/dev-python/prettytable/prettytable-0.7.2-r1.ebuild 
b/dev-python/prettytable/prettytable-0.7.2-r1.ebuild
index decb1edec04..62331f571e3 100644
--- a/dev-python/prettytable/prettytable-0.7.2-r1.ebuild
+++ b/dev-python/prettytable/prettytable-0.7.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/P/PrettyTable/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-12-03 Thread Aaron Bauman
commit: 9d5e011084d579647e727055a7a8d9230952e3ee
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:38:48 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5e0110

dev-python/pyenchant: arm64 stable

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

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

diff --git a/dev-python/pyenchant/pyenchant-2.0.0.ebuild 
b/dev-python/pyenchant/pyenchant-2.0.0.ebuild
index d475d933b17..c240d14ad07 100644
--- a/dev-python/pyenchant/pyenchant-2.0.0.ebuild
+++ b/dev-python/pyenchant/pyenchant-2.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="app-text/enchant"



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

2019-12-03 Thread Aaron Bauman
commit: 5c5878bc4686066cbc21db76493cb8cd486da254
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:39:03 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5878bc

dev-python/mako: arm64 stable

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

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

diff --git a/dev-python/mako/mako-1.0.7.ebuild 
b/dev-python/mako/mako-1.0.7.ebuild
index a333ee76e10..192c58a641d 100644
--- a/dev-python/mako/mako-1.0.7.ebuild
+++ b/dev-python/mako/mako-1.0.7.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 RDEPEND=">=dev-python/markupsafe-0.9.2[${PYTHON_USEDEP}]"



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

2019-12-03 Thread Aaron Bauman
commit: 511abcf73b4f9a0b2332b675f6dfab62227b4398
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:43:36 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511abcf7

dev-python/zope-interface: arm64 stable

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

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

diff --git a/dev-python/zope-interface/zope-interface-4.7.1.ebuild 
b/dev-python/zope-interface/zope-interface-4.7.1.ebuild
index d43ad9f0bed..799d3d64d91 100644
--- a/dev-python/zope-interface/zope-interface-4.7.1.ebuild
+++ b/dev-python/zope-interface/zope-interface-4.7.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-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-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]"
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2019-12-03 Thread Aaron Bauman
commit: f70ba4a387803a5932e912a7733dbd717db6c4eb
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:42:34 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70ba4a3

dev-python/twisted: arm64 stable

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

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

diff --git a/dev-python/twisted/twisted-19.10.0.ebuild 
b/dev-python/twisted/twisted-19.10.0.ebuild
index d3186154de9..aa4f3e91da1 100644
--- a/dev-python/twisted/twisted-19.10.0.ebuild
+++ b/dev-python/twisted/twisted-19.10.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://twistedmatrix.com/Releases/${TWISTED_PN};
 SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz;
 
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~s390 ~sh ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~mips ~s390 ~sh ~amd64-linux ~x86-linux"
 
 LICENSE="MIT"
 SLOT="0"



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

2019-12-03 Thread Aaron Bauman
commit: 96be2ba3db5bae3f5be10b1ceece8166a2e3a636
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:39:30 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96be2ba3

dev-python/PySocks: arm64 stable

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

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

diff --git a/dev-python/PySocks/PySocks-1.6.8.ebuild 
b/dev-python/PySocks/PySocks-1.6.8.ebuild
index f389c5c94b5..56ad5adc552 100644
--- a/dev-python/PySocks/PySocks-1.6.8.ebuild
+++ b/dev-python/PySocks/PySocks-1.6.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2019-12-03 Thread Aaron Bauman
commit: 80fea96cf9faccd4b08cee069a2ead4d53b171b7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:43:03 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fea96c

dev-python/cffi: arm64 stable

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

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

diff --git a/dev-python/cffi/cffi-1.13.2.ebuild 
b/dev-python/cffi/cffi-1.13.2.ebuild
index 067ce28a433..8cafafe56ca 100644
--- a/dev-python/cffi/cffi-1.13.2.ebuild
+++ b/dev-python/cffi/cffi-1.13.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-03 Thread Aaron Bauman
commit: 7bc197a1c4e6bb665eda2c67d328804fc3de3a1f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:38:36 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc197a1

dev-python/ply: arm64 stable

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

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

diff --git a/dev-python/ply/ply-3.11.ebuild b/dev-python/ply/ply-3.11.ebuild
index 04d4069f0e8..034a90f6860 100644
--- a/dev-python/ply/ply-3.11.ebuild
+++ b/dev-python/ply/ply-3.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples"
 
 RDEPEND=""



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

2019-12-03 Thread Aaron Bauman
commit: 3de6b6a3fd3d456271e624b91f20a08c86c3bb5e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:42:13 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de6b6a3

dev-python/idna: arm64 stable

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

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

diff --git a/dev-python/idna/idna-2.8.ebuild b/dev-python/idna/idna-2.8.ebuild
index 5fa2065c0e4..9e0489fdd3c 100644
--- a/dev-python/idna/idna-2.8.ebuild
+++ b/dev-python/idna/idna-2.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-12-03 Thread Aaron Bauman
commit: 17a948b1ad374dae31b2259316fae98ea8d4d034
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:40:14 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a948b1

dev-python/pip: arm64 stable

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

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

diff --git a/dev-python/pip/pip-19.3.1-r1.ebuild 
b/dev-python/pip/pip-19.3.1-r1.ebuild
index c1cdfe4541f..dc8bcf400e0 100644
--- a/dev-python/pip/pip-19.3.1-r1.ebuild
+++ b/dev-python/pip/pip-19.3.1-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 # setuptools & wheel .whl files are required for testing, exact version is not 
very important.
 
 LICENSE="MIT"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
 SLOT="0"
 IUSE="test -vanilla"
 



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

2019-12-03 Thread Aaron Bauman
commit: 5ba85a47e718362458c42a8b4d149aae1a0ed761
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:43:19 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba85a47

dev-python/rst-linker: arm64 stable

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

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

diff --git a/dev-python/rst-linker/rst-linker-1.11.ebuild 
b/dev-python/rst-linker/rst-linker-1.11.ebuild
index bcf1dea5350..272998c48ed 100644
--- a/dev-python/rst-linker/rst-linker-1.11.ebuild
+++ b/dev-python/rst-linker/rst-linker-1.11.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE="doc test"
 
 RDEPEND="



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

2019-12-03 Thread Aaron Bauman
commit: de0bc3a0faf2737f5742d4740481b8f5d09ea3b7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:41:15 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0bc3a0

dev-python/strict-rfc3339: arm64 stable

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

 dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild 
b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild
index df121c534ce..15422c01639 100644
--- a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild
+++ b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/danielrichman/${PN}/archive/version-${PV}.tar.gz ->
 
 SLOT="0"
 LICENSE="GPL-3+"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${MY_P}"
 



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

2019-12-03 Thread Aaron Bauman
commit: 0b60b05c87b8a0d3e1a316f6e1651e63d327566d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:37:50 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b60b05c

dev-python/pycparser: arm64 stable

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

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

diff --git a/dev-python/pycparser/pycparser-2.19-r1.ebuild 
b/dev-python/pycparser/pycparser-2.19-r1.ebuild
index 75e1271b5f5..e38e5d51fcb 100644
--- a/dev-python/pycparser/pycparser-2.19-r1.ebuild
+++ b/dev-python/pycparser/pycparser-2.19-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-03 Thread Aaron Bauman
commit: ac816173e662e9e7871c105d3cc232f15070ae51
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:40:44 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac816173

dev-python/dulwich: arm64 stable

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

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

diff --git a/dev-python/dulwich/dulwich-0.19.6.ebuild 
b/dev-python/dulwich/dulwich-0.19.6.ebuild
index 93a61b9a631..9db5afc9163 100644
--- a/dev-python/dulwich/dulwich-0.19.6.ebuild
+++ b/dev-python/dulwich/dulwich-0.19.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples test"
 
 RDEPEND="



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

2019-12-03 Thread Aaron Bauman
commit: e0e94825df8507dc36daf28dcb41cbcdffb49b8e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:40:30 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e94825

dev-python/execnet: arm64 stable

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

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

diff --git a/dev-python/execnet/execnet-1.7.1.ebuild 
b/dev-python/execnet/execnet-1.7.1.ebuild
index bf9baf11f79..8797a17217c 100644
--- a/dev-python/execnet/execnet-1.7.1.ebuild
+++ b/dev-python/execnet/execnet-1.7.1.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"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 
 RDEPEND=">=dev-python/apipkg-1.4[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}



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

2019-12-03 Thread Aaron Bauman
commit: bacd0ace81b64518ce31644883437317fd57ed26
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:39:59 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bacd0ace

dev-python/alabaster: arm64 stable

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

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

diff --git a/dev-python/alabaster/alabaster-0.7.11.ebuild 
b/dev-python/alabaster/alabaster-0.7.11.ebuild
index f6716d764cd..514bbc83684 100644
--- a/dev-python/alabaster/alabaster-0.7.11.ebuild
+++ b/dev-python/alabaster/alabaster-0.7.11.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/bitprophet/alabaster;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-solaris"
 SLOT="0"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-12-03 Thread Aaron Bauman
commit: 4c6f1a17ec3d93d142ee0cf2cbe348e6c4506b16
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:39:17 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6f1a17

dev-python/pycups: arm64 stable

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

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

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



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

2019-12-03 Thread Aaron Bauman
commit: 23a6c82658a1907305d839f5c74d7b6c3a30e567
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:43:51 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a6c826

dev-python/m2r: arm64 stable

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

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

diff --git a/dev-python/m2r/m2r-0.2.1.ebuild b/dev-python/m2r/m2r-0.2.1.ebuild
index a2db8231e83..6abfa90133c 100644
--- a/dev-python/m2r/m2r-0.2.1.ebuild
+++ b/dev-python/m2r/m2r-0.2.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/miyakogi/m2r/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2019-12-03 Thread Aaron Bauman
commit: b38fac298e844064044533c87fc4dfe46e93b62b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:38:22 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38fac29

dev-python/hyperlink: arm64 stable

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

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

diff --git a/dev-python/hyperlink/hyperlink-19.0.0.ebuild 
b/dev-python/hyperlink/hyperlink-19.0.0.ebuild
index bfaf119f1fc..a6aad48d6c4 100644
--- a/dev-python/hyperlink/hyperlink-19.0.0.ebuild
+++ b/dev-python/hyperlink/hyperlink-19.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/idna[${PYTHON_USEDEP}]"



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

2019-12-03 Thread Aaron Bauman
commit: b67a1844cd0dd5f6aa9807f2f6be8eeea44be670
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 06:38:08 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 06:47:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b67a1844

dev-python/jaraco-packaging: arm64 stable

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

 dev-python/jaraco-packaging/jaraco-packaging-6.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-packaging/jaraco-packaging-6.2-r1.ebuild 
b/dev-python/jaraco-packaging/jaraco-packaging-6.2-r1.ebuild
index d2ab2ca6ba9..0f9cb42b34c 100644
--- a/dev-python/jaraco-packaging/jaraco-packaging-6.2-r1.ebuild
+++ b/dev-python/jaraco-packaging/jaraco-packaging-6.2-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-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="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-03 Thread Hans de Graaff
commit: b99bc757ed0e9842dd9ddfddcb434c4e80c4b872
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  4 06:42:09 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  4 06:42:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99bc757

dev-ruby/image_processing: avoid dep on bundler

Closes: https://bugs.gentoo.org/693712
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/image_processing/image_processing-1.9.3.ebuild 
b/dev-ruby/image_processing/image_processing-1.9.3.ebuild
index ab9b9c9b4bd..2cc5366adc3 100644
--- a/dev-ruby/image_processing/image_processing-1.9.3.ebuild
+++ b/dev-ruby/image_processing/image_processing-1.9.3.ebuild
@@ -38,5 +38,5 @@ all_ruby_prepare() {
# phash is not packaged
sed -i -e '/\(assert\|refute\)_similar/ s:^:#:' test/*_test.rb || die
 
-   sed -i -e '/\(bundler\|phashion\|vips\)/ s:^:#:' test/test_helper.rb || 
die
+   sed -i -e '/\(bundler\|phashion\|vips\)/ s:^:#:' Rakefile 
test/test_helper.rb || die
 }



[gentoo-commits] repo/gentoo:master commit in: app-emacs/magit/

2019-12-03 Thread Hans de Graaff
commit: f1881e5f4025a1ecb79cc569d1be7f415c8fcdf0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  4 06:21:53 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  4 06:32:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1881e5f

app-emacs/magit: cleanup

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

 app-emacs/magit/Manifest|  2 --
 app-emacs/magit/magit-2.11.0.ebuild | 29 -
 app-emacs/magit/magit-2.12.1.ebuild | 34 --
 3 files changed, 65 deletions(-)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 9e9e8f671d0..809ca0f039b 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,4 +1,2 @@
-DIST magit-2.11.0.tar.gz 451030 BLAKE2B 
e5a5301d720e927c6c81aca4c5572a9a7fda938c695738246a87c46adc00a13e94438bb18d5f33e796c798cfec7dc438632cac6e4a452cff7d6e899a67f33575
 SHA512 
d32abdc9e89e77f65f05cc3dbec720320bc93d9ae827604c4f90acd115e76f8d05e445a96a141fbfbe88cdacca8383615fb73bddf01e776eeb3f63a459e973b6
-DIST magit-2.12.1.tar.gz 505873 BLAKE2B 
076d9c08d3cb80274f5a6259ea5593ed419a0e140cda26bc65dc0c843373dcac1627d6bf098c5bdd9f0efb6b40ff3d7b823ed328b713390ea8916303b77ffd27
 SHA512 
7755aea8e7d9f0b82099143a76334be4c468536bdc0becad71acc097d9cef123394144b321f30093e079fef89e30ed1e5037fc92052ba9742112a30c6d3d586e
 DIST magit-2.13.1.tar.gz 520271 BLAKE2B 
fdffa561dccaafc2be56bf285e286859145e00f5037c99b5ab1ee50c9895eee56dbe8a5470e3a148e0150367bf92ed1c7cee4a35662f5c0bed0e4e7a2d49638c
 SHA512 
f9f796fd6840788cebff62b316a0a1d708736e7a6962cd34d8ea86e94fb5a55c9e25f9aace17bceec199b2b931a0d5e586c4ab7d189c64ec6e5a9e42d041b269
 DIST magit-2.90.1.tar.gz 544968 BLAKE2B 
d3a38cf8c4d8c15529463028c4f6718d65bff044f91f58f2027c62d584202835d17229ec1db93d2990b5bb59403eabf7f12e7e91e2de519149ad40c274da5f25
 SHA512 
57a81fc72276907009fd3d05abbaed930d089d3e4621d539abb6ce2b24fd594950533f47d60682e25f0bd1c9f1ab3a16ba6b2698d79c6980f250ffd335be7789

diff --git a/app-emacs/magit/magit-2.11.0.ebuild 
b/app-emacs/magit/magit-2.11.0.ebuild
deleted file mode 100644
index 06a49379de7..000
--- a/app-emacs/magit/magit-2.11.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/;
-SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
-
-DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.6.0"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   default
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}

diff --git a/app-emacs/magit/magit-2.12.1.ebuild 
b/app-emacs/magit/magit-2.12.1.ebuild
deleted file mode 100644
index 8008ee12420..000
--- a/app-emacs/magit/magit-2.12.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/;
-SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
-
-DEPEND="
-   >=app-emacs/dash-2.13.0
-   >=app-emacs/ghub-2.0.0
-   >=app-emacs/magit-popup-2.12.3
-   >=app-emacs/with-editor-2.7.2
-"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   default
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/with-editor/

2019-12-03 Thread Hans de Graaff
commit: 29853aa839207983844b1e68453dc87bf8421b37
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  4 06:31:40 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  4 06:32:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29853aa8

app-emacs/with-editor: cleanup

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

 app-emacs/with-editor/Manifest |  2 --
 app-emacs/with-editor/with-editor-2.7.2.ebuild | 24 
 app-emacs/with-editor/with-editor-2.8.0.ebuild | 24 
 3 files changed, 50 deletions(-)

diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest
index a0b98fa44e2..a6aff303453 100644
--- a/app-emacs/with-editor/Manifest
+++ b/app-emacs/with-editor/Manifest
@@ -1,4 +1,2 @@
-DIST with-editor-2.7.2.tar.gz 30121 BLAKE2B 
a610348a3a2b26059bf58b4b26fdb4e2edddcf70604db7c9d69d2050f4ed1ac745cf94638656339a915ac11a2abe0e8eee5fcb73c768747a8d14078931106332
 SHA512 
9d412928ce5234d3541d717b5b800312c82495f937088cb8308ff64ab92d2639ce078cdc8eb86d34b775a0e6567409249d58d94eb61183b82b5c19e2465905a7
 DIST with-editor-2.7.4.tar.gz 30159 BLAKE2B 
2e1e84dd1e4bd0c4f5c0e0bb8730e8c4327e58ae38ee445c4f7f365279f7b8293639be675e735e82fea15c0fa93ff7b02c18d0fdb81889d6b44459d40f7322ae
 SHA512 
d35409bc761e5ee797ca758878365a11695e0e8558275e8dd8eb2b22c92b7ea92024a56c1adbab47d4b5e0cc49a2e6adf5e8d1f7fd3e784774dab39bdbf1d93c
-DIST with-editor-2.8.0.tar.gz 30519 BLAKE2B 
80502d3839818e5d0277b0189b7c7b814eddae72007c4018500cf64136beaea3eccf23c147f02eaf734558c2f24e0dd7cb2a2a80c09e700df3e5ba1e911ba798
 SHA512 
15df8706754d61ab8d57f866cde54833ea3126915352ed7ebd5020224141a069a62a3872694f95fcff66be165310f8111e4d4c9a1717189686460e8264636b4c
 DIST with-editor-2.8.3.tar.gz 30648 BLAKE2B 
8989f8506fb58c1f54efa4fcb72fa8ddd477c0c73d82672028bdb027f74093b62c44ab5a545cd9db2e0e3222bf461e605aebc805112c5ae8486c224b22806c26
 SHA512 
389aa084f7dfb7f7b59a37802441718e20ee70d88b9af9631b1fc547e4c3238d053bb2b3ef50a4e6332fc3befae183a49d55b3c7bd7719a149cf83001d23810c

diff --git a/app-emacs/with-editor/with-editor-2.7.2.ebuild 
b/app-emacs/with-editor/with-editor-2.7.2.ebuild
deleted file mode 100644
index 075601caf82..000
--- a/app-emacs/with-editor/with-editor-2.7.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
-HOMEPAGE="https://magit.vc/manual/with-editor;
-SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="*.texi"
-DOCS="README.md with-editor.org"
-
-DEPEND=""
-# Versions of magit before 2.5.0 bundled with-editor
-RDEPEND="!!https://magit.vc/manual/with-editor;
-SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="*.texi"
-DOCS="README.md with-editor.org"
-
-DEPEND=""
-# Versions of magit before 2.5.0 bundled with-editor
-RDEPEND="!!

[gentoo-commits] repo/gentoo:master commit in: app-emacs/with-editor/

2019-12-03 Thread Hans de Graaff
commit: 9f4a50db500d1767f90246a2ec7b6b64b8a5cdb2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  4 06:27:03 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  4 06:32:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4a50db

app-emacs/with-editor: add ~arm64 going forward

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

 app-emacs/with-editor/with-editor-2.8.0.ebuild | 4 ++--
 app-emacs/with-editor/with-editor-2.8.3.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emacs/with-editor/with-editor-2.8.0.ebuild 
b/app-emacs/with-editor/with-editor-2.8.0.ebuild
index ee9c6f1d011..c5ffebb7e4b 100644
--- a/app-emacs/with-editor/with-editor-2.8.0.ebuild
+++ b/app-emacs/with-editor/with-editor-2.8.0.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=6
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="*.texi"

diff --git a/app-emacs/with-editor/with-editor-2.8.3.ebuild 
b/app-emacs/with-editor/with-editor-2.8.3.ebuild
index f7155f29d71..9636c08d57c 100644
--- a/app-emacs/with-editor/with-editor-2.8.3.ebuild
+++ b/app-emacs/with-editor/with-editor-2.8.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="*.texi"



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

2019-12-03 Thread Joonas Niilola
commit: 33767f043fe057334037b5d32ea7369318b2239a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Dec  4 06:26:07 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Dec  4 06:26:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33767f04

package.mask: net-p2p/createtorrent removed

Closes: https://github.com/gentoo/gentoo/pull/13348
Signed-off-by: Joonas Niilola  gentoo.org>

 profiles/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 845488c2500..bd91e9a1de5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -280,11 +280,6 @@ app-misc/rioutil
 # and accept a more unstable release.
 >=www-client/chromium-80
 
-# Aaron Bauman  (2019-11-10)
-# Maintainer-needed, EAPI=0, Removal in 15 days
-# Upstream is dead and can't locate a new home
-net-p2p/createtorrent
-
 # Michał Górny  (2019-11-10)
 # Added in 2008 and not updated since.  Multiple releases behind
 # upstream.  Still at EAPI 0.



[gentoo-commits] repo/gentoo:master commit in: net-p2p/createtorrent/

2019-12-03 Thread Joonas Niilola
commit: 5e1e10eaa5cc4a9c9dff8d7e44eeed309e3af13d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Dec  4 06:25:07 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Dec  4 06:25:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e1e10ea

net-p2p/createtorrent: remove last-rited pkg

Signed-off-by: Joonas Niilola  gentoo.org>

 net-p2p/createtorrent/Manifest   |  1 -
 net-p2p/createtorrent/createtorrent-1.1.4.ebuild | 30 
 net-p2p/createtorrent/metadata.xml   |  5 
 3 files changed, 36 deletions(-)

diff --git a/net-p2p/createtorrent/Manifest b/net-p2p/createtorrent/Manifest
deleted file mode 100644
index 40dd78b3736..000
--- a/net-p2p/createtorrent/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST createtorrent-1.1.4.tar.gz 80605 BLAKE2B 
e17d5ce6e319c8bc2b5eabbc72c3c632eefaba6edbaa2aadcb0be82a556472d6779d0d0d9feb23b5f9dd58eb5104cc448986f452fbb56139f1ea342c721de41e
 SHA512 
d15c6d38e90a2941c578396fafaaa1778d5ce597681e0db89189b5c6719e8b69202dd6bb9dd2c279ef939eef8a74dd8e7ca3f0c224a5a4eaa277c3fd9543c24f

diff --git a/net-p2p/createtorrent/createtorrent-1.1.4.ebuild 
b/net-p2p/createtorrent/createtorrent-1.1.4.ebuild
deleted file mode 100644
index 39fb8045e08..000
--- a/net-p2p/createtorrent/createtorrent-1.1.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit autotools eutils
-
-DESCRIPTION="Create BitTorrent files easily"
-HOMEPAGE="http://www.createtorrent.com/;
-SRC_URI="http://www.createtorrent.com/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/openssl"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   sed -i "s:[[]ssl[]]:[crypto]:" configure.in || die "sed failed..."
-   eautoreconf
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed."
-   dodoc AUTHORS ChangeLog NEWS README
-}

diff --git a/net-p2p/createtorrent/metadata.xml 
b/net-p2p/createtorrent/metadata.xml
deleted file mode 100644
index 6f49eba8f49..000
--- a/net-p2p/createtorrent/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-



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

2019-12-03 Thread Joonas Niilola
commit: 18d9fa8c07598fb1fc791fa4ca1f0e9361aa31b2
Author: Peter Gantner  nephros  org>
AuthorDate: Wed Dec  4 06:19:34 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Dec  4 06:22:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d9fa8c

dev-util/hxtools: bump to 20190428, EAPI 7 and fixes

Signed-off-by: Peter Gantner  nephros.org>
Closes: https://bugs.gentoo.org/699822
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/hxtools/Manifest|  1 +
 dev-util/hxtools/hxtools-20190428.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-util/hxtools/Manifest b/dev-util/hxtools/Manifest
index 949ede019aa..db172686c64 100644
--- a/dev-util/hxtools/Manifest
+++ b/dev-util/hxtools/Manifest
@@ -1 +1,2 @@
 DIST hxtools-20180301.tar.xz 301516 BLAKE2B 
6b768e316de6d9b724cdca5beef1ec14e3482aaf1aa34abc138861782266eac32565cdf7713cc65d3863fb1b3463a21446165ecc7df4f39c4fed168d8efdd3df
 SHA512 
10b6a59367a9d5127116a81ae46c4c0f10dd4cecd60ff78b2dfeb2a304c7a34112df2355b9f939558c8e27d0e255e2df6277da9cc558d4368bcbe4d7130d5326
+DIST hxtools-20190428.tar.xz 219012 BLAKE2B 
a1c2cc48eadb6d2c9016803469a87a18e447705f463f3a059dd9e501a228eaa20355ce1ce36d2c9988c1fb1ff64727ce6e4c0e098b24a88ca591649df36375bf
 SHA512 
268da9c5c09830affe35052769ed2bee2fc4e8f7de3b9ad5eda7a8865ccac88bc1392a6c83b7d4c5faab2b07d7c77c6e77808a8c184bd3e530288c577b5de567

diff --git a/dev-util/hxtools/hxtools-20190428.ebuild 
b/dev-util/hxtools/hxtools-20190428.ebuild
new file mode 100644
index 000..0d8b5bfff86
--- /dev/null
+++ b/dev-util/hxtools/hxtools-20190428.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A collection of tools and scripts"
+HOMEPAGE="http://inai.de/projects/hxtools/;
+SRC_URI="http://jftp.inai.de/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=sys-apps/pciutils-3
+   >=sys-apps/util-linux-2.19
+   >=sys-libs/libhx-3.12.1
+   dev-lang/perl
+   sys-libs/libcap
+   x11-libs/libxcb:0=
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+   default
+
+   # man2html is provided by man
+   rm -r "${ED}"/usr/bin/man2html || die 
+   rm -r "${ED}"/usr/share/man/man1/man2html* || die
+
+   # Don't collide with dev-util/cwdiff
+   mv "${ED}"/usr/bin/cwdiff "${ED}"/usr/bin/cwdiff.hx || die
+   mv "${ED}"/usr/share/man/man1/cwdiff.1 
"${ED}"/usr/share/man/man1/cwdiff.hx.1 || die
+
+   # Gentoo doesn't have /usr/share/kbd:
+   mv "${ED}"/usr/share/kbd/* "${ED}"/usr/share/ || die
+   gzip "${ED}"/usr/share/consolefonts/*fnt || die
+}



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

2019-12-03 Thread Joonas Niilola
commit: 941775e527b895aab54e79aae387e45b53716522
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Dec  4 06:21:39 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Dec  4 06:22:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941775e5

package.mask: remove mask for magicrescue

Signed-off-by: Joonas Niilola  gentoo.org>

 profiles/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index e2369371ed9..845488c2500 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -353,11 +353,6 @@ sys-cluster/dlm-lib
 # Removal in 30 days.  Bug #699694.
 media-video/emovix
 
-# Aaron Bauman  (2019-11-09)
-# homepage dead, maintainer-needed
-# EAPI=4. Removal in 30 days
-app-forensics/magicrescue
-
 # Aaron Bauman  (2019-11-09)
 # maintainer-needed, no known upstream homepage
 # what does it even do? EAPI=4  Removal in 30 days



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

2019-12-03 Thread Joonas Niilola
commit: ff94e2a7799f29f96b949657b64853bb6a7cdbd9
Author: Peter Gantner  nephros  org>
AuthorDate: Wed Dec  4 06:15:23 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Dec  4 06:22:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff94e2a7

app-forensics/magicrescue: bump 1.1.10

Signed-off-by: Peter Gantner  nephros.org>
Closes: https://bugs.gentoo.org/432760
Closes: https://bugs.gentoo.org/701444
Closes: https://github.com/gentoo/gentoo/pull/13644
Signed-off-by: Joonas Niilola  gentoo.org>

 app-forensics/magicrescue/Manifest |   1 +
 .../files/magicrescue-1.1.10-ldflags.patch |  38 
 .../files/magicrescue-1.1.10-remove_toolsdir.patch | 106 +
 .../magicrescue/magicrescue-1.1.10.ebuild  |  35 +++
 4 files changed, 180 insertions(+)

diff --git a/app-forensics/magicrescue/Manifest 
b/app-forensics/magicrescue/Manifest
index 43b2e92290f..0aa741015a5 100644
--- a/app-forensics/magicrescue/Manifest
+++ b/app-forensics/magicrescue/Manifest
@@ -1 +1,2 @@
+DIST magicrescue-1.1.10.tar.gz 227237 BLAKE2B 
a1584f4e6f4b6771783c565901775e181ba2e952e780565831e5d46245a4dd4670657cec7fb57b18d7dfc09954faec410da2dfe1b35130c23d22d8a6ccf0ab07
 SHA512 
54fc943a1f521563a3416040eb6b140e3ef79966b615ae0223be0558b810f9202c2d1e5ba0165c43a614caf78dbce1b0992775bef39e9611d2dc290e4582c29d
 DIST magicrescue-1.1.9.tar.gz 92621 BLAKE2B 
a0a3644729c8af3fab9294b211cfbba0a823186219a585923203236aee27954d2337f81fc4d9559b6dde43581c5ce2d6bae5c2961248e2c4f5dd1ab8e31d5b60
 SHA512 
3c0b97357f0d354dcf53045bbdf2ce81c451ae20c451d2d72dc8b2dbcc480cf48ab436494c0cca20c99f32c938c525074a561cbc779a580a648c674c150a7cc2

diff --git a/app-forensics/magicrescue/files/magicrescue-1.1.10-ldflags.patch 
b/app-forensics/magicrescue/files/magicrescue-1.1.10-ldflags.patch
new file mode 100644
index 000..773bab4ff19
--- /dev/null
+++ b/app-forensics/magicrescue/files/magicrescue-1.1.10-ldflags.patch
@@ -0,0 +1,38 @@
+--- magicrescue-1.1.9/config.d/50dbm   2008-06-27 00:24:05.0 +0400
 magicrescue-1.1.9.new//config.d/50dbm  2012-05-13 07:56:16.0 
+0400
+@@ -14,18 +14,14 @@
+   flag="`echo $flag|sed 's/./-l&/'`"
+   echo "trying to link with flags [$flag]" >&5
+   
+-  bak_LDFLAGS="$LDFLAGS"
+-  LDFLAGS="$LDFLAGS $flag"
++LIBS="$flag"
+   if conftest_link; then
+   # we found it!
+-  LDFLAGS="$bak_LDFLAGS"
+   DBM_LDFLAGS="$flag"
+   env_vars="$env_vars DBM_LDFLAGS"
+   echo "#define $dbmdef" >> config.h
+   echo "#define HAVE_NDBM" >> config.h
+   return 0
+-  else
+-  LDFLAGS="$bak_LDFLAGS"
+   fi
+   done
+   
+Common subdirectories: a/config.d and b/config.d
+diff -u a/configure b/configure
+--- a/configure2018-11-24 20:21:20.0 +0100
 b/configure2019-11-12 22:13:03.744338398 +0100
+@@ -63,9 +63,9 @@
+ }
+ 
+ conftest_link() {
+-echo "$CC -o conftest conftest.o $LDFLAGS" >&5
++echo "$CC -o conftest conftest.o $LDFLAGS $LIBS" >&5
+ echo >&5
+-$CC -o conftest conftest.o $LDFLAGS >&5 2>&5 \
++$CC -o conftest conftest.o $LDFLAGS $LIBS >&5 2>&5 \
+   && [ -x conftest ] && ./conftest 2>&5
+ }
+ 

diff --git 
a/app-forensics/magicrescue/files/magicrescue-1.1.10-remove_toolsdir.patch 
b/app-forensics/magicrescue/files/magicrescue-1.1.10-remove_toolsdir.patch
new file mode 100644
index 000..b3a238b1bbe
--- /dev/null
+++ b/app-forensics/magicrescue/files/magicrescue-1.1.10-remove_toolsdir.patch
@@ -0,0 +1,106 @@
+diff -Naur a/config.d/80magicrescue_defs b/config.d/80magicrescue_defs
+--- a/config.d/80magicrescue_defs  2018-11-24 20:21:20.0 +0100
 b/config.d/80magicrescue_defs  2019-11-14 09:41:34.030848527 +0100
+@@ -1,7 +1,7 @@
+ #!/bin/sh
+ 
+ cat >> config.h << EOF
+-#define COMMAND_PATH "$prefix/share/magicrescue/tools"
++#define COMMAND_PATH "$prefix/bin"
+ #define RECIPE_PATH  "$prefix/share/magicrescue/recipes"
+ #include "largefile.h"
+ EOF
+diff -Naur a/doc/magicrescue.1 b/doc/magicrescue.1
+--- a/doc/magicrescue.12018-11-24 20:21:20.0 +0100
 b/doc/magicrescue.12019-11-14 09:41:34.030848527 +0100
+@@ -358,7 +358,7 @@
+ This means that you may have to write your own tool or wrap an existing 
program
+ in some scripts that make it behave better.  For example, this could be to
+ extract the first 10MB into a temporary file and let the program work on that.
+-Or perhaps you can use \fItools/safecat\fR if the file may be very large.
++Or perhaps you can use \fIsafecat\fR if the file may be very large.
+ .SS "Recipe format reference"
+ .IX Subsection "Recipe format reference"
+ Empty lines and lines starting with \f(CW\*(C`#\*(C'\fR will be skipped.  A 
recipe contains a
+@@ -424,7 +424,7 @@
+ should be set to 512.
+ .PP
+ To test whether your 

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

2019-12-03 Thread Hans de Graaff
commit: 16bad7bbdc64c282614ff7a17a1d4685c83b70f7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  4 06:17:00 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  4 06:17:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bad7bb

dev-ruby/activestorage: avoid dep on selenium-webdriver

Closes: https://bugs.gentoo.org/693718
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/activestorage/activestorage-6.0.1.ebuild 
b/dev-ruby/activestorage/activestorage-6.0.1.ebuild
index 9310bf04d0d..27b4d352808 100644
--- a/dev-ruby/activestorage/activestorage-6.0.1.ebuild
+++ b/dev-ruby/activestorage/activestorage-6.0.1.ebuild
@@ -50,7 +50,7 @@ ruby_add_bdepend "
 all_ruby_prepare() {
   # Remove items from the common Gemfile that we don't need for this
# test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|aws-sdk-sns\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|rubocop\|capybara\|rack-cache\|json\|dalli\|listen\|connection_pool\|puma\|mysql2\|webdrivers\)/
 s:^:#:" \
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|aws-sdk-sns\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|rubocop\|capybara\|rack-cache\|selenium\|json\|dalli\|listen\|connection_pool\|puma\|mysql2\|webdrivers\)/
 s:^:#:" \
-e '/dalli/ s/2.7.7/2.7.9/' \
-e '/:job/,/end/ s:^:#:' \
-e '/:test/,/^end/ s:^:#:' \



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria/

2019-12-03 Thread Göktürk Yüksek
commit: 514d6cb98c81b976c48924c33a392e874fcb74bd
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Dec  3 05:26:04 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Dec  4 06:15:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514d6cb9

net-irc/limnoria: fix QA MissingTestRestrict

Package-Manager: Portage-2.3.80, Repoman-2.3.16
Signed-off-by: NP-Hardass  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 net-irc/limnoria/limnoria-20191123.ebuild | 2 ++
 net-irc/limnoria/limnoria-.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/net-irc/limnoria/limnoria-20191123.ebuild 
b/net-irc/limnoria/limnoria-20191123.ebuild
index 3b1067c7a69..2044118 100644
--- a/net-irc/limnoria/limnoria-20191123.ebuild
+++ b/net-irc/limnoria/limnoria-20191123.ebuild
@@ -43,6 +43,8 @@ RDEPEND="
 DEPEND="${RDEPEND}
test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7) )"
 
+RESTRICT="!test? ( test )"
+
 src_unpack() {
if [[ ${PV} == "" ]]; then
git-r3_src_unpack

diff --git a/net-irc/limnoria/limnoria-.ebuild 
b/net-irc/limnoria/limnoria-.ebuild
index 3b1067c7a69..2044118 100644
--- a/net-irc/limnoria/limnoria-.ebuild
+++ b/net-irc/limnoria/limnoria-.ebuild
@@ -43,6 +43,8 @@ RDEPEND="
 DEPEND="${RDEPEND}
test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7) )"
 
+RESTRICT="!test? ( test )"
+
 src_unpack() {
if [[ ${PV} == "" ]]; then
git-r3_src_unpack



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

2019-12-03 Thread Hans de Graaff
commit: 6a8d7eb52ef7a0e99adb55eeea03c79ee6d0a0fb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  4 06:14:06 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  4 06:14:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8d7eb5

dev-ruby/rex-socket: add 0.1.21

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

 dev-ruby/rex-socket/Manifest |  1 +
 dev-ruby/rex-socket/rex-socket-0.1.21.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/rex-socket/Manifest b/dev-ruby/rex-socket/Manifest
index 40da9066ebd..e4323a5b1fc 100644
--- a/dev-ruby/rex-socket/Manifest
+++ b/dev-ruby/rex-socket/Manifest
@@ -1,3 +1,4 @@
 DIST rex-socket-0.1.17.gem 40960 BLAKE2B 
af549e3c6bc6ab8f99a18eab8f8be5156211be468f4d55e234199d5b5985a8ac11817f245a6bafa421c0b8c908cfedf7e58503157c460fee76ec989ff628a8bd
 SHA512 
2d7dc563d24ef99930ad6fc62ce69ced2a7d2cec881222edf889c6850b8ce48a49eb435acd1bd57637d07ab0434032e44084dc86d18a52c33c3f8df57928958e
 DIST rex-socket-0.1.18.gem 40960 BLAKE2B 
0e38d508d11ff03c3e658935d2f569d40b5460a259b86f08250893a5a111da1580b2badc4ed45d9db8fa737d7ffb4639a312af683539b6eab2e8fab18fde5297
 SHA512 
74568a58434b784336bdb99ba7ca43ff84ced905f7d7d165eb9e2eed84076c49710f9d09dfaf3aa65fa672a7bbc177ff9e6c3e3af4d7001576f3c1430b714461
 DIST rex-socket-0.1.20.gem 41472 BLAKE2B 
e0a5a0dbf7ad663dc69dddb1de0d7e77b3c8cca374d73499616bb23c8d86fd23c65f7d548bfad2c8609b13e8ab89004f51d6e08865e26b1184176fb9c4228df6
 SHA512 
eae98bb6be13291ea31ff98fa55d86d67feb06d3796ad3bbdb9fe90503a296ceaf7f702e0ade64f7dd152be7de0eaf313a6ab9d982678d7d60d982b9d23fac51
+DIST rex-socket-0.1.21.gem 41472 BLAKE2B 
d294df648995102aa5fa0119682321b6e4c8985a46b2521afbf3f53cf0b4e1c209f57a6b7ba0ccbd4dc46175baec4812afe656475c13bc62407d54142a548ad0
 SHA512 
64e133308b2bb52e6b8ee00da7788c0c5583bdeacc78017b30ae458a487e991aed3196a2371f883e10a7c2774b24d7571e7c3051b97b8424b470f00085ccf868

diff --git a/dev-ruby/rex-socket/rex-socket-0.1.21.ebuild 
b/dev-ruby/rex-socket/rex-socket-0.1.21.ebuild
new file mode 100644
index 000..70cf8ff242f
--- /dev/null
+++ b/dev-ruby/rex-socket/rex-socket-0.1.21.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby Exploitation (Rex) Socket Abstraction Library"
+HOMEPAGE="https://rubygems.org/gems/rex-socket;
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_bdepend "dev-ruby/rex-core"



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

2019-12-03 Thread Hans de Graaff
commit: fe296e91d140ad129fe7e375136e84bbb48b9591
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  4 06:05:29 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  4 06:05:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe296e91

dev-ruby/mustache: add 1.1.1

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

 dev-ruby/mustache/Manifest  |  1 +
 dev-ruby/mustache/mustache-1.1.1.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/mustache/Manifest b/dev-ruby/mustache/Manifest
index 5c35f594eab..1f4562f1e3b 100644
--- a/dev-ruby/mustache/Manifest
+++ b/dev-ruby/mustache/Manifest
@@ -1,2 +1,3 @@
 DIST mustache-1.0.5.gem 41984 BLAKE2B 
c063af6c9464884114b55c30df6c6cb2685b0394aa9280f006b6c35cd0681c8776edddccd1a33de75e291a2e1992477c1d70f6cb1c603e800b08be5b989a9ca0
 SHA512 
d9b2c55d758bd4e317732307b513e2a079b04ec7a1203233834fd08a3a32f7b1bf8283d207af2f7082a8c4847f9c5955a557f19bad9b08a1dee2f32417eca190
 DIST mustache-1.1.0.gem 42496 BLAKE2B 
f2bef262238a6e335decf2295d1d55c7865d9e2181f7772d2359bde99441536c4f1b44a103f2ee9be8e6933027ea0241f7027410d9a506732ac8affe9a72ea22
 SHA512 
5e8daa7cfb6151e86e5d2223a026538194e03331bcd74f15704404795eb8c6c28899f29fa9fe421fe38e026b38ad734fe5574d2a6d4aa1e53ed5a566a8061c61
+DIST mustache-1.1.1.gem 42496 BLAKE2B 
bd1becb1c296abf03cdd6c7d5a6f29b71dc6328c126dbb27420872088b3b6988ac56d91c13f669cca94932f23f4290277d9ca6597ff842ff226e092c2532dccb
 SHA512 
91a18a374a0348317d0801d6784fedd0782d7a08f128d3ab7050e631b34e45cecd49c4b1e2a9e17204f70bf169c107a92a1e210532bd3faa98edf8b1b5e8e43c

diff --git a/dev-ruby/mustache/mustache-1.1.1.ebuild 
b/dev-ruby/mustache/mustache-1.1.1.ebuild
new file mode 100644
index 000..c0ec81e5384
--- /dev/null
+++ b/dev-ruby/mustache/mustache-1.1.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC="man:build"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Mustache is a framework-agnostic way to render logic-free views"
+HOMEPAGE="https://mustache.github.com/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+IUSE=""
+
+ruby_add_bdepend "doc? ( app-text/ronn )"
+
+all_ruby_prepare() {
+   # Fix for renamed .ron files
+   sed -i -e 's:\.ronn:.ron:' Rakefile || die
+
+   sed -i -e '/simplecov/,/^end/ s:^:#:' test/helper.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:. -e "Dir['test/*.rb'].each{|f| require f}" || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/mustache.1 man/mustache.5
+}



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

2019-12-03 Thread Hans de Graaff
commit: e015d414bca45d9b7dc314e364d0531a1ce6ca49
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  4 06:03:14 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  4 06:03:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e015d414

dev-ruby/google-protobuf: add 3.11.1

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

 dev-ruby/google-protobuf/Manifest  |  1 +
 .../google-protobuf/google-protobuf-3.11.1.ebuild  | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/google-protobuf/Manifest 
b/dev-ruby/google-protobuf/Manifest
index 0e71b1b7319..b2399537ecb 100644
--- a/dev-ruby/google-protobuf/Manifest
+++ b/dev-ruby/google-protobuf/Manifest
@@ -1,5 +1,6 @@
 DIST google-protobuf-3.10.0-ruby.tar.gz 4908907 BLAKE2B 
53a702a2cbfe7e642989eec010541fda434b7b8bbd267e3b65fc569a0ab33b08438c1a81d478426ebfbec6e330b90428e3da4fd345b8b64f890a6b3f4e360883
 SHA512 
0dcba6d21486fdc162f57119754b47b4a2fb605af878d5b96a32df55895321535cffb5b804566fd90ee7c36e20106d0cd4f5d9f3c652dc9c4dfca96be41a1977
 DIST google-protobuf-3.10.1-ruby.tar.gz 4905995 BLAKE2B 
1dde3b6260918da8430c2ce69210462f339c492b2a4e53d5d9c1bea3747aead905370507fc4bd703560f6885c0f3f8393a998b875c19744ad94827109ecbb49f
 SHA512 
aba0c4034c0d3b1759904adb6270eee94dd5dc568f433b219e3f1f70c0033993cdfa3bf476ad3f5767c7629edb9fd029c686405abf93731dde808286b336330d
 DIST google-protobuf-3.11.0-ruby.tar.gz 5133483 BLAKE2B 
2c24d3c01d7f5dca92d49709aba8c8021e53c8a0a5201c08224c8df8e63cb15fefbb173a414abeef297a62432192bdba8d2549d51f8b3f7b408b6183f95d3b99
 SHA512 
c3b4c0da30d886ca2c8bd45e38767e12cf1e603aca13a1f7463ae896c85e5a30fd32e4b2ddeb775f9c04ca0d753cd5946c5808cefbab4982a3fa4433702f771f
+DIST google-protobuf-3.11.1-ruby.tar.gz 5133811 BLAKE2B 
65258ab0c0832ceafc100d0b0cbb0a9517f937f3bec238294e20e8008fc9ee3e6e253947f9b7652a2dc68703b8c78f68f8b75199bf02a789adfd3ace11131204
 SHA512 
1245afc1d52fede2ca3f71fc2ea411360104ff1ab5c98a81a29437fb9c8dc1af57c6382f35c65a16e2d0d4b404a8643acb436ee87d83b4349006708216b0bc30
 DIST google-protobuf-3.8.0-ruby.tar.gz 4934577 BLAKE2B 
4b86ab216e8a8b2c99c3620da9417c0562498e9d4dbf4957db186f51c62b0ed73b1322635a076b2d4054e015bdf6c8c50cc7fd0cb78d24a93b29d2a5b48f66fe
 SHA512 
ba27c64e5193cd4a144bf0c9dc0d195fbbe6e580aaca01960362f0f185074588ca40046d3bcea76e1deae7508b722f6c5be484ea957122ae8e98229c7c3a4ad2
 DIST google-protobuf-3.9.2-ruby.tar.gz 4947582 BLAKE2B 
ff0150970286d1eb452bd2f252fa8200617ddf491dcb3b9b60cebb36268c5a3072df3d24142ca9863306df6690f53ad4d4761c7846c677c4610716ec22e0838c
 SHA512 
510349ddc59b4e53087b5247ca8784e9f852d66d755e1b014c6214e14c003f31dd336a724e9eb87a5b85a70e22793eb3211744c85a514b24b687346563717bec

diff --git a/dev-ruby/google-protobuf/google-protobuf-3.11.1.ebuild 
b/dev-ruby/google-protobuf/google-protobuf-3.11.1.ebuild
new file mode 100644
index 000..749ced3b808
--- /dev/null
+++ b/dev-ruby/google-protobuf/google-protobuf-3.11.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Protocol Buffers are Google's data interchange format"
+HOMEPAGE="https://developers.google.com/protocol-buffers;
+SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> 
${P}-ruby.tar.gz"
+RUBY_S="protobuf-${PV}/ruby"
+
+LICENSE="BSD"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND+=" test? ( >=dev-libs/protobuf-3.7.0 )"
+
+each_ruby_prepare() {
+   sed -i -e 's:../src/protoc:protoc: ; /^task :build/ s/:compile,//' 
Rakefile || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/google/protobuf_c extconf.rb
+}
+
+each_ruby_compile() {
+   emake -Cext/google/protobuf_c V=1
+   cp ext/google/protobuf_c/protobuf_c.so lib/google/ || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-metrics/blackbox_exporter/

2019-12-03 Thread William Hubbs
commit: 948885d4f75ab2d13c9dfb58ac6d561c85b2a3a4
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 05:32:56 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 05:32:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948885d4

app-metrics/blackbox_exporter: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/blackbox_exporter/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-metrics/blackbox_exporter/metadata.xml 
b/app-metrics/blackbox_exporter/metadata.xml
index c04334d1525..568acee6e54 100644
--- a/app-metrics/blackbox_exporter/metadata.xml
+++ b/app-metrics/blackbox_exporter/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
- 
+   
+   willi...@gentoo.org
+   William Hubbs
+   

prometheus/blackbox_exporter




[gentoo-commits] repo/gentoo:master commit in: app-metrics/node_exporter/

2019-12-03 Thread William Hubbs
commit: 137433f0de0aca17486d08a867bc5a1862b89f43
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 05:32:57 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 05:32:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137433f0

app-metrics/node_exporter: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/node_exporter/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-metrics/node_exporter/metadata.xml 
b/app-metrics/node_exporter/metadata.xml
index 6635ee77796..afb62240e96 100644
--- a/app-metrics/node_exporter/metadata.xml
+++ b/app-metrics/node_exporter/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
- 
+   
+   willi...@gentoo.org
+   William Hubbs
+   

prometheus/node_exporter




[gentoo-commits] repo/gentoo:master commit in: app-metrics/elasticsearch_exporter/

2019-12-03 Thread William Hubbs
commit: 9672faa6ef342c762c55418123b5531d3e4ddf6a
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 05:32:57 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 05:32:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9672faa6

app-metrics/elasticsearch_exporter: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/elasticsearch_exporter/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-metrics/elasticsearch_exporter/metadata.xml 
b/app-metrics/elasticsearch_exporter/metadata.xml
index 3bba28f75c9..ced92d3b0a4 100644
--- a/app-metrics/elasticsearch_exporter/metadata.xml
+++ b/app-metrics/elasticsearch_exporter/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

justwatchcom/elasticsearch_exporter




[gentoo-commits] repo/gentoo:master commit in: app-metrics/mongodb_exporter/

2019-12-03 Thread William Hubbs
commit: 5ecd2721310c7ff8ec8dbec3bb82201b281596af
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 05:32:57 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 05:32:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ecd2721

app-metrics/mongodb_exporter: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/mongodb_exporter/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-metrics/mongodb_exporter/metadata.xml 
b/app-metrics/mongodb_exporter/metadata.xml
index 5857176f424..dccff6eb5d5 100644
--- a/app-metrics/mongodb_exporter/metadata.xml
+++ b/app-metrics/mongodb_exporter/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

percona/mongodb_exporter




[gentoo-commits] repo/gentoo:master commit in: app-metrics/nginx-vts-exporter/

2019-12-03 Thread William Hubbs
commit: 767a445525e1e8cb41f5b1a2dd6562181d071396
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 05:32:57 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 05:32:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767a4455

app-metrics/nginx-vts-exporter: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/nginx-vts-exporter/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-metrics/nginx-vts-exporter/metadata.xml 
b/app-metrics/nginx-vts-exporter/metadata.xml
index 84e9178fec4..444d165c1f7 100644
--- a/app-metrics/nginx-vts-exporter/metadata.xml
+++ b/app-metrics/nginx-vts-exporter/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

hnlq715/nginx-vts-exporter




[gentoo-commits] repo/gentoo:master commit in: app-metrics/openvpn_exporter/

2019-12-03 Thread William Hubbs
commit: be395b28b19811613185961023afce55e28b9d7f
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 05:32:58 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 05:32:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be395b28

app-metrics/openvpn_exporter: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/openvpn_exporter/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-metrics/openvpn_exporter/metadata.xml 
b/app-metrics/openvpn_exporter/metadata.xml
index e8914fbd6b3..847f9fcaf82 100644
--- a/app-metrics/openvpn_exporter/metadata.xml
+++ b/app-metrics/openvpn_exporter/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

kumina/openvpn_exporter




[gentoo-commits] repo/gentoo:master commit in: app-metrics/postgres_exporter/

2019-12-03 Thread William Hubbs
commit: 5b14ebdfefc3995af0d83497a0995f3cb7d86b07
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 05:32:58 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 05:32:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b14ebdf

app-metrics/postgres_exporter: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/postgres_exporter/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-metrics/postgres_exporter/metadata.xml 
b/app-metrics/postgres_exporter/metadata.xml
index 5d382f958d2..974959359b5 100644
--- a/app-metrics/postgres_exporter/metadata.xml
+++ b/app-metrics/postgres_exporter/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

wrouesnel/postgres_exporter




[gentoo-commits] repo/gentoo:master commit in: app-metrics/postfix_exporter/

2019-12-03 Thread William Hubbs
commit: e0d26b1f16c9d06c4a677d1d32635197f4634734
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 05:32:58 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 05:32:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d26b1f

app-metrics/postfix_exporter: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/postfix_exporter/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-metrics/postfix_exporter/metadata.xml 
b/app-metrics/postfix_exporter/metadata.xml
index a5b8db8805e..3cf59ee3b3d 100644
--- a/app-metrics/postfix_exporter/metadata.xml
+++ b/app-metrics/postfix_exporter/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

kumina/postfix_exporter




[gentoo-commits] repo/gentoo:master commit in: app-metrics/burrow_exporter/

2019-12-03 Thread William Hubbs
commit: ff070bdaa966a4879f8bda48f1856f58bf2ca0ad
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 05:32:56 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 05:32:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff070bda

app-metrics/burrow_exporter: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/burrow_exporter/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-metrics/burrow_exporter/metadata.xml 
b/app-metrics/burrow_exporter/metadata.xml
index 9a3e876caef..fc6b03a8a7c 100644
--- a/app-metrics/burrow_exporter/metadata.xml
+++ b/app-metrics/burrow_exporter/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

jirwin/burrow_exporter




[gentoo-commits] repo/gentoo:master commit in: app-metrics/snmp_exporter/

2019-12-03 Thread William Hubbs
commit: b25de9ea96bfba59db9524f930362cc75b29eb60
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 05:32:58 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 05:32:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25de9ea

app-metrics/snmp_exporter: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/snmp_exporter/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-metrics/snmp_exporter/metadata.xml 
b/app-metrics/snmp_exporter/metadata.xml
index 81a753cb432..7be2b809f62 100644
--- a/app-metrics/snmp_exporter/metadata.xml
+++ b/app-metrics/snmp_exporter/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

prometheus/snmp_exporter




[gentoo-commits] repo/gentoo:master commit in: app-metrics/prometheus/

2019-12-03 Thread William Hubbs
commit: ed30d8ea090ccc04643326839179b42374abdd97
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 05:17:48 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 05:17:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed30d8ea

app-metrics/prometheus: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/prometheus/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-metrics/prometheus/metadata.xml 
b/app-metrics/prometheus/metadata.xml
index 066ee0fd588..75f83d92903 100644
--- a/app-metrics/prometheus/metadata.xml
+++ b/app-metrics/prometheus/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

prometheus/prometheus




[gentoo-commits] repo/gentoo:master commit in: app-metrics/bind_exporter/

2019-12-03 Thread William Hubbs
commit: e8cfb6ba6726dc4154ff492580372eaa978a6c93
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 05:32:46 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 05:32:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8cfb6ba

app-metrics/bind_exporter: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/bind_exporter/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-metrics/bind_exporter/metadata.xml 
b/app-metrics/bind_exporter/metadata.xml
index 4974e7b5d62..e453c7a51e4 100644
--- a/app-metrics/bind_exporter/metadata.xml
+++ b/app-metrics/bind_exporter/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

digitalocean/bind_exporter




[gentoo-commits] repo/gentoo:master commit in: app-metrics/alertmanager/

2019-12-03 Thread William Hubbs
commit: 91c15456359441195bff6e34664adc591389b71b
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 05:16:29 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 05:16:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c15456

app-metrics/alertmanager: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/alertmanager/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-metrics/alertmanager/metadata.xml 
b/app-metrics/alertmanager/metadata.xml
index 2fe7532ca04..bc4cfe58908 100644
--- a/app-metrics/alertmanager/metadata.xml
+++ b/app-metrics/alertmanager/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
- 
+   
+   willi...@gentoo.org
+   William Hubbs
+   

prometheus/alertmanager




[gentoo-commits] repo/gentoo:master commit in: app-metrics/vault_exporter/

2019-12-03 Thread William Hubbs
commit: 9bc6b3ebae9ea4fb986ecbdb0dcde8a680651e75
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 05:32:59 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 05:32:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc6b3eb

app-metrics/vault_exporter: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/vault_exporter/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-metrics/vault_exporter/metadata.xml 
b/app-metrics/vault_exporter/metadata.xml
index 4eafefdd682..d6d08d4ba9c 100644
--- a/app-metrics/vault_exporter/metadata.xml
+++ b/app-metrics/vault_exporter/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

grapeshot/vault_exporter




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

2019-12-03 Thread William Hubbs
commit: 9445b7d8b87bb31984eb89018d0d812e09ea3e34
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 03:23:20 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 03:23:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9445b7d8

sys-auth/docker_auth: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 sys-auth/docker_auth/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-auth/docker_auth/metadata.xml 
b/sys-auth/docker_auth/metadata.xml
index 6028c6e735a..4484f1e05d2 100644
--- a/sys-auth/docker_auth/metadata.xml
+++ b/sys-auth/docker_auth/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

cesanta/docker_auth




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

2019-12-03 Thread William Hubbs
commit: abcc34de32cc0214ef4ab6c839cde4c7c453b0b5
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 03:22:54 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 03:22:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abcc34de

app-emulation/reg: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/reg/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/reg/metadata.xml b/app-emulation/reg/metadata.xml
index 9aa0e8cb7d6..7496d961803 100644
--- a/app-emulation/reg/metadata.xml
+++ b/app-emulation/reg/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

genuinetools/reg




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

2019-12-03 Thread William Hubbs
commit: 341b1d74c66dcceda228daec7969307366814bfe
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 03:23:08 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 03:23:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341b1d74

dev-util/drone: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 dev-util/drone/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-util/drone/metadata.xml b/dev-util/drone/metadata.xml
index e15bf13f44f..cdcaf7c178a 100644
--- a/dev-util/drone/metadata.xml
+++ b/dev-util/drone/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

drone/drone




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

2019-12-03 Thread William Hubbs
commit: 1b249b080ffa940af688bd0cfc42fe7e7d182fb7
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 03:22:03 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 03:22:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b249b08

app-admin/docker-bench: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-admin/docker-bench/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-admin/docker-bench/metadata.xml 
b/app-admin/docker-bench/metadata.xml
index c400d0cb1ee..55e8d234560 100644
--- a/app-admin/docker-bench/metadata.xml
+++ b/app-admin/docker-bench/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

aquasecurity/docker-bench




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

2019-12-03 Thread William Hubbs
commit: 8a8409afedcb09c8ef283170fd6110cb62a0726b
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 03:22:42 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 03:22:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8409af

app-emulation/cadvisor: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/cadvisor/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/cadvisor/metadata.xml 
b/app-emulation/cadvisor/metadata.xml
index 2003ff821dd..054ff1968a4 100644
--- a/app-emulation/cadvisor/metadata.xml
+++ b/app-emulation/cadvisor/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

google/cadvisor




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

2019-12-03 Thread William Hubbs
commit: da2c083ed4ba5f33d5b8362485e7499cc178158e
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Dec  4 03:23:03 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 03:23:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2c083e

dev-util/drone-cli: add myself as maintainer

Signed-off-by: William Hubbs  gentoo.org>

 dev-util/drone-cli/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-util/drone-cli/metadata.xml b/dev-util/drone-cli/metadata.xml
index c854cc9a8e3..4acefc58410 100644
--- a/dev-util/drone-cli/metadata.xml
+++ b/dev-util/drone-cli/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   willi...@gentoo.org
+   William Hubbs
+   

drone/drone-cli




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

2019-12-03 Thread Patrick McLean
commit: 659b38cdb0c510b902709d9faa71de9b1713e0de
Author: Patrick McLean  sony  com>
AuthorDate: Wed Dec  4 03:10:40 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Dec  4 03:14:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659b38cd

dev-python/pytest-localserver-0.5.0: add py38

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Patrick McLean  gentoo.org>

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

diff --git a/dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild 
b/dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild
index 31fa3995c52..dd77d954ff7 100644
--- a/dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild
+++ b/dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=(python{2_7,3_{5,6,7}} pypy{,3} )
+PYTHON_COMPAT=(python{2_7,3_{5,6,7,8}} pypy{,3} )
 
 inherit distutils-r1
 



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

2019-12-03 Thread Patrick McLean
commit: 4ebfc4044156e3ef2a5a735aa064b9c47679ca28
Author: Patrick McLean  sony  com>
AuthorDate: Wed Dec  4 03:07:31 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Dec  4 03:14:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ebfc404

dev-python/cookies-2.2.1-r1: revbump, add py38

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/cookies/cookies-2.2.1-r1.ebuild |  26 +++
 .../cookies/files/cookies-2.2.1-fix-warnings.patch | 201 +
 dev-python/cookies/files/cookies-2.2.1-tests.patch |  28 +++
 3 files changed, 255 insertions(+)

diff --git a/dev-python/cookies/cookies-2.2.1-r1.ebuild 
b/dev-python/cookies/cookies-2.2.1-r1.ebuild
new file mode 100644
index 000..7902a8e44f2
--- /dev/null
+++ b/dev-python/cookies/cookies-2.2.1-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=(python{2_7,3_{5,6,7,8}} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Friendlier RFC 6265-compliant cookie parser/renderer"
+HOMEPAGE="https://gitlab.com/sashahart/cookies;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+PATCHES=(
+   # https://gitlab.com/sashahart/cookies/merge_requests/2
+   "${FILESDIR}/cookies-2.2.1-fix-warnings.patch"
+
+   "${FILESDIR}/cookies-2.2.1-tests.patch"
+)
+
+distutils_enable_tests pytest

diff --git a/dev-python/cookies/files/cookies-2.2.1-fix-warnings.patch 
b/dev-python/cookies/files/cookies-2.2.1-fix-warnings.patch
new file mode 100644
index 000..adb43f4241d
--- /dev/null
+++ b/dev-python/cookies/files/cookies-2.2.1-fix-warnings.patch
@@ -0,0 +1,201 @@
+diff --git a/cookies.py b/cookies.py
+index 
d1637d22630580e25cb0b1405754dd7e195bf85f..4fd0ebbd07384e02d6f40e45a4432a2baa95fc8b
 100644
+--- a/cookies.py
 b/cookies.py
+@@ -132,7 +132,7 @@ class Definitions(object):
+ # attribute and extract it appropriately.
+ # As compared with the RFC production grammar, it is must more liberal 
with
+ # space characters, in order not to break on data made by barbarians.
+-SET_COOKIE_HEADER = """(?x) # Verbose mode
++SET_COOKIE_HEADER = r"""(?x) # Verbose mode
+ ^(?:Set-Cookie:[ ]*)?
+ (?P[{name}:]+)
+ [ ]*=[ ]*
+@@ -203,7 +203,7 @@ class Definitions(object):
+ # Here is the overall date format; ~99% of cases fold into one generalized
+ # syntax like RFC 1123, and many of the rest use asctime-like formats.
+ # (see test_date_formats for a full exegesis)
+-DATE = """(?ix) # Case-insensitive mode, verbose mode
++_DATE = """
+ (?:
+ (?P(?:{wdy}|{weekday}),[ ])?
+ (?P{day})
+@@ -230,11 +230,17 @@ class Definitions(object):
+ (?P\d\d\d\d)
+ (?:[ ]GMT)?  # GMT (Amazon)
+ )
+-"""
+-DATE = DATE.format(wdy=WEEKDAY_SHORT, weekday=WEEKDAY_LONG,
+-   day=DAY_OF_MONTH, mon=MONTH_SHORT, month=MONTH_LONG)
++""".format(wdy=WEEKDAY_SHORT, weekday=WEEKDAY_LONG,
++   day=DAY_OF_MONTH, mon=MONTH_SHORT, month=MONTH_LONG)
++
++# Starting in Python 3.6, embedding a regex that starts with "(?ix)" in
++# the middle of another regex produces a warning (and will stop working
++# altogether in some future Python version).  We thus create two variables
++# here: _DATE is for embedding inside other regexes (which must themselves
++# begin with "(?ix)"), DATE is for standalone matching.
++DATE = '(?ix)' + _DATE
+ 
+-EXPIRES_AV = "Expires=(?P%s)" % DATE
++EXPIRES_AV = "Expires=(?P%s)" % _DATE
+ 
+ # Now we're ready to define a regexp which can match any number of attrs
+ # in the variable portion of the Set-Cookie header (like the unnamed 
latter
+@@ -263,7 +269,7 @@ class Definitions(object):
+path=PATH_AV, stuff=EXTENSION_AV)
+ 
+ # For request data ("Cookie: ") parsing, with finditer cf. RFC 6265 4.2.1
+-COOKIE = """(?x) # Verbose mode
++COOKIE = r"""(?x) # Verbose mode
+ (?: # Either something close to valid...
+ 
+ # Match starts at start of string, or at separator.
+@@ -306,13 +312,13 @@ class Definitions(object):
+ """.format(name=COOKIE_NAME, value=COOKIE_OCTET)
+ 
+ # Precompile externally useful definitions into re objects.
+-COOKIE_NAME_RE = re.compile("^([%s:]+)\Z" % COOKIE_NAME)
++COOKIE_NAME_RE = re.compile(r"^([%s:]+)\Z" % COOKIE_NAME)
+ COOKIE_RE = re.compile(COOKIE)
+ SET_COOKIE_HEADER_RE = re.compile(SET_COOKIE_HEADER)
+ ATTR_RE = re.compile(ATTR)
+ DATE_RE = re.compile(DATE)
+ DOMAIN_RE = re.compile(DOMAIN)
+-PATH_RE = re.compile('^([%s]+)\Z' % EXTENSION_AV)
++PATH_RE = 

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

2019-12-03 Thread Patrick McLean
commit: fce43338666f8d654bfa891b3e63ba57bbc3e312
Author: Patrick McLean  sony  com>
AuthorDate: Wed Dec  4 02:42:20 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Dec  4 03:14:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce43338

dev-python/testpath-0.4.4: version bump, add py38

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Patrick McLean  gentoo.org>

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

diff --git a/dev-python/testpath/Manifest b/dev-python/testpath/Manifest
index 631cb2c9ded..cc82c12571b 100644
--- a/dev-python/testpath/Manifest
+++ b/dev-python/testpath/Manifest
@@ -1 +1,2 @@
 DIST testpath-0.3.1.tar.gz 91333 BLAKE2B 
86787b9677e8baa6d45fb5e6f047f2ab448e385201f20af3a3a9f33d6edd6c67e4eec09c178e815626096ad77d417ef99ddee562bf0fd7947b3f7ae1862f8156
 SHA512 
ab826cfb76d9a3ed6f1b178240f6bf61439bd792be26b5ad407b5c3efaa455b48965ceaf17e4ca6a4bc706465a8ed1c6c31a1572df5beeea2bb8db7814dc04f0
+DIST testpath-0.4.4.tar.gz 92101 BLAKE2B 
e607fbccf66570ebe29779701bac11048751e9ee8381cd7841ba5dc55e02ee2edc32e8fd8a4a869fdd786f0c4bacdb5e7efc644e0111c24a786631257a08c9cb
 SHA512 
4435c99325d535c713e88b59ce16704e10947232e4eccfe0e792ff9288b65e677417881ce8bbb69577aebb4b9ef793621d8e54898ecb158d07fc22e8445950e2

diff --git a/dev-python/testpath/testpath-0.4.4.ebuild 
b/dev-python/testpath/testpath-0.4.4.ebuild
new file mode 100644
index 000..17edd643cdd
--- /dev/null
+++ b/dev-python/testpath/testpath-0.4.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7,8}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Test utilities for code working with files and commands"
+HOMEPAGE="http://jupyter.org;
+SRC_URI="https://github.com/jupyter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+DEPEND="
+   test? (
+   dev-python/pathlib2[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.2-setup.py.patch"
+)
+
+distutils_enable_tests pytest
+distutils_enable_sphinx doc
+
+python_prepare_all() {
+   # Prevent un-needed download during build
+   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
+
+   distutils-r1_python_prepare_all
+}



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

2019-12-03 Thread Aaron Bauman
commit: 025e814bf30de359cef40ace6b525d5c0a14c95a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 03:12:55 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 03:13:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025e814b

Revert "arch/amd64/u.s.m: un-stable-mask py3.7"

This reverts commit ba87ae968b3fc9bdaf1d72da957e63eb20af7f39.

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

 profiles/arch/amd64/use.stable.mask | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/use.stable.mask 
b/profiles/arch/amd64/use.stable.mask
index 60f6af4f61b..73caf594a8a 100644
--- a/profiles/arch/amd64/use.stable.mask
+++ b/profiles/arch/amd64/use.stable.mask
@@ -9,7 +9,9 @@
 audacious
 
 # Mike Gilbert  (2017-06-08)
-# dev-lang/python:3.8 is not stable.
+# dev-lang/python:3.7 is not stable.
+python_targets_python3_7
+python_single_target_python3_7
 python_targets_python3_8
 python_single_target_python3_8
 



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

2019-12-03 Thread Matt Turner
commit: 69d1467602fb3fc84ea3904aff5eb28546426f3a
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Dec  4 02:33:18 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Dec  4 02:34:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d14676

net-misc/mosh-1.3.2: ia64 stable

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

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

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index 950ba417243..be9bd1d1b4b 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="



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

2019-12-03 Thread Andreas Sturmlechner
commit: 8191a8997870bc786b1b74d01b46f53dbd2ec0f0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 16 22:16:27 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec  4 02:29:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8191a899

cmake-utiles.eclass: Add cmake_use_find_package

Alias for cmake-utils_use_find_package

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 eclass/cmake-utils.eclass | 12 
 1 file changed, 12 insertions(+)

diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index e7a48116da7..b0225992322 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -338,6 +338,18 @@ cmake-utils_use_find_package() {
_cmake_use_me_now_inverted CMAKE_DISABLE_FIND_PACKAGE_ "$@" ;
 }
 
+# @FUNCTION: cmake_use_find_package
+# @USAGE:  
+# @DESCRIPTION:
+# Alias for cmake-utils_use_find_package.
+cmake_use_find_package() {
+   if [[ "$#" != 2 ]] ; then
+   die "Usage: cmake_use_find_package  "
+   fi
+
+   cmake-utils_use_find_package "$@" ;
+}
+
 # @FUNCTION: cmake-utils_use_disable
 # @USAGE:  [flag name]
 # @DESCRIPTION:



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

2019-12-03 Thread Aaron Bauman
commit: 489b44f9f2c8b979aed4eaa2803b839434a564ea
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 02:12:32 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 02:12:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489b44f9

dev-python/pillow: arm64 stable (bug #701828)

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

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

diff --git a/dev-python/pillow/pillow-6.2.1.ebuild 
b/dev-python/pillow/pillow-6.2.1.ebuild
index 7725db042b0..6ecc132edfc 100644
--- a/dev-python/pillow/pillow-6.2.1.ebuild
+++ b/dev-python/pillow/pillow-6.2.1.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib"
 REQUIRED_USE="test? ( jpeg tiff )"
 RESTRICT="!test? ( test )"



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

2019-12-03 Thread Aaron Bauman
commit: ba87ae968b3fc9bdaf1d72da957e63eb20af7f39
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 01:44:41 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 01:46:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba87ae96

arch/amd64/u.s.m: un-stable-mask py3.7

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

 profiles/arch/amd64/use.stable.mask | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/profiles/arch/amd64/use.stable.mask 
b/profiles/arch/amd64/use.stable.mask
index 73caf594a8a..60f6af4f61b 100644
--- a/profiles/arch/amd64/use.stable.mask
+++ b/profiles/arch/amd64/use.stable.mask
@@ -9,9 +9,7 @@
 audacious
 
 # Mike Gilbert  (2017-06-08)
-# dev-lang/python:3.7 is not stable.
-python_targets_python3_7
-python_single_target_python3_7
+# dev-lang/python:3.8 is not stable.
 python_targets_python3_8
 python_single_target_python3_8
 



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

2019-12-03 Thread Aaron Bauman
commit: df3f06a450cb883c62d40481264b5165968cca3b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 01:43:17 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 01:46:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3f06a4

dev-python/webtest: amd64 stable version 2.0.33

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

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

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index 993b03f7166..cac52924717 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: www-servers/tornado/

2019-12-03 Thread Aaron Bauman
commit: 84637abf9b87f6b67e4d3525a832bbafbab412d7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 01:42:53 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 01:46:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84637abf

www-servers/tornado: amd64 stable version 5.1

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

 www-servers/tornado/tornado-5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/tornado/tornado-5.1.ebuild 
b/www-servers/tornado/tornado-5.1.ebuild
index addc3d01bc4..cf30654f357 100644
--- a/www-servers/tornado/tornado-5.1.ebuild
+++ b/www-servers/tornado/tornado-5.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 
 CDEPEND="



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

2019-12-03 Thread Aaron Bauman
commit: fcc9d8beae1e0cdbba337c5fe204b0c59606475d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 01:43:43 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 01:46:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc9d8be

dev-lang/python: amd64 stable version 3.7.5-r1

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

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

diff --git a/dev-lang/python/python-3.7.5-r1.ebuild 
b/dev-lang/python/python-3.7.5-r1.ebuild
index fb27d536f6e..d1feeadcb26 100644
--- a/dev-lang/python/python-3.7.5-r1.ebuild
+++ b/dev-lang/python/python-3.7.5-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
 
 LICENSE="PSF-2"
 SLOT="3.7/3.7m"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2019-12-03 Thread Patrick McLean
commit: e1ee6cf8bbb49e2fef28c5de4649ac2fc69a202a
Author: Patrick McLean  sony  com>
AuthorDate: Wed Dec  4 01:19:16 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Dec  4 01:19:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ee6cf8

dev-python/pypiserver-1.3.1: add pypy{,3} support

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Patrick McLean  gentoo.org>

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

diff --git a/dev-python/pypiserver/pypiserver-1.3.1.ebuild 
b/dev-python/pypiserver/pypiserver-1.3.1.ebuild
index b5a3ddd40f7..a743d8143be 100644
--- a/dev-python/pypiserver/pypiserver-1.3.1.ebuild
+++ b/dev-python/pypiserver/pypiserver-1.3.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} )
 inherit distutils-r1
 
 DESCRIPTION="Minimal PyPI server"



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

2019-12-03 Thread Patrick McLean
commit: 78897df42f895505287fa97a94f261026acef4d0
Author: Patrick McLean  sony  com>
AuthorDate: Wed Dec  4 01:35:39 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Dec  4 01:35:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78897df4

dev-python/pytest-localserver-0.5.0: add pypy3 support

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Patrick McLean  gentoo.org>

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

diff --git a/dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild 
b/dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild
index 3a496a86392..31fa3995c52 100644
--- a/dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild
+++ b/dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=(python{2_7,3_{5,6,7}} pypy)
+PYTHON_COMPAT=(python{2_7,3_{5,6,7}} pypy{,3} )
 
 inherit distutils-r1
 



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

2019-12-03 Thread Patrick McLean
commit: 1b2f1f9f2f025dc9f616733647e14580d9bfd2ab
Author: Patrick McLean  sony  com>
AuthorDate: Tue Dec  3 22:44:14 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Dec  4 01:11:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2f1f9f

dev-python/passlib-1.7.2: Verbump, add pypy3, distutils helpers

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/passlib/Manifest|  1 +
 dev-python/passlib/files/passlib-1.7.2-pypy3.patch | 65 ++
 dev-python/passlib/passlib-1.7.2.ebuild| 33 +++
 3 files changed, 99 insertions(+)

diff --git a/dev-python/passlib/Manifest b/dev-python/passlib/Manifest
index 9fcb6b2ef94..2dc05f8ad0f 100644
--- a/dev-python/passlib/Manifest
+++ b/dev-python/passlib/Manifest
@@ -1 +1,2 @@
 DIST passlib-1.7.1.tar.gz 645724 BLAKE2B 
f34e3bbc5a61ff71cc989fa26edb9f992909bfdcc6ca1b094ebc02fc9942eb1db1ea18fc3dd5bb7d9fcecf6b4bd82e93aba07c7ce63ec85452b5d7117a6e1968
 SHA512 
3d5f069cd4e44e5e87cdabc46845acbdd6c1eeedb7ce1f611aebee87b0f7af19009b6a47a10ec555fd84260b9f5c933c6429e325d30326de3869f05031674168
+DIST passlib-1.7.2.tar.gz 649654 BLAKE2B 
40279113d9ff633cea47222f2d72af0abee78dc52a9b46adf66aaae213594eaae7f245cc80004f85b5055b882741b4bedfd81ee39132db23760d37a34e87ac6a
 SHA512 
1ea0654b177b5ab2e1a7e5c3949642c34805ace6e4e4a0f82fafdb3f374edd99c667906ce598c335b668da049860648d5cbebb3e62d775898d5b0cb8cfc7bf53

diff --git a/dev-python/passlib/files/passlib-1.7.2-pypy3.patch 
b/dev-python/passlib/files/passlib-1.7.2-pypy3.patch
new file mode 100644
index 000..304388196b2
--- /dev/null
+++ b/dev-python/passlib/files/passlib-1.7.2-pypy3.patch
@@ -0,0 +1,65 @@
+diff -ur a/passlib/utils/__init__.py b/passlib/utils/__init__.py
+--- a/passlib/utils/__init__.py2019-11-19 11:41:26.0 -0800
 b/passlib/utils/__init__.py2019-12-03 14:16:15.153791186 -0800
+@@ -57,7 +57,7 @@
+ )
+ from passlib.exc import ExpectedStringError
+ from passlib.utils.compat import (add_doc, join_bytes, join_byte_values,
+-  join_byte_elems, irange, imap, PY3, u,
++  join_byte_elems, irange, imap, PY3, PYPY, u,
+   join_unicode, unicode, byte_elem_value, 
nextgetter,
+   unicode_or_bytes_types,
+   get_method_function, suppress_cause)
+@@ -776,23 +776,41 @@
+
+ if PY3:
+ def safe_crypt(secret, hash):
+-if isinstance(secret, bytes):
+-# Python 3's crypt() only accepts unicode, which is then
+-# encoding using utf-8 before passing to the C-level crypt().
+-# so we have to decode the secret.
+-orig = secret
++if not PYPY:
++if isinstance(secret, bytes):
++# Python 3's crypt() only accepts unicode, which is then
++# encoding using utf-8 before passing to the C-level 
crypt().
++# so we have to decode the secret.
++orig = secret
++try:
++secret = secret.decode("utf-8")
++except UnicodeDecodeError:
++return None
++assert secret.encode("utf-8") == orig, \
++"utf-8 spec says this can't happen!"
++if _NULL in secret:
++raise ValueError("null character in secret")
++else:
++if isinstance(secret, str):
++orig = secret
++try:
++secret = secret.encode("utf-8")
++except UnicodeEncodeError:
++return None
++assert secret.decode("utf-8") == orig, \
++"utf-8 spec says this can't happen!"
+ try:
+-secret = secret.decode("utf-8")
++if _NULL in secret.decode("utf-8"):
++raise ValueError("null character in secret")
+ except UnicodeDecodeError:
+ return None
+-assert secret.encode("utf-8") == orig, \
+-"utf-8 spec says this can't happen!"
+-if _NULL in secret:
+-raise ValueError("null character in secret")
++
+ if isinstance(hash, bytes):
+ hash = hash.decode("ascii")
+ result = _crypt(secret, hash)
+-if not result or result[0] in _invalid_prefixes:
++if PYPY and isinstance(result, bytes):
++result = result.decode("utf-8")
++if not result or result[0:1] in _invalid_prefixes:
+ return None
+ return result

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

2019-12-03 Thread Patrick McLean
commit: f69f85a5f10f6d6cc808cd1f15c6ad315820b78f
Author: Patrick McLean  sony  com>
AuthorDate: Tue Dec  3 21:17:52 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Dec  4 01:11:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69f85a5

dev-python/bcrypt-3.1.7-r2: revbump, add pypy3

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Patrick McLean  gentoo.org>

 .../bcrypt/{bcrypt-3.1.7-r1.ebuild => bcrypt-3.1.7-r2.ebuild}  | 10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/dev-python/bcrypt/bcrypt-3.1.7-r1.ebuild 
b/dev-python/bcrypt/bcrypt-3.1.7-r2.ebuild
similarity index 82%
rename from dev-python/bcrypt/bcrypt-3.1.7-r1.ebuild
rename to dev-python/bcrypt/bcrypt-3.1.7-r2.ebuild
index 7d4b5339ea6..3c4d8047e7c 100644
--- a/dev-python/bcrypt/bcrypt-3.1.7-r1.ebuild
+++ b/dev-python/bcrypt/bcrypt-3.1.7-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
 
 inherit distutils-r1
 
@@ -14,7 +14,6 @@ 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-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris"
-IUSE="test"
 
 COMMON_DEPEND="
$(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 
'python*')
@@ -23,12 +22,7 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( >=dev-python/pytest-3.2.1[${PYTHON_USEDEP}] )
 "
 RDEPEND="${COMMON_DEPEND}"
 
-RESTRICT="!test? ( test )"
-
-python_test() {
-   esetup.py test
-}
+distutils_enable_tests pytest



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

2019-12-03 Thread Aaron Bauman
commit: 83a43e462c9c9206c88d5381feffb445631c4bf8
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 01:01:10 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 01:01:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a43e46

dev-python/psutil: arm64 stable (bug #701846)

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

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

diff --git a/dev-python/psutil/psutil-5.6.7.ebuild 
b/dev-python/psutil/psutil-5.6.7.ebuild
index d2504bb759c..97c5417cd39 100644
--- a/dev-python/psutil/psutil-5.6.7.ebuild
+++ b/dev-python/psutil/psutil-5.6.7.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 ~s390 sparc x86 
~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 ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-03 Thread Aaron Bauman
commit: 6a8b318499be5a6629163520ff2761787f6e7415
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 00:55:20 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 00:56:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8b3184

sys-fs/ncdu: arm64 stable (bug #701880)

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

 sys-fs/ncdu/ncdu-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/ncdu/ncdu-1.14.1.ebuild b/sys-fs/ncdu/ncdu-1.14.1.ebuild
index 27a003fb9d2..dd11d18ddf9 100644
--- a/sys-fs/ncdu/ncdu-1.14.1.ebuild
+++ b/sys-fs/ncdu/ncdu-1.14.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.yorhel.nl/download/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~x64-macos"
 
 RDEPEND="
sys-libs/ncurses:0=[unicode]



[gentoo-commits] repo/gentoo:master commit in: app-cdr/isoimagewriter/

2019-12-03 Thread Andreas Sturmlechner
commit: 62e641449e0f662efdf949409cb06db8f2bf78db
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec  4 00:54:52 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec  4 00:55:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e64144

app-cdr/isoimagewriter: 0.8 amd64 stable

Closes: https://bugs.gentoo.org/700048
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild 
b/app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild
index 023d9ca9413..54df9ef3f20 100644
--- a/app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild
+++ b/app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://community.kde.org/ISOImageWriter;
 
 if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 LICENSE="GPL-3"



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

2019-12-03 Thread Aaron Bauman
commit: c902106e6752c0dad27fb1760c2d78ee03f7ead5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec  3 23:17:45 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 00:51:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c902106e

dev-python/pynacl: Fix tests with >=dev-python/hypothesis-4.0.0

Closes: https://bugs.gentoo.org/701936
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../pynacl/files/pynacl-1.3.0-hypothesis-4.patch   | 29 ++
 dev-python/pynacl/pynacl-1.3.0.ebuild  |  2 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pynacl/files/pynacl-1.3.0-hypothesis-4.patch 
b/dev-python/pynacl/files/pynacl-1.3.0-hypothesis-4.patch
new file mode 100644
index 000..9b7a5a905d4
--- /dev/null
+++ b/dev-python/pynacl/files/pynacl-1.3.0-hypothesis-4.patch
@@ -0,0 +1,29 @@
+From af2d8c241872318baba42d7f5fbfb1869de91baa Mon Sep 17 00:00:00 2001
+From: Valentin Heidelberger 
+Date: Thu, 27 Sep 2018 22:36:34 +0200
+Subject: [PATCH] Remove average_size hypothesis setting from test_bindings.py
+
+---
+ tests/test_bindings.py | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/tests/test_bindings.py b/tests/test_bindings.py
+index 22930cc7..d7951a21 100644
+--- a/tests/test_bindings.py
 b/tests/test_bindings.py
+@@ -306,7 +306,6 @@ def test_unpad_not_padded():
+ 
+ 
+ @given(binary(min_size=0,
+-  average_size=128,
+   max_size=2049),
+integers(min_value=16,
+ max_value=256)
+@@ -320,7 +319,6 @@ def test_pad_sizes(msg, bl_sz):
+ 
+ 
+ @given(binary(min_size=0,
+-  average_size=128,
+   max_size=2049),
+integers(min_value=16,
+ max_value=256)

diff --git a/dev-python/pynacl/pynacl-1.3.0.ebuild 
b/dev-python/pynacl/pynacl-1.3.0.ebuild
index ce1ea9dec3e..391ddc75589 100644
--- a/dev-python/pynacl/pynacl-1.3.0.ebuild
+++ b/dev-python/pynacl/pynacl-1.3.0.ebuild
@@ -27,6 +27,8 @@ DEPEND="${RDEPEND}
>=dev-python/pytest-3.2.1[${PYTHON_USEDEP}] )
 "
 
+PATCHES=( "${FILESDIR}/${P}-hypothesis-4.patch" )
+
 src_prepare() {
# For not using the bundled libsodium
export SODIUM_INSTALL=system



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

2019-12-03 Thread Aaron Bauman
commit: d040cfcf1aa83db862d2ae6a71dee5908de302df
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec  3 23:18:14 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 00:51:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d040cfcf

dev-python/pynacl: python3_8

Tests passed.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13855
Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/pynacl/pynacl-1.3.0.ebuild 
b/dev-python/pynacl/pynacl-1.3.0.ebuild
index 391ddc75589..ee7d75dcf92 100644
--- a/dev-python/pynacl/pynacl-1.3.0.ebuild
+++ b/dev-python/pynacl/pynacl-1.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7})
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8})
 
 inherit distutils-r1
 



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

2019-12-03 Thread Aaron Bauman
commit: 298230439c1db60e8972717cf83678552764255d
Author: Nils Freydank  posteo  de>
AuthorDate: Mon Dec  2 18:02:15 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 00:47:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29823043

dev-python/python-markdown-math: Add missing dep to markdown

Closes: https://bugs.gentoo.org/701190
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Nils Freydank  posteo.de>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../python-markdown-math-0.6-r1.ebuild | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/dev-python/python-markdown-math/python-markdown-math-0.6-r1.ebuild 
b/dev-python/python-markdown-math/python-markdown-math-0.6-r1.ebuild
new file mode 100644
index 000..58867491362
--- /dev/null
+++ b/dev-python/python-markdown-math/python-markdown-math-0.6-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+inherit distutils-r1
+
+MY_PN="python-${PN}"
+
+DESCRIPTION="Math extension for Python-Markdown"
+HOMEPAGE="https://github.com/mitya57/python-markdown-math;
+
+if [[ ${PV} == ** ]]
+   then
+   inherit git-r3
+   
EGIT_REPO_URI="https://github.com/mitya57/python-markdown-math.git;
+else
+   SRC_URI="mirror://pypi/${MY_PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+# Tests for python2.7 ran fine even with dev-python/markdown-2.6.5,
+# but python3.7 is only supported from 3.x onwards.
+DEPEND="
+   >=dev-python/markdown-3.0.1[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+python_test(){
+   esetup.py test
+}



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

2019-12-03 Thread Aaron Bauman
commit: 48e7b4612ba20cbe2e8b6a793a0518b5eedfa681
Author: Nils Freydank  posteo  de>
AuthorDate: Mon Dec  2 18:02:16 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 00:47:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e7b461

dev-python/python-markdown-math: Remove broken version

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Nils Freydank  posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/13828
Signed-off-by: Aaron Bauman  gentoo.org>

 .../python-markdown-math-0.6.ebuild| 34 --
 1 file changed, 34 deletions(-)

diff --git a/dev-python/python-markdown-math/python-markdown-math-0.6.ebuild 
b/dev-python/python-markdown-math/python-markdown-math-0.6.ebuild
deleted file mode 100644
index d018e35912c..000
--- a/dev-python/python-markdown-math/python-markdown-math-0.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
-inherit distutils-r1
-
-MY_PN="python-${PN}"
-
-DESCRIPTION="Math extension for Python-Markdown"
-HOMEPAGE="https://github.com/mitya57/python-markdown-math;
-
-if [[ ${PV} == * ]]
-   then
-   inherit git-r3
-   
EGIT_REPO_URI="https://github.com/mitya57/python-markdown-math.git;
-   else
-   SRC_URI="mirror://pypi/${MY_PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-python_test(){
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/

2019-12-03 Thread Andreas Sturmlechner
commit: dc5a832d3bf2e6572369ce01876d2fee21a6034f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec  4 00:05:47 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec  4 00:43:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5a832d

sci-astronomy/kstars: Add missing RDEPENDs

Reported-by: James Bates  gmail.com>
Closes: https://bugs.gentoo.org/701492
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-astronomy/kstars/kstars-3.3.8-r1.ebuild | 99 +
 1 file changed, 99 insertions(+)

diff --git a/sci-astronomy/kstars/kstars-3.3.8-r1.ebuild 
b/sci-astronomy/kstars/kstars-3.3.8-r1.ebuild
new file mode 100644
index 000..c48bafc5922
--- /dev/null
+++ b/sci-astronomy/kstars/kstars-3.3.8-r1.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+PYTHON_COMPAT=( python2_7 )
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org python-single-r1
+
+DESCRIPTION="Desktop Planetarium"
+HOMEPAGE="https://kde.org/applications/education/org.kde.kstars
+https://edu.kde.org/kstars/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2" # TODO CHECK
+SLOT="5"
+IUSE="fits indi +password raw wcs"
+
+REQUIRED_USE="indi? ( fits ) ${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="
+   >=dev-qt/qtdatavis3d-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwebsockets-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/knotifyconfig-${KFMIN}:5
+   >=kde-frameworks/kplotting-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   sys-libs/zlib
+   fits? ( sci-libs/cfitsio )
+   indi? (
+   >=sci-libs/indilib-1.7.5
+   sci-libs/libnova
+   )
+   password? ( dev-libs/qtkeychain:= )
+   raw? ( media-libs/libraw:= )
+   wcs? ( sci-astronomy/wcslib )
+"
+# TODO: Add back when re-enabled by upstream
+#  opengl? (
+#  >=dev-qt/qtopengl-${QTMIN}:5
+#  virtual/opengl
+#  )
+DEPEND="${COMMON_DEPEND}
+   dev-cpp/eigen:3
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+"
+RDEPEND="${COMMON_DEPEND}
+   ${PYTHON_DEPS}
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtpositioning-${QTMIN}:5
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DFETCH_TRANSLATIONS=OFF
+   -DBUILD_DOC=$(usex handbook)
+   $(cmake-utils_use_find_package fits CFitsio)
+   $(cmake-utils_use_find_package indi INDI)
+   $(cmake-utils_use_find_package password Qt5Keychain)
+   $(cmake-utils_use_find_package raw LibRaw)
+   $(cmake-utils_use_find_package wcs WCSLIB)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if [[ -z "${REPLACING_VERSIONS}" ]] && ! has_version "x11-misc/xplanet" 
; then
+   elog "${PN} has optional runtime support for x11-misc/xplanet"
+   fi
+   # same for AstrometryNet, which is not packaged.
+}



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/

2019-12-03 Thread Andreas Sturmlechner
commit: 5ac285081d9d20543d6dc81ac42f24660ff16c37
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec  4 00:07:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec  4 00:43:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac28508

sci-astronomy/kstars: Drop 3.3.8 (r0)

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-astronomy/kstars/kstars-3.3.8.ebuild | 95 
 1 file changed, 95 deletions(-)

diff --git a/sci-astronomy/kstars/kstars-3.3.8.ebuild 
b/sci-astronomy/kstars/kstars-3.3.8.ebuild
deleted file mode 100644
index b92f415b1be..000
--- a/sci-astronomy/kstars/kstars-3.3.8.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-PYTHON_COMPAT=( python2_7 )
-KFMIN=5.60.0
-QTMIN=5.12.3
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Desktop Planetarium"
-HOMEPAGE="https://kde.org/applications/education/org.kde.kstars
-https://edu.kde.org/kstars/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2" # TODO CHECK
-SLOT="5"
-IUSE="fits indi +password raw wcs"
-
-REQUIRED_USE="indi? ( fits ) ${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="
-   >=dev-qt/qtdatavis3d-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwebsockets-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/knotifyconfig-${KFMIN}:5
-   >=kde-frameworks/kplotting-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   sys-libs/zlib
-   fits? ( sci-libs/cfitsio )
-   indi? (
-   >=sci-libs/indilib-1.7.5
-   sci-libs/libnova
-   )
-   password? ( dev-libs/qtkeychain:= )
-   raw? ( media-libs/libraw:= )
-   wcs? ( sci-astronomy/wcslib )
-"
-# TODO: Add back when re-enabled by upstream
-#  opengl? (
-#  >=dev-qt/qtopengl-${QTMIN}:5
-#  virtual/opengl
-#  )
-DEPEND="${COMMON_DEPEND}
-   dev-cpp/eigen:3
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
-   ${PYTHON_DEPS}
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DFETCH_TRANSLATIONS=OFF
-   -DBUILD_DOC=$(usex handbook)
-   $(cmake-utils_use_find_package fits CFitsio)
-   $(cmake-utils_use_find_package indi INDI)
-   $(cmake-utils_use_find_package password Qt5Keychain)
-   $(cmake-utils_use_find_package raw LibRaw)
-   $(cmake-utils_use_find_package wcs WCSLIB)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! has_version "x11-misc/xplanet" 
; then
-   elog "${PN} has optional runtime support for x11-misc/xplanet"
-   fi
-   # same for AstrometryNet, which is not packaged.
-}



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

2019-12-03 Thread Andreas Sturmlechner
commit: 34a75d01888a0c1115bdc134c120257b38ba6141
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec  4 00:42:43 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec  4 00:43:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a75d01

sci-libs/indilib: Drop 1.8.2 (r0)

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/indilib/indilib-1.8.2.ebuild | 52 ---
 1 file changed, 52 deletions(-)

diff --git a/sci-libs/indilib/indilib-1.8.2.ebuild 
b/sci-libs/indilib/indilib-1.8.2.ebuild
deleted file mode 100644
index 1598a17c3d0..000
--- a/sci-libs/indilib/indilib-1.8.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils udev
-
-DESCRIPTION="INDI Astronomical Control Protocol library"
-HOMEPAGE="https://www.indilib.org/;
-SRC_URI="https://github.com/${PN}/${PN/lib/}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD GPL-2+ LGPL-2+ LGPL-2.1+"
-SLOT="0/1"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="ogg test"
-
-RDEPEND="
-   net-misc/curl
-   sci-libs/cfitsio:=
-   sci-libs/gsl:=
-   sci-libs/libnova:=
-   sys-libs/zlib
-   virtual/jpeg:0
-   virtual/libusb:0
-   ogg? (
-   media-libs/libogg
-   media-libs/libtheora
-   )
-"
-DEPEND="${RDEPEND}
-   kernel_linux? ( sys-kernel/linux-headers )
-   test? ( >=dev-cpp/gtest-1.8.0 )
-"
-
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${P/lib/}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DINDI_BUILD_QT5_CLIENT=OFF
-   -DINDI_BUILD_UNITTESTS=$(usex test)
-   -DUDEVRULES_INSTALL_DIR="$(get_udevdir)"
-   $(cmake-utils_use_find_package ogg OggTheora)
-   )
-
-   cmake-utils_src_configure
-}
-
-src_test() {
-   BUILD_DIR="${BUILD_DIR}"/test cmake-utils_src_test
-}



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

2019-12-03 Thread Andreas Sturmlechner
commit: 7cc890ee2a395c54d5b4fe50779514911f81319a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec  4 00:37:46 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec  4 00:43:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc890ee

sci-libs/indilib: Fix RDEPENDs, add USE websocket

Reported-by: Toralf Förster  gentoo.org>
Closes: https://bugs.gentoo.org/700876
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/indilib/indilib-1.8.2-r1.ebuild | 56 
 sci-libs/indilib/metadata.xml|  3 ++
 2 files changed, 59 insertions(+)

diff --git a/sci-libs/indilib/indilib-1.8.2-r1.ebuild 
b/sci-libs/indilib/indilib-1.8.2-r1.ebuild
new file mode 100644
index 000..7e6d637a007
--- /dev/null
+++ b/sci-libs/indilib/indilib-1.8.2-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils udev
+
+DESCRIPTION="INDI Astronomical Control Protocol library"
+HOMEPAGE="https://www.indilib.org/;
+SRC_URI="https://github.com/${PN}/${PN/lib/}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD GPL-2+ LGPL-2+ LGPL-2.1+"
+SLOT="0/1"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="ogg test websocket"
+
+RDEPEND="
+   net-misc/curl
+   sci-libs/cfitsio:=
+   sci-libs/fftw:3.0=
+   sci-libs/gsl:=
+   sci-libs/libnova:=
+   sys-libs/zlib
+   virtual/jpeg:0
+   virtual/libusb:0
+   ogg? (
+   media-libs/libogg
+   media-libs/libtheora
+   )
+   websocket? ( dev-libs/boost:= )
+"
+DEPEND="${RDEPEND}
+   kernel_linux? ( sys-kernel/linux-headers )
+   test? ( >=dev-cpp/gtest-1.8.0 )
+   websocket? ( dev-cpp/websocketpp )
+"
+
+RESTRICT="!test? ( test )"
+
+S="${WORKDIR}/${P/lib/}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DINDI_BUILD_QT5_CLIENT=OFF
+   -DINDI_BUILD_UNITTESTS=$(usex test)
+   -DUDEVRULES_INSTALL_DIR="$(get_udevdir)"
+   $(cmake-utils_use_find_package ogg OggTheora)
+   -DINDI_BUILD_WEBSOCKET=$(usex websocket)
+   )
+
+   cmake-utils_src_configure
+}
+
+src_test() {
+   BUILD_DIR="${BUILD_DIR}"/test cmake-utils_src_test
+}

diff --git a/sci-libs/indilib/metadata.xml b/sci-libs/indilib/metadata.xml
index f0a7e60d23e..5d5d0f3c56e 100644
--- a/sci-libs/indilib/metadata.xml
+++ b/sci-libs/indilib/metadata.xml
@@ -9,4 +9,7 @@
indilib/indi
indi

+   
+   Enable support for WebSocket 
protocol
+   
 



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

2019-12-03 Thread Aaron Bauman
commit: e40409cc94e11f6e396f4dcc4f2be0ae3c9ee683
Author: Christian Tietz  mailbox  org>
AuthorDate: Tue Dec  3 20:07:04 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 00:41:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40409cc

sys-apps/bleachbit: Remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Christian Tietz  mailbox.org>
Closes: https://github.com/gentoo/gentoo/pull/13852
Signed-off-by: Aaron Bauman  gentoo.org>

 sys-apps/bleachbit/Manifest |  1 -
 sys-apps/bleachbit/bleachbit-2.2.ebuild | 55 -
 2 files changed, 56 deletions(-)

diff --git a/sys-apps/bleachbit/Manifest b/sys-apps/bleachbit/Manifest
index 0a0fc63f9a5..9a75f2900af 100644
--- a/sys-apps/bleachbit/Manifest
+++ b/sys-apps/bleachbit/Manifest
@@ -1,2 +1 @@
-DIST bleachbit-2.2.tar.gz 1100913 BLAKE2B 
a16e63a2533f9d9c385d384e2fd65dbb32a8f064e769f99e8a8cab9c4069cc7b21e6896c5fa8d02d8204e8c93da8a5f66605601eb44ecc354d41f1a6d9fe2d0a
 SHA512 
c7661cc64358a6420768c3ee1a6ec97d2fd4f0bf67b393be045ef79cef8b3f8cc273a51a5dd7c79d89b8a14cd1357f7714fc860addc9ae74af48bd8d427b3a5a
 DIST bleachbit-3.0.tar.bz2 562646 BLAKE2B 
4acdd5469ac1b36ff149231ad0b1b2e4e85a54a81c24c7751ceeed569526b905c1cc6be5201c4fb6929eb48e0553f0b27016de2584ee2f702492cc3fe659c2f9
 SHA512 
0d61f0b183c0d453275913741020c54c2915be9df45be706203e2278b125f4a02c75865117a7a2d587a034caa9bf109b2f498a4d522cc103c3879cc4a5d4854d

diff --git a/sys-apps/bleachbit/bleachbit-2.2.ebuild 
b/sys-apps/bleachbit/bleachbit-2.2.ebuild
deleted file mode 100644
index 79c60771348..000
--- a/sys-apps/bleachbit/bleachbit-2.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite(+)"
-
-inherit desktop distutils-r1
-
-DESCRIPTION="Clean junk to free disk space and to maintain privacy"
-HOMEPAGE="https://www.bleachbit.org;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+gtk"
-
-RDEPEND="gtk? ( dev-python/pygtk:2[$PYTHON_USEDEP] )"
-BDEPEND="sys-devel/gettext"
-
-python_prepare_all() {
-   # choose correct Python implementation, bug #465254
-   sed -i 's/python/$(PYTHON)/g' po/Makefile || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   emake -C po local
-}
-
-python_install() {
-   distutils-r1_python_install
-   python_newscript ${PN}.py ${PN}
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   emake -C po DESTDIR="${D}" install
-
-   # https://bugs.gentoo.org/388999
-   insinto /usr/share/bleachbit/cleaners
-   doins cleaners/*.xml
-
-   doicon ${PN}.png
-   domenu ${PN}.desktop
-}
-
-pkg_postinst() {
-   elog "Bleachbit has optional notification support. To enable, please 
install:"
-   elog ""
-   elog "  dev-python/notify-python"
-}



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

2019-12-03 Thread William Hubbs
commit: 2c570a1f77894fe5108f6da950708e0d2284719c
Author: William Hubbs  sony  com>
AuthorDate: Wed Dec  4 00:36:10 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec  4 00:38:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c570a1f

profiles/package.mask: unmask several packages I am maintaining

This has the approval of the qa lead. I will start working on fixing the
license information.

Signed-off-by: William Hubbs  gentoo.org>

 profiles/package.mask | 6 --
 1 file changed, 6 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 1e344a7bcc4..e2369371ed9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -60,16 +60,10 @@ app-misc/rq
 # sys-auth/docker_auth: #695298
 #
 # Removal in 30 days.
-app-admin/docker-bench
 app-admin/linux-bench
-app-emulation/cadvisor
 app-emulation/cri-tools
-app-emulation/reg
 dev-go/glide
-dev-util/drone
-dev-util/drone-cli
 net-misc/istioctl
-sys-auth/docker_auth
 
 # Michał Górny  (2019-12-01)
 # Added in 2013 and not updated since.  Unmaintained upstream since



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

2019-12-03 Thread Rick Farina
commit: a2cff0c056a8397852e4037ab643e4a2c4032118
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Dec  4 00:22:42 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Dec  4 00:25:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2cff0c0

net-wireless/airspy: add ~arm

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

 net-wireless/airspy/airspy-1.0.9.ebuild | 3 +--
 net-wireless/airspy/airspy-.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-wireless/airspy/airspy-1.0.9.ebuild 
b/net-wireless/airspy/airspy-1.0.9.ebuild
index 0dab450c333..c87df5170b7 100644
--- a/net-wireless/airspy/airspy-1.0.9.ebuild
+++ b/net-wireless/airspy/airspy-1.0.9.ebuild
@@ -1,6 +1,5 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=7
 
@@ -15,7 +14,7 @@ if [[ ${PV} == * ]]; then
 else
SRC_URI="https://github.com/airspy/host/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}/airspyone_host-${PV}"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~x86"
 fi
 
 LICENSE="GPL-2+"

diff --git a/net-wireless/airspy/airspy-.ebuild 
b/net-wireless/airspy/airspy-.ebuild
index 0dab450c333..c87df5170b7 100644
--- a/net-wireless/airspy/airspy-.ebuild
+++ b/net-wireless/airspy/airspy-.ebuild
@@ -1,6 +1,5 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=7
 
@@ -15,7 +14,7 @@ if [[ ${PV} == * ]]; then
 else
SRC_URI="https://github.com/airspy/host/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}/airspyone_host-${PV}"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~x86"
 fi
 
 LICENSE="GPL-2+"



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

2019-12-03 Thread Rick Farina
commit: c7b7c4910acf50cb7cc363be93fd721259280850
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Dec  4 00:25:02 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Dec  4 00:25:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b7c491

net-wireless/gr-osmosdr: add airspy support

cosmetic version bump to match upstream

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

 net-wireless/gr-osmosdr/Manifest |  1 +
 .../gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r5.ebuild  |  2 --
 ...0.1.4_p20180626-r4.ebuild => gr-osmosdr-0.1.5.ebuild} | 16 ++--
 net-wireless/gr-osmosdr/gr-osmosdr-.ebuild   | 16 ++--
 net-wireless/gr-osmosdr/metadata.xml |  1 +
 5 files changed, 14 insertions(+), 22 deletions(-)

diff --git a/net-wireless/gr-osmosdr/Manifest b/net-wireless/gr-osmosdr/Manifest
index c2b2cbbba87..f79d0e5e0b5 100644
--- a/net-wireless/gr-osmosdr/Manifest
+++ b/net-wireless/gr-osmosdr/Manifest
@@ -1 +1,2 @@
 DIST gr-osmosdr-0.1.4_p20180626.tar.xz 179568 BLAKE2B 
223d23bd17edd5f4ee78237e509c79e5e7e49bbfb516009c3b5a715f386fcd138beea48e417d4576a7749cdb440736b6d92c8766b614bf617ef6b2bb4a293fda
 SHA512 
8540da1f4d6936e0a97fa2f3e24af1866d44620fd7e7bc65b323364f67f1527fe8e0efd7bf0349be5e3d61f2ed24fa736c924ea0038e44fa3ab72848fe254a28
+DIST gr-osmosdr-0.1.5.tar.gz 278257 BLAKE2B 
f63704bd8d7e1fc86cfab256e8813716ac56a4b962f37d9e027df6234ee8e6d78a9d8459408d31ace4a3d6f46edfca0cc1eb9c1004b7052332ead1528cc5ec4b
 SHA512 
5c028dcacf3cb94696eecdd31f4f09b31158c8ce12646d577535ba20942103899e5e21f001f2dd7d0a56eb58f17c2aa849139b495c61e21b60dd6678444b0983

diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r5.ebuild 
b/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r5.ebuild
index 08764526720..75a47d73672 100644
--- a/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r5.ebuild
+++ b/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r5.ebuild
@@ -13,14 +13,12 @@ if [[ ${PV} == * ]]; then
inherit git-r3
SRC_URI=""
EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
-   KEYWORDS=""
 else

#SRC_URI="http://cgit.osmocom.org/gr-osmosdr/snapshot/gr-osmosdr-${PV}.tar.xz;
#git clone git://git.osmocom.org/gr-osmosdr.git
#cd gr-osmosdr
#git archive --format=tar --prefix=gr-osmosdr-${PV}/ v${PV} | xz > 
../gr-osmosdr-${PV}.tar.xz

SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/gr-osmosdr-${PV}.tar.xz;
-   KEYWORDS=""
 fi
 
 LICENSE="GPL-3"

diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r4.ebuild 
b/net-wireless/gr-osmosdr/gr-osmosdr-0.1.5.ebuild
similarity index 77%
rename from net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r4.ebuild
rename to net-wireless/gr-osmosdr/gr-osmosdr-0.1.5.ebuild
index 67f6413233c..780a3c706b8 100644
--- a/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r4.ebuild
+++ b/net-wireless/gr-osmosdr/gr-osmosdr-0.1.5.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 PYTHON_COMPAT=( python2_7 )
 
 inherit cmake-utils python-single-r1
@@ -11,25 +11,20 @@ HOMEPAGE="http://sdr.osmocom.org/trac/wiki/GrOsmoSDR;
 
 if [[ ${PV} == * ]]; then
inherit git-r3
-   SRC_URI=""
-   EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
-   KEYWORDS=""
+   EGIT_REPO_URI="https://github.com/osmocom/gr-osmosdr.git;
 else
-   
#SRC_URI="http://cgit.osmocom.org/gr-osmosdr/snapshot/gr-osmosdr-${PV}.tar.xz;
-   #git clone git://git.osmocom.org/gr-osmosdr.git
-   #cd gr-osmosdr
-   #git archive --format=tar --prefix=gr-osmosdr-${PV}/ v${PV} | xz > 
../gr-osmosdr-${PV}.tar.xz
-   
SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/gr-osmosdr-${PV}.tar.xz;
+   SRC_URI="https://github.com/osmocom/gr-osmosdr/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
 fi
 
 LICENSE="GPL-3"
 SLOT="0/${PV}"
-IUSE="bladerf fcd hackrf iqbalance mirisdr python rtlsdr sdrplay soapy uhd"
+IUSE="airspy bladerf fcd hackrf iqbalance mirisdr python rtlsdr sdrplay soapy 
uhd"
 
 RDEPEND="${PYTHON_DEPS}
dev-libs/boost:=
>=net-wireless/gnuradio-3.7_rc:0=[fcd?,${PYTHON_USEDEP}]
+   airspy? ( net-wireless/airspy )
bladerf? ( >=net-wireless/bladerf-2018.08_rc1:= )
hackrf? ( net-libs/libhackrf:= )
iqbalance? ( net-wireless/gr-iqbal:=[${PYTHON_USEDEP}] )
@@ -48,6 +43,7 @@ src_configure() {
-DENABLE_DEFAULT=OFF
-DPYTHON_EXECUTABLE="${PYTHON}"
-DENABLE_FILE=ON
+   -DENABLE_AIRSPY="$(usex airspy)"
-DENABLE_BLADERF="$(usex bladerf)"
-DENABLE_FCD="$(usex fcd)"
-DENABLE_HACKRF="$(usex hackrf)"

diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-.ebuild 

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

2019-12-03 Thread Craig Andrews
commit: fe441e26a48e707ad3521e1710d23b763a6f7b33
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Dec  3 23:44:59 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Dec  3 23:45:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe441e26

dev-libs/libfmt: restrict tests

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Craig Andrews  gentoo.org>

 dev-libs/libfmt/libfmt-6.1.0.ebuild | 1 +
 dev-libs/libfmt/libfmt-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-libs/libfmt/libfmt-6.1.0.ebuild 
b/dev-libs/libfmt/libfmt-6.1.0.ebuild
index 9bb4ee09304..cf60d148a15 100644
--- a/dev-libs/libfmt/libfmt-6.1.0.ebuild
+++ b/dev-libs/libfmt/libfmt-6.1.0.ebuild
@@ -23,6 +23,7 @@ fi
 
 DEPEND=""
 RDEPEND=""
+RESTRICT="!test? ( test )"
 
 multilib_src_configure() {
local mycmakeargs=(

diff --git a/dev-libs/libfmt/libfmt-.ebuild 
b/dev-libs/libfmt/libfmt-.ebuild
index 9bb4ee09304..cf60d148a15 100644
--- a/dev-libs/libfmt/libfmt-.ebuild
+++ b/dev-libs/libfmt/libfmt-.ebuild
@@ -23,6 +23,7 @@ fi
 
 DEPEND=""
 RDEPEND=""
+RESTRICT="!test? ( test )"
 
 multilib_src_configure() {
local mycmakeargs=(



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

2019-12-03 Thread Aaron Bauman
commit: ef473e39730b3e97f975b8a40227146277c57ce6
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 23:37:29 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 23:37:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef473e39

dev-python/sphinx-issues: add py3.5 and pypy

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

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

diff --git a/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild 
b/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild
index 0b6c00857bd..471c33c78cd 100644
--- a/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild
+++ b/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy)
 inherit distutils-r1
 
 DESCRIPTION="A Sphinx extension for linking to your project's issue tracker "



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

2019-12-03 Thread Aaron Bauman
commit: b55535f5dde14f7e3c2beea2bac33ff7855fe491
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 23:25:49 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 23:25:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55535f5

dev-python/pytest-xprocess: amd64 stable

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

 dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild 
b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild
index ad76ee924b9..cbff06f9197 100644
--- a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild
+++ b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] proj/kde:master commit in: dev-libs/grantlee/files/

2019-12-03 Thread Andreas Sturmlechner
commit: 7051d6521ca70f23ea04df3bc29d7bb5dc63beed
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec  3 23:26:04 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 23:26:04 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7051d652

dev-libs/grantlee: Fix slot patch

Thanks-to: jospezial  gmx.de>
Closes: https://bugs.gentoo.org/701534
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/grantlee/files/grantlee--slot.patch | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-libs/grantlee/files/grantlee--slot.patch 
b/dev-libs/grantlee/files/grantlee--slot.patch
index 546d623ef7..9490df2327 100644
--- a/dev-libs/grantlee/files/grantlee--slot.patch
+++ b/dev-libs/grantlee/files/grantlee--slot.patch
@@ -5,6 +5,9 @@ Subject: [PATCH] Install headers to a custom location to permit 
slotting
 
 That was previously necessary with Qt4 version, let's keep it while
 Qt6 is around the corner.
+
+Amended with target_include_directories fix by jospezial.
+
 ---
  templates/lib/CMakeLists.txt| 5 +++--
  textdocument/lib/CMakeLists.txt | 5 +++--
@@ -18,7 +21,7 @@ index 5058481..3ef29a4 100644
  
target_sources(Grantlee_Templates PRIVATE ${scriptabletags_SRCS})
target_include_directories(Grantlee_Templates PRIVATE ../scriptabletags)
-+  target_include_directories(Grantlee_Templates INTERFACE 
"$")
++  target_include_directories(Grantlee_Templates INTERFACE 
"$")
target_link_libraries(Grantlee_Templates
  PRIVATE Qt5::Qml
)
@@ -43,7 +46,7 @@ index 2c5a96f..c42d32a 100644
)
endforeach()
  endif()
-+target_include_directories(Grantlee_TextDocument INTERFACE 
"$")
++target_include_directories(Grantlee_TextDocument INTERFACE 
"$")
  
  target_link_libraries(Grantlee_TextDocument
PUBLIC Qt5::Gui
@@ -62,4 +65,3 @@ index 2c5a96f..c42d32a 100644
  )
 -- 
 2.24.0
-



[gentoo-commits] proj/portage:master commit in: repoman/lib/repoman/

2019-12-03 Thread Zac Medico
commit: 1c2e99fbf21675c8335ab8a3eee0ed58e89c4342
Author: Zac Medico  sony  com>
AuthorDate: Tue Dec  3 23:14:54 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Dec  3 23:18:02 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=1c2e99fb

repoman commit: ignore unadded hidden files except '.' itself

Fixes: a561ac910331 ("repoman commit: ignore unadded hidden files")
Bug: https://bugs.gentoo.org/541076
Copyright: Sony Interactive Entertainment Inc.
Signed-off-by: Zac Medico  gentoo.org>

 repoman/lib/repoman/actions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repoman/lib/repoman/actions.py b/repoman/lib/repoman/actions.py
index 2817fa58a..387ba7800 100644
--- a/repoman/lib/repoman/actions.py
+++ b/repoman/lib/repoman/actions.py
@@ -334,7 +334,7 @@ the whole commit message to abort.
if myunadded:
for x in range(len(myunadded) - 1, -1, -1):
xs = myunadded[x].split("/")
-   if (any(token.startswith('.') for token in xs) 
or
+   if (any(token.startswith('.') and token != '.' 
for token in xs) or

self.repo_settings.repo_config.find_invalid_path_char(myunadded[x]) != -1):
# The Manifest excludes this file,
# so it's safe to ignore.



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

2019-12-03 Thread Aaron Bauman
commit: d2db399a96a953b95f13596af1fe414c79b8c94c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 23:16:45 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 23:17:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2db399a

dev-python/cssutils: amd64 stable

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

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

diff --git a/dev-python/cssutils/cssutils-1.0.2-r1.ebuild 
b/dev-python/cssutils/cssutils-1.0.2-r1.ebuild
index 9963ab69248..92fad59021e 100644
--- a/dev-python/cssutils/cssutils-1.0.2-r1.ebuild
+++ b/dev-python/cssutils/cssutils-1.0.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



  1   2   3   4   >