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

2017-07-04 Thread Hans de Graaff
commit: 9ba0a472d328d9d53d7b2ef93820ba90649f00fd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul  5 05:20:19 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul  5 05:34:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba0a472

dev-ruby/hashie: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-ruby/hashie/hashie-3.5.5.ebuild 
b/dev-ruby/hashie/hashie-3.5.5.ebuild
index 4f3fa5b5554..6820a40ff43 100644
--- a/dev-ruby/hashie/hashie-3.5.5.ebuild
+++ b/dev-ruby/hashie/hashie-3.5.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2017-07-04 Thread Matt Turner
commit: 699465bbdc06e330eda66fe9ac6c7c43da325760
Author: Sergey Alirzaev  gmail  com>
AuthorDate: Tue Jun 13 15:22:02 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jul  5 04:44:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699465bb

x11-base/xorg-server: Add xcsecurity USE flag

To be able to use XSecurity extension, say, with firejail --x11=xorg

Closes: https://github.com/gentoo/gentoo/pull/4924

 x11-base/xorg-server/metadata.xml  | 1 +
 x11-base/xorg-server/xorg-server-1.19.3.ebuild | 3 ++-
 x11-base/xorg-server/xorg-server-.ebuild   | 3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/x11-base/xorg-server/metadata.xml 
b/x11-base/xorg-server/metadata.xml
index dae89ec2157..8c8c243082e 100644
--- a/x11-base/xorg-server/metadata.xml
+++ b/x11-base/xorg-server/metadata.xml
@@ -11,6 +11,7 @@
Build the kdrive X servers
Build with tslib support for touchscreen 
devices
Enable libunwind usage for backtraces
+   Build Security extension
Build the Xnest server
Build the Xephyr server
Build the Xorg X server (HIGHLY RECOMMENDED)

diff --git a/x11-base/xorg-server/xorg-server-1.19.3.ebuild 
b/x11-base/xorg-server/xorg-server-1.19.3.ebuild
index c2db8ad36bb..95eac302d9d 100644
--- a/x11-base/xorg-server/xorg-server-1.19.3.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.19.3.ebuild
@@ -12,7 +12,7 @@ SLOT="0/${PV}"
 KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug glamor ipv6 libressl minimal selinux +suid systemd 
tslib +udev unwind"
+IUSE="${IUSE_SERVERS} debug glamor ipv6 libressl minimal selinux +suid systemd 
tslib +udev unwind xcsecurity"
 
 CDEPEND=">=app-eselect/eselect-opengl-1.3.0
!libressl? ( dev-libs/openssl:0= )
@@ -184,6 +184,7 @@ src_configure() {
$(use_enable !minimal dri)
$(use_enable !minimal dri2)
$(use_enable !minimal glx)
+   $(use_enable xcsecurity)
$(use_enable xephyr)
$(use_enable xnest)
$(use_enable xorg)

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 9ab33a38ecb..2f7f97b9cc3 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -12,7 +12,7 @@ SLOT="0/${PV}"
 KEYWORDS=""
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug glamor ipv6 libressl minimal selinux +suid systemd 
+udev unwind"
+IUSE="${IUSE_SERVERS} debug glamor ipv6 libressl minimal selinux +suid systemd 
+udev unwind xcsecurity"
 
 CDEPEND=">=app-eselect/eselect-opengl-1.3.0
!libressl? ( dev-libs/openssl:0= )
@@ -178,6 +178,7 @@ src_configure() {
$(use_enable !minimal dri)
$(use_enable !minimal dri2)
$(use_enable !minimal glx)
+   $(use_enable xcsecurity)
$(use_enable xephyr)
$(use_enable xnest)
$(use_enable xorg)



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

2017-07-04 Thread Hans de Graaff
commit: 3aa0f081e230fe3f5a3c70a8b3fd979b21ee417e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul  5 04:27:43 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul  5 04:27:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa0f081

dev-ruby/selenium-webdriver: add 3.4.3

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/selenium-webdriver/selenium-webdriver-3.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.4.3.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-3.4.3.ebuild
index 423d9a25852..946f0d04c4e 100644
--- a/dev-ruby/selenium-webdriver/selenium-webdriver-3.4.3.ebuild
+++ b/dev-ruby/selenium-webdriver/selenium-webdriver-3.4.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 # NOTE: this package contains precompiled code. It appears that all
 # source code can be found at https://code.google.com/p/selenium/ but the



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

2017-07-04 Thread Hans de Graaff
commit: 003535736f4d69542b14ac12607eb40acd84
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul  5 04:20:29 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul  5 04:20:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00353573

dev-ruby/twitter-text: add 1.14.7

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/twitter-text/Manifest   |  1 +
 dev-ruby/twitter-text/twitter-text-1.14.7.ebuild | 30 
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/twitter-text/Manifest b/dev-ruby/twitter-text/Manifest
index d9d55337a63..09bc7c812b9 100644
--- a/dev-ruby/twitter-text/Manifest
+++ b/dev-ruby/twitter-text/Manifest
@@ -1,3 +1,4 @@
 DIST twitter-text-1.14.2.gem 48128 SHA256 
d71abba271418cbe79e28905678a6ec8ae72ccad478865f4cb3fc89f51338d52 SHA512 
0262d44e1db6c4dd5b8724cbe0b53bbe540700f217b3566d8ab76b86c20c39c7fa64cdcbe4e9c6b7daeb2a1a60d798cffa6a28ab0ade70558fc580e77d557ae0
 WHIRLPOOL 
10bc8be3a1f1e1285da5a57ef4a3580fedb272cc68637cf02b878e4c369762b0e375ded567ff0fc80cc13f02cf6ff2f144ad7d8bd42ed6736dab0dc106a759ed
 DIST twitter-text-1.14.5.gem 48128 SHA256 
5e04dcddc13e71b75938c7219501c43ef122139b18686229d83ed4b93955e2d9 SHA512 
0087667577a6491cb57d537abdcb7c617cec395d43ca016d3bdc8d82af869fb99b17450a90ac188f45f548e27f9a73bc3c8cad7783fdd4142eb405deff1a51df
 WHIRLPOOL 
04fbd5ec46549546dbdda3c93895f1d2acb0def863895dc1abc9d8078a2ea26b71b3874b8f370d2b0dfa701acedf2486fbee48c5be1771ef40e7f3d5b06224ae
 DIST twitter-text-1.14.6.gem 48128 SHA256 
6f69b094c0672aedd4e9fc57eeba8a9934ba9ab5c6340acce7453bd82cee97f1 SHA512 
6c9003df1ac424d6f4ee9beddd8f0e53332c49340e8bad03bd36d302b7208f453a9550c0143ca2e34e876fc586226e431c1bca67e042cc5f48a05a4e23c8ecda
 WHIRLPOOL 
7071a78ab6699955d39c027e27e338c641d4db9f8a3e8caf72a8a9d976f6518b7a508ca0979a7bfae15eca7fd5abde034aa09506006b70ff8d2eba64cbef2d44
+DIST twitter-text-1.14.7.gem 48128 SHA256 
6fbf511d449d61a2e2198dd758622193aa74d6e95a6ec7111725cce0e181629c SHA512 
98addbf8efe7b9f2685f00827194dbb255b31512e8aa5c9dab22ec08b95ccebbcf53790dfc983e71b0644c687b4db98c5d30f74f15b925377403b4d5cf6e5194
 WHIRLPOOL 
dc40072f36987ba52f4c44701bd203ca8998657d8452ddee4c2162cca46f70773162c38e67d40f2a4d562a314f84ecdf5c4e611d4bc3a6d941c361c2f3e1dff5

diff --git a/dev-ruby/twitter-text/twitter-text-1.14.7.ebuild 
b/dev-ruby/twitter-text/twitter-text-1.14.7.ebuild
new file mode 100644
index 000..767aff0ec9d
--- /dev/null
+++ b/dev-ruby/twitter-text/twitter-text-1.14.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Text handling for Twitter"
+HOMEPAGE="https://github.com/twitter/twitter-text;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/unf-0.1*"
+
+ruby_add_bdepend "test? ( >=dev-ruby/multi_json-1.3
+   >=dev-ruby/nokogiri-1.5.10 )"
+
+all_ruby_prepare() {
+   sed -i -e 's/2.14.0/2.14/' twitter-text.gemspec || die
+   sed -i -e '/simplecov/,/end/ s:^:#:' spec/spec_helper.rb || die
+}



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

2017-07-04 Thread Hans de Graaff
commit: 352d1035b93abc7e95832ea30112a2ee2e1e72ac
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  4 05:27:08 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul  5 04:07:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352d1035

dev-ruby/i18n: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-ruby/i18n/i18n-0.8.4.ebuild b/dev-ruby/i18n/i18n-0.8.4.ebuild
index 82314249252..6487e064488 100644
--- a/dev-ruby/i18n/i18n-0.8.4.ebuild
+++ b/dev-ruby/i18n/i18n-0.8.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="test"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
@@ -34,7 +34,7 @@ all_ruby_prepare() {
 
 each_ruby_test() {
case ${RUBY} in
-   *ruby22|*ruby23)
+   *ruby22|*ruby23|*ruby24)
versions="4.2 5.0"
;;
*)



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

2017-07-04 Thread Hans de Graaff
commit: a67fd621ce95ab8c9e9ca8e64cd44b5e63240c58
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul  5 04:19:00 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul  5 04:19:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67fd621

dev-ruby/autoprefixer-rails: add 7.1.1.3

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/autoprefixer-rails/Manifest   |  1 +
 .../autoprefixer-rails-7.1.1.3.ebuild  | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/autoprefixer-rails/Manifest 
b/dev-ruby/autoprefixer-rails/Manifest
index 448e795be7b..55827efa5b8 100644
--- a/dev-ruby/autoprefixer-rails/Manifest
+++ b/dev-ruby/autoprefixer-rails/Manifest
@@ -1,3 +1,4 @@
 DIST autoprefixer-rails-6.7.7.2.gem 354816 SHA256 
853d573a8ef2c9478e12a79bd8f9fbd66e4861ed3cea8a7ac60ce5e3cedd33fb SHA512 
5027da925da376fa271eded6792ed754aa34a2b12ae41ca0fd7cb0938f14b530a4ee16b02b62c22d00454da96b839201ea0e60e14e270f4a0f54c5e7105cf5db
 WHIRLPOOL 
0b4aae68e03ad72860ce23a64b4528c5037e5b285991efa4ded102b3ba045f1f88235a9ab1769b85da82ff7c8fcb50efedf75a0622ac01500a803423fa1f8404
 DIST autoprefixer-rails-7.1.1.2.gem 185344 SHA256 
0523fa99a85fb0b5cb048880456c6b56d1ee81e04f87cfff5f4c8a1e19e7cf3a SHA512 
5aa1cec56368ded69a7adc090c9a3921674e5ecb38cbac7b81b7b6bfe22a35eea74d906cb738117523e964afde3372fad27d14b712bbd9042aec3ff7477f664d
 WHIRLPOOL 
4d8507d44c0f65a964264b922a7032ec8f0d51deb93e395b81b18b83ba84bcf2d2144d51551308cc9ac836b5dd7d427bea83dd48133a4f70a95c62e12acccb6d
+DIST autoprefixer-rails-7.1.1.3.gem 197120 SHA256 
e98fe82dc309298ca3dffd15c41bd98f263f46ad95dbf6b213b47ae8c06321c2 SHA512 
2dc36600c3b7544985797ecbd113cab5878afa5b473d758ed4d101b1850774ed57cb07c2a759b5b37c316ae6d4b4e7e168961122c8d53a3fca6b039557234f4c
 WHIRLPOOL 
937936a2a7f8a6b4fd07a6aa864ded33185aed76afa79ea01833b7a619e99bc544db3725cb553e5d3eaaf4011f5d65bb360992632e02fa55a77d0b46c5d7d05c
 DIST autoprefixer-rails-7.1.1.gem 184320 SHA256 
0d0c0923135c0162906ca132a26d1649b5bac5435c6baceaf9f837e5ad1e2958 SHA512 
dfca5f209e4ff1b907a56dbee27e5338715d3cf4ed1d0700d2edef0ab4c0e52c36f1a70ce707f210dda9d8a9b1dec8b02b53db2205cdaa80f5484815b9364502
 WHIRLPOOL 
8b588242cbbd8d09db31ae8417afae2f72d5f9774e2ca74213b814bd75237574b13418ab8246b3949e276cb08108252e0581e1555d5c3d443ffbf8762dad10a2

diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.1.3.ebuild 
b/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.1.3.ebuild
new file mode 100644
index 000..3f028c0f520
--- /dev/null
+++ b/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.1.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="vendor"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Add vendor prefixes to CSS rules using values from the Can I Use 
website"
+HOMEPAGE="https://github.com/ai/autoprefixer-rails;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="7"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/execjs:*"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rails
+   dev-ruby/rake
+   dev-ruby/rspec-rails
+)"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" -e "/BUNDLE/d" spec/app/config/boot.rb || die
+   sed -i -e "/Bundler/,+3d" spec/app/config/application.rb || die
+   rm spec/rails_spec.rb spec/compass_spec.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ssh2/, dev-php/pecl-ssh2/files/

2017-07-04 Thread Brian Evans
commit: e8e572057cf5e76ae91507d103caf29096eedf52
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  5 02:27:36 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  5 02:27:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e57205

dev-php/pecl-ssh2: Revbump to include upstream patch for 5.6; wrt bug 603290

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/pecl-ssh2/files/0.13-parse_url-fix.patch | 49 
 dev-php/pecl-ssh2/pecl-ssh2-0.13-r3.ebuild   | 31 +++
 2 files changed, 80 insertions(+)

diff --git a/dev-php/pecl-ssh2/files/0.13-parse_url-fix.patch 
b/dev-php/pecl-ssh2/files/0.13-parse_url-fix.patch
new file mode 100644
index 000..c9c052fd32d
--- /dev/null
+++ b/dev-php/pecl-ssh2/files/0.13-parse_url-fix.patch
@@ -0,0 +1,49 @@
+From 093906ec1c065e86ad1cd4dabbc89b1ccae11938 Mon Sep 17 00:00:00 2001
+From: Remi Collet 
+Date: Thu, 10 Nov 2016 09:16:02 +0100
+Subject: [PATCH] fix for PHP 7.0.13 where php_url_parse fails
+
+---
+ ssh2_fopen_wrappers.c | 17 -
+ 1 file changed, 12 insertions(+), 5 deletions(-)
+
+diff --git a/ssh2_fopen_wrappers.c b/ssh2_fopen_wrappers.c
+index 8472ddd..89b34eb 100644
+--- a/ssh2_fopen_wrappers.c
 b/ssh2_fopen_wrappers.c
+@@ -198,10 +198,20 @@ php_url *php_ssh2_fopen_wraper_parse_path(   char 
*path, char *type, php_stream_co
+   php_url *resource;
+   zval *methods = NULL, *callbacks = NULL, zsession, **tmpzval;
+   long resource_id;
+-  char *s, *username = NULL, *password = NULL, *pubkey_file = NULL, 
*privkey_file = NULL;
++  char *h, *s, *username = NULL, *password = NULL, *pubkey_file = NULL, 
*privkey_file = NULL;
+   int username_len = 0, password_len = 0;
+ 
+-  resource = php_url_parse(path);
++  h = strstr(path, "Resource id #");
++  if (h) {
++  /* Starting with 5.6.28, 7.0.13 need to be clean, else 
php_url_parse will fail */
++  char *tmp = estrdup(path);
++
++  strncpy(tmp + (h-path), h + sizeof("Resource id #")-1, 
strlen(tmp)-sizeof("Resource id #"));
++  resource = php_url_parse(tmp);
++  efree(tmp);
++  } else {
++  resource = php_url_parse(path);
++  }
+   if (!resource || !resource->path) {
+   return NULL;
+   }
+@@ -232,9 +242,6 @@ php_url *php_ssh2_fopen_wraper_parse_path( char *path, 
char *type, php_stream_co
+ 
+   /* Look for a resource ID to reuse a session */
+   s = resource->host;
+-  if (strncmp(resource->host, "Resource id #", sizeof("Resource id #") - 
1) == 0) {
+-  s = resource->host + sizeof("Resource id #") - 1;
+-  }
+   if (is_numeric_string(s, strlen(s), _id, NULL, 0) == IS_LONG) {
+   php_ssh2_sftp_data *sftp_data;
+ 
+-- 
+2.1.4
+

diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.13-r3.ebuild 
b/dev-php/pecl-ssh2/pecl-ssh2-0.13-r3.ebuild
new file mode 100644
index 000..ad10daaf227
--- /dev/null
+++ b/dev-php/pecl-ssh2/pecl-ssh2-0.13-r3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PHP_EXT_NAME="ssh2"
+
+USE_PHP="php5-6 php7-0 php7-1"
+
+inherit php-ext-pecl-r3
+
+USE_PHP="php5-6"
+
+DESCRIPTION="PHP bindings for the libssh2 library"
+LICENSE="PHP-3.01"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+DEPEND="net-libs/libssh2"
+RDEPEND="${DEPEND}"
+PDEPEND="php_targets_php7-0? ( dev-php/pecl-ssh2:7 )
+   php_targets_php7-1? ( dev-php/pecl-ssh2:7 )"
+
+src_prepare(){
+   if use php_targets_php5-6 ; then
+   local PATCHES=( "${FILESDIR}/0.13-parse_url-fix.patch" )
+   php-ext-source-r3_src_prepare
+   else
+   default_src_prepare
+   fi
+}



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

2017-07-04 Thread Brian Evans
commit: 521b3b7f26bbb076b43c436642bb2a4a82b9c5dc
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  5 02:28:48 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  5 02:28:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521b3b7f

dev-php/pecl-ssh2: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/pecl-ssh2/Manifest |  1 -
 dev-php/pecl-ssh2/pecl-ssh2-0.13-r2.ebuild | 30 --
 dev-php/pecl-ssh2/pecl-ssh2-1.0-r1.ebuild  | 29 -
 3 files changed, 60 deletions(-)

diff --git a/dev-php/pecl-ssh2/Manifest b/dev-php/pecl-ssh2/Manifest
index f637a5da96d..f91a6057a04 100644
--- a/dev-php/pecl-ssh2/Manifest
+++ b/dev-php/pecl-ssh2/Manifest
@@ -1,4 +1,3 @@
 DIST ssh2-0.12.tgz 26223 SHA256 
600c82d2393acf3642f19914f06a7afea57ee05cb8c10e8a5510b32188b97f99 SHA512 
e48f8051f9234841bb0fc10594dcd90badf2d880d75c4bd59f847e3d4276e9fdd3fe71c1c01c07fb9f552cec470f3dbac6ae1db4d33e5793d3988ea5bac1d5bd
 WHIRLPOOL 
ff8e983027281db4fdff6c85d4a98c8987277abe40c82b4306a86459661864e4ca534b48ee22186d01b8166a58980bf5cba374a35d4e477e4dbb41f8c845a601
 DIST ssh2-0.13.tgz 28984 SHA256 
cb2cb8ab840b5b36bcd8a8df06ea4a970a61e4cb3980f3c0ac5c913522e6c1be SHA512 
c031e22853bf5cf8ee59dc5b99d9e7e60af1507a22e7d0a9e2f54b8f1758a03a6cea91c539e0f667d48ec66185fdc8a28c47e5a1e10a72220c0cb16b3948e1d0
 WHIRLPOOL 
62c36541bd3d7c579fdd4e3c8114e26dbda7206839db75d77b84fe320a87c1b8033b618da31a8d9038d5fb5874fa05a333e3b391a9e33fc1f723138be8e3ac71
-DIST ssh2-1.0.tgz 29013 SHA256 
6a93891878b23904a773eb814fec7aea4ea00b4a412ee779c8535ed9c5e46ced SHA512 
9e21b4d5d640f595ff812c341387cd51917aed2df00bb8c94ff7e494953a3599dc1cbfa6f04248f3145fc1b097fcf6c066710c8f2a41e565a3f57cad999877f9
 WHIRLPOOL 
54cb8d262ac3219443962a8df4147ede8c8e700fba0a5fd5d0422707a392d0feabad86c81cc80bdba5b5d4e840a54337d278263c3d764116f51880fa1f5c07c5
 DIST ssh2-1.1.1.tgz 27551 SHA256 
30963a0a4d9f704d594d875665c1ea297730a6efe2af22dff12a78183907ac0c SHA512 
92cc40627a6114a4b0e7b8437e5e0b219b49dfbed9668937e7d0d37492a101c9f25381b5a1533f91c0530fdebe66af7bcb68ff4231a7ecd806b99d8a04f74d79
 WHIRLPOOL 
cfbbb940ace42eb41c2852a1fb9514b36f64820cd2e45cd14808614d9b7ca8d347d1c9d5042bb38e215b5c88d113e5cfc2bda531240e2550f9e14798069198ca

diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.13-r2.ebuild 
b/dev-php/pecl-ssh2/pecl-ssh2-0.13-r2.ebuild
deleted file mode 100644
index df76f8cc3b8..000
--- a/dev-php/pecl-ssh2/pecl-ssh2-0.13-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="ssh2"
-
-USE_PHP="php5-6 php7-0 php7-1"
-
-inherit php-ext-pecl-r3
-
-USE_PHP="php5-6"
-
-DESCRIPTION="PHP bindings for the libssh2 library"
-LICENSE="PHP-3.01"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-DEPEND="net-libs/libssh2"
-RDEPEND="${DEPEND}"
-PDEPEND="php_targets_php7-0? ( dev-php/pecl-ssh2:7 )
-   php_targets_php7-1? ( dev-php/pecl-ssh2:7 )"
-
-src_prepare(){
-   if use php_targets_php5-6 ; then
-   php-ext-source-r3_src_prepare
-   else
-   default_src_prepare
-   fi
-}

diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.0-r1.ebuild 
b/dev-php/pecl-ssh2/pecl-ssh2-1.0-r1.ebuild
deleted file mode 100644
index 28dc40b3371..000
--- a/dev-php/pecl-ssh2/pecl-ssh2-1.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="ssh2"
-
-USE_PHP="php5-6 php7-0 php7-1"
-
-inherit php-ext-pecl-r3
-
-USE_PHP="php7-0 php7-1"
-
-DESCRIPTION="PHP bindings for the libssh2 library"
-LICENSE="PHP-3.01"
-SLOT="7"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-DEPEND=">=net-libs/libssh2-1.2"
-RDEPEND="${DEPEND}
-   php_targets_php5-6? ( dev-php/pecl-ssh2:0[php_targets_php5-6] )"
-
-src_prepare() {
-   if use php_targets_php7-0 || use php_targets_php7-1; then
-   php-ext-source-r3_src_prepare
-   else
-   default_src_prepare
-   fi
-}



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

2017-07-04 Thread Brian Evans
commit: 169a998be77bd0b5eeaaf1201ba823994ea43116
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  5 02:23:16 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  5 02:23:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169a998b

dev-php/pecl-ssh2: Version bump to 1.1.1 fixes bug 603290

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/pecl-ssh2/Manifest   |  1 +
 dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-php/pecl-ssh2/Manifest b/dev-php/pecl-ssh2/Manifest
index c73698c884d..f637a5da96d 100644
--- a/dev-php/pecl-ssh2/Manifest
+++ b/dev-php/pecl-ssh2/Manifest
@@ -1,3 +1,4 @@
 DIST ssh2-0.12.tgz 26223 SHA256 
600c82d2393acf3642f19914f06a7afea57ee05cb8c10e8a5510b32188b97f99 SHA512 
e48f8051f9234841bb0fc10594dcd90badf2d880d75c4bd59f847e3d4276e9fdd3fe71c1c01c07fb9f552cec470f3dbac6ae1db4d33e5793d3988ea5bac1d5bd
 WHIRLPOOL 
ff8e983027281db4fdff6c85d4a98c8987277abe40c82b4306a86459661864e4ca534b48ee22186d01b8166a58980bf5cba374a35d4e477e4dbb41f8c845a601
 DIST ssh2-0.13.tgz 28984 SHA256 
cb2cb8ab840b5b36bcd8a8df06ea4a970a61e4cb3980f3c0ac5c913522e6c1be SHA512 
c031e22853bf5cf8ee59dc5b99d9e7e60af1507a22e7d0a9e2f54b8f1758a03a6cea91c539e0f667d48ec66185fdc8a28c47e5a1e10a72220c0cb16b3948e1d0
 WHIRLPOOL 
62c36541bd3d7c579fdd4e3c8114e26dbda7206839db75d77b84fe320a87c1b8033b618da31a8d9038d5fb5874fa05a333e3b391a9e33fc1f723138be8e3ac71
 DIST ssh2-1.0.tgz 29013 SHA256 
6a93891878b23904a773eb814fec7aea4ea00b4a412ee779c8535ed9c5e46ced SHA512 
9e21b4d5d640f595ff812c341387cd51917aed2df00bb8c94ff7e494953a3599dc1cbfa6f04248f3145fc1b097fcf6c066710c8f2a41e565a3f57cad999877f9
 WHIRLPOOL 
54cb8d262ac3219443962a8df4147ede8c8e700fba0a5fd5d0422707a392d0feabad86c81cc80bdba5b5d4e840a54337d278263c3d764116f51880fa1f5c07c5
+DIST ssh2-1.1.1.tgz 27551 SHA256 
30963a0a4d9f704d594d875665c1ea297730a6efe2af22dff12a78183907ac0c SHA512 
92cc40627a6114a4b0e7b8437e5e0b219b49dfbed9668937e7d0d37492a101c9f25381b5a1533f91c0530fdebe66af7bcb68ff4231a7ecd806b99d8a04f74d79
 WHIRLPOOL 
cfbbb940ace42eb41c2852a1fb9514b36f64820cd2e45cd14808614d9b7ca8d347d1c9d5042bb38e215b5c88d113e5cfc2bda531240e2550f9e14798069198ca

diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild 
b/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild
new file mode 100644
index 000..28dc40b3371
--- /dev/null
+++ b/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PHP_EXT_NAME="ssh2"
+
+USE_PHP="php5-6 php7-0 php7-1"
+
+inherit php-ext-pecl-r3
+
+USE_PHP="php7-0 php7-1"
+
+DESCRIPTION="PHP bindings for the libssh2 library"
+LICENSE="PHP-3.01"
+SLOT="7"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+DEPEND=">=net-libs/libssh2-1.2"
+RDEPEND="${DEPEND}
+   php_targets_php5-6? ( dev-php/pecl-ssh2:0[php_targets_php5-6] )"
+
+src_prepare() {
+   if use php_targets_php7-0 || use php_targets_php7-1; then
+   php-ext-source-r3_src_prepare
+   else
+   default_src_prepare
+   fi
+}



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

2017-07-04 Thread Brian Evans
commit: 2b35a96c0b18e5ea6e58f236ba34a1180be9e243
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  5 01:49:43 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  5 01:49:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b35a96c

dev-php/pecl-redis: Drop old versions

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/pecl-redis/Manifest|  3 --
 dev-php/pecl-redis/pecl-redis-2.2.7-r1.ebuild  | 34 -
 dev-php/pecl-redis/pecl-redis-3.1.1.ebuild | 51 --
 dev-php/pecl-redis/pecl-redis-3.1.1_rc2.ebuild | 51 --
 4 files changed, 139 deletions(-)

diff --git a/dev-php/pecl-redis/Manifest b/dev-php/pecl-redis/Manifest
index 0eb9859c83a..e28e3aa6d17 100644
--- a/dev-php/pecl-redis/Manifest
+++ b/dev-php/pecl-redis/Manifest
@@ -1,4 +1 @@
-DIST redis-2.2.7.tgz 134340 SHA256 
95e5331cd7e709771eb4479c455bcf326a74b2aea3b1a5cba00b4c95e66dc902 SHA512 
88be2abeda62b7c1c95b6d399bbb5f97774d956001b4d13a8e5f183e86fe6336d91f479a8125adcaeff1ad5617a920953961360fc3484ebafc3ed915bcd7f86c
 WHIRLPOOL 
e7c8ea7c0c4578933211d4571d742ad09eadb5dd93e207d4f0d5858bfacb7a78eb4bd7ed34cafbc17b465b0d423ea0ff788dee907d89c4939ee4a9acbbe8b95d
-DIST redis-3.1.1.tgz 198597 SHA256 
aa1a30f2c5e1f532289b9b90af71b42db86bb85e9f8c344a455a4312c79d917e SHA512 
a9bf74342dbaec518623f99a958130d61ae643111448dd16c974fcf96ec722d34c1f7d2e7b09e786abe7432bff1d34e2d8bd895c8b6c5f9b88faac701eb77b2a
 WHIRLPOOL 
1053247b933a7f0bc2d6d79f981e0745e1d6db094fc9d4588a1e23e9670bdfabeb53ac5cae5ddf70ee8544df02dac0435f9339612e04e174055529670b705c07
-DIST redis-3.1.1RC2.tgz 198513 SHA256 
21dc974d12ed707c2dce34b268eb3411338961cd4c849325e7c28a587f137efe SHA512 
8c008d3549347c56c6e0226967da387a93f7f6ca32071c45487fecc072fc09cf71d901ef26a871a510cf4b1bbe6d7a0ab5341691f9510b1bbd5e7dc067b08272
 WHIRLPOOL 
ee68ce66a2ba40723c3be6e95b58d69ed11fe26b8e68abf14eda72b3044edd34d4a01c27950865246f04602aa3d0223351a92774d7ccb0a98d3f1897a3680695
 DIST redis-3.1.2.tgz 199041 SHA256 
a7687d007e48bef92049b8f53b425244d663da57d6b646d139248839e01f4ea3 SHA512 
14b6321072f8ab41b8293b40ea8e1e2bdac1bb694c4566467ea4e6ced37c8fc41bf5712bd27cebf509f25fda0492765cd2c8d2fe61395bcb0b0d9cbbceebe684
 WHIRLPOOL 
c619f04d6392ad4d81e3f41c83dce4f92c932805bbf7f418e8caa963744cedfaa03e6fb3433eec308da188577aa7fac4d1e35a14175f01c2f6d83571ce8f35a4

diff --git a/dev-php/pecl-redis/pecl-redis-2.2.7-r1.ebuild 
b/dev-php/pecl-redis/pecl-redis-2.2.7-r1.ebuild
deleted file mode 100644
index 1ca501dd47c..000
--- a/dev-php/pecl-redis/pecl-redis-2.2.7-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PHP_EXT_NAME="redis"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-4 php5-5 php5-6"
-
-DOCS="arrays.markdown README.markdown"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="amd64"
-
-DESCRIPTION="PHP extension for interfacing with Redis"
-LICENSE="PHP-3.01"
-SLOT="0"
-IUSE="igbinary"
-
-DEPEND="igbinary? (
-   php_targets_php5-4? ( dev-php/igbinary[php_targets_php5-4] )
-   php_targets_php5-5? ( dev-php/igbinary[php_targets_php5-5] )
-   php_targets_php5-6? ( dev-php/igbinary[php_targets_php5-6] ) )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   my_conf="--enable-redis
-   $(use_enable igbinary redis-igbinary)"
-
-   php-ext-source-r2_src_configure
-}

diff --git a/dev-php/pecl-redis/pecl-redis-3.1.1.ebuild 
b/dev-php/pecl-redis/pecl-redis-3.1.1.ebuild
deleted file mode 100644
index 3c2df8c79d4..000
--- a/dev-php/pecl-redis/pecl-redis-3.1.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="redis"
-USE_PHP="php5-6 php7-0 php7-1"
-DOCS=( arrays.markdown cluster.markdown README.markdown CREDITS )
-MY_P="${PN/pecl-/}-${PV/_rc/RC}"
-PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
-PHP_EXT_S="${WORKDIR}/${MY_P}"
-
-inherit php-ext-pecl-r3
-
-DESCRIPTION="PHP extension for interfacing with Redis"
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="igbinary +session"
-
-DEPEND="igbinary? (
-   php_targets_php5-6? ( dev-php/igbinary[php_targets_php5-6] )
-   php_targets_php7-0? ( dev-php/igbinary[php_targets_php7-0] )
-   php_targets_php7-1? ( dev-php/igbinary[php_targets_php7-1] ) )"
-RDEPEND="${DEPEND} !dev-php/pecl-redis:7"
-
-# The test suite requires network access.
-RESTRICT=test
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-   local PHP_EXT_ECONF_ARGS=(
-   --enable-redis
-   $(use_enable igbinary redis-igbinary)
-   $(use_enable session redis-session)
-   )
-   php-ext-source-r3_src_configure
-}
-
-src_test(){
-   local slot
-   for slot in $(php_get_slots); do
-   php_init_slot_env "${slot}"
-   # Run tests for Redis class
-   

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

2017-07-04 Thread Brian Evans
commit: 503ce24d50141c41982ffb6169226dcaca7eedcb
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  5 01:54:41 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  5 01:54:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503ce24d

dev-php/igbinary: Version bump to 2.0.4

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/igbinary/Manifest  |  1 +
 dev-php/igbinary/igbinary-2.0.4.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest
index 6b83e18ca46..e1ef5063d4c 100644
--- a/dev-php/igbinary/Manifest
+++ b/dev-php/igbinary/Manifest
@@ -1,2 +1,3 @@
 DIST igbinary-1.2.1-r1.tar.gz 143092 SHA256 
f71a2e085669ed915740b29f55b6a81e30bae52215d041938afb9212e6bafc27 SHA512 
5e69831606cfe47db2ae2b2200bd8bcfce42db32599a2a58cf23238d88896a2ef79baf16e78b3aaefb8725f8fdd7b815470e2d314ba14ea05f33be547da31777
 WHIRLPOOL 
f7eb5d28b536bd1d2b0565f3e8541cbdb39edd2f5130bd041f0d75cc8218edeaa8719ebaea4d8ddf372172df9863d9d72a12dd8fc09c3653418b49e26d0e2f61
 DIST igbinary-2.0.1.tar.gz 178227 SHA256 
9c66e6bb8225bf559148661d8ef81451e5f67f0a565d975dc0918abd8c35e0ed SHA512 
230a730aa39102401ac6e386452b6f1d523a46c1cd6f3edc8e48ecaf9be1efd60edd0299b0cf56af8b1e32ebba1f80be8bca3727661412b084c4e248f44c9633
 WHIRLPOOL 
79dc6cbca45d0f902067d809a87a2f0cc8dbd89759a4513febb1940cd5f7cef28cc6ce8478470306607972a1e216f7809bfa488dc3fa62b57948d786b25ee9f7
+DIST igbinary-2.0.4.tar.gz 179588 SHA256 
7b71e60aeada2b9729f55f3552da28375e3c5c66194b2c905af15c3756cf34c8 SHA512 
4f3159dfc4c4e660b171d7958fcd3c0628b6310b23c8c13b6821e8517d437928583b225a84990f30b095f7fe771fb66ba5e933417cce56bf46872803312692c2
 WHIRLPOOL 
863bbf405fd1c787cc3772218c8b8104d57d980a8b2bd95763d5adeb52c86dc6247d0c07c554c52d44506b6cefb09d9183f0ebe9f216c78e8d6224a2d39d1c7d

diff --git a/dev-php/igbinary/igbinary-2.0.4.ebuild 
b/dev-php/igbinary/igbinary-2.0.4.ebuild
new file mode 100644
index 000..520690d6247
--- /dev/null
+++ b/dev-php/igbinary/igbinary-2.0.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PHP_EXT_NAME="${PN}"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+DOCS=( ChangeLog NEWS README.md )
+PHP_EXT_ECONF_ARGS=( --enable-${PN} )
+
+USE_PHP="php5-6 php7-0 php7-1"
+
+inherit php-ext-source-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="A fast drop-in replacement for the standard PHP serialize"
+HOMEPAGE="https://github.com/${PN}/${PN};
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""



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

2017-07-04 Thread Brian Evans
commit: 1e1669ffbcc3af09d3a49622e016324cf93a5cc1
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  5 01:55:42 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  5 01:55:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1669ff

dev-php/igbinary: Drop old version

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/igbinary/Manifest |  1 -
 dev-php/igbinary/igbinary-1.2.1-r1.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest
index e1ef5063d4c..ed99467fb86 100644
--- a/dev-php/igbinary/Manifest
+++ b/dev-php/igbinary/Manifest
@@ -1,3 +1,2 @@
-DIST igbinary-1.2.1-r1.tar.gz 143092 SHA256 
f71a2e085669ed915740b29f55b6a81e30bae52215d041938afb9212e6bafc27 SHA512 
5e69831606cfe47db2ae2b2200bd8bcfce42db32599a2a58cf23238d88896a2ef79baf16e78b3aaefb8725f8fdd7b815470e2d314ba14ea05f33be547da31777
 WHIRLPOOL 
f7eb5d28b536bd1d2b0565f3e8541cbdb39edd2f5130bd041f0d75cc8218edeaa8719ebaea4d8ddf372172df9863d9d72a12dd8fc09c3653418b49e26d0e2f61
 DIST igbinary-2.0.1.tar.gz 178227 SHA256 
9c66e6bb8225bf559148661d8ef81451e5f67f0a565d975dc0918abd8c35e0ed SHA512 
230a730aa39102401ac6e386452b6f1d523a46c1cd6f3edc8e48ecaf9be1efd60edd0299b0cf56af8b1e32ebba1f80be8bca3727661412b084c4e248f44c9633
 WHIRLPOOL 
79dc6cbca45d0f902067d809a87a2f0cc8dbd89759a4513febb1940cd5f7cef28cc6ce8478470306607972a1e216f7809bfa488dc3fa62b57948d786b25ee9f7
 DIST igbinary-2.0.4.tar.gz 179588 SHA256 
7b71e60aeada2b9729f55f3552da28375e3c5c66194b2c905af15c3756cf34c8 SHA512 
4f3159dfc4c4e660b171d7958fcd3c0628b6310b23c8c13b6821e8517d437928583b225a84990f30b095f7fe771fb66ba5e933417cce56bf46872803312692c2
 WHIRLPOOL 
863bbf405fd1c787cc3772218c8b8104d57d980a8b2bd95763d5adeb52c86dc6247d0c07c554c52d44506b6cefb09d9183f0ebe9f216c78e8d6224a2d39d1c7d

diff --git a/dev-php/igbinary/igbinary-1.2.1-r1.ebuild 
b/dev-php/igbinary/igbinary-1.2.1-r1.ebuild
deleted file mode 100644
index 08e66886766..000
--- a/dev-php/igbinary/igbinary-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PHP_EXT_NAME="${PN}"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="ChangeLog NEWS README.md"
-
-USE_PHP="php5-4 php5-5 php5-6"
-
-inherit php-ext-source-r2
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="A fast drop-in replacement for the standard PHP serialize"
-HOMEPAGE="https://github.com/${PN}/${PN};
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${PF}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_configure() {
-   my_conf="--enable-${PN}"
-   php-ext-source-r2_src_configure
-}
-
-src_test() {
-   for slot in $(php_get_slots); do
-   php_init_slot_env ${slot}
-   NO_INTERACTION="yes" emake test \
-   || die "test suite failed for slot ${slot}"
-   done
-}



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

2017-07-04 Thread Brian Evans
commit: ad1ce0da4968bc0d50ea57fcd6b86d6bf58e9307
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  5 01:43:23 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  5 01:43:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1ce0da

dev-php/pecl-mailparse: Drop old versions

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/pecl-mailparse/Manifest|  1 -
 .../pecl-mailparse/pecl-mailparse-2.1.6-r3.ebuild  | 31 
 .../pecl-mailparse/pecl-mailparse-3.0.1-r1.ebuild  | 43 --
 3 files changed, 75 deletions(-)

diff --git a/dev-php/pecl-mailparse/Manifest b/dev-php/pecl-mailparse/Manifest
index 7f54b236380..b56f3e8579a 100644
--- a/dev-php/pecl-mailparse/Manifest
+++ b/dev-php/pecl-mailparse/Manifest
@@ -1,3 +1,2 @@
 DIST mailparse-2.1.6.tgz 36538 SHA256 
73705197d2b2ee782efa5477eb2a21432f592c2cb05a72c3a037bbe39e02b5cc SHA512 
a7337dd2e99a953a55b38c236da95a6bd2950c2bca16fc0ddfec39be8b0ffe01007353fc7b562d0509e0bb1623c3d2b03935d1c98a07dcd9f0b14bb508bce374
 WHIRLPOOL 
238f209a45d83eb9b91cf34f1398ff85c538e8273f73791d4736b15e21de3d48395fd0b838e927cd9dd247bff265782c3e96c87b1d90e73bffc1e6b04beea1ba
-DIST mailparse-3.0.1.tgz 38226 SHA256 
42ee10de881a3739acf73ddef8800d80c3c57f70072f41bdb22e6e87ebc9cc62 SHA512 
42318d145c49644b0a1aea0e18aa3c6899f8ee2a8def7b9c22f7c02737426de22aba00a4c899a269b1d8e64c190654413d857622c882b92caa07f201620f1e61
 WHIRLPOOL 
0f451f7059e983cc95b87672da07c241be94393b504d44a3faf096be10de4d270191a20591ce2e7fa12ad5572424064a6f10480a769ec5f0b4e09f4638c294dd
 DIST mailparse-3.0.2.tgz 38206 SHA256 
d81a6f8a48e43fca1c0f0d6c90d666830c24d584a23a60add43062aaf221843b SHA512 
be04e15cf3577542447186d7ead4e31159c171c99de0a255d4ee2f6f760b80ecb44be056bd9089180601f622b9a71f4331f194e1adaa702d1d964009682896f6
 WHIRLPOOL 
d93cedfa38d5c746e680edcdcac2c6e8baf5f223b01c1868b1a8f9390ef1b3ebe50802c50e338b45528d68a4342c4b7020236e90cb397a97479b70cdf3f99e20

diff --git a/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r3.ebuild 
b/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r3.ebuild
deleted file mode 100644
index 4334504cff4..000
--- a/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="mailparse"
-DOCS=( README )
-
-USE_PHP="php5-5 php5-6"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="amd64 ppc ppc64 x86"
-
-DESCRIPTION="PHP extension for parsing RFC822 and RFC2045 (MIME) messages"
-LICENSE="PHP-2.02"
-SLOT="0"
-IUSE=""
-
-for _target in ${USE_PHP}; do
-   _slot=${_target/php}
-   _slot=${_slot/-/.}
-   _PHPUSEDEPEND="${_PHPUSEDEPEND}
-   php_targets_${_target}? ( dev-lang/php:${_slot}[unicode] )"
-done
-unset slot target
-
-RDEPEND="${_PHPUSEDEPEND}"
-unset _PHPUSEDEPEND
-DEPEND="${RDEPEND}
-   dev-util/re2c"

diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.0.1-r1.ebuild 
b/dev-php/pecl-mailparse/pecl-mailparse-3.0.1-r1.ebuild
deleted file mode 100644
index ec3cb2ca0a2..000
--- a/dev-php/pecl-mailparse/pecl-mailparse-3.0.1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="mailparse"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( README )
-
-USE_PHP="php7-0 php5-6"
-
-inherit php-ext-pecl-r3
-
-# Only build for 7.0
-USE_PHP="php7-0"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-DESCRIPTION="PHP extension for parsing and working with RFC822 and MIME 
compliant messages"
-LICENSE="PHP-3.01"
-SLOT="7"
-IUSE=""
-
-for target in ${USE_PHP}; do
-   phpslot=${target/php}
-   phpslot=${phpslot/-/.}
-   PHPUSEDEPEND="${PHPUSEDEPEND}
-   php_targets_${target}? ( dev-lang/php:${phpslot}[unicode] )"
-done
-unset target phpslot
-
-DEPEND="${PHPUSEDEPEND}
-   dev-util/re2c"
-RDEPEND="${PHPUSEDEPEND} php_targets_php5-6? ( 
dev-php/pecl-mailparse:0[php_targets_php5-6] )"
-
-src_prepare() {
-   if use php_targets_php7-0 ; then
-   php-ext-source-r3_src_prepare
-   else
-   default_src_prepare
-   fi
-}



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

2017-07-04 Thread Chris Reffett
commit: f780d21d0fde41c3c79875e0814a7478cfeb8c5a
Author: Chris Reffett  gentoo  org>
AuthorDate: Wed Jul  5 01:24:47 2017 +
Commit: Chris Reffett  gentoo  org>
CommitDate: Wed Jul  5 01:24:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f780d21d

net-libs/biblesync: Add static useflag wrt bug 623808

Gentoo-Bug: 623808
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/biblesync/biblesync-1.1.2-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/net-libs/biblesync/biblesync-1.1.2-r1.ebuild 
b/net-libs/biblesync/biblesync-1.1.2-r1.ebuild
new file mode 100644
index 000..8a9ea543fea
--- /dev/null
+++ b/net-libs/biblesync/biblesync-1.1.2-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="A multicast protocol to support Bible software shared 
co-navigation"
+HOMEPAGE="http://www.crosswire.org/wiki/BibleSync;
+SRC_URI="mirror://sourceforge/gnomesword/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static"
+
+DEPEND="dev-util/cmake"
+RDEPEND=""
+
+src_configure() {
+   local mycmakeargs=(
+   "-DBUILD_SHARED_LIBS=$(usex !static)"
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/restic/

2017-07-04 Thread Göktürk Yüksek
commit: d444aec7d6cb100d05c72aa9d4e8718d60bb69ae
Author: David Roman  gmail  com>
AuthorDate: Sat Jul  1 18:18:17 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Jul  4 23:20:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d444aec7

app-backup/restic: bump to 0.7.0

 app-backup/restic/Manifest|  1 +
 app-backup/restic/restic-0.7.0.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/app-backup/restic/Manifest b/app-backup/restic/Manifest
index 462499e05f1..ae72245e315 100644
--- a/app-backup/restic/Manifest
+++ b/app-backup/restic/Manifest
@@ -1,3 +1,4 @@
 DIST restic-0.4.0.tar.gz 22926188 SHA256 
746dbc7b73f5a542be57b71714b243266a011f1d750f56f5100c08a59df1aeac SHA512 
ccd15f010f8da3bae3d33698e70ff1d9565f52fb56991b78d35f95493417a4ab050021153d81c424947233255d9553d050f7a66e1c709843fe3b2d323a81f85b
 WHIRLPOOL 
94e6b9ed777a86cb6e46cf734b9280e68cc2ce1ea061c8a94409dca594add1ec24fb736a56e35571302ff5043a60bef7f60ff3b39b038ee128bc815f7d3d48cd
 DIST restic-0.5.0.tar.gz 22937327 SHA256 
a8e99087478a076b8a9c7c74d37cd23a56224d8c9b242c171756784ade024fda SHA512 
571e4b0aa92a6cd9320f48c46a4b2190576d9328169d54762747dfa024ab280fb41ee377b59f0114d89ebd50bc54488a8cb5e2b36c57959202e848394107bb3c
 WHIRLPOOL 
19fef25a6e2dff3145a6700abb581e7cae3abe5522ee0197f56a572d499824e84ba25a3111c5e71856ffac18d75622766c74c585a44b6db489468050e1c8d59a
 DIST restic-0.6.1.tar.gz 25231223 SHA256 
7cd709c592a5978723673397d7d13c37c0977e20c43db253d0c274b53a55654a SHA512 
8c899ca8b6e3dfa399fe5c4306f72a1bcfa869dd667d27f3f88efa26aaa1000959bf91b515911b2ef7b2d4c5bb3e2ed4f202c87add7766d2147b7d40f0757a9a
 WHIRLPOOL 
39225876fd6ce9e4ddac765688238ab5ea430272aacc6e96d54c359de939d2e69cdc45a5571cb63777c258a74b5a9bfbd6114d2463004b242b009856d87b6e2e
+DIST restic-0.7.0.tar.gz 25331189 SHA256 
0d50e846429005fb78cb8d62876a8f0748942d7422cb115aba2d0669d25afee7 SHA512 
13a7748d5317fb623b4a2dcc7771f09a2039159cc2a0d762d80ca253d59dd5d22f463fb2b033d134b540c2f239b9a75bb2eb13a08a61e009b78a56fa73ff4c2d
 WHIRLPOOL 
ae0d7fb17df4fd8346dcdd80172ec44e7127c354237472611e43a31bf85ed4342a6d79725761a7667608095e36d14b0e85a3b58bde27db24d0e5c9ff9c1b5027

diff --git a/app-backup/restic/restic-0.7.0.ebuild 
b/app-backup/restic/restic-0.7.0.ebuild
new file mode 100644
index 000..03015bcb146
--- /dev/null
+++ b/app-backup/restic/restic-0.7.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A backup program that is fast, efficient and secure"
+HOMEPAGE="https://restic.github.io/;
+SRC_URI="https://github.com/restic/restic/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DOCS=( README.rst CONTRIBUTING.md doc/design.rst doc/faq.rst doc/index.rst 
doc/manual.rst
+   doc/rest_backend.rst doc/development.rst doc/talks.rst 
doc/tutorial_aws_s3.rst doc/installation.rst )
+
+DEPEND="dev-lang/go
+   test? ( sys-fs/fuse )"
+
+RDEPEND="sys-fs/fuse"
+
+src_compile() {
+   local mygoargs=(
+   -v
+   -work
+   -x
+   -tags release
+   -ldflags "-w -X main.version=${PV}"
+   -asmflags "-trimpath=${S}/vendor -trimpath=${S}"
+   -gcflags "-trimpath=${S}/vendor -trimpath=${S}"
+   -o "${S}"/restic cmds/restic
+   )
+
+   GOPATH="${S}:${S}/vendor" go build "${mygoargs[@]}" || die
+}
+
+src_test() {
+   GOPATH="${S}:${S}/vendor" go test -v -work -x restic/... cmds/... || die
+}
+
+src_install() {
+   dobin restic
+   einstalldocs
+}



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

2017-07-04 Thread Sebastien Fabbro
commit: 0c8a7e50990681e032d3f8512077bb503e96a571
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Jul  4 20:55:49 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Jul  4 23:05:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c8a7e50

dev-python/astroquery: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/astroquery/Manifest |  4 +-
 dev-python/astroquery/astroquery-0.3.1.ebuild  | 59 -
 dev-python/astroquery/astroquery-0.3.2.ebuild  | 60 --
 ...oquery-0.3.5.ebuild => astroquery-0.3.6.ebuild} |  7 +--
 4 files changed, 5 insertions(+), 125 deletions(-)

diff --git a/dev-python/astroquery/Manifest b/dev-python/astroquery/Manifest
index 65d796330e1..d1f8cfd11b2 100644
--- a/dev-python/astroquery/Manifest
+++ b/dev-python/astroquery/Manifest
@@ -1,3 +1 @@
-DIST astroquery-0.3.1.tar.gz 2786634 SHA256 
ad67bf4f31bc9e0c45621a19f7200d701ff7b5df2d78e9ba7095e65a2f69c50d SHA512 
e92f10dcdc4ced5c6841b35b7afc0ae645231810ae2951a04cc1c014819096bfd9296b1bc6d0f925a59e64e9011ec3f2436e36d0ec2181d271eb0aeba80906c8
 WHIRLPOOL 
ac91041f9bce69945000ded78a39992d724ce7a32937c4803daa51556c2b8ef4984c8da5b6ae1ae4b1e1747ae6ce83d13ee180bbe361b0aaa9ae6a790001
-DIST astroquery-0.3.2.tar.gz 2391386 SHA256 
06a03e38bdc8e193f8729f1b3c0ae7e2fb364187e2215d7ad2a20aef44feff3d SHA512 
445d1578cd8c86cdfdfba4cc25868c31884ef764b4617da982e24403d9d071cc80e54bd431a50da433f2775ee4dbf747129268b28cbac4438a21fd16ddad
 WHIRLPOOL 
c7227cf827d88d02b093bbf34e6b009053fa6b6dab49258e7c677fc2fec9228e39379c255ccca9b89cae932be97279107eae8a2bf292888d7f5697f8c62678a4
-DIST astroquery-0.3.5.tar.gz 2815313 SHA256 
5a27038f81d9875f17f3e0e7a3e958813816b2b612469ceec1972b6e79b06146 SHA512 
acd1a18f655c7d48dab5ec508a6efa6610686400ebe59716efa6eedea3bcf75bc5febcb483023ecead8b51db065763409be14c7ffb68cf37a5e8aa654246b26b
 WHIRLPOOL 
0ce014c69127958311cbe55b0e6f8ab74dc9615f55d20b8e6566dc5afce8769dece0295ca71c1874e0d94730f0c21205c8e75fc0048e04f3112762bec082299e
+DIST astroquery-0.3.6.tar.gz 2879493 SHA256 
80a8cc8a2b614b3e00357d32e551b01ce1a06a4029e6c620332e19e71ea47b88 SHA512 
631e42ef2c50b7a876efeff5a498707734a3ce29e9b5ad7074150272db4928b4f32572d1bfef37c10cb26c2f8fa39e4c7cc268d61320ba399f8479507b1a2fcd
 WHIRLPOOL 
0282141ab710cf4c6b58370f061a596019360cce8e994d6659702a5d7b1e8d2afa1267f286ca96480bfe88a4b728d3941d06c70aa44a4b75819ddd987097

diff --git a/dev-python/astroquery/astroquery-0.3.1.ebuild 
b/dev-python/astroquery/astroquery-0.3.1.ebuild
deleted file mode 100644
index 8711daead80..000
--- a/dev-python/astroquery/astroquery-0.3.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of packages to access online astronomical resources"
-HOMEPAGE="https://github.com/astropy/astroquery;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc test"
-
-DOCS=( README.rst )
-
-RDEPEND="
-   dev-python/astropy[${PYTHON_USEDEP}]
-   dev-python/astropy-helpers[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/keyring[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/aplpy[${PYTHON_USEDEP}]
-   dev-python/pyregion[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   sed -i -e '/auto_use/s/True/False/' setup.cfg || die
-   sed -i -e "s/= 'APLpy'/= 'aplpy'/" astroquery/conftest.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_compile_all() {
-   if use doc; then
-   python_setup
-   VARTEXFONTS="${T}"/fonts \
-   MPLCONFIGDIR="${BUILD_DIR}" \
-   PYTHONPATH="${BUILD_DIR}"/lib \
-   esetup.py build_sphinx
-   fi
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/astroquery/astroquery-0.3.2.ebuild 
b/dev-python/astroquery/astroquery-0.3.2.ebuild
deleted file mode 100644
index a30bbeaea4b..000
--- a/dev-python/astroquery/astroquery-0.3.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 xdg-utils
-
-DESCRIPTION="Collection of packages 

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/yt/

2017-07-04 Thread Sebastien Fabbro
commit: 7f6bad05f12b10dd435737dd06778bf8ba9f4573
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Jul  4 21:19:28 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Jul  4 23:05:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6bad05

sci-visualization/yt: version bump. switch to sci-astronomy

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-visualization/yt/Manifest  |  2 +-
 sci-visualization/yt/metadata.xml  | 17 +++
 .../yt/{yt-3.2.3.ebuild => yt-3.3.5.ebuild}| 24 --
 3 files changed, 19 insertions(+), 24 deletions(-)

diff --git a/sci-visualization/yt/Manifest b/sci-visualization/yt/Manifest
index 7cbddb0f7f6..261471f142b 100644
--- a/sci-visualization/yt/Manifest
+++ b/sci-visualization/yt/Manifest
@@ -1,2 +1,2 @@
-DIST yt-3.2.3.tar.gz 8585635 SHA256 
4d6ccf345d9fab965335c9faf8708c7eea79366b81d77f0f302808be3e82c0ed SHA512 
4e77cea0370148678c816ecd7be9c7549a10e0ddd02c68bc2ea6c88f1751eec9616f5fa844781b317f2dda644dfee8ebaa2c5f6dfaef554902451295c3e6ef72
 WHIRLPOOL 
79df77314c8e5bc6b10d8f36d9e63174eac30b9387c7dfaa0def43555e6e2d09a4ba532276ff7971b4fe892f40a08b9c0e15f80c401d2696080fd6c185bf15f9
 DIST yt-3.3.4.tar.gz 8913821 SHA256 
64c109ba4baf5afc0e1bc276ed2e3de13f1c5ce85c6d8b4c60e9a47c54bf3bcb SHA512 
8fb74b264f99c45c75a6ccf3509b6d1b5ad1e8cb11e437ee858fbe978548cd40fbfa61ee6790a41c252497ded6a840e48b237778a404473ec184672f2f8d52c6
 WHIRLPOOL 
c5a4be7b2ad25e2064fe92ad1e7fc547f9f232beb7a323fbe82e3bcc70857da2780f18117f60bf0a4ef55bc8d7b0b21fe6db97608fe4872076830f58e7454acd
+DIST yt-3.3.5.tar.gz 8913208 SHA256 
4d5c751b81b0daf6dcaff6ec0faefd97138c008019b52c043ab93403d71cedf6 SHA512 
1741ce038fc52d446a4fb9d4aab0c9af601cf5ce244979590fc218f54ae9ff2801c5d15ae039c8b51b2a56541646601243c7e3665e3339cb9150b03d869069de
 WHIRLPOOL 
80bddb7b9f80d043699951c3d0f830ca111eaa9b4ab3ff110e010169df4763bbe9bb4575793a3362cfe8583bad0aa0b9ba3d4e524398d24e1c5ba6d9602ec66e

diff --git a/sci-visualization/yt/metadata.xml 
b/sci-visualization/yt/metadata.xml
index daf230da534..bda8dce4cd3 100644
--- a/sci-visualization/yt/metadata.xml
+++ b/sci-visualization/yt/metadata.xml
@@ -2,15 +2,16 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-s...@gentoo.org
-Gentoo Science Project
+sci-astron...@gentoo.org
+Gentoo Astronomy Project
   
-  yt is an analysis and visualization system written in 
Python,
-   designed for use with Astrophysical Simulation codes. yt can 
process data in a
-   myriad of ways and make a variety of visualizations. It is 
designed to be portable
-   across simulation codes, and it is developed by developers from 
a variety of
-   institutions and backgrounds.
-   
+  
+yt is an analysis and visualization system written in Python,
+designed for use with Astrophysical Simulation codes. yt can process data 
in a
+myriad of ways and make a variety of visualizations. It is designed to be 
portable
+across simulation codes, and it is developed by developers from a variety 
of
+institutions and backgrounds.
+  
   
 yt
   

diff --git a/sci-visualization/yt/yt-3.2.3.ebuild 
b/sci-visualization/yt/yt-3.3.5.ebuild
similarity index 56%
rename from sci-visualization/yt/yt-3.2.3.ebuild
rename to sci-visualization/yt/yt-3.3.5.ebuild
index 9775c9e9b0f..4161ab6488b 100644
--- a/sci-visualization/yt/yt-3.2.3.ebuild
+++ b/sci-visualization/yt/yt-3.3.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1 flag-o-matic
 
@@ -16,31 +16,25 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
-CDEPEND="media-libs/libpng:0=
-   sci-libs/hdf5:=
-   dev-python/numpy[${PYTHON_USEDEP}]"
+CDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
 RDEPEND="${CDEPEND}
-   dev-python/ipython[notebook,${PYTHON_USEDEP}]
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/sympy[${PYTHON_USEDEP}]"
-#  dev-python/pyx[${PYTHON_USEDEP}]
 DEPEND="${CDEPEND}
-   >=dev-python/cython-0.22[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cython-0.24[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-20.0[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
)"
 
 python_prepare_all() {
append-flags -fno-strict-aliasing
-   sed -i yt/utilities/setup.py \
-   -e "s:/usr:${EPREFIX}/usr:g" || die
distutils-r1_python_prepare_all
 }
 
 python_test() {
-   pushd "${BUILD_DIR}"/lib > /dev/null
-   nosetests -sv || die "Tests fail with ${EPYTHON} ${PWD}"
-   popd > /dev/null
+   pushd 

[gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/, net-proxy/haproxy/files/

2017-07-04 Thread Robin H. Johnson
commit: 6b2cb49fea06e38d1437e96f7d8a12e8fd6711e1
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Tue Jul  4 22:20:55 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Jul  4 22:22:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2cb49f

net-proxy/haproxy: bump & file moves.

- Add 1.7.7 release.
- move haproxy & haproxy-systemd-wrapper binaries to sbin to match
  upstream & other distros, place symlinks in old location.

Package-Manager: portage-2.3.6
Signed-off-by: Robin H. Johnson  gentoo.org>

 net-proxy/haproxy/Manifest |   1 +
 net-proxy/haproxy/files/haproxy.initd-r5   |  85 +
 net-proxy/haproxy/haproxy-1.5.19-r1.ebuild | 135 +
 ...1.6.-r1.ebuild => haproxy-1.6.13-r2.ebuild} |  19 +--
 net-proxy/haproxy/haproxy-1.6.-r1.ebuild   |  18 +--
 ...oxy-1.6.-r1.ebuild => haproxy-1.7.7.ebuild} |  18 +--
 net-proxy/haproxy/haproxy-1.7.-r1.ebuild   |  18 +--
 7 files changed, 245 insertions(+), 49 deletions(-)

diff --git a/net-proxy/haproxy/Manifest b/net-proxy/haproxy/Manifest
index 84a3b66e25f..d529fb21be3 100644
--- a/net-proxy/haproxy/Manifest
+++ b/net-proxy/haproxy/Manifest
@@ -5,3 +5,4 @@ DIST haproxy-1.6.12.tar.gz 1580114 SHA256 
9bdf2bf855991dc4e0bf9b1ba2b1a322fc23f1
 DIST haproxy-1.6.13.tar.gz 1580214 SHA256 
7d318583f3a1bf185e857bd40449004b29c95547c89bbb36718f284e29502a1b SHA512 
ffed3b347e0cd9cefdc379c91890a3c104d6848b976a9f28984878a9c2d05ca7ddea678f7a93f75cb9d29ae2be921e5a5bd295b1a8771765b099d1c619ded7a3
 WHIRLPOOL 
70176ee090dacbbdc822c74bba137589f168482c560734c06b98dc23b4d957ed1e016309f11f25a0b486bc6917633455f1174dc6688d6aef53667c61b83a9ff3
 DIST haproxy-1.7.5.tar.gz 1743979 SHA256 
b04d7db6383c662eb0a421a95af7becac6d9744a1abf0df6b0280c1e61416121 SHA512 
9fc62b492b4eb80039511339d6e677107f4ba842f275d4be216a70a0d3d0463c819e10e365a7e9fe2e95e0b446b00350b4ee161e98bd724ca2e0e4e60bea5734
 WHIRLPOOL 
be176d9f237dcb36edaf223b86f3dc9baa964b4bffcba2af1aa267bbcaf2dee00b110c3dc70abc8aa96e37f55a9c99f29f416d9ecce3a62a712769647515b3ae
 DIST haproxy-1.7.6.tar.gz 1744267 SHA256 
88f84beba34d08a5495d908ca76866e033e6046e7c74f9477b9d5316f8c3d32a SHA512 
89de0ba58f98419dd86befede9cb1d30adcbcc6671605d9c41871f0dec5ef89392258781ab41451582f179f8b2fec586bfe5d0694f8e11c3a25cb3d313613737
 WHIRLPOOL 
100c9d402be3ccf695dabf1fa6aa6d8ef79b8275076acbfd36252d9a7cfa3eeccce9d67fc4730923ec5e647cb99065a982a0541578fd84f0926bd104b381b5fd
+DIST haproxy-1.7.7.tar.gz 1745024 SHA256 
81196ca449e4ada45fbd743fe3804bb82c25563ff9653e136872181ee5603ae2 SHA512 
aa4720962e94b00c2b6090f62fb875e8977783256d877eb799b6a48c884833bac00b12d04fabd440011007e2af1914e0d67ab485026a447d8a61d58128d04a5a
 WHIRLPOOL 
d730dd21f1d8c2132297011e3dfbbbc12b6aa2cc61b67ee1cb9001b9f320e1e403ba917b81c8159fc7e2b43a0e3c95fd27172e1c86aada4963d3a4ecaebb3e2e

diff --git a/net-proxy/haproxy/files/haproxy.initd-r5 
b/net-proxy/haproxy/files/haproxy.initd-r5
new file mode 100644
index 000..0f2435f7433
--- /dev/null
+++ b/net-proxy/haproxy/files/haproxy.initd-r5
@@ -0,0 +1,85 @@
+#!/sbin/openrc-run
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+extra_commands="checkconfig"
+extra_started_commands="reload"
+
+command="/usr/sbin/haproxy"
+
+pidfile="${HAPROXY_PIDFILE:-/run/${SVCNAME}.pid}"
+
+configs=
+
+if [ -z "${CONFIGS}" ]; then
+   if [ -f "/etc/haproxy/${SVCNAME}.cfg" ]; then
+   CONFIGS=/etc/haproxy/${SVCNAME}.cfg
+   elif [ -f "/etc/${SVCNAME}.cfg" ]; then
+   CONFIGS=/etc/${SVCNAME}.cfg # Deprecated
+   fi
+fi
+
+for conf in $CONFIGS; do
+   configs="${configs} -f ${conf}"
+done
+
+command_args="-D -p ${pidfile} ${configs} ${HAPROXY_OPTS}"
+
+depend() {
+   need net
+   use dns logger
+}
+
+checkconfig() {
+   if [ -z "${CONFIGS}" ]; then
+   eerror "No config(s) has been specified"
+   return 1
+   fi
+
+   for conf in $CONFIGS; do
+   if [ ! -f "${conf}" ]; then
+   eerror "${conf} does not exist!"
+   return 1
+   fi
+   done
+
+   ebegin "Checking ${CONFIGS}"
+   $command -q -c $configs $HAPROXY_OPTS
+   eend $?
+}
+
+start_pre() {
+   if [ "${RC_CMD}" != "restart" ]; then
+   checkconfig || return 1
+   fi
+}
+
+stop_pre() {
+   if [ "${RC_CMD}" = "restart" ]; then
+   checkconfig || return 1
+   fi
+}
+
+stop() {
+   local _t _pid
+
+   _t="$(mktemp)"
+   for _pid in $(cat ${pidfile}) ; do
+   echo "${_pid}" > "${_t}"
+   pidfile="${_t}" default_stop
+   done
+   rm -f "${_t}"
+}
+
+reload() {
+   checkconfig || { eerror "Reloading failed, please fix your config(s) 
first"; return 1; }
+
+   if [ "$(command -v reload_seamless)" = "reload_seamless" ]; then
+   einfo "Calling 

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

2017-07-04 Thread Sergei Trofimovich
commit: c7fd8ca29ce54f2c24159193798d3a84f4894455
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  4 21:35:15 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  4 21:56:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7fd8ca2

dev-lang/crystal: switch HOMEPAGE to https://

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/crystal/crystal-0.21.1.ebuild| 2 +-
 dev-lang/crystal/crystal-0.22.0.ebuild| 2 +-
 dev-lang/crystal/crystal-0.23.0-r1.ebuild | 2 +-
 dev-lang/crystal/crystal-0.23.0.ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/crystal/crystal-0.21.1.ebuild 
b/dev-lang/crystal/crystal-0.21.1.ebuild
index 0ceba51443f..19dbdc212a5 100644
--- a/dev-lang/crystal/crystal-0.21.1.ebuild
+++ b/dev-lang/crystal/crystal-0.21.1.ebuild
@@ -10,7 +10,7 @@ BV_AMD64=${BV}-linux-x86_64
 BV_X86=${BV}-linux-i686
 
 DESCRIPTION="The Crystal Programming Language"
-HOMEPAGE="http://crystal-lang.org;
+HOMEPAGE="https://crystal-lang.org;
 SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> 
${P}.tar.gz
amd64? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_AMD64}.tar.gz
 )
x86? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_X86}.tar.gz
 )"

diff --git a/dev-lang/crystal/crystal-0.22.0.ebuild 
b/dev-lang/crystal/crystal-0.22.0.ebuild
index 219789c6b1c..534a8852b6f 100644
--- a/dev-lang/crystal/crystal-0.22.0.ebuild
+++ b/dev-lang/crystal/crystal-0.22.0.ebuild
@@ -10,7 +10,7 @@ BV_AMD64=${BV}-linux-x86_64
 BV_X86=${BV}-linux-i686
 
 DESCRIPTION="The Crystal Programming Language"
-HOMEPAGE="http://crystal-lang.org;
+HOMEPAGE="https://crystal-lang.org;
 SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> 
${P}.tar.gz
amd64? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_AMD64}.tar.gz
 )
x86? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_X86}.tar.gz
 )"

diff --git a/dev-lang/crystal/crystal-0.23.0-r1.ebuild 
b/dev-lang/crystal/crystal-0.23.0-r1.ebuild
index e1dd05becf1..b526f802656 100644
--- a/dev-lang/crystal/crystal-0.23.0-r1.ebuild
+++ b/dev-lang/crystal/crystal-0.23.0-r1.ebuild
@@ -10,7 +10,7 @@ BV_AMD64=${BV}-linux-x86_64
 BV_X86=${BV}-linux-i686
 
 DESCRIPTION="The Crystal Programming Language"
-HOMEPAGE="http://crystal-lang.org;
+HOMEPAGE="https://crystal-lang.org;
 SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> 
${P}.tar.gz
amd64? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_AMD64}.tar.gz
 )
x86? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_X86}.tar.gz
 )"

diff --git a/dev-lang/crystal/crystal-0.23.0.ebuild 
b/dev-lang/crystal/crystal-0.23.0.ebuild
index 05929f747c3..5df6f0b6440 100644
--- a/dev-lang/crystal/crystal-0.23.0.ebuild
+++ b/dev-lang/crystal/crystal-0.23.0.ebuild
@@ -10,7 +10,7 @@ BV_AMD64=${BV}-linux-x86_64
 BV_X86=${BV}-linux-i686
 
 DESCRIPTION="The Crystal Programming Language"
-HOMEPAGE="http://crystal-lang.org;
+HOMEPAGE="https://crystal-lang.org;
 SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> 
${P}.tar.gz
amd64? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_AMD64}.tar.gz
 )
x86? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_X86}.tar.gz
 )"



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

2017-07-04 Thread Sergei Trofimovich
commit: f0819572cb5f3dc5642bacf6be0d078681f68ab3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  4 21:45:30 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  4 21:56:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0819572

sys-fs/mtpfs: switch HOMEPAGE to https://

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-fs/mtpfs/mtpfs-1.0.ebuild| 6 +++---
 sys-fs/mtpfs/mtpfs-1.1-r3.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-fs/mtpfs/mtpfs-1.0.ebuild b/sys-fs/mtpfs/mtpfs-1.0.ebuild
index c439d36d154..0968c88c865 100644
--- a/sys-fs/mtpfs/mtpfs-1.0.ebuild
+++ b/sys-fs/mtpfs/mtpfs-1.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 
 DESCRIPTION="A FUSE filesystem providing access to MTP devices"
-HOMEPAGE="http://www.adebenham.com/mtpfs/;
-SRC_URI="http://www.adebenham.com/debian/${P}.tar.gz;
+HOMEPAGE="https://www.adebenham.com/mtpfs/;
+SRC_URI="https://www.adebenham.com/debian/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/sys-fs/mtpfs/mtpfs-1.1-r3.ebuild b/sys-fs/mtpfs/mtpfs-1.1-r3.ebuild
index 78afd40d85a..5fb9a655bf9 100644
--- a/sys-fs/mtpfs/mtpfs-1.1-r3.ebuild
+++ b/sys-fs/mtpfs/mtpfs-1.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
 inherit eutils
 
 DESCRIPTION="A FUSE filesystem providing access to MTP devices"
-HOMEPAGE="http://www.adebenham.com/mtpfs/;
-SRC_URI="http://www.adebenham.com/files/mtp/${P}.tar.gz;
+HOMEPAGE="https://www.adebenham.com/mtpfs/;
+SRC_URI="https://www.adebenham.com/files/mtp/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"



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

2017-07-04 Thread Sergei Trofimovich
commit: 5ac717c211f8335f00b96313638e55034da205d7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  4 21:46:16 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  4 21:56:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac717c2

dev-lang/nim: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/nim/Manifest  |  3 --
 dev-lang/nim/files/nim-0.15.0-fix-mips-build.patch | 26 --
 dev-lang/nim/nim-0.14.2.ebuild | 54 -
 dev-lang/nim/nim-0.15.0-r1.ebuild  | 56 --
 dev-lang/nim/nim-0.15.2.ebuild | 54 -
 5 files changed, 193 deletions(-)

diff --git a/dev-lang/nim/Manifest b/dev-lang/nim/Manifest
index fc9f2cf7a4b..2dbcb31fa7f 100644
--- a/dev-lang/nim/Manifest
+++ b/dev-lang/nim/Manifest
@@ -1,5 +1,2 @@
-DIST nim-0.14.2.tar.xz 4778444 SHA256 
8f8d38d70ed57164795fc55e19de4c11488fcd31dbe42094e44a92a23e3f5e92 SHA512 
34afd07fafd066f6b4acc423c21e1cc275dce00f575d01f0d1edc147946930cf13c772abe0c4a081e2e0091ad41f6ae5cead20cc4d9a7cb3bc628ad7469f6459
 WHIRLPOOL 
7109f28fd8e0e83a386e9a26b46a3fbb2ad9cc0c8736107fe7eb573c301768d0c3d149407657478431f8107a539cb18bb6db5ce0e0de6e96e25769dfec43a2df
-DIST nim-0.15.0.tar.xz 3786260 SHA256 
c514535050b2b2156147bbe6e23aafe07cd996b2afa2c81fa9a09e1cd8c669fb SHA512 
b115ed08e888a1a92fca601ca5580815ed7c1e8baf158a4bc6d351933f99a06fb4725983feae2fded50ce46c46c5b3ca6485671e66eb71962dc2a2956bc83fd8
 WHIRLPOOL 
15312851dbeda771dfa6f9a061d6a8358e847668efba2a31f8506c4b9398bd96d02d587c55bab0955714d6894877c3cbf7be9625e4802ca17a150c678b5b245a
-DIST nim-0.15.2.tar.xz 3251764 SHA256 
905df2316262aa2cbacae067acf45fc05c2a71c8c6fde1f2a70c927ebafcfe8a SHA512 
708bcb5e4defed46982eff6434e9a54505d744e65336129f0fadc187ec3e6d538974b67ad1d0305e7d55e33582bfaa87c52224335d169517714a9f07b533eda6
 WHIRLPOOL 
fae86470d350aca4c65fcdc73a02a3f94eb288642a7294374581eb0e3bc3cc5e92d0bc48a2daec16fee54a1376722289886f7438fbf13b8645305f38d26ab902
 DIST nim-0.16.0.tar.xz 2907076 SHA256 
9e199823be47cba55e62dd6982f02cf0aad732f369799fec42a4d8c2265c5167 SHA512 
6be1c00328b7e5bdaa9070e1cd0e3c6e1883c5bc1e44e9c574785f9bce93697f05753f598cf6fdaa6c5a66f08c2ad6f7afb8f6650fc3b1c8e461eb0cf80baabd
 WHIRLPOOL 
425454faab87c0144712c50a114f9fc05dd2676b8d85b1de1cb7569403d60a557c41990ca03bfa04156289e49f1d2e6906a5b798341f642cea9c325546b38e41
 DIST nim-0.17.0.tar.xz 25079320 SHA256 
36e18dd9384f6c67e6d0199b871b43e774a0af30532698184d6f5a9cc9ac7a9b SHA512 
90d709b39746fac5582b9df69d3eb9e3b7a39563a98f7a3002f00716b936e4e0d2be47d8b877878318692e6e2b85c08077dfcc20d9059573a1967402c244894b
 WHIRLPOOL 
5c934a10e7c67a11964436ba3fe332320a6cc9fff15f93ce71e844024e48f77e6a809212882338ac6b3024bb15d2b0314068b643c251c65dfa258bb6daa52599

diff --git a/dev-lang/nim/files/nim-0.15.0-fix-mips-build.patch 
b/dev-lang/nim/files/nim-0.15.0-fix-mips-build.patch
deleted file mode 100644
index 467b55ecdfd..000
--- a/dev-lang/nim/files/nim-0.15.0-fix-mips-build.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From fe362543de00806a3d69ddd0de33caf0cae2e57e Mon Sep 17 00:00:00 2001
-From: GaveUp 
-Date: Tue, 4 Oct 2016 10:56:07 -0500
-Subject: [PATCH] Revert change to osalloc.nim from commit 8d7a45f.
-
-Change caused MAP_ANONYMOUS to have an incorrect value when compiling
-for mipsel.
-
-Fixes #4852.

- lib/system/osalloc.nim | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/lib/system/osalloc.nim b/lib/system/osalloc.nim
-index b07a362..316dd74 100644
 a/lib/system/osalloc.nim
-+++ b/lib/system/osalloc.nim
-@@ -87,8 +87,6 @@ elif defined(posix):
- const MAP_ANONYMOUS = 0x1000
-   elif defined(solaris):
- const MAP_ANONYMOUS = 0x100
--  elif defined(linux):
--const MAP_ANONYMOUS = 0x20
-   else:
- var
-   MAP_ANONYMOUS {.importc: "MAP_ANONYMOUS", header: "".}: cint

diff --git a/dev-lang/nim/nim-0.14.2.ebuild b/dev-lang/nim/nim-0.14.2.ebuild
deleted file mode 100644
index 90f62acd6ab..000
--- a/dev-lang/nim/nim-0.14.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN=Nim
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="compiled, garbage-collected systems programming language"
-HOMEPAGE="http://nim-lang.org/;
-SRC_URI="http://nim-lang.org/download/${P}.tar.xz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +readline test"
-
-DEPEND="
-   readline? ( sys-libs/readline:0= )
-"
-RDEPEND="${DEPEND}"
-
-nim_use_enable() {
-   [[ -z $2 ]] && die "usage: nim_use_enable  "
-   use $1 && echo "-d:$2"
-}
-
-src_compile() {
-   ./build.sh || die "build.sh failed"
-
-   ./bin/nim c koch || die "csources nim failed"
-   ./koch boot -d:release $(nim_use_enable readline useGnuReadline) || die 
"koch boot failed"
-
-   if use doc; then
-   

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

2017-07-04 Thread Sergei Trofimovich
commit: 45693f02eef0de040baec87042768d67a7cf6347
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  4 21:51:03 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  4 21:56:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45693f02

dev-lang/nim: switch HOMEPAGE to https://

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/nim/nim-0.16.0.ebuild | 4 ++--
 dev-lang/nim/nim-0.17.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/nim/nim-0.16.0.ebuild b/dev-lang/nim/nim-0.16.0.ebuild
index 252a8d85d68..6f4bf09dcfa 100644
--- a/dev-lang/nim/nim-0.16.0.ebuild
+++ b/dev-lang/nim/nim-0.16.0.ebuild
@@ -7,8 +7,8 @@ MY_PN=Nim
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="compiled, garbage-collected systems programming language"
-HOMEPAGE="http://nim-lang.org/;
-SRC_URI="http://nim-lang.org/download/${P}.tar.xz;
+HOMEPAGE="https://nim-lang.org/;
+SRC_URI="https://nim-lang.org/download/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/dev-lang/nim/nim-0.17.0.ebuild b/dev-lang/nim/nim-0.17.0.ebuild
index 0807e9d664e..be6d8989a30 100644
--- a/dev-lang/nim/nim-0.17.0.ebuild
+++ b/dev-lang/nim/nim-0.17.0.ebuild
@@ -4,8 +4,8 @@
 EAPI=6
 
 DESCRIPTION="compiled, garbage-collected systems programming language"
-HOMEPAGE="http://nim-lang.org/;
-SRC_URI="http://nim-lang.org/download/${P}.tar.xz;
+HOMEPAGE="https://nim-lang.org/;
+SRC_URI="https://nim-lang.org/download/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0"



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

2017-07-04 Thread Sergei Trofimovich
commit: ccbab3f85b5edc0004ae6c098c34215c36e19bdd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  4 21:40:33 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  4 21:56:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbab3f8

dev-lang/jwasm: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/jwasm/Manifest|  2 -
 .../jwasm/files/jwasm-2.10-gcc-4.8-fwdecl.patch| 41 ---
 dev-lang/jwasm/files/jwasm-2.10-types-test.patch   | 60 --
 .../jwasm/files/jwasm-2.10-uint_32-on-amd64.patch  | 28 --
 dev-lang/jwasm/jwasm-2.10-r1.ebuild| 41 ---
 dev-lang/jwasm/jwasm-2.11.ebuild   | 39 --
 6 files changed, 211 deletions(-)

diff --git a/dev-lang/jwasm/Manifest b/dev-lang/jwasm/Manifest
index 9e7b14f3e3f..851e153f3f1 100644
--- a/dev-lang/jwasm/Manifest
+++ b/dev-lang/jwasm/Manifest
@@ -1,3 +1 @@
-DIST JWasm210s.zip 939008 SHA256 
8d9a5ac95fa07a8e935423f3d1e44127c79d873e380f04d1ce8e1a65ca7daafd SHA512 
fed6a02e9c58d8c8e4ad83cfd93207c99dc2cc73626188abc2f376465f72dea5ad2ac747b2832cfd8053220b76fdfd58b89d9e484f380c2eb0af2b541f24ca7e
 WHIRLPOOL 
703f860303008cfadd6b42e36aee92e32d5b19af6f70040b083408e43ab5b7bbf83539c5ee96202c6a613ba8640ce2c8e18c465b853e1ac1727e03f30b2b10e8
 DIST JWasm211as.zip 1004993 SHA256 
6c7b8b4bc576a4e9d50a452f1b3117bb67e6043c34ac971f3cb250d2c2a55ae4 SHA512 
3e48e09955ccf8e641b36f54c93c3f36b275a0e662013a17dfd1f52a3e2872eff54be869596d0e72bdb2cc7e59c8fd1dee13477bf89a59bba4b212959cff9006
 WHIRLPOOL 
2b2bfd100b86dc749e77a0c99d77adf355a76ffbb0fee5464dd57e506c9178338368a3be7240c46a78c66f573ce25c8d7e1d0a4bedd388268b2932af7c5efd85
-DIST JWasm211s.zip 1006791 SHA256 
6d5ab10908fbedddf652b2c683e9fdf450caae9741082c1077100308d0879146 SHA512 
acbe102b8c6c5d1fdc3ae80944cc3c0fcf287b6ee967b13251ea3e2bcf9547a772c7c658f4f90e8da70b60749add59d5ab321773dc317eac652325b2bd874dd6
 WHIRLPOOL 
e2c28b46aa3d2d53e879f06931fa4ff3d7701541eb4fec7595b7df0c6682ddf72843ba04d072e2d55eb74139041c21a86298a03dad997c8f5b73cbc91958dbc6

diff --git a/dev-lang/jwasm/files/jwasm-2.10-gcc-4.8-fwdecl.patch 
b/dev-lang/jwasm/files/jwasm-2.10-gcc-4.8-fwdecl.patch
deleted file mode 100644
index 88bbcb94723..000
--- a/dev-lang/jwasm/files/jwasm-2.10-gcc-4.8-fwdecl.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From c2b789403a1ca833bcabada5347bb18d7bd095c2 Mon Sep 17 00:00:00 2001
-From: Sergei Trofimovich 
-Date: Wed, 15 May 2013 22:04:01 +0300
-Subject: [PATCH] fix build failure on gcc-4.8 (missing forward declaration)
-
-Fixes the following build error:
-> gcc -c -IH -D__UNIX__ -DNDEBUG -O2 -o GccUnixR/parser.o parser.c
-> In file included from parser.c:35:0:
-> H/parser.h:305:48: warning: 'struct expr' declared inside parameter list 
[enabled by default]
->  extern void   EmitConstError( const struct expr * );
-> ^
-> H/parser.h:305:48: warning: its scope is only this definition or 
declaration, which is probably not what you want [enabled by default]
-> parser.c:790:6: error: conflicting types for 'EmitConstError'
->  void EmitConstError( const struct expr *opnd )
->   ^
-> In file included from parser.c:35:0:
-> H/parser.h:305:19: note: previous declaration of 'EmitConstError' was here
->  extern void   EmitConstError( const struct expr * );
->^
-> make: *** [GccUnixR/parser.o] Error 1
-
-Signed-off-by: Sergei Trofimovich 

- H/parser.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/H/parser.h b/H/parser.h
-index 1744f0d..c2c7b99 100644
 a/H/parser.h
-+++ b/H/parser.h
-@@ -302,6 +302,7 @@ extern intSizeFromMemtype( enum memtype, int, 
struct asym * );
- extern ret_code   MemtypeFromSize( int, enum memtype * );
- extern intSizeFromRegister( int );
- extern ret_code   GetLangType( int *, struct asm_tok[], enum lang_type * );
-+struct expr;
- extern void   EmitConstError( const struct expr * );
- 
- extern void   sym_add_table( struct symbol_queue *, struct dsym * );
--- 
-1.8.2.1
-

diff --git a/dev-lang/jwasm/files/jwasm-2.10-types-test.patch 
b/dev-lang/jwasm/files/jwasm-2.10-types-test.patch
deleted file mode 100644
index e57c08afc83..000
--- a/dev-lang/jwasm/files/jwasm-2.10-types-test.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-From b19339d4356efbd9b49f73e67ed7c09b9dad4b75 Mon Sep 17 00:00:00 2001
-From: Sergei Trofimovich 
-Date: Thu, 16 May 2013 12:24:17 +0300
-Subject: [PATCH 1/2] types: add sanity tests for used sizes
-
-Signed-off-by: Sergei Trofimovich 

- GccUnix.mak |  2 +-
- checks.c| 26 ++
- 2 files changed, 27 insertions(+), 1 deletion(-)
- create mode 100644 checks.c
-
-diff --git a/GccUnix.mak b/GccUnix.mak
-index 567b842..bcb2fef 100644
 a/GccUnix.mak
-+++ b/GccUnix.mak
-@@ -44,7 +44,7 

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

2017-07-04 Thread Sergei Trofimovich
commit: bba64a968aeec4c90cad07c65cf3f811097bcbf7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  4 21:33:20 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  4 21:56:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba64a96

dev-util/bdelta: update HOMEPAGE, bump up to EAPI=6

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../{bdelta-0.3.1.ebuild => bdelta-0.3.1-r1.ebuild}  | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-util/bdelta/bdelta-0.3.1.ebuild 
b/dev-util/bdelta/bdelta-0.3.1-r1.ebuild
similarity index 76%
rename from dev-util/bdelta/bdelta-0.3.1.ebuild
rename to dev-util/bdelta/bdelta-0.3.1-r1.ebuild
index edb6de3eca3..c199f1524f7 100644
--- a/dev-util/bdelta/bdelta-0.3.1.ebuild
+++ b/dev-util/bdelta/bdelta-0.3.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 
 if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="git://github.com/jjwhitney/BDelta.git"
@@ -11,7 +11,7 @@ else
UNPACKER_ECLASS="vcs-snapshot"
 fi
 
-inherit eutils multilib toolchain-funcs ${UNPACKER_ECLASS}
+inherit toolchain-funcs ${UNPACKER_ECLASS}
 
 if [[ -z ${LIVE_EBUILD} ]]; then
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-linux"
@@ -19,16 +19,16 @@ if [[ -z ${LIVE_EBUILD} ]]; then
 fi
 
 DESCRIPTION="Binary Delta - Efficient difference algorithm and format"
-HOMEPAGE="http://bdelta.org;
+HOMEPAGE="https://github.com/jjwhitney/BDelta;
 
 SLOT="0"
 LICENSE="MPL-2.0"
 IUSE=""
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-soname.patch
-   epatch "${FILESDIR}"/${P}-gcc-6.patch
-}
+PATCHES=(
+   "${FILESDIR}"/${P}-soname.patch
+   "${FILESDIR}"/${P}-gcc-6.patch
+)
 
 src_compile() {
emake -C src \



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

2017-07-04 Thread Sergei Trofimovich
commit: 1e1634f143d7ed3d5395d02a49f3c3b147c5c3a6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  4 21:43:30 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  4 21:56:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1634f1

sys-fs/mtpfs: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-fs/mtpfs/mtpfs-1.1-r1.ebuild | 53 ---
 sys-fs/mtpfs/mtpfs-1.1-r2.ebuild | 54 
 sys-fs/mtpfs/mtpfs-1.1.ebuild| 49 
 3 files changed, 156 deletions(-)

diff --git a/sys-fs/mtpfs/mtpfs-1.1-r1.ebuild b/sys-fs/mtpfs/mtpfs-1.1-r1.ebuild
deleted file mode 100644
index e341f9aa75f..000
--- a/sys-fs/mtpfs/mtpfs-1.1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="A FUSE filesystem providing access to MTP devices"
-HOMEPAGE="http://www.adebenham.com/mtpfs/;
-SRC_URI="http://www.adebenham.com/files/mtp/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug mad"
-
-RDEPEND="dev-libs/glib:2
-   >=media-libs/libmtp-1.1.2
-   sys-fs/fuse
-   mad? (
-   media-libs/libid3tag
-   media-libs/libmad
-   )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=(AUTHORS NEWS README)
-
-src_prepare() {
-   sed -e "/#include / a\
-   #include " -i mtpfs.h id3read.c || die #implicit
-
-   epatch "${FILESDIR}"/${P}-fix-mutex-crash.patch
-}
-
-src_configure() {
-   econf $(use_enable debug) \
-   $(use_enable mad)
-}
-
-pkg_postinst() {
-   einfo "To mount your MTP device, issue:"
-   einfo "/usr/bin/mtpfs "
-   echo
-   einfo "To unmount your MTP device, issue:"
-   einfo "/usr/bin/fusermount -u "
-
-   if use debug; then
-   echo
-   einfo "You have enabled debugging output."
-   einfo "Please make sure you run mtpfs with the -d flag."
-   fi
-}

diff --git a/sys-fs/mtpfs/mtpfs-1.1-r2.ebuild b/sys-fs/mtpfs/mtpfs-1.1-r2.ebuild
deleted file mode 100644
index 8dfd86568eb..000
--- a/sys-fs/mtpfs/mtpfs-1.1-r2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="A FUSE filesystem providing access to MTP devices"
-HOMEPAGE="http://www.adebenham.com/mtpfs/;
-SRC_URI="http://www.adebenham.com/files/mtp/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug mad"
-
-RDEPEND="dev-libs/glib:2
-   >=media-libs/libmtp-1.1.2
-   sys-fs/fuse
-   mad? (
-   media-libs/libid3tag
-   media-libs/libmad
-   )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=(AUTHORS NEWS README)
-
-src_prepare() {
-   sed -e "/#include / a\
-   #include " -i mtpfs.h id3read.c || die #implicit
-
-   epatch "${FILESDIR}"/${P}-fix-mutex-crash.patch
-   epatch "${FILESDIR}"/${P}-unitialized-variable.patch
-}
-
-src_configure() {
-   econf $(use_enable debug) \
-   $(use_enable mad)
-}
-
-pkg_postinst() {
-   einfo "To mount your MTP device, issue:"
-   einfo "/usr/bin/mtpfs "
-   echo
-   einfo "To unmount your MTP device, issue:"
-   einfo "/usr/bin/fusermount -u "
-
-   if use debug; then
-   echo
-   einfo "You have enabled debugging output."
-   einfo "Please make sure you run mtpfs with the -d flag."
-   fi
-}

diff --git a/sys-fs/mtpfs/mtpfs-1.1.ebuild b/sys-fs/mtpfs/mtpfs-1.1.ebuild
deleted file mode 100644
index 567f46ff5cf..000
--- a/sys-fs/mtpfs/mtpfs-1.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="A FUSE filesystem providing access to MTP devices"
-HOMEPAGE="http://www.adebenham.com/mtpfs/;
-SRC_URI="http://www.adebenham.com/files/mtp/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug mad"
-
-RDEPEND="dev-libs/glib:2
-   >=media-libs/libmtp-1.1.2
-   sys-fs/fuse
-   mad? (
-   media-libs/libid3tag
-   media-libs/libmad
-   )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=(AUTHORS NEWS README)
-
-src_prepare() {
-   sed -e "/#include / a\
-   #include " -i mtpfs.h id3read.c || die #implicit
-}
-
-src_configure() {
-   econf $(use_enable debug) \
-   $(use_enable mad)
-}
-
-pkg_postinst() {
-   einfo "To mount your MTP device, issue:"
-   einfo "/usr/bin/mtpfs "
-   echo
-   einfo "To unmount your MTP device, issue:"
-   einfo "/usr/bin/fusermount -u "
-
-   if 

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

2017-07-04 Thread Sergei Trofimovich
commit: bc10021173c71b9037b4b3affea69cacdc7b89c1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  4 21:55:00 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  4 21:56:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc100211

dev-util/vbindiff: switch HOMEPAGE to https://

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild | 6 +++---
 dev-util/vbindiff/vbindiff-3.0_beta5.ebuild| 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild 
b/dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild
index 79ca83807f9..a27438a4c30 100644
--- a/dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild
+++ b/dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Visual binary diff utility"
-HOMEPAGE="http://www.cjmweb.net/vbindiff/;
-SRC_URI="http://www.cjmweb.net/vbindiff/${P}.tar.gz;
+HOMEPAGE="https://www.cjmweb.net/vbindiff/;
+SRC_URI="https://www.cjmweb.net/vbindiff/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-util/vbindiff/vbindiff-3.0_beta5.ebuild 
b/dev-util/vbindiff/vbindiff-3.0_beta5.ebuild
index 0f0138431e9..979dcdcbcfe 100644
--- a/dev-util/vbindiff/vbindiff-3.0_beta5.ebuild
+++ b/dev-util/vbindiff/vbindiff-3.0_beta5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Visual binary diff utility"
-HOMEPAGE="http://www.cjmweb.net/vbindiff/;
+HOMEPAGE="https://www.cjmweb.net/vbindiff/;
 SRC_URI="https://github.com/mrdudz/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-util/include-what-you-use/

2017-07-04 Thread Sergei Trofimovich
commit: 35f5eacf470fa90459b88c4ccfd1ead398ea7422
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  4 21:37:57 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  4 21:56:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f5eacf

dev-util/include-what-you-use: switch HOMEPAGE to https://

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/include-what-you-use/include-what-you-use-3.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/include-what-you-use/include-what-you-use-3.9.ebuild 
b/dev-util/include-what-you-use/include-what-you-use-3.9.ebuild
index c4dcc6b85fc..d70ae3b9f7e 100644
--- a/dev-util/include-what-you-use/include-what-you-use-3.9.ebuild
+++ b/dev-util/include-what-you-use/include-what-you-use-3.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit cmake-utils flag-o-matic python-single-r1
 WEIRD_UPSTREAM_VERSION=0.7
 
 DESCRIPTION="Find unused include directives in C/C++ programs"
-HOMEPAGE="http://include-what-you-use.org/;
+HOMEPAGE="https://include-what-you-use.org/;
 
SRC_URI="http://include-what-you-use.org/downloads/${PN}-${WEIRD_UPSTREAM_VERSION}.src.tar.gz
 -> ${P}.src.tar.gz"
 
 LICENSE="GPL-2"



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

2017-07-04 Thread Sergei Trofimovich
commit: 060bc40d9ae2ba4e1f0444be9fe2cefc7172809d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  4 21:37:38 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  4 21:56:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060bc40d

dev-lang/elixir: switch HOMEPAGE to https://

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/elixir/elixir-1.3.0-r1.ebuild | 4 ++--
 dev-lang/elixir/elixir-1.4.4.ebuild| 2 +-
 dev-lang/elixir/elixir-1.4.5.ebuild| 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/elixir/elixir-1.3.0-r1.ebuild 
b/dev-lang/elixir/elixir-1.3.0-r1.ebuild
index b950f97368b..0f3a94fcf73 100644
--- a/dev-lang/elixir/elixir-1.3.0-r1.ebuild
+++ b/dev-lang/elixir/elixir-1.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit multilib
 
 DESCRIPTION="Elixir programming language"
-HOMEPAGE="http://elixir-lang.org;
+HOMEPAGE="https://elixir-lang.org;
 SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="Apache-2.0 ErlPL-1.1"

diff --git a/dev-lang/elixir/elixir-1.4.4.ebuild 
b/dev-lang/elixir/elixir-1.4.4.ebuild
index 74f3f539d4f..e3d2d5c993e 100644
--- a/dev-lang/elixir/elixir-1.4.4.ebuild
+++ b/dev-lang/elixir/elixir-1.4.4.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit multilib
 
 DESCRIPTION="Elixir programming language"
-HOMEPAGE="http://elixir-lang.org;
+HOMEPAGE="https://elixir-lang.org;
 SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="Apache-2.0 ErlPL-1.1"

diff --git a/dev-lang/elixir/elixir-1.4.5.ebuild 
b/dev-lang/elixir/elixir-1.4.5.ebuild
index 74f3f539d4f..e3d2d5c993e 100644
--- a/dev-lang/elixir/elixir-1.4.5.ebuild
+++ b/dev-lang/elixir/elixir-1.4.5.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit multilib
 
 DESCRIPTION="Elixir programming language"
-HOMEPAGE="http://elixir-lang.org;
+HOMEPAGE="https://elixir-lang.org;
 SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="Apache-2.0 ErlPL-1.1"



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

2017-07-04 Thread Sergei Trofimovich
commit: 5e1c31bd37521ccafe29ebc051c9257d4ae5b366
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  4 21:55:54 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  4 21:56:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e1c31bd

media-sound/xmms2: switch HOMEPAGE to https://

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-sound/xmms2/xmms2-0.8-r4.ebuild| 2 +-
 media-sound/xmms2/xmms2-0.8_p20161122.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/xmms2/xmms2-0.8-r4.ebuild 
b/media-sound/xmms2/xmms2-0.8-r4.ebuild
index b01887b80b1..56a0c20caf2 100644
--- a/media-sound/xmms2/xmms2-0.8-r4.ebuild
+++ b/media-sound/xmms2/xmms2-0.8-r4.ebuild
@@ -12,7 +12,7 @@ inherit eutils multiprocessing python-single-r1 ruby-single 
toolchain-funcs
 MY_P="${P}DrO_o"
 
 DESCRIPTION="X(cross)platform Music Multiplexing System. Next generation of 
the XMMS player"
-HOMEPAGE="http://xmms2.org/wiki/Main_Page;
+HOMEPAGE="https://xmms2.org/wiki/Main_Page;
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 LICENSE="GPL-2 LGPL-2.1"
 

diff --git a/media-sound/xmms2/xmms2-0.8_p20161122.ebuild 
b/media-sound/xmms2/xmms2-0.8_p20161122.ebuild
index ab0d4bea72f..88cbf6fa3bb 100644
--- a/media-sound/xmms2/xmms2-0.8_p20161122.ebuild
+++ b/media-sound/xmms2/xmms2-0.8_p20161122.ebuild
@@ -12,7 +12,7 @@ inherit eutils multiprocessing python-single-r1 ruby-single 
toolchain-funcs
 MY_P="${P%_p*}DrO_o-949-gca15e830"
 
 DESCRIPTION="X(cross)platform Music Multiplexing System. Next generation of 
the XMMS player"
-HOMEPAGE="http://xmms2.org/wiki/Main_Page;
+HOMEPAGE="https://xmms2.org/wiki/Main_Page;
 #SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${MY_P}.tar.bz2;
 LICENSE="GPL-2 LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: dev-java/plexus-classworlds/

2017-07-04 Thread Patrice Clement
commit: 8662305e72228f33ecdbb3680eba30d1db6e6276
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jul  4 21:38:46 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jul  4 21:44:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8662305e

dev-java/plexus-classworlds: update HOMEPAGE.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-java/plexus-classworlds/plexus-classworlds-2.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/plexus-classworlds/plexus-classworlds-2.2.3.ebuild 
b/dev-java/plexus-classworlds/plexus-classworlds-2.2.3.ebuild
index a5b7b5428ac..a75ec187a22 100644
--- a/dev-java/plexus-classworlds/plexus-classworlds-2.2.3.ebuild
+++ b/dev-java/plexus-classworlds/plexus-classworlds-2.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source test"
 inherit java-pkg-2 java-ant-2
 
 DESCRIPTION="The class loader framework of the Plexus project"
-HOMEPAGE="http://plexus.codehaus.org/;
+HOMEPAGE="https://github.com/codehaus;
 
SRC_URI="https://dev.gentoo.org/~ercpe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2;
 
 LICENSE="codehaus-classworlds"



[gentoo-commits] repo/gentoo:master commit in: dev-java/joni/

2017-07-04 Thread Patrice Clement
commit: b5ded8ee256189c75d8433c0772f1ff34cd528ec
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jul  4 21:42:22 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jul  4 21:44:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ded8ee

dev-java/joni: update HOMEPAGE.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-java/joni/joni-2.1.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-java/joni/joni-2.1.0.ebuild b/dev-java/joni/joni-2.1.0.ebuild
index a2e39e2d7e5..3b88d67b34f 100644
--- a/dev-java/joni/joni-2.1.0.ebuild
+++ b/dev-java/joni/joni-2.1.0.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
 JAVA_PKG_IUSE="source"
 
-inherit base java-pkg-2 java-ant-2
+inherit java-pkg-2 java-ant-2
 
 DESCRIPTION="Java port of the Oniguruma regular expression engine"
-HOMEPAGE="http://jruby.codehaus.org/;
+HOMEPAGE="https://github.com/codehaus;
 SRC_URI="https://github.com/jruby/${PN}/archive/${P}.tar.gz;
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-java/spice-jndikit/

2017-07-04 Thread Patrice Clement
commit: 9367dd5318fccb38d91de7c8d1242052cfe7590b
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jul  4 21:38:58 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jul  4 21:44:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9367dd53

dev-java/spice-jndikit: update HOMEPAGE.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-java/spice-jndikit/spice-jndikit-1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild 
b/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild
index fd39702bbe7..5b5faa9594d 100644
--- a/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild
+++ b/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 JAVA_PKG_IUSE="doc source test"
@@ -6,7 +6,7 @@ JAVA_PKG_IUSE="doc source test"
 inherit java-pkg-2 java-ant-2
 
 DESCRIPTION="JNDI Kit is a toolkit designed to help with the construction of 
JNDI providers"
-HOMEPAGE="http://spice.codehaus.org/;
+HOMEPAGE="https://github.com/codehaus;
 SRC_URI="http://dist.codehaus.org/spice/distributions/${P}-src.tar.gz;
 LICENSE="Spice-1.1"
 SLOT="0"



[gentoo-commits] proj/portage:master commit in: pym/portage/sync/modules/git/, pym/_emerge/, pym/portage/sync/, ...

2017-07-04 Thread Manuel Rüger
commit: 0e1699ad6b3f8eec56fbd6dd6255ed1145e89dd5
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Jun 16 14:48:34 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jul  4 21:42:45 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=0e1699ad

emerge: Add head commit per repo to --info

This adds the following to emerge --info output for git and rsync based
repositories:

Head commit of repository gentoo: 0518b330edac963f54f98df33391b8e7b9eaee4c

Reviewed-By: Zac Medico  gentoo.org>

 pym/_emerge/actions.py | 10 ++
 pym/portage/sync/modules/git/__init__.py   |  3 ++-
 pym/portage/sync/modules/git/git.py| 12 
 pym/portage/sync/modules/rsync/__init__.py |  3 ++-
 pym/portage/sync/modules/rsync/rsync.py| 12 
 pym/portage/sync/syncbase.py   |  5 -
 6 files changed, 42 insertions(+), 3 deletions(-)

diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index c8a62fb01..3c6c265f7 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -1644,8 +1644,18 @@ def action_info(settings, trees, myopts, myfiles):
 
for repo in repos:
last_sync = portage.grabfile(os.path.join(repo.location, 
"metadata", "timestamp.chk"))
+   head_commit = None
if last_sync:
append("Timestamp of repository %s: %s" % (repo.name, 
last_sync[0]))
+   if repo.sync_type:
+   sync = 
portage.sync.module_controller.get_class(repo.sync_type)()
+   options = { 'repo': repo }
+   try:
+   head_commit = 
sync.retrieve_head(options=options)
+   except NotImplementedError:
+   head_commit = (1, False)
+   if head_commit and head_commit[0] == os.EX_OK:
+   append("Head commit of repository %s: %s" % (repo.name, 
head_commit[1]))
 
# Searching contents for the /bin/sh provider is somewhat
# slow. Therefore, use the basename of the symlink target

diff --git a/pym/portage/sync/modules/git/__init__.py 
b/pym/portage/sync/modules/git/__init__.py
index e7206e12d..2f1d35226 100644
--- a/pym/portage/sync/modules/git/__init__.py
+++ b/pym/portage/sync/modules/git/__init__.py
@@ -43,12 +43,13 @@ module_spec = {
'sourcefile': "git",
'class': "GitSync",
'description': doc,
-   'functions': ['sync', 'new', 'exists'],
+   'functions': ['sync', 'new', 'exists', 'retrieve_head'],
'func_desc': {
'sync': 'Performs a git pull on the repository',
'new': 'Creates the new repository at the 
specified location',
'exists': 'Returns a boolean of whether the 
specified dir ' +
'exists and is a valid Git repository',
+   'retrieve_head': 'Returns the head commit hash',
},
'validate_config': CheckGitConfig,
'module_specific_options': (

diff --git a/pym/portage/sync/modules/git/git.py 
b/pym/portage/sync/modules/git/git.py
index bea79c7e7..8df9ca612 100644
--- a/pym/portage/sync/modules/git/git.py
+++ b/pym/portage/sync/modules/git/git.py
@@ -130,3 +130,15 @@ class GitSync(NewBase):
cwd=portage._unicode_encode(self.repo.location))
 
return (os.EX_OK, current_rev != previous_rev)
+
+   def retrieve_head(self, **kwargs):
+   '''Get information about the head commit'''
+   if kwargs:
+   self._kwargs(kwargs)
+   rev_cmd = [self.bin_command, "rev-list", "--max-count=1", 
"HEAD"]
+   try:
+   ret = (os.EX_OK, subprocess.check_output(rev_cmd,
+   
cwd=portage._unicode_encode(self.repo.location)))
+   except CalledProcessError:
+   ret = (1, False)
+   return ret

diff --git a/pym/portage/sync/modules/rsync/__init__.py 
b/pym/portage/sync/modules/rsync/__init__.py
index 7ebb5476c..c2fdc4188 100644
--- a/pym/portage/sync/modules/rsync/__init__.py
+++ b/pym/portage/sync/modules/rsync/__init__.py
@@ -17,11 +17,12 @@ module_spec = {
'sourcefile': "rsync",
'class': "RsyncSync",
'description': doc,
-   'functions': ['sync', 'new', 'exists'],
+   'functions': ['sync', 'new', 'exists', 'retrieve_head'],
'func_desc': {
'sync': 'Performs rsync transfers on the 
repository',
'new': 'Creates the new repository at the 

[gentoo-commits] repo/gentoo:master commit in: dev-java/annogen/

2017-07-04 Thread Patrice Clement
commit: 0b797745f0c9c00b304a008e5c541c0a5e7d9438
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jul  4 21:44:19 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jul  4 21:44:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b797745

dev-java/annogen: remove hard dependecy on unzip.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-java/annogen/annogen-0.1.0-r3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-java/annogen/annogen-0.1.0-r3.ebuild 
b/dev-java/annogen/annogen-0.1.0-r3.ebuild
index 46ffd305b87..f6d31072bfe 100644
--- a/dev-java/annogen/annogen-0.1.0-r3.ebuild
+++ b/dev-java/annogen/annogen-0.1.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -24,7 +24,6 @@ RDEPEND="
 
 DEPEND="
${CDEPEND}
-   app-arch/unzip
>=virtual/jdk-1.6"
 
 # com.sun.mirror.declaration was removed from JDK 7 onwards.
@@ -46,7 +45,7 @@ src_unpack() {
 
 java_prepare() {
java-pkg_clean
-   rm -rf examples || die
+   rm -rv examples || die
 }
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: dev-java/jaxen/

2017-07-04 Thread Patrice Clement
commit: b1ad51b149b5c9626eaa5e9e16960be64f8cd8bc
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jul  4 21:38:13 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jul  4 21:44:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ad51b1

dev-java/jaxen: update HOMEPAGE.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-java/jaxen/jaxen-1.1.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/jaxen/jaxen-1.1.6.ebuild 
b/dev-java/jaxen/jaxen-1.1.6.ebuild
index 3c85fd37d6e..ccb59e9c946 100644
--- a/dev-java/jaxen/jaxen-1.1.6.ebuild
+++ b/dev-java/jaxen/jaxen-1.1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source"
 inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="A Java XPath Engine"
-HOMEPAGE="http://jaxen.codehaus.org/;
+HOMEPAGE="https://github.com/codehaus;
 SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> 
${P}.jar"
 
 LICENSE="JDOM"



[gentoo-commits] repo/gentoo:master commit in: dev-java/bytelist/

2017-07-04 Thread Patrice Clement
commit: 90f66c7c4e83972368dcc713242ad1f272e9adbf
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jul  4 21:37:57 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jul  4 21:44:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f66c7c

dev-java/bytelist: update HOMEPAGE.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-java/bytelist/bytelist-1.0.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/bytelist/bytelist-1.0.10.ebuild 
b/dev-java/bytelist/bytelist-1.0.10.ebuild
index 437ee575b7e..eb1aa2d3d03 100644
--- a/dev-java/bytelist/bytelist-1.0.10.ebuild
+++ b/dev-java/bytelist/bytelist-1.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source test"
 inherit java-pkg-2 java-ant-2
 
 DESCRIPTION="JRuby support library"
-HOMEPAGE="http://jruby.codehaus.org/;
+HOMEPAGE="https://github.com/codehaus;
 SRC_URI="https://github.com/jruby/${PN}/tarball/${PV} -> ${P}.tar.gz"
 
 LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )"



[gentoo-commits] repo/gentoo:master commit in: dev-java/jcodings/

2017-07-04 Thread Patrice Clement
commit: e6d8677ef90d64d01feb2c80c7d0cc3148f04302
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jul  4 21:38:29 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jul  4 21:44:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d8677e

dev-java/jcodings: update HOMEPAGE.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-java/jcodings/jcodings-1.0.11.ebuild | 4 ++--
 dev-java/jcodings/jcodings-1.0.4.ebuild  | 4 ++--
 dev-java/jcodings/jcodings-1.0.5.ebuild  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-java/jcodings/jcodings-1.0.11.ebuild 
b/dev-java/jcodings/jcodings-1.0.11.ebuild
index 9fea9e91e1f..0800cfad7b1 100644
--- a/dev-java/jcodings/jcodings-1.0.11.ebuild
+++ b/dev-java/jcodings/jcodings-1.0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source test"
 inherit java-pkg-2 java-ant-2
 
 DESCRIPTION="Byte-based encoding support library for Java"
-HOMEPAGE="http://jruby.codehaus.org/;
+HOMEPAGE="https://github.com/codehaus;
 SRC_URI="https://github.com/jruby/${PN}/archive/${P}.tar.gz;
 
 LICENSE="MIT"

diff --git a/dev-java/jcodings/jcodings-1.0.4.ebuild 
b/dev-java/jcodings/jcodings-1.0.4.ebuild
index 86442e747b5..f710dfa7f2a 100644
--- a/dev-java/jcodings/jcodings-1.0.4.ebuild
+++ b/dev-java/jcodings/jcodings-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
@@ -9,7 +9,7 @@ MY_PN="jruby-${PN}"
 GIT_PV="0-gbaaab90"
 
 DESCRIPTION="Byte-based encoding support library for Java"
-HOMEPAGE="http://jruby.codehaus.org/;
+HOMEPAGE="https://github.com/codehaus;
 #SRC_URI="https://github.com/jruby/${PN}/tarball/${PV} -> ${P}-git.tar.gz"
 SRC_URI="mirror://gentoo/${P}-git.tar.gz"
 LICENSE="MIT"

diff --git a/dev-java/jcodings/jcodings-1.0.5.ebuild 
b/dev-java/jcodings/jcodings-1.0.5.ebuild
index beabb483bb1..3d834393238 100644
--- a/dev-java/jcodings/jcodings-1.0.5.ebuild
+++ b/dev-java/jcodings/jcodings-1.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source"
 inherit java-pkg-2 java-ant-2
 
 DESCRIPTION="Byte-based encoding support library for Java"
-HOMEPAGE="http://jruby.codehaus.org/;
+HOMEPAGE="https://github.com/codehaus;
 SRC_URI="https://github.com/jruby/${PN}/tarball/${PV} -> ${P}-git.tar.gz"
 
 LICENSE="MIT"



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

2017-07-04 Thread Manuel Rüger
commit: 4eba9670aaa04c6325d8ba8f55a6d7795e58104b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Jun  8 14:30:34 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jul  4 21:41:06 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=4eba9670

.travis.yml: Drop python3.3 testing

Closes: https://github.com/gentoo/portage/pull/172
Acked-by: Brian Dolbec  gentoo.org>

 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 196e3520a..20078530e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
 language: python
 python:
 - 2.7
-- 3.3
 - 3.4
 - 3.5
 - 3.6
@@ -14,8 +13,7 @@ install:
 # (except for pypy where pysha3 is broken)
 - "[[ ${TRAVIS_PYTHON_VERSION} == 3.[6789] || ${TRAVIS_PYTHON_VERSION} == 
pypy ]] || pip install pysha3"
 # always install pygost for Streebog
-# (except for py3.3 which it does not support)
-- "[[ ${TRAVIS_PYTHON_VERSION} == 3.3 ]] || pip install pygost"
+- pip install pygost
 
 script:
 - printf "[build_ext]\nportage-ext-modules=true" >> setup.cfg



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/

2017-07-04 Thread Andreas Hüttel
commit: 49e87ed9a30aa236bcfc429090cf0407ef543baa
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jul  4 20:58:22 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Jul  4 20:58:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e87ed9

dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: Version bump; remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 ...omGit-0.4.0.ebuild => Dist-Zilla-Plugin-AuthorsFromGit-0.5.0.ebuild} | 2 +-
 dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.4.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.5.0.ebuild
similarity index 96%
rename from 
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.4.0.ebuild
rename to 
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.5.0.ebuild
index 50e21b3fd49..7e550d83e1f 100644
--- 
a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.4.0.ebuild
+++ 
b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.5.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 DIST_AUTHOR=AKHUETTEL
-DIST_VERSION=0.004
+DIST_VERSION=0.005
 inherit perl-module
 
 DESCRIPTION="Add per-file per-year copyright information"

diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest 
b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
index 47f651e081d..715f297a08f 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
@@ -1 +1 @@
-DIST Dist-Zilla-Plugin-AuthorsFromGit-0.004.tar.gz 4920 SHA256 
d8b7a4140d0acd0b66990b6f9960c79393cc52807c2094b0e367d8c96356b0d2 SHA512 
d0695f4192d27f523f0661a69541051d6806d29896e5e153bb070fcc5aa371240c12183b0c3a0c2b0d488b728ed58463fbdb94a0d67fa2188665cc956d7d6859
 WHIRLPOOL 
f10343d60a2a017543216da62094232551d6aa334c16811bfd514994d735ddafc2416fb1a0f8932002e5643d1f1462622b9eb2a416159e85678e777fe3df0ccd
+DIST Dist-Zilla-Plugin-AuthorsFromGit-0.005.tar.gz 5236 SHA256 
1db47dcd68a763f45a158c07b94f9be2026773bd8791f9260ac711550aa3447b SHA512 
61ed7fbc950cb867752d0b9f765c3d2abec804430db9d08ff35530ed6ef3d8a027b0f46ed80465c651dae6472c4f01cafeeab0dd372df2cd3547c1550e17851c
 WHIRLPOOL 
efa7e2023783f5fd70a61f7b14ac9adfb2fbe3d73eba0659fdda4929763010c46b84db79eb1c7cec8c7d158840c6b9dbbd401cfa1078e342708382181ead2b79



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

2017-07-04 Thread Sergei Trofimovich
commit: 73bcce3cc36404063e0e8898bfc0d9df93355df4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  4 20:27:57 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  4 20:27:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73bcce3c

dev-lang/crystal: add bash-completion for 'crystal'

Add upstream's bash-completion.

Reported-by: Renich Bon Ciric
Bug: https://bugs.gentoo.org/623832
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/crystal/crystal-0.23.0-r1.ebuild | 100 ++
 1 file changed, 100 insertions(+)

diff --git a/dev-lang/crystal/crystal-0.23.0-r1.ebuild 
b/dev-lang/crystal/crystal-0.23.0-r1.ebuild
new file mode 100644
index 000..e1dd05becf1
--- /dev/null
+++ b/dev-lang/crystal/crystal-0.23.0-r1.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1 multiprocessing toolchain-funcs
+
+BV=0.23.0-1
+BV_AMD64=${BV}-linux-x86_64
+BV_X86=${BV}-linux-i686
+
+DESCRIPTION="The Crystal Programming Language"
+HOMEPAGE="http://crystal-lang.org;
+SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   amd64? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_AMD64}.tar.gz
 )
+   x86? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_X86}.tar.gz
 )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc debug examples blocking-stdio-hack +xml +yaml"
+
+# dev-libs/boehm-gc[static-libs] dependency problem,  check the issue: 
https://github.com/manastech/crystal/issues/1382
+DEPEND="
+   >=sys-devel/llvm-3.9.0
+   dev-libs/boehm-gc[static-libs,threads]
+   dev-libs/libatomic_ops
+   dev-libs/libevent
+   dev-libs/libpcre
+   sys-libs/libunwind
+   dev-libs/pcl
+   dev-libs/gmp:0
+"
+RDEPEND="${DEPEND}
+   xml? ( dev-libs/libxml2 )
+   yaml? ( dev-libs/libyaml )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.23.0-verbose-LDFLAGS.patch
+)
+
+src_prepare() {
+   default
+
+   use blocking-stdio-hack && eapply 
"${FILESDIR}"/"${PN}"-0.22.0-blocking-stdio-hack.patch
+}
+
+src_compile() {
+   emake \
+   $(usex debug "" release=1) \
+   progress=true \
+   stats=1 \
+   threads=$(makeopts_jobs) \
+   verbose=1 \
+   \
+   CC=$(tc-getCC) \
+   CXX=$(tc-getCXX) \
+   AR=$(tc-getAR) \
+   \
+   PATH="${WORKDIR}"/${PN}-${BV}/bin:"${PATH}" \
+   CRYSTAL_PATH=src \
+   CRYSTAL_CONFIG_VERSION=${PV} \
+   CRYSTAL_CONFIG_PATH="lib:${EPREFIX}/usr/$(get_libdir)/crystal"
+   use doc && emake doc
+}
+
+src_test() {
+   emake spec \
+   $(usex debug "" release=1) \
+   progress=true \
+   stats=1 \
+   threads=$(makeopts_jobs) \
+   verbose=1 \
+   \
+   CC=$(tc-getCC) \
+   CXX=$(tc-getCXX) \
+   AR=$(tc-getAR) \
+   \
+   CRYSTAL_PATH=src \
+   CRYSTAL_CONFIG_VERSION=${PV}
+}
+
+src_install() {
+   insinto /usr/$(get_libdir)/crystal
+   doins -r src/.
+   dobin .build/crystal
+
+   insinto /usr/share/zsh/site-functions
+   newins etc/completion.zsh _crystal
+
+   use examples && dodoc -r samples
+
+   if use doc ; then
+   docinto api
+   dodoc -r doc/.
+   fi
+
+   newbashcomp etc/completion.bash ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/js-jquery/

2017-07-04 Thread Sergei Trofimovich
commit: 35376d189d6e8a34c64d9964f8b04b181dd5c65a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  4 20:00:59 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  4 20:01:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35376d18

dev-haskell/js-jquery: bump up to 3.2.1, bug #623826

Restricted networking tests.

Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/623826
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-haskell/js-jquery/Manifest   |  1 +
 dev-haskell/js-jquery/js-jquery-3.2.1.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-haskell/js-jquery/Manifest b/dev-haskell/js-jquery/Manifest
index 592cb5f28be..c117517b7d4 100644
--- a/dev-haskell/js-jquery/Manifest
+++ b/dev-haskell/js-jquery/Manifest
@@ -1 +1,2 @@
 DIST js-jquery-3.1.1.tar.gz 111855 SHA256 
d72f67d72bd71d675bcdc75dd280c4a27d90784eb51c661a3da567e0186f2a04 SHA512 
cc95bdcf6fe2b45e7d585fcd7d83aee39b8dbed7c8e763c808a07a140203e58441896431920ee14b1861ee09a903cedca140c0a48405ffddaef2a71d11b21359
 WHIRLPOOL 
23b50a2cef69f81d378ac12eb2fa491dafba6a5188a583965600333b49eb129a4ab4ee27a3c4ec6cabd97c1cfd2dc69a2801083da0d1a492dc8b9ff722fdae08
+DIST js-jquery-3.2.1.tar.gz 112319 SHA256 
60503d82d0a601291cf0aa495edecbdb749dcf8982502bf18b9a886979ac1e0f SHA512 
f3e8f1183d52c39cc456240f4e0e5cbfbab3216609cf06f3862fb512e31f72f34a100a3df920c8b55fb511db9a6cd92be2a3aeccd0a916bb455865622f213fcd
 WHIRLPOOL 
f8775c7362c256e7a2fb1e7325f7f53af564378f61a45eecd88f204edc8358939c7facff7b4d95343672d49ae3fa97411c39665d33440369f87dd99b4afa1cbf

diff --git a/dev-haskell/js-jquery/js-jquery-3.2.1.ebuild 
b/dev-haskell/js-jquery/js-jquery-3.2.1.ebuild
new file mode 100644
index 000..f86610d3663
--- /dev/null
+++ b/dev-haskell/js-jquery/js-jquery-3.2.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.2.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Obtain minified jQuery code"
+HOMEPAGE="https://github.com/ndmitchell/js-jquery#readme;
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT=test # needs network access
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.18
+   test? ( dev-haskell/http )
+"



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

2017-07-04 Thread David Seifert
commit: 475255856d36c0b86037e8c473ef74c999a31ba0
Author: David Seifert  gentoo  org>
AuthorDate: Tue Jul  4 18:56:31 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jul  4 18:57:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47525585

app-editors/sublime-text: Use 'subl' instead of 'sublime_text' as symlink

Bug: https://bugs.gentoo.org/show_bug.cgi?id=623754
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../{sublime-text-2.0.2.ebuild => sublime-text-2.0.2-r1.ebuild}   | 4 ++--
 ...sublime-text-3_pre3126.ebuild => sublime-text-3_pre3126-r1.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-editors/sublime-text/sublime-text-2.0.2.ebuild 
b/app-editors/sublime-text/sublime-text-2.0.2-r1.ebuild
similarity index 91%
rename from app-editors/sublime-text/sublime-text-2.0.2.ebuild
rename to app-editors/sublime-text/sublime-text-2.0.2-r1.ebuild
index 68b9fdd7e90..856015667d3 100644
--- a/app-editors/sublime-text/sublime-text-2.0.2.ebuild
+++ b/app-editors/sublime-text/sublime-text-2.0.2-r1.ebuild
@@ -39,14 +39,14 @@ src_install() {
 
exeinto /opt/${PN}${MV}
doexe sublime_text
-   dosym ../../opt/${PN}${MV}/sublime_text /usr/bin/sublime_text
+   dosym ../../opt/${PN}${MV}/sublime_text /usr/bin/subl
 
local size
for size in 16 32 48 128 256; do
newicon -s ${size} Icon/${size}x${size}/sublime_text.png 
sublime-text.png
done
 
-   make_desktop_entry "sublime_text" "Sublime Text ${MV}" \
+   make_desktop_entry "subl" "Sublime Text ${MV}" \
/usr/share/icons/hicolor/48x48/apps/sublime-text.png \
"TextEditor;IDE;Development" "StartupNotify=true"
 }

diff --git a/app-editors/sublime-text/sublime-text-3_pre3126.ebuild 
b/app-editors/sublime-text/sublime-text-3_pre3126-r1.ebuild
similarity index 91%
rename from app-editors/sublime-text/sublime-text-3_pre3126.ebuild
rename to app-editors/sublime-text/sublime-text-3_pre3126-r1.ebuild
index 0bb29dc9143..dd797888dc4 100644
--- a/app-editors/sublime-text/sublime-text-3_pre3126.ebuild
+++ b/app-editors/sublime-text/sublime-text-3_pre3126-r1.ebuild
@@ -40,14 +40,14 @@ src_install() {
 
exeinto /opt/${PN}${MV}
doexe crash_reporter plugin_host sublime_text
-   dosym ../../opt/${PN}${MV}/sublime_text /usr/bin/sublime_text
+   dosym ../../opt/${PN}${MV}/sublime_text /usr/bin/subl
 
local size
for size in 32 48 128 256; do
newicon -s ${size} Icon/${size}x${size}/sublime-text.png 
sublime-text.png
done
 
-   make_desktop_entry "sublime_text" "Sublime Text ${MV}" \
+   make_desktop_entry "subl" "Sublime Text ${MV}" \
/usr/share/icons/hicolor/48x48/apps/sublime-text.png \
"TextEditor;IDE;Development" "StartupNotify=true"
 }



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

2017-07-04 Thread Mike Gilbert
commit: a9a38c5c43c35473dd25718f4927c03ba186eab7
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jul  4 18:55:31 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jul  4 18:55:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a38c5c

sys-kernel/dracut: fix QA_MULTILIB_PATHS regex

Bug: https://bugs.gentoo.org/623836
Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77

 sys-kernel/dracut/dracut-045-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/dracut/dracut-045-r2.ebuild 
b/sys-kernel/dracut/dracut-045-r2.ebuild
index 145d0b7f5ea..def2a354ef5 100644
--- a/sys-kernel/dracut/dracut-045-r2.ebuild
+++ b/sys-kernel/dracut/dracut-045-r2.ebuild
@@ -48,7 +48,7 @@ DEPEND="${CDEPEND}
 DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules
README.testsuite TODO )
 
-QA_MULTILIB_PATHS="usr/lib/dracut"
+QA_MULTILIB_PATHS="usr/lib/dracut/.*"
 
 PATCHES=(
"${FILESDIR}/045-systemdutildir.patch"



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

2017-07-04 Thread Alon Bar-Lev
commit: 6ed94a024fe610e9a1004914a2df967668477178
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Tue Jul  4 18:28:11 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Tue Jul  4 18:28:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed94a02

net-libs/gnutls: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-libs/gnutls/Manifest |   2 +
 net-libs/gnutls/gnutls-3.3.28.ebuild | 181 +++
 net-libs/gnutls/gnutls-3.5.14.ebuild | 134 ++
 3 files changed, 317 insertions(+)

diff --git a/net-libs/gnutls/Manifest b/net-libs/gnutls/Manifest
index d956ab1c5d3..6d1a566b412 100644
--- a/net-libs/gnutls/Manifest
+++ b/net-libs/gnutls/Manifest
@@ -1,4 +1,6 @@
 DIST gnutls-3.3.26.tar.xz 6361068 SHA256 
6a7d882b6b581d684883fde195abf930dab37dfbe6aaea88ab164252bec720d9 SHA512 
41259f760f5ed9b87d4203de567efb1a2087e01a025f2ea0f14167f146ecd640fbddeab390fbae6acc262507229894774db883d0892d448068ee73abb110738f
 WHIRLPOOL 
afca5aabebf36064847933662736c7713b837375db2c91c416d43a980407d912edf8fb64f53615c0bed770f46a9d2e0a3eb309f6a66281f5377e50a02863c8e7
 DIST gnutls-3.3.27.tar.xz 6364824 SHA256 
8dfda16c158ef5c134010d51d1a91d02aa5d43b8cb711b1572650a7ffb56b17f SHA512 
2cc5706b502a500375f706d1a7321af4c4d3052f35cf24cbb288f9568ce891999d0f401119d04f594e9bc79e2e68d3c00864860403ad2a6d8224bbdf
 WHIRLPOOL 
508ac8939e471155bd5d49510111fca4eb5b5362f0bae8ec16f98eb16aeaa44ff06448fd7793398e56f9713b344b0b27a32e66c24cbdc062d33bc74dd6b83f57
+DIST gnutls-3.3.28.tar.xz 6369560 SHA256 
608f63441abc209c5bd5f61e35f2b6128c22e06fa2ad6248a08d8a643feeb807 SHA512 
c88c8dca22446f1eda0bd06b57402a9d67c866b87836963cba66ff3209c0781c3106f8d4355c50ed15bd11b3208c029652cd7f00450de68f01651aad7c8e562f
 WHIRLPOOL 
cb6c6a796a0c75f0b70bce617ddcde2c34c21626d6ac351cb9c6df585e84a63d4dbe15d0b70a5ad901be4ff914f83f8a7fbb477624ca3e16e25b81c8afbc3f4e
 DIST gnutls-3.5.12.tar.xz 7212652 SHA256 
63cb39a5eaa029381df2e49a74cfb7be89fc4a592445191818ffe1e66bde57cb SHA512 
8fec23e7e494a2e15e0f938115cae1ba3fee952d634db387f983b01096f68ca4313b23bc4c439d3c7fdd07c861eac4913a7c2343c8704961588ae195886ec90c
 WHIRLPOOL 
f7309aa89e75ed75371893ba4e4ac89f9f8bc7a61ef10ae4c4986aec290ae2dc5108cd3cc6463af6700ddab3754c6fcbd10ac95d3c40c4549cfdf6b3289f8a72
 DIST gnutls-3.5.13.tar.xz 7226468 SHA256 
79f5480ad198dad5bc78e075f4a40c4a315a1b2072666919d2d05a08aec13096 SHA512 
e98f23a589042f879936c3f8b474535e695fb7dd68a9e81323668c013241f765c2d3af6c6a072ecf867acc1e551ec46e15bb842144d3a06bdd5d2f4fc3d828a7
 WHIRLPOOL 
89439e7adba634698642a247c418569c0ea6ca6155bfb5dce17c8ed69d2506a37d9ad793122aaaec92adffefa75cb23a857c49ef722c5cf506700fe0c34b6028
+DIST gnutls-3.5.14.tar.xz 7228200 SHA256 
4aa12dec92f42a0434df794aca3d02f6f2a35b47b48c01252de65f355c051bda SHA512 
c55384bdf835c0f7715bfb10b7fa0ac30d26d53ffa5f32af78844cf27985407eed034af77413fb2e94e3a0c0a5fb0597d66f5dbbbe72e5e0658bfeeafa6f7829
 WHIRLPOOL 
c6ae68898983184d00dde78a38a3398b677541ae6316a25544668f183423da1f6c3c7f3709f896f6c135e6907d832d6980f102d77b40758f9cf81c25f68cb086

diff --git a/net-libs/gnutls/gnutls-3.3.28.ebuild 
b/net-libs/gnutls/gnutls-3.3.28.ebuild
new file mode 100644
index 000..434bd0c5af9
--- /dev/null
+++ b/net-libs/gnutls/gnutls-3.3.28.ebuild
@@ -0,0 +1,181 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools epunt-cxx libtool ltprune multilib-minimal versionator
+
+DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project"
+HOMEPAGE="http://www.gnutls.org/;
+SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 1-2)/${P}.tar.xz"
+
+# LGPL-3 for libgnutls library and GPL-3 for libgnutls-extra library.
+# soon to be relicensed as LGPL-2.1 unless heartbeat extension enabled.
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
+IUSE="+cxx +crywrap dane doc examples guile nls +openssl pkcs11 static-libs 
test zlib ${IUSE_LINGUAS// / linguas_}"
+# heartbeat support is not disabled until re-licensing happens fullyf
+
+# NOTICE: sys-devel/autogen is required at runtime as we
+# use system libopts
+RDEPEND=">=dev-libs/libtasn1-4.3:=[${MULTILIB_USEDEP}]
+   >=dev-libs/nettle-2.7:=[gmp,${MULTILIB_USEDEP}]
+   >=dev-libs/gmp-5.1.3-r1:=[${MULTILIB_USEDEP}]
+   sys-devel/autogen
+   crywrap? ( net-dns/libidn )
+   dane? ( >=net-dns/unbound-1.4.20[${MULTILIB_USEDEP}] )
+   guile? ( >=dev-scheme/guile-1.8:=[networking] )
+   nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
+   pkcs11? ( >=app-crypt/p11-kit-0.20.7[${MULTILIB_USEDEP}] )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
+   abi_x86_32? 

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

2017-07-04 Thread Mike Gilbert
commit: 5bb060e4fdcd472a52575c73f9b6b1a82946aaef
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jul  4 18:27:44 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jul  4 18:27:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb060e4

dev-util/kyua: revbump for lutok change

Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77

 dev-util/kyua/{kyua-0.13.ebuild => kyua-0.13-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/kyua/kyua-0.13.ebuild b/dev-util/kyua/kyua-0.13-r1.ebuild
similarity index 100%
rename from dev-util/kyua/kyua-0.13.ebuild
rename to dev-util/kyua/kyua-0.13-r1.ebuild



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

2017-07-04 Thread Mike Gilbert
commit: 2166da45d475dbf801665d0cdf0c2bb708db1c4f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jul  4 18:24:44 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jul  4 18:24:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2166da45

dev-lua/lutok: convert to static lib

If dev-libs/lua becomes a static-only package, we need to become one
too.

Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77

 dev-lua/lutok/{lutok-0.4.ebuild => lutok-0.4-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/lutok/lutok-0.4.ebuild b/dev-lua/lutok/lutok-0.4-r1.ebuild
similarity index 93%
rename from dev-lua/lutok/lutok-0.4.ebuild
rename to dev-lua/lutok/lutok-0.4-r1.ebuild
index 591c7a3e7a2..12376e65bd0 100644
--- a/dev-lua/lutok/lutok-0.4.ebuild
+++ b/dev-lua/lutok/lutok-0.4-r1.ebuild
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
 "
 
 src_configure() {
-   econf --disable-static
+   econf --disable-shared --enable-static
 }
 
 src_install() {



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

2017-07-04 Thread Mike Gilbert
commit: 2964ad571d6cf9be98ebb577fa8d16b78b883d3a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jul  4 18:05:44 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jul  4 18:06:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2964ad57

virtual/libudev: future-proof static-libs deps

Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77

 virtual/libudev/libudev-215-r1.ebuild | 4 ++--
 virtual/libudev/libudev-232.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/virtual/libudev/libudev-215-r1.ebuild 
b/virtual/libudev/libudev-215-r1.ebuild
index 1814c7f7153..dac1458fb0a 100644
--- a/virtual/libudev/libudev-215-r1.ebuild
+++ b/virtual/libudev/libudev-215-r1.ebuild
@@ -12,8 +12,8 @@ REQUIRED_USE="systemd? ( !static-libs )"
 
 RDEPEND="
!systemd? ( || (
-   >=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP},static-libs?]
-   >=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},static-libs?]
+   >=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP},static-libs(-)?]
+   >=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},static-libs(-)?]
) )
systemd? ( >=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP}] )
 "

diff --git a/virtual/libudev/libudev-232.ebuild 
b/virtual/libudev/libudev-232.ebuild
index 7d11eac927b..d307b7a255e 100644
--- a/virtual/libudev/libudev-232.ebuild
+++ b/virtual/libudev/libudev-232.ebuild
@@ -13,7 +13,7 @@ REQUIRED_USE="systemd? ( !static-libs )"
 RDEPEND="
!systemd? (
static-libs? (
-   >=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP},static-libs]
+   
>=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP},static-libs(-)]
)
!static-libs? ( || (
>=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP}]



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

2017-07-04 Thread Keri Harris
commit: f8219158cc6daa8e7f91263399153d12897491d9
Author: Keri Harris  gentoo  org>
AuthorDate: Tue Jul  4 17:59:23 2017 +
Commit: Keri Harris  gentoo  org>
CommitDate: Tue Jul  4 17:59:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8219158

dev-lang/swi-prolog: add 7.4 upstream-stable version

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 dev-lang/swi-prolog/Manifest|   1 +
 dev-lang/swi-prolog/swi-prolog-7.4.1.ebuild | 144 
 2 files changed, 145 insertions(+)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index 60189bbe02b..b1aa0331603 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -3,6 +3,7 @@ DIST swi-prolog-6.6.6-gentoo-patchset-0.tar.gz 1590 SHA256 
2b240d15562603120e031
 DIST swi-prolog-7.2.3-gentoo-patchset-1.tar.gz 1875 SHA256 
c11e48122dc468f21e08da4a65f5a2daa9e0ddbc2e186bbd952626c95b29db04 SHA512 
3506f4168d52f7d3539cd753c5153750df8c3239b78ffac1784c634b585d5fb0c825700e77abc9c1f467af71473ae1861eef629ebdf76b7c783d276c393f40fc
 WHIRLPOOL 
8b70ab91592280d0634c6c897771696c0c63d30680044994cedf69f18cd4f386adf833998e64d4ad892cff97300b5bbfaa8dec8448ea04ebaba7e31f7e9c30d0
 DIST swipl-7.2.3.tar.gz 16192142 SHA256 
43657d51b7c5887bc2d2bced50a9822b86a08a6841399b8e76ee877f51d646b5 SHA512 
da27a6b171d3b471401f1a91e86a4dbe98973d8a1db8c72aa27e452311d08b893b01a1de8f9f4dafcdac460774b4ea980050256d37284546941e1bdf84f8cd7b
 WHIRLPOOL 
de695c8e0317921dcc13898f7a3c88d1012e3f87f633cd25766ca5cb6637b29ca81b9245d015614089291a7d9abd0d8c7109ccae1df9297d78301d241cb258b3
 DIST swipl-7.3.35.tar.gz 16664828 SHA256 
d1a9f7ef77b6dddb08477055b6355a0f2f3a5018e1a027a2dc917a8e57b0cf70 SHA512 
f7271b00a308f8a1ee21cff2ae1a0458860c2226d8f567396373538001d306edcf4e74f65c75cfc0fb6b93c06ef2e7a451abb3a9b58b8fd5def0b532047b81c3
 WHIRLPOOL 
b197f59b0609d50aa5ca3d92b76acd7829f17df2402382cc292be0b27f64121a0df837a8cd2895da4e6c7d8d1c55042497a4b2bd5050a4a904092f82d95b7a3c
+DIST swipl-7.4.1.tar.gz 16498678 SHA256 
891e314e8f5d856ef71d8bbce5d255a18b0c8f227628748bb0e1e19473273cc1 SHA512 
a3e49cc43aed05808901860fe302711d2850b23740a987d1071822d7b4888aca30a8b5f7c94e1e7191057a031f45adeedb0fbff9139d0294e6ec07032da6798d
 WHIRLPOOL 
5605043173e6bbebed316504b3eb20a0ccc4891d25ae7a7eafc7de6eadef1688367a524e1d81fd0c1ff427e1ece3929bbf7114deb6056b12b3c3ce2196ed
 DIST swipl-7.5.0.tar.gz 16493773 SHA256 
67f0a6d05dd5c6604c256734aac095a122a39791970c2bc802d2e7950cfedef9 SHA512 
ffa6d20a50fda7791912df6959d6c80e104a97283ec09b702b89854ab4d433c86162a4b7c0f8ad34605349714f7e866c506b349bdc43c562e2d2261d95a4237f
 WHIRLPOOL 
29979ac06859b159219d88975ab228576920e08f560267cdb648d6ceb5698765c1a0b27f9fb4e7b69ea1ac5a95d265fd0120110f602dee1a9af03bd14102ad98
 DIST swipl-7.5.1.tar.gz 16505671 SHA256 
70ba305c6c8eef171738b331e33318c7d996683745600f6737de14e839c6e0c4 SHA512 
aa7103f7bf77dff3d54befa40d3988080fdefd883e9457695f7f7e98af84180815a644e2396a8dfcadd5428b90525487ff6aaeb71e066534f411b334ce5d2c58
 WHIRLPOOL 
33ba38f34384c407ad871cfd54822ed93d06981a7be1eef9fc8f95ad3c381768b33a8e15c6add77853162966f1aea3b2a523cb6c3a085bab33ece9a4821a
 DIST swipl-7.5.2.tar.gz 16507767 SHA256 
e16a5e74af16b1830d6a6f9950e56e2039b73e9dc70313603557a85d5490dafe SHA512 
d6ba360b60246ee4998ee80f538961d33ac1cb37ba4798657b95e2b793fb3eb043b8df77698ecba1490c11d0cd6842a9a59f90301d8418bd711fc5223b6502c5
 WHIRLPOOL 
cad68ed474d2104461b0344d48c64d6bd6d3370936d51744c07f2fe4b5cdeda62b65de115ae9ac72f7fa9d7daa6d784718db55ba0d6f2b98c9a196469afc582e

diff --git a/dev-lang/swi-prolog/swi-prolog-7.4.1.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.4.1.ebuild
new file mode 100644
index 000..8c3294b1672
--- /dev/null
+++ b/dev-lang/swi-prolog/swi-prolog-7.4.1.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils flag-o-matic java-pkg-opt-2 multilib
+
+PATCHSET_VER="0"
+
+DESCRIPTION="free, small, and standard compliant Prolog compiler"
+HOMEPAGE="http://www.swi-prolog.org/;
+SRC_URI="http://www.swi-prolog.org/download/stable/src/swipl-${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="archive berkdb debug doc +gmp hardened java +libedit libressl minimal 
odbc readline ssl static-libs test uuid zlib X"
+
+RDEPEND="sys-libs/ncurses:=
+   archive? ( app-arch/libarchive )
+   berkdb? ( >=sys-libs/db-4:= )
+   zlib? ( sys-libs/zlib )
+   odbc? ( dev-db/unixODBC )
+   readline? ( sys-libs/readline:= )
+   libedit? ( dev-libs/libedit )
+   gmp? ( dev-libs/gmp:0 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   java? ( >=virtual/jdk-1.5:= )
+   uuid? ( dev-libs/ossp-uuid )
+   X? (
+   virtual/jpeg:0
+   x11-libs/libX11
+   x11-libs/libXft
+  

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

2017-07-04 Thread Keri Harris
commit: 031277947a014e52a48e60220ea8bd99130392a0
Author: Keri Harris  gentoo  org>
AuthorDate: Tue Jul  4 17:44:09 2017 +
Commit: Keri Harris  gentoo  org>
CommitDate: Tue Jul  4 17:44:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03127794

dev-lang/swi-prolog: bump 7.5 development version

 dev-lang/swi-prolog/Manifest|   1 +
 dev-lang/swi-prolog/swi-prolog-7.5.2.ebuild | 144 
 2 files changed, 145 insertions(+)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index c72e8b8ef67..60189bbe02b 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -5,3 +5,4 @@ DIST swipl-7.2.3.tar.gz 16192142 SHA256 
43657d51b7c5887bc2d2bced50a9822b86a08a68
 DIST swipl-7.3.35.tar.gz 16664828 SHA256 
d1a9f7ef77b6dddb08477055b6355a0f2f3a5018e1a027a2dc917a8e57b0cf70 SHA512 
f7271b00a308f8a1ee21cff2ae1a0458860c2226d8f567396373538001d306edcf4e74f65c75cfc0fb6b93c06ef2e7a451abb3a9b58b8fd5def0b532047b81c3
 WHIRLPOOL 
b197f59b0609d50aa5ca3d92b76acd7829f17df2402382cc292be0b27f64121a0df837a8cd2895da4e6c7d8d1c55042497a4b2bd5050a4a904092f82d95b7a3c
 DIST swipl-7.5.0.tar.gz 16493773 SHA256 
67f0a6d05dd5c6604c256734aac095a122a39791970c2bc802d2e7950cfedef9 SHA512 
ffa6d20a50fda7791912df6959d6c80e104a97283ec09b702b89854ab4d433c86162a4b7c0f8ad34605349714f7e866c506b349bdc43c562e2d2261d95a4237f
 WHIRLPOOL 
29979ac06859b159219d88975ab228576920e08f560267cdb648d6ceb5698765c1a0b27f9fb4e7b69ea1ac5a95d265fd0120110f602dee1a9af03bd14102ad98
 DIST swipl-7.5.1.tar.gz 16505671 SHA256 
70ba305c6c8eef171738b331e33318c7d996683745600f6737de14e839c6e0c4 SHA512 
aa7103f7bf77dff3d54befa40d3988080fdefd883e9457695f7f7e98af84180815a644e2396a8dfcadd5428b90525487ff6aaeb71e066534f411b334ce5d2c58
 WHIRLPOOL 
33ba38f34384c407ad871cfd54822ed93d06981a7be1eef9fc8f95ad3c381768b33a8e15c6add77853162966f1aea3b2a523cb6c3a085bab33ece9a4821a
+DIST swipl-7.5.2.tar.gz 16507767 SHA256 
e16a5e74af16b1830d6a6f9950e56e2039b73e9dc70313603557a85d5490dafe SHA512 
d6ba360b60246ee4998ee80f538961d33ac1cb37ba4798657b95e2b793fb3eb043b8df77698ecba1490c11d0cd6842a9a59f90301d8418bd711fc5223b6502c5
 WHIRLPOOL 
cad68ed474d2104461b0344d48c64d6bd6d3370936d51744c07f2fe4b5cdeda62b65de115ae9ac72f7fa9d7daa6d784718db55ba0d6f2b98c9a196469afc582e

diff --git a/dev-lang/swi-prolog/swi-prolog-7.5.2.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.5.2.ebuild
new file mode 100644
index 000..ece2fd907ab
--- /dev/null
+++ b/dev-lang/swi-prolog/swi-prolog-7.5.2.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils flag-o-matic java-pkg-opt-2 multilib
+
+PATCHSET_VER="0"
+
+DESCRIPTION="free, small, and standard compliant Prolog compiler"
+HOMEPAGE="http://www.swi-prolog.org/;
+SRC_URI="http://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="archive berkdb debug doc +gmp hardened java +libedit libressl minimal 
odbc readline ssl static-libs test uuid zlib X"
+
+RDEPEND="sys-libs/ncurses:=
+   archive? ( app-arch/libarchive )
+   berkdb? ( >=sys-libs/db-4:= )
+   zlib? ( sys-libs/zlib )
+   odbc? ( dev-db/unixODBC )
+   readline? ( sys-libs/readline:= )
+   libedit? ( dev-libs/libedit )
+   gmp? ( dev-libs/gmp:0 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   java? ( >=virtual/jdk-1.5:= )
+   uuid? ( dev-libs/ossp-uuid )
+   X? (
+   virtual/jpeg:0
+   x11-libs/libX11
+   x11-libs/libXft
+   x11-libs/libXpm
+   x11-libs/libXt
+   x11-libs/libICE
+   x11-libs/libSM )"
+
+DEPEND="${RDEPEND}
+   X? ( x11-proto/xproto )
+   java? ( test? ( =dev-java/junit-3.8* ) )"
+
+S="${WORKDIR}/swipl-${PV}"
+
+src_prepare() {
+   EPATCH_FORCE=yes
+   EPATCH_SUFFIX=patch
+   if [[ -d "${WORKDIR}"/${PV} ]] ; then
+   epatch "${WORKDIR}"/${PV}
+   fi
+
+   if ! use uuid; then
+   mv packages/clib/uuid.pl packages/clib/uuid.pl.unused || die
+   fi
+
+   # OSX/Intel ld doesn't like an archive without table of contents
+   sed -i -e 's/-cru/-scru/' packages/nlp/libstemmer_c/Makefile.pl || die
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+   use ppc && append-flags -mno-altivec
+   use hardened && append-flags -fno-unit-at-a-time
+   use debug && append-flags -DO_DEBUG
+
+   # ARCH is used in the configure script to figure out host and target
+   # specific stuff
+   export ARCH=${CHOST}
+
+   export CC_FOR_BUILD=$(tc-getBUILD_CC)
+
+   cd "${S}"/src || die
+   econf \
+   --libdir="${EPREFIX}"/usr/$(get_libdir) \
+   

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

2017-07-04 Thread Sebastien Fabbro
commit: 8ebbe455c3f62c7fb9c4d53d4ec4456f0ea1c0b0
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Jul  4 17:42:42 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Jul  4 17:43:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ebbe455

sci-libs/scipy: setuptools version needs to be at least 36.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-libs/scipy/scipy-0.19.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-libs/scipy/scipy-0.19.1.ebuild 
b/sci-libs/scipy/scipy-0.19.1.ebuild
index e79deab952a..864285aeeb4 100644
--- a/sci-libs/scipy/scipy-0.19.1.ebuild
+++ b/sci-libs/scipy/scipy-0.19.1.ebuild
@@ -33,6 +33,7 @@ CDEPEND="
 DEPEND="${CDEPEND}
dev-lang/swig
>=dev-python/cython-0.22[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-36[${PYTHON_USEDEP}]
virtual/pkgconfig
doc? ( app-arch/unzip )
test? ( dev-python/nose[${PYTHON_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/esomidas/, sci-astronomy/esomidas/files/

2017-07-04 Thread Sebastien Fabbro
commit: d6cdbeb019a1168cc7fc3a0148deb6c275414bc8
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Jul  4 16:26:06 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Jul  4 17:43:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6cdbeb0

sci-astronomy/esomidas: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-astronomy/esomidas/Manifest|  2 +-
 ...esomidas-15.09.ebuild => esomidas-17.02.ebuild} | 25 ++-
 .../files/esomidas-17.02-gentoo-setup.patch| 12 +++
 ...patch => esomidas-17.02-output_to_stdout.patch} | 51 -
 .../esomidas/files/esomidas-cleanmidas.patch   | 24 --
 .../esomidas/files/esomidas-fitswdb.patch  | 46 
 .../esomidas/files/esomidas-fitswdm_c.patch| 48 
 .../esomidas/files/esomidas-gentoo-setup.patch | 14 
 sci-astronomy/esomidas/files/esomidas-madrid.patch | 25 ---
 .../esomidas/files/esomidas-manpages.patch | 54 --
 .../esomidas/files/esomidas-mdb_put.patch  | 29 
 .../esomidas/files/esomidas-no-sp_pty.patch| 17 -
 .../esomidas/files/esomidas-no-strip.patch | 29 
 .../esomidas/files/esomidas-nonlinux.patch | 23 --
 .../esomidas/files/esomidas-propagate-flags.patch  | 86 --
 .../esomidas/files/esomidas-rarthm_for.patch   | 43 ---
 .../esomidas/files/esomidas-selechar_c.patch   | 51 -
 .../esomidas/files/esomidas-syskeys.patch  | 23 --
 .../esomidas/files/esomidas-system-readline.patch  | 83 -
 .../esomidas/files/esomidas-x11-include-path.patch | 13 
 20 files changed, 31 insertions(+), 667 deletions(-)

diff --git a/sci-astronomy/esomidas/Manifest b/sci-astronomy/esomidas/Manifest
index 6d71d144816..660210dbedc 100644
--- a/sci-astronomy/esomidas/Manifest
+++ b/sci-astronomy/esomidas/Manifest
@@ -1 +1 @@
-DIST esomidas-15.09.tar.gz 60770911 SHA256 
74f1ea0e4cce958c67f5f2db061a073c9fb05190d9c1f1612e77888282a194be SHA512 
774029ac2e79a563a1c94c5de4f7cb74f18695e8f83f3d939208bdde656d1e83783e2ae276ae841a3b5c7eaf81946111c3c02ace1b74899e98f1b1dd15ba320b
 WHIRLPOOL 
a7135f9f47fa53dbe60288afbcdf462f3f7327736ae473c43766185b1a57836eb2cf120705d9db495d62a5a26efca533afd6cc5719a7c4c4d224fe301234584e
+DIST esomidas-17.02.tar.gz 60771186 SHA256 
27254dca5cd07562408d8fefb9c907a42c733c95c3010cc1a28cb9919ab48c68 SHA512 
7e4c6a8d8349a9e1647e48571bf5e04abd239c24020ffdf5984a0598b837061ca7765e31209869a4e302e1f85c3494852a22541149c10cc916376048e40b6324
 WHIRLPOOL 
80334f8c2afb34e6d203c49386a9e4b7449ba16abebf75885a29bcdd03012b81cafba675beebc549a6c07f4787b9efd678c7a18ffac56046e8424648d9629104

diff --git a/sci-astronomy/esomidas/esomidas-15.09.ebuild 
b/sci-astronomy/esomidas/esomidas-17.02.ebuild
similarity index 83%
rename from sci-astronomy/esomidas/esomidas-15.09.ebuild
rename to sci-astronomy/esomidas/esomidas-17.02.ebuild
index 4b712e767e8..acaa2eb1c23 100644
--- a/sci-astronomy/esomidas/esomidas-15.09.ebuild
+++ b/sci-astronomy/esomidas/esomidas-17.02.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,11 +6,11 @@ EAPI=6
 inherit eutils fortran-2 toolchain-funcs flag-o-matic
 
 # MIDVERS is actually used by MIDAS configuration scripts
-export MIDVERS="15SEPpl1.0"
+export MIDVERS="17FEBpl1.2"
 
 DESCRIPTION="European Southern Observatory Munich Image Data Analysis System"
 HOMEPAGE="http://www.eso.org/projects/esomidas/;
-SRC_URI="ftp://ftp.eso.org/pub/midaspub/15SEP/sources/${MIDVERS}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="ftp://ftp.eso.org/pub/midaspub/17FEB/sources/${MIDVERS}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0/8"
@@ -28,23 +28,8 @@ DEPEND="${RDEPEND}"
 S="${WORKDIR}/${MIDVERS}"
 
 PATCHES=(
-   "${FILESDIR}/${PN}-gentoo-setup.patch"
-   "${FILESDIR}/${PN}-cleanmidas.patch"
-   "${FILESDIR}/${PN}-fitswdb.patch"
-   "${FILESDIR}/${PN}-fitswdm_c.patch"
-   "${FILESDIR}/${PN}-log-stdout.patch"
-   "${FILESDIR}/${PN}-madrid.patch"
-   "${FILESDIR}/${PN}-manpages.patch"
-   "${FILESDIR}/${PN}-mdb_put.patch"
-   "${FILESDIR}/${PN}-no-sp_pty.patch"
-   "${FILESDIR}/${PN}-no-strip.patch"
-   "${FILESDIR}/${PN}-nonlinux.patch"
-   "${FILESDIR}/${PN}-rarthm_for.patch"
-   "${FILESDIR}/${PN}-selechar_c.patch"
-   "${FILESDIR}/${PN}-system-readline.patch"
-   "${FILESDIR}/${PN}-x11-include-path.patch"
-   "${FILESDIR}/${PN}-propagate-flags.patch"
-   "${FILESDIR}/${PN}-syskeys.patch"
+   "${FILESDIR}/${P}-output_to_stdout.patch"
+   "${FILESDIR}/${P}-gentoo-setup.patch"
 )
 
 src_prepare() {

diff --git a/sci-astronomy/esomidas/files/esomidas-17.02-gentoo-setup.patch 
b/sci-astronomy/esomidas/files/esomidas-17.02-gentoo-setup.patch
new file mode 100644
index 

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

2017-07-04 Thread Mike Gilbert
commit: 8e39ce2a54d6c0ed2f782e7b5fd9015d6efe3111
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jul  4 17:27:30 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jul  4 17:27:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e39ce2a

virtual/libudev: 232 stable on amd64 and x86

Bug: https://bugs.gentoo.org/623556
Bug: https://bugs.gentoo.org/623810
Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77

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

diff --git a/virtual/libudev/libudev-232.ebuild 
b/virtual/libudev/libudev-232.ebuild
index a35b06abc5e..7d11eac927b 100644
--- a/virtual/libudev/libudev-232.ebuild
+++ b/virtual/libudev/libudev-232.ebuild
@@ -6,7 +6,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for libudev providers"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
 IUSE="static-libs systemd"
 REQUIRED_USE="systemd? ( !static-libs )"
 



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

2017-07-04 Thread Patrice Clement
commit: cbb9ca44d0ffdbb81a3b397dab92485d5db9aac1
Author: Karl Linden  gmail  com>
AuthorDate: Sat Jul  1 14:19:01 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jul  4 17:18:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb9ca44

sys-kernel/rt-sources: version bump to {4.9.33_p23,4.11.8_p4}.

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/5022

 sys-kernel/rt-sources/Manifest |  4 ++
 sys-kernel/rt-sources/rt-sources-4.11.8_p4.ebuild  | 45 ++
 sys-kernel/rt-sources/rt-sources-4.9.33_p23.ebuild | 45 ++
 3 files changed, 94 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index aaa471dfb27..a47929aef3b 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -23,6 +23,8 @@ DIST patch-4.1.40-rt48.patch.xz 189128 SHA256 
47081fce428dfd7d74244d7eae3c18d9a9
 DIST patch-4.1.40.xz 1022520 SHA256 
05f034e695720101c52a088791c2bfc20e5487c7a886ead6575d1d305c138511 SHA512 
936079277ca7fc1478a6d0540026205ad856fba6f13aeb602a36bbac8d340e204f63b25541bdd1682828e90a70e80868f81d1fa8689f11f0330f70fba03e2b96
 WHIRLPOOL 
34e694893d549e1ae6db21342d92f24139695d45a81e385bc21fbb6c86e354f8969d8d8468fc955152e9bcedf9b6512091dc85020f139d2df116c0c92d430b40
 DIST patch-4.11.5-rt1.patch.xz 182856 SHA256 
0cd6b96851dadc75d09b0211e1841f37136e41af300d50f22e7ceb313250c743 SHA512 
113a1285375c0f5804d578a616eb3f850f07d0df2f690d061f49f4774068c6a2121b7a2075c3b92beaad4c197db6984687d1c07b52d6428b94b3851cb99f5a93
 WHIRLPOOL 
942f067d8d83533753a6a27cad4b68383c72e53d102d10c8cdcb1920796148a7ac9d96f2113feb62ccc5c6e20a634b39e6b6f705b5a7ccaecc07690ce0f69359
 DIST patch-4.11.5.xz 190660 SHA256 
1686ea3200069acd7869075a208ad6771c651b4f9d942b4a340fb8606c75fe13 SHA512 
c337470c79961c88b806a449ee3bbb3b5428c1f1d6751133de00b67901a6ad8db2ed8899e0b5ca89ff902f29f58a6721053d25e286a2120e7cf2e578907c8645
 WHIRLPOOL 
41b8f62dbf32f9f31cd2b76b297fa3f6276f3440e7976498d70fc59407382235aa43778809181da949a43a0bb71aa3a87ce1c41496d28a183529a73f1ea82f2c
+DIST patch-4.11.8-rt4.patch.xz 183644 SHA256 
3a5b32fd93f63f0d87116545b97552d0f0222b815a8c5a054de2c02c680e3e4a SHA512 
e071370eaa7e80801cc9e35e0f1ae01b42850c3985b04630f3a5c51ce85186d7789dd54472b002f6055388b6312bab80f1d1e0279ac1ef3a35e41b227ccb
 WHIRLPOOL 
186f87949929acb5812a94bbf75220a2791863e6c7fd8eb8f5acb2f1c0b088c5a7dbdbdb326d660c6df85d6c4dccca729ebb50490eaae2e6012bc5e62e5f8319
+DIST patch-4.11.8.xz 239352 SHA256 
c390540524e9647efa3752550cb04b02f47a60a5d45f26d56a07cd8a67501929 SHA512 
9fed139ec4658d373ea6f25b0cc0cd9384e3bf61a05d30a523c13d8b5e673b461cf3cc8d97da2c69ca3a6c718319529f7ccfd90ca38b81d68986b7e63f2db297
 WHIRLPOOL 
a72ef2cebcae11425c5eccb29619d5c9be99624cc48f439f30e6c4499ba7a404abc1bb768a07689ee05e9c086d16f5de0f8eb914c33d1295c0e1450dd60c154c
 DIST patch-4.4.60-rt73.patch.xz 191724 SHA256 
cbe77f8db27bae1d018b786bead3996c753f0e45fdec6dab088fbe2cffd0f890 SHA512 
7ebdbf44796f957476f4195162053f4c6292521423b9bf3ad63cb38f80159dc85e95c8c94354a3d5448da6266dafba76d575c7931d2ac791dfd2d44ff6e9c2b9
 WHIRLPOOL 
f5ad3357184e57ada33be5d407fe2ca2d3ce2bf7a367feb1bf1898d1b33fc4ec2f9d499d55c6eb44aeccaa36a2458a047dcb55be6de0e2fa7642ae0ea39fe5fd
 DIST patch-4.4.60.xz 1052796 SHA256 
095571965d607c9406b2003ac14c28c03de4a57af8d21dd7743042409bc9aec5 SHA512 
46c6c6f238d20ca4a81fb322dbd10988e868e35646f3dc39bbf802734c0c7866f99e2038418b115d368c950840cfbaac7629d16c61158abe1bce51e290021e0a
 WHIRLPOOL 
38ec06e8e9fa225af5759b7c9eeaa3d5084e7282ee1d2641b28b3200147140cccb684fa55de5a5be0b66ad51b191b7908fc0b842a89c2db3375d9e2e006f0208
 DIST patch-4.4.70-rt83.patch.xz 191696 SHA256 
dc27fecd9570a6453df08ecf2768e7f7357d95af2444c8549b9e41d461b456cd SHA512 
853c04b60e037d9edacb2860e6de5e022b05e0af69be6fb86907aff517d3fb48119ac41cd452afe4087aa887a5e982e7324388d2060f2e1b40c8da25ea6fc56d
 WHIRLPOOL 
604e31f2001254468c8652f9f881258be904c736597f748e98ac3c76cb20e04be726f96d5543ff67e13cf6a0a4d1451d5ad7afb5821af4851c03e34645b55940
@@ -31,3 +33,5 @@ DIST patch-4.9.20-rt16.patch.xz 165596 SHA256 
14473bfbf91aae9a998d96267a3b575e3e
 DIST patch-4.9.20.xz 435264 SHA256 
fb856acd9195e7d83ef9971ec7be55eca0d6fdf0fbfbe9a8f3bb04590d44b51f SHA512 
ef99fc84764bfec00ce33f717150956f95de5294d097f1e20276badfa87b4dc90c42061ccba4b0134448c43eeeca816045ab37e47136532e14dfc62949841e37
 WHIRLPOOL 
89a2f5f4bbf516b43d188603b5420d7b53fc6afb499fe938dae3fb30deb71ed57c67fac9e546a28d964acd84b7e558dcc0cd3c3bd2e7c6de070f56bbbd80
 DIST patch-4.9.30-rt21.patch.xz 169600 SHA256 
2aea951471b2c4f8f7d36bd011c5acdf5f1d6947f94e578bcde1ee96253c526a SHA512 
543b357ffac20bfcfd891df86a002080fb216c873babb6b43c7e7456a2713113a261d8e9187899785b060b4770993cfdbc5b34b9ed05bc80e1fdf4591e8a97b2
 WHIRLPOOL 
5bb570c0be5dc5fa8229f48c726a734f1c12b962a1d46b8671382d760d32ab33e3d09c95f4cc88d3392965e9391428c678366186b34e94c4367139b1f2d15ef1
 DIST patch-4.9.30.xz 641916 SHA256 

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

2017-07-04 Thread Göktürk Yüksek
commit: 226577094e1e3100f645aa46bea37d246bb19ef6
Author: kuzetsa  gmail  com>
AuthorDate: Thu Jun 29 22:41:44 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Jul  4 16:18:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22657709

sys-kernel/ck-sources: v.bump (4.9.35 & 4.11.8)

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/ck-sources/Manifest |  6 ++
 sys-kernel/ck-sources/ck-sources-4.11.8.ebuild | 60 
 sys-kernel/ck-sources/ck-sources-4.9.35.ebuild | 96 ++
 3 files changed, 162 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 8381bf79b4c..1328e7dcb02 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -3,12 +3,18 @@ DIST deblob-4.11 148749 SHA256 
4c31a9e39d302a7dfe4ba2bf550dc49312db5949a611dda34
 DIST deblob-4.9 146273 SHA256 
af4214b851928a53ef470ed8729122b9db910a6c0769d5d46a5de0b3e96f74f3 SHA512 
3654b28e72b343bafdb38de10ef0c3621db0539bc0e7434bc99bb8f8ed911d4c9e53ca4785fd193fcfec369328f014fa5c6f3bda51b6f1a8f98b8c37ece119a6
 WHIRLPOOL 
7b5ddba1469b6515d03d2e0e91a643ab0252803fde271ca710978186582a2f1a3b01deab9718c194bcdae0a79887636b6e98e604305402c9051b15a89fd393df
 DIST deblob-check-4.11 734493 SHA256 
39312ac206c249257018e85d4c3455f9bcad0205b4bd18eef28971492090fb43 SHA512 
f3ae2b80ac16f223349c741877c64d619fda2be9ce5a28741cfaf626cb2104547f0f638e6d56afa524054b4ec4ccc8f720515c8518ab333d95bfd29cd8ad056d
 WHIRLPOOL 
c2b0289118d4db9972c25e08a4268b89d7b9ea54ba32adb5da06929823ddd852a4b5538b9e8953ff91967645b3089e8a8123ae5fc6411e24500f11f4e034c301
 DIST deblob-check-4.9 717834 SHA256 
4599c6eabd53bb352e9b536d574152e72467548add19757fc6b8e34355928d6b SHA512 
46258698f1c574b44a8c5c78cc2b7fdbaca746976266974ee0f6787904531754b17ad15d542b68e07d4633ee91a8e2d9c32a991ea214292ac072c4f26deed9c9
 WHIRLPOOL 
f1afe1f8d8bcd6fc43a01da5eb012d117687418f049212fe20fe7ea88700c482bc6fd3e917102ff9d12baf11e678a40355877a7d214da8b3cbf2b585a51a012e
+DIST genpatches-4.11-10.base.tar.xz 248400 SHA256 
a8ce77eecd7de677d4be4637ca6fa8ab1f92286d15adad62bf792591be9c2e4a SHA512 
be077291066e139757fcc3240eb81ffe93c069da7a286790c23d623045c4cbfcb5ea79baee8913106a8c632e2716e487eaca6e1a3730e1514b0d6081cacd4509
 WHIRLPOOL 
459f3454ae367fa30fc78108385f925a94a6eec2148b7915914b3fdd6fb499cb3249959d0a3db60ed752f2ff1ad501eaaa7bee582aac341fd3803a0fb414e02d
+DIST genpatches-4.11-10.experimental.tar.xz 106568 SHA256 
a88e4b7339c446c568f3bb3b8f54e63b4e4d854f184e2b1677f60f97cc950ee5 SHA512 
93623910ad351ce0cd5f1a34f5ac1a0ea5b413622449cf3f10b341760971f54ec9b6ee81066b6fb2af8f824203e5d4e357196f0ac586ff764251f9bf62cfc29e
 WHIRLPOOL 
0876689c15a39b16a5d263c090216bf3d950504ed3db211229456fc8fa6643a70d10d97edd24b17a85bcd5b7a944353b5e819cdfe4cb88f993d40195ba954047
+DIST genpatches-4.11-10.extras.tar.xz 17352 SHA256 
042b29aad1db46eb33b8757f6476f285f3a7aebdb80a7b4eb7be99440311663d SHA512 
4a765a6581b813468c230f59ab043eacce2c20715dee19be8f734254b94e76e15cd2116babe6d2bd678e849a064a61c212518296787a9f74082878b55acf94eb
 WHIRLPOOL 
9cf80f5d061c5ff704be3de4bfa685d8d6d29fe0507f85f275d45ea875c06afbaee76c6ab7a630329382dbe2520a6875b0fca4760e134b5b9ed32132eb27599c
 DIST genpatches-4.11-9.base.tar.xz 228412 SHA256 
094cf6debebc1a5d5615bc099de2fe4772b873ffc6e5b117cf721d04e5fbdb43 SHA512 
dc2201c845fe68ad9ef35c960eb15aa8b3fd2b45084c15303fd1527a3e2b2095132d80a41511e9a50034c776b9f2951a13984b36a178f281c6fe89e3aa15e1e8
 WHIRLPOOL 
12cf8556f66f84d5c33fca23f4645b49f5c2686037627c2a74c48a463c56525ef8d6b90e4f41104c5d30da149cc69e26615be55bf3067f766ef0896dc2c11d81
 DIST genpatches-4.11-9.experimental.tar.xz 106600 SHA256 
e2aac36f6efd04cea03c35a73187b246ae42d56c6657b922057636f9f198f12c SHA512 
731647428003123688ace6a9053d8b48f4c5d8ce96b7c6077b2727864b27e5dab0344c7bbcfd996c668518d68c6171d679fe367d25a6af8278133fdc7ec660db
 WHIRLPOOL 
7315f7c419ddc202b167cc145e90d7ff07d8b60a441ee1145b176e0b6425580a9273f17a788bb781ae67071f3c46ca2f50180ae1d18755a9117c3c8a36827eb5
 DIST genpatches-4.11-9.extras.tar.xz 17352 SHA256 
f7691170d75d64dc6c10c851f6e63bfda22f971a104be8e67b53887328aa3fe9 SHA512 
39a64e21fb3968aafe2f71cacaccb2f300f6da202db38021a44c82382eb894c548c422402153d98768c58da0bf16efda4ee62436b065e0819f81a42fbb8382ca
 WHIRLPOOL 
ba3b71c896b9423bf4b9f0b4a5401641008910f7dad89f891737cf11cbfb62fabe4e9874c345b0bcb1b0d78b5ead44f32738e74417902cbb4111fd0c2e62e077
 DIST genpatches-4.9-35.base.tar.xz 784760 SHA256 
8af30b82a2065351a1339a2ee4ee68483f09723b9d227e3f8dc211198ae6aac3 SHA512 
d75c36e17fc32ed8cbde8747e77045cb41a365e5276a11861ee2b7255b5f41b9e1435859452227d19591c1387a56ca18f07305e3c70aaaefb596961ee0473c2a
 WHIRLPOOL 
014ed90fd4d6046b0983d5389fabf7436c5b5333deeab64f7e78f6aa2d44817b93a3404ede2411910cb36ceb45b1e5fddec656de2f4a4e6b6a986bd3f1a03211
 DIST genpatches-4.9-35.experimental.tar.xz 106392 SHA256 
7d37afac8eac9662881206341b11c9a0c3c0705a9c5a805fc57acad796bf6fb8 SHA512 

[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-bool-comp/

2017-07-04 Thread José María Alonso
commit: 69ab7aee96184b98ffa717886dfcf46be3637d74
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 16:18:14 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 16:18:14 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=69ab7aee

dev-lisp/rsm-bool-comp: Updates to common-lisp-3 eclass

 dev-lisp/rsm-bool-comp/rsm-bool-comp-1.2.ebuild | 17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/rsm-bool-comp/rsm-bool-comp-1.2.ebuild 
b/dev-lisp/rsm-bool-comp/rsm-bool-comp-1.2.ebuild
index fd67bfae..65daf72a 100644
--- a/dev-lisp/rsm-bool-comp/rsm-bool-comp-1.2.ebuild
+++ b/dev-lisp/rsm-bool-comp/rsm-bool-comp-1.2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="R. Scott McIntire's Common Lisp Boolean Function Comparison 
library."
 HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-bool-comp;
@@ -21,11 +22,15 @@ S="${WORKDIR}"/cl-${PN}
 
 src_unpack() {
unpack ${A}
-   epatch "${FILESDIR}"/${PV}-gentoo-fix-type-declarations.patch
+}
+
+src_prepare() {
+   eapply "${FILESDIR}"/${PV}-gentoo-fix-type-declarations.patch
+   eapply_user
 }
 
 src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dohtml ${PN}.html
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-modal/

2017-07-04 Thread José María Alonso
commit: f66540c02a0c44c388b57cebb978c272ebf7bbec
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 16:17:47 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 16:17:47 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f66540c0

dev-lisp/rsm-modal: Updates to common-lisp-3 eclass

 dev-lisp/rsm-modal/rsm-modal-1.2.ebuild | 17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/rsm-modal/rsm-modal-1.2.ebuild 
b/dev-lisp/rsm-modal/rsm-modal-1.2.ebuild
index c4876d35..d2b67085 100644
--- a/dev-lisp/rsm-modal/rsm-modal-1.2.ebuild
+++ b/dev-lisp/rsm-modal/rsm-modal-1.2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="R. Scott McIntire's Common Lisp Modal Logic Library."
 HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-modal;
@@ -20,11 +21,15 @@ S="${WORKDIR}"/cl-${PN}
 
 src_unpack() {
unpack ${A}
-   epatch "${FILESDIR}"/${PV}-gentoo-fix-defconstant.patch
+}
+
+src_prepare() {
+   eapply "${FILESDIR}"/${PV}-gentoo-fix-defconstant.patch
+   eapply_user
 }
 
 src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dohtml ${PN}.html
 }



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

2017-07-04 Thread Manuel Rüger
commit: 0382cd6b4ee87dda0fcf4b51e329eeab55195bbc
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Jul  4 16:13:44 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jul  4 16:14:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0382cd6b

dev-python/docker-py: Version bump to 2.4.2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/docker-py/Manifest   |  1 +
 dev-python/docker-py/docker-py-2.4.2.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index a351a71ae2f..55378bb4664 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -2,3 +2,4 @@ DIST docker-py-1.10.6.tar.gz 122462 SHA256 
dd1aa55dbe507538318e51e5303077d146d51
 DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a276c123198fdafc3659280b38 SHA512 
bf00b19e0ab56e5c0e8459234d09722ca504ecd933bfba61cb4ab4805410f53f6ad6083f2e964ef5a6eded2ea05aa01a89c27621064386bae145c7258ed996ad
 WHIRLPOOL 
bd7ff4579f924e02d18581b1aca00790dcb84afda03e4cde70b349bfdb4ad43aa2e06da2bcbe780f6074d98f9af9b14fb9d2ab4da9265e56b73288902c9ede7a
 DIST docker-py-2.2.1.tar.gz 174907 SHA256 
b84cda631daeaad532143b439af0235923647ed30da5fc4427e6929a637af122 SHA512 
9eda776d0055587e68a8933969d0b540c6439dd26fe4dfc13ee50c46ccf55294c130d625f235a74bb48bc58aff93e0371b79cfeb971588e9f7d745a3b6930dc5
 WHIRLPOOL 
3e0b80cd2af690ed47010bd6cdc68b01b6e4e0d294f49326e3e51d6ab38c0d0fd159fea3d1e44b1f8ab31f591b33c136064b68aa471dadd66a693105bba55a1a
 DIST docker-py-2.3.0.tar.gz 177920 SHA256 
56ca8acbe7f7e9cffbfc8e1a2a256ec0fbe322130b1d1ba432865c707fc9f33f SHA512 
61800bfb9377abb6d59cf394902f98f51b374b3752e6c151b801d014090801559b6bb64e1da9081a2516076bbc41a47987013a1e98fa37771cf5e97f26f2737d
 WHIRLPOOL 
b5e0d89dc70b2944dbfb1cba7c324c80c0655276c5ad27e4c5590170481201248934c99f044473648dd81d4ae866ed267704b33778c9a4d5a69bcadd3acaf378
+DIST docker-py-2.4.2.tar.gz 180890 SHA256 
53f72ae0c3329f48b2301eb64bc63ca0da2cdc9e8e24c87a76dab91da713ca2c SHA512 
3367066b2acd96b85bef28aef00c91d752dc25b3055575b4f2f9c0b981eb4bca81a742bc6da5f97cf039cd9c7d818e3f80101997fe3a2e2c6f3a9c42fd3111c2
 WHIRLPOOL 
f32495086c5b3a67bec365033d54b52ed77b156ec262239b10c5115e88e84be1bdd25562df9e04f93c18dbab68c378ef58e17d321ea54a2a0f8472381266b976

diff --git a/dev-python/docker-py/docker-py-2.4.2.ebuild 
b/dev-python/docker-py/docker-py-2.4.2.ebuild
new file mode 100644
index 000..29f025ecc3a
--- /dev/null
+++ b/dev-python/docker-py/docker-py-2.4.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python client for Docker"
+HOMEPAGE="https://github.com/docker/docker-py;
+SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+RDEPEND="
+   >=dev-python/docker-pycreds-0.2.1[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.18.0[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.12.2[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.11.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' 
'python3_4' )
+   $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 
'python2_7' )
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.9.1[${PYTHON_USEDEP}]
+   )
+   doc? (
+   dev-python/recommonmark[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.4.6[${PYTHON_USEDEP}]
+   )
+"
+
+python_prepare_all() {
+   sed -i -e "s/import pip//" -e "s/if 'docker-py'.*/if False:/" setup.py 
|| die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs html || die "docs failed to build"
+   HTML_DOCS=( html/. )
+   fi
+}
+
+python_test() {
+   py.test tests/unit/ || die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2017-07-04 Thread Göktürk Yüksek
commit: 68e5b08e76c7fb10e84ed9499cadc88aca52fc4a
Author: Henning Schild  hennsch  de>
AuthorDate: Fri Jun 30 16:32:22 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Jul  4 16:11:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68e5b08e

net-im/telegram-desktop-bin: version bump to 1.1.9.

Signed-off-by: Henning Schild  hennsch.de>

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../telegram-desktop-bin-1.1.9.ebuild  | 58 ++
 2 files changed, 61 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 5bc36bf3d13..67a874c496a 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
 DIST tdesktop-1.1.2.tar.gz 16742147 SHA256 
c5b8bbd07a6c68bd9123b6e5ccee1e623127b8672e332bce3dcb4663db57f058 SHA512 
a3529225a0a373f796a93b8756af70da5c1558fa7618812922dcf39e412ae42722114bc1de0ebcb768cee6e2ff4b6dc053709493c9d7d010e98549c2887ca96a
 WHIRLPOOL 
f62317879214387b9cc5287cb9acd3051194254760613e5ad7e9e94df9ec10499c2bf9effdfdd789baf2d3816f35eb6ce82417645d3972b9f0f23584000738a1
 DIST tdesktop-1.1.7.tar.gz 16754793 SHA256 
760f9ff4864e1c4cfd3a955ff493644d0e6aff5bb6d1012e12d33ede2314b622 SHA512 
a79e5ba19149be3e6fdae5759cfb399fd45bb68c32a8e0fabef1633a0f1c25220fdc93a94081ab3edbf1b9fb8790821cf46c602174a5e8c94ec35040b089fd30
 WHIRLPOOL 
7a6a61ae40b280b9a5ce61ea7a70546cc84b331a520b3e6497db939a6447cf4d0740d839251585d2403f5a9f30a0eaf92bba1eb420eb857368af269d21dfd596
+DIST tdesktop-1.1.9.tar.gz 16960532 SHA256 
954c7b05b569265ca4beb50ae3d47f12210fca484c7d56da58f9181d8ec4ce67 SHA512 
cac579b94683c54e80edeff52ad81d63cc9d7e45d48c74dd88dd4ef8c61e0dbc3b0931189ed218419eeef4d11d6b508a7a6efb9fe20f38250c12fd983983afe5
 WHIRLPOOL 
4f48acbcf0e54fbe47b1cb1585688be521a6fdf275d6019289139de9d6eeda542bcaa6d37b0de0ebbc3eff78ba97f05897a2a70438a391aeac7d831b28b7e331
 DIST tsetup.1.1.2.tar.xz 29779044 SHA256 
7aa05a4afe260329ac407ea1d2fceb152a288b938d234227624040132d546dd5 SHA512 
5824ff88e563025dd6f0d0ea76c367fbb2ee55a31bbdf67a1ef9e3e7e4580d82a08d57d88a20cc683c1c44a30e91f027c77d5f67100b69eb5d38807b77080f1f
 WHIRLPOOL 
4bfd2db6079c23de5f9a89af9ff0cc9bcd68375a59df6a344f5115b29cbc9871efb481459b260823f6418b3e1944c0186e061ee105d6fbbe0fc278bec03dfa7b
 DIST tsetup.1.1.7.tar.xz 29797328 SHA256 
c0a2d38219f2923294fda46fb11da868523808abccd88f60c979a32828b9473e SHA512 
a308616d0223eb4561b1855643fc8c7fb2653670dd2333e837d0496c3fc5d2ae01e395f34171baa68eeef4c2181f5a485e30288346c07584399b5306248dcb2a
 WHIRLPOOL 
eea299139b8659a419e489116054f76bb14a137cf089ab839dbf69babe538c86f99861e0fe298419636a5ecb7cc673a830385929aeca0cf7b5a7f6f1fc7fd50e
+DIST tsetup.1.1.9.tar.xz 30039836 SHA256 
370cca056d32869045f8879dfd89045747bf9327d109618002d283ab586899a6 SHA512 
5b942ccdf9317acca799287288099270bb9b2f198dc575f67d58ca9555a8c54270d3598d7078ceab072384a1f80d27a209b26da6ae12d8f462e581726a8a5724
 WHIRLPOOL 
0301846c16462a9d9f372d11685044e96947b923c43b4fa653f1e979adc0a186ed874eabef30f4317cc6949f47e2fee7ce963ba5eabf7f1573a905206ec53a24
 DIST tsetup32.1.1.2.tar.xz 30577744 SHA256 
b3b93fc1cad70996e1c962a1132205371c02a327763a66a2e61542d33b6384a1 SHA512 
74e3fd7f58129466e170c0796d3552161cbc30d87f9eae0cfedc454e9f82a85b11cfa1f8ea1649ec2b5abcb3a52d33403e1678674b993345e91525bfb944815a
 WHIRLPOOL 
c92edfc173672556ad170b4a065cdd6c98aa3db3a6697dc6e601a584fcfbfaeb2854b6221dceed2fe0b049ced9492486c8f1552c33cc81ec2b87a491f3b18e95
 DIST tsetup32.1.1.7.tar.xz 30618984 SHA256 
49db49c089efa680e8ce68ee7153e7a3f601e485a1305857f5cf1b13a5e7e5b0 SHA512 
1fcbd2af833ca925eb721f67896b0c0e2fac0e8b704211fc6d07599e909f773dba8e758de67fe9de1c7353cda10cec02462df3c3a7a212cca593c22b2f06f55e
 WHIRLPOOL 
102c676e2076dfa150f6225066d9e5d6f0222ea45c19ecb8c91bfe4be7077ca8ad1ebe99846566677b319b0b660ce3814b995676ef32c3fe76d79134c3769ef0
+DIST tsetup32.1.1.9.tar.xz 30977868 SHA256 
e77b4dd2b91a630c628a863a6a9fa001599621205a83604a5a3218e46719bd38 SHA512 
62c8771a59792a0410916e3245cd1cff64b5e3061a5b3d81f5cf976f2c6f622805f1fc77920ab64a22f8b59554992286c06fba4e26f1a53899f6e097e85423ab
 WHIRLPOOL 
ac04440263023e247c0b5d8b8d1c88473df7f48e416a6d9cdbb2e742235048311d9a627eb0b051949475dee586109ea5da501ed2d2ff45a8c1352b61dcfb4fdf

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.9.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.9.ebuild
new file mode 100644
index 000..3bcebcb59b8
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.9.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils gnome2-utils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( 

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2017-07-04 Thread Göktürk Yüksek
commit: 8bd640515e78c00437d83d7de89d1bb3d6cbf67f
Author: Henning Schild  hennsch  de>
AuthorDate: Fri Jun 30 16:33:22 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Jul  4 16:11:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd64051

net-im/telegram-desktop-bin: clean up old.

Signed-off-by: Henning Schild  hennsch.de>

 net-im/telegram-desktop-bin/Manifest   |  3 --
 .../telegram-desktop-bin-1.1.2.ebuild  | 58 --
 2 files changed, 61 deletions(-)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 67a874c496a..d44d7e34b5c 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,9 +1,6 @@
-DIST tdesktop-1.1.2.tar.gz 16742147 SHA256 
c5b8bbd07a6c68bd9123b6e5ccee1e623127b8672e332bce3dcb4663db57f058 SHA512 
a3529225a0a373f796a93b8756af70da5c1558fa7618812922dcf39e412ae42722114bc1de0ebcb768cee6e2ff4b6dc053709493c9d7d010e98549c2887ca96a
 WHIRLPOOL 
f62317879214387b9cc5287cb9acd3051194254760613e5ad7e9e94df9ec10499c2bf9effdfdd789baf2d3816f35eb6ce82417645d3972b9f0f23584000738a1
 DIST tdesktop-1.1.7.tar.gz 16754793 SHA256 
760f9ff4864e1c4cfd3a955ff493644d0e6aff5bb6d1012e12d33ede2314b622 SHA512 
a79e5ba19149be3e6fdae5759cfb399fd45bb68c32a8e0fabef1633a0f1c25220fdc93a94081ab3edbf1b9fb8790821cf46c602174a5e8c94ec35040b089fd30
 WHIRLPOOL 
7a6a61ae40b280b9a5ce61ea7a70546cc84b331a520b3e6497db939a6447cf4d0740d839251585d2403f5a9f30a0eaf92bba1eb420eb857368af269d21dfd596
 DIST tdesktop-1.1.9.tar.gz 16960532 SHA256 
954c7b05b569265ca4beb50ae3d47f12210fca484c7d56da58f9181d8ec4ce67 SHA512 
cac579b94683c54e80edeff52ad81d63cc9d7e45d48c74dd88dd4ef8c61e0dbc3b0931189ed218419eeef4d11d6b508a7a6efb9fe20f38250c12fd983983afe5
 WHIRLPOOL 
4f48acbcf0e54fbe47b1cb1585688be521a6fdf275d6019289139de9d6eeda542bcaa6d37b0de0ebbc3eff78ba97f05897a2a70438a391aeac7d831b28b7e331
-DIST tsetup.1.1.2.tar.xz 29779044 SHA256 
7aa05a4afe260329ac407ea1d2fceb152a288b938d234227624040132d546dd5 SHA512 
5824ff88e563025dd6f0d0ea76c367fbb2ee55a31bbdf67a1ef9e3e7e4580d82a08d57d88a20cc683c1c44a30e91f027c77d5f67100b69eb5d38807b77080f1f
 WHIRLPOOL 
4bfd2db6079c23de5f9a89af9ff0cc9bcd68375a59df6a344f5115b29cbc9871efb481459b260823f6418b3e1944c0186e061ee105d6fbbe0fc278bec03dfa7b
 DIST tsetup.1.1.7.tar.xz 29797328 SHA256 
c0a2d38219f2923294fda46fb11da868523808abccd88f60c979a32828b9473e SHA512 
a308616d0223eb4561b1855643fc8c7fb2653670dd2333e837d0496c3fc5d2ae01e395f34171baa68eeef4c2181f5a485e30288346c07584399b5306248dcb2a
 WHIRLPOOL 
eea299139b8659a419e489116054f76bb14a137cf089ab839dbf69babe538c86f99861e0fe298419636a5ecb7cc673a830385929aeca0cf7b5a7f6f1fc7fd50e
 DIST tsetup.1.1.9.tar.xz 30039836 SHA256 
370cca056d32869045f8879dfd89045747bf9327d109618002d283ab586899a6 SHA512 
5b942ccdf9317acca799287288099270bb9b2f198dc575f67d58ca9555a8c54270d3598d7078ceab072384a1f80d27a209b26da6ae12d8f462e581726a8a5724
 WHIRLPOOL 
0301846c16462a9d9f372d11685044e96947b923c43b4fa653f1e979adc0a186ed874eabef30f4317cc6949f47e2fee7ce963ba5eabf7f1573a905206ec53a24
-DIST tsetup32.1.1.2.tar.xz 30577744 SHA256 
b3b93fc1cad70996e1c962a1132205371c02a327763a66a2e61542d33b6384a1 SHA512 
74e3fd7f58129466e170c0796d3552161cbc30d87f9eae0cfedc454e9f82a85b11cfa1f8ea1649ec2b5abcb3a52d33403e1678674b993345e91525bfb944815a
 WHIRLPOOL 
c92edfc173672556ad170b4a065cdd6c98aa3db3a6697dc6e601a584fcfbfaeb2854b6221dceed2fe0b049ced9492486c8f1552c33cc81ec2b87a491f3b18e95
 DIST tsetup32.1.1.7.tar.xz 30618984 SHA256 
49db49c089efa680e8ce68ee7153e7a3f601e485a1305857f5cf1b13a5e7e5b0 SHA512 
1fcbd2af833ca925eb721f67896b0c0e2fac0e8b704211fc6d07599e909f773dba8e758de67fe9de1c7353cda10cec02462df3c3a7a212cca593c22b2f06f55e
 WHIRLPOOL 
102c676e2076dfa150f6225066d9e5d6f0222ea45c19ecb8c91bfe4be7077ca8ad1ebe99846566677b319b0b660ce3814b995676ef32c3fe76d79134c3769ef0
 DIST tsetup32.1.1.9.tar.xz 30977868 SHA256 
e77b4dd2b91a630c628a863a6a9fa001599621205a83604a5a3218e46719bd38 SHA512 
62c8771a59792a0410916e3245cd1cff64b5e3061a5b3d81f5cf976f2c6f622805f1fc77920ab64a22f8b59554992286c06fba4e26f1a53899f6e097e85423ab
 WHIRLPOOL 
ac04440263023e247c0b5d8b8d1c88473df7f48e416a6d9cdbb2e742235048311d9a627eb0b051949475dee586109ea5da501ed2d2ff45a8c1352b61dcfb4fdf

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.2.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.2.ebuild
deleted file mode 100644
index 3bcebcb59b8..000
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils xdg
-
-DESCRIPTION="Official desktop client for Telegram (binary package)"
-HOMEPAGE="https://desktop.telegram.org;
-SRC_URI="
-   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
-   amd64? ( 

[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-rand/

2017-07-04 Thread José María Alonso
commit: 12ddfae88d4f68e4377e6e9f34d79a74bf68f9f7
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 16:05:35 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 16:05:35 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=12ddfae8

dev-lisp/rsm-rand: Updates to common-lisp-3 eclass

 dev-lisp/rsm-rand/rsm-rand-1.4.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/rsm-rand/rsm-rand-1.4.ebuild 
b/dev-lisp/rsm-rand/rsm-rand-1.4.ebuild
index f3679239..4c381305 100644
--- a/dev-lisp/rsm-rand/rsm-rand-1.4.ebuild
+++ b/dev-lisp/rsm-rand/rsm-rand-1.4.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="R. Scott McIntire's Common Lisp Discrete Random Number Library"
 HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-rand;
@@ -18,7 +19,7 @@ RDEPEND="!dev-lisp/cl-${PN}"
 S="${WORKDIR}"/cl-${PN}
 
 src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dohtml ${PN}.html
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-filter/

2017-07-04 Thread José María Alonso
commit: d6530abac36da3f4d3cb80d394c0e29e90f91a19
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 16:05:13 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 16:05:13 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d6530aba

dev-lisp/rsm-filter: Updates to common-lisp-3 eclass

 dev-lisp/rsm-filter/rsm-filter-1.1_beta4.ebuild | 17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/rsm-filter/rsm-filter-1.1_beta4.ebuild 
b/dev-lisp/rsm-filter/rsm-filter-1.1_beta4.ebuild
index 1cbafd87..f97827d7 100644
--- a/dev-lisp/rsm-filter/rsm-filter-1.1_beta4.ebuild
+++ b/dev-lisp/rsm-filter/rsm-filter-1.1_beta4.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 DESCRIPTION="R. Scott McIntire's Common Lisp Filter Library."
 HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-filter;
@@ -20,11 +21,15 @@ S="${WORKDIR}"/cl-${PN/_beta/b}
 
 src_unpack() {
unpack ${A}
-   epatch "${FILESDIR}"/${PV}-gentoo-fix-ftype-declarations.patch
+}
+
+src_prepare() {
+   eapply "${FILESDIR}"/${PV}-gentoo-fix-ftype-declarations.patch
+   eapply_user
 }
 
 src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dohtml ${PN}.html
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-fuzzy/

2017-07-04 Thread José María Alonso
commit: 4dea1635b09ab7a3a6721790be3a9936e1571b58
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 16:04:44 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 16:04:44 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4dea1635

dev-lisp/rsm-fuzzy: Updates to common-lisp-3 eclass

 dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild | 17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild 
b/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild
index 69bf33a8..82d517b9 100644
--- a/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild
+++ b/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="R. Scott McIntire's Common Lisp Fuzzy Logic Library"
 HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-fuzzy;
@@ -19,11 +20,15 @@ S="${WORKDIR}"/cl-${PN}
 
 src_unpack() {
unpack ${A}
-   epatch "${FILESDIR}"/${PV}-gentoo-format-args.patch
+}
+
+src_prepare() {
+   eapply "${FILESDIR}"/${PV}-gentoo-format-args.patch
+   eapply_user
 }
 
 src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dohtml ${PN}.html
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-bitcomp/

2017-07-04 Thread José María Alonso
commit: 3863ff89073b806b9e634e8f17df588fdd3cd699
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 16:03:38 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 16:03:38 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3863ff89

dev-lisp/rsm-bitcomp: Updates to common-lisp-3 eclass

 dev-lisp/rsm-bitcomp/rsm-bitcomp-1.3.ebuild | 18 --
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/rsm-bitcomp/rsm-bitcomp-1.3.ebuild 
b/dev-lisp/rsm-bitcomp/rsm-bitcomp-1.3.ebuild
index 3911e266..7ad621ed 100644
--- a/dev-lisp/rsm-bitcomp/rsm-bitcomp-1.3.ebuild
+++ b/dev-lisp/rsm-bitcomp/rsm-bitcomp-1.3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 DESCRIPTION="McIntire's Common Lisp Bit Compression Library"
 HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-bitcomp;
@@ -20,11 +21,16 @@ S="${WORKDIR}"/cl-${PN}
 
 src_unpack() {
unpack ${A}
-   epatch "${FILESDIR}"/${PV}-gentoo-fix-defconstant.patch
+}
+
+src_prepare() {
+   eapply "${FILESDIR}"/${PV}-gentoo-fix-defconstant.patch
+   eapply_user
+
 }
 
 src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dohtml ${PN}.html
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/s-xml-rpc/

2017-07-04 Thread José María Alonso
commit: 8923b3cc4a7bbe7ad2b80dafb06da9b6b5ed6ea6
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 16:02:24 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 16:02:24 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8923b3cc

dev-lisp/s-xml-rpc: Updates to common-lisp-3 eclass

 dev-lisp/s-xml-rpc/s-xml-rpc-20060521.ebuild | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/s-xml-rpc/s-xml-rpc-20060521.ebuild 
b/dev-lisp/s-xml-rpc/s-xml-rpc-20060521.ebuild
index 9a7c4dfc..e2eae61a 100644
--- a/dev-lisp/s-xml-rpc/s-xml-rpc-20060521.ebuild
+++ b/dev-lisp/s-xml-rpc/s-xml-rpc-20060521.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="Implementation of XML-RPC in Common Lisp for both client and 
server."
 HOMEPAGE="http://www.common-lisp.net/project/s-xml-rpc/;
@@ -21,12 +22,15 @@ RDEPEND="!dev-lisp/cl-${PN}
 
 src_unpack() {
unpack ${A}
+}
+
+src_prepare() {
rm "${S}"/Makefile
 }
 
 src_install() {
-   common-lisp-install src test ${PN}.asd
-   common-lisp-symlink-asdf
+   common-lisp-install-sources src test ${PN}.asd
+   common-lisp-install-asdf
dohtml "${DISTDIR}"/S-XML-RPC.html
dodoc ChangeLog
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/levenshtein/

2017-07-04 Thread José María Alonso
commit: fcb8abb0462a4a766b5881cb7395022455dec170
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 16:01:14 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 16:01:14 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fcb8abb0

dev-lisp/levenshtein: Updates to common-lisp-3 eclass

 dev-lisp/levenshtein/levenshtein-1.0.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/levenshtein/levenshtein-1.0.ebuild 
b/dev-lisp/levenshtein/levenshtein-1.0.ebuild
index cefd1192..0c1770f0 100644
--- a/dev-lisp/levenshtein/levenshtein-1.0.ebuild
+++ b/dev-lisp/levenshtein/levenshtein-1.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="Implementation of the Levenshtein Distance."
 HOMEPAGE="http://www.cliki.net/Levenshtein;



[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/.kde-plasma-5.10/, ...

2017-07-04 Thread Andreas Sturmlechner
commit: b0dc52922322ce6bec530efaf2b44f553c7c3201
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 19:17:25 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  4 15:58:41 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b0dc5292

Documentation: Cleanup obsolete (stabilised) deps

 .../package.accept_keywords/.kde-applications-17.04/more-deps| 5 -
 Documentation/package.accept_keywords/.kde-plasma-5.10/more-deps | 1 -
 Documentation/package.accept_keywords/.kde-plasma-5.9/more-deps  | 1 -
 .../package.accept_keywords/kde-applications-17.04.keywords  | 5 -
 Documentation/package.accept_keywords/kde-plasma-5.10.keywords   | 1 -
 Documentation/package.accept_keywords/kde-plasma-5.9.keywords| 1 -
 6 files changed, 14 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-17.04/more-deps 
b/Documentation/package.accept_keywords/.kde-applications-17.04/more-deps
index 285888b727..2f7f3d6e3b 100644
--- a/Documentation/package.accept_keywords/.kde-applications-17.04/more-deps
+++ b/Documentation/package.accept_keywords/.kde-applications-17.04/more-deps
@@ -1,6 +1 @@
 ~dev-lang/python-3.5.3
-~dev-libs/kdiagram-2.6.0
-~dev-libs/libzip-1.2.0
-~dev-python/constantly-15.1.0
-~dev-python/twisted-16.6.0
-dev-qt/*:5/5.7

diff --git a/Documentation/package.accept_keywords/.kde-plasma-5.10/more-deps 
b/Documentation/package.accept_keywords/.kde-plasma-5.10/more-deps
index 54ec57c4a5..67aad09a8b 100644
--- a/Documentation/package.accept_keywords/.kde-plasma-5.10/more-deps
+++ b/Documentation/package.accept_keywords/.kde-plasma-5.10/more-deps
@@ -1,2 +1 @@
-dev-qt/*:5/5.7
 

[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-random/

2017-07-04 Thread José María Alonso
commit: 4d3a7d900e6e58f43d6c4f9fe43099f7ce858a5e
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 15:58:33 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 15:58:33 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4d3a7d90

dev-lisp/rsm-random: Updates to common-lisp-3 eclass

 dev-lisp/rsm-random/rsm-random-1.4.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/rsm-random/rsm-random-1.4.ebuild 
b/dev-lisp/rsm-random/rsm-random-1.4.ebuild
index 86796b13..b3bc6fd9 100644
--- a/dev-lisp/rsm-random/rsm-random-1.4.ebuild
+++ b/dev-lisp/rsm-random/rsm-random-1.4.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="R. Scott McIntire's Common Lisp Random Number Library."
 HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-random;
@@ -25,7 +26,7 @@ src_compile() {
 src_install() {
exeinto /usr/$(get_libdir)/${PN}
doexe random.so
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dohtml ${PN}.html ob01.jpg
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-mpoly/

2017-07-04 Thread José María Alonso
commit: 0e237231d2e81f843c3cd7bb27877fd338af477c
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 15:57:22 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 15:57:22 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0e237231

dev-lisp/rsm-mpoly: Updates header and EAPI

 dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild 
b/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild
index 14ca9c66..6cd4cedd 100644
--- a/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild
+++ b/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="R. Scott McIntire's Common Lisp Multivariate Polynomial Library."
 HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mpoly;
@@ -19,7 +20,7 @@ RDEPEND="!dev-lisp/cl-${PN}
 S="${WORKDIR}"/cl-${PN}
 
 src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dohtml ${PN}.html
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-json/

2017-07-04 Thread José María Alonso
commit: 28b96e58b453bd27abd349cb3aad5c75c030bdc5
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 15:56:06 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 15:56:06 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=28b96e58

dev-lisp/cl-json: Updates header and EAPI

 dev-lisp/cl-json/cl-json-0.4.0.ebuild | 28 
 dev-lisp/cl-json/cl-json-0.5.0.ebuild |  5 ++---
 2 files changed, 2 insertions(+), 31 deletions(-)

diff --git a/dev-lisp/cl-json/cl-json-0.4.0.ebuild 
b/dev-lisp/cl-json/cl-json-0.4.0.ebuild
deleted file mode 100644
index f0123b91..
--- a/dev-lisp/cl-json/cl-json-0.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="A Lisp parser and generator for the JSON data-interchange format."
-HOMEPAGE="http://common-lisp.net/project/cl-json/
-   http://www.cliki.net/cl-json;
-SRC_URI="http://common-lisp.net/project/${PN}/${MY_P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/fiveam"
-
-S="${WORKDIR}"/${MY_P}
-
-src_install() {
-   common-lisp-install src t ${PN}.asd
-   common-lisp-symlink-asdf
-   dodoc CONTRIBUTORS
-   dohtml doc/{index.html,style.css}
-}

diff --git a/dev-lisp/cl-json/cl-json-0.5.0.ebuild 
b/dev-lisp/cl-json/cl-json-0.5.0.ebuild
index 9d3d85e8..aa36470a 100644
--- a/dev-lisp/cl-json/cl-json-0.5.0.ebuild
+++ b/dev-lisp/cl-json/cl-json-0.5.0.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
 inherit common-lisp-3
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rfc2388/

2017-07-04 Thread José María Alonso
commit: 0aeab35c1ffb2be68523d257ad7fa301688787cd
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 15:55:29 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 15:55:29 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0aeab35c

dev-lisp/rfc2388: Updates to common-lisp-3 eclass

 dev-lisp/rfc2388/rfc2388-1.2.ebuild | 7 ---
 dev-lisp/rfc2388/rfc2388-1.5.ebuild | 5 +++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/rfc2388/rfc2388-1.2.ebuild 
b/dev-lisp/rfc2388/rfc2388-1.2.ebuild
index dc9311d4..ac2f1253 100644
--- a/dev-lisp/rfc2388/rfc2388-1.2.ebuild
+++ b/dev-lisp/rfc2388/rfc2388-1.2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 DESCRIPTION="An implementation of RFC 2388 in Common Lisp"
 HOMEPAGE="http://common-lisp.net/project/rfc2388/;

diff --git a/dev-lisp/rfc2388/rfc2388-1.5.ebuild 
b/dev-lisp/rfc2388/rfc2388-1.5.ebuild
index 440f013f..4e5ea23b 100644
--- a/dev-lisp/rfc2388/rfc2388-1.5.ebuild
+++ b/dev-lisp/rfc2388/rfc2388-1.5.ebuild
@@ -1,6 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
+
+EAPI=6
 
 inherit common-lisp-3
 



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

2017-07-04 Thread Kristian Fiskerstrand
commit: 864dd1952ec6212f568a7f64d1aef9693f736d0c
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Tue Jul  4 15:53:44 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Tue Jul  4 15:54:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864dd195

app-office/texmaker: Remove versions depending on qt4

Gentoo-Bug: 620686

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-office/texmaker/Manifest |  1 -
 app-office/texmaker/texmaker-4.4.1-r1.ebuild | 98 
 app-office/texmaker/texmaker-4.5-r1.ebuild   | 98 
 app-office/texmaker/texmaker-4.5.ebuild  | 98 
 4 files changed, 295 deletions(-)

diff --git a/app-office/texmaker/Manifest b/app-office/texmaker/Manifest
index 9d351b717fe..eeb351dc15c 100644
--- a/app-office/texmaker/Manifest
+++ b/app-office/texmaker/Manifest
@@ -1,2 +1 @@
-DIST texmaker-4.4.1.tar.bz2 11274997 SHA256 
80939493ffb6c92f47c47109dff6de4c91259244247e90ddfb1bb6153559b4b4 SHA512 
a165b7757f2170d42f3d48d644cb351efd4d308b1a0601105952c3253084ae4a3d0bbfb7915207ff60d0ba7036283c6c8305a901d7ac8aab4e79c1bb78f68ddd
 WHIRLPOOL 
3b00a894a194659d64ea8058ca1f0d04a68904f4eb638121f935ab83583b83c57bae3d1abb8d1e0541bed4bbaa44336e9733e8de3d346098dafae319437909f2
 DIST texmaker-4.5.tar.bz2 11287724 SHA256 
2ce9966e410bf878649d1c756e3dc2a077e55e1eaa9f4beb10aa7224cd94d614 SHA512 
623ae1496f11e5cd1328b997dbb29ec7188d6c1b256b6370c6fdd4fcda4bfc4b301d29cfa3b2ce529391b8f9913ea4678a6895abfb4fa6f9820e7177c676ab11
 WHIRLPOOL 
0fb00957cb6fe2f3181ac6a6ad917fd60d90ca05bcbaa14da62045ac6c5d78126d9abeb1429bd1fe48a25416d95a1a52c53f83cad91cb0540fcd043a9ea63045

diff --git a/app-office/texmaker/texmaker-4.4.1-r1.ebuild 
b/app-office/texmaker/texmaker-4.4.1-r1.ebuild
deleted file mode 100644
index 467e6c1d8b3..000
--- a/app-office/texmaker/texmaker-4.4.1-r1.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils qmake-utils readme.gentoo
-
-DESCRIPTION="A nice LaTeX-IDE"
-HOMEPAGE="http://www.xm1math.net/texmaker/;
-SRC_URI="http://www.xm1math.net/texmaker/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="+qt4 qt5"
-
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
-COMMON_DEPEND="
-   app-text/hunspell
-   app-text/poppler:=[qt4?,qt5?]
-   sys-libs/zlib
-   x11-libs/libX11
-   x11-libs/libXext
-   dev-qt/qtsingleapplication[X,qt4?,qt5?]
-   qt4? (
-   dev-qt/qtgui:4
-   dev-qt/qtcore:4
-   dev-qt/qtscript:4
-   dev-qt/qtwebkit:4
-   )
-   qt5? (
-   dev-qt/qtconcurrent:5
-   dev-qt/qtgui:5
-   dev-qt/qtcore:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtscript:5
-   dev-qt/qtwebkit:5[printsupport]
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   )
-"
-RDEPEND="${COMMON_DEPEND}
-   virtual/latex-base
-   app-text/psutils
-   app-text/ghostscript-gpl
-   media-libs/netpbm
-   qt4? ( app-i18n/ibus-qt )"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.1-unbundle.patch
-   "${FILESDIR}"/${P}-modern-styles.patch
-   )
-
-DOCS=( utilities/AUTHORS utilities/CHANGELOG.txt )
-HTML_DOCS=( doc/. )
-
-src_prepare() {
-   find singleapp hunspell -delete || die
-
-   epatch "${PATCHES[@]}"
-
-   cat >> ${PN}.pro <<- EOF
-   exists(texmakerx_my.pri):include(texmakerx_my.pri)
-   EOF
-
-   cp "${FILESDIR}"/texmakerx_my.pri . || die
-
-   sed \
-   -e '/^#include/s:hunspell/::g' \
-   -e '/^#include/s:singleapp/::g' \
-   -i *.cpp *.h || die
-
-   DOC_CONTENTS="A user manual with many screenshots is available at:
-   ${EPREFIX}/usr/share/${PN}/usermanual_en.html"
-}
-
-src_configure() {
-   local myeqmakeargs=(
-   ${PN}.pro
-   PREFIX="${EPREFIX}/usr"
-   DESKTOPDIR="${EPREFIX}/usr/share/applications"
-   ICONDIR="${EPREFIX}/usr/share/pixmaps"
-   )
-   if use qt4; then
-   eqmake4 ${myeqmakeargs[@]}
-   else
-   eqmake5 ${myeqmakeargs[@]}
-   fi
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
-   readme.gentoo_create_doc
-}

diff --git a/app-office/texmaker/texmaker-4.5-r1.ebuild 
b/app-office/texmaker/texmaker-4.5-r1.ebuild
deleted file mode 100644
index 148ec4b33b7..000
--- a/app-office/texmaker/texmaker-4.5-r1.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils qmake-utils readme.gentoo
-
-DESCRIPTION="A 

[gentoo-commits] proj/lisp:master commit in: dev-lisp/gsll/

2017-07-04 Thread José María Alonso
commit: 70a1a324f2119c8ae8ed17369eb06de81d8b6280
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 15:54:36 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 15:54:36 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=70a1a324

dev-lisp/gsll: Updates to common-lisp-3 eclass

 dev-lisp/gsll/gsll-.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/gsll/gsll-.ebuild b/dev-lisp/gsll/gsll-.ebuild
index 252e9edf..18187c6b 100644
--- a/dev-lisp/gsll/gsll-.ebuild
+++ b/dev-lisp/gsll/gsll-.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=2
+EAPI=6
 
-inherit common-lisp-2 git-2
+inherit common-lisp-3 git-r3
 
 DESCRIPTION="Common Lisp interface to the GNU Scientific Library."
 HOMEPAGE="http://common-lisp.net/project/gsll/;
@@ -28,12 +27,12 @@ RDEPEND=">=sci-libs/gsl-1.9
 CLSYSTEMS="${PN} ${PN}-tests"
 
 src_install() {
-   common-lisp-install *.{lisp,asd} calculus/ data/ eigensystems/ \
+   common-lisp-install-sources *.lisp calculus/ data/ eigensystems/ \
fast-fourier-transforms/ floating-point/ histogram/ init/ \
interpolation/ linear-algebra/ mathematical/ \
ordinary-differential-equations/ physical-constants/ random/ \
solve-minimize-fit/ special-functions/ statistics/ tests/ 
test-unit/
-   common-lisp-symlink-asdf
+   common-lisp-install-asdf
dohtml documentation/*.{html,css}
dodoc documentation/*.text
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/ieee-floats/

2017-07-04 Thread José María Alonso
commit: 65af6a81a6b3574cdb2a487c6f4cc9b4d51c3a1b
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 15:53:45 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 15:53:45 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=65af6a81

dev-lisp/ieee-floats: Updates to common-lisp-3 eclass

 dev-lisp/ieee-floats/ieee-floats-0.1_pre20080922.ebuild | 11 ++-
 dev-lisp/ieee-floats/ieee-floats-.ebuild|  3 +--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-lisp/ieee-floats/ieee-floats-0.1_pre20080922.ebuild 
b/dev-lisp/ieee-floats/ieee-floats-0.1_pre20080922.ebuild
index f06018a5..7c8e6b94 100644
--- a/dev-lisp/ieee-floats/ieee-floats-0.1_pre20080922.ebuild
+++ b/dev-lisp/ieee-floats/ieee-floats-0.1_pre20080922.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 DESCRIPTION="A library for converting values of type FLOAT and DOUBLE-FLOAT to 
and from their binary representation as defined by IEEE 754."
 HOMEPAGE="http://common-lisp.net/project/ieee-floats/;
@@ -16,7 +17,7 @@ IUSE=""
 RDEPEND="dev-lisp/fiveam"
 
 src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dohtml doc/*
 }

diff --git a/dev-lisp/ieee-floats/ieee-floats-.ebuild 
b/dev-lisp/ieee-floats/ieee-floats-.ebuild
index 39ba5ad1..9bd5e100 100644
--- a/dev-lisp/ieee-floats/ieee-floats-.ebuild
+++ b/dev-lisp/ieee-floats/ieee-floats-.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clon/

2017-07-04 Thread José María Alonso
commit: 1dac9ded9454e55a0b14da7b44bd7dff715a8093
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 15:52:55 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 15:52:55 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1dac9ded

dev-lisp/clon: Updates to common-lisp-3 eclass

 dev-lisp/clon/clon-0.0.2.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/clon/clon-0.0.2.ebuild b/dev-lisp/clon/clon-0.0.2.ebuild
index 028b40b9..7a258585 100644
--- a/dev-lisp/clon/clon-0.0.2.ebuild
+++ b/dev-lisp/clon/clon-0.0.2.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=2
+EAPI=6
 
-inherit common-lisp-2
+inherit common-lisp-3
 
 DESCRIPTION="A Common Lisp task scheduler library similar to Unix cron."
 HOMEPAGE="http://www.cliki.net/Clon;
@@ -21,7 +20,7 @@ RDEPEND="dev-lisp/bordeaux-threads
 CLSYSTEMS="${PN} ${PN}-test"
 
 src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dodoc ChangeLog README TODO doc/example.lisp
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-rsa/

2017-07-04 Thread José María Alonso
commit: c71e29e52e0394595e1a30619836449f86e282ee
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 15:51:22 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 15:51:22 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c71e29e5

dev-lisp/rsm-rsa: Updates to common-lisp-3

 dev-lisp/rsm-rsa/rsm-rsa-1.3_p20040330.ebuild | 17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/rsm-rsa/rsm-rsa-1.3_p20040330.ebuild 
b/dev-lisp/rsm-rsa/rsm-rsa-1.3_p20040330.ebuild
index 7860c09e..9ad23985 100644
--- a/dev-lisp/rsm-rsa/rsm-rsa-1.3_p20040330.ebuild
+++ b/dev-lisp/rsm-rsa/rsm-rsa-1.3_p20040330.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 MY_PV=${PV:0:3}
 CVS_PV=${PV:5:4}.${PV:9:2}.${PV:11}
@@ -27,11 +28,15 @@ S="${WORKDIR}"/cl-${PN}
 
 src_unpack() {
unpack ${A}
-   epatch "${FILESDIR}"/${PV}-gentoo-fix-defconstant.patch
+}
+
+src_prepare() {
+   eapply "${FILESDIR}"/${PV}-gentoo-fix-defconstant.patch
+   eapply_user
 }
 
 src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dohtml ${PN}.html
 }



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

2017-07-04 Thread Agostino Sarubbo
commit: b9938efc5e1d3b33128d210b98e56e18c008cde9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:48:14 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:48:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9938efc

sci-libs/vtk: x86 stable wrt bug #620750

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/vtk/vtk-7.1.0.ebuild b/sci-libs/vtk/vtk-7.1.0.ebuild
index 59bac4ebf01..b3324b6d7d7 100644
--- a/sci-libs/vtk/vtk-7.1.0.ebuild
+++ b/sci-libs/vtk/vtk-7.1.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
"
 
 LICENSE="BSD LGPL-2"
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE="
all-modules aqua boost doc examples imaging ffmpeg gdal java json kaapi 
mpi



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

2017-07-04 Thread Agostino Sarubbo
commit: 74555acac6e49d6d182f7ad06430a86a15b8143d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:49:01 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:49:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74555aca

dev-perl/XML-Simple: x86 stable wrt bug #623194

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
index 242131b8737..4a8014be1e3 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2017-07-04 Thread Agostino Sarubbo
commit: b0a445b78370c22376713c2cae81f1564bb4d4c6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:47:42 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:47:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a445b7

app-office/calligra: x86 stable wrt bug #623250

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-office/calligra/calligra-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calligra/calligra-3.0.1.ebuild 
b/app-office/calligra/calligra-3.0.1.ebuild
index 73177bc090e..8b3981ac49c 100644
--- a/app-office/calligra/calligra-3.0.1.ebuild
+++ b/app-office/calligra/calligra-3.0.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://www.calligra.org/;
 LICENSE="GPL-2"
 
 [[ ${KDE_BUILD_TYPE} == release ]] && \
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 CAL_FTS=( karbon plan sheets words )
 CAL_EXP_FTS=( braindump stage )



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

2017-07-04 Thread Agostino Sarubbo
commit: 78ea9a8b338e20f10372fc4f02078bfe37d7a74c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:47:47 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:47:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ea9a8b

app-office/kexi: x86 stable wrt bug #623250

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-office/kexi/kexi-3.0.1.ebuild 
b/app-office/kexi/kexi-3.0.1.ebuild
index 2b39fa49a24..0a03e64053b 100644
--- a/app-office/kexi/kexi-3.0.1.ebuild
+++ b/app-office/kexi/kexi-3.0.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Visual database applications creator"
 HOMEPAGE="https://www.kde.org/applications/office/kexi/ 
http://www.kexi-project.org/;
 [[ ${KDE_BUILD_TYPE} != live ]] && 
SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="marble mdb mysql postgres sqlite webkit"
 
 COMMON_DEPEND="



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

2017-07-04 Thread Agostino Sarubbo
commit: 8578af613024fb45bfa636d7fc3b1c6eab4b5702
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:46:41 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:46:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8578af61

dev-qt/qtwebengine: x86 stable wrt bug #620334

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-qt/qtwebengine/qtwebengine-5.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.7.1-r1.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.7.1-r1.ebuild
index 48771b38ede..a9886dbe2f5 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.7.1-r1.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.7.1-r1.ebuild
@@ -8,7 +8,7 @@ inherit multiprocessing pax-utils python-any-r1 qt5-build
 DESCRIPTION="Library for rendering dynamic web content in Qt5 C++ and QML 
applications"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 
 IUSE="alsa bindist geolocation pax_kernel pulseaudio +system-ffmpeg 
+system-icu widgets"



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

2017-07-04 Thread Agostino Sarubbo
commit: 98469cba5e9a637ac5ea27502fae29ec446a01d5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:48:50 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:48:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98469cba

sys-firmware/intel-microcode: x86 stable wrt bug #622906

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

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



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

2017-07-04 Thread Agostino Sarubbo
commit: 272e533e465509d5bfe194a36d302496145c4296
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:47:56 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:47:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272e533e

dev-libs/kdiagram: x86 stable wrt bug #623250

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/kdiagram/kdiagram-2.6.0.ebuild 
b/dev-libs/kdiagram/kdiagram-2.6.0.ebuild
index aab0c772781..7e2c6bd7701 100644
--- a/dev-libs/kdiagram/kdiagram-2.6.0.ebuild
+++ b/dev-libs/kdiagram/kdiagram-2.6.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.kde.org/;
 IUSE=""
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 fi
 



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

2017-07-04 Thread Agostino Sarubbo
commit: fbe225a6996a263d5cf7cab29ac8824e12284c75
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:48:06 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:48:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe225a6

dev-libs/kreport: x86 stable wrt bug #623250

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/kreport/kreport-3.0.1.ebuild 
b/dev-libs/kreport/kreport-3.0.1.ebuild
index a827a9ba027..b2d3f7d6a45 100644
--- a/dev-libs/kreport/kreport-3.0.1.ebuild
+++ b/dev-libs/kreport/kreport-3.0.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Framework for creation and generation of reports 
in multiple format
 [[ ${KDE_BUILD_TYPE} != live ]] && 
SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
 
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="marble +scripting webkit"
 
 RDEPEND="



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

2017-07-04 Thread Agostino Sarubbo
commit: f193793f14b11ffe556663b72b8fb2c5a8712811
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:47:05 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:47:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f193793f

dev-qt/qtxml: x86 stable wrt bug #620334

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-qt/qtxml/qtxml-5.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtxml/qtxml-5.7.1.ebuild b/dev-qt/qtxml/qtxml-5.7.1.ebuild
index bb78107f237..e3a5216fc90 100644
--- a/dev-qt/qtxml/qtxml-5.7.1.ebuild
+++ b/dev-qt/qtxml/qtxml-5.7.1.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Implementation of SAX and DOM for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
 fi
 
 IUSE=""



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

2017-07-04 Thread Agostino Sarubbo
commit: 387cce5d8ca7536d123fb212dcc71e1dcbc1046f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:47:16 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:47:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387cce5d

dev-perl/Inline-C: x86 stable wrt bug #623406

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Inline-C/Inline-C-0.780.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Inline-C/Inline-C-0.780.0.ebuild 
b/dev-perl/Inline-C/Inline-C-0.780.0.ebuild
index bf0bb41ea83..e194215d671 100644
--- a/dev-perl/Inline-C/Inline-C-0.780.0.ebuild
+++ b/dev-perl/Inline-C/Inline-C-0.780.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="C Language Support for Inline"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~sparc x86"
 IUSE="test"
 
 DIST_TEST="do" # parallelism thwarted by race conditions



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

2017-07-04 Thread Agostino Sarubbo
commit: 68479888aa64b1f94e5c438ed0c6f68ba4bd1fd7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:48:25 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:48:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68479888

dev-libs/m17n-lib: x86 stable wrt bug #610450

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/m17n-lib/m17n-lib-1.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/m17n-lib/m17n-lib-1.6.4.ebuild 
b/dev-libs/m17n-lib/m17n-lib-1.6.4.ebuild
index 16862ab21f6..1641b70b5c8 100644
--- a/dev-libs/m17n-lib/m17n-lib-1.6.4.ebuild
+++ b/dev-libs/m17n-lib/m17n-lib-1.6.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://download.savannah.gnu.org/releases/m17n/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="anthy athena anthy bidi fontconfig gd spell libotf libxml2 X xft"
 
 RDEPEND="



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

2017-07-04 Thread Agostino Sarubbo
commit: 5e32cc6bb9b394c410e1bc84d54b234f684a580c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:48:01 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:48:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e32cc6b

dev-libs/kproperty: x86 stable wrt bug #623250

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/kproperty/kproperty-3.0.1.ebuild 
b/dev-libs/kproperty/kproperty-3.0.1.ebuild
index 314877a58ad..832eabff04c 100644
--- a/dev-libs/kproperty/kproperty-3.0.1.ebuild
+++ b/dev-libs/kproperty/kproperty-3.0.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Property editing framework with editor widget 
similar to Qt Designe
 [[ ${KDE_BUILD_TYPE} != live ]] && 
SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
 
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



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

2017-07-04 Thread Agostino Sarubbo
commit: e4dfcdf7dd5ed7bae2a13933706e02a320215d23
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:47:10 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:47:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4dfcdf7

dev-qt/qtxmlpatterns: x86 stable wrt bug #620334

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-qt/qtxmlpatterns/qtxmlpatterns-5.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.7.1.ebuild 
b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.7.1.ebuild
index bc997a1f0f9..638ea4ce475 100644
--- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.7.1.ebuild
+++ b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.7.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="XPath, XQuery, XSLT, and XML Schema validation library for the 
Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
 fi
 
 IUSE=""



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

2017-07-04 Thread Agostino Sarubbo
commit: 1fa5ba6e3fba03b4938469ae7f8402f8b7c112d3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:46:47 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:46:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa5ba6e

dev-qt/qtwebkit: x86 stable wrt bug #620334

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-qt/qtwebkit/qtwebkit-5.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebkit/qtwebkit-5.7.1.ebuild 
b/dev-qt/qtwebkit/qtwebkit-5.7.1.ebuild
index 6c7eac7c71d..538c903998e 100644
--- a/dev-qt/qtwebkit/qtwebkit-5.7.1.ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5.7.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="WebKit rendering library for the Qt5 framework 
(deprecated)"
 
SRC_URI="https://download.qt.io/community_releases/${PV%.*}/${PV}/${PN}-opensource-src-${PV}.tar.xz;
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 # TODO: qttestlib



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

2017-07-04 Thread Agostino Sarubbo
commit: afd31f682b679248f94f5d2e39ce649ab74406be
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:47:27 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:47:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd31f68

media-libs/kvazaar: x86 stable wrt bug #621898

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-libs/kvazaar/kvazaar-1.1.0.ebuild 
b/media-libs/kvazaar/kvazaar-1.1.0.ebuild
index 89352b7d8b9..4112f07b3a6 100644
--- a/media-libs/kvazaar/kvazaar-1.1.0.ebuild
+++ b/media-libs/kvazaar/kvazaar-1.1.0.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="http://ultravideo.cs.tut.fi/ 
https://github.com/ultravideo/kvazaar;
 if [ "${PV#}" = "${PV}" ] ; then
SRC_URI="https://github.com/ultravideo/kvazaar/archive/v${PV}.tar.gz -> 
${P}.tar.gz
test? ( 
https://github.com/silentbicycle/greatest/archive/v${GREATEST_PV}.tar.gz -> 
greatest-${GREATEST_PV}.tar.gz )"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 x86"
 fi
 
 LICENSE="LGPL-2.1"



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

2017-07-04 Thread Agostino Sarubbo
commit: 9d533d329ee43d201b8be2f9c597944ff6d392c4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:46:56 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:46:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d533d32

dev-qt/qtwidgets: x86 stable wrt bug #620334

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-qt/qtwidgets/qtwidgets-5.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwidgets/qtwidgets-5.7.1.ebuild 
b/dev-qt/qtwidgets/qtwidgets-5.7.1.ebuild
index 0aba87eba17..a769c046882 100644
--- a/dev-qt/qtwidgets/qtwidgets-5.7.1.ebuild
+++ b/dev-qt/qtwidgets/qtwidgets-5.7.1.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Set of components for creating classic desktop-style UIs for the 
Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
 fi
 
 # keep IUSE defaults in sync with qtgui



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

2017-07-04 Thread Agostino Sarubbo
commit: 7e234535673a0cc0cf4eb7e7c0819f072d49e7c1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:47:01 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:47:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e234535

dev-qt/qtx11extras: x86 stable wrt bug #620334

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-qt/qtx11extras/qtx11extras-5.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtx11extras/qtx11extras-5.7.1.ebuild 
b/dev-qt/qtx11extras/qtx11extras-5.7.1.ebuild
index f70b09a7296..1210cba0b9e 100644
--- a/dev-qt/qtx11extras/qtx11extras-5.7.1.ebuild
+++ b/dev-qt/qtx11extras/qtx11extras-5.7.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
 fi
 
 IUSE=""



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

2017-07-04 Thread Agostino Sarubbo
commit: 08dd649362d9c05b9bc0730adba8507d9e930fe5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:48:44 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:48:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08dd6493

sys-fs/udev: x86 stable wrt bug #623556

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-fs/udev/udev-233.ebuild b/sys-fs/udev/udev-233.ebuild
index 6d5785b2768..b8e3bab558c 100644
--- a/sys-fs/udev/udev-233.ebuild
+++ b/sys-fs/udev/udev-233.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> 
systemd-${PV}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"



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

2017-07-04 Thread Agostino Sarubbo
commit: bf679e6e7c5dd6455412dc8313c081ed98f9ffae
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:46:52 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:46:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf679e6e

dev-qt/qtwebsockets: x86 stable wrt bug #620334

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-qt/qtwebsockets/qtwebsockets-5.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.7.1.ebuild 
b/dev-qt/qtwebsockets/qtwebsockets-5.7.1.ebuild
index d68a2f667b5..3ead2ae12dc 100644
--- a/dev-qt/qtwebsockets/qtwebsockets-5.7.1.ebuild
+++ b/dev-qt/qtwebsockets/qtwebsockets-5.7.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Implementation of the WebSocket protocol for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 x86"
 fi
 
 IUSE="qml +ssl"



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

2017-07-04 Thread Agostino Sarubbo
commit: 9309c58f7818029460e721a7608419bd6e6a9578
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:48:19 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:48:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9309c58f

app-emulation/xtrs: x86 stable wrt bug #623344

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emulation/xtrs/xtrs-4.9d-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/xtrs/xtrs-4.9d-r4.ebuild 
b/app-emulation/xtrs/xtrs-4.9d-r4.ebuild
index d18736d528a..3b4afb9ddc2 100644
--- a/app-emulation/xtrs/xtrs-4.9d-r4.ebuild
+++ b/app-emulation/xtrs/xtrs-4.9d-r4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.tim-mann.org/trs80/${P}.tar.gz
 
 LICENSE="xtrs ls-dos? ( freedist )"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
 IUSE="ls-dos"
 RESTRICT="ls-dos? ( bindist )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-SAX-Expat/

2017-07-04 Thread Agostino Sarubbo
commit: 9cbb55933bf136c8925d40127602322e42d91433
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:48:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:48:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cbb5593

dev-perl/XML-SAX-Expat: x86 stable wrt bug #623194

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index fe3444a722b..ca7195ca062 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-perl/XML-SAX-0.15-r1



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

2017-07-04 Thread Agostino Sarubbo
commit: 4301a837d0af8ff273e0c8096e91a260fcb3e6db
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:47:52 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:47:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4301a837

dev-db/kdb: x86 stable wrt bug #623250

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-db/kdb/kdb-3.0.1.1.ebuild b/dev-db/kdb/kdb-3.0.1.1.ebuild
index 5662d964baf..b28f9ae45be 100644
--- a/dev-db/kdb/kdb-3.0.1.1.ebuild
+++ b/dev-db/kdb/kdb-3.0.1.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Database connectivity and creation framework for 
various vendors"
 [[ ${KDE_BUILD_TYPE} != live ]] && 
SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
 
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="mysql postgres sqlite"
 
 RDEPEND="



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

2017-07-04 Thread Agostino Sarubbo
commit: 4f7592c035cede4bf8ea9be0bec3f2964b6999d5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:48:31 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:48:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f7592c0

app-office/libalkimia: x86 stable wrt bug #623386

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-office/libalkimia/libalkimia-5.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libalkimia/libalkimia-5.0.0.ebuild 
b/app-office/libalkimia/libalkimia-5.0.0.ebuild
index db1c60ba294..af907c081fe 100644
--- a/app-office/libalkimia/libalkimia-5.0.0.ebuild
+++ b/app-office/libalkimia/libalkimia-5.0.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://community.kde.org/Alkimia/libalkimia;
 SRC_URI="mirror://kde/stable/${PN/lib/}/${PV}/src/${P}.tar.xz"
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 SLOT="0/5"
 IUSE=""
 



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

2017-07-04 Thread Agostino Sarubbo
commit: 15a8ced019b64464cb3c8a3857949c4f97fa46ad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:48:38 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:48:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a8ced0

app-office/texmaker: x86 stable wrt bug #620686

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-office/texmaker/texmaker-4.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/texmaker/texmaker-4.5-r2.ebuild 
b/app-office/texmaker/texmaker-4.5-r2.ebuild
index f6568c6d5a2..e46b1487890 100644
--- a/app-office/texmaker/texmaker-4.5-r2.ebuild
+++ b/app-office/texmaker/texmaker-4.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.xm1math.net/texmaker/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 COMMON_DEPEND="



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

2017-07-04 Thread Agostino Sarubbo
commit: b2bd151639b6b19fe3d7320ea8aabd13cc4da4f9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:47:21 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:47:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2bd1516

sys-apps/grep: x86 stable wrt bug #623624

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-apps/grep/grep-3.0.ebuild b/sys-apps/grep/grep-3.0.ebuild
index 8e48c36542b..2de316aa210 100644
--- a/sys-apps/grep/grep-3.0.ebuild
+++ b/sys-apps/grep/grep-3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls pcre static"
 
 LIB_DEPEND="pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] )"



  1   2   >