[gentoo-commits] repo/gentoo:master commit in: app-shells/zsh/

2018-12-30 Thread Mikle Kolyada
commit: 5e208d21b01f00e6bebc63022b660ffc050bc04d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Dec 31 07:31:09 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Dec 31 07:31:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e208d21

app-shells/zsh: Security cleanup

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

 app-shells/zsh/Manifest|   2 -
 app-shells/zsh/zsh-5.5.1-r1.ebuild | 212 -
 2 files changed, 214 deletions(-)

diff --git a/app-shells/zsh/Manifest b/app-shells/zsh/Manifest
index 39f116b416a..909b7a8e97c 100644
--- a/app-shells/zsh/Manifest
+++ b/app-shells/zsh/Manifest
@@ -1,4 +1,2 @@
-DIST zsh-5.5.1-doc.tar.xz 3216632 BLAKE2B 
ef1274799604d74eb9cec3c29927703c98bb63bde3aa5ce4880eda45420fe1eb79c54a693fe529c9e79161f924a76bc2a650253216c7b1e565af65f1ac3c0d91
 SHA512 
e240f6c6aa2efb941c2baaaf749c66c9e304ba54ce2be90586671ba47e380aac89315516e5dce41fa0ae1d8fccfc36f61ed1400b6aab3382927e2715a77d62e6
-DIST zsh-5.5.1.tar.gz 4578700 BLAKE2B 
b58fc763bc64e8ed6de0db2e0fd454aef995fcc86b18c2ffd4b39e037ce1cdeb04e6e2a44b2495ca89218af41ad1dd7d29e429d21fbab39377d95e62d249732e
 SHA512 
c4f7327a3f5480bd9a169fb07e34812e0106fa9de3b5f7d38bb0db85a3e4d01b9a4a8f35553da03a15d7d819108305cfaa2811c945273e2cac84512219e69ebb
 DIST zsh-5.6.2-doc.tar.xz 3198932 BLAKE2B 
7e701bb12e0114b7d9847caad1146fa3d538f8f6d859a765037660fb18341f1c79002811a42ec795e41eb2bbe899e12d4bcd055ea5c66e7b73bd488bdf8bbb55
 SHA512 
5102314e2857b032c6e6b4b715c261970b2f0c28663aff99fb87f7bb6c3971f88f8e8892ed349793570beae3fb68ff7923c82e99a3c1bb485e4639f01caaad4a
 DIST zsh-5.6.2.tar.xz 3077368 BLAKE2B 
8c6ce22436f9f51eff809c779efad02f4a0730b4431630ab305abc9f1ef722698f7c565d0aa421b0d94c21f2c830f9d529709fd62a4205be1a20acf0f94a845a
 SHA512 
f0a49e41b55eb478692ab5471d7c9828956b7e96bc82944202b0ef1c49a889b21a0e7682aa5f59fd0054ebfd866c2244c8a622e7aa46c13038af5c226c48a3a2

diff --git a/app-shells/zsh/zsh-5.5.1-r1.ebuild 
b/app-shells/zsh/zsh-5.5.1-r1.ebuild
deleted file mode 100644
index 50159170628..000
--- a/app-shells/zsh/zsh-5.5.1-r1.ebuild
+++ /dev/null
@@ -1,212 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic prefix
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3 autotools
-   EGIT_REPO_URI="git://git.code.sf.net/p/zsh/code"
-else
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-   SRC_URI="https://www.zsh.org/pub/${P}.tar.gz
-   https://www.zsh.org/pub/old/${P}.tar.gz
-   doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )"
-fi
-
-DESCRIPTION="UNIX Shell similar to the Korn shell"
-HOMEPAGE="https://www.zsh.org/";
-
-LICENSE="ZSH gdbm? ( GPL-2 )"
-SLOT="0"
-IUSE="caps debug doc examples gdbm maildir pcre static unicode"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.1:0=
-   static? ( >=sys-libs/ncurses-5.7-r4:0=[static-libs] )
-   caps? ( sys-libs/libcap )
-   pcre? (
-   >=dev-libs/libpcre-3.9
-   static? ( >=dev-libs/libpcre-3.9[static-libs] )
-   )
-   gdbm? ( sys-libs/gdbm:= )
-   ! Doc/zshall.1 || die
-
-   # add openrc specific options for init.d completion
-   eapply "${FILESDIR}"/${PN}-5.3-init.d-gentoo.diff
-   fi
-
-   eapply_user
-
-   if [[ ${PV} == * ]] ; then
-   sed -i "/^VERSION=/s/=.*/=${PV}/" Config/version.mk || die
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   local myconf=(
-   --bindir="${EPREFIX}"/bin
-   --libdir="${EPREFIX}"/usr/$(get_libdir)
-   --enable-etcdir="${EPREFIX}"/etc/zsh
-   --enable-runhelpdir="${EPREFIX}"/usr/share/zsh/${PV%_*}/help
-   --enable-fndir="${EPREFIX}"/usr/share/zsh/${PV%_*}/functions
-   --enable-site-fndir="${EPREFIX}"/usr/share/zsh/site-functions
-   --enable-function-subdirs
-   --with-tcsetpgrp
-   $(use_enable maildir maildir-support)
-   $(use_enable pcre)
-   $(use_enable caps cap)
-   $(use_enable unicode multibyte)
-   $(use_enable gdbm )
-   )
-
-   if use static ; then
-   myconf+=( --disable-dynamic )
-   append-ldflags -static
-   fi
-   if use debug ; then
-   myconf+=(
-   --enable-zsh-debug
-   --enable-zsh-mem-debug
-   --enable-zsh-mem-warning
-   --enable-zsh-secure-free
-   --enable-zsh-hash-debug
-   )
-   fi
-
-   if [[ ${CHOST} == *-darwin* ]]; then
-  

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

2018-12-30 Thread Hans de Graaff
commit: 8f74801040ca410a8ddcef588e62c00a6e9348cf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 31 07:01:47 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 31 07:01:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f748010

dev-ruby/unf_ext: add ruby26

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

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

diff --git a/dev-ruby/unf_ext/unf_ext-0.0.7.5.ebuild 
b/dev-ruby/unf_ext/unf_ext-0.0.7.5.ebuild
index 1261c0f3cf1..03732b3cd59 100644
--- a/dev-ruby/unf_ext/unf_ext-0.0.7.5.ebuild
+++ b/dev-ruby/unf_ext/unf_ext-0.0.7.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 



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

2018-12-30 Thread Hans de Graaff
commit: 1f7da26788cef674fa0c54bd0a4fa25d9948e61e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 31 06:47:08 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 31 06:47:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7da267

dev-ruby/net-ssh: add 5.1.0

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

 dev-ruby/net-ssh/Manifest |  1 +
 dev-ruby/net-ssh/net-ssh-5.1.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/net-ssh/Manifest b/dev-ruby/net-ssh/Manifest
index 38fbd67a116..b971881b957 100644
--- a/dev-ruby/net-ssh/Manifest
+++ b/dev-ruby/net-ssh/Manifest
@@ -1,3 +1,4 @@
 DIST net-ssh-git-2.10.0.tgz 172885 BLAKE2B 
6b5c9928191fe40afe289fc2639d12e56160522c85553cba13393347c8ef02bbe6206dbefc23b65c04980cf9761b2b40a364d8e3e13e4073950736cf53fbf480
 SHA512 
f66db6465667baf0c253868cc15aab3261675a8c15ca4b244c3cd587ae5e8b7a273959b97d5fc498ff1b19e1f06f51ea571573d243366a59ef56faf41c2ae347
 DIST net-ssh-git-4.2.0.tgz 197417 BLAKE2B 
5714185d9b83d3010e6b9baa07ac541e9227379cbfecc3a506d870d8d9fa528f59b605df4ff02ae6bfc16893bfb22734395096a77fcbe19fb939ecc1a343a9b5
 SHA512 
0a3609590d797a8cb4732e8cf743606a4919f57475b6eb2447a3db0c28f1bd405804fdc47a4062e503acdd4b785a1de9794a6db433cabb884105166eff6a8c5b
 DIST net-ssh-git-5.0.2.tgz 206757 BLAKE2B 
ac9a317dc238f7e3e794e4d8f063d5d34dbe2e50a142e701957ad5c754985523624e97ca0b7d5773d2fefc3f10f3d61b2976997abd29511cd3934ea0e0bd
 SHA512 
6e96d4b3cb2f4f14aa046af72b70a5e3b218153db40dc64996ad0061ea89cc9ac0dc0510a4231734c7385c03436d4116dfe4c9ac4b313c9fc5b029fc8a6c04d6
+DIST net-ssh-git-5.1.0.tgz 208940 BLAKE2B 
f4661bb8d0071717d342521126c0b8a834ab7775b67ad21b3d381205fc74aa1bb39f0cb406f0b90815be13c430eb5f69af2a86fe10214ec8db7829425e9c0399
 SHA512 
49f8f749f5e711af8002c8eb281505eb249362d58f870aabe55e8043bb8d1e94b1428246bd488508b58ec2fe089aeaf46ef758625af0573201e2ae830846525d

diff --git a/dev-ruby/net-ssh/net-ssh-5.1.0.ebuild 
b/dev-ruby/net-ssh/net-ssh-5.1.0.ebuild
new file mode 100644
index 000..5709cd84bd9
--- /dev/null
+++ b/dev-ruby/net-ssh/net-ssh-5.1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc THANKS.txt"
+RUBY_FAKEGEM_EXTRAINSTALL="support"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Non-interactive SSH processing in pure Ruby"
+HOMEPAGE="https://github.com/net-ssh/net-ssh";
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
net-ssh-git-${PV}.tgz"
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="ed25519 test"
+
+ruby_add_rdepend "virtual/ruby-ssl ed25519? ( dev-ruby/ed25519 
dev-ruby/bcrypt_pbkdf )"
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 >=dev-ruby/mocha-0.13 )"
+
+all_ruby_prepare() {
+   # Avoid bundler dependency
+   sed -i -e '/\(bundler\|:release\)/ s:^:#:' Rakefile || die
+}
+
+src_test() {
+   # prevent tests from trying to connect to ssh-agent socket and failing
+   unset SSH_AUTH_SOCK
+   if ! use ed25519; then
+   export NET_SSH_NO_ED25519=true
+   fi
+   ruby-ng_src_test
+}



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

2018-12-30 Thread Hans de Graaff
commit: 84e975796fd14dd6bf32a79d31a18f4a10827184
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 31 06:55:56 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 31 06:55:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e97579

dev-ruby/uconv: add ruby26

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

 dev-ruby/uconv/uconv-0.6.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild 
b/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
index 3297b851af6..2906e33d06d 100644
--- a/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
+++ b/dev-ruby/uconv/uconv-0.6.1-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 inherit ruby-ng
 



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

2018-12-30 Thread Hans de Graaff
commit: aaa9fb6b06dae5fc699c8b945eb920cd1f62c45f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 31 06:53:15 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 31 06:53:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa9fb6b

dev-ruby/wirble: add ruby26

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

 dev-ruby/wirble/wirble-0.1.3-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/wirble/wirble-0.1.3-r4.ebuild 
b/dev-ruby/wirble/wirble-0.1.3-r4.ebuild
index 2918ee31189..bc5653037de 100644
--- a/dev-ruby/wirble/wirble-0.1.3-r4.ebuild
+++ b/dev-ruby/wirble/wirble-0.1.3-r4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README ChangeLog"



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

2018-12-30 Thread Hans de Graaff
commit: fa13179428e7d7fb6d26155fed9e99ea5df7acf7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 31 06:48:14 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 31 06:48:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa131794

dev-ruby/warden: cleanup

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

 dev-ruby/warden/Manifest|  1 -
 dev-ruby/warden/warden-1.2.7.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-ruby/warden/Manifest b/dev-ruby/warden/Manifest
index 91d1f503bbb..639e20741db 100644
--- a/dev-ruby/warden/Manifest
+++ b/dev-ruby/warden/Manifest
@@ -1,2 +1 @@
-DIST warden-1.2.7.gem 32256 BLAKE2B 
258f8c83792fd5464c2bec957335ded49922fbe75ef3e2f6869a147b38b89be83b4601c8cef7e3008cb1495bdf9a6eb4d798974eff0565f48b05937b9c4fca3a
 SHA512 
f02f695586c26c42b1bbd621e54dad04a42e8bfb4bfacc4f90f67ef2fb0c8593a3c32dc1545ee6483ab0df094cae6e6a5c614718b65a13103f83af13407c5336
 DIST warden-1.2.8.tar.gz 29841 BLAKE2B 
657f9d1b5a7fbf3b07ac8cfa514c410561cce853cbc2e6c7bf6d98deab8f625771b20d339613738a979395638b654b066080fad5a7378b15345cb46e273966c9
 SHA512 
efd7a416f2da3095d6d33c2dca3a7e09d127fb0abec86e959aba56739ae865ea9a11e234ea1f6d557466d9076e3f271481e20982bc159a3f09a4d55148d45734

diff --git a/dev-ruby/warden/warden-1.2.7.ebuild 
b/dev-ruby/warden/warden-1.2.7.ebuild
deleted file mode 100644
index f3dfd082473..000
--- a/dev-ruby/warden/warden-1.2.7.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_EXTRADOC="README.textile History.rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="General Rack Authentication Framework"
-HOMEPAGE="https://github.com/hassox/warden";
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack:*"



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

2018-12-30 Thread Hans de Graaff
commit: 82b2e58becd36516cd187e715672129d5a9ba568
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 31 06:44:39 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 31 06:44:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b2e58b

dev-ruby/hashdiff: add 0.3.8

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

 dev-ruby/hashdiff/Manifest  |  1 +
 dev-ruby/hashdiff/hashdiff-0.3.8.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/hashdiff/Manifest b/dev-ruby/hashdiff/Manifest
index 153ae1d5b19..aee5760ee89 100644
--- a/dev-ruby/hashdiff/Manifest
+++ b/dev-ruby/hashdiff/Manifest
@@ -1 +1,2 @@
 DIST hashdiff-0.3.7.gem 18944 BLAKE2B 
b7d39375a0c688e4fe2672701d87148b6ff6ee18fcc58b68f71a4c449613c124022538a04ae9a995d2d20e9d40e0ab263664f1085dc205286a3bd3595c83c760
 SHA512 
62cbbd1631127f98be214ab5c849d4a78c9f9aa762e372412a68f843df09caa9bb3b8ff096952ff4fe5b401dc8fefff7e42c2d1beb7e647ed9216550ecd06d93
+DIST hashdiff-0.3.8.gem 18944 BLAKE2B 
e248384076cf73db84095060578fcf3f458eaccfee8bdf4645c98c9fe51c67fe1fe1b9affeb485880433acb52d41f5c23f8a9d1bfb4397a820dfad01dd7f9092
 SHA512 
d58b9a07db1044e9b9b61cf1eb9515ff5a8426f0d59484c132c2c498591c9dd73cebda8a98b180d05228fe8e1e610d0dddb3a63ea38981f6609ecdf239339a83

diff --git a/dev-ruby/hashdiff/hashdiff-0.3.8.ebuild 
b/dev-ruby/hashdiff/hashdiff-0.3.8.ebuild
new file mode 100644
index 000..873e64ffba4
--- /dev/null
+++ b/dev-ruby/hashdiff/hashdiff-0.3.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="changelog.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple Hash extension to make working with nested hashes easier"
+HOMEPAGE="https://github.com/liufengyun/hashdiff";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+}



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

2018-12-30 Thread Hans de Graaff
commit: e90a9e78bf0563e01bfdaef9e49ef11bd4fe59ed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 31 06:41:53 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 31 06:41:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90a9e78

dev-ruby/hashdiff: cleanup

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

 dev-ruby/hashdiff/Manifest  |  1 -
 dev-ruby/hashdiff/hashdiff-0.3.5.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-ruby/hashdiff/Manifest b/dev-ruby/hashdiff/Manifest
index 08733cf76c3..153ae1d5b19 100644
--- a/dev-ruby/hashdiff/Manifest
+++ b/dev-ruby/hashdiff/Manifest
@@ -1,2 +1 @@
-DIST hashdiff-0.3.5.gem 16896 BLAKE2B 
7784035a9c7fcd68d178c0a1690fc435383960791554283d2aceba3ed19100617c646f5c00b30ecb13113f9a39257d7f5611538b86e1a8330b412bc0d909b0aa
 SHA512 
f1ab73ec017c82ec1494e81c3c362244bd43734b295061e5220492b93517ac3a7f8e18a11b595160aca79f9016783291a10cde0a6a6218b08f9ff2f231f9f328
 DIST hashdiff-0.3.7.gem 18944 BLAKE2B 
b7d39375a0c688e4fe2672701d87148b6ff6ee18fcc58b68f71a4c449613c124022538a04ae9a995d2d20e9d40e0ab263664f1085dc205286a3bd3595c83c760
 SHA512 
62cbbd1631127f98be214ab5c849d4a78c9f9aa762e372412a68f843df09caa9bb3b8ff096952ff4fe5b401dc8fefff7e42c2d1beb7e647ed9216550ecd06d93

diff --git a/dev-ruby/hashdiff/hashdiff-0.3.5.ebuild 
b/dev-ruby/hashdiff/hashdiff-0.3.5.ebuild
deleted file mode 100644
index 82225fc5ca2..000
--- a/dev-ruby/hashdiff/hashdiff-0.3.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="changelog.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple Hash extension to make working with nested hashes easier"
-HOMEPAGE="https://github.com/liufengyun/hashdiff";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
-}



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

2018-12-30 Thread Alon Bar-Lev
commit: d120abafcaba5ab143173bf303e9629084580942
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Mon Dec 31 05:54:13 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Mon Dec 31 05:54:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d120abaf

app-crypt/tpm2-tss: fix metadata libgcrypt package name

Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-crypt/tpm2-tss/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/tpm2-tss/metadata.xml b/app-crypt/tpm2-tss/metadata.xml
index 5176de72bd2..bbde63a7602 100644
--- a/app-crypt/tpm2-tss/metadata.xml
+++ b/app-crypt/tpm2-tss/metadata.xml
@@ -6,7 +6,7 @@
Crypto


-   Use dev-libs/gcrypt as crypto 
engine
+   Use dev-libs/libgcrypt as crypto 
engine
Use dev-libs/openssl as crypto 
engine





[gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/

2018-12-30 Thread Horea Christian
commit: 6ae04d24faeac75edfa0a900fe193269c32890ff
Author: Horea Christian  yandex  com>
AuthorDate: Mon Dec 31 05:40:17 2018 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Dec 31 05:40:17 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6ae04d24

sci-libs/nibabel: version bump

Signed-off-by: Horea Christian  yandex.com>
Package-Manager: Portage-2.3.52, Repoman-2.3.12

 sci-libs/nibabel/nibabel-2.3.1.ebuild | 43 +++
 1 file changed, 43 insertions(+)

diff --git a/sci-libs/nibabel/nibabel-2.3.1.ebuild 
b/sci-libs/nibabel/nibabel-2.3.1.ebuild
new file mode 100644
index 0..4018c7f41
--- /dev/null
+++ b/sci-libs/nibabel/nibabel-2.3.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Access a cacophony of neuro-imaging file formats"
+HOMEPAGE="http://nipy.org/nibabel/";
+SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="dicom doc test"
+
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dicom? (
+   sci-libs/pydicom[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   )
+   "
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   "
+
+python_test() {
+   cd "${BUILD_DIR}" || die
+   echo "backend: Agg" > matplotlibrc
+   MPLCONFIGDIR=. nosetests || die
+}



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

2018-12-30 Thread Zac Medico
commit: 89de8064e8d186a7a001dd1f2f5c486c64f4104f
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Dec 31 05:23:29 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Dec 31 05:25:06 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=89de8064

locks: chown lockfiles only if permitted (bug 674090)

Reported-by: Jeroen Roovers  gentoo.org>
Bug: https://bugs.gentoo.org/674090
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/locks.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/portage/locks.py b/lib/portage/locks.py
index f61e1819a..a4e7ec53f 100644
--- a/lib/portage/locks.py
+++ b/lib/portage/locks.py
@@ -163,7 +163,7 @@ def lockfile(mypath, wantnewlockfile=0, unlinkfile=0,
 
if not preexisting:
try:
-   if os.stat(lockfilename).st_gid != 
portage_gid:
+   if portage.data.secpass >= 1 and 
os.stat(lockfilename).st_gid != portage_gid:
os.chown(lockfilename, -1, 
portage_gid)
except OSError as e:
if e.errno in (errno.ENOENT, 
errno.ESTALE):
@@ -463,7 +463,7 @@ def hardlink_lockfile(lockfilename, 
max_wait=DeprecationWarning,
if not preexisting:
# Don't chown the file if it is 
preexisting, since we
# want to preserve existing permissions 
in that case.
-   if myfd_st.st_gid != portage_gid:
+   if portage.data.secpass >= 1 and 
myfd_st.st_gid != portage_gid:
os.fchown(myfd, -1, portage_gid)
except OSError as e:
if e.errno not in (errno.ENOENT, errno.ESTALE):



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

2018-12-30 Thread Zac Medico
commit: 97efbbf30d14f2b2206c7382c01dc5eac6c3dccc
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Dec 31 05:05:49 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Dec 31 05:10:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97efbbf3

dev-util/android-tools: version bump to 9.0.0_p3

Closes: https://bugs.gentoo.org/674146
Closes: https://bugs.gentoo.org/668792
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 dev-util/android-tools/Manifest|   8 ++
 .../android-tools/android-tools-9.0.0_p3.ebuild| 131 +
 2 files changed, 139 insertions(+)

diff --git a/dev-util/android-tools/Manifest b/dev-util/android-tools/Manifest
index 15a69b3f57d..fb65eeeaa15 100644
--- a/dev-util/android-tools/Manifest
+++ b/dev-util/android-tools/Manifest
@@ -14,4 +14,12 @@ DIST android-tools-8.1.0_r1-extras.tar.xz 275952 BLAKE2B 
0fd3c536fee6ffbe2cdd432
 DIST android-tools-8.1.0_r1-f2fs-tools.tar.xz 93924 BLAKE2B 
b8b6c7ba4c3f5309bfcfc91bd57d018d7af66f8dd25590207fd545f0dba02961826bf9963a56c7994feea5db8f9caedfe4fe62870420d9544283f87ec337cfb8
 SHA512 
de726be0691c58a5093098bd30cfc06c4312c44bec040cbecd594694cb7b38742dafd1f00b08c18f1b70abf56571738eb3e85e612f082e09e51a98980444e069
 DIST android-tools-8.1.0_r1-selinux.tar.xz 3188060 BLAKE2B 
8c513d858e8dcaed705975ad61f362d7b1c2252685a63a1ad6035f36b0b402f1857ac5d2635d35ffa10f05b4a2605f30f27dcc5e9d91930eb0656f3ce2da036d
 SHA512 
8799f10b4dba840ecea8f6abb8166c2e137eb3f0d9c5cfb132c661cf17800f2eeaafb1b4ec9e8974fc3324fae99e3654e52397c987faf1d48ab6148152d84f11
 DIST android-tools-8.1.0_r1.ninja.xz 2740 BLAKE2B 
34473e33970cefdaf82bbe4524665fd50e6617cf867757ca07cdccc2e7356f43ef4bb455080ef4bac516ddba3c4e4120f0b27306e84725f8d5738a81800e3a53
 SHA512 
707e0e1c53832a42384e93d363f80007b76f18166b9f3f7d516431410b05319b1acc804daa1fddc218e11feb48de48683efb5203f4fa6d80646dcb1a2953139f
+DIST android-tools-9.0.0_r3-arch.tar.xz 7628 BLAKE2B 
d0d7267d41ade2031d72236c18850ea329afbdd57a2b5bf25837e405d3e66d7aaef5b48996e7aafd4cf6e4543de03ba6549823845e5e8cb35c6d4bc900b8e275
 SHA512 
534d99fe15b3a3ba4f2a7331662fdb8645424830122cc4c1ff0b44d43059280610389147d4a916c55b3be71ac84d019223c90993cbdae2588f9e9737f0b5606d
+DIST android-tools-9.0.0_r3-core.tar.gz 27484684 BLAKE2B 
d071adacd5be0341a9114e57242fe51f623773683b9db2735eac9231a77cc22651f09e1c63682e729494aa6409939696a5635afcd5e8a40ec0f75d2784c00ffc
 SHA512 
0edc8b02b57085ce88b39c987284af1c681870594b20ab9ecf4be98a0cfdff2905bc80f5d8eeb7fbc7f4604b800b6f95bc6b2b0321c900bf833313dfcbb2eefb
+DIST android-tools-9.0.0_r3-e2fsprogs.tar.xz 5255616 BLAKE2B 
5fe62da70686148d755c60c1cef4b64d80f0c6a891d13a778d2a3209f950b0f9c5b19bf39ed28c5d38d01103ef1ea474133f57b7104a4fdf80eafd8edc17a3a5
 SHA512 
a9c3c180ddb96f10710a18794b20cfc641d40af3643a1133091127a40c27fa724b6e6f1af8e66fc1e1ca33053e33499b910880eab05979a2de95a0d3d7a79f93
+DIST android-tools-9.0.0_r3-extras.tar.xz 1653548 BLAKE2B 
1a8c2ee2e564adc04d646ab54e1913d17e9ed0fb0ef3872bd8a459ecad5fbf7324830c1120c367d9515607ecc659fb0f27c4f7db740fda318fd13be1300a6a51
 SHA512 
13dc145faf919c1f7cc183f823ca46330568daff19ffb110af383876cdb6b0e9f0a83690a4e22633b572c1e6c2aba14ef0181c01720095173d258320229e9108
+DIST android-tools-9.0.0_r3-f2fs-tools.tar.xz 212092 BLAKE2B 
32775e5b049bd2ff2ce7c9ea3362a602dcda6328e39036902020bd372a812898d84912f686cf347b225af630c2dea81ce30b601ac968b1168e2851b94ac2da2e
 SHA512 
4fac8f18533c5c2270aed6e60b21721c643a44a27b37482ff8fd8fa4d7c875eb8a626d544ec4e6efb89c7408ae97e66ffd123588e90b98312e5291575ca8baa6
+DIST android-tools-9.0.0_r3-selinux.tar.xz 3202332 BLAKE2B 
60a884eb1bd34fe5796f8fb33e5aefd7f9ffc85ac91784e0a8f0ca663010cfc80f4c419019b5817f9cbd8037ab78914e42417193e1b802a2682bb82c0097
 SHA512 
f0a77dc0ac91d434573370110c70529caabfd5f036c02ae5f1a4b2097e48324198d03ecdc92a622e1590012dd3f20f103384fed468f5e27aebcaf9315bb87078
+DIST android-tools-9.0.0_r3.ninja.xz 4244 BLAKE2B 
14cea7523f22a7f4e02e93c32e4d4684e057abbe8e2b537b7e942cc27c13ea2aa13bcdb5c3ccafc261b8d7fc4b4cd4b9394e0970734b36111ccffbacecc5cfb9
 SHA512 
46956a608d6a9b93f1a035d6b0e153c476b55d4f8a2db4915b18ac9904a6d07befcbceb8e2e50054e7dbe2970be8539243134cd9722d2f2ec8a36a3153e03c56
 DIST boringssl-14308731e5446a73ac2258688a9688b524483cb6.tar.gz 13030361 
BLAKE2B 
6982416b6e193e7faccd41fff3bd35f80b11d7495251d876e6b081bd94a887ec3c6bf5b7852d9595594fc2bdc57353f268272ef01fb79f7c93b52d46cbda69ac
 SHA512 
171b524b0452a48853b2c8010ff5e14d5d720e69eeaf1d3b79f675838f3afa94aee9de2f47b37303feb2d92cbf77639efe585786625b7b37b8cc2ba727c37fdc
+DIST boringssl-45210dd4e21ace9d28cb76b3f83303fcdd2efcce.tar.gz 13581532 
BLAKE2B 
ca2f6757807adc265314a7444605c6199a19847fb426384bafa201bf63f4e3c7c567fb8094b740b8a00caf0d106bb1efea2893b00d45c9772740a81dc0a186f3
 SHA512 
c6695d078ee7b3694898dfdc0ee3382d01f9bb592ea46eb64026c73565735fd7251bbb0fd3e8c8552394bcdad5717de7ee5106cf1ed91aacec05d779ad693f6a

diff --git a/dev-util/android-tools/android-tools-9.0.0_p3.ebuil

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

2018-12-30 Thread Mike Gilbert
commit: c28fbfef49d2e0aaad0d8ccbe59c77f63339ce12
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Dec 31 04:37:34 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Dec 31 04:37:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28fbfef

www-client/google-chrome: drop obsolete plugins USE flag

Signed-off-by: Mike Gilbert  gentoo.org>

 .../google-chrome-beta/google-chrome-beta-72.0.3626.28.ebuild  | 7 ---
 .../google-chrome-unstable-73.0.3642.0.ebuild  | 7 ---
 www-client/google-chrome/google-chrome-71.0.3578.98.ebuild | 7 ---
 3 files changed, 21 deletions(-)

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-72.0.3626.28.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-72.0.3626.28.ebuild
index 71049536032..241942e8c8f 100644
--- a/www-client/google-chrome-beta/google-chrome-beta-72.0.3626.28.ebuild
+++ b/www-client/google-chrome-beta/google-chrome-beta-72.0.3626.28.ebuild
@@ -26,7 +26,6 @@ 
SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd
 
 LICENSE="google-chrome"
 SLOT="0"
-IUSE="+plugins"
 RESTRICT="bindist mirror strip"
 
 DEPEND=""
@@ -105,12 +104,6 @@ src_install() {
chromium_remove_language_paks
popd > /dev/null || die
 
-   if use plugins ; then
-   local 
plugins="--extra-plugin-dir=/usr/$(get_libdir)/nsbrowser/plugins"
-   sed -e "/^exec/ i set -- \"${plugins}\" \"\$@\"" \
-   -i "${CHROME_HOME}/${PN}" || die
-   fi
-
local suffix=
[[ ${PN} == google-chrome-beta ]] && suffix=_beta
[[ ${PN} == google-chrome-unstable ]] && suffix=_dev

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-73.0.3642.0.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-73.0.3642.0.ebuild
index 71049536032..241942e8c8f 100644
--- 
a/www-client/google-chrome-unstable/google-chrome-unstable-73.0.3642.0.ebuild
+++ 
b/www-client/google-chrome-unstable/google-chrome-unstable-73.0.3642.0.ebuild
@@ -26,7 +26,6 @@ 
SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd
 
 LICENSE="google-chrome"
 SLOT="0"
-IUSE="+plugins"
 RESTRICT="bindist mirror strip"
 
 DEPEND=""
@@ -105,12 +104,6 @@ src_install() {
chromium_remove_language_paks
popd > /dev/null || die
 
-   if use plugins ; then
-   local 
plugins="--extra-plugin-dir=/usr/$(get_libdir)/nsbrowser/plugins"
-   sed -e "/^exec/ i set -- \"${plugins}\" \"\$@\"" \
-   -i "${CHROME_HOME}/${PN}" || die
-   fi
-
local suffix=
[[ ${PN} == google-chrome-beta ]] && suffix=_beta
[[ ${PN} == google-chrome-unstable ]] && suffix=_dev

diff --git a/www-client/google-chrome/google-chrome-71.0.3578.98.ebuild 
b/www-client/google-chrome/google-chrome-71.0.3578.98.ebuild
index 71049536032..241942e8c8f 100644
--- a/www-client/google-chrome/google-chrome-71.0.3578.98.ebuild
+++ b/www-client/google-chrome/google-chrome-71.0.3578.98.ebuild
@@ -26,7 +26,6 @@ 
SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd
 
 LICENSE="google-chrome"
 SLOT="0"
-IUSE="+plugins"
 RESTRICT="bindist mirror strip"
 
 DEPEND=""
@@ -105,12 +104,6 @@ src_install() {
chromium_remove_language_paks
popd > /dev/null || die
 
-   if use plugins ; then
-   local 
plugins="--extra-plugin-dir=/usr/$(get_libdir)/nsbrowser/plugins"
-   sed -e "/^exec/ i set -- \"${plugins}\" \"\$@\"" \
-   -i "${CHROME_HOME}/${PN}" || die
-   fi
-
local suffix=
[[ ${PN} == google-chrome-beta ]] && suffix=_beta
[[ ${PN} == google-chrome-unstable ]] && suffix=_dev



[gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/

2018-12-30 Thread Horea Christian
commit: ff908446fc453f2bf2746ec68fea85f4d4ba69c9
Author: Horea Christian  yandex  com>
AuthorDate: Mon Dec 31 03:51:35 2018 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Dec 31 03:51:35 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ff908446

sci-libs/nibabel: removed deprecated version

Signed-off-by: Horea Christian  yandex.com>
Package-Manager: Portage-2.3.52, Repoman-2.3.12

 sci-libs/nibabel/nibabel-1.3.0.ebuild | 44 ---
 1 file changed, 44 deletions(-)

diff --git a/sci-libs/nibabel/nibabel-1.3.0.ebuild 
b/sci-libs/nibabel/nibabel-1.3.0.ebuild
deleted file mode 100644
index 836f2e65a..0
--- a/sci-libs/nibabel/nibabel-1.3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Access a cacophony of neuro-imaging file formats"
-HOMEPAGE="http://nipy.org/nibabel/";
-SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="dicom doc test"
-
-RDEPEND="
-   dev-python/numpy[${PYTHON_USEDEP}]
-   sci-libs/scipy[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dicom? (
-   sci-libs/pydicom[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   )
-   "
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   "
-
-python_test() {
-   distutils-r1_install_for_testing
-   cd "${BUILD_DIR}" || die
-   echo "backend: Agg" > matplotlibrc
-   MPLCONFIGDIR=. nosetests || die
-}



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

2018-12-30 Thread Matthew Thode
commit: 7e9741039a55f42ad9b32094f2bbc0a0bf6c1bd3
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Dec 31 03:28:01 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Dec 31 03:28:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e974103

media-sound/pulseeffects: 3.2.3-r1 stable amd64 and x86

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

 .../pulseeffects/pulseeffects-3.2.3-r1.ebuild  |  4 +-
 media-sound/pulseeffects/pulseeffects-3.2.3.ebuild | 62 --
 2 files changed, 2 insertions(+), 64 deletions(-)

diff --git a/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild 
b/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild
index ea2fbb5e162..e410210bfa0 100644
--- a/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]];then
EGIT_REPO_URI="${HOMEPAGE}"
 else
SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-3"

diff --git a/media-sound/pulseeffects/pulseeffects-3.2.3.ebuild 
b/media-sound/pulseeffects/pulseeffects-3.2.3.ebuild
deleted file mode 100644
index 9d0eb6961d0..000
--- a/media-sound/pulseeffects/pulseeffects-3.2.3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit gnome2-utils meson python-r1
-
-DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects 
for Pulseaudio"
-HOMEPAGE="https://github.com/wwmm/pulseeffects";
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   SRC_URI=""
-   EGIT_REPO_URI="${HOMEPAGE}"
-else
-   SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="x86 amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   ${PYTHON_DEPS}
-   python_targets_python3_4? ( dev-python/configparser )
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   >=dev-python/gst-python-1.12.0:1.0[${PYTHON_USEDEP}]
-   >=x11-libs/gtk+-3.18:3
-   dev-python/numpy[${PYTHON_USEDEP}]
-   >=sci-libs/scipy-0.18[${PYTHON_USEDEP}]
-   >=media-libs/lilv-0.24.2-r1
-   >=media-plugins/calf-0.90.0[lv2]
-   >=media-libs/gstreamer-1.12.0:1.0
-   >=media-libs/gst-plugins-good-1.12.0:1.0
-   >=media-libs/gst-plugins-bad-1.12.0:1.0
-   >=media-plugins/gst-plugins-bs2b-1.12.0:1.0
-   >=media-plugins/gst-plugins-ladspa-1.12.0:1.0
-   >=media-plugins/gst-plugins-lv2-1.12.0:1.0
-   >=media-plugins/gst-plugins-pulse-1.12.0:1.0
-"
-RDEPEND="${DEPEND}
-   media-sound/pulseaudio[equalizer]
-"
-
-pkg_preinst(){
-   gnome2_schemas_savelist
-}
-
-pkg_postinst(){
-   gnome2_gconf_install
-   gnome2_schemas_update
-}
-
-pkg_postrm(){
-   gnome2_gconf_uninstall
-   gnome2_schemas_update
-}



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

2018-12-30 Thread Matthew Thode
commit: 21dd5aefb448f229cc3d02927725c520edf339ea
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Dec 31 03:26:50 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Dec 31 03:28:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21dd5aef

media-sound/pulseeffects: 4.4.3

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

 media-sound/pulseeffects/Manifest   | 2 +-
 .../{pulseeffects-4.4.0.ebuild => pulseeffects-4.4.3.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseeffects/Manifest 
b/media-sound/pulseeffects/Manifest
index 6abcdb388da..89ebb702d50 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -1,3 +1,3 @@
 DIST pulseeffects-3.2.3.tar.gz 648968 BLAKE2B 
aef2aaacacc41020c5f14582c91b53ba84f3e56d7cf4a13a955769ff80796ae21cbc0ecad9b2c3e24985a6a6daf86888c3a8c6e2387b917860336e73fa8c0d6b
 SHA512 
802068c867b9708e7503e0beb65fb5aaf9ff4916b98048634a443f701864db00e5401de42ff58ed3e5fe9430af6caae74efe8f0b1b0e3e2c9d48dcb7c7e6a400
-DIST pulseeffects-4.4.0.tar.gz 1019903 BLAKE2B 
613975539436df9c15efd4e513cdaba92db96ada32936a30cff699826734af79a1a819c2cf95c575ea1928ba66987a27d0b0a70cedc257d82b782e348fedbba8
 SHA512 
48c4534a2667e38b12729c37600a87aaf00e71ca709d0420d3cbb7633ade04b3e33c1b4bbb140b975e2585b5e8ac2314a0857dc26db74308e6c77e465a943bcc
 DIST pulseeffects-4.4.1.tar.gz 1035274 BLAKE2B 
c8fd9b6e73ef2abc07837560faa10661a0f46f503b6a6023a9cde08086fafdea18cdc73b99c8fd5176942e066629ffc085e47e591831c034fd8b739ff4975347
 SHA512 
11ff0a689c6bf718d95eb0202fb73e06d194a71be9393685a2b444c3fc22bfac5f022ee177a73d786e6704f56173fd702f30005e7ace48fb825f3180f0dfe99a
+DIST pulseeffects-4.4.3.tar.gz 1051621 BLAKE2B 
24fc360d86a04674aa0bd4cf39b29b1bfcc67acf2001f5ae271a355a1fb01f5be8a76ed588c187c2cb4ca5b7468f72d6df97f502d483b386e2e741493bad4dc7
 SHA512 
34173c9ad90c2da269cf86fd7410ca0f1614c98065f2106fa9f208bc145509ca1e26342d61012d954e00637bb18a4f456b6a8f5fb432adb6405051c2d9c8cff9

diff --git a/media-sound/pulseeffects/pulseeffects-4.4.0.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.4.3.ebuild
similarity index 100%
rename from media-sound/pulseeffects/pulseeffects-4.4.0.ebuild
rename to media-sound/pulseeffects/pulseeffects-4.4.3.ebuild



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

2018-12-30 Thread Denis Dupeyron
commit: e9d7b9e2dec49e4f5c7f485650b48d7f4d22edb2
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Mon Dec 31 02:27:24 2018 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Mon Dec 31 02:27:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d7b9e2

dev-python/autopep8: bump to 1.4.3

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Denis Dupeyron  gentoo.org>

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-1.4.3.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 267d6cac194..da5bada8491 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,4 +1,5 @@
 DIST autopep8-1.3.2.tar.gz 107915 BLAKE2B 
3148f12616babc26415fc138d5d9e2d2a83cc735449cea54870662dabdfebfd298d96ca716ee62c9143049a2abf05e6a597b0ec6bab90c557dae63999794ea25
 SHA512 
cb9a5e297ce705722d5e65472dbe749e57fa12fe8dee0d4c3dc20d9e885e0d885339627667110318c89c6bf7e337203a7831c0e2217e5a5d7951edcb98d3df4f
 DIST autopep8-1.3.3.tar.gz 108639 BLAKE2B 
d2e6f6f334dfeb5e8ae33f4460c9344ec6b1e234e7f714c7602fae72f1ca5608e12145c40a39b14d28e1d79b0dd91855493d87947407428ba4c1d87834156626
 SHA512 
e327d58311f74c8bb9f18b99f8d866c071166e94f43912b35eedc6062267d4cdb5842bde7c54426c751b1bb76103ec11eb8daa682772a1f71c50962811dbc694
 DIST autopep8-1.3.5.tar.gz 109415 BLAKE2B 
e30a9719dcb2ce5463adc967ea76daa1c919c4b26e879ad69416e06bdff873e288b43a86f2cd797e67428c969e60dfb1f63508bbd8eec8f818f2abd4f68409e9
 SHA512 
3f7b441ede0efe01b3123e9349eeddc1eb62e6198c79e95e7eee532a3c9eca0cedfd4fdb50a872da9be93ad79db68fb13972eb984539f9ca4ebc37b05411cf70
+DIST autopep8-1.4.3.tar.gz 113940 BLAKE2B 
89a75228e80a8c1dae3e2ac10618c14e2dd83e2cbab2c45f6b17fa229a7d49ea0f0b8e95324c7d6eb89152112adae9dc5379a145db01ab48419b4abdd3ee3587
 SHA512 
a51b0f74c056207c869e8b9f178e08854cb274af56734373e2e6ad9626a1d28b6ec5beb7b90c4fa8c71d3d7c4ede199f716854f93f369d669ecc7095b09dee38
 DIST autopep8-1.4.tar.gz 107925 BLAKE2B 
a64f3af22d0f7910210c8f49b29e47a4a8a5118135a77ac53f1fbf97ff826b6dd2df034610c8d0298af27765e260d26627bef4d8550fdf31d6cb1068d52a0d18
 SHA512 
ec7dd7879140119227f30bd87bb416a74c402ff1c0b32f45103847774fc33de99d51d1815991441c20e3c81b3fdef73bc4563899da5a6d17b1e682e42f53754b

diff --git a/dev-python/autopep8/autopep8-1.4.3.ebuild 
b/dev-python/autopep8/autopep8-1.4.3.ebuild
new file mode 100644
index 000..547637d8dc3
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.4.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/";
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git";
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
+   >=dev-python/pycodestyle-2.3[${PYTHON_USEDEP}]"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   # Prevent UnicodeDecodeError with LANG=C
+   sed -e "/é/d" -i MANIFEST.in || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] proj/sci:master commit in: sci-biology/mouse-brain-atlases/

2018-12-30 Thread Horea Christian
commit: c319cd108eec3b4bff665efc579f26a82f137964
Author: Horea Christian  yandex  com>
AuthorDate: Mon Dec 31 02:07:04 2018 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Dec 31 02:08:40 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c319cd10

sci-biology/mouse-brain-atlases: version bump

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Horea Christian  yandex.com>

 .../mouse-brain-atlases-0.5.3.ebuild   | 44 ++
 1 file changed, 44 insertions(+)

diff --git a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.5.3.ebuild 
b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.5.3.ebuild
new file mode 100644
index 0..65963d55a
--- /dev/null
+++ b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.5.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit check-reqs
+
+DESCRIPTION="A collection of mouse brain atlases in NIfTI format"
+HOMEPAGE="https://github.com/IBT-FMI/mouse-brain-atlases";
+SRC_URI="
+   http://chymera.eu/distfiles/${P}.tar.xz
+   hires? ( http://chymera.eu/distfiles/${PN}HD-${PV}.tar.xz )
+   "
+
+LICENSE="fairuse"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="hires"
+
+RDEPEND=""
+DEPEND=""
+
+pkg_pretend() {
+   if use hires; then
+   CHECKREQS_DISK_BUILD="4G"
+   CHECKREQS_DISK_USR="4G"
+   CHECKREQS_DISK_VAR="8G"
+   else
+   CHECKREQS_DISK_BUILD="500M"
+   fi
+   check-reqs_pkg_pretend
+}
+
+# We disable this phase to not check requirements twice.
+pkg_setup() { :; }
+
+src_install() {
+   insinto "/usr/share/${PN}"
+   doins *
+   if use hires; then
+   cd "../${PN}HD-${PV}"
+   doins *
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2018-12-30 Thread Andreas Sturmlechner
commit: 6f61ff60b548daba41c4da4b456e978711a7ae60
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 31 01:49:24 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 31 01:51:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f61ff60

app-office/libreoffice: Fix USE mysql

Upstream commit 26b40fcfc67480e75bd9959b0c5cb9db10fdf6a1

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

 app-office/libreoffice/libreoffice-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index b47eabdbca1..b75bd717a25 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -187,7 +187,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
)
libreoffice_extensions_scripting-beanshell? ( dev-java/bsh )
libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 )
-   mysql? ( dev-db/mysql-connector-c++ )
+   mysql? ( dev-db/mysql-connector-c )
pdfimport? ( app-text/poppler:=[cxx] )
postgres? ( >=dev-db/postgresql-9.0:*[kerberos] )
 "
@@ -440,7 +440,7 @@ src_configure() {
$(use_enable gtk2 gtk)
$(use_enable kde kde5)
$(use_enable kde qt5)
-   $(use_enable mysql ext-mariadb-connector)
+   $(use_enable mysql bundle-mariadb)
$(use_enable odk)
$(use_enable pdfimport)
$(use_enable postgres postgresql-sdbc)



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2018-12-30 Thread Andreas Sturmlechner
commit: 605c9ad528db130605367e99563b097d498ef7e1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 31 01:51:08 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 31 01:51:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605c9ad5

app-office/libreoffice: Add 6.2 stable branch

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

 app-office/libreoffice/libreoffice-6.2..ebuild | 576 +
 1 file changed, 576 insertions(+)

diff --git a/app-office/libreoffice/libreoffice-6.2..ebuild 
b/app-office/libreoffice/libreoffice-6.2..ebuild
new file mode 100644
index 000..b75bd717a25
--- /dev/null
+++ b/app-office/libreoffice/libreoffice-6.2..ebuild
@@ -0,0 +1,576 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_REQ_USE="threads(+),xml"
+
+MY_PV="${PV/_alpha/.alpha}"
+MY_PV="${MY_PV/_beta/.beta}"
+# experimental ; release ; old
+# Usually the tarballs are moved a lot so this should make everyone happy.
+DEV_URI="
+   https://dev-builds.libreoffice.org/pre-releases/src
+   https://download.documentfoundation.org/libreoffice/src/${MY_PV:0:5}/
+   
https://downloadarchive.documentfoundation.org/libreoffice/old/${MY_PV}/src
+"
+ADDONS_URI="https://dev-www.libreoffice.org/src/";
+
+BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
+# PATCHSET="${P}-patchset-01.tar.xz"
+
+[[ ${MY_PV} == ** ]] && inherit git-r3
+inherit autotools bash-completion-r1 check-reqs eapi7-ver flag-o-matic 
gnome2-utils java-pkg-opt-2 multiprocessing pax-utils python-single-r1 
qmake-utils toolchain-funcs xdg-utils
+
+DESCRIPTION="A full office productivity suite"
+HOMEPAGE="https://www.libreoffice.org";
+SRC_URI="branding? ( https://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )"
+[[ -n ${PATCHSET} ]] && SRC_URI+=" 
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}";
+
+# Split modules following git/tarballs; Core MUST be first!
+# Help is used for the image generator
+# Only release has the tarballs
+if [[ ${MY_PV} != ** ]]; then
+   for i in ${DEV_URI}; do
+   SRC_URI+=" ${i}/${PN}-${MY_PV}.tar.xz"
+   SRC_URI+=" ${i}/${PN}-help-${MY_PV}.tar.xz"
+   done
+   unset i
+fi
+unset DEV_URI
+
+# Really required addons
+# These are bundles that can't be removed for now due to huge patchsets.
+# If you want them gone, patches are welcome.
+ADDONS_SRC=(
+   "java? ( 
${ADDONS_URI}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip )"
+   # no release for 8 years, should we package it?
+   "libreoffice_extensions_wiki-publisher? ( 
${ADDONS_URI}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip )"
+   # Does not build with 1.6 rhino at all
+   "libreoffice_extensions_scripting-javascript? ( 
${ADDONS_URI}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip )"
+   # requirement of rhino
+   "libreoffice_extensions_scripting-javascript? ( 
${ADDONS_URI}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip )"
+   # not packageable
+   "odk? ( 
http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll 
)"
+)
+SRC_URI+=" ${ADDONS_SRC[*]}"
+
+unset ADDONS_URI
+unset ADDONS_SRC
+
+# Extensions that need extra work:
+LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
+
+IUSE="accessibility bluetooth +branding coinmp +cups dbus debug eds firebird
+googledrive gstreamer +gtk gtk2 kde mysql odk pdfimport postgres test vlc
+$(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   bluetooth? ( dbus )
+   libreoffice_extensions_nlpsolver? ( java )
+   libreoffice_extensions_scripting-beanshell? ( java )
+   libreoffice_extensions_scripting-javascript? ( java )
+   libreoffice_extensions_wiki-publisher? ( java )
+"
+
+LICENSE="|| ( LGPL-3 MPL-1.1 )"
+SLOT="0"
+[[ ${MY_PV} == ** ]] || \
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   app-arch/unzip
+   app-arch/zip
+   app-crypt/gpgme[cxx]
+   app-text/hunspell:=
+   >=app-text/libabw-0.1.0
+   >=app-text/libebook-0.1
+   app-text/libepubgen
+   >=app-text/libetonyek-0.1
+   app-text/libexttextcat
+   app-text/liblangtag
+   >=app-text/libmspub-0.1.0
+   >=app-text/libmwaw-0.3.1
+   app-text/libnumbertext
+   >=app-text/libodfgen-0.1.0
+   app-text/libqxp
+   app-text/libstaroffice
+   app-text/libwpd:0.10[tools]
+   app-text/libwpg:0.3
+   >=app-text/libwps-0.4
+   app-text/mythes
+   >=dev-cpp/clucene-2.3.3.4-r2
+   =dev-cpp/libcmis-0.5*
+   dev-db/unixODBC
+   dev-lang/perl
+   dev-libs/boost:=[nls]
+   dev-libs/expat
+   dev-libs/hyphen
+   dev-libs/icu:=
+   dev-libs/libassua

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2018-12-30 Thread Andreas Sturmlechner
commit: 54c6be058e17121afe4ea48fbe33040e2cf99718
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 31 01:28:19 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 31 01:51:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c6be05

app-office/libreoffice: Drop obsolete build switch

--with-system-mysql-cppconn is gone.

Upstream commit 339795d6bd064f57ef33c7cbd5e90433c179e72e

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

 app-office/libreoffice/libreoffice-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index de17c67160e..b47eabdbca1 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -450,7 +450,6 @@ src_configure() {
$(use_with googledrive gdrive-client-id 
${google_default_client_id})
$(use_with googledrive gdrive-client-secret 
${google_default_client_secret})
$(use_with java)
-   $(use_with mysql system-mysql-cppconn)
$(use_with odk doxygen)
)
 



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2018-12-30 Thread Jeroen Roovers
commit: 0fbefc91d322161f91a8293f5e05fff263c2babc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Dec 30 23:12:14 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Dec 30 23:12:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbefc91

x11-drivers/nvidia-drivers: Partially revert "Warn about CONFIG_PM"

According to the upstream chat this should apply only to the 410 branch.

Bug: https://bugs.gentoo.org/show_bug.cgi?id=669902
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-drivers/nvidia-drivers/nvidia-drivers-415.18.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-415.23.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-415.25.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-415.18.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-415.18.ebuild
index 348181f210e..e9f557b9387 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-415.18.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-415.18.ebuild
@@ -107,7 +107,7 @@ nvidia_drivers_versions_check() {
nvidia-driver-check-warning
 
# Kernel features/options to check for
-   CONFIG_CHECK="!DEBUG_MUTEXES ~!LOCKDEP ~MTRR ~PM ~SYSVIPC ~ZONE_DMA"
+   CONFIG_CHECK="!DEBUG_MUTEXES ~!LOCKDEP ~MTRR ~SYSVIPC ~ZONE_DMA"
 
# Now do the above checks
use kernel_linux && check_extra_config

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-415.23.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-415.23.ebuild
index 1f1d471355f..86b6c9565d9 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-415.23.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-415.23.ebuild
@@ -107,7 +107,7 @@ nvidia_drivers_versions_check() {
nvidia-driver-check-warning
 
# Kernel features/options to check for
-   CONFIG_CHECK="!DEBUG_MUTEXES !I2C_NVIDIA_GPU ~!LOCKDEP ~MTRR ~PM 
~SYSVIPC ~ZONE_DMA"
+   CONFIG_CHECK="!DEBUG_MUTEXES !I2C_NVIDIA_GPU ~!LOCKDEP ~MTRR ~SYSVIPC 
~ZONE_DMA"
 
# Now do the above checks
use kernel_linux && check_extra_config

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-415.25.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-415.25.ebuild
index 1f1d471355f..86b6c9565d9 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-415.25.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-415.25.ebuild
@@ -107,7 +107,7 @@ nvidia_drivers_versions_check() {
nvidia-driver-check-warning
 
# Kernel features/options to check for
-   CONFIG_CHECK="!DEBUG_MUTEXES !I2C_NVIDIA_GPU ~!LOCKDEP ~MTRR ~PM 
~SYSVIPC ~ZONE_DMA"
+   CONFIG_CHECK="!DEBUG_MUTEXES !I2C_NVIDIA_GPU ~!LOCKDEP ~MTRR ~SYSVIPC 
~ZONE_DMA"
 
# Now do the above checks
use kernel_linux && check_extra_config



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2018-12-30 Thread Jeroen Roovers
commit: 68642900498fd558372f55e6a07986bacb586f38
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Dec 30 22:58:15 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Dec 30 22:58:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68642900

x11-drivers/nvidia-drivers: Warn about CONFIG_PM

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=669902
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-drivers/nvidia-drivers/nvidia-drivers-410.78.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-415.18.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-415.23.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-415.25.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-410.78.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-410.78.ebuild
index 70640f2e1c6..b92c36326a3 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-410.78.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-410.78.ebuild
@@ -107,7 +107,7 @@ nvidia_drivers_versions_check() {
nvidia-driver-check-warning
 
# Kernel features/options to check for
-   CONFIG_CHECK="!DEBUG_MUTEXES ~!LOCKDEP ~MTRR ~SYSVIPC ~ZONE_DMA"
+   CONFIG_CHECK="!DEBUG_MUTEXES ~!LOCKDEP ~MTRR ~PM ~SYSVIPC ~ZONE_DMA"
 
# Now do the above checks
use kernel_linux && check_extra_config

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-415.18.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-415.18.ebuild
index e9f557b9387..348181f210e 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-415.18.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-415.18.ebuild
@@ -107,7 +107,7 @@ nvidia_drivers_versions_check() {
nvidia-driver-check-warning
 
# Kernel features/options to check for
-   CONFIG_CHECK="!DEBUG_MUTEXES ~!LOCKDEP ~MTRR ~SYSVIPC ~ZONE_DMA"
+   CONFIG_CHECK="!DEBUG_MUTEXES ~!LOCKDEP ~MTRR ~PM ~SYSVIPC ~ZONE_DMA"
 
# Now do the above checks
use kernel_linux && check_extra_config

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-415.23.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-415.23.ebuild
index 86b6c9565d9..1f1d471355f 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-415.23.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-415.23.ebuild
@@ -107,7 +107,7 @@ nvidia_drivers_versions_check() {
nvidia-driver-check-warning
 
# Kernel features/options to check for
-   CONFIG_CHECK="!DEBUG_MUTEXES !I2C_NVIDIA_GPU ~!LOCKDEP ~MTRR ~SYSVIPC 
~ZONE_DMA"
+   CONFIG_CHECK="!DEBUG_MUTEXES !I2C_NVIDIA_GPU ~!LOCKDEP ~MTRR ~PM 
~SYSVIPC ~ZONE_DMA"
 
# Now do the above checks
use kernel_linux && check_extra_config

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-415.25.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-415.25.ebuild
index 86b6c9565d9..1f1d471355f 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-415.25.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-415.25.ebuild
@@ -107,7 +107,7 @@ nvidia_drivers_versions_check() {
nvidia-driver-check-warning
 
# Kernel features/options to check for
-   CONFIG_CHECK="!DEBUG_MUTEXES !I2C_NVIDIA_GPU ~!LOCKDEP ~MTRR ~SYSVIPC 
~ZONE_DMA"
+   CONFIG_CHECK="!DEBUG_MUTEXES !I2C_NVIDIA_GPU ~!LOCKDEP ~MTRR ~PM 
~SYSVIPC ~ZONE_DMA"
 
# Now do the above checks
use kernel_linux && check_extra_config



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

2018-12-30 Thread Matthew Thode
commit: 697a3f45907d7dfc72a3d3462f2a742735814f25
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Dec 30 22:44:33 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Dec 30 22:44:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697a3f45

www-apps/icingaweb2: simplify depends

Bug: https://bugs.gentoo.org/674102
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 www-apps/icingaweb2/icingaweb2-.ebuild | 28 +---
 www-apps/icingaweb2/metadata.xml   |  1 +
 2 files changed, 10 insertions(+), 19 deletions(-)

diff --git a/www-apps/icingaweb2/icingaweb2-.ebuild 
b/www-apps/icingaweb2/icingaweb2-.ebuild
index 97c2252b8de..4d8e67f6cc5 100644
--- a/www-apps/icingaweb2/icingaweb2-.ebuild
+++ b/www-apps/icingaweb2/icingaweb2-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -12,30 +12,20 @@ EGIT_BRANCH="master"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="apache2 ldap mysql nginx pdf postgres"
+IUSE="apache2 fpm ldap mysql nginx pdf postgres"
 REQUIRED_USE="^^ ( apache2 nginx )"
 KEYWORDS=""
 
 DEPEND=">=net-analyzer/icinga2-2.1.1
dev-php/pecl-imagick
pdf? ( media-gfx/imagemagick[png] )
-   apache2? (
-   >=www-servers/apache-2.4.0
-   || (
-   
dev-lang/php:5.6[apache2?,cli,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.0[apache2?,cli,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.1[apache2?,cli,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.2[apache2?,cli,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   )
-   )
-   nginx? (
-   >=www-servers/nginx-1.7.0:*
-   || (
-   
dev-lang/php:5.6[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.0[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.1[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.2[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   )
+   apache2? ( >=www-servers/apache-2.4.0 )
+   nginx? ( >=www-servers/nginx-1.7.0:* )
+   || (
+   
dev-lang/php:5.6[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
+   
dev-lang/php:7.0[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
+   
dev-lang/php:7.1[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
+   
dev-lang/php:7.2[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
)"
 RDEPEND="${DEPEND}"
 

diff --git a/www-apps/icingaweb2/metadata.xml b/www-apps/icingaweb2/metadata.xml
index 1a95653552c..8f0ec860cd1 100644
--- a/www-apps/icingaweb2/metadata.xml
+++ b/www-apps/icingaweb2/metadata.xml
@@ -10,5 +10,6 @@


Adds support for nginx
+   Adds FPM support to php

 



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

2018-12-30 Thread Matt Turner
commit: 7aa8fc50006ed8ce97d8baa088538b9cbaae7237
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 22:18:34 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 22:18:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa8fc50

dev-libs/protobuf-3.6.1: hppa stable, bug 669036

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

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

diff --git a/dev-libs/protobuf/protobuf-3.6.1.ebuild 
b/dev-libs/protobuf/protobuf-3.6.1.ebuild
index 247140feda2..c8c5f7d7e2f 100644
--- a/dev-libs/protobuf/protobuf-3.6.1.ebuild
+++ b/dev-libs/protobuf/protobuf-3.6.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/protocolbuffers/${PN}/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="emacs examples static-libs test zlib"
 
 RDEPEND="emacs? ( virtual/emacs )



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/

2018-12-30 Thread Matt Turner
commit: a58a4208d411542650bec8762ee7c3a8b27ef8c5
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 22:15:03 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 22:16:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58a4208

net-print/cups-filters-1.20.4: hppa stable, bug 663000

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

 net-print/cups-filters/cups-filters-1.20.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups-filters/cups-filters-1.20.4.ebuild 
b/net-print/cups-filters/cups-filters-1.20.4.ebuild
index c062a162b56..77b90c6efca 100644
--- a/net-print/cups-filters/cups-filters-1.20.4.ebuild
+++ b/net-print/cups-filters/cups-filters-1.20.4.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == "" ]] ; then
EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters";
 else
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz";
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-fbsd ~m68k-mint"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-fbsd ~m68k-mint"
 fi
 DESCRIPTION="Cups filters"
 HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters";



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

2018-12-30 Thread Matt Turner
commit: 6016c2816add7799ab506daa356e8a2c6f1cfa3c
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 22:15:44 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 22:16:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6016c281

app-text/poppler-0.68.0: hppa stable, bug 659828

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

 app-text/poppler/poppler-0.68.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/poppler/poppler-0.68.0.ebuild 
b/app-text/poppler/poppler-0.68.0.ebuild
index 93290deb8c0..9eaec634d34 100644
--- a/app-text/poppler/poppler-0.68.0.ebuild
+++ b/app-text/poppler/poppler-0.68.0.ebuild
@@ -11,7 +11,7 @@ if [[ "${PV}" == "" ]] ; then
SLOT="0/"
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz";
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/79"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



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

2018-12-30 Thread Matt Turner
commit: 80d98ff1ac8250dcd9350afe8c975a4a9c1b408f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 22:15:35 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 22:16:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d98ff1

media-libs/openjpeg-2.3.0-r1: hppa stable, bug 659828

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

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

diff --git a/media-libs/openjpeg/openjpeg-2.3.0-r1.ebuild 
b/media-libs/openjpeg/openjpeg-2.3.0-r1.ebuild
index 998d52d9e1a..b28122418d8 100644
--- a/media-libs/openjpeg/openjpeg-2.3.0-r1.ebuild
+++ b/media-libs/openjpeg/openjpeg-2.3.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/uclouvain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="2/7" # based on SONAME
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs test"
 
 RDEPEND="



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

2018-12-30 Thread Matt Turner
commit: 8868444ae0f2e4ae23bfc3395de2a273179b0df9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 22:16:26 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 22:16:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8868444a

app-text/ghostscript-gpl-9.26: hppa stable, bug 668846

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

 app-text/ghostscript-gpl/ghostscript-gpl-9.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.26.ebuild 
b/app-text/ghostscript-gpl/ghostscript-gpl-9.26.ebuild
index 7a0cd086682..51a81849172 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.26.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.26.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="AGPL-3 CPL-1.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="cups dbus gtk l10n_de static-libs tiff unicode X"
 
 LANGS="ja ko zh-CN zh-TW"



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

2018-12-30 Thread Alexys Jacob
commit: 45352a0fe23fcc14f2c7768e4c0477c16a624433
Author: Ultrabug  gentoo  org>
AuthorDate: Sun Dec 30 21:46:05 2018 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Sun Dec 30 21:46:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45352a0f

x11-misc/py3status: version bump

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexys Jacob  gentoo.org>

 x11-misc/py3status/Manifest | 2 +-
 x11-misc/py3status/{py3status-3.14.ebuild => py3status-3.15.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/py3status/Manifest b/x11-misc/py3status/Manifest
index a547ca67122..8bc0cad972d 100644
--- a/x11-misc/py3status/Manifest
+++ b/x11-misc/py3status/Manifest
@@ -1 +1 @@
-DIST py3status-3.14.tar.gz 302768 BLAKE2B 
17b604cd4fa8d832a92c3fe74d20cb2df6a7f697dc7c165472315cb2925dc3496757879777bcc9fbba867303ea046fb88e53f976fff85011ac3458dfeda34a16
 SHA512 
1e87f338faa3c7ea4e1e14e5a40aa5913b33bee06e5b858e876453787694db4f285d93396efa44b82dc59cb2b296d6a3e6d358d008a09056257844f919555782
+DIST py3status-3.15.tar.gz 319839 BLAKE2B 
336d6b22c6c670df5e267755e06dfa42c74cf26cf2e448a72608035a0a944d7677b63a62058b59423f6d6649298702149e54ad8aa3bd4f09fd7d254a3b80de22
 SHA512 
cb2bf60e48257735b8ef636548e83ef35cdff355cfa17d71f4a7cec47db6ee7045278c3cc81825621da4b2f959d20be86fe28dc85f894f4d3d4057f2685bcf2f

diff --git a/x11-misc/py3status/py3status-3.14.ebuild 
b/x11-misc/py3status/py3status-3.15.ebuild
similarity index 100%
rename from x11-misc/py3status/py3status-3.14.ebuild
rename to x11-misc/py3status/py3status-3.15.ebuild



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

2018-12-30 Thread Andreas Sturmlechner
commit: dfd71bea65185ac15f8358a3e8005c3c8a59810b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 30 21:45:37 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 30 21:45:37 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dfd71bea

kde-apps/kdenlive: Drop unused DEPEND

Upstream commit c91c8abb75896c02fcff81376ee8f96a8617992a

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

 kde-apps/kdenlive/kdenlive-18.12.49..ebuild | 1 -
 kde-apps/kdenlive/kdenlive-.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-apps/kdenlive/kdenlive-18.12.49..ebuild 
b/kde-apps/kdenlive/kdenlive-18.12.49..ebuild
index 3ab95be373..55e3159304 100644
--- a/kde-apps/kdenlive/kdenlive-18.12.49..ebuild
+++ b/kde-apps/kdenlive/kdenlive-18.12.49..ebuild
@@ -41,7 +41,6 @@ RDEPEND="
$(add_qt_dep qtgui 'gles2=')
$(add_qt_dep qtnetwork)
$(add_qt_dep qtquickcontrols)
-   $(add_qt_dep qtscript)
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)

diff --git a/kde-apps/kdenlive/kdenlive-.ebuild 
b/kde-apps/kdenlive/kdenlive-.ebuild
index 7179ad7b20..5a2848500c 100644
--- a/kde-apps/kdenlive/kdenlive-.ebuild
+++ b/kde-apps/kdenlive/kdenlive-.ebuild
@@ -41,7 +41,6 @@ RDEPEND="
$(add_qt_dep qtgui 'gles2=')
$(add_qt_dep qtnetwork)
$(add_qt_dep qtquickcontrols)
-   $(add_qt_dep qtscript)
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)



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

2018-12-30 Thread Mikle Kolyada
commit: 9a2addccd7439bbf711252e79b27548f474b46a5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:39:29 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:39:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2addcc

dev-libs/fribidi: mark s390 stable

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

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

diff --git a/dev-libs/fribidi/fribidi-1.0.5.ebuild 
b/dev-libs/fribidi/fribidi-1.0.5.ebuild
index bdbf06d172b..9d560ef1b28 100644
--- a/dev-libs/fribidi/fribidi-1.0.5.ebuild
+++ b/dev-libs/fribidi/fribidi-1.0.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/fribidi/fribidi/releases/download/v${PV}/${P}.tar.bz
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=""



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

2018-12-30 Thread Mikle Kolyada
commit: 043f782482d7278baaae444847a01471320efdcc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:36:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:38:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043f7824

x11-libs/libXcursor: mark s390 stable

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

 x11-libs/libXcursor/libXcursor-1.1.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libXcursor/libXcursor-1.1.15.ebuild 
b/x11-libs/libXcursor/libXcursor-1.1.15.ebuild
index d4fd82aa0ee..ec8fb077180 100644
--- a/x11-libs/libXcursor/libXcursor-1.1.15.ebuild
+++ b/x11-libs/libXcursor/libXcursor-1.1.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Xcursor library"
 
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]



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

2018-12-30 Thread Mikle Kolyada
commit: c93e67c3d7345761a20387d705ec4946cc487ef8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:37:32 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:38:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c93e67c3

x11-apps/xset: mark s390 stable

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

 x11-apps/xset/xset-1.2.3.ebuild | 4 ++--
 x11-apps/xset/xset-1.2.4.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-apps/xset/xset-1.2.3.ebuild b/x11-apps/xset/xset-1.2.3.ebuild
index 7e1b0780fbb..77cdd309533 100644
--- a/x11-apps/xset/xset-1.2.3.ebuild
+++ b/x11-apps/xset/xset-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org xset application"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="

diff --git a/x11-apps/xset/xset-1.2.4.ebuild b/x11-apps/xset/xset-1.2.4.ebuild
index fe81eebb63e..77cdd309533 100644
--- a/x11-apps/xset/xset-1.2.4.ebuild
+++ b/x11-apps/xset/xset-1.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org xset application"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2018-12-30 Thread Mikle Kolyada
commit: e9595771eb06f0a35765f2492e84174bc93c1cae
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:38:04 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:38:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9595771

x11-apps/xprop: mark s390 stable

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

 x11-apps/xprop/xprop-1.2.2.ebuild | 4 ++--
 x11-apps/xprop/xprop-1.2.3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-apps/xprop/xprop-1.2.2.ebuild 
b/x11-apps/xprop/xprop-1.2.2.ebuild
index 574b5572a9f..888df2e 100644
--- a/x11-apps/xprop/xprop-1.2.2.ebuild
+++ b/x11-apps/xprop/xprop-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ inherit xorg-2
 
 DESCRIPTION="property displayer for X"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"

diff --git a/x11-apps/xprop/xprop-1.2.3.ebuild 
b/x11-apps/xprop/xprop-1.2.3.ebuild
index 574b5572a9f..888df2e 100644
--- a/x11-apps/xprop/xprop-1.2.3.ebuild
+++ b/x11-apps/xprop/xprop-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ inherit xorg-2
 
 DESCRIPTION="property displayer for X"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



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

2018-12-30 Thread Mikle Kolyada
commit: e9df786113ee501e89f982b0787b30019d6daadc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:33:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:38:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9df7861

x11-misc/xkeyboard-config: mark s390 stable

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

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

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



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

2018-12-30 Thread Mikle Kolyada
commit: cbe1bccf5e278a572d5d364cef279bfc6f37f162
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:35:24 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:38:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe1bccf

x11-libs/libdmx: mark s390 stable

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

 x11-libs/libdmx/libdmx-1.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libdmx/libdmx-1.1.4.ebuild 
b/x11-libs/libdmx/libdmx-1.1.4.ebuild
index d1f21753e75..7cf3d13456e 100644
--- a/x11-libs/libdmx/libdmx-1.1.4.ebuild
+++ b/x11-libs/libdmx/libdmx-1.1.4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="X.Org dmx library"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-base/xorg-proto



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

2018-12-30 Thread Mikle Kolyada
commit: 5c180c15f8305c3cb91e7c7cd3b83537f7827137
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:34:29 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:38:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c180c15

x11-apps/xkbcomp: mark s390 stable

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

 x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild 
b/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild
index e3605f2fc58..e86266a3823 100644
--- a/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild
+++ b/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="compile XKB keyboard description"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE=""
 RDEPEND="x11-libs/libX11
x11-libs/libxkbfile"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-GMP/files/, dev-perl/Math-BigInt-GMP/

2018-12-30 Thread Andreas K. Hüttel
commit: e90cac986d4aaeaf62a5c25b2be61af1ea28070b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Dec 30 21:37:53 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Dec 30 21:38:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90cac98

dev-perl/Math-BigInt-GMP: Remove old

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Math-BigInt-GMP/Manifest  |  1 -
 .../Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild | 20 
 .../files/Math-BigInt-GMP-1.380.0-no-dot-inc.patch | 37 --
 3 files changed, 58 deletions(-)

diff --git a/dev-perl/Math-BigInt-GMP/Manifest 
b/dev-perl/Math-BigInt-GMP/Manifest
index 03cbcd9f8ae..825c3f8a241 100644
--- a/dev-perl/Math-BigInt-GMP/Manifest
+++ b/dev-perl/Math-BigInt-GMP/Manifest
@@ -1,3 +1,2 @@
-DIST Math-BigInt-GMP-1.38.tar.gz 55585 BLAKE2B 
26d7ca2fb735e20b4d6a4f0537aff35b184c29bee6244e24b9841620c19f29cf0a66192df9dca1746164e9b2af7580989231c0b584226fc2faf9a0ef93fd5601
 SHA512 
e33abe8c3b939e559be4e3ec61ce77a6fb3da6451ea88cb22fd4785cfebc816024e957ad02e81b43ee982346e0e444630ee5d93a87a02182a765374d1a694222
 DIST Math-BigInt-GMP-1.49.tar.gz 59712 BLAKE2B 
12270212306b5a62a549607fc972f68a5945c0bf84fe4ed5257e0c381ce47d8c5084bddbb2514e2e430536a5ff6c50df13f945aa9531ca903ce67ea01944cf0f
 SHA512 
bed7b1670de31b40203f2026be7245dc3650f77e12e4803af78751aba95488de5b99f5e23dd59ac7f4ed31687c47a2fb7a8c5aa8ea1355676a5bc5526501bc5e
 DIST Math-BigInt-GMP-1.6002.tar.gz 2286788 BLAKE2B 
2538a0466458162bb7cf2f98c6233a7fa97bf30f3c9a92e82e0c266c9b1c6735dfa8a9310bb2009ff942edf2f10918a28484dd32a76f5ef6cbe7bcdb78de007a
 SHA512 
1c3a4a616bfb386e246ca7fd784954c97fa3a20997db0372e7f4691896e5633e2abb9d9ca42fb781a169d10d36dd3a59759399485a1859cc95c4cf7ff4e5ca09

diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild 
b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild
deleted file mode 100644
index 645f570866c..000
--- a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=PJACKLAM
-MODULE_VERSION=1.38
-inherit perl-module
-
-DESCRIPTION="Use the GMP library for Math::BigInt routines"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=virtual/perl-Math-BigInt-1.999.300
->=dev-libs/gmp-4.0.0:0"
-DEPEND="${RDEPEND}"
-PATCHES=("${FILESDIR}/${P}-no-dot-inc.patch")
-SRC_TEST="do"

diff --git 
a/dev-perl/Math-BigInt-GMP/files/Math-BigInt-GMP-1.380.0-no-dot-inc.patch 
b/dev-perl/Math-BigInt-GMP/files/Math-BigInt-GMP-1.380.0-no-dot-inc.patch
deleted file mode 100644
index 96e7f88d3e1..000
--- a/dev-perl/Math-BigInt-GMP/files/Math-BigInt-GMP-1.380.0-no-dot-inc.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 4a57ce8560c39b71ba6b8220a63efcbf5aac82ea Mon Sep 17 00:00:00 2001
-From: Kent Fredric 
-Date: Mon, 30 Oct 2017 21:42:48 +1300
-Subject: Fix test failures without '.' in @INC
-
-Under PERL_USE_UNSAFE_INC=0
-
-Bug: https://bugs.gentoo.org/613642
-Bug: https://rt.cpan.org/Ticket/Display.html?id=120718

- t/bigfltpm.t | 2 +-
- t/bigintpm.t | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/t/bigfltpm.t b/t/bigfltpm.t
-index de3c80e..89dea16 100644
 a/t/bigfltpm.t
-+++ b/t/bigfltpm.t
-@@ -26,4 +26,4 @@ my $e = $c->bdiv(Math::BigFloat->new(3),$d);
- is ($e,'0.00267'); # '0.008 / 3 => 0.0027');
- is (ref($e->{_e}->[0]), ''); # 'Not a BigInt');
- 
--require 't/bigfltpm.inc'; # all tests here for sharing
-+require './t/bigfltpm.inc';   # all tests here for sharing
-diff --git a/t/bigintpm.t b/t/bigintpm.t
-index 8f009ec..c05f135 100644
 a/t/bigintpm.t
-+++ b/t/bigintpm.t
-@@ -33,4 +33,4 @@ is ($x, "9903520314281112085086151826", 'from_oct() works 
with big numbers');
- #
- # all the other tests
-  
--require 't/bigintpm.inc'; # all tests here for sharing
-+require './t/bigintpm.inc';   # all tests here for sharing
--- 
-2.14.3
-



[gentoo-commits] repo/gentoo:master commit in: net-mail/mailutils/

2018-12-30 Thread Mikle Kolyada
commit: 65f6bb8535c062753b94a82902e3ccc548c3a4c5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:30:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:30:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f6bb85

net-mail/mailutils: Add ~s390 keyword

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

 net-mail/mailutils/mailutils-3.1.1.ebuild  | 4 ++--
 net-mail/mailutils/mailutils-3.4-r1.ebuild | 4 ++--
 net-mail/mailutils/mailutils-3.4-r2.ebuild | 4 ++--
 net-mail/mailutils/mailutils-3.4-r3.ebuild | 4 ++--
 net-mail/mailutils/mailutils-3.4.ebuild| 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/net-mail/mailutils/mailutils-3.1.1.ebuild 
b/net-mail/mailutils/mailutils-3.1.1.ebuild
index cce58d02ff3..b07d4d2835e 100644
--- a/net-mail/mailutils/mailutils-3.1.1.ebuild
+++ b/net-mail/mailutils/mailutils-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~s390 x86 ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="berkdb bidi +clients gdbm sasl guile ipv6 kerberos kyotocabinet ldap \
mysql nls pam postgres python servers ssl static-libs +threads tcpd \
tokyocabinet"

diff --git a/net-mail/mailutils/mailutils-3.4-r1.ebuild 
b/net-mail/mailutils/mailutils-3.4-r1.ebuild
index c52787aad2c..5139756cb96 100644
--- a/net-mail/mailutils/mailutils-3.4-r1.ebuild
+++ b/net-mail/mailutils/mailutils-3.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="berkdb bidi +clients gdbm sasl guile ipv6 kerberos kyotocabinet ldap \
mysql nls pam postgres python servers ssl static-libs +threads tcpd \
tokyocabinet"

diff --git a/net-mail/mailutils/mailutils-3.4-r2.ebuild 
b/net-mail/mailutils/mailutils-3.4-r2.ebuild
index 8d48a1d994e..459a10b5a30 100644
--- a/net-mail/mailutils/mailutils-3.4-r2.ebuild
+++ b/net-mail/mailutils/mailutils-3.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="berkdb bidi +clients gdbm sasl guile ipv6 kerberos kyotocabinet ldap \
mysql nls pam postgres python servers ssl static-libs +threads tcpd \
tokyocabinet"

diff --git a/net-mail/mailutils/mailutils-3.4-r3.ebuild 
b/net-mail/mailutils/mailutils-3.4-r3.ebuild
index ff55ff32e35..20411ad7153 100644
--- a/net-mail/mailutils/mailutils-3.4-r3.ebuild
+++ b/net-mail/mailutils/mailutils-3.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="berkdb bidi +clients emacs gdbm sasl guile ipv6 kerberos kyotocabinet \
ldap mysql nls pam postgres python servers ssl static-libs +threads 
tcpd \
tokyocabinet"

diff --git a/net-mail/mailutils/mailutils-3.4.ebuild 
b/net-mail/mailutils/mailutils-3.4.ebuild
index 45bb51d2ed8..bb0e216c931 100644
--- a/net-mail/mailutils/mailutils-3.4.ebuild
+++ b/net-mail/mailutils/mailutils-3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="berkdb bidi +client

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

2018-12-30 Thread Mikle Kolyada
commit: 71022ecc8fa0e585bc1bd78ccd7fb4c1087e086d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:27:16 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:27:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71022ecc

net-libs/glib-networking: mark s390 stable

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

 net-libs/glib-networking/glib-networking-2.50.0.ebuild | 2 +-
 net-libs/glib-networking/glib-networking-2.54.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/glib-networking/glib-networking-2.50.0.ebuild 
b/net-libs/glib-networking/glib-networking-2.50.0.ebuild
index 0042a4910c5..fcf20f749d3 100644
--- a/net-libs/glib-networking/glib-networking-2.50.0.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.50.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://git.gnome.org/browse/glib-networking/";
 LICENSE="LGPL-2+"
 SLOT="0"
 IUSE="+gnome +libproxy smartcard +ssl test"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.46.0:2[${MULTILIB_USEDEP}]

diff --git a/net-libs/glib-networking/glib-networking-2.54.1.ebuild 
b/net-libs/glib-networking/glib-networking-2.54.1.ebuild
index 27a4dfeadf8..c97b040243b 100644
--- a/net-libs/glib-networking/glib-networking-2.54.1.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.54.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://git.gnome.org/browse/glib-networking/";
 LICENSE="LGPL-2+"
 SLOT="0"
 IUSE="+gnome +libproxy smartcard +ssl test"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.46.0:2[${MULTILIB_USEDEP}]



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

2018-12-30 Thread Mikle Kolyada
commit: da26079f2ded04b5d6b23482bc132d1ff2bd0e30
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:26:17 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:27:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da26079f

app-crypt/p11-kit: mark s390 stable

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

 app-crypt/p11-kit/p11-kit-0.23.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/p11-kit/p11-kit-0.23.12.ebuild 
b/app-crypt/p11-kit/p11-kit-0.23.12.ebuild
index dfe90e0c2d1..72ccbebd928 100644
--- a/app-crypt/p11-kit/p11-kit-0.23.12.ebuild
+++ b/app-crypt/p11-kit/p11-kit-0.23.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/p11-glue/${PN}/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+asn1 debug +libffi +trust"
 REQUIRED_USE="trust? ( asn1 )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/files/, dev-lang/perl/

2018-12-30 Thread Andreas K. Hüttel
commit: e576790a512945d1884868c55e87721b4d75b56b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Dec 30 21:26:22 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Dec 30 21:26:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e576790a

dev-lang/perl: Add hppa workaround, bug 634162

Patch from Debian, see https://bugs.debian.org/869122

Closes: https://bugs.gentoo.org/634162
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-lang/perl/files/perl-5.26.2-hppa.patch | 105 +
 dev-lang/perl/perl-5.26.2.ebuild   |   4 ++
 dev-lang/perl/perl-5.26..ebuild|   4 ++
 dev-lang/perl/perl-5.28.0.ebuild   |   4 ++
 dev-lang/perl/perl-5.28..ebuild|   4 ++
 5 files changed, 121 insertions(+)

diff --git a/dev-lang/perl/files/perl-5.26.2-hppa.patch 
b/dev-lang/perl/files/perl-5.26.2-hppa.patch
new file mode 100644
index 000..83ed944353e
--- /dev/null
+++ b/dev-lang/perl/files/perl-5.26.2-hppa.patch
@@ -0,0 +1,105 @@
+https://bugs.gentoo.org/634162
+
+Source:
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869122
+
+Index: perl-5.26.0/op.c
+===
+--- perl-5.26.0.orig/op.c
 perl-5.26.0/op.c
+@@ -14832,6 +14832,7 @@ Perl_custom_op_get_field(pTHX_ const OP
+ SV *keysv;
+ HE *he = NULL;
+ XOP *xop;
++XOPRETANY any;
+ 
+ static const XOP xop_null = { 0, 0, 0, 0, 0 };
+ 
+@@ -14874,58 +14875,37 @@ Perl_custom_op_get_field(pTHX_ const OP
+   else
+   xop = INT2PTR(XOP *, SvIV(HeVAL(he)));
+ }
+-{
+-  XOPRETANY any;
+-  if(field == XOPe_xop_ptr) {
+-  any.xop_ptr = xop;
+-  } else {
+-  const U32 flags = XopFLAGS(xop);
+-  if(flags & field) {
+-  switch(field) {
+-  case XOPe_xop_name:
+-  any.xop_name = xop->xop_name;
+-  break;
+-  case XOPe_xop_desc:
+-  any.xop_desc = xop->xop_desc;
+-  break;
+-  case XOPe_xop_class:
+-  any.xop_class = xop->xop_class;
+-  break;
+-  case XOPe_xop_peep:
+-  any.xop_peep = xop->xop_peep;
+-  break;
+-  default:
+-  NOT_REACHED; /* NOTREACHED */
+-  break;
+-  }
+-  } else {
+-  switch(field) {
+-  case XOPe_xop_name:
+-  any.xop_name = XOPd_xop_name;
+-  break;
+-  case XOPe_xop_desc:
+-  any.xop_desc = XOPd_xop_desc;
+-  break;
+-  case XOPe_xop_class:
+-  any.xop_class = XOPd_xop_class;
+-  break;
+-  case XOPe_xop_peep:
+-  any.xop_peep = XOPd_xop_peep;
+-  break;
+-  default:
+-  NOT_REACHED; /* NOTREACHED */
+-  break;
+-  }
+-  }
++
++if(field == XOPe_xop_ptr) {
++any.xop_ptr = xop;
++} else {
++const U32 flags = XopFLAGS(xop);
++switch(field) {
++case XOPe_xop_name:
++any.xop_name = (flags & field) ? xop->xop_name : XOPd_xop_name;
++break;
++case XOPe_xop_desc:
++any.xop_desc = (flags & field) ? xop->xop_desc : XOPd_xop_desc;
++break;
++case XOPe_xop_class:
++any.xop_class = (flags & field) ? xop->xop_class : XOPd_xop_class;
++break;
++case XOPe_xop_peep:
++any.xop_peep = (flags & field) ? xop->xop_peep : XOPd_xop_peep;
++break;
++default:
++NOT_REACHED; /* NOTREACHED */
++break;
+   }
+-/* On some platforms (HP-UX, IA64) gcc emits a warning for this 
function:
+- * op.c: In function 'Perl_custom_op_get_field':
+- * op.c:...: warning: 'any.xop_name' may be used uninitialized in 
this function [-Wmaybe-uninitialized]
+- * This is because on those platforms (with -DEBUGGING) NOT_REACHED
+- * expands to assert(0), which expands to ((0) ? (void)0 :
+- * __assert(...)), and gcc doesn't know that __assert can never 
return. */
+-  return any;
+ }
++
++/* On some platforms (HP-UX, IA64) gcc emits a warning for this function:
++ * op.c: In function 'Perl_custom_op_get_field':
++ * op.c:...: warning: 'any.xop_name' may be used uninitialized in this 
function [-Wmaybe-uninitialized]
++ * This is because on those platforms (with -DEBUGGING) NOT_REACHED
++ * expands to assert(0), which expands to ((0) ? (void)0 :
++ * __assert(...)), and gcc doesn't know that __assert can never return. */
++return any;
+ }
+ 
+ /*

diff --git a/dev-lang/perl/perl-5.26.2.ebuild b/dev-lang/perl/perl-5.26.2.ebuild
index 

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

2018-12-30 Thread Mikle Kolyada
commit: 6c89597cfd26de5513350fe04196855b7c0e2564
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:19:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:19:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c89597c

dev-ruby/power_assert: mark s390 stable

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

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

diff --git a/dev-ruby/power_assert/power_assert-1.1.1.ebuild 
b/dev-ruby/power_assert/power_assert-1.1.1.ebuild
index 73bae537c4c..892be1449fc 100644
--- a/dev-ruby/power_assert/power_assert-1.1.1.ebuild
+++ b/dev-ruby/power_assert/power_assert-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/k-tsj/power_assert";
 SRC_URI="https://github.com/k-tsj/power_assert/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="|| ( Ruby BSD-2 )"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT="0"
 IUSE=""



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

2018-12-30 Thread Mikle Kolyada
commit: 512da4c7bc48ab4547a52c5cce02c8561b7b56f7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:23:21 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:23:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=512da4c7

media-libs/libgii: mark s390 stable

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

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

diff --git a/media-libs/libgii/libgii-1.0.2-r1.ebuild 
b/media-libs/libgii/libgii-1.0.2-r1.ebuild
index 043293c47a6..09e2746d488 100644
--- a/media-libs/libgii/libgii-1.0.2-r1.ebuild
+++ b/media-libs/libgii/libgii-1.0.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="X"
 
 RDEPEND="X? (



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

2018-12-30 Thread Mikle Kolyada
commit: 388e0f7a8610a59d595df18ba725140d1f2bcb88
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:21:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:21:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388e0f7a

x11-misc/imake: mark s390 stable

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

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

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



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

2018-12-30 Thread Mikle Kolyada
commit: 00b736fabb6eb9d00bf23d3e8fc08cb7c544df58
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:18:24 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:18:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b736fa

dev-ruby/did_you_mean: mark s390 stable

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

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

diff --git a/dev-ruby/did_you_mean/did_you_mean-1.0.2.ebuild 
b/dev-ruby/did_you_mean/did_you_mean-1.0.2.ebuild
index 3d4c3dcac4d..3e8b1026980 100644
--- a/dev-ruby/did_you_mean/did_you_mean-1.0.2.ebuild
+++ b/dev-ruby/did_you_mean/did_you_mean-1.0.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/yuki24/did_you_mean";
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-12-30 Thread Mikle Kolyada
commit: 9fc80a0d8b10246edc6f3c8a840dce8e3cc42a95
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:17:07 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:17:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc80a0d

dev-ruby/net-telnet: mark s390 stable

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

 dev-ruby/net-telnet/net-telnet-0.1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/net-telnet/net-telnet-0.1.1-r1.ebuild 
b/dev-ruby/net-telnet/net-telnet-0.1.1-r1.ebuild
index 542b203bed7..353154de745 100644
--- a/dev-ruby/net-telnet/net-telnet-0.1.1-r1.ebuild
+++ b/dev-ruby/net-telnet/net-telnet-0.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/ruby/net-telnet/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
 SLOT="1"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 ruby_add_bdepend "test? ( dev-ruby/minitest )"



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

2018-12-30 Thread Sergei Trofimovich
commit: 1c21dcc94ef9d60d9a655275dc0cf989ae8980ac
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec 30 21:09:50 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec 30 21:14:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c21dcc9

sys-libs/glibc: fix live ebuild build failure, bug #674080

Fix by Bart Oldeman:

Stop touching C-translit.h, as it's now always automatically generated in the
build directory. Touching it creates a 0-byte file that causes missing symbols
when it's included instead of the generated file.

See here for the glibc change:
https://sourceware.org/git/?p=glibc.git;a=commit;h=053c52b17739a584ee73d336e547b15abcdabd49

Closes: https://bugs.gentoo.org/674080
Signed-off-by: Bart Oldeman  gmail.com>
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-libs/glibc/glibc-.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index 46dde2c6ce3..ea9f2ab2563 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -731,9 +731,6 @@ src_unpack() {
unpack ${P}.tar.xz
fi
 
-   cd "${S}" || die
-   touch locale/C-translit.h || die #185476 #218003
-
cd "${WORKDIR}" || die
unpack glibc-${RELEASE_VER}-patches-${PATCH_VER}.tar.xz
 }



[gentoo-commits] repo/gentoo:master commit in: app-shells/push/

2018-12-30 Thread Mikle Kolyada
commit: bfb53e9aee73f890fd0233236b9a18f9350b0f5b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:11:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:12:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb53e9a

app-shells/push: mark s390 stable

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

 app-shells/push/push-2.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/push/push-2.0-r1.ebuild 
b/app-shells/push/push-2.0-r1.ebuild
index 48c863ae822..dcf848498b0 100644
--- a/app-shells/push/push-2.0-r1.ebuild
+++ b/app-shells/push/push-2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE=""
 
 src_install() {



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

2018-12-30 Thread Mikle Kolyada
commit: 6e91a83799b9cbf74c18b650eaec3ab75c81742d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 21:10:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 21:12:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e91a837

app-portage/eix: mark s390 stable

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

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

diff --git a/app-portage/eix/eix-0.33.5.ebuild 
b/app-portage/eix/eix-0.33.5.ebuild
index dcde5313962..07ef00adc30 100644
--- a/app-portage/eix/eix-0.33.5.ebuild
+++ b/app-portage/eix/eix-0.33.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="debug doc nls sqlite"
 
 BOTHDEPEND="nls? ( virtual/libintl )



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

2018-12-30 Thread Andreas Sturmlechner
commit: 62cb16e3999a4375a35a1c99ad12daa6f790a6b0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 30 21:00:50 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 30 21:01:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62cb16e3

media-gfx/graphite2: Drop 1.3.11-r1

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

 media-gfx/graphite2/Manifest   |   1 -
 media-gfx/graphite2/graphite2-1.3.11-r1.ebuild | 119 -
 2 files changed, 120 deletions(-)

diff --git a/media-gfx/graphite2/Manifest b/media-gfx/graphite2/Manifest
index 2dc02755aa2..09ab8b26294 100644
--- a/media-gfx/graphite2/Manifest
+++ b/media-gfx/graphite2/Manifest
@@ -1,4 +1,3 @@
 DIST graphite2-1.3.10.tgz 3889647 BLAKE2B 
c6db80950ed5f81d5ecf77003e23e6545c2824948bdc04aa3111747c0eb1ef074b09fe4c3ec20b68b00f75958ea39c5945a7fbe2fecde55ff32d22e517c91156
 SHA512 
d6d578feaa2d9304dc9bcd3926958070b8c23b27437a9fcb801e08e62f33a5549b7a6aa9636c7f8eb80a2a2c6d5cac97d58050fb30fd102b9fd0f8c558f4252b
-DIST graphite2-1.3.11.tgz 4236760 BLAKE2B 
d02c98cb387eec1d7b238de550554384f25c873e84d6e2a14dbe352c3f1f8420fa06130c5fd9083e442994b88c483a1a9ca8dcaa0a2c632314f1847e432a7f3b
 SHA512 
fd5e997a30492a7668ad7afd78889e40cb37195cb8e11f42817ee00901b699d6a591e8230bf7a40abd1b218ae26588948a92b23e48c9fd03164fd5e2f4031afe
 DIST graphite2-1.3.12.tgz 6667293 BLAKE2B 
5008cdc6336af6d846b7d14640b1b8987eb46ff8ff25ee518f2b5cd0576dff2430fb6c83527a6ead6759e73d26fb706b98488aadacefc01f3d6138a91c32b541
 SHA512 
fdb5a08a64dba1bc6e830e6b7a079daaa7ee009571d159ff0edf6bcfb7dd668f60773b872f1c8636bc70e6559e1a870e1649008b4764b02e12dad0add504e664
 DIST graphite2-1.3.13.tgz 6664757 BLAKE2B 
3faad44f7ba5e0729f722fd4589c5f6a4c53cffc2bb93615c8220d03c759dedf05924b1f56cafcf1c28e0a4b50fba0d319da30572fffde4baab6bc240528a0d3
 SHA512 
44ac2f353c1a795a55c78b4ff72df35a3a5a94700356c0eefe105d66cd499ac93f9cfd5ab7b3ea842b575156cb8df19e0b57ff8b9dbaee8a576319ff5889c131

diff --git a/media-gfx/graphite2/graphite2-1.3.11-r1.ebuild 
b/media-gfx/graphite2/graphite2-1.3.11-r1.ebuild
deleted file mode 100644
index 64d56a70455..000
--- a/media-gfx/graphite2/graphite2-1.3.11-r1.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-GENTOO_DEPEND_ON_PERL="no"
-inherit perl-module python-any-r1 cmake-multilib
-
-DESCRIPTION="Library providing rendering capabilities for complex non-Roman 
writing systems"
-HOMEPAGE="http://graphite.sil.org/";
-SRC_URI="mirror://sourceforge/silgraphite/${PN}/${P}.tgz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
-IUSE="perl test"
-
-RDEPEND="
-   perl? ( dev-lang/perl:= )
-"
-DEPEND="${RDEPEND}
-   perl? (
-   dev-perl/Module-Build
-   dev-perl/Locale-Maketext-Lexicon
-   )
-   test? (
-   dev-libs/glib:2
-   media-libs/fontconfig
-   $(python_gen_any_dep '
-   dev-python/fonttools[${PYTHON_USEDEP}]
-   ')
-   ${PYTHON_DEPS}
-   perl? ( virtual/perl-Test-Simple )
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.3.5-includes-libs-perl.patch"
-)
-
-pkg_setup() {
-   use perl && perl_set_version
-   use test && python-any-r1_pkg_setup
-}
-
-python_check_deps() {
-   has_version "dev-python/fonttools[${PYTHON_USEDEP}]"
-}
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # make tests optional
-   if ! use test; then
-   sed -i \
-   -e '/tests/d' \
-   CMakeLists.txt || die
-   fi
-}
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   # Renamed VM_MACHINE_TYPE to GRAPHITE2_VM_TYPE
-   "-DGRAPHITE2_VM_TYPE=direct"
-   # https://sourceforge.net/p/silgraphite/bugs/49/
-   $([[ ${CHOST} == powerpc*-apple* ]] && \
-   echo "-DGRAPHITE2_NSEGCACHE:BOOL=ON")
-   )
-
-   cmake-utils_src_configure
-
-   # fix perl linking
-   if multilib_is_native_abi && use perl; then
-   # we rely on the fact that cmake-utils_src_configure sets 
BUILD_DIR
-   sed -i \
-   -e "s:@BUILD_DIR@:\"${BUILD_DIR}/src\":" \
-   "${S}"/contrib/perl/Build.PL || die
-   fi
-}
-
-src_compile() {
-   cmake-multilib_src_compile
-   if use perl; then
-   cd contrib/perl || die
-   perl-module_src_configure
-   perl-module_src_compile
-   fi
-}
-
-multilib_src_test() {
-   if multilib_is_native_abi; then
-   cmake-utils_src

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

2018-12-30 Thread Andreas Sturmlechner
commit: 109cd696c9f986531554a00ed1e6389f81d0c648
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 30 20:58:39 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 30 21:01:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=109cd696

media-gfx/graphite2: 1.3.13 version bump

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

 media-gfx/graphite2/Manifest|   1 +
 media-gfx/graphite2/graphite2-1.3.13.ebuild | 113 
 2 files changed, 114 insertions(+)

diff --git a/media-gfx/graphite2/Manifest b/media-gfx/graphite2/Manifest
index d72b1a8688b..2dc02755aa2 100644
--- a/media-gfx/graphite2/Manifest
+++ b/media-gfx/graphite2/Manifest
@@ -1,3 +1,4 @@
 DIST graphite2-1.3.10.tgz 3889647 BLAKE2B 
c6db80950ed5f81d5ecf77003e23e6545c2824948bdc04aa3111747c0eb1ef074b09fe4c3ec20b68b00f75958ea39c5945a7fbe2fecde55ff32d22e517c91156
 SHA512 
d6d578feaa2d9304dc9bcd3926958070b8c23b27437a9fcb801e08e62f33a5549b7a6aa9636c7f8eb80a2a2c6d5cac97d58050fb30fd102b9fd0f8c558f4252b
 DIST graphite2-1.3.11.tgz 4236760 BLAKE2B 
d02c98cb387eec1d7b238de550554384f25c873e84d6e2a14dbe352c3f1f8420fa06130c5fd9083e442994b88c483a1a9ca8dcaa0a2c632314f1847e432a7f3b
 SHA512 
fd5e997a30492a7668ad7afd78889e40cb37195cb8e11f42817ee00901b699d6a591e8230bf7a40abd1b218ae26588948a92b23e48c9fd03164fd5e2f4031afe
 DIST graphite2-1.3.12.tgz 6667293 BLAKE2B 
5008cdc6336af6d846b7d14640b1b8987eb46ff8ff25ee518f2b5cd0576dff2430fb6c83527a6ead6759e73d26fb706b98488aadacefc01f3d6138a91c32b541
 SHA512 
fdb5a08a64dba1bc6e830e6b7a079daaa7ee009571d159ff0edf6bcfb7dd668f60773b872f1c8636bc70e6559e1a870e1649008b4764b02e12dad0add504e664
+DIST graphite2-1.3.13.tgz 6664757 BLAKE2B 
3faad44f7ba5e0729f722fd4589c5f6a4c53cffc2bb93615c8220d03c759dedf05924b1f56cafcf1c28e0a4b50fba0d319da30572fffde4baab6bc240528a0d3
 SHA512 
44ac2f353c1a795a55c78b4ff72df35a3a5a94700356c0eefe105d66cd499ac93f9cfd5ab7b3ea842b575156cb8df19e0b57ff8b9dbaee8a576319ff5889c131

diff --git a/media-gfx/graphite2/graphite2-1.3.13.ebuild 
b/media-gfx/graphite2/graphite2-1.3.13.ebuild
new file mode 100644
index 000..f95b1b001cf
--- /dev/null
+++ b/media-gfx/graphite2/graphite2-1.3.13.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+GENTOO_DEPEND_ON_PERL="no"
+inherit perl-module python-any-r1 cmake-multilib
+
+DESCRIPTION="Library providing rendering capabilities for complex non-Roman 
writing systems"
+HOMEPAGE="https://scripts.sil.org/cms/scripts/page.php?site_id=projects&item_id=graphite_home";
+SRC_URI="mirror://sourceforge/silgraphite/${PN}/${P}.tgz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="perl test"
+
+RDEPEND="
+   perl? ( dev-lang/perl:= )
+"
+DEPEND="${RDEPEND}
+   perl? (
+   dev-perl/Module-Build
+   dev-perl/Locale-Maketext-Lexicon
+   )
+   test? (
+   ${PYTHON_DEPS}
+   dev-libs/glib:2
+   $(python_gen_any_dep 'dev-python/fonttools[${PYTHON_USEDEP}]')
+   media-libs/fontconfig
+   perl? ( virtual/perl-Test-Simple )
+   )
+"
+
+PATCHES=( "${FILESDIR}/${PN}-1.3.5-includes-libs-perl.patch" )
+
+pkg_setup() {
+   use perl && perl_set_version
+   use test && python-any-r1_pkg_setup
+}
+
+python_check_deps() {
+   has_version "dev-python/fonttools[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   # make tests optional
+   if ! use test; then
+   sed -e '/tests/d' -i CMakeLists.txt || die
+   fi
+}
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   # Renamed VM_MACHINE_TYPE to GRAPHITE2_VM_TYPE
+   -DGRAPHITE2_VM_TYPE=direct
+   )
+   # https://sourceforge.net/p/silgraphite/bugs/49/
+   [[ ${CHOST} == powerpc*-apple* ]] && mycmakeargs+=(
+   -DGRAPHITE2_NSEGCACHE:BOOL=ON
+   )
+
+   cmake-utils_src_configure
+
+   # fix perl linking
+   if multilib_is_native_abi && use perl; then
+   # we rely on the fact that cmake-utils_src_configure sets 
BUILD_DIR
+   sed -e "s:@BUILD_DIR@:\"${BUILD_DIR}/src\":" \
+   -i "${S}"/contrib/perl/Build.PL || die
+   fi
+}
+
+src_compile() {
+   cmake-multilib_src_compile
+   if use perl; then
+   cd contrib/perl || die
+   perl-module_src_configure
+   perl-module_src_compile
+   fi
+}
+
+multilib_src_test() {
+   if multilib_is_native_abi; then
+   cmake-utils_src_test
+   else
+   einfo Cannot test si

[gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tss/, app-crypt/tpm2-tss/files/

2018-12-30 Thread Alon Bar-Lev
commit: 2116ee6b8d5ea228d739cb6aa6b917eeb948faf6
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sun Dec 30 19:03:07 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sun Dec 30 20:58:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2116ee6b

app-crypt/tpm2-tss: initial add

Closes: https://bugs.gentoo.org/show_bug.cgi?id=634298
Thanks: Alex Guzman
Thanks: Sebastian Hamann
Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-crypt/tpm2-tss/Manifest|  1 +
 .../tpm2-tss/files/tpm2-tss-2.1.0-build.patch  | 49 +++
 .../tpm2-tss/files/tpm2-tss-2.1.0-tests.patch  | 30 
 app-crypt/tpm2-tss/metadata.xml| 15 ++
 app-crypt/tpm2-tss/tpm2-tss-2.1.0.ebuild   | 57 ++
 5 files changed, 152 insertions(+)

diff --git a/app-crypt/tpm2-tss/Manifest b/app-crypt/tpm2-tss/Manifest
new file mode 100644
index 000..50abb292c49
--- /dev/null
+++ b/app-crypt/tpm2-tss/Manifest
@@ -0,0 +1 @@
+DIST tpm2-tss-2.1.0.tar.gz 922814 BLAKE2B 
06baa6b817b99c0955a5190b0f90f8a0c55987eb06feb827cb950b69992ec1623367db488617722712ce9932ad8310c1b743af038ac77508106fb8f6f4409b1c
 SHA512 
2aea80a4cb2be59a87de6eda74a2907a2832aa76c3c208f610172f4c5bd29133b24b0876286c40855a742d6068b8f843e32f6d995b0e51c2d1e0a752b92fff7c

diff --git a/app-crypt/tpm2-tss/files/tpm2-tss-2.1.0-build.patch 
b/app-crypt/tpm2-tss/files/tpm2-tss-2.1.0-build.patch
new file mode 100644
index 000..930c173239e
--- /dev/null
+++ b/app-crypt/tpm2-tss/files/tpm2-tss-2.1.0-build.patch
@@ -0,0 +1,49 @@
+Next version removes these using --disable-defaultflags
+
+---
+
+diff --git a/configure.ac b/configure.ac
+index c42b487f..f9118642 100644
+--- a/configure.ac
 b/configure.ac
+@@ -189,19 +189,6 @@ AM_CONDITIONAL([ENABLE_INTEGRATION],[test 
"x$enable_integration" = "xyes"])
+ 
+ gl_LD_VERSION_SCRIPT
+ 
+-AX_ADD_COMPILER_FLAG([-std=c99])
+-AX_ADD_COMPILER_FLAG([-Wall])
+-AX_ADD_COMPILER_FLAG([-Wextra])
+-AX_ADD_COMPILER_FLAG([-Wformat-security])
+-AX_ADD_COMPILER_FLAG([-Werror])
+-AX_ADD_COMPILER_FLAG([-fstack-protector-all])
+-AX_ADD_COMPILER_FLAG([-fpic])
+-AX_ADD_COMPILER_FLAG([-fPIC])
+-
+-AX_ADD_PREPROC_FLAG([-D_DEFAULT_SOURCE])
+-AX_ADD_PREPROC_FLAG([-D_BSD_SOURCE])
+-AX_ADD_PREPROC_FLAG([-D_POSIX_SOURCE])
+-
+ AC_ARG_WITH([maxloglevel],
+ 
[AS_HELP_STRING([--with-maxloglevel={none,error,warning,info,debug,trace}],
+ [sets the maximum log level (default is trace)])],
+@@ -227,20 +214,9 @@ AC_ARG_ENABLE([debug],
+ [enable_debug=$enableval],
+ [enable_debug=no])
+ AS_IF([test "x$enable_debug" = "xyes"], AX_ADD_COMPILER_FLAG([-ggdb3 -Og]))
+-AS_IF([test "x$enable_debug" = "xno"], 
[AX_ADD_PREPROC_FLAG([-U_FORTIFY_SOURCE])
+-
AX_ADD_PREPROC_FLAG([-D_FORTIFY_SOURCE=2])
+-AX_ADD_COMPILER_FLAG([-g -O2])])
+-AX_ADD_LINK_FLAG([-Wl,--no-undefined])
+-AX_ADD_LINK_FLAG([-Wl,-z,noexecstack])
+-AX_ADD_LINK_FLAG([-Wl,-z,now])
+-AX_ADD_LINK_FLAG([-Wl,-z,relro])
+ 
+ AC_SUBST([PATH])
+ 
+-# work around GCC bug #53119
+-#   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119
+-AX_ADD_COMPILER_FLAG([-Wno-missing-braces])
+-
+ dnl -  Physical TPM device ---
+ 
+ AC_ARG_WITH([ptpm],

diff --git a/app-crypt/tpm2-tss/files/tpm2-tss-2.1.0-tests.patch 
b/app-crypt/tpm2-tss/files/tpm2-tss-2.1.0-tests.patch
new file mode 100644
index 000..d537c40e1a9
--- /dev/null
+++ b/app-crypt/tpm2-tss/files/tpm2-tss-2.1.0-tests.patch
@@ -0,0 +1,30 @@
+From 1ea85a32c0ae20a104badcec807b72ef458d356d Mon Sep 17 00:00:00 2001
+From: Andreas Fuchs 
+Date: Tue, 25 Sep 2018 09:35:33 +0200
+Subject: [PATCH] ESYS: Fix crypto_ossl return code
+
+Fix returncode and thus test of interal hmac_finish function.
+
+Fixes: #1157
+
+Signed-off-by: Andreas Fuchs 
+---
+ src/tss2-esys/esys_crypto_ossl.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/tss2-esys/esys_crypto_ossl.c 
b/src/tss2-esys/esys_crypto_ossl.c
+index 43088f4a..91871de1 100644
+--- a/src/tss2-esys/esys_crypto_ossl.c
 b/src/tss2-esys/esys_crypto_ossl.c
+@@ -448,7 +448,7 @@ iesys_cryptossl_hmac_finish(IESYS_CRYPTO_CONTEXT_BLOB ** 
context,
+ IESYS_CRYPTOSSL_CONTEXT *mycontext =
+ (IESYS_CRYPTOSSL_CONTEXT *) * context;
+ if (mycontext->type != IESYS_CRYPTOSSL_TYPE_HMAC) {
+-return_error(TSS2_ESYS_RC_BAD_VALUE, "bad context");
++return_error(TSS2_ESYS_RC_BAD_REFERENCE, "bad context");
+ }
+ 
+ if (*size < mycontext->hmac.hmac_len) {
+-- 
+2.19.2
+

diff --git a/app-crypt/tpm2-tss/metadata.xml b/app-crypt/tpm2-tss/metadata.xml
new file mode 100644
index 000..5176de72bd2
--- /dev/null
+++ b/app-crypt/tpm2-tss/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   cr

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

2018-12-30 Thread Alon Bar-Lev
commit: 3cd3fa3e139cf893ec5037398b851a519337bcbb
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sun Dec 30 20:51:10 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sun Dec 30 20:58:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd3fa3e

app-crypt/tpm2-tools: initial add

Closes: https://bugs.gentoo.org/show_bug.cgi?id=634304
Thanks: Alex Guzman
Thanks: Sebastian Hamann
Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-crypt/tpm2-tools/Manifest|  1 +
 app-crypt/tpm2-tools/metadata.xml| 11 +++
 app-crypt/tpm2-tools/tpm2-tools-3.1.3.ebuild | 27 +++
 3 files changed, 39 insertions(+)

diff --git a/app-crypt/tpm2-tools/Manifest b/app-crypt/tpm2-tools/Manifest
new file mode 100644
index 000..7b96fcbbc30
--- /dev/null
+++ b/app-crypt/tpm2-tools/Manifest
@@ -0,0 +1 @@
+DIST tpm2-tools-3.1.3.tar.gz 544098 BLAKE2B 
4c22ae98ed444b7d5b5f99e6a7d4cc37fcf9d46979669a2225b6f2abf8ccaaff203ccc8c816169be215c6160ce2480e4c9a0197040764013ab362dd060c29bec
 SHA512 
37edf59e47168c42ffc66e948722753334ae3e00f3e258d9e801dffd259a763a1bf4f63b3feecf7728b4dade69ca5da15d631e1a606f68e10f7d314a1a757bdc

diff --git a/app-crypt/tpm2-tools/metadata.xml 
b/app-crypt/tpm2-tools/metadata.xml
new file mode 100644
index 000..a1035736860
--- /dev/null
+++ b/app-crypt/tpm2-tools/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   cry...@gentoo.org
+   Crypto
+   
+   
+   tpm2-software/tpm2-tools
+   
+

diff --git a/app-crypt/tpm2-tools/tpm2-tools-3.1.3.ebuild 
b/app-crypt/tpm2-tools/tpm2-tools-3.1.3.ebuild
new file mode 100644
index 000..a23c0b4d9a6
--- /dev/null
+++ b/app-crypt/tpm2-tools/tpm2-tools-3.1.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Tools for the TPM 2.0 TSS"
+HOMEPAGE="https://github.com/tpm2-software/tpm2-tools";
+SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libressl test"
+
+RDEPEND=">=app-crypt/tpm2-tss-2.0
+   net-misc/curl
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )"
+DEPEND="${RDEPEND}
+   test? ( dev-util/cmocka )"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   --disable-hardening \
+   $(use_enable test unit)
+}



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

2018-12-30 Thread Georgy Yakovlev
commit: 39b5c5814accad3ad2739d8f283ce89f7de9f533
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Dec 30 20:53:21 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Dec 30 20:53:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b5c581

app-emulation/vagrant: drop old

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-emulation/vagrant/vagrant-2.2.2-r1.ebuild | 90 ---
 1 file changed, 90 deletions(-)

diff --git a/app-emulation/vagrant/vagrant-2.2.2-r1.ebuild 
b/app-emulation/vagrant/vagrant-2.2.2-r1.ebuild
deleted file mode 100644
index e8e2b858ed0..000
--- a/app-emulation/vagrant/vagrant-2.2.2-r1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"
-RUBY_FAKEGEM_EXTRAINSTALL="keys plugins templates version.txt"
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit bash-completion-r1 ruby-fakegem
-
-DESCRIPTION="A tool for building and distributing development environments"
-HOMEPAGE="https://vagrantup.com/";
-SRC_URI="https://github.com/hashicorp/vagrant/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+virtualbox"
-RESTRICT="test"
-
-RDEPEND="${RDEPEND}
-   app-arch/libarchive
-   net-misc/curl
-   virtualbox? ( || ( app-emulation/virtualbox 
app-emulation/virtualbox-bin ) )"
-
-ruby_add_rdepend "
-   >=dev-ruby/bcrypt_pbkdf-1.0.0
-   >=dev-ruby/childprocess-0.6.0
-   >=dev-ruby/ed25519-1.2.4
-   >=dev-ruby/erubis-2.7.0
-   >=dev-ruby/hashicorp-checkpoint-0.1.5
-   >=dev-ruby/i18n-1.1.1:* =dev-ruby/listen-3.1.5
-   >=dev-ruby/log4r-1.1.9 =dev-ruby/net-ssh-5.0.0:*
-   >=dev-ruby/net-sftp-2.1
-   >=dev-ruby/net-scp-1.2.0
-   dev-ruby/rest-client:2
-   >=dev-ruby/rubyzip-1.2.2
-   >=dev-ruby/vagrant_cloud-2.0.0
-"
-
-# upstream specifies rake>=12 but it apparently doesn't need something this
-# recent. Because vagrant builds fine with rake 10 and because stabilizing rake
-# is tricky, we specify a lower dependency requirement here. This way, we'll be
-# able to stabilize vagrant sooner.
-ruby_add_bdepend "
-   >=dev-ruby/rake-10.5.0
-"
-
-all_ruby_prepare() {
-   # remove bundler support
-   sed -i '/[Bb]undler/d' Rakefile || die
-   rm Gemfile || die
-
-   # loosen dependencies
-   sed -e 
'/hashicorp-checkpoint\|listen\|net-ssh\|net-scp\|rake\|childprocess/s/~>/>=/' \
-   -e '/ruby_dep/s/<=/>=/' \
-   -i ${PN}.gemspec || die
-
-   # remove windows-specific gems
-   sed -e '/wdm\|winrm/d' \
-   -i ${PN}.gemspec || die
-
-   # remove bsd-specific gems
-   sed -e '/rb-kqueue/d' \
-   -i ${PN}.gemspec || die
-
-   sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}.in" > "${PN}" 
|| die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   newbashcomp contrib/bash/completion.sh ${PN}
-
-   # provide executable similar to upstream:
-   # 
https://github.com/hashicorp/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb
-   dobin "${PN}"
-
-   # directory for plugins.json
-   keepdir /var/lib/vagrant
-
-   insinto /usr/share/vim/vimfiles/syntax/
-   doins contrib/vim/vagrantfile.vim
-}



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

2018-12-30 Thread Georgy Yakovlev
commit: 36639d91c3ffede7e52fae2205b78507c458fd7d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Dec 30 20:17:49 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Dec 30 20:53:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36639d91

app-emulation/vagrant: revbump, loosen deps

Closes: https://bugs.gentoo.org/674008
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-emulation/vagrant/vagrant-2.2.2-r2.ebuild | 90 +++
 1 file changed, 90 insertions(+)

diff --git a/app-emulation/vagrant/vagrant-2.2.2-r2.ebuild 
b/app-emulation/vagrant/vagrant-2.2.2-r2.ebuild
new file mode 100644
index 000..a2515b61584
--- /dev/null
+++ b/app-emulation/vagrant/vagrant-2.2.2-r2.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"
+RUBY_FAKEGEM_EXTRAINSTALL="keys plugins templates version.txt"
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="A tool for building and distributing development environments"
+HOMEPAGE="https://vagrantup.com/";
+SRC_URI="https://github.com/hashicorp/vagrant/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+virtualbox"
+RESTRICT="test"
+
+RDEPEND="${RDEPEND}
+   app-arch/libarchive
+   net-misc/curl
+   virtualbox? ( || ( app-emulation/virtualbox 
app-emulation/virtualbox-bin ) )"
+
+ruby_add_rdepend "
+   >=dev-ruby/bcrypt_pbkdf-1.0.0
+   >=dev-ruby/childprocess-0.6.0
+   >=dev-ruby/ed25519-1.2.4
+   >=dev-ruby/erubis-2.7.0
+   >=dev-ruby/hashicorp-checkpoint-0.1.5
+   >=dev-ruby/i18n-1.1.1:1
+   >=dev-ruby/listen-3.1.5
+   =dev-ruby/net-ssh-5.0.0:*
+   >=dev-ruby/net-sftp-2.1
+   >=dev-ruby/net-scp-1.2.0
+   dev-ruby/rest-client:2
+   >=dev-ruby/rubyzip-1.2.2
+   >=dev-ruby/vagrant_cloud-2.0.0
+"
+
+# upstream specifies rake>=12 but it apparently doesn't need something this
+# recent. Because vagrant builds fine with rake 10 and because stabilizing rake
+# is tricky, we specify a lower dependency requirement here. This way, we'll be
+# able to stabilize vagrant sooner.
+ruby_add_bdepend "
+   >=dev-ruby/rake-10.5.0
+"
+
+all_ruby_prepare() {
+   # remove bundler support
+   sed -i '/[Bb]undler/d' Rakefile || die
+   rm Gemfile || die
+
+   # loosen dependencies
+   sed -e 
'/hashicorp-checkpoint\|i18n\|listen\|net-ssh\|net-scp\|rake\|childprocess/s/~>/>=/'
 \
+   -e '/ruby_dep/s/<=/>=/' \
+   -i ${PN}.gemspec || die
+
+   # remove windows-specific gems
+   sed -e '/wdm\|winrm/d' \
+   -i ${PN}.gemspec || die
+
+   # remove bsd-specific gems
+   sed -e '/rb-kqueue/d' \
+   -i ${PN}.gemspec || die
+
+   sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}.in" > "${PN}" 
|| die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   newbashcomp contrib/bash/completion.sh ${PN}
+
+   # provide executable similar to upstream:
+   # 
https://github.com/hashicorp/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb
+   dobin "${PN}"
+
+   # directory for plugins.json
+   keepdir /var/lib/vagrant
+
+   insinto /usr/share/vim/vimfiles/syntax/
+   doins contrib/vim/vagrantfile.vim
+}



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

2018-12-30 Thread Mike Gilbert
commit: 0c7ce824ff76420877473d096690644c6872b488
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Dec 30 20:34:09 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Dec 30 20:34:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7ce824

virtual/python-funcsigs: remove old

Package-Manager: Portage-2.3.53, Repoman-2.3.12_p31
Signed-off-by: Mike Gilbert  gentoo.org>

 virtual/python-funcsigs/python-funcsigs-0-r1.ebuild | 17 -
 virtual/python-funcsigs/python-funcsigs-1.ebuild| 17 -
 2 files changed, 34 deletions(-)

diff --git a/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild 
b/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild
deleted file mode 100644
index f3bfd128a89..000
--- a/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit python-r1
-
-DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.3 
variant)"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~amd64-fbsd"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep 'dev-python/funcsigs' python2_7 pypy pypy3 )"

diff --git a/virtual/python-funcsigs/python-funcsigs-1.ebuild 
b/virtual/python-funcsigs/python-funcsigs-1.ebuild
deleted file mode 100644
index a27bf25dcb8..000
--- a/virtual/python-funcsigs/python-funcsigs-1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
-
-inherit python-r1
-
-DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 
variant)"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '>=dev-python/funcsigs-1' python2_7 
python3_{3,4,5} pypy{,3} )"



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

2018-12-30 Thread Mike Gilbert
commit: 06644500b8815475bab63774f1f4743ce81dc483
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Dec 30 20:32:50 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Dec 30 20:32:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06644500

virtual/python-funcsigs: 2 stable for all

Package-Manager: Portage-2.3.53, Repoman-2.3.12_p31
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/virtual/python-funcsigs/python-funcsigs-2.ebuild 
b/virtual/python-funcsigs/python-funcsigs-2.ebuild
index a5104ac0ae5..97b1594ab64 100644
--- a/virtual/python-funcsigs/python-funcsigs-2.ebuild
+++ b/virtual/python-funcsigs/python-funcsigs-2.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
 
 DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 
variant)"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



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

2018-12-30 Thread Mike Gilbert
commit: c341df8256c345d3aff999824f8682ee624b53f9
Author: Alexey Sokolov  google  com>
AuthorDate: Mon Dec 10 08:43:26 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Dec 30 20:31:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c341df82

virtual/python-funcsigs: require correct USE flags of python/funcsigs

Closes: https://bugs.gentoo.org/672890
Closes: https://github.com/gentoo/gentoo/pull/10603
Signed-off-by: Alexey Sokolov  google.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 virtual/python-funcsigs/python-funcsigs-2.ebuild | 17 +
 1 file changed, 17 insertions(+)

diff --git a/virtual/python-funcsigs/python-funcsigs-2.ebuild 
b/virtual/python-funcsigs/python-funcsigs-2.ebuild
new file mode 100644
index 000..a5104ac0ae5
--- /dev/null
+++ b/virtual/python-funcsigs/python-funcsigs-2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
+
+inherit python-r1
+
+DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 
variant)"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '>=dev-python/funcsigs-1[${PYTHON_USEDEP}]' 
python2_7 python3_{3,4,5} pypy{,3} )"



[gentoo-commits] repo/gentoo:master commit in: app-shells/zsh/

2018-12-30 Thread Matt Turner
commit: 2d727fd42c439a75f44ee68ccc9a53560743e123
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 20:23:11 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 20:23:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d727fd4

app-shells/zsh-5.6.2: hppa stable, bug 665278

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

 app-shells/zsh/zsh-5.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/zsh/zsh-5.6.2.ebuild b/app-shells/zsh/zsh-5.6.2.ebuild
index be5c8a20dd4..dbbb337d6e9 100644
--- a/app-shells/zsh/zsh-5.6.2.ebuild
+++ b/app-shells/zsh/zsh-5.6.2.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3 autotools
EGIT_REPO_URI="https://git.code.sf.net/p/zsh/code";
 else
-   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
SRC_URI="https://www.zsh.org/pub/${P}.tar.xz
https://www.zsh.org/pub/old/${P}.tar.xz
doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )"



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

2018-12-30 Thread Andreas Sturmlechner
commit: 47835de07f5543284cff27313c8284f5c923b2cb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 30 20:19:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 30 20:19:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47835de0

media-libs/xvid: Drop old

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

 media-libs/xvid/Manifest  |  2 --
 media-libs/xvid/xvid-1.3.3.ebuild | 72 ---
 media-libs/xvid/xvid-1.3.4.ebuild | 72 ---
 3 files changed, 146 deletions(-)

diff --git a/media-libs/xvid/Manifest b/media-libs/xvid/Manifest
index 28c489d060d..fc856890cf7 100644
--- a/media-libs/xvid/Manifest
+++ b/media-libs/xvid/Manifest
@@ -1,3 +1 @@
-DIST xvidcore-1.3.3.tar.bz2 695279 BLAKE2B 
7e24910d51e6e8d9a725aba86a83a59556e85bb953c683eef1d74bd10bf427d22f1d66e86c3a5f6ff73e3b16427af274b51447d1e336968415c252699965bd57
 SHA512 
e2178ee946fa057cf465da855b702e74fbab04347020ab7900850c07dfcd5202003fcd579fc404e0a567807285607ed4bcd14dc4c074ea19123143f03af80f09
-DIST xvidcore-1.3.4.tar.bz2 697808 BLAKE2B 
71ee4e6e73e37055482f4b02859467b2dde0f687b0652b36169b1b77378cf5db77fa805ca932cb4a0772b1abe46f3d4ecb05302c23b951d7e8dfa6888cb53b4f
 SHA512 
09c0dca898ad8ba32161d979dea66730c235d9649e93e5053f0e0f0d02f8996f0f85d629728bff16d3253b71e0435809360e6cf4d72801e63c061f2a0b0dbe7d
 DIST xvidcore-1.3.5.tar.bz2 698846 BLAKE2B 
c65c90a2a51d993af65becd760364b495ca1714f888c640b577ee3cb509afc5dbe56d1f536aa710a5322106ca65bed4ad162ad97440e9c14deeabbcbe00984b5
 SHA512 
3297243400ce9ed2d0083559ee15fdfa422e585114c4e92c72fe702f43fea4af9fe4e9e794630959c220222379fa329452c4163a395f4ba1998c9be03a2e9441

diff --git a/media-libs/xvid/xvid-1.3.3.ebuild 
b/media-libs/xvid/xvid-1.3.3.ebuild
deleted file mode 100644
index c042d207346..000
--- a/media-libs/xvid/xvid-1.3.3.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit flag-o-matic multilib multilib-minimal
-
-MY_PN=${PN}core
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="XviD, a high performance/quality MPEG-4 video de-/encoding 
solution"
-HOMEPAGE="http://www.xvid.org/";
-SRC_URI="http://downloads.xvid.org/downloads/${MY_P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-IUSE="examples elibc_FreeBSD +threads pic"
-
-NASM=">=dev-lang/nasm-2"
-YASM=">=dev-lang/yasm-1"
-
-DEPEND="sys-apps/grep
-   amd64? ( || ( ${YASM} ${NASM} ) )
-   amd64-fbsd? ( ${NASM} )
-   x86? ( || ( ${YASM} ${NASM} ) )
-   x86-fbsd? ( ${NASM} )
-   x86-macos? ( ${NASM} )
-   x64-macos? ( ${NASM} )"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_PN}/build/generic
-
-src_prepare() {
-   # make build verbose
-   sed \
-   -e 's/@$(CC)/$(CC)/' \
-   -e 's/@$(AS)/$(AS)/' \
-   -e 's/@$(RM)/$(RM)/' \
-   -e 's/@$(INSTALL)/$(INSTALL)/' \
-   -e 's/@cd/cd/' \
-   -i Makefile || die
-   # Since only the build system is in $S, this will only copy it but not 
the
-   # entire sources.
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   use sparc && append-cflags -mno-vis #357149
-   use elibc_FreeBSD && export ac_cv_prog_ac_yasm=no #477736
-
-   local myconf
-   if use pic || [[ ${ABI} == "x32" ]] ; then #421841
-   myconf="--disable-assembly"
-   fi
-
-   econf \
-   $(use_enable threads pthread) \
-   ${myconf}
-}
-
-#multilib_src_install() {
-#  emake DESTDIR="${D}" install
-#}
-
-multilib_src_install_all() {
-   dodoc "${S}"/../../{AUTHORS,ChangeLog*,CodingStyle,README,TODO}
-
-   if use examples; then
-   insinto /usr/share/${PN}
-   doins -r "${S}"/../../examples
-   fi
-}

diff --git a/media-libs/xvid/xvid-1.3.4.ebuild 
b/media-libs/xvid/xvid-1.3.4.ebuild
deleted file mode 100644
index 2611b93fb18..000
--- a/media-libs/xvid/xvid-1.3.4.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit flag-o-matic multilib multilib-minimal
-
-MY_PN=${PN}core
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="XviD, a high performance/quality MPEG-4 video de-/encoding 
solution"
-HOMEPAGE="http://www.xvid.org/";
-SRC_URI="http://downloads.xvid.org/downloads/${MY_P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-IUSE="examples elibc_FreeBSD +threads pic"
-
-NASM=">=dev-lang/nasm-2"
-YASM=

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

2018-12-30 Thread Andreas Sturmlechner
commit: d76b148ac130c329531b4758a3b35648d89a263d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 30 18:56:10 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 30 20:07:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76b148a

dev-cpp/libcmis: 0.5.2 version bump

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

 dev-cpp/libcmis/Manifest   |  1 +
 .../{libcmis-.ebuild => libcmis-0.5.2.ebuild}  | 28 +-
 dev-cpp/libcmis/libcmis-.ebuild| 20 +---
 3 files changed, 23 insertions(+), 26 deletions(-)

diff --git a/dev-cpp/libcmis/Manifest b/dev-cpp/libcmis/Manifest
index 2e15c177422..2065d178dde 100644
--- a/dev-cpp/libcmis/Manifest
+++ b/dev-cpp/libcmis/Manifest
@@ -1,2 +1,3 @@
+DIST libcmis-0.5.2.tar.gz 295020 BLAKE2B 
325eacedd87eb1888a439c727a648c5aeb8d58c9b80add9761ffc55381193b71b589865d13ecd55177faafa935642685001f60456c1354e037989b29e9451c05
 SHA512 
45d8cd6d420a9593b46e1f2d6fbf384ea248cb218b0db6326ee2f082ff29100b65a2cc999ccb849e61df4f4ed7c3721b09addc6c322ef03c6c93f8c0acc02bde
 DIST libcmis-0.5.2_pre20160820.tar.gz 285100 BLAKE2B 
980200d1a56240d8d069aba2ad349ec02e90d345bad4956f6cbbea3606f9f90951523804293b349ad0419dd2db6db294a45a97872469105c1ba392c888fab332
 SHA512 
4b6d0fc4d80444fea2c5eb16621b92a10b41c58128cc8a355caca50f12648ed5113bd977cc5dbe8971e3dbc11f9d7ae8d45c9d2aa19f37c83659141af135bd1a
 DIST libcmis-0.5.2_pre20180118.tar.gz 291080 BLAKE2B 
1cb5664dcb0bef7f5a04c422b21ac54a9b70d38dec74d688327732630e4a134a88c7262d763a39d1730eda1cd45f5d3c3d47a56099959d01bf5e23972181a793
 SHA512 
630cf7e5c31266e2b55ca093aa942fc373eb24bbb5b9aedd687f67f1b3c6b627a3bdb58878859449bcb340626f3e1bdafa2b9cbb5e61e8e4336c45b804fca7a9

diff --git a/dev-cpp/libcmis/libcmis-.ebuild 
b/dev-cpp/libcmis/libcmis-0.5.2.ebuild
similarity index 58%
copy from dev-cpp/libcmis/libcmis-.ebuild
copy to dev-cpp/libcmis/libcmis-0.5.2.ebuild
index 8513c4a8cb4..2598ba45073 100644
--- a/dev-cpp/libcmis/libcmis-.ebuild
+++ b/dev-cpp/libcmis/libcmis-0.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,11 +6,9 @@ EAPI=7
 if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://github.com/tdf/libcmis.git";
inherit git-r3
-elif [[ ${PV} = *_pre* ]]; then
-   COMMIT=738528d790b2b1d52d9b72d673842969a852815d
-   SRC_URI="https://github.com/tdf/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 else
SRC_URI="https://github.com/tdf/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 fi
 inherit autotools flag-o-matic
 
@@ -20,10 +18,6 @@ HOMEPAGE="https://github.com/tdf/libcmis";
 LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )"
 SLOT="0.5"
 
-# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
-
 IUSE="man static-libs test"
 
 RDEPEND="
@@ -46,24 +40,24 @@ BDEPEND="
 
 RESTRICT="test"
 
-[[ ${PV} = *_pre* ]] && S="${WORKDIR}/${PN}-${COMMIT}"
-
 src_prepare() {
default
-   [[ ${PV} = *_pre* || ${PV} =  ]] && eautoreconf
+   eautoreconf
 }
 
 src_configure() {
# bug 618778
append-cxxflags -std=c++14
 
-   econf \
-   --program-suffix=-$(ver_cut 1-2) \
-   --disable-werror \
-   $(use_with man) \
-   $(use_enable static-libs static) \
-   $(use_enable test tests) \
+   local myeconfargs=(
+   --program-suffix=-$(ver_cut 1-2)
+   --disable-werror
+   $(use_with man)
+   $(use_enable static-libs static)
+   $(use_enable test tests)
--enable-client
+   )
+   econf "${myeconfargs[@]}"
 }
 
 src_install() {

diff --git a/dev-cpp/libcmis/libcmis-.ebuild 
b/dev-cpp/libcmis/libcmis-.ebuild
index 8513c4a8cb4..33f9f92173e 100644
--- a/dev-cpp/libcmis/libcmis-.ebuild
+++ b/dev-cpp/libcmis/libcmis-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,7 +22,7 @@ SLOT="0.5"
 
 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 IUSE="man static-libs test"
 
@@ -50,20 +50,22 @@ RESTRICT="test"
 
 src_prepare() {
default
-   [[ ${PV} = *_pre* || ${PV} =  ]] && eautoreconf
+   eautoreconf
 }
 
 src_configure() {
# bug 618778
append-cxxflags -std=c++14
 
-   econf \
-   --program-suff

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

2018-12-30 Thread Andreas Sturmlechner
commit: 602fe71a29b8a2066ece66d5328e67e72544d549
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 30 20:00:02 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 30 20:07:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602fe71a

app-text/libqxp: 0.0.2 version bump

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

 app-text/libqxp/Manifest|  1 +
 app-text/libqxp/libqxp-0.0.2.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-text/libqxp/Manifest b/app-text/libqxp/Manifest
index ce3b3b1ccc0..14d19badb9e 100644
--- a/app-text/libqxp/Manifest
+++ b/app-text/libqxp/Manifest
@@ -1 +1,2 @@
 DIST libqxp-0.0.1.tar.xz 340184 BLAKE2B 
759e5d0fb5886485f4ebe4a6caa34d1d98dc623c0ae124ca1be5ce7fb73686fc83360712d59d020e4788b39aa57d32149b7641d71b73dde917df46617f17
 SHA512 
a03a9ada658a92f4d985cad91d467b3916334c74dc26c1e4de89e3929e0135ca0e9c7e7e18ce616ef56a67863ec19c2638494400785849017f9a4776df07c607
+DIST libqxp-0.0.2.tar.xz 341760 BLAKE2B 
e596b3ebd23c8fff2a1675b1076ba6b4403bb41358972b50eb946610108f5968ef3e553478aec8c6211f8b476030033e7d334cb4deccc7d6bdfba3914821abf5
 SHA512 
409d3df82ac522b39bdd0ef4f0a781b906e246a8e6f502009c095eea90d672c482a7fc5c7f998d89952bc598c6f51357346ed6df490c25cb48e1318e27c50dab

diff --git a/app-text/libqxp/libqxp-0.0.2.ebuild 
b/app-text/libqxp/libqxp-0.0.2.ebuild
new file mode 100644
index 000..f1095915cd1
--- /dev/null
+++ b/app-text/libqxp/libqxp-0.0.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Library parsing QuarkXpress documents"
+HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}";
+SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="debug doc test tools"
+
+RDEPEND="
+   dev-libs/librevenge
+   dev-libs/icu:=
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+"
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_configure() {
+   local myeconfargs=(
+   --disable-weffc
+   $(use_enable debug)
+   $(use_with doc docs)
+   $(use_enable test tests)
+   $(use_enable tools)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-12-30 Thread Andreas Sturmlechner
commit: 19cdc2bab27abae136cf7ba4424654cd44b0a338
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 30 19:42:31 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 30 20:07:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19cdc2ba

app-text/libwpd: 0.10.3 version bump

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

 app-text/libwpd/Manifest |  1 +
 app-text/libwpd/libwpd-0.10.3.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/app-text/libwpd/Manifest b/app-text/libwpd/Manifest
index fa6be2c72fb..393a213ce9b 100644
--- a/app-text/libwpd/Manifest
+++ b/app-text/libwpd/Manifest
@@ -1 +1,2 @@
 DIST libwpd-0.10.2.tar.xz 536400 BLAKE2B 
a4ed9b8c790898436e08afd0f571c4a4b31615228248116b24bad38d07df7837982df1ffa98b0ad442cfec417fc90eb089642b32e3a094323e75fb8fc7cb8da7
 SHA512 
821dbc0535ebd4fa41bcf984e344e11176862676c66abebe45cf4284f8de6e6cc7629f8a605b169d034a5c2f3e2461513d61e11e549ca73b8328eb66ac3bdd79
+DIST libwpd-0.10.3.tar.xz 534712 BLAKE2B 
a7b39713c0df908912d0f6f94c6c0f7056a685dee7542ea88c441f055ad7cc62c1159985c459a4ff67d5b5fe4c412c31c9a9a2924702386ed5b8250147f071ff
 SHA512 
df14f11e885a583218afdb0aafe8a15d01890289af8b316cd1d225e4a83996c82907fbfdde83257dc71d99bfbc5b21b2c96536f5a783748388659155dbdb8949

diff --git a/app-text/libwpd/libwpd-0.10.3.ebuild 
b/app-text/libwpd/libwpd-0.10.3.ebuild
new file mode 100644
index 000..febfff6725b
--- /dev/null
+++ b/app-text/libwpd/libwpd-0.10.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="WordPerfect Document import/export library"
+HOMEPAGE="http://libwpd.sf.net";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
+SLOT="0.10"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~x86 ~x86-fbsd"
+IUSE="doc +tools"
+
+RDEPEND="dev-libs/librevenge"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+"
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_configure() {
+   local myeconfargs=(
+   --program-suffix=-${SLOT}
+   --disable-static
+   $(use_with doc docs)
+   $(use_enable tools)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-12-30 Thread Andreas Sturmlechner
commit: f28b737d3d3c4afd68df7dfd7a55dc6b2d7c3f3a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 30 19:51:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 30 20:07:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28b737d

media-libs/libcdr: 0.1.5 version bump

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

 media-libs/libcdr/Manifest |  1 +
 .../{libcdr-.ebuild => libcdr-0.1.5.ebuild}| 27 +-
 media-libs/libcdr/libcdr-.ebuild   | 27 +-
 3 files changed, 33 insertions(+), 22 deletions(-)

diff --git a/media-libs/libcdr/Manifest b/media-libs/libcdr/Manifest
index 96c205c9a7e..5229407d9c8 100644
--- a/media-libs/libcdr/Manifest
+++ b/media-libs/libcdr/Manifest
@@ -1 +1,2 @@
 DIST libcdr-0.1.4.tar.xz 609592 BLAKE2B 
201ed19cfe9aa93137279dfa6b9c3908691b2bddd1e8b7fb25505ab475cb8ae533d1b27857c99e36f618938aa7ee88075c3c7f5780872abe68994f380dc893c8
 SHA512 
769b0319b5a904ce9f727b7076f82cd915ecd8c9e5e2456416e3e6739c6403bbd4108787ab124d36efb1b47d5c9e37c48b0e12d096eb440ae8f9979ec06048a6
+DIST libcdr-0.1.5.tar.xz 612252 BLAKE2B 
d23c7ae0d0f5cbdb535bfba4dff4ad40e8b0633115cbc8c5b3a40343d941eaeafbffafe99ba2107640eafdd8181ab6eed7917095d05644a43f2b11cfcc66f8f1
 SHA512 
e985389b0cbad65dbfa9f59d7f9dba55f1684f63e852f9acca9abb863cdaab17072e761b48dca690673360d643686b5e9bc9878530f0a3a8b5b98d917f892cf0

diff --git a/media-libs/libcdr/libcdr-.ebuild 
b/media-libs/libcdr/libcdr-0.1.5.ebuild
similarity index 63%
copy from media-libs/libcdr/libcdr-.ebuild
copy to media-libs/libcdr/libcdr-0.1.5.ebuild
index 3c04d584f9e..091f92e616d 100644
--- a/media-libs/libcdr/libcdr-.ebuild
+++ b/media-libs/libcdr/libcdr-0.1.5.ebuild
@@ -1,21 +1,23 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit flag-o-matic
 
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git";
-[[ ${PV} ==  ]] && inherit autotools git-r3
+if [[ ${PV} =  ]]; then
+   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git";
+   inherit autotools git-r3
+else
+   SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz";
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+fi
 
 DESCRIPTION="Library parsing the Corel cdr documents"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr";
-[[ ${PV} ==  ]] || 
SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="doc static-libs test"
 
 RDEPEND="
@@ -26,6 +28,8 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-libs/boost
+"
+BDEPEND="
sys-devel/libtool
virtual/pkgconfig
doc? ( app-doc/doxygen )
@@ -42,11 +46,12 @@ src_configure() {
# bug 619448
append-cxxflags -std=c++14
 
-   econf \
-   --disable-werror \
-   $(use_with doc docs) \
-   $(use_enable static-libs static) \
+   local myeconfargs=(
+   $(use_with doc docs)
+   $(use_enable static-libs static)
$(use_enable test tests)
+   )
+   econf "${myeconfargs[@]}"
 }
 
 src_install() {

diff --git a/media-libs/libcdr/libcdr-.ebuild 
b/media-libs/libcdr/libcdr-.ebuild
index 3c04d584f9e..091f92e616d 100644
--- a/media-libs/libcdr/libcdr-.ebuild
+++ b/media-libs/libcdr/libcdr-.ebuild
@@ -1,21 +1,23 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit flag-o-matic
 
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git";
-[[ ${PV} ==  ]] && inherit autotools git-r3
+if [[ ${PV} =  ]]; then
+   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git";
+   inherit autotools git-r3
+else
+   SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz";
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+fi
 
 DESCRIPTION="Library parsing the Corel cdr documents"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr";
-[[ ${PV} ==  ]] || 
SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="doc static-libs test"
 
 RDEPEND="
@@ -26,6 +28,8 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-libs/boost
+"
+BDEPEND="
sys-devel/libtool
virtual/pkgconfig
doc? ( app-doc/doxygen )
@@ -42,11 +46,12 @@ src_configure() {
# bug 619448
append-cxxflags -std=c++14
 
-   econf \
-

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

2018-12-30 Thread Andreas Sturmlechner
commit: f778766c0afe2e4ef26d33cb033ebe1410cde605
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 30 19:33:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 30 20:07:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f778766c

app-text/libetonyek: 0.1.9 version bump

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

 app-text/libetonyek/Manifest  |  1 +
 .../{libetonyek-.ebuild => libetonyek-0.1.9.ebuild}   | 15 ---
 app-text/libetonyek/libetonyek-.ebuild| 15 ---
 3 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 974952711fa..7a9f758407e 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1 +1,2 @@
 DIST libetonyek-0.1.8.tar.xz 1324868 BLAKE2B 
2088349df75011f54f5822ffd69336a7942a148ff829111c02efbfb99c705a9e00105147942f3e9e81278be3b1f2be4d63aba8cbf6a54127f04fc547df6b7b1d
 SHA512 
c8c08100b0c75e0420bbcd796f7cb9285e77ce1be34757df5b237d114a428a4a6094f12e442f81769a2fac5be45ea4376ff9e1d90448e18b3443bfe7c645a865
+DIST libetonyek-0.1.9.tar.xz 1477064 BLAKE2B 
088d27c83d4aff41cb208cf840def78e323f378a1b7d456448db3abf51d1e850c8159ace75c8836958b533c2b84e583d5a622e638081230d2f862f6d1d175e98
 SHA512 
3f439b369d450bb1a4bdb3fe92023bda234b323cf676570f1738318c56867a97910f536280b9b164c3fdaa423a3ee669c935df75a5c700bc1530ea5b9a00391e

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-0.1.9.ebuild
similarity index 76%
copy from app-text/libetonyek/libetonyek-.ebuild
copy to app-text/libetonyek/libetonyek-0.1.9.ebuild
index 434fddd7f1a..a59ca6e0096 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.9.ebuild
@@ -3,28 +3,29 @@
 
 EAPI=7
 
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
+if [[ ${PV} =  ]]; then
+   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
+   inherit autotools git-r3
+else
+   SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
-[[ ${PV} ==  ]] || 
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
 
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="doc static-libs test"
 
 RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
+   >=dev-util/mdds-1.3.1:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
dev-libs/boost
-   >=dev-util/mdds-1.4.2:1=
media-libs/glm
sys-devel/libtool
virtual/pkgconfig

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index 434fddd7f1a..a59ca6e0096 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -3,28 +3,29 @@
 
 EAPI=7
 
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
+if [[ ${PV} =  ]]; then
+   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
+   inherit autotools git-r3
+else
+   SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
-[[ ${PV} ==  ]] || 
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
 
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="doc static-libs test"
 
 RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
+   >=dev-util/mdds-1.3.1:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
dev-libs/boost
-   >=dev-util/mdds-1.4.2:1=
media-libs/glm
sys-devel/libtool
virtual/pkgconfig



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

2018-12-30 Thread Matt Turner
commit: 0f85b90b64823d175cfc2bd180a2ff8a49d28092
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 19:40:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 19:40:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f85b90b

media-libs/gd-2.2.5-r1: hppa stable, bug 664732

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

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

diff --git a/media-libs/gd/gd-2.2.5-r1.ebuild b/media-libs/gd/gd-2.2.5-r1.ebuild
index 9ffef8a09bc..869765c3bc4 100644
--- a/media-libs/gd/gd-2.2.5-r1.ebuild
+++ b/media-libs/gd/gd-2.2.5-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libgd/libgd/releases/download/${P}/lib${P}.tar.xz";
 
 LICENSE="gd IJG HPND BSD"
 SLOT="2/3"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="fontconfig jpeg png static-libs tiff truetype webp xpm zlib"
 
 # fontconfig has prefixed font paths, details see bug #518970



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

2018-12-30 Thread Matt Turner
commit: 8bf89dac6c534e12ae39ebd2174e1386c879c503
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 19:39:40 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 19:40:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf89dac

media-libs/xvid-1.3.5: alpha stable, bug 672264

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

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

diff --git a/media-libs/xvid/xvid-1.3.5.ebuild 
b/media-libs/xvid/xvid-1.3.5.ebuild
index 328ae0e7b3d..be6e9ef00a3 100644
--- a/media-libs/xvid/xvid-1.3.5.ebuild
+++ b/media-libs/xvid/xvid-1.3.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://downloads.xvid.org/downloads/${MY_P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="elibc_FreeBSD examples pic +threads"
 
 NASM=">=dev-lang/nasm-2"



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

2018-12-30 Thread Mikle Kolyada
commit: a854b47cafe657abbb05895850eaa687fcabd707
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 19:25:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 19:25:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a854b47c

dev-python/twisted: mark s390 stable

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

 dev-python/twisted/twisted-16.6.0-r3.ebuild | 4 ++--
 dev-python/twisted/twisted-17.1.0-r2.ebuild | 4 ++--
 dev-python/twisted/twisted-17.9.0.ebuild| 4 ++--
 dev-python/twisted/twisted-18.4.0.ebuild| 4 ++--
 dev-python/twisted/twisted-18.7.0.ebuild| 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-python/twisted/twisted-16.6.0-r3.ebuild 
b/dev-python/twisted/twisted-16.6.0-r3.ebuild
index 4420a73be94..e1d005a49f4 100644
--- a/dev-python/twisted/twisted-16.6.0-r3.ebuild
+++ b/dev-python/twisted/twisted-16.6.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
 
 # Dropped keywords due to new deps not keyworded
 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~x86 ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/dev-python/twisted/twisted-17.1.0-r2.ebuild 
b/dev-python/twisted/twisted-17.1.0-r2.ebuild
index a3283137b4c..59406ec2ce5 100644
--- a/dev-python/twisted/twisted-17.1.0-r2.ebuild
+++ b/dev-python/twisted/twisted-17.1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
 
 # Dropped keywords due to new deps not keyworded
 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~x86 ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~s390 ~x86"
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/dev-python/twisted/twisted-17.9.0.ebuild 
b/dev-python/twisted/twisted-17.9.0.ebuild
index a57cbdc6899..33a56765441 100644
--- a/dev-python/twisted/twisted-17.9.0.ebuild
+++ b/dev-python/twisted/twisted-17.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
 
 # Dropped keywords due to new deps not keyworded
 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~x86 ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86 
~amd64-fbsd"
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/dev-python/twisted/twisted-18.4.0.ebuild 
b/dev-python/twisted/twisted-18.4.0.ebuild
index 4cbee6f4674..67a0d031a29 100644
--- a/dev-python/twisted/twisted-18.4.0.ebuild
+++ b/dev-python/twisted/twisted-18.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
 
 # Dropped keywords due to new deps not keyworded
 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~x86 ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86 
~amd64-fbsd"
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/dev-python/twisted/twisted-18.7.0.ebuild 
b/dev-python/twisted/twisted-18.7.0.ebuild
index ff236d1d49d..2fd2dd5a5b6 100644
--- a/dev-python/twisted/twisted-18.7.0.ebuild
+++ b/dev-python/twisted/twisted-18.7.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
 
 # Dropped keywords due to new deps not keyworded
 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~x86 ~x86-fbsd ~ia64-hpux ~x86-inte

[gentoo-commits] repo/gentoo:master commit in: net-fs/nfs-utils/

2018-12-30 Thread Matt Turner
commit: 8e94fe73b12c7706bd1ba496c532c4e028dcd0f9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 19:15:16 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 19:15:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e94fe73

net-fs/nfs-utils-2.3.3: hppa stable, bug 670220

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

 net-fs/nfs-utils/nfs-utils-2.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/nfs-utils/nfs-utils-2.3.3.ebuild 
b/net-fs/nfs-utils/nfs-utils-2.3.3.ebuild
index 565fc2f94d3..eaf81f92abf 100644
--- a/net-fs/nfs-utils/nfs-utils-2.3.3.ebuild
+++ b/net-fs/nfs-utils/nfs-utils-2.3.3.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" = *_rc* ]] ; then
S="${WORKDIR}/${PN}-${PN}-${MY_PV}"
 else
SRC_URI="mirror://sourceforge/nfs/${P}.tar.bz2"
-   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"
 fi
 
 LICENSE="GPL-2"



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

2018-12-30 Thread Mikle Kolyada
commit: c0e8ff6525df068014b932c4eff943b3c25193f2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 18:44:41 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 18:44:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e8ff65

x11-misc/xdg-utils: mark s390 stable

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

 x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild 
b/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild
index 88c11df35fc..17f10243d78 100644
--- a/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild
+++ b/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://portland.freedesktop.org/download/${MY_P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd"
 IUSE="doc"
 
 RDEPEND="



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

2018-12-30 Thread Mikle Kolyada
commit: ad0ff9f8e4efc6f0833104bb1f318c8a260c8a9b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 18:46:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 18:46:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0ff9f8

app-admin/cgmanager: mark s390 stable

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

 app-admin/cgmanager/cgmanager-0.41.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/cgmanager/cgmanager-0.41.ebuild 
b/app-admin/cgmanager/cgmanager-0.41.ebuild
index 88b2a849915..0c71191244f 100644
--- a/app-admin/cgmanager/cgmanager-0.41.ebuild
+++ b/app-admin/cgmanager/cgmanager-0.41.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://linuxcontainers.org/downloads/${PN}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86"
 IUSE="pam selinux"
 
 RDEPEND="sys-libs/libnih[dbus]



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

2018-12-30 Thread Mikle Kolyada
commit: 13fa0b86b181349b92d96a5c4f28cdf687839e47
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 18:48:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 18:48:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fa0b86

dev-libs/libgudev: mark s390 stable

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

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

diff --git a/dev-libs/libgudev/libgudev-232.ebuild 
b/dev-libs/libgudev/libgudev-232.ebuild
index 19cf0c8a543..738cfa2faaf 100644
--- a/dev-libs/libgudev/libgudev-232.ebuild
+++ b/dev-libs/libgudev/libgudev-232.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgudev";
 
 LICENSE="LGPL-2.1"
 SLOT="0/0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="introspection static-libs"
 
 COMMON_DEPEND="



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

2018-12-30 Thread Mikle Kolyada
commit: 66ab9d1a8c29a0a2f223ad297d3e86a523d9f15a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 18:38:20 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 18:38:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ab9d1a

dev-lang/lua: mark s390 stable

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

 dev-lang/lua/lua-5.1.5-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/lua/lua-5.1.5-r4.ebuild b/dev-lang/lua/lua-5.1.5-r4.ebuild
index 66f44b57529..4917c1a9227 100644
--- a/dev-lang/lua/lua-5.1.5-r4.ebuild
+++ b/dev-lang/lua/lua-5.1.5-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="http://www.lua.org/ftp/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+deprecated emacs readline static"
 
 RDEPEND="readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] )"



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

2018-12-30 Thread Mikle Kolyada
commit: a55645babcd1a7dfcf73cb7edbe963bc13ee244a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 18:36:29 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 18:36:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55645ba

media-libs/libvpx: Add ~s390 keyword

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

 media-libs/libvpx/libvpx-1.5.0.ebuild| 6 +++---
 media-libs/libvpx/libvpx-1.6.0-r1.ebuild | 4 ++--
 media-libs/libvpx/libvpx-1.6.1.ebuild| 4 ++--
 media-libs/libvpx/libvpx-1.7.0.ebuild| 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/media-libs/libvpx/libvpx-1.5.0.ebuild 
b/media-libs/libvpx/libvpx-1.5.0.ebuild
index 555f65c26ad..80a751f1eef 100644
--- a/media-libs/libvpx/libvpx-1.5.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,10 +11,10 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://chromium.googlesource.com/webm/${PN}.git";
 elif [[ ${PV} == *pre* ]]; then
SRC_URI="mirror://gentoo/${P}.tar.bz2"
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 else

SRC_URI="https://storage.googleapis.com/downloads.webmproject.org/releases/webm/${P}.tar.bz2";
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 fi
 # generated by: make LIBVPX_TEST_DATA_PATH=libvpx-testdata testdata + tar'ing
 # it.

diff --git a/media-libs/libvpx/libvpx-1.6.0-r1.ebuild 
b/media-libs/libvpx/libvpx-1.6.0-r1.ebuild
index 3ecde0cc040..cbe4a96a7c6 100644
--- a/media-libs/libvpx/libvpx-1.6.0-r1.ebuild
+++ b/media-libs/libvpx/libvpx-1.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
SRC_URI="https://storage.googleapis.com/downloads.webmproject.org/releases/webm/
 
 LICENSE="BSD"
 SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc 
cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 
cpu_flags_x86_sse4_1 +highbitdepth static-libs svc test +threads"
 
 RDEPEND=""

diff --git a/media-libs/libvpx/libvpx-1.6.1.ebuild 
b/media-libs/libvpx/libvpx-1.6.1.ebuild
index 22d33e597c7..8b1114c6fbc 100644
--- a/media-libs/libvpx/libvpx-1.6.1.ebuild
+++ b/media-libs/libvpx/libvpx-1.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ 
SRC_URI="https://storage.googleapis.com/downloads.webmproject.org/releases/webm/
 
 LICENSE="BSD"
 SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc 
cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 
cpu_flags_x86_sse4_1 +highbitdepth static-libs svc test +threads"
 
 REQUIRED_USE="

diff --git a/media-libs/libvpx/libvpx-1.7.0.ebuild 
b/media-libs/libvpx/libvpx-1.7.0.ebuild
index 18f70ac5a88..319c2f4e00c 100644
--- a/media-libs/libvpx/libvpx-1.7.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0/5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc 
cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 
cpu_flags_x86_sse4_1 +highbitdepth static-libs svc test +threads"
 
 REQUIRED_USE="



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

2018-12-30 Thread Mikle Kolyada
commit: d72529ac077b99db2ccb8e31fd25f2e493e8ca73
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 18:34:17 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 18:34:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d72529ac

dev-db/postgresql: mark s390 stable

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

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

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



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

2018-12-30 Thread Mikle Kolyada
commit: 3df41d330ad7a8a0d585cb4c9a9ca9c8dd7b63b2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 18:16:13 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 18:16:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df41d33

app-crypt/argon2: Add ~s390 keyword

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

 app-crypt/argon2/argon2-20171227.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/argon2/argon2-20171227.ebuild 
b/app-crypt/argon2/argon2-20171227.ebuild
index 62bf2fc908c..5d0c464e8ac 100644
--- a/app-crypt/argon2/argon2-20171227.ebuild
+++ b/app-crypt/argon2/argon2-20171227.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="|| ( Apache-2.0 CC0-1.0 )"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-fbsd"
 IUSE="static-libs"
 
 S="${WORKDIR}/phc-winner-${P}"



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

2018-12-30 Thread Mikle Kolyada
commit: c1edd546d3c91cbdd519d8c5b8991aec56d4d18a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 18:13:36 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 18:13:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1edd546

dev-ruby/rubygems: mark s390 stable

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

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

diff --git a/dev-ruby/rubygems/rubygems-2.7.6-r1.ebuild 
b/dev-ruby/rubygems/rubygems-2.7.6-r1.ebuild
index 6d73dee54da..d7c25b60a97 100644
--- a/dev-ruby/rubygems/rubygems-2.7.6-r1.ebuild
+++ b/dev-ruby/rubygems/rubygems-2.7.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ LICENSE="GPL-2 || ( Ruby MIT )"
 
 SRC_URI="https://rubygems.org/rubygems/${P}.tgz";
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE="server test"
 



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

2018-12-30 Thread Mikle Kolyada
commit: 4c20dcf7bdbeec9079000e54639bdbaacfb9a18f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 18:10:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 18:10:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c20dcf7

dev-ruby/test-unit: mark s390 stable

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

 dev-ruby/test-unit/test-unit-3.2.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/test-unit/test-unit-3.2.7.ebuild 
b/dev-ruby/test-unit/test-unit-3.2.7.ebuild
index dbe4a96ccac..18098e79954 100644
--- a/dev-ruby/test-unit/test-unit-3.2.7.ebuild
+++ b/dev-ruby/test-unit/test-unit-3.2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ HOMEPAGE="https://rubygems.org/gems/test-unit";
 
 LICENSE="|| ( Ruby GPL-2 ) PSF-2"
 SLOT="2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_rdepend "dev-ruby/power_assert"



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

2018-12-30 Thread Alon Bar-Lev
commit: 08fd5dd933f5030531f16a1a5d9c383fe5950822
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sun Dec 30 18:09:16 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sun Dec 30 18:10:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fd5dd9

package.mask: mask app-crypt/openssl-tpm-engine

Bug: https://bugs.gentoo.org/show_bug.cgi?id=672758
Signed-off-by: Alon Bar-Lev  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index baca5e6ab3b..9f11c1d648e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Alon Bar-Lev  (30 Dec 2018)
+# Upstream is dead.
+# Package does not support openssl-1.1, significant change to package.
+# Removal in 30 days
+app-crypt/openssl-tpm-engine
+
 # Lars Wendler  (28 Dec 2018)
 # Masked while being tested and reverse deps aren't fully compatible
 =dev-libs/openssl-1.1.1*



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

2018-12-30 Thread Mikle Kolyada
commit: 7dcf1f0422f8efbcad461c415bf3d5b60bac416f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 18:04:27 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 18:04:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dcf1f04

dev-util/gdbus-codegen: mark s390 stable

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

 dev-util/gdbus-codegen/gdbus-codegen-2.56.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.56.4.ebuild 
b/dev-util/gdbus-codegen/gdbus-codegen-2.56.4.ebuild
index 456cf997d34..b1373d2fdc6 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.56.4.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.56.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.gtk.org/";
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection-common/

2018-12-30 Thread Mikle Kolyada
commit: 0dedc809fa70191ab3d5ce4e7935b6d6003eb3d7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 18:02:50 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 18:02:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dedc809

dev-libs/gobject-introspection-common: mark s390 stable

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

 .../gobject-introspection-common-1.56.1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.56.1.ebuild
 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.56.1.ebuild
index 27f78aea92b..b586888ca2a 100644
--- 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.56.1.ebuild
+++ 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.56.1.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection";
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}"



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

2018-12-30 Thread Mikle Kolyada
commit: 496f2f2c36ddf6df3e3b0fc8b5c910a06c762687
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 18:00:39 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 18:00:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496f2f2c

dev-libs/glib: mark s390 stable

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

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

diff --git a/dev-libs/glib/glib-2.56.4.ebuild b/dev-libs/glib/glib-2.56.4.ebuild
index 560facba88c..94964f58336 100644
--- a/dev-libs/glib/glib-2.56.4.ebuild
+++ b/dev-libs/glib/glib-2.56.4.ebuild
@@ -21,7 +21,7 @@ LICENSE="LGPL-2.1+"
 SLOT="2"
 IUSE="dbus debug fam kernel_linux +mime selinux static-libs systemtap test 
utils xattr"
 
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
 # Added util-linux multilib dependency to have libmount support (which
 # is always turned on on linux systems, unless explicitly disabled, but



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

2018-12-30 Thread Mikle Kolyada
commit: d486a4838b65ef2d0acf71b75193f03d70b2fa9a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 17:55:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 17:55:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d486a483

dev-python/configparser: mark s390 stable

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

 dev-python/configparser/configparser-3.5.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/configparser/configparser-3.5.0-r1.ebuild 
b/dev-python/configparser/configparser-3.5.0-r1.ebuild
index 80e71adaa9f..72850561c4b 100644
--- a/dev-python/configparser/configparser-3.5.0-r1.ebuild
+++ b/dev-python/configparser/configparser-3.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="dev-python/backports[${PYTHON_USEDEP}]"



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

2018-12-30 Thread Mikle Kolyada
commit: b436d6e3e60f0c3ee51fc7e5941b39b578d76573
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 17:52:31 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 17:52:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b436d6e3

dev-ruby/minitest: mark s390 stable

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

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

diff --git a/dev-ruby/minitest/minitest-5.10.3.ebuild 
b/dev-ruby/minitest/minitest-5.10.3.ebuild
index df56d0f9c18..683ee160490 100644
--- a/dev-ruby/minitest/minitest-5.10.3.ebuild
+++ b/dev-ruby/minitest/minitest-5.10.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/seattlerb/minitest";
 
 LICENSE="MIT"
 SLOT="5"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 each_ruby_test() {



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

2018-12-30 Thread Mikle Kolyada
commit: fa9f431d98d9f390705a72a6bb0a01954e92def3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 17:50:53 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 17:50:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9f431d

dev-tex/dot2tex: mark s390 stable

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

 dev-tex/dot2tex/dot2tex-2.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild 
b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild
index 3baa221b33b..91218b94147 100644
--- a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild
+++ b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/kjellmf/dot2tex/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
 IUSE="doc examples"
 
 DEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]"



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

2018-12-30 Thread Mikle Kolyada
commit: 799c207c0071cc7cb3db04b3dc752ca119676f65
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 17:02:42 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 17:49:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=799c207c

x11-libs/libXcomposite: mark s390 stable

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

 x11-libs/libXcomposite/libXcomposite-0.4.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libXcomposite/libXcomposite-0.4.4-r2.ebuild 
b/x11-libs/libXcomposite/libXcomposite-0.4.4-r2.ebuild
index f77957fb578..20dc866f3bb 100644
--- a/x11-libs/libXcomposite/libXcomposite-0.4.4-r2.ebuild
+++ b/x11-libs/libXcomposite/libXcomposite-0.4.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Xcomposite library"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-base/xorg-proto



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2018-12-30 Thread Mikle Kolyada
commit: cf030fe0aab442dd0fd2f9e9d7398c7f9af20308
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 17:47:11 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 17:49:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf030fe0

x11-base/xorg-server: mark s390 stable

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

 x11-base/xorg-server/xorg-server-1.20.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-server/xorg-server-1.20.3.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.3.ebuild
index f3cc6ce0bda..17a32edb7e3 100644
--- a/x11-base/xorg-server/xorg-server-1.20.3.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.20.3.ebuild
@@ -10,7 +10,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git";
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 if [[ ${PV} != * ]]; then
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"



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

2018-12-30 Thread Lars Wendler
commit: eeb7353b06b2c0a97fd6f97e89d6df604c6ccd72
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Dec 30 17:34:59 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Dec 30 17:36:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb7353b

sys-fs/udftools: Bump to version 2.1

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

 sys-fs/udftools/Manifest|  1 +
 sys-fs/udftools/udftools-2.1.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/sys-fs/udftools/Manifest b/sys-fs/udftools/Manifest
index c83a663c239..a6df0bfef58 100644
--- a/sys-fs/udftools/Manifest
+++ b/sys-fs/udftools/Manifest
@@ -1,3 +1,4 @@
 DIST udftools-1.1.tar.gz 656865 BLAKE2B 
6e76251368c121ab07e02071bfddde5c4f4523cc858a7ffcc86063b48adbc03233fab18a3ff50b840fc603e7f48f386e15b4ca556046116d4b42f43c06927dc5
 SHA512 
9c415d1cae1d79d49b4f9e3e6881f0b44b31d59f6d722571badd78ee68c422899ee8b95caed0ac50e76c13d8ed118f58f79efe5cbf775438a163d68160a30742
 DIST udftools-1.3.tar.gz 447063 BLAKE2B 
ff23f23dd5b9753d9e4cba6e326d302346233ed0a836ccf35372e61ca1d7a5c14ff8f1d1505f2f9fba779f4379adf472b64ce60aa4ca0d3e51679ea863db2f0f
 SHA512 
d67f74640cc600fbdf3d7a67caee1342c15507357e155c5e1066aa6f6b3e2667483107edd663eaed5ebb690c13337598a75c1955e69cbc782bd481af783837e7
 DIST udftools-2.0.tar.gz 541231 BLAKE2B 
8e43f4b1ab0940d607987e972dc0244ad086e088441bf462e6ce75a668af62041b1c4d8bac5da6046d2943ace753498aeb721d9524b4442a84f1901fd92066e6
 SHA512 
178a20405de6cd48e5f58b0ed61565e2a463479cf6d40fd7d5895d7af768b814bf1d5849873740aa409eb8cb3e7cd480c07198f6b340c612a271241c737f76e5
+DIST udftools-2.1.tar.gz 555440 BLAKE2B 
09ed67d67a5194aff1611ca40907465cf5d9b83a6a9c1771118c80599be29e8d68fc48c10b38d33a4aed4fa6e7e6dbf0399b5d04bd103153f42a705e17edcf6c
 SHA512 
0bdb3f2e0595200dadb771af4f31ba513d0bf6a0fbd30bc3a1f8aba4ab5f487f61635e65dc155926d2f566cb6e2b2f3a57938071616058cf703692d529971a64

diff --git a/sys-fs/udftools/udftools-2.1.ebuild 
b/sys-fs/udftools/udftools-2.1.ebuild
new file mode 100644
index 000..0bf9b6cb48c
--- /dev/null
+++ b/sys-fs/udftools/udftools-2.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic
+
+DESCRIPTION="Ben Fennema's tools for packet writing and the UDF filesystem"
+HOMEPAGE="https://github.com/pali/udftools/ 
https://sourceforge.net/projects/linux-udf/";
+SRC_URI="https://github.com/pali/udftools/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="sys-libs/readline:0="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"



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

2018-12-30 Thread Lars Wendler
commit: b1618157ed6aaae362994f0af2b291a6433107eb
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Dec 30 17:35:32 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Dec 30 17:36:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1618157

sys-fs/udftools: Removed old.

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

 sys-fs/udftools/Manifest   |  1 -
 sys-fs/udftools/udftools-1.3-r1.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/sys-fs/udftools/Manifest b/sys-fs/udftools/Manifest
index a6df0bfef58..b005118c8eb 100644
--- a/sys-fs/udftools/Manifest
+++ b/sys-fs/udftools/Manifest
@@ -1,4 +1,3 @@
 DIST udftools-1.1.tar.gz 656865 BLAKE2B 
6e76251368c121ab07e02071bfddde5c4f4523cc858a7ffcc86063b48adbc03233fab18a3ff50b840fc603e7f48f386e15b4ca556046116d4b42f43c06927dc5
 SHA512 
9c415d1cae1d79d49b4f9e3e6881f0b44b31d59f6d722571badd78ee68c422899ee8b95caed0ac50e76c13d8ed118f58f79efe5cbf775438a163d68160a30742
-DIST udftools-1.3.tar.gz 447063 BLAKE2B 
ff23f23dd5b9753d9e4cba6e326d302346233ed0a836ccf35372e61ca1d7a5c14ff8f1d1505f2f9fba779f4379adf472b64ce60aa4ca0d3e51679ea863db2f0f
 SHA512 
d67f74640cc600fbdf3d7a67caee1342c15507357e155c5e1066aa6f6b3e2667483107edd663eaed5ebb690c13337598a75c1955e69cbc782bd481af783837e7
 DIST udftools-2.0.tar.gz 541231 BLAKE2B 
8e43f4b1ab0940d607987e972dc0244ad086e088441bf462e6ce75a668af62041b1c4d8bac5da6046d2943ace753498aeb721d9524b4442a84f1901fd92066e6
 SHA512 
178a20405de6cd48e5f58b0ed61565e2a463479cf6d40fd7d5895d7af768b814bf1d5849873740aa409eb8cb3e7cd480c07198f6b340c612a271241c737f76e5
 DIST udftools-2.1.tar.gz 555440 BLAKE2B 
09ed67d67a5194aff1611ca40907465cf5d9b83a6a9c1771118c80599be29e8d68fc48c10b38d33a4aed4fa6e7e6dbf0399b5d04bd103153f42a705e17edcf6c
 SHA512 
0bdb3f2e0595200dadb771af4f31ba513d0bf6a0fbd30bc3a1f8aba4ab5f487f61635e65dc155926d2f566cb6e2b2f3a57938071616058cf703692d529971a64

diff --git a/sys-fs/udftools/udftools-1.3-r1.ebuild 
b/sys-fs/udftools/udftools-1.3-r1.ebuild
deleted file mode 100644
index 63fe2ced38f..000
--- a/sys-fs/udftools/udftools-1.3-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="Ben Fennema's tools for packet writing and the UDF filesystem"
-HOMEPAGE="https://github.com/pali/udftools/ 
https://sourceforge.net/projects/linux-udf/";
-SRC_URI="https://github.com/pali/udftools/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="sys-libs/readline:0="
-DEPEND="${RDEPEND}"
-
-src_install() {
-   default
-   newinitd "${FILESDIR}"/pktcdvd.init pktcdvd
-   dosym mkudffs.8 /usr/share/man/man8/mkfs.udf.8
-}



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

2018-12-30 Thread Alon Bar-Lev
commit: 5146ffa4f45a202a5551fa987bd57ba7770c959d
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sun Dec 30 17:32:15 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sun Dec 30 17:32:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5146ffa4

dev-python/pyscard: version bump

Closes: https://bugs.gentoo.org/show_bug.cgi?id=674054
Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/pyscard/Manifest |  1 +
 dev-python/pyscard/pyscard-1.9.7.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pyscard/Manifest b/dev-python/pyscard/Manifest
index cb40b4c442f..c26a5252ac0 100644
--- a/dev-python/pyscard/Manifest
+++ b/dev-python/pyscard/Manifest
@@ -1 +1,2 @@
 DIST pyscard-1.9.5.tar.gz 146010 BLAKE2B 
04569422bef66839ab1e8420b37741ebb5591732f1b88d75d8348465d3c7758febdc5722ac0329d5722d1609abe2aaa39ce507087fd551d760f9fd0f69b06d50
 SHA512 
a0c5cd4ccbe8437ffd37afcf95c71f7d1d6c3ae364063cf81907095625d2062da8e7335ebfd15d1f952e8a8d9395e990b351b1308ab07fa456a7ee10658db4f9
+DIST pyscard-1.9.7.tar.gz 144692 BLAKE2B 
5a842b790e01ff5461c462d6fe2d7763a79725cd1bcb841c1aaa49f2b17decb251446adb908fa8b525b91f418a6df6a76ddf779a67b7e8547211993837aed2bd
 SHA512 
339d6efd5fcaa361e30029e736d4e2e98e05acd701c39574b40960b4bcec4782ca9c1d6927cea0b3641c5e6a137d0b9fbd961b58422a4151cfbdfa067dcd4b4a

diff --git a/dev-python/pyscard/pyscard-1.9.7.ebuild 
b/dev-python/pyscard/pyscard-1.9.7.ebuild
new file mode 100644
index 000..f0560bcd991
--- /dev/null
+++ b/dev-python/pyscard/pyscard-1.9.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Smart cards support in python"
+HOMEPAGE="https://pyscard.sourceforge.io/
+   https://github.com/LudovicRousseau/pyscard
+   https://pypi.org/project/pyscard/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND="${PYTHON_DEP}
+   sys-apps/pcsc-lite"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="${PYTHON_DEP}
+   dev-lang/swig"
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   optfeature "Gui support" dev-python/wxpython
+   optfeature "Support of remote readers with Pyro" dev-python/pyro
+}



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

2018-12-30 Thread Alon Bar-Lev
commit: 49184847237f50e006fb22c9b8de474a03165199
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sun Dec 30 17:17:43 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sun Dec 30 17:32:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49184847

sys-apps/pcsc-lite: version bump

Closes: https://bugs.gentoo.org/show_bug.cgi?id=674058
Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-apps/pcsc-lite/Manifest|   1 +
 sys-apps/pcsc-lite/pcsc-lite-1.8.24.ebuild | 104 +
 2 files changed, 105 insertions(+)

diff --git a/sys-apps/pcsc-lite/Manifest b/sys-apps/pcsc-lite/Manifest
index 151591b3162..4843e3193c1 100644
--- a/sys-apps/pcsc-lite/Manifest
+++ b/sys-apps/pcsc-lite/Manifest
@@ -1 +1,2 @@
 DIST pcsc-lite-1.8.23.tar.bz2 749922 BLAKE2B 
62c7fb931735bf5fba55e75141a3e4216a126c56ae47833168b154abacd3294dba4afc47b74814a474ca9e52c7ca62a532a0e6ae9fb88b635592e8c545f68e76
 SHA512 
fef9f40376660bc9de938608cfdbf12ca764be1ebb59c7a1065cb74a21ecc7333f86add25028bd47ec55b2227a9e2d15e1afcb6d0aeb510636d2aadef254bec4
+DIST pcsc-lite-1.8.24.tar.bz2 755670 BLAKE2B 
22cc072978e221d455373e1fdeb21ae8f3dacdd188a4e8a69ef44202924e6c17c4282d424c88ac32b04c62af6e67787f2d2ba936bd3e3667452b32c40254de28
 SHA512 
df2e6a7a8179563a6dbf654ab75cf78a4b297b0562214a081d7d2b5d00fd4adf92fd892bd16aacf9d5e2867f3ad46c88a88e5834e311011f37556dd7e8936a0c

diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.24.ebuild 
b/sys-apps/pcsc-lite/pcsc-lite-1.8.24.ebuild
new file mode 100644
index 000..1784e6142c1
--- /dev/null
+++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.24.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit python-single-r1 systemd udev user multilib-minimal
+
+DESCRIPTION="PC/SC Architecture smartcard middleware library"
+HOMEPAGE="https://pcsclite.apdu.fr/";
+
+SRC_URI="https://pcsclite.apdu.fr/files/${P}.tar.bz2";
+
+# GPL-2 is there for the init script; everything else comes from
+# upstream.
+LICENSE="BSD ISC MIT GPL-3+ GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+# This is called libusb so that it doesn't fool people in thinking that
+# it is _required_ for USB support. Otherwise they'll disable udev and
+# that's going to be worse.
+IUSE="python libusb policykit selinux systemd +udev"
+
+REQUIRED_USE="^^ ( udev libusb ) \
+   python? ( ${PYTHON_REQUIRED_USE} )"
+
+# No dependencies need the MULTILIB_DEPS because the libraries are actually
+# standalone, the deps are only needed for the daemon itself.
+DEPEND="libusb? ( virtual/libusb:1 )
+   udev? ( virtual/udev )
+   policykit? ( >=sys-auth/polkit-0.111 )
+   python? ( ${PYTHON_DEPS} )"
+RDEPEND="${DEPEND}
+   !

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

2018-12-30 Thread Matt Turner
commit: 2e9bfbad0333a5a2b909fe24dab320f25d1f6378
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 17:15:42 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 17:15:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9bfbad

dev-libs/icu-63.1-r1: hppa stable, bug 670456

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

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

diff --git a/dev-libs/icu/icu-63.1-r1.ebuild b/dev-libs/icu/icu-63.1-r1.ebuild
index 80edf018e9a..148fa0bcb7b 100644
--- a/dev-libs/icu/icu-63.1-r1.ebuild
+++ b/dev-libs/icu/icu-63.1-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="BSD"
 
 SLOT="0/${PV}"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
 IUSE="debug doc examples static-libs"
 
 DEPEND="



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

2018-12-30 Thread Matt Turner
commit: f8fe76ad1634805833e0dc81d75b396b5e10639e
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 30 17:15:45 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 30 17:15:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8fe76ad

dev-libs/icu-layoutex-63.1: hppa stable, bug 670456

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

 dev-libs/icu-layoutex/icu-layoutex-63.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/icu-layoutex/icu-layoutex-63.1.ebuild 
b/dev-libs/icu-layoutex/icu-layoutex-63.1.ebuild
index c2aa44f7de4..304d24aec28 100644
--- a/dev-libs/icu-layoutex/icu-layoutex-63.1.ebuild
+++ b/dev-libs/icu-layoutex/icu-layoutex-63.1.ebuild
@@ -13,7 +13,7 @@ LICENSE="BSD"
 
 SLOT="0/${PV}"
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug static-libs"
 
 RDEPEND="



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

2018-12-30 Thread Sergei Trofimovich
commit: b3c6d1d7b9260f68206948ba5c805322984f9d1c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec 30 16:48:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec 30 16:49:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c6d1d7

app-emulation/qemu: add capstone slot operator

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emulation/qemu/qemu-3.1.0.ebuild | 2 +-
 app-emulation/qemu/qemu-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/qemu/qemu-3.1.0.ebuild 
b/app-emulation/qemu/qemu-3.1.0.ebuild
index c31ddc23226..0e8b2a654e2 100644
--- a/app-emulation/qemu/qemu-3.1.0.ebuild
+++ b/app-emulation/qemu/qemu-3.1.0.ebuild
@@ -94,7 +94,7 @@ SOFTMMU_TOOLS_DEPEND="
aio? ( dev-libs/libaio[static-libs(+)] )
alsa? ( >=media-libs/alsa-lib-1.0.13 )
bzip2? ( app-arch/bzip2[static-libs(+)] )
-   capstone? ( dev-libs/capstone )
+   capstone? ( dev-libs/capstone:= )
caps? ( sys-libs/libcap-ng[static-libs(+)] )
curl? ( >=net-misc/curl-7.15.4[static-libs(+)] )
fdt? ( >=sys-apps/dtc-1.4.2[static-libs(+)] )

diff --git a/app-emulation/qemu/qemu-.ebuild 
b/app-emulation/qemu/qemu-.ebuild
index 8d6db73b9c7..00f5573703e 100644
--- a/app-emulation/qemu/qemu-.ebuild
+++ b/app-emulation/qemu/qemu-.ebuild
@@ -91,7 +91,7 @@ SOFTMMU_TOOLS_DEPEND="
aio? ( dev-libs/libaio[static-libs(+)] )
alsa? ( >=media-libs/alsa-lib-1.0.13 )
bzip2? ( app-arch/bzip2[static-libs(+)] )
-   capstone? ( dev-libs/capstone )
+   capstone? ( dev-libs/capstone:= )
caps? ( sys-libs/libcap-ng[static-libs(+)] )
curl? ( >=net-misc/curl-7.15.4[static-libs(+)] )
fdt? ( >=sys-apps/dtc-1.4.2[static-libs(+)] )



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

2018-12-30 Thread Mikle Kolyada
commit: ddbd5bd8f84d8a298ad7ed407d538dd2e6ddcf44
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 16:24:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 16:27:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddbd5bd8

app-text/dvipsk: mark s390 stable

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

 app-text/dvipsk/dvipsk-5.997_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/dvipsk/dvipsk-5.997_p20170524.ebuild 
b/app-text/dvipsk/dvipsk-5.997_p20170524.ebuild
index 4f15e1fa6ef..0e897197cd4 100644
--- a/app-text/dvipsk/dvipsk-5.997_p20170524.ebuild
+++ b/app-text/dvipsk/dvipsk-5.997_p20170524.ebuild
@@ -28,7 +28,7 @@ SRC_URI="${SRC_URI} ) "
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source"
 
 DEPEND=">=dev-libs/kpathsea-6.2.1"



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

2018-12-30 Thread Lars Wendler
commit: 4774d267ddde82eb3da5f7c217dacbc677b088f5
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Dec 30 16:25:20 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Dec 30 16:25:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4774d267

app-arch/gzip: Bump to version 1.10

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

 app-arch/gzip/Manifest |  1 +
 app-arch/gzip/gzip-1.10.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/app-arch/gzip/Manifest b/app-arch/gzip/Manifest
index dfdaf24aa98..021ce88ebac 100644
--- a/app-arch/gzip/Manifest
+++ b/app-arch/gzip/Manifest
@@ -1,2 +1,3 @@
+DIST gzip-1.10.tar.xz 775144 BLAKE2B 
431dc0fd11061eabd9db86594777b86510b124b124fd74799eacd67334631af60f638be2638413bee0153a9da35528d0aecc5b5083152c395223705400c9103b
 SHA512 
e6ba9e3906cdb6a6235b213515093d02afa1722686f73eddacbacae628542b586b449829783b6a1701e9b9e0c4d4dfa6845904d3b6b010f5cf21aec4997c9299
 DIST gzip-1.8.tar.xz 728116 BLAKE2B 
34b707bd403791aca8620de3520637c460dbd9167a4fb693c78438115862781350ef5e256ad0accce75b25515b82fcd3e405cc310d6ea36f2d2609b0a270c4db
 SHA512 
efd3e2439476054badeb127d9156e24e9252129111219f13fd939596c057b2a96291630b2717181984b391abf249ac8699488bbd01ceeb8a70b121c500b10c55
 DIST gzip-1.9.tar.xz 762516 BLAKE2B 
4001fc7a770634916d52b026dab1b621fc96275bfb61ec2df2d0e7d7ec1c81414270d3c866034e6ef758870f38e9d4396a25832abe558915a7ded1f1511eb4b0
 SHA512 
c0852e7f7662141e79d14bc36e50f1940dba3e804feff3b0b8fa084ffec720ac245352282d2f1db117fadc95758424dd418d192b94621dac4367834ccf101fad

diff --git a/app-arch/gzip/gzip-1.10.ebuild b/app-arch/gzip/gzip-1.10.ebuild
new file mode 100644
index 000..d8bd176b4ea
--- /dev/null
+++ b/app-arch/gzip/gzip-1.10.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic
+
+DESCRIPTION="Standard GNU compressor"
+HOMEPAGE="https://www.gnu.org/software/gzip/";
+SRC_URI="mirror://gnu/gzip/${P}.tar.xz
+   mirror://gnu-alpha/gzip/${P}.tar.xz
+   mirror://gentoo/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="pic static"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.3.8-install-symlinks.patch"
+)
+
+src_configure() {
+   use static && append-flags -static
+   # avoid text relocation in gzip
+   use pic && export DEFS="NO_ASM"
+   econf --disable-gcc-warnings #663928
+}
+
+src_install() {
+   default
+   docinto txt
+   dodoc algorithm.doc gzip.doc
+
+   # keep most things in /usr, just the fun stuff in /
+   dodir /bin
+   mv "${ED%/}"/usr/bin/{gunzip,gzip,uncompress,zcat} "${ED%/}"/bin/ || die
+   sed -e "s:${EPREFIX}/usr:${EPREFIX}:" -i "${ED%/}"/bin/gunzip || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-ruby/

2018-12-30 Thread Mikle Kolyada
commit: caf239ca52cf8bfb2277814352cd01baffa1e1c5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 16:22:15 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 16:22:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf239ca

app-eselect/eselect-ruby: mark s390 stable

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

 app-eselect/eselect-ruby/eselect-ruby-20170723.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-ruby/eselect-ruby-20170723.ebuild 
b/app-eselect/eselect-ruby/eselect-ruby-20170723.ebuild
index e4ec8714eca..1c363e0a858 100644
--- a/app-eselect/eselect-ruby/eselect-ruby-20170723.ebuild
+++ b/app-eselect/eselect-ruby/eselect-ruby-20170723.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://dev.gentoo.org/~graaff/ruby-team/ruby.eselect-${PVR}.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-admin/eselect-1.0.2"



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

2018-12-30 Thread Mikle Kolyada
commit: 3c24d03fb7260b8b30bb99e3d9a45148d59c4c99
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 30 16:19:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 30 16:20:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c24d03f

net-libs/libsoup: mark s390 stable

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

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

diff --git a/net-libs/libsoup/libsoup-2.58.2.ebuild 
b/net-libs/libsoup/libsoup-2.58.2.ebuild
index ca833950f7a..8fbf3fbe6a3 100644
--- a/net-libs/libsoup/libsoup-2.58.2.ebuild
+++ b/net-libs/libsoup/libsoup-2.58.2.ebuild
@@ -17,7 +17,7 @@ SLOT="2.4"
 IUSE="debug gssapi +introspection samba ssl test vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]



  1   2   >