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

2019-05-03 Thread Eray Aslan
commit: 7323d59995cb41a4bf537beb3d80671048752330
Author: Eray Aslan  gentoo  org>
AuthorDate: Sat May  4 05:45:20 2019 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Sat May  4 05:45:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7323d599

net-mail/dovecot: security bump to 2.3.6

Bug: https://bugs.gentoo.org/684822
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Eray Aslan  gentoo.org>

 net-mail/dovecot/Manifest |   2 +
 net-mail/dovecot/dovecot-2.3.6.ebuild | 294 ++
 2 files changed, 296 insertions(+)

diff --git a/net-mail/dovecot/Manifest b/net-mail/dovecot/Manifest
index b319ea6bed2..eb5e78f5880 100644
--- a/net-mail/dovecot/Manifest
+++ b/net-mail/dovecot/Manifest
@@ -1,5 +1,7 @@
 DIST dovecot-2.2-pigeonhole-0.4.24.1.tar.gz 1810959 BLAKE2B 
f24b28dc7422ea4f379e372adf33ebbf7cbb146d55b01dbf40580767a14adf695b0a2726f591c0c34436bd93a8b48ee8a8c4307fffc6b082d9c028ce93e29a0a
 SHA512 
99af8a1f4588d821c7000133c5c173ab05640d3411b826a0978db2d60c9a59d5b330ca2d38aa25aa1163f6d1b669dc97b8303e2bceda554f67d0029d5d0b34fd
 DIST dovecot-2.2.36.3.tar.gz 6270735 BLAKE2B 
90bd6f7cd3769040215f574bb368c1ad835041fff54273e2477be2d2e057c1700472b08a24ed3a7cad469bd39449d94986bc6801373bb97a63975ddbb54cefa5
 SHA512 
47611dbde7ee854ad323dcdb726757c7172376761fa774f28fce3f9d74ed590319d812f0555abed5f8178c326c3cb7661ac0b708ca5982914e255cec60f72e35
 DIST dovecot-2.3-pigeonhole-0.5.5.tar.gz 1847487 BLAKE2B 
9574388566778a4011ce6546021675ed9e07ba0d874dc4163e4cea10096f3bb8a434f198c3bb446b628ee18402afe94bd90b7123b3cf4d47e4095ddad12d9bfc
 SHA512 
21519fc9b1152a947b64ce4251e1a4bdbe003b48233b1856a32696f9c1e29f730268c56eb38f9431bbfac345e6cd42e8c78c87d0702f39ebf20c6d326dcdbb94
+DIST dovecot-2.3-pigeonhole-0.5.6.tar.gz 1854287 BLAKE2B 
a26edf2a298d8c3de0d9977d56583bd2e0933495c5f554871a38d7b9e31701ebf3587d221c5ec398721a9c34816918c41b069de39c13f879334f9776fede1a17
 SHA512 
998a046d2eb5ff7bba615fd1a3efdfb1e7e1dabf191257f7fa2882074acc1735a0a4c11c5f31bab1e964b0118f1a8e9e51b3d5529b8fff6d1312c9a8257d9c20
 DIST dovecot-2.3.5.1.tar.gz 6953150 BLAKE2B 
04484325e7b87f78c0aa6e3c769bc921e9dc62562cd8705b99166b7291b794f434b088dcf6512bc21c96d8937475cafa4d49c6ac611cb07f74a0d20e15e185c7
 SHA512 
e87754461fb0b065acd0ff10dc955000a2fe5baffed69efaf328ce9268f90140e9de444bc68e0bd48b565c7622885a79b1f90ff3dd2335c0c2362d05d9e73e8a
 DIST dovecot-2.3.5.2.tar.gz 6953228 BLAKE2B 
d3634ca0621349ed82c552b416bd633497ce9e4bdd5df30c2e35da1ab70a5934e2dda2b88ac6bbebeebc23918d9dcfb7a0976b1b51fba5eefd14327b2b2ea734
 SHA512 
041ec1c33c6accb5c89d96d7ab2f7dd59795f496c17faea1906e7977983e4a387aa855a238376515c09532731634d9d42e6d6be22659062855241847ea0213d5
+DIST dovecot-2.3.6.tar.gz 6980135 BLAKE2B 
59ce625aafb96092cbd687aa0d5ccc3d7697228606978efa89bbf50e608915e381abb79348197aaf3b3fa046618bcf88acdc77420f9f028035653b8cb9843009
 SHA512 
ec28af2efcbd4ab534298c3342709251074dcdb0f0f4bcad0d24b996b273387e2ce557d7ab54abafb69be3ed7dd61f25c82b9710d78156932e2eff7f941c9eb2

diff --git a/net-mail/dovecot/dovecot-2.3.6.ebuild 
b/net-mail/dovecot/dovecot-2.3.6.ebuild
new file mode 100644
index 000..ba029c4674e
--- /dev/null
+++ b/net-mail/dovecot/dovecot-2.3.6.ebuild
@@ -0,0 +1,294 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# do not add a ssl USE flag.  ssl is mandatory
+SSL_DEPS_SKIP=1
+inherit autotools eapi7-ver ssl-cert systemd user
+
+MY_P="${P/_/.}"
+#MY_S="${PN}-ce-${PV}"
+major_minor="$(ver_cut 1-2)"
+sieve_version="0.5.6"
+if [[ ${PV} == *_rc* ]] ; then
+   rc_dir="rc/"
+else
+   rc_dir=""
+fi
+SRC_URI="https://dovecot.org/releases/${major_minor}/${rc_dir}${MY_P}.tar.gz
+   sieve? (
+   
https://pigeonhole.dovecot.org/releases/${major_minor}/${rc_dir}${PN}-${major_minor}-pigeonhole-${sieve_version}.tar.gz
+   )
+   managesieve? (
+   
https://pigeonhole.dovecot.org/releases/${major_minor}/${rc_dir}${PN}-${major_minor}-pigeonhole-${sieve_version}.tar.gz
+   ) "
+DESCRIPTION="An IMAP and POP3 server written with security primarily in mind"
+HOMEPAGE="https://www.dovecot.org/;
+
+SLOT="0"
+LICENSE="LGPL-2.1 MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+IUSE_DOVECOT_AUTH="kerberos ldap lua mysql pam postgres sqlite vpopmail"
+IUSE_DOVECOT_COMPRESS="bzip2 lzma lz4 zlib"
+IUSE_DOVECOT_OTHER="argon2 caps doc ipv6 libressl lucene managesieve selinux 
sieve solr static-libs suid tcpd textcat"
+
+IUSE="${IUSE_DOVECOT_AUTH} ${IUSE_DOVECOT_STORAGE} ${IUSE_DOVECOT_COMPRESS} 
${IUSE_DOVECOT_OTHER}"
+
+DEPEND="argon2? ( dev-libs/libsodium )
+   bzip2? ( app-arch/bzip2 )
+   caps? ( sys-libs/libcap )
+   kerberos? ( virtual/krb5 )
+   ldap? ( net-nds/openldap )
+   lua? ( dev-lang/lua:* )
+   lucene? ( >=dev-cpp/clucene-2.3 )
+   lzma? ( app-arch/xz-utils )
+   lz4? ( app-arch/lz4 )
+   mysql? ( 

[gentoo-commits] proj/forums:origin/3.2.x commit in: tests/avatar/

2019-05-03 Thread Jimi Huotari
commit: 1843e4f6b4e63b43de7da3fce0f7dd4c235853a9
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Sat Apr 27 11:52:37 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Apr 27 11:52:37 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=1843e4f6

[prep-release-3.2.6] Fix expected data in avatar manager test

 tests/avatar/manager_test.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/avatar/manager_test.php b/tests/avatar/manager_test.php
index 0a64bfd69..d1e907b53 100644
--- a/tests/avatar/manager_test.php
+++ b/tests/avatar/manager_test.php
@@ -185,7 +185,7 @@ class phpbb_avatar_manager_test extends 
\phpbb_database_test_case
$avatar_settings = 
$this->manager->get_avatar_settings($this->avatar_foobar);
 
$expected_settings = array(
-   'allow_avatar_' . get_class($this->avatar_foobar)   
=> array('lang' => 'ALLOW_' . strtoupper(get_class($this->avatar_foobar)), 
'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false),
+   'allow_avatar_' . get_class($this->avatar_foobar)   
=> array('lang' => 'ALLOW_' . strtoupper(get_class($this->avatar_foobar)), 
'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true),
);
 
$this->assertEquals($expected_settings, $avatar_settings);



[gentoo-commits] proj/forums:origin/3.2.x commit in: phpBB/phpbb/avatar/driver/, phpBB/docs/

2019-05-03 Thread Jimi Huotari
commit: 2575b499a38ccf2480d5da9d5c566f47a9e2d824
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Sun Apr 28 16:15:33 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 28 16:15:44 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=2575b499

[prep-release-3.2.6] Update Changelog and add missing preg_match

 phpBB/docs/CHANGELOG.html| 2 +-
 phpBB/phpbb/avatar/driver/upload.php | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index e8dcc2be2..c6f05ca30 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -151,7 +151,7 @@

[SECURITY-228] - Require form token in 
login_box
[SECURITY-233] - SMTP auth data shouldn't 
be cached
-   [SECURITY-234] - Main website URL can be 
set to JS URL in Admin Control Panel
+   [SECURITY-234] - Main website URL in Admin 
Control Panel should not support JS URLs

 
Changes since 3.2.5

diff --git a/phpBB/phpbb/avatar/driver/upload.php 
b/phpBB/phpbb/avatar/driver/upload.php
index 77b44754a..a012bb15b 100644
--- a/phpBB/phpbb/avatar/driver/upload.php
+++ b/phpBB/phpbb/avatar/driver/upload.php
@@ -148,7 +148,8 @@ class upload extends \phpbb\avatar\driver\driver
 
// Do not allow specifying the port (see RFC 3986) or 
IP addresses
// remote_upload() will do its own check for allowed 
filetypes
-   if 
(preg_match('@^(http|https|ftp)://[^/:?#]+:[0-9]+[/:?#]@i', $url) ||
+   if 
(!preg_match('#^(http|https|ftp)://(?:(.*?\.)*?[a-z0-9\-]+?\.[a-z]{2,4}|(?:\d{1,3}\.){3,5}\d{1,3}):?([0-9]*?).*?\.('.
 implode('|', $this->allowed_extensions) . ')$#i', $url) ||
+   
preg_match('@^(http|https|ftp)://[^/:?#]+:[0-9]+[/:?#]@i', $url) ||

preg_match('#^(http|https|ftp)://(?:(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.){3}(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])#i',
 $url) ||

preg_match('#^(http|https|ftp)://(?:(?:(?:[\dA-F]{1,4}:){6}(?:[\dA-F]{1,4}:[\dA-F]{1,4}|(?:(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.){3}(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])))|(?:::(?:[\dA-F]{1,4}:){0,5}(?:[\dA-F]{1,4}(?::[\dA-F]{1,4})?|(?:(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.){3}(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])))|(?:(?:[\dA-F]{1,4}:):(?:[\dA-F]{1,4}:){4}(?:[\dA-F]{1,4}:[\dA-F]{1,4}|(?:(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.){3}(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])))|(?:(?:[\dA-F]{1,4}:){1,2}:(?:[\dA-F]{1,4}:){3}(?:[\dA-F]{1,4}:[\dA-F]{1,4}|(?:(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.){3}(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])))|(?:(?:[\dA-F]{1,4}:){1,3}:(?:[\dA-F]{1,4}:){2}(?:[\dA-F]{1,4}:[\dA-F]{1,4}|(?:(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.){3}(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])))|(?:(?:[\dA-F]{1,4}:){1,4}:(?:[\dA-F]{1,4}:)(?:[\dA-F]{1,4}:[\dA-F]{1,4}|(?:(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.){3}(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])))|(?:(?:[\dA-F]{1,4}:){1,5}:(?:[\dA-F]{1,4}:[\dA-F]{1,4}|(?:(?:\d{1,2}|1\d
 
\d|2[0-4]\d|25[0-5])\.){3}(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])))|(?:(?:[\dA-F]{1,4}:){1,6}:[\dA-F]{1,4})|(?:(?:[\dA-F]{1,4}:){1,7}:)|(?:::))#i',
 $url))
{



[gentoo-commits] proj/forums:origin/3.2.x commit in: phpBB/phpbb/db/migration/data/v32x/

2019-05-03 Thread Jimi Huotari
commit: bec047586a09ec0bf4a8214edb66c452e2489851
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Sat Apr 27 12:41:50 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Apr 27 12:41:50 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=bec04758

[prep-release-3.2.6] Add migration to 3.2.6

 phpBB/phpbb/db/migration/data/v32x/v326.php | 39 +
 1 file changed, 39 insertions(+)

diff --git a/phpBB/phpbb/db/migration/data/v32x/v326.php 
b/phpBB/phpbb/db/migration/data/v32x/v326.php
new file mode 100644
index 0..2d511b9ed
--- /dev/null
+++ b/phpBB/phpbb/db/migration/data/v32x/v326.php
@@ -0,0 +1,39 @@
+https://www.phpbb.com>
+* @license GNU General Public License, version 2 (GPL-2.0)
+*
+* For full copyright and license information, please see
+* the docs/CREDITS.txt file.
+*
+*/
+
+namespace phpbb\db\migration\data\v32x;
+
+class v326 extends \phpbb\db\migration\migration
+{
+   public function effectively_installed()
+   {
+   return phpbb_version_compare($this->config['version'], '3.2.6', 
'>=');
+   }
+
+   static public function depends_on()
+   {
+   return array(
+   '\phpbb\db\migration\data\v32x\v326rc1',
+   '\phpbb\db\migration\data\v32x\disable_remote_avatar',
+   '\phpbb\db\migration\data\v32x\smtp_dynamic_data',
+   );
+
+   }
+
+   public function update_data()
+   {
+   return array(
+   array('config.update', array('version', '3.2.6')),
+   );
+   }
+}



[gentoo-commits] proj/forums:origin/3.2.x commit in: /

2019-05-03 Thread Jimi Huotari
commit: 36840fb2e44b272725b6fe89a2b57b984720bfeb
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Sat Apr 27 11:14:38 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Apr 27 11:14:38 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=36840fb2

Merge pull request #5576 from marc1706/ticket/16027

[ticket/16027] Force clearing of cache folder on install for functional

 tests/test_framework/phpbb_functional_test_case.php | 8 
 1 file changed, 8 insertions(+)



[gentoo-commits] proj/forums:origin/3.2.x commit in: /

2019-05-03 Thread Jimi Huotari
commit: db43961de63d169b6a3dbe6a75f421cd94f1e5fa
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Sat Apr 27 11:23:07 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Apr 27 11:23:07 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=db43961d

Merge pull request #46 from phpbb/ticket/security/231

[ticket/security/231] Disable remote avatar functionality & add warning

 phpBB/includes/acp/acp_board.php | 3 ++-
 phpBB/language/en/acp/board.php  | 4 ++--
 phpBB/phpbb/avatar/manager.php   | 2 +-
 ..._list_topics_permission_add.php => disable_remote_avatar.php} | 9 ++---
 4 files changed, 11 insertions(+), 7 deletions(-)



[gentoo-commits] proj/forums:origin/3.2.x commit in: build/, phpBB/includes/, phpBB/install/, phpBB/install/schemas/

2019-05-03 Thread Jimi Huotari
commit: 37e5457dcfd9c9b3a07c1ec8e248f6b648235386
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Sat Apr 27 12:34:33 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Apr 27 12:34:33 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=37e5457d

[prep-release-3.2.6] Update to 3.2.6 version

 build/build.xml   | 4 ++--
 phpBB/includes/constants.php  | 2 +-
 phpBB/install/phpbbcli.php| 2 +-
 phpBB/install/schemas/schema_data.sql | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build/build.xml b/build/build.xml
index 0dc59455c..d1232a97f 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -2,9 +2,9 @@
 
 

-   
+   

-   
+   

 


diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 98b60166a..b22f003ad 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -28,7 +28,7 @@ if (!defined('IN_PHPBB'))
 */
 
 // phpBB Version
-@define('PHPBB_VERSION', '3.2.6-RC1');
+@define('PHPBB_VERSION', '3.2.6');
 
 // QA-related
 // define('PHPBB_QA', 1);

diff --git a/phpBB/install/phpbbcli.php b/phpBB/install/phpbbcli.php
index c87a9a83a..f8683d8f0 100755
--- a/phpBB/install/phpbbcli.php
+++ b/phpBB/install/phpbbcli.php
@@ -23,7 +23,7 @@ if (php_sapi_name() !== 'cli')
 define('IN_PHPBB', true);
 define('IN_INSTALL', true);
 define('PHPBB_ENVIRONMENT', 'production');
-define('PHPBB_VERSION', '3.2.6-RC1');
+define('PHPBB_VERSION', '3.2.6');
 $phpbb_root_path = __DIR__ . '/../';
 $phpEx = substr(strrchr(__FILE__, '.'), 1);
 

diff --git a/phpBB/install/schemas/schema_data.sql 
b/phpBB/install/schemas/schema_data.sql
index fada5b6cb..4d9adfd3d 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -279,7 +279,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES 
('tpl_allow_php', '0
 INSERT INTO phpbb_config (config_name, config_value) VALUES 
('upload_icons_path', 'images/upload_icons');
 INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_path', 
'files');
 INSERT INTO phpbb_config (config_name, config_value) VALUES 
('use_system_cron', '0');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', 
'3.2.6-RC1');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', 
'3.2.6');
 INSERT INTO phpbb_config (config_name, config_value) VALUES 
('warnings_expire_days', '90');
 INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_gc', 
'14400');
 



[gentoo-commits] proj/forums:origin/3.2.x commit in: phpBB/phpbb/search/

2019-05-03 Thread Jimi Huotari
commit: da9910850a168f73c6b8dd8407a01f47d27ca1d8
Author: Derky  phpbb  com>
AuthorDate: Thu Apr 25 22:56:48 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Thu Apr 25 22:56:48 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=da991085

[ticket/security/235] Only allow one wildcard in the search query to limit the 
database load

SECURITY-235

 phpBB/phpbb/search/fulltext_native.php | 9 +
 1 file changed, 9 insertions(+)

diff --git a/phpBB/phpbb/search/fulltext_native.php 
b/phpBB/phpbb/search/fulltext_native.php
index 1925623b8..c83de75ee 100644
--- a/phpBB/phpbb/search/fulltext_native.php
+++ b/phpBB/phpbb/search/fulltext_native.php
@@ -310,6 +310,15 @@ class fulltext_native extends \phpbb\search\base
$replace = '$1';
$keywords = preg_replace($match, $replace, $keywords);
 
+   // Only allow one wildcard in the search query to limit the 
database load
+   $match = '#\*#';
+   $replace = '$1';
+   $count_wildcards = substr_count($keywords, '*');
+
+   // Reverse the string to remove all wildcards except the first 
one
+   $keywords = strrev(preg_replace($match, $replace, 
strrev($keywords), $count_wildcards - 1));
+   unset($count_wildcards);
+
// set the search_query which is shown to the user
$this->search_query = $keywords;
 



[gentoo-commits] proj/forums:origin/3.2.x commit in: /

2019-05-03 Thread Jimi Huotari
commit: 308dd49bb95b84345efb23e91ea03f9a91c5a2d4
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Sat Apr 27 11:21:55 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Apr 27 11:21:55 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=308dd49b

Merge pull request #45 from phpbb/ticket/security/234

 [ticket/security/234] Add URL validation for input fields & main site URL

 phpBB/includes/acp/acp_board.php  |  7 +--
 phpBB/includes/functions_acp.php  | 12 +++-
 phpBB/language/en/acp/common.php  |  1 +
 tests/functions_acp/validate_config_vars_test.php | 10 +-
 4 files changed, 26 insertions(+), 4 deletions(-)



[gentoo-commits] proj/forums:origin/3.2.x commit in: phpBB/includes/mcp/

2019-05-03 Thread Jimi Huotari
commit: af6dcdd6e6220faa03f2e3a9c3ec9d0ef6ffed1f
Author: mrgoldy  gmail  com>
AuthorDate: Wed May  1 13:54:48 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May  1 13:54:48 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=af6dcdd6

[ticket/16039] Global dispatcher

PHPBB3-16039

 phpBB/includes/mcp/mcp_main.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php
index c3e3ade16..4bd783b27 100644
--- a/phpBB/includes/mcp/mcp_main.php
+++ b/phpBB/includes/mcp/mcp_main.php
@@ -378,7 +378,7 @@ function lock_unlock($action, $ids)
 */
 function change_topic_type($action, $topic_ids)
 {
-   global $user, $db, $request, $phpbb_log;
+   global $user, $db, $request, $phpbb_log, $phpbb_dispatcher;
 
switch ($action)
{



[gentoo-commits] proj/forums:origin/3.2.x commit in: phpBB/phpbb/search/

2019-05-03 Thread Jimi Huotari
commit: fd195fba210c8625e968ef5553e61864747c8d44
Author: Derky  phpbb  com>
AuthorDate: Thu Apr 25 19:51:04 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Thu Apr 25 19:51:04 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=fd195fba

[ticket/security/235] Remove non trailing wildcards from search keywords

Database indexes are only used if wildcards are used at the end.
SECURITY-235

 phpBB/phpbb/search/fulltext_native.php | 5 +
 1 file changed, 5 insertions(+)

diff --git a/phpBB/phpbb/search/fulltext_native.php 
b/phpBB/phpbb/search/fulltext_native.php
index 9a6d62f9d..478fe5616 100644
--- a/phpBB/phpbb/search/fulltext_native.php
+++ b/phpBB/phpbb/search/fulltext_native.php
@@ -305,6 +305,11 @@ class fulltext_native extends \phpbb\search\base
}
}
 
+   // Remove non trailing wildcards from each word to prevent a 
full table scan (it's now using the database index)
+   $match = '#\*(?!$)\b#';
+   $replace = '$1';
+   $keywords = preg_replace($match, $replace, $keywords);
+
// set the search_query which is shown to the user
$this->search_query = $keywords;
 



[gentoo-commits] proj/forums:origin/3.2.x commit in: tests/search/

2019-05-03 Thread Jimi Huotari
commit: 2353ad11f2afe213e407842a9a9e1533c0de57b0
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Fri Apr 26 21:39:51 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Apr 26 21:39:51 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=2353ad11

[ticket/security/235] Update search native tests

SECURITY-235

 tests/search/native_test.php | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/search/native_test.php b/tests/search/native_test.php
index 29d0d0a8d..0e6f719ce 100644
--- a/tests/search/native_test.php
+++ b/tests/search/native_test.php
@@ -70,7 +70,7 @@ class phpbb_search_native_test extends phpbb_search_test_case
'ba*az',
'all',
true,
-   array('\'ba%az\''),
+   array(4),
array(),
array(),
),
@@ -78,7 +78,7 @@ class phpbb_search_native_test extends phpbb_search_test_case
'ba*z',
'all',
true,
-   array('\'ba%z\''),
+   array(), // <= 3 chars after removing *
array(),
array(),
),
@@ -86,7 +86,7 @@ class phpbb_search_native_test extends phpbb_search_test_case
'baa* baaz*',
'all',
true,
-   array('\'baa%\'', '\'baaz%\''),
+   array('\'baa%\'', 4),
array(),
array(),
),
@@ -94,7 +94,7 @@ class phpbb_search_native_test extends phpbb_search_test_case
'ba*z baa*',
'all',
true,
-   array('\'ba%z\'', '\'baa%\''),
+   array('\'baa%\''), // baz is <= 3 chars, only 
baa* is left
array(),
array(),
),



[gentoo-commits] proj/forums:origin/3.2.x commit in: phpBB/phpbb/db/migration/data/v32x/, phpBB/phpbb/install/helper/, ...

2019-05-03 Thread Jimi Huotari
commit: 8e5a0c81ef118c7d88e10fb7d793a36e9204aea8
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Sun Apr 21 20:22:35 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 20:22:35 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=8e5a0c81

[ticket/security/233] Make smtp_password and smtp_username dynamic

SECURITY-233

 phpBB/install/schemas/schema_data.sql  |  4 +--
 .../db/migration/data/v32x/smtp_dynamic_data.php   | 42 ++
 phpBB/phpbb/install/helper/config.php  |  2 ++
 3 files changed, 46 insertions(+), 2 deletions(-)

diff --git a/phpBB/install/schemas/schema_data.sql 
b/phpBB/install/schemas/schema_data.sql
index 55dd72db0..e897a7b44 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -269,9 +269,9 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES 
('smilies_per_page',
 INSERT INTO phpbb_config (config_name, config_value) VALUES 
('smtp_auth_method', 'PLAIN');
 INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_delivery', 
'0');
 INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_host', '');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_password', 
'');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_password', 
'', 1);
 INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_port', 
'25');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_username', 
'');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_username', 
'', 1);
 INSERT INTO phpbb_config (config_name, config_value) VALUES 
('teampage_memberships', '1');
 INSERT INTO phpbb_config (config_name, config_value) VALUES 
('teampage_forums', '1');
 INSERT INTO phpbb_config (config_name, config_value) VALUES 
('topics_per_page', '25');

diff --git a/phpBB/phpbb/db/migration/data/v32x/smtp_dynamic_data.php 
b/phpBB/phpbb/db/migration/data/v32x/smtp_dynamic_data.php
new file mode 100644
index 0..aeaa3e897
--- /dev/null
+++ b/phpBB/phpbb/db/migration/data/v32x/smtp_dynamic_data.php
@@ -0,0 +1,42 @@
+https://www.phpbb.com>
+ * @license GNU General Public License, version 2 (GPL-2.0)
+ *
+ * For full copyright and license information, please see
+ * the docs/CREDITS.txt file.
+ *
+ */
+
+namespace phpbb\db\migration\data\v32x;
+
+class smtp_dynamic_data extends \phpbb\db\migration\migration
+{
+   static public function depends_on()
+   {
+   return array(
+   '\phpbb\db\migration\data\v32x\v326rc1',
+   );
+   }
+
+   public function update_data()
+   {
+   return array(
+   array('custom', array(array($this, 
'set_smtp_dynamic'))),
+   );
+   }
+
+   public function set_smtp_dynamic()
+   {
+   $smtp_auth_entries = [
+   'smtp_password',
+   'smtp_username',
+   ];
+   $this->sql_query('UPDATE ' . CONFIG_TABLE . '
+   SET is_dynamic = 1
+   WHERE ' . $this->db->sql_in_set('config_name', 
$smtp_auth_entries));
+   }
+}

diff --git a/phpBB/phpbb/install/helper/config.php 
b/phpBB/phpbb/install/helper/config.php
index fad674901..7eb0ae3b0 100644
--- a/phpBB/phpbb/install/helper/config.php
+++ b/phpBB/phpbb/install/helper/config.php
@@ -330,6 +330,8 @@ class config
 
fwrite($fp, $file_content);
fclose($fp);
+   // Enforce 0600 permission for install config
+   $this->filesystem->chmod([$this->install_config_file], 0600);
}
 
/**



[gentoo-commits] proj/forums:origin/3.2.x commit in: /

2019-05-03 Thread Jimi Huotari
commit: 3075d2fecc9f5bb780bb478c0851a704c7f9b392
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Sat Apr 27 11:19:35 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Apr 27 11:19:35 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=3075d2fe

Merge pull request #44 from phpbb/ticket/security/235

Ticket/security/235 Wildcard char count in search

 phpBB/phpbb/search/fulltext_native.php | 38 ++
 tests/search/native_test.php   |  8 +++
 2 files changed, 33 insertions(+), 13 deletions(-)



[gentoo-commits] proj/forums:origin/3.2.x commit in: phpBB/docs/

2019-05-03 Thread Jimi Huotari
commit: 2b0645b7b9030ce5101f3a3aa4c10ed446527dc8
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Sat Apr 20 21:07:54 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Apr 20 21:07:54 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=2b0645b7

[prep-release-3.2.6] Update changelog for 3.2.6-RC1

 phpBB/docs/CHANGELOG.html | 65 +++
 1 file changed, 65 insertions(+)

diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 09a3b8dff..37710b30a 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -50,6 +50,7 @@
 
Changelog

+   Changes since 3.2.5
Changes since 3.2.5-RC1
Changes since 3.2.4
Changes since 3.2.4-RC1
@@ -135,6 +136,70 @@

 

+   Changes since 3.2.5
+   Bug
+   
+   [http://tracker.phpbb.com/browse/PHPBB3-15509;>PHPBB3-15509] - Update 
database: info message is to scary
+   [http://tracker.phpbb.com/browse/PHPBB3-15869;>PHPBB3-15869] - Cookies 
Problem with domains with special chars
+   [http://tracker.phpbb.com/browse/PHPBB3-15876;>PHPBB3-15876] - Mysql 
5.7 support QA plugin
+   [http://tracker.phpbb.com/browse/PHPBB3-15883;>PHPBB3-15883] - No 
error for invalid usernames on bulk add to usergroup
+   [http://tracker.phpbb.com/browse/PHPBB3-15904;>PHPBB3-15904] - PHP 
warning when accessing modules in ACP System tab
+   [http://tracker.phpbb.com/browse/PHPBB3-15917;>PHPBB3-15917] - 
Unapproved posts count towards forum post count
+   [http://tracker.phpbb.com/browse/PHPBB3-15918;>PHPBB3-15918] - Ban 
reason messages show backslash (\) before apostrophe -- ex. (don\'t).
+   [http://tracker.phpbb.com/browse/PHPBB3-15919;>PHPBB3-15919] - Lint 
test throws PHP warnings due to node modules folder
+   [http://tracker.phpbb.com/browse/PHPBB3-15931;>PHPBB3-15931] - Issues 
in PM report emails
+   [http://tracker.phpbb.com/browse/PHPBB3-15954;>PHPBB3-15954] - Some 
calls to include() don't have a safeguard
+   [http://tracker.phpbb.com/browse/PHPBB3-15957;>PHPBB3-15957] - User 
preferences show notification method both with disabled Jabber in 
ACP
+   [http://tracker.phpbb.com/browse/PHPBB3-15959;>PHPBB3-15959] - Travis 
Network Test is Failing for news.cnet.com
+   [http://tracker.phpbb.com/browse/PHPBB3-15965;>PHPBB3-15965] - Console 
command to handle thumbnails have files directory hardcoded
+   [http://tracker.phpbb.com/browse/PHPBB3-15975;>PHPBB3-15975] - Delete 
or prune an user doesn't remove its entries in the user_notifications table
+   [http://tracker.phpbb.com/browse/PHPBB3-15986;>PHPBB3-15986] - Add 
missing language key for posting.php
+   [http://tracker.phpbb.com/browse/PHPBB3-15996;>PHPBB3-15996] - Invalid 
data provider function name in migrator_tool_permission_test
+   [http://tracker.phpbb.com/browse/PHPBB3-16006;>PHPBB3-16006] - 
Duplicate form IDs in UCP oauth form
+   
+   Improvement
+   
+   [http://tracker.phpbb.com/browse/PHPBB3-15884;>PHPBB3-15884] - Add 
memberlist_body_* events
+   [http://tracker.phpbb.com/browse/PHPBB3-15889;>PHPBB3-15889] - Add 
core.memberlist_modify_memberrow_sql
+   [http://tracker.phpbb.com/browse/PHPBB3-15890;>PHPBB3-15890] - Add 
core.memberlist_modify_viewprofile_sql
+   [http://tracker.phpbb.com/browse/PHPBB3-15891;>PHPBB3-15891] - Add 
core.memberlist_modify_view_profile_template_vars
+   [http://tracker.phpbb.com/browse/PHPBB3-15898;>PHPBB3-15898] - Add 
core.ucp_pm_compose_template
+   [http://tracker.phpbb.com/browse/PHPBB3-15899;>PHPBB3-15899] - Add 
core.modify_attachment_sql_ary_on_* events
+   [http://tracker.phpbb.com/browse/PHPBB3-15901;>PHPBB3-15901] - Add 
mcp_post_* template events
+   [http://tracker.phpbb.com/browse/PHPBB3-15910;>PHPBB3-15910] - Pass 
object arguments by reference implicitly
+   [http://tracker.phpbb.com/browse/PHPBB3-15914;>PHPBB3-15914] - Add 
core.modify_memberlist_viewprofile_group_sql and 
core.modify_memberlist_viewprofile_group_data
+   [http://tracker.phpbb.com/browse/PHPBB3-15915;>PHPBB3-15915] - Add 

[gentoo-commits] proj/forums:origin/3.2.x commit in: phpBB/docs/

2019-05-03 Thread Jimi Huotari
commit: d54c43ae8f711e38d54ea4f1c0cfcb120e20a4ac
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Sun Apr 28 07:27:54 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 28 07:27:54 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=d54c43ae

[prep-release-3.2.6] Update changelog for 3.2.6

 phpBB/docs/CHANGELOG.html | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 37710b30a..e8dcc2be2 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -50,6 +50,7 @@
 
Changelog

+   Changes since 3.2.6-RC1
Changes since 3.2.5
Changes since 3.2.5-RC1
Changes since 3.2.4
@@ -136,6 +137,23 @@

 

+   Changes since 3.2.6-RC1
+   Bug
+   
+   [http://tracker.phpbb.com/browse/PHPBB3-16027;>PHPBB3-16027] - 
Appveyor builds fail on PHP 7.0
+   
+   Security Issue
+   
+   [SECURITY-231] - Remote avatar 
functionality allows checking for files and ports on local network
+   [SECURITY-235] - Fulltext native search can 
be used to cause long execution times
+   
+   Hardening
+   
+   [SECURITY-228] - Require form token in 
login_box
+   [SECURITY-233] - SMTP auth data shouldn't 
be cached
+   [SECURITY-234] - Main website URL can be 
set to JS URL in Admin Control Panel
+   
+
Changes since 3.2.5
Bug




[gentoo-commits] proj/forums:origin/3.2.x commit in: /

2019-05-03 Thread Jimi Huotari
commit: eb1896e6f7f55e3bd65d0be8dfd8fb310bd4e8cd
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Wed May  1 18:33:12 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed May  1 18:33:12 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=eb1896e6

Merge pull request #5580 from mrgoldy/ticket/16039

[ticket/16039] Global dispatcher

 phpBB/includes/mcp/mcp_main.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[gentoo-commits] proj/forums:origin/3.2.x commit in: phpBB/install/schemas/, phpBB/includes/, build/

2019-05-03 Thread Jimi Huotari
commit: bd2ddc1d2ec3e94a13e397198a8406d81481e9f2
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Sat Apr 20 22:17:25 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Apr 20 22:17:25 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=bd2ddc1d

[3.2.x] Update versions to 3.2.7-dev

 build/build.xml   | 6 +++---
 phpBB/includes/constants.php  | 2 +-
 phpBB/install/schemas/schema_data.sql | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build/build.xml b/build/build.xml
index 0dc59455c..386fd6b53 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -2,9 +2,9 @@
 
 

-   
-   
-   
+   
+   
+   

 


diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 98b60166a..7f36c620f 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -28,7 +28,7 @@ if (!defined('IN_PHPBB'))
 */
 
 // phpBB Version
-@define('PHPBB_VERSION', '3.2.6-RC1');
+@define('PHPBB_VERSION', '3.2.7-dev');
 
 // QA-related
 // define('PHPBB_QA', 1);

diff --git a/phpBB/install/schemas/schema_data.sql 
b/phpBB/install/schemas/schema_data.sql
index 55dd72db0..13ce10d6e 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -279,7 +279,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES 
('tpl_allow_php', '0
 INSERT INTO phpbb_config (config_name, config_value) VALUES 
('upload_icons_path', 'images/upload_icons');
 INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_path', 
'files');
 INSERT INTO phpbb_config (config_name, config_value) VALUES 
('use_system_cron', '0');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', 
'3.2.6-RC1');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', 
'3.2.7-dev');
 INSERT INTO phpbb_config (config_name, config_value) VALUES 
('warnings_expire_days', '90');
 INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_gc', 
'14400');
 



[gentoo-commits] proj/forums:origin/3.2.x commit in: phpBB/phpbb/search/

2019-05-03 Thread Jimi Huotari
commit: 8a73eb5f0ff912454e6479539f972081e54baa1c
Author: Derky  phpbb  com>
AuthorDate: Thu Apr 25 22:52:43 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Thu Apr 25 22:54:14 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=8a73eb5f

[ticket/security/235] Use whitespace instead of word boundary regex to remove 
wildcards

This fixes removing the wildcard in the following search query: *.test
SECURITY-235

 phpBB/phpbb/search/fulltext_native.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phpBB/phpbb/search/fulltext_native.php 
b/phpBB/phpbb/search/fulltext_native.php
index 478fe5616..1925623b8 100644
--- a/phpBB/phpbb/search/fulltext_native.php
+++ b/phpBB/phpbb/search/fulltext_native.php
@@ -306,7 +306,7 @@ class fulltext_native extends \phpbb\search\base
}
 
// Remove non trailing wildcards from each word to prevent a 
full table scan (it's now using the database index)
-   $match = '#\*(?!$)\b#';
+   $match = '#\*(?!$|\s)#';
$replace = '$1';
$keywords = preg_replace($match, $replace, $keywords);
 



[gentoo-commits] proj/forums:origin/3.2.x commit in: phpBB/includes/, phpBB/, phpBB/styles/prosilver/template/

2019-05-03 Thread Jimi Huotari
commit: b8368980162392bf9f97496ecec18abe2bd34fad
Author: Derky  phpbb  com>
AuthorDate: Fri Apr 26 10:08:37 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Apr 26 10:11:52 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=b8368980

[ticket/security/228] Add form token to login box

SECURITY-228

 phpBB/includes/functions.php| 19 +--
 phpBB/index.php |  3 +++
 phpBB/styles/prosilver/template/index_body.html |  1 +
 phpBB/styles/prosilver/template/login_body.html |  1 +
 4 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index e2ea7ad23..6df2ebaba 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -2268,6 +2268,7 @@ function login_box($redirect = '', $l_explain = '', 
$l_success = '', $admin = fa
global $request, $phpbb_container, $phpbb_dispatcher, $phpbb_log;
 
$err = '';
+   $form_name = 'login';
 
// Make sure user->setup() has been called
if (!$user->is_setup())
@@ -2343,8 +2344,19 @@ function login_box($redirect = '', $l_explain = '', 
$l_success = '', $admin = fa
trigger_error('NO_AUTH_ADMIN_USER_DIFFER');
}
 
-   // If authentication is successful we redirect user to previous 
page
-   $result = $auth->login($username, $password, $autologin, 
$viewonline, $admin);
+   // Check form key
+   if ($password && !check_form_key($form_name))
+   {
+   $result = array(
+   'status' => false,
+   'error_msg' => 'FORM_INVALID',
+   );
+   }
+   else
+   {
+   // If authentication is successful we redirect user to 
previous page
+   $result = $auth->login($username, $password, 
$autologin, $viewonline, $admin);
+   }
 
// If admin authentication and login, we will log if it was a 
success or not...
// We also break the operation on the first non-success login - 
it could be argued that the user already knows
@@ -2495,6 +2507,9 @@ function login_box($redirect = '', $l_explain = '', 
$l_success = '', $admin = fa
));
}
 
+   // Add form token for login box
+   add_form_key($form_name, '_LOGIN');
+
$s_hidden_fields = build_hidden_fields($s_hidden_fields);
 
$login_box_template_data = array(

diff --git a/phpBB/index.php b/phpBB/index.php
index 13b914abd..5eee7723a 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -211,6 +211,9 @@ if ($show_birthdays)
$template->assign_block_vars_array('birthdays', $birthdays);
 }
 
+// Add form token for login box
+add_form_key('login', '_LOGIN');
+
 // Assign index specific vars
 $template->assign_vars(array(
'TOTAL_POSTS'   => $user->lang('TOTAL_POSTS_COUNT', (int) 
$config['num_posts']),

diff --git a/phpBB/styles/prosilver/template/index_body.html 
b/phpBB/styles/prosilver/template/index_body.html
index b292c40eb..239a91c58 100644
--- a/phpBB/styles/prosilver/template/index_body.html
+++ b/phpBB/styles/prosilver/template/index_body.html
@@ -29,6 +29,7 @@


{S_LOGIN_REDIRECT}
+   {S_FORM_TOKEN_LOGIN}


 

diff --git a/phpBB/styles/prosilver/template/login_body.html 
b/phpBB/styles/prosilver/template/login_body.html
index ef0803571..dc597af51 100644
--- a/phpBB/styles/prosilver/template/login_body.html
+++ b/phpBB/styles/prosilver/template/login_body.html
@@ -33,6 +33,7 @@

 
{S_LOGIN_REDIRECT}
+   {S_FORM_TOKEN_LOGIN}


{S_HIDDEN_FIELDS}



[gentoo-commits] proj/forums:origin/3.2.x commit in: /

2019-05-03 Thread Jimi Huotari
commit: f75dd1628cd3add8f69128ff63e0c1cd296cd2a3
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Sat Apr 27 11:26:36 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Apr 27 11:26:36 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=f75dd162

Merge pull request #48 from phpbb/ticket/security/228

[ticket/security/228] Add form token to login box

 phpBB/includes/functions.php| 19 +--
 phpBB/index.php |  3 +++
 phpBB/styles/prosilver/template/index_body.html |  1 +
 phpBB/styles/prosilver/template/login_body.html |  1 +
 4 files changed, 22 insertions(+), 2 deletions(-)



[gentoo-commits] proj/forums:origin/3.2.x commit in: /

2019-05-03 Thread Jimi Huotari
commit: 055d7658db7817b80d00b27d6e99cad961d0ee15
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Mon Apr 29 06:35:30 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Apr 29 06:35:30 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=055d7658

Merge branch 'prep-release-3.2.6' into 3.2.x

 build/build.xml|  2 +-
 phpBB/docs/CHANGELOG.html  | 18 ++
 phpBB/includes/acp/acp_board.php   | 10 --
 phpBB/includes/functions.php   | 19 +--
 phpBB/includes/functions_acp.php   | 12 ++-
 phpBB/index.php|  3 ++
 phpBB/install/phpbbcli.php |  2 +-
 phpBB/install/schemas/schema_data.sql  |  4 +--
 phpBB/language/en/acp/board.php|  4 +--
 phpBB/language/en/acp/common.php   |  1 +
 phpBB/phpbb/avatar/driver/upload.php   |  3 +-
 phpBB/phpbb/avatar/manager.php |  2 +-
 ...ermission_add.php => disable_remote_avatar.php} |  9 +++--
 .../{jquery_update.php => smtp_dynamic_data.php}   | 21 +++-
 .../db/migration/data/v32x/{v321.php => v326.php}  | 11 ---
 phpBB/phpbb/install/helper/config.php  |  2 ++
 phpBB/phpbb/search/fulltext_native.php | 38 +-
 phpBB/styles/prosilver/template/index_body.html|  1 +
 phpBB/styles/prosilver/template/login_body.html|  1 +
 tests/avatar/manager_test.php  |  2 +-
 tests/functions_acp/validate_config_vars_test.php  | 10 +-
 tests/search/native_test.php   |  8 ++---
 .../test_framework/phpbb_functional_test_case.php  |  8 +
 23 files changed, 146 insertions(+), 45 deletions(-)

diff --cc build/build.xml
index 386fd6b53,d1232a97f..49ff9d9b7
--- a/build/build.xml
+++ b/build/build.xml
@@@ -2,9 -2,9 +2,9 @@@
  
  

 -  
 -  
 -  
 +  
-   
++  
 +  

  




[gentoo-commits] proj/forums:origin/3.2.x commit in: /

2019-05-03 Thread Jimi Huotari
commit: f3c4587d47af6aa3e39368653b542f97ed3428c6
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Sat Apr 27 11:24:16 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Apr 27 11:24:16 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=f3c4587d

Merge pull request #47 from phpbb/ticket/security/233

[ticket/security/233] Make smtp_password and smtp_username dynamic

 phpBB/install/schemas/schema_data.sql   |  4 ++--
 .../{jquery_update.php => smtp_dynamic_data.php}| 21 +
 phpBB/phpbb/install/helper/config.php   |  2 ++
 3 files changed, 17 insertions(+), 10 deletions(-)



[gentoo-commits] proj/forums:origin/3.2.x commit in: /

2019-05-03 Thread Jimi Huotari
commit: 446c0459c92055a215baba6009f8515068cb019d
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Sat Apr 20 22:16:06 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sat Apr 20 22:16:06 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=446c0459

Merge branch 'prep-release-3.2.6' into 3.2.x

 build/build.xml|  2 +-
 phpBB/docs/CHANGELOG.html  | 65 ++
 phpBB/includes/constants.php   |  2 +-
 phpBB/install/convertors/convert_phpbb20.php   |  2 +-
 phpBB/install/phpbbcli.php |  2 +-
 phpBB/install/schemas/schema_data.sql  |  2 +-
 .../data/v32x/{v325rc1.php => v326rc1.php} |  9 +--
 phpBB/styles/prosilver/style.cfg   |  4 +-
 8 files changed, 77 insertions(+), 11 deletions(-)



[gentoo-commits] proj/forums:origin/3.2.x commit in: tests/test_framework/

2019-05-03 Thread Jimi Huotari
commit: 58f33921b56c3524e5c2b2c15bbf0dddea1ff461
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Tue Apr 23 18:41:37 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed Apr 24 19:05:55 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=58f33921

[ticket/16027] Force clearing of cache folder on install for functional

PHPBB3-16027

 tests/test_framework/phpbb_functional_test_case.php | 8 
 1 file changed, 8 insertions(+)

diff --git a/tests/test_framework/phpbb_functional_test_case.php 
b/tests/test_framework/phpbb_functional_test_case.php
index d4856f954..4d294fd52 100644
--- a/tests/test_framework/phpbb_functional_test_case.php
+++ b/tests/test_framework/phpbb_functional_test_case.php
@@ -397,6 +397,14 @@ class phpbb_functional_test_case extends phpbb_test_case
global $phpbb_container;
$phpbb_container->reset();
 
+   // Purge cache to remove cached files
+   $phpbb_container = new phpbb_mock_container_builder();
+   $phpbb_container->setParameter('core.environment', 
PHPBB_ENVIRONMENT);
+   $phpbb_container->setParameter('core.cache_dir', 
$phpbb_root_path . 'cache/' . PHPBB_ENVIRONMENT . '/');
+
+   $cache = new \phpbb\cache\driver\file;
+   $cache->purge();
+
$blacklist = ['phpbb_class_loader_mock', 
'phpbb_class_loader_ext', 'phpbb_class_loader'];
 
foreach (array_keys($GLOBALS) as $key)



[gentoo-commits] proj/forums:origin/3.2.x commit in: phpBB/install/schemas/

2019-05-03 Thread Jimi Huotari
commit: 71d66832c019346718e70b18923fd717775c2ca3
Author: Marc Alexander  m-a-styles  de>
AuthorDate: Sun Apr 21 21:17:39 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 21:17:39 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=71d66832

[ticket/security/233] Fix invalid INSERT INTO

SECURITY-233

 phpBB/install/schemas/schema_data.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/phpBB/install/schemas/schema_data.sql 
b/phpBB/install/schemas/schema_data.sql
index e897a7b44..fada5b6cb 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -269,9 +269,9 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES 
('smilies_per_page',
 INSERT INTO phpbb_config (config_name, config_value) VALUES 
('smtp_auth_method', 'PLAIN');
 INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_delivery', 
'0');
 INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_host', '');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_password', 
'', 1);
+INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES 
('smtp_password', '', 1);
 INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_port', 
'25');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_username', 
'', 1);
+INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES 
('smtp_username', '', 1);
 INSERT INTO phpbb_config (config_name, config_value) VALUES 
('teampage_memberships', '1');
 INSERT INTO phpbb_config (config_name, config_value) VALUES 
('teampage_forums', '1');
 INSERT INTO phpbb_config (config_name, config_value) VALUES 
('topics_per_page', '25');



[gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/

2019-05-03 Thread Matthew Thode
commit: ce0ebfae36d50fe135b238be4b398bbf46d5d5c5
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May  4 04:23:02 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May  4 04:23:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0ebfae

gui-apps/swaybg: really fix dep on sway

FWB: b-man
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/swaybg/swaybg-1.0.ebuild  | 2 +-
 gui-apps/swaybg/swaybg-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/swaybg/swaybg-1.0.ebuild 
b/gui-apps/swaybg/swaybg-1.0.ebuild
index a4b77a86be9..af2fdfa0474 100644
--- a/gui-apps/swaybg/swaybg-1.0.ebuild
+++ b/gui-apps/swaybg/swaybg-1.0.ebuild
@@ -25,7 +25,7 @@ DEPEND="
 "
 RDEPEND="
${DEPEND}
-   

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

2019-05-03 Thread Markus Meier
commit: 29225397e9119c4665ae85952d5c172efda9c501
Author: Markus Meier  gentoo  org>
AuthorDate: Sat May  4 04:08:13 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat May  4 04:08:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29225397

media-gfx/darktable: fix language file removal, bug #681146

don't try to remove translations when USE=nls is disabled

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 media-gfx/darktable/darktable-2.6.1.ebuild | 12 +++-
 media-gfx/darktable/darktable-2.6.2.ebuild | 14 --
 media-gfx/darktable/darktable-.ebuild  | 12 +++-
 3 files changed, 22 insertions(+), 16 deletions(-)

diff --git a/media-gfx/darktable/darktable-2.6.1.ebuild 
b/media-gfx/darktable/darktable-2.6.1.ebuild
index 9aad79d520f..6a8e3830f4d 100644
--- a/media-gfx/darktable/darktable-2.6.1.ebuild
+++ b/media-gfx/darktable/darktable-2.6.1.ebuild
@@ -111,11 +111,13 @@ src_install() {
cmake-utils_src_install
use doc && dodoc "${DISTDIR}"/${PN}-usermanual-${DOC_PV}.pdf
 
-   for lang in ${LANGS} ; do
-   if ! use l10n_${lang}; then
-   rm -r "${ED}"/usr/share/locale/${lang/-/_} || die
-   fi
-   done
+   if use nls ; then
+   for lang in ${LANGS} ; do
+   if ! use l10n_${lang}; then
+   rm -r "${ED}"/usr/share/locale/${lang/-/_} || 
die
+   fi
+   done
+   fi
 
if use pax_kernel && use opencl ; then
pax-mark Cm "${ED}"/usr/bin/${PN} || die

diff --git a/media-gfx/darktable/darktable-2.6.2.ebuild 
b/media-gfx/darktable/darktable-2.6.2.ebuild
index 16cb27650ab..48d249ae730 100644
--- a/media-gfx/darktable/darktable-2.6.2.ebuild
+++ b/media-gfx/darktable/darktable-2.6.2.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/darktable-org/${PN}/releases/download/release-${MY_P
 LICENSE="GPL-3 CC-BY-3.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-LANGS=" ca de es fi fr hu ja nb nl pl pt-BR ru sl"
+LANGS=" ca cs de es fi fr hu ja nb nl pl pt-BR ru sl"
 # TODO add lua once dev-lang/lua-5.2 is unmasked
 IUSE="colord cups cpu_flags_x86_sse3 doc flickr geolocation gnome-keyring 
gphoto2 graphicsmagick jpeg2k kwallet
 nls opencl openmp openexr pax_kernel webp
@@ -111,11 +111,13 @@ src_install() {
cmake-utils_src_install
use doc && dodoc "${DISTDIR}"/${PN}-usermanual-${DOC_PV}.pdf
 
-   for lang in ${LANGS} ; do
-   if ! use l10n_${lang}; then
-   rm -r "${ED}"/usr/share/locale/${lang/-/_} || die
-   fi
-   done
+   if use nls ; then
+   for lang in ${LANGS} ; do
+   if ! use l10n_${lang}; then
+   rm -r "${ED}"/usr/share/locale/${lang/-/_} || 
die
+   fi
+   done
+   fi
 
if use pax_kernel && use opencl ; then
pax-mark Cm "${ED}"/usr/bin/${PN} || die

diff --git a/media-gfx/darktable/darktable-.ebuild 
b/media-gfx/darktable/darktable-.ebuild
index 891596c86e8..6357db9016d 100644
--- a/media-gfx/darktable/darktable-.ebuild
+++ b/media-gfx/darktable/darktable-.ebuild
@@ -103,11 +103,13 @@ src_install() {
cmake-utils_src_install
use doc && dodoc "${DISTDIR}"/${PN}-usermanual-${DOC_PV}.pdf
 
-   for lang in ${LANGS} ; do
-   if ! use l10n_${lang}; then
-   rm -r "${ED}"/usr/share/locale/${lang/-/_} || die
-   fi
-   done
+   if use nls ; then
+   for lang in ${LANGS} ; do
+   if ! use l10n_${lang}; then
+   rm -r "${ED}"/usr/share/locale/${lang/-/_} || 
die
+   fi
+   done
+   fi
 
if use pax_kernel && use opencl ; then
pax-mark Cm "${ED}"/usr/bin/${PN} || die



[gentoo-commits] proj/qa-scripts:master commit in: /

2019-05-03 Thread Robin H. Johnson
commit: ee00780cd47efb9282d1a266ae0192926b96de4e
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat May  4 03:40:28 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat May  4 03:40:28 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=ee00780c

keyrings: fix send typo

Signed-off-by: Robin H. Johnson  gentoo.org>

 keyrings.inc.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyrings.inc.bash b/keyrings.inc.bash
index 20f8db9..b99eae6 100644
--- a/keyrings.inc.bash
+++ b/keyrings.inc.bash
@@ -61,7 +61,7 @@ push_keys() {
local remaining=( $(gpg --with-colon --list-public "${@}" | sed -n 
'/^pub/{n; /fpr/p }' |cut -d: -f10) )
KEYSERVER_TIMEOUT=${KEYSERVER_TIMEOUT:=1m}
for ks in "${KEYSERVERS[@]}" ; do
-   timeout ${KEYSERVER_TIMEOUT} g --keyserver "$ks" -q --send-keys 
"${remaining[@]}" || :
+   timeout ${KEYSERVER_TIMEOUT} gpg --keyserver "$ks" -q 
--send-keys "${remaining[@]}" || :
done
 }
 



[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/

2019-05-03 Thread Jory Pratt
commit: e7bf7cf3828aec339d95c100174029c80d44c60f
Author: Jory Pratt  gentoo  org>
AuthorDate: Sat May  4 03:39:25 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat May  4 03:39:25 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=e7bf7cf3

www-client/firefox: beta16 version bump

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jory Pratt  gentoo.org>

 www-client/firefox/Manifest | 2 +-
 .../firefox/{firefox-67.0_beta15.ebuild => firefox-67.0_beta16.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index ec5a70c..b1b2926 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,2 +1,2 @@
 DIST firefox-67.0-patches-05.tar.xz 164292 BLAKE2B 
d0226ccc0732f7f4d63af44a76bff6c7bc0d0f91cbf4156da327f9c58ed81a318c6cc59a914fbdf59f5bf30539a9cd354d541878e414ad6b7eb2cd22b1fbfbf0
 SHA512 
2fc4400325dd4868f48d3c090fea63ad13f7bf23b01402c456ce7ad25626e9fd4e2f8e9139433abe182099437856713801eb90049cb69b5a0dabf11baa43bcbe
-DIST firefox-67.0b15.source.tar.xz 284191684 BLAKE2B 
b617bcbae18465651dfa24b472e5eda5b12d0c360500824a3f39fb083a2176be26e668e742ffd3cd7c08b5a322a35d646d8d64eb46d54c8411a670505ab89660
 SHA512 
5ce771bb1c4df0065de9e13a416d7fa390b67aac1a182bc047fb5b671e87c6464d2d7f407323c0b1c5f82757e11d5e4f39d5f58e283525b835771de3ef15c8bd
+DIST firefox-67.0b16.source.tar.xz 281225492 BLAKE2B 
6e37d48e4f7e50406da9a68e7608231fae8f2111ec7c17909fb46a2c7b806c5561c5aed81b8a35c0123d3583bb9f6d260ec9b08ee3cd04d3019b84e1f16c9703
 SHA512 
afe64868f0c7a609ed1bc8b78a6957c4694766735c91a388aba8c0cdd4eac55369a2951891a42ce034e77aedba5565e224ba1f53bb431f0292cd2d093306b807

diff --git a/www-client/firefox/firefox-67.0_beta15.ebuild 
b/www-client/firefox/firefox-67.0_beta16.ebuild
similarity index 100%
rename from www-client/firefox/firefox-67.0_beta15.ebuild
rename to www-client/firefox/firefox-67.0_beta16.ebuild



[gentoo-commits] proj/qa-scripts:master commit in: /

2019-05-03 Thread Robin H. Johnson
commit: faf8249fd0204de022caa61f215a723203d2e94d
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat May  4 03:39:42 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat May  4 03:39:42 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=faf8249f

keyrings: fix timeout

Signed-off-by: Robin H. Johnson  gentoo.org>

 keyrings.inc.bash | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/keyrings.inc.bash b/keyrings.inc.bash
index 0c45e68..20f8db9 100644
--- a/keyrings.inc.bash
+++ b/keyrings.inc.bash
@@ -32,7 +32,7 @@ grab_keys() {
KEYSERVER_TIMEOUT=${KEYSERVER_TIMEOUT:=1m}
while :; do
for ks in "${KEYSERVERS[@]}" ; do
-   timeout ${KEYSERVER_TIMEOUT}  gpg --keyserver "$ks" -q 
--recv-keys "${remaining[@]}" || :
+   timeout ${KEYSERVER_TIMEOUT} gpg --keyserver "$ks" -q 
--recv-keys "${remaining[@]}" || :
done
missing=()
for key in "${remaining[@]}"; do
@@ -61,7 +61,7 @@ push_keys() {
local remaining=( $(gpg --with-colon --list-public "${@}" | sed -n 
'/^pub/{n; /fpr/p }' |cut -d: -f10) )
KEYSERVER_TIMEOUT=${KEYSERVER_TIMEOUT:=1m}
for ks in "${KEYSERVERS[@]}" ; do
-   timeout 5m  ${KEYSERVER_TIMEOUT} g --keyserver "$ks" -q 
--send-keys "${remaining[@]}" || :
+   timeout ${KEYSERVER_TIMEOUT} g --keyserver "$ks" -q --send-keys 
"${remaining[@]}" || :
done
 }
 



[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/

2019-05-03 Thread Jory Pratt
commit: 446dfdfb06867447fc5f4cfada1a80495ebcfd70
Author: Jory Pratt  gentoo  org>
AuthorDate: Sat May  4 02:21:31 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat May  4 02:21:31 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=446dfdfb

www-client/firefox: more wayland fixes

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jory Pratt  gentoo.org>

 www-client/firefox/Manifest   | 2 +-
 www-client/firefox/firefox-67.0_beta15.ebuild | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 74e8b8d..ec5a70c 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,2 +1,2 @@
-DIST firefox-67.0-patches-04.tar.xz 151904 BLAKE2B 
b63b353f2c64007454d3f9bf58ccb615b056bf18119d8f88b23344aa31ae9a8728ac704b9e2a90a37ccf93ee38e0f23b941f70441b367722d3b73b9893d56867
 SHA512 
c6004f2aa51f46b38ea44c9ae4b18eb7be0b8ef21185660d7ebeec9338b319dcc87d52205523a2554cb63b26fcdb935004c8142510fd77b8787b2777d4091b55
+DIST firefox-67.0-patches-05.tar.xz 164292 BLAKE2B 
d0226ccc0732f7f4d63af44a76bff6c7bc0d0f91cbf4156da327f9c58ed81a318c6cc59a914fbdf59f5bf30539a9cd354d541878e414ad6b7eb2cd22b1fbfbf0
 SHA512 
2fc4400325dd4868f48d3c090fea63ad13f7bf23b01402c456ce7ad25626e9fd4e2f8e9139433abe182099437856713801eb90049cb69b5a0dabf11baa43bcbe
 DIST firefox-67.0b15.source.tar.xz 284191684 BLAKE2B 
b617bcbae18465651dfa24b472e5eda5b12d0c360500824a3f39fb083a2176be26e668e742ffd3cd7c08b5a322a35d646d8d64eb46d54c8411a670505ab89660
 SHA512 
5ce771bb1c4df0065de9e13a416d7fa390b67aac1a182bc047fb5b671e87c6464d2d7f407323c0b1c5f82757e11d5e4f39d5f58e283525b835771de3ef15c8bd

diff --git a/www-client/firefox/firefox-67.0_beta15.ebuild 
b/www-client/firefox/firefox-67.0_beta15.ebuild
index f1615d8..05b57be 100644
--- a/www-client/firefox/firefox-67.0_beta15.ebuild
+++ b/www-client/firefox/firefox-67.0_beta15.ebuild
@@ -27,7 +27,7 @@ if [[ ${MOZ_ESR} == 1 ]] ; then
 fi
 
 # Patch version
-PATCH="${PN}-67.0-patches-04"
+PATCH="${PN}-67.0-patches-05"
 
 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases;
 MOZ_SRC_URI="${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz"
@@ -248,6 +248,7 @@ src_unpack() {
 }
 
 src_prepare() {
+   use !wayland && rm -f "${WORKDIR}/firefox/2019_mozilla-bug1539471.patch"
eapply "${WORKDIR}/firefox"
 
# Allow user to apply any additional patches without modifing ebuild
@@ -490,7 +491,7 @@ src_configure() {
# use the gtk3 toolkit (the only one supported at this point)
# TODO: Will this result in automagic dependency on 
x11-libs/gtk+[wayland]?
if use wayland ; then
-   mozconfig_annotate '' --enable-default-toolkit-cairo-gtk-wayland
+   mozconfig_annotate '' 
--enable-default-toolkit=cairo-gtk3-wayland
else
mozconfig_annotate '' --enable-default-toolkit=cairo-gtk3
fi



[gentoo-commits] proj/qa-scripts:master commit in: /

2019-05-03 Thread Robin H. Johnson
commit: 9700d70efd5e5a1fc5d4f6e67978871e511242f3
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat May  4 03:37:46 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat May  4 03:37:46 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=9700d70e

keyrings: workaround export bug for now

Signed-off-by: Robin H. Johnson  gentoo.org>

 keyrings-export.bash   | 4 
 keyrings-recv-keys.gentoo.org.bash | 4 
 keyrings-recv-sks.bash | 6 +-
 keyrings-send-keys.gentoo.org.bash | 4 
 keyrings.inc.bash  | 1 +
 5 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/keyrings-export.bash b/keyrings-export.bash
index e2bbb14..143cda2 100755
--- a/keyrings-export.bash
+++ b/keyrings-export.bash
@@ -12,6 +12,10 @@ source "${BASEDIR}"/keyrings.inc.bash
 
 set -e
 export_ldap_data_to_env
+export -a COMMITTING_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${COMMIT_RULE}") )
+export -a NONCOMMITTING_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${NONCOMMIT_RULE}") )
+export -a RETIRED_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${RETIRED_RULE}") )
+export -a SYSTEM_KEYS=( $(grab_ldap_fingerprints -b "${SYSTEM_BASE}" 
"${NONCOMMIT_RULE}") )
 
 export_keys "${OUTPUT_DIR}"/service-keys.gpg \
"${SYSTEM_KEYS[@]}"

diff --git a/keyrings-recv-keys.gentoo.org.bash 
b/keyrings-recv-keys.gentoo.org.bash
index ee8feeb..846d242 100755
--- a/keyrings-recv-keys.gentoo.org.bash
+++ b/keyrings-recv-keys.gentoo.org.bash
@@ -10,6 +10,10 @@ source "${BASEDIR}"/keyrings.inc.bash
 
 set -e
 export_ldap_data_to_env
+export -a COMMITTING_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${COMMIT_RULE}") )
+export -a NONCOMMITTING_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${NONCOMMIT_RULE}") )
+export -a RETIRED_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${RETIRED_RULE}") )
+export -a SYSTEM_KEYS=( $(grab_ldap_fingerprints -b "${SYSTEM_BASE}" 
"${NONCOMMIT_RULE}") )
 
 export KEYSERVERS=( "${KS_GENTOO}" )
 export KEYSERVER_TIMEOUT=5m

diff --git a/keyrings-recv-sks.bash b/keyrings-recv-sks.bash
index c5e1d1c..4e613b8 100755
--- a/keyrings-recv-sks.bash
+++ b/keyrings-recv-sks.bash
@@ -10,8 +10,12 @@ source "${BASEDIR}"/keyrings.inc.bash
 
 set -e
 export_ldap_data_to_env
+export -a COMMITTING_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${COMMIT_RULE}") )
+export -a NONCOMMITTING_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${NONCOMMIT_RULE}") )
+export -a RETIRED_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${RETIRED_RULE}") )
+export -a SYSTEM_KEYS=( $(grab_ldap_fingerprints -b "${SYSTEM_BASE}" 
"${NONCOMMIT_RULE}") )
 
-export KEYSERVER=( ${KS_SKS} )
+export KEYSERVERS=( "${KS_SKS}" )
 export KEYSERVER_TIMEOUT=20m
 
 grab_keys "${SYSTEM_KEYS[@]}"

diff --git a/keyrings-send-keys.gentoo.org.bash 
b/keyrings-send-keys.gentoo.org.bash
index 7e16267..ae67acf 100755
--- a/keyrings-send-keys.gentoo.org.bash
+++ b/keyrings-send-keys.gentoo.org.bash
@@ -7,6 +7,10 @@ source "${BASEDIR}"/keyrings.inc.bash
 
 set -e
 export_ldap_data_to_env
+export -a COMMITTING_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${COMMIT_RULE}") )
+export -a NONCOMMITTING_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${NONCOMMIT_RULE}") )
+export -a RETIRED_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${RETIRED_RULE}") )
+export -a SYSTEM_KEYS=( $(grab_ldap_fingerprints -b "${SYSTEM_BASE}" 
"${NONCOMMIT_RULE}") )
 
 export KEYSERVERS=( "${KS_GENTOO}" )
 export KEYSERVER_TIMEOUT=5m

diff --git a/keyrings.inc.bash b/keyrings.inc.bash
index c885e8d..0c45e68 100644
--- a/keyrings.inc.bash
+++ b/keyrings.inc.bash
@@ -93,6 +93,7 @@ export_keys() {
 }
 
 # populate common variables
+# TODO: for unclear reason this does not populate correctly inside a function
 export_ldap_data_to_env() {
export -a COMMITTING_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${COMMIT_RULE}") )
export -a NONCOMMITTING_DEVS=( $(grab_ldap_fingerprints -b 
"${DEV_BASE}" "${NONCOMMIT_RULE}") )



[gentoo-commits] proj/qa-scripts:master commit in: /

2019-05-03 Thread Robin H. Johnson
commit: c4451a64cb3c474c5ecc9609c6534924fb063003
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat May  4 03:33:53 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat May  4 03:33:53 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=c4451a64

keyrings: shellcheck validation

Signed-off-by: Robin H. Johnson  gentoo.org>

 keyrings-export.bash   |  1 +
 org.bash => keyrings-recv-keys.gentoo.org.bash |  2 +-
 keyrings-import-sks.bash => keyrings-recv-sks.bash |  2 +-
 org.bash => keyrings-send-keys.gentoo.org.bash |  2 +-
 keyrings.inc.bash  | 22 +-
 5 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/keyrings-export.bash b/keyrings-export.bash
index 06f5bab..e2bbb14 100755
--- a/keyrings-export.bash
+++ b/keyrings-export.bash
@@ -7,6 +7,7 @@
 
 OUTPUT_DIR=${1:-.}
 BASEDIR="$(dirname "$0")"
+# shellcheck source=./keyrings.inc.bash
 source "${BASEDIR}"/keyrings.inc.bash
 
 set -e

diff --git a/keyrings-import-keys.gentoo.org.bash 
b/keyrings-recv-keys.gentoo.org.bash
similarity index 92%
rename from keyrings-import-keys.gentoo.org.bash
rename to keyrings-recv-keys.gentoo.org.bash
index 3328e2c..ee8feeb 100755
--- a/keyrings-import-keys.gentoo.org.bash
+++ b/keyrings-recv-keys.gentoo.org.bash
@@ -4,8 +4,8 @@
 # TODO:
 # - Turn off export in this script
 
-OUTPUT_DIR=${1:-.}
 BASEDIR="$(dirname "$0")"
+# shellcheck source=./keyrings.inc.bash
 source "${BASEDIR}"/keyrings.inc.bash
 
 set -e

diff --git a/keyrings-import-sks.bash b/keyrings-recv-sks.bash
similarity index 92%
rename from keyrings-import-sks.bash
rename to keyrings-recv-sks.bash
index 3d04ebc..c5e1d1c 100755
--- a/keyrings-import-sks.bash
+++ b/keyrings-recv-sks.bash
@@ -4,8 +4,8 @@
 # TODO:
 # - Turn off export in this script
 
-OUTPUT_DIR=${1:-.}
 BASEDIR="$(dirname "$0")"
+# shellcheck source=./keyrings.inc.bash
 source "${BASEDIR}"/keyrings.inc.bash
 
 set -e

diff --git a/keyrings-export-keys.gentoo.org.bash 
b/keyrings-send-keys.gentoo.org.bash
similarity index 91%
rename from keyrings-export-keys.gentoo.org.bash
rename to keyrings-send-keys.gentoo.org.bash
index 38a3478..7e16267 100755
--- a/keyrings-export-keys.gentoo.org.bash
+++ b/keyrings-send-keys.gentoo.org.bash
@@ -1,8 +1,8 @@
 #!/bin/bash
 # Export key updates to Keyservers: keys.gentoo.org
 
-OUTPUT_DIR=${1:-.}
 BASEDIR="$(dirname "$0")"
+# shellcheck source=./keyrings.inc.bash
 source "${BASEDIR}"/keyrings.inc.bash
 
 set -e

diff --git a/keyrings.inc.bash b/keyrings.inc.bash
index 427a6f2..c885e8d 100644
--- a/keyrings.inc.bash
+++ b/keyrings.inc.bash
@@ -7,9 +7,13 @@ 
COMMIT_RULE='(&(gentooAccess=git.gentoo.org/repo/gentoo.git)(gentooStatus=active
 
NONCOMMIT_RULE='(&(!(gentooAccess=git.gentoo.org/repo/gentoo.git))(gentooStatus=active))'
 RETIRED_RULE='(!(gentooStatus=active))'
 
-KS_GENTOO=hkps://keys.gentoo.org/
-KS_SKS=hkps://hkps.pool.sks-keyservers.net/
-KEYSERVERS=( ) # empty by default
+export KS_GENTOO=hkps://keys.gentoo.org/
+export KS_SKS=hkps://hkps.pool.sks-keyservers.net/
+export KEYSERVERS=( ) # empty by default
+export COMMITTING_DEVS=( )
+export NONCOMMITTING_DEVS=( )
+export RETIRED_DEVS=( )
+export SYSTEM_KEYS=( )
 
 # grab_ldap_fingerprints 
 grab_ldap_fingerprints() {
@@ -61,12 +65,12 @@ push_keys() {
done
 }
 
-
+export GPG_TMPDIR=''
 clean_tmp() {
[ -n "$GPG_TMPDIR" ] && [ -d "$GPG_TMPDIR" ] && rm -rf "$GPG_TMPDIR"
 }
 setup_tmp() {
-   export GPG_TMPDIR=$(mktemp -d)
+   GPG_TMPDIR=$(mktemp -d)
trap clean_tmp EXIT
 }
 
@@ -90,8 +94,8 @@ export_keys() {
 
 # populate common variables
 export_ldap_data_to_env() {
-   export COMMITTING_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${COMMIT_RULE}") )
-   export NONCOMMITTING_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${NONCOMMIT_RULE}") )
-   export RETIRED_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${RETIRED_RULE}") )
-   export SYSTEM_KEYS=( $(grab_ldap_fingerprints -b "${SYSTEM_BASE}" 
"${NONCOMMIT_RULE}") )
+   export -a COMMITTING_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${COMMIT_RULE}") )
+   export -a NONCOMMITTING_DEVS=( $(grab_ldap_fingerprints -b 
"${DEV_BASE}" "${NONCOMMIT_RULE}") )
+   export -a RETIRED_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${RETIRED_RULE}") )
+   export -a SYSTEM_KEYS=( $(grab_ldap_fingerprints -b "${SYSTEM_BASE}" 
"${NONCOMMIT_RULE}") )
 }



[gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/

2019-05-03 Thread Matthew Thode
commit: 6876cace0ce61b460c30acd38bf3453e46511eae
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May  4 03:28:54 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May  4 03:29:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6876cace

gui-apps/swaybg: fix dep on sway, now !<1.1 from !<=1.1

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

 gui-apps/swaybg/swaybg-1.0.ebuild  | 2 +-
 gui-apps/swaybg/swaybg-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/swaybg/swaybg-1.0.ebuild 
b/gui-apps/swaybg/swaybg-1.0.ebuild
index 3de08375f03..a4b77a86be9 100644
--- a/gui-apps/swaybg/swaybg-1.0.ebuild
+++ b/gui-apps/swaybg/swaybg-1.0.ebuild
@@ -25,7 +25,7 @@ DEPEND="
 "
 RDEPEND="
${DEPEND}
-   !<=gui-wm/sway-1.1
+   

[gentoo-commits] proj/qa-scripts:master commit in: /

2019-05-03 Thread Robin H. Johnson
commit: daec48a7895d7a4b04d55ddf35397fb07b48f68b
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat May  4 03:22:15 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat May  4 03:22:15 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=daec48a7

keyrings: prepare to flip to new scripts

Signed-off-by: Robin H. Johnson  gentoo.org>

 create-dev-keyrings.bash |  5 +
 keyrings-export-keys.gentoo.org.bash | 18 ++
 keyrings-import-keys.gentoo.org.bash | 23 +++
 keyrings-import-sks.bash | 23 +++
 keyrings.inc.bash| 29 +++--
 5 files changed, 88 insertions(+), 10 deletions(-)

diff --git a/create-dev-keyrings.bash b/create-dev-keyrings.bash
index 3f65550..f2772d8 100755
--- a/create-dev-keyrings.bash
+++ b/create-dev-keyrings.bash
@@ -11,6 +11,9 @@ source "${BASEDIR}"/keyrings.inc.bash
 set -e
 export_ldap_data_to_env
 
+export KEYSERVERS=( "${KS_SKS}" "${KS_GENTOO}" )
+export KEYSERVER_TIMEOUT=20m
+
 grab_keys "${SYSTEM_KEYS[@]}"
 export_keys "${OUTPUT_DIR}"/service-keys.gpg \
"${SYSTEM_KEYS[@]}"
@@ -39,6 +42,8 @@ export_keys "${OUTPUT_DIR}"/all-devs.gpg \
"${RETIRED_DEVS[@]}"
 
 # Populate keys.gentoo.org with the keys we have, since they might have come 
from SKS
+export KEYSERVERS=( "${KS_GENTOO}" )
+export KEYSERVER_TIMEOUT=20m
 push_keys "${SYSTEM_KEYS[@]}"
 push_keys "${COMMITTING_DEVS[@]}"
 push_keys "${NONCOMMITTING_DEVS[@]}"

diff --git a/keyrings-export-keys.gentoo.org.bash 
b/keyrings-export-keys.gentoo.org.bash
new file mode 100755
index 000..38a3478
--- /dev/null
+++ b/keyrings-export-keys.gentoo.org.bash
@@ -0,0 +1,18 @@
+#!/bin/bash
+# Export key updates to Keyservers: keys.gentoo.org
+
+OUTPUT_DIR=${1:-.}
+BASEDIR="$(dirname "$0")"
+source "${BASEDIR}"/keyrings.inc.bash
+
+set -e
+export_ldap_data_to_env
+
+export KEYSERVERS=( "${KS_GENTOO}" )
+export KEYSERVER_TIMEOUT=5m
+
+# Populate keys.gentoo.org with the keys we have, since they might have come 
from SKS
+push_keys "${SYSTEM_KEYS[@]}"
+push_keys "${COMMITTING_DEVS[@]}"
+push_keys "${NONCOMMITTING_DEVS[@]}"
+push_keys "${RETIRED_DEVS[@]}"

diff --git a/keyrings-import-keys.gentoo.org.bash 
b/keyrings-import-keys.gentoo.org.bash
new file mode 100755
index 000..3328e2c
--- /dev/null
+++ b/keyrings-import-keys.gentoo.org.bash
@@ -0,0 +1,23 @@
+#!/bin/bash
+# Import key updates from Keyservers: keys.gentoo.org
+#
+# TODO:
+# - Turn off export in this script
+
+OUTPUT_DIR=${1:-.}
+BASEDIR="$(dirname "$0")"
+source "${BASEDIR}"/keyrings.inc.bash
+
+set -e
+export_ldap_data_to_env
+
+export KEYSERVERS=( "${KS_GENTOO}" )
+export KEYSERVER_TIMEOUT=5m
+
+grab_keys "${SYSTEM_KEYS[@]}"
+grab_keys "${COMMITTING_DEVS[@]}"
+grab_keys "${NONCOMMITTING_DEVS[@]}"
+# -- not all are on keyservers
+# -- and are unlikely to turn up now
+# -- this needs to fetch from some archive instead
+grab_keys "${RETIRED_DEVS[@]}"

diff --git a/keyrings-import-sks.bash b/keyrings-import-sks.bash
new file mode 100755
index 000..3d04ebc
--- /dev/null
+++ b/keyrings-import-sks.bash
@@ -0,0 +1,23 @@
+#!/bin/bash
+# Import key updates from Keyservers
+#
+# TODO:
+# - Turn off export in this script
+
+OUTPUT_DIR=${1:-.}
+BASEDIR="$(dirname "$0")"
+source "${BASEDIR}"/keyrings.inc.bash
+
+set -e
+export_ldap_data_to_env
+
+export KEYSERVER=( ${KS_SKS} )
+export KEYSERVER_TIMEOUT=20m
+
+grab_keys "${SYSTEM_KEYS[@]}"
+grab_keys "${COMMITTING_DEVS[@]}"
+grab_keys "${NONCOMMITTING_DEVS[@]}"
+# -- not all are on keyservers
+# -- and are unlikely to turn up now
+# -- this needs to fetch from some archive instead
+#grab_keys "${RETIRED_DEVS[@]}"

diff --git a/keyrings.inc.bash b/keyrings.inc.bash
index 052550d..427a6f2 100644
--- a/keyrings.inc.bash
+++ b/keyrings.inc.bash
@@ -9,12 +9,7 @@ RETIRED_RULE='(!(gentooStatus=active))'
 
 KS_GENTOO=hkps://keys.gentoo.org/
 KS_SKS=hkps://hkps.pool.sks-keyservers.net/
-
-GPG_TMPDIR=$(mktemp -d)
-clean_tmp() {
-   rm -rf "$GPG_TMPDIR"
-}
-trap clean_tmp EXIT
+KEYSERVERS=( ) # empty by default
 
 # grab_ldap_fingerprints 
 grab_ldap_fingerprints() {
@@ -30,9 +25,11 @@ grab_keys() {
local missing=()
local remaining=( "${@}" )
 
+   KEYSERVER_TIMEOUT=${KEYSERVER_TIMEOUT:=1m}
while :; do
-   timeout 5m  gpg --keyserver $KS_GENTOO -q --recv-keys 
"${remaining[@]}" || :
-   timeout 20m gpg --keyserver $KS_SKS -q --recv-keys 
"${remaining[@]}" || :
+   for ks in "${KEYSERVERS[@]}" ; do
+   timeout ${KEYSERVER_TIMEOUT}  gpg --keyserver "$ks" -q 
--recv-keys "${remaining[@]}" || :
+   done
missing=()
for key in "${remaining[@]}"; do
gpg --list-public "${key}" &>/dev/null || missing+=( 
"${key}" )
@@ -58,12 +55,24 @@ grab_keys() {
 push_keys() {
# Only send keys that we have

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

2019-05-03 Thread Mikle Kolyada
commit: 4f36e3b4cae8b161dbd62aab7336fc7654d71836
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May  4 00:02:08 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May  4 00:02:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f36e3b4

sys-apps/openrc: Add ~riscv keyword

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

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

diff --git a/sys-apps/openrc/openrc-0.41.2.ebuild 
b/sys-apps/openrc/openrc-0.41.2.ebuild
index c316a4fed3e..d870ec562f7 100644
--- a/sys-apps/openrc/openrc-0.41.2.ebuild
+++ b/sys-apps/openrc/openrc-0.41.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 fi
 
 LICENSE="BSD-2"



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

2019-05-03 Thread Mikle Kolyada
commit: d2e699e8a1c0df06f9b5c70d781eac5a12dbbb47
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May  4 00:02:46 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May  4 00:02:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2e699e8

sys-apps/sysvinit: Add ~riscv keyword

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

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

diff --git a/sys-apps/sysvinit/sysvinit-2.94.ebuild 
b/sys-apps/sysvinit/sysvinit-2.94.ebuild
index ea95cca195f..51fe022e6eb 100644
--- a/sys-apps/sysvinit/sysvinit-2.94.ebuild
+++ b/sys-apps/sysvinit/sysvinit-2.94.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/${PN}/${P/_/-}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 [[ "${PV}" == *beta* ]] || \
-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 ~riscv 
~s390 ~sh ~sparc ~x86"
 IUSE="selinux ibm static kernel_FreeBSD"
 
 CDEPEND="



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

2019-05-03 Thread Mikle Kolyada
commit: e41a506c9c382c336ed03b3b6cc8bb38136263e8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:59:11 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:59:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41a506c

sys-libs/readline: Add ~riscv keyword

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

 sys-libs/readline/readline-7.0_p5.ebuild | 2 +-
 sys-libs/readline/readline-8.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/readline/readline-7.0_p5.ebuild 
b/sys-libs/readline/readline-7.0_p5.ebuild
index 10ffe9e2fdf..c8e64ed0a6b 100644
--- a/sys-libs/readline/readline-7.0_p5.ebuild
+++ b/sys-libs/readline/readline-7.0_p5.ebuild
@@ -41,7 +41,7 @@ esac
 
 LICENSE="GPL-3"
 SLOT="0/7"  # subslot matches SONAME major
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="static-libs utils"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[static-libs?,${MULTILIB_USEDEP}]"

diff --git a/sys-libs/readline/readline-8.0.ebuild 
b/sys-libs/readline/readline-8.0.ebuild
index 37ece8cee80..d6ee3a02441 100644
--- a/sys-libs/readline/readline-8.0.ebuild
+++ b/sys-libs/readline/readline-8.0.ebuild
@@ -41,7 +41,7 @@ esac
 
 LICENSE="GPL-3"
 SLOT="0/8"  # subslot matches SONAME major
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="static-libs utils"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[static-libs?,${MULTILIB_USEDEP}]"



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

2019-05-03 Thread Mikle Kolyada
commit: fcc0e62af616315e1c6250ed061a2fdb9bad5340
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:57:27 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:57:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc0e62a

app-shells/bash: Add ~riscv keyword

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

 app-shells/bash/bash-4.4_p23-r1.ebuild | 2 +-
 app-shells/bash/bash-5.0_p3-r1.ebuild  | 2 +-
 app-shells/bash/bash-5.0_p7.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-shells/bash/bash-4.4_p23-r1.ebuild 
b/app-shells/bash/bash-4.4_p23-r1.ebuild
index 9a13a5fbb35..18540643861 100644
--- a/app-shells/bash/bash-4.4_p23-r1.ebuild
+++ b/app-shells/bash/bash-4.4_p23-r1.ebuild
@@ -46,7 +46,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND="

diff --git a/app-shells/bash/bash-5.0_p3-r1.ebuild 
b/app-shells/bash/bash-5.0_p3-r1.ebuild
index d13f22168a6..a13f1c8965c 100644
--- a/app-shells/bash/bash-5.0_p3-r1.ebuild
+++ b/app-shells/bash/bash-5.0_p3-r1.ebuild
@@ -46,7 +46,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND="

diff --git a/app-shells/bash/bash-5.0_p7.ebuild 
b/app-shells/bash/bash-5.0_p7.ebuild
index 5b9a47a025e..1d9060d2561 100644
--- a/app-shells/bash/bash-5.0_p7.ebuild
+++ b/app-shells/bash/bash-5.0_p7.ebuild
@@ -46,7 +46,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND="



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

2019-05-03 Thread Mikle Kolyada
commit: c62ecae350e0b2f7074d5398132558b01343d29e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:54:55 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:54:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62ecae3

net-misc/rsync: Add ~riscv keyword

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

 net-misc/rsync/rsync-3.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/rsync/rsync-3.1.3.ebuild 
b/net-misc/rsync/rsync-3.1.3.ebuild
index 26945c94656..f995987634d 100644
--- a/net-misc/rsync/rsync-3.1.3.ebuild
+++ b/net-misc/rsync/rsync-3.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="https://rsync.samba.org/ftp/rsync/src/${P}.tar.gz;
 LICENSE="GPL-3"
 SLOT="0"
 [[ ${PV} = *_pre* ]] || \
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~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 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="acl examples iconv ipv6 static stunnel xattr"
 
 LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] )



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

2019-05-03 Thread Mikle Kolyada
commit: 81b4196a6a96ebcf75b29eb2aec2e24ef1b9048d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:52:47 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:52:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b4196a

sys-apps/gawk: Add ~riscv keyword

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

 sys-apps/gawk/gawk-4.1.4.ebuild| 4 ++--
 sys-apps/gawk/gawk-4.2.1-r1.ebuild | 2 +-
 sys-apps/gawk/gawk-5.0.0.ebuild| 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/gawk/gawk-4.1.4.ebuild b/sys-apps/gawk/gawk-4.1.4.ebuild
index 76e87ef801c..af2a3ecda34 100644
--- a/sys-apps/gawk/gawk-4.1.4.ebuild
+++ b/sys-apps/gawk/gawk-4.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gawk/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="mpfr nls readline"
 
 RDEPEND="mpfr? ( dev-libs/mpfr:0= )

diff --git a/sys-apps/gawk/gawk-4.2.1-r1.ebuild 
b/sys-apps/gawk/gawk-4.2.1-r1.ebuild
index 33c9ba19df4..1e93f81f54c 100644
--- a/sys-apps/gawk/gawk-4.2.1-r1.ebuild
+++ b/sys-apps/gawk/gawk-4.2.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gawk/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="forced-sandbox mpfr nls readline"
 
 RDEPEND="

diff --git a/sys-apps/gawk/gawk-5.0.0.ebuild b/sys-apps/gawk/gawk-5.0.0.ebuild
index f1caee35c34..23099a18b38 100644
--- a/sys-apps/gawk/gawk-5.0.0.ebuild
+++ b/sys-apps/gawk/gawk-5.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gawk/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="forced-sandbox mpfr nls readline"
 
 RDEPEND="



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

2019-05-03 Thread Mikle Kolyada
commit: 19e03110d617f34ab0e8727eb7bc72aa9d387278
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:49:40 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:49:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e03110

sys-apps/coreutils: Add ~riscv keyword

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

 sys-apps/coreutils/coreutils-8.30.ebuild | 2 +-
 sys-apps/coreutils/coreutils-8.31.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/coreutils/coreutils-8.30.ebuild 
b/sys-apps/coreutils/coreutils-8.30.ebuild
index cffb6d4a9a0..ecf5f04e02f 100644
--- a/sys-apps/coreutils/coreutils-8.30.ebuild
+++ b/sys-apps/coreutils/coreutils-8.30.ebuild
@@ -16,7 +16,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 ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~x86-linux"
 IUSE="acl caps gmp hostname kill multicall nls selinux +split-usr static test 
userland_BSD vanilla xattr"
 
 LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )

diff --git a/sys-apps/coreutils/coreutils-8.31.ebuild 
b/sys-apps/coreutils/coreutils-8.31.ebuild
index 3e1db26321f..4748ab38719 100644
--- a/sys-apps/coreutils/coreutils-8.31.ebuild
+++ b/sys-apps/coreutils/coreutils-8.31.ebuild
@@ -16,7 +16,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 ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~x86-linux"
 IUSE="acl caps gmp hostname kill multicall nls selinux +split-usr static test 
userland_BSD vanilla xattr"
 
 LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )



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

2019-05-03 Thread Mikle Kolyada
commit: 75f04c72bc216d53acdb72d3d967b47c2ad9dbbb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:47:50 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:47:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f04c72

sys-apps/grep: Add ~riscv keyword

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

 sys-apps/grep/grep-3.1-r1.ebuild | 2 +-
 sys-apps/grep/grep-3.3-r1.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/grep/grep-3.1-r1.ebuild b/sys-apps/grep/grep-3.1-r1.ebuild
index e68d8818cad..4bbac2c87c2 100644
--- a/sys-apps/grep/grep-3.1-r1.ebuild
+++ b/sys-apps/grep/grep-3.1-r1.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 ~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 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="nls pcre static"
 
 LIB_DEPEND="pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] )"

diff --git a/sys-apps/grep/grep-3.3-r1.ebuild b/sys-apps/grep/grep-3.3-r1.ebuild
index 635945feb36..52fe9c4bbd1 100644
--- a/sys-apps/grep/grep-3.3-r1.ebuild
+++ b/sys-apps/grep/grep-3.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -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 ~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 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls pcre static"
 
 LIB_DEPEND="pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] )"



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

2019-05-03 Thread Mikle Kolyada
commit: 292a43a7b9db72ff3da5e7fd38acc4474e4a612c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:45:07 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:45:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292a43a7

sys-apps/sed: Add ~riscv keyword

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

 sys-apps/sed/sed-4.5.ebuild | 4 ++--
 sys-apps/sed/sed-4.7.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/sed/sed-4.5.ebuild b/sys-apps/sed/sed-4.5.ebuild
index 948e57a8ad8..2cac21e47ff 100644
--- a/sys-apps/sed/sed-4.5.ebuild
+++ b/sys-apps/sed/sed-4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/sed/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="acl forced-sandbox nls selinux static"
 
 RDEPEND="acl? ( virtual/acl )

diff --git a/sys-apps/sed/sed-4.7.ebuild b/sys-apps/sed/sed-4.7.ebuild
index d9ed95034e2..09a6b52d177 100644
--- a/sys-apps/sed/sed-4.7.ebuild
+++ b/sys-apps/sed/sed-4.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/sed/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="acl forced-sandbox nls selinux static"
 
 RDEPEND="acl? ( virtual/acl )



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

2019-05-03 Thread Mikle Kolyada
commit: 4ad1b0345e2b41b1d51a3e7eaa0b23972daa8540
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:43:11 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:43:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad1b034

sys-libs/zlib: Add ~riscv keyword

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

 sys-libs/zlib/zlib-1.2.11-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/zlib/zlib-1.2.11-r2.ebuild 
b/sys-libs/zlib/zlib-1.2.11-r2.ebuild
index 4b7ac2eecf6..0da451d746f 100644
--- a/sys-libs/zlib/zlib-1.2.11-r2.ebuild
+++ b/sys-libs/zlib/zlib-1.2.11-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -14,7 +14,7 @@ SRC_URI="https://zlib.net/${P}.tar.gz
 
 LICENSE="ZLIB"
 SLOT="0/1" # subslot = SONAME
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="minizip static-libs"
 
 DEPEND="minizip? ( ${AUTOTOOLS_DEPEND} )"



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

2019-05-03 Thread Mikle Kolyada
commit: 0aff43804e28e323caee760ce1af0f0cdea545b6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:40:53 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:40:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aff4380

profiles: mask slang on riscv

Signed-off-by: Mikle Kolyada  gentoo.org>

 profiles/arch/riscv/package.use.mask | 1 -
 profiles/arch/riscv/use.mask | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index d8916dcd324..4d5ef800bff 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -8,5 +8,4 @@ dev-vcs/git pcre-jit
 
 # Not yet tested
 
-app-editors/nano slang
 sys-devel/make guile

diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask
index 7e3b4541191..8c6b1802872 100644
--- a/profiles/arch/riscv/use.mask
+++ b/profiles/arch/riscv/use.mask
@@ -6,3 +6,6 @@
 
 # The required library has not been ported to riscv yet.
 seccomp
+
+# Not tested
+slang



[gentoo-commits] repo/gentoo:master commit in: sys-devel/patch/

2019-05-03 Thread Mikle Kolyada
commit: 06fd44d5e51d1e240a58419a32f37ba8a0353e3f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:38:19 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:38:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06fd44d5

sys-devel/patch: Add ~riscv keyword

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

 sys-devel/patch/patch-2.7.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/patch/patch-2.7.6-r3.ebuild 
b/sys-devel/patch/patch-2.7.6-r3.ebuild
index 079eb98f174..6efd8634870 100644
--- a/sys-devel/patch/patch-2.7.6-r3.ebuild
+++ b/sys-devel/patch/patch-2.7.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/patch/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="static test xattr"
 
 RDEPEND="xattr? ( sys-apps/attr )"



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

2019-05-03 Thread Mikle Kolyada
commit: c9ab7da72cc6818ae7c568962bcb4b48a1caaa6f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:37:05 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:37:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ab7da7

sys-apps/util-linux: Add ~riscv keyword

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

 sys-apps/util-linux/util-linux-2.33-r1.ebuild  | 2 +-
 sys-apps/util-linux/util-linux-2.33.1.ebuild   | 2 +-
 sys-apps/util-linux/util-linux-2.33.2.ebuild   | 2 +-
 sys-apps/util-linux/util-linux-2.34_rc1.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/util-linux/util-linux-2.33-r1.ebuild 
b/sys-apps/util-linux/util-linux-2.33-r1.ebuild
index de1b49cd064..1655fa2b7b9 100644
--- a/sys-apps/util-linux/util-linux-2.33-r1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.33-r1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]] ; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git;
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv 
s390 sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"

SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
 fi
 

diff --git a/sys-apps/util-linux/util-linux-2.33.1.ebuild 
b/sys-apps/util-linux/util-linux-2.33.1.ebuild
index 51088f884c2..661e74c09f5 100644
--- a/sys-apps/util-linux/util-linux-2.33.1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.33.1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]] ; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git;
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~riscv ~ppc 
~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"

SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
 fi
 

diff --git a/sys-apps/util-linux/util-linux-2.33.2.ebuild 
b/sys-apps/util-linux/util-linux-2.33.2.ebuild
index 067044624f0..b4ef5f4bf39 100644
--- a/sys-apps/util-linux/util-linux-2.33.2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.33.2.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]] ; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git;
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"

SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
 fi
 

diff --git a/sys-apps/util-linux/util-linux-2.34_rc1.ebuild 
b/sys-apps/util-linux/util-linux-2.34_rc1.ebuild
index af148d37cb2..1c6fd4ea22a 100644
--- a/sys-apps/util-linux/util-linux-2.34_rc1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.34_rc1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]] ; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git;
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"

SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
 fi
 



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

2019-05-03 Thread Mikle Kolyada
commit: f4bd5ad6880cf62747f06d01b3d5a955046a0e46
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:34:23 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:34:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4bd5ad6

dev-lang/python-exec: Add ~riscv keyword

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

 dev-lang/python-exec/python-exec-2.4.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/python-exec/python-exec-2.4.6.ebuild 
b/dev-lang/python-exec/python-exec-2.4.6.ebuild
index 110ace50c3b..d4d144328e1 100644
--- a/dev-lang/python-exec/python-exec-2.4.6.ebuild
+++ b/dev-lang/python-exec/python-exec-2.4.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/mgorny/python-exec/releases/download/v${PV}/${P}.tar
 
 LICENSE="BSD-2"
 SLOT="2"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 # eselect-python because of /usr/bin/python* collisions and new config



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

2019-05-03 Thread Mikle Kolyada
commit: 1996bffac0ebb80752c7a60909361d191d25dd1b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:31:32 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:31:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1996bffa

dev-lang/python: Add ~riscv keyword

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

 dev-lang/python/python-3.7.2.ebuild | 2 +-
 dev-lang/python/python-3.7.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/python/python-3.7.2.ebuild 
b/dev-lang/python/python-3.7.2.ebuild
index e2fb688..dc9ca9df369 100644
--- a/dev-lang/python/python-3.7.2.ebuild
+++ b/dev-lang/python/python-3.7.2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
 
 LICENSE="PSF-2"
 SLOT="3.7/3.7m"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-lang/python/python-3.7.3.ebuild 
b/dev-lang/python/python-3.7.3.ebuild
index 8a1933e1bb9..723abdc211b 100644
--- a/dev-lang/python/python-3.7.3.ebuild
+++ b/dev-lang/python/python-3.7.3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
 
 LICENSE="PSF-2"
 SLOT="3.7/3.7m"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2019-05-03 Thread Mikle Kolyada
commit: ed3627a7eb3f03fe0ec20bef43485140661d38db
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:29:52 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:29:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3627a7

sys-apps/portage: Add ~riscv keyword

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

 sys-apps/portage/portage-2.3.62-r1.ebuild | 2 +-
 sys-apps/portage/portage-2.3.62.ebuild| 2 +-
 sys-apps/portage/portage-2.3.63.ebuild| 2 +-
 sys-apps/portage/portage-2.3.64.ebuild| 2 +-
 sys-apps/portage/portage-2.3.65.ebuild| 2 +-
 sys-apps/portage/portage-2.3.66.ebuild| 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

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

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

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

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

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

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

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

2019-05-03 Thread Mikle Kolyada
commit: 5204a3b86901313dd92ab9fec26fede0b6af64a0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:25:52 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:26:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5204a3b8

virtual/libintl: Add ~riscv keyword

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

 virtual/libintl/libintl-0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/libintl/libintl-0-r2.ebuild 
b/virtual/libintl/libintl-0-r2.ebuild
index 337abbfc4e3..6accdd0905f 100644
--- a/virtual/libintl/libintl-0-r2.ebuild
+++ b/virtual/libintl/libintl-0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for the GNU Internationalization Library"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="elibc_glibc elibc_musl elibc_uclibc"
 
 # - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between



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

2019-05-03 Thread Andreas K. Hüttel
commit: b235f6efb2194ac65d345f58d69b848f42436d03
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 23:20:46 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 23:24:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b235f6ef

app-crypt/gnupg: keyword ~riscv

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

 app-crypt/gnupg/gnupg-2.2.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gnupg/gnupg-2.2.15-r1.ebuild 
b/app-crypt/gnupg/gnupg-2.2.15-r1.ebuild
index e49781cae18..2b55c80c4d0 100644
--- a/app-crypt/gnupg/gnupg-2.2.15-r1.ebuild
+++ b/app-crypt/gnupg/gnupg-2.2.15-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 doc ldap nls readline selinux +smartcard ssl tofu tools usb 
user-socket wks-server"
 
 # Existence of executables is checked during configuration.



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

2019-05-03 Thread Andreas K. Hüttel
commit: 1b179ba5e3743bc6944909fddb9031ddad26d8f4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 23:22:54 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 23:24:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b179ba5

app-crypt/pinentry: keyword ~riscv

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

 app-crypt/pinentry/pinentry-1.1.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild 
b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
index ea2b5bdf4d6..a49177eda19 100644
--- a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
+++ b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="caps emacs gnome-keyring fltk gtk ncurses qt5 static"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xdm/files/, x11-apps/xdm/

2019-05-03 Thread Matt Turner
commit: 8d1be7f65bc45ddfea7e75a2c645138b787e4179
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May  3 23:21:31 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May  3 23:23:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1be7f6

x11-apps/xdm: Drop old versions

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

 x11-apps/xdm/Manifest  |   1 -
 .../xdm/files/xdm-1.1.11-arc4random-include.patch  |  18 --
 x11-apps/xdm/files/xdm-1.1.11-cve-2013-2179.patch  |  41 
 .../files/xdm-1.1.11-setproctitle-include.patch|  37 
 x11-apps/xdm/files/xdm-consolekit.patch| 230 -
 x11-apps/xdm/metadata.xml  |   1 -
 x11-apps/xdm/xdm-1.1.11-r3.ebuild  |  77 ---
 7 files changed, 405 deletions(-)

diff --git a/x11-apps/xdm/Manifest b/x11-apps/xdm/Manifest
index ae11f03d02d..141eede7e33 100644
--- a/x11-apps/xdm/Manifest
+++ b/x11-apps/xdm/Manifest
@@ -1,2 +1 @@
-DIST xdm-1.1.11.tar.bz2 446612 BLAKE2B 
ce9bed568e036a882ecc56d75f7ce8646d14ae00c754d6e5542ea5b186c3ef1ce8499e2d70190b4fbc4b344e0c70fd36deab5aacc5f1f55501db709300aee520
 SHA512 
fe6f2b7817c0f7f07a1f5f497edcdfa15b93986fd87f314daa472dac8625327ef46ebbf40d27fe8d4a8a2f8d5af8a01c4438a29356740e0eb350f2bd0c7ec0d5
 DIST xdm-1.1.12.tar.bz2 512074 BLAKE2B 
a82d124f4b7ce3185d703fca3aade92e86094602aec5343566ba8c91c54b70cdedbaea2fa6fee330d7ed48d9138b04a998aa2dae06db2683bfcce6c7693edc82
 SHA512 
1a4be0a070ced5db8fda6fc74794c9f9ed0cb37fa440fda6a3a7652aff62dfc3d7ba68b9facf054671ebf0f4db2a0eec29d0aa3716e3407ccd5529bac3553bdb

diff --git a/x11-apps/xdm/files/xdm-1.1.11-arc4random-include.patch 
b/x11-apps/xdm/files/xdm-1.1.11-arc4random-include.patch
deleted file mode 100644
index db948094b75..000
--- a/x11-apps/xdm/files/xdm-1.1.11-arc4random-include.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -ur a/xdm/genauth.c b/xdm/genauth.c
 a/xdm/genauth.c2011-09-25 09:35:47.0 +0200
-+++ b/xdm/genauth.c2014-01-06 16:28:09.664060603 +0100
-@@ -40,6 +40,14 @@
- 
- #include 
- 
-+#ifdef HAVE_ARC4RANDOM
-+# ifdef __linux__
-+#  include 
-+# else
-+#  include 
-+# endif
-+#endif
-+
- #include 
- #define Time_t time_t
- 

diff --git a/x11-apps/xdm/files/xdm-1.1.11-cve-2013-2179.patch 
b/x11-apps/xdm/files/xdm-1.1.11-cve-2013-2179.patch
deleted file mode 100644
index 34ae7ceb3cd..000
--- a/x11-apps/xdm/files/xdm-1.1.11-cve-2013-2179.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 8d1eb5c74413e4c9a21f689fc106949b121c0117 Mon Sep 17 00:00:00 2001
-From: mancha 
-Date: Wed, 22 May 2013 14:20:26 +
-Subject: Handle NULL returns from glibc 2.17+ crypt().
-
-Starting with glibc 2.17 (eglibc 2.17), crypt() fails with EINVAL
-(w/ NULL return) if the salt violates specifications. Additionally,
-on FIPS-140 enabled Linux systems, DES/MD5-encrypted passwords
-passed to crypt() fail with EPERM (w/ NULL return).
-
-If using glibc's crypt(), check return value to avoid a possible
-NULL pointer dereference.
-
-Reviewed-by: Matthieu Herrb 
-Signed-off-by: Alan Coopersmith 

-diff --git a/greeter/verify.c b/greeter/verify.c
-index db3cb7d..b009e2b 100644
 a/greeter/verify.c
-+++ b/greeter/verify.c
-@@ -329,6 +329,7 @@ Verify (struct display *d, struct greet_info *greet, 
struct verify_info *verify)
-   struct spwd *sp;
- #  endif
-   char*user_pass = NULL;
-+  char*crypted_pass = NULL;
- # endif
- # ifdef __OpenBSD__
-   char*s;
-@@ -464,7 +465,9 @@ Verify (struct display *d, struct greet_info *greet, 
struct verify_info *verify)
- #  if defined(ultrix) || defined(__ultrix__)
-   if (authenticate_user(p, greet->password, NULL) < 0)
- #  else
--  if (strcmp (crypt (greet->password, user_pass), user_pass))
-+  crypted_pass = crypt (greet->password, user_pass);
-+  if ((crypted_pass == NULL)
-+  || (strcmp (crypted_pass, user_pass)))
- #  endif
-   {
-   if(!greet->allow_null_passwd || strlen(p->pw_passwd) > 0) {
---
-cgit v0.9.0.2-2-gbebe

diff --git a/x11-apps/xdm/files/xdm-1.1.11-setproctitle-include.patch 
b/x11-apps/xdm/files/xdm-1.1.11-setproctitle-include.patch
deleted file mode 100644
index 0a3f32bbea0..000
--- a/x11-apps/xdm/files/xdm-1.1.11-setproctitle-include.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff -ur a/xdm/choose.c b/xdm/choose.c
 a/xdm/choose.c 2011-09-25 09:35:47.0 +0200
-+++ b/xdm/choose.c 2014-01-06 16:33:09.628065364 +0100
-@@ -54,6 +54,14 @@
- #  include   
- # endif
- 
-+# ifdef HAVE_SETPROCTITLE
-+#  ifdef __linux__
-+#   include 
-+#  else
-+#   include 
-+#  endif
-+# endif
-+
- # include 
- # define Time_t time_t
- 
-diff -ur a/xdm/session.c b/xdm/session.c
 a/xdm/session.c2011-09-25 09:35:47.0 +0200
-+++ b/xdm/session.c2014-01-06 16:40:57.508072789 +0100
-@@ -54,6 +54,15 @@
- # include 
- #endif
- 
-+# ifdef HAVE_SETPROCTITLE
-+#  include 
-+#  

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

2019-05-03 Thread Andreas K. Hüttel
commit: 836e083c593d9e96a1875aba7f41e168945cb9f3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 23:23:31 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 23:24:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836e083c

app-crypt/shash: keyword ~riscv

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

 app-crypt/shash/shash-0.2.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/shash/shash-0.2.6-r3.ebuild 
b/app-crypt/shash/shash-0.2.6-r3.ebuild
index ffbd2746044..b566b8c1951 100644
--- a/app-crypt/shash/shash-0.2.6-r3.ebuild
+++ b/app-crypt/shash/shash-0.2.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://mcrypt.hellug.gr/pub/mcrypt/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="static"
 
 DEPEND=">=app-crypt/mhash-0.8.18-r1"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-gentoo-release/

2019-05-03 Thread Andreas K. Hüttel
commit: a6cd440a58d32b0a1c9dc03fe51cc12ada6b5e49
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 23:22:07 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 23:24:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6cd440a

app-crypt/openpgp-keys-gentoo-release: keyword ~riscv

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

 .../openpgp-keys-gentoo-release-20190427.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-crypt/openpgp-keys-gentoo-release/openpgp-keys-gentoo-release-20190427.ebuild
 
b/app-crypt/openpgp-keys-gentoo-release/openpgp-keys-gentoo-release-20190427.ebuild
index d6cd99646fb..c96fd1f353e 100644
--- 
a/app-crypt/openpgp-keys-gentoo-release/openpgp-keys-gentoo-release-20190427.ebuild
+++ 
b/app-crypt/openpgp-keys-gentoo-release/openpgp-keys-gentoo-release-20190427.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://dev.gentoo.org/~mgorny/dist/openpgp-keys/gentoo-release.asc.${P
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 DEPEND="test? ( app-crypt/gnupg )"



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

2019-05-03 Thread Andreas K. Hüttel
commit: c20f97013cb0a39e927e902a80da6946a405cb71
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 23:21:24 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 23:24:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20f9701

app-crypt/mhash: keyword ~riscv

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

 app-crypt/mhash/mhash-0.9.9.9-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild 
b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild
index 17078b15f18..a9e836ee93c 100644
--- a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild
+++ b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 BDEPEND="dev-lang/perl" # pod2html



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

2019-05-03 Thread Matt Turner
commit: 6c5bfab9810a648f276ed249c2162bd9656be281
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May  3 23:23:22 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May  3 23:23:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5bfab9

x11-base/xorg-server: Drop old versions

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

 x11-base/xorg-server/Manifest  |   1 -
 x11-base/xorg-server/xorg-server-1.20.3.ebuild | 223 -
 2 files changed, 224 deletions(-)

diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest
index d0d520e0f00..3dd24c9ef48 100644
--- a/x11-base/xorg-server/Manifest
+++ b/x11-base/xorg-server/Manifest
@@ -1,2 +1 @@
-DIST xorg-server-1.20.3.tar.bz2 6205000 BLAKE2B 
9fc8acf1812d0aa4800941dd1846060f91edf1e7ebc92b35e8c2028266d88d3ab3ba14e95f535e5ee41941f8e20769ee75723ba609f5653d4892f97bc5cf91c4
 SHA512 
ee44554f86df4297f54c5871fe7a18954eeef4338775a25f36d6577b279c4775f61128da71b86cfaeadcc080838d6749dede138d4db178866579da2056543fba
 DIST xorg-server-1.20.4.tar.bz2 6123780 BLAKE2B 
224dda54f433315f6614cbee5bc54db91d9d9e190c06ac7f26e334b80b9d4a612ff4b2a4f10f50a6f928ecdbea40172d5578289fbf88411f006bcd473253b05d
 SHA512 
f1c92ef6d7613e0636973d3395b48dfdad42230847ab1c8b1cea84647a968f649f9aba97bdb01c10ee8351cbe954d4e6ca4a0fc84bb8fa662d49c8ba2aee00a8

diff --git a/x11-base/xorg-server/xorg-server-1.20.3.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.3.ebuild
deleted file mode 100644
index 228ac01881d..000
--- a/x11-base/xorg-server/xorg-server-1.20.3.ebuild
+++ /dev/null
@@ -1,223 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DOC=doc
-inherit xorg-2 multilib versionator flag-o-matic
-EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
-
-DESCRIPTION="X.Org X servers"
-SLOT="0/${PV}"
-if [[ ${PV} != * ]]; then
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-fi
-
-IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
-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= )
-   libressl? ( dev-libs/libressl:0= )
-   >=x11-apps/iceauth-1.0.2
-   >=x11-apps/rgb-1.0.3
-   >=x11-apps/xauth-1.0.3
-   x11-apps/xkbcomp
-   >=x11-libs/libdrm-2.4.89
-   >=x11-libs/libpciaccess-0.12.901
-   >=x11-libs/libXau-1.0.4
-   >=x11-libs/libXdmcp-1.0.2
-   >=x11-libs/libXfont2-2.0.1
-   >=x11-libs/libxkbfile-1.0.4
-   >=x11-libs/libxshmfence-1.1
-   >=x11-libs/pixman-0.27.2
-   >=x11-libs/xtrans-1.3.5
-   >=x11-misc/xbitmaps-1.0.1
-   >=x11-misc/xkeyboard-config-2.4.1-r3
-   dmx? (
-   x11-libs/libXt
-   >=x11-libs/libdmx-1.0.99.1
-   >=x11-libs/libX11-1.1.5
-   >=x11-libs/libXaw-1.0.4
-   >=x11-libs/libXext-1.0.99.4
-   >=x11-libs/libXfixes-5.0
-   >=x11-libs/libXi-1.2.99.1
-   >=x11-libs/libXmu-1.0.3
-   x11-libs/libXrender
-   >=x11-libs/libXres-1.0.3
-   >=x11-libs/libXtst-1.0.99.2
-   )
-   glamor? (
-   media-libs/libepoxy[X]
-   >=media-libs/mesa-18[egl,gbm]
-   !x11-libs/glamor
-   )
-   kdrive? (
-   >=x11-libs/libXext-1.0.5
-   x11-libs/libXv
-   )
-   xephyr? (
-   x11-libs/libxcb[xkb]
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-keysyms
-   x11-libs/xcb-util-renderutil
-   x11-libs/xcb-util-wm
-   )
-   !minimal? (
-   >=x11-libs/libX11-1.1.5
-   >=x11-libs/libXext-1.0.5
-   >=media-libs/mesa-18
-   )
-   udev? ( virtual/libudev:= )
-   unwind? ( sys-libs/libunwind )
-   wayland? (
-   >=dev-libs/wayland-1.3.0
-   media-libs/libepoxy
-   >=dev-libs/wayland-protocols-1.1
-   )
-   >=x11-apps/xinit-1.3.3-r1
-   systemd? (
-   sys-apps/dbus
-   sys-apps/systemd
-   )"
-
-DEPEND="${CDEPEND}
-   sys-devel/flex
-   >=x11-base/xorg-proto-2018.3
-   dmx? (
-   doc? (
-   || (
-   www-client/links
-   www-client/lynx
-   www-client/w3m
-   )
-   )
-   )"
-
-RDEPEND="${CDEPEND}
-   selinux? ( sec-policy/selinux-xserver )
-   !x11-drivers/xf86-video-modesetting
-"
-
-PDEPEND="
-   xorg? ( >=x11-base/xorg-drivers-$(get_version_component_range 1-2) )"
-
-REQUIRED_USE="!minimal? (
-   || ( 

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

2019-05-03 Thread Mikle Kolyada
commit: 6b1a49defe7ab3e36da84c813e2efa2995f6f366
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:22:20 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:22:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b1a49de

profiles: mask make[guile] for riscv

Signed-off-by: Mikle Kolyada  gentoo.org>

 profiles/arch/riscv/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index e64b7918cc1..d8916dcd324 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -9,3 +9,4 @@ dev-vcs/git pcre-jit
 # Not yet tested
 
 app-editors/nano slang
+sys-devel/make guile



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

2019-05-03 Thread John Graham
commit: df89abafa7c8df065a7d0b7354bd4894ffef17ab
Author: John R. Graham  gentoo  org>
AuthorDate: Fri May  3 19:39:57 2019 +
Commit: John Graham  gentoo  org>
CommitDate: Fri May  3 23:21:19 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=df89abaf

Additional meaningless tweak for another commit test.

Signed-off-by: John Graham  gentoo.org>

 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index a0d922057..226639086 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,5 @@ Gentoo Big Forum Upgrade
 
 
 Initial content just to prove I have commit access.
+
+One more line.



[gentoo-commits] repo/gentoo:master commit in: sys-devel/make/

2019-05-03 Thread Mikle Kolyada
commit: 0ff216c797d5fb25ac8e49afa429f3e30374cea1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:21:06 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:21:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff216c7

sys-devel/make: Add ~riscv keyword

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

 sys-devel/make/make-4.2.1-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/make/make-4.2.1-r4.ebuild 
b/sys-devel/make/make-4.2.1-r4.ebuild
index 54f3b14943e..e6baaf88f00 100644
--- a/sys-devel/make/make-4.2.1-r4.ebuild
+++ b/sys-devel/make/make-4.2.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu//make/${P}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="guile nls static"
 
 CDEPEND="guile? ( >=dev-scheme/guile-1.8:= )"



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

2019-05-03 Thread Andreas K. Hüttel
commit: cf839bcdf5a7dfbb33040efd01e630292c96c995
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 23:13:15 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 23:17:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf839bcd

app-arch/bzip2: keyword ~riscv

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

 app-arch/bzip2/bzip2-1.0.6-r11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/bzip2/bzip2-1.0.6-r11.ebuild 
b/app-arch/bzip2/bzip2-1.0.6-r11.ebuild
index 646f6a08d89..0bad400bb1d 100644
--- a/app-arch/bzip2/bzip2-1.0.6-r11.ebuild
+++ b/app-arch/bzip2/bzip2-1.0.6-r11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # XXX: atm, libbz2.a is always PIC :(, so it is always built quickly
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="BZIP2"
 SLOT="0/1" # subslot = SONAME
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="static static-libs"
 
 PATCHES=(



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

2019-05-03 Thread Mikle Kolyada
commit: 4be2b40b471e93ca3f8f00c69da7fe35c71e3d81
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:17:07 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:17:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be2b40b

profiles mask nano[slang] for riscv

Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 4d9a2d4184b..e64b7918cc1 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -5,3 +5,7 @@
 dev-libs/libpcre2 jit
 dev-libs/libpcre jit
 dev-vcs/git pcre-jit
+
+# Not yet tested
+
+app-editors/nano slang



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

2019-05-03 Thread Andreas K. Hüttel
commit: fc13a4d39f7b8a8eca8fa6662dc9f096bb352504
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 23:15:17 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 23:17:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc13a4d3

app-arch/tar: keyword ~riscv

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

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

diff --git a/app-arch/tar/tar-1.32.ebuild b/app-arch/tar/tar-1.32.ebuild
index 1f381c8da60..fcdaa190dc6 100644
--- a/app-arch/tar/tar-1.32.ebuild
+++ b/app-arch/tar/tar-1.32.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/tar/${P}.tar.bz2
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="acl elibc_glibc minimal nls selinux static userland_GNU xattr"
 
 LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] )"



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

2019-05-03 Thread Andreas K. Hüttel
commit: 7fc61f7ef5a3aa7a0a0999f3a9f43057db7c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 23:15:58 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 23:17:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc6

app-arch/unzip: keyword ~riscv

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

 app-arch/unzip/unzip-6.0_p21-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/unzip/unzip-6.0_p21-r2.ebuild 
b/app-arch/unzip/unzip-6.0_p21-r2.ebuild
index 4548286aabd..a1660471ba5 100644
--- a/app-arch/unzip/unzip-6.0_p21-r2.ebuild
+++ b/app-arch/unzip/unzip-6.0_p21-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/infozip/${MY_P}.tar.gz
 
 LICENSE="Info-ZIP"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="bzip2 natspec unicode"
 
 DEPEND="bzip2? ( app-arch/bzip2 )



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

2019-05-03 Thread Andreas K. Hüttel
commit: f2c1a1cabf9309f1b45731f1d7a23bda72b36ca6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 23:17:02 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 23:17:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c1a1ca

app-arch/xz-utils: keyword ~riscv

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

 app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild | 2 +-
 app-arch/xz-utils/xz-utils-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild 
b/app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild
index 8ff3a389c0b..fa809174d2a 100644
--- a/app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild
@@ -17,7 +17,7 @@ else
MY_P="${PN/-utils}-${PV/_}"
SRC_URI="https://tukaani.org/xz/${MY_P}.tar.gz;
[[ "${PV}" == *_alpha* ]] || [[ "${PV}" == *_beta* ]] || \
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv 
s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
S="${WORKDIR}/${MY_P}"
EXTRA_DEPEND=
 fi

diff --git a/app-arch/xz-utils/xz-utils-.ebuild 
b/app-arch/xz-utils/xz-utils-.ebuild
index 636b34fdba4..ee898fc2451 100644
--- a/app-arch/xz-utils/xz-utils-.ebuild
+++ b/app-arch/xz-utils/xz-utils-.ebuild
@@ -17,7 +17,7 @@ else
MY_P="${PN/-utils}-${PV/_}"
SRC_URI="https://tukaani.org/xz/${MY_P}.tar.gz;
[[ "${PV}" == *_alpha* ]] || [[ "${PV}" == *_beta* ]] || \
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
S="${WORKDIR}/${MY_P}"
EXTRA_DEPEND=
 fi



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

2019-05-03 Thread Andreas K. Hüttel
commit: fce33065fadcae77c61687bd3d10fb6caf9b89fb
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 23:14:36 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 23:17:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce33065

app-arch/lbzip2: keyword ~riscv

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

 app-arch/lbzip2/lbzip2-2.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lbzip2/lbzip2-2.5-r1.ebuild 
b/app-arch/lbzip2/lbzip2-2.5-r1.ebuild
index b6f48520d88..1c2c2cdcd0c 100644
--- a/app-arch/lbzip2/lbzip2-2.5-r1.ebuild
+++ b/app-arch/lbzip2/lbzip2-2.5-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://archive.lbzip2.org/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug symlink"
 
 RDEPEND="symlink? ( !app-arch/pbzip2[symlink] )"



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

2019-05-03 Thread Andreas K. Hüttel
commit: 77da614b1960c737c6ca711301e03ecaebd95d89
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 23:13:55 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 23:17:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77da614b

app-arch/gzip: keyword ~riscv

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

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

diff --git a/app-arch/gzip/gzip-1.10.ebuild b/app-arch/gzip/gzip-1.10.ebuild
index d8bd176b4ea..ce3be1be3de 100644
--- a/app-arch/gzip/gzip-1.10.ebuild
+++ b/app-arch/gzip/gzip-1.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/gzip/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="pic static"
 
 PATCHES=(



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

2019-05-03 Thread Mikle Kolyada
commit: ca266d80cbd09af1f668bdfd48450ca289014774
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:12:46 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:12:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca266d80

virtual/pkgconfig: Add ~riscv keyword

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

 virtual/pkgconfig/pkgconfig-0-r1.ebuild | 4 ++--
 virtual/pkgconfig/pkgconfig-1.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/virtual/pkgconfig/pkgconfig-0-r1.ebuild 
b/virtual/pkgconfig/pkgconfig-0-r1.ebuild
index 2a35b743307..c9fa8ffd799 100644
--- a/virtual/pkgconfig/pkgconfig-0-r1.ebuild
+++ b/virtual/pkgconfig/pkgconfig-0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for the pkg-config implementation"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| (

diff --git a/virtual/pkgconfig/pkgconfig-1.ebuild 
b/virtual/pkgconfig/pkgconfig-1.ebuild
index 3c8fa91b167..fd000a4f9d3 100644
--- a/virtual/pkgconfig/pkgconfig-1.ebuild
+++ b/virtual/pkgconfig/pkgconfig-1.ebuild
@@ -7,7 +7,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for the pkg-config implementation"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| (



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

2019-05-03 Thread Mikle Kolyada
commit: be88c4fcf38278170f8339bf19620eea484dcebd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:14:00 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:14:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be88c4fc

dev-util/pkgconfig: Add ~riscv keyword

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

 dev-util/pkgconfig/pkgconfig-0.29.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild 
b/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
index bc08d1a581f..b89fd976448 100644
--- a/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]]; then
EGIT_CHECKOUT_DIR=${WORKDIR}/${MY_P}
inherit autotools git-r3
 else
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv 
s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
SRC_URI="https://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz;
 fi
 



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

2019-05-03 Thread Mikle Kolyada
commit: 82ad3fe5fb06fe5da476177dc78cb31ab30b6e52
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:03:10 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:03:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ad3fe5

sys-libs/ncurses: Add ~riscv keyword

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

 sys-libs/ncurses/ncurses-6.1-r2.ebuild | 4 ++--
 sys-libs/ncurses/ncurses-6.1-r3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-libs/ncurses/ncurses-6.1-r2.ebuild 
b/sys-libs/ncurses/ncurses-6.1-r2.ebuild
index 24152546b4e..74b089e75f3 100644
--- a/sys-libs/ncurses/ncurses-6.1-r2.ebuild
+++ b/sys-libs/ncurses/ncurses-6.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz"
 LICENSE="MIT"
 # The subslot reflects the SONAME.
 SLOT="0/6"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="ada +cxx debug doc gpm minimal profile static-libs test threads tinfo 
trace unicode"
 
 DEPEND="gpm? ( sys-libs/gpm[${MULTILIB_USEDEP}] )"

diff --git a/sys-libs/ncurses/ncurses-6.1-r3.ebuild 
b/sys-libs/ncurses/ncurses-6.1-r3.ebuild
index fa1908d7243..8e7235a7b66 100644
--- a/sys-libs/ncurses/ncurses-6.1-r3.ebuild
+++ b/sys-libs/ncurses/ncurses-6.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz"
 LICENSE="MIT"
 # The subslot reflects the SONAME.
 SLOT="0/6"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="ada +cxx debug doc gpm minimal profile static-libs test threads tinfo 
trace unicode"
 
 DEPEND="gpm? ( sys-libs/gpm[${MULTILIB_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gettext/

2019-05-03 Thread Mikle Kolyada
commit: 824cd91db23328adffef9f6fac367f30c1495c5c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:06:26 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:06:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824cd91d

sys-devel/gettext: Add ~riscv keyword

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

 sys-devel/gettext/gettext-0.19.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/gettext/gettext-0.19.8.1.ebuild 
b/sys-devel/gettext/gettext-0.19.8.1.ebuild
index 6c205b4c9d2..9f67faf385d 100644
--- a/sys-devel/gettext/gettext-0.19.8.1.ebuild
+++ b/sys-devel/gettext/gettext-0.19.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Note: Keep version bumps in sync with dev-libs/libintl.
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 # so put that license behind USE=cxx.
 LICENSE="GPL-3+ cxx? ( LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="acl -cvs +cxx doc emacs git java ncurses nls openmp static-libs"
 
 # only runtime goes multilib



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

2019-05-03 Thread Mikle Kolyada
commit: ead2b3e2d25339393a2ef10a5aeb4f88fb5c6519
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 23:09:56 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 23:09:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead2b3e2

sys-libs/gpm: Add ~riscv keyword

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

 sys-libs/gpm/gpm-1.20.7-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/gpm/gpm-1.20.7-r2.ebuild 
b/sys-libs/gpm/gpm-1.20.7-r2.ebuild
index 7b6bff92c95..e7d0c6b08f9 100644
--- a/sys-libs/gpm/gpm-1.20.7-r2.ebuild
+++ b/sys-libs/gpm/gpm-1.20.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # emacs support disabled due to #99533 #335900
@@ -14,7 +14,7 @@ 
SRC_URI="https://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma
 
 LICENSE="GPL-2"
 SLOT="0"
-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 ~riscv s390 sh 
sparc x86"
 IUSE="selinux static-libs"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}]



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

2019-05-03 Thread Mikle Kolyada
commit: ee890681f67344e160c02266d8f73bd66147a7ed
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 22:58:33 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 22:58:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee890681

virtual/libc: Add ~riscv keyword

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

 virtual/libc/libc-1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/libc/libc-1.ebuild b/virtual/libc/libc-1.ebuild
index a55c00c799b..b2dc8eec7de 100644
--- a/virtual/libc/libc-1.ebuild
+++ b/virtual/libc/libc-1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 DESCRIPTION="Virtual for the C library"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 # explicitly depend on SLOT 2.2 of glibc, because it sets
 # a different SLOT for cross-compiling



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

2019-05-03 Thread Mikle Kolyada
commit: 7c6d0697e56c8e0f28df749f22e64919e927921d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 22:49:47 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 22:49:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6d0697

virtual/editor: Add ~riscv keyword

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

 virtual/editor/editor-0-r2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/virtual/editor/editor-0-r2.ebuild 
b/virtual/editor/editor-0-r2.ebuild
index da0c23ea443..d09ea7140ec 100644
--- a/virtual/editor/editor-0-r2.ebuild
+++ b/virtual/editor/editor-0-r2.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Virtual for editor"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
+~x64-solaris ~x86-solaris"
 
 # Add a package to RDEPEND only if the editor:
 # - can edit ordinary text files,



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

2019-05-03 Thread Mikle Kolyada
commit: 576e757d2e21fd966f917bca0378216a07cffeb7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 22:53:23 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 22:54:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576e757d

sys-apps/file: Add ~riscv keyword

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

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

diff --git a/sys-apps/file/file-5.36.ebuild b/sys-apps/file/file-5.36.ebuild
index b55208108ad..ec1976e16a4 100644
--- a/sys-apps/file/file-5.36.ebuild
+++ b/sys-apps/file/file-5.36.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv 
s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="identify a file's format by scanning binary data for patterns"



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

2019-05-03 Thread Mikle Kolyada
commit: 424150ff20c60e4430545787767cd3ab53667836
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May  3 22:51:56 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May  3 22:51:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424150ff

app-editors/nano: Add ~riscv keyword

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

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

diff --git a/app-editors/nano/nano-4.2.ebuild b/app-editors/nano/nano-4.2.ebuild
index aa130516a9a..232301c0144 100644
--- a/app-editors/nano/nano-4.2.ebuild
+++ b/app-editors/nano/nano-4.2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
 else
MY_P="${PN}-${PV/_}"
SRC_URI="https://www.nano-editor.org/dist/v${PV:0:1}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="GNU GPL'd Pico clone with more functionality"



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

2019-05-03 Thread Andreas K. Hüttel
commit: 8f95ee13dea8bae84bd9464f9a66162b8bf917c8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 22:34:17 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 22:34:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f95ee13

app-admin/syslog-ng: keyword ~riscv

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

 app-admin/syslog-ng/syslog-ng-3.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.20.1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.20.1.ebuild
index d3f2e2cea1b..b36361d8279 100644
--- a/app-admin/syslog-ng/syslog-ng-3.20.1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.20.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86"
 IUSE="amqp caps dbi geoip geoip2 http ipv6 json libressl mongodb pacct python 
redis smtp spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # unit tests require https://github.com/Snaipe/Criterion with additional deps



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

2019-05-03 Thread Andreas K. Hüttel
commit: 4f4380a7a7e6b3908b926f2e7123a851b719800a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 22:32:04 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 22:34:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4380a7

app-admin/perl-cleaner: keyword ~riscv

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

 app-admin/perl-cleaner/perl-cleaner-2.27.ebuild | 2 +-
 app-admin/perl-cleaner/perl-cleaner-.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/perl-cleaner/perl-cleaner-2.27.ebuild 
b/app-admin/perl-cleaner/perl-cleaner-2.27.ebuild
index 66ce92577db..8b7df3e3532 100644
--- a/app-admin/perl-cleaner/perl-cleaner-2.27.ebuild
+++ b/app-admin/perl-cleaner/perl-cleaner-2.27.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]] ; then
EGIT_REPO_URI="https://github.com/gentoo-perl/perl-cleaner.git;
 else
SRC_URI="mirror://gentoo/${P}.tar.bz2 
https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv 
s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"

diff --git a/app-admin/perl-cleaner/perl-cleaner-.ebuild 
b/app-admin/perl-cleaner/perl-cleaner-.ebuild
index d2a96ef087a..14733e60594 100644
--- a/app-admin/perl-cleaner/perl-cleaner-.ebuild
+++ b/app-admin/perl-cleaner/perl-cleaner-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]] ; then
EGIT_REPO_URI="https://github.com/gentoo-perl/perl-cleaner.git;
 else
SRC_URI="mirror://gentoo/${P}.tar.bz2 
https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2019-05-03 Thread Andreas K. Hüttel
commit: 3ed614caa1140d5b9b878763ce6c8519c8755cfb
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 22:28:40 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 22:34:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed614ca

app-admin/eselect: Keyword ~riscv

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

 app-admin/eselect/eselect-1.4.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/eselect/eselect-1.4.14.ebuild 
b/app-admin/eselect/eselect-1.4.14.ebuild
index d3250a39c01..61a8c2e50a6 100644
--- a/app-admin/eselect/eselect-1.4.14.ebuild
+++ b/app-admin/eselect/eselect-1.4.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz;
 
 LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc emacs vim-syntax"
 
 RDEPEND="sys-apps/sed



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

2019-05-03 Thread Göktürk Yüksek
commit: 9100580a571c246f2bc4705dbf66db002c7ec71b
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Fri May  3 22:15:39 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri May  3 22:15:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9100580a

app-admin/lastpass-cli: bump to 1.3.3

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek  gentoo.org>

 app-admin/lastpass-cli/Manifest  |  1 +
 app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/app-admin/lastpass-cli/Manifest b/app-admin/lastpass-cli/Manifest
index 22dbe52673e..b15ef284e9d 100644
--- a/app-admin/lastpass-cli/Manifest
+++ b/app-admin/lastpass-cli/Manifest
@@ -1,3 +1,4 @@
 DIST lastpass-cli-1.3.1.tar.gz 114843 BLAKE2B 
7983d4090092ef3443d8c502d157934fa2384426f0be22c796795cdf664be3ba396f64daa81cdf896cb6901d4063f93e54b62cda4349b14fa4d312a21c5bb76d
 SHA512 
092d28dc459719e662fbb2c5e92e8cc75be108aa9d7b62569ee44cb34dd9588e78151fdc5ad114c30e8de21c0b8803edc41db9295548c7cbfe6e537c9a52aad2
 DIST lastpass-cli-1.3.2.tar.gz 116399 BLAKE2B 
d00ab9443935b90eab7337702a52e0ed2e7f2e67c20ed6764f72e25ae123e0420013aa9220ece8a57b7e3bbe2f243ff56bd054fecdbd064f086536bc5eaf0d88
 SHA512 
b293e86d70988aa5860a94fdc2bc65341bb253d2423c8f745730419400adc91ff860017d35657d283458c477c2385ff2532b8aefa752f886b207da8d10bf9018
+DIST lastpass-cli-1.3.3.tar.gz 116434 BLAKE2B 
341f99a7a5edd157c271a0989a004ace8300f2121230b4c0b7c23152643ebc0e3f60717a057b4e6acc802fe641ccd84c770bfcb3d89c505713aea23692d1542b
 SHA512 
9b9274cae1fe4045b7df4402170c522ab5765929739e76141b35a75ce3c8af824acd881e194face45e8721d6ce778bde97ff1a1ac23515de0c6dba28d61a8c7e
 DIST lastpass-cli-man-1.3.1.tar.xz 5700 BLAKE2B 
736ab71ad55cfcb657c727f3dc9dc15775dab1a0232d1ffc51b8794e49911531c96a841b4a5ac0b31f0516cd7aa54027ac7d0eb096816730cdfd192c04d99449
 SHA512 
e60807683ecd681b3937ef447d3e6a487d25418fe99f51ba99e54bf643c5254dd18427a03e7f035198ef34ff578bbb6116baf04eb554f54d85e7d059b6bfed7e

diff --git a/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild 
b/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild
new file mode 100644
index 000..d67ef36f961
--- /dev/null
+++ b/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_WARN_UNUSED_CLI=no
+inherit cmake-utils bash-completion-r1
+
+DESCRIPTION="Interfaces with LastPass.com from the command line."
+HOMEPAGE="https://github.com/lastpass/lastpass-cli;
+SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   
https://dev.gentoo.org/~gokturk/distfiles/app-admin/lastpass-cli/${PN}-man-1.3.1.tar.xz;
+
+SLOT="0"
+LICENSE="GPL-2+ GPL-2+-with-openssl-exception"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl X +pinentry test"
+
+RDEPEND="
+   X? ( || ( x11-misc/xclip x11-misc/xsel ) )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   net-misc/curl
+   dev-libs/libxml2
+   pinentry? ( app-crypt/pinentry )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBASH_COMPLETION_COMPLETIONSDIR="$(get_bashcompdir)"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile all $(usex test lpass-test '')
+}
+
+src_install() {
+   cmake-utils_src_install install
+
+   doman "${WORKDIR}"/man/lpass.1
+
+   # Version 1.3.2 uses automagic detection for bashcomp
+   # To preserve backwards compatibility, we unconditionally
+   # install the completion file
+   newbashcomp contrib/lpass_bash_completion lpass
+}
+
+src_test() {
+   local myctestargs=(
+   -j1 # Parallel tests fail
+   )
+
+   # The path to lpass-test is hardcoded to "${S}"/build/lpass-test
+   # which is incorrect for our out-of-source build
+   sed -e "s|TEST_LPASS=.*|TEST_LPASS=\"${BUILD_DIR}/lpass-test\"|" \
+   -i "${S}"/test/include.sh || die
+
+   cmake-utils_src_test
+}



[gentoo-commits] proj/riscv:master commit in: virtual/nothing/

2019-05-03 Thread Andreas K. Hüttel
commit: fa34b6f89e64eed43a2711bc0609c546fc694e3e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 21:54:55 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 21:54:55 2019 +
URL:https://gitweb.gentoo.org/proj/riscv.git/commit/?id=fa34b6f8

virtual/nothing: remove

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 virtual/nothing/metadata.xml | 9 -
 virtual/nothing/nothing-0.ebuild | 7 ---
 2 files changed, 16 deletions(-)

diff --git a/virtual/nothing/metadata.xml b/virtual/nothing/metadata.xml
deleted file mode 100644
index 496b0ec..000
--- a/virtual/nothing/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-ri...@gentoo.org
-Gentoo RISC-V Project
-
-
-

diff --git a/virtual/nothing/nothing-0.ebuild b/virtual/nothing/nothing-0.ebuild
deleted file mode 100644
index bfd3ba1..000
--- a/virtual/nothing/nothing-0.ebuild
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-DESCRIPTION="Nothing. Literally."
-SLOT=0
-KEYWORDS="~amd64 ~riscv"



[gentoo-commits] proj/riscv:master commit in: sys-libs/glibc/, sys-libs/glibc/files/, sys-libs/glibc/files/2.19/, ...

2019-05-03 Thread Andreas K. Hüttel
commit: 44c26b6191564abec3895c8ed7a170b46541c2e5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 21:54:34 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 21:54:34 2019 +
URL:https://gitweb.gentoo.org/proj/riscv.git/commit/?id=44c26b61

sys-libs/glibc: moved to main tree

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/glibc/Manifest|3 -
 .../glibc-2.19-hardened-configure-picdefault.patch |   30 -
 .../2.19/glibc-2.19-ia64-gcc-4.8-reloc-hack.patch  |   32 -
 .../glibc/files/2.25/glibc-2.25-gentoo-chk_fail.c  |  303 
 sys-libs/glibc/files/nscd.service  |   15 -
 sys-libs/glibc/files/nscd.tmpfilesd|4 -
 sys-libs/glibc/glibc-2.29-r2.ebuild| 1448 
 sys-libs/glibc/metadata.xml|   21 -
 8 files changed, 1856 deletions(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
deleted file mode 100644
index f75ed28..000
--- a/sys-libs/glibc/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST gcc-multilib-bootstrap-20180511.tar.xz 2392908 BLAKE2B 
f3cf614399368acd8908f60d894c6344a2fa09383b30c1633a0682bc668367c8a2f8c6fec2d41b6e2178d709a2bd8db57e8b2ab56ba263c7d56f819c15acd061
 SHA512 
98c766e913693ab42ff790557acde2a36a8001e2648046a685b21964200df8d4d52d8452d499c0068c6648284d086ce062c2d36e2c6c2fd8aacd232d193f2853
-DIST glibc-2.29-patches-3.tar.xz 35812 BLAKE2B 
90b8bc57b7a63f03617795c368b92e525eccfec462d638dbc25c581e5b7a2a72ffd5191842f5ac443a868cbc950838d7e5120e866d343a14b80c55dcbfa48f30
 SHA512 
4c9b78d9d1a8aa629418f2d758ef800857780b8a1fd8d3582b88348a513ca26ca7f6ac9110a8c6bae16949b360ba36840d184f42293cd4324760273592d1b438
-DIST glibc-2.29.tar.xz 16515488 BLAKE2B 
b754e6825176538a2b8ca03fce014f0d87d333dc4d038bf0cda5ee8a2f484cd3ce93ad78ec126737e093ab64b55ceedf04cd08aecb4f8041daaa329e99717afa
 SHA512 
146bc0769fe853d9edbf93cea7f74c5b3d84d69cb7614c62588e7acdecd1ec789a9d8949f3e8b99f8f36f2ccac740a003bed94f32b07817baf780b06cfeb6ed0

diff --git 
a/sys-libs/glibc/files/2.19/glibc-2.19-hardened-configure-picdefault.patch 
b/sys-libs/glibc/files/2.19/glibc-2.19-hardened-configure-picdefault.patch
deleted file mode 100644
index 341d8c5..000
--- a/sys-libs/glibc/files/2.19/glibc-2.19-hardened-configure-picdefault.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Prevent default-fPIE from confusing configure into thinking
-PIC code is default.  This causes glibc to build both PIC and
-non-PIC code as normal, which on the hardened compiler generates
-PIC and PIE.
-
-Patch by Kevin F. Quinn 
-Fixed for glibc 2.19 by Magnus Granberg 
-
 configure.ac
-+++ configure.ac
-@@ -2145,7 +2145,7 @@
- # error PIC is default.
- #endif
- EOF
--if eval "${CC-cc} -S conftest.c 2>_MESSAGE_LOG_FD 1>_MESSAGE_LOG_FD"; 
then
-+if eval "${CC-cc} -fno-PIE -S conftest.c 2>_MESSAGE_LOG_FD 
1>_MESSAGE_LOG_FD"; then
-   libc_cv_pic_default=no
- fi
- rm -f conftest.*])
 configure
-+++ configure
-@@ -7698,7 +7698,7 @@
- # error PIC is default.
- #endif
- EOF
--if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
-+if eval "${CC-cc} -fno-PIE -S conftest.c 2>&5 1>&5"; then
-   libc_cv_pic_default=no
- fi
- rm -f conftest.*

diff --git a/sys-libs/glibc/files/2.19/glibc-2.19-ia64-gcc-4.8-reloc-hack.patch 
b/sys-libs/glibc/files/2.19/glibc-2.19-ia64-gcc-4.8-reloc-hack.patch
deleted file mode 100644
index 72a616a..000
--- a/sys-libs/glibc/files/2.19/glibc-2.19-ia64-gcc-4.8-reloc-hack.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-https://bugs.gentoo.org/503838
-http://gcc.gnu.org/PR60465
-https://sourceware.org/ml/libc-alpha/2015-12/msg00556.html
-https://trofi.github.io/posts/189-glibc-on-ia64-or-how-relocations-bootstrap.html
-
-newer versions of gcc generate relocations in the elf_get_dynamic_info func
-which glibc relies on to populate some info structs.  those structs are then
-used by ldso to process relocations in itself.  glibc requires that there are
-no relocations until that point (*after* elf_get_dynamic_info), so we end up
-crashing during elf_get_dynamic_info because the relocation has not yet been
-processed.
-
-this hack shuffles the code in a way that tricks gcc into not generating the
-relocation.  we need to figure out something better for upstream.
-
 a/elf/get-dynamic-info.h
-+++ b/elf/get-dynamic-info.h
-@@ -66,8 +66,12 @@ elf_get_dynamic_info (struct link_map *l, ElfW(Dyn) *temp)
-   info[DT_VALTAGIDX (dyn->d_tag) + DT_NUM + DT_THISPROCNUM
-+ DT_VERSIONTAGNUM + DT_EXTRANUM] = dyn;
-   else if ((d_tag_utype) DT_ADDRTAGIDX (dyn->d_tag) < DT_ADDRNUM)
--  info[DT_ADDRTAGIDX (dyn->d_tag) + DT_NUM + DT_THISPROCNUM
--   + DT_VERSIONTAGNUM + DT_EXTRANUM + DT_VALNUM] = dyn;
-+  {
-+d_tag_utype i =
-+DT_ADDRTAGIDX (dyn->d_tag) + DT_NUM + DT_THISPROCNUM
-++ DT_VERSIONTAGNUM + DT_EXTRANUM + DT_VALNUM;
-+info[i] = dyn;
-+  }
-   ++dyn;
- }
- 

diff --git 

[gentoo-commits] proj/riscv:master commit in: sys-devel/gcc/files/, sys-devel/gcc/files/awk/, sys-devel/gcc/

2019-05-03 Thread Andreas K. Hüttel
commit: c62d5eaeeb1fe3feeab8625dfbe37a4f524e48fc
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 21:53:45 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 21:53:45 2019 +
URL:https://gitweb.gentoo.org/proj/riscv.git/commit/?id=c62d5eae

sys-devel/gcc: moved to main tree

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-devel/gcc/Manifest   |   2 -
 sys-devel/gcc/files/awk/fixlafiles.awk   | 313 -
 sys-devel/gcc/files/awk/fixlafiles.awk-no_gcc_la | 334 ---
 sys-devel/gcc/files/c89  |  20 --
 sys-devel/gcc/files/c99  |  21 --
 sys-devel/gcc/files/fix_libtool_files.sh |  66 -
 sys-devel/gcc/files/gcc-4.9.4-bootstrap.patch|  66 -
 sys-devel/gcc/files/gcc-8.3.0-norisc32.patch |  27 --
 sys-devel/gcc/files/gcc-configure-LANG.patch |  64 -
 sys-devel/gcc/files/gcc-configure-texinfo.patch  |  16 --
 sys-devel/gcc/files/gcc-spec-env-r1.patch|  87 --
 sys-devel/gcc/files/gcc-spec-env.patch   |  42 ---
 sys-devel/gcc/gcc-8.3.0-r1.ebuild|  24 --
 sys-devel/gcc/metadata.xml   |  33 ---
 14 files changed, 1115 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
deleted file mode 100644
index 179a22a..000
--- a/sys-devel/gcc/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gcc-8.3.0-patches-1.1.tar.bz2 14430 BLAKE2B 
c702fbdb18c3c952cdb9adead3a193c948d78a4cb4b041beaa51a06b907fd357bb10a2f8d47d55978ebb08590fd7c9a6ec3df8e7a007173e20a55d251d947c72
 SHA512 
9e2284f597bab6f78ca24ead358b1f50495aefc9e0a416ace24c94723db7b2fb82d48426876138d00c82bcaf9c2f8b4674885988448dcf16dee1b764face9af4
-DIST gcc-8.3.0.tar.xz 63694700 BLAKE2B 
71df2ff5bd6874d57519c2e9af6b22152c8c4d7fab906a5f427b41bc4e8e742127592a8684120d9d3c9ce6241439531850be08ec0a4f29dbfdee95435655fdca
 SHA512 
1811337ae3add9680cec64968a2509d085b6dc5b6783fc1e8c295e3e47416196fd1a3ad8dfe7e10be2276b4f62c357659ce2902f239f60a8648548231b4b5802

diff --git a/sys-devel/gcc/files/awk/fixlafiles.awk 
b/sys-devel/gcc/files/awk/fixlafiles.awk
deleted file mode 100644
index ee71d15..000
--- a/sys-devel/gcc/files/awk/fixlafiles.awk
+++ /dev/null
@@ -1,313 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-#
-# Helper functions
-#
-function printn(string) {
-   printf("%s", string)
-}
-function einfo(string) {
-   printf(" \033[32;01m*\033[0m %s\n", string)
-}
-function einfon(string) {
-   printf(" \033[32;01m*\033[0m %s", string)
-}
-function ewarn(string) {
-   printf(" \033[33;01m*\033[0m %s\n", string)
-}
-function ewarnn(string) {
-   printf(" \033[33;01m*\033[0m %s", string)
-}
-function eerror(string) {
-   printf(" \033[31;01m*\033[0m %s\n", string)
-}
-
-#
-# assert(condition, errmsg)
-#   assert that a condition is true.  Otherwise exit.
-#
-function assert(condition, string) {
-   if (! condition) {
-   printf("%s:%d: assertion failed: %s\n",
-  FILENAME, FNR, string) > "/dev/stderr"
-   _assert_exit = 1
-   exit 1
-   }
-}
-
-#
-# system(command, return)
-#   wrapper that normalizes return codes ...
-#
-function dosystem(command, ret) {
-   ret = 0
-   ret = system(command)
-   if (ret == 0)
-   return 1
-   else
-   return 0
-}
-
-BEGIN {
-   #
-   # Get our variables from environment
-   #
-   OLDVER = ENVIRON["OLDVER"]
-   OLDCHOST = ENVIRON["OLDCHOST"]
-
-   if (OLDVER == "") {
-   eerror("Could not get OLDVER!");
-   exit 1
-   }
-
-   # Setup some sane defaults
-   LIBCOUNT = 2
-   HAVE_GCC34 = 0
-   DIRLIST[1] = "/lib"
-   DIRLIST[2] = "/usr/lib"
-
-   #
-   # Walk /etc/ld.so.conf to discover all our library paths
-   #
-   pipe = "cat /etc/ld.so.conf | sort 2>/dev/null"
-   while(((pipe) | getline ldsoconf_data) > 0) {
-   if (ldsoconf_data !~ /^[[:space:]]*#/) {
-   if (ldsoconf_data == "") continue
-
-   # Remove any trailing comments
-   sub(/#.*$/, "", ldsoconf_data)
-   # Remove any trailing spaces
-   sub(/[[:space:]]+$/, "", ldsoconf_data)
-
-   # If there's more than one path per line, split 
-   # it up as if they were sep lines
-   split(ldsoconf_data, nodes, /[:,[:space:]]/)
-
-   # Now add the rest from ld.so.conf
-   for (x in nodes) {
-   # wtf does this line do ?
-   sub(/=.*/, "", nodes[x])
-   # Prune trailing /
-   sub(/\/$/, "", nodes[x])
-
- 

[gentoo-commits] proj/riscv:master commit in: eclass/

2019-05-03 Thread Andreas K. Hüttel
commit: bf81b6ad16948c9cbfe135c0113779bae0d0c587
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 21:52:26 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 21:52:26 2019 +
URL:https://gitweb.gentoo.org/proj/riscv.git/commit/?id=bf81b6ad

eclass: moved to main tree

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 eclass/multilib.eclass  |  487 -
 eclass/toolchain.eclass | 2544 ---
 2 files changed, 3031 deletions(-)

diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass
deleted file mode 100644
index 63bde5c..000
--- a/eclass/multilib.eclass
+++ /dev/null
@@ -1,487 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# @ECLASS: multilib.eclass
-# @MAINTAINER:
-# am...@gentoo.org
-# toolch...@gentoo.org
-# @BLURB: This eclass is for all functions pertaining to handling multilib 
configurations.
-# @DESCRIPTION:
-# This eclass is for all functions pertaining to handling multilib 
configurations.
-
-if [[ -z ${_MULTILIB_ECLASS} ]]; then
-_MULTILIB_ECLASS=1
-
-inherit toolchain-funcs
-
-# Defaults:
-export MULTILIB_ABIS=${MULTILIB_ABIS:-"default"}
-export DEFAULT_ABI=${DEFAULT_ABI:-"default"}
-export CFLAGS_default
-export LDFLAGS_default
-export CHOST_default=${CHOST_default:-${CHOST}}
-export CTARGET_default=${CTARGET_default:-${CTARGET:-${CHOST_default}}}
-export LIBDIR_default=${CONF_LIBDIR:-"lib"}
-export KERNEL_ABI=${KERNEL_ABI:-${DEFAULT_ABI}}
-
-# @FUNCTION: has_multilib_profile
-# @DESCRIPTION:
-# Return true if the current profile is a multilib profile and lists more than
-# one abi in ${MULTILIB_ABIS}.  When has_multilib_profile returns true, that
-# profile should enable the 'multilib' use flag. This is so you can DEPEND on
-# a package only for multilib or not multilib.
-has_multilib_profile() {
-   [ -n "${MULTILIB_ABIS}" -a "${MULTILIB_ABIS}" != "${MULTILIB_ABIS/ /}" ]
-}
-
-# @FUNCTION: get_libdir
-# @RETURN: the libdir for the selected ABI
-# @DESCRIPTION:
-# This function simply returns the desired lib directory. With portage
-# 2.0.51, we now have support for installing libraries to lib32/lib64
-# to accomidate the needs of multilib systems. It's no longer a good idea
-# to assume all libraries will end up in lib. Replace any (sane) instances
-# where lib is named directly with $(get_libdir) if possible.
-#
-# Jeremy Huddleston  (23 Dec 2004):
-#   Added support for ${ABI} and ${DEFAULT_ABI}.  If they're both not set,
-#   fall back on old behavior.  Any profile that has these set should also
-#   depend on a newer version of portage (not yet released) which uses these
-#   over CONF_LIBDIR in econf, dolib, etc...
-if has "${EAPI:-0}" 0 1 2 3 4 5; then
-   get_libdir() {
-   local CONF_LIBDIR
-   if [ -n  "${CONF_LIBDIR_OVERRIDE}" ] ; then
-   # if there is an override, we want to use that... 
always.
-   echo ${CONF_LIBDIR_OVERRIDE}
-   else
-   get_abi_LIBDIR
-   fi
-   }
-fi
-
-# @FUNCTION: get_abi_var
-# @USAGE:  [ABI]
-# @RETURN: returns the value of ${_} which should be set in 
make.defaults
-# @INTERNAL
-# @DESCRIPTION:
-# ex:
-# CFLAGS=$(get_abi_var CFLAGS sparc32) # CFLAGS=-m32
-#
-# Note that the prefered method is to set CC="$(tc-getCC) $(get_abi_CFLAGS)"
-# This will hopefully be added to portage soon...
-#
-# If  is not specified, ${ABI} is used.
-# If  is not specified and ${ABI} is not defined, ${DEFAULT_ABI} is used.
-# If  is not specified and ${ABI} and ${DEFAULT_ABI} are not defined, we 
return an empty string.
-get_abi_var() {
-   local flag=$1
-   local abi=${2:-${ABI:-${DEFAULT_ABI:-default}}}
-   local var="${flag}_${abi}"
-   echo ${!var}
-}
-
-# @FUNCTION: get_abi_CFLAGS
-# @USAGE: [ABI]
-# @DESCRIPTION:
-# Alias for 'get_abi_var CFLAGS'
-get_abi_CFLAGS() { get_abi_var CFLAGS "$@"; }
-
-# @FUNCTION: get_abi_LDFLAGS
-# @USAGE: [ABI]
-# @DESCRIPTION:
-# Alias for 'get_abi_var LDFLAGS'
-get_abi_LDFLAGS() { get_abi_var LDFLAGS "$@"; }
-
-# @FUNCTION: get_abi_CHOST
-# @USAGE: [ABI]
-# @DESCRIPTION:
-# Alias for 'get_abi_var CHOST'
-get_abi_CHOST() { get_abi_var CHOST "$@"; }
-
-# @FUNCTION: get_abi_CTARGET
-# @USAGE: [ABI]
-# @DESCRIPTION:
-# Alias for 'get_abi_var CTARGET'
-get_abi_CTARGET() { get_abi_var CTARGET "$@"; }
-
-# @FUNCTION: get_abi_FAKE_TARGETS
-# @USAGE: [ABI]
-# @DESCRIPTION:
-# Alias for 'get_abi_var FAKE_TARGETS'
-get_abi_FAKE_TARGETS() { get_abi_var FAKE_TARGETS "$@"; }
-
-# @FUNCTION: get_abi_LIBDIR
-# @USAGE: [ABI]
-# @DESCRIPTION:
-# Alias for 'get_abi_var LIBDIR'
-get_abi_LIBDIR() { get_abi_var LIBDIR "$@"; }
-
-# @FUNCTION: get_install_abis
-# @DESCRIPTION:
-# Return a list of the ABIs we want to install for with
-# the last one in the list being the default.
-get_install_abis() {
-   local x order=""
-
-   if [[ -z 

[gentoo-commits] proj/riscv:master commit in: profiles/default/linux/riscv/17.0/, ...

2019-05-03 Thread Andreas K. Hüttel
commit: 00e39ea5bf5b762840657bca20388e4435d336db
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  3 21:51:23 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 21:51:23 2019 +
URL:https://gitweb.gentoo.org/proj/riscv.git/commit/?id=00e39ea5

profiles: moved to main tree

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/arch.list |  1 -
 profiles/arch/base/parent  |  1 -
 profiles/arch/riscv/eapi   |  1 -
 profiles/arch/riscv/make.defaults  | 24 -
 profiles/arch/riscv/package.accept_keywords|  6 
 profiles/arch/riscv/package.use.mask   |  5 ---
 profiles/arch/riscv/packages   |  4 ---
 profiles/arch/riscv/packages.build |  5 ---
 profiles/arch/riscv/parent |  2 --
 profiles/arch/riscv/rv64gc/eapi|  1 -
 profiles/arch/riscv/rv64gc/lp64/eapi   |  1 -
 profiles/arch/riscv/rv64gc/lp64/make.defaults  | 15 
 profiles/arch/riscv/rv64gc/lp64/package.use.force  |  2 --
 profiles/arch/riscv/rv64gc/lp64/use.mask   |  5 ---
 profiles/arch/riscv/rv64gc/lp64d/eapi  |  1 -
 profiles/arch/riscv/rv64gc/lp64d/make.defaults | 15 
 profiles/arch/riscv/rv64gc/lp64d/package.use.force |  2 --
 profiles/arch/riscv/rv64gc/lp64d/use.mask  |  5 ---
 profiles/arch/riscv/rv64gc/make.defaults   | 42 --
 profiles/arch/riscv/rv64gc/package.mask|  2 --
 profiles/arch/riscv/rv64gc/parent  |  1 -
 profiles/arch/riscv/rv64gc/use.force   |  6 
 profiles/arch/riscv/rv64gc/use.mask| 15 
 profiles/arch/riscv/use.force  |  2 --
 profiles/arch/riscv/use.mask   |  8 -
 profiles/default/linux/riscv/17.0/parent   |  2 --
 profiles/default/linux/riscv/17.0/rv64gc/eapi  |  1 -
 profiles/default/linux/riscv/17.0/rv64gc/lp64/eapi |  1 -
 .../default/linux/riscv/17.0/rv64gc/lp64/parent|  2 --
 .../default/linux/riscv/17.0/rv64gc/lp64d/eapi |  1 -
 .../default/linux/riscv/17.0/rv64gc/lp64d/parent   |  2 --
 profiles/default/linux/riscv/17.0/rv64gc/parent|  2 --
 profiles/default/linux/riscv/eapi  |  1 -
 profiles/default/linux/riscv/parent|  2 --
 profiles/eapi  |  1 -
 profiles/features/multilib/package.use |  3 --
 profiles/features/multilib/parent  |  1 -
 profiles/make.defaults |  6 
 profiles/profiles.desc |  5 ---
 39 files changed, 202 deletions(-)

diff --git a/profiles/arch.list b/profiles/arch.list
deleted file mode 100644
index d569162..000
--- a/profiles/arch.list
+++ /dev/null
@@ -1 +0,0 @@
-riscv

diff --git a/profiles/arch/base/parent b/profiles/arch/base/parent
deleted file mode 100644
index b90fefd..000
--- a/profiles/arch/base/parent
+++ /dev/null
@@ -1 +0,0 @@
-gentoo:arch/base

diff --git a/profiles/arch/riscv/eapi b/profiles/arch/riscv/eapi
deleted file mode 100644
index 7ed6ff8..000
--- a/profiles/arch/riscv/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/arch/riscv/make.defaults 
b/profiles/arch/riscv/make.defaults
deleted file mode 100644
index 9a66fed..000
--- a/profiles/arch/riscv/make.defaults
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Main RISC-V profile
-
-ARCH="riscv"
-ACCEPT_KEYWORDS="amd64 ~amd64 riscv ~riscv"
-
-CHOST="riscv64-unknown-linux-gnu"
-
-# Since many people will want to test this in qemu...
-FEATURES="-pid-sandbox -network-sandbox -ipc-sandbox"
-
-# This is not a complete profile. The following stuff is
-# defined in subdirs:
-# CFLAGS
-# CXXFLAGS
-# FFLAGS
-# FCFLAGS
-# ABI
-# DEFAULT_ABI
-# MULTILIB_ABIS
-# CHOST_riscv
-# LIBDIR_riscv

diff --git a/profiles/arch/riscv/package.accept_keywords 
b/profiles/arch/riscv/package.accept_keywords
deleted file mode 100644
index dc5941f..000
--- a/profiles/arch/riscv/package.accept_keywords
+++ /dev/null
@@ -1,6 +0,0 @@
-# we need specific versions / patches for riscv
-sys-devel/gcc -amd64 -~amd64
-sys-libs/glibc -amd64 -~amd64
-
-# we need static qemu *from* ~amd64
-app-emulation/qemu-riscv64-bin ~amd64

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
deleted file mode 100644
index e6cd04d..000
--- a/profiles/arch/riscv/package.use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-
-# This doesn't work for (any) riscv yet.
-dev-libs/libpcre2 jit
-dev-libs/libpcre jit
-dev-vcs/git pcre-jit

diff --git a/profiles/arch/riscv/packages b/profiles/arch/riscv/packages
deleted file mode 100644
index cef240a..000
--- a/profiles/arch/riscv/packages
+++ /dev/null
@@ -1,4 

[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/, sys-devel/gcc/files/

2019-05-03 Thread Andreas K. Hüttel
commit: 1331a15b06447dda35cf2b71f557c413d0209eb5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  1 22:12:37 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 21:43:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1331a15b

sys-devel/gcc: Dont build 32bit ABIs on riscv, not supported by glibc

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

 sys-devel/gcc/files/gcc-8.3.0-norisc32.patch | 27 +++
 sys-devel/gcc/gcc-8.3.0-r1.ebuild|  3 ++-
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/sys-devel/gcc/files/gcc-8.3.0-norisc32.patch 
b/sys-devel/gcc/files/gcc-8.3.0-norisc32.patch
new file mode 100644
index 000..9315dc44893
--- /dev/null
+++ b/sys-devel/gcc/files/gcc-8.3.0-norisc32.patch
@@ -0,0 +1,27 @@
+diff -ruN gcc-8.3.0.orig/gcc/config/riscv/t-linux-multilib 
gcc-8.3.0/gcc/config/riscv/t-linux-multilib
+--- gcc-8.3.0.orig/gcc/config/riscv/t-linux-multilib   2017-02-06 
22:38:37.0 +0100
 gcc-8.3.0/gcc/config/riscv/t-linux-multilib2019-04-28 
16:37:44.377841943 +0200
+@@ -20,21 +20,9 @@
+ ilp32d \
+ lp64 \
+ lp64d
+-MULTILIB_REQUIRED = march=rv32imac/mabi=ilp32 \
+-march=rv32imafdc/mabi=ilp32d \
+-march=rv64imac/mabi=lp64 \
++MULTILIB_REQUIRED = march=rv64imac/mabi=lp64 \
+ march=rv64imafdc/mabi=lp64d
+-MULTILIB_REUSE = march.rv32imac/mabi.ilp32=march.rv32ima/mabi.ilp32 \
+-march.rv32imac/mabi.ilp32=march.rv32imaf/mabi.ilp32 \
+-march.rv32imac/mabi.ilp32=march.rv32imafd/mabi.ilp32 \
+-march.rv32imac/mabi.ilp32=march.rv32imafc/mabi.ilp32 \
+-march.rv32imac/mabi.ilp32=march.rv32imafdc/mabi.ilp32 \
+-march.rv32imac/mabi.ilp32=march.rv32g/mabi.ilp32 \
+-march.rv32imac/mabi.ilp32=march.rv32gc/mabi.ilp32 \
+-march.rv32imafdc/mabi.ilp32d=march.rv32imafd/mabi.ilp32d \
+-march.rv32imafdc/mabi.ilp32d=march.rv32gc/mabi.ilp32d \
+-march.rv32imafdc/mabi.ilp32d=march.rv32g/mabi.ilp32d \
+-march.rv64imac/mabi.lp64=march.rv64ima/mabi.lp64 \
++MULTILIB_REUSE = march.rv64imac/mabi.lp64=march.rv64ima/mabi.lp64 \
+ march.rv64imac/mabi.lp64=march.rv64imaf/mabi.lp64 \
+ march.rv64imac/mabi.lp64=march.rv64imafd/mabi.lp64 \
+ march.rv64imac/mabi.lp64=march.rv64imafc/mabi.lp64 \

diff --git a/sys-devel/gcc/gcc-8.3.0-r1.ebuild 
b/sys-devel/gcc/gcc-8.3.0-r1.ebuild
index 4ccee806e93..26b05fa3555 100644
--- a/sys-devel/gcc/gcc-8.3.0-r1.ebuild
+++ b/sys-devel/gcc/gcc-8.3.0-r1.ebuild
@@ -7,7 +7,7 @@ PATCH_VER="1.1"
 
 inherit toolchain
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 
 RDEPEND=""
 DEPEND="${RDEPEND}
@@ -21,4 +21,5 @@ fi
 src_prepare() {
toolchain_src_prepare
eapply "${FILESDIR}"/gcc-8.3.0-ia64-bootstrap.patch
+   eapply "${FILESDIR}"/gcc-8.3.0-norisc32.patch
 }



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

2019-05-03 Thread Andreas K. Hüttel
commit: 5ac058b290a5dc48e97d54af23b620affc0e07fe
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  1 19:44:14 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 21:43:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac058b2

profiles: Add riscv definition in arch/base files

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/arch/base/make.defaults | 2 +-
 profiles/arch/base/use.mask  | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/base/make.defaults b/profiles/arch/base/make.defaults
index e6c80707fde..5dc717cefd4 100644
--- a/profiles/arch/base/make.defaults
+++ b/profiles/arch/base/make.defaults
@@ -3,6 +3,6 @@
 
 USE_EXPAND_UNPREFIXED="ARCH"
 USE_EXPAND_IMPLICIT="ARCH"
-USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm64 hppa ia64 
m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos s390 sh sparc 
sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x86 x86-cygwin 
x86-fbsd x86-linux x86-macos x86-solaris x86-winnt"
+USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm64 hppa ia64 
m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos riscv s390 sh sparc 
sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x86 x86-cygwin 
x86-fbsd x86-linux x86-macos x86-solaris x86-winnt"
 
 PROFILE_ONLY_VARIABLES="${PROFILE_ONLY_VARIABLES} ARCH USE_EXPAND_VALUES_ARCH"

diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask
index f1ee795b436..67f844eba9a 100644
--- a/profiles/arch/base/use.mask
+++ b/profiles/arch/base/use.mask
@@ -198,6 +198,8 @@ abi_mips_n32
 abi_mips_n64
 abi_ppc_32
 abi_ppc_64
+abi_riscv_lp64d
+abi_riscv_lp64
 abi_s390_32
 abi_s390_64
 
@@ -231,6 +233,7 @@ m68k
 mips
 ppc
 ppc64
+riscv
 s390
 sh
 sparc



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

2019-05-03 Thread Andreas K. Hüttel
commit: 351350e234375ffc82872a759d5891867257324a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  1 22:04:38 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 21:43:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351350e2

multilib.eclass: Add riscv64 definitions

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 eclass/multilib.eclass | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass
index 393f0db073c..63bde5cbb60 100644
--- a/eclass/multilib.eclass
+++ b/eclass/multilib.eclass
@@ -385,6 +385,20 @@ multilib_env() {
: ${MULTILIB_ABIS=ppc64 ppc}
: ${DEFAULT_ABI=ppc64}
;;
+   riscv64*)
+   export CFLAGS_lp64d=${CFLAGS_lp64d--mabi=lp64d}
+   export CHOST_lp64d=${CTARGET}
+   export CTARGET_lp64d=${CTARGET}
+   export LIBDIR_lp64d="lib64/lp64d"
+
+   export CFLAGS_lp64=${CFLAGS_lp64--mabi=lp64}
+   export CHOST_lp64=${CTARGET}
+   export CTARGET_lp64=${CTARGET}
+   export LIBDIR_lp64="lib64/lp64"
+
+   : ${MULTILIB_ABIS=lp64d lp64}
+   : ${DEFAULT_ABI=lp64d}
+   ;;
s390x*)
export CFLAGS_s390=${CFLAGS_s390--m31} # the 31 is not 
a typo
export CHOST_s390=${CTARGET/s390x/s390}



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/riscv/, profiles/default/linux/riscv/17.0/rv64gc/lp64d/, ...

2019-05-03 Thread Andreas K. Hüttel
commit: 415d3b81d24c58b6887011ec6dede06a197a635c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  1 20:16:50 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 21:43:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415d3b81

profiles: Add default/linux/riscv profile directories

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/default/linux/riscv/17.0/eapi| 1 +
 profiles/default/linux/riscv/17.0/parent  | 2 ++
 profiles/default/linux/riscv/17.0/rv64gc/eapi | 1 +
 profiles/default/linux/riscv/17.0/rv64gc/lp64/eapi| 1 +
 profiles/default/linux/riscv/17.0/rv64gc/lp64/parent  | 2 ++
 profiles/default/linux/riscv/17.0/rv64gc/lp64d/eapi   | 1 +
 profiles/default/linux/riscv/17.0/rv64gc/lp64d/parent | 2 ++
 profiles/default/linux/riscv/17.0/rv64gc/parent   | 2 ++
 profiles/default/linux/riscv/eapi | 1 +
 profiles/default/linux/riscv/parent   | 2 ++
 10 files changed, 15 insertions(+)

diff --git a/profiles/default/linux/riscv/17.0/eapi 
b/profiles/default/linux/riscv/17.0/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/riscv/17.0/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/riscv/17.0/parent 
b/profiles/default/linux/riscv/17.0/parent
new file mode 100644
index 000..4ce24f0217a
--- /dev/null
+++ b/profiles/default/linux/riscv/17.0/parent
@@ -0,0 +1,2 @@
+..
+../../../../releases/17.0

diff --git a/profiles/default/linux/riscv/17.0/rv64gc/eapi 
b/profiles/default/linux/riscv/17.0/rv64gc/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/riscv/17.0/rv64gc/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/riscv/17.0/rv64gc/lp64/eapi 
b/profiles/default/linux/riscv/17.0/rv64gc/lp64/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/riscv/17.0/rv64gc/lp64/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/riscv/17.0/rv64gc/lp64/parent 
b/profiles/default/linux/riscv/17.0/rv64gc/lp64/parent
new file mode 100644
index 000..0273fe59537
--- /dev/null
+++ b/profiles/default/linux/riscv/17.0/rv64gc/lp64/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../arch/riscv/rv64gc/lp64

diff --git a/profiles/default/linux/riscv/17.0/rv64gc/lp64d/eapi 
b/profiles/default/linux/riscv/17.0/rv64gc/lp64d/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/riscv/17.0/rv64gc/lp64d/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/riscv/17.0/rv64gc/lp64d/parent 
b/profiles/default/linux/riscv/17.0/rv64gc/lp64d/parent
new file mode 100644
index 000..f497f659b83
--- /dev/null
+++ b/profiles/default/linux/riscv/17.0/rv64gc/lp64d/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../arch/riscv/rv64gc/lp64d

diff --git a/profiles/default/linux/riscv/17.0/rv64gc/parent 
b/profiles/default/linux/riscv/17.0/rv64gc/parent
new file mode 100644
index 000..4bbbd0ac47f
--- /dev/null
+++ b/profiles/default/linux/riscv/17.0/rv64gc/parent
@@ -0,0 +1,2 @@
+..
+../../../../../arch/riscv/rv64gc

diff --git a/profiles/default/linux/riscv/eapi 
b/profiles/default/linux/riscv/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/riscv/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/riscv/parent 
b/profiles/default/linux/riscv/parent
new file mode 100644
index 000..9f9d2cbed24
--- /dev/null
+++ b/profiles/default/linux/riscv/parent
@@ -0,0 +1,2 @@
+../../../base
+..



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/, profiles/arch/riscv/rv64gc/, ...

2019-05-03 Thread Andreas K. Hüttel
commit: ce55dceabc5387634829f8b124626246725b6c1c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  1 19:46:23 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 21:43:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce55dcea

profiles: Add arch/riscv directory and subdirectories

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/arch/riscv/eapi   |  1 +
 profiles/arch/riscv/make.defaults  | 25 ++
 profiles/arch/riscv/package.accept_keywords| 10 ++
 profiles/arch/riscv/package.use.mask   |  7 
 profiles/arch/riscv/packages.build |  7 
 profiles/arch/riscv/parent |  1 +
 profiles/arch/riscv/rv64gc/eapi|  1 +
 profiles/arch/riscv/rv64gc/lp64/eapi   |  1 +
 profiles/arch/riscv/rv64gc/lp64/make.defaults  | 15 
 profiles/arch/riscv/rv64gc/lp64/package.use.force  |  5 +++
 profiles/arch/riscv/rv64gc/lp64/use.mask   |  8 +
 profiles/arch/riscv/rv64gc/lp64d/eapi  |  1 +
 profiles/arch/riscv/rv64gc/lp64d/make.defaults | 15 
 profiles/arch/riscv/rv64gc/lp64d/package.use.force |  5 +++
 profiles/arch/riscv/rv64gc/lp64d/use.mask  |  8 +
 profiles/arch/riscv/rv64gc/make.defaults   | 40 ++
 profiles/arch/riscv/rv64gc/package.mask|  5 +++
 profiles/arch/riscv/rv64gc/parent  |  2 ++
 profiles/arch/riscv/rv64gc/use.force   |  9 +
 profiles/arch/riscv/rv64gc/use.mask| 14 
 profiles/arch/riscv/use.force  |  5 +++
 profiles/arch/riscv/use.mask   |  8 +
 22 files changed, 193 insertions(+)

diff --git a/profiles/arch/riscv/eapi b/profiles/arch/riscv/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/arch/riscv/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/arch/riscv/make.defaults 
b/profiles/arch/riscv/make.defaults
new file mode 100644
index 000..bae66d7316c
--- /dev/null
+++ b/profiles/arch/riscv/make.defaults
@@ -0,0 +1,25 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Main RISC-V profile directory.
+
+# This is not a complete profile. Use the subdirectories!
+
+ARCH="riscv"
+ACCEPT_KEYWORDS="riscv ~riscv"
+
+CHOST="riscv64-unknown-linux-gnu"
+
+# Since many people will want to test this in qemu...
+FEATURES="-pid-sandbox -network-sandbox -ipc-sandbox"
+
+# The following stuff is, e.g., defined in subdirs:
+# CFLAGS
+# CXXFLAGS
+# FFLAGS
+# FCFLAGS
+# ABI
+# DEFAULT_ABI
+# MULTILIB_ABIS
+# CHOST_riscv
+# LIBDIR_riscv

diff --git a/profiles/arch/riscv/package.accept_keywords 
b/profiles/arch/riscv/package.accept_keywords
new file mode 100644
index 000..ba134491c30
--- /dev/null
+++ b/profiles/arch/riscv/package.accept_keywords
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Even if someone makes Portage accept other keywords, here
+# we need specific versions / patches for riscv!
+sys-devel/gcc -amd64 -~amd64
+sys-libs/glibc -amd64 -~amd64
+
+# For the stages and qemu, we need static qemu *from* ~amd64
+app-emulation/qemu-riscv64-bin ~amd64

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
new file mode 100644
index 000..4d9a2d4184b
--- /dev/null
+++ b/profiles/arch/riscv/package.use.mask
@@ -0,0 +1,7 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# This doesn't work for (any) riscv yet.
+dev-libs/libpcre2 jit
+dev-libs/libpcre jit
+dev-vcs/git pcre-jit

diff --git a/profiles/arch/riscv/packages.build 
b/profiles/arch/riscv/packages.build
new file mode 100644
index 000..c85897cb6ca
--- /dev/null
+++ b/profiles/arch/riscv/packages.build
@@ -0,0 +1,7 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# For now we add the x86-64 qemu-riscv64 static binary to all
+# stages. This makes life somewhat simpler when working without
+# real hardware.
+app-emulation/qemu-riscv64-bin

diff --git a/profiles/arch/riscv/parent b/profiles/arch/riscv/parent
new file mode 100644
index 000..eb001c6e8ab
--- /dev/null
+++ b/profiles/arch/riscv/parent
@@ -0,0 +1 @@
+../base

diff --git a/profiles/arch/riscv/rv64gc/eapi b/profiles/arch/riscv/rv64gc/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/arch/riscv/rv64gc/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/arch/riscv/rv64gc/lp64/eapi 
b/profiles/arch/riscv/rv64gc/lp64/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/arch/riscv/rv64gc/lp64/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/arch/riscv/rv64gc/lp64/make.defaults 

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

2019-05-03 Thread Andreas K. Hüttel
commit: 3172cab41ff652c007937dfec7f4643f8beb26b9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  1 22:17:07 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 21:43:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3172cab4

sys-libs/glibc: Keyword ~riscv

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

 sys-libs/glibc/glibc-2.29-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.29-r2.ebuild 
b/sys-libs/glibc/glibc-2.29-r2.ebuild
index 60641cf7a5d..f65ca48ab82 100644
--- a/sys-libs/glibc/glibc-2.29-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.29-r2.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://sourceware.org/git/glibc.git;
inherit git-r3
 else
-   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 
~riscv ~s390 ~sh ~sparc ~x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
 fi
 



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

2019-05-03 Thread Andreas K. Hüttel
commit: 21330275064cf14180c924388b33e584db6e46ad
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  1 20:19:54 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 21:43:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21330275

profiles: Add profiles.desc entries for rv64gc multilib and rv64gc/lp64d

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/profiles.desc | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index eab4d48a2c4..990b4fb017a 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -252,6 +252,11 @@ ppc64   
default/linux/powerpc/ppc64/17.0/64bit-userland/developer
 ppc64  default/linux/powerpc/ppc64/17.0/64bit-userland/little-endian   
exp
 ppc64  
default/linux/powerpc/ppc64/17.0/64bit-userland/little-endian/systemd   exp
 
+# RISC-V Profiles
+# @MAINTAINER: ri...@gentoo.org
+riscv  default/linux/riscv/17.0/rv64gc exp
+riscv  default/linux/riscv/17.0/rv64gc/lp64d   exp
+
 # S390 Profiles
 # @MAINTAINER: s...@gentoo.org
 s390default/linux/s390/13.0 exp



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

2019-05-03 Thread Andreas K. Hüttel
commit: 216573c98cf6b4ef15f6a0c8541da08fb96453fa
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  1 19:24:16 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 21:43:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216573c9

profiles: Declare new arch keyword "riscv"

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/arch.list | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch.list b/profiles/arch.list
index a917db8334a..53911cfb724 100644
--- a/profiles/arch.list
+++ b/profiles/arch.list
@@ -9,6 +9,7 @@ m68k
 mips
 ppc
 ppc64
+riscv
 s390
 sh
 sparc



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

2019-05-03 Thread Andreas K. Hüttel
commit: b27199bea1f9ef9686facb2e65e4d70a2119974a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  1 19:26:12 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 21:43:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27199be

profiles: Add (usually hidden) ABI_RISCV use-expand in base profile

Signed-off-by: Andreas K. Hüttel  gentoo.org>

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

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 7fc93d90267..2ffb8d9669e 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -13,11 +13,11 @@ USE_EXPAND_VALUES_USERLAND="BSD GNU"
 
 # Env vars to expand into USE vars.  Modifying this requires prior
 # discussion on gentoo-...@lists.gentoo.org.
-USE_EXPAND="ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES 
APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM 
CPU_FLAGS_X86 CURL_SSL ELIBC ENLIGHTENMENT_MODULES FFTOOLS GPSD_PROTOCOLS 
GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS 
LIRC_DEVICES LLVM_TARGETS MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP 
NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFED_DRIVERS OFFICE_IMPLEMENTATION 
OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS 
PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS 
ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS 
VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS"
+USE_EXPAND="ABI_MIPS ABI_PPC ABI_RISCV ABI_S390 ABI_X86 ALSA_CARDS 
APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS 
CPU_FLAGS_ARM CPU_FLAGS_X86 CURL_SSL ELIBC ENLIGHTENMENT_MODULES FFTOOLS 
GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES 
LIBREOFFICE_EXTENSIONS LIRC_DEVICES LLVM_TARGETS MONKEYD_PLUGINS 
NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM 
OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES 
OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS 
QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS 
USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS 
XTABLES_ADDONS"
 
 # USE_EXPAND variables whose contents are not shown in package manager
 # output. Changes need discussion on gentoo-dev.
-USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC ABI_MIPS ABI_PPC ABI_S390 ABI_X86 
CPU_FLAGS_ARM CPU_FLAGS_X86"
+USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC ABI_MIPS ABI_PPC ABI_RISCV ABI_S390 
ABI_X86 CPU_FLAGS_ARM CPU_FLAGS_X86"
 
 CONFIG_PROTECT="/etc"
 CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf"



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

2019-05-03 Thread Andreas K. Hüttel
commit: 65240519fbecb1eb19e791692be0554791425657
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed May  1 19:34:12 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  3 21:43:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65240519

profiles: Also build sandbox for all riscv ABIs

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/features/multilib/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/features/multilib/package.use 
b/profiles/features/multilib/package.use
index b171f871ab0..93511b0bcf5 100644
--- a/profiles/features/multilib/package.use
+++ b/profiles/features/multilib/package.use
@@ -3,4 +3,4 @@
 
 # Enable all ABIs by default so we can protect any non-native binaries that
 # might be executed.
-sys-apps/sandbox abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_o32 abi_mips_n32 
abi_mips_n64 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
+sys-apps/sandbox abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_o32 abi_mips_n32 
abi_mips_n64 abi_ppc_32 abi_ppc_64 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 
abi_s390_64



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

2019-05-03 Thread Sergei Trofimovich
commit: b4beeed9f7dde6dbf66f04926f44f5b0b6b9b823
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May  3 20:53:34 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May  3 20:56:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4beeed9

dev-util/geany-plugins: stable 1.34 for sparc, bug #684702

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/geany-plugins/geany-plugins-1.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/geany-plugins/geany-plugins-1.34.ebuild 
b/dev-util/geany-plugins/geany-plugins-1.34.ebuild
index da4dedf3d9f..5752e298afa 100644
--- a/dev-util/geany-plugins/geany-plugins-1.34.ebuild
+++ b/dev-util/geany-plugins/geany-plugins-1.34.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://plugins.geany.org/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 sparc ~x86"
 
 IUSE="+gtk3 ctags debugger enchant git gpg gtkspell lua markdown multiterm nls 
pretty-printer python scope soup"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2019-05-03 Thread Sergei Trofimovich
commit: 0816e490580c68e510e26276051ce6800e97c6d6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May  3 20:51:59 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May  3 20:56:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0816e490

app-pda/pilot-link: stable 0.12.5-r2 for hppa, bug #676430

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
index 0a847e508d7..d00cf62605f 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
 IUSE="bluetooth debug java perl png python static-libs threads usb"
 
 COMMON_DEPEND="



  1   2   3   >