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

2018-02-06 Thread Fabian Groffen
commit: 1bc317cd39ecf7b89bb4cf9de05000e52f59110e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Feb  7 07:41:09 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Feb  7 07:41:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc317cd

mail-mta/exim: drop vulnerable version, bug #638772

Bug: https://bugs.gentoo.org/638772
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 mail-mta/exim/exim-4.89-r1.ebuild | 529 --
 1 file changed, 529 deletions(-)

diff --git a/mail-mta/exim/exim-4.89-r1.ebuild 
b/mail-mta/exim/exim-4.89-r1.ebuild
deleted file mode 100644
index aab4f2e3242..000
--- a/mail-mta/exim/exim-4.89-r1.ebuild
+++ /dev/null
@@ -1,529 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eutils toolchain-funcs multilib pam systemd
-
-IUSE="dane dcc +dkim dlfunc dmarc +dnsdb doc dovecot-sasl dsn exiscan-acl 
gnutls ipv6 ldap libressl lmtp maildir mbx mysql nis pam perl pkcs11 postgres 
+prdr proxy radius redis sasl selinux spf sqlite srs ssl syslog tcpd tpda X 
elibc_glibc"
-REQUIRED_USE="
-   dane? ( !gnutls )
-   dmarc? ( spf dkim )
-   pkcs11? ( gnutls )
-   spf? ( exiscan-acl )
-   srs? ( exiscan-acl )
-"
-
-COMM_URI="ftp://ftp.exim.org/pub/exim/exim4$([[ ${PV} == *_rc* ]] && echo 
/test)"
-
-DESCRIPTION="A highly configurable, drop-in replacement for sendmail"
-SRC_URI="${COMM_URI}/${P//rc/RC}.tar.bz2
-   mirror://gentoo/system_filter.exim.gz
-   doc? ( ${COMM_URI}/${PN}-pdf-${PV//rc/RC}.tar.bz2 )"
-HOMEPAGE="http://www.exim.org/;
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="sparc"
-
-COMMON_DEPEND=">=sys-apps/sed-4.0.5
-   >=sys-libs/db-3.2:=
-   dev-libs/libpcre
-   perl? ( dev-lang/perl:= )
-   pam? ( virtual/pam )
-   tcpd? ( sys-apps/tcp-wrappers )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   )
-   gnutls? ( net-libs/gnutls[pkcs11?]
- dev-libs/libtasn1 )
-   ldap? ( >=net-nds/openldap-2.0.7 )
-   nis? ( elibc_glibc? ( || (
-   =sys-libs/glibc-2.23[rpc]
-   ) ) )
-   mysql? ( virtual/libmysqlclient )
-   postgres? ( dev-db/postgresql:= )
-   sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 )
-   redis? ( dev-libs/hiredis )
-   spf? ( >=mail-filter/libspf2-1.2.5-r1 )
-   dmarc? ( mail-filter/opendmarc )
-   srs? ( mail-filter/libsrs_alt )
-   X? ( x11-proto/xproto
-   x11-libs/libX11
-   x11-libs/libXmu
-   x11-libs/libXt
-   x11-libs/libXaw
-   )
-   sqlite? ( dev-db/sqlite )
-   radius? ( net-dialup/freeradius-client )
-   virtual/libiconv
-   elibc_glibc? ( net-libs/libnsl )
-   "
-   # added X check for #57206
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig"
-RDEPEND="${COMMON_DEPEND}
-   !mail-mta/courier
-   !mail-mta/esmtp
-   !mail-mta/mini-qmail
-   !=mail-mta/msmtp-1.4.19-r1[mta]
-   !mail-mta/netqmail
-   !mail-mta/nullmailer
-   !mail-mta/postfix
-   !mail-mta/qmail-ldap
-   !mail-mta/sendmail
-   !mail-mta/opensmtpd
-   !=mail-mta/ssmtp-2.64-r2[mta]
-   !net-mail/mailwrapper
-   >=net-mail/mailbase-0.00-r5
-   virtual/logger
-   dcc? ( mail-filter/dcc )
-   selinux? ( sec-policy/selinux-exim )
-   "
-
-S=${WORKDIR}/${P//rc/RC}
-
-src_prepare() {
-   epatch "${FILESDIR}"/exim-4.14-tail.patch
-   epatch "${FILESDIR}"/exim-4.74-localscan_dlopen.patch
-   epatch "${FILESDIR}"/exim-4.69-r1.27021.patch
-   epatch "${FILESDIR}"/exim-4.74-radius-db-ENV-clash.patch # 287426
-   epatch "${FILESDIR}"/exim-4.82-makefile-freebsd.patch # 235785
-   epatch "${FILESDIR}"/exim-4.89-as-needed-ldflags.patch # 352265, 391279
-   epatch "${FILESDIR}"/exim-4.76-crosscompile.patch # 266591
-   epatch "${FILESDIR}"/exim-4.89-CVE-2017-1000369.patch # 622212
-
-   if use maildir ; then
-   epatch "${FILESDIR}"/exim-4.20-maildir.patch
-   else
-   epatch "${FILESDIR}"/exim-4.80-spool-mail-group.patch # 438606
-   fi
-
-   eapply_user
-
-   # user Exim believes it should be
-   MAILUSER=mail
-   MAILGROUP=mail
-   if use prefix && [[ ${EUID} != 0 ]] ; then
-   MAILUSER=$(id -un)
-   MAILGROUP=$(id -gn)
-   fi
-}
-
-src_configure() {
-   # general config and paths
-
-   sed -i.orig \
-   -e 
"/SYSTEM_ALIASES_FILE/s'SYSTEM_ALIASES_FILE'${EPREFIX}/etc/mail/aliases'" \
-   "${S}"/src/configure.default || die
-
-   sed -i -e 's/^buildname=.*/buildname=exim-gentoo/g' Makefile || die
-
-   sed -e "48i\CFLAGS=${CFLAGS}" \
-   -e 
"s:BIN_DIRECTORY=/usr/exim/bin:BIN_DIRECTORY=${EPREFIX}/usr/sbin:" \
-   -e 

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

2018-02-06 Thread Alice Ferrazzi
commit: f9b2693b32b7c7c7c561ae417cbd757624184327
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Thu Jan 18 15:41:17 2018 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Feb  7 07:36:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b2693b

Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y

New 4.14 kernel is using CONFIG_UNWINDER_ORC=y by default
but having USE="minimal" is removing virtual/libelf,
this is breaking the Kernel compilation.
Closes: https://github.com/gentoo/gentoo/pull/6898

 eclass/kernel-2.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index a42d5f5ec24..6ffbd37f300 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -606,6 +606,7 @@ if [[ ${ETYPE} == sources ]]; then
sys-devel/make
dev-lang/perl
sys-devel/bc
+   virtual/libelf
)"
 
SLOT="${PVR}"



[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/

2018-02-06 Thread Tim Harder
commit: 52dfd01b0259976a197a2b5066ec16f03f033987
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Feb  7 07:15:07 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Feb  7 07:32:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52dfd01b

x11-terms/kitty: use tempdir for config directory for tests

Closes: https://bugs.gentoo.org/646840

 x11-terms/kitty/kitty-0.7.1-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-terms/kitty/kitty-0.7.1-r2.ebuild 
b/x11-terms/kitty/kitty-0.7.1-r2.ebuild
index c5b75623817..7e802319abc 100644
--- a/x11-terms/kitty/kitty-0.7.1-r2.ebuild
+++ b/x11-terms/kitty/kitty-0.7.1-r2.ebuild
@@ -70,6 +70,7 @@ src_compile() {
 }
 
 src_test() {
+   export KITTY_CONFIG_DIRECTORY=${T}
"${EPYTHON}" test.py || die
 }
 



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

2018-02-06 Thread Hans de Graaff
commit: 02aaa648e9a094205787670f292170568df8dfe1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb  7 06:53:29 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 07:04:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02aaa648

dev-ruby/ox: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/ox/ox-2.8.2.ebuild b/dev-ruby/ox/ox-2.8.2.ebuild
index 2f95cc6f0c9..f03cb3bed81 100644
--- a/dev-ruby/ox/ox-2.8.2.ebuild
+++ b/dev-ruby/ox/ox-2.8.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2018-02-06 Thread Hans de Graaff
commit: 5b1b4565465934a7c7a9a7d2a74bada33fc1407d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb  7 06:48:22 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 07:04:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1b4565

dev-ruby/ox: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/ox/Manifest|  2 --
 dev-ruby/ox/ox-2.8.0.ebuild | 32 
 dev-ruby/ox/ox-2.8.1.ebuild | 32 
 3 files changed, 66 deletions(-)

diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest
index 6d4d317a01d..4855bdde914 100644
--- a/dev-ruby/ox/Manifest
+++ b/dev-ruby/ox/Manifest
@@ -1,4 +1,2 @@
 DIST ox-2.6.0.tar.gz 191979 BLAKE2B 
744d00262e3f33ea6b11c2b38417ca26dfd61c115847b115c0999d9d9edae3befc5a088f54ce53bf6324505c9444d4b2c72479167691b962a0ab749b4c032ea2
 SHA512 
8765fc3bfd10e52a05d59dab9e9ec973f933976c3511a91d6c84f120e2cac6abccc8ccb7ea9d301882198049b37823a392520464197a791cddf79ba9ce252f37
-DIST ox-2.8.0.tar.gz 193494 BLAKE2B 
aa1e3aad052b19a9aa5a38002fd4e1972a291bf8c13f9120809a38d193e529e9415e64595a96dfafb8e10351ba37336796ca0440b0a4949ea7c20723b1d6b4b4
 SHA512 
e1f2e37f3c3c8e6bb550c656b483012f3eb829dc6c60f9caf252a0d12a5f211a4b11e3de4f2443553570fa4b545dca565f27119520db3113ecf5707a712ce900
-DIST ox-2.8.1.tar.gz 193614 BLAKE2B 
0bab46e17ad8e254dd3cd47e39d44b4a3801ab9824bda90ed7f19724088a3bcf1f795ad82c6107851869d4c96cedacf911636ed623e04acd48db605962bd1843
 SHA512 
0dd314027739bf3da5cb8e6b66d1bfe6e254809d718e17d17df8cbcb7e8ed5d98e541df7c6be13c72e690a5ecbbac0c9a88a1fceec71fcf251dcf991dd0040c0
 DIST ox-2.8.2.tar.gz 193670 BLAKE2B 
70e38754594a40ed35aa43aad32806d5c9eec7d3f60ee18a846a99f28b558173ea99b554f7f3a4f2b848686536d194035fd345ab33b9d7b5e12a246a472463d4
 SHA512 
18a887db70962a1dd1c6ea18461eca0efbcffdb231f934c3603e63537e9911e820465ce5e4ab86cbedd65b396a9a12b0ad7e60ea7ae687c4ebe8436e0c37988c

diff --git a/dev-ruby/ox/ox-2.8.0.ebuild b/dev-ruby/ox/ox-2.8.0.ebuild
deleted file mode 100644
index 2f95cc6f0c9..000
--- a/dev-ruby/ox/ox-2.8.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A fast XML parser and Object marshaller"
-HOMEPAGE="http://www.ohler.com/ox/ https://github.com/ohler55/ox;
-SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-SLOT="0"
-IUSE=""
-
-each_ruby_configure() {
-   ${RUBY} -Cext/ox extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/ox
-   cp ext/ox/ox$(get_modname) lib/ox/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} test/tests.rb || die
-}

diff --git a/dev-ruby/ox/ox-2.8.1.ebuild b/dev-ruby/ox/ox-2.8.1.ebuild
deleted file mode 100644
index 2f95cc6f0c9..000
--- a/dev-ruby/ox/ox-2.8.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A fast XML parser and Object marshaller"
-HOMEPAGE="http://www.ohler.com/ox/ https://github.com/ohler55/ox;
-SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-SLOT="0"
-IUSE=""
-
-each_ruby_configure() {
-   ${RUBY} -Cext/ox extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/ox
-   cp ext/ox/ox$(get_modname) lib/ox/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} test/tests.rb || die
-}



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

2018-02-06 Thread Hans de Graaff
commit: 3a3d7c973596089851c86f00de634193743438c2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb  7 06:37:38 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 07:04:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3d7c97

dev-ruby/omniauth: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/omniauth/Manifest  |  2 --
 dev-ruby/omniauth/omniauth-1.6.1.ebuild | 46 -
 dev-ruby/omniauth/omniauth-1.7.1.ebuild | 46 -
 3 files changed, 94 deletions(-)

diff --git a/dev-ruby/omniauth/Manifest b/dev-ruby/omniauth/Manifest
index f748ec48f82..f6f2ed063c6 100644
--- a/dev-ruby/omniauth/Manifest
+++ b/dev-ruby/omniauth/Manifest
@@ -1,3 +1 @@
-DIST omniauth-1.6.1.tar.gz 25094 BLAKE2B 
45fa6c9d5eb249d5650adaf5e7a89e35ade8613cbc051b76e57b3332f26b8bc18a1645120a0590828c5dedc3034cf8ce5f107d1bcf88054cf5d27abb8d44c723
 SHA512 
5cb372ef4c8b78d5d110eb3f2f828ac3af5d14f230ed3a7d81f0464e21f0d3a434604fe2102874a3b6c341cbe9ad4db4af575229c77592c11e756bb38ab3b80b
-DIST omniauth-1.7.1.tar.gz 26002 BLAKE2B 
180d0eba2a4dc6289411e5a56ee776dc1bb0a799d4f3c735803986b6d47e4de4d50e670157a2996b10e4d80d57f322a296d24af18b87b6c6de669dbd64253fd1
 SHA512 
ed951394f996eb7eb9ab90fb6e46957f8f85148cc29ffb90697a0f74819014327a8e1fb6e8dbd5be736961c7283dc6132586841d05b87043b8d5a20c12441f68
 DIST omniauth-1.8.1.tar.gz 26016 BLAKE2B 
ad7f22a847bd91385ddce44efc89fb312b07ffe43d2b0fab3773e7c809959eb8a8b4567af5ba1a1e9fb9d559b692dec358bf16d6b1cb21b85f13521c20fa3415
 SHA512 
ad085d067971f3fef40e99be7f2e58a9bb006b404f8d7289c5c00be4ed7314ff9d40409053d2bda0a5072035d6e09295d22b8ae6b5d2a84384b245b5a0ae225a

diff --git a/dev-ruby/omniauth/omniauth-1.6.1.ebuild 
b/dev-ruby/omniauth/omniauth-1.6.1.ebuild
deleted file mode 100644
index ddea4b3b8f5..000
--- a/dev-ruby/omniauth/omniauth-1.6.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generalized Rack framework for multiple-provider authentication"
-HOMEPAGE="https://github.com/intridea/omniauth;
-SRC_URI="https://github.com/intridea/omniauth/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/rack-1.6.2:* =dev-ruby/hashie-3.4.6:3 https://github.com/intridea/omniauth;
-SRC_URI="https://github.com/intridea/omniauth/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/rack-1.6.2:* =dev-ruby/hashie-3.4.6:3 

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

2018-02-06 Thread Hans de Graaff
commit: d6724d627ce3bc688e9e5a588f9d8d490e0672cf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb  7 06:40:34 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 07:04:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6724d62

dev-ruby/origin: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/origin/Manifest|  2 --
 dev-ruby/origin/origin-2.2.2.ebuild | 36 
 dev-ruby/origin/origin-2.3.0.ebuild | 36 
 3 files changed, 74 deletions(-)

diff --git a/dev-ruby/origin/Manifest b/dev-ruby/origin/Manifest
index 0f5f41b1688..54f738a065c 100644
--- a/dev-ruby/origin/Manifest
+++ b/dev-ruby/origin/Manifest
@@ -1,3 +1 @@
-DIST origin-2.2.2.tar.gz 44087 BLAKE2B 
c6c0dfaf53659dfc228a736a1aa7f1b32c079bca762f2ed3990308ec53f8ab6bebae38647422d27a6b2987cc294f13217428718dc6044dd3a4b63a2ef1922379
 SHA512 
02bba3560d12fd49481a9d69929f7c3be9c73e1463ff4506ba470c7218450fca7465777455d3c6aad5a74fbe0298d74e5ce12941f057241e77e381ef77814a0b
-DIST origin-2.3.0.tar.gz 44223 BLAKE2B 
2854ca97101ab455e47aa01f8e9633886785ba2e32b4162a60778601d9ce82af0231064f76c0189907b78b38e0a7e2fb2fb945bb31f6cb3440cde95421defcbb
 SHA512 
7c4634a5dd112015fa950e66bc24a87ef479ed5727d18e4593eb652498bc9ecb365600d4257d313c4587a8fd8ef882315fe3f02b1b939d62b03681145b8d5daa
 DIST origin-2.3.1.tar.gz 44392 BLAKE2B 
f58b5f977070a3e14a3b80c5ce7fb2860eda6ea41a0b403e67ff6159ccc86d078e3cc42f7269cc9640f2e3f71d66a4c0ea02935efa6d6096c6eccf622595589c
 SHA512 
f74e3ed163b2c9a6184be624f85bc810fcb414290c5701beee291f1c227f889bc75d78ab3cc008f92780823217c7cefe916ebb3e902e807a40f4d901465343fd

diff --git a/dev-ruby/origin/origin-2.2.2.ebuild 
b/dev-ruby/origin/origin-2.2.2.ebuild
deleted file mode 100644
index 765820e2e8a..000
--- a/dev-ruby/origin/origin-2.2.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-GITHUB_USER="mongoid"
-GITHUB_PROJECT="${PN}"
-
-MY_PV="${PV/_rc/.rc}"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Origin is a simple DSL for generating MongoDB selectors and 
options"
-HOMEPAGE="http://mongoid.org/;
-SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${MY_PV}.tar.gz
 -> ${GITHUB_PROJECT}-${MY_PV}.tar.gz"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "
-   test? (
-   =dev-ruby/activesupport-4*
-   >=dev-ruby/i18n-0.6:0.6
-   dev-ruby/tzinfo
-   )"

diff --git a/dev-ruby/origin/origin-2.3.0.ebuild 
b/dev-ruby/origin/origin-2.3.0.ebuild
deleted file mode 100644
index 765820e2e8a..000
--- a/dev-ruby/origin/origin-2.3.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-GITHUB_USER="mongoid"
-GITHUB_PROJECT="${PN}"
-
-MY_PV="${PV/_rc/.rc}"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Origin is a simple DSL for generating MongoDB selectors and 
options"
-HOMEPAGE="http://mongoid.org/;
-SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${MY_PV}.tar.gz
 -> ${GITHUB_PROJECT}-${MY_PV}.tar.gz"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "
-   test? (
-   =dev-ruby/activesupport-4*
-   >=dev-ruby/i18n-0.6:0.6
-   dev-ruby/tzinfo
-   )"



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

2018-02-06 Thread Hans de Graaff
commit: 744e50720d60ef5065b34e7d22a10ed49f89267b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb  7 06:58:22 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 07:05:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=744e5072

dev-ruby/packetfu: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/packetfu/packetfu-1.1.13.ebuild 
b/dev-ruby/packetfu/packetfu-1.1.13.ebuild
index 70a9aa5ec68..28b5036705d 100644
--- a/dev-ruby/packetfu/packetfu-1.1.13.ebuild
+++ b/dev-ruby/packetfu/packetfu-1.1.13.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2018-02-06 Thread Hans de Graaff
commit: 18ea63614f33435955fef2e72096e2b58c7208b0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb  7 06:44:49 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 07:04:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ea6361

dev-ruby/origin: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/origin/origin-2.3.1.ebuild 
b/dev-ruby/origin/origin-2.3.1.ebuild
index d91766b3269..332b02f260a 100644
--- a/dev-ruby/origin/origin-2.3.1.ebuild
+++ b/dev-ruby/origin/origin-2.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2018-02-06 Thread Thomas Deutschmann
commit: 285df83a6cf9b2b5b3961ca6e73ea86870bb31fd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 06:34:25 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 06:37:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285df83a

net-misc/curl: x86 stable (bug #645698)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/net-misc/curl/curl-7.58.0.ebuild b/net-misc/curl/curl-7.58.0.ebuild
index ccfd3528a53..9583a913eda 100644
--- a/net-misc/curl/curl-7.58.0.ebuild
+++ b/net-misc/curl/curl-7.58.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2;
 
 LICENSE="MIT"
 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 ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="adns brotli http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
 IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls 
curl_ssl_nss +curl_ssl_openssl curl_ssl_winssl"
 IUSE+=" elibc_Winnt"



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

2018-02-06 Thread Thomas Deutschmann
commit: 0ab37a2dc4d6340871dc84d6581ef32a16d7dff4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 06:21:55 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 06:37:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab37a2d

dev-python/cssselect2: x86 keyworded (bug #643668)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-python/cssselect2/cssselect2-0.2.0.ebuild 
b/dev-python/cssselect2/cssselect2-0.2.0.ebuild
index 2a92f39f687..02e2491d5bb 100644
--- a/dev-python/cssselect2/cssselect2-0.2.0.ebuild
+++ b/dev-python/cssselect2/cssselect2-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="



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

2018-02-06 Thread Thomas Deutschmann
commit: 7499901862ddbd3f95111543ddb7e5e35179d276
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 06:35:02 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 06:37:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74999018

app-arch/brotli: x86 stable (bug #645698)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-arch/brotli/brotli-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/brotli/brotli-1.0.2.ebuild 
b/app-arch/brotli/brotli-1.0.2.ebuild
index b787d9919a8..ea0a2daeddf 100644
--- a/app-arch/brotli/brotli-1.0.2.ebuild
+++ b/app-arch/brotli/brotli-1.0.2.ebuild
@@ -29,7 +29,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
PATCHES=( "${FILESDIR}"/${P}-no-rpath.patch )
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 



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

2018-02-06 Thread Thomas Deutschmann
commit: dbf5e8af5481a2f8ce6e66a5288c7214b232be44
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 06:36:51 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 06:37:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf5e8af

dev-db/phpmyadmin: x86 stable (bug #645700)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-db/phpmyadmin/phpmyadmin-4.7.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.7.7-r1.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.7.7-r1.ebuild
index f89f833a920..c3641ed25c4 100644
--- a/dev-db/phpmyadmin/phpmyadmin-4.7.7-r1.ebuild
+++ b/dev-db/phpmyadmin/phpmyadmin-4.7.7-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.phpmyadmin.net/;
 SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="setup"
 
 RDEPEND="



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

2018-02-06 Thread Thomas Deutschmann
commit: 0a7bc96bcb6c62184acca0856ce000883aa11550
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 06:21:35 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 06:37:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7bc96b

dev-python/weasyprint: x86 keyworded (bug #643668)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-python/weasyprint/weasyprint-0.41.ebuild 
b/dev-python/weasyprint/weasyprint-0.41.ebuild
index ef4488009e9..fce99c16ede 100644
--- a/dev-python/weasyprint/weasyprint-0.41.ebuild
+++ b/dev-python/weasyprint/weasyprint-0.41.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -17,7 +17,7 @@ HOMEPAGE="http://weasyprint.org 
https://github.com/Kozea/WeasyPrint;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="jpeg jpeg2k test tiff"
 
 # Note: specific subslot of pango since it inlines some of pango headers.



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

2018-02-06 Thread Thomas Deutschmann
commit: 4a99b4921749a754ef114a505d2d7c595c89c1d8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 06:36:06 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 06:37:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a99b492

media-gfx/graphviz: x86 stable (bug #530736)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/graphviz/graphviz-2.40.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/graphviz/graphviz-2.40.1-r1.ebuild 
b/media-gfx/graphviz/graphviz-2.40.1-r1.ebuild
index ae157940f55..fafa72676f2 100644
--- a/media-gfx/graphviz/graphviz-2.40.1-r1.ebuild
+++ b/media-gfx/graphviz/graphviz-2.40.1-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.graphviz.org/pub/graphviz/stable/SOURCES/${P}.tar.gz;
 
 LICENSE="CPL-1.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="+cairo devil doc examples gdk-pixbuf gtk gts guile java lasi nls pdf 
perl postscript python qt5 ruby static-libs svg tcl X elibc_FreeBSD"
 
 REQUIRED_USE="



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

2018-02-06 Thread Hans de Graaff
commit: 185e19ed6417750bcc8ee5cdc9fb2486ac5c4ee6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  6 06:29:32 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 06:30:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185e19ed

dev-ruby/ntlm-http: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild 
b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
index b41789e6452..7770578b87a 100644
--- a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
+++ b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 



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

2018-02-06 Thread Hans de Graaff
commit: 7d1a2629b45199c236b1279adf9b25097caff9a1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  6 06:02:55 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 06:29:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1a2629

dev-ruby/rubyzip: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/rubyzip/rubyzip-1.2.1.ebuild 
b/dev-ruby/rubyzip/rubyzip-1.2.1.ebuild
index ae2bef15c93..10d98b69428 100644
--- a/dev-ruby/rubyzip/rubyzip-1.2.1.ebuild
+++ b/dev-ruby/rubyzip/rubyzip-1.2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md TODO"



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

2018-02-06 Thread Hans de Graaff
commit: 1c6ef648fd824e577deb378dbb97190f544138a0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  6 06:38:35 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 06:30:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6ef648

dev-ruby/oauth2: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/oauth2/Manifest|  1 -
 dev-ruby/oauth2/oauth2-1.3.1.ebuild | 41 -
 2 files changed, 42 deletions(-)

diff --git a/dev-ruby/oauth2/Manifest b/dev-ruby/oauth2/Manifest
index bb7f93a2652..cc19652cd1b 100644
--- a/dev-ruby/oauth2/Manifest
+++ b/dev-ruby/oauth2/Manifest
@@ -1,2 +1 @@
-DIST oauth2-1.3.1.tar.gz 21371 BLAKE2B 
3102918d211ae2b100b1cdf6c99727749e8ca11f8f861aee86e0ac81bc4c611c27a211575f349b914b9226679f24338efa7ce03b81f1d8cee2a1a0b570c42a7b
 SHA512 
6ea4ce6c711c101f8cfe1450624e5bfe501114dd7888d663e0f5171de9f0efa0957483f1350dfc5bcf5d3a63240b194373df733395fac3fea2fcd55d22e4262a
 DIST oauth2-1.4.0.tar.gz 21299 BLAKE2B 
1fe4640b374450279e556477c23972030d3aecac4c96e9174e57458deaccfbfa012e3bb66fe3db5e845a4004b91b763dab6f68b885ed7c1ddb2710cda29a8486
 SHA512 
2db67cba2403be8ea5d6f88f9818f295c29c08201f8ea5876c55cffe2fa926be465a11061654adffd77d13da9c7e56353ece7e4595cd9501acdcfeb58573b300

diff --git a/dev-ruby/oauth2/oauth2-1.3.1.ebuild 
b/dev-ruby/oauth2/oauth2-1.3.1.ebuild
deleted file mode 100644
index 94f9427c18b..000
--- a/dev-ruby/oauth2/oauth2-1.3.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_TEST="none"
-RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Wrapper for the OAuth 2.0 protocol with a similar style to the 
OAuth gem"
-HOMEPAGE="https://github.com/intridea/oauth2;
-SRC_URI="https://github.com/intridea/oauth2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/faraday-0.8
-   >=dev-ruby/jwt-1.0 =dev-ruby/jwt-1*
-   >=dev-ruby/multi_json-1.3 =dev-ruby/multi_json-1*
-   >=dev-ruby/multi_xml-0.5:0
-   >=dev-ruby/rack-1.2:* =dev-ruby/rspec-2.5.0:2 )"
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/,/^  end/ s:^:#:' spec/helper.rb || die
-
-   sed -i -e '/yardstick/,/^end/ s:^:#:' \
-   -e '/bundler/I s:^:#:' Rakefile || die
-}
-
-each_ruby_test() {
-   CI=true ${RUBY} -S rspec spec || die
-}



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

2018-02-06 Thread Hans de Graaff
commit: 0ea49fb60af26bb3472ff85939e2a6ce036aa798
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  6 06:28:10 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 06:30:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea49fb6

dev-ruby/notify: add ruby24, ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/notify/notify-0.5.2-r1.ebuild 
b/dev-ruby/notify/notify-0.5.2-r1.ebuild
index a974a38ac7d..7fc2cbab327 100644
--- a/dev-ruby/notify/notify-0.5.2-r1.ebuild
+++ b/dev-ruby/notify/notify-0.5.2-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST=""
 



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

2018-02-06 Thread Hans de Graaff
commit: de36b5cec77db0e1930e70fcc078b7b03d292e83
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  6 06:25:51 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 06:30:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de36b5ce

dev-ruby/nokogumbo: add 1.5.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/nokogumbo/Manifest b/dev-ruby/nokogumbo/Manifest
index f743464cbbd..6173a241143 100644
--- a/dev-ruby/nokogumbo/Manifest
+++ b/dev-ruby/nokogumbo/Manifest
@@ -1 +1,2 @@
 DIST nokogumbo-1.4.13.gem 228352 BLAKE2B 
60e85f1cadc2c8b98d067c9bf0f651057e709f204d7ffa7759ec68090b816e8b17a0d12dce4a5d6f6efd372c931f75ef54c439a5496d0fe696edd8795488cd8f
 SHA512 
369743cab4a4bd3ffa5eee4f46074099afd253b66ef5ef9303b79d5e5ce1375f33b73916f1712e256044a00335bdb6595f2ce028e02169607252f32dd9dff9b0
+DIST nokogumbo-1.5.0.gem 228352 BLAKE2B 
66740dfb9bd9edea13c6bc872e1cadf855116ee7247c7691210d3eaa81ad4c7b972fe8edd02a6f7ade6c172c870923c9af3fc24b10c5594cd0255b2fa0c2cd82
 SHA512 
a89ec7ae4d42cce5431070e790f0f10734655654f6f680c0b949fab7527b6a811953f1c3c13d633427b40980f9e9bd434a9afe1a9d1f1e504af05246d96be77e

diff --git a/dev-ruby/nokogumbo/nokogumbo-1.5.0.ebuild 
b/dev-ruby/nokogumbo/nokogumbo-1.5.0.ebuild
new file mode 100644
index 000..7ad6e455e8b
--- /dev/null
+++ b/dev-ruby/nokogumbo/nokogumbo-1.5.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Nokogiri interface to the Gumbo HTML5 parser"
+HOMEPAGE="https://github.com/rubys/nokogumbo;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND+=">=dev-libs/gumbo-0.10"
+
+ruby_add_rdepend ">=dev-ruby/nokogiri-1.6.5-r1"
+
+all_ruby_prepare() {
+   # Define rakehome in scope
+   sed -i -e "1irakehome=File.expand_path('../../')" 
ext/nokogumboc/extconf.rb || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/nokogumboc extconf.rb || die
+   sed -i -e 's:-Wl,--no-undefined::' ext/nokogumboc/Makefile || die
+}
+
+each_ruby_compile() {
+   emake -Cext/nokogumboc V=1
+   cp ext/nokogumboc/nokogumboc.so lib/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib test-nokogumbo.rb || die
+}



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

2018-02-06 Thread Hans de Graaff
commit: 810fcddfbcf712785326cccbd5d3c44fa9e8c932
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  6 06:03:06 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 06:30:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810fcddf

dev-ruby/selenium-webdriver: add 3.9.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/selenium-webdriver/Manifest   |  1 +
 .../selenium-webdriver-3.9.0.ebuild| 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/selenium-webdriver/Manifest 
b/dev-ruby/selenium-webdriver/Manifest
index f2f223fb090..df219e0d8c6 100644
--- a/dev-ruby/selenium-webdriver/Manifest
+++ b/dev-ruby/selenium-webdriver/Manifest
@@ -1,3 +1,4 @@
 DIST selenium-webdriver-2.53.4.gem 897536 BLAKE2B 
630b5e8cd5ce53de7a689135ce80e364e33b783bd8493f79af01d79717d3d65541fe04c6c0e5016a85af8a559864ddcb641d06c99430599b21095b54ff40845a
 SHA512 
ad7934a67c4415a81c2d0efae5f510d41784411076ea903724e1fa2be1b209382131aa1b05f3636deb1deca38db6e76805262f5037ab2e621e785e4eb3c2b90e
 DIST selenium-webdriver-3.7.0.gem 839168 BLAKE2B 
0c6940ff2a8197a3166e8f3f7e7b43bc4551b5bb1f8a40a5887ddcfa7efab93faefa9ead632d3973cbd57a65553a9027f83145bbac753b4ef122f792bae569fd
 SHA512 
f15819d7e3a683d101073710876792ec0cca7c28d387bb9d1b19964083a99e276340fbcfedd9b0ca2234c54f7db56d12dc3af2e4eadf8995e1e05f7282169726
 DIST selenium-webdriver-3.8.0.gem 840192 BLAKE2B 
3f3871afed9734627757e58a211ad894fd45a49b73208b533fd39e0d99172536e7f2abdfbed1e0589c45aac6a26dd0c1ae0cf8f25053d44082957f7d07591d37
 SHA512 
c00c44786ecee4c02723b88c9ae5921d6a3f2d4c6c3bd043da1f524692c75a69357b752fc183c7881de0d0a6e6d6ddb03ca31e6a983afacdd06978bdd0797957
+DIST selenium-webdriver-3.9.0.gem 841216 BLAKE2B 
611a8be3e8759609a792e4f92c73d3e7db6a209a9566fd4f6a7663b4111e5f856e138be83cdce07ceb28dcb23a49ed6d7f403927e96f53751302e73238b701d6
 SHA512 
5bf2a71322bedfe0e51cae1077886cf520e8cd9213d28dd3643ba78ff457e56649e95df6b09926c82bef98dae7d8c5b6eb676d60939108dd9ead79609cfd2acd

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.9.0.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-3.9.0.ebuild
new file mode 100644
index 000..67da404fd03
--- /dev/null
+++ b/dev-ruby/selenium-webdriver/selenium-webdriver-3.9.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+# NOTE: this package contains precompiled code. It appears that all
+# source code can be found at https://code.google.com/p/selenium/ but the
+# repository is not organized in a way so that we can easily rebuild the
+# suited shared object. We'll just try our luck with the precompiled
+# objects for now.
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
+QA_PREBUILT="*/x_ignore_nofocus.so"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem provides Ruby bindings for WebDriver"
+HOMEPAGE="https://github.com/seleniumhq/selenium;
+
+LICENSE="Apache-2.0"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0
+   >=dev-ruby/rubyzip-1.2:1"



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

2018-02-06 Thread Hans de Graaff
commit: 23cb9116897d699f082c8799cd69eee4a75da718
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  6 06:09:55 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 06:30:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23cb9116

dev-ruby/nexpose: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/nexpose/Manifest |  1 -
 dev-ruby/nexpose/nexpose-5.3.1.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-ruby/nexpose/Manifest b/dev-ruby/nexpose/Manifest
index f5a8b7dcc3c..589d745c288 100644
--- a/dev-ruby/nexpose/Manifest
+++ b/dev-ruby/nexpose/Manifest
@@ -1,2 +1 @@
-DIST nexpose-5.3.1.gem 98816 BLAKE2B 
1d3d14e19d267d9cd1dda38312f68a7c62e5c2bb4111995268b42459269425f1c9d9804cd1aaea7cfb8620b6db02bd33ef76648ddfbffd585e70c129a4abb2bb
 SHA512 
a082198f3b94ba72d24e1c617d4fe3fff5ec0bda15664b7839c4dce982f5ca619e004695265b8d6a9e0f9a516d54f017c82e7a20c5215be340cb063e0b9f4258
 DIST nexpose-5.3.2.tar.gz 111862 BLAKE2B 
4d42038f8b4eb0444f54df3139e4533437c081521ae586f79baa80a812dbdac9c56bbfbcfb24f1f4fcfb5d854507374d9dbc5f600f79b09d918322132dd00a7f
 SHA512 
7a79a796e853cfe0d5e3f61b969903f3ecf033914a8caaccb4ff175774ab2ec187a2b7c106f91d82e65edc35fab98621c1ae831017268fde2e8714c45346f4b6

diff --git a/dev-ruby/nexpose/nexpose-5.3.1.ebuild 
b/dev-ruby/nexpose/nexpose-5.3.1.ebuild
deleted file mode 100644
index 7c9c7dc30e7..000
--- a/dev-ruby/nexpose/nexpose-5.3.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-inherit ruby-fakegem
-
-DESCRIPTION="API client for Nexpose vulnerability managment product"
-HOMEPAGE="https://github.com/rapid7/nexpose-client 
https://rubygems.org/gems/nexpose;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""



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

2018-02-06 Thread Hans de Graaff
commit: 8618edd3306729a1af7a50c9b650689bfeb4cdad
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  6 06:17:59 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 06:30:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8618edd3

dev-ruby/nokogumbo: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/nokogumbo/Manifest   |  2 --
 dev-ruby/nokogumbo/nokogumbo-1.4.7.ebuild | 39 ---
 dev-ruby/nokogumbo/nokogumbo-1.4.9.ebuild | 39 ---
 3 files changed, 80 deletions(-)

diff --git a/dev-ruby/nokogumbo/Manifest b/dev-ruby/nokogumbo/Manifest
index d75bc29b969..f743464cbbd 100644
--- a/dev-ruby/nokogumbo/Manifest
+++ b/dev-ruby/nokogumbo/Manifest
@@ -1,3 +1 @@
 DIST nokogumbo-1.4.13.gem 228352 BLAKE2B 
60e85f1cadc2c8b98d067c9bf0f651057e709f204d7ffa7759ec68090b816e8b17a0d12dce4a5d6f6efd372c931f75ef54c439a5496d0fe696edd8795488cd8f
 SHA512 
369743cab4a4bd3ffa5eee4f46074099afd253b66ef5ef9303b79d5e5ce1375f33b73916f1712e256044a00335bdb6595f2ce028e02169607252f32dd9dff9b0
-DIST nokogumbo-1.4.7.gem 227328 BLAKE2B 
a5b9ee7b99ec6a3fc5ce0cd0bfd9732a2aa2d28d4aff80f5bd1e4406abd0a173e3782ea712f8faf144d1ada783c72dbf159fc296997ae87eb569cb5a57b4b48b
 SHA512 
c4ac9c148430a3fe975849ee7e409d934f832433ba519468e3434153149178a34d03cd2381fe4b816aedbd26e086d96c4b1d397dee220a602ab70a54b973359a
-DIST nokogumbo-1.4.9.gem 228352 BLAKE2B 
ecb75cea1134f1d3a75c9cb18eab7d2abfd0b24fb90d80a400bb4254426a065f23658f70b82efa9bc9c33b751506c8bc198281226c1c07091ece6359db9c9c4e
 SHA512 
c23d28b63141266122834d0067aa49ad3575ae20baf0b10a915eba4d28de244d2c71e101f3c470bc384f6b7833f76097025fcf0273a13e8bd17e750a5bdc6e3b

diff --git a/dev-ruby/nokogumbo/nokogumbo-1.4.7.ebuild 
b/dev-ruby/nokogumbo/nokogumbo-1.4.7.ebuild
deleted file mode 100644
index 9783dd4da1b..000
--- a/dev-ruby/nokogumbo/nokogumbo-1.4.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Nokogiri interface to the Gumbo HTML5 parser"
-HOMEPAGE="https://github.com/rubys/nokogumbo;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND+=">=dev-libs/gumbo-0.10"
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.6.5-r1"
-
-each_ruby_configure() {
-   ${RUBY} -Cext/nokogumboc extconf.rb || die
-   sed -i -e 's:-Wl,--no-undefined::' ext/nokogumboc/Makefile || die
-}
-
-each_ruby_compile() {
-   emake -Cext/nokogumboc V=1
-   cp ext/nokogumboc/nokogumboc.so lib/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib test-nokogumbo.rb || die
-}

diff --git a/dev-ruby/nokogumbo/nokogumbo-1.4.9.ebuild 
b/dev-ruby/nokogumbo/nokogumbo-1.4.9.ebuild
deleted file mode 100644
index 9783dd4da1b..000
--- a/dev-ruby/nokogumbo/nokogumbo-1.4.9.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Nokogiri interface to the Gumbo HTML5 parser"
-HOMEPAGE="https://github.com/rubys/nokogumbo;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND+=">=dev-libs/gumbo-0.10"
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.6.5-r1"
-
-each_ruby_configure() {
-   ${RUBY} -Cext/nokogumboc extconf.rb || die
-   sed -i -e 's:-Wl,--no-undefined::' ext/nokogumboc/Makefile || die
-}
-
-each_ruby_compile() {
-   emake -Cext/nokogumboc V=1
-   cp ext/nokogumboc/nokogumboc.so lib/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib test-nokogumbo.rb || die
-}



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

2018-02-06 Thread Hans de Graaff
commit: df37634af2e438eaf477c79cca566f06b526327d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  6 06:30:22 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 06:30:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df37634a

dev-ruby/oauth: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/oauth/Manifest   |  1 -
 dev-ruby/oauth/oauth-0.5.1.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-ruby/oauth/Manifest b/dev-ruby/oauth/Manifest
index 37d6321381b..88c72413fb5 100644
--- a/dev-ruby/oauth/Manifest
+++ b/dev-ruby/oauth/Manifest
@@ -1,2 +1 @@
-DIST oauth-0.5.1.tar.gz 46675 BLAKE2B 
4522326d48c9a8004819a82d23c9151ecb0b10a6f60ef57a521f8f1cf86fbfb4c3181f7a29b6f29407569da2acb6c1f5033e003a54db92586d5cd92f957d6214
 SHA512 
fe00e4455ab72edb38051e0c203f27b299b624cdc3ba031de9aea33c1429a54a364f066297dae86c22b723859ab8bd8854b02d344ec49a535c28b256e96593a6
 DIST oauth-0.5.3.tar.gz 59355 BLAKE2B 
d676ca2aade85a43655ca95ff289b248c33197a06f58b5d998b834ec6750547c5b66d781f97b66b04584f6f6825d010434cb9a73cf5ec69b900a73f0dce1d8f0
 SHA512 
658a0b2c8b2eaa51981fd274c5058996309aa0a7098fad8221ca4074f51d996c17c5bdd8373da5e13b6cdc782b9d59769b705f2aa6ad724a2ebd14034ff92e9e

diff --git a/dev-ruby/oauth/oauth-0.5.1.ebuild 
b/dev-ruby/oauth/oauth-0.5.1.ebuild
deleted file mode 100644
index 1b866d8157f..000
--- a/dev-ruby/oauth/oauth-0.5.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="HISTORY README.rdoc TODO"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A RubyGem for implementing both OAuth clients and servers"
-HOMEPAGE="https://github.com/oauth-xx/oauth-ruby;
-SRC_URI="https://github.com/oauth-xx/oauth-ruby/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-RUBY_S="${PN}-ruby-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86-macos"
-IUSE=""
-
-ruby_add_bdepend "test? (
-   dev-ruby/test-unit:2
-   dev-ruby/mocha:1.0
-   dev-ruby/webmock
-   dev-ruby/rack )"
-
-all_ruby_prepare() {
-   # Require a compatible version of mocha
-   sed -i -e '1igem "mocha", "~> 1.0"' \
-   -e '2i gem "test-unit"; require "test/unit"' \
-   -e '/byebug/ s:^:#:' test/test_helper.rb || die
-
-   # Remove tests that require Rails 2.3 since that is ruby18-only.
-   rm -f test/test_action_controller_request_proxy.rb || die
-
-   # Remove typhoeus tests since they require an old version.
-   rm -f test/test_typhoeus_request_proxy.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -I.:lib -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die
-}



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

2018-02-06 Thread Hans de Graaff
commit: 26ce9fc13b535619a3f13cf03f0e92ab0cbe4723
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  6 06:07:11 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 06:30:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ce9fc1

dev-ruby/unf_ext: add 0.0.7.5

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/unf_ext/Manifest b/dev-ruby/unf_ext/Manifest
index a56d729798f..624321d14cd 100644
--- a/dev-ruby/unf_ext/Manifest
+++ b/dev-ruby/unf_ext/Manifest
@@ -1 +1,2 @@
 DIST unf_ext-0.0.7.4.gem 398848 BLAKE2B 
2c41bcfb3bbe39035109b8f039b5e0795047579f47ca80956988f48039b915ebca1dd43e6ecc1d5ac0498e48b4b12f5b9209b82218b45d1d5e409fa1e7ea
 SHA512 
2f90542c899e02c2cae06b54ad381ba0f2084880cb760357b4cedf7f171aa2eb7322a0288fadd253624c531410730624a4c8d51e5eb61a67b3fd91d985847fbb
+DIST unf_ext-0.0.7.5.gem 398848 BLAKE2B 
3c7b2a6765360f59b7b921155bb6532981c8b31fd1fcebf1adc1e113da2404fa752ef95bb385155de1a6025d51f4564e52b497c5396624a0a5e99357fff88662
 SHA512 
5d60740172034253fec9659bec49e60f639e93d8f147582e26a012712ec2e5fca30674efc52695def0c3cd145c5ddd93a56a6d0f854ab04e7fc81544e6aede16

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
new file mode 100644
index 000..5b36d3dbd69
--- /dev/null
+++ b/dev-ruby/unf_ext/unf_ext-0.0.7.5.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem multilib
+
+DESCRIPTION="Unicode Normalization Form support library for CRuby"
+HOMEPAGE="https://github.com/knu/ruby-unf_ext;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="doc test"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/test-unit-2.5.1-r1
+   )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/,/end/ s:^:#:' Rakefile test/helper.rb || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/unf_ext extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake -Cext/unf_ext CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" V=1
+   cp ext/unf_ext/*$(get_modname) lib/ || die
+}
+
+each_ruby_test() {
+   ruby-ng_testrb-2 test/test_*.rb
+}



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

2018-02-06 Thread Hans de Graaff
commit: 55173f8832e69f3a68ae811466f1e561770e5c8e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  6 06:08:59 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 06:30:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55173f88

dev-ruby/network_interface: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/network_interface/Manifest|  1 -
 .../network_interface-0.0.1-r1.ebuild  | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-ruby/network_interface/Manifest 
b/dev-ruby/network_interface/Manifest
index 77268db6250..821ffa0b5e1 100644
--- a/dev-ruby/network_interface/Manifest
+++ b/dev-ruby/network_interface/Manifest
@@ -1,2 +1 @@
-DIST network_interface-0.0.1.gem 15360 BLAKE2B 
d831118f24eb5a99ee4865c81126b1c70863b3b95112fb44c2b5f94f65aed9fece2d4a81f6c3f8b6c899000892fe4a68c2407263d9d5da460e09c797bbdf67ab
 SHA512 
db41bcb5669ddec954d5910b0c53a5dab81d4283d8e45eb88cdc855084ddcc7219b506745f6dacd172b5c17479f28a68b68f40e1928d573cdf22c567805e498c
 DIST network_interface-0.0.2.gem 16896 BLAKE2B 
a0e7898aa5989ea38c8a9214f3aaf5f9d0dbdf39e86f7e9a4d62ec6c94f29f9612a08c1465513b62351a4c62ed776e427800eabe562062ce7c9b4b75ec757a3b
 SHA512 
8850325e7e0c5ab51b060270220099c2c00cf7031083a511ae9f8dd6d1b9219b37169fa7620e9648eb071784a840e14ce965f8d1cf5d475ff82691bfba25a202

diff --git a/dev-ruby/network_interface/network_interface-0.0.1-r1.ebuild 
b/dev-ruby/network_interface/network_interface-0.0.1-r1.ebuild
deleted file mode 100644
index fd106305983..000
--- a/dev-ruby/network_interface/network_interface-0.0.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="network_interface layer from metasploit pcaprub"
-HOMEPAGE="https://github.com/rapid7/network_interface;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-# Tests are brittle as they cannot deal with all network interface 
configurations.
-RESTRICT="test"
-
-all_ruby_prepare() {
-   sed -i -e 's:/sbin/ifconfig:/bin/ifconfig:' spec/spec_helper.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -C ext/network_interface_ext extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake -C ext/network_interface_ext V=1
-   cp ext/network_interface_ext/network_interface_ext.so lib/ || die
-}



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

2018-02-06 Thread Thomas Deutschmann
commit: bcd9c681585c978e8584989fdcf70a49dd2c66a2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 06:09:34 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 06:09:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd9c681

app-arch/pax: x86 stable (bug #537522)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-arch/pax/pax-20161104.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/pax/pax-20161104.ebuild b/app-arch/pax/pax-20161104.ebuild
index da9f50e30b2..b1c2f1a68a8 100644
--- a/app-arch/pax/pax-20161104.ebuild
+++ b/app-arch/pax/pax-20161104.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
 
 RDEPEND="
dev-libs/libbsd



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

2018-02-06 Thread Thomas Deutschmann
commit: b378c1318c710603650769b8d1a80101c26b4aa6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 06:08:54 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 06:08:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b378c131

net-misc/rsync: x86 stable (bug #646818)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/net-misc/rsync/rsync-3.1.3.ebuild 
b/net-misc/rsync/rsync-3.1.3.ebuild
index d698a23eb2e..cd8b02a6003 100644
--- a/net-misc/rsync/rsync-3.1.3.ebuild
+++ b/net-misc/rsync/rsync-3.1.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://rsync.samba.org/ftp/rsync/src/${P}.tar.gz;
 LICENSE="GPL-3"
 SLOT="0"
 [[ ${PV} = *_pre* ]] || \
-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 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl examples iconv ipv6 static stunnel xattr"
 
 LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] )



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

2018-02-06 Thread Thomas Deutschmann
commit: 2fc7bc4e81cd4f90f8406c7530b2f7e4622a5425
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 06:02:36 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 06:02:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc7bc4e

app-misc/tmux: x86 stable (bug #644254)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/tmux/tmux-2.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/tmux/tmux-2.6.ebuild b/app-misc/tmux/tmux-2.6.ebuild
index 5dd2b5a13db..c8352592249 100644
--- a/app-misc/tmux/tmux-2.6.ebuild
+++ b/app-misc/tmux/tmux-2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_*}/${P/_/-}.tar.
 
 LICENSE="ISC"
 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"
+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"
 IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux"
 
 CDEPEND="



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

2018-02-06 Thread Thomas Deutschmann
commit: d3e8e18e5eacf9be9b31ae471742fde250125c11
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 06:01:46 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 06:01:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e8e18e

net-misc/dhcpcd: x86 stable (bug #646822)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/net-misc/dhcpcd/dhcpcd-6.11.5.ebuild 
b/net-misc/dhcpcd/dhcpcd-6.11.5.ebuild
index 93b63bca4f4..d8e30661f77 100644
--- a/net-misc/dhcpcd/dhcpcd-6.11.5.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-6.11.5.ebuild
@@ -10,7 +10,7 @@ else
MY_P="${MY_P/_beta/-beta}"
MY_P="${MY_P/_rc/-rc}"
SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/zile/

2018-02-06 Thread Thomas Deutschmann
commit: 513fac71d2377637484ce4f7fcd565b3b51284b1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 06:04:33 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 06:04:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513fac71

app-editors/zile: x86 stable (bug #646084)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-editors/zile/zile-2.4.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/zile/zile-2.4.13.ebuild 
b/app-editors/zile/zile-2.4.13.ebuild
index 6afde291687..d7578b2406f 100644
--- a/app-editors/zile/zile-2.4.13.ebuild
+++ b/app-editors/zile/zile-2.4.13.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="acl test"
 
 RDEPEND=">=dev-libs/boehm-gc-7.2:=



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

2018-02-06 Thread Thomas Deutschmann
commit: 65818ed0d78396b641bb9aff98cf415537e9891a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:25:58 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65818ed0

dev-ruby/actionpack: x86 keyworded (bug #621374)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/actionpack/actionpack-4.2.10.ebuild | 4 ++--
 dev-ruby/actionpack/actionpack-5.0.4.ebuild  | 4 ++--
 dev-ruby/actionpack/actionpack-5.0.5.ebuild  | 4 ++--
 dev-ruby/actionpack/actionpack-5.0.6.ebuild  | 4 ++--
 dev-ruby/actionpack/actionpack-5.1.2.ebuild  | 4 ++--
 dev-ruby/actionpack/actionpack-5.1.3.ebuild  | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-ruby/actionpack/actionpack-4.2.10.ebuild 
b/dev-ruby/actionpack/actionpack-4.2.10.ebuild
index cb3591bd388..918c60e0be3 100644
--- a/dev-ruby/actionpack/actionpack-4.2.10.ebuild
+++ b/dev-ruby/actionpack/actionpack-4.2.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/actionpack/actionpack-5.0.4.ebuild 
b/dev-ruby/actionpack/actionpack-5.0.4.ebuild
index 933fd3cd82f..7e089f0190d 100644
--- a/dev-ruby/actionpack/actionpack-5.0.4.ebuild
+++ b/dev-ruby/actionpack/actionpack-5.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/actionpack/actionpack-5.0.5.ebuild 
b/dev-ruby/actionpack/actionpack-5.0.5.ebuild
index 933fd3cd82f..7e089f0190d 100644
--- a/dev-ruby/actionpack/actionpack-5.0.5.ebuild
+++ b/dev-ruby/actionpack/actionpack-5.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/actionpack/actionpack-5.0.6.ebuild 
b/dev-ruby/actionpack/actionpack-5.0.6.ebuild
index 933fd3cd82f..7e089f0190d 100644
--- a/dev-ruby/actionpack/actionpack-5.0.6.ebuild
+++ b/dev-ruby/actionpack/actionpack-5.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/actionpack/actionpack-5.1.2.ebuild 
b/dev-ruby/actionpack/actionpack-5.1.2.ebuild
index cbe3029d765..aa764e84460 100644
--- a/dev-ruby/actionpack/actionpack-5.1.2.ebuild
+++ b/dev-ruby/actionpack/actionpack-5.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/actionpack/actionpack-5.1.3.ebuild 
b/dev-ruby/actionpack/actionpack-5.1.3.ebuild
index c5e4000ceb6..81d84e21e21 100644
--- a/dev-ruby/actionpack/actionpack-5.1.3.ebuild
+++ b/dev-ruby/actionpack/actionpack-5.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
 IUSE=""
 
 

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

2018-02-06 Thread Thomas Deutschmann
commit: 45373f1902e1a8640bb6e5cc3977740b5c85f821
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:24:22 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45373f19

dev-ruby/activerecord: x86 keyworded (bug #621374)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/activerecord/activerecord-4.2.10.ebuild | 4 ++--
 dev-ruby/activerecord/activerecord-5.0.3.ebuild  | 4 ++--
 dev-ruby/activerecord/activerecord-5.0.4.ebuild  | 4 ++--
 dev-ruby/activerecord/activerecord-5.0.5.ebuild  | 4 ++--
 dev-ruby/activerecord/activerecord-5.0.6.ebuild  | 4 ++--
 dev-ruby/activerecord/activerecord-5.1.1.ebuild  | 4 ++--
 dev-ruby/activerecord/activerecord-5.1.2.ebuild  | 4 ++--
 dev-ruby/activerecord/activerecord-5.1.3.ebuild  | 4 ++--
 dev-ruby/activerecord/activerecord-5.1.4.ebuild  | 4 ++--
 9 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/dev-ruby/activerecord/activerecord-4.2.10.ebuild 
b/dev-ruby/activerecord/activerecord-4.2.10.ebuild
index 91019651285..abbc83bef1c 100644
--- a/dev-ruby/activerecord/activerecord-4.2.10.ebuild
+++ b/dev-ruby/activerecord/activerecord-4.2.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
 IUSE="mysql postgres sqlite"
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/activerecord/activerecord-5.0.3.ebuild 
b/dev-ruby/activerecord/activerecord-5.0.3.ebuild
index a3f30f408d8..d6c575a344c 100644
--- a/dev-ruby/activerecord/activerecord-5.0.3.ebuild
+++ b/dev-ruby/activerecord/activerecord-5.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux"
 IUSE="mysql postgres sqlite"
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/activerecord/activerecord-5.0.4.ebuild 
b/dev-ruby/activerecord/activerecord-5.0.4.ebuild
index 603fdd2574d..9ba44f2444b 100644
--- a/dev-ruby/activerecord/activerecord-5.0.4.ebuild
+++ b/dev-ruby/activerecord/activerecord-5.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 IUSE="mysql postgres sqlite"
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/activerecord/activerecord-5.0.5.ebuild 
b/dev-ruby/activerecord/activerecord-5.0.5.ebuild
index 603fdd2574d..9ba44f2444b 100644
--- a/dev-ruby/activerecord/activerecord-5.0.5.ebuild
+++ b/dev-ruby/activerecord/activerecord-5.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 IUSE="mysql postgres sqlite"
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/activerecord/activerecord-5.0.6.ebuild 
b/dev-ruby/activerecord/activerecord-5.0.6.ebuild
index 225dbb4851a..c65c6a2dbe0 100644
--- a/dev-ruby/activerecord/activerecord-5.0.6.ebuild
+++ b/dev-ruby/activerecord/activerecord-5.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 IUSE="mysql postgres sqlite"
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/activerecord/activerecord-5.1.1.ebuild 
b/dev-ruby/activerecord/activerecord-5.1.1.ebuild
index 05cf9f30587..c32afedc63d 100644
--- a/dev-ruby/activerecord/activerecord-5.1.1.ebuild
+++ b/dev-ruby/activerecord/activerecord-5.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo 

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

2018-02-06 Thread Thomas Deutschmann
commit: fb8fa1efb4d59db92cd366e3d4debc0630915478
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:43:42 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8fa1ef

dev-ruby/sass-rails: x86 keyworded (bug #570052)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/sass-rails/sass-rails-4.0.5.ebuild | 4 ++--
 dev-ruby/sass-rails/sass-rails-5.0.7.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/sass-rails/sass-rails-4.0.5.ebuild 
b/dev-ruby/sass-rails/sass-rails-4.0.5.ebuild
index 24ba742ccbb..1f13ad1cc60 100644
--- a/dev-ruby/sass-rails/sass-rails-4.0.5.ebuild
+++ b/dev-ruby/sass-rails/sass-rails-4.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/rails/sass-rails;
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 
 IUSE=""
 

diff --git a/dev-ruby/sass-rails/sass-rails-5.0.7.ebuild 
b/dev-ruby/sass-rails/sass-rails-5.0.7.ebuild
index c9e6beaf87b..b0ce2ecce99 100644
--- a/dev-ruby/sass-rails/sass-rails-5.0.7.ebuild
+++ b/dev-ruby/sass-rails/sass-rails-5.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/rails/sass-rails/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
 
 IUSE=""
 



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

2018-02-06 Thread Thomas Deutschmann
commit: 8deec4d5781ae9f5abb8eb288eb041d00251d745
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:46:04 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8deec4d5

dev-ruby/websocket-driver: x86 keyworded (bug #570052)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/websocket-driver/websocket-driver-0.6.5.ebuild | 4 ++--
 dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/websocket-driver/websocket-driver-0.6.5.ebuild 
b/dev-ruby/websocket-driver/websocket-driver-0.6.5.ebuild
index c45f459e9a0..0a804cef9b8 100644
--- a/dev-ruby/websocket-driver/websocket-driver-0.6.5.ebuild
+++ b/dev-ruby/websocket-driver/websocket-driver-0.6.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ RUBY_S="${PN}-ruby-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/websocket-extensions-0.1.0"

diff --git a/dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild 
b/dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild
index 23f710fb8de..5d2a4a8e29a 100644
--- a/dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild
+++ b/dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ RUBY_S="${PN}-ruby-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/websocket-extensions-0.1.0"



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

2018-02-06 Thread Thomas Deutschmann
commit: 7a2900dc922d4d9af08640d81016450dd025a3cc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:44:32 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2900dc

dev-ruby/coffee-rails: x86 keyworded (bug #570052)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/coffee-rails/coffee-rails-4.2.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/coffee-rails/coffee-rails-4.2.2-r1.ebuild 
b/dev-ruby/coffee-rails/coffee-rails-4.2.2-r1.ebuild
index c1b3134157c..97f3083a5b9 100644
--- a/dev-ruby/coffee-rails/coffee-rails-4.2.2-r1.ebuild
+++ b/dev-ruby/coffee-rails/coffee-rails-4.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/rails/coffee-rails/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
 
 IUSE=""
 



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

2018-02-06 Thread Thomas Deutschmann
commit: 807c94917cbad9ad43d51ebc5de3855b98c9b791
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:36:31 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807c9491

dev-ruby/http: x86 keyworded (bug #563858)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/http/http-0.6.3-r1.ebuild | 4 ++--
 dev-ruby/http/http-0.9.8-r2.ebuild | 2 +-
 dev-ruby/http/http-3.0.0.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/http/http-0.6.3-r1.ebuild 
b/dev-ruby/http/http-0.6.3-r1.ebuild
index a3b0269d099..5f383f94e97 100644
--- a/dev-ruby/http/http-0.6.3-r1.ebuild
+++ b/dev-ruby/http/http-0.6.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http;
 
 LICENSE="MIT"
 SLOT="0.6"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/http_parser_rb-0.6.0 
=dev-ruby/http_parser_rb-0.6*"

diff --git a/dev-ruby/http/http-0.9.8-r2.ebuild 
b/dev-ruby/http/http-0.9.8-r2.ebuild
index fcbcd2ae34f..9609dfb4799 100644
--- a/dev-ruby/http/http-0.9.8-r2.ebuild
+++ b/dev-ruby/http/http-0.9.8-r2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http;
 
 LICENSE="MIT"
 SLOT="0.8"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "

diff --git a/dev-ruby/http/http-3.0.0.ebuild b/dev-ruby/http/http-3.0.0.ebuild
index 06a9349cf24..5fa0bce4fe7 100644
--- a/dev-ruby/http/http-3.0.0.ebuild
+++ b/dev-ruby/http/http-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http;
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "



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

2018-02-06 Thread Thomas Deutschmann
commit: 7142907cd068b6adef02f3007356c37a2caf90d7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:48:06 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7142907c

dev-ruby/dotenv: x86 keyworded (bug #570052)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/dotenv/dotenv-2.2.1.ebuild 
b/dev-ruby/dotenv/dotenv-2.2.1.ebuild
index 59c46d8b703..cea7fa6e099 100644
--- a/dev-ruby/dotenv/dotenv-2.2.1.ebuild
+++ b/dev-ruby/dotenv/dotenv-2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/bkeepers/dotenv;
 SRC_URI="https://github.com/bkeepers/dotenv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="2"
 IUSE=""
 



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

2018-02-06 Thread Thomas Deutschmann
commit: 185f2ccb66acc2307557adda859af2762bfff975
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:48:44 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185f2ccb

dev-ruby/celluloid: x86 keyworded (bug #570052)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/celluloid/celluloid-0.17.3.ebuild 
b/dev-ruby/celluloid/celluloid-0.17.3.ebuild
index 7f86373950a..adf86bf2fcd 100644
--- a/dev-ruby/celluloid/celluloid-0.17.3.ebuild
+++ b/dev-ruby/celluloid/celluloid-0.17.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,7 +18,7 @@ IUSE=""
 SLOT="0"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 ruby_add_rdepend "
dev-ruby/celluloid-essentials



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

2018-02-06 Thread Thomas Deutschmann
commit: c261a3877df730190df947acc3185f83030720f2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:49:03 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c261a387

dev-ruby/celluloid-essentials: x86 keyworded (bug #570052)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/celluloid-essentials/celluloid-essentials-0.20.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/celluloid-essentials/celluloid-essentials-0.20.5.ebuild 
b/dev-ruby/celluloid-essentials/celluloid-essentials-0.20.5.ebuild
index bda87b82ed2..e29d46fcd99 100644
--- a/dev-ruby/celluloid-essentials/celluloid-essentials-0.20.5.ebuild
+++ b/dev-ruby/celluloid-essentials/celluloid-essentials-0.20.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ IUSE=""
 SLOT="0"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 ruby_add_rdepend "
>=dev-ruby/timers-4.1.1"



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

2018-02-06 Thread Thomas Deutschmann
commit: cfc8e4876f31c0ecb2c0c01bec49e007aa748300
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:47:37 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc8e487

dev-ruby/rails: x86 keyworded (bug #570052)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/rails/rails-4.2.10.ebuild | 4 ++--
 dev-ruby/rails/rails-5.0.3.ebuild  | 4 ++--
 dev-ruby/rails/rails-5.0.4.ebuild  | 4 ++--
 dev-ruby/rails/rails-5.0.5.ebuild  | 4 ++--
 dev-ruby/rails/rails-5.0.6.ebuild  | 4 ++--
 dev-ruby/rails/rails-5.1.1.ebuild  | 4 ++--
 dev-ruby/rails/rails-5.1.2.ebuild  | 4 ++--
 dev-ruby/rails/rails-5.1.3.ebuild  | 4 ++--
 dev-ruby/rails/rails-5.1.4.ebuild  | 4 ++--
 9 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/dev-ruby/rails/rails-4.2.10.ebuild 
b/dev-ruby/rails/rails-4.2.10.ebuild
index 7beaeedb790..353465f24e7 100644
--- a/dev-ruby/rails/rails-4.2.10.ebuild
+++ b/dev-ruby/rails/rails-4.2.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ HOMEPAGE="http://www.rubyonrails.org;
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 
 IUSE="+asset-pipeline"
 

diff --git a/dev-ruby/rails/rails-5.0.3.ebuild 
b/dev-ruby/rails/rails-5.0.3.ebuild
index 8747aa3da63..052051bc3a7 100644
--- a/dev-ruby/rails/rails-5.0.3.ebuild
+++ b/dev-ruby/rails/rails-5.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.rubyonrails.org;
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~amd64-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
 
 IUSE="+asset-pipeline"
 

diff --git a/dev-ruby/rails/rails-5.0.4.ebuild 
b/dev-ruby/rails/rails-5.0.4.ebuild
index 055690861d7..d9de98a2459 100644
--- a/dev-ruby/rails/rails-5.0.4.ebuild
+++ b/dev-ruby/rails/rails-5.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.rubyonrails.org;
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 
 IUSE="+asset-pipeline"
 

diff --git a/dev-ruby/rails/rails-5.0.5.ebuild 
b/dev-ruby/rails/rails-5.0.5.ebuild
index 055690861d7..d9de98a2459 100644
--- a/dev-ruby/rails/rails-5.0.5.ebuild
+++ b/dev-ruby/rails/rails-5.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.rubyonrails.org;
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 
 IUSE="+asset-pipeline"
 

diff --git a/dev-ruby/rails/rails-5.0.6.ebuild 
b/dev-ruby/rails/rails-5.0.6.ebuild
index 055690861d7..d9de98a2459 100644
--- a/dev-ruby/rails/rails-5.0.6.ebuild
+++ b/dev-ruby/rails/rails-5.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.rubyonrails.org;
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 
 IUSE="+asset-pipeline"
 

diff --git a/dev-ruby/rails/rails-5.1.1.ebuild 
b/dev-ruby/rails/rails-5.1.1.ebuild
index 8747aa3da63..052051bc3a7 100644
--- a/dev-ruby/rails/rails-5.1.1.ebuild
+++ b/dev-ruby/rails/rails-5.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.rubyonrails.org;
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~amd64-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
 
 IUSE="+asset-pipeline"
 

diff --git a/dev-ruby/rails/rails-5.1.2.ebuild 
b/dev-ruby/rails/rails-5.1.2.ebuild
index 07321c61e36..288bdf5b1bf 100644
--- a/dev-ruby/rails/rails-5.1.2.ebuild
+++ b/dev-ruby/rails/rails-5.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.rubyonrails.org;
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~amd64-linux"
+KEYWORDS="~amd64 

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

2018-02-06 Thread Thomas Deutschmann
commit: 0e3a8aecea2d1a027d3f840b0b5980600e099131
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:25:21 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3a8aec

dev-ruby/actionview: x86 keyworded (bug #621374)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/actionview/actionview-4.2.10.ebuild | 4 ++--
 dev-ruby/actionview/actionview-5.0.4.ebuild  | 4 ++--
 dev-ruby/actionview/actionview-5.0.5.ebuild  | 4 ++--
 dev-ruby/actionview/actionview-5.0.6.ebuild  | 4 ++--
 dev-ruby/actionview/actionview-5.1.2.ebuild  | 4 ++--
 dev-ruby/actionview/actionview-5.1.3.ebuild  | 4 ++--
 dev-ruby/actionview/actionview-5.1.4.ebuild  | 2 +-
 7 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/dev-ruby/actionview/actionview-4.2.10.ebuild 
b/dev-ruby/actionview/actionview-4.2.10.ebuild
index 61e1fe2bb49..aeae30b8a74 100644
--- a/dev-ruby/actionview/actionview-4.2.10.ebuild
+++ b/dev-ruby/actionview/actionview-4.2.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/actionview/actionview-5.0.4.ebuild 
b/dev-ruby/actionview/actionview-5.0.4.ebuild
index 0145c5042ad..a6b4f281736 100644
--- a/dev-ruby/actionview/actionview-5.0.4.ebuild
+++ b/dev-ruby/actionview/actionview-5.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/actionview/actionview-5.0.5.ebuild 
b/dev-ruby/actionview/actionview-5.0.5.ebuild
index 0145c5042ad..a6b4f281736 100644
--- a/dev-ruby/actionview/actionview-5.0.5.ebuild
+++ b/dev-ruby/actionview/actionview-5.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/actionview/actionview-5.0.6.ebuild 
b/dev-ruby/actionview/actionview-5.0.6.ebuild
index 0145c5042ad..a6b4f281736 100644
--- a/dev-ruby/actionview/actionview-5.0.6.ebuild
+++ b/dev-ruby/actionview/actionview-5.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/actionview/actionview-5.1.2.ebuild 
b/dev-ruby/actionview/actionview-5.1.2.ebuild
index b1a5593fad4..e7f6ac941d5 100644
--- a/dev-ruby/actionview/actionview-5.1.2.ebuild
+++ b/dev-ruby/actionview/actionview-5.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/actionview/actionview-5.1.3.ebuild 
b/dev-ruby/actionview/actionview-5.1.3.ebuild
index b1a5593fad4..e7f6ac941d5 100644
--- a/dev-ruby/actionview/actionview-5.1.3.ebuild
+++ b/dev-ruby/actionview/actionview-5.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux"

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

2018-02-06 Thread Thomas Deutschmann
commit: 47647d86a6bbd66f6801035d1f1eca9db1da9310
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:24:57 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47647d86

dev-ruby/railties: x86 keyworded (bug #621374)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/railties/railties-4.2.10.ebuild | 4 ++--
 dev-ruby/railties/railties-5.0.4.ebuild  | 4 ++--
 dev-ruby/railties/railties-5.0.5.ebuild  | 4 ++--
 dev-ruby/railties/railties-5.0.6.ebuild  | 4 ++--
 dev-ruby/railties/railties-5.1.2.ebuild  | 4 ++--
 dev-ruby/railties/railties-5.1.3.ebuild  | 4 ++--
 dev-ruby/railties/railties-5.1.4.ebuild  | 2 +-
 7 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/dev-ruby/railties/railties-4.2.10.ebuild 
b/dev-ruby/railties/railties-4.2.10.ebuild
index 927789601b0..c117db96ff1 100644
--- a/dev-ruby/railties/railties-4.2.10.ebuild
+++ b/dev-ruby/railties/railties-4.2.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/railties/railties-5.0.4.ebuild 
b/dev-ruby/railties/railties-5.0.4.ebuild
index cf76d470d63..9ba14088ecb 100644
--- a/dev-ruby/railties/railties-5.0.4.ebuild
+++ b/dev-ruby/railties/railties-5.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/railties/railties-5.0.5.ebuild 
b/dev-ruby/railties/railties-5.0.5.ebuild
index cf76d470d63..9ba14088ecb 100644
--- a/dev-ruby/railties/railties-5.0.5.ebuild
+++ b/dev-ruby/railties/railties-5.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/railties/railties-5.0.6.ebuild 
b/dev-ruby/railties/railties-5.0.6.ebuild
index cf76d470d63..9ba14088ecb 100644
--- a/dev-ruby/railties/railties-5.0.6.ebuild
+++ b/dev-ruby/railties/railties-5.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/railties/railties-5.1.2.ebuild 
b/dev-ruby/railties/railties-5.1.2.ebuild
index 2ce9f7c3caa..ea6686b98f5 100644
--- a/dev-ruby/railties/railties-5.1.2.ebuild
+++ b/dev-ruby/railties/railties-5.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/railties/railties-5.1.3.ebuild 
b/dev-ruby/railties/railties-5.1.3.ebuild
index 2ce9f7c3caa..ea6686b98f5 100644
--- a/dev-ruby/railties/railties-5.1.3.ebuild
+++ b/dev-ruby/railties/railties-5.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git 

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

2018-02-06 Thread Thomas Deutschmann
commit: 6ea043edbd4c24d945ca7589474b66c832bd6ef3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:26:24 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea043ed

dev-ruby/globalid: x86 keyworded (bug #621374)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/globalid/globalid-0.4.0-r1.ebuild | 4 ++--
 dev-ruby/globalid/globalid-0.4.1.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/globalid/globalid-0.4.0-r1.ebuild 
b/dev-ruby/globalid/globalid-0.4.0-r1.ebuild
index 4fc74e5929a..f2061f0ee8c 100644
--- a/dev-ruby/globalid/globalid-0.4.0-r1.ebuild
+++ b/dev-ruby/globalid/globalid-0.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/rails/globalid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/activemodel-4.2.0 
>=dev-ruby/railties-4.2.0 )"

diff --git a/dev-ruby/globalid/globalid-0.4.1.ebuild 
b/dev-ruby/globalid/globalid-0.4.1.ebuild
index 875ada0757c..2d80e6abfa8 100644
--- a/dev-ruby/globalid/globalid-0.4.1.ebuild
+++ b/dev-ruby/globalid/globalid-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/rails/globalid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/activemodel-4.2.0 
>=dev-ruby/railties-4.2.0 )"



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

2018-02-06 Thread Thomas Deutschmann
commit: 4a4a4edeca9add8a8b60e2db83264712a6457fc0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:42:44 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4a4ede

dev-ruby/jquery-rails: x86 keyworded (bug #570052)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild| 4 ++--
 dev-ruby/jquery-rails/jquery-rails-4.2.2.ebuild| 4 ++--
 dev-ruby/jquery-rails/jquery-rails-4.3.1-r1.ebuild | 4 ++--
 dev-ruby/jquery-rails/jquery-rails-4.3.1.ebuild| 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild 
b/dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild
index a33b3a204cb..5632250b9b4 100644
--- a/dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild
+++ b/dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,7 +20,7 @@ HOMEPAGE="http://www.rubyonrails.org;
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~x64-macos"
+KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
 
 IUSE=""
 

diff --git a/dev-ruby/jquery-rails/jquery-rails-4.2.2.ebuild 
b/dev-ruby/jquery-rails/jquery-rails-4.2.2.ebuild
index 2829173505a..c3459aba772 100644
--- a/dev-ruby/jquery-rails/jquery-rails-4.2.2.ebuild
+++ b/dev-ruby/jquery-rails/jquery-rails-4.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,7 +20,7 @@ HOMEPAGE="http://www.rubyonrails.org;
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 
 IUSE=""
 

diff --git a/dev-ruby/jquery-rails/jquery-rails-4.3.1-r1.ebuild 
b/dev-ruby/jquery-rails/jquery-rails-4.3.1-r1.ebuild
index 5901a4eadd0..194aa22959c 100644
--- a/dev-ruby/jquery-rails/jquery-rails-4.3.1-r1.ebuild
+++ b/dev-ruby/jquery-rails/jquery-rails-4.3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,7 +20,7 @@ HOMEPAGE="http://www.rubyonrails.org;
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
 
 IUSE=""
 

diff --git a/dev-ruby/jquery-rails/jquery-rails-4.3.1.ebuild 
b/dev-ruby/jquery-rails/jquery-rails-4.3.1.ebuild
index 2829173505a..c3459aba772 100644
--- a/dev-ruby/jquery-rails/jquery-rails-4.3.1.ebuild
+++ b/dev-ruby/jquery-rails/jquery-rails-4.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,7 +20,7 @@ HOMEPAGE="http://www.rubyonrails.org;
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 
 IUSE=""
 



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

2018-02-06 Thread Thomas Deutschmann
commit: f4ebd01361310194e7fb019493d086ea9ece796c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:49:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ebd013

dev-ruby/celluloid-fsm: x86 keyworded (bug #570052)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/celluloid-fsm/celluloid-fsm-0.20.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/celluloid-fsm/celluloid-fsm-0.20.5.ebuild 
b/dev-ruby/celluloid-fsm/celluloid-fsm-0.20.5.ebuild
index c7fad83db21..bffeb3c8a65 100644
--- a/dev-ruby/celluloid-fsm/celluloid-fsm-0.20.5.ebuild
+++ b/dev-ruby/celluloid-fsm/celluloid-fsm-0.20.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ IUSE=""
 SLOT="0"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 ruby_add_rdepend "
>=dev-ruby/timers-4.1.1"



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

2018-02-06 Thread Thomas Deutschmann
commit: e5b037e4b6c671aeacf7256cb4c686c0a99643ec
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:48:25 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b037e4

dev-ruby/celluloid-extras: x86 keyworded (bug #570052)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild 
b/dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild
index 95814cc5e13..e41b3823e37 100644
--- a/dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild
+++ b/dev-ruby/celluloid-extras/celluloid-extras-0.20.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ IUSE=""
 SLOT="0"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 ruby_add_rdepend "
>=dev-ruby/timers-4.1.1"



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

2018-02-06 Thread Thomas Deutschmann
commit: 95c0b1e64fde1688ba4e277716703d073e4f7eae
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:49:22 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c0b1e6

dev-ruby/celluloid-io: x86 keyworded (bug #570052)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/celluloid-io/celluloid-io-0.17.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/celluloid-io/celluloid-io-0.17.3.ebuild 
b/dev-ruby/celluloid-io/celluloid-io-0.17.3.ebuild
index 6f99eff7acb..9dbdce7d4b8 100644
--- a/dev-ruby/celluloid-io/celluloid-io-0.17.3.ebuild
+++ b/dev-ruby/celluloid-io/celluloid-io-0.17.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ IUSE=""
 SLOT="0"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 ruby_add_rdepend ">=dev-ruby/celluloid-0.17.3
>=dev-ruby/nio4r-1.2.1:*



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

2018-02-06 Thread Thomas Deutschmann
commit: f0126aa2c733f3d01057b732fe08734f31215ec0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:38:06 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0126aa2

dev-ruby/webmock: x86 keyworded (bug #563858)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/webmock/webmock-1.24.6.ebuild | 2 +-
 dev-ruby/webmock/webmock-2.3.2.ebuild  | 4 ++--
 dev-ruby/webmock/webmock-3.0.1.ebuild  | 4 ++--
 dev-ruby/webmock/webmock-3.3.0.ebuild  | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/webmock/webmock-1.24.6.ebuild 
b/dev-ruby/webmock/webmock-1.24.6.ebuild
index ed8095d53b0..ec9676cdf8b 100644
--- a/dev-ruby/webmock/webmock-1.24.6.ebuild
+++ b/dev-ruby/webmock/webmock-1.24.6.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/bblimke/webmock;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 
dev-ruby/hashdiff"

diff --git a/dev-ruby/webmock/webmock-2.3.2.ebuild 
b/dev-ruby/webmock/webmock-2.3.2.ebuild
index 91dd3169501..71a8ab4b29f 100644
--- a/dev-ruby/webmock/webmock-2.3.2.ebuild
+++ b/dev-ruby/webmock/webmock-2.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/bblimke/webmock;
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 
dev-ruby/hashdiff"

diff --git a/dev-ruby/webmock/webmock-3.0.1.ebuild 
b/dev-ruby/webmock/webmock-3.0.1.ebuild
index 0120e92bd8d..f6db1aa5faa 100644
--- a/dev-ruby/webmock/webmock-3.0.1.ebuild
+++ b/dev-ruby/webmock/webmock-3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/bblimke/webmock;
 
 LICENSE="GPL-2"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 
dev-ruby/hashdiff"

diff --git a/dev-ruby/webmock/webmock-3.3.0.ebuild 
b/dev-ruby/webmock/webmock-3.3.0.ebuild
index b71d7065dbe..f6db1aa5faa 100644
--- a/dev-ruby/webmock/webmock-3.3.0.ebuild
+++ b/dev-ruby/webmock/webmock-3.3.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/bblimke/webmock;
 
 LICENSE="GPL-2"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 
dev-ruby/hashdiff"



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

2018-02-06 Thread Thomas Deutschmann
commit: 89292aff8ba1cab797bba4cd015408f10d5954db
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:45:50 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89292aff

dev-ruby/websocket-extensions: x86 keyworded (bug #570052)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/websocket-extensions/websocket-extensions-0.1.2.ebuild | 4 ++--
 dev-ruby/websocket-extensions/websocket-extensions-0.1.3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/websocket-extensions/websocket-extensions-0.1.2.ebuild 
b/dev-ruby/websocket-extensions/websocket-extensions-0.1.2.ebuild
index b9d84753b5a..11c0c82e088 100644
--- a/dev-ruby/websocket-extensions/websocket-extensions-0.1.2.ebuild
+++ b/dev-ruby/websocket-extensions/websocket-extensions-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,5 +18,5 @@ RUBY_S="${PN}-ruby-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""

diff --git a/dev-ruby/websocket-extensions/websocket-extensions-0.1.3.ebuild 
b/dev-ruby/websocket-extensions/websocket-extensions-0.1.3.ebuild
index 3bc92b641db..ba77adbd775 100644
--- a/dev-ruby/websocket-extensions/websocket-extensions-0.1.3.ebuild
+++ b/dev-ruby/websocket-extensions/websocket-extensions-0.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,5 +18,5 @@ RUBY_S="${PN}-ruby-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""



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

2018-02-06 Thread Thomas Deutschmann
commit: f9a8ad79ac8ee3ee7decf93bc4940638f09cd33c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:34:24 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a8ad79

dev-ruby/oauth: x86 keyworded (bug #563858)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/oauth/oauth-0.5.3.ebuild 
b/dev-ruby/oauth/oauth-0.5.3.ebuild
index 59fae1c6f0a..883027835fb 100644
--- a/dev-ruby/oauth/oauth-0.5.3.ebuild
+++ b/dev-ruby/oauth/oauth-0.5.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ RUBY_S="${PN}-ruby-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86-macos"
+KEYWORDS="~amd64 ~x86 ~x86-macos"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2018-02-06 Thread Thomas Deutschmann
commit: b55c5a345154a648c323ef255ba4a67e943d2ef6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:46:52 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55c5a34

dev-ruby/nio4r: x86 keyworded (bug #570052)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/nio4r/nio4r-2.0.0.ebuild | 4 ++--
 dev-ruby/nio4r/nio4r-2.1.0.ebuild | 4 ++--
 dev-ruby/nio4r/nio4r-2.2.0.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/nio4r/nio4r-2.0.0.ebuild 
b/dev-ruby/nio4r/nio4r-2.0.0.ebuild
index baab5d7a478..337aeed28b2 100644
--- a/dev-ruby/nio4r/nio4r-2.0.0.ebuild
+++ b/dev-ruby/nio4r/nio4r-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/celluloid/nio4r;
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~ppc64 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note that nio4r bundles a patched copy of libev, and without these

diff --git a/dev-ruby/nio4r/nio4r-2.1.0.ebuild 
b/dev-ruby/nio4r/nio4r-2.1.0.ebuild
index f3875b6b791..dfeaffaeab5 100644
--- a/dev-ruby/nio4r/nio4r-2.1.0.ebuild
+++ b/dev-ruby/nio4r/nio4r-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/socketry/nio4r;
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~ppc64 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note that nio4r bundles a patched copy of libev, and without these

diff --git a/dev-ruby/nio4r/nio4r-2.2.0.ebuild 
b/dev-ruby/nio4r/nio4r-2.2.0.ebuild
index f3875b6b791..dfeaffaeab5 100644
--- a/dev-ruby/nio4r/nio4r-2.2.0.ebuild
+++ b/dev-ruby/nio4r/nio4r-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/socketry/nio4r;
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~ppc64 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note that nio4r bundles a patched copy of libev, and without these



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

2018-02-06 Thread Thomas Deutschmann
commit: 88b89c6a8f3f392536942bb9ffbd6f9b94fd46d8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:47:08 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b89c6a

dev-ruby/actioncable: x86 keyworded (bug #570052)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/actioncable/actioncable-5.0.3.ebuild | 4 ++--
 dev-ruby/actioncable/actioncable-5.0.4.ebuild | 4 ++--
 dev-ruby/actioncable/actioncable-5.0.5.ebuild | 4 ++--
 dev-ruby/actioncable/actioncable-5.0.6.ebuild | 4 ++--
 dev-ruby/actioncable/actioncable-5.1.1.ebuild | 4 ++--
 dev-ruby/actioncable/actioncable-5.1.2.ebuild | 4 ++--
 dev-ruby/actioncable/actioncable-5.1.3.ebuild | 4 ++--
 dev-ruby/actioncable/actioncable-5.1.4.ebuild | 4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/dev-ruby/actioncable/actioncable-5.0.3.ebuild 
b/dev-ruby/actioncable/actioncable-5.0.3.ebuild
index b5ff7a649d8..e444e77fc16 100644
--- a/dev-ruby/actioncable/actioncable-5.0.3.ebuild
+++ b/dev-ruby/actioncable/actioncable-5.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/actioncable/actioncable-5.0.4.ebuild 
b/dev-ruby/actioncable/actioncable-5.0.4.ebuild
index 1114a164785..220bca44c46 100644
--- a/dev-ruby/actioncable/actioncable-5.0.4.ebuild
+++ b/dev-ruby/actioncable/actioncable-5.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/actioncable/actioncable-5.0.5.ebuild 
b/dev-ruby/actioncable/actioncable-5.0.5.ebuild
index 1114a164785..220bca44c46 100644
--- a/dev-ruby/actioncable/actioncable-5.0.5.ebuild
+++ b/dev-ruby/actioncable/actioncable-5.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/actioncable/actioncable-5.0.6.ebuild 
b/dev-ruby/actioncable/actioncable-5.0.6.ebuild
index 1114a164785..220bca44c46 100644
--- a/dev-ruby/actioncable/actioncable-5.0.6.ebuild
+++ b/dev-ruby/actioncable/actioncable-5.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/actioncable/actioncable-5.1.1.ebuild 
b/dev-ruby/actioncable/actioncable-5.1.1.ebuild
index 2d4a340326e..3813f082483 100644
--- a/dev-ruby/actioncable/actioncable-5.1.1.ebuild
+++ b/dev-ruby/actioncable/actioncable-5.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,7 +23,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git a/dev-ruby/actioncable/actioncable-5.1.2.ebuild 
b/dev-ruby/actioncable/actioncable-5.1.2.ebuild
index 2e8c490a507..611bac0920f 100644
--- a/dev-ruby/actioncable/actioncable-5.1.2.ebuild
+++ b/dev-ruby/actioncable/actioncable-5.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,7 +23,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"

diff --git 

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

2018-02-06 Thread Thomas Deutschmann
commit: 34d3274882a11766a05892050876583b4cbca901
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:36:08 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d32748

dev-ruby/certificate_authority: x86 keyworded (bug #563858)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild 
b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild
index 6b38a3ba661..c5570afe278 100644
--- a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild
+++ b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/cchandler/certificate_authority;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/activemodel-3.0.6:*"



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

2018-02-06 Thread Thomas Deutschmann
commit: ec59a8b4477389c35855d4e1a3a0eb758460c1f2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:30:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec59a8b4

www-servers/puma: x86 keyworded (bug #624234)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-servers/puma/puma-3.11.0.ebuild | 2 +-
 www-servers/puma/puma-3.11.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-servers/puma/puma-3.11.0.ebuild 
b/www-servers/puma/puma-3.11.0.ebuild
index c9409bdf937..508ebe0afee 100644
--- a/www-servers/puma/puma-3.11.0.ebuild
+++ b/www-servers/puma/puma-3.11.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="3"
-KEYWORDS="amd64 ~arm ~arm64"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"

diff --git a/www-servers/puma/puma-3.11.2.ebuild 
b/www-servers/puma/puma-3.11.2.ebuild
index 658c82f7e47..412f4c48422 100644
--- a/www-servers/puma/puma-3.11.2.ebuild
+++ b/www-servers/puma/puma-3.11.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"



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

2018-02-06 Thread Thomas Deutschmann
commit: 5b33b0c95631f20e17dbe71efe8dfe3bc9816578
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 05:43:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 05:51:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b33b0c9

dev-ruby/sprockets-rails: x86 keyworded (bug #570052)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/sprockets-rails/sprockets-rails-3.1.1.ebuild| 4 ++--
 dev-ruby/sprockets-rails/sprockets-rails-3.2.0-r1.ebuild | 4 ++--
 dev-ruby/sprockets-rails/sprockets-rails-3.2.1.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/sprockets-rails/sprockets-rails-3.1.1.ebuild 
b/dev-ruby/sprockets-rails/sprockets-rails-3.1.1.ebuild
index 52ddd569f8c..7610161d67a 100644
--- a/dev-ruby/sprockets-rails/sprockets-rails-3.1.1.ebuild
+++ b/dev-ruby/sprockets-rails/sprockets-rails-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/rails/sprockets-rails/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1)"
-KEYWORDS="~amd64 ~arm ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 
 IUSE="test"
 

diff --git a/dev-ruby/sprockets-rails/sprockets-rails-3.2.0-r1.ebuild 
b/dev-ruby/sprockets-rails/sprockets-rails-3.2.0-r1.ebuild
index 31c8f5f0e65..04ffd8533db 100644
--- a/dev-ruby/sprockets-rails/sprockets-rails-3.2.0-r1.ebuild
+++ b/dev-ruby/sprockets-rails/sprockets-rails-3.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/rails/sprockets-rails/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
 
 IUSE="test"
 

diff --git a/dev-ruby/sprockets-rails/sprockets-rails-3.2.1.ebuild 
b/dev-ruby/sprockets-rails/sprockets-rails-3.2.1.ebuild
index 2e25e79c8ef..2c7b0323ee3 100644
--- a/dev-ruby/sprockets-rails/sprockets-rails-3.2.1.ebuild
+++ b/dev-ruby/sprockets-rails/sprockets-rails-3.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/rails/sprockets-rails/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
 
 IUSE="test"
 



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

2018-02-06 Thread Zac Medico
commit: 4a0a949d601969c672d9cf70ef8cf8682553f787
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Feb  7 05:22:29 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Feb  7 05:24:24 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=4a0a949d

phase-functions.sh: suppress shellcheck SC1087

Adding braces to ${x} suppresses the following shellcheck
error:

SC1087: Braces are required when expanding arrays, as in ${array[idx]}.

Reported-by: R0b0t1  gmail.com>

 bin/phase-functions.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh
index 10d54ca74..0ffabd99e 100644
--- a/bin/phase-functions.sh
+++ b/bin/phase-functions.sh
@@ -541,9 +541,9 @@ __dyn_install() {
# fnmatch patterns to regular expressions
for x in QA_DT_NEEDED QA_FLAGS_IGNORED QA_PRESTRIPPED QA_SONAME 
; do
if [[ $(declare -p $x 2>/dev/null) = declare\ -a* ]] ; 
then
-   eval "$x=(\"\${$x[@]}\" ${QA_PREBUILT//\*/.*})"
+   eval "${x}=(\"\${${x}[@]}\" 
${QA_PREBUILT//\*/.*})"
else
-   eval "$x+=\" ${QA_PREBUILT//\*/.*}\""
+   eval "${x}+=\" ${QA_PREBUILT//\*/.*}\""
fi
done
 



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

2018-02-06 Thread Zac Medico
commit: e42e9b61024d752a3dfb56ab8e8ea6936333ec58
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Feb  7 05:05:48 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Feb  7 05:05:48 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=e42e9b61

phase-helpers.sh: optimize array length tests

Reported-by: R0b0t1  gmail.com>

 bin/phase-helpers.sh | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh
index 23cf80b39..49dad234d 100644
--- a/bin/phase-helpers.sh
+++ b/bin/phase-helpers.sh
@@ -810,7 +810,7 @@ __eapi4_src_install() {
 
 __eapi6_src_prepare() {
if [[ $(declare -p PATCHES 2>/dev/null) == "declare -a"* ]]; then
-   [[ -n ${PATCHES[@]} ]] && eapply "${PATCHES[@]}"
+   [[ ${#PATCHES[@]} -gt 0 ]] && eapply "${PATCHES[@]}"
elif [[ -n ${PATCHES} ]]; then
eapply ${PATCHES}
fi
@@ -965,7 +965,7 @@ if ___eapi_has_einstalldocs; then
[[ -f ${d} && -s ${d} ]] && docinto / 
&& dodoc "${d}"
done
elif [[ $(declare -p DOCS) == "declare -a"* ]] ; then
-   [[ ${DOCS[@]} ]] && docinto / && dodoc -r 
"${DOCS[@]}"
+   [[ ${#DOCS[@]} -gt 0 ]] && docinto / && dodoc 
-r "${DOCS[@]}"
else
[[ ${DOCS} ]] && docinto / && dodoc -r ${DOCS}
fi
@@ -973,7 +973,7 @@ if ___eapi_has_einstalldocs; then
 
(
if [[ $(declare -p HTML_DOCS 2>/dev/null) == "declare 
-a"* ]] ; then
-   [[ ${HTML_DOCS[@]} ]] && \
+   [[ ${#HTML_DOCS[@]} -gt 0 ]] && \
docinto html && dodoc -r 
"${HTML_DOCS[@]}"
else
[[ ${HTML_DOCS} ]] && \
@@ -1040,7 +1040,7 @@ if ___eapi_has_eapply; then
done
fi
 
-   if [[ -z ${files[@]} ]]; then
+   if [[ ${#files[@]} -eq 0 ]]; then
die "eapply: no files specified"
fi
 
@@ -1062,7 +1062,7 @@ if ___eapi_has_eapply; then
 
local files=()
_eapply_get_files "${f}"
-   [[ -z ${files[@]} ]] && die "No *.{patch,diff} 
files in directory ${f}"
+   [[ ${#files[@]} -eq 0 ]] && die "No 
*.{patch,diff} files in directory ${f}"
 
einfo "Applying patches from ${f} ..."
local f2



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

2018-02-06 Thread Zac Medico
commit: 2306b8f4a2d781db87ee61707f6dea1c5f717936
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Feb  7 04:54:42 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Feb  7 04:58:06 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=2306b8f4

isolated-functions.sh: optimize array length tests

This solves the following shellcheck error:

SC2199: Arrays implicitly concatenate in [[ ]].

Reported-by: R0b0t1  gmail.com>

 bin/isolated-functions.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index b28e44f18..1ca959bb3 100644
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -82,7 +82,7 @@ __dump_trace() {
lineno=${BASH_LINENO[${n} - 1]}
# Display function arguments
args=
-   if [[ -n "${BASH_ARGV[@]}" ]]; then
+   if [[ ${#BASH_ARGV[@]} -gt 0 ]]; then
for (( j = 1 ; j <= ${BASH_ARGC[${n} - 1]} ; ++j )); do
newarg=${BASH_ARGV[$(( p - j - 1 ))]}
args="${args:+${args} }'${newarg}'"
@@ -550,13 +550,13 @@ __eqatag() {
 
(
echo "- tag: ${tag}"
-   if [[ ${data[@]} ]]; then
+   if [[ ${#data[@]} -gt 0 ]]; then
echo "  data:"
for i in "${data[@]}"; do
echo "${i%%=*}: \"$(__eqaquote "${i#*=}")\""
done
fi
-   if [[ ${filenames[@]} ]]; then
+   if [[ ${#filenames[@]} -gt 0 ]]; then
echo "  files:"
for i in "${filenames[@]}"; do
echo "- \"$(__eqaquote "${i}")\""



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

2018-02-06 Thread Matt Thode
commit: f5673f1fe49e527f8234e322009c3572928ccbe5
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Feb  7 04:55:30 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Feb  7 04:55:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5673f1f

sys-cluster/swift: 2.17.0 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-cluster/swift/Manifest|   1 +
 sys-cluster/swift/swift-2.17.0.ebuild | 114 ++
 2 files changed, 115 insertions(+)

diff --git a/sys-cluster/swift/Manifest b/sys-cluster/swift/Manifest
index 28c0025dc81..3a1e3eae4c1 100644
--- a/sys-cluster/swift/Manifest
+++ b/sys-cluster/swift/Manifest
@@ -1,2 +1,3 @@
 DIST swift-2.15.1.tar.gz 2429235 BLAKE2B 
4fd998e4f1f1eaab9eeb8f15bb9d159351feec3bc059d0174a6b3125267fcf77d976f8ae7b40d1944ccd4d2f62310ed59f3fbf110b436fac23e1ae7925c8bb5e
 SHA512 
8b01831c6c9103953a3dd61fbaf0b18287af0ee3a2e4be376352266e8442bea54bcd32e7e6de89376feb5e492c5b49f623b8eda5e5ea3e58fe0dcea1547bc1ac
 DIST swift-2.16.0.tar.gz 2466084 BLAKE2B 
9077e9745628ebd87f998ae963d19420e0410e29e02f8671dfb95b764d2bc4e5d97bd985e6d5d40496d152c6b931a03a789b372f94ad1b39cd17d3f0a6c9e658
 SHA512 
db67ee43931872dae9c8f7ff5732d0e075922e73a3660815f1ccb11a2310b94f887e293e9e5d4b1dda13c687365b7433ea9c575b209892f488647aed1a6f9696
+DIST swift-2.17.0.tar.gz 2527561 BLAKE2B 
baf8d2363bfd39062263542ddd01702e5f5847f3bbd2d227234da44ba742fa7e2bb6954569aab12082de67cfd785496a5530a0fc7613a0ad28d88bd62dbec9f8
 SHA512 
d5b13a63f549f1118eb1a27505a7444e09bedb532eed8e1ea34d370163dde2ce3e3911b9e4d6bea0d96f0a5c7d99bb103ed80ee8a547051fa29e9b4a09cced16

diff --git a/sys-cluster/swift/swift-2.17.0.ebuild 
b/sys-cluster/swift/swift-2.17.0.ebuild
new file mode 100644
index 000..b7e5a59b1a2
--- /dev/null
+++ b/sys-cluster/swift/swift-2.17.0.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A highly available, distributed, and eventually consistent 
object/blob store"
+HOMEPAGE="https://launchpad.net/swift;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="proxy account container object +memcached"
+REQUIRED_USE="|| ( proxy account container object )"
+
+CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/dnspython-1.14.0:0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.17.4[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.3.1[${PYTHON_USEDEP}]
+   >=dev-python/netifaces-0.5[${PYTHON_USEDEP}]
+   !~dev-python/netifaces-0.10.0[${PYTHON_USEDEP}]
+   !~dev-python/netifaces-0.10.1[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.3.3[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   dev-python/pyxattr[${PYTHON_USEDEP}]
+   >=dev-python/PyECLib-1.3.1[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.6.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-2.0[${PYTHON_USEDEP}]
+   memcached? ( net-misc/memcached )
+   net-misc/rsync[xattr]"
+
+pkg_pretend() {
+   linux-info_pkg_setup
+   CONFIG_CHECK="~EXT3_FS_XATTR ~SQUASHFS_XATTR ~CIFS_XATTR ~JFFS2_FS_XATTR
+   ~TMPFS_XATTR ~UBIFS_FS_XATTR ~EXT2_FS_XATTR ~REISERFS_FS_XATTR 
~EXT4_FS_XATTR
+   ~ZFS"
+   if linux_config_exists; then
+   for module in ${CONFIG_CHECK}; do
+   linux_chkconfig_present ${module} || ewarn "${module} 
needs to be enabled"
+   done
+   fi
+}
+
+pkg_setup() {
+   enewuser swift
+   enewgroup swift
+}
+
+src_prepare() {
+   sed -i 's/xattr/pyxattr/g' requirements.txt || die
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+src_test () {
+   # https://bugs.launchpad.net/swift/+bug/1249727
+   find . \( -name test_wsgi.py -o -name test_locale.py -o -name 
test_utils.py \) -delete || die
+   SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   keepdir /etc/swift
+   insinto /etc/swift
+
+   newins "etc/swift.conf-sample" "swift.conf"
+   newins "etc/rsyncd.conf-sample" "rsyncd.conf"
+   newins "etc/mime.types-sample" "mime.types-sample"
+   newins "etc/memcache.conf-sample" "memcache.conf-sample"
+   newins "etc/drive-audit.conf-sample" "drive-audit.conf-sample"
+   newins "etc/dispersion.conf-sample" "dispersion.conf-sample"
+
+   if use proxy; then
+   newinitd "${FILESDIR}/swift-proxy.initd" "swift-proxy"
+   newins "etc/proxy-server.conf-sample" "proxy-server.conf"
+   if use memcached; then
+   sed -i 

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2018-02-06 Thread Thomas Deutschmann
commit: 51d07a0f5c5db7a9b8ea9a449e551c7f7408ad80
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 03:18:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 03:24:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d07a0f

sys-firmware/intel-microcode: Rev bump to update ebuild code

Ebuild uses microcodes from 2017-11-17 but ebuild code changes
from recent ebuilds were backported.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../intel-microcode-20171117-r1.ebuild | 95 ++
 1 file changed, 95 insertions(+)

diff --git a/sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild
new file mode 100644
index 000..f58fcaea14a
--- /dev/null
+++ b/sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs mount-boot
+
+# Find updates by searching and clicking the first link (hopefully it's the 
one):
+# 
http://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File
+
+NUM="27337"
+DESCRIPTION="Intel IA32/IA64 microcode update data"
+HOMEPAGE="http://inertiawar.com/microcode/ 
https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM};
+SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz;
+
+LICENSE="intel-ucode"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="initramfs +split-ucode"
+REQUIRED_USE="|| ( initramfs split-ucode )"
+
+DEPEND="sys-apps/iucode_tool"
+RDEPEND="!

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

2018-02-06 Thread Thomas Deutschmann
commit: 0b22d8b55215ca7c138524e9ff63e67b27bdcd22
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 03:23:13 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 03:25:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b22d8b5

profiles: mask sys-firmware/intel-microcode which were pulled by upstream

Closes: https://bugs.gentoo.org/646646

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 826857bf9e3..c817a7a7f85 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,15 @@
 
 #--- END OF EXAMPLES ---
 
+# Thomas Deutschmann  (07 Feb 2018)
+# Intel recommends to pull these versions because they could
+# cause higher than expected reboots and other unpredictable
+# system behavior. Bug #646646
+=sys-firmware/intel-microcode-20171117_p20171215
+=sys-firmware/intel-microcode-20171117_p20171215-r1
+=sys-firmware/intel-microcode-20180108
+=sys-firmware/intel-microcode-20180108-r1
+
 # Matt Turner  (06 Feb 2018)
 # New package with subsuming lots of existing packages. Lots of reverse
 # dependencies will need to be updated.



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2018-02-06 Thread Thomas Deutschmann
commit: fcd864d2747ca7d8269a059dae2755f071ed1fe6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb  7 03:19:20 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb  7 03:24:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd864d2

sys-firmware/intel-microcode: x86 & amd64 stable

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild
index f58fcaea14a..17e267c7816 100644
--- a/sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild
+++ b/sys-firmware/intel-microcode/intel-microcode-20171117-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz;
 
 LICENSE="intel-ucode"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE="initramfs +split-ucode"
 REQUIRED_USE="|| ( initramfs split-ucode )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/pgagent/files/, dev-db/pgagent/

2018-02-06 Thread Michael Orlitzky
commit: b49eb9e14ad0df4a6a7bd145657430a6a90d2b91
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Feb  7 03:06:51 2018 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Feb  7 03:06:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49eb9e1

dev-db/pgagent: remove "unused" pgagent-3.4.0-r1.ebuild.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-db/pgagent/files/pgagent.initd | 24 ---
 dev-db/pgagent/pgagent-3.4.0-r1.ebuild | 55 --
 2 files changed, 79 deletions(-)

diff --git a/dev-db/pgagent/files/pgagent.initd 
b/dev-db/pgagent/files/pgagent.initd
deleted file mode 100644
index a43916888bb..000
--- a/dev-db/pgagent/files/pgagent.initd
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-PGAGENTOPT="-t ${PGA_POLL} -r ${PGA_RETRY} -s ${PGA_LOG} -l ${PGA_LEVEL}"
-
-PGOPT="hostaddr=${PG_HOST} dbname=${PG_DBNAME} user=${PG_USER}"
-
-depend() {
-use net
-need postgresql
-}
-
-start() {
-ebegin "Starting pgagent"
-start-stop-daemon --start --exec /usr/bin/pgagent -- ${PGAGENTOPT} ${PGOPT}
-eend $?
-}
-
-stop() {
-ebegin "Stopping pgagent"
-start-stop-daemon --stop --name pgagent
-eend $?
-}

diff --git a/dev-db/pgagent/pgagent-3.4.0-r1.ebuild 
b/dev-db/pgagent/pgagent-3.4.0-r1.ebuild
deleted file mode 100644
index aed37174e31..000
--- a/dev-db/pgagent/pgagent-3.4.0-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-CMAKE_IN_SOURCE_BUILD=1
-WX_GTK_VER="3.0"
-
-inherit cmake-utils eutils wxwidgets
-
-MY_PN=${PN/a/A}
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="${MY_PN} is a job scheduler for PostgreSQL"
-HOMEPAGE="http://www.pgadmin.org/download/pgagent.php;
-SRC_URI="mirror://postgresql/pgadmin3/release/${PN}/${MY_PN}-${PV}-Source.tar.gz"
-LICENSE="POSTGRESQL GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=dev-db/postgresql-9.0.0:*
-x11-libs/wxGTK:${WX_GTK_VER}
-"
-DEPEND="${RDEPEND}
-   >=dev-util/cmake-2.6
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}-Source"
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   sed -e "s:share):share/${P}):" \
-   -i CMakeLists.txt || die "Couldn't patch CMakeLists.txt"
-   sed -i -e '/SET(WX_VERSION "2.8")/d' CMakeLists.txt || die
-}
-
-src_configure() {
-   if has_version "x11-libs/wxGTK[X]"; then
-   need-wxwidgets unicode
-   else
-   need-wxwidgets base-unicode
-   fi
-   mycmakeargs="-DSTATIC_BUILD:BOOLEAN=FALSE -DWX_VERSION=${WX_GTK_VER}"
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   newinitd "${FILESDIR}/pgagent.initd" ${PN}
-   newconfd "${FILESDIR}/pgagent.confd" ${PN}
-
-   rm "${ED}"/usr/{LICENSE,README} || die "Failed to remove useless docs"
-}



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

2018-02-06 Thread Michael Orlitzky
commit: 08eab3a4df2c7473aab211a4eee4e5321aca0256
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Feb  7 03:02:37 2018 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Feb  7 03:04:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08eab3a4

dev-php/pecl-geoip: remove "unused" pecl-geoip-1.1.1-r2.ebuild.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-php/pecl-geoip/pecl-geoip-1.1.1-r2.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-php/pecl-geoip/pecl-geoip-1.1.1-r2.ebuild 
b/dev-php/pecl-geoip/pecl-geoip-1.1.1-r2.ebuild
deleted file mode 100644
index 6ad7b2456fd..000
--- a/dev-php/pecl-geoip/pecl-geoip-1.1.1-r2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="geoip"
-DOCS="README ChangeLog"
-USE_PHP="php5-6 php7-0"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="PHP extension to map IP address to geographic places"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/geoip"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/fix-failing-tests-1.1.1.patch" )



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

2018-02-06 Thread Brian Evans
commit: 55537654dfa513e3dd4ddbb54fd700fa1f2a7a6e
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Feb  7 03:02:32 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Feb  7 03:02:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55537654

virtual/httpd-php: Stable for arm

Closes: https://bugs.gentoo.org/639072
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 virtual/httpd-php/httpd-php-7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/httpd-php/httpd-php-7.1.ebuild 
b/virtual/httpd-php/httpd-php-7.1.ebuild
index b561c13fe3a..d7e14b2fe51 100644
--- a/virtual/httpd-php/httpd-php-7.1.ebuild
+++ b/virtual/httpd-php/httpd-php-7.1.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 DESCRIPTION="Virtual to provide PHP-enabled webservers"
 SLOT="${PV}"
-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"
+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"
 
 RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]
  dev-lang/php:${SLOT}[apache2]



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

2018-02-06 Thread Andreas Sturmlechner
commit: b1587513ba1d0430ed459401d86aa2be982be428
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb  7 02:32:37 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  7 02:32:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1587513

www-client/qupzilla: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-client/qupzilla/Manifest |   1 -
 www-client/qupzilla/qupzilla-2.2.4-r1.ebuild | 120 ---
 2 files changed, 121 deletions(-)

diff --git a/www-client/qupzilla/Manifest b/www-client/qupzilla/Manifest
index 6ac3a86b4ca..299cf17c5bb 100644
--- a/www-client/qupzilla/Manifest
+++ b/www-client/qupzilla/Manifest
@@ -1,5 +1,4 @@
 DIST QupZilla-2.1.2.tar.xz 2767560 BLAKE2B 
4d012f86618680a112c227d07d71c24d6fc2c517be63fe172abc99eb0c20e8b2756e2cc51049b0dff91e1739357121afe0b1e7328df372370dec969995447eb0
 SHA512 
d09a394ba70ae0f7f908940a26d6554a3706b6638c197d16b75e1e5855f76015c8e13b7155c40dacee3a38080a0c277d9410eaf07cf912dc4b295eafe1ff6343
-DIST QupZilla-2.2.4.tar.xz 2525660 BLAKE2B 
b94841d12c8f374df2fb4a8773d9d7e6b1b6b35db51ddd20d94f7a2cb70a345226baff64bf15be756e3911fa86714588e9e8c51842562ca558f1abd537ce3ffa
 SHA512 
07a71fb3eb52356589871fb458fa3e931ee01f87e67ecbba614f715181130f9bec53e2f6df2c83f08d0223990f8bbe225ea21171e048574b265ae20576b48053
 DIST QupZilla-2.2.5.tar.xz 2532760 BLAKE2B 
b9bf3f5415aa5a06397a7b9f98f56a16a7c9238d561bf6a2583214e43b23c53c825c8274b51ff0e34ced8aac6077c12dad60968d88abe810ccb35dbd2a457e0e
 SHA512 
78e02141f18268a5f31a896c49e4f6cbd709e609dfcdb50277fc20123526e5316b79ede612dcac74ff07103334c381e4d657b18b6e187a10983d5a44a649858a
 DIST qupzilla-plugins-2016.05.02.tar.gz 425314 BLAKE2B 
c10f9f3fe17f36b91a77b4bdb15b3d0c63160c50b558ba2f180ec83b2d226b15baea51e9125e0c72d3960c2f99f8f3753d90c7eeb4b88eb07381da19bc3ea777
 SHA512 
b294ecb2372b3267603a43bc7412ab75d2cd29a8c4667331f0d2c74e3b0b99d0c2a005b9e4854c6d777894522bba9fb3b1607e85e8da6dcbaa760c9ddc6288f2
 DIST qupzilla-plugins-2017.03.26.tar.gz 430926 BLAKE2B 
d5db8c854886b1af8db20aaffe9a244600259d4f8cbc40890bf0f1075f790afe1a6e2ac19abe06c585eff0353127a3a7b1b1b79013bfc1b81bf5df750e5d9d20
 SHA512 
3b04b4120825fd58937986cf12f2b521cf78a64380b915d46735ada3f4776f914056c5511daa781c89867d0309af7cbf833eb71dfa4b14b6b9ba25d80315

diff --git a/www-client/qupzilla/qupzilla-2.2.4-r1.ebuild 
b/www-client/qupzilla/qupzilla-2.2.4-r1.ebuild
deleted file mode 100644
index acb97d50c17..000
--- a/www-client/qupzilla/qupzilla-2.2.4-r1.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar_SA bg_BG ca_ES cs_CZ da_DK de_DE el_GR es_419 es_ES es_MX es_VE
-   eu_ES fa_IR fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID is it_IT ja_JP
-   ka_GE lg lt lv_LV nb_NO nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK
-   sl_SI sr sr@ijekavian sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA
-   uz@Latn zh_CN zh_HK zh_TW"
-
-PLUGINS_HASH="80fea7df7765fdf9c9c64fdb667052b25f1c0a22"
-PLUGINS_VERSION="2017.03.26" # if there are no updates, we can use the older 
archive
-
-inherit gnome2-utils l10n qmake-utils xdg-utils
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/QupZilla/${PN}.git;
-else
-   MY_P=QupZilla-${PV}
-   
SRC_URI="https://github.com/QupZilla/${PN}/releases/download/v${PV}/${MY_P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~x86"
-   S=${WORKDIR}/${MY_P}
-fi
-
-DESCRIPTION="A cross-platform web browser using QtWebEngine"
-HOMEPAGE="https://www.qupzilla.com/;
-SRC_URI+=" 
https://github.com/QupZilla/${PN}-plugins/archive/${PLUGINS_HASH}.tar.gz -> 
${PN}-plugins-${PLUGINS_VERSION}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="dbus debug gnome-keyring kwallet libressl nonblockdialogs"
-
-COMMON_DEPEND="
-   >=dev-qt/qtcore-5.8:5
-   >=dev-qt/qtdeclarative-5.8:5[widgets]
-   >=dev-qt/qtgui-5.8:5
-   >=dev-qt/qtnetwork-5.8:5[ssl]
-   >=dev-qt/qtprintsupport-5.8:5
-   >=dev-qt/qtsql-5.8:5[sqlite]
-   >=dev-qt/qtwebchannel-5.8:5
-   >=dev-qt/qtwebengine-5.8:5[widgets]
-   >=dev-qt/qtwidgets-5.8:5
-   >=dev-qt/qtx11extras-5.8:5
-   x11-libs/libxcb:=
-   dbus? ( >=dev-qt/qtdbus-5.8:5 )
-   gnome-keyring? ( gnome-base/gnome-keyring )
-   kwallet? ( kde-frameworks/kwallet:5 )
-   libressl? ( dev-libs/libressl:= )
-   !libressl? ( dev-libs/openssl:0= )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-qt/linguist-tools-5.8:5
-   >=dev-qt/qtconcurrent-5.8:5
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   >=dev-qt/qtsvg-5.8:5
-"
-
-DOCS=( AUTHORS BUILDING.md CHANGELOG FAQ README.md )
-
-src_unpack() {
-   if [[ ${PV} == * ]]; then
-   git-r3_src_unpack
-   fi
-   default
-}
-
-src_prepare() {
-   # get extra plugins into qupzilla build tree
-   mv 

[gentoo-commits] repo/gentoo:master commit in: games-util/atlas/, games-util/atlas/files/

2018-02-06 Thread Andreas Sturmlechner
commit: c8a8324d59b24f3d1d3d2308f2835dc07541f010
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb  7 02:22:52 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  7 02:22:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a8324d

games-util/atlas: Fix build with jpeg-9

Closes: https://bugs.gentoo.org/520908
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../atlas/atlas-0.5.1_beta_pre20160907.ebuild  |  3 ++-
 .../atlas-0.5.1_beta_pre20160907-jpeg-9.patch  | 27 ++
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/games-util/atlas/atlas-0.5.1_beta_pre20160907.ebuild 
b/games-util/atlas/atlas-0.5.1_beta_pre20160907.ebuild
index 5d915b19289..4fed6a08e4a 100644
--- a/games-util/atlas/atlas-0.5.1_beta_pre20160907.ebuild
+++ b/games-util/atlas/atlas-0.5.1_beta_pre20160907.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -40,6 +40,7 @@ S=${WORKDIR}/${MY_P}
 
 PATCHES=(
"${FILESDIR}/${P}-simgear-compilation.patch"
+   "${FILESDIR}/${P}-jpeg-9.patch"
 )
 
 src_prepare() {

diff --git a/games-util/atlas/files/atlas-0.5.1_beta_pre20160907-jpeg-9.patch 
b/games-util/atlas/files/atlas-0.5.1_beta_pre20160907-jpeg-9.patch
new file mode 100644
index 000..639ff821754
--- /dev/null
+++ b/games-util/atlas/files/atlas-0.5.1_beta_pre20160907-jpeg-9.patch
@@ -0,0 +1,27 @@
+Fix build with jpeg-9. Bug # 520908
+
+--- a/src/Image.cxx2018-02-07 03:19:18.538699623 +0100
 b/src/Image.cxx2018-02-07 03:20:15.105160934 +0100
+@@ -29,11 +29,12 @@
+ 
+ // Other libraries' include files
+ #include 
+-#include 
+ 
+ // Our project's include files
+ #include "misc.hxx"
+ 
++#include 
++
+ // This is a constant representing "Not an Elevation" - it is
+ // guaranteed to be less than any possible real elevation value.
+ static const float NanE = -std::numeric_limits::max();
+@@ -266,7 +267,7 @@
+ cinfo.in_color_space = JCS_RGB;
+ 
+ jpeg_set_defaults();
+-jpeg_set_quality(, quality, true);
++jpeg_set_quality(, quality, TRUE);
+ 
+ jpeg_start_compress(, TRUE);
+ 



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/files/, dev-qt/qtwebengine/

2018-02-06 Thread Andreas Sturmlechner
commit: f340edd950eb281bb73bf51ab95b5eb5012ab3b5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb  6 21:30:21 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  7 02:04:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f340edd9

dev-qt/qtwebengine: Fix build with jpeg-9

Closes: https://bugs.gentoo.org/607424
Closes: https://bugs.gentoo.org/646456
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../files/qtwebengine-5.9.4-jpeg-9-1.patch | 70 ++
 .../files/qtwebengine-5.9.4-jpeg-9-2.patch | 46 ++
 dev-qt/qtwebengine/qtwebengine-5.9.4.ebuild|  7 ++-
 3 files changed, 122 insertions(+), 1 deletion(-)

diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.9.4-jpeg-9-1.patch 
b/dev-qt/qtwebengine/files/qtwebengine-5.9.4-jpeg-9-1.patch
new file mode 100644
index 000..8b739680f68
--- /dev/null
+++ b/dev-qt/qtwebengine/files/qtwebengine-5.9.4-jpeg-9-1.patch
@@ -0,0 +1,70 @@
+From 560a4a616f2a1307385e5e7a7d2e99b0b41775c8 Mon Sep 17 00:00:00 2001
+From: Viktor Engelmann 
+Date: Fri, 18 Aug 2017 14:50:20 +0200
+Subject: [PATCH] Fix improper boolean values
+
+jpeg_codec.cc contained some implicit conversions to boolean, which
+is apparently problematic for some versions of libjpeg. Patch
+taken from https://bugs.chromium.org/p/chromium/issues/detail?id=686191
+but not backported, since it has not been accepted into chromium yet.
+
+Task-Number: QTBUG-58482
+
+Change-Id: I2c5d5894493d6a7d0698a4e5a7191288a2fdfeb4
+Reviewed-by: Allan Sandfeld Jensen 
+---
+ src/3rdparty/chromium/ui/gfx/codec/jpeg_codec.cc | 10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/src/3rdparty/chromium/ui/gfx/codec/jpeg_codec.cc 
b/src/3rdparty/chromium/ui/gfx/codec/jpeg_codec.cc
+index 6d92637..85c7bec 100644
+--- a/src/3rdparty/chromium/ui/gfx/codec/jpeg_codec.cc
 b/src/3rdparty/chromium/ui/gfx/codec/jpeg_codec.cc
+@@ -121,7 +121,7 @@ boolean EmptyOutputBuffer(jpeg_compress_struct* cinfo) {
+   // tell libjpeg where to write the next data
+   cinfo->dest->next_output_byte = &(*state->out)[state->image_buffer_used];
+   cinfo->dest->free_in_buffer = state->out->size() - state->image_buffer_used;
+-  return 1;
++  return TRUE;
+ }
+ 
+ // Cleans up the JpegEncoderState to prepare for returning in the final form.
+@@ -262,7 +262,7 @@ bool JPEGCodec::Encode(const unsigned char* input, 
ColorFormat format,
+   cinfo.data_precision = 8;
+ 
+   jpeg_set_defaults();
+-  jpeg_set_quality(, quality, 1);  // quality here is 0-100
++  jpeg_set_quality(, quality, TRUE);  // quality here is 0-100
+ 
+   // set up the destination manager
+   jpeg_destination_mgr destmgr;
+@@ -274,7 +274,7 @@ bool JPEGCodec::Encode(const unsigned char* input, 
ColorFormat format,
+   JpegEncoderState state(output);
+   cinfo.client_data = 
+ 
+-  jpeg_start_compress(, 1);
++  jpeg_start_compress(, TRUE);
+ 
+   // feed it the rows, doing necessary conversions for the color format
+ #ifdef JCS_EXTENSIONS
+@@ -360,7 +360,7 @@ void InitSource(j_decompress_ptr cinfo) {
+ //   set to a positive value if TRUE is returned. A FALSE return should only
+ //   be used when I/O suspension is desired."
+ boolean FillInputBuffer(j_decompress_ptr cinfo) {
+-  return false;
++  return FALSE;
+ }
+ 
+ // Skip data in the buffer. Since we have all the data at once, this operation
+@@ -488,7 +488,7 @@ bool JPEGCodec::Decode(const unsigned char* input, size_t 
input_size,
+   cinfo.client_data = 
+ 
+   // fill the file metadata into our buffer
+-  if (jpeg_read_header(, true) != JPEG_HEADER_OK)
++  if (jpeg_read_header(, TRUE) != JPEG_HEADER_OK)
+ return false;
+ 
+   // we want to always get RGB data out
+-- 
+2.7.4
+

diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.9.4-jpeg-9-2.patch 
b/dev-qt/qtwebengine/files/qtwebengine-5.9.4-jpeg-9-2.patch
new file mode 100644
index 000..ef5f44efcf2
--- /dev/null
+++ b/dev-qt/qtwebengine/files/qtwebengine-5.9.4-jpeg-9-2.patch
@@ -0,0 +1,46 @@
+Fix build with jpeg-9. Bug #646456
+
+--- 
a/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/codec/fx_codec_jpeg.cpp 
   2018-01-15 12:39:43.0 +0100
 
b/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/codec/fx_codec_jpeg.cpp 
   2018-02-06 20:55:37.455912163 +0100
+@@ -57,12 +57,12 @@
+ };
+ extern "C" {
+ static boolean _src_fill_buffer(j_decompress_ptr cinfo) {
+-  return 0;
++  return FALSE;
+ }
+ };
+ extern "C" {
+ static boolean _src_resync(j_decompress_ptr cinfo, int desired) {
+-  return 0;
++  return FALSE;
+ }
+ };
+ extern "C" {
+@@ -126,7 +126,7 @@
+ jpeg_destroy_decompress();
+ return false;
+   }
+-  int ret = jpeg_read_header(, true);
++  int ret = jpeg_read_header(, TRUE);
+   if (ret != JPEG_HEADER_OK) {
+ jpeg_destroy_decompress();
+ return false;
+@@ -210,7 +210,7 @@
+   }
+   cinfo.image_width = m_OrigWidth;
+   

[gentoo-commits] repo/gentoo:master commit in: dev-games/openscenegraph/files/, dev-games/openscenegraph/

2018-02-06 Thread Andreas Sturmlechner
commit: 87f44f56ae0765df802f10271bdf6ed4ee5dd59a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb  7 01:19:35 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  7 01:58:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f44f56

dev-games/openscenegraph: Fix build with jpeg-9

Closes: https://bugs.gentoo.org/646454
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../files/openscenegraph-3.5.1-jpeg-9.patch| 34 ++
 .../openscenegraph/openscenegraph-3.5.1-r2.ebuild  |  3 +-
 .../openscenegraph/openscenegraph-3.5.5.ebuild |  3 +-
 3 files changed, 38 insertions(+), 2 deletions(-)

diff --git a/dev-games/openscenegraph/files/openscenegraph-3.5.1-jpeg-9.patch 
b/dev-games/openscenegraph/files/openscenegraph-3.5.1-jpeg-9.patch
new file mode 100644
index 000..f6e85e8e352
--- /dev/null
+++ b/dev-games/openscenegraph/files/openscenegraph-3.5.1-jpeg-9.patch
@@ -0,0 +1,34 @@
+From 34b4e7001522c1b47b4211dac34d2d6a6b994a6f Mon Sep 17 00:00:00 2001
+From: Robert Osfield 
+Date: Thu, 17 Aug 2017 10:52:59 +0100
+Subject: [PATCH] Added version check for boolean, TRUE and FALSE settings
+
+---
+ src/osgPlugins/jpeg/ReaderWriterJPEG.cpp | 14 --
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+diff --git a/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp 
b/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp
+index 9f7f4c38937..115203322a5 100644
+--- a/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp
 b/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp
+@@ -70,12 +70,14 @@ namespace osgDBJPEG
+ 
+ static int jpegerror = ERR_NO_ERROR;
+ 
+-/* Some versions of jmorecfg.h define boolean, some don't...
+-   Those that do also define HAVE_BOOLEAN, so we can guard using that. */
+-#ifndef HAVE_BOOLEAN
+-  typedef int boolean;
+-  #define FALSE 0
+-  #define TRUE 1
++#if JPEG_LIB_VERSION < 90
++/* Some versions of jmorecfg.h define boolean, some don't...
++Those that do also define HAVE_BOOLEAN, so we can guard using that. */
++#ifndef HAVE_BOOLEAN
++typedef int boolean;
++#define FALSE 0
++#define TRUE 1
++#endif
+ #endif
+ 
+ /* CODE FOR READING/WRITING JPEG FROM STREAMS

diff --git a/dev-games/openscenegraph/openscenegraph-3.5.1-r2.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.5.1-r2.ebuild
index e37bfe37e56..655369b1064 100644
--- a/dev-games/openscenegraph/openscenegraph-3.5.1-r2.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.5.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -92,6 +92,7 @@ DOCS=( AUTHORS.txt ChangeLog NEWS.txt )
 PATCHES=(
"${FILESDIR}"/${PN}-3.4.0-cmake.patch
"${FILESDIR}"/${P}-ffmpeg-3.patch
+   "${FILESDIR}"/${P}-jpeg-9.patch
 )
 
 src_configure() {

diff --git a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
index bd6fba7e3d2..202234ac484 100644
--- a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -83,6 +83,7 @@ S="${WORKDIR}/${MY_P}"
 
 PATCHES=(
"${FILESDIR}"/${PN}-3.5.5-cmake.patch
+   "${FILESDIR}"/${PN}-3.5.1-jpeg-9.patch
 )
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: games-engines/openmw/

2018-02-06 Thread Andreas Sturmlechner
commit: 01710346ed336b60067e0cd477567ec9421c4167
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb  7 01:49:22 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  7 01:58:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01710346

games-engines/openmw: Ebuild compatibility w/ >=OSG-3.5.5

Ultimately, the nature of OSG-Qt requirement needs to be checked
if only RDEPEND or also DEPEND.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../openmw/{openmw-0.43.0.ebuild => openmw-0.43.0-r1.ebuild} | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/games-engines/openmw/openmw-0.43.0.ebuild 
b/games-engines/openmw/openmw-0.43.0-r1.ebuild
similarity index 94%
rename from games-engines/openmw/openmw-0.43.0.ebuild
rename to games-engines/openmw/openmw-0.43.0-r1.ebuild
index 58000b29e43..b514d755704 100644
--- a/games-engines/openmw/openmw-0.43.0.ebuild
+++ b/games-engines/openmw/openmw-0.43.0-r1.ebuild
@@ -15,8 +15,14 @@ KEYWORDS="~amd64 ~x86"
 IUSE="doc devtools +qt5"
 
 RDEPEND="
-   
>=dev-games/openscenegraph-3.3.4[ffmpeg,jpeg,png,qt5,sdl,svg,truetype,zlib]
dev-games/mygui
+   || (
+   (
+   
>=dev-games/openscenegraph-3.5.5[ffmpeg,jpeg,png,sdl,svg,truetype,zlib]
+   dev-games/openscenegraph-qt
+   )
+   


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

2018-02-06 Thread Andreas Sturmlechner
commit: aef93e91e9cd11c179df46c771839769225b3b08
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb  7 01:54:49 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  7 01:58:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef93e91

profiles: Drop OSG 3.5.5 package.mask

All revdeps built fine.

Bug: https://bugs.gentoo.org/601772

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 99bc58c83a7..826857bf9e3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -821,11 +821,6 @@ dev-ruby/poltergeist
  (18 May 2017)
-# Experimental, most consumers does not support it yet
->=dev-games/openscenegraph-3.5.5
->=dev-games/openscenegraph-qt-3.5.5
-
 # Bernard Cafarelli  (8 May 2017)
 # Coordinated conversion to wxGTK:3.0-gtk3
 # Drop mask after migration of existing wxGTK:3.0 users



[gentoo-commits] repo/gentoo:master commit in: dev-games/openscenegraph-qt/

2018-02-06 Thread Andreas Sturmlechner
commit: 2a82caca561688a31db25b651768fed7b812b109
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb  7 02:00:02 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  7 02:00:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a82caca

dev-games/openscenegraph-qt: Drop ~hppa

dev-qt/qtwebkit:5 is not keyworded.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-games/openscenegraph-qt/openscenegraph-qt-3.5.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.5.ebuild 
b/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.5.ebuild
index b0d18aaf7f4..31cd1178613 100644
--- a/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.5.ebuild
+++ b/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/openscenegraph/${MY_PN}/archive/${PV}.tar.gz -> ${MY
 
 LICENSE="wxWinLL-3 LGPL-2.1"
 SLOT="0/145" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="debug examples"
 
 RDEPEND="



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

2018-02-06 Thread Matthias Maier
commit: 7643ec7968f3aa51654a6045a508e44adf28f124
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb  7 00:22:26 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  7 00:54:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7643ec79

dev-vcs/mr: version bump to 1.20171231

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-vcs/mr/Manifest |  1 +
 dev-vcs/mr/mr-1.20171231.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-vcs/mr/Manifest b/dev-vcs/mr/Manifest
index ee5c24641d0..081fa05ff86 100644
--- a/dev-vcs/mr/Manifest
+++ b/dev-vcs/mr/Manifest
@@ -1 +1,2 @@
 DIST mr-1.20170129.tar.gz 56344 BLAKE2B 
68ba59ee26911704051c65bdda43f96ac267adccaf422b2fbfab8ffd045467080e74dc395db1d88e1e7cf90e0c44809bb25f559be3e0c806cfa48d5e263d53f2
 SHA512 
bb0c79d6cf94b5bc0dfbddde599dc26610df12ed3178ba854a0695b06aad48bda6eb30e31f3a7e5f7d1706081bdc46dbe3f4d8f1bca933adf264f935dc2b3674
+DIST mr-1.20171231.tar.xz 52876 BLAKE2B 
a0c79ce738240bec1864f68d3a1a0006130abbe08a2304f64c69f138aee2a85c4a16c9e446aaba9f1be62793796745af0181a32cdd7ad63bf67a30c310dfa7c1
 SHA512 
6d10f8d1ea92c534e40c8d3226b02ac042e7d836b557b92c4f2e3bbd6aa629b2a09072027dacfdc7de87ebd32f826d57f09d53c427ab2fae128633fdd91c56ea

diff --git a/dev-vcs/mr/mr-1.20171231.ebuild b/dev-vcs/mr/mr-1.20171231.ebuild
new file mode 100644
index 000..b7e2e9ba0b2
--- /dev/null
+++ b/dev-vcs/mr/mr-1.20171231.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Multiple Repository management tool"
+HOMEPAGE="https://myrepos.branchable.com/;
+SRC_URI="https://dev.gentoo.org/~tamiko/distfiles/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}
+   dev-perl/libwww-perl
+   dev-perl/HTML-Parser"
+
+src_install() {
+   dobin mr webcheckout
+   doman mr.1 webcheckout.1
+   dodoc README debian/changelog \
+   mrconfig mrconfig.complex
+   insinto /usr/share/${PN}
+   doins lib/*
+}



[gentoo-commits] repo/gentoo:master commit in: games-board/stockfish/, media-sound/quodlibet/

2018-02-06 Thread Matthias Maier
commit: 33377fc2808e993a1c6ffe0b333c40676a8aaa91
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb  7 00:24:36 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  7 00:54:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33377fc2

games-board/stockfish: version bump to 9

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 games-board/stockfish/Manifest   |  1 +
 games-board/stockfish/stockfish-9.ebuild | 69 
 media-sound/quodlibet/Manifest   |  1 +
 3 files changed, 71 insertions(+)

diff --git a/games-board/stockfish/Manifest b/games-board/stockfish/Manifest
index 6a41b31c668..a876fd75b48 100644
--- a/games-board/stockfish/Manifest
+++ b/games-board/stockfish/Manifest
@@ -1 +1,2 @@
 DIST stockfish-8-src.zip 159017 BLAKE2B 
01f2bf017a3e822e9a1cc35b3fd3a05a1e25e3acbc51b4b8ad9d9447eb5e35a8f8e313f72b4353e5ce1937ceb0aeb581a35d393e593fd0dd9851f149ea658b73
 SHA512 
4dcc8c6e975367e96d5b4e76c241094e1bade53fd19fa29320a5df10177ff5ae04844ca7ae9f9cfe929aa1341d898aabbbe523bbdab4c5beef75ca8332ce50c1
+DIST stockfish-9-src.zip 171925 BLAKE2B 
dacfe02525e2d78bf91a41bf2d22077ecb808566f87317382515aa14baade2c03c150ecd62ae026c5883321642330cd9beab50df35db3f1c7de18c8b84922ae0
 SHA512 
47b5dfea9e015dd68e33c8b1a131ed83710e4e5d67abe0c278a423f2940b07c7a5d661ce27915257ae3dad83fc2bb8e50d3d28bfa11a7c4cdf396d0378cd80f8

diff --git a/games-board/stockfish/stockfish-9.ebuild 
b/games-board/stockfish/stockfish-9.ebuild
new file mode 100644
index 000..da7db78dbf0
--- /dev/null
+++ b/games-board/stockfish/stockfish-9.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Free UCI chess engine, claimed to be the strongest in the world"
+HOMEPAGE="http://stockfishchess.org/;
+
+SRC_URI="https://stockfish.s3.amazonaws.com/${P}-src.zip;
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="armv7 cpu_flags_x86_avx2 cpu_flags_x86_popcnt cpu_flags_x86_sse debug
+   general-32 general-64 +optimize"
+
+DEPEND="|| ( app-arch/unzipapp-arch/zip )"
+RDEPEND=""
+
+S="${WORKDIR}/src"
+
+src_prepare() {
+   default
+
+   # prevent pre-stripping
+   sed -e 's:-strip $(BINDIR)/$(EXE)::' -i Makefile \
+   || die 'failed to disable stripping in the Makefile'
+}
+
+src_compile() {
+   local my_arch
+
+   # generic unoptimized first
+   use general-32 && my_arch=general-32
+   use general-64 && my_arch=general-64
+
+   # x86
+   use x86 && my_arch=x86-32-old
+   use cpu_flags_x86_sse && my_arch=x86-32
+
+   # amd64
+   use amd64 && my_arch=x86-64
+   use cpu_flags_x86_popcnt && my_arch=x86-64-modern
+
+   # both bmi2 and avx2 are part of hni (haswell new instructions)
+   use cpu_flags_x86_avx2 && my_arch=x86-64-bmi2
+
+   # other architectures
+   use armv7 && my_arch=armv7
+   use ppc && my_arch=ppc
+   use ppc64 && my_arch=ppc64
+
+   # Skip the "build" target and use "all" instead to avoid the config
+   # sanity check (which would throw a fit about our compiler). There's
+   # a nice hack in the Makefile that overrides the value of CXX with
+   # COMPILER to support Travis CI and we abuse it to make sure that we
+   # build with our compiler of choice.
+   emake all ARCH="${my_arch}" \
+   COMP=$(tc-getCXX) \
+   COMPILER=$(tc-getCXX) \
+   debug=$(usex debug "yes" "no") \
+   optimize=$(usex optimize "yes" "no")
+}
+
+src_install() {
+   dobin "${PN}"
+   dodoc ../AUTHORS ../Readme.md
+}

diff --git a/media-sound/quodlibet/Manifest b/media-sound/quodlibet/Manifest
index d6b816bf578..867fb7c72cb 100644
--- a/media-sound/quodlibet/Manifest
+++ b/media-sound/quodlibet/Manifest
@@ -1,3 +1,4 @@
 DIST quodlibet-3.7.1.tar.gz 3651908 BLAKE2B 
dd221aae3af83e7f7b1c535c5294a5262b8b08bb7ac068078fb3be1b1c6a3a8770dda20b6a03b3fd998bac17f1087b748d5fd1fe3b7f010ee107283b2170b452
 SHA512 
73f2a909e29178fb4074dbf451a6d04170aebecb7934248b04b909f9639c9098054eefe3343cfb67cc3c622f6d453b5417e5233d4d2ec9c87c48a0c5b4debf4f
 DIST quodlibet-3.8.1.tar.gz 3697363 BLAKE2B 
67c56281a998d93b2ea457656473ab7fc45a1d4d80aa561fc1946e129ac91a01c65fdb34bd314b5742756708714ac043341cae6ee38e93e37a7a16e3bf481c20
 SHA512 
5f8f7ba3157dea83782c64989114ad38295c660300284b72e825eba46eae053120c96e60518d573b4010dd49e396a4fe8d04788e632e61e38fa6edd953014275
 DIST quodlibet-3.9.1.tar.gz 3850929 BLAKE2B 
c4317521259f1d46e927276ee8bd927afd72708f7b6e260a68e2cfe6e949f44e08df5884f3613804955b18b7284f0140f9d2d409833bd0a139732728903ae978
 SHA512 
6d6b6380de2fc2d3ab1614b304f2d7219ff1d823e03f532baa0e9b1308fd36094ad745433494253d956182ae9914eb62846df3d3e5fea92dddccdaa725178563
+DIST quodlibet-4.0.2.tar.gz 4730188 BLAKE2B 

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

2018-02-06 Thread Matthias Maier
commit: 23aee2301e7dd18a448d81e0d0e76e9847e356ef
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb  7 00:33:38 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  7 00:54:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23aee230

media-sound/quodlibet: version bump to 4.0.2

Notable changes:
 - switch from python 2 to python 3 (only)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-sound/quodlibet/quodlibet-4.0.2.ebuild | 69 
 1 file changed, 69 insertions(+)

diff --git a/media-sound/quodlibet/quodlibet-4.0.2.ebuild 
b/media-sound/quodlibet/quodlibet-4.0.2.ebuild
new file mode 100644
index 000..a6d06fe5a03
--- /dev/null
+++ b/media-sound/quodlibet/quodlibet-4.0.2.ebuild
@@ -0,0 +1,69 @@
+# 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 distutils-r1 gnome2-utils xdg-utils
+
+DESCRIPTION="audio library tagger, manager, and player for GTK+"
+HOMEPAGE="http://quodlibet.readthedocs.org;
+SRC_URI="https://github.com/${PN}/${PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="+dbus gstreamer +udev"
+
+RDEPEND="dev-libs/keybinder:3[introspection]
+   dev-python/feedparser[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   >=media-libs/mutagen-1.32[${PYTHON_USEDEP}]
+   net-libs/libsoup[introspection]
+   x11-libs/gtk+[introspection]
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-plugins/gst-plugins-meta:1.0
+   )
+   !gstreamer? ( media-libs/xine-lib )
+   dbus? (
+   app-misc/media-player-info
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   )
+   udev? ( virtual/udev )
+   !media-plugins/quodlibet-plugins"
+DEPEND="dev-util/intltool"
+
+S="${WORKDIR}/${PN}-release-${PV}/${PN}"
+
+src_prepare() {
+   local qlconfig=${PN}/config.py
+
+   if ! use gstreamer; then
+   sed -i -e '/backend/s:gstbe:xinebe:' ${qlconfig} || die
+   fi
+
+   sed -i -e '/gst_pipeline/s:"":"alsasink":' ${qlconfig} || die
+
+   distutils-r1_src_prepare
+}
+
+src_install() {
+   distutils-r1_src_install
+   dodoc NEWS README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   xdg-utils_desktop_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg-utils_desktop_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/

2018-02-06 Thread Matthias Maier
commit: f5a695c65b1e8daaf6e26a049b6b140d2b7a6360
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Feb  6 23:53:13 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  7 00:54:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a695c6

app-doc/doxygen: version bump to 1.8.14

Closes: https://bugs.gentoo.org/637492
Closes: https://bugs.gentoo.org/612778
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-doc/doxygen/Manifest  |   1 +
 app-doc/doxygen/doxygen-1.8.14.ebuild | 130 ++
 2 files changed, 131 insertions(+)

diff --git a/app-doc/doxygen/Manifest b/app-doc/doxygen/Manifest
index 09c4e69d8b3..c91844ad8f9 100644
--- a/app-doc/doxygen/Manifest
+++ b/app-doc/doxygen/Manifest
@@ -1,2 +1,3 @@
 DIST doxygen-1.8.13.src.tar.gz 4893912 BLAKE2B 
3eb7eb6e7d122f681a9af8caf8a33789d323d52a5c205a3c44a7953eec78f4b227062da3e71c09de443aa6ac5c780937218c3a8c9ddf06d3eb23200a33b7406f
 SHA512 
85da5bd28ad9f33a8e50fa92796817d31e59c024127cb647cb967e4321dd51378feaacdf099d578b7e6020fd646a3c63e99c77420e49e3894fc18ca89ba3e0a2
+DIST doxygen-1.8.14.src.tar.gz 4877980 BLAKE2B 
9886e5165188548e0c8a3760a53709615385ab175795d07156584f3878996c8c5f18e439b6e45352a32ba5cd40e9b7fdb29cdf86511e1be70b18315069e33377
 SHA512 
5fac7e457a51b1f8e39fb65de5e0c07633e573f74e876580e7bcad5693540d6970fde1b2cb799a4df6ab9dfca951ece15b76b3010134d7658db3500183bea85c
 DIST doxywizard.png 4231 BLAKE2B 
c71e30fee273c7410bc6b65e171a864066e088d474785f5e24b5500806af1217a6e12e93c5b81a488e2d216bfa59aeed332a092515dbbf8b640d8f7320dda50a
 SHA512 
5e2d26e7427b86866ebe75ec2c66c0f1100d230f3f3e4d66bac424a8dd0d42f0831d936ff03318dfa1bf73cbd9fb53717636d0c91ae3eea0f4e24641479d25d5

diff --git a/app-doc/doxygen/doxygen-1.8.14.ebuild 
b/app-doc/doxygen/doxygen-1.8.14.ebuild
new file mode 100644
index 000..502086e771c
--- /dev/null
+++ b/app-doc/doxygen/doxygen-1.8.14.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit cmake-utils eutils python-any-r1
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/doxygen/doxygen.git;
+   SRC_URI=""
+else
+   SRC_URI="https://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+fi
+
+DESCRIPTION="Documentation system for most programming languages"
+HOMEPAGE="https://www.stack.nl/~dimitri/doxygen/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="clang debug doc dot doxysearch latex qt5 sqlite userland_GNU"
+
+RDEPEND="app-text/ghostscript-gpl
+   dev-lang/perl
+   media-libs/libpng:0=
+   virtual/libiconv
+   clang? ( >=sys-devel/clang-4.0.0:= )
+   dot? (
+   media-gfx/graphviz
+   media-libs/freetype
+   )
+   doxysearch? ( =dev-libs/xapian-1.2* )
+   latex? (
+   dev-texlive/texlive-bibtexextra
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-fontutils
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
+   )
+   qt5? (
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   )
+   sqlite? ( dev-db/sqlite:3 )
+   "
+
+REQUIRED_USE="doc? ( latex )"
+
+DEPEND="sys-devel/flex
+   sys-devel/bison
+   doc? ( ${PYTHON_DEPS} )
+   ${RDEPEND}"
+
+# src_test() defaults to make -C testing but there is no such directory (bug 
#504448)
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.8.9.1-empty-line-sigsegv.patch" #454348
+   "${FILESDIR}/${PN}-1.8.12-link_with_pthread.patch"
+)
+
+DOCS=( LANGUAGE.HOWTO README.md )
+
+pkg_setup() {
+   use doc && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   # Ensure we link to -liconv
+   if use elibc_FreeBSD && has_version dev-libs/libiconv || use 
elibc_uclibc; then
+   local pro
+   for pro in */*.pro.in */*/*.pro.in; do
+   echo "unix:LIBS += -liconv" >> "${pro}" || die
+   done
+   fi
+
+   # Call dot with -Teps instead of -Tps for EPS generation - bug #282150
+   sed -i -e '/addJob("ps"/ s/"ps"/"eps"/g' src/dot.cpp || die
+
+   # fix pdf doc
+   sed -i.orig -e "s:g_kowal:g kowal:" \
+   doc/maintainers.txt || die
+
+   if is-flagq "-O3" ; then
+   ewarn
+   ewarn "Compiling with -O3 is known to produce incorrectly"
+   ewarn "optimized code which breaks doxygen."
+   ewarn
+   elog
+   elog "Continuing with -O2 instead ..."
+   elog
+   replace-flags "-O3" "-O2"
+   fi

[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/

2018-02-06 Thread Matthias Maier
commit: 5cb2586a382511d8b754b47991f3f780390e9378
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Feb  6 23:58:21 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  7 00:54:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb2586a

app-doc/doxygen: update live ebuild

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/app-doc/doxygen/doxygen-.ebuild 
b/app-doc/doxygen/doxygen-.ebuild
index 1a786a27ff2..9f082f097a2 100644
--- a/app-doc/doxygen/doxygen-.ebuild
+++ b/app-doc/doxygen/doxygen-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,7 @@ RDEPEND="app-text/ghostscript-gpl
dev-lang/perl
media-libs/libpng:0=
virtual/libiconv
-   clang? ( sys-devel/clang:= )
+   clang? ( >=sys-devel/clang-4.0.0:= )
dot? (
media-gfx/graphviz
media-libs/freetype



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

2018-02-06 Thread Matthias Maier
commit: 1e40740df2b45fc69b9247554c8e1cd1b9531d36
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb  7 00:02:54 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  7 00:54:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e40740d

dev-python/faulthandler: version bump to 3.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/faulthandler/Manifest|  1 +
 dev-python/faulthandler/faulthandler-3.0.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/faulthandler/Manifest b/dev-python/faulthandler/Manifest
index 819cb8d4a32..83ac696f3be 100644
--- a/dev-python/faulthandler/Manifest
+++ b/dev-python/faulthandler/Manifest
@@ -1 +1,2 @@
 DIST faulthandler-2.6.tar.gz 54219 BLAKE2B 
29f31974c2096990ce0954e9d4e72984980413235b2d4d078f0551434af4fe2e4d0d3cdbc8b80eb67bfdd89cc165350d73954902ff402c4debaf51a7609aea5c
 SHA512 
884996a78b595c1c03c12d88687f5ee5051fabe162092a7b0c15a5ce51da33e64041bc1f2d4505bd5ae0d35a8e8d0e50dd08f603e58bdec5229f888ac46ce029
+DIST faulthandler-3.0.tar.gz 55577 BLAKE2B 
8c4157393eb912d3f0e42ab6b942390a0ba2c068559ab8b66e6e3d961a2f7750f9cab000429feba46c0f9cc0a81ac2c8570d092ead1dcec8ea4e76e555cd1a8b
 SHA512 
9e31682338e572e77e22a510637877c3e27440bc451854a898c5e58238d28a1bbf824cb2b44d1f1f11d8a4f491ddc299982a3d452eebec38bc2a03a824bac392

diff --git a/dev-python/faulthandler/faulthandler-3.0.ebuild 
b/dev-python/faulthandler/faulthandler-3.0.ebuild
new file mode 100644
index 000..d996088ebc9
--- /dev/null
+++ b/dev-python/faulthandler/faulthandler-3.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="functions to dump Python tracebacks explicitly (on fault, user 
signal, timeout)"
+HOMEPAGE="https://github.com/haypo/faulthandler 
https://pypi.python.org/pypi/faulthandler;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""



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

2018-02-06 Thread Matthias Maier
commit: 8d7ceed44f148b52fa76b684354bd5141d9360cf
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb  7 00:05:51 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  7 00:54:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d7ceed4

dev-util/astyle: version bump to 3.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/astyle/Manifest  |  1 +
 dev-util/astyle/astyle-3.1.ebuild | 85 +++
 2 files changed, 86 insertions(+)

diff --git a/dev-util/astyle/Manifest b/dev-util/astyle/Manifest
index 7ac39e21069..a5baf609566 100644
--- a/dev-util/astyle/Manifest
+++ b/dev-util/astyle/Manifest
@@ -1 +1,2 @@
 DIST astyle_3.0.1_linux.tar.gz 172483 BLAKE2B 
4c80491cbcc976aa38ff294014df0dc01b39685eafdac6989bea082b1f61120c3985d14ff6db9f76606bbe8da1aaa344c2e0c9c2999a014f5d54384c0420cf97
 SHA512 
3e8d617c0ec89682bfb076081bb63ae9d44e897de0c85d5109b28adbbfe0620d5dacf59a4bd96ac30a5a4fcb3be136758e9c6fe2c69258b37956c212890a7158
+DIST astyle_3.1_linux.tar.gz 185589 BLAKE2B 
d0bc9bf3403de89d207f33ac885c7cd57fd1e71314c947e1593ee24ade9ce36c83c6fd8e7021f44d8d3b344ea3add63fa5a7b246c40f10193dc38b51e7ad36bc
 SHA512 
2e8f13d291abda66bbba30174c364c81a81a490e0a21376f7da7cf471644c22caa37b9eefb100d093bf26d1a8bfa9d2f14b4c2a9b75b3cb84428b4514e277ff2

diff --git a/dev-util/astyle/astyle-3.1.ebuild 
b/dev-util/astyle/astyle-3.1.ebuild
new file mode 100644
index 000..a84f1e30d84
--- /dev/null
+++ b/dev-util/astyle/astyle-3.1.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic toolchain-funcs versionator java-pkg-opt-2
+
+DESCRIPTION="Artistic Style is a re-indenter and reformatter for C++, C and 
Java source code"
+HOMEPAGE="http://astyle.sourceforge.net/;
+SRC_URI="mirror://sourceforge/astyle/astyle_${PV}_linux.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+IUSE="examples java static-libs"
+
+DEPEND="app-arch/xz-utils
+   java? ( >=virtual/jdk-1.6:= )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+   if use java ; then
+   java-pkg-opt-2_src_prepare
+   sed -e "s:^\(JAVAINCS\s*\)=.*$:\1= 
$(java-pkg_get-jni-cflags):" \
+   -e "s:ar crs:$(tc-getAR) crs:" \
+   -i build/gcc/Makefile || die
+   else
+   default
+   fi
+}
+
+src_configure() {
+   append-cxxflags -std=c++11
+   tc-export CXX
+   default
+}
+
+src_compile() {
+   # ../build/clang/Makefile is identical except for CXX line.
+   emake CXX="$(tc-getCXX)" -f ../build/gcc/Makefile -C src \
+   ${PN} \
+   shared \
+   $(usev java) \
+   $(usex static-libs static '')
+}
+
+src_install() {
+   doheader src/${PN}.h
+
+   pushd src/bin >/dev/null || die
+   dobin ${PN}
+
+   # ex: libastyle.so.3.0.1
+   dolib.so lib${PN}.so.${PV}.0
+   # ex: libastyle.so.3
+   dosym lib${PN}.so.${PV}.0 
/usr/$(get_libdir)/lib${PN}.so.$(get_major_version)
+   if use java ; then
+   dolib.so lib${PN}j.so.${PV}
+   dosym lib${PN}j.so.${PV} 
/usr/$(get_libdir)/lib${PN}j.so.$(get_major_version)
+   fi
+   if use static-libs ; then
+   dolib lib${PN}.a
+   fi
+   popd >/dev/null || die
+   if use examples ; then
+   docinto examples
+   dodoc -r file/.
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   local HTML_DOCS=( doc/. )
+   einstalldocs
+}
+
+pkg_postinst() {
+   if [[ -n "$REPLACING_VERSIONS" && "$(get_major_version 
$REPLACING_VERSIONS)" -lt 3 ]]; then
+   elog "Artistic Style 3.0 introduces new configuration verbiage 
more fitting"
+   elog "for modern use. Some options that were valid in 2.06 or 
older are now"
+   elog "deprecated. For more information, consult astyle's 
release notes at"
+   elog "http://astyle.sourceforge.net/news.html. To view offline, 
see:"
+   elog
+   elog "${ROOT}usr/share/doc/${P}/html"
+   fi
+}



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

2018-02-06 Thread Matthias Maier
commit: 447376c3887b7ed21ad39b91398cb8b71b418bfb
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb  7 00:43:18 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  7 00:54:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447376c3

sci-libs/libqalculate: drop old 0.9.7-r1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-libs/libqalculate/Manifest |  1 -
 sci-libs/libqalculate/libqalculate-0.9.7-r1.ebuild | 61 --
 2 files changed, 62 deletions(-)

diff --git a/sci-libs/libqalculate/Manifest b/sci-libs/libqalculate/Manifest
index 32acb8c9cef..908cf204d65 100644
--- a/sci-libs/libqalculate/Manifest
+++ b/sci-libs/libqalculate/Manifest
@@ -1,3 +1,2 @@
-DIST libqalculate-0.9.7.tar.gz 1256271 BLAKE2B 
47481d3288d04211dd060b87a723fd93fccb2bb34b3111a2f5ea4071db5cac59454d28e717638a1cb86fe51c86be6d6793f41d9c3446aad5a845a452e378cb22
 SHA512 
9aae8540481df4aa1cb24b1c6e8e9424e87758444f0b9689cd809bdf4230c4b5257c74363e6f084cea4e3be1935f45c53e7fc592f76d25d709ad88c97884bc42
 DIST libqalculate-0.9.9.tar.gz 1509180 BLAKE2B 
3f309add80ddb6b21730eab25d37c2d8fee163a79768a09ec5e7e5d329aa11ed9dafbf77f4ce194a96c2ac6a3b55a9c0d16755d5e106123cc2a5f931f6872d91
 SHA512 
c7692dcd91e0a7aea8184ca5366a3caf704b6e716c9e8552f4214ce7fc3157cf127daf7a063196383e4d5a99f8703486f2282c7fb01acafee5e1b3d8993de384
 DIST libqalculate-2.2.0.tar.gz 1717207 BLAKE2B 
020ca544683ff140ab5f8256a5a955c895a6ea09a581e9e75ab6c0a0657886c352a1ec2d34400057fe80004481d3198998613113ca40fb4feebfca010445dced
 SHA512 
e6f3693e4dba2beffca300b673657b90037a6b7acc5bbd4e659863f4f5aec148d6d385fc3c666b16b2be713d0a8ad1b4d7fda557cef0e2be340ca2435f62aae7

diff --git a/sci-libs/libqalculate/libqalculate-0.9.7-r1.ebuild 
b/sci-libs/libqalculate/libqalculate-0.9.7-r1.ebuild
deleted file mode 100644
index 1c9d0dc1071..000
--- a/sci-libs/libqalculate/libqalculate-0.9.7-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="A modern multi-purpose calculator library"
-HOMEPAGE="http://qalculate.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${P/lib}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="gnuplot readline static-libs"
-
-COMMON_DEPEND="
-   dev-libs/glib:2
-   dev-libs/libxml2:2
-   >=sci-libs/cln-1.2
-   sys-libs/zlib
-   readline? ( sys-libs/readline:0= )"
-DEPEND="${COMMON_DEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-RDEPEND="${COMMON_DEPEND}
-   net-misc/wget
-   gnuplot? ( >=sci-visualization/gnuplot-3.7 )"
-
-src_prepare() {
-   cat >po/POTFILES.skip <<-EOF
-   # Required by make check
-   data/currencies.xml.in
-   data/datasets.xml.in
-   data/elements.xml.in
-   data/functions.xml.in
-   data/planets.xml.in
-   data/units.xml.in
-   data/variables.xml.in
-   src/defs2doc.cc
-   EOF
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_with readline)
-}
-
-src_install() {
-   # docs/reference/Makefile.am -> referencedir=
-   emake \
-   DESTDIR="${D}" \
-   referencedir="${EPREFIX}/usr/share/doc/${PF}/html/reference" \
-   install
-
-   dodoc AUTHORS ChangeLog NEWS README* TODO
-
-   prune_libtool_files
-}



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

2018-02-06 Thread Matthias Maier
commit: e0eb5e1b1587f0776b3961b0fc3daf87c430a7f0
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb  7 00:12:11 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  7 00:54:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0eb5e1b

dev-util/cloc: version bump to 1.74

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/cloc/Manifest |  1 +
 dev-util/cloc/cloc-1.74.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-util/cloc/Manifest b/dev-util/cloc/Manifest
index 4b9c0363b2d..c64d92d7573 100644
--- a/dev-util/cloc/Manifest
+++ b/dev-util/cloc/Manifest
@@ -1 +1,2 @@
 DIST cloc-1.72.tar.gz 347245 BLAKE2B 
8ce6915322c6cb4682994034525b7c1e3dfa674832c24dd3d3998f3472f83739764aa61beb80ccda51147b663d4555f060b0098fbf307b81418d58ca72b4f14b
 SHA512 
e83567fcc2703b6de761c44d3b85e4c176eaff9f35419a202bd4c00b5cc9160d39251deb762d57b40aacf4fe6322cf79877032ed29abec2a5f00c1abb8d44021
+DIST cloc-1.74.tar.gz 396192 BLAKE2B 
632d2e4764a7bec9b6bb45edaac80da65f5ea23ec682c3246beb2add011fa5ac6860671b45981e9eec374872c691e66467bc0d4709b725fa53ec88efc7ce3a05
 SHA512 
456ff10c50673326e0b80d2e0b5965fba19c5c868e880108647d5182e048e62bdd734ce485386a561163d8dab81551101cbc5dcc13088400fe0a14ad500e1cbf

diff --git a/dev-util/cloc/cloc-1.74.ebuild b/dev-util/cloc/cloc-1.74.ebuild
new file mode 100644
index 000..d227ea30905
--- /dev/null
+++ b/dev-util/cloc/cloc-1.74.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Count Lines of Code"
+HOMEPAGE="https://github.com/AlDanial/cloc;
+SRC_URI="https://github.com/AlDanial/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}
+   dev-perl/Algorithm-Diff
+   dev-perl/Regexp-Common
+   virtual/perl-Digest-MD5
+   virtual/perl-Getopt-Long
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp"
+
+src_compile() {
+   pod2man "Unix/${PN}.1.pod" > "${PN}.1" || die
+}
+
+src_install() {
+   doman "${PN}.1"
+   dobin "Unix/${PN}"
+}



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

2018-02-06 Thread Matthias Maier
commit: bd2c473b517ce0353a478d29a99ea777da519393
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb  7 00:48:46 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  7 00:54:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2c473b

sys-fs/mp3fs: ebuild maintenance

 - port to EAPI 6
 - add slot operators
 - restrict tests

Closes: https://bugs.gentoo.org/624020
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-fs/mp3fs/mp3fs-0.91-r1.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild 
b/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild
new file mode 100644
index 000..e3b560646d8
--- /dev/null
+++ b/sys-fs/mp3fs/mp3fs-0.91-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="a read-only FUSE filesystem which transcodes FLAC audio files to 
MP3 when read"
+HOMEPAGE="https://khenriks.github.com/mp3fs/;
+SRC_URI="https://github.com/khenriks/mp3fs/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT=test
+
+DEPEND="sys-fs/fuse:=
+   media-libs/libid3tag:=
+   media-libs/flac:=
+   media-sound/lame
+   media-libs/libogg"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculate-gtk/

2018-02-06 Thread Matthias Maier
commit: 3f7484cf3cd9ba6e800e36c1ffb206899a379975
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb  7 00:41:08 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  7 00:54:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7484cf

sci-calculators/qalculate-gtk: version bump to 2.2.0

Closes: https://bugs.gentoo.org/619012
Closes: https://bugs.gentoo.org/613974
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-calculators/qalculate-gtk/Manifest |  1 +
 .../qalculate-gtk/qalculate-gtk-2.2.0.ebuild   | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/sci-calculators/qalculate-gtk/Manifest 
b/sci-calculators/qalculate-gtk/Manifest
index 5a1de90533f..d4a13de87e5 100644
--- a/sci-calculators/qalculate-gtk/Manifest
+++ b/sci-calculators/qalculate-gtk/Manifest
@@ -1 +1,2 @@
 DIST qalculate-gtk-0.9.9.tar.gz 1283947 BLAKE2B 
68904e19a4810ef7c83b2508d952195a38690def54816ecfde227a5f1bac847973ff67df62d5c174c00f6f9490a3ad8dce0d418cb2317b0c9c461126d54c5695
 SHA512 
944fad21d96de4a9d6b01fe259efb72f4872dd555357577fff18dca5bc4022c77d894b5cf8a0b470fbb02331de21210a6f034627346e08dc57be2f7c08e9faef
+DIST qalculate-gtk-2.2.0.tar.gz 2339951 BLAKE2B 
87a2a9328314b994a780f2f616b6f43b53848131db3e5940863432360da44f1e50084076b63c2fac01fe339d5845a55133f5d453bf3d6eec432ce8e43a524921
 SHA512 
a761383021448f2d8542fad2c51a57e9d98a09264a1467e8e4555ab1930151651f0a40cd9869bb88e18b716fdbe4c664ce69ec02b6623698f42f34e708f55dea

diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-2.2.0.ebuild 
b/sci-calculators/qalculate-gtk/qalculate-gtk-2.2.0.ebuild
new file mode 100644
index 000..7a244310dcf
--- /dev/null
+++ b/sci-calculators/qalculate-gtk/qalculate-gtk-2.2.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Modern multi-purpose calculator"
+HOMEPAGE="https://qalculate.github.io/;
+SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="gnome"
+
+RDEPEND=">=sci-libs/libqalculate-2.2.0:=
+   x11-libs/gtk+:3"
+DEPEND="${RDEPEND}
+   app-text/rarian
+   sys-devel/gettext
+   dev-util/intltool
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.9.9-entry.patch"
+)
+
+src_prepare() {
+   # Required by src_test() and `make check`
+   echo data/periodictable.ui > po/POTFILES.skip || die
+
+   gnome2_src_prepare
+}



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

2018-02-06 Thread Matthias Maier
commit: 7e5da8074cbce28ae6a7da1eefa43d6650c2e301
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb  7 00:39:29 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  7 00:54:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5da807

sci-libs/libqalculate: version bump to 2.2.0

Closes: https://bugs.gentoo.org/637022
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-libs/libqalculate/Manifest  |  1 +
 sci-libs/libqalculate/libqalculate-2.2.0.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/sci-libs/libqalculate/Manifest b/sci-libs/libqalculate/Manifest
index db446891936..32acb8c9cef 100644
--- a/sci-libs/libqalculate/Manifest
+++ b/sci-libs/libqalculate/Manifest
@@ -1,2 +1,3 @@
 DIST libqalculate-0.9.7.tar.gz 1256271 BLAKE2B 
47481d3288d04211dd060b87a723fd93fccb2bb34b3111a2f5ea4071db5cac59454d28e717638a1cb86fe51c86be6d6793f41d9c3446aad5a845a452e378cb22
 SHA512 
9aae8540481df4aa1cb24b1c6e8e9424e87758444f0b9689cd809bdf4230c4b5257c74363e6f084cea4e3be1935f45c53e7fc592f76d25d709ad88c97884bc42
 DIST libqalculate-0.9.9.tar.gz 1509180 BLAKE2B 
3f309add80ddb6b21730eab25d37c2d8fee163a79768a09ec5e7e5d329aa11ed9dafbf77f4ce194a96c2ac6a3b55a9c0d16755d5e106123cc2a5f931f6872d91
 SHA512 
c7692dcd91e0a7aea8184ca5366a3caf704b6e716c9e8552f4214ce7fc3157cf127daf7a063196383e4d5a99f8703486f2282c7fb01acafee5e1b3d8993de384
+DIST libqalculate-2.2.0.tar.gz 1717207 BLAKE2B 
020ca544683ff140ab5f8256a5a955c895a6ea09a581e9e75ab6c0a0657886c352a1ec2d34400057fe80004481d3198998613113ca40fb4feebfca010445dced
 SHA512 
e6f3693e4dba2beffca300b673657b90037a6b7acc5bbd4e659863f4f5aec148d6d385fc3c666b16b2be713d0a8ad1b4d7fda557cef0e2be340ca2435f62aae7

diff --git a/sci-libs/libqalculate/libqalculate-2.2.0.ebuild 
b/sci-libs/libqalculate/libqalculate-2.2.0.ebuild
new file mode 100644
index 000..4b479906352
--- /dev/null
+++ b/sci-libs/libqalculate/libqalculate-2.2.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A modern multi-purpose calculator library"
+HOMEPAGE="https://qalculate.github.io/;
+SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="gnuplot readline static-libs"
+
+COMMON_DEPEND="
+   dev-libs/glib:2
+   dev-libs/libxml2:2
+   >=sci-libs/cln-1.2
+   sys-libs/zlib
+   readline? ( sys-libs/readline:0= )"
+DEPEND="${COMMON_DEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+RDEPEND="${COMMON_DEPEND}
+   net-misc/wget
+   gnuplot? ( >=sci-visualization/gnuplot-3.7 )"
+
+src_prepare() {
+   default
+
+   cat >po/POTFILES.skip <<-EOF
+   # Required by make check
+   data/currencies.xml.in
+   data/datasets.xml.in
+   data/elements.xml.in
+   data/functions.xml.in
+   data/planets.xml.in
+   data/units.xml.in
+   data/variables.xml.in
+   src/defs2doc.cc
+   EOF
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_with readline)
+}
+
+src_install() {
+   # docs/reference/Makefile.am -> referencedir=
+   emake \
+   DESTDIR="${D}" \
+   referencedir="${EPREFIX}/usr/share/doc/${PF}/html" \
+   install
+
+   dodoc AUTHORS ChangeLog NEWS README* TODO
+
+   find "${ED}" -name '*.la' -delete || die
+}



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

2018-02-06 Thread Matthias Maier
commit: 330fffa7484f7c9425741149250ef252d08714c3
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb  7 00:46:40 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  7 00:54:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330fffa7

sys-fs/mp3fs: drop old version 0.32

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-fs/mp3fs/Manifest  |  1 -
 sys-fs/mp3fs/mp3fs-0.32.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/sys-fs/mp3fs/Manifest b/sys-fs/mp3fs/Manifest
index ca5725fd3fc..0b723a88d1c 100644
--- a/sys-fs/mp3fs/Manifest
+++ b/sys-fs/mp3fs/Manifest
@@ -1,2 +1 @@
-DIST mp3fs-0.32.tar.gz 120579 BLAKE2B 
a929068353c687fb6bd90ceecfd2f9371be9ce0e2f3e730a6f0efdbf24764caf5fda386f622e0b02103bbc557c85489a979b1c50ac1392f3620ffc6e30b93949
 SHA512 
826ad719198195d66fff5bbb4b9b6734b5f180f37ead11bf77ecf9dd7cc86e4e2243cdea78c029b3bb8757efb9f52143f84c979f07034b016147b6257d0c9980
 DIST mp3fs-0.91.tar.gz 357098 BLAKE2B 
39f77f1f6d2c6e86aa08be925060c6cc72e0737ead2578f5b7ac5cfcf92aaf27dc31ae10e38646d0460c0087a7100229bc150ec443879b7c1c15c485cf3946c8
 SHA512 
9499566afbaf181acd9efb8a4d6253e288ab9be0c8b036b2993553d0d4f4692d7dbcf34ac03787d8dbbfc35b2cc29e1d78612933c428a908c9c48290fedb8681

diff --git a/sys-fs/mp3fs/mp3fs-0.32.ebuild b/sys-fs/mp3fs/mp3fs-0.32.ebuild
deleted file mode 100644
index 1be92bd497b..000
--- a/sys-fs/mp3fs/mp3fs-0.32.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="a read-only FUSE filesystem which transcodes FLAC audio files to 
MP3 when read"
-HOMEPAGE="https://khenriks.github.com/mp3fs/;
-SRC_URI="mirror://github/khenriks/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="sys-fs/fuse
-   media-libs/libid3tag
-   media-libs/flac
-   media-sound/lame
-   media-libs/libogg"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-   dodoc AUTHORS ChangeLog NEWS README.rst
-}



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

2018-02-06 Thread Matthias Maier
commit: 72adc5e8f03625eb5fc8d88657d147bac48d57f9
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb  7 00:10:15 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Feb  7 00:54:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72adc5e8

dev-util/cloc: drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/cloc/Manifest |  4 --
 dev-util/cloc/cloc-1.64.ebuild | 44 --
 dev-util/cloc/cloc-1.66.ebuild | 32 --
 dev-util/cloc/cloc-1.70.ebuild | 30 -
 .../cloc-fix_stupid_perl_array_error_again.patch   | 71 --
 5 files changed, 181 deletions(-)

diff --git a/dev-util/cloc/Manifest b/dev-util/cloc/Manifest
index 4f960a337b3..4b9c0363b2d 100644
--- a/dev-util/cloc/Manifest
+++ b/dev-util/cloc/Manifest
@@ -1,5 +1 @@
-DIST cloc-1.64.pl 408977 BLAKE2B 
7a84b7607cb517b4c5520c6ee0c4b999371f6df2a20952c1f91029ed06eb62106823473c99761255851a6d9437c64c35f0bfbf4b73a1f6093307af86c5b8438d
 SHA512 
bed788cb77ce9ae83714fc14ca04d90d5ae73a7443e180ab815ab81b1d58737f51a8c81360eb7be756afc9d324f9dcf1174b5505b665401217231087ba9461ad
-DIST cloc-1.66.tar.gz 215719 BLAKE2B 
e7fd6315ff9a0bc38e5358179193a159630c1c83f86d1124e9e51db64d5e6c45c7b1dab1ae27c239fd843049e061fec8d2abfc35f42e07617952ba9dbecb7733
 SHA512 
2f0bb2de83c6cd8eee251dbf418002301fdfa76bfda6cfbd0d746d9ea0c9d27cf3ee91110504819c4b85e0ae6c1c496fb125c3ede0d516d452cfea6af46e9473
-DIST cloc-1.70.tar.gz 318879 BLAKE2B 
0d95e349e0e9788babf16754833ce63b75ae4fd9009d734dfba935cba7c4eee2691eabd0b95824c55a39df1aab2b3ec7e694b13bbf4c4b0e3689ef1b40c8d69c
 SHA512 
fb92101130dd8476ccafe488cf4ec06deb2f1b428649d686a0f19250c8fcf2717e7e44b73ec5493cc61f8237c31c016465f9006757d39df1b6a9f726abd93eb2
 DIST cloc-1.72.tar.gz 347245 BLAKE2B 
8ce6915322c6cb4682994034525b7c1e3dfa674832c24dd3d3998f3472f83739764aa61beb80ccda51147b663d4555f060b0098fbf307b81418d58ca72b4f14b
 SHA512 
e83567fcc2703b6de761c44d3b85e4c176eaff9f35419a202bd4c00b5cc9160d39251deb762d57b40aacf4fe6322cf79877032ed29abec2a5f00c1abb8d44021
-DIST cloc.1.pod 12468 BLAKE2B 
0c9cea6e95026f343623e503ff3bb32bdcc198fb9b292f0d51e4b2b2708e9903c4dce79620043aebc1828d013eef2de1b98f84a7abaee8217348153171be6559
 SHA512 
50b4085704c7936de9993476195570957c9c5e864f4a2dbac114ff148a813b50ccba0c6e29d5bda4c4e5cd7c7a09e314233438ddd28f0e0585db54975e602659

diff --git a/dev-util/cloc/cloc-1.64.ebuild b/dev-util/cloc/cloc-1.64.ebuild
deleted file mode 100644
index 6d04d597b45..000
--- a/dev-util/cloc/cloc-1.64.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Count Lines of Code"
-HOMEPAGE="http://cloc.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.pl 
mirror://sourceforge/${PN}/${PN}.1.pod"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-
-DEPEND=">=dev-lang/perl-5.6"
-RDEPEND="${DEPEND}
-   dev-perl/Algorithm-Diff
-   dev-perl/Regexp-Common
-   virtual/perl-Digest-MD5
-   virtual/perl-Getopt-Long
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp"
-
-S=${WORKDIR}
-
-src_unpack() { :; }
-
-src_prepare() {
-   pod2man "${DISTDIR}"/${PN}.1.pod > ${PN}.1 || die
-
-   # hacky, but otherwise we only get a symlink in distdir...
-   cp -L "${DISTDIR}"/${P}.pl "${WORKDIR}"/
-
-   # fix stuoid perl array error...  again...
-   if has_version '>=dev-lang/perl-5.22.0' ; then
-   epatch 
"${FILESDIR}"/${PN}-fix_stupid_perl_array_error_again.patch
-   fi
-}
-
-src_install() {
-   doman ${PN}.1
-   newbin "${WORKDIR}"/${P}.pl ${PN}
-}

diff --git a/dev-util/cloc/cloc-1.66.ebuild b/dev-util/cloc/cloc-1.66.ebuild
deleted file mode 100644
index 34dbcf97600..000
--- a/dev-util/cloc/cloc-1.66.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Count Lines of Code"
-HOMEPAGE="https://github.com/AlDanial/cloc;
-SRC_URI="https://github.com/AlDanial/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-DEPEND=">=dev-lang/perl-5.6"
-RDEPEND="${DEPEND}
-   dev-perl/Algorithm-Diff
-   dev-perl/Regexp-Common
-   virtual/perl-Digest-MD5
-   virtual/perl-Getopt-Long
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp"
-
-src_compile() {
-   pod2man Unix/${PN}.1.pod > ${PN}.1 || die
-}
-
-src_install() {
-   doman ${PN}.1
-   dobin Unix/${PN}
-}

diff --git a/dev-util/cloc/cloc-1.70.ebuild b/dev-util/cloc/cloc-1.70.ebuild
deleted file mode 100644
index 3dd2d991090..000
--- a/dev-util/cloc/cloc-1.70.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the 

[gentoo-commits] repo/gentoo:master commit in: x11-proto/xorgproto/, profiles/

2018-02-06 Thread Matt Turner
commit: 120e67e37d8a03eec2083692596708baada82a5f
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Feb  6 22:19:09 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Feb  7 00:34:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120e67e3

x11-proto/xorgproto: New package

xorgproto is a single package containing:

x11-proto/bigreqsproto
x11-proto/compositeproto
x11-proto/damageproto
x11-proto/dmxproto
x11-proto/dri2proto
x11-proto/dri3proto
x11-proto/fixesproto
x11-proto/fontsproto
x11-proto/glproto
x11-proto/inputproto
x11-proto/kbproto
x11-proto/presentproto
x11-proto/randrproto
x11-proto/recordproto
x11-proto/renderproto
x11-proto/resourceproto
x11-proto/scrnsaverproto
x11-proto/trapproto
x11-proto/videoproto
x11-proto/xcmiscproto
x11-proto/xextproto
x11-proto/xf86bigfontproto
x11-proto/xf86dgaproto
x11-proto/xf86driproto
x11-proto/xf86miscproto
x11-proto/xf86vidmodeproto
x11-proto/xineramaproto
x11-proto/xproto

Also included are proto headers for which we do not currently have a
package:

applewmproto (unpackaged)
panoramixproto (unpackaged)
pmproto (unpackaged)
windowswmproto (unpackaged)

Behind a "legacy" flag (which we choose not to implement) there are
headers for dead things:

evieproto(legacy, unpackaged)
x11-proto/fontcacheproto (legacy)
lg3dproto(legacy, unpackaged)
x11-proto/printproto (legacy)
x11-proto/xf86rushproto  (legacy)

 profiles/package.mask |  5 +++
 x11-proto/xorgproto/metadata.xml  |  8 
 x11-proto/xorgproto/xorgproto-.ebuild | 65 +++
 3 files changed, 78 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 3565586e1fc..99bc58c83a7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner  (06 Feb 2018)
+# New package with subsuming lots of existing packages. Lots of reverse
+# dependencies will need to be updated.
+x11-proto/xorgproto
+
 # Matt Turner  (06 Feb 2018)
 # Dead and unused
 # Masked for removal in 30 days. Bug #646838

diff --git a/x11-proto/xorgproto/metadata.xml b/x11-proto/xorgproto/metadata.xml
new file mode 100644
index 000..e943b72b8a4
--- /dev/null
+++ b/x11-proto/xorgproto/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   x...@gentoo.org
+   X11
+
+

diff --git a/x11-proto/xorgproto/xorgproto-.ebuild 
b/x11-proto/xorgproto/xorgproto-.ebuild
new file mode 100644
index 000..a88a2a911ab
--- /dev/null
+++ b/x11-proto/xorgproto/xorgproto-.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/proto/${PN};
+
+if [[ ${PV} = * ]]; then
+   GIT_ECLASS="git-r3"
+fi
+
+inherit ${GIT_ECLASS} meson
+
+DESCRIPTION="X.Org combined protocol headers"
+HOMEPAGE="https://cgit.freedesktop.org/xorg/proto/xorgproto/;
+if [[ ${PV} = * ]]; then
+   SRC_URI=""
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
+   
SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${P}.tar.gz;
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   !x11-proto/bigreqsproto
+   !x11-proto/compositeproto
+   !x11-proto/damageproto
+   !x11-proto/dmxproto
+   !x11-proto/dri2proto
+   !x11-proto/dri3proto
+   !x11-proto/fixesproto
+   !x11-proto/fontsproto
+   !x11-proto/glproto
+   !x11-proto/inputproto
+   !x11-proto/kbproto
+   !x11-proto/presentproto
+   !x11-proto/randrproto
+   !x11-proto/recordproto
+   !x11-proto/renderproto
+   !x11-proto/resourceproto
+   !x11-proto/scrnsaverproto
+   !x11-proto/trapproto
+   !x11-proto/videoproto
+   !x11-proto/xcmiscproto
+   !x11-proto/xextproto
+   !x11-proto/xf86bigfontproto
+   !x11-proto/xf86dgaproto
+   !x11-proto/xf86driproto
+   !x11-proto/xf86miscproto
+   !x11-proto/xf86vidmodeproto
+   !x11-proto/xineramaproto
+   !x11-proto/xproto
+
+   !x11-proto/fontcacheproto
+   !x11-proto/printproto
+   !x11-proto/xf86rushproto"
+RDEPEND=""
+
+src_unpack() {
+   default
+   [[ $PV = * ]] && git-r3_src_unpack
+}



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

2018-02-06 Thread William Hubbs
commit: cdd4b78ee24386567bad32953a69ab027860acd1
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Feb  7 00:19:56 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Feb  7 00:19:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd4b78e

sys-apps/baselayout: Stable 2.4.1-r2 on sparc

I'm not sure why this was the only arch where this version wasn't
stable.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/sys-apps/baselayout/baselayout-2.4.1-r2.ebuild 
b/sys-apps/baselayout/baselayout-2.4.1-r2.ebuild
index bb57d59ef09..d5f5254ba60 100644
--- a/sys-apps/baselayout/baselayout-2.4.1-r2.ebuild
+++ b/sys-apps/baselayout/baselayout-2.4.1-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/baselayout.git/snapshot/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 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="build kernel_linux"
 
 pkg_setup() {



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

2018-02-06 Thread Sergei Trofimovich
commit: 9c273ebd52e51556f86ec057c18fc0a138a70356
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Feb  6 23:21:21 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb  6 23:25:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c273ebd

net-misc/rsync: stable 3.1.3 for hppa/sparc, bug #646818

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa sparc"

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

diff --git a/net-misc/rsync/rsync-3.1.3.ebuild 
b/net-misc/rsync/rsync-3.1.3.ebuild
index 93794ea2502..d698a23eb2e 100644
--- a/net-misc/rsync/rsync-3.1.3.ebuild
+++ b/net-misc/rsync/rsync-3.1.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://rsync.samba.org/ftp/rsync/src/${P}.tar.gz;
 LICENSE="GPL-3"
 SLOT="0"
 [[ ${PV} = *_pre* ]] || \
-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 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl examples iconv ipv6 static stunnel xattr"
 
 LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] )



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

2018-02-06 Thread Sergei Trofimovich
commit: 1e1bceecd4852753819e4d68c3e7093a2f6ed9a3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Feb  6 23:20:42 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb  6 23:25:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1bceec

net-misc/dhcpcd: stable 6.11.5 for sparc, bug #646822

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/net-misc/dhcpcd/dhcpcd-6.11.5.ebuild 
b/net-misc/dhcpcd/dhcpcd-6.11.5.ebuild
index 9678f27f633..93b63bca4f4 100644
--- a/net-misc/dhcpcd/dhcpcd-6.11.5.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-6.11.5.ebuild
@@ -10,7 +10,7 @@ else
MY_P="${MY_P/_beta/-beta}"
MY_P="${MY_P/_rc/-rc}"
SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2018-02-06 Thread Sergei Trofimovich
commit: f34b677906cdd137f8fa0602a2bcde3914732e85
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Feb  6 23:13:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb  6 23:25:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34b6779

sys-apps/busybox: stable 1.28.0 for hppa, bug #638258

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

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

diff --git a/sys-apps/busybox/busybox-1.28.0.ebuild 
b/sys-apps/busybox/busybox-1.28.0.ebuild
index 64a2b189f24..2af32a2cbbf 100644
--- a/sys-apps/busybox/busybox-1.28.0.ebuild
+++ b/sys-apps/busybox/busybox-1.28.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else
MY_P=${PN}-${PV/_/-}
SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2;
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2" # GPL-2 only



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

2018-02-06 Thread Sergei Trofimovich
commit: 59b3b901b2065f1168b98eb8d5152cef599169a2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Feb  6 23:11:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb  6 23:12:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b3b901

net-misc/dhcpcd: stable 6.11.5 for ia64, bug #646822

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

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

diff --git a/net-misc/dhcpcd/dhcpcd-6.11.5.ebuild 
b/net-misc/dhcpcd/dhcpcd-6.11.5.ebuild
index fd0696f21b1..9678f27f633 100644
--- a/net-misc/dhcpcd/dhcpcd-6.11.5.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-6.11.5.ebuild
@@ -10,7 +10,7 @@ else
MY_P="${MY_P/_beta/-beta}"
MY_P="${MY_P/_rc/-rc}"
SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2018-02-06 Thread Sergei Trofimovich
commit: b52a4397c3f17c0b46b0dd3eb3cab970c60d9a40
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Feb  6 23:11:49 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb  6 23:12:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52a4397

dev-vcs/bzr: stable 2.7.0 for ia64, bug #646764

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-vcs/bzr/bzr-2.7.0.ebuild b/dev-vcs/bzr/bzr-2.7.0.ebuild
index dfac3c63c95..539416f8cf0 100644
--- a/dev-vcs/bzr/bzr-2.7.0.ebuild
+++ b/dev-vcs/bzr/bzr-2.7.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://bazaar-vcs.org/;
 
 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 ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris"
 IUSE="curl doc +sftp test"
 PLOCALES="ar ast bs ca cs de el en_AU en_GB es fa fo fr gl he id it ja ko ms 
my nb nl oc pl pt_BR ro ru sco si sk sr sv tr ug uk vi zh_CN"
 



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

2018-02-06 Thread Sergei Trofimovich
commit: b8e81919a3fd042c6ad762d56fd7654e40eee022
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Feb  6 23:11:54 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb  6 23:12:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e81919

net-misc/rsync: stable 3.1.3 for ia64, bug #646818

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

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

diff --git a/net-misc/rsync/rsync-3.1.3.ebuild 
b/net-misc/rsync/rsync-3.1.3.ebuild
index 3136cdc4f8b..93794ea2502 100644
--- a/net-misc/rsync/rsync-3.1.3.ebuild
+++ b/net-misc/rsync/rsync-3.1.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://rsync.samba.org/ftp/rsync/src/${P}.tar.gz;
 LICENSE="GPL-3"
 SLOT="0"
 [[ ${PV} = *_pre* ]] || \
-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 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl examples iconv ipv6 static stunnel xattr"
 
 LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] )



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

2018-02-06 Thread William Hubbs
commit: c4887e88316e2176dc99c173ccc6af825c10f745
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Feb  6 22:53:15 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Feb  6 22:53:15 2018 +
URL:https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=c4887e88

Do not install .keep files

 Makefile | 5 -
 1 file changed, 5 deletions(-)

diff --git a/Makefile b/Makefile
index 966e71ac..35bdb627 100644
--- a/Makefile
+++ b/Makefile
@@ -65,9 +65,7 @@ install:
 layout-dirs:
# Create base filesytem layout
for x in $(KEEP_DIRS) ; do \
-   test -e $(DESTDIR)$$x/.keep && continue ; \
$(INSTALL_DIR) $(DESTDIR)$$x || exit $$? ; \
-   touch $(DESTDIR)$$x/.keep || echo "ignoring touch failure; 
mounted fs?" ; \
done
 
 layout-BSD: layout-dirs
@@ -82,11 +80,8 @@ layout-Linux: layout-dirs
 layout: layout-dirs layout-$(OS)
# Special dirs
install -m 0700 -d $(DESTDIR)/root
-   touch $(DESTDIR)/root/.keep
install -m 1777 -d $(DESTDIR)/var/tmp
-   touch $(DESTDIR)/var/tmp/.keep
install -m 1777 -d $(DESTDIR)/tmp
-   touch $(DESTDIR)/tmp/.keep
# FHS compatibility symlinks stuff
ln -snf /var/tmp $(DESTDIR)/usr/tmp
 



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

2018-02-06 Thread Sebastian Pipping
commit: 9fa62ee2143f919b1e32a4c5882786a8ad3e67da
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Feb  6 22:50:40 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Feb  6 22:50:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa62ee2

app-crypt/ubuntu-keyring: 2018.02.06

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/ubuntu-keyring/Manifest  |  1 +
 .../ubuntu-keyring-2018.02.06.ebuild   | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/app-crypt/ubuntu-keyring/Manifest 
b/app-crypt/ubuntu-keyring/Manifest
index 84e69558b92..55ef957b617 100644
--- a/app-crypt/ubuntu-keyring/Manifest
+++ b/app-crypt/ubuntu-keyring/Manifest
@@ -3,3 +3,4 @@ DIST ubuntu-keyring_2016.09.01.tar.gz 18251 BLAKE2B 
223982d494c7f455e834b8ed1763
 DIST ubuntu-keyring_2016.09.19.tar.gz 20282 BLAKE2B 
bfe9af3dd25b2f35f27bd421b5b03d94f018fc02af0f3dfb95441260b31ec48ea406c869305f99a1599661bc4862e40c9258d5fe39c2b84e8a3534f3ae807e1c
 SHA512 
2dec94d99502730f455ca9832a0f20a027fbcbd896124b93f79dbf0b2c15e73641719626c08caaf9d35922d569929097f2e2189bad855d12bf4cddd2e4379d19
 DIST ubuntu-keyring_2016.10.27.tar.gz 19182 BLAKE2B 
2a3f67be4f2e14e15747f497ffb6a5d784010ae4532b4b3990103cc461f7e2af8a00957fb173ab98e7e44e3fab843c611c33a88cd68c462e09b70a54acfe3cce
 SHA512 
ac4b4353a89bd15f8511ba1cecccb6597c407b67b4642c24ae1e461b2be2a5b2989bf5bc033cb2a265217688a366d2c2907b52bc1e484061348cb218ee5cb6a2
 DIST ubuntu-keyring_2018.02.05.tar.gz 27788 BLAKE2B 
6d11ad002063eb0663316a157058fe4733bae42af4bb6620c20f0230b0f3f0c7a7760b90401c7fe711f0177de9302f13814245dff4476e8781912e08fa35a8d3
 SHA512 
cbed6d444f9d83c46f9d4a3351dec7da2ae9746fc56fa66f74c95719fa0ecdb84edb90c74acec26ffecae3741c9c460c84208bdbd3a1ec006b735acf90a7fe99
+DIST ubuntu-keyring_2018.02.06.tar.gz 29977 BLAKE2B 
0ea4fc1ab191ee1c04eb1df1675ce3b1a432415c726e2778d9dd7e2bf7eb6b122d39438d07217279172ad19c3618e95b378516cd8bca63fe860b0e721678db07
 SHA512 
bd87412686dbdc5ca25bad5d810a7410f3d9472cc254d8dc8936d45fd65b559ed5b4f103058192afd8db8b9fc01adb9a71125e998bbeb939b01c732e5c1f03b6

diff --git a/app-crypt/ubuntu-keyring/ubuntu-keyring-2018.02.06.ebuild 
b/app-crypt/ubuntu-keyring/ubuntu-keyring-2018.02.06.ebuild
new file mode 100644
index 000..2189efd914c
--- /dev/null
+++ b/app-crypt/ubuntu-keyring/ubuntu-keyring-2018.02.06.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="GnuPG archive keys of the Ubuntu archive"
+HOMEPAGE="http://packages.ubuntu.com/zesty/ubuntu-keyring;
+SRC_URI="mirror://ubuntu/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}"/${PN}-2018.01.17
+
+src_install() {
+   insinto /usr/share/keyrings/
+   doins keyrings/*.gpg
+
+   dodoc changelog README
+}



[gentoo-commits] repo/gentoo:master commit in: games-fps/redeclipse/

2018-02-06 Thread Andreas Sturmlechner
commit: f6d7fbd05fee68e2437de6e66abd26bfd800288f
Author: Rob Levitsky  protonmail  ch>
AuthorDate: Tue Feb  6 21:54:13 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb  6 22:23:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d7fbd0

games-fps/redeclipse: fix missing manual error, fix bug 646708

The symlink creation step uses a change directory command which breaks
the call to dodoc. Simply reversing the order solves the problem.

Closes: https://bugs.gentoo.org/646708
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7100

 games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild 
b/games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild
index 5a45262fd90..8d7b902e19d 100644
--- a/games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild
+++ b/games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild
@@ -74,10 +74,10 @@ src_install() {
doman doc/man/redeclipse.6
fi
 
+   doman doc/man/redeclipse-server.6
+   dodoc readme.txt doc/examples/servinit.cfg
+
dobin "${FILESDIR}/redeclipse"
cd /usr/bin || die
dosym redeclipse redeclipse_server
-
-   doman doc/man/redeclipse-server.6
-   dodoc readme.txt doc/examples/servinit.cfg
 }



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

2018-02-06 Thread Matt Turner
commit: e590965cdeb0c921194740da0481c85afaa1ebae
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Feb  6 22:02:59 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Feb  6 22:07:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e590965c

x11-base/xorg-server: Remove dead x11-proto/xf86rushproto dependency

rushproto hasn't been required since upstream commit 8ec79e05feac (in
2005!), and even then it wasn't actually needed!

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-base/xorg-server/xorg-server-1.19.5.ebuild | 3 +--
 x11-base/xorg-server/xorg-server-1.19.6.ebuild | 3 +--
 x11-base/xorg-server/xorg-server-.ebuild   | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/x11-base/xorg-server/xorg-server-1.19.5.ebuild 
b/x11-base/xorg-server/xorg-server-1.19.5.ebuild
index 27a73bbdbff..43d6c43e91c 100644
--- a/x11-base/xorg-server/xorg-server-1.19.5.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.19.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -101,7 +101,6 @@ DEPEND="${CDEPEND}
>=x11-proto/xcmiscproto-1.2.0
>=x11-proto/xextproto-7.2.99.901
>=x11-proto/xf86dgaproto-2.0.99.1
-   >=x11-proto/xf86rushproto-1.1.2
>=x11-proto/xf86vidmodeproto-2.2.99.1
>=x11-proto/xineramaproto-1.1.3
>=x11-proto/xproto-7.0.31

diff --git a/x11-base/xorg-server/xorg-server-1.19.6.ebuild 
b/x11-base/xorg-server/xorg-server-1.19.6.ebuild
index 22c7275f60c..85e42243693 100644
--- a/x11-base/xorg-server/xorg-server-1.19.6.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.19.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -101,7 +101,6 @@ DEPEND="${CDEPEND}
>=x11-proto/xcmiscproto-1.2.0
>=x11-proto/xextproto-7.2.99.901
>=x11-proto/xf86dgaproto-2.0.99.1
-   >=x11-proto/xf86rushproto-1.1.2
>=x11-proto/xf86vidmodeproto-2.2.99.1
>=x11-proto/xineramaproto-1.1.3
>=x11-proto/xproto-7.0.31

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 03247bd2d5c..9c3615cc9cd 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -100,7 +100,6 @@ DEPEND="${CDEPEND}
>=x11-proto/xcmiscproto-1.2.0
>=x11-proto/xextproto-7.2.99.901
>=x11-proto/xf86dgaproto-2.0.99.1
-   >=x11-proto/xf86rushproto-1.1.2
>=x11-proto/xf86vidmodeproto-2.2.99.1
>=x11-proto/xineramaproto-1.1.3
>=x11-proto/xproto-7.0.31



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

2018-02-06 Thread Matt Turner
commit: 05765fa12c751c275e05bd0e3a36eb98cbac2804
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Feb  6 22:07:24 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Feb  6 22:07:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05765fa1

profile: Mask dead x11 proto and library packages for removal

Bug: https://bugs.gentoo.org/646838

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 18c8cd246a1..3565586e1fc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,16 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner  (06 Feb 2018)
+# Dead and unused
+# Masked for removal in 30 days. Bug #646838
+x11-libs/libXCalibrate
+x11-libs/libXfontcache
+x11-misc/xtscal
+x11-proto/fontcacheproto
+x11-proto/xcalibrateproto
+x11-proto/xf86rushproto
+
 # Tim Harder  (05 Feb 2018)
 # Unmaintained, replaced by newsboat fork.
 # Masked for removal in 30 days.



  1   2   3   4   >