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

2017-12-21 Thread Hans de Graaff
commit: 8319093cf99bb300132cc703b0c1ce450e451fef
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 22 06:53:57 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 22 06:53:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8319093c

dev-ruby/nokogiri: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/nokogiri/Manifest  |  2 -
 dev-ruby/nokogiri/nokogiri-1.7.2.ebuild | 93 -
 dev-ruby/nokogiri/nokogiri-1.8.0.ebuild | 93 -
 3 files changed, 188 deletions(-)

diff --git a/dev-ruby/nokogiri/Manifest b/dev-ruby/nokogiri/Manifest
index 013624de06f..da85bfade97 100644
--- a/dev-ruby/nokogiri/Manifest
+++ b/dev-ruby/nokogiri/Manifest
@@ -1,5 +1,3 @@
 DIST nokogiri-1.6.8.1-git.tgz 5708322 BLAKE2B 
54a97ac8a4bc964f9ad2a1c2eabf23864d1930e45148fb9f2bfa6edddc19670acf1066f12d01cba5654489dcd84b3021c66f942bb1fd51aa9164a2cf9053f5cd
 SHA512 
a4546917e5979810ad4fe0f693f11f00fc719379fecefa68e36e512b128db1de083add4e80dfe3fa0546294ec68aa0f3f890575812b851e884bcbf2165f944d7
 DIST nokogiri-1.7.1-git.tgz 5712371 BLAKE2B 
cd90c8a48a25a81f65a485ddd6a1df6667f49b2d4242c71750c76ae3d41f439f549a82ae72d87dd3f8022fca9fa917efc91ad3f097f07783666a3712c72ee241
 SHA512 
82a10eff835d562a215f8a38e660f43f5d05f54fae6c6ec21cb5e4797b747be6a8eeb2e42f3c2b5710294073be8d1a987d881f7845526f0ea3ca52a0feb508d8
-DIST nokogiri-1.7.2-git.tgz 5713798 BLAKE2B 
91af9fb42f830914c342acaea83a52962da22885a7aa0099acbcd6960119dbc49ca2dfece73043056d6b21b400c71b09d86476fecb9c0b8532fd8f9c6a4114c9
 SHA512 
6ab6f051304133181e50ffdd87cd07e22188841e08e52048d2f9cfaf552f98f1e7c2b84fbee0f251721735d3e25cf3e0850977d25dd256f55dc65bd05f56d740
-DIST nokogiri-1.8.0-git.tgz 5751531 BLAKE2B 
51a0901083c6feaaa9834fd60d67fd1c761fe95907938aa0c9e7669fe1c191f7b32aae9e60d85cfb4c3b6e1421c6cae163645e2f79298342bb222ccc531440bd
 SHA512 
a65715318e095332c3540b28eda4036321a4663ad6ffa9b7dce69a690fe6b5ab1bc9e0d1d1639a2bf426daee8c79163b5c6d78e295e27cd9bacea416895b5139
 DIST nokogiri-1.8.1-git.tgz 5747155 BLAKE2B 
40eaa7506f646e47caced25e87c125f2650d69e7194491061f734de9d4b58ee3efcab202e528c8d416683bf1642b0f1e7cbeb7268e1fa32549ae2a427d55227d
 SHA512 
fbd5e9c3edb0f7099ed7923ccb8922e778859ee1fb226c756f515f69c5f16cc4103644d4a569e16aa05374c6e94c691572255ea82af0002f95879ed396ccdc4a

diff --git a/dev-ruby/nokogiri/nokogiri-1.7.2.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.7.2.ebuild
deleted file mode 100644
index 28c709e38d4..000
--- a/dev-ruby/nokogiri/nokogiri-1.7.2.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md ROADMAP.md STANDARD_RESPONSES.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="ext"
-
-inherit ruby-fakegem eutils multilib
-
-DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser"
-HOMEPAGE="http://nokogiri.org/";
-LICENSE="MIT"
-SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-RDEPEND="${RDEPEND}
-   >=dev-libs/libxml2-2.9.2:=
-   dev-libs/libxslt
-   virtual/libiconv"
-DEPEND="${DEPEND}
-   >=dev-libs/libxml2-2.9.2
-   dev-libs/libxslt
-   virtual/libiconv"
-
-ruby_add_bdepend "
-   dev-ruby/hoe
-   >=dev-ruby/pkg-config-1.1.7
-   dev-ruby/rexical
-   dev-ruby/rdoc
-   dev-ruby/racc
-   test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   sed -i \
-   -e '/tasks\/cross_compile/s:^:#:' \
-   -e '/:test.*prerequisites/s:^:#:' \
-   -e '/license/ s:^:#:' \
-   Rakefile || die
-   # Remove the cross compilation options since they interfere with
-   # native building.
-   sed -i -e 's/cross_compile  = true/cross_compile = false/' Rakefile || 
die
-   sed -i -e '/cross_config_options/d' Rakefile || die
-}
-
-each_ruby_configure() {
-   NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
-   ${RUBY} -Cext/${PN} extconf.rb \
-   --with-zlib-include="${EPREFIX}"/usr/include \
-   --with-zlib-lib="${EPREFIX}"/$(get_libdir) \
-   --with-iconv-include="${EPREFIX}"/usr/include \
-   --with-iconv-lib="${EPREFIX}"/$(get_libdir) \
-   --with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
-   --with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
-   --with-xslt-dir="${EPREFIX}"/usr \
-   --with-iconvlib=iconv \
-   || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
-   ${RUBY} -S rake lib/

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

2017-12-21 Thread Hans de Graaff
commit: 6cab5bb887bdbf949df356c56f0d4d098bfb619a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 22 06:44:31 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 22 06:44:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cab5bb8

dev-ruby/rcairo: amd64 stable, bug 641996

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/rcairo/rcairo-1.15.10.ebuild 
b/dev-ruby/rcairo/rcairo-1.15.10.ebuild
index cbe486328ee..7ba62f34cad 100644
--- a/dev-ruby/rcairo/rcairo-1.15.10.ebuild
+++ b/dev-ruby/rcairo/rcairo-1.15.10.ebuild
@@ -24,7 +24,7 @@ IUSE=""
 
 SLOT="0"
 LICENSE="|| ( Ruby GPL-2 )"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND="${RDEPEND}
>=x11-libs/cairo-1.2.0[svg]"



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

2017-12-21 Thread Hans de Graaff
commit: d995ce9864511e1116b3737b304a72fc4aa97fb4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 22 06:36:09 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 22 06:36:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d995ce98

dev-ruby/pkg-config: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/pkg-config/Manifest|  3 ---
 dev-ruby/pkg-config/pkg-config-1.2.3.ebuild | 33 -
 dev-ruby/pkg-config/pkg-config-1.2.4.ebuild | 33 -
 dev-ruby/pkg-config/pkg-config-1.2.7.ebuild | 33 -
 4 files changed, 102 deletions(-)

diff --git a/dev-ruby/pkg-config/Manifest b/dev-ruby/pkg-config/Manifest
index b57f75b2cfb..ad7d74a335f 100644
--- a/dev-ruby/pkg-config/Manifest
+++ b/dev-ruby/pkg-config/Manifest
@@ -1,5 +1,2 @@
 DIST pkg-config-1.1.7.gem 19456 BLAKE2B 
ae6f3641181a60aa46a2da63a5343f23c4a41a9499ff5e00b1115ddfb328a4db33db2890d234f5cbc9a45af28aa537e886c776f0a8f24e54e307f637e5a2c8ae
 SHA512 
9f515874d3edabdfff5f4c8d624bbc91e9c5032e79c241412cd073f0a049e35a2e2a660d5503eaae9640286d74cb9851034f757c702e220f728fba1c2337
-DIST pkg-config-1.2.3.gem 19968 BLAKE2B 
2db6c37aecbcbe63aee639a8cba99840d618a24877ada52838bda4c5775bfe8ca2d555cacad9bf53477882df555cf118c43bf54c9360d5cf05b21e7b4b136629
 SHA512 
1e0ec12cdb9647d9d5b29c48940f15dcf27e346a18b9f33922a5b8e0a57957206981cf5c7dd70da36fdb2a32bbe8e3ac38737f66abc5f5afa8b4dabf52a696fd
-DIST pkg-config-1.2.4.gem 19968 BLAKE2B 
a33bfe33e6f15c528e310363362182ac68c0c7f5745f7044973309d478864187caf66aeed9398304465c650b6739845711f83736202b8e073c80fa4e8b59d24a
 SHA512 
74abccc5b067d4b98bc1aa20eaf990f1e31f8ab9251f8081440dd2b11e9d14ffe82ccff92d0858386e11fe3ff4f8927da7ca17d382946e4b0c3dbd7a45ffae24
-DIST pkg-config-1.2.7.gem 20480 BLAKE2B 
2445c96c9defb547ef21d62912c7c882bee8b80561ec221c3605e907189b94243d4ad78ae180ea5414350b5b299f8f7f2468e0d910673f2e7c9c48d98e7cc844
 SHA512 
88a0d0c616e4c00dcdc25980c532476eb9c9ff17e9f8a015c414cf2f536c558bc10656e2a56dbe01f34c016e86fc92959f2231a07e03b541c32c79ab36423760
 DIST pkg-config-1.2.8.gem 20480 BLAKE2B 
cc11b5eff30f0f5e1a91e64902931ed540da108fd326fe731b71527c9c4310f55e9002617e1baae4f71a4b705b20cf10f6fa112f8ef56971e82868145d372a47
 SHA512 
d83a599a48c7d404946054c6846b6cfd9fce2a264c288519a6eccd9787f05d45397dd46300bf97c80700921456318154ea6d44ba32cd159803471073c2a2b065

diff --git a/dev-ruby/pkg-config/pkg-config-1.2.3.ebuild 
b/dev-ruby/pkg-config/pkg-config-1.2.3.ebuild
deleted file mode 100644
index 4cefe1fadf7..000
--- a/dev-ruby/pkg-config/pkg-config-1.2.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A pkg-config implementation by Ruby"
-HOMEPAGE="https://github.com/rcairo/pkg-config";
-LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-IUSE="test"
-
-ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
-# this is used for testing
-DEPEND+=" test? ( x11-libs/cairo )"
-
-all_ruby_prepare() {
-   # drop failing tests
-   sed -i -e "/test_cflags/,/end/d"\
-   -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die
-}
-
-each_ruby_test() {
-   ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb || die
-}

diff --git a/dev-ruby/pkg-config/pkg-config-1.2.4.ebuild 
b/dev-ruby/pkg-config/pkg-config-1.2.4.ebuild
deleted file mode 100644
index 4cefe1fadf7..000
--- a/dev-ruby/pkg-config/pkg-config-1.2.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A pkg-config implementation by Ruby"
-HOMEPAGE="https://github.com/rcairo/pkg-config";
-LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-IUSE="test"
-
-ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
-# this is used for testing
-DEPEND+=" test? ( x11-libs/cairo )"
-
-all_ruby_prepare() {
-   # drop failing tests
-   sed -i -e "/test_cflags/,/end/d"\
-   -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die
-}
-
-each_ruby_test() {
-   ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb || die
-}

diff --git a/dev-ruby/pkg-config/pkg-config-1.2.7.ebuild 
b/dev-ruby/pkg-config/pkg-config-1.2.7.ebuild
deleted file mode 100644
index 4cefe1fadf7..000
--- a/dev-ruby/pkg-config/pkg-config-1.2.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distr

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

2017-12-21 Thread Hans de Graaff
commit: 78b7c1a79a79e0499491712994e44d2f5e7aa22f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 22 06:43:42 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 22 06:43:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b7c1a7

dev-ruby/pkg-config: amd64 stable, bug 641996

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/pkg-config/pkg-config-1.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/pkg-config/pkg-config-1.2.8.ebuild 
b/dev-ruby/pkg-config/pkg-config-1.2.8.ebuild
index 18f63ebf02e..e44eb405be2 100644
--- a/dev-ruby/pkg-config/pkg-config-1.2.8.ebuild
+++ b/dev-ruby/pkg-config/pkg-config-1.2.8.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A pkg-config implementation by Ruby"
 HOMEPAGE="https://github.com/rcairo/pkg-config";
 LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 SLOT="0"
 IUSE="test"
 



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

2017-12-21 Thread Hans de Graaff
commit: 8e0be4184a6937d5c0eda87b371f0e72265ea242
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 22 06:25:34 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 22 06:25:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0be418

dev-ruby/rcairo: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/rcairo/Manifest |  1 -
 dev-ruby/rcairo/rcairo-1.14.3.ebuild | 75 
 2 files changed, 76 deletions(-)

diff --git a/dev-ruby/rcairo/Manifest b/dev-ruby/rcairo/Manifest
index 37c8239983c..06c41974c1b 100644
--- a/dev-ruby/rcairo/Manifest
+++ b/dev-ruby/rcairo/Manifest
@@ -1,3 +1,2 @@
-DIST cairo-1.14.3.gem 97792 BLAKE2B 
f9503ab6d9f7cc1567c8de43e908633c784b676a474a17f33464a2713f418d4fa8cae1d359aeca577e3bdd8a5fb904841c17cbeff2fe6da5b2d734e1a0632160
 SHA512 
aba56403ca813bdcc56c01fed76642e4115a683ed3e3d056675195d2d86fc7dfa44f0077ca47407eeea27789824171251222e6300f3f3c395bc186afb616c772
 DIST cairo-1.15.10.gem 102912 BLAKE2B 
55459487e9148f5b8fbdb00901cf0af9f2fd878ec0a73563e868f98aa76c517520d63702c19f10773c51545f638b7c9ccf69c1190aa324045cb82f5f93fed701
 SHA512 
af3cec5bf03022a5049922aaa0366b7330ec0e2003734ee855d1d9632d2027be6e08efd8b67c02bf3d006d11d8a7e28ac3d23ce9591940dc92442c7552858907
 DIST cairo-1.15.9.gem 102400 BLAKE2B 
9b2c2f04b09ab858667edb74d5ac59c8b957edd49e989403f965cda1b06f4534bae6408cc119bd54c6842372524850a8a417583b95d6b70e6f4bca2c288f9fd8
 SHA512 
f934a0ad283145bb4710374ccb1b149c6f6bcdc69978cbcd45de8a9da319a4611249262b6ca4f8bd5ef3955739c54b24bb278e36c421cd0af91ed14a43eb7e98

diff --git a/dev-ruby/rcairo/rcairo-1.14.3.ebuild 
b/dev-ruby/rcairo/rcairo-1.14.3.ebuild
deleted file mode 100644
index e4e06b35ef2..000
--- a/dev-ruby/rcairo/rcairo-1.14.3.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22"
-
-RUBY_FAKEGEM_NAME="cairo"
-
-# Documentation depends on files that are not distributed.
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="AUTHORS NEWS"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Ruby bindings for cairo"
-HOMEPAGE="http://cairographics.org/rcairo/";
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Ruby GPL-2 )"
-KEYWORDS="amd64 ~ppc ~x86"
-
-RDEPEND="${RDEPEND}
-   >=x11-libs/cairo-1.2.0[svg]"
-DEPEND="${DEPEND}
-   >=x11-libs/cairo-1.2.0[svg]"
-
-ruby_add_bdepend "
-   dev-ruby/pkg-config
-   dev-ruby/ruby-glib2
-   test? ( >=dev-ruby/test-unit-2.1.0-r1:2 )"
-
-all_ruby_prepare() {
-   # Avoid development dependency.
-   sed -i -e '/notify/ s:^:#:' test/cairo-test-utils.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/cairo extconf.rb || die "extconf failed"
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/cairo
-
-   # again, try to make it more standard, to install it more easily.
-   cp ext/cairo/cairo$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
-   # don't rely on the Rakefile because it's a mess to load with
-   # their hierarchy, do it manually.
-   ${RUBY} -Ilib -r ./test/cairo-test-utils.rb \
-   -e 'gem "test-unit"; require "test/unit"; 
Dir.glob("test/**/test_*.rb") {|f| load f}' || die "tests failed"
-}
-
-each_ruby_install() {
-   each_fakegem_install
-
-   insinto $(ruby_get_hdrdir)
-   doins ext/cairo/rb_cairo.h
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}/samples
-   doins -r samples/*
-}



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

2017-12-21 Thread Hans de Graaff
commit: 417449b9f0e9923fd366345fbf9f43364d8975ec
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 22 06:30:34 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 22 06:30:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417449b9

dev-ruby/rcairo: fix pkg-config dep, bug 641996

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/rcairo/rcairo-1.15.10.ebuild 
b/dev-ruby/rcairo/rcairo-1.15.10.ebuild
index cbd3a06cc2d..cbe486328ee 100644
--- a/dev-ruby/rcairo/rcairo-1.15.10.ebuild
+++ b/dev-ruby/rcairo/rcairo-1.15.10.ebuild
@@ -32,7 +32,7 @@ DEPEND="${DEPEND}
>=x11-libs/cairo-1.2.0[svg]"
 
 ruby_add_bdepend "
-   >=dev-ruby/pkg-config-1.1.5
+   >=dev-ruby/pkg-config-1.2.2
dev-ruby/ruby-glib2
test? ( >=dev-ruby/test-unit-2.1.0-r1:2 )"
 



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

2017-12-21 Thread Hans de Graaff
commit: 9695f254535acacd13b897f9d73d39e8639e3946
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 22 06:23:14 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 22 06:23:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9695f254

dev-ruby/ruby-xslt: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/ruby-xslt/ruby-xslt-0.9.9-r4.ebuild | 49 
 1 file changed, 49 deletions(-)

diff --git a/dev-ruby/ruby-xslt/ruby-xslt-0.9.9-r4.ebuild 
b/dev-ruby/ruby-xslt/ruby-xslt-0.9.9-r4.ebuild
deleted file mode 100644
index 5f0c6c23f96..000
--- a/dev-ruby/ruby-xslt/ruby-xslt-0.9.9-r4.ebuild
+++ /dev/null
@@ -1,49 +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 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.rdoc AUTHORS.rdoc README.rdoc"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A Ruby class for processing XSLT"
-HOMEPAGE="http://www.rubyfr.net/";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND+=" >=dev-libs/libxslt-1.1.12"
-RDEPEND+=" >=dev-libs/libxslt-1.1.12"
-
-all_ruby_prepare() {
-   # Remove forced -g compiler flag.
-   sed -i -e 's/-g //' ext/xslt_lib/extconf.rb || die
-
-   # One test fails but we have installed this code already for a long
-   # time so this probably isn't a regression. No upstream bug tracker
-   # to report the problem :-(
-   sed -i -e '/test_transformation_error/,/^  end/ s:^:#:' test/test.rb || 
die
-
-   # Fix compatability with libxslt 1.30
-   sed -i -e '/XSLT_NORM_SAXON_NAMESPACE/d' ext/xslt_lib/xslt_lib.c || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -C ext/xslt_lib extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake -C ext/xslt_lib V=1
-   cp ext/xslt_lib/xslt_lib$(get_modname) lib/xml/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} -I../lib:lib -Ctest test.rb || die
-}



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

2017-12-21 Thread Hans de Graaff
commit: a7958a90642744c7440f345691b61a12f1d3dc69
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 22 06:02:41 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 22 06:02:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7958a90

dev-ruby/term-ansicolor: cleanup; drop hppa stable bug 628678

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/term-ansicolor/Manifest   |  1 -
 .../term-ansicolor/term-ansicolor-1.2.2-r1.ebuild  | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-ruby/term-ansicolor/Manifest b/dev-ruby/term-ansicolor/Manifest
index ec2b0f328f8..63e929766db 100644
--- a/dev-ruby/term-ansicolor/Manifest
+++ b/dev-ruby/term-ansicolor/Manifest
@@ -1,2 +1 @@
-DIST term-ansicolor-1.2.2.gem 889856 BLAKE2B 
504d5085d6db00ef2524b53c0927a81676ee04a64e7662470d0ace5e56ee6702d04c2dc4459decb33e23697a1edfde5c449a60a5fa0c9438fba786700227b1ee
 SHA512 
c1ad873f47d2d0d0677d9c9229531cc341ab1650acf5b9a7704a4739796c9b7dfa6357ce60708b3e0efeb342837d9f23acc178005c4eae6b077a27f20a69eb15
 DIST term-ansicolor-1.6.0.gem 43008 BLAKE2B 
fdfb01a22256e1203947006745c9f632592fa1402188c5f4394f1cc8fef7475ff7e68cc80f5a026b9329de82cb578c7d82457adbd2c9905d0c264bf80c4e0c24
 SHA512 
574999d67f3fe167aefe9b11c04dc34cb4263c4eb105e147933def3a90b5bd7acccd7033a72a66f54fc33dde50f862037dbd8c53951243a7bd8787bdfd237139

diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild 
b/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild
deleted file mode 100644
index b65c958eaf9..000
--- a/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="term-ansicolor.gemspec"
-
-# don't install a cdiff wrapper, collides with app-misc/colordiff (bug
-# #310073).
-RUBY_FAKEGEM_BINWRAP="decolor"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Small Ruby library that colors strings using ANSI escape 
sequences"
-HOMEPAGE="http://term-ansicolor.rubyforge.org/";
-LICENSE="GPL-2"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-each_ruby_test() {
-   ${RUBY} -Ilib -Itests tests/* || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   docinto examples
-   dodoc examples/*
-}



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

2017-12-21 Thread Hans de Graaff
commit: 8c9175683a077fa6b768d20d5f6d47ef7843e7ad
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 22 06:03:32 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 22 06:03:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c917568

dev-ruby/tins: cleanup; drop hppa stable bug 628678

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/tins/Manifest  |  1 -
 dev-ruby/tins/tins-1.6.0.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-ruby/tins/Manifest b/dev-ruby/tins/Manifest
index 5367dfa32de..0167f9728af 100644
--- a/dev-ruby/tins/Manifest
+++ b/dev-ruby/tins/Manifest
@@ -3,4 +3,3 @@ DIST tins-1.15.0.gem 304128 BLAKE2B 
8eb53ded77629ed8366eddf955fde750a95a720c8ed2
 DIST tins-1.15.1.gem 304128 BLAKE2B 
dc0308ad474d46fdb0828e5c8441e55666ad0ccd413631261684f9c44f774a7805c26c5a3123af4b7805647efcef22eeed4f84079d4648aa04ba7eb1c4407a25
 SHA512 
13182f31a23c80618fdf24fc8ecc8d165eca1c07489c55399224943bb393a1483bd82e5000baf67c8c9f8985e93154e73e3e1c3b53f9a02b0f1bfaac44eb275b
 DIST tins-1.16.0.gem 304128 BLAKE2B 
663845a1d7cdacc3bdd632faf237b0c6f517a4d623fd3667ad9445f570ac5a10a93ef2133285cdbe792e92bb3371ef2d800c466520b1f3581cf36b13de3a5b6e
 SHA512 
689c8871d929cf019a3b0938da29fbb9a7bd49ed5839c067f9f2053c2223234a1d380cfef0352670cdcc2178b3602ff0e907ba3cbddbfd1c0b0711eccee9ed25
 DIST tins-1.16.3.gem 304640 BLAKE2B 
5400b1ec1443b1f432c0a18c35a7a3a2175b7327601e2bd106218a119ad930bfd912fa59cf7d1788fe65c9d172e6a7af7385c9e2ef2e4898e490bc838cf119e1
 SHA512 
f132cd5bdb2ff02805b78856f0340723fdf89437514ef0067f2eabd3742a2282463bb18f4750ea6496124fff48a3e82e73220af3555700839b5270311a1b4ac2
-DIST tins-1.6.0.gem 299008 BLAKE2B 
8f5d52c4272bfe751cbe44429d09db7324eb82ebb5d415d2e529dcf5990af3a285570a694d6253b982083afd7bf2ab41d8060e0a6c4bcbcee6de1396149ae2e8
 SHA512 
33d576a0960d841f72a3f3c9017f873d0445fd569ded852d614b4a2b32e59ae784a47246b584bc4e0d16d5be4d63c1d7834b32c2bea2129a75dde9b1723ccd01

diff --git a/dev-ruby/tins/tins-1.6.0.ebuild b/dev-ruby/tins/tins-1.6.0.ebuild
deleted file mode 100644
index 601e180d453..000
--- a/dev-ruby/tins/tins-1.6.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-# Ruby 1.9 fails tests
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="All the stuff that isn't good enough for a real library"
-HOMEPAGE="https://github.com/flori/tins";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 ~sparc x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
-
-each_ruby_test() {
-   ruby-ng_testrb-2 -Ilib tests/*_test.rb
-}



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

2017-12-21 Thread Hans de Graaff
commit: 4bf68d57854c9c36beb91ad92f7eca040b0b61e7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 22 05:56:30 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 22 05:56:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf68d57

dev-ruby/multi_json: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/multi_json/Manifest|  1 -
 dev-ruby/multi_json/multi_json-1.9.3.ebuild | 61 -
 2 files changed, 62 deletions(-)

diff --git a/dev-ruby/multi_json/Manifest b/dev-ruby/multi_json/Manifest
index 6dd34d176e6..05418de8830 100644
--- a/dev-ruby/multi_json/Manifest
+++ b/dev-ruby/multi_json/Manifest
@@ -1,3 +1,2 @@
 DIST multi_json-1.12.1.tar.gz 25579 BLAKE2B 
50fa37b907289b82471e22ebde1b07ee32e5ca97984be1243340f14185ebaaeb72cb28a18c5c77b1b48bfd0b400479fe7ef532e40cef3736d782c84c0d09
 SHA512 
f61e500197c5a1373443b308bd9307238c54d2d23ba9da91843c667c12e491f34fd87575028c3630a81a7355d4903344996f20408bbb7971b12dfba3cc4f76df
 DIST multi_json-1.12.2.tar.gz 25630 BLAKE2B 
61209dc4be50b44302cfe40e45b840ae8d81e827d8b9df82ca6b852a72d360fbe09c0f5b0ef8eecfbd08b6bd08343ab7bb307d91d9abf28c9b9adb35f18bea51
 SHA512 
bbbdd05a6dd12052aa3e09389f47212f15799310d5c265057f7ca801622d32295d1f0844b37e51f8f1fd2d48e4430234f99bc6de4b9ed149e81d9a33a831e6d9
-DIST multi_json-1.9.3.gem 30720 BLAKE2B 
9e5fd49a1fd79857bd7c907d536d7e6eee9908720bca8a33abf9f1ff18deb68965140cf978d0d10323edf7e2f426aaa5925dc692fb5707c6f879f4921651a799
 SHA512 
7f06747e760a63b6421dfda480522924f12bd00ad63f95414f6624173b9b9b255b139f9dc33d2d2a8d19b232f99a005033e00e3a0b223be992f73d142a55b8b5

diff --git a/dev-ruby/multi_json/multi_json-1.9.3.ebuild 
b/dev-ruby/multi_json/multi_json-1.9.3.ebuild
deleted file mode 100644
index 3772a8234e1..000
--- a/dev-ruby/multi_json/multi_json-1.9.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="multi_json.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A gem to provide swappable JSON backends"
-HOMEPAGE="https://github.com/intridea/multi_json";
-LICENSE="MIT"
-
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "|| ( >=dev-ruby/json-1.4 >=dev-ruby/yajl-ruby-0.7 )"
-
-ruby_add_bdepend "doc? ( dev-ruby/rspec:2 dev-ruby/yard )"
-
-ruby_add_bdepend "test? ( dev-ruby/json
-   dev-ruby/yajl-ruby )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' Rakefile spec/spec_helper.rb || die "Unable 
to remove bundler."
-   rm Gemfile || die "Unable to remove bundler Gemfile."
-
-   # Remove unimportant rspec options not supported by rspec 2.6.
-   rm .rspec || die
-
-   # Remove specs specific to oj since we don't package oj yet.
-   sed -i -e '/defaults to the best available gem/,/^  end/ s:^:#:' \
-   -e '/Oj does not create symbols on parse/,/^end/ s:^:#:' \
-   -e '/with Oj.default_settings/,/^end/ s:^:#:' \
-   -e '/using one-shot parser/,/^  end/ s:^:#:' \
-   spec/multi_json_spec.rb
-
-   # Avoid simplecov which only works with ruby 1.9
-   sed -i -e '/simplecov/d' -e '/SimpleCov.formatter/,/SimpleCov.start/ d' 
spec/spec_helper.rb || die
-
-   # Remove unpackaged and for our purposes unneeded coveralls
-   sed -i -e '/coveralls/d' spec/spec_helper.rb || die
-
-   # Avoid testing unpackaged adapters
-   rm spec/{gson,jr_jackson,oj}_adapter_spec.rb || die
-}
-
-each_ruby_test() {
-   for t in spec/*_spec.rb; do
-   ${RUBY} -S rspec ${t} || die
-   done
-}



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

2017-12-21 Thread Hans de Graaff
commit: 908da79909689cdd560edbf7532c3546ab68ea40
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 22 05:57:38 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 22 05:57:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908da799

dev-ruby/yajl-ruby: cleanup; drop hppa stable bug 628674

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/yajl-ruby/Manifest  |  1 -
 dev-ruby/yajl-ruby/yajl-ruby-1.1.0-r1.ebuild | 34 
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/yajl-ruby/Manifest b/dev-ruby/yajl-ruby/Manifest
index 52073bd7965..173f184e5e4 100644
--- a/dev-ruby/yajl-ruby/Manifest
+++ b/dev-ruby/yajl-ruby/Manifest
@@ -1,3 +1,2 @@
-DIST yajl-ruby-1.1.0.gem 557056 BLAKE2B 
c4eb5cc912fe981a29056d6af04e50d137d977d139e8fe992e7d91c6e275d4b917529f292663250795ee5c4781a75d1980609a378c6820fee7cf4ffaf96bed21
 SHA512 
bde81b5fbe467c6403d27b49075822ff07b5cf356c05f711757fea5162543af36846f1f1da36acd5da359133f05e2cb3186215dc5597f3255da74c76cc8bf3ec
 DIST yajl-ruby-1.3.0.gem 550912 BLAKE2B 
1fe5fd43809fec2bf06d8db14cb6cc6ac5fe59dea8afc12d4c8ca6d0ba7c1095f307575c86cdd6954ce0b5756de3fc2232fbd60398bdf1902da005c6d8242031
 SHA512 
351e46fb7037541096172bac5c3dcadaa6ac9650ac6aae46de2b4ba31b82427f596bade2b233d0d8e916927800e83b7930b5ceeb9d7340edd02c323f9c0b3116
 DIST yajl-ruby-1.3.1.gem 550912 BLAKE2B 
809608b5c767c560cf40a0a8d4160f17092762788af9c66e729762ade50fbb0cccd266f1bbd411076ef4b2dc7a4cdfcdeeb552b6d86a58a0d9a38ebf1bad638c
 SHA512 
f18b47f1fd0b039bfec01db0ee298296199fbf91b22a00042e1220a1d8471f72424c082b696829e48ce7dee7514510dd731c2bc36fe29bd08ba7246c820621f4

diff --git a/dev-ruby/yajl-ruby/yajl-ruby-1.1.0-r1.ebuild 
b/dev-ruby/yajl-ruby/yajl-ruby-1.1.0-r1.ebuild
deleted file mode 100644
index d80a5a6baba..000
--- a/dev-ruby/yajl-ruby/yajl-ruby-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Ruby C bindings to the Yajl JSON stream-based parser library"
-HOMEPAGE="https://github.com/brianmario/yajl-ruby";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="${RDEPEND} dev-libs/yajl"
-DEPEND="${DEPEND} dev-libs/yajl"
-
-each_ruby_configure() {
-   ${RUBY} -Cext/yajl extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   emake -Cext/yajl CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" V=1
-   cp ext/yajl/yajl$(get_modname) lib/yajl/ || die
-}



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

2017-12-21 Thread Hans de Graaff
commit: 949f3a23fed9b3c9d96445449eb9d063874f3207
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 22 05:35:31 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 22 05:35:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949f3a23

dev-ruby/json: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/json/Manifest  |  1 -
 dev-ruby/json/json-1.8.3.ebuild | 69 -
 dev-ruby/json/json-1.8.6.ebuild | 68 
 3 files changed, 138 deletions(-)

diff --git a/dev-ruby/json/Manifest b/dev-ruby/json/Manifest
index 6f39cd6e42a..f4957896eb3 100644
--- a/dev-ruby/json/Manifest
+++ b/dev-ruby/json/Manifest
@@ -1,4 +1,3 @@
 DIST json-1.8.2.gem 152064 BLAKE2B 
5d819cf6ca1811ff6b7cb171ecda005192c9c06955641251f4066436e9746071d04ac37dedb7b3f7938d3c910d5d894f040388b8887b2d08918b344673d1624f
 SHA512 
5c94ec2c5378f7f54cd87a2e265b058e80031d2dd29daf14639c80ba0ac285a527ab7961f5a2cd1e483f455fd8f8c88575950822b7b2d431aa7b2b9c8be819c1
-DIST json-1.8.3.gem 152064 BLAKE2B 
bbc043e3cdcd06d20cd31fd2c23e583917c8886919527a30072aeb141d2808e924b27069adc19d38409e81189aa16584cc13ab449bd4e54d241f738ef9d26a30
 SHA512 
313f6016aca5eba4d4a14a72b60b3e9c5e863a6681eb9e499cacedb63969694be563990af0a44dae52963f07b6e6c7aa7e0876ab1348b214f53d925bdc5e83ea
 DIST json-1.8.6.gem 144384 BLAKE2B 
db9e407be4ac7e0cb2e09369637b88f70cdac7a659c600dc83a5390746dfd21b0a5243af62afaeeff013b5a4116a3b22c65a481cad89f1ca9be8904af87d0345
 SHA512 
8f393da080293965389df4a606e0604c500b4b267897b3c1b9007b7700dde8156f6598c25790e84fa20a7e03c7ae359a0b267c7b84e52dfe2a1ac83cf652ad9b
 DIST json-2.1.0.gem 140800 BLAKE2B 
28bb5334358369351ec9f13f5fb609ce34eb429cfeffb8dfde70864541516a0c2abd00a640b4647f76dcef198f967456bae0a858a2f213e5a30272c1be1878c7
 SHA512 
bffbe462e952bca321d4325ecb9c5e9f61e51cad13758581ecfaa6a038bac4e30dc7db50bd897086a5592f6fc437d0e0909f91e279aaf4dd71cf127100c3550b

diff --git a/dev-ruby/json/json-1.8.3.ebuild b/dev-ruby/json/json-1.8.3.ebuild
deleted file mode 100644
index 73c77483200..000
--- a/dev-ruby/json/json-1.8.3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 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="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES TODO README.rdoc README-json-jruby.markdown"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_GEMSPEC="json.gemspec"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A JSON implementation as a Ruby extension"
-HOMEPAGE="https://github.com/flori/json";
-LICENSE="|| ( Ruby GPL-2 )"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-RDEPEND="${RDEPEND}"
-DEPEND="${DEPEND}
-   dev-util/ragel"
-
-ruby_add_bdepend "dev-ruby/rake
-   doc? ( dev-ruby/rdoc )"
-
-all_ruby_prepare() {
-   # Avoid building the extension twice!
-   # And use rdoc instead of sdoc which we don't have packaged
-   # And don't call git to list files. We're using the pregenerated spec 
anyway.
-   sed -i \
-   -e 's| => :compile||' \
-   -e 's| => :clean||' \
-   -e 's|sdoc|rdoc|' \
-   -e 's|`git ls-files`|""|' \
-   Rakefile || die "rakefile fix failed"
-
-   # Remove hardcoded and broken -O setting.
-   sed -i -e '/^  \(if\|unless\)/,/^  end/ s:^:#:' \
-   -e '/^unless/,/^end/ s:^:#:' ext/json/ext/*/extconf.rb || die
-}
-
-each_ruby_compile() {
-   # Since 1.5.0 a Java extension is provided but it does not compile.
-   if [[ $(basename ${RUBY}) != "jruby" ]]; then
-   ${RUBY} -S rake compile || die "extension compile failed"
-   fi
-}
-
-each_ruby_test() {
-   JSON=pure \
-   ${RUBY} -Iext:lib -S testrb-2 tests/test_*.rb || die "pure ruby tests 
failed"
-
-   if [[ $(basename ${RUBY}) != "jruby" ]]; then
-   JSON=ext \
-   ${RUBY} -Iext:lib -S testrb-2 tests/test_*.rb || die "ext ruby 
tests failed"
-   fi
-}
-
-each_ruby_install() {
-   each_fakegem_install
-   if [[ $(basename ${RUBY}) != "jruby" ]]; then
-   ruby_fakegem_newins ext/json/ext/generator$(get_modname) 
lib/json/ext/generator$(get_modname)
-   ruby_fakegem_newins ext/json/ext/parser$(get_modname) 
lib/json/ext/parser$(get_modname)
-   fi
-}

diff --git a/dev-ruby/json/json-1.8.6.ebuild b/dev-ruby/json/json-1.8.6.ebuild
deleted file mode 100644
index 9d07714ac4c..000
--- a/dev-ruby/json/json-1.8.6.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_REC

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

2017-12-21 Thread Hans de Graaff
commit: df2ba96f422e87d352ef09c907d947a68b29
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 22 05:31:55 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 22 05:31:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df2ba96f

dev-ruby/ruby2ruby: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/ruby2ruby/Manifest   |  1 -
 dev-ruby/ruby2ruby/ruby2ruby-2.3.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-ruby/ruby2ruby/Manifest b/dev-ruby/ruby2ruby/Manifest
index f4e200ad689..8a1777d1ebf 100644
--- a/dev-ruby/ruby2ruby/Manifest
+++ b/dev-ruby/ruby2ruby/Manifest
@@ -1,3 +1,2 @@
-DIST ruby2ruby-2.3.0.gem 25088 BLAKE2B 
972b7639e4620c1352fd5fea016f816f8186fb0e8a7b446cc85762f650b178a9f830b2cfedd3f6a5edc09cbd7adaa3cfb9c77af775dba8b0da4bf04d1903e5b8
 SHA512 
82630abf24ddf53b5bbd8f9d399f49b043e6f1c418ec83f1ff5011044d3a7b52864a3c7c5f628a9afb5afcf59f7c5126a413e7743ceb1e03bf623d919af1fbda
 DIST ruby2ruby-2.3.2.gem 26112 BLAKE2B 
c6b7d84c3cdc9212972b766382f4f560ea840ea65f2d961de7b836cc67bcbf69a427c2431533d98b91b209eec8dd7ea54cb17c0c01e021c8e4289abe6211bfca
 SHA512 
4cccbc0498ed2af8302860b5547a54b4fada04eff8158ceb9e6a8969f85ddd84dcf315e90b2308b3f5e9e685d6e2105125ca9197dd1cf26cd03179c50e460ee7
 DIST ruby2ruby-2.4.0.gem 26112 BLAKE2B 
017f7b8299a5104742d6224194b65ad848bc5347cd48d710b3a81d7203faf0670564ea08eedec3cb000d574b22736cd38476dd6f1aea3c45521fa39bfa7df6de
 SHA512 
1edeb5e90c5d33dabfdf7579d2f24f6daed8b9686ce1f7d746d96b18c23c2d4c505a4807a224536d194426fbd81e740113bba6d659bd2dbd2a84c71e04594300

diff --git a/dev-ruby/ruby2ruby/ruby2ruby-2.3.0.ebuild 
b/dev-ruby/ruby2ruby/ruby2ruby-2.3.0.ebuild
deleted file mode 100644
index 6f06beb10c5..000
--- a/dev-ruby/ruby2ruby/ruby2ruby-2.3.0.ebuild
+++ /dev/null
@@ -1,31 +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="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Generates readable ruby from ParseTree"
-HOMEPAGE="https://github.com/seattlerb/ruby2ruby";
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
-IUSE="test"
-
-ruby_add_rdepend "
-   >=dev-ruby/sexp_processor-4.6.0:4
-   >=dev-ruby/ruby_parser-3.1:3
-   !=dev-ruby/minitest-5.3:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '/plugin :isolate/ s:^:#:' Rakefile || die
-}



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

2017-12-21 Thread Hans de Graaff
commit: 735618fc2bb0e1b849dc856bf669e762968c8735
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 22 05:33:14 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 22 05:33:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735618fc

dev-ruby/ruby_parser: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/ruby_parser/Manifest |  1 -
 dev-ruby/ruby_parser/ruby_parser-3.8.2.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/dev-ruby/ruby_parser/Manifest b/dev-ruby/ruby_parser/Manifest
index 2637f108d0a..26093932a7f 100644
--- a/dev-ruby/ruby_parser/Manifest
+++ b/dev-ruby/ruby_parser/Manifest
@@ -1,3 +1,2 @@
 DIST ruby_parser-3.10.1.gem 414208 BLAKE2B 
22b0df7f5b7c137e6c331b13639ccd399323bcc6d439ffd8a07ac1f0b11db9abfd1d6a6a36d6c313a86a525d55742fca6050287ef88cf2829a164cb6f0b9a110
 SHA512 
57abb2a972020d443baa46b2866ded1bdd5a5d6d7d5649375e9bdaf0d3884dba23d152db2e50db776bccefc51e0bf1221e1eb8c3a6468bfd5b19b2e47dd16cc8
-DIST ruby_parser-3.8.2.gem 360960 BLAKE2B 
62b6e842d0898b7cc6b7dbcd16cc83584e3498dc4c0b04979a904cc5c47e6c5a05ba19d0a86a36eff4866d03180e5790737650485d123f032a216b25011bf23c
 SHA512 
c12f1928dfb18e0f3db1bb9b3f0186b37b4add3e4503050eaed5bb44c25e05a10de7e45ab63c0f2a691f0cafb3dfab6137177e9f73e73633dc84a673667a5e75
 DIST ruby_parser-3.9.0.gem 411648 BLAKE2B 
ba5247a408c24c2ac36561ed9c26b4124a61565327247ee5dc3315a9f3e1f995fd6419c19ee8013efcc2b30fd752b3c8f6dd24011d35168f7e8cbcd224ddb909
 SHA512 
f609084d82caf4c33a40b64ee9df473375f00c59a34ec5b419f155a54a7fb9436ffb77ace406a01974c6c0d7b11b97447da0b3053c1fd87c66eb0406a0150312

diff --git a/dev-ruby/ruby_parser/ruby_parser-3.8.2.ebuild 
b/dev-ruby/ruby_parser/ruby_parser-3.8.2.ebuild
deleted file mode 100644
index f81efb1fad0..000
--- a/dev-ruby/ruby_parser/ruby_parser-3.8.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="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A ruby parser written in pure ruby"
-HOMEPAGE="https://github.com/seattlerb/ruby_parser";
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/sexp_processor-4.7.0:4
-   !=dev-ruby/hoe-2.9.1 )"
-ruby_add_bdepend "test? ( dev-ruby/racc >=dev-ruby/minitest-4.3 )"
-
-DEPEND+=" test? ( dev-util/unifdef )"
-
-all_ruby_prepare() {
-   # Remove reference to perforce method that is not in a released
-   # version of hoe-seattlerb.
-   #sed -i -e '/perforce/d' Rakefile || die
-   sed -i -e '/license/d' Rakefile || die
-   sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die
-}



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

2017-12-21 Thread Hans de Graaff
commit: bf752adad7dd9dd49c9460bacc850a8eb9252c92
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 22 05:33:58 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 22 05:33:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf752ada

dev-ruby/sexp_processor: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/sexp_processor/Manifest   |  1 -
 .../sexp_processor/sexp_processor-4.7.0.ebuild | 27 --
 2 files changed, 28 deletions(-)

diff --git a/dev-ruby/sexp_processor/Manifest b/dev-ruby/sexp_processor/Manifest
index 6abb8023509..1f7c232db31 100644
--- a/dev-ruby/sexp_processor/Manifest
+++ b/dev-ruby/sexp_processor/Manifest
@@ -1,3 +1,2 @@
 DIST sexp_processor-4.10.0.gem 54272 BLAKE2B 
1e02525dc989fcdf09b502230b145b38ee2771f41b05a37ba96d177a67fb04843397cefd62affdb4fc447f43943f6c9b0b763c3e21790d96c1bad5d3e4d1f5d4
 SHA512 
6ab067d921b8ad9f88fd35b942f0c28c3d8d1ac17cc85e73774c97cd4cdd5f91dcfb9392ef0337a7b3ffcd8dda8892f0d71c9323d45f453819848aed52965019
-DIST sexp_processor-4.7.0.gem 39424 BLAKE2B 
a656d4a46483e4bd6523ab5272e511fe35d442d8e85f0897ac602d15b504d7acd970221004ff08442725792371e874e64f10148d6957cebdbcd8116091c53349
 SHA512 
6c48853f2eaca37bcddb097f6677d37835171618e4209d07baa1f361d4cdf4ce95a11f892b6b258cd91e51555aa046c404d8970560618b4e8a86fd0d6dca71c7
 DIST sexp_processor-4.9.0.gem 40448 BLAKE2B 
327298cf76d9acf3229f80965e6cd626a36b3585afc847c4f4164780d93710e089fce09f4d453baaa8e8d99fc30249c40ccd825058d971176e26cc6edc296b3a
 SHA512 
f73b71fa436b73db3adb590f3273904474f2a8575377c0ea9184c2dbe8068b3c673f74657e949666fc04d2028efc22f81c14488a5484c66e2b6810afdbbcc531

diff --git a/dev-ruby/sexp_processor/sexp_processor-4.7.0.ebuild 
b/dev-ruby/sexp_processor/sexp_processor-4.7.0.ebuild
deleted file mode 100644
index 9fa122d48e8..000
--- a/dev-ruby/sexp_processor/sexp_processor-4.7.0.ebuild
+++ /dev/null
@@ -1,27 +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 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Processor for s-expressions created as part of the ParseTree 
project"
-HOMEPAGE="http://www.zenspider.com/ZSS/Products/ParseTree/";
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/hoe-3.13
-   dev-ruby/hoe-seattlerb
-   >=dev-ruby/minitest-5.5
-   )"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Term-Table/

2017-12-21 Thread Markus Meier
commit: 96f47b9f9f2aa79f2686fc60a5bbf8f2fd4d271a
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:17:43 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:17:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f47b9f

dev-perl/Term-Table: add ~arm64, bug #633932

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 dev-perl/Term-Table/Term-Table-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Term-Table/Term-Table-0.8.0.ebuild 
b/dev-perl/Term-Table/Term-Table-0.8.0.ebuild
index c6432dd9202..dbb7556423b 100644
--- a/dev-perl/Term-Table/Term-Table-0.8.0.ebuild
+++ b/dev-perl/Term-Table/Term-Table-0.8.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module eutils
 
 DESCRIPTION="Format a header and rows into a table"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-12-21 Thread Markus Meier
commit: d93190fa57b183da66252d964c3de5970bbe46d1
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:19:32 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:19:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93190fa

sys-apps/portage: add ~arm64, bug #634936

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 sys-apps/portage/portage-2.3.13-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/portage/portage-2.3.13-r1.ebuild 
b/sys-apps/portage/portage-2.3.13-r1.ebuild
index 35ed011f65b..4b49b032688 100644
--- a/sys-apps/portage/portage-2.3.13-r1.ebuild
+++ b/sys-apps/portage/portage-2.3.13-r1.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
 SLOT="0"
 IUSE="build doc epydoc +ipc linguas_ru +native-extensions selinux xattr"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test2-Suite/

2017-12-21 Thread Markus Meier
commit: 4c4cfd919bfbc16a17d715ac461ab622cd52021c
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:17:30 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:17:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4cfd91

dev-perl/Test2-Suite: add ~arm64, bug #633932

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 dev-perl/Test2-Suite/Test2-Suite-0.0.77.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test2-Suite/Test2-Suite-0.0.77.ebuild 
b/dev-perl/Test2-Suite/Test2-Suite-0.0.77.ebuild
index 65f443c2321..4021419985f 100644
--- a/dev-perl/Test2-Suite/Test2-Suite-0.0.77.ebuild
+++ b/dev-perl/Test2-Suite/Test2-Suite-0.0.77.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="A rich set of tools built upon the Test2 framework"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Without-Module/

2017-12-21 Thread Markus Meier
commit: 9e862c518bde095d7d0cd43bc0e6a531ff2ff997
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:17:59 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:17:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e862c51

dev-perl/Test-Without-Module: add ~arm64, bug #633934

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild 
b/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
index cd4d374a2e5..e7f4b618fcd 100644
--- a/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
+++ b/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Test fallback behaviour in absence of modules"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND=""



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

2017-12-21 Thread Markus Meier
commit: aedfedabdf26d6d076657f40b6ad93c186b2b43d
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:19:00 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:19:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aedfedab

dev-util/cucumber-expressions: add ~arm64, bug #634924

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 dev-util/cucumber-expressions/cucumber-expressions-4.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-expressions/cucumber-expressions-4.0.4.ebuild 
b/dev-util/cucumber-expressions/cucumber-expressions-4.0.4.ebuild
index 0c390d550aa..2df14d31608 100644
--- a/dev-util/cucumber-expressions/cucumber-expressions-4.0.4.ebuild
+++ b/dev-util/cucumber-expressions/cucumber-expressions-4.0.4.ebuild
@@ -14,5 +14,5 @@ DESCRIPTION="a simpler alternative to Regular Expressions"
 HOMEPAGE="https://github.com/cucumber/cucumber-expressions-ruby#readme";
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~ia64 ~ppc"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc"
 SLOT="4.0"



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

2017-12-21 Thread Markus Meier
commit: 5aa6368802bc44f19344361cfa87fdb27771e319
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:19:05 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:19:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa63688

dev-ruby/backports: add ~arm64, bug #634924

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-ruby/backports/backports-3.8.0.ebuild 
b/dev-ruby/backports/backports-3.8.0.ebuild
index 9c3554a0f82..770e33172f1 100644
--- a/dev-ruby/backports/backports-3.8.0.ebuild
+++ b/dev-ruby/backports/backports-3.8.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/marcandre/backports";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Exception-Class/

2017-12-21 Thread Markus Meier
commit: 7b0d45ea7b3eda2602414631869a518b878ff76f
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:18:08 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:18:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b0d45ea

dev-perl/Exception-Class: add ~arm64, bug #633934

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 dev-perl/Exception-Class/Exception-Class-1.420.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Exception-Class/Exception-Class-1.420.0.ebuild 
b/dev-perl/Exception-Class/Exception-Class-1.420.0.ebuild
index 98dfe3271f2..55fbdb65a49 100644
--- a/dev-perl/Exception-Class/Exception-Class-1.420.0.ebuild
+++ b/dev-perl/Exception-Class/Exception-Class-1.420.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A module that allows you to declare real exception classes in 
Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="test"
 
 RDEPEND="



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

2017-12-21 Thread Markus Meier
commit: 193908a825631b0f29cd073ff0eb433f5b7925a3
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:20:09 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:20:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193908a8

dev-ruby/mini_mime: add ~arm64, bug #636130

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-ruby/mini_mime/mini_mime-0.1.4.ebuild 
b/dev-ruby/mini_mime/mini_mime-0.1.4.ebuild
index 117e174a704..300010f0800 100644
--- a/dev-ruby/mini_mime/mini_mime-0.1.4.ebuild
+++ b/dev-ruby/mini_mime/mini_mime-0.1.4.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/discourse/mini_mime/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 all_ruby_prepare() {



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

2017-12-21 Thread Markus Meier
commit: e43db8f3bae55a2f80726a142adce19ee100fb7b
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:17:21 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:17:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43db8f3

dev-ruby/crass: add ~arm64, bug #631974

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-ruby/crass/crass-1.0.2.ebuild 
b/dev-ruby/crass/crass-1.0.2.ebuild
index aa1e659b5f0..115249f678c 100644
--- a/dev-ruby/crass/crass-1.0.2.ebuild
+++ b/dev-ruby/crass/crass-1.0.2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rgrove/crass/";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend ">=dev-ruby/minitest-5.0.8:5"



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

2017-12-21 Thread Markus Meier
commit: def274cfc1d59dce957ff982fae3aeff49a19839
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:19:22 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:19:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def274cf

dev-python/pyblake2: add ~arm64, bug #634936

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-python/pyblake2/pyblake2-1.1.0.ebuild 
b/dev-python/pyblake2/pyblake2-1.1.0.ebuild
index 1e725167be6..04258841a95 100644
--- a/dev-python/pyblake2/pyblake2-1.1.0.ebuild
+++ b/dev-python/pyblake2/pyblake2-1.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 # pyblake2 itself allows more licenses but blake2 allows the following three
 LICENSE="|| ( CC0-1.0 openssl Apache-2.0 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~x64-cygwin 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc ~x86 
~x64-cygwin ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 python_test() {
"${EPYTHON}" test/test.py || die "Tests fail with ${EPYTHON}"



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

2017-12-21 Thread Markus Meier
commit: 457657a4d54b10790f557b2429a7ed0d43bac8a4
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:18:50 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:18:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457657a4

dev-util/cucumber-core: add ~arm64, bug #634924

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 dev-util/cucumber-core/cucumber-core-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-core/cucumber-core-3.0.0.ebuild 
b/dev-util/cucumber-core/cucumber-core-3.0.0.ebuild
index 05b187df5e4..b6c827cd939 100644
--- a/dev-util/cucumber-core/cucumber-core-3.0.0.ebuild
+++ b/dev-util/cucumber-core/cucumber-core-3.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis";
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~ia64 ~ppc"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc"
 SLOT="3.0"
 IUSE="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Data-Inheritable/

2017-12-21 Thread Markus Meier
commit: 665b445a716a37e7a76889822b41b5f6469861a9
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:18:13 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:18:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665b445a

dev-perl/Class-Data-Inheritable: add ~arm64, bug #633934

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 .../Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r1.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r1.ebuild 
b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r1.ebuild
index 7a6ea32f0bd..eaae65a33cc 100644
--- a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r1.ebuild
+++ b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Inheritable, overridable class data"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~ppc-aix 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE=""
 
 export OPTIMIZE="${CFLAGS}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Params-ValidationCompiler/

2017-12-21 Thread Markus Meier
commit: 1d7a24ba6349eebc4bdf1280095908f7dab12018
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:17:55 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:17:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7a24ba

dev-perl/Params-ValidationCompiler: add ~arm64, bug #633934

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 .../Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild 
b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild
index a00d56938cd..d0e0ab5def7 100644
--- 
a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild
+++ 
b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Build an optimized subroutine parameter validator once, use it 
forever"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-12-21 Thread Markus Meier
commit: 55b4b0d193c5a4ffde059158bbbd17458e6f8ba2
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:18:45 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:18:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b4b0d1

dev-util/cucumber: add ~arm64, bug #634924

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-util/cucumber/cucumber-3.0.1.ebuild 
b/dev-util/cucumber/cucumber-3.0.1.ebuild
index 144729537fb..2e2eea3c6d2 100644
--- a/dev-util/cucumber/cucumber-3.0.1.ebuild
+++ b/dev-util/cucumber/cucumber-3.0.1.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis";
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~ia64 ~ppc"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc"
 SLOT="0"
 IUSE="examples test"
 



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

2017-12-21 Thread Markus Meier
commit: 96ca7b7f05f11424d0b55b88208ec68d85ed2f11
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:17:34 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:17:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ca7b7f

dev-perl/Importer: add ~arm64, bug #633932

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 dev-perl/Importer/Importer-0.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Importer/Importer-0.24.0.ebuild 
b/dev-perl/Importer/Importer-0.24.0.ebuild
index 295cb7e9101..72f85235356 100644
--- a/dev-perl/Importer/Importer-0.24.0.ebuild
+++ b/dev-perl/Importer/Importer-0.24.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Alternative interface to modules that export symbols"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND=""



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

2017-12-21 Thread Markus Meier
commit: e033152f28bf1ef6fac5ed37ece1dec97071d606
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:19:39 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:19:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e033152f

sys-apps/portage: add ~arm64, bug #634936

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

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

diff --git a/sys-apps/portage/portage-2.3.16.ebuild 
b/sys-apps/portage/portage-2.3.16.ebuild
index b4f03d91d2d..b61efef9fdd 100644
--- a/sys-apps/portage/portage-2.3.16.ebuild
+++ b/sys-apps/portage/portage-2.3.16.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 SLOT="0"
 IUSE="build doc epydoc +ipc linguas_ru +native-extensions selinux xattr"
 



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

2017-12-21 Thread Markus Meier
commit: 309e5b08af9994dcc2fc58d7dd132e0f0e3aeed6
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:18:26 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:18:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309e5b08

dev-python/pysha3: add ~arm64, bug #634818

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-python/pysha3/pysha3-1.0.2.ebuild 
b/dev-python/pysha3/pysha3-1.0.2.ebuild
index 0199d4f..9caf0c07ddf 100644
--- a/dev-python/pysha3/pysha3-1.0.2.ebuild
+++ b/dev-python/pysha3/pysha3-1.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="CC0-1.0 PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-12-21 Thread Markus Meier
commit: 25249af8d69b3b98bf97a3d1a8c6713e157729ff
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:18:55 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:18:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25249af8

dev-util/cucumber-tag_expressions: add ~arm64, bug #634924

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.0.1.ebuild 
b/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.0.1.ebuild
index 37e6c5e8fac..45dd2c6517b 100644
--- a/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.0.1.ebuild
+++ b/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.0.1.ebuild
@@ -14,5 +14,5 @@ DESCRIPTION="Cucumber tag expressions for ruby"
 HOMEPAGE="https://docs.cucumber.io/tag-expressions/";
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~ia64 ~ppc"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc"
 SLOT="1"



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

2017-12-21 Thread Markus Meier
commit: e092f9d0b15444c3800a02707f77334eea2cde10
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:17:11 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:17:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e092f9d0

dev-ruby/loofah: add ~arm64, bug #631974

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-ruby/loofah/loofah-2.1.1.ebuild 
b/dev-ruby/loofah/loofah-2.1.1.ebuild
index 10f0849a570..361f9f350b9 100644
--- a/dev-ruby/loofah/loofah-2.1.1.ebuild
+++ b/dev-ruby/loofah/loofah-2.1.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test2-Plugin-NoWarnings/

2017-12-21 Thread Markus Meier
commit: 1b846c80efb76345ef74198505de5c51cec5b486
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:18:03 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:18:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b846c80

dev-perl/Test2-Plugin-NoWarnings: add ~arm64, bug #633934

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.50.0.ebuild 
b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.50.0.ebuild
index 84f261d3bfe..2f44122d223 100644
--- a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.50.0.ebuild
+++ b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.50.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Fail if tests warn"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-12-21 Thread Markus Meier
commit: ffc0f22254379274cc83080e0932799fedc7047e
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:19:45 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:19:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc0f222

app-portage/repoman: add ~arm64, bug #634936

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

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

diff --git a/app-portage/repoman/repoman-2.3.6.ebuild 
b/app-portage/repoman/repoman-2.3.6.ebuild
index 74da7241081..1dc354d4c07 100644
--- a/app-portage/repoman/repoman-2.3.6.ebuild
+++ b/app-portage/repoman/repoman-2.3.6.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
S="${WORKDIR}/${P}/repoman"
 else
SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2";
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86  
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"



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

2017-12-21 Thread Markus Meier
commit: ace6b33ce58b39e45bfa5a3eedda9fc4971b97ae
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:20:04 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:20:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace6b33c

dev-ruby/mail: add ~arm64, bug #636130

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-ruby/mail/mail-2.7.0.ebuild b/dev-ruby/mail/mail-2.7.0.ebuild
index e3f05a71085..f2ce340f9e2 100644
--- a/dev-ruby/mail/mail-2.7.0.ebuild
+++ b/dev-ruby/mail/mail-2.7.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Info/

2017-12-21 Thread Markus Meier
commit: 2bd51452a9126049544dd3933b66b66b12a0729f
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:17:39 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:17:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd51452

dev-perl/Sub-Info: add ~arm64, bug #633932

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild 
b/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild
index 104de82cef7..b8a5fe6775b 100644
--- a/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild
+++ b/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Tool for inspecting subroutines"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/zhcon/files/, app-i18n/zhcon/

2017-12-21 Thread Benda XU
commit: 2dcb5c853731bbc4a8957aa213f0ec94e7dd9634
Author: Juanjie Xi  gmail  com>
AuthorDate: Fri Dec 22 00:30:40 2017 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Dec 22 05:10:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dcb5c85

app-i18n/zhcon: Update to EAPI-6

  Remove the old EAPI-3 ebuild.

Closes: https://bugs.gentoo.org/621956
Closes: https://github.com/gentoo/gentoo/pull/6595
Package-Manager: Portage-2.3.13

 app-i18n/zhcon/files/zhcon-0.2.6.sysconfdir.patch  | 12 
 ...zhcon-0.2.6-r2.ebuild => zhcon-0.2.6-r3.ebuild} | 32 --
 2 files changed, 24 insertions(+), 20 deletions(-)

diff --git a/app-i18n/zhcon/files/zhcon-0.2.6.sysconfdir.patch 
b/app-i18n/zhcon/files/zhcon-0.2.6.sysconfdir.patch
index bc1d8713cd2..551d656dd6e 100644
--- a/app-i18n/zhcon/files/zhcon-0.2.6.sysconfdir.patch
+++ b/app-i18n/zhcon/files/zhcon-0.2.6.sysconfdir.patch
@@ -1,6 +1,6 @@
-diff -ruN zhcon-0.2.5/src/Makefile.am /tmp/zhcon-0.2.5/src/Makefile.am
 a/zhcon-0.2.5/src/Makefile.am  2006-06-22 12:35:01.531885552 +0800
-+++ b/zhcon-0.2.5/src/Makefile.am  2006-06-22 12:31:44.0 +0800
+diff -ruN /src/Makefile.am /tmp/src/Makefile.am
+--- a/src/Makefile.am  2006-06-22 12:35:01.531885552 +0800
 b/src/Makefile.am  2006-06-22 12:31:44.0 +0800
 @@ -5,6 +5,8 @@
  
  zhcon_LDADD = display/libdisplay.a
@@ -10,9 +10,9 @@ diff -ruN zhcon-0.2.5/src/Makefile.am 
/tmp/zhcon-0.2.5/src/Makefile.am
  SUBDIRS = display
  
  install-exec-local:
-diff -ruN zhcon-0.2.5/src/zhcon.cpp /tmp/zhcon-0.2.5/src/zhcon.cpp
 a/zhcon-0.2.5/src/zhcon.cpp2006-06-22 12:35:01.398905768 +0800
-+++ b/zhcon-0.2.5/src/zhcon.cpp2006-06-22 12:32:41.0 +0800
+diff -ruN src/zhcon.cpp /tmp/src/zhcon.cpp
+--- a/src/zhcon.cpp2006-06-22 12:35:01.398905768 +0800
 b/src/zhcon.cpp2006-06-22 12:32:41.0 +0800
 @@ -123,7 +123,7 @@
  string cfgfile = getenv("HOME");
  cfgfile += "/.zhconrc";

diff --git a/app-i18n/zhcon/zhcon-0.2.6-r2.ebuild 
b/app-i18n/zhcon/zhcon-0.2.6-r3.ebuild
similarity index 58%
rename from app-i18n/zhcon/zhcon-0.2.6-r2.ebuild
rename to app-i18n/zhcon/zhcon-0.2.6-r3.ebuild
index 65f87490e84..f428d22d614 100644
--- a/app-i18n/zhcon/zhcon-0.2.6-r2.ebuild
+++ b/app-i18n/zhcon/zhcon-0.2.6-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="3"
+EAPI="6"
 WANT_AUTOMAKE="1.9"
 
 inherit autotools eutils
@@ -24,16 +24,20 @@ RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 
+PATCHES=(
+   "${FILESDIR}"/${P}.sysconfdir.patch
+   "${FILESDIR}"/${P}.configure.in.patch
+   "${FILESDIR}"/${P}+gcc-4.3.patch
+   "${FILESDIR}"/${P}+linux-headers-2.6.26.patch
+   "${FILESDIR}"/${P}-curses.patch
+   "${FILESDIR}"/${P}-amd64.patch
+   "${FILESDIR}"/${P}-automagic-fix.patch
+   "${FILESDIR}"/${P}.make-fix.patch
+)
+
 src_prepare() {
epatch "${DISTDIR}"/zhcon-0.2.5-to-0.2.6.diff.gz
-   epatch "${FILESDIR}"/${P}.sysconfdir.patch
-   epatch "${FILESDIR}"/${P}.configure.in.patch
-   epatch "${FILESDIR}"/${P}+gcc-4.3.patch
-   epatch "${FILESDIR}"/${P}+linux-headers-2.6.26.patch
-   epatch "${FILESDIR}"/${P}-curses.patch
-   epatch "${FILESDIR}"/${P}-amd64.patch
-   epatch "${FILESDIR}"/${P}-automagic-fix.patch
-   epatch "${FILESDIR}"/${P}.make-fix.patch
+   default
for f in $(grep -lir HAVE_GGI_LIB *); do
sed -i -e "s/HAVE_GGI_LIB/HAVE_LIBGGI/" "${f}" || die "sed 
failed"
done
@@ -42,12 +46,12 @@ src_prepare() {
 
 src_configure() {
econf $(use_with ggi) \
-   $(use_with gpm) || die
+   $(use_with gpm)
 }
 
 src_install() {
-   emake DESTDIR="${D}" install || die
+   emake DESTDIR="${D}" install
 
-   dodoc AUTHORS ChangeLog README NEWS TODO THANKS || die
-   dodoc README.BSD README.gpm README.utf8 || die
+   dodoc AUTHORS ChangeLog README NEWS TODO THANKS
+   dodoc README.BSD README.gpm README.utf8
 }



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

2017-12-21 Thread Michael Orlitzky
commit: 3e0626ba870b97a5258731cc582379824d8d9b53
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Dec 22 04:01:37 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Dec 22 04:26:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0626ba

dev-php/PHPMailer: another revision to sort out PHP extension deps.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 ...-5.2.26-r1.ebuild => PHPMailer-5.2.26-r2.ebuild} | 21 +++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/dev-php/PHPMailer/PHPMailer-5.2.26-r1.ebuild 
b/dev-php/PHPMailer/PHPMailer-5.2.26-r2.ebuild
similarity index 62%
rename from dev-php/PHPMailer/PHPMailer-5.2.26-r1.ebuild
rename to dev-php/PHPMailer/PHPMailer-5.2.26-r2.ebuild
index 152762c2a1f..1cd077177b3 100644
--- a/dev-php/PHPMailer/PHPMailer-5.2.26-r1.ebuild
+++ b/dev-php/PHPMailer/PHPMailer-5.2.26-r2.ebuild
@@ -10,9 +10,26 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc +examples"
+IUSE="doc examples idn ssl"
 
-RDEPEND="dev-lang/php:*[ctype,filter,ssl]"
+# The ctype and filter extensions get used unconditionally, with no
+# fallback and no "extension missing" exception. All of the other
+# extensions are technically optional, depending on how you use
+# PHPMailer and whether or not you're willing to settle for fallback
+# implementations.
+#
+# The insane dependency string is to prevent the ctype and filter
+# extensions from being provided by one version (i.e. slot) of PHP,
+# while intl and unicode are provided by another.
+RDEPEND="
+   ssl? (
+   idn?  ( dev-lang/php:*[ctype,filter,intl,ssl,unicode] )
+   !idn? ( dev-lang/php:*[ctype,filter,ssl] )
+   )
+   !ssl? (
+   idn?  ( dev-lang/php:*[ctype,filter,intl,unicode] )
+   !idn? ( dev-lang/php:*[ctype,filter] )
+   )"
 DEPEND="${RDEPEND}
doc? ( dev-php/phpDocumentor )"
 



[gentoo-commits] proj/musl:master commit in: sys-apps/iproute2/

2017-12-21 Thread Anthony G. Basile
commit: 404b226b26e4670ea6fb5ee2ad3deb405e62e1a9
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Dec 22 03:11:37 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Dec 22 03:28:15 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=404b226b

sys-apps/iproute2: 4.14.1-r2 stable on all musl arches

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild 
b/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild
index 854bdd9..07bfa51 100644
--- a/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild
+++ b/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+   KEYWORDS="amd64 arm ~mips ppc x86"
 fi
 
 DESCRIPTION="kernel routing and traffic control utilities"



[gentoo-commits] proj/musl:master commit in: sys-apps/iproute2/files/, sys-apps/iproute2/

2017-12-21 Thread Anthony G. Basile
commit: 7bf1151e9228c3ffa37847d505c28f5e9bd537a9
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Dec 22 03:15:58 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Dec 22 03:28:15 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=7bf1151e

sys-apps/iproute2: remove older versions

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-apps/iproute2/Manifest |   1 -
 .../iproute2/files/iproute2-4.2.0-no-ipv6.patch|  37 --
 .../files/iproute2-4.3.0-musl-noiptables.patch |  38 --
 sys-apps/iproute2/files/iproute2-4.3.0-musl.patch  |  95 --
 .../files/iproute2-4.4.0-missing-limits_h.patch|  11 --
 sys-apps/iproute2/iproute2-4.14.1-r1.ebuild| 142 -
 sys-apps/iproute2/iproute2-4.4.0.ebuild| 132 ---
 7 files changed, 456 deletions(-)

diff --git a/sys-apps/iproute2/Manifest b/sys-apps/iproute2/Manifest
index aab6559..ea284a2 100644
--- a/sys-apps/iproute2/Manifest
+++ b/sys-apps/iproute2/Manifest
@@ -1,2 +1 @@
 DIST iproute2-4.14.1.tar.xz 636876 SHA256 
d43ac068afcc350a448f4581b6e292331ef7e4e7aa746e34981582d5fdb10067 SHA512 
e593b68c46ef5f98bd6911ee7beb38388a14935a29fefabdeccc96aa012593b6f3a49b3bb1baed7d77e54f1f4a857172e058b73407f4070f158b8713f44f5d2c
 WHIRLPOOL 
42ee7611f3fb1ceb922c606bf11cd4d72cf71020a73f96f5130f07a9cab08f1dbc973cb5924f6a15cf4613dac5b60a3a97583c0e801db960f5039d6d8c0ef095
-DIST iproute2-4.4.0.tar.xz 528552 SHA256 
bc91c367288a19f78ef800cd6840363be1f22da8436fbae88e1a7250490d6514 SHA512 
48236fc6103a55d977efa4f93ad7fdfc0944df975ce771d57fd3dcfb13b761b0c05dbe749978ac86c7a471d023bee62a2f1648a6ca75f50da9252acfde174b69
 WHIRLPOOL 
7e90c98805e12b28de284bb998e5a27cf524a78d0bd7632c0d49a7ddff8f11f5229ac6867076e9fea6f21b6b31360bddb21138673d94de766bdf7324a09bc013

diff --git a/sys-apps/iproute2/files/iproute2-4.2.0-no-ipv6.patch 
b/sys-apps/iproute2/files/iproute2-4.2.0-no-ipv6.patch
deleted file mode 100644
index b29e1aa..000
--- a/sys-apps/iproute2/files/iproute2-4.2.0-no-ipv6.patch
+++ /dev/null
@@ -1,37 +0,0 @@
 iproute2-4.2.0/ip/ipmonitor.c
-+++ iproute2-4.2.0/ip/ipmonitor.c
-@@ -115,7 +115,6 @@
-   }
-   if (n->nlmsg_type == RTM_NEWPREFIX) {
-   print_headers(fp, "[PREFIX]", ctrl);
--  print_prefix(who, n, arg);
-   return 0;
-   }
-   if (n->nlmsg_type == RTM_NEWRULE || n->nlmsg_type == RTM_DELRULE) {
 iproute2-4.2.0/ip/iptunnel.c
-+++ iproute2-4.2.0/ip/iptunnel.c
-@@ -637,13 +637,6 @@
-   break;
-   case AF_INET:
-   break;
--  /*
--   * This is silly enough but we have no easy way to make it
--   * protocol-independent because of unarranged structure between
--   * IPv4 and IPv6.
--   */
--  case AF_INET6:
--  return do_ip6tunnel(argc, argv);
-   default:
-   fprintf(stderr, "Unsupported protocol family: %d\n", 
preferred_family);
-   exit(-1);
 iproute2-4.2.0/ip/Makefile
-+++ iproute2-4.2.0/ip/Makefile
-@@ -1,6 +1,6 @@
- IPOBJ=ip.o ipaddress.o ipaddrlabel.o iproute.o iprule.o ipnetns.o \
--rtm_map.o iptunnel.o ip6tunnel.o tunnel.o ipneigh.o ipntable.o iplink.o \
--ipmaddr.o ipmonitor.o ipmroute.o ipprefix.o iptuntap.o iptoken.o \
-+rtm_map.o iptunnel.o tunnel.o ipneigh.o ipntable.o iplink.o \
-+ipmaddr.o ipmonitor.o ipmroute.o iptuntap.o iptoken.o \
- ipxfrm.o xfrm_state.o xfrm_policy.o xfrm_monitor.o \
- iplink_vlan.o link_veth.o link_gre.o iplink_can.o \
- iplink_macvlan.o iplink_macvtap.o ipl2tp.o link_vti.o link_vti6.o \

diff --git a/sys-apps/iproute2/files/iproute2-4.3.0-musl-noiptables.patch 
b/sys-apps/iproute2/files/iproute2-4.3.0-musl-noiptables.patch
deleted file mode 100644
index ef91814..000
--- a/sys-apps/iproute2/files/iproute2-4.3.0-musl-noiptables.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 560dee4b4be54699c0c9679771c9e0d61e4db80a Mon Sep 17 00:00:00 2001
-From: Thomas Petazzoni 
-Date: Thu, 19 Nov 2015 17:48:55 +0100
-Subject: [PATCH] Add missing  include
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The u_intXX_t types are defined in , so it should be
-included before using those types. Otherwise, with certain C
-libraries, the build fails with:
-
-In file included from ../include/iptables.h:4:0,
- from m_ipt.c:18:
-../include/iptables_common.h:47:16: error: unknown type name ‘u_int32_t’
- #define __le32 u_int32_t
-
-Signed-off-by: Thomas Petazzoni 

- include/iptables_common.h | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/include/iptables_common.h b/include/iptables_common.h
-index 9099667..2c27a4b 100644
 a/include/iptables_common.h
-+++ b/include/iptables_common.h
-@@ -43,6 +43,8 @@ extern char *lib_dir;
-   extern void init_extensions(void);
- #endif
- 
-+#include 
-+
- #define __be32u_int32_t
- #define __le32u_int32_t
- #

[gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/

2017-12-21 Thread Anthony G. Basile
commit: 3f779fe291737a327a1f449495d3a51fb475
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Dec 22 03:10:09 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Dec 22 03:10:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f77

net-vpn/tor: version bump to 0.3.2.8_rc

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-vpn/tor/Manifest  |  1 +
 net-vpn/tor/tor-0.3.2.8_rc.ebuild | 82 +++
 2 files changed, 83 insertions(+)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index f2b0bc5e753..2cf802a28e0 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -1,3 +1,4 @@
 DIST tor-0.3.1.7.tar.gz 6058284 BLAKE2B 
f2d825c82342cf1ca9354f051d532ef31e1d183be28f0f5b49f14c0d88176910292b6727b8cf0f066bae276e3a431851714cdb385219516d0a7519c5ed02b203
 SHA512 
a835526984187fad88cffc39ea8f6a4b61d5f8d2579b5a66425612607a22ff82e0f9da96e029e134e04d25ae0f59a1b4f771e9e8c19ebb563e1a0f5b3a3849e4
 DIST tor-0.3.1.9.tar.gz 6092702 BLAKE2B 
c009567b5866ff50159fbcbab05462a860c3e66c15599d11d40495d8a1a18fbad610f8ea94492519f2c8b6adfce7f4a54ad3bd2aee2b902ffae7215f35a3d4d5
 SHA512 
c22557251272595c65b2fade485020d76de16f5bb826d4a47d7bd093b7336dad42e8e2b8a3e0c56d9a10e62f0a5b1596c4b10cd578bf6da17f058f3d4e356f66
 DIST tor-0.3.2.7-rc.tar.gz 6313975 BLAKE2B 
ecfe6832b2e9c81f04218f7ec82a63f23913c1dc0a9ec29113e6432eac69b8cc89a9fc6b7c4147cf26e6de141b22574d3118608194641126d961b5f452179e1b
 SHA512 
989bdd4311521528444f4165455365d3c1f1ef5f6a8846bf08db7f84ab8e986cba47f9dfbd3a03ccb6e3f8d813d69289768170a8fd68916e9d6a21fe0484cf87
+DIST tor-0.3.2.8-rc.tar.gz 6345141 BLAKE2B 
e529847252b819a81e6cce5f5989e72ccb9d8db03221c37e504b47995d36977a67653d59cb7f8378eb3652d256867e3ee319062f9cb6acdcd42a415b08f89954
 SHA512 
60913c492f903307d485af26ab3752e0058fb97816d62cd29eb8785446bb7eb6f9bd2aca964a0d8c4de039c4d432590dea68c28c4f34eda2f127b50c752be0d4

diff --git a/net-vpn/tor/tor-0.3.2.8_rc.ebuild 
b/net-vpn/tor/tor-0.3.2.8_rc.ebuild
new file mode 100644
index 000..23286b3b6da
--- /dev/null
+++ b/net-vpn/tor/tor-0.3.2.8_rc.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit flag-o-matic readme.gentoo-r1 systemd versionator user
+
+MY_PV="$(replace_version_separator 4 -)"
+MY_PF="${PN}-${MY_PV}"
+DESCRIPTION="Anonymizing overlay network for TCP"
+HOMEPAGE="http://www.torproject.org/";
+SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
+   https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz";
+S="${WORKDIR}/${MY_PF}"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+# We need to keyword app-arch/zstd
+#KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~ppc-macos"
+IUSE="libressl lzma scrypt seccomp selinux systemd tor-hardening test web zstd"
+
+DEPEND="
+   app-text/asciidoc
+   dev-libs/libevent[ssl]
+   sys-libs/zlib
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+   lzma? ( app-arch/xz-utils )
+   scrypt? ( app-crypt/libscrypt )
+   seccomp? ( sys-libs/libseccomp )
+   systemd? ( sys-apps/systemd )
+   zstd? ( app-arch/zstd )"
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-tor )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
+)
+
+DOCS=( README ChangeLog ReleaseNotes doc/HACKING )
+
+pkg_setup() {
+   enewgroup tor
+   enewuser tor -1 -1 /var/lib/tor tor
+}
+
+src_configure() {
+   econf \
+   --localstatedir="${EPREFIX}/var" \
+   --enable-system-torrc \
+   --enable-asciidoc \
+   --disable-libfuzzer \
+   --disable-rust \
+   $(use_enable lzma) \
+   $(use_enable scrypt libscrypt) \
+   $(use_enable seccomp) \
+   $(use_enable systemd) \
+   $(use_enable tor-hardening gcc-hardening) \
+   $(use_enable tor-hardening linker-hardening) \
+   $(use_enable web tor2web-mode) \
+   $(use_enable test unittests) \
+   $(use_enable test coverage) \
+   $(use_enable zstd)
+}
+
+src_install() {
+   default
+   readme.gentoo_create_doc
+
+   newconfd "${FILESDIR}"/tor.confd tor
+   newinitd "${FILESDIR}"/tor.initd-r8 tor
+   systemd_dounit contrib/dist/tor.service
+
+   keepdir /var/lib/tor
+
+   fperms 750 /var/lib/tor
+   fowners tor:tor /var/lib/tor
+
+   insinto /etc/tor/
+   newins "${FILESDIR}"/torrc-r1 torrc
+}



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

2017-12-21 Thread Matt Thode
commit: 01524c3bfad2383ebbef3148b8cbc835915d7b5d
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Dec 22 01:49:03 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Dec 22 01:55:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01524c3b

dev-python/oslo-messaging: 5.17.3 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/oslo-messaging/Manifest |  1 +
 .../oslo-messaging/oslo-messaging-5.17.3.ebuild| 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/oslo-messaging/Manifest 
b/dev-python/oslo-messaging/Manifest
index 7ca62277cad..5ada45d8ca3 100644
--- a/dev-python/oslo-messaging/Manifest
+++ b/dev-python/oslo-messaging/Manifest
@@ -1,3 +1,4 @@
 DIST oslo.messaging-5.17.2.tar.gz 306066 BLAKE2B 
00b45f6b8557c4221005f99c17c0158f937327e0e866fc7160767b056b1b59c4a7fdfe34411d1cd9b2874b6d86cf9efcbec4f7af9990f0d9cac217c795cdc3bc
 SHA512 
90f60b4813eabf41d03759e12d7a1cbce334169606fac7ab657c3002e01624946cf492d7a1e5984a4d642f64764691da1799eb6ef4e2ce37196651bafc750760
+DIST oslo.messaging-5.17.3.tar.gz 306897 BLAKE2B 
e1a61dcc6a2533c16529f5e8156998cba8834a1f3c3c1fbfd2b2e218bc2fd407b45096af343015e3a887ddb07a09a2313f0bdd128da354022213f229f9b47a35
 SHA512 
c5f721499d07bb77914e6c2883ceaca145c94809740274b86b80e6ed83123c12a4ebcea05f287bc651f5d08705100840c973965ff80f5ad976b0fb76c2b026f5
 DIST oslo.messaging-5.30.1.tar.gz 316794 BLAKE2B 
a962841520b559fb433fff6ac2cfa884419d1d53d8ae1e99572e5b32ba2f45cbce55bc812891ab0cffb65db765793e020cf42308a53ee199027e192fe5aaa880
 SHA512 
e59a17a76963681cd96ef63a5f946ad2e4126f80a7fbdb0d1bc48597ad889862c72450fe526b46d3712eaf92b489e1c0020096e825654c7554c382282923b526
 DIST oslo.messaging-5.30.2.tar.gz 317883 BLAKE2B 
4003de476db2636eae2462cd3aef7bacb911e321c2cb228263482eda7a82361ec4c731872dbaa8394cfdb42759a8c5e200a03b919c0941f74da32498831394b2
 SHA512 
b4715c73c158414d1b65fd56c6697ff67ce24499e96ca076f8c3d5d93d0b06ca1f9f80fa0de43c5ee0d5e8de221f20b95e077738b026bac6671d1a2ec6128b08

diff --git a/dev-python/oslo-messaging/oslo-messaging-5.17.3.ebuild 
b/dev-python/oslo-messaging/oslo-messaging-5.17.3.ebuild
new file mode 100644
index 000..02bace6b741
--- /dev/null
+++ b/dev-python/oslo-messaging/oslo-messaging-5.17.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.messaging";
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.messaging/oslo.messaging-${PV}.tar.gz"
+S="${WORKDIR}/oslo.messaging-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/futurist-0.11.0[${PYTHON_USEDEP}]
+   !~dev-python/futurist-0.15.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.11.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-service-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.17.1[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/cachetools-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
+   >=dev-python/py-amqp-1.4.0[${PYTHON_USEDEP}]
+   =dev-python/kombu-3.0.25[${PYTHON_USEDEP}]
+   !~dev-python/kombu-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pika-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/pika-pool-0.1.3[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+   >=dev-python/tenacity-3.2.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2017-12-21 Thread Matt Thode
commit: 4bcf4d9b4644927b16c9c3e3d720ca8c1010056b
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Dec 22 01:55:23 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Dec 22 01:55:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bcf4d9b

net-misc/memcached: 1.5.4 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 net-misc/memcached/Manifest   |  1 +
 net-misc/memcached/memcached-1.5.4.ebuild | 95 +++
 2 files changed, 96 insertions(+)

diff --git a/net-misc/memcached/Manifest b/net-misc/memcached/Manifest
index 2b913064383..2b001b01b2b 100644
--- a/net-misc/memcached/Manifest
+++ b/net-misc/memcached/Manifest
@@ -3,3 +3,4 @@ DIST memcached-1.4.39.tar.gz 403751 BLAKE2B 
fc6082eb9b6dc5ee41c42ded9bcde03ebfe8
 DIST memcached-1.5.1.tar.gz 407282 BLAKE2B 
cdaf384c10c28560acf97304fe97b39ed7b90110394bdbd913025ef239a45b04a273d7b322f1408a2b9b228c7371935b3024f6352909e35b3d247aa680744200
 SHA512 
686ad82f1fd73f683fa09930d4e14aa85bd8237106e39752c9676d31aa397db1687378c4ddfadf4591f7c623837cadf90e6643263aea78a80eb294683ed0dfbb
 DIST memcached-1.5.2.tar.gz 407715 BLAKE2B 
d9d6bc3fde4ca47954dbcec520af73a823ff33cd21149cf4a8fd234c383382b83a089196fd168f1787f764ac4b0b72a4bf8f50867bdc377e95a622f399a1
 SHA512 
439e1dbf3b15fd014446abb5fd130eb914a72b7372f65a00388da83f30486e8658de75b87626b0c512397457aca9b60057fcedb83d84c628b53137d2a2167c0d
 DIST memcached-1.5.3.tar.gz 409131 BLAKE2B 
e54b364c19ab1ecc2b4d56b5a778d8542cf588155bd4c5f352bb5c9993e53017e75226cfa805f11e2727fc2ba5cccb39f91dff28a8c27dafb223694500f4565e
 SHA512 
b28282c579891e7c5508eb5ab4680b933aa76e8e4a8fe575c996fd4e750f2b4b35ee734d01ae0f280cf4cf6e0530f7f6a95c2e07be3660b07c5ade6ad3c835e2
+DIST memcached-1.5.4.tar.gz 448831 BLAKE2B 
721288bdc6184daf70817010074d6513b3fa189c86bde04afb61e7d8ac28f09e71eba0f819a0e0a96df26a938b8f94c3d047e85d93e43abb884cafdbaf54b323
 SHA512 
3154a2cad54d57f14bf9c07cfc6e4ed0bd6908f81642de9766d65c69b78bb36effb6221684b1e5f9e355fd8c64a0338aade3cb3bf36603d311c86bc94fe5d13d

diff --git a/net-misc/memcached/memcached-1.5.4.ebuild 
b/net-misc/memcached/memcached-1.5.4.ebuild
new file mode 100644
index 000..ec97582ffbf
--- /dev/null
+++ b/net-misc/memcached/memcached-1.5.4.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils flag-o-matic systemd user
+
+MY_PV="${PV/_rc/-rc}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="High-performance, distributed memory object caching system"
+HOMEPAGE="http://memcached.org/";
+SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
+https://www.memcached.org/files/old/${MY_P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+IUSE="debug sasl seccomp selinux slabs-reassign test" # hugetlbfs later
+
+RDEPEND=">=dev-libs/libevent-1.4:=
+dev-lang/perl
+sasl? ( dev-libs/cyrus-sasl )
+seccomp? ( sys-libs/libseccomp )
+selinux? ( sec-policy/selinux-memcached )"
+DEPEND="${RDEPEND}
+   test? ( virtual/perl-Test-Harness 
>=dev-perl/Cache-Memcached-1.24 )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   epatch "${FILESDIR}/${PN}-1.2.2-fbsd.patch"
+   epatch "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch"
+   epatch "${FILESDIR}/${PN}-1.4.4-as-needed.patch"
+   epatch "${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch"
+   sed -i -e 's,-Werror,,g' configure.ac || die
+   sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die
+   eautoreconf
+   use slabs-reassign && append-flags -DALLOW_SLABS_REASSIGN
+
+   # Tweak upstream systemd unit to use Gentoo variables/envfile.
+   # As noted by bug #587440
+   sed -i -e '/^ExecStart/{
+   s,{USER},{MEMCACHED_RUNAS},g;
+   s,{CACHESIZE},{MEMUSAGE},g;
+   s,OPTIONS,MISC_OPTS,g;
+   };
+   /Environment=/{s,OPTIONS,MISC_OPTS,g;};
+   /EnvironmentFile=/{s,/sysconfig/,/conf.d/,g;};
+   ' \
+   "${S}"/scripts/memcached.service
+   default
+}
+
+src_configure() {
+   econf \
+   --disable-docs \
+   $(use_enable sasl)
+   # The xml2rfc tool to build the additional docs requires TCL :-(
+   # `use_enable doc docs`
+}
+
+src_compile() {
+   # There is a heavy degree of per-object compile flags
+   # Users do NOT know better than upstream. Trying to compile the testapp 
and
+   # the -debug version with -DNDEBUG _WILL_ fail.
+   append-flags -UNDEBUG -pthread
+   emake testapp memcached-debug CFLAGS="${CFLAGS}"
+   filter-flags -UNDEBUG
+   emake
+}
+
+src_install() {
+   emake DESTDIR="${D}" ins

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

2017-12-21 Thread Matt Thode
commit: e5e24ecbbf9f133e0040d6a0282efb2cb1c27fc0
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Dec 22 01:53:27 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Dec 22 01:55:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e24ecb

sys-cluster/cinder: 11.0.2 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 sys-cluster/cinder/Manifest |   1 +
 sys-cluster/cinder/cinder-11.0.2.ebuild | 209 
 2 files changed, 210 insertions(+)

diff --git a/sys-cluster/cinder/Manifest b/sys-cluster/cinder/Manifest
index cc891e44da4..799f0e702ca 100644
--- a/sys-cluster/cinder/Manifest
+++ b/sys-cluster/cinder/Manifest
@@ -1,5 +1,6 @@
 DIST cinder-10.0.6.tar.gz 4624145 BLAKE2B 
c3e12c4f49b9b06b674d12354e867328eaaef565930ac1d3078c4611f14f61463d458a2bfd679a0a6cb8ce5b677b037618a800d229bf352797b20b57c8383e6b
 SHA512 
28c84260909d0c1a9b0cd6a7409dad3e09d0d7bd662b8ca61c6c3ca04fb797723bc0f4df7db3a6951d1ce354a84b907bf1832190c02a5992c8ac70cf95fb00b9
 DIST cinder-11.0.1.tar.gz 5805313 BLAKE2B 
00ce0b1992d561c25052c4b810b1e1c8a2f5610d7f3d20c25007a9f59e639e9a5b549f13d454632a432cb81d1d9c75cfb5f6683c688185645bfc0e4cb41e18fe
 SHA512 
b870a3faca9c8c02866f3e1856abf3d170e63876cb7cd5056167136e4f36b1c5a668e79e15fd17cb363f4c7e206a7ee2762a9296730d33526460f50de59e81ed
+DIST cinder-11.0.2.tar.gz 5794973 BLAKE2B 
a7b59afbe3e27a2fde28a3dcb2ba3707c67223ae7e98cb34d0ac92beb16ab8f10c07f22fda091c9db9a02fd2eff4769a6e574a94cb19df1e9506c36321a12014
 SHA512 
6340150aa010a4372a7e51dc976974839f89b180eef61c9307c5b477dae98c8629a3f54cbc3d114dca28ca75c715930357cfc96d08f80acaabacee8f8c0bf3a6
 DIST cinder-9.1.4.tar.gz 4195597 BLAKE2B 
a35b3c588d0589baf2887ebe6c9c6c4803a6819476c822fa3d314b8cb74f4fabae19cf224a3b9dc2c6255338eff6413be189e3555f5e49578451604f091169ba
 SHA512 
8039d5208296ea54fc869fb05dd91451ac3575eb3dd2ed97d0c63120d18b67b02b835a849cd1ec3dae349920895e13665c15a6daa53f67138823053c49ab87a9
 DIST newton-cinder-policy.json 6412 BLAKE2B 
90c6a2733b0c20a95375e9a588c311e48f9f189aff43ce9a89a808e6693b2f14ca0485fbea4d000674414081171989dc8050c0079e4e137f728decbdf8a5cec0
 SHA512 
3473b5790487bd037d54e4a1a89bab9d145bc34d137d52da2b6b311d2dfee2344fec75c6c96bc518a3e0b175fbd6cde71fb546406c0ef835898e3c1c88eb6d56
 DIST newton-cinder-volume.filters 11025 BLAKE2B 
ac87bb2aaab3bd492ea2f7ce7526e7ff444778ce516c71bce769f2cff1badebe7cbf520c604a0193b03f615e0d34dff21cee34f4798cc03151711b205924728b
 SHA512 
311a636180a18bb45867d55f9d33f1eff053cc7b278b41149c58a14450ff8e6d2016d749cc3fb81d1976c4ab78f7701a908bd9c81eb6e9da31c20820a4eaff3d

diff --git a/sys-cluster/cinder/cinder-11.0.2.ebuild 
b/sys-cluster/cinder/cinder-11.0.2.ebuild
new file mode 100644
index 000..26d79d75994
--- /dev/null
+++ b/sys-cluster/cinder/cinder-11.0.2.ebuild
@@ -0,0 +1,209 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of 
nova-volumes"
+HOMEPAGE="https://launchpad.net/cinder";
+SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/pike/cinder.conf.sample
 -> pike-cinder.conf.sample
+https://tarballs.openstack.org/${PN}/${P}.tar.gz";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+api +scheduler +volume infiniband iscsi lvm mysql +memcached postgres 
rdma sqlite +tcp test +tgt"
+REQUIRED_USE="|| ( mysql postgres sqlite ) iscsi? ( tgt ) infiniband? ( rdma )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
+   dev-python/enum34[$(python_gen_usedep 'python2_7')]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   =dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
+   >=dev-python/httplib2-0.7.5[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   virtual/python-ipaddress[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.1.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.12.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
+   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/oauth2client-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.24.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo

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

2017-12-21 Thread Aaron Swenson
commit: 7e65c0d5a20638053039a4d67c162af2567c8106
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Dec 22 00:13:08 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Fri Dec 22 00:13:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e65c0d5

media-gfx/cairosvg: Clean 1.0 and 1.0.7

Closes: https://bugs.gentoo.org/627968
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-gfx/cairosvg/Manifest  |  2 --
 media-gfx/cairosvg/cairosvg-1.0.7.ebuild | 30 --
 media-gfx/cairosvg/cairosvg-1.0.ebuild   | 29 -
 3 files changed, 61 deletions(-)

diff --git a/media-gfx/cairosvg/Manifest b/media-gfx/cairosvg/Manifest
index 9a7534d7e94..2e8b5c3667f 100644
--- a/media-gfx/cairosvg/Manifest
+++ b/media-gfx/cairosvg/Manifest
@@ -1,4 +1,2 @@
 DIST CairoSVG-1.0.22.tar.gz 30896 BLAKE2B 
b1a4950a67159663bbc72189e57ce36bf2506733b4ff63319178540d242aafd29eb7f5c3993119a5034d3eb77df1dfdd8fed9c53966df13510fe910cbcbb8c43
 SHA512 
5f4ea7b80947092620827e454182af7332082a8c84fddc035f75ed19c09b4a9027d6bfd5c96e5f388150833788a71ab8fb77a1ffdd963b8106f07b1908a0c8f6
-DIST CairoSVG-1.0.7.tar.gz 29648 BLAKE2B 
266c0b28b6b36087565fa519743dbdba6709d76718b97c85b0545f4d277ee3ce3192f3bd83bd46af1128a1a599fbed1fc312e4536e881f4ac2a4e6ad584ccac5
 SHA512 
1b10657f1e53b486f624ec00e952c3d2ba2f28b2a5d6cb6f66eb6441e8c51190bd75315e7a537d37eadff5ce4e0a52d3f4ebd7b36d81b2e9fd804ac92f2d83db
-DIST CairoSVG-1.0.tar.gz 28573 BLAKE2B 
d69ffa0ba1639a2932d6fdfbb3460c12d78d3e1aad3c9ca57a7366624179962726808d0741a0ed463d15a7ff6fd847f46395a35570ead8aedef60200f19f05e6
 SHA512 
26046de33feb5d7cbd8438d5fdf7f0e86e4f252c21478b51e764d7bf7800c8392a11a42a87666af6e008ad1e09f0749b57d06c566101d2a3e630e151703a3bb9
 DIST CairoSVG-2.0.3.tar.gz 39371 BLAKE2B 
a04e3e3d311167cef84063fd3eabc4ffa7c206c5c6fc8016283874411c344c686c441a3149631eccb38b610bb86a2ec3c193eec869b8802ddba1dac92c612215
 SHA512 
b7ad7be9bd06059392f2004e7cd5c1df1667dbae78482c68d681990a8b3a4141a9c4b72aa4af5075a87ac6a1a4ddf8311d991512be98128b21b87d4355c1bd3d

diff --git a/media-gfx/cairosvg/cairosvg-1.0.7.ebuild 
b/media-gfx/cairosvg/cairosvg-1.0.7.ebuild
deleted file mode 100644
index 96d048fc8c4..000
--- a/media-gfx/cairosvg/cairosvg-1.0.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-MY_PN="CairoSVG"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A simple cairo based SVG converter with support for PDF, 
PostScript and PNG formats"
-HOMEPAGE="http://cairosvg.org/";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/tinycss[${PYTHON_USEDEP}]
-   dev-python/cssselect[${PYTHON_USEDEP}]
-   dev-python/cairocffi[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( NEWS.rst README.rst TODO.rst )

diff --git a/media-gfx/cairosvg/cairosvg-1.0.ebuild 
b/media-gfx/cairosvg/cairosvg-1.0.ebuild
deleted file mode 100644
index 4445b53c81d..000
--- a/media-gfx/cairosvg/cairosvg-1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="CairoSVG"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A simple cairo based SVG converter with support for PDF, 
PostScript and PNG formats"
-HOMEPAGE="http://cairosvg.org/";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/tinycss[${PYTHON_USEDEP}]
-   dev-python/cssselect[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( NEWS.rst README.rst TODO.rst )



[gentoo-commits] proj/devmanual: New branch: codesample-indent-fix

2017-12-21 Thread Göktürk Yüksek
commit: 
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Dec 22 00:14:11 2017 +

New branch: codesample-indent-fix




[gentoo-commits] proj/musl:master commit in: sys-libs/libomp/

2017-12-21 Thread Aric Belsito
commit: 8589a9203f16f971dccad32433db41462dac9508
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Dec 21 23:34:49 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Dec 21 23:34:49 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=8589a920

sys-libs/libomp: restore 5.0.0

5.0.1 is already patched.

 sys-libs/libomp/Manifest | 2 +-
 sys-libs/libomp/{libomp-5.0.1.ebuild => libomp-5.0.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libomp/Manifest b/sys-libs/libomp/Manifest
index a83b285..2698ba1 100644
--- a/sys-libs/libomp/Manifest
+++ b/sys-libs/libomp/Manifest
@@ -1,3 +1,3 @@
 DIST openmp-3.9.1.src.tar.xz 2031588 BLAKE2B 
feafb94a832ec48a67d6e00720724dcecb533a4a09e0d69462af33e13454b20393aa21fabb062c362824cdfbee712db1030732271e4cd49085fa69cff9800835
 SHA512 
80924a6f9765f634d24d7b0aa036d92c912dbd8e067487a14bdd03b4c587fdfc92e83eb29926bfa637ef45be3f133a924f77ab12099ea3706c18e9c42774708b
 DIST openmp-4.0.1.src.tar.xz 2275240 BLAKE2B 
e63cf670c4cd2678afc4d7b96be85c3d157bf91a69510f980d9a0a07f61b449b22ff28d63753f32e63afedb4a7077c662a633f689a660b5047a83bcf1fb7f009
 SHA512 
0b737dde832c5907a0cac41fe1d594b61e85dd405eee42b39f09233db62b44543204ccc775e52e2981f9c9f0683b234526e288a3a7a04f712280fb3a575abcaf
-DIST openmp-5.0.1.src.tar.xz 2075472 BLAKE2B 
a4da4726a17dc0fd083e11fe1bebf446978137aa4453000e8fea950021fff091a818246f0817dd60ce67353d3f7d75ab8fec2b9e955389d9c94e195945efda50
 SHA512 
4493b918fd83ef26e2b3f3429d1b00d722328e4c9697ac7625a390834f6e88ada8e5b02ce0ecb4771129207b1b81a9d171f4599ab9388762a3c6db0afc499ff4
+DIST openmp-5.0.0.src.tar.xz 2074004 BLAKE2B 
db4a94ab4a40eef794494b9ca00568d8841ccab57d9832227b07014f13494b2dd1fd90c4c4a34aa7516388efb827026f5353ffe67bc55d1a9b80617859fd6822
 SHA512 
038cc1d262414fac9a05eabdce97b21eb04fc1b3609d07f8da2c9da6b1aaa143f8b26953cb799e7dde82f708103539fe03fe939ba7323a71bd3e9e3925bd5513

diff --git a/sys-libs/libomp/libomp-5.0.1.ebuild 
b/sys-libs/libomp/libomp-5.0.0.ebuild
similarity index 100%
rename from sys-libs/libomp/libomp-5.0.1.ebuild
rename to sys-libs/libomp/libomp-5.0.0.ebuild



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

2017-12-21 Thread Mart Raudsepp
commit: 775656602b2e673489dd3da960929c8a77085f1e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec 21 23:07:37 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec 21 23:30:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77565660

net-misc/vinagre: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-misc/vinagre/vinagre-3.22.0-r1.ebuild | 69 ---
 1 file changed, 69 deletions(-)

diff --git a/net-misc/vinagre/vinagre-3.22.0-r1.ebuild 
b/net-misc/vinagre/vinagre-3.22.0-r1.ebuild
deleted file mode 100644
index 93f549eee1f..000
--- a/net-misc/vinagre/vinagre-3.22.0-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2 linux-info vala
-
-DESCRIPTION="VNC client for the GNOME desktop"
-HOMEPAGE="https://wiki.gnome.org/Apps/Vinagre";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
-IUSE="rdp +ssh spice +telepathy zeroconf"
-
-# cairo used in vinagre-tab
-# gdk-pixbuf used all over the place
-RDEPEND="
-   >=dev-libs/glib-2.32.0:2
-   >=x11-libs/gtk+-3.9.6:3
-   app-crypt/libsecret
-   >=dev-libs/libxml2-2.6.31:2
-   >=net-libs/gtk-vnc-0.4.3[gtk3]
-   x11-libs/cairo:=
-   x11-libs/gdk-pixbuf:2
-   x11-themes/hicolor-icon-theme
-
-   rdp? ( >=net-misc/freerdp-1.1:= )
-   ssh? ( >=x11-libs/vte-0.20:2.91 )
-   spice? (
-   app-emulation/spice-protocol
-   >=net-misc/spice-gtk-0.5[gtk3] )
-   telepathy? (
-   dev-libs/dbus-glib
-   >=net-libs/telepathy-glib-0.11.6 )
-   zeroconf? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-
-   gnome-base/gnome-common
-"
-# gnome-base/gnome-common needed for eautoreconf
-pkg_pretend() {
-   # Needed for VNC ssh tunnel, bug #518574
-   CONFIG_CHECK="~IPV6"
-   check_extra_config
-}
-
-src_prepare() {
-   # https://bugzilla.gnome.org/show_bug.cgi?id=765444
-   eapply "${FILESDIR}"/${PN}-3.20.2-freerdp2.patch
-   vala_src_prepare
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable rdp) \
-   $(use_enable ssh) \
-   $(use_enable spice) \
-   $(use_with telepathy) \
-   $(use_with zeroconf avahi)
-}



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

2017-12-21 Thread Mart Raudsepp
commit: eafc7c57def19c206c70490af4aea162f24410dd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec 21 23:19:17 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec 21 23:31:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eafc7c57

x11-libs/libcryptui: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-libs/libcryptui/libcryptui-3.12.2.ebuild | 62 
 1 file changed, 62 deletions(-)

diff --git a/x11-libs/libcryptui/libcryptui-3.12.2.ebuild 
b/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
deleted file mode 100644
index edaa2db9c18..000
--- a/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2
-
-DESCRIPTION="User interface components for OpenPGP"
-HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse";
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1"
-SLOT="0"
-IUSE="debug +introspection libnotify"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
-
-# Pull in libnotify-0.7 because it's controlled via an automagic ifdef
-COMMON_DEPEND="
-   >=dev-libs/glib-2.32:2
-   >=x11-libs/gtk+-3:3[introspection?]
-   >=dev-libs/dbus-glib-0.72
-   gnome-base/libgnome-keyring
-   x11-libs/libICE
-   x11-libs/libSM
-
-   >=app-crypt/gpgme-1:1=
-   >=app-crypt/gnupg-1.4
-
-   introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/rarian
-   >=dev-util/gtk-doc-am-1.9
-   >=dev-util/intltool-0.35
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-# Before 3.1.4, libcryptui was part of seahorse
-RDEPEND="${COMMON_DEPEND}
-   !https://bugzilla.gnome.org/show_bug.cgi?id=745843
-   eapply "${FILESDIR}"/${PN}-3.12.2-gnupg-2.1.patch
-
-   # FIXME: Do not mess with CFLAGS with USE="debug"
-   sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
-   -e 's/-Werror//' \
-   -i configure.ac configure || die "sed failed"
-
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   --disable-update-mime-database \
-   $(use_enable debug) \
-   $(use_enable introspection) \
-   $(use_enable libnotify)
-}



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

2017-12-21 Thread Mart Raudsepp
commit: 38c5830f855536617c64b78c3aae873a18b43737
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec 21 23:12:30 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec 21 23:31:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c5830f

sys-apps/osinfo-db: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-apps/osinfo-db/Manifest  |  2 --
 sys-apps/osinfo-db/osinfo-db-20170326.ebuild | 27 ---
 sys-apps/osinfo-db/osinfo-db-20170423.ebuild | 27 ---
 3 files changed, 56 deletions(-)

diff --git a/sys-apps/osinfo-db/Manifest b/sys-apps/osinfo-db/Manifest
index e5e33c9a862..058b3faa7c5 100644
--- a/sys-apps/osinfo-db/Manifest
+++ b/sys-apps/osinfo-db/Manifest
@@ -1,3 +1 @@
-DIST osinfo-db-20170326.tar.xz 62696 BLAKE2B 
2dfab8da0731e30405ab831a6aebbf5c1e295fcdea089d2f3aca7e664732aad86880a6227b35a3206d5ed039a9b0ba16a19146e1556846e06060a36b968fec63
 SHA512 
06470488ea7442f1dacd2309a7c85ec90f05f55ad3b1f138e32e620f13b70addc203710e7c4cac840151899035fe61ca0ca93d73fdfbb7232d1425e9e5a593c5
-DIST osinfo-db-20170423.tar.xz 63508 BLAKE2B 
9ca14c6d23194f30b467ce9f5525e69aa7209527a49eb6112530cdbf05a3f94483b3fdbc25d0abc27982ed4458e6ee44945104caacbc3d438ef4c6403f753045
 SHA512 
5ca13ced160f19dced65f3552e17a0379a47a05f1aa3bdd533550022f0023050b6cc1b43b2da6cff3fa10451f81560fbb0db241a11ed072b9f101db1bd301833
 DIST osinfo-db-20170813.tar.xz 64424 BLAKE2B 
b4d46f82197bb5f1b956fe72e87ef365b139c6a1ab90906ac30dd3191fb6c3f5ef3978ceaf56d029a3766e8354558aa00554a767c637eef49b861b6a775fc614
 SHA512 
0ae4906b5c3eb400ca397f0c3baf5146b8197ee2dc712b1b89dd2f443f9505aee208327f008118628407b54ce52390a8b6138425f3f6f974b94f4a8d79955653

diff --git a/sys-apps/osinfo-db/osinfo-db-20170326.ebuild 
b/sys-apps/osinfo-db/osinfo-db-20170326.ebuild
deleted file mode 100644
index 25e22501b45..000
--- a/sys-apps/osinfo-db/osinfo-db-20170326.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="osinfo database files"
-HOMEPAGE="http://libosinfo.org/";
-SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.xz";
-S="${WORKDIR}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   sys-apps/osinfo-db-tools
-"
-# we don't depend on intltool here, contrary to README, as the tarball already
-# contains the processed results with translations in XML files
-
-src_unpack() { :; }
-
-src_install() {
-   osinfo-db-import --root "${D}" --dir "/usr/share/osinfo" 
"${DISTDIR}/${A}"
-}

diff --git a/sys-apps/osinfo-db/osinfo-db-20170423.ebuild 
b/sys-apps/osinfo-db/osinfo-db-20170423.ebuild
deleted file mode 100644
index c9a011444bf..000
--- a/sys-apps/osinfo-db/osinfo-db-20170423.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="osinfo database files"
-HOMEPAGE="http://libosinfo.org/";
-SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.xz";
-S="${WORKDIR}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   sys-apps/osinfo-db-tools
-"
-# we don't depend on intltool here, contrary to README, as the tarball already
-# contains the processed results with translations in XML files
-
-src_unpack() { :; }
-
-src_install() {
-   osinfo-db-import --root "${D}" --dir "/usr/share/osinfo" 
"${DISTDIR}/${A}"
-}



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

2017-12-21 Thread Mart Raudsepp
commit: 80798df097e7dceadc563e981ed5f738fd9b02a3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec 21 22:56:52 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec 21 23:30:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80798df0

net-libs/libdmapsharing: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-libs/libdmapsharing/Manifest   |  1 -
 .../libdmapsharing/libdmapsharing-2.9.37.ebuild| 47 --
 2 files changed, 48 deletions(-)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index ddbb7c8f8ff..7ce3dc2b1cb 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1,2 +1 @@
-DIST libdmapsharing-2.9.37.tar.gz 760469 BLAKE2B 
04fd2908311372a29efee7400ed9c5ae680514fd314d2f1f9f8bf1263b33941980c838bbc854971566bffce6a1ff9a980e46e42f096d0498fba87424cafe0b99
 SHA512 
db64c7e9ca6d8e06fdbec44853d8667a5d698244bc0881beae6aee447d464882accd885685636b3cd84735fe16eaa3b7bf692f2ac217525a9b86f5a12c810e8f
 DIST libdmapsharing-2.9.39.tar.gz 757492 BLAKE2B 
e9f47d793be05845d1afb6eb4a785cbd131ceac1e3146bdfb5c6914f584df2fb8db10b829447a6ac084e7a9e0576202485019b1e724cc033f11163fb1bb21b95
 SHA512 
7003b947e1982735b647c1fa8e7e80e05322acf4ed4b5c1c28708da00a0bfe3eecac01bc2ddf59966e7db045f14fc78e749a2859d7e909bcea41164939f15b4a

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild
deleted file mode 100644
index cbe44efe8d6..000
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="A library that implements the DMAP family of protocols"
-HOMEPAGE="http://www.flyn.org/projects/libdmapsharing";
-SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="3.0/2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="+introspection test"
-
-# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
-# Doesn't seem to be used for anything...
-RDEPEND="
-   >=dev-libs/glib-2.36:2
-   x11-libs/gdk-pixbuf:2
-   >=net-dns/avahi-0.6[dbus]
-   >=net-libs/libsoup-2.48.0:2.4
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   sys-libs/zlib
-   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
-"
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc-am
-   virtual/pkgconfig
-   test? ( >=dev-libs/check-0.9.4 )
-"
-
-src_prepare() {
-   # Remove useless CFLAGS alteration in configure
-   sed -e 's/CFLAGS -O2/CFLAGS/' \
-   -i configure.ac configure || die
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --with-mdns=avahi \
-   $(use_enable introspection) \
-   $(use_enable test tests) \
-   $(use_enable test check)
-}



[gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-haze/

2017-12-21 Thread Mart Raudsepp
commit: 0063945812b3e4599a6507a61f14892f8b96
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec 21 23:10:24 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec 21 23:31:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00639458

net-voip/telepathy-haze: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../telepathy-haze/telepathy-haze-0.8.0.ebuild | 32 --
 1 file changed, 32 deletions(-)

diff --git a/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild 
b/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild
deleted file mode 100644
index 88570dc6ca7..000
--- a/net-voip/telepathy-haze/telepathy-haze-0.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=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Telepathy connection manager providing libpurple supported 
protocols"
-HOMEPAGE="http://developer.pidgin.im/wiki/TelepathyHaze";
-SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-#IUSE="test"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# Tests failing, see upstream: https://bugs.freedesktop.org/34577
-RESTRICT="test"
-
-RDEPEND="${PYTHON_DEPS}
-   >=net-im/pidgin-2.7
-   >=net-libs/telepathy-glib-0.15.1[${PYTHON_USEDEP}]
-   >=dev-libs/glib-2.30:2
-   >=dev-libs/dbus-glib-0.73
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-#  test? ( dev-python/twisted-words )"



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

2017-12-21 Thread Mart Raudsepp
commit: 0a9e668362ebe6f0aa0fe932c4d8683fa819d755
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec 21 23:03:08 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec 21 23:30:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9e6683

net-libs/uhttpmock: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-libs/uhttpmock/Manifest   |  1 -
 net-libs/uhttpmock/uhttpmock-0.4.0.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/net-libs/uhttpmock/Manifest b/net-libs/uhttpmock/Manifest
index b29e1d20630..1eaa3f16fab 100644
--- a/net-libs/uhttpmock/Manifest
+++ b/net-libs/uhttpmock/Manifest
@@ -1,3 +1,2 @@
-DIST uhttpmock-0.4.0.tar.xz 295392 BLAKE2B 
953fd604313c9d51d5719838db09a2ce51211c5d52df6392059003980085d723bbe1aa4ab343f3d4fad73342dc0cf08cdb3fc5f4dd96026d2d2ac23c515c902a
 SHA512 
0f98db886aa02a911fc94c957a371651f9be5784602ea0492d04798dcf12c4a519a292ede9d37b25a965832e5d96ca9da7ce0ca8127af74d3986c4ef74e1f527
 DIST uhttpmock-0.5.0.tar.xz 296908 BLAKE2B 
83421b2e644ddceb7f095873f2ae8782608138c199ee2707cc4af0a6fa0e7145800b4e683ffb42c5cb5b138120b1e101932eca64b748cfabf2c0d3e0a634f721
 SHA512 
952b618f3a12d7190f3812bc0bd53dd655a83d27f29bb749e62b36a08492bf535b85db7f5ff66f15c72bf5574696149f00476041f225ca6039ad87b221f5a1c6
 DIST uhttpmock-0.5.1.tar.xz 310976 BLAKE2B 
a7aa609d853a8593461aaaed0074532bc7df1d43638c720694a558cd4eefac14b140f79025cbf7ca9a93ad41cfecfa7728eb049e52d514edda7267389f4d8097
 SHA512 
99135c0983be78eaaf962e5b182eaaf921e1d6ed30f98691d8766e9d4a9e07188965ce3f546a13a8c32b148bad305083cc3cfdf48d9a8b91efffaec5a46d8006

diff --git a/net-libs/uhttpmock/uhttpmock-0.4.0.ebuild 
b/net-libs/uhttpmock/uhttpmock-0.4.0.ebuild
deleted file mode 100644
index 77b4b347d05..000
--- a/net-libs/uhttpmock/uhttpmock-0.4.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-GCONF_DEBUG="yes"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="HTTP web service mocking library"
-HOMEPAGE="https://gitlab.com/uhttpmock/uhttpmock";
-SRC_URI="http://tecnocode.co.uk/downloads/${PN}/${P}.tar.xz";
-
-LICENSE="LGPL-2"
-SLOT="0"
-
-IUSE="+introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.36.0:2
-   >=net-libs/libsoup-2.37.91:2.4
-   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.14
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable introspection) \
-   $(use_enable vala)
-}



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

2017-12-21 Thread Mart Raudsepp
commit: 189a8470dc011968573d8faa4cfee4a3dfe69b91
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec 21 23:16:57 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec 21 23:31:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189a8470

x11-libs/goocanvas: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-libs/goocanvas/Manifest   |  2 -
 x11-libs/goocanvas/goocanvas-2.0.2.ebuild | 68 ---
 x11-libs/goocanvas/goocanvas-2.0.3.ebuild | 68 ---
 3 files changed, 138 deletions(-)

diff --git a/x11-libs/goocanvas/Manifest b/x11-libs/goocanvas/Manifest
index 5f15010bde7..2fdbd0d2d50 100644
--- a/x11-libs/goocanvas/Manifest
+++ b/x11-libs/goocanvas/Manifest
@@ -1,4 +1,2 @@
 DIST goocanvas-1.0.0.tar.bz2 570552 BLAKE2B 
00b1a3d59448cc2f40dd20b0c97977cfc477a6656f32e2106b3f3bd5c42b8b625e270d9f96de44f30caf83b744b331699e7c6385b5269bf7b22e3bb25a879948
 SHA512 
fef4364b57dc777b6dcceb026f940121a24a8a3792e8d37d320eb47b7747ab0d54d8d7911b4ff77c21ca2b251937c9312da04221bbc246a07bbf4062689de644
-DIST goocanvas-2.0.2.tar.xz 502732 BLAKE2B 
33842588efc35f44c0f9bbd29552818a96df2487adef714f4883250aa91e1957c37356e74fae180fa1e352aeca6eb0d61d9e8c39f559ad795e658d712f9b
 SHA512 
2b3014b832a5426884aa472fbfabcca171ef90305afccd312583d259517725a1839509e39b13b30c5097bf54ed9b3dfd2bf9eeca4e813a82d14cf1d5a54578ac
-DIST goocanvas-2.0.3.tar.xz 584532 BLAKE2B 
0f4f3dd61af3af3cb1e7fbf8e0395982f67df997feee3171fde1c8c8458a2dc62b55e3307e9d61d2d6465f4e17781af949761ab3ed090e5079dc100db5e64304
 SHA512 
e7db229d029906febc5cc8154cecfe9a7c81497abfb1cdf8e41b8135ef87ef7478dac60bd160adb0d6efbe69680be488c67e78497cb89b1ba295a407af04b786
 DIST goocanvas-2.0.4.tar.xz 584272 BLAKE2B 
027ab47c1e9c241f74509001426367e86025ec8ea5901cf64c2014f8c32b83ce60870ca754dd15e8982a7023b77d3856b39dbbbdd636de6da47d361cb15a940e
 SHA512 
e57dfd59d9b9cb64deadfeac193c11a89347c7f0e966377cfb98afcc2b46be13fe05d253a96e63dc7e6981c75e6e871040b83d8d0aee95cb62b79965d6be5688

diff --git a/x11-libs/goocanvas/goocanvas-2.0.2.ebuild 
b/x11-libs/goocanvas/goocanvas-2.0.2.ebuild
deleted file mode 100644
index de7678e1ec1..000
--- a/x11-libs/goocanvas/goocanvas-2.0.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Canvas widget for GTK+ using the cairo 2D library for drawing"
-HOMEPAGE="https://wiki.gnome.org/GooCanvas";
-
-LICENSE="LGPL-2"
-SLOT="2.0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-IUSE="examples +introspection python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# python only enables python specific binding override
-RDEPEND="
-   >=x11-libs/gtk+-3.0.0:3
-   >=dev-libs/glib-2.28.0:2
-   >=x11-libs/cairo-1.10.0
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-python/pygobject-2.90.4:3[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc-am
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Do not build demos
-   sed -e 's/^\(SUBDIRS =.*\)demo\(.*\)$/\1\2/' \
-   -i Makefile.am Makefile.in || die "sed failed"
-
-   # Python bindings are built/installed manually.
-   sed -e "/SUBDIRS = python/d" -i bindings/Makefile.am 
bindings/Makefile.in
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-rebuilds \
-   --disable-static \
-   $(use_enable introspection) \
-   --disable-python
-}
-
-src_install() {
-   gnome2_src_install
-
-   if use python; then
-   sub_install() {
-   python_moduleinto $(python -c "import gi;print 
gi._overridesdir")
-   python_domodule bindings/python/GooCanvas.py
-   }
-   python_foreach_impl sub_install
-   fi
-
-   if use examples; then
-   insinto "/usr/share/doc/${P}/examples/"
-   doins demo/*.[ch] demo/*.png
-   fi
-}

diff --git a/x11-libs/goocanvas/goocanvas-2.0.3.ebuild 
b/x11-libs/goocanvas/goocanvas-2.0.3.ebuild
deleted file mode 100644
index 41235bfdd14..000
--- a/x11-libs/goocanvas/goocanvas-2.0.3.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Canvas widget for GTK+ using the cairo 2D library for drawing"
-HOMEPAGE="https://wiki.gnome.org/GooCanvas";
-
-LICENSE="LGPL-2"
-SLOT="2.0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="examples +introspection python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-

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

2017-12-21 Thread Mart Raudsepp
commit: 48ceee24775c3e606458e42e0506955dc0ee20d7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec 21 23:00:46 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec 21 23:30:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ceee24

net-libs/rest: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-libs/rest/Manifest  |  1 -
 net-libs/rest/rest-0.8.0.ebuild | 59 -
 2 files changed, 60 deletions(-)

diff --git a/net-libs/rest/Manifest b/net-libs/rest/Manifest
index 862728345b0..5b3ce5ca09e 100644
--- a/net-libs/rest/Manifest
+++ b/net-libs/rest/Manifest
@@ -1,2 +1 @@
-DIST rest-0.8.0.tar.xz 334024 BLAKE2B 
c9cb762e094f09d0b84f98358d5b608caeb8207eec895ccfdbea9a25be6f76d6cd3f0a1947dd6a2e042d3c21d31ee24d34aaa7148fde2d719efeaed2106bdc77
 SHA512 
dfcfed4196e613ed4415ea04eaa890e47d1d2e6899afdefff3dd7bfed5bcace58724158deb4c0cc7974f9a4493d00d5c0a27415160f2795df81c2210c14a823a
 DIST rest-0.8.1.tar.xz 76 BLAKE2B 
595576f29ebe35121b7a896086abd3411ac3b2d324d2e50d646274c4060cfaffbd3b701eaae80afdc60d52c77bb5076135064648536378f2562f27c79c5738b7
 SHA512 
824a341db3827e4360abe03e33735918c68913c70d797699ef74271080a1985872006ec70fd994dc8fa3fbfef417e6fe979883c11286512d0ce623b8368e40c3

diff --git a/net-libs/rest/rest-0.8.0.ebuild b/net-libs/rest/rest-0.8.0.ebuild
deleted file mode 100644
index d479dae138e..000
--- a/net-libs/rest/rest-0.8.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 multilib-minimal virtualx
-
-DESCRIPTION="Helper library for RESTful services"
-HOMEPAGE="https://wiki.gnome.org/Projects/Librest";
-
-LICENSE="LGPL-2.1"
-SLOT="0.7"
-IUSE="+introspection test"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# Coverage testing should not be enabled
-RDEPEND="
-   app-misc/ca-certificates
-   >=dev-libs/glib-2.24:2[${MULTILIB_USEDEP}]
-   dev-libs/libxml2:2[${MULTILIB_USEDEP}]
-   net-libs/libsoup:2.4[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.13
-   >=dev-util/intltool-0.40
-   virtual/pkgconfig[${MULTILIB_USEDEP}]
-   test? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
-"
-
-multilib_src_configure() {
-   # gnome support only adds dependency on obsolete libsoup-gnome
-   # https://bugzilla.gnome.org/show_bug.cgi?id=758166
-   ECONF_SOURCE=${S} \
-   gnome2_src_configure \
-   --disable-static \
-   --disable-gcov \
-   --without-gnome \
-   
--with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \
-   $(multilib_native_use_enable introspection)
-
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/reference/rest/html docs/reference/rest/html 
|| die
-   fi
-}
-
-multilib_src_test() {
-   # Tests need dbus
-   virtx emake check
-}
-
-multilib_src_compile() {
-   gnome2_src_compile
-}
-
-multilib_src_install() {
-   gnome2_src_install
-}



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

2017-12-21 Thread Mart Raudsepp
commit: bb9eb6e44907af5390dd822f17d865313cf16bbe
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec 21 23:05:58 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec 21 23:30:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9eb6e4

net-misc/gupnp-tools: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-misc/gupnp-tools/Manifest  |  1 -
 net-misc/gupnp-tools/gupnp-tools-0.8.13.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/net-misc/gupnp-tools/Manifest b/net-misc/gupnp-tools/Manifest
index b47c79c31d9..8d15fb4f523 100644
--- a/net-misc/gupnp-tools/Manifest
+++ b/net-misc/gupnp-tools/Manifest
@@ -1,2 +1 @@
-DIST gupnp-tools-0.8.13.tar.xz 560756 BLAKE2B 
1bb165995ab657740ca1b3c0f8e4dd1a47aee55c0095a83dfc9dd4f1e73d7c8f5b83afec6c79c3c985fe96edde88f2a00e031e87171f9f385188fd455e200053
 SHA512 
1616348b21ebce98253168e328239cbe113fa7f22b3fb1a771ab8d08f1aa5b2cf89c1f6c37d9b73dab074c448d90ac1cef546dc1ab221449cd187d0183ab67e0
 DIST gupnp-tools-0.8.14.tar.xz 558552 BLAKE2B 
a0f132722d14a1a0d35258ba2656e07e292c9ae1def256ff48e08d0526f3d665fe328464d5d836c5fb59936d592ed3cfc43c70870fbb88bfcdee74c3abe6f9e8
 SHA512 
746f12728c7d06d6fb2cab3f015c5d145ba8df45fb0ca8462a0d1c53db081f62ae7c39001604e73c2596f1584318680bf387a6f7751af7146b2b9c5c28651739

diff --git a/net-misc/gupnp-tools/gupnp-tools-0.8.13.ebuild 
b/net-misc/gupnp-tools/gupnp-tools-0.8.13.ebuild
deleted file mode 100644
index 36f012ae841..000
--- a/net-misc/gupnp-tools/gupnp-tools-0.8.13.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit gnome2
-
-DESCRIPTION="Free replacements of Intel UPnP tools that use GUPnP"
-HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.24:2
-   >=dev-libs/libxml2-2.4:2
-   >=net-libs/gssdp-0.13.3:0=
-   >=net-libs/gupnp-0.20.14:0=
-   >=net-libs/gupnp-av-0.5.5:0=
-   >=net-libs/libsoup-2.42:2.4
-   >=x11-libs/gtk+-3.10:3
-   >=x11-libs/gtksourceview-3.2:3.0
-"
-DEPEND="${RDEPEND}
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"



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

2017-12-21 Thread Mart Raudsepp
commit: ae4d96469be4ad9331586e12919e47b9c2ec016a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec 21 22:55:06 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec 21 23:30:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4d9646

net-dialup/moserial: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-dialup/moserial/Manifest   |  1 -
 net-dialup/moserial/moserial-3.0.10.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/net-dialup/moserial/Manifest b/net-dialup/moserial/Manifest
index 915baff1b02..fe930840288 100644
--- a/net-dialup/moserial/Manifest
+++ b/net-dialup/moserial/Manifest
@@ -1,2 +1 @@
-DIST moserial-3.0.10.tar.xz 1093544 BLAKE2B 
89ce38a04ad341ca2af3490f50e2d26698fa4f25f9d0fc17d6090a76238b9e6ec8686c6b08eb9158f8e67ecbbd20f039d1bebf06b9383c56426f1602a382b60d
 SHA512 
a21f10fea7cfbbbf5f484f298d7a1bcb6f74450c1a715c79594e0cf85035291dd5bd2e27f1050fd0e38b5449d696da03a1ee6e50737f11f7ddc2140f49d6cdb9
 DIST moserial-3.0.11.tar.xz 1103168 BLAKE2B 
3193b38838c22cd919ef729876bb86553c25e7379d36fdee4118f8e6b545a1277a09d5820f9994744548d81b20ab7764ae0a3446d8bcdc91a1896341815f8925
 SHA512 
1f274b0b949bed475f3a5210ae90916ce45e1c6a740813b4fe89a18b4914b0a924eacf16440bfc6fb860cd98f709559a28867e35b713fe6550638bf2d060577c

diff --git a/net-dialup/moserial/moserial-3.0.10.ebuild 
b/net-dialup/moserial/moserial-3.0.10.ebuild
deleted file mode 100644
index 2d317bc9910..000
--- a/net-dialup/moserial/moserial-3.0.10.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="A clean and friendly gtk-based serial terminal"
-HOMEPAGE="https://wiki.gnome.org/moserial";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.16:2[dbus]
-   gnome-base/gsettings-desktop-schemas
-   >=x11-libs/gtk+-3.0.0:3
-"
-DEPEND="${RDEPEND}
-   >=app-text/gnome-doc-utils-0.3.2
-   >=dev-util/intltool-0.35
-   dev-util/itstool
-   virtual/pkgconfig
-"



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

2017-12-21 Thread Mart Raudsepp
commit: 3d435101faf96e4fbca885b2a6349beee73859b5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec 21 23:08:42 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec 21 23:30:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d435101

sys-libs/libosinfo: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-libs/libosinfo/libosinfo-1.0.0.ebuild | 49 ---
 1 file changed, 49 deletions(-)

diff --git a/sys-libs/libosinfo/libosinfo-1.0.0.ebuild 
b/sys-libs/libosinfo/libosinfo-1.0.0.ebuild
deleted file mode 100644
index 97da310d330..000
--- a/sys-libs/libosinfo/libosinfo-1.0.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 udev vala
-
-DESCRIPTION="GObject library for managing information about real and virtual 
OSes"
-HOMEPAGE="http://libosinfo.org/";
-SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-
-IUSE="+introspection +vala test"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~sparc"
-
-RDEPEND="
-   >=dev-libs/glib-2.36.0:2
-   >=dev-libs/libxslt-1.0.0:=
-   dev-libs/libxml2:=
-   >=net-libs/libsoup-2.42:2.4
-   sys-apps/hwids
-   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-"
-DEPEND="${RDEPEND}
-   dev-libs/gobject-introspection-common
-   >=dev-util/gtk-doc-am-1.10
-   virtual/pkgconfig
-   test? ( dev-libs/check )
-   vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-   gnome2_src_prepare
-   use vala && vala_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable test tests) \
-   $(use_enable introspection) \
-   $(use_enable vala) \
-   --disable-coverage
-}



[gentoo-commits] proj/musl:master commit in: sys-libs/libomp/, sys-libs/libomp/files/4.0.0/

2017-12-21 Thread Aric Belsito
commit: d78acc08a092f22c5c38531ba4912b6c156bd269
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Dec 21 23:20:19 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Dec 21 23:20:19 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=d78acc08

sys-libs/libomp: version bump to 5.0.1

 sys-libs/libomp/Manifest   |  6 +-
 ...-link-latomic-to-provide-atomics-when-ava.patch | 94 --
 sys-libs/libomp/libomp-3.9.1.ebuild|  4 +-
 sys-libs/libomp/libomp-4.0.1.ebuild| 10 +--
 .../{libomp-5.0.0.ebuild => libomp-5.0.1.ebuild}   |  4 +-
 5 files changed, 11 insertions(+), 107 deletions(-)

diff --git a/sys-libs/libomp/Manifest b/sys-libs/libomp/Manifest
index de45319..a83b285 100644
--- a/sys-libs/libomp/Manifest
+++ b/sys-libs/libomp/Manifest
@@ -1,3 +1,3 @@
-DIST openmp-3.9.1.src.tar.xz 2031588 SHA256 
d23b324e422c0d5f3d64bae5f550ff1132c37a070e43c7ca93991676c86c7766 SHA512 
80924a6f9765f634d24d7b0aa036d92c912dbd8e067487a14bdd03b4c587fdfc92e83eb29926bfa637ef45be3f133a924f77ab12099ea3706c18e9c42774708b
 WHIRLPOOL 
b6ec75d4f9d2b86bb8e2927791cb46e61ff8657fc21f9e0ba9893d81d3382522aca330564f3156c1fbbf765de0499e875e41e11199abe2da8ed1bef057d5e8d8
-DIST openmp-4.0.1.src.tar.xz 2275240 SHA256 
ec693b170e0600daa7b372240a06e66341ace790d89eaf4a843e8d56d5f4ada4 SHA512 
0b737dde832c5907a0cac41fe1d594b61e85dd405eee42b39f09233db62b44543204ccc775e52e2981f9c9f0683b234526e288a3a7a04f712280fb3a575abcaf
 WHIRLPOOL 
102f4b6984e6bc4dc08349e7f1f0ff31646bad923018cfd342e0bee760d8b1036f0c54c565af3b0730c470d584e37ed905bcbfa1ffc2325dafa0a02d91088b05
-DIST openmp-5.0.0.src.tar.xz 2074004 SHA256 
c0ef081b05e0725a04e8711d9ecea2e90d6c3fbb1622845336d3d095d0a3f7c5 SHA512 
038cc1d262414fac9a05eabdce97b21eb04fc1b3609d07f8da2c9da6b1aaa143f8b26953cb799e7dde82f708103539fe03fe939ba7323a71bd3e9e3925bd5513
 WHIRLPOOL 
e32436cc925173db2f58dc0b454ed046c733877edce3383da0a621ea90e9c30d9e45c0063451feb9b0dc95102893db02832d97bfb3a200e3440e4cad7fb9720a
+DIST openmp-3.9.1.src.tar.xz 2031588 BLAKE2B 
feafb94a832ec48a67d6e00720724dcecb533a4a09e0d69462af33e13454b20393aa21fabb062c362824cdfbee712db1030732271e4cd49085fa69cff9800835
 SHA512 
80924a6f9765f634d24d7b0aa036d92c912dbd8e067487a14bdd03b4c587fdfc92e83eb29926bfa637ef45be3f133a924f77ab12099ea3706c18e9c42774708b
+DIST openmp-4.0.1.src.tar.xz 2275240 BLAKE2B 
e63cf670c4cd2678afc4d7b96be85c3d157bf91a69510f980d9a0a07f61b449b22ff28d63753f32e63afedb4a7077c662a633f689a660b5047a83bcf1fb7f009
 SHA512 
0b737dde832c5907a0cac41fe1d594b61e85dd405eee42b39f09233db62b44543204ccc775e52e2981f9c9f0683b234526e288a3a7a04f712280fb3a575abcaf
+DIST openmp-5.0.1.src.tar.xz 2075472 BLAKE2B 
a4da4726a17dc0fd083e11fe1bebf446978137aa4453000e8fea950021fff091a818246f0817dd60ce67353d3f7d75ab8fec2b9e955389d9c94e195945efda50
 SHA512 
4493b918fd83ef26e2b3f3429d1b00d722328e4c9697ac7625a390834f6e88ada8e5b02ce0ecb4771129207b1b81a9d171f4599ab9388762a3c6db0afc499ff4

diff --git 
a/sys-libs/libomp/files/4.0.0/0001-test-Try-to-link-latomic-to-provide-atomics-when-ava.patch
 
b/sys-libs/libomp/files/4.0.0/0001-test-Try-to-link-latomic-to-provide-atomics-when-ava.patch
deleted file mode 100644
index 6881755..000
--- 
a/sys-libs/libomp/files/4.0.0/0001-test-Try-to-link-latomic-to-provide-atomics-when-ava.patch
+++ /dev/null
@@ -1,94 +0,0 @@
-From 7bd70635240f69fcd4da4d98a4aca8aaa779dd11 Mon Sep 17 00:00:00 2001
-From: Michal Gorny 
-Date: Fri, 24 Feb 2017 22:15:24 +
-Subject: [PATCH] [test] Try to link -latomic to provide atomics when available
-
-When using -rtlib=libgcc, the fallback implementation of __atomic_*
-builtins is provided via libatomic (included in GCC). However, neither
-GCC itself nor clang link libatomic implicitly, and it seems that GCC
-upstream expects projects to link it explicitly as necessary.
-
-Since compiler-rt provides __atomic_* builtins directly in the main
-library, check if they are provided by the default libraries first.
-If they are not, check if -latomic is available to provide them
-and add explicit -latomic for tests in this case.
-
-This fixes unresolved __atomic_load() references when running openmp
-tests on i386 with libgcc backend.
-
-Differential Revision: https://reviews.llvm.org/D30083
-
-git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@296183 
91177308-0d34-0410-b5e6-96231b3b80d8

- runtime/test/CMakeLists.txt  | 13 +
- runtime/test/lit.cfg |  2 ++
- runtime/test/lit.site.cfg.in |  2 +-
- 3 files changed, 16 insertions(+), 1 deletion(-)
-
-diff --git a/runtime/test/CMakeLists.txt b/runtime/test/CMakeLists.txt
-index 8162855..88c02c8 100644
 a/runtime/test/CMakeLists.txt
-+++ b/runtime/test/CMakeLists.txt
-@@ -1,6 +1,7 @@
- # CMakeLists.txt file for unit testing OpenMP Library
- include(FindPythonInterp)
- include(CheckTypeSize)
-+include(CheckFunctionExists)
- include(CheckLibraryExists)
- 
- if(NOT PYTHONINTERP_FOUND)
-@@ -11,6 +12,17 @@ endif()
- 
- # So

[gentoo-commits] proj/musl:master commit in: app-emulation/qemu/files/, app-emulation/qemu/

2017-12-21 Thread Aric Belsito
commit: 63e6f9c259d3323d9ca9a54846afd8d400827dff
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Dec 21 23:15:33 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Dec 21 23:15:33 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=63e6f9c2

app-emulation/qemu: version bump to 2.10.1-r1

 app-emulation/qemu/Manifest|   3 +-
 .../qemu/files/qemu-2.10.0-CVE-2017-13711.patch|  80 ---
 app-emulation/qemu/qemu-2.10.0.ebuild  | 787 -
 .../{qemu-2.10.1.ebuild => qemu-2.10.1-r1.ebuild}  |   6 +-
 4 files changed, 6 insertions(+), 870 deletions(-)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index 95c955c..2aded65 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -1,2 +1 @@
-DIST qemu-2.10.0.tar.bz2 30955656 SHA256 
7e9f39e1306e6dcc595494e91c1464d4b03f55ddd2053183e0e1b69f7f776d48 SHA512 
ea21c014030f8a902df159641e6ccb45f0850ac5cb1cb8ab6845124c44ea5def54845e7bc66a6e80d624c78069f9baa913ee5119704076ae4ff47ab018ace9f9
 WHIRLPOOL 
58f846788fdf2b0c90e6d17ce921a1fe02556968d38ffc11be7e32b81ebc723dfeaa790f22d8085d4f388eb01fe0daa3ddbc00630c5ecba083df33cc9709fb39
-DIST qemu-2.10.1.tar.bz2 30821108 SHA256 
8e040bc7556401ebb3a347a8f7878e9d4028cf71b2744b1a1699f4e741966ba8 SHA512 
1a4a6ebf700ec6851c83cc2a71eaea8d95f14c685d094eaaa86c740eb9401e49a79074b72385f58681ca7646771a99bb6bbd9bebb39162f7220626d37ed0654f
 WHIRLPOOL 
79b1b8c19affc799e1a42c02a7c2fea13bf4ca1f9a2aa6e765d529aa3531f68cca77e92264561b2884314074f3148469f5a2f976c3473beb5ed0568617ce777b
+DIST qemu-2.10.1.tar.bz2 30821108 BLAKE2B 
bb096139f6b387a3cf3933dd3aeb9479022b1b34ed0212b51d7061f9a19b3e83a4e9a13c6cf81c14718731ddf8646226a5b0d99ebbc9abb387d7eec94238
 SHA512 
1a4a6ebf700ec6851c83cc2a71eaea8d95f14c685d094eaaa86c740eb9401e49a79074b72385f58681ca7646771a99bb6bbd9bebb39162f7220626d37ed0654f

diff --git a/app-emulation/qemu/files/qemu-2.10.0-CVE-2017-13711.patch 
b/app-emulation/qemu/files/qemu-2.10.0-CVE-2017-13711.patch
deleted file mode 100644
index 9d02656..000
--- a/app-emulation/qemu/files/qemu-2.10.0-CVE-2017-13711.patch
+++ /dev/null
@@ -1,80 +0,0 @@
-From 1201d308519f1e915866d7583d5136d03cc1d384 Mon Sep 17 00:00:00 2001
-From: Samuel Thibault 
-Date: Fri, 25 Aug 2017 01:35:53 +0200
-Subject: [PATCH] slirp: fix clearing ifq_so from pending packets
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The if_fastq and if_batchq contain not only packets, but queues of packets
-for the same socket. When sofree frees a socket, it thus has to clear ifq_so
-from all the packets from the queues, not only the first.
-
-Signed-off-by: Samuel Thibault 
-Reviewed-by: Philippe Mathieu-Daudé 
-Cc: qemu-sta...@nongnu.org
-Signed-off-by: Peter Maydell 

- slirp/socket.c | 39 +++
- 1 file changed, 23 insertions(+), 16 deletions(-)
-
-diff --git a/slirp/socket.c b/slirp/socket.c
-index ecec0295a9..cb7b5b608d 100644
 a/slirp/socket.c
-+++ b/slirp/socket.c
-@@ -60,29 +60,36 @@ socreate(Slirp *slirp)
- }
- 
- /*
-+ * Remove references to so from the given message queue.
-+ */
-+static void
-+soqfree(struct socket *so, struct quehead *qh)
-+{
-+struct mbuf *ifq;
-+
-+for (ifq = (struct mbuf *) qh->qh_link;
-+ (struct quehead *) ifq != qh;
-+ ifq = ifq->ifq_next) {
-+if (ifq->ifq_so == so) {
-+struct mbuf *ifm;
-+ifq->ifq_so = NULL;
-+for (ifm = ifq->ifs_next; ifm != ifq; ifm = ifm->ifs_next) {
-+ifm->ifq_so = NULL;
-+}
-+}
-+}
-+}
-+
-+/*
-  * remque and free a socket, clobber cache
-  */
- void
- sofree(struct socket *so)
- {
-   Slirp *slirp = so->slirp;
--  struct mbuf *ifm;
- 
--  for (ifm = (struct mbuf *) slirp->if_fastq.qh_link;
--   (struct quehead *) ifm != &slirp->if_fastq;
--   ifm = ifm->ifq_next) {
--if (ifm->ifq_so == so) {
--  ifm->ifq_so = NULL;
--}
--  }
--
--  for (ifm = (struct mbuf *) slirp->if_batchq.qh_link;
--   (struct quehead *) ifm != &slirp->if_batchq;
--   ifm = ifm->ifq_next) {
--if (ifm->ifq_so == so) {
--  ifm->ifq_so = NULL;
--}
--  }
-+  soqfree(so, &slirp->if_fastq);
-+  soqfree(so, &slirp->if_batchq);
- 
-   if (so->so_emu==EMU_RSH && so->extra) {
-   sofree(so->extra);
--- 
-2.13.5
-

diff --git a/app-emulation/qemu/qemu-2.10.0.ebuild 
b/app-emulation/qemu/qemu-2.10.0.ebuild
deleted file mode 100644
index 9c32a85..000
--- a/app-emulation/qemu/qemu-2.10.0.ebuild
+++ /dev/null
@@ -1,787 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="ncurses,readline"
-
-PLOCALES="bg de_DE fr_FR hu it tr zh_CN"
-
-FIRMWARE_ABI_VERSION="2.9.0-r52"
-
-inherit eutils flag-o-matic linux-info toolchain-funcs multilib python-r1 \
-   u

[gentoo-commits] proj/musl:master commit in: sys-libs/compiler-rt-sanitizers/

2017-12-21 Thread Aric Belsito
commit: b4131ae12d105fcc6ef4820c28194578a8e01d2a
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Dec 21 23:24:52 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Dec 21 23:24:52 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=b4131ae1

sys-libs/compiler-rt-sanitizers: bump to 5.0.1

 sys-libs/compiler-rt-sanitizers/Manifest   | 11 +++
 .../compiler-rt-sanitizers-4.0.1.ebuild| 20 +++
 .../compiler-rt-sanitizers-5.0.0.ebuild|  6 ++
 ebuild => compiler-rt-sanitizers-5.0.1.ebuild} | 23 +-
 4 files changed, 35 insertions(+), 25 deletions(-)

diff --git a/sys-libs/compiler-rt-sanitizers/Manifest 
b/sys-libs/compiler-rt-sanitizers/Manifest
index 7c6cf87..2b8b4a3 100644
--- a/sys-libs/compiler-rt-sanitizers/Manifest
+++ b/sys-libs/compiler-rt-sanitizers/Manifest
@@ -1,4 +1,7 @@
-DIST compiler-rt-4.0.1.src.tar.xz 1434100 SHA256 
a3c87794334887b93b7a766c507244a7cdcce1d48b2e9249fc9a94f2c3beb440 SHA512 
cfeb625884b273f7c0e6767b81a8d3e5f24e0b96a510d5764d9d47a0e215fc841b4cb9d1843c8fb428cd21def720cfbfe8d3593ff5bb390548ebc8c32a902649
 WHIRLPOOL 
8b33c6841cacefe98da92435418b13b8f8ed97a982903be827e5c37f937dc9001975d6a709d60423b21509dd5670ee2e90cb34c96473fb4a66c2ab6f47af09e5
-DIST compiler-rt-5.0.0.src.tar.xz 1507996 SHA256 
d5ad5266462134a482b381f1f8115b6cad3473741b3bb7d1acc7f69fd0f0c0b3 SHA512 
5f3fd49736fba35232b0baa19a5f03c4ab3bf85ec16f23355eb3c516fe6d861c14272c224ca2f2092a80636df4307e49a3df1b60a3791949b3f1ba4a0c8c81fb
 WHIRLPOOL 
7ac0eb36b59a7917b694e4b5e9a425a3ffed7c48eda0c211a7d1c52596b2d39fa4bc0a84db5f58492bf7b5b64c22b81cd2fcd8dee2bceb89583b6e190c70d2d8
-DIST llvm-4.0.1.src.tar.xz 21065652 SHA256 
da783db1f82d516791179fe103c71706046561f7972b18f0049242dee6712b51 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
 WHIRLPOOL 
1626ff270f7ce4801d02a0797b227fda9314ff5c0c01d653111599e9a4d2854c4d9edc3c698a7abee8d79d6bce8b18dc619fbced3c07ca610d44a248d65830cc
-DIST llvm-5.0.0.src.tar.xz 23411980 SHA256 
e35dcbae6084adcf4abb32514127c5eabd7d63b733852ccdb31e06f1373136da SHA512 
e6d8fdcb5bf27bded814d02f39f69c6171bc3a512d5957c03e5ac2e231f903b7de87634b059bd5c5da670f7c3a8f7a538f6299225799f15f921857f1452f6b3a
 WHIRLPOOL 
6a99edbdc3e6726dc8ff9126b110fd7560faac46601407722e6dd80b5d894ff242521dc8fda7f4d879de83dac51c65645a37224f7e8def0d8d2f1e564b0531bb
+DIST compiler-rt-4.0.1.src.tar.xz 1434100 BLAKE2B 
ca6bf78fc07f387b7244a52ef648b06a5685effb46a66b241a9ee847ecafb17d02602f49b0dbe473d47202586874a043a6d75141400062f526d2f808da323e1e
 SHA512 
cfeb625884b273f7c0e6767b81a8d3e5f24e0b96a510d5764d9d47a0e215fc841b4cb9d1843c8fb428cd21def720cfbfe8d3593ff5bb390548ebc8c32a902649
+DIST compiler-rt-5.0.0.src.tar.xz 1507996 BLAKE2B 
7294b7c4fee6401baaf2a9c9bd22d3f94d57334575ae0d5c599b613990d6f139b72acee8c2c66f6c7bc17378d5258290e749f691cc6c6c5bf9f204e3a76b37a0
 SHA512 
5f3fd49736fba35232b0baa19a5f03c4ab3bf85ec16f23355eb3c516fe6d861c14272c224ca2f2092a80636df4307e49a3df1b60a3791949b3f1ba4a0c8c81fb
+DIST compiler-rt-5.0.1.src.tar.xz 1498220 BLAKE2B 
61503df8a4075c2fe1e42d480753b861321b5de127e340f48d648fc38d81c7967cead17e136beaa5235cc92540f158915fccec77cf39aa7c336d106c9d265222
 SHA512 
61e23775db78bdeed3003a509b45ae609287db31302fed186f3210d481ecf062d1828571e63482215ab00ff732df8f3fa6c77334dfb677e4b76eb555d476b8c4
+DIST compiler-rt-sanitizers-4.0.1-patchset.tar.xz 2384 BLAKE2B 
6f9eee711c83570767f0bb634d0f91c18ee7f2af93a478938b8d5b6ce6f2c2fbaadb7bd5c7ee94a14dc1834359a046187db6bc7005b7c2efa539325dc0701ad9
 SHA512 
72d7357b4c27bbf8fa8b34803ddea905a9f1054e8fc7bf99a4ead9dc00408989ea2709f04be9cf45a27eeb4b9386c89feeb25b53a84f3cac9739196b89813887
+DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
+DIST llvm-5.0.0.src.tar.xz 23411980 BLAKE2B 
bc3d8b75b766c83912252b51d6b57c8151c9d83415eff7bc771923d35138ed253a788d6c8e0a384c5e78ce1a1065f10d66ef5004df163b4c3b0c6274bb3aa6b7
 SHA512 
e6d8fdcb5bf27bded814d02f39f69c6171bc3a512d5957c03e5ac2e231f903b7de87634b059bd5c5da670f7c3a8f7a538f6299225799f15f921857f1452f6b3a
+DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.1.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.1.ebuild
index 4057b35..a16b6d3 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.1.ebuild
+++ b/sys-libs/compiler-rt-sanit

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

2017-12-21 Thread Sergei Trofimovich
commit: ef9b2196ba805ef93a4c8345ddb59b939d4412e2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 21 22:44:28 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:54:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef9b2196

x11-libs/wxGTK: stable 3.0.2.0-r3 for sparc, bug #632144

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

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

diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild 
b/x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild
index 3646d5419db..194ded56acc 100644
--- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild
+++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wxwidgets.org/";
 SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2
doc? ( mirror://sourceforge/wxpython/wxPython-docs-${PV}.tar.bz2 )"
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff webkit"
 
 SLOT="3.0"



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

2017-12-21 Thread Sergei Trofimovich
commit: 5789ed88aab7f6d258a4f1821facc4c58cd31d83
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 21 22:43:02 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:54:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5789ed88

x11-libs/wxGTK: stable 2.8.12.1-r2 for sparc, bug #632144

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 x11-libs/wxGTK/wxGTK-2.8.12.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/wxGTK/wxGTK-2.8.12.1-r2.ebuild 
b/x11-libs/wxGTK/wxGTK-2.8.12.1-r2.ebuild
index 36d18741b1e..dc5c6587baa 100644
--- a/x11-libs/wxGTK/wxGTK-2.8.12.1-r2.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.8.12.1-r2.ebuild
@@ -15,7 +15,7 @@ BASE_P="${PN}-${BASE_PV}"
 # docs, and are released more frequently than wxGTK.
 SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2"
 
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="+X aqua doc debug gnome gstreamer odbc opengl pch sdl tiff"
 
 SLOT="2.8"



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

2017-12-21 Thread Sergei Trofimovich
commit: 3fa2e852910649da66f72a0380ed67195705
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 21 22:41:05 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:54:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa2e852

dev-python/pycryptodome: keyworded 3.4.6 for sparc, bug #613760

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-python/pycryptodome/pycryptodome-3.4.6.ebuild 
b/dev-python/pycryptodome/pycryptodome-3.4.6.ebuild
index d9eae2b53c8..641a9a9c67e 100644
--- a/dev-python/pycryptodome/pycryptodome-3.4.6.ebuild
+++ b/dev-python/pycryptodome/pycryptodome-3.4.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/Legrandin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD-2 Unlicense"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~ppc-aix 
~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 ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-libs/gmp:0



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

2017-12-21 Thread Sergei Trofimovich
commit: 0052b533eb3c73d989aa1caf61bc2dc2b9e418f2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:40:56 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:40:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0052b533

dev-cpp/websocketpp: keyworded 0.7.0 for ia64 (thanks to Xeha)

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

 dev-cpp/websocketpp/websocketpp-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild 
b/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild
index 5b9f92cf26a..e31e6063b9f 100644
--- a/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild
+++ b/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="C++/Boost Asio based websocket client/server 
library"
 HOMEPAGE="http://www.zaphoyd.com/websocketpp";
 SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
 LICENSE="BSD"
 SLOT="0"
 IUSE="boost examples test"



[gentoo-commits] repo/gentoo:master commit in: net-vpn/i2pd/

2017-12-21 Thread Sergei Trofimovich
commit: b2f9dc40dd83fa82cfab9cb8d94071e88297b9dd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:41:02 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:41:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f9dc40

net-vpn/i2pd: keyworded 2.17.0 for ia64 (thanks to Xeha)

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

 net-vpn/i2pd/i2pd-2.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/i2pd/i2pd-2.17.0.ebuild b/net-vpn/i2pd/i2pd-2.17.0.ebuild
index 2c29b4139a6..efe4b09ed12 100644
--- a/net-vpn/i2pd/i2pd-2.17.0.ebuild
+++ b/net-vpn/i2pd/i2pd-2.17.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://github.com/PurpleI2P/i2pd";
 SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
 IUSE="cpu_flags_x86_aes i2p-hardening libressl static +upnp websocket"
 
 # if using libressl, require >=boost-1.65, see #597798



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

2017-12-21 Thread Sergei Trofimovich
commit: e4baf3676a7d66ad60dcb68a8368da87c85ed809
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:31:35 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4baf367

sys-libs/libblockdev: keyworded 2.14-r1 for ia64, bug #641308

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

 sys-libs/libblockdev/libblockdev-2.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild 
b/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild
index 30b34917f3d..0be5caad33d 100644
--- a/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild
+++ b/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/rhinstaller/libblockdev";
 SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86"
 IUSE="bcache +cryptsetup dmraid doc lvm kbd test"
 
 CDEPEND="



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

2017-12-21 Thread Sergei Trofimovich
commit: e9bab67b70e1b05728f8ac21257eb6a9e1af2121
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:32:04 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9bab67b

dev-libs/libbytesize: keyworded 1.2-r1 for ia64, bug #641308

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

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

diff --git a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild 
b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
index a6c5e9530b8..05aed6655f0 100644
--- a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
+++ b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/rhinstaller/libbytesize";
 SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86"
 IUSE="doc test"
 
 RDEPEND="



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

2017-12-21 Thread Sergei Trofimovich
commit: 7a4ac97098dd40850fef3ce7888a23da7230d7fa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:30:09 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4ac970

dev-python/pytest-fixture-config: stable 1.2.11 for ia64, bug #641304

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

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index 84996c172dc..6ec9e39b960 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/backports-unittest-mock/

2017-12-21 Thread Sergei Trofimovich
commit: 04d07eb3f7dbdd949eb0563f889f0712fe5c8df7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:29:38 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d07eb3

dev-python/backports-unittest-mock: stable 1.3 for ia64, bug #641304

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

 dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild 
b/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild
index 77849e50b33..4314c568b12 100644
--- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild
+++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="doc test"
 
 RDEPEND="dev-python/backports[${PYTHON_USEDEP}]



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

2017-12-21 Thread Sergei Trofimovich
commit: 85b536121e41a041f1744d9451911747c29cf9eb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:31:41 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b53612

sys-libs/libblockdev: keyworded 2.15-r1 for ia64, bug #641308

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

 sys-libs/libblockdev/libblockdev-2.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild 
b/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild
index dbbdbc4beff..290bc81cfaa 100644
--- a/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild
+++ b/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/rhinstaller/libblockdev";
 SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="bcache +cryptsetup dmraid doc lvm kbd test"
 
 CDEPEND="



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

2017-12-21 Thread Sergei Trofimovich
commit: 8d6bbd6d4e39e4e33f801acf86365e44532be16c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:32:23 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6bbd6d

sys-fs/udisks: keyworded 2.7.5 for ia64, bug #641308

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

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

diff --git a/sys-fs/udisks/udisks-2.7.5.ebuild 
b/sys-fs/udisks/udisks-2.7.5.ebuild
index afccb56be89..7ce8e132d1b 100644
--- a/sys-fs/udisks/udisks-2.7.5.ebuild
+++ b/sys-fs/udisks/udisks-2.7.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/storaged-project/udisks/releases/download/${P}/${P}.
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="acl cryptsetup debug elogind +gptfdisk +introspection lvm nls selinux 
systemd"
 
 REQUIRED_USE="?? ( elogind systemd )"



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

2017-12-21 Thread Sergei Trofimovich
commit: cc4a04be8f5a9dcd0005236ed47bb2d1859e5f10
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:31:13 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4a04be

dev-python/pocketlint: keyworded 0.15 for ia64, bug #641308

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

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

diff --git a/dev-python/pocketlint/pocketlint-0.15.ebuild 
b/dev-python/pocketlint/pocketlint-0.15.ebuild
index 03e738dd0a3..ec882b0fc0b 100644
--- a/dev-python/pocketlint/pocketlint-0.15.ebuild
+++ b/dev-python/pocketlint/pocketlint-0.15.ebuild
@@ -13,5 +13,5 @@ 
SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""



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

2017-12-21 Thread Sergei Trofimovich
commit: cd6eb0900a914942475ceada046acc53afcd0bf0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:31:21 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6eb090

dev-python/polib: keyworded 1.0.7 for ia64, bug #641308

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

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

diff --git a/dev-python/polib/polib-1.0.7.ebuild 
b/dev-python/polib/polib-1.0.7.ebuild
index 7736a4dc9f2..6ea5f07ab43 100644
--- a/dev-python/polib/polib-1.0.7.ebuild
+++ b/dev-python/polib/polib-1.0.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"



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

2017-12-21 Thread Sergei Trofimovich
commit: 5af4827b57944d7c48a30955bbf9d18cf165ff49
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:28:44 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af4827b

dev-python/pytest: stable 3.2.2 for ia64, bug #641304

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

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

diff --git a/dev-python/pytest/pytest-3.2.2.ebuild 
b/dev-python/pytest/pytest-3.2.2.ebuild
index f24f7ddb966..82bcca5312c 100644
--- a/dev-python/pytest/pytest-3.2.2.ebuild
+++ b/dev-python/pytest/pytest-3.2.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="doc test"
 
 # When bumping, please check setup.py for the proper py version



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

2017-12-21 Thread Sergei Trofimovich
commit: c4c1d35ce161e2735455afaeddc67fc19436591e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:29:26 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c1d35c

dev-python/setuptools-git: stable 1.2 for ia64, bug #641304

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

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 5c321e9d7bf..564f9599230 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2017-12-21 Thread Sergei Trofimovich
commit: c42b19450a427e930dc002e8371ce5e1a8ce631e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:28:33 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42b1945

dev-python/py: stable 1.4.34 for ia64, bug #641304

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

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

diff --git a/dev-python/py/py-1.4.34.ebuild b/dev-python/py/py-1.4.34.ebuild
index eb54602c31d..b04a773bd76 100644
--- a/dev-python/py/py-1.4.34.ebuild
+++ b/dev-python/py/py-1.4.34.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="doc test"
 
 RDEPEND=""



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

2017-12-21 Thread Sergei Trofimovich
commit: fa8aefea8bc60fae0a5d8cd6f30b6fd61793a5b8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:31:03 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8aefea

dev-libs/volume_key: keyworded 0.3.9 for ia64, bug #641308

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

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

diff --git a/dev-libs/volume_key/volume_key-0.3.9.ebuild 
b/dev-libs/volume_key/volume_key-0.3.9.ebuild
index 5ff0dd14125..08d30c6bb30 100644
--- a/dev-libs/volume_key/volume_key-0.3.9.ebuild
+++ b/dev-libs/volume_key/volume_key-0.3.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://releases.pagure.org/${PN}/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2017-12-21 Thread Sergei Trofimovich
commit: 192512ff5f9075cb308e017533ce92d0f22737b1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:28:22 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192512ff

dev-python/jaraco-packaging: stable 4.1 for ia64, bug #641304

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

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

diff --git a/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild 
b/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild
index 2eae4f942bc..9543f4c803c 100644
--- a/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild
+++ b/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="doc test"
 
 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"



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

2017-12-21 Thread Sergei Trofimovich
commit: 1cb064f8b7340117bd786e5369a39ca9871e55b5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:30:15 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb064f8

dev-python/pytest-shutil: stable 1.2.11 for ia64, bug #641304

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

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

diff --git a/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild 
b/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild
index 5bf637e05dd..a41ae04e1f4 100644
--- a/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild
+++ b/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-12-21 Thread Sergei Trofimovich
commit: 363576cd17fb6e5f685186f4e083f27b86b50977
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:28:11 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363576cd

dev-python/contextlib2: stable 0.5.5 for ia64, bug #641304

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

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

diff --git a/dev-python/contextlib2/contextlib2-0.5.5.ebuild 
b/dev-python/contextlib2/contextlib2-0.5.5.ebuild
index e3d8c77cc83..9b386887a75 100644
--- a/dev-python/contextlib2/contextlib2-0.5.5.ebuild
+++ b/dev-python/contextlib2/contextlib2-0.5.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2.4"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 DEPEND="



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

2017-12-21 Thread Sergei Trofimovich
commit: 4368ccf337e6c2659b733c7cb7002ec0d0ad5b46
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:30:22 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4368ccf3

dev-python/pytest-virtualenv: stable 1.2.11 for ia64, bug #641304

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

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

diff --git a/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild 
b/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild
index e7a3b377254..a596bc4bc14 100644
--- a/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild
+++ b/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-12-21 Thread Sergei Trofimovich
commit: c32c03d46b3d4699769489f9963651249e8fdab0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:29:18 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32c03d4

dev-python/setuptools: stable 36.7.2 for ia64, bug #641304

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

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

diff --git a/dev-python/setuptools/setuptools-36.7.2.ebuild 
b/dev-python/setuptools/setuptools-36.7.2.ebuild
index d4456237d55..6e940bf6253 100644
--- a/dev-python/setuptools/setuptools-36.7.2.ebuild
+++ b/dev-python/setuptools/setuptools-36.7.2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-   KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="Collection of extensions to Distutils"



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

2017-12-21 Thread Thomas Deutschmann
commit: 18a1d077700fe6d06fab6107164948582dcd34cf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Dec 21 22:08:04 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Dec 21 22:08:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a1d077

net-firewall/shorewall: Maintainer stabilization under ALLARCHES policy

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-firewall/shorewall/shorewall-5.1.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/shorewall/shorewall-5.1.9-r1.ebuild 
b/net-firewall/shorewall/shorewall-5.1.9-r1.ebuild
index 7b0058bd023..22419c59ec5 100644
--- a/net-firewall/shorewall/shorewall-5.1.9-r1.ebuild
+++ b/net-firewall/shorewall/shorewall-5.1.9-r1.ebuild
@@ -66,7 +66,7 @@ if [[ ${MY_PV} = *-Beta* ]] || [[ ${MY_PV} = *-RC* ]]; then
unset _tmp_last_index
unset _tmp_suffix
 else
-   KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="alpha amd64 hppa ppc ppc64 ~sparc x86"
 fi
 
 SRC_URI="



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

2017-12-21 Thread Sergei Trofimovich
commit: e622456630a95283c271803ac2ed46e8582d07d6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 21 21:58:35 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:02:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6224566

x11-libs/libXpresent: keyworded 1.0.0 for sparc, bug #616260

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

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

diff --git a/x11-libs/libXpresent/libXpresent-1.0.0.ebuild 
b/x11-libs/libXpresent/libXpresent-1.0.0.ebuild
index f78b12e347b..745920fc915 100644
--- a/x11-libs/libXpresent/libXpresent-1.0.0.ebuild
+++ b/x11-libs/libXpresent/libXpresent-1.0.0.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="X Present Extension C Library"
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga/, net-analyzer/icinga/files/

2017-12-21 Thread Robin H. Johnson
commit: 926ea83a6bf896333bdf10a58d240cfb500cb171
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Dec 21 21:56:43 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Dec 21 21:56:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=926ea83a

net-analyzer/icinga: fix start under grsec

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-analyzer/icinga/files/icinga-init.d |   7 +-
 net-analyzer/icinga/icinga-1.14.0-r2.ebuild | 274 
 2 files changed, 279 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/icinga/files/icinga-init.d 
b/net-analyzer/icinga/files/icinga-init.d
index af1f3c5d29e..3a20f31c194 100644
--- a/net-analyzer/icinga/files/icinga-init.d
+++ b/net-analyzer/icinga/files/icinga-init.d
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 : ${ICINGACFG:=/etc/icinga/icinga.cfg}
@@ -41,9 +41,12 @@ reload()
 }
 
 start_pre() {
-   checkpath -d -o icinga:icinga $(get_config temp_path)  $(dirname 
$(get_config lock_file)) $(dirname $(get_config log_file)) $(dirname 
$(get_config status_file))
+   checkpath -d -o icinga:icinga $(dirname $(get_config lock_file)) 
$(dirname $(get_config log_file)) $(dirname $(get_config status_file))
checkpath -f -o icinga:icinga $(get_config log_file)
rm -f $(get_config command_file)
+   # Temp dir must NOT be group-writable
+   # grsec: denied untrusted exec (due to file in group-writable directory)
+   checkpath -d -o icinga:icinga -m 0750 $(get_config temp_path)
 }
 
 stop_post() {

diff --git a/net-analyzer/icinga/icinga-1.14.0-r2.ebuild 
b/net-analyzer/icinga/icinga-1.14.0-r2.ebuild
new file mode 100644
index 000..681ce94efa8
--- /dev/null
+++ b/net-analyzer/icinga/icinga-1.14.0-r2.ebuild
@@ -0,0 +1,274 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit depend.apache eutils multilib pax-utils toolchain-funcs user 
versionator
+
+DESCRIPTION="Nagios Fork - Check daemon, CGIs, docs, IDOutils"
+HOMEPAGE="http://www.icinga.org/";
+#MY_PV=$(delete_version_separator 3)
+#SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz"
+#S=${WORKDIR}/${PN}-${MY_PV}
+#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/${PN}/${PN}-core/archive/v${PV}/${P}.tar.gz";
+S="${WORKDIR}/${PN}-core-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="+apache2 contrib eventhandler +idoutils lighttpd +mysql perl +plugins 
postgres ssl +vim-syntax +web"
+DEPEND="idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] )
+   perl? ( dev-lang/perl:= )
+   virtual/mailx
+   web? (
+   media-libs/gd[jpeg,png]
+   lighttpd? ( www-servers/lighttpd )
+   )
+   !net-analyzer/nagios-core"
+RDEPEND="${DEPEND}
+   plugins? ( || (
+   net-analyzer/monitoring-plugins
+   net-analyzer/nagios-plugins
+   ) )"
+RESTRICT="test"
+
+want_apache2
+
+pkg_setup() {
+   depend.apache_pkg_setup
+   enewgroup icinga
+   enewgroup nagios
+   enewuser icinga -1 -1 /var/lib/icinga "icinga,nagios"
+}
+
+src_prepare() {
+   epatch "${FILESDIR}/fix-prestripped-binaries-1.7.0.patch"
+   eapply_user
+}
+
+src_configure() {
+   local myconf
+
+   myconf="$(use_enable perl embedded-perl)
+   $(use_with perl perlcache)
+   $(use_enable idoutils)
+   $(use_enable ssl)
+   --with-cgiurl=/icinga/cgi-bin
+   --with-log-dir=/var/log/icinga
+   --libdir=/usr/$(get_libdir)
+   --bindir=/usr/sbin
+   --sbindir=/usr/$(get_libdir)/icinga/cgi-bin
+   --datarootdir=/usr/share/icinga/htdocs
+   --localstatedir=/var/lib/icinga
+   --sysconfdir=/etc/icinga
+   --with-lockfile=/var/run/icinga/icinga.lock
+   --with-temp-dir=/tmp/icinga
+   --with-temp-file=/tmp/icinga/icinga.tmp"
+
+   if use idoutils ; then
+   myconf+=" --with-ido2db-lockfile=/var/run/icinga/ido2db.lock
+   --with-icinga-chkfile=/var/lib/icinga/icinga.chk
+   --with-ido-sockfile=/var/lib/icinga/ido.sock
+   --with-idomod-tmpfile=/tmp/icinga/idomod.tmp"
+   fi
+
+   if use eventhandler ; then
+   myconfig+=" --with-eventhandler-dir=/etc/icinga/eventhandlers"
+   fi
+
+   if use plugins ; then
+   myconf+=" --with-plugin-dir=/usr/$(get_libdir)/nagios/plugins"
+   else
+   myconf+=" --with-plugin-dir=/usr/$(get_libdir)/nagios/plugins"
+   fi
+
+   if use !apache2 && use !lighttpd ; then
+   myconf+=" --with-command-group=icinga"
+   else
+   if use apache2 ; then
+   myconf+=" --with-httpd-conf=/etc/apache2/conf.d"
+   myco

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

2017-12-21 Thread Sergei Trofimovich
commit: 7872ca7f591c107f596af5c594c7466d5ae4c767
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 21 21:41:39 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 21:54:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7872ca7f

dev-util/dbus-test-runner: keyworded 15.04.0_p100 for sparc, bug #627178

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild 
b/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild
index 25214463eef..8ebbfca2ab6 100644
--- a/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild
+++ b/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2017-12-21 Thread Sergei Trofimovich
commit: bc50281acb83ebbff6057187775dced4301ce421
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 21 21:45:58 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 21:54:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc50281a

app-i18n/ibus: keyworded 1.5.16 for sparc, bug #626804

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 app-i18n/ibus/ibus-1.5.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.16.ebuild b/app-i18n/ibus/ibus-1.5.16.ebuild
index 1840a7ca698..f04a122889f 100644
--- a/app-i18n/ibus/ibus-1.5.16.ebuild
+++ b/app-i18n/ibus/ibus-1.5.16.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+X +emoji gconf +gtk +gtk2 +introspection kde +libnotify nls +python 
test vala wayland"
 REQUIRED_USE="emoji? ( gtk )
gtk2? ( gtk )



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

2017-12-21 Thread Sergei Trofimovich
commit: 992f0d6359b3b962d6eb98eec246e2aa4367fcdf
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 21 21:42:43 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 21:54:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992f0d63

dev-libs/libdbusmenu: keyworded 16.04.0 for sparc, bug #627178

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild 
b/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
index 26b51ee32b6..017f1051f7b 100644
--- a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
+++ b/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://launchpad.net/${PN/lib}/${PV%.*}/${PV}/+download/${P}.tar.gz";
 
 LICENSE="LGPL-2.1 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug gtk gtk3 +introspection test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2017-12-21 Thread Sergei Trofimovich
commit: f7168afe9e05eed1455c2574b174bbb6b97902b2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 21 21:43:41 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 21:54:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7168afe

app-i18n/unicode-cldr: keyworded 31.0.1 for sparc, bug #626804

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild 
b/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild
index 95ba5021fd7..dc6a13ec511 100644
--- a/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild
+++ b/app-i18n/unicode-cldr/unicode-cldr-31.0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://${PN%-*}.org/Public/${PN/*-}/${PV}/core.zip -> 
${PN}-common-${PV
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



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

2017-12-21 Thread Sergei Trofimovich
commit: c0c0d4cc18b2161d66ab1e1d8cb89a7c4a752ca8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 21 21:44:38 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 21:54:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c0d4cc

app-i18n/unicode-emoji: keyworded 5.0 for sparc, bug #626804

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild 
b/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild
index 412847b2a3c..2ce2b443a1d 100644
--- a/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild
+++ b/app-i18n/unicode-emoji/unicode-emoji-5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="${BASE_URI}/${PN/*-}-data.txt -> ${PN}-data-${PV}.txt
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 S="${WORKDIR}"



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

2017-12-21 Thread Matt Thode
commit: 2ec5d27e3a98b1e308c902bcc7e6998b4a80dbef
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Dec 21 21:46:05 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Dec 21 21:46:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec5d27e

app-admin/rasdaemon: 0.6.0 added as a replacement for mcelog

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-admin/rasdaemon/Manifest   |  1 +
 app-admin/rasdaemon/metadata.xml   | 18 ++
 app-admin/rasdaemon/rasdaemon-0.6.0.ebuild | 39 ++
 3 files changed, 58 insertions(+)

diff --git a/app-admin/rasdaemon/Manifest b/app-admin/rasdaemon/Manifest
new file mode 100644
index 000..93bbf015df3
--- /dev/null
+++ b/app-admin/rasdaemon/Manifest
@@ -0,0 +1 @@
+DIST rasdaemon-0.6.0.tar.bz2 361721 BLAKE2B 
af992c810024df4f553727b4aff4f4f1d41cb3f7e458ac91916ccbac6815b6ade697f0c49bf1e072205c7f872cfc9c2f7223fe0d3f090064ffaa0bab002d4f67
 SHA512 
cb363ee9968dab10951077edea6558adc235c2ba1a57294ccf2d483c49af3366bcec0a5857fe2b475a5407de850f706c44bfe4d8a80bcfb53b1c7e2d101ba72f

diff --git a/app-admin/rasdaemon/metadata.xml b/app-admin/rasdaemon/metadata.xml
new file mode 100644
index 000..2e59b91513a
--- /dev/null
+++ b/app-admin/rasdaemon/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   Rasdaemon is a RAS (Reliability, Availability and 
Serviceability) logging tool.
+It currently records memory errors, using the EDAC tracing events.
+EDAC is drivers in the Linux kernel that handle detection of ECC errors
+from memory controllers for most chipsets on i386 and x86_64 architectures.
+EDAC drivers for other architectures like arm also exists.
+This userspace component consists of an init script which makes sure
+EDAC drivers and DIMM labels are loaded at system startup, as well as
+an utility for reporting current error counts from the EDAC sysfs files.
+   
+

diff --git a/app-admin/rasdaemon/rasdaemon-0.6.0.ebuild 
b/app-admin/rasdaemon/rasdaemon-0.6.0.ebuild
new file mode 100644
index 000..7bb3e34c6e7
--- /dev/null
+++ b/app-admin/rasdaemon/rasdaemon-0.6.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd
+
+DESCRIPTION="Reliability, Availability and Serviceability logging tool"
+HOMEPAGE="http://www.infradead.org/~mchehab/rasdaemon/";
+SRC_URI="http://www.infradead.org/~mchehab/${PN}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+   ${DEPEND}
+   sys-devel/gettext
+   dev-db/sqlite
+   sys-apps/dmidecode
+"
+
+src_configure() {
+   econf --enable-mce \
+   --enable-aer \
+   --enable-sqlite3 \
+   --enable-extlog \
+   --enable-abrt-report \
+   --enable-non-standard \
+   --enable-hisi-ns-decode \
+   --enable-arm
+}
+
+src_install() {
+   default
+   systemd_dounit misc/*.service
+}



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

2017-12-21 Thread Anthony G. Basile
commit: 2d0414b30f474f195c7e4ba5b3d3db5b5d6cdbd5
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Dec 21 21:31:18 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Dec 21 21:32:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0414b3

dev-libs/libcgroup: bump to EAPI 6

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/libcgroup/libcgroup-0.41-r4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libcgroup/libcgroup-0.41-r4.ebuild 
b/dev-libs/libcgroup/libcgroup-0.41-r4.ebuild
index ba50ec3ea55..0f827edbd6f 100644
--- a/dev-libs/libcgroup/libcgroup-0.41-r4.ebuild
+++ b/dev-libs/libcgroup/libcgroup-0.41-r4.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 
 inherit autotools eutils flag-o-matic linux-info pam
 
@@ -47,6 +47,7 @@ src_prepare() {
-i src/pam/Makefile.am || die "sed failed"
sed -e 's#/var/run#/run#g' -i configure.in || die "sed failed"
 
+   eapply_user
eautoreconf
 }
 



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

2017-12-21 Thread Anthony G. Basile
commit: c73f76d776826207382fc2ca4bc2d577caebb90a
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Dec 21 21:19:54 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Dec 21 21:32:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73f76d7

dev-libs/libcgroup: 0.41-r4 stable on x86

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/libcgroup/libcgroup-0.41-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libcgroup/libcgroup-0.41-r4.ebuild 
b/dev-libs/libcgroup/libcgroup-0.41-r4.ebuild
index 37deb466f20..ba50ec3ea55 100644
--- a/dev-libs/libcgroup/libcgroup-0.41-r4.ebuild
+++ b/dev-libs/libcgroup/libcgroup-0.41-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://sourceforge/project/libcg/${PN}/v${PV}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="+daemon elibc_musl pam static-libs +tools"
 
 RDEPEND="pam? ( virtual/pam )"



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

2017-12-21 Thread Anthony G. Basile
commit: 01225a1a3ebb0df92c4a63532994e146cab84fb8
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Dec 21 21:32:05 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Dec 21 21:32:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01225a1a

dev-libs/libcgroup: remove older version

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/libcgroup/libcgroup-0.41.ebuild | 104 ---
 1 file changed, 104 deletions(-)

diff --git a/dev-libs/libcgroup/libcgroup-0.41.ebuild 
b/dev-libs/libcgroup/libcgroup-0.41.ebuild
deleted file mode 100644
index 033edd31d68..000
--- a/dev-libs/libcgroup/libcgroup-0.41.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-AUTOTOOLS_AUTORECONF=1
-
-inherit eutils linux-info pam autotools-utils
-
-DESCRIPTION="Tools and libraries to configure and manage kernel control groups"
-HOMEPAGE="http://libcg.sourceforge.net/";
-SRC_URI="mirror://sourceforge/project/libcg/${PN}/v${PV}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE="+daemon debug pam static-libs +tools debug"
-
-RDEPEND="pam? ( virtual/pam )"
-
-DEPEND="
-   ${RDEPEND}
-   sys-devel/bison
-   sys-devel/flex
-   "
-REQUIRED_USE="daemon? ( tools )"
-
-DOCS=(README_daemon README README_systemd INSTALL)
-pkg_setup() {
-   local CONFIG_CHECK="~CGROUPS"
-   if use daemon; then
-   CONFIG_CHECK="${CONFIG_CHECK} ~CONNECTOR ~PROC_EVENTS"
-   fi
-   linux-info_pkg_setup
-}
-
-src_prepare() {
-
-   # Change rules file location
-   sed -e 's:/etc/cgrules.conf:/etc/cgroup/cgrules.conf:' \
-   -i src/libcgroup-internal.h || die "sed failed"
-   sed -e 's:\(pam_cgroup_la_LDFLAGS.*\):\1\ -avoid-version:' \
-   -i src/pam/Makefile.am || die "sed failed"
-   sed -e 's#/var/run#/run#g' -i configure.in || die "sed failed"
-
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   local my_conf
-
-   if use pam; then
-   my_conf=" --enable-pam-module-dir=$(getpam_mod_dir) "
-   fi
-
-   local myeconfargs=(
-   $(use_enable daemon)
-   $(use_enable debug)
-   $(use_enable pam)
-   $(use_enable tools)
-   ${my_conf}
-   )
-   autotools-utils_src_configure
-}
-
-src_test() {
-   # Use mount cgroup to build directory
-   # sandbox restricted to trivial build,
-   # possible kill Diego tanderbox ;)
-   true
-}
-
-src_install() {
-   autotools-utils_src_install
-   prune_libtool_files --all
-
-   insinto /etc/cgroup
-   doins samples/*.conf || die
-
-   if use tools; then
-   newconfd "${FILESDIR}"/cgconfig.confd cgconfig || die
-   newinitd "${FILESDIR}"/cgconfig.initd cgconfig || die
-   fi
-
-   if use daemon; then
-   newconfd "${FILESDIR}"/cgred.confd cgred || die
-   newinitd "${FILESDIR}"/cgred.initd cgred || die
-   fi
-}
-
-pkg_postinst() {
-   elog "Read the kernel docs on cgroups, related schedulers, and the"
-   elog "block I/O controllers.  The Redhat Resource Management Guide"
-   elog "is also helpful.  DO NOT enable the cgroup namespace subsytem"
-   elog "if you want a custom config, rule processing, etc.  This option"
-   elog "should only be enabled for a VM environment.  The UID wildcard"
-   elog "rules seem to work only without a custom config (since wildcards"
-   elog "don't work in config blocks).  Specific user-id configs *do*"
-   elog "work, but be careful about how the mem limits add up if using"
-   elog "the memory.limit_* directives.  There should be a basic task"
-   elog "partitioning into the default group when running cgred with no"
-   elog "specific config blocks or rules (other than the mount directive)."
-   elog "See the docs for the pam module config, and as always, RTFM..."
-}



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

2017-12-21 Thread Patrice Clement
commit: c3ade746598f42e82a9f9c5b02d969057a496e5e
Author: Roy Bamford  gentoo  org>
AuthorDate: Thu Oct 19 09:25:05 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 21 21:15:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ade746

profiles: allow USE=dvd on arm64.

Raspberry Pi 3 plays dvds as well as can be expected.

 profiles/arch/arm64/use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index 8cb0a794e2a..7fd741d487c 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -136,7 +136,6 @@ scanner
 zvbi
 ldap
 mysql
-dvd
 fluidsynth
 sid
 mms



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-polkit/

2017-12-21 Thread Patrice Clement
commit: ecd19c783b4a63b7eb2795877229d7292846feee
Author: Roy Bamford  gentoo  org>
AuthorDate: Sun Sep 10 12:13:44 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 21 21:14:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd19c78

mate-extra/mate-polkit: added ~arm64 keyword.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 mate-extra/mate-polkit/mate-polkit-1.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/mate-polkit/mate-polkit-1.18.1.ebuild 
b/mate-extra/mate-polkit/mate-polkit-1.18.1.ebuild
index 1f0aa4fde18..253ff2a4742 100644
--- a/mate-extra/mate-polkit/mate-polkit-1.18.1.ebuild
+++ b/mate-extra/mate-polkit/mate-polkit-1.18.1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 DESCRIPTION="A MATE specific DBUS service that is used to bring up 
authentication dialogs"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-menus/

2017-12-21 Thread Patrice Clement
commit: 2e10018c8292e95007d3ca1129464368ae4d77fa
Author: Roy Bamford  gentoo  org>
AuthorDate: Sun Sep 10 11:58:20 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 21 21:15:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e10018c

mate-base/mate-menus: added ~arm64 keyword.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 mate-base/mate-menus/mate-menus-1.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-menus/mate-menus-1.18.0.ebuild 
b/mate-base/mate-menus/mate-menus-1.18.0.ebuild
index 0f543950da7..f9eea2c1fab 100644
--- a/mate-base/mate-menus/mate-menus-1.18.0.ebuild
+++ b/mate-base/mate-menus/mate-menus-1.18.0.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit python-r1 mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 DESCRIPTION="MATE menu system, implementing the F.D.O cross-desktop spec"



  1   2   3   >