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

2018-06-30 Thread Hans de Graaff
commit: e145dee399e971ba2a0ab16431e014c40705c71e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  1 06:12:44 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  1 06:12:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e145dee3

net-analyzer/metasploit: fix rex-arch dependency

Remove the specific version requirement also in the gemspec file.

Closes: https://bugs.gentoo.org/659688
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../metasploit/metasploit-4.14.16-r1.ebuild| 335 +
 1 file changed, 335 insertions(+)

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

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-sdk-core/

2018-06-30 Thread Hans de Graaff
commit: 27abd0562451a56fae86e42859847927e68e2d6d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  1 05:51:29 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  1 05:54:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27abd056

dev-ruby/aws-sdk-core: add 2.11.79

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/aws-sdk-core/Manifest|  1 +
 dev-ruby/aws-sdk-core/aws-sdk-core-2.11.79.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-ruby/aws-sdk-core/Manifest b/dev-ruby/aws-sdk-core/Manifest
index 1a26917fc28..1b89caf7b0b 100644
--- a/dev-ruby/aws-sdk-core/Manifest
+++ b/dev-ruby/aws-sdk-core/Manifest
@@ -1,2 +1,3 @@
 DIST aws-sdk-ruby-2.10.100.tar.gz 3618410 BLAKE2B 
00ed6a1061901d9574f0f426dde30bb6b9565e304549aa44008a5f26368b6d143bc3e448e5b24e38a7d1e0cadbed728e961f4df3c808ce52bf941a7e3e74f0fc
 SHA512 
39e7abb9e549803a27422a1765b84cf0e4d08a93632a6646eb1b39d67e11329ca78b4de739f8fac98291014ca408a73bf1659d9e9021c94c1494612e2c5e3679
 DIST aws-sdk-ruby-2.10.134.tar.gz 3673818 BLAKE2B 
ae99578cfb4b0723213b24070f3b06f05407c74930c09be4b331ce3981dab36d8dd449e79d3dca777f4fe57fffe962739becb34bedda4090937e2468734d32fb
 SHA512 
403e4a00a3fb6e39f3a0641dc2c26cbbccc841c7ed49a261747edf1f1a0223e7809b460c5e08f8e22972fbd3f7ae160be4447e633692f555ad2999cf5304b170
+DIST aws-sdk-ruby-2.11.79.tar.gz 4068576 BLAKE2B 
481852772704dd91afca4511f402e0288aa80523133be2d15f0a3d085efca7c38fce1e7d794ebc9ffca5c4b2b5f69c9366346525f250ab9c2b06aa6c7e9631ee
 SHA512 
dc9076f3658e6d764671a2f661c9c5363977807861bb9a71d287ebb55de02fc80679a209ea00d438d162f4185cf2f8c65800fde8712f143b17c5b60369f7203e

diff --git a/dev-ruby/aws-sdk-core/aws-sdk-core-2.11.79.ebuild 
b/dev-ruby/aws-sdk-core/aws-sdk-core-2.11.79.ebuild
new file mode 100644
index 000..0df6e326a54
--- /dev/null
+++ b/dev-ruby/aws-sdk-core/aws-sdk-core-2.11.79.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="apis ca-bundle.crt endpoints.json"
+
+GITHUB_USER="aws"
+GITHUB_PROJECT="aws-sdk-ruby"
+RUBY_S="${GITHUB_PROJECT}-${PV}/${PN}"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Official SDK for Amazon Web Services"
+HOMEPAGE="https://aws.amazon.com/sdkforruby";
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/aws-sigv4 dev-ruby/jmespath:1"
+
+ruby_add_bdepend "test? ( dev-ruby/webmock )"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+
+   # Avoid spec that gets confused by our directory names
+   sed -i -e '/requires prefixes from plugin names when loading/,/end/ 
s:^:#:' \
+   spec/seahorse/client/plugin_list_spec.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-sdk-resources/

2018-06-30 Thread Hans de Graaff
commit: 49991b071767f57b766af096f76f13da44e7b672
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  1 05:53:39 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  1 05:54:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49991b07

dev-ruby/aws-sdk-resources: add 2.11.79

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/aws-sdk-resources/Manifest|  1 +
 .../aws-sdk-resources-2.11.79.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/aws-sdk-resources/Manifest 
b/dev-ruby/aws-sdk-resources/Manifest
index 1a26917fc28..1b89caf7b0b 100644
--- a/dev-ruby/aws-sdk-resources/Manifest
+++ b/dev-ruby/aws-sdk-resources/Manifest
@@ -1,2 +1,3 @@
 DIST aws-sdk-ruby-2.10.100.tar.gz 3618410 BLAKE2B 
00ed6a1061901d9574f0f426dde30bb6b9565e304549aa44008a5f26368b6d143bc3e448e5b24e38a7d1e0cadbed728e961f4df3c808ce52bf941a7e3e74f0fc
 SHA512 
39e7abb9e549803a27422a1765b84cf0e4d08a93632a6646eb1b39d67e11329ca78b4de739f8fac98291014ca408a73bf1659d9e9021c94c1494612e2c5e3679
 DIST aws-sdk-ruby-2.10.134.tar.gz 3673818 BLAKE2B 
ae99578cfb4b0723213b24070f3b06f05407c74930c09be4b331ce3981dab36d8dd449e79d3dca777f4fe57fffe962739becb34bedda4090937e2468734d32fb
 SHA512 
403e4a00a3fb6e39f3a0641dc2c26cbbccc841c7ed49a261747edf1f1a0223e7809b460c5e08f8e22972fbd3f7ae160be4447e633692f555ad2999cf5304b170
+DIST aws-sdk-ruby-2.11.79.tar.gz 4068576 BLAKE2B 
481852772704dd91afca4511f402e0288aa80523133be2d15f0a3d085efca7c38fce1e7d794ebc9ffca5c4b2b5f69c9366346525f250ab9c2b06aa6c7e9631ee
 SHA512 
dc9076f3658e6d764671a2f661c9c5363977807861bb9a71d287ebb55de02fc80679a209ea00d438d162f4185cf2f8c65800fde8712f143b17c5b60369f7203e

diff --git a/dev-ruby/aws-sdk-resources/aws-sdk-resources-2.11.79.ebuild 
b/dev-ruby/aws-sdk-resources/aws-sdk-resources-2.11.79.ebuild
new file mode 100644
index 000..4830ef249d3
--- /dev/null
+++ b/dev-ruby/aws-sdk-resources/aws-sdk-resources-2.11.79.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="resources.schema.json"
+
+GITHUB_USER="aws"
+GITHUB_PROJECT="aws-sdk-ruby"
+RUBY_S="${GITHUB_PROJECT}-${PV}/${PN}"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Official SDK for Amazon Web Services"
+HOMEPAGE="https://aws.amazon.com/sdkforruby";
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "~dev-ruby/aws-sdk-core-${PV}"
+
+ruby_add_bdepend "dev-ruby/webmock"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+}



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

2018-06-30 Thread Hans de Graaff
commit: 7e00c77a6b68bdd67692fca78981009d5c3c5a4d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  1 05:54:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  1 05:54:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e00c77a

dev-ruby/aws-sdk: add 2.11.79

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/aws-sdk/Manifest   |  1 +
 dev-ruby/aws-sdk/aws-sdk-2.11.79.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/aws-sdk/Manifest b/dev-ruby/aws-sdk/Manifest
index 1a26917fc28..1b89caf7b0b 100644
--- a/dev-ruby/aws-sdk/Manifest
+++ b/dev-ruby/aws-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST aws-sdk-ruby-2.10.100.tar.gz 3618410 BLAKE2B 
00ed6a1061901d9574f0f426dde30bb6b9565e304549aa44008a5f26368b6d143bc3e448e5b24e38a7d1e0cadbed728e961f4df3c808ce52bf941a7e3e74f0fc
 SHA512 
39e7abb9e549803a27422a1765b84cf0e4d08a93632a6646eb1b39d67e11329ca78b4de739f8fac98291014ca408a73bf1659d9e9021c94c1494612e2c5e3679
 DIST aws-sdk-ruby-2.10.134.tar.gz 3673818 BLAKE2B 
ae99578cfb4b0723213b24070f3b06f05407c74930c09be4b331ce3981dab36d8dd449e79d3dca777f4fe57fffe962739becb34bedda4090937e2468734d32fb
 SHA512 
403e4a00a3fb6e39f3a0641dc2c26cbbccc841c7ed49a261747edf1f1a0223e7809b460c5e08f8e22972fbd3f7ae160be4447e633692f555ad2999cf5304b170
+DIST aws-sdk-ruby-2.11.79.tar.gz 4068576 BLAKE2B 
481852772704dd91afca4511f402e0288aa80523133be2d15f0a3d085efca7c38fce1e7d794ebc9ffca5c4b2b5f69c9366346525f250ab9c2b06aa6c7e9631ee
 SHA512 
dc9076f3658e6d764671a2f661c9c5363977807861bb9a71d287ebb55de02fc80679a209ea00d438d162f4185cf2f8c65800fde8712f143b17c5b60369f7203e

diff --git a/dev-ruby/aws-sdk/aws-sdk-2.11.79.ebuild 
b/dev-ruby/aws-sdk/aws-sdk-2.11.79.ebuild
new file mode 100644
index 000..765dc9a50d6
--- /dev/null
+++ b/dev-ruby/aws-sdk/aws-sdk-2.11.79.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST=""
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="../CHANGELOG.md ../MIGRATING.md ../README.md 
../UPGRADING.md"
+
+GITHUB_USER="aws"
+GITHUB_PROJECT="${PN}-ruby"
+RUBY_S="${GITHUB_PROJECT}-${PV}/${PN}"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Official SDK for Amazon Web Services"
+HOMEPAGE="https://aws.amazon.com/sdkforruby";
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "virtual/ruby-ssl
+   ~dev-ruby/aws-sdk-resources-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-shells/fzy/, app-shells/fzy/files/

2018-06-30 Thread Georgy Yakovlev
commit: c38398c7c3f3ad9aaa82b14f3c2bc9fc6055da15
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul  1 05:21:12 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul  1 05:21:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38398c7

app-shells/fzy: add snapshot with working utf-8

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-shells/fzy/Manifest  |  1 +
 app-shells/fzy/files/fzy-add-utf-8-support.patch | 89 
 app-shells/fzy/fzy-0.10_pre20180618.ebuild   | 40 +++
 3 files changed, 130 insertions(+)

diff --git a/app-shells/fzy/Manifest b/app-shells/fzy/Manifest
index 2c36f43eab6..9aefd251ac6 100644
--- a/app-shells/fzy/Manifest
+++ b/app-shells/fzy/Manifest
@@ -1 +1,2 @@
 DIST fzy-0.9.tar.gz 42992 BLAKE2B 
ebc7e73e0387101da65896a4108705048bb72b01261ea86a0abeaee22fe4517ac54351d508bb79419b05a15aa9c93c5d815c34d15353d01c02381e5d342e75b7
 SHA512 
71a44bc3bbef3a2d82476a69b5c9e28753e760bbb8d453a9e44b57f34a79dd8ebcd510a869dfeae95f522ba6ccb4b8f10f79c081ce6bc6cfae9a41f4071fefc0
+DIST fzy-2697c02618d908e5bdcae93ab4815b04c49bd25e.tar.gz 45814 BLAKE2B 
bb4dbc668dd93c71d16c3affdaf148212e3fbdef27110314b8145fd4a20991bb368f7aef1d1f7bd147afa23900800c468b4d9b2999de2226ce9a312a02d344b4
 SHA512 
34520dc3b4bcbad3479cce1fbeb014b1851edc1b1f4460c21a645297bf9ec01a1483f108a562f6ac6d3c0def97427740b74e9a3b83c85223d14ac3e1586e3d8e

diff --git a/app-shells/fzy/files/fzy-add-utf-8-support.patch 
b/app-shells/fzy/files/fzy-add-utf-8-support.patch
new file mode 100644
index 000..886957379a8
--- /dev/null
+++ b/app-shells/fzy/files/fzy-add-utf-8-support.patch
@@ -0,0 +1,89 @@
+From 8dd7a9f49c2b65f28025902106f364ff11d4170d Mon Sep 17 00:00:00 2001
+From: syrrim 
+Date: Mon, 23 Apr 2018 01:25:48 -0400
+Subject: [PATCH] add utf-8 support to input, fixes #21
+
+- non ascii bytes won't be ignored
+- one can seek over and delete whole utf-8 codepoints at a time
+- the cursor will be positioned properly around double width chars
+---
+ src/tty_interface.c | 31 ++-
+ 1 file changed, 26 insertions(+), 5 deletions(-)
+
+diff --git a/src/tty_interface.c b/src/tty_interface.c
+index a7d506e..35f2919 100644
+--- a/src/tty_interface.c
 b/src/tty_interface.c
+@@ -7,6 +7,14 @@
+ #include "tty_interface.h"
+ #include "../config.h"
+ 
++static int isprint_unicode(char c){
++  return isprint(c) || c & (1<<7);
++}
++
++static int is_boundary(char c) {
++  return ~c & (1<<7) || c & (1<<6);
++}
++
+ static void clear(tty_interface_t *state) {
+   tty_t *tty = state->tty;
+ 
+@@ -95,7 +103,10 @@ static void draw(tty_interface_t *state) {
+   tty_moveup(tty, num_lines);
+   }
+ 
+-  tty_setcol(tty, strlen(options->prompt) + state->cursor);
++  tty_setcol(tty, 0);
++  fputs(options->prompt, tty->fout);
++  for(size_t i=0; icursor; i++)
++  fputc(state->search[i], tty->fout);
+   tty_flush(tty);
+ }
+ 
+@@ -138,9 +149,13 @@ static void action_del_char(tty_interface_t *state) {
+   if(state->cursor == 0) {
+   return;
+   }
++  size_t original_cursor = state->cursor;
+ 
+   state->cursor--;
+-  memmove(&state->search[state->cursor], 
&state->search[state->cursor + 1], length - state->cursor);
++  while(!is_boundary(state->search[state->cursor]) && 
state->cursor)
++  state->cursor--;
++
++  memmove(&state->search[state->cursor], 
&state->search[original_cursor], length - original_cursor + 1);
+   }
+ }
+ 
+@@ -178,13 +193,19 @@ static void action_next(tty_interface_t *state) {
+ }
+ 
+ static void action_left(tty_interface_t *state) {
+-  if (state->cursor > 0)
++  if (state->cursor > 0){
+   state->cursor--;
++  while(!is_boundary(state->search[state->cursor]) && 
state->cursor)
++  state->cursor--;
++  }
+ }
+ 
+ static void action_right(tty_interface_t *state) {
+-  if (state->cursor < strlen(state->search))
++  if (state->cursor < strlen(state->search)){
+   state->cursor++;
++  while(!is_boundary(state->search[state->cursor]))
++  state->cursor++;
++  }
+ }
+ 
+ static void action_beginning(tty_interface_t *state) {
+@@ -315,7 +336,7 @@ static void handle_input(tty_interface_t *state, const 
char *s) {
+ 
+   /* No matching keybinding, add to search */
+   for (int i = 0; input[i]; i++)
+-  if (isprint(input[i]))
++  if (isprint_unicode(input[i]))
+   append_search(state, input[i]);
+ 
+   /* We have processed the input, so clear it */

diff --git a/app-shells/fzy/fzy-0.10_pre20180618.ebuild 
b/app-shells/fzy/fzy-0.10_pre20180618.ebuild
new file mode 100644
index 000..1e4cb47604e
--- /dev/null
+++ b/app-shells/fzy/fzy-0.10_pre20180618.eb

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

2018-06-30 Thread Georgy Yakovlev
commit: 13d5af8ebb7511bc377ce696556ff99db55b3b76
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul  1 04:55:41 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul  1 05:00:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d5af8e

app-shells/fzy: add live ebuild

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-shells/fzy/fzy-.ebuild | 39 +++
 1 file changed, 39 insertions(+)

diff --git a/app-shells/fzy/fzy-.ebuild b/app-shells/fzy/fzy-.ebuild
new file mode 100644
index 000..bbf7b6adbe5
--- /dev/null
+++ b/app-shells/fzy/fzy-.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit savedconfig toolchain-funcs
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/jhawthorn/fzy.git";
+else
+   SRC_URI="https://github.com/jhawthorn/fzy/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Fuzzy text selector (interactive grep) for console"
+HOMEPAGE="https://github.com/jhawthorn/fzy";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+PATCHES=( "${FILESDIR}"/fzy-0.9-cflags.patch )
+
+src_prepare() {
+   default
+   restore_config config.h
+   tc-export CC
+}
+
+src_install() {
+   local DOCS=( ALGORITHM.md CHANGELOG.md README.md )
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
+   exeinto /usr/share/fzy
+   doexe contrib/fzy-tmux
+   doexe contrib/fzy-dvtm
+   einstalldocs
+   save_config config.h
+}



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

2018-06-30 Thread Matthias Maier
commit: 590f14b4730f928ab7773f8d7ad5d8bf1a12817c
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul  1 04:32:31 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul  1 04:49:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590f14b4

dev-lang/julia: fix library installation path

Closes: https://bugs.gentoo.org/655072
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../julia/files/julia-0.6.3-fix_build_system.patch | 96 ++
 .../{julia-0.6.3.ebuild => julia-0.6.3-r1.ebuild}  | 12 +--
 2 files changed, 98 insertions(+), 10 deletions(-)

diff --git a/dev-lang/julia/files/julia-0.6.3-fix_build_system.patch 
b/dev-lang/julia/files/julia-0.6.3-fix_build_system.patch
new file mode 100644
index 000..41e64672adf
--- /dev/null
+++ b/dev-lang/julia/files/julia-0.6.3-fix_build_system.patch
@@ -0,0 +1,96 @@
+diff --git a/Make.inc b/Make.inc
+index 7f3a37c..3560d93 100644
+--- a/Make.inc
 b/Make.inc
+@@ -180,7 +180,7 @@ USE_GPL_LIBS ?= 1
+ # Directories where said libraries get installed to
+ prefix ?= $(BUILDROOT)/julia-$(JULIA_COMMIT)
+ bindir := $(prefix)/bin
+-libdir := $(prefix)/lib
++libdir := $(prefix)/GENTOOLIBDIR
+ libexecdir := $(prefix)/libexec
+ datarootdir := $(prefix)/share
+ docdir := $(datarootdir)/doc/julia
+@@ -400,7 +400,7 @@ ifneq ($(OS), WINNT)
+ JCXXFLAGS += -pedantic
+ endif
+ DEBUGFLAGS := -O0 -ggdb2 -DJL_DEBUG_BUILD -fstack-protector-all
+-SHIPFLAGS := -O3 -ggdb2 -falign-functions
++SHIPFLAGS := GENTOOCFLAGS
+ endif
+ 
+ ifeq ($(USECLANG),1)
+@@ -411,7 +411,7 @@ JCFLAGS := -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
+ JCPPFLAGS := -fasynchronous-unwind-tables
+ JCXXFLAGS := -pipe $(fPIC) -fno-rtti -pedantic
+ DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
+-SHIPFLAGS := -O3 -g
++SHIPFLAGS := GENTOOCFLAGS
+ ifeq ($(OS), Darwin)
+ ifeq ($(USE_LIBCPP), 1)
+ MACOSX_VERSION_MIN := 10.8
+@@ -440,7 +440,7 @@ JCFLAGS := -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
+ JCPPFLAGS :=
+ JCXXFLAGS := -pipe $(fPIC) -fno-rtti
+ DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
+-SHIPFLAGS := -O3 -g -falign-functions
++SHIPFLAGS := GENTOOCFLAGS
+ endif
+ 
+ ifeq ($(USECCACHE), 1)
+diff --git a/deps/tools/jldownload b/deps/tools/jldownload
+index ab4fd69..e2c2408 100755
+--- a/deps/tools/jldownload
 b/deps/tools/jldownload
+@@ -5,9 +5,9 @@
+ 
+ CACHE_HOST=https://cache.julialang.org
+ 
+-WGET=$(which wget 2>/dev/null)
+-CURL=$(which curl 2>/dev/null)
+-FETCH=$(which fetch 2>/dev/null)
++WGET=/bin/true
++CURL=/bin/true
++FETCH=/bin/true
+ 
+ TIMEOUT=15 # seconds
+ WGET_OPTS="--no-check-certificate --tries=1 --timeout=$TIMEOUT"
+diff --git a/doc/Makefile b/doc/Makefile
+index 743804d..e06dde0 100644
+--- a/doc/Makefile
 b/doc/Makefile
+@@ -25,7 +25,7 @@ deps: UnicodeData.txt
+   $(JLCHECKSUM) UnicodeData.txt
+ 
+ clean:
+-  -rm -rf _build/* deps/* docbuild.log UnicodeData.txt
++  @echo "Do not clean doc/_build/html. Just use it..."
+ 
+ cleanall: clean
+ 
+diff --git a/src/Makefile b/src/Makefile
+index 9fde74d..e01ab2e 100644
+--- a/src/Makefile
 b/src/Makefile
+@@ -85,20 +85,8 @@ PUBLIC_HEADER_TARGETS := $(addprefix 
$(build_includedir)/julia/,$(notdir $(PUBLI
+ 
+ # In LLVM < 3.4, --ldflags includes both options and libraries, so use it 
both before and after --libs
+ # In LLVM >= 3.4, --ldflags has only options, and --system-libs has the 
libraries.
+-ifneq ($(USE_LLVM_SHLIB),1)
+-LLVMLINK += $(shell $(LLVM_CONFIG_HOST) --ldflags) $(shell 
$(LLVM_CONFIG_HOST) --libs $(LLVM_LIBS)) $(shell $(LLVM_CONFIG_HOST) --ldflags) 
$(shell $(LLVM_CONFIG_HOST) --system-libs 2> /dev/null)
+-else
+-ifeq ($(LLVM_USE_CMAKE),1)
+-LLVMLINK += $(shell $(LLVM_CONFIG_HOST) --ldflags) -lLLVM
+-else
+-ifeq ($(OS),WINNT)
+-LLVMLINK += $(shell $(LLVM_CONFIG_HOST) --ldflags) -lLLVM-$(LLVM_VER_SHORT)
+-else
+-LLVMLINK += $(shell $(LLVM_CONFIG_HOST) --ldflags) -lLLVM-$(shell 
$(LLVM_CONFIG_HOST) --version)
+-endif # OS == WINNT
+-endif # LLVM_USE_CMAKE == 1
++LLVMLINK = $(call exec,$(LLVM_CONFIG) --ldflags) $(call exec,$(LLVM_CONFIG) 
--libs) $(call exec,$(LLVM_CONFIG) --ldflags) $(call exec,$(LLVM_CONFIG) 
--system-libs)
+ FLAGS += -DLLVM_SHLIB
+-endif # USE_LLVM_SHLIB == 1
+ 
+ COMMON_LIBS := -L$(build_shlibdir) -L$(build_libdir) $(LIBUV) $(LIBUTF8PROC) 
$(NO_WHOLE_ARCHIVE) $(LLVMLINK) $(OSLIBS)
+ DEBUG_LIBS := $(WHOLE_ARCHIVE) $(BUILDDIR)/flisp/libflisp-debug.a 
$(WHOLE_ARCHIVE) $(BUILDDIR)/support/libsupport-debug.a $(COMMON_LIBS)

diff --git a/dev-lang/julia/julia-0.6.3.ebuild 
b/dev-lang/julia/julia-0.6.3-r1.ebuild
similarity index 89%
rename from dev-lang/julia/julia-0.6.3.ebuild
rename to dev-lang/julia/julia-0.6.3-r1.ebuild
index ba814f62191..163fa629a20 100644
--- a/dev-lang/julia/julia-0.6.3.ebuild
+++ b/dev-lang/julia/julia-0.6.3-r1.ebuild
@@ -54,7 +54,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-0.6.0-fi

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

2018-06-30 Thread Matthias Maier
commit: 9feed1562a23c94d56798345020680b7db7734e4
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul  1 04:14:57 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul  1 04:49:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9feed156

dev-lang/julia: take over maintainership

So much fun.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-lang/julia/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/julia/metadata.xml b/dev-lang/julia/metadata.xml
index 15cc66a9d03..16bdb691a73 100644
--- a/dev-lang/julia/metadata.xml
+++ b/dev-lang/julia/metadata.xml
@@ -1,14 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-patr...@gentoo.org
-Patrick Lauer
-  
   
 s...@gentoo.org
 Gentoo Science Project
   
+  
+patr...@gentoo.org
+Patrick Lauer
+  
   
   Julia is a high-level, high-performance dynamic programming language for
   technical computing, with syntax that is familiar to users of other



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

2018-06-30 Thread Matthias Maier
commit: ce5fe500802f8483a322348b4dc3e9c0385842bd
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul  1 04:35:31 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul  1 04:49:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5fe500

dev-lang/julia: drop old version 0.6.2

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-lang/julia/Manifest|   2 -
 .../julia/files/julia-0.6.0-fix_build_system.patch |  87 --
 dev-lang/julia/julia-0.6.2.ebuild  | 193 -
 3 files changed, 282 deletions(-)

diff --git a/dev-lang/julia/Manifest b/dev-lang/julia/Manifest
index 8207d853db3..0124be31939 100644
--- a/dev-lang/julia/Manifest
+++ b/dev-lang/julia/Manifest
@@ -1,4 +1,2 @@
-DIST julia-0.6.2-bundled.tar.gz 3508868 BLAKE2B 
b5b3f52d8036e5603b62606cd096f22f8a975f9cab2f9baad902c0208a81868359005e82a17e513a7705ec717750702cdc12ab476ffac3c1c38158f06d80ae99
 SHA512 
3a9a6cc43aab2eae6c57812287958e3a1ac1718d6fdf08e5ce7c8e8e8a62231fb4d7b6f064e2d6941ac750d8924f5cb37ae3ac4e2d18f366a82c94bdc9e6abe4
-DIST julia-0.6.2.tar.gz 5592907 BLAKE2B 
d6d25f43cd650f6a079c4ba6fe533e6bdbf6a1123255d7651460e297ed3d35a832688e19efddf41c780fbda2eb861bc8ed5f7c59ea7efb5fdf490eb2e7a47f5d
 SHA512 
679050463ed5825d34c477bd44cd91cfecc7d1735a2f52cc70b509afd9883cb60902861643266ecac5ba6cbb03f8fcdd12fc2e87dc41b9ed0eef813fa40610f1
 DIST julia-0.6.3-bundled.tar.gz 2099258 BLAKE2B 
dea1f5d37477e0a612e3901d7d568e8c4b350496f9d2b344cd7e2c2043ae30b4dd26b567803a2cb96d1ec4dbe2ba514fb08b925c695589746691887334330dd2
 SHA512 
d04cd55ba0dde08f253db3a388cf5ebe87cec8ae321a5af4c1c92f2680aa6e6ef2ebfa771ec74f8f1ff96409e2c0645476acf577859e8718eac4a581f097639d
 DIST julia-0.6.3.tar.gz 5542642 BLAKE2B 
cccd1ee2eb4d9f59382a0d1f6466e77c84b0542456c405c05b718bc8a39ff537a09760a523ee572fc9eee6797158aa00010fc4c931a80deac645fb1e45061c87
 SHA512 
f529bb30a17989234061cf4c3d87aecc6da720eb494efaca7be4ec1ed5eda60d440896fb76a45b6cb30205030256e7de765e8944f873b31d96f7c9ecac542db8

diff --git a/dev-lang/julia/files/julia-0.6.0-fix_build_system.patch 
b/dev-lang/julia/files/julia-0.6.0-fix_build_system.patch
deleted file mode 100644
index 6f804161775..000
--- a/dev-lang/julia/files/julia-0.6.0-fix_build_system.patch
+++ /dev/null
@@ -1,87 +0,0 @@
-diff --git a/Make.inc b/Make.inc
-index e30c150..e6fdbb2 100644
 a/Make.inc
-+++ b/Make.inc
-@@ -399,7 +399,7 @@ ifneq ($(OS), WINNT)
- JCXXFLAGS += -pedantic
- endif
- DEBUGFLAGS := -O0 -ggdb2 -DJL_DEBUG_BUILD -fstack-protector-all
--SHIPFLAGS := -O3 -ggdb2 -falign-functions
-+SHIPFLAGS := GENTOOCFLAGS
- endif
- 
- ifeq ($(USECLANG),1)
-@@ -410,7 +410,7 @@ JCFLAGS := -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
- JCPPFLAGS := -fasynchronous-unwind-tables
- JCXXFLAGS := -pipe $(fPIC) -fno-rtti -pedantic
- DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
--SHIPFLAGS := -O3 -g
-+SHIPFLAGS := GENTOOCFLAGS
- ifeq ($(OS), Darwin)
- ifeq ($(USE_LIBCPP), 1)
- MACOSX_VERSION_MIN := 10.8
-@@ -439,7 +439,7 @@ JCFLAGS := -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
- JCPPFLAGS :=
- JCXXFLAGS := -pipe $(fPIC) -fno-rtti
- DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
--SHIPFLAGS := -O3 -g -falign-functions
-+SHIPFLAGS := GENTOOCFLAGS
- endif
- 
- ifeq ($(USECCACHE), 1)
-diff --git a/deps/tools/jldownload b/deps/tools/jldownload
-index ab4fd69..e2c2408 100755
 a/deps/tools/jldownload
-+++ b/deps/tools/jldownload
-@@ -5,9 +5,9 @@
- 
- CACHE_HOST=https://cache.julialang.org
- 
--WGET=$(which wget 2>/dev/null)
--CURL=$(which curl 2>/dev/null)
--FETCH=$(which fetch 2>/dev/null)
-+WGET=/bin/true
-+CURL=/bin/true
-+FETCH=/bin/true
- 
- TIMEOUT=15 # seconds
- WGET_OPTS="--no-check-certificate --tries=1 --timeout=$TIMEOUT"
-diff --git a/doc/Makefile b/doc/Makefile
-index 743804d..e06dde0 100644
 a/doc/Makefile
-+++ b/doc/Makefile
-@@ -25,7 +25,7 @@ deps: UnicodeData.txt
-   $(JLCHECKSUM) UnicodeData.txt
- 
- clean:
--  -rm -rf _build/* deps/* docbuild.log UnicodeData.txt
-+  @echo "Do not clean doc/_build/html. Just use it..."
- 
- cleanall: clean
- 
-diff --git a/src/Makefile b/src/Makefile
-index f71f53d..7cdd23f 100644
 a/src/Makefile
-+++ b/src/Makefile
-@@ -85,20 +85,8 @@ PUBLIC_HEADER_TARGETS := $(addprefix 
$(build_includedir)/julia/,$(notdir $(PUBLI
- 
- # In LLVM < 3.4, --ldflags includes both options and libraries, so use it 
both before and after --libs
- # In LLVM >= 3.4, --ldflags has only options, and --system-libs has the 
libraries.
--ifneq ($(USE_LLVM_SHLIB),1)
--LLVMLINK += $(shell $(LLVM_CONFIG_HOST) --ldflags) $(shell 
$(LLVM_CONFIG_HOST) --libs $(LLVM_LIBS)) $(shell $(LLVM_CONFIG_HOST) --ldflags) 
$(shell $(LLVM_CONFIG_HOST) --system-libs 2> /dev/null)
--else
--ifeq ($(LLVM_USE_CMAKE),1)
--LLVMLINK += $(shell $(LLVM_CONFIG_HOST) --ldflags) -lLLVM
--else
--ifeq ($(OS),WINNT)
--LLVMLINK += $(shell $(LLVM_CONFIG_HOST) --ldflags)

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

2018-06-30 Thread Matthias Maier
commit: 122adfb9f7de4b84dc705470092a35ea6563f4ce
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul  1 04:37:53 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul  1 04:49:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122adfb9

dev-lang/julia: update live ebuild

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../julia/files/julia--fix_build_system.patch  | 29 +++---
 dev-lang/julia/julia-.ebuild   | 14 ++-
 2 files changed, 22 insertions(+), 21 deletions(-)

diff --git a/dev-lang/julia/files/julia--fix_build_system.patch 
b/dev-lang/julia/files/julia--fix_build_system.patch
index d7866f46b3e..336d6e3e590 100644
--- a/dev-lang/julia/files/julia--fix_build_system.patch
+++ b/dev-lang/julia/files/julia--fix_build_system.patch
@@ -1,8 +1,17 @@
 diff --git a/Make.inc b/Make.inc
-index e77681669..bc17c6fd0 100644
+index 8cb2c1014..d3be9de8e 100644
 --- a/Make.inc
 +++ b/Make.inc
-@@ -399,7 +399,7 @@ ifneq ($(OS), WINNT)
+@@ -178,7 +178,7 @@ USE_GPL_LIBS ?= 1
+ # Directories where said libraries get installed to
+ prefix ?= $(BUILDROOT)/julia-$(JULIA_COMMIT)
+ bindir := $(prefix)/bin
+-libdir := $(prefix)/lib
++libdir := $(prefix)/GENTOOLIBDIR
+ libexecdir := $(prefix)/libexec
+ datarootdir := $(prefix)/share
+ docdir := $(datarootdir)/doc/julia
+@@ -410,7 +410,7 @@ ifneq ($(OS), WINNT)
  JCXXFLAGS += -pedantic
  endif
  DEBUGFLAGS := -O0 -ggdb2 -DJL_DEBUG_BUILD -fstack-protector-all
@@ -11,7 +20,7 @@ index e77681669..bc17c6fd0 100644
  endif
  
  ifeq ($(USECLANG),1)
-@@ -410,7 +410,7 @@ JCFLAGS := -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
+@@ -421,7 +421,7 @@ JCFLAGS := -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
  JCPPFLAGS := -fasynchronous-unwind-tables
  JCXXFLAGS := -pipe $(fPIC) -fno-rtti -pedantic
  DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
@@ -20,7 +29,7 @@ index e77681669..bc17c6fd0 100644
  ifeq ($(OS), Darwin)
  ifeq ($(USE_LIBCPP), 1)
  MACOSX_VERSION_MIN := 10.8
-@@ -439,7 +439,7 @@ JCFLAGS := -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
+@@ -450,7 +450,7 @@ JCFLAGS := -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
  JCPPFLAGS :=
  JCXXFLAGS := -pipe $(fPIC) -fno-rtti
  DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
@@ -30,10 +39,10 @@ index e77681669..bc17c6fd0 100644
  
  ifeq ($(USECCACHE), 1)
 diff --git a/doc/Makefile b/doc/Makefile
-index 743804d8b..e06dde030 100644
+index 89b79880d..c3125fde1 100644
 --- a/doc/Makefile
 +++ b/doc/Makefile
-@@ -25,7 +25,7 @@ deps: UnicodeData.txt
+@@ -29,7 +29,7 @@ deps: UnicodeData.txt
$(JLCHECKSUM) UnicodeData.txt
  
  clean:
@@ -43,13 +52,14 @@ index 743804d8b..e06dde030 100644
  cleanall: clean
  
 diff --git a/src/Makefile b/src/Makefile
-index d3ff98900..9c4d889b4 100644
+index 257152d24..240a4a350 100644
 --- a/src/Makefile
 +++ b/src/Makefile
-@@ -87,14 +87,7 @@ PUBLIC_HEADERS += $(LIBUV_INC)/uv*
+@@ -85,16 +85,7 @@ UV_HEADERS += uv/*.h
  endif
- PUBLIC_HEADER_TARGETS := $(addprefix $(build_includedir)/julia/,$(notdir 
$(PUBLIC_HEADERS)))
+ PUBLIC_HEADER_TARGETS := $(addprefix $(build_includedir)/julia/,$(notdir 
$(PUBLIC_HEADERS)) $(UV_HEADERS))
  
+-ifeq ($(JULIACODEGEN),LLVM)
 -# In LLVM < 3.4, --ldflags includes both options and libraries, so use it 
both before and after --libs
 -# In LLVM >= 3.4, --ldflags has only options, and --system-libs has the 
libraries.
 -ifneq ($(USE_LLVM_SHLIB),1)
@@ -58,6 +68,7 @@ index d3ff98900..9c4d889b4 100644
 -LLVMLINK += $(shell $(LLVM_CONFIG_HOST) --ldflags) -lLLVM
 -FLAGS += -DLLVM_SHLIB
 -endif # USE_LLVM_SHLIB == 1
+-endif
 +LLVMLINK = $(call exec,$(LLVM_CONFIG) --ldflags) $(call exec,$(LLVM_CONFIG) 
--libs) $(call exec,$(LLVM_CONFIG) --ldflags) $(call exec,$(LLVM_CONFIG) 
--system-libs)
  
  COMMON_LIBS := -L$(build_shlibdir) -L$(build_libdir) $(LIBUV) $(LIBUTF8PROC) 
$(NO_WHOLE_ARCHIVE) $(LLVMLINK) $(OSLIBS)

diff --git a/dev-lang/julia/julia-.ebuild b/dev-lang/julia/julia-.ebuild
index 8e0c10fd426..ee966c94ec4 100644
--- a/dev-lang/julia/julia-.ebuild
+++ b/dev-lang/julia/julia-.ebuild
@@ -51,9 +51,7 @@ PATCHES=(
 )
 
 src_prepare() {
-   epatch "${PATCHES[@]}"
-
-   eapply_user
+   default
 
# Sledgehammer:
# - respect CFLAGS
@@ -73,12 +71,8 @@ src_prepare() {
liblapack="lib${liblapack#-l}"
 
sed -i \
-   -e "s|\(JULIA_EXECUTABLE = \)\(\$(JULIAHOME)/julia\)|\1 
LD_LIBRARY_PATH=\$(BUILD)/$(get_libdir) \2|" \
-e "s|GENTOOCFLAGS|${CFLAGS}|g" \
-   -e "s|LIBDIR = lib|LIBDIR = $(get_libdir)|" \
-   -e "s|/usr/lib|${EPREFIX}/usr/$(get_libdir)|" \
-   -e "s|/usr/include|${EPREFIX}/usr/include|" \
-   -e "s|\$(BUILD)/lib|\$(BUILD)/$(get_libdir)|" \
+   -e "s|GENTOOLIBDIR|$(get_libdir)|" \
-e "s|^JULIA

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

2018-06-30 Thread Tim Harder
commit: 7e8000c22e5c8380e6aafea24dc03e4430e329ce
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 04:23:40 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 04:23:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8000c2

media-gfx/feh: version bump to 2.27

 media-gfx/feh/Manifest|  1 +
 media-gfx/feh/feh-2.27.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/media-gfx/feh/Manifest b/media-gfx/feh/Manifest
index 1fb42d8fcd1..eaaf83d479d 100644
--- a/media-gfx/feh/Manifest
+++ b/media-gfx/feh/Manifest
@@ -4,3 +4,4 @@ DIST feh-2.25.1.tar.bz2 2131624 BLAKE2B 
3e7d9145bb416d433f3ec92b5c921a734de137e3
 DIST feh-2.25.tar.bz2 2131457 BLAKE2B 
50a3ab469dc637195e4421871ee01f690dd890abf97d408e2781684e497623d455ce3a92f5f809b3ab1562396d605618061786cfbaf78541064cc6c2c0892d1a
 SHA512 
42bac46f71d3833affd076d985464c32dbba5ad34c0ab02692e6d9dba68304b2209c87221340f695408c1959a4482cdaf18fda6552a14cc42e08655bbb28ae4a
 DIST feh-2.26.3.tar.bz2 2132140 BLAKE2B 
4d1e87ecdc0aac06c06fe0f0901aaaf26cd288bbf7283e9106b3034c806230680feb18742dabd6648efe9dfe81e703fe6b17580f1a1ea95a6d21d50a47aac438
 SHA512 
b7212e99d4210b71c1d84e6712b7cac18a65367ebf9a17d889412dddb66aefd2c3f0bf0b624b09f3b46aa007cd27ac1bd2e4a7c4757e8bc90d49d2a435baaf06
 DIST feh-2.26.4.tar.bz2 2132124 BLAKE2B 
962af7b7e806a8cea570c1512c377b0eb9ca9924706bdce63cebe7dad240d9b5a7f16c0291aedf954abb45bbecc4f835f77bccbd42101a7f99dea92a102fc0bb
 SHA512 
cd78081a6ab821a0c6b20fa6746ec180df97ab3412e0cc56bbccaf700c443b4fd5f95edd9b2781ebb2eb85491946809c962039346830ae6f5f85ea0ae5e7de81
+DIST feh-2.27.tar.bz2 2131975 BLAKE2B 
84100beaff26454c8d33a479171b1b59402b74d04860192e5e826dcac93a288b095afee6f0676b56eae0d1f8dd3c4998767d0cd196ffd3b6a5406f5c1e6eb1d9
 SHA512 
6d9cf38e9b40291f6e7145705057a2c945b720b22d85020e265c2a158d5e4ca68cca958e2fae3d01a91bb4b2c52ebb5d2c298c41bf8ff3e4f635af7c006d0cc7

diff --git a/media-gfx/feh/feh-2.27.ebuild b/media-gfx/feh/feh-2.27.ebuild
new file mode 100644
index 000..0fc4bf732db
--- /dev/null
+++ b/media-gfx/feh/feh-2.27.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs gnome2-utils xdg-utils
+
+DESCRIPTION="A fast, lightweight imageviewer using imlib2"
+HOMEPAGE="https://feh.finalrewind.org/";
+SRC_URI="https://feh.finalrewind.org/${P}.tar.bz2";
+
+LICENSE="feh"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="debug curl exif test xinerama"
+
+COMMON_DEPEND="media-libs/imlib2[X]
+   >=media-libs/libpng-1.2:0=
+   x11-libs/libX11
+   curl? ( net-misc/curl )
+   exif? ( media-libs/libexif )
+   xinerama? ( x11-libs/libXinerama )"
+RDEPEND="${COMMON_DEPEND}
+   virtual/jpeg:0"
+DEPEND="${COMMON_DEPEND}
+   x11-base/xorg-proto
+   x11-libs/libXt
+   test? (
+   >=dev-lang/perl-5.10
+   dev-perl/Test-Command
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.6.2-debug-cflags.patch )
+
+pkg_setup() {
+   use_feh() { usex $1 1 0; }
+
+   fehopts=(
+   DESTDIR="${D}"
+   PREFIX="${EPREFIX}"/usr
+   doc_dir='${main_dir}'/share/doc/${PF}
+   example_dir='${main_dir}'/share/doc/${PF}/examples
+   curl=$(use_feh curl)
+   debug=$(use_feh debug)
+   xinerama=$(use_feh xinerama)
+   exif=$(use_feh exif)
+   )
+}
+
+src_compile() {
+   tc-export CC
+   emake "${fehopts[@]}"
+}
+
+src_install() {
+   emake "${fehopts[@]}" install
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+}



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

2018-06-30 Thread Tim Harder
commit: e670b7a7e15428094ca8372492674b0c52217eb0
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 04:22:13 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 04:22:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e670b7a7

media-gfx/dcraw: version bump to 9.28.0

 media-gfx/dcraw/Manifest|   1 +
 media-gfx/dcraw/dcraw-9.28.0.ebuild | 110 
 2 files changed, 111 insertions(+)

diff --git a/media-gfx/dcraw/Manifest b/media-gfx/dcraw/Manifest
index aebf42a6b95..d81ec47cec7 100644
--- a/media-gfx/dcraw/Manifest
+++ b/media-gfx/dcraw/Manifest
@@ -1,3 +1,4 @@
 DIST dcraw-9.27.0.tar.gz 191803 BLAKE2B 
85f2954ebe7d9ba5c30f1ad971c53f87b4b10094084837a361f1975bb78ca07edb8a535ef524374b8644434d43fc515523c08c2336dd460d543756a1819caf5f
 SHA512 
2b2faed3f1889ef82a50721f7d3f22b081104b586d644d369fa849ad08604c10898e9dfccf8935828cf432db74352161fe6d1f9bde5fbfa4dd8435188767a17a
+DIST dcraw-9.28.0.tar.gz 194193 BLAKE2B 
d39a2d76dbbe74a2aed21c6b132ac25c9dd17312813e7f640a4a6d4abd4e8f1868ad596296ca9bfe61427b8b4764821e32679128747ff5a9452988814b77c638
 SHA512 
04609c4ddd5d1c9fa0ee1617d2ef25efdc22451e1fa6cf669d93abb1fa630a18198b30a289400f1814c8dca285547da8b081a1b00b085c00bb9318ad25c48a30
 DIST parse-1.73.tar.bz2 8186 BLAKE2B 
4d7d69bbaad3fd69caeae24e4dfc77fa580d969f903c925f76cf0a7bdb13ff34c96ab6dc9917609ce886365f6971290b3af63aec9fed43b1876aa44dd951521d
 SHA512 
06ffaf72695dc86bfc2bdd10d4f732bc428b72d427f4c10e93fc58536513477cf297adb56fb9cfc5ba5fd5b6b4cd197c33d8dac957a0a1bbe65b23393b64278c
 DIST rawphoto-1.32.tar.bz2 3841 BLAKE2B 
db7a80af4b06fc3709a9ae69d9f166c3323097821bb561af4e0ac9a1ef677cab6cfd5cd7896d1e1fce85e6fab545ced7d00ce809f97332bec594b94a27f77e23
 SHA512 
6ee5b6c4e4266c8e04221c894c4e737f8a6d2c6f0cc9c82db73064afd68488bd60de19b86b2d7b82780283bbb9f8156ef3149c1c730f09a00dce632744b44d56

diff --git a/media-gfx/dcraw/dcraw-9.28.0.ebuild 
b/media-gfx/dcraw/dcraw-9.28.0.ebuild
new file mode 100644
index 000..1c2627ff38a
--- /dev/null
+++ b/media-gfx/dcraw/dcraw-9.28.0.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit readme.gentoo-r1 toolchain-funcs
+
+DESCRIPTION="Command-line decoder for raw digital photos"
+HOMEPAGE="https://www.cybercom.net/~dcoffin/dcraw/";
+SRC_URI="https://www.cybercom.net/~dcoffin/dcraw/archive/${P}.tar.gz
+   mirror://gentoo/parse-1.73.tar.bz2
+   gimp? ( mirror://gentoo/rawphoto-1.32.tar.bz2 )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+LANGS=" ca cs de da eo es fr hu it nl pl pt ru sv zh_CN zh_TW"
+IUSE="nls gimp jpeg jpeg2k lcms"
+
+COMMON_DEPEND="
+   jpeg? ( virtual/jpeg:0 )
+   lcms? ( media-libs/lcms:2 )
+   jpeg2k? ( media-libs/jasper:= )
+   gimp? ( media-gfx/gimp )
+"
+DEPEND="${COMMON_DEPEND}
+   nls? ( sys-devel/gettext )
+   gimp? ( virtual/pkgconfig )
+"
+RDEPEND="${COMMON_DEPEND}
+   media-libs/netpbm
+"
+
+S=${WORKDIR}/dcraw
+
+DOC_CONTENTS="
+   See conversion-examples.txt.gz on how to convert
+   the PPM files produced by dcraw to other image formats.\n
+
+   \nThe functionality of the external program 'fujiturn' was
+   incorporated into dcraw and is automatically used now.\n
+
+   \nThere's an example wrapper script included called 'dcwrap'.
+   This package also includes 'dcparse', which extracts
+   thumbnail images (preferably JPEGs) from any raw digital
+   camera formats that have them, and shows table contents.
+"
+
+run_build() {
+   einfo "${@}"
+   ${@} || die
+}
+
+src_prepare() {
+   default
+   rename dcraw_ dcraw. dcraw_*.1 || die "Failed to rename"
+}
+
+src_compile() {
+   local ECFLAGS="-O2" # Without optimisation build fails
+   local ELIBS="-lm"
+
+   use lcms && ELIBS="-llcms2 ${ELIBS}" || ECFLAGS+=" -DNO_LCMS=yes"
+   use jpeg && ELIBS="-ljpeg ${ELIBS}" || ECFLAGS+=" -DNO_JPEG=yes"
+   use jpeg2k && ELIBS="-ljasper ${ELIBS}" || ECFLAGS+=" -DNO_JASPER=yes"
+   use nls && ECFLAGS+=" -DLOCALEDIR=\"/usr/share/locale/\""
+
+   run_build $(tc-getCC) ${ECFLAGS} ${CFLAGS} ${LDFLAGS} -o dcraw dcraw.c 
${ELIBS}
+
+   run_build $(tc-getCC) -O2 ${CFLAGS} ${LDFLAGS} -o dcparse parse.c
+
+   # rawphoto gimp plugin
+   if use gimp; then
+   run_build $(tc-getCC) ${CFLAGS} ${LDFLAGS} \
+   $(pkg-config --cflags gimpui-2.0) rawphoto.c -o 
rawphoto \
+   $(pkg-config --libs gimpui-2.0)
+   fi
+
+   if use nls; then
+   for lang in ${LANGS}; do
+   has ${lang} ${LINGUAS-${lang}} \
+   && run_build msgfmt -c -o dcraw_${lang}.mo 
dcraw_${lang}.po
+   done
+   fi
+}
+
+src_install() {
+   dobin dcraw dcparse
+   dodoc 

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

2018-06-30 Thread Tim Harder
commit: a05b0dab35a43fb013688db5326961cc16a711e4
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 04:39:59 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 04:39:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05b0dab

net-mail/mairix: version bump to 0.24

 net-mail/mairix/Manifest   |  1 +
 net-mail/mairix/mairix-0.24.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/net-mail/mairix/Manifest b/net-mail/mairix/Manifest
index 83b7991d8f5..8c6a2ed3f75 100644
--- a/net-mail/mairix/Manifest
+++ b/net-mail/mairix/Manifest
@@ -1,2 +1,3 @@
 DIST mairix-0.23-gnus-marks-propagation.patch.gz 3401 BLAKE2B 
258e1dec608c896d7ffdff4ebffe959703ef371bcd9c3dddad44793cf43377dec78e289517c3bc5cef3f51d56eb0996c1f873c7ed092ca4d0084b50b35d10a9f
 SHA512 
89572c1dc1913b974461a3cd75787d9360cabfaf08dc987ccf2ae5519dcf8d12935e22ca5ff3e2e58038f04b818884bab305a11393ca99bb6dad86018d863d1c
 DIST mairix-0.23.tar.gz 193726 BLAKE2B 
e1de3f7d8b81a23a87845fe4cc285ee46232a14eea77e9f8191dc26fbaddd435d1a1e194158b13542ef201851cc03e32eece2e7b16fcd6be71595f60f82e10d1
 SHA512 
3ea372304e91eed6127d8e71cf0970c9380e4dec96fd9ad38a6deb1af455ae6eb604dfbb2ec372cbb940beb8459c39d8620af12a996d7f6a37e893fbb588e61b
+DIST mairix-0.24.tar.gz 206903 BLAKE2B 
b18832dbd5d570d428c454ade693ab0746b6e601d94a9b6d5dd4ca81356cbaecaec5c88623fe5bd612e94112dc4b6f16929fc210ce3c5c8e1e5d2a0c62309d79
 SHA512 
3e0af50c2c5857c5e1661e1be131c9c184377947b2ed884d1d9faa6d8bd88c17a7b7a29e105e65c990d2ede5d9fff679e57e83c4b8eedf2870493395e3ec8cf3

diff --git a/net-mail/mairix/mairix-0.24.ebuild 
b/net-mail/mairix/mairix-0.24.ebuild
new file mode 100644
index 000..2fb5df966c5
--- /dev/null
+++ b/net-mail/mairix/mairix-0.24.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Indexes and searches Maildir/MH folders"
+HOMEPAGE="http://www.rpcurnow.force9.co.uk/mairix/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-macos"
+
+IUSE="zlib bzip2"
+
+RDEPEND="zlib? ( sys-libs/zlib )
+   bzip2? ( app-arch/bzip2 )"
+
+DEPEND="${RDEPEND}
+   sys-devel/flex
+   sys-devel/bison"
+
+# Fail on various locales
+RESTRICT="test"
+
+src_prepare() {
+   default
+
+   # econf would fail with unknown options.
+   # Now it only prints "Unrecognized option".
+   sed -i -e "/^[[:space:]]*bad_options=yes/d" "${S}"/configure || die 
"sed failed"
+}
+
+src_configure() {
+   tc-export CC
+   econf \
+   $(use_enable zlib gzip-mbox) \
+   $(use_enable bzip2 bzip-mbox)
+}
+
+src_install() {
+   dobin mairix
+   doman mairix.1 mairixrc.5
+   dodoc NEWS README dotmairixrc.eg
+}



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

2018-06-30 Thread Tim Harder
commit: 76cf04907cb9f6ec879d3393c0b048c60d199fe1
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 04:24:29 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 04:24:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76cf0490

media-gfx/feh: remove old

 media-gfx/feh/Manifest  |  4 ---
 media-gfx/feh/feh-2.24.ebuild   | 56 
 media-gfx/feh/feh-2.25.1.ebuild | 56 
 media-gfx/feh/feh-2.25.ebuild   | 56 
 media-gfx/feh/feh-2.26.3.ebuild | 72 -
 5 files changed, 244 deletions(-)

diff --git a/media-gfx/feh/Manifest b/media-gfx/feh/Manifest
index eaaf83d479d..d321e1b9b90 100644
--- a/media-gfx/feh/Manifest
+++ b/media-gfx/feh/Manifest
@@ -1,7 +1,3 @@
 DIST feh-2.18.3.tar.bz2 2127924 BLAKE2B 
c667a7bea38e66afd4ed7c688c3232770041964893ead60dd35eb06a7db7abed8c2275e1126f7e2081a4df3abf8d551f4610a3dea4887dd7c4f0c9637e15b13a
 SHA512 
3ffb44f8a2207c2c8725a519a23b7235a6df86aa8578b7b79a8819122e509d18dcc8263859e02cdbdeb5fb5ca56229f90aef567d53d63d763f8259fbc1fff515
-DIST feh-2.24.tar.bz2 2130683 BLAKE2B 
b1f720d9ef74b4418daf92b945e57ca7d34839f72f5be47312dd936274e411a0ec4d4df2042cbb98a0656fd52a9cce804d627e8db497467ef4461eb994e5ccd3
 SHA512 
5d745586201dfc9b72a2e3987aed5d9c36f18c3123d3083c1c130f6b301da98dccbc79bc6aa55c70a895e831a7325c4cbf75fa2ca82a3a05eda3e98e1de8cb7d
-DIST feh-2.25.1.tar.bz2 2131624 BLAKE2B 
3e7d9145bb416d433f3ec92b5c921a734de137e3637999b6c3c6ac7e8d8b2e05a8a34dcdb12715431d4dd22f37a6e70b93bd18831c5e05ae9ce91b8e2e2f17d4
 SHA512 
a821d46901d4cf59bb09b911f28c6ab26fbd0ee9784b50fbacfb6cf23483da5d29ebbb4cc53b23289181bb3ba0dc9893a3f39a90b3420d0bd98d740d5583fc3e
-DIST feh-2.25.tar.bz2 2131457 BLAKE2B 
50a3ab469dc637195e4421871ee01f690dd890abf97d408e2781684e497623d455ce3a92f5f809b3ab1562396d605618061786cfbaf78541064cc6c2c0892d1a
 SHA512 
42bac46f71d3833affd076d985464c32dbba5ad34c0ab02692e6d9dba68304b2209c87221340f695408c1959a4482cdaf18fda6552a14cc42e08655bbb28ae4a
-DIST feh-2.26.3.tar.bz2 2132140 BLAKE2B 
4d1e87ecdc0aac06c06fe0f0901aaaf26cd288bbf7283e9106b3034c806230680feb18742dabd6648efe9dfe81e703fe6b17580f1a1ea95a6d21d50a47aac438
 SHA512 
b7212e99d4210b71c1d84e6712b7cac18a65367ebf9a17d889412dddb66aefd2c3f0bf0b624b09f3b46aa007cd27ac1bd2e4a7c4757e8bc90d49d2a435baaf06
 DIST feh-2.26.4.tar.bz2 2132124 BLAKE2B 
962af7b7e806a8cea570c1512c377b0eb9ca9924706bdce63cebe7dad240d9b5a7f16c0291aedf954abb45bbecc4f835f77bccbd42101a7f99dea92a102fc0bb
 SHA512 
cd78081a6ab821a0c6b20fa6746ec180df97ab3412e0cc56bbccaf700c443b4fd5f95edd9b2781ebb2eb85491946809c962039346830ae6f5f85ea0ae5e7de81
 DIST feh-2.27.tar.bz2 2131975 BLAKE2B 
84100beaff26454c8d33a479171b1b59402b74d04860192e5e826dcac93a288b095afee6f0676b56eae0d1f8dd3c4998767d0cd196ffd3b6a5406f5c1e6eb1d9
 SHA512 
6d9cf38e9b40291f6e7145705057a2c945b720b22d85020e265c2a158d5e4ca68cca958e2fae3d01a91bb4b2c52ebb5d2c298c41bf8ff3e4f635af7c006d0cc7

diff --git a/media-gfx/feh/feh-2.24.ebuild b/media-gfx/feh/feh-2.24.ebuild
deleted file mode 100644
index ee6ce5b79e0..000
--- a/media-gfx/feh/feh-2.24.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="A fast, lightweight imageviewer using imlib2"
-HOMEPAGE="https://feh.finalrewind.org/";
-SRC_URI="https://feh.finalrewind.org/${P}.tar.bz2";
-
-LICENSE="feh"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="debug curl exif test xinerama"
-
-COMMON_DEPEND="media-libs/imlib2[X]
-   >=media-libs/libpng-1.2:0=
-   x11-libs/libX11
-   curl? ( net-misc/curl )
-   exif? ( media-libs/libexif )
-   xinerama? ( x11-libs/libXinerama )"
-RDEPEND="${COMMON_DEPEND}
-   virtual/jpeg:0"
-DEPEND="${COMMON_DEPEND}
-   x11-base/xorg-proto
-   x11-libs/libXt
-   test? (
-   >=dev-lang/perl-5.10
-   dev-perl/Test-Command
-   )"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.6.2-debug-cflags.patch )
-
-pkg_setup() {
-   use_feh() { usex $1 1 0; }
-
-   fehopts=(
-   DESTDIR="${D}"
-   PREFIX="${EPREFIX}"/usr
-   doc_dir='${main_dir}'/share/doc/${PF}
-   example_dir='${main_dir}'/share/doc/${PF}/examples
-   curl=$(use_feh curl)
-   debug=$(use_feh debug)
-   xinerama=$(use_feh xinerama)
-   exif=$(use_feh exif)
-   )
-}
-
-src_compile() {
-   tc-export CC
-   emake "${fehopts[@]}"
-}
-
-src_install() {
-   emake "${fehopts[@]}" install
-}

diff --git a/media-gfx/feh/feh-2.25.1.ebuild b/media-gfx/feh/feh-2.25.1.ebuild
deleted file mode 100644
index ee6ce5b79e0..000
--- a/media-gfx/feh/feh-2.25.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public

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

2018-06-30 Thread Tim Harder
commit: b1a31909d9af3950d6b169f439b03de854d884d4
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 04:29:31 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 04:29:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a31909

media-sound/gst123: version bump to 0.3.5

 media-sound/gst123/Manifest|  1 +
 media-sound/gst123/gst123-0.3.5.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/media-sound/gst123/Manifest b/media-sound/gst123/Manifest
index f08372060ff..3eb5cd049d7 100644
--- a/media-sound/gst123/Manifest
+++ b/media-sound/gst123/Manifest
@@ -1 +1,2 @@
 DIST gst123-0.3.4.tar.bz2 123399 BLAKE2B 
3d772affc5d1c8c16daad98ac9a2ef0794cf808391dbf5bb486a33d39bd2bab3d6fe077307a9b8c8cfeb15899b8d2d7b95bf954d5b0e5ae3e0b6c9e40dcd0b6f
 SHA512 
7a5afddd4337b9d843949f49231b64bbc0390b97c40caa3cdac1fe0fd2a7e8a0ce01a77817735770b7a524459daa7e61e79e25c2e3e33769fd29e535d39d866f
+DIST gst123-0.3.5.tar.bz2 125468 BLAKE2B 
c8e6d9956f4371fc70d43768f0cf537b1c7281b49b3426be4d7b16f6f4c80057e50068f26546a93050d9e0c08284a33264e2a61aeaddab34ec1e09188f2145e3
 SHA512 
a967e4ba00b9ef744aa7a80e24fb7aa452c29b0b024a3bb446570ae9254ea295563deae1a000e9d363f57ce7aa11e537b124ccc672a98bf3230d371dcfb7e4ee

diff --git a/media-sound/gst123/gst123-0.3.5.ebuild 
b/media-sound/gst123/gst123-0.3.5.ebuild
new file mode 100644
index 000..d62b71ae8d3
--- /dev/null
+++ b/media-sound/gst123/gst123-0.3.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A GStreamer based command line media player"
+HOMEPAGE="http://space.twc.de/~stefan/gst123.php";
+SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="
+   dev-libs/glib:2
+   media-libs/gst-plugins-base:1.0
+   media-libs/gstreamer:1.0
+   sys-libs/ncurses:0=
+   x11-libs/gtk+:2
+   x11-libs/libX11
+"
+RDEPEND="${CDEPEND}
+   media-plugins/gst-plugins-meta:1.0"
+DEPEND="${CDEPEND}
+   virtual/pkgconfig"



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

2018-06-30 Thread Tim Harder
commit: 051ad66cfbc61d38fa061b337f2628dfdfef8ced
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 04:32:56 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 04:32:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051ad66c

media-sound/yoshimi: version bump to 1.5.8.2

 media-sound/yoshimi/Manifest   |  1 +
 media-sound/yoshimi/yoshimi-1.5.8.2.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/media-sound/yoshimi/Manifest b/media-sound/yoshimi/Manifest
index 477b2cce580..0cd11d6fa01 100644
--- a/media-sound/yoshimi/Manifest
+++ b/media-sound/yoshimi/Manifest
@@ -1,2 +1,3 @@
 DIST yoshimi-1.4.1.tar.bz2 3674539 BLAKE2B 
a3561f4129b1da137caec4a4bb8a59222ca43c875a6533ce0c74ccff8d499a40cf98a1258f44e1a2f290fdc6f28786ce26772d19489c03590a360825488e5b3c
 SHA512 
2ae98e4cfb0a24fa76c971fae9b12244624d18d1dd1cb3142af421be9f55874aac658b666fe29367aa75902895b9ec5a608939ab44b2158bdc5ef7a59499
 DIST yoshimi-1.5.1.1.tar.bz2 4035895 BLAKE2B 
4579555c96f68ede8f6b604039f23512a041f879b23155334c6aab891fdb11d4e77b8d7d38ebad98b114d49da5fa815114872ca5cddd7f30fd5d56b5d4178be9
 SHA512 
f7f47835aceb30ca889ec536f922a30ef3d1e4d306c666c91b984a314781e5245045aab216be3dbdca95250f8e941229db799afd6b5fa079b61e75fd92ee1c28
+DIST yoshimi-1.5.8.2.tar.bz2 7537329 BLAKE2B 
d26619742f351a48f0457468c5c3f2a85cb04c479a8fe5b88616e4738092875df6e5d27be91d2fca42693e2e32d6c6f4b76308b93d99496dc5fff7d16da1712d
 SHA512 
398fb57c171ee72d160b680cbb3de9db226cd281972a1a518cb52fdae617ba89e72b7d5fd1ce4bcd2df2d17789daf46aff2299c103429f07db0c83160d84

diff --git a/media-sound/yoshimi/yoshimi-1.5.8.2.ebuild 
b/media-sound/yoshimi/yoshimi-1.5.8.2.ebuild
new file mode 100644
index 000..a926a1d6d59
--- /dev/null
+++ b/media-sound/yoshimi/yoshimi-1.5.8.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A software synthesizer based on ZynAddSubFX"
+HOMEPAGE="http://yoshimi.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+lv2"
+
+RDEPEND="
+   >=dev-libs/mini-xml-2.5
+   >=media-libs/alsa-lib-1.0.17
+   media-libs/fontconfig
+   media-libs/libsndfile
+   >=media-sound/jack-audio-connection-kit-0.115.6
+   sci-libs/fftw:3.0
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
+   sys-libs/zlib
+   x11-libs/cairo[X]
+   x11-libs/fltk:1[opengl]
+   lv2? ( media-libs/lv2 )
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   virtual/pkgconfig
+"
+
+CMAKE_USE_DIR="${WORKDIR}/${P}/src"
+
+src_prepare() {
+   mv Change{l,L}og || die
+   sed -i \
+   -e '/set (CMAKE_CXX_FLAGS_RELEASE/d' \
+   -e "s:lib/lv2:$(get_libdir)/lv2:" \
+   src/CMakeLists.txt || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DLV2Plugin=$(usex lv2)
+   )
+   cmake-utils_src_configure
+}



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

2018-06-30 Thread Tim Harder
commit: e4c731f5d96787c36049027ca9fc0837e3c55e9c
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 04:33:49 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 04:33:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c731f5

media-sound/abcmidi: version bump to 2018.06.23

 media-sound/abcmidi/Manifest  |  1 +
 media-sound/abcmidi/abcmidi-2018.06.23.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index 08cc0efce40..c5c46eae311 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -1,3 +1,4 @@
 DIST abcMIDI-2018.02.22.zip 561032 BLAKE2B 
30bd7c8bf048d1713fc8b538c47ee6c391e429915659b4fdd1e7ab9464f6bc99ef2922678df28fc361e91cbec84fb4911ed390cb6b51fad3a3f4b23fcb976dc6
 SHA512 
d389b88cad6c7df152fd120f65dd5b02419f7bc2f94f68ab1995712c06ab9ab9cc99f81ec1d49a788cb968e8d3934d9953bc45c0732e87f76cc5b6dfbf1cf07c
 DIST abcMIDI-2018.03.21.zip 562177 BLAKE2B 
d7467ef5785999daa18f4701c2168ad3679c806f2e7c7227d999fe6af7afe821d2b17ea015616c5d355758195ed2180dd567f9eaa23782dcb4e38d95d0efb491
 SHA512 
3701b284f4e97102eb048234e0975219b827ed438faf36fef72136e16114538b0094cb576d93183f00968c8d243ab890ab4cb749d2da3f1fd363eda2590853d5
 DIST abcMIDI-2018.04.01.zip 562436 BLAKE2B 
819e6a8f872cc4a2e2ef5f5e38b307355eefa63388866b54e114fdfcf94e24df757b209adfb46c81896f0bb7d4f2f893cbfe6ec24400c0c89465fbc1fe22dd70
 SHA512 
e82942bb531a11a64b0eb3cde1a8f48f366d888bb0c1a4d78a9aa44997c7f793f8e49ae6510e56405092ed717372a086e66e3bebda26b43386f573b0c2e04e45
+DIST abcMIDI-2018.06.23.zip 564262 BLAKE2B 
0c99e5bb0787f4a41381ec77b1a64da273955997f0788eded8149297e332d05224e02eca2eb5a1b846b3314d7a62dad7eb3997ac2ed4c4aa4b13d0f099f08afb
 SHA512 
d1f95fae383432d4ecb09fd7136212d42bb0a7b08fc7372b2511ecfbeff9fa0b51cd242f46f20827cf4122bc04e35c8a8442af4666b0e7093e6ad91302bb40ba

diff --git a/media-sound/abcmidi/abcmidi-2018.06.23.ebuild 
b/media-sound/abcmidi/abcmidi-2018.06.23.ebuild
new file mode 100644
index 000..2c8a0b2744b
--- /dev/null
+++ b/media-sound/abcmidi/abcmidi-2018.06.23.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+MY_P="abcMIDI-${PV}"
+DESCRIPTION="Programs for processing ABC music notation files"
+HOMEPAGE="https://ifdo.ca/~seymour/runabc/top.html";
+SRC_URI="https://ifdo.ca/~seymour/runabc/${MY_P}.zip";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+DEPEND="app-arch/unzip"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+   local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch )
+   default
+
+   rm configure Makefile || die
+   sed -i "s:-O2::" configure.ac || die
+
+   eautoreconf
+}
+
+src_install() {
+   default
+   dodoc 
doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt}
+
+   if use examples ; then
+   docinto examples
+   dodoc samples/*.abc
+   fi
+}



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

2018-06-30 Thread Tim Harder
commit: 1bd8dccacb329d8374ccdc0bddebf0cd59622dcd
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 04:27:23 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 04:27:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd8dcca

x11-terms/kitty: version bump to 0.11.2

 x11-terms/kitty/Manifest|  1 +
 x11-terms/kitty/kitty-0.11.2.ebuild | 96 +
 2 files changed, 97 insertions(+)

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
index c6ecd53d302..5212aa1030c 100644
--- a/x11-terms/kitty/Manifest
+++ b/x11-terms/kitty/Manifest
@@ -1 +1,2 @@
 DIST kitty-0.11.1.tar.gz 3924068 BLAKE2B 
a71535cfffe863ee06f699eba3a06c1665c851673bee0d1134fe992fe0335cc13d9a89cebf5814082a155166aaa0939b0e6296ad567564c608bf72eedce5cce3
 SHA512 
79a3ed4ffbc58e34e6c907646dc33168a8dcb58db859549549e2983186521dc69990e2d2e3eb120fcd31af03187d9a8233a60b75c205ac4e59bb7b575836cceb
+DIST kitty-0.11.2.tar.gz 3442111 BLAKE2B 
ebd5f11e57dd77a4336dfee51e2cf8c6c218d88957fe8988edcab9ecef73b7934b28e761733e9d8ca7842efb8a53fb30e785ed16fe73ac8c01b04a138d0e17a3
 SHA512 
28c4f7e8b87479cae47a00ea39ef31171ebeebf4888da4f9eaec250b4ed36ae6076b40e1a3b7ef88da2c9c860ba4d9af279a8b1d0d6e721f9fa3febee89bc151

diff --git a/x11-terms/kitty/kitty-0.11.2.ebuild 
b/x11-terms/kitty/kitty-0.11.2.ebuild
new file mode 100644
index 000..8bef706b26d
--- /dev/null
+++ b/x11-terms/kitty/kitty-0.11.2.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_6 )
+
+inherit python-single-r1 toolchain-funcs gnome2-utils
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/kovidgoyal/kitty/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A modern, hackable, featureful, OpenGL-based terminal emulator"
+HOMEPAGE="https://github.com/kovidgoyal/kitty";
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="debug imagemagick wayland"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPS="
+   ${PYTHON_DEPS}
+   >=media-libs/harfbuzz-1.5.0:=
+   sys-libs/zlib
+   media-libs/libpng:0=
+   media-libs/freetype:2
+   media-libs/fontconfig
+   x11-libs/libXcursor
+   x11-libs/libXrandr
+   x11-libs/libXi
+   x11-libs/libXinerama
+   x11-libs/libxkbcommon[X]
+   wayland? (
+   dev-libs/wayland
+   >=dev-libs/wayland-protocols-1.12
+   )
+"
+RDEPEND="
+   ${COMMON_DEPS}
+   imagemagick? ( virtual/imagemagick-tools )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   >=dev-python/sphinx-1.7[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.11.0-flags.patch
+   "${FILESDIR}"/${PN}-0.11.0-svg-icon.patch
+)
+
+src_prepare() {
+   default
+
+   # disable wayland as required
+   if ! use wayland; then
+   sed -i "/'x11 wayland'/s/ wayland//" setup.py || die
+   fi
+
+   # respect doc dir
+   sed -i "/htmldir =/s/appname/'${PF}'/" setup.py
+
+   tc-export CC
+}
+
+doecho() {
+   echo "$@"
+   "$@" || die
+}
+
+src_compile() {
+   doecho "${EPYTHON}" setup.py --verbose $(usex debug --debug "") 
--libdir-name $(get_libdir) linux-package
+}
+
+src_test() {
+   export KITTY_CONFIG_DIRECTORY=${T}
+   "${EPYTHON}" test.py || die
+}
+
+src_install() {
+   mkdir -p "${ED}"usr || die
+   cp -r linux-package/* "${ED}usr" || die
+   python_fix_shebang "${ED}"
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2018-06-30 Thread Tim Harder
commit: 5456c3e632c9d42be972242abf22e4475be352f4
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 04:44:22 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 04:44:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5456c3e6

net-mail/mpop: version bump to 1.2.8

 net-mail/mpop/Manifest  |  1 +
 net-mail/mpop/mpop-1.2.8.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/net-mail/mpop/Manifest b/net-mail/mpop/Manifest
index c5f1324000b..b60d7e9cf89 100644
--- a/net-mail/mpop/Manifest
+++ b/net-mail/mpop/Manifest
@@ -1,3 +1,4 @@
 DIST mpop-1.2.4.tar.xz 268900 BLAKE2B 
9469c450930864ca902d333fac0fad492a798ca8012caa38730a31ba70caf11c65b8e56f67d0517c30303d880139ca161163bf52e334fea74a066993163cfcdb
 SHA512 
2ddc395f76adcc9fa1a1bdf0749a29eeb40a51b3c1633fb0e6b967b68be79a160ae8aab8433a2565a2146ca0d24d2ad00e1cb5a66652e737dd0ccdbac27ae70f
 DIST mpop-1.2.5.tar.xz 269204 BLAKE2B 
bbcaef547676827c89c04dc8afb84f6679788b085d39dac5cc9881b0334ec1aae9752fedc44d762c85f381403a90c1e62306e1fc7ea9ef6fe075b8a1f6f642ee
 SHA512 
9c724915f2f6b776ed0d8f27b3af5e2c86c63ccfd2eb4bcdf69f4f86f47d10ab23a21cd76e5ee173ba18bb7ccbc5f13a2dc9c2cbbfa91b9a40dddc5197c4c1de
 DIST mpop-1.2.6.tar.xz 269912 BLAKE2B 
cfcdf1cf4bf8e2ba6a9ccc8d7c725f2bcbcbcb545ad27b0bccfceba0d9b6d04d729035c96346027eb9c5821832f740d388163dcc7a1d4d5c6361ab0824fe
 SHA512 
ba4dedebbe4b7b9f84a339e7c605cc9082e95d8cf0c5331dbc74b83ef64f7de47da996e61dbbaa33dd093650a3021eb75a7f188a9abc985c741108d060b6bd7b
+DIST mpop-1.2.8.tar.xz 272632 BLAKE2B 
aebea78c44103284929d7819e00377c8d64d0de1c7cd877e8d63ea4e3481ccf05d9d27ec5b5f7433bf723bdd421a7fe8ed54a2e44ede9dbb3a6447a98e5596cd
 SHA512 
34039d6a4b3b316679cb646ed0db6b0a11f47554576e9aad35402388718c3c7787e3854c144cec921cab0aea22e0484a1f71c2283bc1d0a37e6e69a0f6530602

diff --git a/net-mail/mpop/mpop-1.2.8.ebuild b/net-mail/mpop/mpop-1.2.8.ebuild
new file mode 100644
index 000..df810dc76e5
--- /dev/null
+++ b/net-mail/mpop/mpop-1.2.8.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A small, fast, and portable POP3 client"
+HOMEPAGE="https://marlam.de/mpop/";
+SRC_URI="https://marlam.de/mpop/releases/${P}.tar.xz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="gnutls idn libressl libsecret nls sasl ssl vim-syntax"
+
+RDEPEND="
+   idn? ( net-dns/libidn )
+   libsecret? ( app-crypt/libsecret )
+   nls? ( virtual/libintl )
+   sasl? ( virtual/gsasl )
+   ssl? (
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig"
+
+REQUIRED_USE="gnutls? ( ssl )"
+
+DOCS="AUTHORS ChangeLog NEWS NOTES README THANKS"
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   $(use_with ssl ssl $(usex gnutls "gnutls" "openssl")) \
+   $(use_with sasl libgsasl) \
+   $(use_with idn libidn) \
+   $(use_with libsecret )
+}
+
+src_install() {
+   default
+
+   if use vim-syntax ; then
+   insinto /usr/share/vim/vimfiles/syntax
+   doins scripts/vim/mpop.vim
+   fi
+}



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

2018-06-30 Thread Tim Harder
commit: 67bfe402d69b26ec8be80db463f52b331ca659af
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 04:13:12 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 04:16:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67bfe402

dev-python/llfuse: version bump to 1.3.4

 dev-python/llfuse/Manifest|  1 +
 dev-python/llfuse/llfuse-1.3.4.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/llfuse/Manifest b/dev-python/llfuse/Manifest
index 1ea4c1435f2..44ecfcf2deb 100644
--- a/dev-python/llfuse/Manifest
+++ b/dev-python/llfuse/Manifest
@@ -1 +1,2 @@
 DIST llfuse-1.3.2.tar.bz2 348035 BLAKE2B 
d3a3219c8d7462f448486488971842362b6ade8fcf6804d725db30b0e91d3f240ec9443705cb67caf3e6beae8a174f323465695132210e3606aef6dd861d
 SHA512 
f065818134b12dd128574836bc7d339404d9b7d9236b535da709378e9206b17cb2accd97fc0b658f39a93efe126a7c3064f7901468231f63f8398a3e053498cf
+DIST llfuse-1.3.4.tar.bz2 364400 BLAKE2B 
726a42381b84fc57e3e54d519bc1a105056cc8cf5d1c586ea12b1798db493254df7088f1060ffda0d89887c2b7db2046825e4f044953153e7978891f72032457
 SHA512 
6bda4534f660c42e6740093be0a2c308367f5915a0144d44c390b4f6b197efafb48bc28f7f8d1735defe470e37637bd6688690e26ec3d0c01cb7c197e443f6e6

diff --git a/dev-python/llfuse/llfuse-1.3.4.ebuild 
b/dev-python/llfuse/llfuse-1.3.4.ebuild
new file mode 100644
index 000..106a17eff39
--- /dev/null
+++ b/dev-python/llfuse/llfuse-1.3.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the low-level FUSE API"
+HOMEPAGE="https://bitbucket.org/nikratio/python-llfuse/ 
https://pypi.org/project/llfuse/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+
+RDEPEND=">=sys-fs/fuse-2.8.0:0
+   $(python_gen_cond_dep 'dev-python/contextlib2[${PYTHON_USEDEP}]' 
python2_7 pypy)
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   sys-apps/attr
+   virtual/pkgconfig
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.3-cflags.patch )
+
+python_test() {
+   py.test -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/html/. )
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



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

2018-06-30 Thread Tim Harder
commit: 48b25bbf9da4da72349c4b7885e3a078aa42a2bb
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 04:14:53 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 04:16:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b25bbf

dev-python/pretend: version bump to 1.0.9

 dev-python/pretend/Manifest |  1 +
 dev-python/pretend/pretend-1.0.9.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/pretend/Manifest b/dev-python/pretend/Manifest
index 236cfd50919..959a085e4e7 100644
--- a/dev-python/pretend/Manifest
+++ b/dev-python/pretend/Manifest
@@ -1,2 +1,3 @@
 DIST pretend-1.0.8.gh.tar.gz 5509 BLAKE2B 
574c83f05c9b45876891df97a23a25cefb0f27f9ba76aa6d01fe8d2246f7b4457fb99522540d85108056dd83e79ed7179c4661d30fbc786ce2adf0c477a23560
 SHA512 
f0a3263f55afc43bfd63a6ba0ae876f2607ed9cc26352a3ec69933ebb79418a128c5c29c3e77a924b158da658d8ff2043a7f8e6d4ee3e499df22e4083329cf62
 DIST pretend-1.0.8.tar.gz 4848 BLAKE2B 
396fae55208e39eadceaff92890b48d63b79a24e0d313a3b87d69b8a61655cb8a1a2f8823f06779e0730fb3505cb269ca907dd28a79fdd283ebd6913bd9c0ab3
 SHA512 
25011216947289d340fb979ebc9e2c7f000571f006cf5ce15f10ff0e013164e4329a3a66933d202acf8ced498929cf9e5a2a3666aafa00f78348400615c5cec8
+DIST pretend-1.0.9.tar.gz 5656 BLAKE2B 
1a8e280fbbf147f502f1148b9e3685630e0f5cd270dc8b6fa8fbbd8177aaa08efe401a6684b669a976d828e7fcdd48d686170bfa3cd3d8a857b78af473a5b6f8
 SHA512 
976e3272557aecfb11e4147a868ea96e23546e277d57d726f41b945103bef3451039716e6bbc5082d691fa1fd331c06b3d0f8b254deb0510948153571326eaf0

diff --git a/dev-python/pretend/pretend-1.0.9.ebuild 
b/dev-python/pretend/pretend-1.0.9.ebuild
new file mode 100644
index 000..3204641875d
--- /dev/null
+++ b/dev-python/pretend/pretend-1.0.9.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for stubbing in Python"
+HOMEPAGE="https://github.com/alex/pretend/ https://pypi.org/project/pretend/";
+SRC_URI="https://github.com/alex/pretend/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   py.test -v || die
+}



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

2018-06-30 Thread Tim Harder
commit: 5236d26f44a9c3b413bcd5636b02312cd7951729
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 04:06:55 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 04:16:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5236d26f

dev-python/greenlet: version bump to 0.4.13

 dev-python/greenlet/Manifest   |  1 +
 dev-python/greenlet/greenlet-0.4.13.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/greenlet/Manifest b/dev-python/greenlet/Manifest
index 21e2ef46fca..8a77b1ad329 100644
--- a/dev-python/greenlet/Manifest
+++ b/dev-python/greenlet/Manifest
@@ -1 +1,2 @@
 DIST greenlet-0.4.12.tar.gz 57319 BLAKE2B 
8260e495bb67e1a2b5b593d3513c3e2157a7b68b71fa3cb2a77de3b4ccc21b5d56bab26b6f0caf00cb669f051d22d7d6ad2700059a3d23b9ad7591f3d6608f43
 SHA512 
f3bf0f82b6e3bc687fc9b89469339cfb05e64518d1e49bc96066e8d47b8559f1c1aa53692cd25d839437a2f1b81df6fd9a4509a1b4063ec4ce1d97b73842e9f6
+DIST greenlet-0.4.13.tar.gz 58382 BLAKE2B 
a4afd9621ccd6444738c9b536af7ad5ceef5d3c8c4193ce637b4a8580c7070805419a917bef131f397286fae13f6e6f23409f5eedb814a41fcfee98356c0951a
 SHA512 
625aaa8875b408442139191e1a63eca71c668675229907335f5caee623487aba5305c1d53b51e1764ad982b8edd07d04f984e08a75318a0a5672805667917a61

diff --git a/dev-python/greenlet/greenlet-0.4.13.ebuild 
b/dev-python/greenlet/greenlet-0.4.13.ebuild
new file mode 100644
index 000..cc9bcb53e84
--- /dev/null
+++ b/dev-python/greenlet/greenlet-0.4.13.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# Note: greenlet is built-in in pypy
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 flag-o-matic
+
+DESCRIPTION="Lightweight in-process concurrent programming"
+HOMEPAGE="https://pypi.org/project/greenlet/";
+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"
+IUSE="doc"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_compile() {
+   if [[ ${EPYTHON} == python2.7 ]]; then
+   local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
+   append-flags -fno-strict-aliasing
+   fi
+
+   distutils-r1_python_compile
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   "${PYTHON}" run-tests.py -n || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/_build/html/. )
+   distutils-r1_python_install_all
+}



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

2018-06-30 Thread Matthias Maier
commit: 28e483383d8cce5578c91fedbe8db2ed8655fc32
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul  1 04:04:00 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul  1 04:11:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e48338

dev-lang/julia: version bump to 0.6.3

Closes: https://bugs.gentoo.org/658196
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-lang/julia/Manifest   |   2 +
 dev-lang/julia/julia-0.6.3.ebuild | 194 ++
 2 files changed, 196 insertions(+)

diff --git a/dev-lang/julia/Manifest b/dev-lang/julia/Manifest
index 5ddfad23e3c..8207d853db3 100644
--- a/dev-lang/julia/Manifest
+++ b/dev-lang/julia/Manifest
@@ -1,2 +1,4 @@
 DIST julia-0.6.2-bundled.tar.gz 3508868 BLAKE2B 
b5b3f52d8036e5603b62606cd096f22f8a975f9cab2f9baad902c0208a81868359005e82a17e513a7705ec717750702cdc12ab476ffac3c1c38158f06d80ae99
 SHA512 
3a9a6cc43aab2eae6c57812287958e3a1ac1718d6fdf08e5ce7c8e8e8a62231fb4d7b6f064e2d6941ac750d8924f5cb37ae3ac4e2d18f366a82c94bdc9e6abe4
 DIST julia-0.6.2.tar.gz 5592907 BLAKE2B 
d6d25f43cd650f6a079c4ba6fe533e6bdbf6a1123255d7651460e297ed3d35a832688e19efddf41c780fbda2eb861bc8ed5f7c59ea7efb5fdf490eb2e7a47f5d
 SHA512 
679050463ed5825d34c477bd44cd91cfecc7d1735a2f52cc70b509afd9883cb60902861643266ecac5ba6cbb03f8fcdd12fc2e87dc41b9ed0eef813fa40610f1
+DIST julia-0.6.3-bundled.tar.gz 2099258 BLAKE2B 
dea1f5d37477e0a612e3901d7d568e8c4b350496f9d2b344cd7e2c2043ae30b4dd26b567803a2cb96d1ec4dbe2ba514fb08b925c695589746691887334330dd2
 SHA512 
d04cd55ba0dde08f253db3a388cf5ebe87cec8ae321a5af4c1c92f2680aa6e6ef2ebfa771ec74f8f1ff96409e2c0645476acf577859e8718eac4a581f097639d
+DIST julia-0.6.3.tar.gz 5542642 BLAKE2B 
cccd1ee2eb4d9f59382a0d1f6466e77c84b0542456c405c05b718bc8a39ff537a09760a523ee572fc9eee6797158aa00010fc4c931a80deac645fb1e45061c87
 SHA512 
f529bb30a17989234061cf4c3d87aecc6da720eb494efaca7be4ec1ed5eda60d440896fb76a45b6cb30205030256e7de765e8944f873b31d96f7c9ecac542db8

diff --git a/dev-lang/julia/julia-0.6.3.ebuild 
b/dev-lang/julia/julia-0.6.3.ebuild
new file mode 100644
index 000..ba814f62191
--- /dev/null
+++ b/dev-lang/julia/julia-0.6.3.ebuild
@@ -0,0 +1,194 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+RESTRICT="test"
+
+inherit llvm pax-utils toolchain-funcs
+
+DESCRIPTION="High-performance programming language for technical computing"
+HOMEPAGE="https://julialang.org/";
+SRC_URI="
+   https://github.com/JuliaLang/${PN}/releases/download/v${PV}/${P}.tar.gz
+   https://dev.gentoo.org/~tamiko/distfiles/${P}-bundled.tar.gz
+"
+
+S="${WORKDIR}/julia"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+# julia 0.6* is compatible with llvm-4
+RDEPEND="
+   sys-devel/llvm:4=
+   sys-devel/clang:4="
+LLVM_MAX_SLOT=4
+
+RDEPEND+="
+   dev-libs/double-conversion:0=
+   dev-libs/gmp:0=
+   dev-libs/libgit2:0=
+   dev-libs/mpfr:0=
+   dev-libs/openspecfun
+   sci-libs/arpack:0=
+   sci-libs/camd:0=
+   sci-libs/cholmod:0=
+   sci-libs/fftw:3.0=[threads]
+   sci-libs/openlibm:0=
+   sci-libs/spqr:0=
+   >=dev-libs/libpcre2-10.23:0=[jit]
+   sci-libs/umfpack:0=
+   sci-mathematics/glpk:0=
+   >=sys-libs/libunwind-1.1:7=
+   sys-libs/readline:0=
+   sys-libs/zlib:0=
+   >=virtual/blas-3.6
+   virtual/lapack"
+
+DEPEND="${RDEPEND}
+   dev-vcs/git
+   dev-util/patchelf
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.6.0-fix_build_system.patch
+)
+
+src_prepare() {
+   mv "${WORKDIR}"/bundled/UnicodeData.txt doc || die
+   mkdir deps/srccache || die
+   mv "${WORKDIR}"/bundled/* deps/srccache || die
+   rmdir "${WORKDIR}"/bundled || die
+
+   default
+
+   # Sledgehammer:
+   # - prevent fetching of bundled stuff in compile and install phase
+   # - respect CFLAGS
+   # - respect EPREFIX and Gentoo specific paths
+   # - fix BLAS and LAPACK link interface
+
+   sed -i \
+   -e 's|git submodule|${EPREFIX}/bin/true|g' \
+   -e "s|GENTOOCFLAGS|${CFLAGS}|g" \
+   -e "s|/usr/include|${EPREFIX%/}/usr/include|g" \
+   deps/Makefile || die
+
+   local libblas="$($(tc-getPKG_CONFIG) --libs-only-l blas)"
+   libblas="${libblas%% *}"
+   libblas="lib${libblas#-l}"
+   local liblapack="$($(tc-getPKG_CONFIG) --libs-only-l lapack)"
+   liblapack="${liblapack%% *}"
+   liblapack="lib${liblapack#-l}"
+
+   sed -i \
+   -e "s|\(JULIA_EXECUTABLE = \)\(\$(JULIAHOME)/julia\)|\1 
LD_LIBRARY_PATH=\$(BUILD)/$(get_libdir) \2|" \
+   -e "s|GENTOOCFLAGS|${CFLAGS}|g" \
+   -e "s|LIBDIR = lib|LIBDIR = $(get_libdir)|" \
+   -e "s|/usr/lib|${EPREFIX}/usr/$(get_libdir)|" \
+   -e "s|/usr/include|${EPREFIX}/usr/include|" \
+ 

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

2018-06-30 Thread Matthias Maier
commit: 43ab7de243f9c14b9af63a97d68eaf8dcaf2d744
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul  1 04:10:04 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul  1 04:11:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ab7de2

sys-libs/libunwind: drop obsolete

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sys-libs/libunwind/Manifest |   1 -
 sys-libs/libunwind/libunwind-1.2.ebuild | 101 
 2 files changed, 102 deletions(-)

diff --git a/sys-libs/libunwind/Manifest b/sys-libs/libunwind/Manifest
index 9e51cb80514..518d2e99343 100644
--- a/sys-libs/libunwind/Manifest
+++ b/sys-libs/libunwind/Manifest
@@ -1,3 +1,2 @@
 DIST libunwind-1.1.tar.gz 1098603 BLAKE2B 
c1ef0916c45786dcf820bef164f03e27af29f84d3173dc3a2e9fd54486a18d99713df152d810db4eb3e36df4afa7df1b544e6c9271479e2fcbffe473a17c4372
 SHA512 
bfe04f2bfac9f9e47c37f0b23ed2f264d8d3d3d6f1392fe9d794ee13cad216b3740979e922e4276fb65c1ccdc836fce48812cb5459ecdd2a89a621036a35d7c1
 DIST libunwind-1.2.1.tar.gz 780774 BLAKE2B 
a5be4142e1e4932231023bdec2ab3ecd6b707faf2d32d2b571239252a1d0fb6a273a6a46c4a107db63f74f7b54c0c54cf252b8b79ad53216333ba7bcf63147a1
 SHA512 
af7c280d2a963779a4a2711887618bc96383011e4e5d52e4085aa7fb351e55e357468f6ff85e66a216f1c6826538f498335a917a5970575c93be74c96316319b
-DIST libunwind-1.2.tar.gz 747369 BLAKE2B 
e1f0d8361d9518cafc590bffb0056157a81928a1ae7d29a1f6f78f917cd73e922b24a42b03cdd6e2eb6f6dd6e4e51116f6d83d16a5d51046104204df45ab66a6
 SHA512 
985d0817944e3cafd99aaa5642862d878972e0851f7954289247e808c9319f399ca29342395f0571cb6568a1104a82bd92d585936f2ca888dda37ac796fde0d4

diff --git a/sys-libs/libunwind/libunwind-1.2.ebuild 
b/sys-libs/libunwind/libunwind-1.2.ebuild
deleted file mode 100644
index 8528582e02c..000
--- a/sys-libs/libunwind/libunwind-1.2.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-MY_PV=${PV/_/-}
-MY_P=${PN}-${MY_PV}
-inherit eutils libtool multilib-minimal
-
-DESCRIPTION="Portable and efficient API to determine the call-chain of a 
program"
-HOMEPAGE="https://savannah.nongnu.org/projects/libunwind";
-SRC_URI="mirror://nongnu/libunwind/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="7"
-KEYWORDS="~amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug debug-frame doc libatomic lzma +static-libs"
-
-RESTRICT="test" #461958 -- re-enable tests with >1.1 again for retesting, this 
is here for #461394
-
-# We just use the header from libatomic.
-RDEPEND="lzma? ( app-arch/xz-utils )"
-DEPEND="${RDEPEND}
-   libatomic? ( dev-libs/libatomic_ops )"
-
-QA_DT_NEEDED_x86_fbsd="usr/lib/libunwind.so.7.0.0"
-
-# Bug 586208
-CCACHE_NODIRECT=1
-
-S="${WORKDIR}/${MY_P}"
-
-MULTILIB_WRAPPED_HEADERS=(
-   /usr/include/libunwind.h
-
-   # see libunwind.h for the full list of arch-specific headers
-   /usr/include/libunwind-aarch64.h
-   /usr/include/libunwind-arm.h
-   /usr/include/libunwind-hppa.h
-   /usr/include/libunwind-ia64.h
-   /usr/include/libunwind-mips.h
-   /usr/include/libunwind-ppc32.h
-   /usr/include/libunwind-ppc64.h
-   /usr/include/libunwind-sh.h
-   /usr/include/libunwind-tilegx.h
-   /usr/include/libunwind-x86.h
-   /usr/include/libunwind-x86_64.h
-)
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.2-coredump-regs.patch #586092
-   epatch "${FILESDIR}"/${PN}-1.2-ia64-undwarf.patch
-   epatch "${FILESDIR}"/${PN}-1.2-ia64-ptrace-coredump.patch
-   epatch -p1 "${FILESDIR}"/${PN}-1.2-ia64-missing.patch
-   chmod +x src/ia64/mk_cursor_i || die
-
-   # These tests like to fail.  bleh.
-   echo 'int main(){return 0;}' > tests/Gtest-dyn1.c
-   echo 'int main(){return 0;}' > tests/Ltest-dyn1.c
-
-   # Since we have tests disabled via RESTRICT, disable building in the 
subdir
-   # entirely.  This worksaround some build errors too. #484846
-   sed -i -e '/^SUBDIRS/s:tests::' Makefile.in || die
-
-   elibtoolize
-}
-
-multilib_src_configure() {
-   # --enable-cxx-exceptions: always enable it, headers provide the 
interface
-   # and on some archs it is disabled by default causing a mismatch 
between the
-   # API and the ABI, bug #418253
-   # conservative-checks: validate memory addresses before use; as of 
1.0.1,
-   # only x86_64 supports this, yet may be useful for debugging, couple it 
with
-   # debug useflag.
-   ECONF_SOURCE="${S}" \
-   ac_cv_header_atomic_ops_h=$(usex libatomic) \
-   econf \
-   --enable-cxx-exceptions \
-   --enable-coredump \
-   --enable-ptrace \
-   --enable-setjmp \
-   $(use_enable debug-frame) \
-   $(use_enable doc documentation) \
-   $(use_enable lzma minidebuginfo) \
-   $(use_enable sta

[gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/files/, sys-libs/libunwind/

2018-06-30 Thread Matthias Maier
commit: 29741bb4addc99eb6271754698151704cfebbec3
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul  1 04:08:36 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul  1 04:11:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29741bb4

sys-libs/libunwind: fix compilation with musl

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 2.1-only-include-execinfo_h-if-avaliable.patch | 51 ++
 sys-libs/libunwind/libunwind-1.2.1-r1.ebuild   |  1 +
 2 files changed, 52 insertions(+)

diff --git 
a/sys-libs/libunwind/files/libunwind-1.2.1-only-include-execinfo_h-if-avaliable.patch
 
b/sys-libs/libunwind/files/libunwind-1.2.1-only-include-execinfo_h-if-avaliable.patch
new file mode 100644
index 000..ee11149771c
--- /dev/null
+++ 
b/sys-libs/libunwind/files/libunwind-1.2.1-only-include-execinfo_h-if-avaliable.patch
@@ -0,0 +1,51 @@
+From 0f3f41a86842f2b19aa07af5242cb775ef9b20d3 Mon Sep 17 00:00:00 2001
+From: "Jory A. Pratt" 
+Date: Sat, 30 Jun 2018 22:44:22 -0500
+Subject: [PATCH] Only include execinfo.h where avaliable
+
+Signed-off-by: Jory A. Pratt 
+---
+ tests/test-coredump-unwind.c | 8 ++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/tests/test-coredump-unwind.c b/tests/test-coredump-unwind.c
+index 5254708..33f92b0 100644
+--- a/tests/test-coredump-unwind.c
 b/tests/test-coredump-unwind.c
+@@ -57,7 +57,9 @@
+ #include 
+ 
+ /* For SIGSEGV handler code */
++#if HAVE_EXECINFO_H
+ #include 
++#endif
+ #include 
+ 
+ #include 
+@@ -202,7 +204,7 @@ void die_out_of_memory(void)
+ /* End of utility logging functions */
+ 
+ 
+-
++#if HAVE_EXECINFO_H
+ static
+ void handle_sigsegv(int sig, siginfo_t *info, void *ucontext)
+ {
+@@ -249,12 +251,14 @@ void handle_sigsegv(int sig, siginfo_t *info, void 
*ucontext)
+ 
+   _exit(1);
+ }
+-
++#endif
+ static void install_sigsegv_handler(void)
+ {
+   struct sigaction sa;
+   memset(&sa, 0, sizeof(sa));
++#if HAVE_EXECINFO_H
+   sa.sa_sigaction = handle_sigsegv;
++#endif
+   sa.sa_flags = SA_SIGINFO;
+   sigaction(SIGSEGV, &sa, NULL);
+   sigaction(SIGILL, &sa, NULL);
+-- 
+2.18.0

diff --git a/sys-libs/libunwind/libunwind-1.2.1-r1.ebuild 
b/sys-libs/libunwind/libunwind-1.2.1-r1.ebuild
index 8bdde358d13..a4690fc050e 100644
--- a/sys-libs/libunwind/libunwind-1.2.1-r1.ebuild
+++ b/sys-libs/libunwind/libunwind-1.2.1-r1.ebuild
@@ -48,6 +48,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.2-ia64-ptrace-coredump.patch
"${FILESDIR}"/${PN}-1.2-ia64-missing.patch
"${FILESDIR}"/${PN}-1.2.1-fix_version_macros.patch
+   "${FILESDIR}"/${PN}-1.2.1-only-include-execinfo_h-if-avaliable.patch
 )
 
 src_prepare() {



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

2018-06-30 Thread Jory Pratt
commit: bfc4cb8125638cda99e63d699d2afe787cf055b3
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Sun Jul  1 03:49:25 2018 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Jul  1 03:49:25 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=bfc4cb81

sys-libs/libunwind: Only include execinfo.h if it is avaliable on the
system.

 sys-libs/libunwind/Manifest|   1 +
 .../files/libunwind-1.2-coredump-regs.patch|  16 
 .../files/libunwind-1.2-ia64-missing.patch |  93 +++
 .../files/libunwind-1.2-ia64-ptrace-coredump.patch |  34 +++
 .../files/libunwind-1.2-ia64-undwarf.patch |  17 
 .../files/libunwind-1.2.1-fix_version_macros.patch |  13 +++
 2.1-only-include-execinfo_h-if-avaliable.patch |  52 +++
 sys-libs/libunwind/libunwind-1.2.1-r1.ebuild   | 103 +
 sys-libs/libunwind/metadata.xml|  12 +++
 9 files changed, 341 insertions(+)

diff --git a/sys-libs/libunwind/Manifest b/sys-libs/libunwind/Manifest
new file mode 100644
index 000..4155a10
--- /dev/null
+++ b/sys-libs/libunwind/Manifest
@@ -0,0 +1 @@
+DIST libunwind-1.2.1.tar.gz 780774 BLAKE2B 
a5be4142e1e4932231023bdec2ab3ecd6b707faf2d32d2b571239252a1d0fb6a273a6a46c4a107db63f74f7b54c0c54cf252b8b79ad53216333ba7bcf63147a1
 SHA512 
af7c280d2a963779a4a2711887618bc96383011e4e5d52e4085aa7fb351e55e357468f6ff85e66a216f1c6826538f498335a917a5970575c93be74c96316319b

diff --git a/sys-libs/libunwind/files/libunwind-1.2-coredump-regs.patch 
b/sys-libs/libunwind/files/libunwind-1.2-coredump-regs.patch
new file mode 100644
index 000..3ddc610
--- /dev/null
+++ b/sys-libs/libunwind/files/libunwind-1.2-coredump-regs.patch
@@ -0,0 +1,16 @@
+https://bugs.gentoo.org/586092
+
+this might not be correct, but at least it builds, and doesn't crash
+
+--- a/src/coredump/_UCD_access_reg_linux.c
 b/src/coredump/_UCD_access_reg_linux.c
+@@ -51,6 +51,9 @@ _UCD_access_reg (unw_addr_space_t as,
+ #elif defined(UNW_TARGET_TILEGX)
+   if (regnum < 0 || regnum > UNW_TILEGX_CFA)
+ goto badreg;
++#elif defined(UNW_TARGET_IA64) || defined(UNW_TARGET_HPPA) || 
defined(UNW_TARGET_PPC32) || defined(UNW_TARGET_PPC64)
++  if (regnum < 0 || regnum >= ARRAY_SIZE(ui->prstatus->pr_reg))
++goto badreg;
+ #else
+ #if defined(UNW_TARGET_MIPS)
+   static const uint8_t remap_regs[] =

diff --git a/sys-libs/libunwind/files/libunwind-1.2-ia64-missing.patch 
b/sys-libs/libunwind/files/libunwind-1.2-ia64-missing.patch
new file mode 100644
index 000..e15250b
--- /dev/null
+++ b/sys-libs/libunwind/files/libunwind-1.2-ia64-missing.patch
@@ -0,0 +1,93 @@
+Original libunwind release is missing a few ia64-specific files in tarball.
+diff --git a/src/ia64/mk_Gcursor_i.c b/src/ia64/mk_Gcursor_i.c
+new file mode 100644
+index 000..67b14d5
+--- /dev/null
 b/src/ia64/mk_Gcursor_i.c
+@@ -0,0 +1,65 @@
++/* libunwind - a platform-independent unwind library
++   Copyright (C) 2003 Hewlett-Packard Co
++Contributed by David Mosberger-Tang 
++
++This file is part of libunwind.
++
++Permission is hereby granted, free of charge, to any person obtaining
++a copy of this software and associated documentation files (the
++"Software"), to deal in the Software without restriction, including
++without limitation the rights to use, copy, modify, merge, publish,
++distribute, sublicense, and/or sell copies of the Software, and to
++permit persons to whom the Software is furnished to do so, subject to
++the following conditions:
++
++The above copyright notice and this permission notice shall be
++included in all copies or substantial portions of the Software.
++
++THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
++EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
++MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
++NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
++LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
++OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
++WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  */
++
++/* Utility to generate cursor_i.h.  */
++
++#include "libunwind_i.h"
++
++#ifdef offsetof
++# undef offsetof
++#endif
++
++#define offsetof(type,field)((char *) &((type *) 0)->field - (char *) 0)
++
++#define OFFSET(sym, offset) \
++asm volatile("\n->" #sym " %0" : : "i" (offset))
++
++int
++main (void)
++{
++  OFFSET("IP_OFF",   offsetof (struct cursor, ip));
++  OFFSET("PR_OFF",   offsetof (struct cursor, pr));
++  OFFSET("BSP_OFF",  offsetof (struct cursor, bsp));
++  OFFSET("PSP_OFF",  offsetof (struct cursor, psp));
++  OFFSET("PFS_LOC_OFF",  offsetof (struct cursor, loc[IA64_REG_PFS]));
++  OFFSET("RNAT_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_RNAT]));
++  OFFSET("UNAT_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_UNAT]));
++  OFFSET("LC_LOC_OFF",   offsetof (s

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

2018-06-30 Thread Tim Harder
commit: 19104c97c6a20b1fed082ecdafc53b486e7d1085
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 02:01:32 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 03:20:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19104c97

dev-python/backports-lzma: version bump to 0.0.12

 dev-python/backports-lzma/Manifest |  1 +
 .../backports-lzma/backports-lzma-0.0.12.ebuild| 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/backports-lzma/Manifest 
b/dev-python/backports-lzma/Manifest
index d3ae362991b..2e93a5b7784 100644
--- a/dev-python/backports-lzma/Manifest
+++ b/dev-python/backports-lzma/Manifest
@@ -1,3 +1,4 @@
 DIST backports.lzma-0.0.10.tar.gz 37242 BLAKE2B 
42ee440437379aae9a5d4708d8766300143651f932a63b54e3c4153d48e02843cfd45ce2d60baefcda1f10465f8b982b6883a6047a146d14858f32f5ab9c9485
 SHA512 
72814ea262ec3916e6a44a571ffa2fb3316e7238a84649232849e378f720132157f5747dbbce659e7144e53e62a84bb41e419ae6d9b8f5daf10ced372b1bf9d5
+DIST backports.lzma-0.0.12.tar.gz 37640 BLAKE2B 
d157e71fccd7367bfa9d0a856cc9bcde7c33685816c08e380ddf596a4a84cd9cbc4cf1c3d866057a507adae053678d150c054c6b078c4aabbd3385e5821c275a
 SHA512 
c855a1b4b17df5714060e18bf0b3de4db24e1ca1f97550fa44749bf50eb2309dbad56feb092246db8ccb23d61d84fb3deb2553670ec035b5d11982c33bda47f9
 DIST backports.lzma-0.0.6.tar.gz 34475 BLAKE2B 
9249684972b2496cfc5652d4dea5d03e0cf14fbef4a6f617111210e0125d0f455db2b80cdad5640ad71d04fe23fa292ea50a2083125daae5023512e577553683
 SHA512 
6196e64e81c2427d07844dab984113021ae97ba9d0c136cfd20b7213cdb8cda8b9a2643c8df21c799d338031cd49d4cbfd7f9ba9c30efd6cd28e63e8772a032b
 DIST backports.lzma-0.0.8.tar.gz 36111 BLAKE2B 
1acbe9628f740f067068cc07105abe2a161bd2ebc712f1967c54d814abfa432cf5394167cc7adfcde49cc54adecb792a84e91ae810ad150ef38a22b2e79f9440
 SHA512 
bc5e7672a0ac53b7cf97ea52a566e96d92a3dd334a8321699585225e32ad7c723b4ffd6e4b153bd2ae3ead2a2cd6a48678b915257de4952ddca8389032db48ad

diff --git a/dev-python/backports-lzma/backports-lzma-0.0.12.ebuild 
b/dev-python/backports-lzma/backports-lzma-0.0.12.ebuild
new file mode 100644
index 000..aad523555f9
--- /dev/null
+++ b/dev-python/backports-lzma/backports-lzma-0.0.12.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 pypy )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Backport of Python 3.3's lzma module for XZ/LZMA compressed files"
+HOMEPAGE="https://github.com/peterjc/backports.lzma/ 
https://pypi.org/project/backports.lzma/";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="test"
+
+RDEPEND="app-arch/xz-utils:0=
+   dev-python/backports[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? ( app-arch/xz-utils:0[extra-filters(+)] )"
+
+S=${WORKDIR}/${MY_P}
+
+python_test() {
+   "${EPYTHON}" test/test_lzma.py || die "tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   # main namespace provided by dev-python/backports
+   rm "${BUILD_DIR}"/lib/backports/__init__.py || die
+   rm -f backports/__init__.py || die
+
+   distutils-r1_python_install
+}



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

2018-06-30 Thread Tim Harder
commit: e6fbf1beaf94237f1757ad17ea9937fb5da4757e
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 01:59:08 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 03:20:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6fbf1be

dev-python/attrs: version bump to 18.1.0

 dev-python/attrs/Manifest|  1 +
 dev-python/attrs/attrs-18.1.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-python/attrs/Manifest b/dev-python/attrs/Manifest
index 70c4ccfc741..f1f4fe4fcc2 100644
--- a/dev-python/attrs/Manifest
+++ b/dev-python/attrs/Manifest
@@ -1,2 +1,3 @@
 DIST attrs-16.3.0.tar.gz 57512 BLAKE2B 
e00c825034b21cb4d5a9eb9ca3ffb92193b8d793ebaeb8cb5e69b07c326738da4efd98ebc6e79903017276b6b501c56a8e0b37f6b0d13d8461b8ea4e5cb72b08
 SHA512 
1a91e6f27ecaf20c409c3abf88ffed5c6cfdbba8cff44637399b713271ff838a054f5859dd29440b2780d81b40673033e3f8e43dd491bece72e0a4f08c4ef688
 DIST attrs-17.4.0.tar.gz 97071 BLAKE2B 
f755abe89cedbf1ced003087fb106fae7c38dbdf0614ec0c525629ae09b3b790a7e0912da887dad4c5686afe7fb0df8123fea42e08e4e6718cdaf477edafcb2a
 SHA512 
b631cd5af1be7c78175230363a3cf9d37cb0237d87b24f994812b5734985d114708d5bf7ee5d92b8b13c6b8daa313efde4a9f60f0630df0b62bbcf4928a016ff
+DIST attrs-18.1.0.tar.gz 106346 BLAKE2B 
ae17d5e6cde83e5a652b40facffe3db2ad9d6940ef7e00a10c3d02b6015c23e9e17e125ec16100f1fd5e036c9f4e88cfe01b23b03bacdc36446ec0ef1dcc57a5
 SHA512 
9aa4421d1c16614cd26089c219f70602fd6baa5fbbf4aa96def189e9a41f8c761d7f522c5e167a63e366cf8b46e87477c345655f09738a14981bb40dbcd12b91

diff --git a/dev-python/attrs/attrs-18.1.0.ebuild 
b/dev-python/attrs/attrs-18.1.0.ebuild
new file mode 100644
index 000..b9f32fe9dd4
--- /dev/null
+++ b/dev-python/attrs/attrs-18.1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Attributes without boilerplate"
+HOMEPAGE="
+   https://github.com/hynek/attrs
+   https://attrs.readthedocs.org/
+   https://pypi.org/project/attrs/";
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   $(python_gen_impl_dep sqlite)
+   >=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v || die "tests failed with ${EPYTHON}"
+}



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

2018-06-30 Thread Tim Harder
commit: 2898b4283db972f996a4abc0eb765cf2c803582e
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 01:53:55 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 03:20:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2898b428

dev-python/alabaster: version bump to 0.7.11

 dev-python/alabaster/Manifest|  1 +
 dev-python/alabaster/alabaster-0.7.11.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/alabaster/Manifest b/dev-python/alabaster/Manifest
index 48e1617e72c..a5a8e66c5b7 100644
--- a/dev-python/alabaster/Manifest
+++ b/dev-python/alabaster/Manifest
@@ -1,2 +1,3 @@
 DIST alabaster-0.7.10.tar.gz 10486 BLAKE2B 
fa4e08cc06a22830e7ad1a5cc5e2ead40d919158d200af2d7259c478d1999329ccd798594b1ee3302d5610a972438e771cd83c82544f0f1783bac345643737a9
 SHA512 
e2391079360e050e532f878619e70a120f141a3e84d1e213e508e4be25ff2ac704717fe8398dfaf016dfb6dd3ad1105a67e1d5438737f45064f7602a5ce5fda8
+DIST alabaster-0.7.11.tar.gz 10998 BLAKE2B 
93975fcb93cac425d6db903f89c862041dd4817a1a411adb2b8d0e9af754be6f1a9649934b183678290debd71722146a547ced7407a9da10741d88a806d5bec2
 SHA512 
3b3762cc9f0a04296d07bdadeb7e77ae007e307bfad81d8ddfa8e883dcf7577bf544957b3664ec4cc354749fa249627071474466dc771c5883c75571c86d8f3b
 DIST alabaster-0.7.9.tar.gz 10485 BLAKE2B 
c3a22dd8b813f2dc717a1fb24d252db949f6336cb5b785603f933d4cf32236f9bdff117118d85ca3f6995e761e8d2689feb2c69be516ab681dc664323da43605
 SHA512 
b1286c4d5d17d172baaacbc40ba6a435d433f0880e31416c37ac88df8787bf522f1c28b6903fe92c88414f54286734508860eab86ff7f12da72315bf9ae0e6c8

diff --git a/dev-python/alabaster/alabaster-0.7.11.ebuild 
b/dev-python/alabaster/alabaster-0.7.11.ebuild
new file mode 100644
index 000..20be9d08b43
--- /dev/null
+++ b/dev-python/alabaster/alabaster-0.7.11.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable sidebar-enabled Sphinx theme"
+HOMEPAGE="https://github.com/bitprophet/alabaster";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-solaris ~amd64-fbsd"
+SLOT="0"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-06-30 Thread Tim Harder
commit: 0cafdd9f780dad5b22ee9c392718c2eb07a94b4c
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 01:44:40 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 03:20:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cafdd9f

dev-python/aniso8601: version bump to 3.0.2

 dev-python/aniso8601/Manifest   |  1 +
 dev-python/aniso8601/aniso8601-3.0.2.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/aniso8601/Manifest b/dev-python/aniso8601/Manifest
index b87e9f0a984..6cb327951d1 100644
--- a/dev-python/aniso8601/Manifest
+++ b/dev-python/aniso8601/Manifest
@@ -1,2 +1,3 @@
 DIST aniso8601-1.3.0.tar.gz 57730 BLAKE2B 
7844add7f785371f69a8a473c0706edb76f994fccc99ae2cce3b56cd3a55041364bd08848acbd606453f4b8bfa3a80d063fc86ed49155817dc9fb8b7024c8e73
 SHA512 
33054b3bb07c26fda4af09c606dfa90be1fdebaa49efa8f508df72d339eb8f8b525ac2bad5d410098bbf1c88483823ad663649cf32f2806a9ee6e9ad46d53e8f
 DIST aniso8601-3.0.0.tar.gz 69371 BLAKE2B 
7dabeb013df414db6ade982595cb95514eb408855641ac2a6552f4ab1e646d478c2435a2b1537149fcbcffa076a913b45b644163585377cf98036d898ed1154c
 SHA512 
bea2b9dad8f8ac2c5314570ce49846ef0cdf6459019065b5529966fbaf20a79d76b7af5a93f5bb8e1d811d3355a217877ae90d295529f3e9a7b2b20e6465b1c7
+DIST aniso8601-3.0.2.tar.gz 69520 BLAKE2B 
84cc774b72b04055fb7fe79456fa8c47b7ca3b2406dbbee5022912bf13bbe3663fc67ea663ba4654d27362df5bba6b9ce811ca89fc919fae9c0f5732087c43d4
 SHA512 
c367a9f783fc5e18bd761ce501ee7331cfd2b3f209578f90a16817ef47a16c45ea7ddc0ece648bcf91cc9e249f8f01b8d63fd1fd4bfa585bf2d959a4a12a3d6f

diff --git a/dev-python/aniso8601/aniso8601-3.0.2.ebuild 
b/dev-python/aniso8601/aniso8601-3.0.2.ebuild
new file mode 100644
index 000..7bdae256c6d
--- /dev/null
+++ b/dev-python/aniso8601/aniso8601-3.0.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for parsing ISO 8601 strings"
+HOMEPAGE="https://bitbucket.org/nielsenb/aniso8601/ 
https://pypi.org/project/aniso8601/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
+
+python_test() {
+   "${PYTHON}" -m unittest discover ${PN}/tests || die "Tests fail with 
${EPYTHON}"
+}



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

2018-06-30 Thread Tim Harder
commit: d6a156d7d8e689bd2d4b2ab4a6507b56835b52b8
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jul  1 02:02:30 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jul  1 03:20:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a156d7

dev-python/backports-lzma: remove old

 dev-python/backports-lzma/Manifest |  2 --
 .../backports-lzma/backports-lzma-0.0.6.ebuild | 37 --
 .../backports-lzma/backports-lzma-0.0.8.ebuild | 37 --
 3 files changed, 76 deletions(-)

diff --git a/dev-python/backports-lzma/Manifest 
b/dev-python/backports-lzma/Manifest
index 2e93a5b7784..3dfbb7c9c67 100644
--- a/dev-python/backports-lzma/Manifest
+++ b/dev-python/backports-lzma/Manifest
@@ -1,4 +1,2 @@
 DIST backports.lzma-0.0.10.tar.gz 37242 BLAKE2B 
42ee440437379aae9a5d4708d8766300143651f932a63b54e3c4153d48e02843cfd45ce2d60baefcda1f10465f8b982b6883a6047a146d14858f32f5ab9c9485
 SHA512 
72814ea262ec3916e6a44a571ffa2fb3316e7238a84649232849e378f720132157f5747dbbce659e7144e53e62a84bb41e419ae6d9b8f5daf10ced372b1bf9d5
 DIST backports.lzma-0.0.12.tar.gz 37640 BLAKE2B 
d157e71fccd7367bfa9d0a856cc9bcde7c33685816c08e380ddf596a4a84cd9cbc4cf1c3d866057a507adae053678d150c054c6b078c4aabbd3385e5821c275a
 SHA512 
c855a1b4b17df5714060e18bf0b3de4db24e1ca1f97550fa44749bf50eb2309dbad56feb092246db8ccb23d61d84fb3deb2553670ec035b5d11982c33bda47f9
-DIST backports.lzma-0.0.6.tar.gz 34475 BLAKE2B 
9249684972b2496cfc5652d4dea5d03e0cf14fbef4a6f617111210e0125d0f455db2b80cdad5640ad71d04fe23fa292ea50a2083125daae5023512e577553683
 SHA512 
6196e64e81c2427d07844dab984113021ae97ba9d0c136cfd20b7213cdb8cda8b9a2643c8df21c799d338031cd49d4cbfd7f9ba9c30efd6cd28e63e8772a032b
-DIST backports.lzma-0.0.8.tar.gz 36111 BLAKE2B 
1acbe9628f740f067068cc07105abe2a161bd2ebc712f1967c54d814abfa432cf5394167cc7adfcde49cc54adecb792a84e91ae810ad150ef38a22b2e79f9440
 SHA512 
bc5e7672a0ac53b7cf97ea52a566e96d92a3dd334a8321699585225e32ad7c723b4ffd6e4b153bd2ae3ead2a2cd6a48678b915257de4952ddca8389032db48ad

diff --git a/dev-python/backports-lzma/backports-lzma-0.0.6.ebuild 
b/dev-python/backports-lzma/backports-lzma-0.0.6.ebuild
deleted file mode 100644
index 5d5a9dbde4e..000
--- a/dev-python/backports-lzma/backports-lzma-0.0.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Backport of Python 3.3's lzma module for XZ/LZMA compressed files"
-HOMEPAGE="https://github.com/peterjc/backports.lzma/ 
https://pypi.org/project/backports.lzma/";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="app-arch/xz-utils
-   dev-python/backports[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-python_test() {
-   PYTHONPATH="${BUILD_DIR}/lib" "${PYTHON}" test/test_lzma.py || die 
"tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   # main namespace provided by dev-python/backports
-   rm "${BUILD_DIR}"/lib/backports/__init__.py || die
-   rm -f backports/__init__.py || die
-
-   distutils-r1_python_install
-}

diff --git a/dev-python/backports-lzma/backports-lzma-0.0.8.ebuild 
b/dev-python/backports-lzma/backports-lzma-0.0.8.ebuild
deleted file mode 100644
index a2149d72d13..000
--- a/dev-python/backports-lzma/backports-lzma-0.0.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Backport of Python 3.3's lzma module for XZ/LZMA compressed files"
-HOMEPAGE="https://github.com/peterjc/backports.lzma/ 
https://pypi.org/project/backports.lzma/";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="app-arch/xz-utils
-   dev-python/backports[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-python_test() {
-   PYTHONPATH="${BUILD_DIR}/lib" "${PYTHON}" test/test_lzma.py || die 
"tests failed with ${EPYTHON}"
-}
-
-python_install() {
-   # main namespace provided by dev-python/backports
-   rm "${BUILD_DIR}"/lib/backports/__init__.py || die
-   rm -f backports/__init__.py || die
-
-   distutils-r1_python_install
-}



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

2018-06-30 Thread Horea Christian
commit: 59e821e26801c43f6cd14ee4a96c7908243bb202
Author: Horea Christian  yandex  com>
AuthorDate: Sun Jul  1 02:00:28 2018 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Jul  1 02:00:28 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=59e821e2

sci-biology/mouse-brain-atlases: requirement check

And EAPI downgrade, since eclass does not yet support
EAPI 7.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../mouse-brain-atlases/mouse-brain-atlases-0.1.20180623.ebuild   | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git 
a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180623.ebuild 
b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180623.ebuild
index 61d8d55e4..a95656a84 100644
--- a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180623.ebuild
+++ b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180623.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=6
+
+inherit check-reqs
 
 DESCRIPTION="A collection of mouse brain atlases in NIfTI format"
 HOMEPAGE="http://imaging.org.au/AMBMC/Model";
@@ -15,6 +17,10 @@ IUSE=""
 RDEPEND=""
 DEPEND=""
 
+CHECKREQS_DISK_BUILD=4G
+CHECKREQS_DISK_USR=4G
+CHECKREQS_DISK_VAR=8G
+
 src_install() {
insinto "/usr/share/${PN}"
doins *



[gentoo-commits] repo/gentoo:master commit in: net-im/minbif/

2018-06-30 Thread Andreas Sturmlechner
commit: 374daa482c1cda01f8817843f4ce047982b963c1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 22:32:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  1 00:03:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374daa48

net-im/minbif: einstalldocs

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 net-im/minbif/minbif-1.0.5-r2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-im/minbif/minbif-1.0.5-r2.ebuild 
b/net-im/minbif/minbif-1.0.5-r2.ebuild
index c1c9951ba57..1f05cc67faa 100644
--- a/net-im/minbif/minbif-1.0.5-r2.ebuild
+++ b/net-im/minbif/minbif-1.0.5-r2.ebuild
@@ -76,7 +76,6 @@ src_install() {
fperms 700 /var/lib/minbif
fowners minbif:minbif /var/lib/minbif
 
-   dodoc ChangeLog README
doman man/minbif.8
 
if use xinetd; then



[gentoo-commits] repo/gentoo:master commit in: net-im/minbif/

2018-06-30 Thread Andreas Sturmlechner
commit: 6a044597ae6647628b2dfce8c738a8a3d0421b6a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 22:30:17 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  1 00:03:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a044597

net-im/minbif: EAPI-6 bump

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 net-im/minbif/minbif-1.0.5-r2.ebuild | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/net-im/minbif/minbif-1.0.5-r2.ebuild 
b/net-im/minbif/minbif-1.0.5-r2.ebuild
index 1d5e71be66a..d825bc40ed2 100644
--- a/net-im/minbif/minbif-1.0.5-r2.ebuild
+++ b/net-im/minbif/minbif-1.0.5-r2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit cmake-utils eutils user
+EAPI=6
+
+inherit cmake-utils user
 
 DESCRIPTION="an IRC gateway to IM networks"
 HOMEPAGE="https://symlink.me/projects/minbif/wiki/";
@@ -57,10 +58,10 @@ src_configure() {
local mycmakeargs=(
-DCONF_PREFIX="${EPREFIX}"/etc/minbif
-DENABLE_VIDEO=OFF
-   $(cmake-utils_use_enable libcaca CACA)
-   $(cmake-utils_use_enable imlib IMLIB)
-   $(cmake-utils_use_enable pam PAM)
-   $(cmake-utils_use_enable gnutls TLS)
+   -DENABLE_TLS=$(usex gnutls)
+   -DENABLE_IMLIB=$(usex imlib)
+   -DENABLE_CACA=$(usex libcaca)
+   -DENABLE_PAM=$(usex pam)
)
 
cmake-utils_src_configure



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

2018-06-30 Thread Andreas Sturmlechner
commit: d43fb8547092b8eccc9bff3dc808a94ec8d4b38e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 22:23:08 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  1 00:03:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43fb854

media-gfx/openmesh: 7.1 version bump

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-gfx/openmesh/Manifest|  1 +
 media-gfx/openmesh/openmesh-7.1.ebuild | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/media-gfx/openmesh/Manifest b/media-gfx/openmesh/Manifest
index cd07906d10c..a3be678b328 100644
--- a/media-gfx/openmesh/Manifest
+++ b/media-gfx/openmesh/Manifest
@@ -1 +1,2 @@
 DIST OpenMesh-4.1.tar.bz2 24728164 BLAKE2B 
6be9876fccc8dbf53b6dddbaac09a3f241b2cffbcd98473f0f7caca23b634bdb0a0a8af808a178531c61e5d533597a4fd467b8b2928d9947a7f126990a4ee42a
 SHA512 
064a4d5cb467589869baf4a302e6c620bd84de874b24019252b97ef863b59e83f2fe23ea45e4a5162a7765847da19f75f563f084cf2b3ae77c7e704b4c859b71
+DIST OpenMesh-7.1.tar.bz2 22855582 BLAKE2B 
778b3a40c2e476cdb2f50b5b4a90f8b6ae7852f166087426ff1db25c829cb4172cd7ed14db1a9f7b4447e7ebeb0d6116647d929b7dab43d565192a8ac48e
 SHA512 
bca0f937e08fe512efb436f5b96b83a1ff7945640e18fb1bb083956f04609560e29b1c1f7e058840791df77df6859fdd20ff6f49d80b908e8c1c5542b8615e6d

diff --git a/media-gfx/openmesh/openmesh-7.1.ebuild 
b/media-gfx/openmesh/openmesh-7.1.ebuild
new file mode 100644
index 000..9cc6fc78dcc
--- /dev/null
+++ b/media-gfx/openmesh/openmesh-7.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+MY_PN="OpenMesh"
+MY_PV="${PV/_rc/-RC}"
+S="${WORKDIR}/${MY_PN}-${MY_PV}"
+
+DESCRIPTION="A generic data structure to represent and manipulate polygonal 
meshes"
+HOMEPAGE="https://www.openmesh.org/";
+SRC_URI="https://openmesh.org/media/Releases/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2";
+
+LICENSE="BSD"
+SLOT="4"
+KEYWORDS="~amd64 ~ia64 ~x86"
+IUSE="qt5 static-libs test"
+
+RDEPEND="
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5
+   dev-qt/qtwidgets:5
+   media-libs/freeglut
+   )
+"
+DEPEND="${RDEPEND}
+   test? ( dev-cpp/gtest )
+"
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   # Fix libdir and remove rpath.
+   sed -i \
+   -e "s|\(set (ACG_PROJECT_LIBDIR \"\).*|\1$(get_libdir)/\")|" \
+   -e "s|\(BUILD_WITH_INSTALL_RPATH \)1|\1 0|" \
+   -e "s|\(SKIP_BUILD_RPATH\) 0|\1 1|" \
+   -e '/^ *INSTALL_RPATH/d' \
+   cmake/ACGCommon.cmake || die
+
+   if ! use static-libs; then
+   sed -i "s|\(SHARED\)ANDSTATIC|\1|" \
+   src/${MY_PN}/{Core,Tools}/CMakeLists.txt || die
+   sed -i '/OpenMeshCoreStatic/d' \
+   src/${MY_PN}/Tools/CMakeLists.txt || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_APPS=$(usex qt5)
+   -DOPENMESH_BUILD_UNIT_TESTS=$(usex test)
+   )
+
+   cmake-utils_src_configure
+}
+
+src_test() {
+   cd "${BUILD_DIR}" || die
+   LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${BUILD_DIR}/Build/$(get_libdir) 
ctest --verbose
+}



[gentoo-commits] repo/gentoo:master commit in: games-strategy/s25rttr/files/, games-strategy/s25rttr/

2018-06-30 Thread Andreas Sturmlechner
commit: e0078976f674e5584e44b6a470191a048f1c59d6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 23:11:32 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  1 00:03:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0078976

games-strategy/s25rttr: EAPI-6 bump

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../s25rttr/files/s25rttr-0.8.1-cmake.patch| 24 +++---
 .../s25rttr/files/s25rttr-0.8.1-format.patch   |  4 ++--
 .../files/s25rttr-0.8.1-soundconverter.patch   |  4 ++--
 games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild | 17 ---
 4 files changed, 24 insertions(+), 25 deletions(-)

diff --git a/games-strategy/s25rttr/files/s25rttr-0.8.1-cmake.patch 
b/games-strategy/s25rttr/files/s25rttr-0.8.1-cmake.patch
index d8cdfedbb9a..14f2edb52df 100644
--- a/games-strategy/s25rttr/files/s25rttr-0.8.1-cmake.patch
+++ b/games-strategy/s25rttr/files/s25rttr-0.8.1-cmake.patch
@@ -4,8 +4,8 @@ Date: Fri Oct  5 13:33:05 UTC 2012
 make build system gentoo-compatible
 provide options for SDL and GLFW video drivers
 
 CMakeLists.txt
-+++ CMakeLists.txt
+--- a/CMakeLists.txt
 b/CMakeLists.txt
 @@ -19,12 +19,19 @@
  
  

@@ -83,8 +83,8 @@ provide options for SDL and GLFW video drivers
  INSTALL(CODE "INCLUDE(src/cmake_install.cmake)")
  
  # and then dont let him install anything
 driver/video/CMakeLists.txt
-+++ driver/video/CMakeLists.txt
+--- a/driver/video/CMakeLists.txt
 b/driver/video/CMakeLists.txt
 @@ -3,7 +3,11 @@
  
#
  
@@ -99,8 +99,8 @@ provide options for SDL and GLFW video drivers
 +ENDIF(BUILD_SDL_DRIVER)
  
  
#
 driver/video/SDL/src/CMakeLists.txt
-+++ driver/video/SDL/src/CMakeLists.txt
+--- a/driver/video/SDL/src/CMakeLists.txt
 b/driver/video/SDL/src/CMakeLists.txt
 @@ -30,9 +30,9 @@
ADD_CUSTOM_COMMAND(TARGET videoSDL POST_BUILD COMMAND ln -fvs 
SDL/src/${SL_PREFIX}videoSDL${CMAKE_SHARED_LIBRARY_SUFFIX} 
../../videoSDL${CMAKE_SHARED_LIBRARY_SUFFIX})

@@ -114,8 +114,8 @@ provide options for SDL and GLFW video drivers
)
  ELSE (SDL_FOUND)
MESSAGE(WARNING ": SDL library not found: Not building SDL videodriver")
 driver/video/GLFW/src/CMakeLists.txt
-+++ driver/video/GLFW/src/CMakeLists.txt
+--- a/driver/video/GLFW/src/CMakeLists.txt
 b/driver/video/GLFW/src/CMakeLists.txt
 @@ -2,7 +2,7 @@
  ### $Id$
  
#
@@ -133,8 +133,8 @@ provide options for SDL and GLFW video drivers
 +ENDIF ("${COMPILEFOR}" STREQUAL "linux" )
  
  
#
 driver/audio/SDL/src/CMakeLists.txt
-+++ driver/audio/SDL/src/CMakeLists.txt
+--- a/driver/audio/SDL/src/CMakeLists.txt
 b/driver/audio/SDL/src/CMakeLists.txt
 @@ -34,9 +34,9 @@
  ADD_CUSTOM_COMMAND(TARGET audioSDL POST_BUILD COMMAND ln -fvs 
SDL/src/${SL_PREFIX}audioSDL${CMAKE_SHARED_LIBRARY_SUFFIX} 
../../audioSDL${CMAKE_SHARED_LIBRARY_SUFFIX})
  
@@ -148,8 +148,8 @@ provide options for SDL and GLFW video drivers
  )
  ELSE (SDLMIXER_FOUND)
  MESSAGE(WARNING ": SDL_mixer library not found: Not building SDL 
audiodriver")
 build_paths.h.cmake
-+++ build_paths.h.cmake
+--- a/build_paths.h.cmake
 b/build_paths.h.cmake
 @@ -41,6 +41,7 @@
  
  //set game directory (normal $(datadir)/s25rttr/S2)

diff --git a/games-strategy/s25rttr/files/s25rttr-0.8.1-format.patch 
b/games-strategy/s25rttr/files/s25rttr-0.8.1-format.patch
index 588a755e829..3d50543b9c0 100644
--- a/games-strategy/s25rttr/files/s25rttr-0.8.1-format.patch
+++ b/games-strategy/s25rttr/files/s25rttr-0.8.1-format.patch
@@ -1,5 +1,5 @@
 src/dskGameInterface.cpp.old   2016-02-15 21:11:58.308899794 +0100
-+++ src/dskGameInterface.cpp   2016-02-15 21:12:24.564433584 +0100
+--- a/src/dskGameInterface.cpp.old 2016-02-15 21:11:58.308899794 +0100
 b/src/dskGameInterface.cpp 2016-02-15 21:12:24.564433584 +0100
 @@ -1349,7 +1349,7 @@
snprintf(text, sizeof(text), _("Team victory! '%s' and 
'%s' and '%s' and '%s' are the winners!"), 
GameClient::inst().GetPlayer(winners[0])->name.c_str(),GameClient::inst().GetPlayer(winners[1])->name.c_str(),GameClient::inst().GetPlayer(winners[2])->name.c_str(),GameClient::inst().GetPlayer(winners[3])->name.c_str());
break;

diff --git a/games-strategy/s25rttr/files/s25rttr-0.8.1-soundconverter.patch 
b/games-strategy/s25rttr/files/s25rttr-0.8.1-soundconverter.patch
index 493d7cb404b..1cc7686b850 100644
--- a/games-strategy/s25rttr/files/s25rttr-0.8.1-soundconverter.patch
+++ b/games-strategy/s25rttr/files/s25rttr-0.

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

2018-06-30 Thread Andreas Sturmlechner
commit: b3e0e67b7c928ca6cb563b69b2d062ad360af3b8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 21:48:55 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  1 00:03:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e0e67b

dev-db/soci: Add USE static-libs,test

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-db/soci/soci-3.2.3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-db/soci/soci-3.2.3.ebuild b/dev-db/soci/soci-3.2.3.ebuild
index ba430f65be3..1a2e67b81c1 100644
--- a/dev-db/soci/soci-3.2.3.ebuild
+++ b/dev-db/soci/soci-3.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
 LICENSE="Boost-1.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="boost doc +empty firebird mysql odbc oracle postgres sqlite"
+IUSE="boost doc +empty firebird mysql odbc oracle postgres sqlite static-libs 
test"
 
 DEPEND="
boost? ( dev-libs/boost )
@@ -35,6 +35,8 @@ src_configure() {
-DWITH_ORACLE=$(usex oracle)
-DWITH_POSTGRESQL=$(usex postgres)
-DWITH_SQLITE3=$(usex sqlite)
+   -DSOCI_STATIC=$(usex static-libs)
+   -DSOCI_TESTS=$(usex test)
-DWITH_DB2=OFF
)
#use MYCMAKEARGS if you want enable IBM DB2 support



[gentoo-commits] repo/gentoo:master commit in: media-gfx/librecad/, media-gfx/librecad/files/

2018-06-30 Thread Andreas Sturmlechner
commit: 6c6192cedb2b10882654040e34fb7e7fca82b8c9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 23:37:29 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  1 00:03:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6192ce

media-gfx/librecad: Fix build with Qt5, EAPI-6 bump

Thanks-to: Fabio Rossi  inwind.it>
Closes: https://bugs.gentoo.org/659466
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-gfx/librecad/Manifest|  1 +
 .../librecad/files/librecad-2.1.3-qt-5.11.patch| 40 ++
 ...brecad-.ebuild => librecad-2.1.3-r4.ebuild} | 28 +++
 media-gfx/librecad/librecad-.ebuild| 24 +
 4 files changed, 62 insertions(+), 31 deletions(-)

diff --git a/media-gfx/librecad/Manifest b/media-gfx/librecad/Manifest
index ea786b1cebf..af31055f733 100644
--- a/media-gfx/librecad/Manifest
+++ b/media-gfx/librecad/Manifest
@@ -1 +1,2 @@
+DIST librecad-2.1.3.tar.gz 22415288 BLAKE2B 
fb920113a7e4b2e9e7e3425f77364c36f6be676a3cd109798786b06d31698fd11437bc7f50cb843ca02d761730e83db7fde475d1bce6a65336a845b5b0114918
 SHA512 
246cffcc1ea3389997b4a738ab5e3d78e8c1096817ecb1ca28f38d601bc5d1a95f60798ac82308914a34da7b5dbc302b8363cf8b58a97221fdc8ee63010adc6c
 DIST librecad-2.1.3.zip 26086377 BLAKE2B 
7f137c1f6c80f10b803ffbe8a739c230664d81003e47dc0f7b82509fdf0534e5fe046cbc6efaa75149daeaf6f0fa217c1fd08e4de83c74361c99108b6b8fd53a
 SHA512 
9a41c17b512ccbc1a0ebb0e6da8e7297663490479f042fadaffda819e371afc7fa49b789449df9fd4e36a2e2b6f95b9b5be19df47cf3c4252111db2a7ed7f009

diff --git a/media-gfx/librecad/files/librecad-2.1.3-qt-5.11.patch 
b/media-gfx/librecad/files/librecad-2.1.3-qt-5.11.patch
new file mode 100644
index 000..0c61a66d8a1
--- /dev/null
+++ b/media-gfx/librecad/files/librecad-2.1.3-qt-5.11.patch
@@ -0,0 +1,40 @@
+From 6c392e903e162b9283e88f53006e929663f2e883 Mon Sep 17 00:00:00 2001
+From: Jiri Slaby 
+Date: Mon, 11 Jun 2018 10:44:00 +0200
+Subject: [PATCH] fix build with Qt 5.11
+
+The new Qt removed some implicit inclusions of headers. To avoid build
+errors, add explicit includes of those we use in the sources.
+
+Signed-off-by: Jiri Slaby 
+---
+ librecad/src/ui/forms/qg_commandwidget.cpp | 1 +
+ librecad/src/ui/generic/colorwizard.cpp| 1 +
+ librecad/src/ui/generic/widgetcreator.cpp  | 2 ++
+ 3 files changed, 4 insertions(+)
+
+diff --git a/librecad/src/ui/forms/qg_commandwidget.cpp 
b/librecad/src/ui/forms/qg_commandwidget.cpp
+index 835e47d67..2c878e833 100644
+--- a/librecad/src/ui/forms/qg_commandwidget.cpp
 b/librecad/src/ui/forms/qg_commandwidget.cpp
+@@ -27,6 +27,7 @@
+ **
+ **/
+ #include "qg_commandwidget.h"
++#include 
+ #include 
+ #include 
+
+diff --git a/librecad/src/ui/generic/widgetcreator.cpp 
b/librecad/src/ui/generic/widgetcreator.cpp
+index 7c35144ff..d51190842 100644
+--- a/librecad/src/ui/generic/widgetcreator.cpp
 b/librecad/src/ui/generic/widgetcreator.cpp
+@@ -27,6 +27,8 @@
+ #include "widgetcreator.h"
+ #include "ui_widgetcreator.h"
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #include 

diff --git a/media-gfx/librecad/librecad-.ebuild 
b/media-gfx/librecad/librecad-2.1.3-r4.ebuild
similarity index 67%
copy from media-gfx/librecad/librecad-.ebuild
copy to media-gfx/librecad/librecad-2.1.3-r4.ebuild
index 2ab7e7f06f7..f7542aac6ff 100644
--- a/media-gfx/librecad/librecad-.ebuild
+++ b/media-gfx/librecad/librecad-2.1.3-r4.ebuild
@@ -1,40 +1,38 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit eutils git-r3 qmake-utils
+inherit desktop qmake-utils
 
 DESCRIPTION="Generic 2D CAD program"
 HOMEPAGE="https://www.librecad.org/";
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/LibreCAD/LibreCAD.git";
+SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
 IUSE="3d debug doc tools"
 
-DEPEND="
+RDEPEND="
dev-cpp/muParser
dev-libs/boost:=
dev-qt/qtcore:5
dev-qt/qtgui:5
-   dev-qt/qthelp:5
dev-qt/qtprintsupport:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
media-libs/freetype:2"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+   dev-qt/qthelp:5
+   dev-qt/qtxml:5
+"
 
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/librecad-${PV}"
+S="${WORKDIR}/LibreCAD-${PV}"
 
-src_prepare() {
-   # currently RS_VECTOR3D causes an internal compiler error on GCC-4.8
-   use 3d || sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro || die
-}
+PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
 
 src_configure() {
eqmake5 -r
@@ -43,8 +41,6 @@ src_configure() {
 src_install() {
dobin unix/librecad
use tools && dobin unix/ttf2lff
-  

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

2018-06-30 Thread Andreas Sturmlechner
commit: c3c966fc1c2175b8a6cddce6a7ecabad340e0a9c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 23:40:07 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  1 00:03:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c966fc

media-gfx/librecad: Drop 2.1.3-r3

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-gfx/librecad/librecad-2.1.3-r3.ebuild | 56 -
 1 file changed, 56 deletions(-)

diff --git a/media-gfx/librecad/librecad-2.1.3-r3.ebuild 
b/media-gfx/librecad/librecad-2.1.3-r3.ebuild
deleted file mode 100644
index 52d397d7a4b..000
--- a/media-gfx/librecad/librecad-2.1.3-r3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils qmake-utils
-
-DESCRIPTION="Generic 2D CAD program"
-HOMEPAGE="https://www.librecad.org/";
-SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.zip -> ${P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="3d debug doc tools"
-
-DEPEND="
-   dev-cpp/muParser
-   dev-libs/boost:=
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qthelp:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   media-libs/freetype:2"
-
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/LibreCAD-${PV}"
-
-src_prepare() {
-#  epatch "${FILESDIR}/iota-fix-2.1.1.patch"
-
-   # currently RS_VECTOR3D causes an internal compiler error on GCC-4.8
-   if ! use 3d; then
-   sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro || die
-   fi
-}
-
-src_configure() {
-   eqmake5 -r
-}
-
-src_install() {
-   dobin unix/librecad
-   use tools && dobin unix/ttf2lff
-   insinto /usr/share/${PN}
-   doins -r unix/resources/*
-   use doc && docinto html && dodoc -r librecad/support/doc/*
-   insinto /usr/share/appdata
-   doins unix/appdata/librecad.appdata.xml
-   doicon librecad/res/main/${PN}.png
-   make_desktop_entry ${PN} LibreCAD ${PN} Graphics
-}



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

2018-06-30 Thread Andreas Sturmlechner
commit: 0a8fcc1500ebb674f3f6eca10b60f75c5567966f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 22:03:55 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  1 00:03:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8fcc15

media-gfx/openmesh: src_configure cleanup

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-gfx/openmesh/openmesh-4.1.ebuild | 18 +++---
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/media-gfx/openmesh/openmesh-4.1.ebuild 
b/media-gfx/openmesh/openmesh-4.1.ebuild
index 22fbdb4d292..33cb49ca2bb 100644
--- a/media-gfx/openmesh/openmesh-4.1.ebuild
+++ b/media-gfx/openmesh/openmesh-4.1.ebuild
@@ -44,17 +44,13 @@ src_prepare() {
 }
 
 src_configure() {
-   mycmakeargs=""
-
-   mycmakeargs="${mycmakeargs} -DOPENMESH_BUILD_UNIT_TESTS=TRUE"
-
-   # Disable python bindings until someone wants them.
-   mycmakeargs="${mycmakeargs} -DOPENMESH_BUILD_PYTHON_BINDINGS=FALSE"
-   mycmakeargs="${mycmakeargs} -DOPENMESH_BUILD_PYTHON_UNIT_TESTS=FALSE"
-
-   if ! use qt5; then
-   mycmakeargs="${mycmakeargs} -DBUILD_APPS=OFF"
-   fi
+   local mycmakeargs=(
+   -DOPENMESH_BUILD_UNIT_TESTS=TRUE
+   # Disable python bindings until someone wants them.
+   -DOPENMESH_BUILD_PYTHON_BINDINGS=FALSE
+   -DOPENMESH_BUILD_PYTHON_UNIT_TESTS=FALSE
+   -DBUILD_APPS=$(usex qt5)
+   )
 
cmake-utils_src_configure
 }



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

2018-06-30 Thread Andreas Sturmlechner
commit: bd35e01fc6da1bf8d32e164562a705f2f51e8940
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 21:31:15 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  1 00:03:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd35e01f

dev-db/soci: Drop old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-db/soci/Manifest  |  1 -
 dev-db/soci/soci-3.2.2.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/dev-db/soci/Manifest b/dev-db/soci/Manifest
index 19e0887..1f4e653a34d 100644
--- a/dev-db/soci/Manifest
+++ b/dev-db/soci/Manifest
@@ -1,2 +1 @@
-DIST soci-3.2.2.zip 518502 BLAKE2B 
0e043c1390249e43a66d3c858178b3cfd70a5a53748f52bc3fc0688daf2b3e38a3bf682dbd48a7e40ef8c194d783169f5966f0f60166f858d21609da3fc1b234
 SHA512 
36fa977e8827ec546ec85be45d78bb21b2700ee7838d144e6f6ac91cc70242cbe8ce968092146e2b29d52fe1022b9287cff7465c156a49c0ffb1dde6d89964ab
 DIST soci-3.2.3.zip 508929 BLAKE2B 
e1a83172391508506744b18ac0b18d69bec34bfbd31d9156b2cb786cdb7cdd8a99ace21d1286a2c4432ba18e18dedc4f390075a25a30fa2e45f36d802661ddb2
 SHA512 
dd9b7eaf535502e3230eada4d4d019963d2c9cf59b69fff5d466b4fc00976fa08f7b0199a0e4564a0395d0d30095b97aa1d613dfbaa329feb077ece3b0efacdf

diff --git a/dev-db/soci/soci-3.2.2.ebuild b/dev-db/soci/soci-3.2.2.ebuild
deleted file mode 100644
index 390012ef0f7..000
--- a/dev-db/soci/soci-3.2.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Makes the illusion of embedding SQL queries in the regular C++ 
code"
-HOMEPAGE="http://soci.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-LICENSE="Boost-1.0"
-SLOT="0"
-IUSE="boost doc +empty firebird mysql odbc oracle postgres sqlite"
-
-DEPEND="boost? ( dev-libs/boost )
-   firebird? ( dev-db/firebird )
-   mysql? ( virtual/mysql )
-   odbc? ( dev-db/unixODBC )
-   oracle? ( dev-db/oracle-instantclient-basic )
-   postgres? ( dev-db/postgresql:= )
-   sqlite? ( dev-db/sqlite:3 )
-"
-RDEPEND=${DEPEND}
-
-src_configure() {
-   local mycmakeargs="$(cmake-utils_use_with boost )
-   $(cmake-utils_use empty SOCI_EMPTY)
-   $(cmake-utils_use_with firebird FIREBIRD)
-   $(cmake-utils_use_with mysql MYSQL)
-   $(cmake-utils_use_with odbc ODBC)
-   $(cmake-utils_use_with oracle ORACLE)
-   $(cmake-utils_use_with postgres POSTGRESQL)
-   $(cmake-utils_use_with sqlite SQLITE3)
-   -DWITH_DB2=OFF" #use MYCMAKEARGS if you want enable IBM DB2 
support
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   dodoc AUTHORS CHANGES
-   if use doc; then
-   dohtml -r doc/*
-   fi
-}



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

2018-06-30 Thread Andreas Sturmlechner
commit: 7246c31cc4367f4c15399c5f4329cddf7356023a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 22:14:36 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  1 00:03:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7246c31c

media-gfx/openmesh: Fix DEPENDs

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../openmesh/{openmesh-4.1.ebuild => openmesh-4.1-r1.ebuild} | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/media-gfx/openmesh/openmesh-4.1.ebuild 
b/media-gfx/openmesh/openmesh-4.1-r1.ebuild
similarity index 92%
rename from media-gfx/openmesh/openmesh-4.1.ebuild
rename to media-gfx/openmesh/openmesh-4.1-r1.ebuild
index bea079ae6a4..b72c8c6a8d1 100644
--- a/media-gfx/openmesh/openmesh-4.1.ebuild
+++ b/media-gfx/openmesh/openmesh-4.1-r1.ebuild
@@ -19,11 +19,17 @@ KEYWORDS="~amd64 ~ia64 ~x86"
 IUSE="qt5 static-libs test"
 
 RDEPEND="
-   qt5? ( dev-qt/qtgui:5
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
dev-qt/qtopengl:5
-   media-libs/freeglut )"
+   dev-qt/qtwidgets:5
+   media-libs/freeglut
+   )
+"
 DEPEND="${RDEPEND}
-   test? ( dev-cpp/gtest )"
+   test? ( dev-cpp/gtest )
+"
 
 DOCS=( LICENSE/{LICENSE,README.txt} README CHANGELOG )
 



[gentoo-commits] repo/gentoo:master commit in: games-strategy/freesynd/

2018-06-30 Thread Andreas Sturmlechner
commit: 4eba80f4806fe2f0ab57029f98262d7c33963789
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 22:52:54 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  1 00:03:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eba80f4

games-strategy/freesynd: EAPI-6 bump

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 games-strategy/freesynd/freesynd-0.7.1-r1.ebuild | 22 ++
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/games-strategy/freesynd/freesynd-0.7.1-r1.ebuild 
b/games-strategy/freesynd/freesynd-0.7.1-r1.ebuild
index c787783deb4..08cdeb54329 100644
--- a/games-strategy/freesynd/freesynd-0.7.1-r1.ebuild
+++ b/games-strategy/freesynd/freesynd-0.7.1-r1.ebuild
@@ -1,10 +1,12 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils cmake-utils gnome2-utils readme.gentoo-r1
+EAPI=6
 
-DESCRIPTION="A portable reimplementation of engine for the classic Bullfrog 
game, Syndicate"
+CMAKE_IN_SOURCE_BUILD=1
+inherit cmake-utils desktop gnome2-utils readme.gentoo-r1
+
+DESCRIPTION="Portable reimplementation of engine for the classic Bullfrog 
game, Syndicate"
 HOMEPAGE="http://freesynd.sourceforge.net/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
@@ -23,9 +25,9 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
-PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
+DOCS=( NEWS README INSTALL AUTHORS )
 
-CMAKE_IN_SOURCE_BUILD=1
+PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
 
 DOC_CONTENTS="
You have to set \"data_dir = /my/path/to/synd-data\"
@@ -42,8 +44,8 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_with debug DEBUG)
-   $(cmake-utils_use_build devtools DEV_TOOLS)
+   -DWITH_DEBUG=$(usex debug)
+   -DBUILD_DEV_TOOLS=$(usex devtools)
)
 
cmake-utils_src_configure
@@ -56,14 +58,10 @@ src_install() {
doins -r data
newicon -s 128 icon/sword.png ${PN}.png
make_desktop_entry ${PN}
-   dodoc NEWS README INSTALL AUTHORS
+   einstalldocs
readme.gentoo_create_doc
 }
 
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
 pkg_postinst() {
gnome2_icon_cache_update
if use debug ; then



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

2018-06-30 Thread Andreas Sturmlechner
commit: 64537af696874d1687216688c7cc11a2b0514335
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 21:49:33 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  1 00:03:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64537af6

dev-db/soci: Fix DEPENDs

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-db/soci/soci-3.2.3.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-db/soci/soci-3.2.3.ebuild b/dev-db/soci/soci-3.2.3.ebuild
index 1a2e67b81c1..f31882f3e18 100644
--- a/dev-db/soci/soci-3.2.3.ebuild
+++ b/dev-db/soci/soci-3.2.3.ebuild
@@ -14,8 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="boost doc +empty firebird mysql odbc oracle postgres sqlite static-libs 
test"
 
-DEPEND="
-   boost? ( dev-libs/boost )
+RDEPEND="
firebird? ( dev-db/firebird )
mysql? ( virtual/mysql )
odbc? ( dev-db/unixODBC )
@@ -23,7 +22,9 @@ DEPEND="
postgres? ( dev-db/postgresql:= )
sqlite? ( dev-db/sqlite:3 )
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+   boost? ( dev-libs/boost )
+"
 
 src_configure() {
local mycmakeargs=(



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

2018-06-30 Thread Andreas Sturmlechner
commit: 8964f5a3b1b70c9dcb403c5296fd63a2c04f315a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 21:30:46 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  1 00:03:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8964f5a3

dev-db/soci: EAPI-6 bump

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-db/soci/soci-3.2.3.ebuild | 39 ---
 1 file changed, 20 insertions(+), 19 deletions(-)

diff --git a/dev-db/soci/soci-3.2.3.ebuild b/dev-db/soci/soci-3.2.3.ebuild
index 390012ef0f7..ba430f65be3 100644
--- a/dev-db/soci/soci-3.2.3.ebuild
+++ b/dev-db/soci/soci-3.2.3.ebuild
@@ -1,20 +1,21 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit cmake-utils
 
-KEYWORDS="~amd64 ~x86"
-
 DESCRIPTION="Makes the illusion of embedding SQL queries in the regular C++ 
code"
 HOMEPAGE="http://soci.sourceforge.net/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
+
 LICENSE="Boost-1.0"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE="boost doc +empty firebird mysql odbc oracle postgres sqlite"
 
-DEPEND="boost? ( dev-libs/boost )
+DEPEND="
+   boost? ( dev-libs/boost )
firebird? ( dev-db/firebird )
mysql? ( virtual/mysql )
odbc? ( dev-db/unixODBC )
@@ -22,25 +23,25 @@ DEPEND="boost? ( dev-libs/boost )
postgres? ( dev-db/postgresql:= )
sqlite? ( dev-db/sqlite:3 )
 "
-RDEPEND=${DEPEND}
+RDEPEND="${DEPEND}"
 
 src_configure() {
-   local mycmakeargs="$(cmake-utils_use_with boost )
-   $(cmake-utils_use empty SOCI_EMPTY)
-   $(cmake-utils_use_with firebird FIREBIRD)
-   $(cmake-utils_use_with mysql MYSQL)
-   $(cmake-utils_use_with odbc ODBC)
-   $(cmake-utils_use_with oracle ORACLE)
-   $(cmake-utils_use_with postgres POSTGRESQL)
-   $(cmake-utils_use_with sqlite SQLITE3)
-   -DWITH_DB2=OFF" #use MYCMAKEARGS if you want enable IBM DB2 
support
+   local mycmakeargs=(
+   -DWITH_BOOST=$(usex boost)
+   -DSOCI_EMPTY=$(usex empty)
+   -DWITH_FIREBIRD=$(usex firebird)
+   -DWITH_MYSQL=$(usex mysql)
+   -DWITH_ODBC=$(usex odbc)
+   -DWITH_ORACLE=$(usex oracle)
+   -DWITH_POSTGRESQL=$(usex postgres)
+   -DWITH_SQLITE3=$(usex sqlite)
+   -DWITH_DB2=OFF
+   )
+   #use MYCMAKEARGS if you want enable IBM DB2 support
cmake-utils_src_configure
 }
 
 src_install() {
+   use doc && local HTML_DOCS=( doc/. )
cmake-utils_src_install
-   dodoc AUTHORS CHANGES
-   if use doc; then
-   dohtml -r doc/*
-   fi
 }



[gentoo-commits] repo/gentoo:master commit in: net-im/minbif/

2018-06-30 Thread Andreas Sturmlechner
commit: ef1930a0e540edd52df31ce69b1da0aefbff9db4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 22:31:27 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  1 00:03:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1930a0

net-im/minbif: Sort DEPENDs, one line per dep

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 net-im/minbif/minbif-1.0.5-r2.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/net-im/minbif/minbif-1.0.5-r2.ebuild 
b/net-im/minbif/minbif-1.0.5-r2.ebuild
index d825bc40ed2..c1c9951ba57 100644
--- a/net-im/minbif/minbif-1.0.5-r2.ebuild
+++ b/net-im/minbif/minbif-1.0.5-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit cmake-utils user
 
-DESCRIPTION="an IRC gateway to IM networks"
+DESCRIPTION="IRC gateway to IM networks"
 HOMEPAGE="https://symlink.me/projects/minbif/wiki/";
 SRC_URI="https://symlink.me/attachments/download/148/${P}.tar.gz";
 
@@ -19,10 +19,13 @@ REQUIRED_USE="
 
 DEPEND="
>=net-im/pidgin-2.6
-   libcaca? ( media-libs/libcaca media-libs/imlib2 )
+   gnutls? ( net-libs/gnutls )
imlib? ( media-libs/imlib2 )
+   libcaca? (
+   media-libs/imlib2
+   media-libs/libcaca
+   )
pam? ( sys-libs/pam )
-   gnutls? ( net-libs/gnutls )
 "
 RDEPEND="${DEPEND}
virtual/logger



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

2018-06-30 Thread Andreas Sturmlechner
commit: 04ddbd05f3f89fde01e38fcd64993b42cd45e64d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 22:07:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  1 00:03:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ddbd05

media-gfx/openmesh: EAPI-6 bump

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-gfx/openmesh/openmesh-4.1.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/media-gfx/openmesh/openmesh-4.1.ebuild 
b/media-gfx/openmesh/openmesh-4.1.ebuild
index 33cb49ca2bb..bea079ae6a4 100644
--- a/media-gfx/openmesh/openmesh-4.1.ebuild
+++ b/media-gfx/openmesh/openmesh-4.1.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-inherit eutils cmake-utils
+EAPI=6
+
+inherit cmake-utils
 
 MY_PN="OpenMesh"
 MY_PV="${PV/_rc/-RC}"
@@ -24,6 +25,8 @@ RDEPEND="
 DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )"
 
+DOCS=( LICENSE/{LICENSE,README.txt} README CHANGELOG )
+
 src_prepare() {
cmake-utils_src_prepare
 
@@ -55,11 +58,6 @@ src_configure() {
cmake-utils_src_configure
 }
 
-src_install() {
-   cmake-utils_src_install
-   dodoc LICENSE/* README CHANGELOG
-}
-
 src_test() {
cd "${BUILD_DIR}" || die
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${BUILD_DIR}/Build/$(get_libdir) 
ctest --verbose



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

2018-06-30 Thread Andreas Sturmlechner
commit: 12407882e14a5c2b8d7eef72cf4e1edbba8ca8ec
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 22:01:52 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  1 00:03:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12407882

media-gfx/openmesh: Use https

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-gfx/openmesh/openmesh-4.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/openmesh/openmesh-4.1.ebuild 
b/media-gfx/openmesh/openmesh-4.1.ebuild
index 212d2d93cb7..22fbdb4d292 100644
--- a/media-gfx/openmesh/openmesh-4.1.ebuild
+++ b/media-gfx/openmesh/openmesh-4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -9,8 +9,8 @@ MY_PV="${PV/_rc/-RC}"
 S="${WORKDIR}/${MY_PN}-${MY_PV}"
 
 DESCRIPTION="A generic data structure to represent and manipulate polygonal 
meshes"
-HOMEPAGE="http://www.openmesh.org/";
-SRC_URI="http://openmesh.org/media/Releases/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2";
+HOMEPAGE="https://www.openmesh.org/";
+SRC_URI="https://openmesh.org/media/Releases/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="4"



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

2018-06-30 Thread Louis Sautier
commit: 3844e6ab3fb0fa94e99ffd71fc27679c070be134
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Jun 30 23:51:34 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Jun 30 23:53:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3844e6ab

dev-python/rst-linker: require jaraco-packaging for docs

Closes: https://bugs.gentoo.org/658580
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/rst-linker/rst-linker-1.10.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/rst-linker/rst-linker-1.10.ebuild 
b/dev-python/rst-linker/rst-linker-1.10.ebuild
index b84ffd335f5..b7092a31a41 100644
--- a/dev-python/rst-linker/rst-linker-1.10.ebuild
+++ b/dev-python/rst-linker/rst-linker-1.10.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1
 
@@ -24,7 +24,10 @@ RDEPEND="
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   doc? (
+   >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
test? (
${RDEPEND}
dev-python/path-py[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/

2018-06-30 Thread David Seifert
commit: c5dce5dfd8a30345d22beb36749d5f31c6c81f4b
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jun 30 23:27:17 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jun 30 23:27:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5dce5df

gnome-extra/gnome-calculator: Subslot op for dev-libs/mpfr & dev-libs/mpc

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 gnome-extra/gnome-calculator/gnome-calculator-3.24.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.24.0.ebuild 
b/gnome-extra/gnome-calculator/gnome-calculator-3.24.0.ebuild
index 9a438f523ab..bbbad3bed35 100644
--- a/gnome-extra/gnome-calculator/gnome-calculator-3.24.0.ebuild
+++ b/gnome-extra/gnome-calculator/gnome-calculator-3.24.0.ebuild
@@ -15,8 +15,8 @@ KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-li
 COMMON_DEPEND="
>=dev-libs/glib-2.40:2
dev-libs/libxml2:2
-   dev-libs/mpfr:0
-   dev-libs/mpc
+   dev-libs/mpfr:0=
+   dev-libs/mpc:=
>=net-libs/libsoup-2.42:2.4
>=x11-libs/gtk+-3.19.3:3
>=x11-libs/gtksourceview-3.15.1:3.0



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

2018-06-30 Thread Matthias Maier
commit: 58ef09168a64aba4ea6871e5885556e866f9e767
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jun 30 22:36:45 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jun 30 22:55:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ef0916

dev-lang/julia: relax version constraint

Closes: https://bugs.gentoo.org/650940
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-lang/julia/julia-0.6.2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-lang/julia/julia-0.6.2.ebuild 
b/dev-lang/julia/julia-0.6.2.ebuild
index d1600435e50..ba2c87ba0b5 100644
--- a/dev-lang/julia/julia-0.6.2.ebuild
+++ b/dev-lang/julia/julia-0.6.2.ebuild
@@ -41,7 +41,6 @@ RDEPEND+="
sci-libs/umfpack:0=
sci-mathematics/glpk:0=
>=sys-libs/libunwind-1.1:7=
-   !~sys-libs/libunwind-1.2.1
sys-libs/readline:0=
sys-libs/zlib:0=
>=virtual/blas-3.6



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/files/, sys-libs/libunwind/

2018-06-30 Thread Matthias Maier
commit: fe5905ab50c0c46bd8ebc6ec406a8195eab0dd71
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jun 30 22:34:58 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jun 30 22:55:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5905ab

sys-libs/libunwind: export correct version number

Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --force

 .../files/libunwind-1.2.1-fix_version_macros.patch  | 13 +
 .../{libunwind-1.2.1.ebuild => libunwind-1.2.1-r1.ebuild}   |  6 --
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libunwind/files/libunwind-1.2.1-fix_version_macros.patch 
b/sys-libs/libunwind/files/libunwind-1.2.1-fix_version_macros.patch
new file mode 100644
index 000..63202937084
--- /dev/null
+++ b/sys-libs/libunwind/files/libunwind-1.2.1-fix_version_macros.patch
@@ -0,0 +1,13 @@
+diff --git a/configure.ac b/configure.ac
+index a254bbe..fe0247b 100644
+--- a/configure.ac
 b/configure.ac
+@@ -1,6 +1,6 @@
+ define(pkg_major, 1)
+-define(pkg_minor, 2.1)
+-define(pkg_extra, )
++define(pkg_minor, 2)
++define(pkg_extra, 1)
+ define(pkg_maintainer, libunwind-de...@nongnu.org)
+ define(mkvers, $1.$2$3)
+ dnl Process this file with autoconf to produce a configure script.

diff --git a/sys-libs/libunwind/libunwind-1.2.1.ebuild 
b/sys-libs/libunwind/libunwind-1.2.1-r1.ebuild
similarity index 94%
rename from sys-libs/libunwind/libunwind-1.2.1.ebuild
rename to sys-libs/libunwind/libunwind-1.2.1-r1.ebuild
index b03e4212353..8bdde358d13 100644
--- a/sys-libs/libunwind/libunwind-1.2.1.ebuild
+++ b/sys-libs/libunwind/libunwind-1.2.1-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MY_PV=${PV/_/-}
 MY_P=${PN}-${MY_PV}
-inherit eutils libtool multilib-minimal
+inherit autotools eutils libtool multilib-minimal
 
 DESCRIPTION="Portable and efficient API to determine the call-chain of a 
program"
 HOMEPAGE="https://savannah.nongnu.org/projects/libunwind";
@@ -47,6 +47,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.2-ia64-undwarf.patch
"${FILESDIR}"/${PN}-1.2-ia64-ptrace-coredump.patch
"${FILESDIR}"/${PN}-1.2-ia64-missing.patch
+   "${FILESDIR}"/${PN}-1.2.1-fix_version_macros.patch
 )
 
 src_prepare() {
@@ -57,6 +58,7 @@ src_prepare() {
sed -i -e '/^SUBDIRS/s:tests::' Makefile.in || die
 
elibtoolize
+   eautoreconf
 }
 
 multilib_src_configure() {



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

2018-06-30 Thread David Seifert
commit: c79f2746fa7cfe21b465f69c60b3ef677a72f6ec
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jun 30 22:49:54 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jun 30 22:50:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79f2746

net-dns/avahi: [QA] Add subslot operator on sys-libs/gdbm

Closes: https://bugs.gentoo.org/652058
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 net-dns/avahi/avahi-0.6.32.ebuild | 2 +-
 net-dns/avahi/avahi-0.7-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/avahi/avahi-0.6.32.ebuild 
b/net-dns/avahi/avahi-0.6.32.ebuild
index 218142b2a49..a6428d5d20d 100644
--- a/net-dns/avahi/avahi-0.6.32.ebuild
+++ b/net-dns/avahi/avahi-0.6.32.ebuild
@@ -33,7 +33,7 @@ COMMON_DEPEND="
dev-libs/libdaemon
dev-libs/expat
dev-libs/glib:2[${MULTILIB_USEDEP}]
-   gdbm? ( sys-libs/gdbm[${MULTILIB_USEDEP}] )
+   gdbm? ( sys-libs/gdbm:=[${MULTILIB_USEDEP}] )
gtk? ( x11-libs/gtk+:2[${MULTILIB_USEDEP}] )
gtk3? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] )

diff --git a/net-dns/avahi/avahi-0.7-r1.ebuild 
b/net-dns/avahi/avahi-0.7-r1.ebuild
index c250ef8c56c..7f4a2d67022 100644
--- a/net-dns/avahi/avahi-0.7-r1.ebuild
+++ b/net-dns/avahi/avahi-0.7-r1.ebuild
@@ -32,7 +32,7 @@ COMMON_DEPEND="
dev-libs/libdaemon
dev-libs/expat
dev-libs/glib:2[${MULTILIB_USEDEP}]
-   gdbm? ( sys-libs/gdbm[${MULTILIB_USEDEP}] )
+   gdbm? ( sys-libs/gdbm:=[${MULTILIB_USEDEP}] )
qt5? ( dev-qt/qtcore:5 )
gtk? ( x11-libs/gtk+:2[${MULTILIB_USEDEP}] )
gtk3? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )



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

2018-06-30 Thread Mikle Kolyada
commit: a51ea112e7483ea42a845c718c28ddd421c78152
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 21:38:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 21:38:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51ea112

../s390/p.u.mask: mask more layman vcs alternatives

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

diff --git a/profiles/arch/s390/package.use.mask 
b/profiles/arch/s390/package.use.mask
index 257e6854bce..6e2409773e2 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -7,6 +7,10 @@ app-crypt/pinentry fltk
 dev-python/cssselect doc
 dev-vcs/subversion kwallet
 app-text/ghostscript-gpl cups
+# not really interested in supporting alternative
+# VCS for oberlays yet.
+app-portage/layman darcs mercurial
+
 
 # Michał Górny  (08 Aug 2017)
 # Required VIDEO_CARDS=i965/radeonsi, both masked in this profile.



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

2018-06-30 Thread Mikle Kolyada
commit: e3a613c5cf70b3c394cbf2569c4a189806ccb1f8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 21:24:19 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 21:24:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a613c5

net-libs/gnutls: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/net-libs/gnutls/gnutls-3.5.18.ebuild 
b/net-libs/gnutls/gnutls-3.5.18.ebuild
index 31f080d49bd..42dee9e2193 100644
--- a/net-libs/gnutls/gnutls-3.5.18.ebuild
+++ b/net-libs/gnutls/gnutls-3.5.18.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 
1-2)/${P}.tar.xz"
 
 LICENSE="GPL-3 LGPL-2.1"
 SLOT="0/30" # libgnutls.so number
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+cxx dane doc examples guile +idn nls openpgp +openssl pkcs11 seccomp 
sslv2 sslv3 static-libs test test-full +tls-heartbeat tools valgrind zlib"
 
 REQUIRED_USE="



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

2018-06-30 Thread Mikle Kolyada
commit: de2e013d40f73fe02139f73db3002ea4c401c7b2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 21:23:17 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 21:23:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2e013d

dev-perl/Tk: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-perl/Tk/Tk-804.33.0.ebuild b/dev-perl/Tk/Tk-804.33.0.ebuild
index 5f9bdd2c54f..86e213cd673 100644
--- a/dev-perl/Tk/Tk-804.33.0.ebuild
+++ b/dev-perl/Tk/Tk-804.33.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A Perl Module for Tk"
 
 LICENSE+=" tcltk BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="



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

2018-06-30 Thread Mikle Kolyada
commit: edd4bb53a6bcd6c884e7dddf3c971d2624f3f083
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 21:22:08 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 21:22:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd4bb53

app-text/rarian: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/rarian/rarian-0.8.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/rarian/rarian-0.8.1-r3.ebuild 
b/app-text/rarian/rarian-0.8.1-r3.ebuild
index 465366b7045..f620a54c202 100644
--- a/app-text/rarian/rarian-0.8.1-r3.ebuild
+++ b/app-text/rarian/rarian-0.8.1-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://${PN}.freedesktop.org/Releases/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



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

2018-06-30 Thread Mikle Kolyada
commit: d4f2815e8864843377be2a5ed83c179044b1624e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 21:16:27 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 21:16:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f2815e

app-text/texlive-core: s390 stable wrt bug #655052

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/texlive-core/texlive-core-2017-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/texlive-core/texlive-core-2017-r4.ebuild 
b/app-text/texlive-core/texlive-core-2017-r4.ebuild
index 870f6d46c44..91c57eca22d 100644
--- a/app-text/texlive-core/texlive-core-2017-r4.ebuild
+++ b/app-text/texlive-core/texlive-core-2017-r4.ebuild
@@ -76,7 +76,7 @@ for i in ${TL_CORE_EXTRA_SRC_MODULES}; do
 done
 SRC_URI="${SRC_URI} )"
 
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="cjk X doc source tk +luajittex xetex"
 
 TEXMF_PATH=/usr/share/texmf-dist



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

2018-06-30 Thread Mikle Kolyada
commit: 9ae26f4fb3076c58f660e48a0afc79978a63
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 21:12:46 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 21:14:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae26f4f

dev-util/dejagnu: s390 stable wrt bug #658894

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-util/dejagnu/dejagnu-1.6.ebuild 
b/dev-util/dejagnu/dejagnu-1.6.ebuild
index 0ee1fc96b49..331d31f60ae 100644
--- a/dev-util/dejagnu/dejagnu-1.6.ebuild
+++ b/dev-util/dejagnu/dejagnu-1.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 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 ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND="dev-lang/tcl



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

2018-06-30 Thread Sergei Trofimovich
commit: 7b92e0527a624311e6021af6845ab3dd9d1d883f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 30 21:11:00 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 30 21:12:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b92e052

dev-python/pyftpdlib: keyworded 1.5.4 for ppc64, bug #657104

Bug: https://bugs.gentoo.org/657104
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

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



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

2018-06-30 Thread Sergei Trofimovich
commit: e47576ebc6cd5c55dfcd5ebaf50b2defcc02e919
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 30 21:10:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 30 21:12:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47576eb

dev-python/pysendfile: keyworded 2.0.1 for ppc64, bug #657104

Bug: https://bugs.gentoo.org/657104
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

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



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

2018-06-30 Thread Mikle Kolyada
commit: 77bfe33503a606c8c730565be5541358291d49d1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 21:07:40 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 21:07:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77bfe335

dev-perl/PerlIO-utf8_strict: add ~s390 keyword wrt bug #603078

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.7.0.ebuild 
b/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.7.0.ebuild
index 9c22d6b25ba..09080a630f8 100644
--- a/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.7.0.ebuild
+++ b/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.7.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Fast and correct UTF-8 IO"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86"
 IUSE="test"
 # r: strict, warnings -> perl
 RDEPEND="



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

2018-06-30 Thread Mikle Kolyada
commit: a0d727d9357210dd15c6366608da13cc5938f297
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 21:08:15 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 21:08:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d727d9

dev-perl/File-Slurper: add ~s390 keyword wrt bug #603078

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild 
b/dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild
index e7df8203e0c..e9bbb40a886 100644
--- a/dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild
+++ b/dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A simple, sane and efficient module to slurp a file"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86"
 IUSE="test"
 
 RDEPEND="



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

2018-06-30 Thread Mikle Kolyada
commit: 63048baed0dc9cf3bc86e3bf761a3f8ea06b0bda
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 21:06:38 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 21:06:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63048bae

dev-perl/Test-Warnings: add ~s390 keyword wrt bug #603078

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild 
b/dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild
index 4174e737329..4678b339555 100644
--- a/dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild
+++ b/dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION='Test for warnings and the lack of them'
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test suggested"
 
 # Test::Builder -> perl-Test-Simple



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

2018-06-30 Thread Mikle Kolyada
commit: c7d7ac209b65eacb94a678668f9836a474daf9fb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 21:01:06 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 21:01:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d7ac20

app-admin/fam: s390 stable wrt bug #653820

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/fam/fam-2.7.0_p17_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/fam/fam-2.7.0_p17_p2.ebuild 
b/app-admin/fam/fam-2.7.0_p17_p2.ebuild
index 74f0316e542..fa3fcc17b17 100644
--- a/app-admin/fam/fam-2.7.0_p17_p2.ebuild
+++ b/app-admin/fam/fam-2.7.0_p17_p2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
 IUSE="static-libs"
 
 DEPEND="



[gentoo-commits] proj/kde:master commit in: media-video/plasma-mediacenter/

2018-06-30 Thread Andreas Sturmlechner
commit: 41c9221a879470f0df6faa974f9e2cb4ab9f143c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 20:14:35 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 30 20:59:10 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=41c9221a

media-video/plasma-mediacenter: Fix cmake warning

Closes: https://bugs.gentoo.org/659612
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-video/plasma-mediacenter/plasma-mediacenter-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-.ebuild 
b/media-video/plasma-mediacenter/plasma-mediacenter-.ebuild
index 9f567cc841..caf463972e 100644
--- a/media-video/plasma-mediacenter/plasma-mediacenter-.ebuild
+++ b/media-video/plasma-mediacenter/plasma-mediacenter-.ebuild
@@ -40,7 +40,6 @@ RDEPEND="${DEPEND}
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package semantic-desktop KF5Baloo)
-   $(cmake-utils_use_find_package semantic-desktop KF5FileMetadata)
)
 
kde5_src_configure



[gentoo-commits] proj/kde:master commit in: app-office/kexi/

2018-06-30 Thread Andreas Sturmlechner
commit: 6f20beb9eeb4fa249078b98262c6aaac69546549
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 20:08:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 30 20:57:37 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6f20beb9

app-office/kexi: Fix cmake warning

Closes: https://bugs.gentoo.org/659644
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-office/kexi/kexi-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-office/kexi/kexi-.ebuild b/app-office/kexi/kexi-.ebuild
index 2a8bea7335..a524f44ca2 100644
--- a/app-office/kexi/kexi-.ebuild
+++ b/app-office/kexi/kexi-.ebuild
@@ -73,7 +73,6 @@ src_prepare() {
 src_configure() {
local mycmakeargs=(
-DKEXI_MIGRATEMANAGER_DEBUG=$(usex debug)
-   -DKEXI_SCRIPTING_DEBUG=$(usex debug)
-DKEXI_AUTORISE_TABBED_TOOLBAR=$(usex experimental)
-DKEXI_SCRIPTS_SUPPORT=$(usex experimental)
$(cmake-utils_use_find_package marble KexiMarble)
@@ -81,5 +80,7 @@ src_configure() {
$(cmake-utils_use_find_package mysql MySQL)
$(cmake-utils_use_find_package postgres PostgreSQL)
)
+   use experimental && mycmakeargs+=( -DKEXI_SCRIPTING_DEBUG=$(usex debug) 
)
+
kde5_src_configure
 }



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

2018-06-30 Thread Mikle Kolyada
commit: 22a4204c118ff09bf2fbeab26f1d10a00e205f0d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 20:59:12 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 20:59:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a4204c

net-misc/openssh: s390 stable wrt bug #657366

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/openssh/openssh-7.7_p1-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-7.7_p1-r5.ebuild 
b/net-misc/openssh/openssh-7.7_p1-r5.ebuild
index 3fd5fceb737..bed23d9a603 100644
--- a/net-misc/openssh/openssh-7.7_p1-r5.ebuild
+++ b/net-misc/openssh/openssh-7.7_p1-r5.ebuild
@@ -31,7 +31,7 @@ SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 # Probably want to drop ssl defaulting to on in a future version.
 IUSE="abi_mips_n32 audit bindist debug hpn kerberos kernel_linux ldap ldns 
libedit libressl livecd pam +pie sctp selinux skey +ssl static test X X509"
 REQUIRED_USE="ldns? ( ssl )



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

2018-06-30 Thread Mikle Kolyada
commit: 49c9ecebdfa6ca66d4fe9d25dfec2d9e1ac6d157
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 20:54:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 20:55:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c9eceb

dev-perl/CGI-Fast: add ~s390 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild 
b/dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild
index 39687661fcd..5fb91d5638f 100644
--- a/dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild
+++ b/dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="CGI Interface for Fast CGI"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ~mips ppc ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-06-30 Thread Andreas Sturmlechner
commit: ff7d6a35bb2c1694949a56546011e761ee092e88
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 19:57:35 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 30 20:47:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7d6a35

sys-auth/elogind: Drop 236.1

Bug: https://bugs.gentoo.org/655448
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sys-auth/elogind/Manifest   |   1 -
 sys-auth/elogind/elogind-236.1.ebuild   | 118 
 sys-auth/elogind/files/elogind-236.1-docs.patch |  24 -
 3 files changed, 143 deletions(-)

diff --git a/sys-auth/elogind/Manifest b/sys-auth/elogind/Manifest
index aa45422b555..e7c68002729 100644
--- a/sys-auth/elogind/Manifest
+++ b/sys-auth/elogind/Manifest
@@ -1,4 +1,3 @@
 DIST elogind-235.2.tar.gz 975652 BLAKE2B 
c568b5eec89da14f55211cf4405d96b4bb1ea274d1237739a92c4f3585a6181a3e17dc7ed2af5161c649cae2149b3bd25f4212cf5a304383b254e39d7aa0b378
 SHA512 
6fa9194e8c21fa3d3caf6f9499f772dbfe38b9d40d8a0fe43ee32ad4b2acd672a78798d00694d1e0d6107625f4f3f06b71e0a5466ed4be446d670f9bcd961313
 DIST elogind-235.5.tar.gz 990321 BLAKE2B 
03730f449e01ef74a92aa3313f59b93de3941425f95610e2d50dd6a0651682df5f2e245f9eeaeef5c5fd38300102fbccc980a55466ea12100e8904f126a5c44f
 SHA512 
8f12c576f291fb9768e343e8257c74c62686f1a67b10170715b678e0431692cec7b6382102467dd2598a331c20d823d935128d5ff36f5b074dc02802ffec863c
-DIST elogind-236.1.tar.gz 1050387 BLAKE2B 
d0d295210eb07374cae738f55b472d9410f68c9e7f318dd736b5fcb5c0409c3da144988d8042b1e3b103d34d7a02471b4e316a924c9b1640c605fc73972de3da
 SHA512 
ab4989f4467ef001bb8b837035bee870beaf5ec5fa2389649bdcad2fe7bbf82691bfd3176cf9a3bf3b5c232c77210f431f2d38ebdbfd09f5a7868cd50e476c59
 DIST elogind-238.1.tar.gz 1074179 BLAKE2B 
3041e9cfa0d454f653db164db8e59af4db5f3821bbb65cb5482d83f63e410612e121791f7ef3e08c9ac3940c7b6c7931df2b072ba452d2073c3e424e4dfe10c3
 SHA512 
ba0a74e9b9168b08a54b13ed500e9c713c48bb1648aa6064dbe666a96fa3fbd5b69447c35f686db3a1813476a5585be34b1ae13e3c9017eac8171b73f6311c4c

diff --git a/sys-auth/elogind/elogind-236.1.ebuild 
b/sys-auth/elogind/elogind-236.1.ebuild
deleted file mode 100644
index 4a29aef9281..000
--- a/sys-auth/elogind/elogind-236.1.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-info meson pam udev xdg-utils
-
-DESCRIPTION="The systemd project's logind, extracted to a standalone package"
-HOMEPAGE="https://github.com/elogind/elogind";
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CC0-1.0 LGPL-2.1+ public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+acl debug doc +pam +policykit selinux"
-
-COMMON_DEPEND="
-   sys-apps/util-linux
-   sys-libs/libcap
-   virtual/libudev:=
-   acl? ( sys-apps/acl )
-   pam? ( virtual/pam )
-   selinux? ( sys-libs/libselinux )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.2
-   app-text/docbook-xml-dtd:4.5
-   app-text/docbook-xsl-stylesheets
-   dev-util/gperf
-   dev-util/intltool
-   sys-devel/libtool
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   !sys-apps/systemd
-"
-PDEPEND="
-   sys-apps/dbus
-   policykit? ( sys-auth/polkit )
-"
-
-PATCHES=( "${FILESDIR}/${P}-docs.patch" )
-
-pkg_setup() {
-   local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SIGNALFD ~TIMERFD"
-
-   if use kernel_linux; then
-   linux-info_pkg_setup
-   fi
-}
-
-src_prepare() {
-   default
-   xdg_environment_reset
-}
-
-src_configure() {
-   local rccgroupmode="$(grep rc_cgroup_mode /etc/rc.conf | cut -d '"' -f 
2)"
-   local cgroupmode="legacy"
-
-   if [[ "xhybrid" = "x${rccgroupmode}" ]] ; then
-   cgroupmode="hybrid"
-   elif [[ "xunified" = "x${rccgroupmode}" ]] ; then
-   cgroupmode="unified"
-   fi
-
-   local emesonargs=(
-   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
-   -Dhtmldir="${EPREFIX}/usr/share/doc/${PF}/html"
-   -Dpamlibdir=$(getpam_mod_dir)
-   -Dudevrulesdir="$(get_udevdir)"/rules.d
-   --libdir="${EPREFIX}"/usr/$(get_libdir)
-   -Drootlibdir="${EPREFIX}"/$(get_libdir)
-   -Drootlibexecdir="${EPREFIX}"/$(get_libdir)/elogind
-   -Drootprefix="${EPREFIX}/"
-   
-Dbashcompletiondir="${EPREFIX}/usr/share/bash-completion/completions"
-   -Dman=auto
-   -Dsmack=true
-   -Dcgroup-controller=openrc
-   -Ddefault-hierarchy=${cgroupmode}
-   -Ddefault-kill-user-processes=false
-   -Dacl=$(usex acl true false)
-   -Ddebug=$(usex debug elogind false)
-   --buildtype $(usex debug debug release)
-   -Dhtml=$(usex doc auto false)
-

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

2018-06-30 Thread Andreas Sturmlechner
commit: df9add78592074a5cd727447cff7cbb7e57b4de1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 20:22:57 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 30 20:47:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9add78

app-text/poppler: Fix cmake warning

Closes: https://bugs.gentoo.org/659146
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-text/poppler/poppler-0.66.0.ebuild | 2 +-
 app-text/poppler/poppler-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/poppler/poppler-0.66.0.ebuild 
b/app-text/poppler/poppler-0.66.0.ebuild
index 5d2ce10f935..893cc9f7e68 100644
--- a/app-text/poppler/poppler-0.66.0.ebuild
+++ b/app-text/poppler/poppler-0.66.0.ebuild
@@ -99,7 +99,6 @@ src_configure() {
-DWITH_Cairo=$(usex cairo)
-DENABLE_LIBCURL=$(usex curl)
-DENABLE_CPP=$(usex cxx)
-   -DWITH_GObjectIntrospection=$(usex introspection)
-DWITH_JPEG=$(usex jpeg)
-DENABLE_DCTDECODER=$(usex jpeg libjpeg none)
-DENABLE_LIBOPENJPEG=$(usex jpeg2k openjpeg2 none)
@@ -110,6 +109,7 @@ src_configure() {
-DWITH_TIFF=$(usex tiff)
-DENABLE_UTILS=$(usex utils)
)
+   use cairo && mycmakeargs+=( -DWITH_GObjectIntrospection=$(usex 
introspection) )
 
cmake-utils_src_configure
 }

diff --git a/app-text/poppler/poppler-.ebuild 
b/app-text/poppler/poppler-.ebuild
index 5d2ce10f935..893cc9f7e68 100644
--- a/app-text/poppler/poppler-.ebuild
+++ b/app-text/poppler/poppler-.ebuild
@@ -99,7 +99,6 @@ src_configure() {
-DWITH_Cairo=$(usex cairo)
-DENABLE_LIBCURL=$(usex curl)
-DENABLE_CPP=$(usex cxx)
-   -DWITH_GObjectIntrospection=$(usex introspection)
-DWITH_JPEG=$(usex jpeg)
-DENABLE_DCTDECODER=$(usex jpeg libjpeg none)
-DENABLE_LIBOPENJPEG=$(usex jpeg2k openjpeg2 none)
@@ -110,6 +109,7 @@ src_configure() {
-DWITH_TIFF=$(usex tiff)
-DENABLE_UTILS=$(usex utils)
)
+   use cairo && mycmakeargs+=( -DWITH_GObjectIntrospection=$(usex 
introspection) )
 
cmake-utils_src_configure
 }



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

2018-06-30 Thread Andreas Sturmlechner
commit: 6e10b3ca8743a13cfdc600d2f8acdaaf2e220a26
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 19:52:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 30 20:47:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e10b3ca

sys-auth/elogind: 238.1 version bump

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sys-auth/elogind/Manifest   |   1 +
 sys-auth/elogind/elogind-238.1.ebuild   | 120 
 sys-auth/elogind/files/elogind-238.1-docs.patch |  23 +
 3 files changed, 144 insertions(+)

diff --git a/sys-auth/elogind/Manifest b/sys-auth/elogind/Manifest
index c29a9a138fd..aa45422b555 100644
--- a/sys-auth/elogind/Manifest
+++ b/sys-auth/elogind/Manifest
@@ -1,3 +1,4 @@
 DIST elogind-235.2.tar.gz 975652 BLAKE2B 
c568b5eec89da14f55211cf4405d96b4bb1ea274d1237739a92c4f3585a6181a3e17dc7ed2af5161c649cae2149b3bd25f4212cf5a304383b254e39d7aa0b378
 SHA512 
6fa9194e8c21fa3d3caf6f9499f772dbfe38b9d40d8a0fe43ee32ad4b2acd672a78798d00694d1e0d6107625f4f3f06b71e0a5466ed4be446d670f9bcd961313
 DIST elogind-235.5.tar.gz 990321 BLAKE2B 
03730f449e01ef74a92aa3313f59b93de3941425f95610e2d50dd6a0651682df5f2e245f9eeaeef5c5fd38300102fbccc980a55466ea12100e8904f126a5c44f
 SHA512 
8f12c576f291fb9768e343e8257c74c62686f1a67b10170715b678e0431692cec7b6382102467dd2598a331c20d823d935128d5ff36f5b074dc02802ffec863c
 DIST elogind-236.1.tar.gz 1050387 BLAKE2B 
d0d295210eb07374cae738f55b472d9410f68c9e7f318dd736b5fcb5c0409c3da144988d8042b1e3b103d34d7a02471b4e316a924c9b1640c605fc73972de3da
 SHA512 
ab4989f4467ef001bb8b837035bee870beaf5ec5fa2389649bdcad2fe7bbf82691bfd3176cf9a3bf3b5c232c77210f431f2d38ebdbfd09f5a7868cd50e476c59
+DIST elogind-238.1.tar.gz 1074179 BLAKE2B 
3041e9cfa0d454f653db164db8e59af4db5f3821bbb65cb5482d83f63e410612e121791f7ef3e08c9ac3940c7b6c7931df2b072ba452d2073c3e424e4dfe10c3
 SHA512 
ba0a74e9b9168b08a54b13ed500e9c713c48bb1648aa6064dbe666a96fa3fbd5b69447c35f686db3a1813476a5585be34b1ae13e3c9017eac8171b73f6311c4c

diff --git a/sys-auth/elogind/elogind-238.1.ebuild 
b/sys-auth/elogind/elogind-238.1.ebuild
new file mode 100644
index 000..c532686d9fa
--- /dev/null
+++ b/sys-auth/elogind/elogind-238.1.ebuild
@@ -0,0 +1,120 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit linux-info meson pam udev xdg-utils
+
+DESCRIPTION="The systemd project's logind, extracted to a standalone package"
+HOMEPAGE="https://github.com/elogind/elogind";
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CC0-1.0 LGPL-2.1+ public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+acl debug doc +pam +policykit selinux"
+
+COMMON_DEPEND="
+   sys-apps/util-linux
+   sys-libs/libcap
+   virtual/libudev:=
+   acl? ( sys-apps/acl )
+   pam? ( virtual/pam )
+   selinux? ( sys-libs/libselinux )
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xml-dtd:4.5
+   app-text/docbook-xsl-stylesheets
+   dev-util/gperf
+   dev-util/intltool
+   sys-devel/libtool
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   !sys-apps/systemd
+"
+PDEPEND="
+   sys-apps/dbus
+   policykit? ( sys-auth/polkit )
+"
+
+DOCS=( src/libelogind/sd-bus/GVARIANT-SERIALIZATION )
+
+PATCHES=( "${FILESDIR}/${P}-docs.patch" )
+
+pkg_setup() {
+   local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SIGNALFD ~TIMERFD"
+
+   if use kernel_linux; then
+   linux-info_pkg_setup
+   fi
+}
+
+src_prepare() {
+   default
+   xdg_environment_reset
+}
+
+src_configure() {
+   local rccgroupmode="$(grep rc_cgroup_mode /etc/rc.conf | cut -d '"' -f 
2)"
+   local cgroupmode="legacy"
+
+   if [[ "xhybrid" = "x${rccgroupmode}" ]] ; then
+   cgroupmode="hybrid"
+   elif [[ "xunified" = "x${rccgroupmode}" ]] ; then
+   cgroupmode="unified"
+   fi
+
+   local emesonargs=(
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   -Dhtmldir="${EPREFIX}/usr/share/doc/${PF}/html"
+   -Dpamlibdir=$(getpam_mod_dir)
+   -Dudevrulesdir="$(get_udevdir)"/rules.d
+   --libdir="${EPREFIX}"/usr/$(get_libdir)
+   -Drootlibdir="${EPREFIX}"/$(get_libdir)
+   -Drootlibexecdir="${EPREFIX}"/$(get_libdir)/elogind
+   -Drootprefix="${EPREFIX}/"
+   
-Dbashcompletiondir="${EPREFIX}/usr/share/bash-completion/completions"
+   -Dman=auto
+   -Dsmack=true
+   -Dcgroup-controller=openrc
+   -Ddefault-hierarchy=${cgroupmode}
+   -Ddefault-kill-user-processes=false
+   -Dacl=$(usex acl true false)
+   -Ddebug=$(usex debug elogind false)
+   --buildtype $(usex debug debug release)
+   -Dhtml=$(usex doc

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

2018-06-30 Thread Andreas Sturmlechner
commit: a354be889ae62fb1a037ceeeaa2370304b95edf5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 19:07:01 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 30 20:47:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a354be88

sys-auth/elogind: 235.5 version bump

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sys-auth/elogind/Manifest |   1 +
 sys-auth/elogind/elogind-235.5.ebuild | 122 ++
 2 files changed, 123 insertions(+)

diff --git a/sys-auth/elogind/Manifest b/sys-auth/elogind/Manifest
index 2000d7a9f85..2c37430f606 100644
--- a/sys-auth/elogind/Manifest
+++ b/sys-auth/elogind/Manifest
@@ -1,3 +1,4 @@
 DIST elogind-235.2.tar.gz 975652 BLAKE2B 
c568b5eec89da14f55211cf4405d96b4bb1ea274d1237739a92c4f3585a6181a3e17dc7ed2af5161c649cae2149b3bd25f4212cf5a304383b254e39d7aa0b378
 SHA512 
6fa9194e8c21fa3d3caf6f9499f772dbfe38b9d40d8a0fe43ee32ad4b2acd672a78798d00694d1e0d6107625f4f3f06b71e0a5466ed4be446d670f9bcd961313
 DIST elogind-235.4.tar.gz 1019339 BLAKE2B 
728e6707f57f43acf9a40e127fe2e53389cbcba1c96b79f96b23dc7d2ffdc3c84efdd55905a22cbeae0442d9278fd1e9371904c2da8aa29c00f79b879522b2c6
 SHA512 
43a4a25219c234214b1541f17c4aec65847e62ebbeeb223c7890f6648a2ffadc8388e4c526ab49df9ff1f216160810c601c7609098b9b2955bc63142f684b16e
+DIST elogind-235.5.tar.gz 990321 BLAKE2B 
03730f449e01ef74a92aa3313f59b93de3941425f95610e2d50dd6a0651682df5f2e245f9eeaeef5c5fd38300102fbccc980a55466ea12100e8904f126a5c44f
 SHA512 
8f12c576f291fb9768e343e8257c74c62686f1a67b10170715b678e0431692cec7b6382102467dd2598a331c20d823d935128d5ff36f5b074dc02802ffec863c
 DIST elogind-236.1.tar.gz 1050387 BLAKE2B 
d0d295210eb07374cae738f55b472d9410f68c9e7f318dd736b5fcb5c0409c3da144988d8042b1e3b103d34d7a02471b4e316a924c9b1640c605fc73972de3da
 SHA512 
ab4989f4467ef001bb8b837035bee870beaf5ec5fa2389649bdcad2fe7bbf82691bfd3176cf9a3bf3b5c232c77210f431f2d38ebdbfd09f5a7868cd50e476c59

diff --git a/sys-auth/elogind/elogind-235.5.ebuild 
b/sys-auth/elogind/elogind-235.5.ebuild
new file mode 100644
index 000..c2dbf0ad027
--- /dev/null
+++ b/sys-auth/elogind/elogind-235.5.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit linux-info meson pam udev xdg-utils
+
+DESCRIPTION="The systemd project's logind, extracted to a standalone package"
+HOMEPAGE="https://github.com/elogind/elogind";
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CC0-1.0 LGPL-2.1+ public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+acl debug doc +pam +policykit selinux"
+
+COMMON_DEPEND="
+   sys-apps/util-linux
+   sys-libs/libcap
+   virtual/libudev:=
+   acl? ( sys-apps/acl )
+   pam? ( virtual/pam )
+   selinux? ( sys-libs/libselinux )
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xml-dtd:4.5
+   app-text/docbook-xsl-stylesheets
+   dev-util/gperf
+   dev-util/intltool
+   sys-devel/libtool
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   !sys-apps/systemd
+"
+PDEPEND="
+   sys-apps/dbus
+   policykit? ( sys-auth/polkit )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-235.2-docs.patch"
+   "${FILESDIR}/${PN}-235.2-drop-logintest.patch" # bug 645156
+)
+
+pkg_setup() {
+   local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SIGNALFD ~TIMERFD"
+
+   if use kernel_linux; then
+   linux-info_pkg_setup
+   fi
+}
+
+src_prepare() {
+   default
+   xdg_environment_reset
+}
+
+src_configure() {
+   local rccgroupmode="$(grep rc_cgroup_mode /etc/rc.conf | cut -d '"' -f 
2)"
+   local cgroupmode="legacy"
+
+   if [[ "xhybrid" = "x${rccgroupmode}" ]] ; then
+   cgroupmode="hybrid"
+   elif [[ "xunified" = "x${rccgroupmode}" ]] ; then
+   cgroupmode="unified"
+   fi
+
+   local emesonargs=(
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   -Dhtmldir="${EPREFIX}/usr/share/doc/${PF}/html"
+   -Dpamlibdir=$(getpam_mod_dir)
+   -Dudevrulesdir="$(get_udevdir)"/rules.d
+   --libdir="${EPREFIX}"/usr/$(get_libdir)
+   -Drootlibdir="${EPREFIX}"/$(get_libdir)
+   -Drootlibexecdir="${EPREFIX}"/$(get_libdir)/elogind
+   -Drootprefix="${EPREFIX}/"
+   
-Dbashcompletiondir="${EPREFIX}/usr/share/bash-completion/completions"
+   -Dzshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
+   -Dman=auto
+   -Dsmack=true
+   -Dcgroup-controller=openrc
+   -Ddefault-hierarchy=${cgroupmode}
+   -Ddefault-kill-user-processes=false
+   -Dacl=$(usex acl true false)
+   -Ddebug=$(usex debug elogind false)
+   --buildtype $(usex debug debug release)

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

2018-06-30 Thread Andreas Sturmlechner
commit: 7504f685666d460181bc5f7c782858a7b65ab1b5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 20:08:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 30 20:47:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7504f685

app-office/kexi: Fix cmake warning

Closes: https://bugs.gentoo.org/659644
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-office/kexi/kexi-3.1.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-office/kexi/kexi-3.1.0.ebuild 
b/app-office/kexi/kexi-3.1.0.ebuild
index 8074480ced6..16241347eb8 100644
--- a/app-office/kexi/kexi-3.1.0.ebuild
+++ b/app-office/kexi/kexi-3.1.0.ebuild
@@ -76,7 +76,6 @@ src_prepare() {
 src_configure() {
local mycmakeargs=(
-DKEXI_MIGRATEMANAGER_DEBUG=$(usex debug)
-   -DKEXI_SCRIPTING_DEBUG=$(usex debug)
-DKEXI_AUTORISE_TABBED_TOOLBAR=$(usex experimental)
-DKEXI_SCRIPTS_SUPPORT=$(usex experimental)
$(cmake-utils_use_find_package marble KexiMarble)
@@ -84,5 +83,7 @@ src_configure() {
$(cmake-utils_use_find_package mysql MySQL)
$(cmake-utils_use_find_package postgres PostgreSQL)
)
+   use experimental && mycmakeargs+=( -DKEXI_SCRIPTING_DEBUG=$(usex debug) 
)
+
kde5_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: media-video/plasma-mediacenter/

2018-06-30 Thread Andreas Sturmlechner
commit: ecd0b849df4d05212c0ce7f886c9c2fabd7056de
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 20:14:35 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 30 20:47:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd0b849

media-video/plasma-mediacenter: Fix cmake warning

Closes: https://bugs.gentoo.org/659612
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild 
b/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild
index 81d5579d3d9..57312a69e41 100644
--- a/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild
+++ b/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -41,7 +41,6 @@ RDEPEND="${DEPEND}
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package semantic-desktop KF5Baloo)
-   $(cmake-utils_use_find_package semantic-desktop KF5FileMetadata)
)
 
kde5_src_configure



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

2018-06-30 Thread Andreas Sturmlechner
commit: 0c5aca7e4f997387d49b0d63b9a63825603f5b8c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 19:18:22 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 30 20:47:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5aca7e

sys-auth/elogind: Drop 235.4

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sys-auth/elogind/Manifest |   1 -
 sys-auth/elogind/elogind-235.4.ebuild | 122 --
 2 files changed, 123 deletions(-)

diff --git a/sys-auth/elogind/Manifest b/sys-auth/elogind/Manifest
index 2c37430f606..c29a9a138fd 100644
--- a/sys-auth/elogind/Manifest
+++ b/sys-auth/elogind/Manifest
@@ -1,4 +1,3 @@
 DIST elogind-235.2.tar.gz 975652 BLAKE2B 
c568b5eec89da14f55211cf4405d96b4bb1ea274d1237739a92c4f3585a6181a3e17dc7ed2af5161c649cae2149b3bd25f4212cf5a304383b254e39d7aa0b378
 SHA512 
6fa9194e8c21fa3d3caf6f9499f772dbfe38b9d40d8a0fe43ee32ad4b2acd672a78798d00694d1e0d6107625f4f3f06b71e0a5466ed4be446d670f9bcd961313
-DIST elogind-235.4.tar.gz 1019339 BLAKE2B 
728e6707f57f43acf9a40e127fe2e53389cbcba1c96b79f96b23dc7d2ffdc3c84efdd55905a22cbeae0442d9278fd1e9371904c2da8aa29c00f79b879522b2c6
 SHA512 
43a4a25219c234214b1541f17c4aec65847e62ebbeeb223c7890f6648a2ffadc8388e4c526ab49df9ff1f216160810c601c7609098b9b2955bc63142f684b16e
 DIST elogind-235.5.tar.gz 990321 BLAKE2B 
03730f449e01ef74a92aa3313f59b93de3941425f95610e2d50dd6a0651682df5f2e245f9eeaeef5c5fd38300102fbccc980a55466ea12100e8904f126a5c44f
 SHA512 
8f12c576f291fb9768e343e8257c74c62686f1a67b10170715b678e0431692cec7b6382102467dd2598a331c20d823d935128d5ff36f5b074dc02802ffec863c
 DIST elogind-236.1.tar.gz 1050387 BLAKE2B 
d0d295210eb07374cae738f55b472d9410f68c9e7f318dd736b5fcb5c0409c3da144988d8042b1e3b103d34d7a02471b4e316a924c9b1640c605fc73972de3da
 SHA512 
ab4989f4467ef001bb8b837035bee870beaf5ec5fa2389649bdcad2fe7bbf82691bfd3176cf9a3bf3b5c232c77210f431f2d38ebdbfd09f5a7868cd50e476c59

diff --git a/sys-auth/elogind/elogind-235.4.ebuild 
b/sys-auth/elogind/elogind-235.4.ebuild
deleted file mode 100644
index c2dbf0ad027..000
--- a/sys-auth/elogind/elogind-235.4.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-info meson pam udev xdg-utils
-
-DESCRIPTION="The systemd project's logind, extracted to a standalone package"
-HOMEPAGE="https://github.com/elogind/elogind";
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CC0-1.0 LGPL-2.1+ public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+acl debug doc +pam +policykit selinux"
-
-COMMON_DEPEND="
-   sys-apps/util-linux
-   sys-libs/libcap
-   virtual/libudev:=
-   acl? ( sys-apps/acl )
-   pam? ( virtual/pam )
-   selinux? ( sys-libs/libselinux )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.2
-   app-text/docbook-xml-dtd:4.5
-   app-text/docbook-xsl-stylesheets
-   dev-util/gperf
-   dev-util/intltool
-   sys-devel/libtool
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   !sys-apps/systemd
-"
-PDEPEND="
-   sys-apps/dbus
-   policykit? ( sys-auth/polkit )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-235.2-docs.patch"
-   "${FILESDIR}/${PN}-235.2-drop-logintest.patch" # bug 645156
-)
-
-pkg_setup() {
-   local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SIGNALFD ~TIMERFD"
-
-   if use kernel_linux; then
-   linux-info_pkg_setup
-   fi
-}
-
-src_prepare() {
-   default
-   xdg_environment_reset
-}
-
-src_configure() {
-   local rccgroupmode="$(grep rc_cgroup_mode /etc/rc.conf | cut -d '"' -f 
2)"
-   local cgroupmode="legacy"
-
-   if [[ "xhybrid" = "x${rccgroupmode}" ]] ; then
-   cgroupmode="hybrid"
-   elif [[ "xunified" = "x${rccgroupmode}" ]] ; then
-   cgroupmode="unified"
-   fi
-
-   local emesonargs=(
-   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
-   -Dhtmldir="${EPREFIX}/usr/share/doc/${PF}/html"
-   -Dpamlibdir=$(getpam_mod_dir)
-   -Dudevrulesdir="$(get_udevdir)"/rules.d
-   --libdir="${EPREFIX}"/usr/$(get_libdir)
-   -Drootlibdir="${EPREFIX}"/$(get_libdir)
-   -Drootlibexecdir="${EPREFIX}"/$(get_libdir)/elogind
-   -Drootprefix="${EPREFIX}/"
-   
-Dbashcompletiondir="${EPREFIX}/usr/share/bash-completion/completions"
-   -Dzshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
-   -Dman=auto
-   -Dsmack=true
-   -Dcgroup-controller=openrc
-   -Ddefault-hierarchy=${cgroupmode}
-   -Ddefault-kill-user-processes=false
-   -Dacl=$(usex acl true false)
-   -Ddebug=$(usex debug elogind false)
-   --buildtype $(usex debug debug release)
-

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

2018-06-30 Thread Andreas Sturmlechner
commit: bdda02350d49cafbc60f5a1c52c00ececadd0415
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 30 16:13:44 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 30 20:47:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdda0235

profiles: desktop: Drop USE qt3support from make.defaults

 profiles/targets/desktop/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/targets/desktop/make.defaults 
b/profiles/targets/desktop/make.defaults
index e1c557e0388..0c404bec2b2 100644
--- a/profiles/targets/desktop/make.defaults
+++ b/profiles/targets/desktop/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr consolekit cups dbus 
dri dts dvd dvdr emboss encode exif fam flac gif glamor gpm gtk jpeg lcms ldap 
libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds 
qt3support qt5 sdl spell startup-notification svg tiff truetype vorbis udev 
udisks unicode upower usb wxwidgets X xcb x264 xml xv xvid"
+USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr consolekit cups dbus 
dri dts dvd dvdr emboss encode exif fam flac gif glamor gpm gtk jpeg lcms ldap 
libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt5 sdl 
spell startup-notification svg tiff truetype vorbis udev udisks unicode upower 
usb wxwidgets X xcb x264 xml xv xvid"



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

2018-06-30 Thread Mikle Kolyada
commit: 4c37796ca5c773d8d4dc07c6f6bd5c8307aba213
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 20:46:58 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 20:46:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c37796c

dev-libs/libdaemon: s390 stable wrt bug #652220

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/libdaemon/libdaemon-0.14-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild 
b/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild
index 932d5c36f1b..98b6228b333 100644
--- a/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild
+++ b/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0/5"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="doc examples static-libs"
 
 RDEPEND=""



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

2018-06-30 Thread Mikle Kolyada
commit: df5dce67e3ae3eef951e14aeccbd68ff4afd4d62
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 20:45:11 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 20:45:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5dce67

dev-python/nose: s390 stable wrt bug #653502

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild 
b/dev-python/nose/nose-1.3.7-r3.ebuild
index c2608c7c445..130b3d368d8 100644
--- a/dev-python/nose/nose-1.3.7-r3.ebuild
+++ b/dev-python/nose/nose-1.3.7-r3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples test"
 
 REQUIRED_USE="



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

2018-06-30 Thread Mikle Kolyada
commit: 9107ff9661982b542f5dfdf77f32976337430199
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 20:41:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 20:41:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9107ff96

dev-perl/Class-Load: s390 stable wrt bug #548352

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-perl/Class-Load/Class-Load-0.240.0.ebuild 
b/dev-perl/Class-Load/Class-Load-0.240.0.ebuild
index e04d24cc6a9..4f9cec84a74 100644
--- a/dev-perl/Class-Load/Class-Load-0.240.0.ebuild
+++ b/dev-perl/Class-Load/Class-Load-0.240.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A working (require q{Class::Name}) and more"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 # uses Scalar-Util



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

2018-06-30 Thread Mikle Kolyada
commit: cbc461caa146c8008bd176a73797809e4a230dae
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 20:39:36 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 20:39:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc461ca

dev-perl/Unicode-String: s390 stable wrt bug #657190

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild 
b/dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild
index e79bf7b62de..11b6bca59b1 100644
--- a/dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild
+++ b/dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="String manipulation for Unicode strings"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=virtual/perl-MIME-Base64-2.11"



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

2018-06-30 Thread Mikle Kolyada
commit: f46e5c67267094772025ec8e8b3c2a8baad75f43
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 20:35:48 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 20:36:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46e5c67

sys-kernel/genkernel: s390 stable wrt bug #641774

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-kernel/genkernel/genkernel-3.5.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/genkernel/genkernel-3.5.3.3.ebuild 
b/sys-kernel/genkernel/genkernel-3.5.3.3.ebuild
index f7bc5504afa..75402fc8eaf 100644
--- a/sys-kernel/genkernel/genkernel-3.5.3.3.ebuild
+++ b/sys-kernel/genkernel/genkernel-3.5.3.3.ebuild
@@ -43,7 +43,7 @@ then
 else
SRC_URI="mirror://gentoo/${P}.tar.xz
${COMMON_URI}"
-   KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86"
+   KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc 
x86"
 fi
 
 DESCRIPTION="Gentoo automatic kernel building scripts"



[gentoo-commits] data/api:master commit in: files/gentoo-keys/seeds/

2018-06-30 Thread Brian Dolbec
commit: 6207778c60643298a6f433c6dc1c61fc45208fa9
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Jun 30 19:34:53 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jun 30 19:34:53 2018 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=6207778c

Gentoo-keys: Update gentoo-devs.seeds

 files/gentoo-keys/seeds/gentoo-devs.seeds | 1090 -
 files/gentoo-keys/seeds/gentoo-devs.seeds.sig |  Bin 639 -> 662 bytes
 2 files changed, 165 insertions(+), 925 deletions(-)

diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds 
b/files/gentoo-keys/seeds/gentoo-devs.seeds
index 324b41f..d33f830 100644
--- a/files/gentoo-keys/seeds/gentoo-devs.seeds
+++ b/files/gentoo-keys/seeds/gentoo-devs.seeds
@@ -45,13 +45,11 @@
 }, 
 "ago": {
 "fingerprint": [
-"9D326AF1BA78207D3E55DBDBBA7BD3507194459F", 
-"1E58AD6230C55E7019118DABE4C382367CD2DC5D"
+"D7AB5D87BC40750266ED4EE9EC7C8D80008F261A"
 ], 
 "keydir": "ago", 
 "keys": [
-"9D326AF1BA78207D3E55DBDBBA7BD3507194459F", 
-"1E58AD6230C55E7019118DABE4C382367CD2DC5D"
+"D7AB5D87BC40750266ED4EE9EC7C8D80008F261A"
 ], 
 "name": "Agostino Sarubbo", 
 "nick": "ago", 
@@ -115,20 +113,6 @@
 "Alon Bar-Lev "
 ]
 }, 
-"alunduil": {
-"fingerprint": [
-"C83139FA4A306FD8C529FE0FE71B7695E1D6AA7D"
-], 
-"keydir": "alunduil", 
-"keys": [
-"C83139FA4A306FD8C529FE0FE71B7695E1D6AA7D"
-], 
-"name": "Alex Brandt", 
-"nick": "alunduil", 
-"uid": [
-"Alex Brandt "
-]
-}, 
 "amadio": {
 "fingerprint": [
 "7B413A847FAF4D43AEF57C3D41F3D401762A0D12"
@@ -151,10 +135,10 @@
 "keys": [
 "6606755DC669B857855EE4DBA6CC832E4E670EB9"
 ], 
-"name": "Amy Winston", 
+"name": "Amy Liffey", 
 "nick": "amynka", 
 "uid": [
-"Amy Winston "
+"Amy Liffey "
 ]
 }, 
 "anarchy": {
@@ -171,32 +155,34 @@
 "Jory Pratt "
 ]
 }, 
-"angelos": {
+"andrey_utkin": {
 "fingerprint": [
-"F9DAF7C8EC130722B220FC5E996AB56D84F20B43"
+"452094DD6AA717ED44862B24105CF649B36EC9D6"
 ], 
-"keydir": "angelos", 
+"keydir": "andrey_utkin", 
 "keys": [
-"F9DAF7C8EC130722B220FC5E996AB56D84F20B43"
+"452094DD6AA717ED44862B24105CF649B36EC9D6"
 ], 
-"name": "Christoph Mende", 
-"nick": "angelos", 
+"name": "Andrey Utkin", 
+"nick": "andrey_utkin", 
 "uid": [
-"Christoph Mende "
+"Andrey Utkin "
 ]
 }, 
-"araujo": {
+"antarus": {
 "fingerprint": [
-"7013C4B9199180F3EF4F52EE5319CA56A2C0A9F1"
+"E7CF934934825A6BA74713C685499D17EC195701", 
+"F3FD581D6163E66F60A86B44E18ECB5117055ED6"
 ], 
-"keydir": "araujo", 
+"keydir": "antarus", 
 "keys": [
-"7013C4B9199180F3EF4F52EE5319CA56A2C0A9F1"
+"E7CF934934825A6BA74713C685499D17EC195701", 
+"F3FD581D6163E66F60A86B44E18ECB5117055ED6"
 ], 
-"name": "Luis Francisco Araujo", 
-"nick": "araujo", 
+"name": "Alec Warner", 
+"nick": "antarus", 
 "uid": [
-"Luis Francisco Araujo "
+"Alec Warner "
 ]
 }, 
 "asturm": {
@@ -229,11 +215,11 @@
 }, 
 "beandog": {
 "fingerprint": [
-"F07CDA3EE0299F773FE0DCC9C03F921A96F8EB58"
+"ADDC5846784A40012767EAA78F06F66B065E7EAA"
 ], 
 "keydir": "beandog", 
 "keys": [
-"F07CDA3EE0299F773FE0DCC9C03F921A96F8EB58"
+"ADDC5846784A40012767EAA78F06F66B065E7EAA"
 ], 
 "name": "Steve Dibb", 
 "nick": "beandog", 
@@ -255,36 +241,6 @@
 "Alexander Berntsen "
 ]
 }, 
-"betelgeuse": {
-"fingerprint": [
-"76BCD50B8550FFC48DA9799E7312F3A48182B0B4", 
-"209ABCFFC1EBEAA102ADB7C1F794B24DB8E4ECF0"
-], 
-"keydir": "betelgeuse", 
-"keys": [
-"76BCD50B8550FFC48DA9799E7312F3A48182B0B4", 
-"209ABCFFC1EBEAA102ADB7C1F794B24DB8E4ECF0"
-], 
-"name": "Petteri R\u00e4ty", 
-"nick": "betelgeuse", 
-"uid": [
-"Petteri R\u00e4ty "
-]
-}, 
-"bicatali": {
-"fingerprint": [
-"328B38E323C8B2F85F0575BA7009F3DC6752A7F0"
-], 
-"keydir": "bicatali", 
-"keys": [
-"328B38E323C8B2F85F0575BA7009F3DC6752A7F0"
-], 
-"name": "Sebastien Fabbro", 
-"nick": "bicatali", 
-"uid": [
-"Sebastien Fabbro "
-]
-}, 
 

[gentoo-commits] proj/gkey-seeds:master commit in: /

2018-06-30 Thread Brian Dolbec
commit: 837f89ddf6a482a173d17e1a5db5453f7356815e
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Jun 30 19:34:41 2018 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jun 30 19:34:41 2018 +
URL:https://gitweb.gentoo.org/proj/gkey-seeds.git/commit/?id=837f89dd

Gentoo-keys: Update gentoo-devs.seeds

 gentoo-devs.seeds | 1090 -
 gentoo-devs.seeds.sig |  Bin 639 -> 662 bytes
 2 files changed, 165 insertions(+), 925 deletions(-)

diff --git a/gentoo-devs.seeds b/gentoo-devs.seeds
index 324b41f..d33f830 100644
--- a/gentoo-devs.seeds
+++ b/gentoo-devs.seeds
@@ -45,13 +45,11 @@
 }, 
 "ago": {
 "fingerprint": [
-"9D326AF1BA78207D3E55DBDBBA7BD3507194459F", 
-"1E58AD6230C55E7019118DABE4C382367CD2DC5D"
+"D7AB5D87BC40750266ED4EE9EC7C8D80008F261A"
 ], 
 "keydir": "ago", 
 "keys": [
-"9D326AF1BA78207D3E55DBDBBA7BD3507194459F", 
-"1E58AD6230C55E7019118DABE4C382367CD2DC5D"
+"D7AB5D87BC40750266ED4EE9EC7C8D80008F261A"
 ], 
 "name": "Agostino Sarubbo", 
 "nick": "ago", 
@@ -115,20 +113,6 @@
 "Alon Bar-Lev "
 ]
 }, 
-"alunduil": {
-"fingerprint": [
-"C83139FA4A306FD8C529FE0FE71B7695E1D6AA7D"
-], 
-"keydir": "alunduil", 
-"keys": [
-"C83139FA4A306FD8C529FE0FE71B7695E1D6AA7D"
-], 
-"name": "Alex Brandt", 
-"nick": "alunduil", 
-"uid": [
-"Alex Brandt "
-]
-}, 
 "amadio": {
 "fingerprint": [
 "7B413A847FAF4D43AEF57C3D41F3D401762A0D12"
@@ -151,10 +135,10 @@
 "keys": [
 "6606755DC669B857855EE4DBA6CC832E4E670EB9"
 ], 
-"name": "Amy Winston", 
+"name": "Amy Liffey", 
 "nick": "amynka", 
 "uid": [
-"Amy Winston "
+"Amy Liffey "
 ]
 }, 
 "anarchy": {
@@ -171,32 +155,34 @@
 "Jory Pratt "
 ]
 }, 
-"angelos": {
+"andrey_utkin": {
 "fingerprint": [
-"F9DAF7C8EC130722B220FC5E996AB56D84F20B43"
+"452094DD6AA717ED44862B24105CF649B36EC9D6"
 ], 
-"keydir": "angelos", 
+"keydir": "andrey_utkin", 
 "keys": [
-"F9DAF7C8EC130722B220FC5E996AB56D84F20B43"
+"452094DD6AA717ED44862B24105CF649B36EC9D6"
 ], 
-"name": "Christoph Mende", 
-"nick": "angelos", 
+"name": "Andrey Utkin", 
+"nick": "andrey_utkin", 
 "uid": [
-"Christoph Mende "
+"Andrey Utkin "
 ]
 }, 
-"araujo": {
+"antarus": {
 "fingerprint": [
-"7013C4B9199180F3EF4F52EE5319CA56A2C0A9F1"
+"E7CF934934825A6BA74713C685499D17EC195701", 
+"F3FD581D6163E66F60A86B44E18ECB5117055ED6"
 ], 
-"keydir": "araujo", 
+"keydir": "antarus", 
 "keys": [
-"7013C4B9199180F3EF4F52EE5319CA56A2C0A9F1"
+"E7CF934934825A6BA74713C685499D17EC195701", 
+"F3FD581D6163E66F60A86B44E18ECB5117055ED6"
 ], 
-"name": "Luis Francisco Araujo", 
-"nick": "araujo", 
+"name": "Alec Warner", 
+"nick": "antarus", 
 "uid": [
-"Luis Francisco Araujo "
+"Alec Warner "
 ]
 }, 
 "asturm": {
@@ -229,11 +215,11 @@
 }, 
 "beandog": {
 "fingerprint": [
-"F07CDA3EE0299F773FE0DCC9C03F921A96F8EB58"
+"ADDC5846784A40012767EAA78F06F66B065E7EAA"
 ], 
 "keydir": "beandog", 
 "keys": [
-"F07CDA3EE0299F773FE0DCC9C03F921A96F8EB58"
+"ADDC5846784A40012767EAA78F06F66B065E7EAA"
 ], 
 "name": "Steve Dibb", 
 "nick": "beandog", 
@@ -255,36 +241,6 @@
 "Alexander Berntsen "
 ]
 }, 
-"betelgeuse": {
-"fingerprint": [
-"76BCD50B8550FFC48DA9799E7312F3A48182B0B4", 
-"209ABCFFC1EBEAA102ADB7C1F794B24DB8E4ECF0"
-], 
-"keydir": "betelgeuse", 
-"keys": [
-"76BCD50B8550FFC48DA9799E7312F3A48182B0B4", 
-"209ABCFFC1EBEAA102ADB7C1F794B24DB8E4ECF0"
-], 
-"name": "Petteri R\u00e4ty", 
-"nick": "betelgeuse", 
-"uid": [
-"Petteri R\u00e4ty "
-]
-}, 
-"bicatali": {
-"fingerprint": [
-"328B38E323C8B2F85F0575BA7009F3DC6752A7F0"
-], 
-"keydir": "bicatali", 
-"keys": [
-"328B38E323C8B2F85F0575BA7009F3DC6752A7F0"
-], 
-"name": "Sebastien Fabbro", 
-"nick": "bicatali", 
-"uid": [
-"Sebastien Fabbro "
-]
-}, 
 "billie": {
 "fingerprint": [
 "F79C6470EE590B016C7816002DC21BCEC5E80123"
@@ -299,20 +255,

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

2018-06-30 Thread Mart Raudsepp
commit: 0fa7b100ee4cc861ad4ed224d730919389e6110e
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Jun 30 19:31:48 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jun 30 19:31:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa7b100

dev-python/CommonMark-0.7.5: added ~arm64 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/CommonMark/CommonMark-0.7.5.ebuild 
b/dev-python/CommonMark/CommonMark-0.7.5.ebuild
index 3dacdc29279..9a963bceaef 100644
--- a/dev-python/CommonMark/CommonMark-0.7.5.ebuild
+++ b/dev-python/CommonMark/CommonMark-0.7.5.ebuild
@@ -13,7 +13,7 @@ LICENSE="BSD"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 IUSE="test"
 RDEPEND="



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

2018-06-30 Thread Mart Raudsepp
commit: 738afc6a229f891236ffbce7b79eb388118a29f1
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Jun 30 19:28:20 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jun 30 19:30:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738afc6a

dev-python/recommonmark: added ~arm64 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/recommonmark/recommonmark-0.4.0.ebuild 
b/dev-python/recommonmark/recommonmark-0.4.0.ebuild
index 27bcac1..70feb3a9e23 100644
--- a/dev-python/recommonmark/recommonmark-0.4.0.ebuild
+++ b/dev-python/recommonmark/recommonmark-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ LICENSE="MIT"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
<=dev-python/CommonMark-0.5.4[${PYTHON_USEDEP}]



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

2018-06-30 Thread Mart Raudsepp
commit: 18404a0ee8799ee1a7dff311eba754b50b42d677
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Jun 30 19:27:47 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jun 30 19:30:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18404a0e

dev-python/nbsphinx: added ~arm64 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
index b53c5252faa..2d245d087a3 100644
--- a/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.2.14.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="



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

2018-06-30 Thread Mart Raudsepp
commit: e2745e876473699baa235cdbbaa8c5168bbdc5ea
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Jun 30 19:29:14 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jun 30 19:30:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2745e87

dev-python/sphinx-gallery: added ~arm64 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild 
b/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild
index 9250f7aea27..7037fd5f484 100644
--- a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild
+++ b/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



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

2018-06-30 Thread Mart Raudsepp
commit: 3099f7e687c742099bd395d0a0cadf787ecc6a2b
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Jun 30 19:27:09 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jun 30 19:30:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3099f7e6

dev-python/CommonMark-0.5.4: added ~arm64 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

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



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-github-alt/

2018-06-30 Thread Mart Raudsepp
commit: b1830d74abe70db972659eb7cc19413de7afb78c
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Jun 30 19:29:59 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jun 30 19:30:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1830d74

dev-python/sphinxcontrib-github-alt: added ~arm64 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild 
b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild
index 61e32d67b5f..3b4abe48a54 100644
--- a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild
+++ b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/jupyter/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2018-06-30 Thread Tim Harder
commit: 1c1451ec6357632fe295b31961c06aa4462e8616
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Jun 30 19:12:46 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Jun 30 19:20:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1451ec

x11-wm/bspwm: version bump to 0.9.5

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

 x11-wm/bspwm/Manifest   |  1 +
 x11-wm/bspwm/bspwm-0.9.5.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest
index 26ed8944aae..459ca8118b1 100644
--- a/x11-wm/bspwm/Manifest
+++ b/x11-wm/bspwm/Manifest
@@ -1,2 +1,3 @@
 DIST bspwm-0.9.2.tar.gz 92558 BLAKE2B 
1b9606ce7c0390537c093749f6fdba3c87108da9a5e3471a82bf205b9dd1c50ad31aba6cedc2fbc58cc9788f181a6aea232e02d2c1b4e9811a13a4205da9941a
 SHA512 
fe46d74ecc1ab29caa038d8bb54e13cde8a40e28a014f8b313222db6e8a3323d3ec2103f4ff78008bb0252fa2d560424788ea3be66faaf38a2b8aa3b46b09e2c
 DIST bspwm-0.9.3.tar.gz 95779 BLAKE2B 
d066e20fe3037f0a542857dd3743046d9d228bd487e6f276c50aecd44113bd0a8297900c102e1d05e6cd20ac5bd1540ad03e49a1f5b9bc1e72f1aab4f0a9
 SHA512 
015ed79af4b31c5fbd10bdf3d6945e3e2575ef3d1ab48dc7ddeb52e99cd6e121991a320515ad05b42b001b524c7ebe38b5d2b2aae0078c6601a36653718ab508
+DIST bspwm-0.9.5.tar.gz 106893 BLAKE2B 
6059fd31cb4d4ee262f5a60bac9d21efb61b55e2f47785310e5101abb77023307ff0b9e858701f9558e1e8980905bf323fb310e426c714cf05f09251947c19a3
 SHA512 
7f50caca3b049f7401f4db8c9d1a9a2d098a3d67a3f8fe87d433c14ad1d0443be9ed4296163628fd7180614d340b672350e02538f36d0e812418aafaef16ba09

diff --git a/x11-wm/bspwm/bspwm-0.9.5.ebuild b/x11-wm/bspwm/bspwm-0.9.5.ebuild
new file mode 100644
index 000..db690abde82
--- /dev/null
+++ b/x11-wm/bspwm/bspwm-0.9.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="Tiling window manager based on binary space partitioning"
+HOMEPAGE="https://github.com/baskerville/bspwm/";
+SRC_URI="https://github.com/baskerville/bspwm/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+DEPEND="
+   x11-libs/libxcb
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+"
+RDEPEND="${DEPEND}
+   x11-misc/sxhkd
+"
+
+src_compile() {
+   emake PREFIX=/usr CC="$(tc-getCC)"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX=/usr install
+   dodoc doc/{CONTRIBUTING,MISC,TODO}.md
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+
+   insinto /usr/share/xsessions
+   doins contrib/freedesktop/bspwm.desktop
+
+   insinto /etc/xdg/sxhkd
+   doins examples/sxhkdrc
+
+   if use examples ; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/vsftpd/

2018-06-30 Thread Sergei Trofimovich
commit: 481e3b4b02610de1753d9daa067652c39c3a7acf
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 30 18:04:20 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 30 19:02:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481e3b4b

net-ftp/vsftpd: stable 3.0.3-r2 for ppc64, bug #659326

Bug: https://bugs.gentoo.org/659326
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 net-ftp/vsftpd/vsftpd-3.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/vsftpd/vsftpd-3.0.3-r2.ebuild 
b/net-ftp/vsftpd/vsftpd-3.0.3-r2.ebuild
index fc06abe64a0..444ed513753 100644
--- a/net-ftp/vsftpd/vsftpd-3.0.3-r2.ebuild
+++ b/net-ftp/vsftpd/vsftpd-3.0.3-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://security.appspot.com/downloads/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd"
 IUSE="caps libressl pam tcpd ssl selinux xinetd"
 
 DEPEND="caps? ( >=sys-libs/libcap-2 )



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

2018-06-30 Thread Sergei Trofimovich
commit: d2f9877fbf380a9a10907a1bd99a5acda895057a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 30 18:04:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 30 19:02:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f9877f

dev-python/psycopg: stable 2.7.4 for ppc64, bug #659660

Bug: https://bugs.gentoo.org/659660
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-python/psycopg/psycopg-2.7.4.ebuild 
b/dev-python/psycopg/psycopg-2.7.4.ebuild
index 710414d4fb4..1838f462257 100644
--- a/dev-python/psycopg/psycopg-2.7.4.ebuild
+++ b/dev-python/psycopg/psycopg-2.7.4.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE="debug doc examples"
 
 RDEPEND=">=dev-db/postgresql-8.1:*"



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

2018-06-30 Thread Sergei Trofimovich
commit: 3cf89a8e346dd9006f13386e143c8c893a970f34
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 30 18:03:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 30 19:02:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf89a8e

sci-libs/cfitsio: stable 3.410 for ppc64, bug #599846

Bug: https://bugs.gentoo.org/599846
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 sci-libs/cfitsio/cfitsio-3.410.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/cfitsio/cfitsio-3.410.ebuild 
b/sci-libs/cfitsio/cfitsio-3.410.ebuild
index b2f891ac2ab..7c9b2e35b0e 100644
--- a/sci-libs/cfitsio/cfitsio-3.410.ebuild
+++ b/sci-libs/cfitsio/cfitsio-3.410.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0/5"
-KEYWORDS="alpha ~amd64 ~hppa ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="alpha ~amd64 ~hppa ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="bzip2 doc examples fortran static-libs +tools threads"
 
 RDEPEND="



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

2018-06-30 Thread Sergei Trofimovich
commit: a791b3f4771c133fd6414f885a2388d89a5bfe0c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 30 18:37:51 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 30 19:03:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a791b3f4

app-emulation/qemu: mark hppa firmware as prebuilt

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-emulation/qemu/qemu-2.12.0-r3.ebuild | 1 +
 app-emulation/qemu/qemu-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-emulation/qemu/qemu-2.12.0-r3.ebuild 
b/app-emulation/qemu/qemu-2.12.0-r3.ebuild
index 750be051c16..a1342232458 100644
--- a/app-emulation/qemu/qemu-2.12.0-r3.ebuild
+++ b/app-emulation/qemu/qemu-2.12.0-r3.ebuild
@@ -222,6 +222,7 @@ PATCHES=(
 STRIP_MASK="/usr/share/qemu/palcode-clipper"
 
 QA_PREBUILT="
+   usr/share/qemu/hppa-firmware.img
usr/share/qemu/openbios-ppc
usr/share/qemu/openbios-sparc64
usr/share/qemu/openbios-sparc32

diff --git a/app-emulation/qemu/qemu-.ebuild 
b/app-emulation/qemu/qemu-.ebuild
index 2573012333f..fd896b5c9bb 100644
--- a/app-emulation/qemu/qemu-.ebuild
+++ b/app-emulation/qemu/qemu-.ebuild
@@ -218,6 +218,7 @@ PATCHES=(
 STRIP_MASK="/usr/share/qemu/palcode-clipper"
 
 QA_PREBUILT="
+   usr/share/qemu/hppa-firmware.img
usr/share/qemu/openbios-ppc
usr/share/qemu/openbios-sparc64
usr/share/qemu/openbios-sparc32



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

2018-06-30 Thread Sergei Trofimovich
commit: 7e0f945500c63acd9b496d9ca75a0a1cc300849a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 30 18:04:15 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 30 19:02:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0f9455

dev-python/pydot: stable 1.2.3 for ppc64, bug #659292

Bug: https://bugs.gentoo.org/659292
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-python/pydot/pydot-1.2.3.ebuild 
b/dev-python/pydot/pydot-1.2.3.ebuild
index cd35cfebd65..b04b291d571 100644
--- a/dev-python/pydot/pydot-1.2.3.ebuild
+++ b/dev-python/pydot/pydot-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/erocarrera/pydot/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-06-30 Thread Sergei Trofimovich
commit: 697461ef5395babd4b422bbcb6c072fdd0b7afb8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 30 18:04:10 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 30 19:02:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697461ef

net-analyzer/netperf: stable 2.7.0-r2 for ppc64, bug #659286

Bug: https://bugs.gentoo.org/659286
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 net-analyzer/netperf/netperf-2.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild 
b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
index 5d78d14f20a..ba09336b69e 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic user
 
 DESCRIPTION="Network performance benchmark"
 SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2";
-KEYWORDS="alpha ~amd64 arm64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 arm64 ~hppa ia64 ~ppc ppc64 sparc ~x86"
 
 HOMEPAGE="http://www.netperf.org/";
 LICENSE="netperf"



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

2018-06-30 Thread Sergei Trofimovich
commit: ef5d31d5370768c259344d338b32611d5325f3cb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 30 18:03:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 30 19:02:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5d31d5

app-arch/p7zip: stable 16.02-r4 for ppc64, bug #655270

Bug: https://bugs.gentoo.org/655270
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 app-arch/p7zip/p7zip-16.02-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/p7zip/p7zip-16.02-r4.ebuild 
b/app-arch/p7zip/p7zip-16.02-r4.ebuild
index fabcfd33fc1..522ffe1bf8b 100644
--- a/app-arch/p7zip/p7zip-16.02-r4.ebuild
+++ b/app-arch/p7zip/p7zip-16.02-r4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_src_all.tar.bz2"
 
 LICENSE="LGPL-2.1 rar? ( unRAR )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~ppc ppc64 ~s390 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
 IUSE="abi_x86_x32 doc kde +pch rar static wxwidgets"
 
 REQUIRED_USE="kde? ( wxwidgets )"



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

2018-06-30 Thread Sergei Trofimovich
commit: c129acbaa51f66f123c11808cc6df5fb2cfcf320
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 30 18:53:00 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 30 19:03:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c129acba

dev-python/sqlalchemy: stable 1.2.7 for ppc64, bug #659666

Bug: https://bugs.gentoo.org/659666
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.2.7.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.2.7.ebuild
index e99f7bdf5ee..b072be664df 100644
--- a/dev-python/sqlalchemy/sqlalchemy-1.2.7.ebuild
+++ b/dev-python/sqlalchemy/sqlalchemy-1.2.7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
 IUSE="doc examples +sqlite test"
 
 REQUIRED_USE="test? ( sqlite )"



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

2018-06-30 Thread Sergei Trofimovich
commit: 1076d7f9ad3a33cbd11e48bc42addd746b4e6d65
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 30 19:02:47 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 30 19:03:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1076d7f9

dev-perl/Net-DBus: keyworded 1.1.0 for ppc64, bug #658328

Bug: https://bugs.gentoo.org/658328
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index 53ad1c599d9..2d9757995ba 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~mips ppc s390 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~mips ppc ~ppc64 s390 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



  1   2   3   >