[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2017-12-11 Thread Jason Zaman
commit: 13592efb44efe763f5794527560eaca1ec81290b
Author: Chris PeBenito  ieee  org>
AuthorDate: Fri Dec  1 21:40:12 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 12 07:07:30 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=13592efb

pkcs: Module version bump.

 policy/modules/contrib/pkcs.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/pkcs.te b/policy/modules/contrib/pkcs.te
index b150fad9..b98a9f1e 100644
--- a/policy/modules/contrib/pkcs.te
+++ b/policy/modules/contrib/pkcs.te
@@ -1,4 +1,4 @@
-policy_module(pkcs, 1.4.0)
+policy_module(pkcs, 1.4.1)
 
 
 #



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2017-12-11 Thread Jason Zaman
commit: b134083f41043e5d688992b5da43208e75fcedd6
Author: Chris PeBenito  ieee  org>
AuthorDate: Tue Dec 12 00:15:52 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 12 07:07:31 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=b134083f

modemmanager: Move lines.

 policy/modules/contrib/modemmanager.te | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/policy/modules/contrib/modemmanager.te 
b/policy/modules/contrib/modemmanager.te
index 3a7fa066..32493977 100644
--- a/policy/modules/contrib/modemmanager.te
+++ b/policy/modules/contrib/modemmanager.te
@@ -53,10 +53,10 @@ optional_policy(`
 ')
 
 optional_policy(`
-   udev_read_db(modemmanager_t)
-   udev_manage_pid_files(modemmanager_t)
+   systemd_write_inherited_logind_inhibit_pipes(modemmanager_t)
 ')
 
 optional_policy(`
-   systemd_write_inherited_logind_inhibit_pipes(modemmanager_t)
+   udev_read_db(modemmanager_t)
+   udev_manage_pid_files(modemmanager_t)
 ')



[gentoo-commits] proj/hardened-refpolicy:master commit in: gentoo/

2017-12-11 Thread Jason Zaman
commit: 8e990ac3b21899dd1117dcecf5e1376dfe78bcf9
Author: Jason Zaman  perfinion  com>
AuthorDate: Tue Dec 12 07:10:22 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 12 07:10:22 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=8e990ac3

Merge upstream

 gentoo/STATE | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gentoo/STATE b/gentoo/STATE
index 3206abbe..a9d8a298 100644
--- a/gentoo/STATE
+++ b/gentoo/STATE
@@ -1,2 +1,2 @@
-master 3f6d37aec9cfb26d8d51c22cfdb3ec9e0e1a3bc7
-contrib 399e66010fb892389e0f900cf60a29c7b0b68352
+master 1461e89016bcf4a17c6a4e37f89e2f575cd0ac09
+contrib 95206ce896a49cb2152657699f61d8ee68fb277e



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/

2017-12-11 Thread Jason Zaman
commit: 023d49ed2fe5b7eb20e3b24a786e54993132ed18
Author: David Sugar  tresys  com>
AuthorDate: Wed Nov 29 21:14:17 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 12 07:06:26 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=023d49ed

RHEL 7.4 has moved the location of /usr/libexec/sesh to /usr/libexec/sudo/sesh

Update file context to include label for new location.
See https://bugzilla.redhat.com/show_bug.cgi?id=1480791

Signed-off-by: Dave Sugar  tresys.com>

 policy/modules/kernel/corecommands.fc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/kernel/corecommands.fc 
b/policy/modules/kernel/corecommands.fc
index 0d2fd27f..6409fcdd 100644
--- a/policy/modules/kernel/corecommands.fc
+++ b/policy/modules/kernel/corecommands.fc
@@ -265,6 +265,7 @@ ifdef(`distro_gentoo',`
 /usr/libexec(/.*)? gen_context(system_u:object_r:bin_t,s0)
 /usr/libexec/git-core/git-shell--  
gen_context(system_u:object_r:shell_exec_t,s0)
 /usr/libexec/sesh  --  
gen_context(system_u:object_r:shell_exec_t,s0)
+/usr/libexec/sudo/sesh --  gen_context(system_u:object_r:shell_exec_t,s0)
 
 /usr/libexec/openssh/sftp-server --gen_context(system_u:object_r:bin_t,s0)
 



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/

2017-12-11 Thread Jason Zaman
commit: cea191481ead6fd006f9dc695f491a7651b24f56
Author: Laurent Bigonville  bigon  be>
AuthorDate: Wed Dec  6 17:06:04 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 12 07:06:26 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=cea19148

Add private type for systemd logind inhibit files and pipes

 policy/modules/system/systemd.fc |  2 +-
 policy/modules/system/systemd.if | 20 
 policy/modules/system/systemd.te |  9 -
 3 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/policy/modules/system/systemd.fc b/policy/modules/system/systemd.fc
index 392b00b9..73da3de4 100644
--- a/policy/modules/system/systemd.fc
+++ b/policy/modules/system/systemd.fc
@@ -49,7 +49,7 @@
 /run/systemd/sessions(/.*)?
gen_context(system_u:object_r:systemd_sessions_var_run_t,s0)
 /run/systemd/transient(/.*)?   gen_context(system_u:object_r:systemd_unit_t,s0)
 /run/systemd/users(/.*)?   
gen_context(system_u:object_r:systemd_logind_var_run_t,s0)
-/run/systemd/inhibit(/.*)? 
gen_context(system_u:object_r:systemd_logind_var_run_t,s0)
+/run/systemd/inhibit(/.*)? 
gen_context(system_u:object_r:systemd_logind_inhibit_var_run_t,s0)
 /run/systemd/nspawn(/.*)?  
gen_context(system_u:object_r:systemd_nspawn_var_run_t,s0)
 /run/systemd/machines(/.*)?
gen_context(system_u:object_r:systemd_machined_var_run_t,s0)
 /run/systemd/netif(/.*)?   
gen_context(system_u:object_r:systemd_networkd_var_run_t,s0)

diff --git a/policy/modules/system/systemd.if b/policy/modules/system/systemd.if
index 8f914837..d875098a 100644
--- a/policy/modules/system/systemd.if
+++ b/policy/modules/system/systemd.if
@@ -138,6 +138,26 @@ interface(`systemd_write_inherited_logind_sessions_pipes',`
allow systemd_logind_t $1:process signal;
 ')
 
+##
+## 
+##  Write inherited logind inhibit pipes.
+## 
+## 
+##  
+##  Domain allowed access.
+##  
+## 
+#
+interface(`systemd_write_inherited_logind_inhibit_pipes',`
+   gen_require(`
+   type systemd_logind_inhibit_var_run_t;
+   type systemd_logind_t;
+   ')
+
+   allow $1 systemd_logind_t:fd use;
+   allow $1 systemd_logind_inhibit_var_run_t:fifo_file write;
+')
+
 
 ## 
 ##   Send and receive messages from

diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te
index 5051b87c..9a65b8f6 100644
--- a/policy/modules/system/systemd.te
+++ b/policy/modules/system/systemd.te
@@ -101,6 +101,9 @@ type systemd_logind_var_run_t;
 files_pid_file(systemd_logind_var_run_t)
 init_daemon_pid_file(systemd_logind_var_run_t, dir, "systemd_logind")
 
+type systemd_logind_inhibit_var_run_t;
+files_pid_file(systemd_logind_inhibit_var_run_t)
+
 type systemd_machined_t;
 type systemd_machined_exec_t;
 init_daemon_domain(systemd_machined_t, systemd_machined_exec_t)
@@ -364,7 +367,11 @@ init_var_lib_filetrans(systemd_logind_t, 
systemd_logind_var_lib_t, dir)
 manage_fifo_files_pattern(systemd_logind_t, systemd_logind_var_run_t, 
systemd_logind_var_run_t)
 manage_files_pattern(systemd_logind_t, systemd_logind_var_run_t, 
systemd_logind_var_run_t)
 allow systemd_logind_t systemd_logind_var_run_t:dir manage_dir_perms;
-init_pid_filetrans(systemd_logind_t, systemd_logind_var_run_t, dir, "inhibit")
+
+manage_dirs_pattern(systemd_logind_t, systemd_logind_inhibit_var_run_t, 
systemd_logind_inhibit_var_run_t)
+manage_files_pattern(systemd_logind_t, systemd_logind_inhibit_var_run_t, 
systemd_logind_inhibit_var_run_t)
+manage_fifo_files_pattern(systemd_logind_t, systemd_logind_inhibit_var_run_t, 
systemd_logind_inhibit_var_run_t)
+init_pid_filetrans(systemd_logind_t, systemd_logind_inhibit_var_run_t, dir, 
"inhibit")
 
 allow systemd_logind_t systemd_sessions_var_run_t:dir manage_dir_perms;
 allow systemd_logind_t systemd_sessions_var_run_t:file manage_file_perms;



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/

2017-12-11 Thread Jason Zaman
commit: f0c0bd6830718a75ea48fa83581c82f8346d302a
Author: Chris PeBenito  ieee  org>
AuthorDate: Sun Dec 10 19:45:10 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 12 07:06:27 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=f0c0bd68

init: Module version bump.

 policy/modules/system/init.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/system/init.te b/policy/modules/system/init.te
index 4ef6d035..210df6f3 100644
--- a/policy/modules/system/init.te
+++ b/policy/modules/system/init.te
@@ -1,4 +1,4 @@
-policy_module(init, 2.3.9)
+policy_module(init, 2.3.10)
 
 gen_require(`
class passwd rootok;



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2017-12-11 Thread Jason Zaman
commit: b1a1e693bd27051324b2d7b1f3af2f5ed5576a1b
Author: Eduardo Barretto  linux  vnet  ibm  
com>
AuthorDate: Wed Nov 29 13:29:55 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 12 07:07:30 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=b1a1e693

Update pkcs policy to include pkccsslotd.service

pkcsslotd.service was running, incorrectly, with default systemd label. Fixed it
by creating the pkcs_slotd_unit_file_t type and updating the file context.

Signed-off-by: Eduardo Barretto  linux.vnet.ibm.com>

 policy/modules/contrib/pkcs.fc | 2 ++
 policy/modules/contrib/pkcs.te | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/policy/modules/contrib/pkcs.fc b/policy/modules/contrib/pkcs.fc
index 148293a9..9dbb5d54 100644
--- a/policy/modules/contrib/pkcs.fc
+++ b/policy/modules/contrib/pkcs.fc
@@ -2,6 +2,8 @@
 
 /usr/bin/pkcsslotd --  
gen_context(system_u:object_r:pkcs_slotd_exec_t,s0)
 
+/usr/lib/systemd/system/pkcsslotd.service  
gen_context(system_u:object_r:pkcs_slotd_unit_file_t,s0)
+
 /usr/sbin/pkcsslotd--  
gen_context(system_u:object_r:pkcs_slotd_exec_t,s0)
 
 /var/lib/opencryptoki(/.*)?
gen_context(system_u:object_r:pkcs_slotd_var_lib_t,s0)

diff --git a/policy/modules/contrib/pkcs.te b/policy/modules/contrib/pkcs.te
index 17b471d6..1ede749f 100644
--- a/policy/modules/contrib/pkcs.te
+++ b/policy/modules/contrib/pkcs.te
@@ -24,6 +24,9 @@ files_tmp_file(pkcs_slotd_tmp_t)
 type pkcs_slotd_tmpfs_t;
 files_tmpfs_file(pkcs_slotd_tmpfs_t)
 
+type pkcs_slotd_unit_file_t;
+init_unit_file(pkcs_slotd_unit_file_t)
+
 
 #
 # Local policy



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2017-12-11 Thread Jason Zaman
commit: 5cfc4edfbba3ddfa0f748596ce6dfee08f091d7b
Author: David Sugar  tresys  com>
AuthorDate: Fri Nov 17 14:48:11 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 12 07:07:30 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=5cfc4edf

Label /usr/bin/mutter

Label /usr/bin/mutter as wm_exec_t

 policy/modules/contrib/wm.fc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/contrib/wm.fc b/policy/modules/contrib/wm.fc
index 304ae09d..05129fea 100644
--- a/policy/modules/contrib/wm.fc
+++ b/policy/modules/contrib/wm.fc
@@ -1,4 +1,5 @@
 /usr/bin/gnome-shell   --  gen_context(system_u:object_r:wm_exec_t,s0)
 /usr/bin/openbox   --  gen_context(system_u:object_r:wm_exec_t,s0)
 /usr/bin/metacity  --  gen_context(system_u:object_r:wm_exec_t,s0)
+/usr/bin/mutter--  
gen_context(system_u:object_r:wm_exec_t,s0)
 /usr/bin/twm   --  gen_context(system_u:object_r:wm_exec_t,s0)



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2017-12-11 Thread Jason Zaman
commit: def337a58787d041b4f6161cf1ee16bc70eed400
Author: Chris PeBenito  ieee  org>
AuthorDate: Fri Dec  8 00:01:43 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 12 07:07:30 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=def337a5

accountsd, policykit: Module version bump.

 policy/modules/contrib/accountsd.te | 2 +-
 policy/modules/contrib/policykit.te | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/policy/modules/contrib/accountsd.te 
b/policy/modules/contrib/accountsd.te
index f56058cc..dcc0cfe2 100644
--- a/policy/modules/contrib/accountsd.te
+++ b/policy/modules/contrib/accountsd.te
@@ -1,4 +1,4 @@
-policy_module(accountsd, 1.1.0)
+policy_module(accountsd, 1.1.1)
 
 gen_require(`
class passwd all_passwd_perms;

diff --git a/policy/modules/contrib/policykit.te 
b/policy/modules/contrib/policykit.te
index 8f2035a0..cd042c51 100644
--- a/policy/modules/contrib/policykit.te
+++ b/policy/modules/contrib/policykit.te
@@ -1,4 +1,4 @@
-policy_module(policykit, 1.7.1)
+policy_module(policykit, 1.7.2)
 
 
 #



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2017-12-11 Thread Jason Zaman
commit: ef41fd3bd8a365f6a83bb32707f053dfa0d07203
Author: Chris PeBenito  ieee  org>
AuthorDate: Wed Nov 29 01:36:39 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 12 07:07:30 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=ef41fd3b

networkmanager: Module version bump.

 policy/modules/contrib/networkmanager.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/networkmanager.te 
b/policy/modules/contrib/networkmanager.te
index ead66d15..1aecd329 100644
--- a/policy/modules/contrib/networkmanager.te
+++ b/policy/modules/contrib/networkmanager.te
@@ -1,4 +1,4 @@
-policy_module(networkmanager, 1.21.1)
+policy_module(networkmanager, 1.21.2)
 
 
 #



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2017-12-11 Thread Jason Zaman
commit: bd251f8ed143ea319b0ee449ab9397480ae5adda
Author: Chris PeBenito  ieee  org>
AuthorDate: Sat Nov 18 12:28:47 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 12 07:07:30 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=bd251f8e

wm: Module version bump.

 policy/modules/contrib/wm.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/wm.te b/policy/modules/contrib/wm.te
index bba860b1..f9f0fd2d 100644
--- a/policy/modules/contrib/wm.te
+++ b/policy/modules/contrib/wm.te
@@ -1,4 +1,4 @@
-policy_module(wm, 1.7.4)
+policy_module(wm, 1.7.5)
 
 
 #



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/

2017-12-11 Thread Jason Zaman
commit: db770ba7020a1407d1458fa649bccda8b3daa405
Author: Chris PeBenito  ieee  org>
AuthorDate: Sat Dec  9 02:04:20 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 12 07:06:27 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=db770ba7

xserver: Module version bump.

 policy/modules/services/xserver.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/services/xserver.te 
b/policy/modules/services/xserver.te
index 5936018f..efd965a7 100644
--- a/policy/modules/services/xserver.te
+++ b/policy/modules/services/xserver.te
@@ -1,4 +1,4 @@
-policy_module(xserver, 3.14.6)
+policy_module(xserver, 3.14.7)
 
 gen_require(`
class x_drawable all_x_drawable_perms;



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2017-12-11 Thread Jason Zaman
commit: b271394b4c9d85aa2bc49c5c3542365f7af575ec
Author: Daniel Jurgens  mellanox  com>
AuthorDate: Mon Nov 27 14:23:08 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 12 07:07:30 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=b271394b

networkmanager: Grant access to unlabeled PKeys

For controlling IPoIB VLANs

Reported-by: Honggang LI  redhat.com>
Signed-off-by: Daniel Jurgens  mellanox.com>
Tested-by: Honggang LI  redhat.com>

 policy/modules/contrib/networkmanager.te | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/policy/modules/contrib/networkmanager.te 
b/policy/modules/contrib/networkmanager.te
index e8a60aec..b94e7ef3 100644
--- a/policy/modules/contrib/networkmanager.te
+++ b/policy/modules/contrib/networkmanager.te
@@ -189,6 +189,8 @@ userdom_write_user_tmp_sockets(NetworkManager_t)
 userdom_dontaudit_use_unpriv_user_fds(NetworkManager_t)
 userdom_dontaudit_use_user_ttys(NetworkManager_t)
 
+corenet_ib_access_unlabeled_pkeys(NetworkManager_t)
+
 optional_policy(`
avahi_domtrans(NetworkManager_t)
avahi_kill(NetworkManager_t)



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/

2017-12-11 Thread Jason Zaman
commit: 60d89770b45fce6ae0eefaebd1fbaa717eea
Author: David Sugar  tresys  com>
AuthorDate: Fri Dec  8 22:30:58 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 12 07:06:27 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=60d89770

label systemd-shutdown so shutdown works

I am seeing (on RHEL 7.4 w/systemd) that halting the system doesn't work.  It 
took me a long time (and a lot of help from Steve L.) to figure out what was 
going on.  It turns out in refpolicy the default label for 
/usr/lib/systemd/systemd-shutdown is bin_t.  But when systemd tried to execve 
systemd-shutdown it fails because init_t isn't allowed file entrypoint for 
bin_t.  When I labeled systemd-shutdown as init_exec_t shutting down the system 
works.

I was seeing the following log (from systemd) when I enabled systemd debug 
logging (which was very useful).

[   59.745037] systemd[1]: Starting Final Step.
[   59.746112] systemd[1]: Starting Power-Off...
[   59.776320] systemd[1]: Shutting down.
[   59.783559] systemd[1]: Failed to execute shutdown binary, freezing: 
Operation not permitted

At this point everything locks up instead of actually halting the system.

This is a patch to change the label for systemd-shutdown which solves the 
problem.  I'm happy to go through and make a distinct type of systemd-shutdown 
if someone doesn't think it is a good idea to share the type with systemd.  But 
based on what is going on, this might be reasonable.

Signed-off-by: Dave Sugar  tresys.com>

 policy/modules/system/init.fc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/system/init.fc b/policy/modules/system/init.fc
index d029ea30..bf0acaf9 100644
--- a/policy/modules/system/init.fc
+++ b/policy/modules/system/init.fc
@@ -29,6 +29,7 @@ ifdef(`distro_gentoo',`
 /usr/bin/upstart   --  gen_context(system_u:object_r:init_exec_t,s0)
 
 /usr/lib/systemd/systemd --gen_context(system_u:object_r:init_exec_t,s0)
+/usr/lib/systemd/systemd-shutdown  --  
gen_context(system_u:object_r:init_exec_t,s0)
 /usr/lib/systemd/system-preset(/.*)? 
gen_context(system_u:object_r:systemd_unit_t,s0)
 /usr/lib/systemd/user-preset(/.*)? 
gen_context(system_u:object_r:systemd_unit_t,s0)
 /usr/lib/systemd/ntp-units\.d -d 
gen_context(system_u:object_r:systemd_unit_t,s0)



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2017-12-11 Thread Jason Zaman
commit: d3d524c7ff452197e596d9b3b07b799922d2d727
Author: Eduardo Barretto  linux  vnet  ibm  
com>
AuthorDate: Wed Nov 29 13:27:18 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 12 07:07:30 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=d3d524c7

Update missing permissions for pkcs

pkcsslotd needs access to tmpfs files and /etc/group file.

Signed-off-by: Eduardo Barretto  linux.vnet.ibm.com>

 policy/modules/contrib/pkcs.te | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/policy/modules/contrib/pkcs.te b/policy/modules/contrib/pkcs.te
index 1ede749f..339b1176 100644
--- a/policy/modules/contrib/pkcs.te
+++ b/policy/modules/contrib/pkcs.te
@@ -54,10 +54,12 @@ files_tmp_filetrans(pkcs_slotd_t, pkcs_slotd_tmp_t, dir)
 
 manage_dirs_pattern(pkcs_slotd_t, pkcs_slotd_tmpfs_t, pkcs_slotd_tmpfs_t)
 manage_files_pattern(pkcs_slotd_t, pkcs_slotd_tmpfs_t, pkcs_slotd_tmpfs_t)
-fs_tmpfs_filetrans(pkcs_slotd_t, pkcs_slotd_tmpfs_t, dir)
+fs_tmpfs_filetrans(pkcs_slotd_t, pkcs_slotd_tmpfs_t, { dir file })
 
 files_read_etc_files(pkcs_slotd_t)
 
+auth_use_nsswitch(pkcs_slotd_t)
+
 logging_send_syslog_msg(pkcs_slotd_t)
 
 miscfiles_read_localization(pkcs_slotd_t)



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/

2017-12-11 Thread Jason Zaman
commit: cd882d60b804d24d79c12313a4e6f67c92af0485
Author: Laurent Bigonville  bigon  be>
AuthorDate: Wed Dec  6 17:06:03 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 12 07:06:26 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=cd882d60

Allow domains using sysnet_dns_name_resolve() interface to access NSS 
mymachines files

If the machine is using the mymachine NSS module, the domain doing DNS
resolution should be able to access files under /run/systemd/machines/

 policy/modules/system/sysnetwork.if | 5 +
 1 file changed, 5 insertions(+)

diff --git a/policy/modules/system/sysnetwork.if 
b/policy/modules/system/sysnetwork.if
index a20a2d46..53c806a5 100644
--- a/policy/modules/system/sysnetwork.if
+++ b/policy/modules/system/sysnetwork.if
@@ -751,6 +751,11 @@ interface(`sysnet_dns_name_resolve',`
optional_policy(`
nscd_use($1)
')
+
+   # This seems needed when the mymachines NSS module is used
+   optional_policy(`
+   systemd_read_machines($1)
+   ')
 ')
 
 



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

2017-12-11 Thread Michał Górny
commit: 1c157e943d9c985a5a3d925fe12e71bd8f7eb608
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 12 07:58:18 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 12 07:58:18 2017 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=1c157e94

pkgcheck2html: MissingChksum is staging

 pkgcheck2html/pkgcheck2html.conf.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgcheck2html/pkgcheck2html.conf.json 
b/pkgcheck2html/pkgcheck2html.conf.json
index 91ab448..46af4a4 100644
--- a/pkgcheck2html/pkgcheck2html.conf.json
+++ b/pkgcheck2html/pkgcheck2html.conf.json
@@ -35,7 +35,7 @@
 "LaggingStable": "", 
 "MetadataError": "err", 
 "MismatchedPN": "warn", 
-"MissingChksum": "warn", 
+"MissingChksum": "staging", 
 "MissingLicense": "err", 
 "MissingManifest": "err", 
 "MissingSlotDep": "", 



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

2017-12-11 Thread Marc Schiffbauer
commit: 8917fcd640434994ee44f3eb909f183be749d9fb
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Dec 12 07:50:09 2017 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Dec 12 07:50:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8917fcd6

net-dns/ldns-utils: added REQUIRED_USE

Package-Manager: Portage-2.3.17, Repoman-2.3.6

 net-dns/ldns-utils/ldns-utils-1.7.0-r1.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/net-dns/ldns-utils/ldns-utils-1.7.0-r1.ebuild 
b/net-dns/ldns-utils/ldns-utils-1.7.0-r1.ebuild
index fa3472999ef..fa37734bc14 100644
--- a/net-dns/ldns-utils/ldns-utils-1.7.0-r1.ebuild
+++ b/net-dns/ldns-utils/ldns-utils-1.7.0-r1.ebuild
@@ -14,6 +14,12 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="+dane ecdsa examples gost ssl"
 
+REQUIRED_USE="
+   ecdsa? ( ssl )
+   dane? ( ssl )
+   gost? ( ssl )
+"
+
 DEPEND=">=net-libs/ldns-${PV}[dane?,ecdsa?,gost?]
examples? ( net-libs/libpcap )"
 RDEPEND="${DEPEND}"



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

2017-12-11 Thread Marc Schiffbauer
commit: b5501b78bb4f01ca75b3806bd2c56478a1af5628
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Dec 12 07:33:40 2017 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Dec 12 07:34:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5501b78

net-libs/ldns: remove ssl from USE

Package-Manager: Portage-2.3.17, Repoman-2.3.6

 net-libs/ldns/ldns-1.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/ldns/ldns-1.7.0-r2.ebuild 
b/net-libs/ldns/ldns-1.7.0-r2.ebuild
index 054d81a0e12..d2375c604ea 100644
--- a/net-libs/ldns/ldns-1.7.0-r2.ebuild
+++ b/net-libs/ldns/ldns-1.7.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="+dane doc +ecdsa gost libressl python ssl static-libs vim-syntax"
+IUSE="+dane doc +ecdsa gost libressl python static-libs vim-syntax"
 
 # configure will die if ecdsa is enabled and ssl is not
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2017-12-11 Thread Hans de Graaff
commit: 568dced8db3f22fd53a455e260451cdbde5915ce
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec 12 06:37:47 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 12 06:59:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568dced8

app-office/unoconv: remove live ebuild again

This got added back by a bad merge in 326360af22a1f24fca60d975e5e5aa4ab1a57d6a

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-office/unoconv/unoconv-.ebuild | 41 --
 1 file changed, 41 deletions(-)

diff --git a/app-office/unoconv/unoconv-.ebuild 
b/app-office/unoconv/unoconv-.ebuild
deleted file mode 100644
index 38c911aa3f8..000
--- a/app-office/unoconv/unoconv-.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-EGIT_REPO_URI="https://github.com/dagwieers/unoconv.git;
-[[ ${PV} == * ]] && SCM_ECLASS="git-r3"
-inherit python-single-r1 ${SCM_ECLASS}
-unset SCM_ECLASS
-
-DESCRIPTION="Convert between document formats supported by Libreoffice"
-HOMEPAGE="http://dag.wieers.com/home-made/unoconv/;
-[[ ${PV} == * ]] || 
SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-[[ ${PV} == * ]] || \
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   !app-text/odt2txt
-   virtual/ooo
-"
-
-DOCS=( ChangeLog CHANGELOG.md README.adoc )
-
-PATCHES=( "${FILESDIR}/timeout.patch" )
-
-src_compile() { :; }
-
-src_install() {
-   emake doc-install install install-links DESTDIR="${D}" || die
-   einstalldocs
-   python_fix_shebang .
-}



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

2017-12-11 Thread Hans de Graaff
commit: f5ba4bed3beed3d9f10a77586c0c528fb7b40342
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec 12 06:41:11 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 12 07:00:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ba4bed

app-office/unoconv: add 0.8.2

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-office/unoconv/Manifest |  1 +
 app-office/unoconv/unoconv-0.8.2.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/app-office/unoconv/Manifest b/app-office/unoconv/Manifest
index 9e7da32a330..6079ed7658c 100644
--- a/app-office/unoconv/Manifest
+++ b/app-office/unoconv/Manifest
@@ -1 +1,2 @@
 DIST unoconv-0.7.tar.gz 96151 BLAKE2B 
dcdb797728db36c33be9aff447a28dddc8918fb3a496fd718d6dd9ec22a49c395ddaf0130b99aa09d8ed9b2516795c1aaeb58fe8d906bb004a2192eae0df1fab
 SHA512 
3b0837e11f22733e0fbef93dc6aeabd0e2d3d59b6c35a6f7b29b86506a5842bcbffb3e889864d6e14c1e53dd306354690a699257fe60f36ce1d4455ab52b5df7
+DIST unoconv-0.8.2.tar.gz 104072 BLAKE2B 
1ac16159f939a06cc75f3ff23f5aa7f1c4d49a41d4cce5e9c5866714ef1b3b969f94c074d36fff19d6af22375d5598033fb69761a09d3e60b81d794841c0e0d8
 SHA512 
cd6a4d06559895c0aebb5fda51ca86928474dd0ca0aa908e81762643186c29cf8436c889eedbb18bc74ed6016414d1aa831cd034614244d5aae677a6b4cdd4c9

diff --git a/app-office/unoconv/unoconv-0.8.2.ebuild 
b/app-office/unoconv/unoconv-0.8.2.ebuild
new file mode 100644
index 000..15bab5d0ef5
--- /dev/null
+++ b/app-office/unoconv/unoconv-0.8.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit eutils python-single-r1
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DESCRIPTION="Convert between document formats supported by Libreoffice"
+HOMEPAGE="http://dag.wieers.com/home-made/unoconv/;
+SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   !app-text/odt2txt
+   virtual/ooo
+"
+
+src_prepare() {
+   epatch "${FILESDIR}/timeout.patch"
+   eapply_user
+   python_fix_shebang .
+}
+
+src_compile() { :; }
+
+src_install() {
+   emake -j1 doc-install install install-links DESTDIR="${D}" || die
+
+   dodoc ChangeLog CHANGELOG.md README.adoc || die
+}



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

2017-12-11 Thread Johannes Huber
commit: f5d1eabacafc785eb5559d37793130575c6f54eb
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Dec 12 06:13:02 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Dec 12 06:15:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d1eaba

net-im/discord-bin: Version bump 0.0.3

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-im/discord-bin/Manifest |  1 +
 net-im/discord-bin/discord-bin-0.0.3.ebuild | 92 +
 2 files changed, 93 insertions(+)

diff --git a/net-im/discord-bin/Manifest b/net-im/discord-bin/Manifest
index 05000d76c34..f7814dffb81 100644
--- a/net-im/discord-bin/Manifest
+++ b/net-im/discord-bin/Manifest
@@ -1 +1,2 @@
 DIST discord-0.0.2.deb 46975796 BLAKE2B 
1fa66100bbc74d4ce02b0b0c17981a13ede311840ab78466dd0109f208e8f1cdbbc4a9beedd7bd42a735d7a5989c8a03900449c4ac9d2e39c6b60188b9d03dca
 SHA512 
ca31952e4eba88c0a40a31eb5671ae71641f8575b298557ff0f1bc1d99d12b1cf282f4178650af594562831a31961aa8cd27ae70e301831190ff6647c3561bd2
+DIST discord-0.0.3.deb 48389938 BLAKE2B 
4f000a9431724ca4b9ce7d452d9703644b06fa02c9dd44a9ca1d0644c653fe20efe9055d5adfa30cdef6145c189bdd195fef3e7a33d5f902848d152035f0a0d8
 SHA512 
85b75cbd6aeccfcdea83d65b82e43bc3e1d44602a3464957a321451d4104368b9a91661a626235f377387ead29fc58d03640ee6b76e2f3e36d87a2a9b9c43f4b

diff --git a/net-im/discord-bin/discord-bin-0.0.3.ebuild 
b/net-im/discord-bin/discord-bin-0.0.3.ebuild
new file mode 100644
index 000..ec488a6e7f3
--- /dev/null
+++ b/net-im/discord-bin/discord-bin-0.0.3.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN=${PN/-bin/}
+inherit eutils gnome2-utils unpacker
+
+DESCRIPTION="All-in-one voice and text chat for gamers"
+HOMEPAGE="https://discordapp.com;
+SRC_URI="https://dl.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb;
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcxx
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango
+"
+
+S=${WORKDIR}
+
+RESTRICT="mirror bindist"
+
+QA_PREBUILT="
+   opt/discord/share/discord/Discord
+   opt/discord/share/discord/libnode.so
+   opt/discord/share/discord/libffmpeg.so
+"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "s:/usr/share/discord/Discord:discord:g" \
+   usr/share/${MY_PN}/${MY_PN}.desktop || die
+}
+
+src_install() {
+   insinto /opt/${MY_PN}
+   doins -r usr/.
+
+   fperms +x /opt/${MY_PN}/bin/${MY_PN}
+   dosym ../../opt/${MY_PN}/bin/${MY_PN} /usr/bin/${MY_PN}
+   dosym ../../../opt/${MY_PN}/share/applications/${MY_PN}.desktop \
+   /usr/share/applications/${MY_PN}.desktop
+   dosym ../../../opt/${MY_PN}/share/pixmaps/${MY_PN}.png \
+   /usr/share/pixmaps/${MY_PN}.png
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2017-12-11 Thread Hans de Graaff
commit: e4fc263e33cf9b3213b997d7d4252ce500148774
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec 12 06:13:45 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 12 06:13:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4fc263e

dev-ruby/pathutil: add 0.16.1

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/pathutil/Manifest   |  1 +
 dev-ruby/pathutil/pathutil-0.16.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/pathutil/Manifest b/dev-ruby/pathutil/Manifest
index 1622c261700..b3851fab3d0 100644
--- a/dev-ruby/pathutil/Manifest
+++ b/dev-ruby/pathutil/Manifest
@@ -1,3 +1,4 @@
 DIST pathutil-0.14.0.gem 11776 BLAKE2B 
58a5678d62e8bfce51a7f97ecd5409649c5cd53baa133a2e52ed581ae1844383dd81fedc282c11098c61627704a29d565162bb19e40f930ec636c540942061d9
 SHA512 
470eef7a82105a7d41228de6c312dc4f21d8e8ee6b7c80f98ebe366db83c7e507dbfa7cf820203ef8c802076c96b791dd79859213e978f8fa4894a2099e2c7bd
 DIST pathutil-0.14.0.tar.gz 18606 BLAKE2B 
bbd8410c616965e582f1daa1f2ee23f6828bc82abb363f5e9407c663f0c951cc6bc3ec2cc16eca73cbb1ab4244182622f39b3d91c93499ed64a342ee73479418
 SHA512 
48830ebdc594888a67104dbc6afb026c4e28d095cf433f459f39e0c0086da17a606c0c9946ebd37eb72d548d65e0a710f2f022bd9a77270567d6861c34a22a6f
 DIST pathutil-0.16.0.tar.gz 18369 BLAKE2B 
781ccae00ecb431fc70e83f26ca60b0bc37e326425e94eadb772a63c81fc44f99286af636ef06a9bdda03d3f858f2cf1307d1cec1101056a118dba84f9f1927d
 SHA512 
459c33d858973aeefe00020283ec4a30bff7ad1c55866dd60123850ca2ca097eda9941c35ce485bfa13eec922c9053e465a2feac59a0f07ba20ae9f9051e359f
+DIST pathutil-0.16.1.tar.gz 18374 BLAKE2B 
a134cc3f687ca1b293fb9816f0a926fbde888209ef2a048f037fb6eb9274618731f19a562157b7572a006a9b3e633e5e6335427157ba1bc48a9e6bfb1f8fd9d6
 SHA512 
bd6b2402d12cdceefacde92cb38a67c03a73bdfd9e5823255eef348c571f1347a5febe0cd6a89cf3e78028cee9ca176f8ff192b85e0a52d752319287dcdb6998

diff --git a/dev-ruby/pathutil/pathutil-0.16.1.ebuild 
b/dev-ruby/pathutil/pathutil-0.16.1.ebuild
new file mode 100644
index 000..d6583688b0e
--- /dev/null
+++ b/dev-ruby/pathutil/pathutil-0.16.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="Gem.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Like Pathname but a little less insane"
+HOMEPAGE="https://rubygems.org/gems/pathutil 
https://github.com/envygeeks/pathutils;
+SRC_URI="https://github.com/envygeeks/pathutil/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
+   

[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eclean/

2017-12-11 Thread Zac Medico
commit: 8eda4c13bee9c6a78b2489deec210c8b37375029
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Mon Dec 11 14:21:59 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Dec 12 05:51:19 2017 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=8eda4c13

eclean: add the missing ')' in the help string of --package-names

 pym/gentoolkit/eclean/cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py
index d8c5bd2..7ffb596 100644
--- a/pym/gentoolkit/eclean/cli.py
+++ b/pym/gentoolkit/eclean/cli.py
@@ -120,7 +120,7 @@ def printUsage(_error=None, help=None):
print( yellow(" -i, --interactive")+
" - ask confirmation before deletions", 
file=out)
print( yellow(" -n, --package-names")+
-   "   - protect all versions (when --deep", file=out)
+   "   - protect all versions (when --deep)", file=out)
print( yellow(" -p, --pretend")+
" - only display what would be cleaned", 
file=out)
print( yellow(" -q, --quiet")+



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

2017-12-11 Thread Michael Orlitzky
commit: 05f2f9e718ebdf227fbc44b7e2d2a6020930a709
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Dec 12 03:03:53 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Dec 12 03:05:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f2f9e7

dev-php/PEAR-HTTP_Download: remove masked package.

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

 dev-php/PEAR-HTTP_Download/Manifest   |  1 -
 .../PEAR-HTTP_Download-1.1.4.ebuild   | 19 ---
 dev-php/PEAR-HTTP_Download/metadata.xml   | 12 
 3 files changed, 32 deletions(-)

diff --git a/dev-php/PEAR-HTTP_Download/Manifest 
b/dev-php/PEAR-HTTP_Download/Manifest
deleted file mode 100644
index b158357f67f..000
--- a/dev-php/PEAR-HTTP_Download/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST HTTP_Download-1.1.4.tgz 14571 BLAKE2B 
c1f87692e8a6c3b3bae1e0b4b03ea901af095ef8fb0b5aa9973e667eee75ed9637be710795e7edabbdf560a21acb1d49f403411db3bb4874a0287eaa69a2236c
 SHA512 
6efcaf9b1a16a60dd74ee0ed3285537c1bc592474a4e747ff8bcb8fdfcdc248de937060a3024852d7f1e71281479faa307353725fb8f456b2c402a249d0f017a

diff --git a/dev-php/PEAR-HTTP_Download/PEAR-HTTP_Download-1.1.4.ebuild 
b/dev-php/PEAR-HTTP_Download/PEAR-HTTP_Download-1.1.4.ebuild
deleted file mode 100644
index 41a18112b12..000
--- a/dev-php/PEAR-HTTP_Download/PEAR-HTTP_Download-1.1.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit php-pear-r1
-
-DESCRIPTION="Provides functionality to send HTTP downloads"
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="minimal postgres"
-RDEPEND="${DEPEND}
-   dev-lang/php[postgres?]
-   dev-php/PEAR-HTTP_Header
-   !minimal? (
-   dev-php/PEAR-MIME_Type
-   dev-php/PEAR-Archive_Tar
-   )"

diff --git a/dev-php/PEAR-HTTP_Download/metadata.xml 
b/dev-php/PEAR-HTTP_Download/metadata.xml
deleted file mode 100644
index 09b2d84ddb4..000
--- a/dev-php/PEAR-HTTP_Download/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   php-b...@gentoo.org
-   PHP
-   
-   
-   Send postgres LOBs without 
buffering
-   Do not include support for 
PEAR-MIME_Type
-   
-



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

2017-12-11 Thread Michael Orlitzky
commit: ee439b3560873af147df79cce0d7bad2e9dd3d43
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Dec 12 03:04:57 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Dec 12 03:06:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee439b35

profiles: unmask removed package dev-php/PEAR-HTTP_Download.

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 693d4494272..335a90120bb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -388,12 +388,6 @@ sci-geosciences/gmapcatcher
 # Bug 636796
 dev-php/PEAR-Services_W3C_HTMLValidator
 
-# Brian Evans  (06 Nov 2017)
-# Broken with new PHP, dead upstream, broken tests
-# Masked for removal in 30 days.
-# Bug 636742
-dev-php/PEAR-HTTP_Download
-
 # Mike Gilbert  (05 Nov 2017)
 # Breaks several reverse dependencies.
 # https://bugs.gentoo.org/635934



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

2017-12-11 Thread Göktürk Yüksek
commit: b0fdfbee88ccedbcbd60305419104edc6183c65b
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Mon Dec 11 00:52:35 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Dec 12 02:55:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0fdfbee

app-admin/lastpass-binary-component: bump (!) and fix the fetch failure #640506

"Let's extend LastPass support to Firefox using Native
Messaging. While doing so, let's modify our closed binary and change
who-knows-what too. And yeah, let's release it under the same version
4.1.44 because version bumps are sissies and only losers release
versioned tarballs."

Also separate the app manifest files for Chrome and Chromium because
allowed-origins are not the same. Add more comments to clarify the
file system locations for various installed files.

Update the postinst message to reflect that for some browsers users
have to enable the binary component manually after installing the
extension.

Closes: https://bugs.gentoo.org/640506
Package-Manager: Portage-2.3.8, Repoman-2.3.2

 app-admin/lastpass-binary-component/Manifest   |  2 +-
 ...tpass-binary-component-4.1.44_p20171210.ebuild} | 59 +++---
 2 files changed, 53 insertions(+), 8 deletions(-)

diff --git a/app-admin/lastpass-binary-component/Manifest 
b/app-admin/lastpass-binary-component/Manifest
index 1cbcb8e814d..3f6f4cab04a 100644
--- a/app-admin/lastpass-binary-component/Manifest
+++ b/app-admin/lastpass-binary-component/Manifest
@@ -1 +1 @@
-DIST lastpass-binary-component-4.1.44.tar.bz2 1623477 SHA256 
adb0e91f8d212d34dbb85db0b11738fe36db1a741ad5674d7070c4019a9fc75e SHA512 
6fd518fa19f7206a1007376460c61e5a5c8d868126a767b3978309f0cc7ccd069e743cb12364e6841d8d3cb29452d058122b95f42bcfd2bd4deb4b8c77dc5f75
 WHIRLPOOL 
c50bde0ee3f82abe56803beb2bda09786f7806b5e480eb8401fe0302ee984465f2682af66243095f3ea83744d59d6d3548806c423b69a8603abed9fc3ba3d00c
+DIST lastpass-binary-component-4.1.44_p20171210.tar.bz2 1625075 BLAKE2B 
90812cfae90c90ab7f91ac293e501e9b8c6d0b4fca9e1f05e88865eb85042286308d2ce6eb90d306583aa9481de7588746a3402c3b4b9f29e2e540e4a4c2b287
 SHA512 
16ceebd054fe807975f838305044bf5e75ccbba2c592f7bf08af18d1209067c7e8b0e00457092242c3869de2ec5c59bfdfdb3ff06f801dbb2108b7dac1a7adbf

diff --git 
a/app-admin/lastpass-binary-component/lastpass-binary-component-4.1.44.ebuild 
b/app-admin/lastpass-binary-component/lastpass-binary-component-4.1.44_p20171210.ebuild
similarity index 51%
rename from 
app-admin/lastpass-binary-component/lastpass-binary-component-4.1.44.ebuild
rename to 
app-admin/lastpass-binary-component/lastpass-binary-component-4.1.44_p20171210.ebuild
index c46f9987de0..beff308bc57 100644
--- 
a/app-admin/lastpass-binary-component/lastpass-binary-component-4.1.44.ebuild
+++ 
b/app-admin/lastpass-binary-component/lastpass-binary-component-4.1.44_p20171210.ebuild
@@ -23,7 +23,7 @@ QA_PREBUILT="
${LASTPASS_EXEDIR}nplastpass*
 "
 
-S="${WORKDIR}/lplinux"
+S="${WORKDIR}"
 
 src_install() {
# This is based on the upstream installer script that's in the tarball
@@ -32,6 +32,7 @@ src_install() {
exeinto ${LASTPASS_EXEDIR}
doexe "${S}"/${bin}
 
+   # Generate the policy file for Chrome/Chromium/Opera
cat >"${T}"/lastpass_policy.json <<-EOF || die
{
"ExtensionInstallSources": [
@@ -41,6 +42,13 @@ src_install() {
]
}
EOF
+   # Install the policy file for Chrome/Chromium/Opera
+   for d in /etc/chromium /etc/opt/chrome; do
+   insinto ${d}/policies/managed
+   doins "${T}"/lastpass_policy.json
+   done
+
+   # Generate the app manifest for Chrome/Opera
cat >"${T}"/com.lastpass.nplastpass.json <<-EOF || die
{
"name": "com.lastpass.nplastpass",
@@ -55,19 +63,56 @@ src_install() {
]
}
EOF
+   # Install the app manifest for Chrome/Opera
+   # https://developer.chrome.com/apps/nativeMessaging
+   # https://dev.opera.com/extensions/message-passing/
+   insinto /etc/opt/chrome/native-messaging-hosts
+   doins "${T}"/com.lastpass.nplastpass.json
 
-   for d in /etc/chromium /etc/opt/chrome; do
-   insinto ${d}/policies/managed
-   doins "${T}"/lastpass_policy.json
-   insinto ${d}/native-messaging-hosts
-   doins "${T}"/com.lastpass.nplastpass.json
-   done
+   # Generate the app manifest for Chromium
+   cat >"${T}"/com.lastpass.nplastpass.json <<-EOF || die
+   {
+   "name": "com.lastpass.nplastpass",
+   "description": "LastPass",
+   "path": "${LASTPASS_EXEDIR}${bin}",
+   "type": "stdio",
+   "allowed_origins": [
+   "chrome-extension://hdokiejnpimakedhajhdlcegeplioahd/",
+   "chrome-extension://debgaelkhoipmbjnhpoblmbacnmmgbeg/",
+   

[gentoo-commits] repo/gentoo:master commit in: app-forensics/libewf/

2017-12-11 Thread Göktürk Yüksek
commit: be3d7f08f2496cd21802420d5d5d16fb78f38c72
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Tue Dec 12 02:50:32 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Dec 12 02:51:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3d7f08

app-forensics/libewf: fix the build failure #568738

Backport a patch from upstream that marks some inlined functions,
which cause undefined symbol errors, un-inlined so that linking
succeeds.

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

 app-forensics/libewf/Manifest  |  1 +
 app-forensics/libewf/libewf-20140608-r1.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/app-forensics/libewf/Manifest b/app-forensics/libewf/Manifest
index 0632e197e7d..b6ddeb6103e 100644
--- a/app-forensics/libewf/Manifest
+++ b/app-forensics/libewf/Manifest
@@ -1,2 +1,3 @@
 DIST libewf-20130416.tar.gz 1968288 BLAKE2B 
a61cd2239bfc12b1107bf3c6f68106027a1b08ca644dd8d8ca9dda331f902d1ba2e74dc516a3ed1dbf90f2926c7f654496bf6dd103d5c3f615bab653c8616fd0
 SHA512 
e84e920dfe6e5a313bc165b1796ab9681c5b42fdefc7120b4f1c0f4e42b220d8192e03df2707051cf16f4cc991facdfdbd39042dcfb645ac7a27b549e02bd96e
+DIST libewf-20140608-libuna-remove-inline.patch 34909 BLAKE2B 
e0b4fdcdf3e791992f32bd5251d3a5e6c8d193fe33508620e040ae11c83cf0c308ffd9cce31b548be03e6ec3c0a0623eb25a1731d402296908923d2c6643bbc0
 SHA512 
01b82d1ebe921a3b572ba061886bddc76d57c6e13f7997ca139baf790d3be7a8e855a50a05915788a7afb85afd46f9cd638c279ba57f7c36398dadd94bc32fc7
 DIST libewf-20140608.tar.gz 2129518 BLAKE2B 
aaa8e95f243e887494c5a50c1706864b4613e5731aa49ec2d2510b81984be9df70eeb18c1d5c56f97894536d55a16c2496eae8c662f6ab54e29c142f460fb188
 SHA512 
f77f01e3452027bff71e644708744e0774e1e397c70e2ebd687983730f03ffb01b26fec782bec79971e149caac5029484f3d9073c3a8042df951bfc542fe2436

diff --git a/app-forensics/libewf/libewf-20140608-r1.ebuild 
b/app-forensics/libewf/libewf-20140608-r1.ebuild
new file mode 100644
index 000..4f45bb342f1
--- /dev/null
+++ b/app-forensics/libewf/libewf-20140608-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=1
+inherit eutils autotools-utils
+
+DESCRIPTION="Implementation of the EWF (SMART and EnCase) image format"
+HOMEPAGE="https://github.com/libyal/libewf;
+SRC_URI="https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/${P}.tar.gz
+   
https://dev.gentoo.org/~gokturk/distfiles/app-forensics/libewf/libewf-20140608-libuna-remove-inline.patch;
+
+LICENSE="BSD"
+SLOT="0/2"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+# upstream bug #2597171, pyewf has implicit declarations
+#IUSE="debug python unicode"
+IUSE="bfio debug ewf +fuse +ssl static-libs +uuid unicode zlib"
+
+DEPEND="
+   sys-libs/zlib
+   bfio? ( =app-forensics/libbfio-0.0.20120425_alpha )
+   fuse? ( sys-fs/fuse:= )
+   uuid? ( sys-apps/util-linux )
+   ssl? ( dev-libs/openssl:0= )
+   zlib? ( sys-libs/zlib )"
+RDEPEND="${DEPEND}"
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+PATCHES=( "${DISTDIR}"/${P}-libuna-remove-inline.patch )
+
+DOCS=( AUTHORS ChangeLog NEWS README documents/header.txt 
documents/header2.txt )
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug debug-output)
+   $(use_enable debug verbose-output)
+   $(use_enable ewf v1-api)
+   $(use_enable unicode wide-character-type)
+   $(use_with zlib)
+   # autodetects bzip2 but does not use
+   --without-bzip2
+   $(use_with bfio libbfio)
+   $(use_with ssl openssl)
+   $(use_with uuid libuuid)
+   $(use_with fuse libfuse)
+   )
+   autotools-utils_src_configure
+}
+
+src_install() {
+   autotools-utils_src_install
+   doman manuals/*.1 manuals/*.3
+}



[gentoo-commits] repo/user/ssnb:master commit in: app-emulation/libguestfs/, app-emulation/libguestfs/files/1.36/

2017-12-11 Thread Samuel Bernardo
commit: 127f519eb936c7d6bca83c62f4b20a9deb953cac
Author: Samuel Bernardo  gmail  com>
AuthorDate: Tue Dec 12 01:13:57 2017 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Tue Dec 12 01:13:57 2017 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=127f519e

update libguestfs

 app-emulation/libguestfs/Manifest  |   7 +-
 .../1.36/0001-Update-libtool-initialization.patch  |  29 
 ...port-for-Gentoo-in-distribution-detection.patch |  25 +++
 ...ound-autotools-utils-detection-of-gtk-doc.patch |  42 ++
 app-emulation/libguestfs/libguestfs-1.36.11.ebuild | 167 +
 5 files changed, 269 insertions(+), 1 deletion(-)

diff --git a/app-emulation/libguestfs/Manifest 
b/app-emulation/libguestfs/Manifest
index d7f9c7f..109c8eb 100644
--- a/app-emulation/libguestfs/Manifest
+++ b/app-emulation/libguestfs/Manifest
@@ -3,6 +3,11 @@ AUX 1.28/0001_add_gentoo_names_to_configure.patch 262 SHA256 
0d18682bc8666cb3e6a
 AUX 1.28/0002_add_gentooway_to_remove_la_files.patch 555 SHA256 
fc65ce8df2f910c1ac1c4466c8f529fc442b136914b9f50ce1b910834349ca59 SHA512 
5dd8f7a8eeed6e2e4e842cd9fb5fde5104ab47bfddcbe218107e181c3891350eb425648667c4d70becb437bbf52506035b20778ea3a7954f020e4a2be76f959b
 WHIRLPOOL 
e776522e5a2e14c3dea2f35ac3de1f36763ec6eaa2c29e2d32a062c4df2946268d54bd6be5216caf861979dc442ac9b0c2ce8a6b765a09f53ea56258cb0b6ef2
 AUX 1.28/0005_enable_gtk_docs_in_broken_autotools-utils-eclass.patch 508 
SHA256 10d75b8c50995ac7ec07f7f7d98c41f4871dcb7094873398c8d71dff3cf8a7d9 SHA512 
9801326dfd2fd39202f8bd0765b954c3947e829d9568bda9a50c14388b9e7d6855c2fd38976fe98cd1183163d220b3795ec1105becb49a9de34459bb2ea74112
 WHIRLPOOL 
595699b9084be65847de0bd5969d0f50392cd53d830dad30eca0a9a9c8f336e680c068db59864d9efa67f91e00268ef91ba6b843f192056eb09c291b113be05b
 AUX 1.28/0103_disable_php_bindings_makefile.patch 231 SHA256 
f5b73f353746d7f945c8948e6b7bb2d192dd653a92124aefe578b49960179d1a SHA512 
b359cd29ab9cb6edec5a4cab1d84b022ae6ff42c3adae75051ab0d8c87dda39fff17e02ada3a863177e3dd979dffd4958cbc3c71cdca89196c74f1ebd14a8da3
 WHIRLPOOL 
0e95d9b60744f4dae6c7599d899d57cbb9a8f656b3cbb5dc19667f679c472d749808932c8ec7826da26d3599f2d9f22b99410a2399048376e01ed9dde7284d5d
-DIST libguestfs-1.28.5.tar.gz 12747537 SHA256 
e9f38c6ad15cefe18b096a86334a60fc7df6367358f2641d8c5c5f3122ad9d91 SHA512 
5ab25498fa9141950c1077cc52bae05a2781fa86a983b5fa49fbd4a4bca70710db3d4f7b9f45fb6f8b4ee8e3d77ffde7c4c0d9e9e526443e2a8251a62306ebb6
 WHIRLPOOL 
cbbac5cce87dd41ad05b13732d0f5a3442c980152d8864522f5df47ffed7a260a131c819ceb40edd07cd74454fc9f4c0c7eb41fe734509a4e123d28bc58d813f
+AUX 1.36/0001-Update-libtool-initialization.patch 984 SHA256 
37541554f38b089a732bc0b877748dd11abc72e4a5b9cd5e39e2aedde8dd SHA512 
c1d72b214d2ae5d1ecebc9333e1926d475d84c992af22379d3eb94f1ce5dbd0444b4f24d757de038d0b941d3f720d13e53837b0655019cb82c136622bca7496c
 WHIRLPOOL 
ab4eab1074b81d96c6e70f173526b6e59f2755ed3a33eb06bfa71101c2faa9059812f0fb298f019dda78089e9636e2122d8493bcb2038edf509bfce5d04b1406
+AUX 1.36/0002-Add-support-for-Gentoo-in-distribution-detection.patch 725 
SHA256 14f65aacc0c5a46391c57a6cd67b389aeb9e44a6afb63f8bc4a299f8ba30500d SHA512 
89f4375aef8f025b4cc1271f92d33a58927a13d05167c14c02fa48849bbe7283af684ea0e63632c7f7b8b04c9be463d29c07e65ca52b606283c1e0270c4db167
 WHIRLPOOL 
8ef3b5e5e0cfe6625c1a3de11b5bcf445a3aea4f6417b88b413c82c0f005fb24ecf7f5679effc7aaedff7a1ac5dd441b271b56d997d66b44a7eaba965b2c7674
+AUX 1.36/0003-Workaround-autotools-utils-detection-of-gtk-doc.patch 1168 
SHA256 5cd4028d943c607b440308f1cbff9dddabc988ae3f984ce655491a45d10c06f8 SHA512 
8c45fb951ceecfc67bcbb426a1bd37bfd31981bde2b8235c1508ccf4eb3a1a44627beffc824a3cff333a40a425da17ef77962b5ea9c1a875acb6adf0d47e8931
 WHIRLPOOL 
353115465ecef08a357e43958deb5edd21e32f9c1d86099b0eed2977783dc11d1bb0ce71ee610a4520279887e26f39e27ffe1a63e2d965e34058aae1aecd2eff
+DIST libguestfs-1.28.5.tar.gz 12747537 BLAKE2B 
b0cc023efef41955c4b448b68bd5578d88d305364afdc1fc24c7d26ba5fae4a1b81ee58799d42774ea28e162208edbf36a0e49c1a7e4f751c74e9c45e9a472a6
 SHA512 
5ab25498fa9141950c1077cc52bae05a2781fa86a983b5fa49fbd4a4bca70710db3d4f7b9f45fb6f8b4ee8e3d77ffde7c4c0d9e9e526443e2a8251a62306ebb6
+DIST libguestfs-1.36.11.tar.gz 23172504 SHA256 
48a9205da215ea856b727d85251e5a747829f92c7a0abe9671d73d4b5c2b3813 SHA512 
81217bc2be1755f108af815238f144ab72ecb5cc6a815bc50246463508bed739848b9b67c6cf8b1d68c3cfa0aca66857e9006c11e3a8fe20fc1ddcb22c562571
 WHIRLPOOL 
a4a2ab4be541d031b979025e5051f0bacc5a42a7ece6c14c07a3bc567ab32cae24a1ddca634837753b9f609dab3b99b0e1dbbd8118868230ac63e8247b519161
 EBUILD libguestfs-1.28.5_p1-r3.ebuild 3798 SHA256 
419358fdc6f21d83392a82ebaf1bf381c1f88f9d04b09c0103be28615f63b09b SHA512 
17a68acc079cb767c42886a950b85b48f27b3fc10221dc30a2ac032d3e2b2c7873ffa5dc5165b2cd80df8c8098c26ded3da3bfcfcd9a0bb282c30fcce60a1ab5
 WHIRLPOOL 
e645182f9ee4bcc55d315771904055b5c2112e7bfa6e78bd35979b3525b6bd6fe8d0aafafafb2b76f32a070f57d66accee076fb0155a92ea8f75d5629881e1f1
+EBUILD 

[gentoo-commits] proj/openrc:master commit in: init.d/

2017-12-11 Thread William Hubbs
commit: ee2524cd1d0305e207f7dfac52742a1d5e77ea4a
Author: William Hubbs  gmail  com>
AuthorDate: Mon Dec 11 23:41:04 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Dec 11 23:41:04 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=ee2524cd

net-online: clean up quoting and test for existence

This is for #178.

 init.d/net-online.in | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/init.d/net-online.in b/init.d/net-online.in
index 41910fa0..cd0cb4e2 100644
--- a/init.d/net-online.in
+++ b/init.d/net-online.in
@@ -44,9 +44,13 @@ start ()
ifcount=0
for dev in ${interfaces}; do
: $((ifcount += 1))
-   read carrier < /sys/class/net/$dev/carrier 2> /dev/null
-   [ $carrier -eq 1 ] && : $((carriers += 1))
-   read operstate < /sys/class/net/$dev/operstate 2> /dev/null
+   carrier=
+   [ -e /sys/class/net/$dev/carrier ] &&
+   read carrier < /sys/class/net/$dev/carrier
+   [ "$carrier" = 1 ] && : $((carriers += 1))
+   operstate=
+   [ -e /sys/class/net/$dev/operstate ] &&
+   read operstate < /sys/class/net/$dev/operstate
[ "$operstate" = up ] && : $((configured += 1))
done
[ $configured -eq $ifcount ] && [ $carriers -ge 1 ] && break



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

2017-12-11 Thread Matt Thode
commit: 6224c4d95b25769e1049aeef15107064dd19c043
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Dec 11 23:38:33 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Dec 11 23:38:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6224c4d9

dev-python/flufl-lock: fixing description

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/flufl-lock/flufl-lock-3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flufl-lock/flufl-lock-3.2.ebuild 
b/dev-python/flufl-lock/flufl-lock-3.2.ebuild
index c6a4c32483c..d757bbabce0 100644
--- a/dev-python/flufl-lock/flufl-lock-3.2.ebuild
+++ b/dev-python/flufl-lock/flufl-lock-3.2.ebuild
@@ -8,7 +8,7 @@ inherit distutils-r1
 
 MY_PN=${PN/-/.}
 
-DESCRIPTION="python3_4 python3_5 python3_6"
+DESCRIPTION="NFS-safe file locking with timeouts for POSIX systems."
 HOMEPAGE="https://gitlab.com/warsaw/flufl.lock;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/${MY_PN}-${PV}"



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

2017-12-11 Thread Matt Turner
commit: 207864610bf388aa419ce22a588769ac63514eb7
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Dec 11 23:13:43 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Dec 11 23:13:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20786461

sys-devel/gcc-6.4.0: alpha stable, bug 638030

 sys-devel/gcc/gcc-6.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-6.4.0.ebuild b/sys-devel/gcc/gcc-6.4.0.ebuild
index dc74a919609..bd2145f54e1 100644
--- a/sys-devel/gcc/gcc-6.4.0.ebuild
+++ b/sys-devel/gcc/gcc-6.4.0.ebuild
@@ -8,7 +8,7 @@ UCLIBC_VER="1.0"
 
 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 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2017-12-11 Thread Patrice Clement
commit: c45b11f5dc5b75b510a4de574f0acef0d502a740
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Dec 11 23:04:21 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Dec 11 23:04:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45b11f5

profiles: mask net-misc/cocaine-core.

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0db51572091..693d4494272 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Patrice Clement  (12 Dec 2017)
+# Masked due to a hard dependency on an ancient versions of dev-libs/msgpack
+# (<0.6) that have been punted from the tree.
+net-misc/cocaine-core
+
 # Jonas Stein  (10 Dec 2017)
 # Site blocks certain IP blocks from downloading files, while the package
 # may not be mirrored. (bug #640508)



[gentoo-commits] proj/musl:master commit in: media-libs/mesa/files/, media-libs/mesa/

2017-12-11 Thread Aric Belsito
commit: 9322efe89c8b65579c2216ec96978dd5ad608753
Author: Aric Belsito  gmail  com>
AuthorDate: Mon Dec 11 22:29:23 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon Dec 11 22:29:23 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=9322efe8

media-libs/mesa: fix patch

 media-libs/mesa/files/mesa-17-execinfo.patch | 77 
 media-libs/mesa/mesa-17.3.0.ebuild   |  2 +-
 2 files changed, 78 insertions(+), 1 deletion(-)

diff --git a/media-libs/mesa/files/mesa-17-execinfo.patch 
b/media-libs/mesa/files/mesa-17-execinfo.patch
new file mode 100644
index 000..87b2ce6
--- /dev/null
+++ b/media-libs/mesa/files/mesa-17-execinfo.patch
@@ -0,0 +1,77 @@
+diff -Naur mesa-17.3.0.orig/configure.ac mesa-17.3.0/configure.ac
+--- mesa-17.3.0.orig/configure.ac  2017-12-08 05:49:11.0 -0800
 mesa-17.3.0/configure.ac   2017-12-11 14:11:53.587811247 -0800
+@@ -794,6 +794,7 @@
+ AC_CHECK_FUNC([strtof], [DEFINES="$DEFINES -DHAVE_STRTOF"])
+ AC_CHECK_FUNC([mkostemp], [DEFINES="$DEFINES -DHAVE_MKOSTEMP"])
+ AC_CHECK_FUNC([memfd_create], [DEFINES="$DEFINES -DHAVE_MEMFD_CREATE"])
++AC_CHECK_HEADER([execinfo.h], [DEFINES="$DEFINES -DHAVE_EXECINFO_H"])
+ 
+ AC_MSG_CHECKING([whether strtod has locale support])
+ AC_LINK_IFELSE([AC_LANG_SOURCE([[
+diff -Naur mesa-17.3.0.orig/src/gallium/auxiliary/util/u_debug_symbol.c 
mesa-17.3.0/src/gallium/auxiliary/util/u_debug_symbol.c
+--- mesa-17.3.0.orig/src/gallium/auxiliary/util/u_debug_symbol.c   
2017-12-08 05:49:11.0 -0800
 mesa-17.3.0/src/gallium/auxiliary/util/u_debug_symbol.c2017-12-11 
14:13:52.780809112 -0800
+@@ -219,7 +219,7 @@
+ #endif /* PIPE_OS_WINDOWS */
+ 
+ 
+-#if defined(__GLIBC__) && !defined(__UCLIBC__)
++#if defined(HAVE_EXECINFO_H)
+ 
+ #include 
+ 
+@@ -240,7 +240,7 @@
+return TRUE;
+ }
+ 
+-#endif /* defined(__GLIBC__) && !defined(__UCLIBC__) */
++#endif /* defined(HAVE_EXECINFO_H) */
+ 
+ 
+ void
+@@ -252,7 +252,7 @@
+}
+ #endif
+ 
+-#if defined(__GLIBC__) && !defined(__UCLIBC__)
++#if defined(HAVE_EXECINFO_H)
+if (debug_symbol_name_glibc(addr, buf, size)) {
+return;
+}
+diff -Naur mesa-17.3.0.orig/src/mapi/glapi/gen/gl_gentable.py 
mesa-17.3.0/src/mapi/glapi/gen/gl_gentable.py
+--- mesa-17.3.0.orig/src/mapi/glapi/gen/gl_gentable.py 2017-12-08 
05:49:11.0 -0800
 mesa-17.3.0/src/mapi/glapi/gen/gl_gentable.py  2017-12-11 
14:11:53.587811247 -0800
+@@ -43,7 +43,7 @@
+ #endif
+ 
+ #if (defined(GLXEXT) && defined(HAVE_BACKTRACE)) \\
+-  || (!defined(GLXEXT) && defined(DEBUG) && !defined(__CYGWIN__) && 
!defined(__MINGW32__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && 
!defined(__DragonFly__))
++  || (!defined(GLXEXT) && defined(DEBUG) && defined(HAVE_EXECINFO_H))
+ #define USE_BACKTRACE
+ #endif
+ 
+diff -Naur mesa-17.3.0.orig/src/mapi/glapi/glapi_gentable.c 
mesa-17.3.0/src/mapi/glapi/glapi_gentable.c
+--- mesa-17.3.0.orig/src/mapi/glapi/glapi_gentable.c   2017-12-08 
05:49:45.0 -0800
 mesa-17.3.0/src/mapi/glapi/glapi_gentable.c2017-12-11 
14:11:53.588811247 -0800
+@@ -36,7 +36,7 @@
+ #endif
+ 
+ #if (defined(GLXEXT) && defined(HAVE_BACKTRACE)) \
+-  || (!defined(GLXEXT) && defined(DEBUG) && !defined(__CYGWIN__) && 
!defined(__MINGW32__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && 
!defined(__DragonFly__))
++  || (!defined(GLXEXT) && defined(DEBUG) && defined(HAVE_EXECINFO_H))
+ #define USE_BACKTRACE
+ #endif
+ 
+diff -Naur mesa-17.3.0.orig/src/mesa/drivers/dri/i915/intel_regions.c 
mesa-17.3.0/src/mesa/drivers/dri/i915/intel_regions.c
+--- mesa-17.3.0.orig/src/mesa/drivers/dri/i915/intel_regions.c 2017-12-08 
05:49:11.0 -0800
 mesa-17.3.0/src/mesa/drivers/dri/i915/intel_regions.c  2017-12-11 
14:11:53.588811247 -0800
+@@ -57,7 +57,7 @@
+  */
+ #define DEBUG_BACKTRACE_SIZE 0
+ 
+-#if DEBUG_BACKTRACE_SIZE == 0
++#if DEBUG_BACKTRACE_SIZE == 0 || !defined(HAVE_EXECINFO_H)
+ /* Use the standard debug output */
+ #define _DBG(...) DBG(__VA_ARGS__)
+ #else

diff --git a/media-libs/mesa/mesa-17.3.0.ebuild 
b/media-libs/mesa/mesa-17.3.0.ebuild
index 1513134..49ae075 100644
--- a/media-libs/mesa/mesa-17.3.0.ebuild
+++ b/media-libs/mesa/mesa-17.3.0.ebuild
@@ -280,7 +280,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-   eapply "${FILESDIR}"/${PN}-11-execinfo.patch
+   eapply "${FILESDIR}"/${PN}-17-execinfo.patch
eapply "${FILESDIR}"/${PN}-13-musl_endian.patch
 
eautoreconf



[gentoo-commits] repo/gentoo:master commit in: dev-libs/msgpack/files/, dev-libs/msgpack/

2017-12-11 Thread Patrice Clement
commit: d7a074a0f604e82fc81366acf250278d48d5eb48
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Dec 11 20:56:11 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Dec 11 20:58:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a074a0

dev-libs/msgpack: pack oversized patch away into a tarball.

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

 dev-libs/msgpack/Manifest  |1 +
 .../msgpack-2.0.0-gcc7-implicit-fallthrough.patch  | 1798 
 dev-libs/msgpack/msgpack-2.0.0.ebuild  |7 +-
 3 files changed, 6 insertions(+), 1800 deletions(-)

diff --git a/dev-libs/msgpack/Manifest b/dev-libs/msgpack/Manifest
index 99c3d1999db..28aeda04320 100644
--- a/dev-libs/msgpack/Manifest
+++ b/dev-libs/msgpack/Manifest
@@ -3,5 +3,6 @@ DIST msgpack-1.0.0.tar.gz 478108 BLAKE2B 
2e624184453e1de2a183a2d90b4c642861932a6
 DIST msgpack-1.0.1.tar.gz 484598 BLAKE2B 
d89e71897d2d7238911f98854927e2b4b934c60cdf497b0784857ed2151a3fd4c3926a8b95cddde31cc1dcef3483c407b03322c05992a737d73584f47cd8a9d9
 SHA512 
da20ddafe6ec4b61b1ea9cc9e79070c5ce7805974c0fd18ed46d6dc422732b93f29c6b28cf72ada3c0d55f00f8b17655538535f46a60252083e2afe12545
 DIST msgpack-1.1.0.tar.gz 493551 BLAKE2B 
3ee162fcba5ae61c7c69945a567ac4d39526e7941f42cc2ed55bc5885b823af84eea212c4e75e8e8583e8ea8a5e12f75e969409193c5e7273430e2e02d33a02c
 SHA512 
6823fab090c2146f871a45736c29b8f81434f0d72c597ebea2e947e4a9a17554e163bc88fbbc3dd0805b2ef0df029b10ca30c09dfbd252b9861a1e373901
 DIST msgpack-1.4.2.tar.gz 776384 BLAKE2B 
c8605847aca3faa3aba2c573bc6f020fbfbc773e008c682978453ed353206cbb9d8ba4d521a11984f5bf7f9005b05f3ae33d6c48233f19b39f8b7f307031d36a
 SHA512 
c2da1d3bcc4e3dbcd93e005c63796e52e071d47ccd18434d4d3483b2e8255cf89ade746392decaa50e3911ca0134bb0da88b3b2ada9acfba0d331dfd48843548
+DIST msgpack-2.0.0-patchset.tar.bz2 1645 BLAKE2B 
273faa0fe88f4da06b57b7deb02de77191bdb6c5ca76d314043636979157b879f73cbcb0a0b931cecb3eb0f706b3c6cce0e42350eebf20c44503393504c9edb0
 SHA512 
7b40b0e6675b333bdbf3d811e47a55e35c4aa136e378966ce3e5f42aaf6de57d883db71ed5c189c6da1803d6725847db23f6fdf1cc0cdc921d3cadcf245545c4
 DIST msgpack-2.0.0.tar.gz 446063 BLAKE2B 
24bb0657dc8f190740ae3f91541f702d9954e1ff6c12931c43911556a1d34634882dd59678e5aae4a4b55733620a1445c2fef0379be9454b0fa32ce5d7515f08
 SHA512 
74d1c9641ecdf1a54346088c59415cf778821dc6f6acb0c5a8a93c2284edaf53c4746459093971d96136279fbd8de10cb9a43dd8d8220d335618ad30e971e9a3
 DIST msgpack-2.1.1.tar.gz 460168 BLAKE2B 
b6e3746033e4779139c5efe0d48eb00e19badff17f910f5a5cdba8ebdccb178f88cbb4e6e85687e4a2ddb0d5c9e6b53dec1e4cc2cee070b5e51e38c5a67b0ad3
 SHA512 
31ed6fda498d43da6fdbbe000ce36c40e4cf886f00d879c57d406def7f5bba4eaf66f02f221398cb50f6f4c748d5cde9c97eca0cfa21b368c7c933c3301cf9b5

diff --git 
a/dev-libs/msgpack/files/msgpack-2.0.0-gcc7-implicit-fallthrough.patch 
b/dev-libs/msgpack/files/msgpack-2.0.0-gcc7-implicit-fallthrough.patch
deleted file mode 100644
index 1562c036268..000
--- a/dev-libs/msgpack/files/msgpack-2.0.0-gcc7-implicit-fallthrough.patch
+++ /dev/null
@@ -1,1798 +0,0 @@
-diff -aurP msgpack-2.0.0/erb/v1/cpp03_define_array.hpp.erb 
msgpack-2.0.0.new/erb/v1/cpp03_define_array.hpp.erb
 msgpack-2.0.0/erb/v1/cpp03_define_array.hpp.erb2016-06-18 
18:20:36.0 -0500
-+++ msgpack-2.0.0.new/erb/v1/cpp03_define_array.hpp.erb2017-08-01 
17:20:57.803000361 -0500
-@@ -66,7 +66,9 @@
- msgpack::object *ptr = o.via.array.ptr;
- switch(size) {
- default:<%(i).downto(0) {|j|%>
--case <%=j+1%>: ptr[<%=j%>].convert(a<%=j%>);<%}%>
-+case <%=j+1%>: ptr[<%=j%>].convert(a<%=j%>);
-+// fallthrough
-+<%}%>
- }
- }
- }
-diff -aurP msgpack-2.0.0/include/msgpack/unpack_template.h 
msgpack-2.0.0.new/include/msgpack/unpack_template.h
 msgpack-2.0.0/include/msgpack/unpack_template.h2016-05-27 
21:10:28.0 -0500
-+++ msgpack-2.0.0.new/include/msgpack/unpack_template.h2017-08-01 
17:20:49.389000738 -0500
-@@ -248,6 +248,7 @@
- 
- _fixed_trail_again:
- ++p;
-+// fallthrough
- 
- default:
- if((size_t)(pe - p) < trail) { goto _out; }
-diff -aurP 
msgpack-2.0.0/include/msgpack/v1/adaptor/detail/cpp03_define_array.hpp 
msgpack-2.0.0.new/include/msgpack/v1/adaptor/detail/cpp03_define_array.hpp
 msgpack-2.0.0/include/msgpack/v1/adaptor/detail/cpp03_define_array.hpp 
2016-06-24 21:16:43.0 -0500
-+++ msgpack-2.0.0.new/include/msgpack/v1/adaptor/detail/cpp03_define_array.hpp 
2017-08-01 17:23:32.690993409 -0500
-@@ -67,6 +67,8 @@
- switch(size) {
- default:
- case 1: ptr[0].convert(a0);
-+// fallthrough
-+
- }
- }
- }
-@@ -105,7 +107,9 @@
- switch(size) {
- default:
- case 2: 

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

2017-12-11 Thread Patrice Clement
commit: 07d48d993a40f8b511b80e734560e8556701ee0d
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Dec 11 20:57:54 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Dec 11 20:58:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d48d99

dev-libs/msgpack: clean up old.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/msgpack/Manifest |  3 ---
 dev-libs/msgpack/msgpack-0.5.9.ebuild | 24 
 dev-libs/msgpack/msgpack-1.0.0.ebuild | 42 ---
 dev-libs/msgpack/msgpack-1.0.1.ebuild | 42 ---
 4 files changed, 111 deletions(-)

diff --git a/dev-libs/msgpack/Manifest b/dev-libs/msgpack/Manifest
index 28aeda04320..217c25e1585 100644
--- a/dev-libs/msgpack/Manifest
+++ b/dev-libs/msgpack/Manifest
@@ -1,6 +1,3 @@
-DIST msgpack-0.5.9.tar.gz 431625 BLAKE2B 
655cab16b178c9b26893231983aa7324b2cb6321d620d9f7a298fde6413e445e1aabfb43153b95e10bcc6de7c177f0663746f74a7c992571daa14a6952b412cb
 SHA512 
9488bf8d4aefb44ce7554cfc1e6a5fee50b774ca173a7cb8a344f421da64d51d5c60d58fd7aaf93490a33447ad2150098c164ef6a11b6b042c3b1b4a38d06435
-DIST msgpack-1.0.0.tar.gz 478108 BLAKE2B 
2e624184453e1de2a183a2d90b4c642861932a60fdbee0157e85f91566d7c936575f7bef92941bf7e8ce4cf0df4c7a20ba05283979b85b4d84f3a729841b59df
 SHA512 
afa9bf4e49fe619292e6bb59e11b0288381389d06b03778f77586ec61105a47c822eed4931a610495ac6965050266cd47c02a39095995abf702865a7b64abd88
-DIST msgpack-1.0.1.tar.gz 484598 BLAKE2B 
d89e71897d2d7238911f98854927e2b4b934c60cdf497b0784857ed2151a3fd4c3926a8b95cddde31cc1dcef3483c407b03322c05992a737d73584f47cd8a9d9
 SHA512 
da20ddafe6ec4b61b1ea9cc9e79070c5ce7805974c0fd18ed46d6dc422732b93f29c6b28cf72ada3c0d55f00f8b17655538535f46a60252083e2afe12545
 DIST msgpack-1.1.0.tar.gz 493551 BLAKE2B 
3ee162fcba5ae61c7c69945a567ac4d39526e7941f42cc2ed55bc5885b823af84eea212c4e75e8e8583e8ea8a5e12f75e969409193c5e7273430e2e02d33a02c
 SHA512 
6823fab090c2146f871a45736c29b8f81434f0d72c597ebea2e947e4a9a17554e163bc88fbbc3dd0805b2ef0df029b10ca30c09dfbd252b9861a1e373901
 DIST msgpack-1.4.2.tar.gz 776384 BLAKE2B 
c8605847aca3faa3aba2c573bc6f020fbfbc773e008c682978453ed353206cbb9d8ba4d521a11984f5bf7f9005b05f3ae33d6c48233f19b39f8b7f307031d36a
 SHA512 
c2da1d3bcc4e3dbcd93e005c63796e52e071d47ccd18434d4d3483b2e8255cf89ade746392decaa50e3911ca0134bb0da88b3b2ada9acfba0d331dfd48843548
 DIST msgpack-2.0.0-patchset.tar.bz2 1645 BLAKE2B 
273faa0fe88f4da06b57b7deb02de77191bdb6c5ca76d314043636979157b879f73cbcb0a0b931cecb3eb0f706b3c6cce0e42350eebf20c44503393504c9edb0
 SHA512 
7b40b0e6675b333bdbf3d811e47a55e35c4aa136e378966ce3e5f42aaf6de57d883db71ed5c189c6da1803d6725847db23f6fdf1cc0cdc921d3cadcf245545c4

diff --git a/dev-libs/msgpack/msgpack-0.5.9.ebuild 
b/dev-libs/msgpack/msgpack-0.5.9.ebuild
deleted file mode 100644
index e78a1cac849..000
--- a/dev-libs/msgpack/msgpack-0.5.9.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-multilib
-
-DESCRIPTION="MessagePack is a binary-based efficient data interchange format"
-HOMEPAGE="http://msgpack.org/ https://github.com/msgpack/msgpack-c/;
-SRC_URI="https://github.com/${PN}/${PN}-c/releases/download/cpp-${PV}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="static-libs test"
-
-DEPEND="test? ( >=dev-cpp/gtest-1.6.0-r2[${MULTILIB_USEDEP}] )"
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_prepare() {
-   sed -i 's/-O3 //' configure.in || die
-   autotools-multilib_src_prepare
-}

diff --git a/dev-libs/msgpack/msgpack-1.0.0.ebuild 
b/dev-libs/msgpack/msgpack-1.0.0.ebuild
deleted file mode 100644
index 0b5bdcd69b1..000
--- a/dev-libs/msgpack/msgpack-1.0.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-multilib
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN}/${PN}-c.git;
-else
-   
SRC_URI="https://github.com/${PN}/${PN}-c/releases/download/cpp-${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-fi
-
-DESCRIPTION="MessagePack is a binary-based efficient data interchange format"
-HOMEPAGE="http://msgpack.org/ https://github.com/msgpack/msgpack-c/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+cxx static-libs test"
-
-DEPEND="
-   test? (
-   >=dev-cpp/gtest-1.6.0-r2[${MULTILIB_USEDEP}]
-   sys-libs/zlib[${MULTILIB_USEDEP}]
-   )
-"
-
-DOCS=( README.md )
-PATCHES=(
-   "${FILESDIR}"/${P}-cflags.patch
-   "${FILESDIR}"/${P}-static.patch
-)
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use cxx MSGPACK_ENABLE_CXX)
-   $(cmake-utils_use static-libs 

[gentoo-commits] proj/openrc:master commit in: init.d/

2017-12-11 Thread William Hubbs
commit: 5c81661d4758dea039860ae2481476a70e78ac47
Author: Marcel Greter  ocbnet  ch>
AuthorDate: Sat Dec  9 22:18:03 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Dec 11 20:46:16 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=5c81661d

Gracefully handle unreadable /sys/class/net/dev/ nodes

Fixes https://bugs.gentoo.org/629228
Fixes #189
Fixes #185
Fixes #178

 init.d/net-online.in | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/init.d/net-online.in b/init.d/net-online.in
index 45041c80..41910fa0 100644
--- a/init.d/net-online.in
+++ b/init.d/net-online.in
@@ -31,7 +31,7 @@ get_interfaces()
 start ()
 {
local carriers configured dev gateway ifcount infinite
-   local rc state x
+   local carrier operstate rc
 
ebegin "Checking to see if the network is online"
rc=0
@@ -44,10 +44,10 @@ start ()
ifcount=0
for dev in ${interfaces}; do
: $((ifcount += 1))
-   read x < /sys/class/net/$dev/carrier
-   [ $x -eq 1 ] && : $((carriers += 1))
-   read x < /sys/class/net/$dev/operstate
-   [ "$x" = up ] && : $((configured += 1))
+   read carrier < /sys/class/net/$dev/carrier 2> /dev/null
+   [ $carrier -eq 1 ] && : $((carriers += 1))
+   read operstate < /sys/class/net/$dev/operstate 2> /dev/null
+   [ "$operstate" = up ] && : $((configured += 1))
done
[ $configured -eq $ifcount ] && [ $carriers -ge 1 ] && break
sleep 1



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

2017-12-11 Thread Sergei Trofimovich
commit: 7ed8d2f28fc241748985b4b63b1eb05feb3f743c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Dec 11 20:39:29 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Dec 11 20:54:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed8d2f2

app-text/aspell: stable 0.60.7_rc1 for ia64, bug #639646

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

 app-text/aspell/aspell-0.60.7_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/aspell/aspell-0.60.7_rc1.ebuild 
b/app-text/aspell/aspell-0.60.7_rc1.ebuild
index 2ca3eb51c12..34ac63ba392 100644
--- a/app-text/aspell/aspell-0.60.7_rc1.ebuild
+++ b/app-text/aspell/aspell-0.60.7_rc1.ebuild
@@ -17,7 +17,7 @@ fi
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="nls unicode"
 
 PDEPEND="app-dicts/aspell-en"



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

2017-12-11 Thread Sergei Trofimovich
commit: e554f337240dbd416708a4fdc01f9d35696a6744
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Dec 11 20:39:35 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Dec 11 20:54:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e554f337

dev-ruby/yard: stable 0.9.11 for ia64, bug #639708

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

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

diff --git a/dev-ruby/yard/yard-0.9.11.ebuild b/dev-ruby/yard/yard-0.9.11.ebuild
index 36b2b4cd48c..14fb2dbfa73 100644
--- a/dev-ruby/yard/yard-0.9.11.ebuild
+++ b/dev-ruby/yard/yard-0.9.11.ebuild
@@ -23,7 +23,7 @@ SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount 
dev-ruby/bluecloth dev-ruby/kramdown ) )"



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

2017-12-11 Thread Sergei Trofimovich
commit: 80c0f34b9e8246e737373a4aac96a8f4071d813c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Dec 11 20:39:19 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Dec 11 20:54:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c0f34b

app-editors/emacs: stable 25.3 for ia64, bug #639598

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

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

diff --git a/app-editors/emacs/emacs-25.3.ebuild 
b/app-editors/emacs/emacs-25.3.ebuild
index 53ef8c9a4b9..0cacc0f2275 100644
--- a/app-editors/emacs/emacs-25.3.ebuild
+++ b/app-editors/emacs/emacs-25.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz"
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="25"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos 
libxml2 livecd m17n-lib motif pax_kernel png selinux sound source ssl svg tiff 
toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib"
 REQUIRED_USE="?? ( aqua X )"
 



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

2017-12-11 Thread Michał Górny
commit: 66ddbdfdaa75357c14bbb7933f8a68880e270892
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 11 20:36:48 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 11 20:44:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ddbdfd

sys-devel/clang: Do not enable docs by default

Reported by leio.

 sys-devel/clang/clang-4.0.1.ebuild | 2 +-
 sys-devel/clang/clang-5.0.0.ebuild | 2 +-
 sys-devel/clang/clang-5.0.1_rc2.ebuild | 2 +-
 sys-devel/clang/clang-5.0..ebuild  | 2 +-
 sys-devel/clang/clang-.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-devel/clang/clang-4.0.1.ebuild 
b/sys-devel/clang/clang-4.0.1.ebuild
index 0a5bba97ea0..d66e2ead632 100644
--- a/sys-devel/clang/clang-4.0.1.ebuild
+++ b/sys-devel/clang/clang-4.0.1.ebuild
@@ -27,7 +27,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
 LICENSE="UoI-NCSA"
 SLOT="$(get_major_version)"
 KEYWORDS="~amd64 ~arm64 x86"
-IUSE="debug default-compiler-rt default-libcxx +doc +static-analyzer
+IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer
test xml elibc_musl kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="

diff --git a/sys-devel/clang/clang-5.0.0.ebuild 
b/sys-devel/clang/clang-5.0.0.ebuild
index 966aaf7df53..eed257be3e9 100644
--- a/sys-devel/clang/clang-5.0.0.ebuild
+++ b/sys-devel/clang/clang-5.0.0.ebuild
@@ -27,7 +27,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
 LICENSE="UoI-NCSA"
 SLOT="$(get_major_version)"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="debug default-compiler-rt default-libcxx +doc +static-analyzer
+IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer
test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="

diff --git a/sys-devel/clang/clang-5.0.1_rc2.ebuild 
b/sys-devel/clang/clang-5.0.1_rc2.ebuild
index 941177f9291..f3f3e4862d3 100644
--- a/sys-devel/clang/clang-5.0.1_rc2.ebuild
+++ b/sys-devel/clang/clang-5.0.1_rc2.ebuild
@@ -31,7 +31,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
 LICENSE="UoI-NCSA"
 SLOT="$(ver_cut 1)"
 KEYWORDS=""
-IUSE="debug default-compiler-rt default-libcxx +doc +static-analyzer
+IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer
test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="

diff --git a/sys-devel/clang/clang-5.0..ebuild 
b/sys-devel/clang/clang-5.0..ebuild
index bf4d7407c8a..f76c84f2306 100644
--- a/sys-devel/clang/clang-5.0..ebuild
+++ b/sys-devel/clang/clang-5.0..ebuild
@@ -27,7 +27,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
 LICENSE="UoI-NCSA"
 SLOT="$(ver_cut 1)"
 KEYWORDS=""
-IUSE="debug default-compiler-rt default-libcxx +doc +static-analyzer
+IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer
test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="

diff --git a/sys-devel/clang/clang-.ebuild 
b/sys-devel/clang/clang-.ebuild
index 963248a22dd..fa7bcae61ff 100644
--- a/sys-devel/clang/clang-.ebuild
+++ b/sys-devel/clang/clang-.ebuild
@@ -28,7 +28,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
 LICENSE="UoI-NCSA"
 SLOT="6"
 KEYWORDS=""
-IUSE="debug default-compiler-rt default-libcxx +doc +static-analyzer
+IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer
test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="



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

2017-12-11 Thread Michał Górny
commit: 2dc74e73c0f7d6588153c9e4ae2130928596e05b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 11 20:36:26 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 11 20:44:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc74e73

sys-devel/llvm: Do not enable docs by default

Reported by leio.

 sys-devel/llvm/llvm-4.0.1-r1.ebuild  | 2 +-
 sys-devel/llvm/llvm-5.0.0.ebuild | 2 +-
 sys-devel/llvm/llvm-5.0.1_rc2.ebuild | 2 +-
 sys-devel/llvm/llvm-5.0..ebuild  | 2 +-
 sys-devel/llvm/llvm-.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-devel/llvm/llvm-4.0.1-r1.ebuild 
b/sys-devel/llvm/llvm-4.0.1-r1.ebuild
index 1931365e8a7..f503dcebab2 100644
--- a/sys-devel/llvm/llvm-4.0.1-r1.ebuild
+++ b/sys-devel/llvm/llvm-4.0.1-r1.ebuild
@@ -33,7 +33,7 @@ LICENSE="UoI-NCSA rc BSD public-domain
llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="$(get_major_version)"
 KEYWORDS="~amd64 ~arm ~arm64 x86"
-IUSE="debug +doc gold libedit +libffi ncurses test
+IUSE="debug doc gold libedit +libffi ncurses test
elibc_musl kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="

diff --git a/sys-devel/llvm/llvm-5.0.0.ebuild b/sys-devel/llvm/llvm-5.0.0.ebuild
index d699c29c5be..d17069e4d37 100644
--- a/sys-devel/llvm/llvm-5.0.0.ebuild
+++ b/sys-devel/llvm/llvm-5.0.0.ebuild
@@ -33,7 +33,7 @@ LICENSE="UoI-NCSA rc BSD public-domain
llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="$(get_major_version)"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="debug +doc gold libedit +libffi ncurses test
+IUSE="debug doc gold libedit +libffi ncurses test
kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="

diff --git a/sys-devel/llvm/llvm-5.0.1_rc2.ebuild 
b/sys-devel/llvm/llvm-5.0.1_rc2.ebuild
index 42978ec5cce..9aea6642c97 100644
--- a/sys-devel/llvm/llvm-5.0.1_rc2.ebuild
+++ b/sys-devel/llvm/llvm-5.0.1_rc2.ebuild
@@ -33,7 +33,7 @@ LICENSE="UoI-NCSA rc BSD public-domain
llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="$(ver_cut 1)"
 KEYWORDS=""
-IUSE="debug +doc gold libedit +libffi ncurses test
+IUSE="debug doc gold libedit +libffi ncurses test
kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="

diff --git a/sys-devel/llvm/llvm-5.0..ebuild 
b/sys-devel/llvm/llvm-5.0..ebuild
index 2c8a9d8ecf0..0e76b0add93 100644
--- a/sys-devel/llvm/llvm-5.0..ebuild
+++ b/sys-devel/llvm/llvm-5.0..ebuild
@@ -35,7 +35,7 @@ LICENSE="UoI-NCSA rc BSD public-domain
llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="$(ver_cut 1)"
 KEYWORDS=""
-IUSE="debug +doc gold libedit +libffi ncurses test
+IUSE="debug doc gold libedit +libffi ncurses test
kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="

diff --git a/sys-devel/llvm/llvm-.ebuild b/sys-devel/llvm/llvm-.ebuild
index af9daf563fa..2cfb454f37a 100644
--- a/sys-devel/llvm/llvm-.ebuild
+++ b/sys-devel/llvm/llvm-.ebuild
@@ -37,7 +37,7 @@ LICENSE="UoI-NCSA rc BSD public-domain
llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="6"
 KEYWORDS=""
-IUSE="debug +doc gold libedit +libffi ncurses test
+IUSE="debug doc gold libedit +libffi ncurses test
kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/gnome-terminal/, x11-terms/gnome-terminal/files/

2017-12-11 Thread Michał Górny
commit: 7692068bede4749a655c897692b4573e5f85c01b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 11 20:42:33 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 11 20:44:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7692068b

x11-terms/gnome-terminal: [QA] Move big patch to a distfile

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

 x11-terms/gnome-terminal/Manifest  |   1 +
 .../files/gnome-terminal-3.22.0-transparency.patch | 463 -
 .../gnome-terminal/gnome-terminal-3.22.2.ebuild|   4 +-
 3 files changed, 4 insertions(+), 464 deletions(-)

diff --git a/x11-terms/gnome-terminal/Manifest 
b/x11-terms/gnome-terminal/Manifest
index 23f6320ab04..3dd9aa88041 100644
--- a/x11-terms/gnome-terminal/Manifest
+++ b/x11-terms/gnome-terminal/Manifest
@@ -1,3 +1,4 @@
+DIST gnome-terminal-3.22.0-transparency.patch.xz 4588 BLAKE2B 
7cce4166fa2a47cd4cf55e2ee64790f7ed94d4c75b326dca15d49aef0f3a81e9c6200cd84d46b1a251376b4a108e3b94bcb53b3908b9a34306df6467a34c0760
 SHA512 
f30a25902842345f8c1b81cbe6ea9da25f428ce8867c4e021369b25a17e8135a944fa6ef4b4cba329edc5ad8af8e53c3ca4d61d172085edde80a9ee215323990
 DIST gnome-terminal-3.22.2.tar.xz 1952372 BLAKE2B 
eddaa5b3900211a2823c86353c68b96aa2a5c3f4ccd51c553ab0a5c328b4dc6e922944ea62bfab7a1dd131464196e2a88c3cd365591b5deafc722b826ce18671
 SHA512 
3fa550c49c35d53c220d1f7a3f3d49d5130e3dd4af657e05627782abb84a449c6632a9919f5a97c78a5b9d92137e8d4bd68d8b880cd86203f866b85b9cda3db3
 DIST gnome-terminal-3.24.2.tar.xz 1960952 BLAKE2B 
c94303cd8b322a37c70487fbab0f6ecd27b8e831cf44cdc80c82b31d2758f7c6927704d31c229cbbe41be565748238bbfcfae72470f273f7f3a9378c218af8b5
 SHA512 
08cd7b1b08cf22618554b1a051dcfee4a967165bfe93b77a6bc8b0c935695101e773e8d53a482d71aadb9ba7be7ac991d82dbf53b7a6f74f1f5144e4158f8a93
 DIST gnome-terminal-notify-open-title-transparency.patch.xz 37448 BLAKE2B 
159bbcf6ca387af8ae2f05c23b48afcdf11351025420ecfd10d1b8a1dd9c2c8016d1c89c6fca20dde3bf8ffe3a6091232a989cfd520fa6761f65eec29b569d84
 SHA512 
9af0d56df105a5bdb81b2609794669557a7f442f71b240ee10a6411fab20ad74c14489dbb9a536e208515053ea17776b3a15afb3b949a75a66f8c2ab3dbbff96

diff --git 
a/x11-terms/gnome-terminal/files/gnome-terminal-3.22.0-transparency.patch 
b/x11-terms/gnome-terminal/files/gnome-terminal-3.22.0-transparency.patch
deleted file mode 100644
index 981fc6d1319..000
--- a/x11-terms/gnome-terminal/files/gnome-terminal-3.22.0-transparency.patch
+++ /dev/null
@@ -1,463 +0,0 @@
-From 000785a2194012702c5245b0ac69b0003371bcdd Mon Sep 17 00:00:00 2001
-From: Debarshi Ray 
-Date: Mon, 12 May 2014 14:57:18 +0200
-Subject: [PATCH 1/3] Restore transparency
-
-The transparency settings were removed as a side effect of
-2bff4b63ed3ceef6055e35563e9b0b33ad57349d
-
-This restores them and you will need a compositing window manager to
-use it. The background image setting, also known as faux transparency,
-was not restored.
-
-The transparency checkbox lost its mnemonic accelerator because 't'
-is already taken and using any other letter would make it hard to
-restore the translations of the string.

- src/org.gnome.Terminal.gschema.xml | 10 +
- src/profile-editor.c   | 11 +
- src/profile-preferences.ui | 92 ++
- src/terminal-schemas.h |  3 ++
- src/terminal-screen.c  | 22 -
- src/terminal-window.c  |  7 +++
- 6 files changed, 144 insertions(+), 1 deletion(-)
-
-diff --git a/src/org.gnome.Terminal.gschema.xml 
b/src/org.gnome.Terminal.gschema.xml
-index c031c8a..7bdd156 100644
 a/src/org.gnome.Terminal.gschema.xml
-+++ b/src/org.gnome.Terminal.gschema.xml
-@@ -370,6 +370,16 @@
-   'narrow'
-   Whether ambiguous-width characters are narrow or wide when 
using UTF-8 encoding
- 
-+
-+  false
-+  Whether to use a transparent background
-+
-+
-+  50
-+  
-+  Adjust the amount of transparency
-+  A value between 0 and 100, where 0 is opaque and 100 is 
fully transparent.
-+
-   
- 
-   
-diff --git a/src/profile-editor.c b/src/profile-editor.c
-index 002561d..1a758a9 100644
 a/src/profile-editor.c
-+++ b/src/profile-editor.c
-@@ -1215,7 +1215,18 @@ terminal_profile_edit (GSettings  *profile,
-"active-id",
-G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
- 
-+  g_settings_bind (profile, TERMINAL_PROFILE_USE_TRANSPARENT_BACKGROUND,
-+   gtk_builder_get_object (builder, 
"use-transparent-background"),
-+   "active", G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
-+  g_settings_bind (profile, TERMINAL_PROFILE_USE_TRANSPARENT_BACKGROUND,
-+   gtk_builder_get_object (builder, 
"background-transparent-scale-box"),
-+   "sensitive", G_SETTINGS_BIND_GET | 
G_SETTINGS_BIND_NO_SENSITIVITY);
-+  g_settings_bind (profile, 

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

2017-12-11 Thread Jeroen Roovers
commit: 5c5fff74a0a578405bde38b9ccde33a23b2c0369
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Dec 11 20:37:22 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Dec 11 20:37:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5fff74

net-analyzer/nfdump: Version bump.

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 net-analyzer/nfdump/Manifest   |  1 +
 .../nfdump/files/nfdump-1.6.16-libnfdump.patch | 10 
 net-analyzer/nfdump/nfdump-1.6.16.ebuild   | 64 ++
 3 files changed, 75 insertions(+)

diff --git a/net-analyzer/nfdump/Manifest b/net-analyzer/nfdump/Manifest
index 31403c24762..24d54d76b77 100644
--- a/net-analyzer/nfdump/Manifest
+++ b/net-analyzer/nfdump/Manifest
@@ -1,3 +1,4 @@
 DIST nfdump-1.6.14-security.patch 31579 BLAKE2B 
d747526f46837e99193bf761bceb853bb44ea54bc6ca2a9977565742e1485b706f3f33370005ccf5c854429635de01f5cf594fd43122d4a6f8912e2a457d8caf
 SHA512 
ee3b82f1283f3dceb36cf60abcee7f5a8fb6c8fe257e2233c3fbb9a34b3c5608dfa101fd473c8b839356a9d1c294a37b9e65657ff1b2d5c015015ff90b2d2c97
 DIST nfdump-1.6.14.tar.gz 1834355 BLAKE2B 
be92ec6c6eb60c883863a21e7d203c487f176e862f6227bf21d17ade2a04815095c5c119719a18c106401519d7976a2b82e46a11b7f207494abef3e0f73d2716
 SHA512 
c5e5540526dfce3798728930576e4c7930c3ff80893a94d7f9e65c7c577d1e78bdc47a99c47cee837327ad202197afc378d2408b1b9b847044d0110146055ffe
 DIST nfdump-1.6.15.tar.gz 1834855 BLAKE2B 
1892cfbd1d1299c44b14a39b55c766d3dd411d7410a66b8ecbebe590c9da595c79764966ef1c91adb91b936ee3c052ad14bca27c6bcb98472011eb2c67dff60f
 SHA512 
a6bb4f2293ad85d8f16025e7272b889d3814cea2e9255dbd315ee92754675e4ee925c3ebe4e1350f2d5452d69d1d3c13ddeb656324a409c4744da1d4927fe1f2
+DIST nfdump-1.6.16.tar.gz 1814857 BLAKE2B 
cd50680adbb6023915232bb780daf2bcc4319348444a28c89fc4fdfd19225bdf243bb42179a6bd545c06ab6fafa50091401b7a286527d1863c888a96c0b0a2eb
 SHA512 
c1af3cf984c7eaaf1012c71c061e00f12dbcdf276306096436eb707552932c65b9f03e7a22b4cc0989d951c433f32c5c927600a8248826227f10b4fb2d906a32

diff --git a/net-analyzer/nfdump/files/nfdump-1.6.16-libnfdump.patch 
b/net-analyzer/nfdump/files/nfdump-1.6.16-libnfdump.patch
new file mode 100644
index 000..a748969da2e
--- /dev/null
+++ b/net-analyzer/nfdump/files/nfdump-1.6.16-libnfdump.patch
@@ -0,0 +1,10 @@
+--- a/bin/Makefile.am
 b/bin/Makefile.am
+@@ -30,7 +30,6 @@
+ LDADD = $(DEPS_LIBS)
+ 
+ #Add extra debug info for gdb
+-AM_CFLAGS = -ggdb 
+ 
+ # libnfdump sources
+ common =  nf_common.c nf_common.h 

diff --git a/net-analyzer/nfdump/nfdump-1.6.16.ebuild 
b/net-analyzer/nfdump/nfdump-1.6.16.ebuild
new file mode 100644
index 000..4c9925d973e
--- /dev/null
+++ b/net-analyzer/nfdump/nfdump-1.6.16.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="A set of tools to collect and process netflow data"
+HOMEPAGE="https://github.com/phaag/nfdump;
+SRC_URI="
+   ${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0/1.6.15"
+KEYWORDS="~amd64 ~x86"
+IUSE="compat15 debug ftconv nfprofile nftrack readpcap sflow static-libs"
+
+COMMON_DEPEND="
+   app-arch/bzip2
+   sys-libs/zlib
+   ftconv? ( sys-libs/zlib net-analyzer/flow-tools )
+   nfprofile? ( net-analyzer/rrdtool )
+   nftrack? ( net-analyzer/rrdtool )
+   readpcap? ( net-libs/libpcap )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   sys-devel/flex
+   virtual/yacc
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   dev-lang/perl
+"
+DOCS=( AUTHORS ChangeLog NEWS README )
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.6.14-libft.patch
+   "${FILESDIR}"/${PN}-1.6.16-libnfdump.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   # --without-ftconf is not handled well #322201
+   econf \
+   $(use ftconv && echo "--enable-ftconv --with-ftpath=/usr") \
+   $(use nfprofile && echo --enable-nfprofile) \
+   $(use nftrack && echo --enable-nftrack) \
+   $(use_enable compat15) \
+   $(use_enable debug devel) \
+   $(use_enable readpcap) \
+   $(use_enable sflow) \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   prune_libtool_files
+}



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

2017-12-11 Thread Michał Górny
commit: e4e28b774ec066428e0116b94af8baad3e95c559
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 11 20:01:09 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 11 20:03:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e28b77

dev-lang/crystal: [QA] Move patches to a distfile

 dev-lang/crystal/Manifest  |   1 +
 dev-lang/crystal/crystal-0.23.1.ebuild |   7 +-
 .../files/crystal-0.22.0-blocking-stdio-hack.patch |  20 -
 .../files/crystal-0.23.0-verbose-LDFLAGS.patch |   9 -
 dev-lang/crystal/files/crystal-0.23.1-llvm-5.patch | 837 -
 5 files changed, 5 insertions(+), 869 deletions(-)

diff --git a/dev-lang/crystal/Manifest b/dev-lang/crystal/Manifest
index c0ba3024244..29524660167 100644
--- a/dev-lang/crystal/Manifest
+++ b/dev-lang/crystal/Manifest
@@ -1,3 +1,4 @@
 DIST crystal-0.23.0-1-linux-i686.tar.gz 18498501 BLAKE2B 
7a8e4e5a2b1425b6effe0a634b74b28c340c4d23c4bfccc0abac4e5d47473e10421d025e68e1fb1fa5b0ba8296108e36cd17d393fb143b8012168d595e5852f9
 SHA512 
8745114c4824d2859c569ed1bd1057d6d649d57b10d41d22c17627f623704eb98ec2e3ab2bf06622de624906f53e053975a6b9d852aeaafeae4f43585609de28
 DIST crystal-0.23.0-1-linux-x86_64.tar.gz 18729061 BLAKE2B 
bfca07702b2f7c7d6b11aac864475316cabe86bdba90b1819ecd5cb45769b2b7fd9fb4c9f80e46301785209cc5b35fe39bf689163b9376a32b24f8a685a6281b
 SHA512 
6a4e427b4ab3c3be6efcfaee5c1a19eff04eaf00db949d1e1ba8f29c3277affe96a7aba4273d93fd05251453d5b5b937aa792bc448ff2f6d6aa7f2b17d175f75
+DIST crystal-0.23.1-patchset.tar.bz2 7268 BLAKE2B 
135990ac9f1a225f169dbc5bb6034d2194d9fc917954764564d68afec09af703382743965a801c9ce54a5866af60847b4c4fc0b9daf2cf5ea99052fbeb771b2a
 SHA512 
68896fc5d1772eeb3dd263f1615fc8031a63d0f3eebca1feb35165adf14a610157302541c84cbc9031a3070fd5566ffe88ad03a8c523f55980520e5614b00b89
 DIST crystal-0.23.1.tar.gz 1646650 BLAKE2B 
3105a683e61835d1e514d5d403b00d3dfae01100a9862d6346c45201c5fb6cba879255469652463719998e976afc495ee9fd4f14f829a709f832cd323cfc2b3b
 SHA512 
06ee0d45cc79cc343d04c346e9cd47b6e4ebc79bf21833662f268f9604f7d2080f7696824e1959de341539f801ae8f898fe1d7b18e4c75378d4eb191878668d5

diff --git a/dev-lang/crystal/crystal-0.23.1.ebuild 
b/dev-lang/crystal/crystal-0.23.1.ebuild
index 08967bd554f..41f26d88e36 100644
--- a/dev-lang/crystal/crystal-0.23.1.ebuild
+++ b/dev-lang/crystal/crystal-0.23.1.ebuild
@@ -12,6 +12,7 @@ BV_X86=${BV}-linux-i686
 DESCRIPTION="The Crystal Programming Language"
 HOMEPAGE="https://crystal-lang.org;
 SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.bz2
amd64? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_AMD64}.tar.gz
 )
x86? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_X86}.tar.gz
 )"
 
@@ -37,14 +38,14 @@ RDEPEND="${DEPEND}
 "
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-0.23.0-verbose-LDFLAGS.patch
-   "${FILESDIR}"/${PN}-0.23.1-llvm-5.patch
+   "${WORKDIR}"/${P}-patchset/${PN}-0.23.0-verbose-LDFLAGS.patch
+   "${WORKDIR}"/${P}-patchset/${PN}-0.23.1-llvm-5.patch
 )
 
 src_prepare() {
default
 
-   use blocking-stdio-hack && eapply 
"${FILESDIR}"/"${PN}"-0.22.0-blocking-stdio-hack.patch
+   use blocking-stdio-hack && eapply 
"${WORKDIR}"/${P}-patchset/${PN}-0.22.0-blocking-stdio-hack.patch
 }
 
 src_compile() {

diff --git a/dev-lang/crystal/files/crystal-0.22.0-blocking-stdio-hack.patch 
b/dev-lang/crystal/files/crystal-0.22.0-blocking-stdio-hack.patch
deleted file mode 100644
index 07b7dba7be6..000
--- a/dev-lang/crystal/files/crystal-0.22.0-blocking-stdio-hack.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Workaround tty corruption in crystal.
-
-Patch restores blocking mode of file desriptors
-in exchange of potential runtime deadlocks
-when dealing with stdio.
-
-Reported-by: Renich Bon Ciric
-Bug: https://github.com/crystal-lang/crystal/issues/2065
-Bug: https://bugs.gentoo.org/616256
-diff --git a/src/compiler/crystal/stdio.cr b/src/compiler/crystal/stdio.cr
-new file mode 100644
-index 0..e65f65089
 /dev/null
-+++ b/src/compiler/crystal/stdio.cr
-@@ -0,0 +1,5 @@
-+module Crystal
-+  STDIN.blocking = true
-+  STDOUT.blocking=true
-+  STDERR.blocking = true
-+end

diff --git a/dev-lang/crystal/files/crystal-0.23.0-verbose-LDFLAGS.patch 
b/dev-lang/crystal/files/crystal-0.23.0-verbose-LDFLAGS.patch
deleted file mode 100644
index 35eace15dae..000
--- a/dev-lang/crystal/files/crystal-0.23.0-verbose-LDFLAGS.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff --git a/Makefile b/Makefile
-index eff69e5..5c0c024 100644
 a/Makefile
-+++ b/Makefile
-@@ -28,3 +28,3 @@ SOURCES := $(shell find src -name '*.cr')
- SPEC_SOURCES := $(shell find spec -name '*.cr')
--FLAGS := $(if $(release),--release )$(if $(stats),--stats )$(if 
$(progress),--progress )$(if $(threads),--threads $(threads) )$(if 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/xorg-cf-files/files/, x11-misc/xorg-cf-files/

2017-12-11 Thread Michał Górny
commit: c3338f8d8c84c2a4680795b997558be23a4abc00
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 11 19:55:29 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 11 19:57:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3338f8d

x11-misc/xorg-cf-files: [QA] Move big patch to a distfile

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

 x11-misc/xorg-cf-files/Manifest|   1 +
 .../files/xorg-cf-files-1.0.2-solaris-prefix.patch | 663 -
 x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild  |   3 +-
 3 files changed, 3 insertions(+), 664 deletions(-)

diff --git a/x11-misc/xorg-cf-files/Manifest b/x11-misc/xorg-cf-files/Manifest
index 8e03f6154fd..27f100a1a0d 100644
--- a/x11-misc/xorg-cf-files/Manifest
+++ b/x11-misc/xorg-cf-files/Manifest
@@ -1 +1,2 @@
+DIST xorg-cf-files-1.0.2-solaris-prefix.patch.bz2 4423 BLAKE2B 
f30d628d65db851f2cad14e2806ce4fb9114b0ddac6f21d589ad592936c5fe633f19e7ccbe027ec079f2811e549e1fcd5606c573acedb5034d3bb18e1f6c7daf
 SHA512 
61ba3dea5ce33c1bbcb7a7a9b53f1558ad71b818eaafb1bdbc38da8ff9ff231a824d4b6cbc59e6ddd422a2a74e88eec201471c8e630b9b447fba519973ddfdf6
 DIST xorg-cf-files-1.0.6.tar.bz2 337859 BLAKE2B 
aab1495a699e6236095585c94151b3bc2edbff9e2b1f414fc916e09eca8d5dd4a5492ee9c69f8b21bf7d6c6ef1ab0639ba0d96be02b6736968b13b9d4d6f4a26
 SHA512 
1749a5fbcda2c15c300028abce79a3304cfb10f215bf98cf30558144eb64f9fa06a69203159f44405224ed567ac5bc0ff1222e3656367f69acc99f44871424fa

diff --git 
a/x11-misc/xorg-cf-files/files/xorg-cf-files-1.0.2-solaris-prefix.patch 
b/x11-misc/xorg-cf-files/files/xorg-cf-files-1.0.2-solaris-prefix.patch
deleted file mode 100644
index b797b2588d1..000
--- a/x11-misc/xorg-cf-files/files/xorg-cf-files-1.0.2-solaris-prefix.patch
+++ /dev/null
@@ -1,663 +0,0 @@
 sunLib.rules.orig  2008-12-18 13:43:19.032933408 +0100
-+++ sunLib.rules   2008-12-18 13:51:12.494555406 +0100
-@@ -7,127 +7,268 @@
- XCOMM $XFree86: xc/config/cf/sunLib.rules,v 1.3 2001/01/17 16:38:49 dawes Exp 
$
- 
- #ifndef HasSharedLibraries
--#define HasSharedLibraries YES
-+# define HasSharedLibraries YES
- #endif
--#ifndef SharedDataSeparation
--#define SharedDataSeparation YES
-+#ifndef ForceNormalLib
-+# define ForceNormalLib NO
- #endif
--#ifndef SharedCodeDef
--#define SharedCodeDef -DSHAREDCODE
--#endif
--#ifndef SharedLibraryDef
--#define SharedLibraryDef -DSUNSHLIB
--#endif
--#ifndef ShLibIncludeFile
--#define ShLibIncludeFile 
--#endif
--#ifndef SharedLibraryLoadFlags
--#define SharedLibraryLoadFlags -assert pure-text
--#endif
--#ifndef PositionIndependentCFlags
--#if HasGcc2
--#define PositionIndependentCFlags -fPIC
--#else
--#define PositionIndependentCFlags -pic
-+
-+#ifndef UseRpath
-+#define UseRpath NO
- #endif
-+
-+#ifndef SharedOldX
-+# define SharedOldX NO
- #endif
--#ifndef PositionIndependentCplusplusFlags
--#if HasGcc2ForCplusplus
--#define PositionIndependentCplusplusFlags -fPIC
-+# ifndef SharedDataSeparation
-+#  define SharedDataSeparation NO
-+# endif
-+# ifndef SharedCodeDef
-+#  define SharedCodeDef /**/
-+# endif
-+# ifndef SharedLibraryDef
-+#  define SharedLibraryDef /**/
-+# endif
-+# ifndef ShLibIncludeFile
-+#  define ShLibIncludeFile 
-+# endif
-+#ifndef RpathLoadFlags
-+#if UseRpath
-+#define RpathLoadFlags -R$(USRLIBDIRPATH)
- #else
--#define PositionIndependentCplusplusFlags -pic
-+#define RpathLoadFlags /**/
- #endif
- #endif
--
--/*
-- * SharedDSLibDependencies - shared library dependencies with data separation
-- */
--#ifndef SharedDSLibDependencies
--#define SharedDSLibDependencies(libname,libsource,revname) 
_UseCat($(USRLIBDIR)/lib,libsource/lib,libname.sa.$(revname))
-+#ifndef LibraryRpathLoadFlags
-+#define LibraryRpathLoadFlags RpathLoadFlags
- #endif
-+# ifndef SharedLibraryLoadFlags
-+#  define SharedLibraryLoadFlags -shared
-+# endif
-+# ifndef PositionIndependentCFlags
-+#  define PositionIndependentCFlags -fPIC
-+# endif
-+# ifndef PositionIndependentCplusplusFlags
-+#  define PositionIndependentCplusplusFlags -fPIC
-+# endif
-+# ifndef ExtraLoadFlags
-+#  if LinuxBinUtilsMajorVersion >= 26
-+#   ifdef UseInstalled
-+#if LinuxBinUtilsMajorVersion < 27
-+# define ExtraLoadFlags RpathLoadFlags -Wl,-rpath-link,$(USRLIBDIRPATH)
-+#endif
-+#   else
-+#define ExtraLoadFlags RpathLoadFlags -Wl,-rpath-link,$(BUILDLIBDIR)
-+#   endif
-+#  else
-+#   define ExtraLoadFlags RpathLoadFlags
-+#  endif
-+# endif
-+# ifndef HardCodeLibdirFlag
-+#  define HardCodeLibdirFlag RpathLoadFlags
-+# endif
-+# if !defined(ShlibGlobalsFlags)
-+#  define ShlibGlobalsFlags -Wl,-Bsymbolic
-+# endif
- 
- /*
-  * InstallSharedLibrary - generate rules to install the shared library.
-+ * NOTE: file must be executable, hence "INSTBINFLAGS"
-  */
--#ifndef InstallSharedLibrary
--#define   InstallSharedLibrary(libname,rev,dest)  
@@\
--InstallTarget(install,Concat(lib,libname.so.rev),$(INSTLIBFLAGS),dest)
--#endif /* InstallSharedLibrary */

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

2017-12-11 Thread Michał Górny
commit: dc968ed2ef3744cb13305e6003c625ce2108d118
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 11 19:51:42 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 11 19:56:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc968ed2

sys-devel/bison: [QA] Move patches to distfiles

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

 sys-devel/bison/Manifest   |   3 +
 sys-devel/bison/bison-1.875d.ebuild|   7 +-
 sys-devel/bison/bison-2.4.3.ebuild |   9 +-
 sys-devel/bison/bison-3.0.4-r1.ebuild  |   9 +-
 sys-devel/bison/files/bison-1.32-extfix.patch  |  28 --
 sys-devel/bison/files/bison-2.4.3-no-gets.patch|  22 -
 .../files/bison-2.4.3-uclibc-sched_param-def.patch |  19 -
 .../files/bison-3.0.4-darwin17-printf-n.patch  |  30 --
 .../bison/files/bison-3.0.4-fix-tests-gcc-7.patch  | 151 ---
 .../bison/files/bison-3.0.4-optional-perl.patch| 500 -
 10 files changed, 17 insertions(+), 761 deletions(-)

diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest
index f1b34ffa424..2a2ef94536f 100644
--- a/sys-devel/bison/Manifest
+++ b/sys-devel/bison/Manifest
@@ -1,4 +1,7 @@
+DIST bison-1.875d-patchset.tar.bz2 698 BLAKE2B 
a68e6009c24437a36c81e7fb97112f8ad721217b65a03531e5375e7310988f81d8c868485bdfc9b4ea99d4285ead91ad8f4670fb358abe92dc206cf6df4c80a1
 SHA512 
ac650b6f1b2b26057eda0d9ceae6f36604c88a67419b6190e423a08f863c460ded2a58040a71ce79b5e0b85ab3ede1b7a2ebd204c9bd8eb53f6551f39b160beb
 DIST bison-1.875d.tar.bz2 882745 BLAKE2B 
c85ce71986ae095e9dcfa24c1a9c7c484b3663994c1e394b7cc78a0ec1cc95df60369ff9878ef82edb4be144298d8648e336e861de98152bf79f6d66369c6dd4
 SHA512 
f84c6cf41a289ea7e0805cf9b0da6fe2d77f2e03a35c3db7d2e36e5186bba7c0853c3d518bd89f6cfa1030e346e046aa03b33974bb892dbd8f040e5ea2de1126
+DIST bison-2.4.3-patchset.tar.bz2 1102 BLAKE2B 
3615841400ba984e563933d31e59a4810e17aed48b8314a3ceb66b47b2ad432e287cf9588b632594311f68d28d2bcce3c6a4f2c4be527c676fcbfd2a4480d04a
 SHA512 
a36cf45b475e55e8baae265e43a151d3324026878d4bb4c119b9fccfc7be3c26ed183632bf210fdb587e2741d298df1e9d4ebb6c3d440f6ae33f40a29949f7a0
 DIST bison-2.4.3.tar.bz2 1652612 BLAKE2B 
712444aec9898d2dc5dabd5008363f22f6beeb37e119edbdecb119965652e707d827e621c061b13be2206e29da59d661f1466c976c200ce749cf24062dbb5cf1
 SHA512 
b789f55d9cb95c1b4fba004691ed9f79b76da55020c9b202e1704a02aab1ba43b9fc1015e29843ed552e6df6165cef9c6ebc8a29d15a21c6e194cad8a42ab055
 DIST bison-2.7.1.tar.xz 1781068 BLAKE2B 
bd3161bcf4d2a9f046073280a8d751eb770147f942d48326a9ac869cf31fd8f127759167dced662b826fa54a24cd0cf87b0c096814c84e34afed8078368828a1
 SHA512 
ac0c7ca57142bcb84af498f606acb86091984a00359294fbf721a4ca8112f9fcf26497f7dd2e65f527e04a6e1de94142ecb76602d407e548475970e5a566d370
+DIST bison-3.0.4-patchset.tar.xz 8216 BLAKE2B 
dd059a7a24faf351fa28bc72b6e183935d4409f91b5dcd8640a14d01b480a3e5b28ddb8f5660f16300a3cf1639d67bd3436d016fa304bb4666c9a43fd7897bd7
 SHA512 
87b62c5848360fee5b566c664c378ff08bb81d2b6c07b0d385ebd4dfd6b1a687af1da96ed43ca120695877cfc5e30a149ef35424c7a332e9223179dab6665d0b
 DIST bison-3.0.4.tar.xz 1973796 BLAKE2B 
6320424a5fece04734325226981af287e5745c898df7f0f79c26207599227f40e9ef54f93b2e231e20766ab9a19c0b266545bc5d0bfeabbb958e3e2f6686386c
 SHA512 
bbdc23e7772e49da1c7c47e66d4e4efbfbfe9b21dbc59bf3ad9a6e573eecac6c9f52c7f11a64be9897e8deb99ef7ba015164aa8232aa391b901dd7db03632412

diff --git a/sys-devel/bison/bison-1.875d.ebuild 
b/sys-devel/bison/bison-1.875d.ebuild
index 522e7d85706..4afeb739bc8 100644
--- a/sys-devel/bison/bison-1.875d.ebuild
+++ b/sys-devel/bison/bison-1.875d.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit toolchain-funcs flag-o-matic eutils
 
 DESCRIPTION="A yacc-compatible parser generator"
 HOMEPAGE="https://www.gnu.org/software/bison/bison.html;
-SRC_URI="ftp://alpha.gnu.org/pub/gnu/bison/${P}.tar.bz2;
+SRC_URI="ftp://alpha.gnu.org/pub/gnu/bison/${P}.tar.bz2
+   https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -18,7 +19,7 @@ DEPEND="sys-devel/m4
 src_unpack() {
unpack ${A}
cd "${S}"
-   epatch "${FILESDIR}"/${PN}-1.32-extfix.patch
+   epatch "${WORKDIR}"/${P}-patchset/${PN}-1.32-extfix.patch
 }
 
 src_compile() {

diff --git a/sys-devel/bison/bison-2.4.3.ebuild 
b/sys-devel/bison/bison-2.4.3.ebuild
index fde4389df17..faed48df051 100644
--- a/sys-devel/bison/bison-2.4.3.ebuild
+++ b/sys-devel/bison/bison-2.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
@@ -7,7 +7,8 @@ inherit flag-o-matic eutils
 
 DESCRIPTION="A yacc-compatible parser generator"
 HOMEPAGE="https://www.gnu.org/software/bison/bison.html;
-SRC_URI="mirror://gnu/bison/${P}.tar.bz2"

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/spyview/files/, sci-visualization/spyview/

2017-12-11 Thread Michał Górny
commit: 776786adddb5a10fb7ae368fdfe32b09e2fbe8b7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 11 19:44:52 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 11 19:46:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776786ad

sci-visualization/spyview: [QA] Move patches to a distfile

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

 sci-visualization/spyview/Manifest |1 +
 .../files/spyview-20150124-gcc6cxx14-9.patch   | 1249 
 .../spyview-20150124-gnuplot_interface_fix.patch   |   10 -
 .../spyview/spyview-20150124-r1.ebuild |7 +-
 4 files changed, 5 insertions(+), 1262 deletions(-)

diff --git a/sci-visualization/spyview/Manifest 
b/sci-visualization/spyview/Manifest
index 1ef9bbc835b..4c8bca76ba0 100644
--- a/sci-visualization/spyview/Manifest
+++ b/sci-visualization/spyview/Manifest
@@ -1 +1,2 @@
+DIST spyview-20150124-patchset.tar.bz2 8268 BLAKE2B 
db7a710e2d61ad4f68e9dd31834f855b122b57fa532eb047a5efd7dd02423974f47652e4770144d02a317bf5a50c0ff852fd752ab331bad0c9efe237905916e0
 SHA512 
615465056df3786e18d5916dea0ad8ebd31c37ddf6531b85c080f53e0d9776c4f7519bd160ca8a0f29343b2f9fad40abef8d6b7194c4e54d6e2e14557562cc49
 DIST spyview-20150124.tgz 14772947 BLAKE2B 
18d3298e0498c4be91065c8651d379428541f3156ec7f2f0a6970ce5caafaa81da2ff6fbfcca42d77cfffedd293484aad19c7240ab9500e0cf7764cdb5e6ee4c
 SHA512 
63c58c7729ceab9e1bfbb14b5d257a1d4ca51e43f7b014caffc8adf66767c17b47794b34cfc2f754c2905ff926302d66d438a582fe359a6c8d3e04b072993f5b

diff --git a/sci-visualization/spyview/files/spyview-20150124-gcc6cxx14-9.patch 
b/sci-visualization/spyview/files/spyview-20150124-gcc6cxx14-9.patch
deleted file mode 100644
index 0c19851d445..000
--- a/sci-visualization/spyview/files/spyview-20150124-gcc6cxx14-9.patch
+++ /dev/null
@@ -1,1249 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 5e1cfff..f1d777f 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -6,6 +6,9 @@ AC_CONFIG_SRCDIR([spyview/ImageWindow.C])
- AC_CONFIG_HEADER([config.h])
- USER_DIRS
- 
-+# For local macros
-+AC_CONFIG_MACRO_DIR([m4])
-+
- #
- # Work out our target
- #
-@@ -27,6 +30,10 @@ AM_CONDITIONAL(WINDOWS,test $windows_target = yes)
- AC_PROG_CXX
- AC_PROG_CC
- AM_PROG_CC_C_O
-+
-+# Check for C++11 language standard
-+AX_CXX_COMPILE_STDCXX([11], [noext], [mandatory])
-+
- # Check for fluid
- AC_PATH_PROG(FLUID,fluid,none)
- AC_ARG_VAR(FLUID,[path to executable to compile .fl files])
-diff --git a/m4/ax_cxx_compile_stdcxx.m4 b/m4/ax_cxx_compile_stdcxx.m4
-new file mode 100644
-index 000..5032bba
 /dev/null
-+++ b/m4/ax_cxx_compile_stdcxx.m4
-@@ -0,0 +1,982 @@
-+# ===
-+#  https://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx.html
-+# ===
-+#
-+# SYNOPSIS
-+#
-+#   AX_CXX_COMPILE_STDCXX(VERSION, [ext|noext], [mandatory|optional])
-+#
-+# DESCRIPTION
-+#
-+#   Check for baseline language coverage in the compiler for the specified
-+#   version of the C++ standard.  If necessary, add switches to CXX and
-+#   CXXCPP to enable support.  VERSION may be '11' (for the C++11 standard)
-+#   or '14' (for the C++14 standard).
-+#
-+#   The second argument, if specified, indicates whether you insist on an
-+#   extended mode (e.g. -std=gnu++11) or a strict conformance mode (e.g.
-+#   -std=c++11).  If neither is specified, you get whatever works, with
-+#   preference for an extended mode.
-+#
-+#   The third argument, if specified 'mandatory' or if left unspecified,
-+#   indicates that baseline support for the specified C++ standard is
-+#   required and that the macro should error out if no mode with that
-+#   support is found.  If specified 'optional', then configuration proceeds
-+#   regardless, after defining HAVE_CXX${VERSION} if and only if a
-+#   supporting mode is found.
-+#
-+# LICENSE
-+#
-+#   Copyright (c) 2008 Benjamin Kosnik 
-+#   Copyright (c) 2012 Zack Weinberg 
-+#   Copyright (c) 2013 Roy Stogner 
-+#   Copyright (c) 2014, 2015 Google Inc.; contributed by Alexey Sokolov 

-+#   Copyright (c) 2015 Paul Norman 
-+#   Copyright (c) 2015 Moritz Klammler 
-+#   Copyright (c) 2016 Krzesimir Nowak 
-+#
-+#   Copying and distribution of this file, with or without modification, are
-+#   permitted in any medium without royalty provided the copyright notice
-+#   and this notice are preserved.  This file is offered as-is, without any
-+#   warranty.
-+
-+#serial 7
-+
-+dnl  This macro is based on the code from the AX_CXX_COMPILE_STDCXX_11 macro
-+dnl  (serial version number 13).
-+
-+AX_REQUIRE_DEFINED([AC_MSG_WARN])
-+AC_DEFUN([AX_CXX_COMPILE_STDCXX], [dnl
-+  m4_if([$1], [11], [ax_cxx_compile_alternatives="11 0x"],
-+

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pari/, sci-mathematics/pari/files/

2017-12-11 Thread Michał Górny
commit: 402214f19fac15d127352556a0699df444331879
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 11 19:41:16 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 11 19:46:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402214f1

sci-mathematics/pari: [QA] Move patches to distfiles

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

 sci-mathematics/pari/Manifest  |   3 +
 .../files/pari-2.3.2-ppc-powerpc-arch-fix.patch|  11 -
 sci-mathematics/pari/files/pari-2.3.2-strip.patch  |  11 -
 .../pari/files/pari-2.3.5-doc-make.patch   |  46 --
 .../pari/files/pari-2.3.5-no-dot-inc.patch |  61 --
 .../pari/files/pari-2.5.0-doc-make.patch   |  82 ---
 sci-mathematics/pari/files/pari-2.5.0-macos.patch  |  21 -
 sci-mathematics/pari/files/pari-2.5.0-mp.c.patch   |  23 -
 .../pari/files/pari-2.5.0-no-dot-inc.patch |  61 --
 .../pari/files/pari-2.5.1-no-automagic.patch   | 100 ---
 sci-mathematics/pari/files/pari-2.5.4-polred.patch | 754 -
 .../pari/files/pari-2.5.4-slow_determinant.patch   | 100 ---
 .../pari/files/pari-2.7.0-doc-make.patch   |  89 ---
 .../pari/files/pari-2.7.0-no-automagic.patch   | 100 ---
 .../pari/files/pari-2.7.0-no-dot-inc.patch |  64 --
 .../pari/files/pari-2.7.0-slow-discriminant.patch  |  54 --
 .../pari/files/pari-2.7.1-perl-5.22-doc.patch  |  12 -
 sci-mathematics/pari/pari-2.3.5.ebuild |   9 +-
 sci-mathematics/pari/pari-2.5.4.ebuild |  21 +-
 sci-mathematics/pari/pari-2.7.1.ebuild |  17 +-
 20 files changed, 28 insertions(+), 1611 deletions(-)

diff --git a/sci-mathematics/pari/Manifest b/sci-mathematics/pari/Manifest
index c2317db8fd8..a78f8a17c5f 100644
--- a/sci-mathematics/pari/Manifest
+++ b/sci-mathematics/pari/Manifest
@@ -1,7 +1,10 @@
 DIST elldata.tgz 14185595 BLAKE2B 
eb90a0e392eeeaad81b6b01ba4e8258aaf2a4b4a01950b18a0e91f176629aecc693453d8fe99b49a28f2dfbbb6fae1a06d7d4137cb13ced298e64e5aa4062f53
 SHA512 
dc13d1cacb98a6c2774936997452bd34ae198da9206fea69bc7cdd28240d0cdd07bb0ec1f14b8e97bea4321a60a6a6144464ab3b629be2e37dd76a73efaf43ef
 DIST galdata.tgz 53229 BLAKE2B 
08f0a1be3c5252fbe534b2ed7e66b9bc8cddab807b7caf12b783aacc2e75de82dc000e762da2ec895d52424281234af121e1edfd84adf9f02c26c4e59d23e2f3
 SHA512 
bc89c8a42416e8ca25c356b7ad6d80ffcfff127e561fc338df87147a9e370ec71f7ae2eb6bef73d634cc7a8f18c794d7fd5ebfd0a042d3d356526a2eee28125a
 DIST nftables.tgz 8393731 BLAKE2B 
d33cbf1f52d3e8a040087da28014ab727b59c641d1a53c97d311a9d1613b59f6b317b7632e0fc89943bea0a507a737543890109b888707c4fb7879279549a2e9
 SHA512 
62fb0f6d8c578a4e165a1f2daf3b87acbbc38377044ddd98e2901a8e0554a46c8714bad0f4f4e09107b0c0c8f43069b4ddf4fba9c7832bad65ce3c901183
+DIST pari-2.3.5-patchset.tar.bz2 1773 BLAKE2B 
08358dcb7e353eb41a784a6daa9400b74b8f331a54eea8ef159fbbecdbed5d00955a821db20e3a4f7e254160cd600d0255d6648aa0e1b2b7aca9910d5cd17f1d
 SHA512 
f616eac3049fea684413f8f221a1604a5e62ae2804207513fcfff513d8b162a3a4d1063dad059907682404ee30f840182d75e29a44b44cda4f80266b46f75364
 DIST pari-2.3.5.tar.gz 2018097 BLAKE2B 
b5f4f8bc83cd77aceab791263e1a2f0294d0663d354fea454bad8cac3cdbac9c4c8381cc83bc947d518522701c36e94ce1d6862125a9bfd3b17b1a31c9baabc8
 SHA512 
0e49e6310b4c76ef3370786a13aa8cbc5bb0b7dc84ec1665866d623e6284f45db8584eea759e8b5954dc9b5c8a3e866e77a377d18073ed33f11708a7e88a4cca
+DIST pari-2.5.4-patchset.tar.bz2 11050 BLAKE2B 
0ea4727bb03045c7cda9b39cd429db8ea1b8d9e2656cf81fb4d401abc57803d8a6b4c538727f6744dd75c6b95530a0cca058cfdb0e85d4b9eaf39e7d43a14929
 SHA512 
5b70b6e15e651118c5dba339601eee1b8dfe55eb37f30d0b350d73eef33a4119ba366ba48fa171e450e27af2823b96d8006aadf0f994ae76002f98a76adcf6bb
 DIST pari-2.5.4.tar.gz 2721861 BLAKE2B 
003113716c4aaea3836ee7f813ff4aacecb40e6c7d9119c0a6d6073f951e6c5fae887ee22d87d5c7d7320e0d873585f145dd14e7014075bf198143dde68325f9
 SHA512 
de2f0593682d638288908636d848489acf115f4858b91c574168db26c4ab7443465a21d1e6c43be19ecc57dcedcd883e5af72b65467a59a2c8811e4eec64e0b9
+DIST pari-2.7.1-patchset.tar.bz2 4318 BLAKE2B 
881354eec4f89f7b7e0a1d53d5fa169b0ea0de3964baff454f2e7aca1b7bd2e7ffa2f404e4df7a8ff7a662aed3920e10df4a3a1d5d86967579c360869abce557
 SHA512 
1ff40adcf638230e1aca951b4fdb291cd4d2048ef66215de0ec157b9ec0040e28c115c2684056cf582695e66ee8363aa776a4a50f8654c8dde7bad490a47b304
 DIST pari-2.7.1.tar.gz 3140893 BLAKE2B 
0f5c69ac2decb0ac26f51de7843c282606f854c257b06d1596eb7f4157e8f64d65b65f887e2d9bb8b77cbdffdac0bb1902e373b1d44e457ac25993bc308d3e09
 SHA512 
ff32c181e6810af8a38f0dfe45b9f15d930923da5759c3e88595f56bf3c65ec0a79fdb9fb5f0e4ce0adb1ebc56a84e6b1606085057762073a85c0d1946857d5f
 DIST seadata.tgz 19214199 BLAKE2B 
cafb89905180ff481f578ff2cdb150b04533ecbccfa96d045bdb61e5fe2c230262f3459d31b11f049ad1e16ed9dd6fb734569ee621efa3831800cc3d99583e60
 SHA512 
393f2fae45964ad0921fcf417113e10b296cb4c3a0e0eec138c896827f43a5464c4b42a07313e0f3a4383e8df97912e2e359a4cd5225d014d7575e80c7dd996a

diff --git 

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pari/, sci-mathematics/pari/files/

2017-12-11 Thread Michał Górny
commit: 2b4de8113370e08dd863e5fe1cc9553055f1b306
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 11 19:35:33 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 11 19:46:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4de811

sci-mathematics/pari: Prune old

 sci-mathematics/pari/Manifest |   5 -
 sci-mathematics/pari/files/50pari-gentoo.el   |  10 --
 sci-mathematics/pari/files/pari-2.5.1-1302.patch  |  33 --
 sci-mathematics/pari/files/pari-2.5.1-1304.patch  |  39 --
 sci-mathematics/pari/files/pari-2.5.1-gcc47.patch |  18 ---
 sci-mathematics/pari/pari-2.5.0-r3.ebuild | 136 -
 sci-mathematics/pari/pari-2.5.1-r1.ebuild | 138 --
 sci-mathematics/pari/pari-2.5.1.ebuild| 138 --
 sci-mathematics/pari/pari-2.5.2.ebuild| 134 -
 sci-mathematics/pari/pari-2.5.3.ebuild| 134 -
 sci-mathematics/pari/pari-2.7.0.ebuild| 134 -
 11 files changed, 919 deletions(-)

diff --git a/sci-mathematics/pari/Manifest b/sci-mathematics/pari/Manifest
index c43b709a4c7..c2317db8fd8 100644
--- a/sci-mathematics/pari/Manifest
+++ b/sci-mathematics/pari/Manifest
@@ -2,11 +2,6 @@ DIST elldata.tgz 14185595 BLAKE2B 
eb90a0e392eeeaad81b6b01ba4e8258aaf2a4b4a01950b
 DIST galdata.tgz 53229 BLAKE2B 
08f0a1be3c5252fbe534b2ed7e66b9bc8cddab807b7caf12b783aacc2e75de82dc000e762da2ec895d52424281234af121e1edfd84adf9f02c26c4e59d23e2f3
 SHA512 
bc89c8a42416e8ca25c356b7ad6d80ffcfff127e561fc338df87147a9e370ec71f7ae2eb6bef73d634cc7a8f18c794d7fd5ebfd0a042d3d356526a2eee28125a
 DIST nftables.tgz 8393731 BLAKE2B 
d33cbf1f52d3e8a040087da28014ab727b59c641d1a53c97d311a9d1613b59f6b317b7632e0fc89943bea0a507a737543890109b888707c4fb7879279549a2e9
 SHA512 
62fb0f6d8c578a4e165a1f2daf3b87acbbc38377044ddd98e2901a8e0554a46c8714bad0f4f4e09107b0c0c8f43069b4ddf4fba9c7832bad65ce3c901183
 DIST pari-2.3.5.tar.gz 2018097 BLAKE2B 
b5f4f8bc83cd77aceab791263e1a2f0294d0663d354fea454bad8cac3cdbac9c4c8381cc83bc947d518522701c36e94ce1d6862125a9bfd3b17b1a31c9baabc8
 SHA512 
0e49e6310b4c76ef3370786a13aa8cbc5bb0b7dc84ec1665866d623e6284f45db8584eea759e8b5954dc9b5c8a3e866e77a377d18073ed33f11708a7e88a4cca
-DIST pari-2.5.0.tar.gz 2714449 BLAKE2B 
2c3bdc52c9c5332670656910a425847633a39831d372f69966542564a0bc5b35d767b84df68a357285e06357ebe110fb55134d1e34675f7e9b27c78cfc0945d4
 SHA512 
701abdf4d65bcaeac9bdd314b1fc24a59de9ee1874b9abba5761cb88bb871c18d108a99cf1cbf9a357ac192196c043592e0e5d1645689d5a6f85afbfa7a9096f
-DIST pari-2.5.1.tar.gz 2718726 BLAKE2B 
28149a9af879fed26dd5d7effee8a821a293518743fb5c1ef2ca97e903cf1ab24afbeb4116b2bf833c05aebddacd026a584b8b2c60fef5b036af44d666f22f60
 SHA512 
dd304bd02402602c1f114a7f4d1e54af0fce8707b196fd9da617c028ba3426418813aeaf818fecaa9f76572b1d36847463a3aa7f60848cdec607ec70131dc263
-DIST pari-2.5.2.tar.gz 2719367 BLAKE2B 
a48109c1c5ec85306eef4b6bff8c7c05bfe0479f1f9e4e57e2b914286117c2768be869109e7701d74f29fee80fcff9e0f05d6863fde6cf881e7ecc00b7539ba0
 SHA512 
2d0332e5604a6bd41c8328c4cffc42302dd85db077a950e19769a0cc7b8c3e17b7c4c5c1514ecb2f75757015baa7e7df76f6174e997fbaa90874c5e6cf5e7fce
-DIST pari-2.5.3.tar.gz 2720543 BLAKE2B 
a52473c817c9625f30e6c3ee08942f8e69d4cba0ef6d50972c20ac0995dc00d605d19d90793b88d59e5d47ac87d0ef68d4dbc6b77c3887677cd7b290e0b41bbb
 SHA512 
8606f1f1b59a8e9e8b5bdbaacd03f980da99616568c180eb37f6f530efad396343e3146f6c7adfc5dac6e43a1d35c898531ecf61dd6d62c26cafcd2554f8c43b
 DIST pari-2.5.4.tar.gz 2721861 BLAKE2B 
003113716c4aaea3836ee7f813ff4aacecb40e6c7d9119c0a6d6073f951e6c5fae887ee22d87d5c7d7320e0d873585f145dd14e7014075bf198143dde68325f9
 SHA512 
de2f0593682d638288908636d848489acf115f4858b91c574168db26c4ab7443465a21d1e6c43be19ecc57dcedcd883e5af72b65467a59a2c8811e4eec64e0b9
-DIST pari-2.7.0.tar.gz 3142306 BLAKE2B 
eb4a62af1eaa502d38e04116a34e2c9b186ef075cfa647c242ec5384de8d1c12acdb1ad55397a2c3af19b93b95115a60a8a6e8ae2b2bd6d197d68a1907df79e8
 SHA512 
312ed6032e5b1b431d04cccb593e5ca6ca323361736669be0ed345cbb6cf22114c670984ae74120aacb4ac1af822a1fdf76aed7ba59a1cd4f94e26150562ad84
 DIST pari-2.7.1.tar.gz 3140893 BLAKE2B 
0f5c69ac2decb0ac26f51de7843c282606f854c257b06d1596eb7f4157e8f64d65b65f887e2d9bb8b77cbdffdac0bb1902e373b1d44e457ac25993bc308d3e09
 SHA512 
ff32c181e6810af8a38f0dfe45b9f15d930923da5759c3e88595f56bf3c65ec0a79fdb9fb5f0e4ce0adb1ebc56a84e6b1606085057762073a85c0d1946857d5f
 DIST seadata.tgz 19214199 BLAKE2B 
cafb89905180ff481f578ff2cdb150b04533ecbccfa96d045bdb61e5fe2c230262f3459d31b11f049ad1e16ed9dd6fb734569ee621efa3831800cc3d99583e60
 SHA512 
393f2fae45964ad0921fcf417113e10b296cb4c3a0e0eec138c896827f43a5464c4b42a07313e0f3a4383e8df97912e2e359a4cd5225d014d7575e80c7dd996a

diff --git a/sci-mathematics/pari/files/50pari-gentoo.el 
b/sci-mathematics/pari/files/50pari-gentoo.el
deleted file mode 100644
index 2f5b4da9084..000
--- 

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

2017-12-11 Thread Michał Górny
commit: 690af36ac17362cedef67be92d4b59594c169538
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 11 19:42:19 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 11 19:46:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690af36a

sci-visualization/spyview: Drop old

 sci-visualization/spyview/spyview-20150124.ebuild | 53 ---
 1 file changed, 53 deletions(-)

diff --git a/sci-visualization/spyview/spyview-20150124.ebuild 
b/sci-visualization/spyview/spyview-20150124.ebuild
deleted file mode 100644
index 2608591392d..000
--- a/sci-visualization/spyview/spyview-20150124.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="2D and 3D data visualization and analysis program"
-HOMEPAGE="http://nsweb.tn.tudelft.nl/~gsteele/spyview/;
-SRC_URI="https://github.com/gsteele13/spyview/archive/966012afae2fbb77262bd96a7e530e81b0ed3b90.tar.gz
 -> $P.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   dev-libs/boost:=
-   media-libs/netpbm
-   x11-libs/fltk:1[opengl]
-   app-text/ghostscript-gpl
-   virtual/glu
-"
-
-DEPEND="${COMMON_DEPEND}
-   sys-apps/groff"
-
-RDEPEND="${COMMON_DEPEND}
-   sci-visualization/gnuplot"
-
-PATCHES=( ${FILESDIR}/${P}-gnuplot_interface_fix.patch )
-
-src_unpack() {
-   default
-   mv -v "${WORKDIR}"/spyview-*/source "${S}" || die
-}
-
-src_prepare() {
-   append-cflags $(fltk-config --cflags)
-   append-cxxflags $(fltk-config --cxxflags)
-   append-cppflags -I"${EPREFIX}"/usr/include/netpbm
-
-   # append-ldflags $(fltk-config --ldflags)
-   # this one leads to an insane amount of warnings
-   append-ldflags -L$(dirname $(fltk-config --libs))
-
-   while IFS="" read -d $'\0' -r file; do
-   sed -i -e 's:-mwindows -mconsole::g' "$file" || die
-   done < <(find "${S}" -name Makefile.am -print0)
-
-   default
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Pcap/, dev-perl/Net-Pcap/files/

2017-12-11 Thread Kent Fredric
commit: 71b3ea1713fe69a7ef8a0bcf820d3bf18178908f
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Dec  8 06:22:41 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Dec 11 19:27:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b3ea17

dev-perl/Net-Pcap: Bump to version 0.180.0

- EAPI6
- Add USE=examples
- Fix DESCRIPTION
- Disable silly author tests
- Fix tests against newer pcaps
- Enable tests
- Document comprehensive test notes

Upstream:
- Fix limitation of having only 1 callback function
- Add pcap_offline_filter()
- Add interop tests
- Add fixes for old Test::More's
- Append CCFLAGS instead of overriding

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/Net-Pcap/Manifest |  1 +
 dev-perl/Net-Pcap/Net-Pcap-0.180.0.ebuild  | 33 ++
 .../Net-Pcap/files/Net-Pcap-0.18-test-error.patch  | 39 ++
 3 files changed, 73 insertions(+)

diff --git a/dev-perl/Net-Pcap/Manifest b/dev-perl/Net-Pcap/Manifest
index 390ed6867cd..01d2ffeadf2 100644
--- a/dev-perl/Net-Pcap/Manifest
+++ b/dev-perl/Net-Pcap/Manifest
@@ -1 +1,2 @@
 DIST Net-Pcap-0.17.tar.gz 92853 BLAKE2B 
147f0a11be36e7b5022f138611ad4226ea36d61902e966ab3400463aed4aecfd0022852df2589f363a6590270750b427cac9532f22a42e18d0f959a23e990ff1
 SHA512 
14747661b220b119b4182f13dbc1509cae5665e77588dbc8576f7d959f33ef6ee3785f2d9022093c1f1b808c37d04ee313f5ac39cc6eaa917962c9215c5a4de6
+DIST Net-Pcap-0.18.tar.gz 94207 BLAKE2B 
257e2b7c5bf6ad05936b64171db3ee530249f40d695ca2aba21d4bfe4796989e3a4aa955472b9c39e33aab5d67d2eebb26b43e173dbd359d01201926fa3a6b6e
 SHA512 
63cc216345eb65b1e76efa657623c9d444d20f4b54ab0c75e787483baaa4f1de7e3a9294967aa7eccbdca04c60b089194dd7e0d19838f899b332c5881a8c7f6d

diff --git a/dev-perl/Net-Pcap/Net-Pcap-0.180.0.ebuild 
b/dev-perl/Net-Pcap/Net-Pcap-0.180.0.ebuild
new file mode 100644
index 000..0c7010719f0
--- /dev/null
+++ b/dev-perl/Net-Pcap/Net-Pcap-0.180.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SAPER
+DIST_VERSION=0.18
+DIST_EXAMPLES=( "eg/*" )
+inherit perl-module eutils
+
+DESCRIPTION="Interface to the pcap(3) LBL packet capture library"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="net-libs/libpcap
+   dev-perl/IO-Interface"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-${DIST_VERSION}-test-error.patch"
+)
+
+src_test() {
+   if [[ $EUID != 0 ]]; then
+   elog "Comprehensive testing of this module requires root 
permissions."
+   elog "For details, see:"
+   elog 
"https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN};
+   fi
+   perl_rm_files t/pod{,cover,spell}.t t/distchk.t t/portfs.t
+   perl-module_src_test
+}

diff --git a/dev-perl/Net-Pcap/files/Net-Pcap-0.18-test-error.patch 
b/dev-perl/Net-Pcap/files/Net-Pcap-0.18-test-error.patch
new file mode 100644
index 000..1bd8af5e87a
--- /dev/null
+++ b/dev-perl/Net-Pcap/files/Net-Pcap-0.18-test-error.patch
@@ -0,0 +1,39 @@
+From 7c831efcb06d6254e54423cdcd95bebbb7725270 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Fri, 8 Dec 2017 17:52:13 +1300
+Subject: Allow error message to be a suffix
+
+Previously, the error message emitted by the native calls was of the
+form:
+
+'syntax error'
+
+However, more recently the error message takes the form:
+
+'syntax error in filter expression: syntax error'
+
+This patch pretends the part before the ":" is functionally equivalent
+to a line start, for the purposes of testing.
+
+Bug: https://github.com/maddingue/Net-Pcap/issues/8
+Bug: https://github.com/maddingue/Net-Pcap/pull/9
+---
+ t/09-error.t | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/t/09-error.t b/t/09-error.t
+index 90337b8..eee679d 100644
+--- a/t/09-error.t
 b/t/09-error.t
+@@ -22,7 +22,7 @@ is(   $@,   '', "compile() with an invalid filter string" );
+ is(   $res, -1, " - result must not be null: $res" );
+ eval { $err = Net::Pcap::geterr($pcap) };
+ is(   $@,   '', "geterr()" );
+-like( $err, '/^(?:parse|syntax) error$/', " - \$err must not be null: $err" );
++like( $err, '/(^|: )(?:parse|syntax) error$/', " - \$err must not be null: 
$err" );
+ 
+ # Testing compile() with a valid filter
+ eval { $res = Net::Pcap::compile($pcap, \$filter, "tcp", 0, $mask) };
+-- 
+2.14.3
+



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

2017-12-11 Thread Kent Fredric
commit: 2c406626449aadd1b156f9f66998fe59a03a7df0
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Dec 10 15:35:42 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Dec 11 19:27:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c406626

dev-perl/Net-SSH-Any: Bump to version 0.100.0

- Add USE=examples
- Add more documentation to install dir
- Enable testing generically

Upstream:
- Support for OpenSSH binary via Ssh_Cmd
- Support for Plink binaries via Plink_Cmd
- Support for bitwise tunneler via Sexec_Cmd
- Support for dropbear client via Dbclient_Cmd
- Support for Tectia client via Sshg3_Cmd
- Bidirectional pipe communication via dpipe
- New Net::SSH::Any::Test framework for spawning a test SSH server
- Improve remote OS detection
- Make local command lookup strict by default

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/Net-SSH-Any/Manifest   |  1 +
 dev-perl/Net-SSH-Any/Net-SSH-Any-0.100.0.ebuild | 24 +
 dev-perl/Net-SSH-Any/metadata.xml   | 35 +
 3 files changed, 60 insertions(+)

diff --git a/dev-perl/Net-SSH-Any/Manifest b/dev-perl/Net-SSH-Any/Manifest
index 3af9e51f04e..d0fd99769b3 100644
--- a/dev-perl/Net-SSH-Any/Manifest
+++ b/dev-perl/Net-SSH-Any/Manifest
@@ -1 +1,2 @@
 DIST Net-SSH-Any-0.04.tar.gz 14688 BLAKE2B 
325fb89e7c6f15c65f71f30864a2322261d1fff181cb3728676422648998eb1646e9c8e53767d7b6dcc5daeb297a5ec589240915aca7ff886b346c21d107409b
 SHA512 
40d7ffc9efcd252dcdf8b3af86146c2f56c0c316d9935e231c0d1ef8a64e8fe9a3153a7106bfca0b1cbdadaa10c8918b525455593fb2d07301247180d4226c49
+DIST Net-SSH-Any-0.10.tar.gz 105899 BLAKE2B 
c83f21e5bddfac9ab7356c575ff164ac4fc4d3ea5ed260569db2b7d813e04a5397d8eeb94df8f367ec48c4ef86d503dd8e3ce9fefe0813b39493faa3a45b419b
 SHA512 
b34e29e8e126b2296ecf67b01bf7420f511adbf6ef72369c2fcac51cd4dbfdf747c9cca9859bb48489675233dd9ce4b0d939c587244cd36c8791fa55b434fd96

diff --git a/dev-perl/Net-SSH-Any/Net-SSH-Any-0.100.0.ebuild 
b/dev-perl/Net-SSH-Any/Net-SSH-Any-0.100.0.ebuild
new file mode 100644
index 000..7c1b5b9d0a5
--- /dev/null
+++ b/dev-perl/Net-SSH-Any/Net-SSH-Any-0.100.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SALVA
+DIST_VERSION=0.10
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Use any SSH module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-1.302.26
+   )
+"
+mydoc="docs/*"

diff --git a/dev-perl/Net-SSH-Any/metadata.xml 
b/dev-perl/Net-SSH-Any/metadata.xml
index 4bb54e680ac..63caea2f63e 100644
--- a/dev-perl/Net-SSH-Any/metadata.xml
+++ b/dev-perl/Net-SSH-Any/metadata.xml
@@ -8,9 +8,44 @@
   
 Net-SSH-Any
 Net::SSH::Any
+Net::SSH::Any::Autodetector
+Net::SSH::Any::Backend::Dbclient_Cmd
 Net::SSH::Any::Backend::Net_OpenSSH
+Net::SSH::Any::Backend::Net_OpenSSH::DPipe
 Net::SSH::Any::Backend::Net_SSH2
+Net::SSH::Any::Backend::Net_SSH2::DPipe
+Net::SSH::Any::Backend::Net_SSH2::DPipe::Tie
+Net::SSH::Any::Backend::Net_SSH2::SFTP
+Net::SSH::Any::Backend::Plink_Cmd
+Net::SSH::Any::Backend::Sexec_Cmd
+Net::SSH::Any::Backend::Ssh_Cmd
+Net::SSH::Any::Backend::Sshg3_Cmd
 Net::SSH::Any::Constants
+Net::SSH::Any::DPipe
+Net::SSH::Any::OS::AnyEvent
+Net::SSH::Any::OS::MSWin
+Net::SSH::Any::OS::MSWin::DPipe
+Net::SSH::Any::OS::MSWin::Process
+Net::SSH::Any::OS::POSIX
+Net::SSH::Any::OS::POSIX::DPipe
+Net::SSH::Any::POSIXShellQuoter
+Net::SSH::Any::SCP::Base
+Net::SSH::Any::SCP::Getter
+Net::SSH::Any::SCP::Getter::Content
+Net::SSH::Any::SCP::Getter::Finder
+Net::SSH::Any::SCP::Getter::Standard
+Net::SSH::Any::SCP::Putter
+Net::SSH::Any::SCP::Putter::Content
+Net::SSH::Any::SCP::Putter::DirMaker
+Net::SSH::Any::SCP::Putter::Standard
+Net::SSH::Any::Test
+Net::SSH::Any::Test::Backend::Cygwin
+Net::SSH::Any::Test::Backend::Dropbear_Daemon
+Net::SSH::Any::Test::Backend::OpenSSH_Daemon
+Net::SSH::Any::Test::Backend::Remote
+Net::SSH::Any::Test::Isolated
+Net::SSH::Any::Test::Isolated::Util
+Net::SSH::Any::URI
 Net::SSH::Any::Util
   
 



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

2017-12-11 Thread Kent Fredric
commit: 715232ed14ba5dc4a5697d62dd2cbe5be17b1ff1
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Dec 10 11:58:33 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Dec 11 19:27:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715232ed

dev-perl/Net-SMTP-SSL: Bump to version 1.40.0

- EAPI6

Upstream:
- Mark deprecated

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/Net-SMTP-SSL/Manifest   |  1 +
 dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.40.0.ebuild | 31 
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Net-SMTP-SSL/Manifest b/dev-perl/Net-SMTP-SSL/Manifest
index 73fa76b1c75..c61c9337831 100644
--- a/dev-perl/Net-SMTP-SSL/Manifest
+++ b/dev-perl/Net-SMTP-SSL/Manifest
@@ -1 +1,2 @@
 DIST Net-SMTP-SSL-1.03.tar.gz 2271 BLAKE2B 
8f131527139a96155bb33c4b1c0530ba88955f08d4a7d1a2b8afec6119300b102c5ba0f4ac3757c216491b5aea9a3311a0b501a5a4dbb2d453ddf3abf3a18719
 SHA512 
71e766274745893cb6eddc91a4b24d7b538051974a2cd93d4abd8447daec72907b482edb25e628cfa480c99af935568c4765e85ddfc951e0ec9b2de25c366bc8
+DIST Net-SMTP-SSL-1.04.tar.gz 2457 BLAKE2B 
a55dea686b5dd6b0ecdf025a40a71f8a87fc8fdb8cab49b6e310c1bca8a513945ca33914d762174a907ec5f146765f7aea0f70f59be4e9fee88051d2bf9c8ba5
 SHA512 
dfbf59e5d895add19f5684c999c941ab56a58be39492a02e5a9bdac47039bf388279eda734c6b0422d228ac14efed899b3572561e6a34cfd9582423252efb509

diff --git a/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.40.0.ebuild 
b/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.40.0.ebuild
new file mode 100644
index 000..5c0979c1aea
--- /dev/null
+++ b/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.40.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.04
+inherit perl-module
+
+DESCRIPTION="(Deprecated) SSL support for Net::SMTP"
+
+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 ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-libnet
+   dev-perl/IO-Socket-SSL
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( >=virtual/perl-Test-Simple-0.470.0 )
+"
+
+pkg_postinst() {
+   elog "This package is deprecated by upstream as equivalent support for 
SSL and"
+   elog "STARTTLS is available with Net::SMTP 2.35, found in:"
+   elog "  >=virtual/perl-libnet-1.28 ( >=dev-lang/perl-5.20.0 )"
+   elog "Subsequently, this package is only available for compatibility 
reasons, and"
+   elog "should be avoided in new code."
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSH2/, dev-perl/Net-SSH2/files/

2017-12-11 Thread Kent Fredric
commit: c7194203b93b03ea74801ba95ebd4fac1b5addd7
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Dec 11 18:39:39 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Dec 11 19:27:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7194203

dev-perl/Net-SSH2: Bump to version 0.670.0

- Replace sed expr with patch

Upstream:
- Support for libssh2 1.7 features
- Lots and lots of refactoring

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/Net-SSH2/Manifest |  1 +
 dev-perl/Net-SSH2/Net-SSH2-0.670.0.ebuild  | 39 ++
 .../Net-SSH2/files/Net-SSH2-0.67-perl-5.26.patch   | 23 +
 dev-perl/Net-SSH2/metadata.xml |  1 +
 4 files changed, 64 insertions(+)

diff --git a/dev-perl/Net-SSH2/Manifest b/dev-perl/Net-SSH2/Manifest
index a702d3146c0..e646bd048fc 100644
--- a/dev-perl/Net-SSH2/Manifest
+++ b/dev-perl/Net-SSH2/Manifest
@@ -1 +1,2 @@
 DIST Net-SSH2-0.58.tar.gz 124853 BLAKE2B 
be4732906154977f08d66689d75f9edf565706047be693354548bf8402223ea06522cc477f8d815f33ee1ba638def40fcc3222362796f8183076928403c29fec
 SHA512 
753e5037d08405f9c401631cd77f1df57e7ee14db44033df8ce0b82f02377bdf7fdecd32bb6f9e1cd80f3fed88adb37e3abdb0b1dbfa50d115ee9e31fd735380
+DIST Net-SSH2-0.67.tar.gz 140610 BLAKE2B 
dfc43e31f3ededcbdd51e87e91e223614212b3247925a16fcc708695b9b1957950e7609c8463d02db229ff3e3ac3fdfe99da6154f7216b2618a9298073babe20
 SHA512 
3d6dde36e9e763da024b6d03184d6e41675576914cb8ceffe7e98e64ad83a1418c499ac6afebbde8f871aebab7a78e2aa355905efcaec766d5146ef9e6fd7f5f

diff --git a/dev-perl/Net-SSH2/Net-SSH2-0.670.0.ebuild 
b/dev-perl/Net-SSH2/Net-SSH2-0.670.0.ebuild
new file mode 100644
index 000..e4ebc8b9408
--- /dev/null
+++ b/dev-perl/Net-SSH2/Net-SSH2-0.670.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SALVA
+DIST_VERSION=0.67
+DIST_EXAMPLES=( "example/*" )
+inherit perl-module
+
+DESCRIPTION="Support for the SSH 2 protocol via libssh2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gcrypt libressl"
+
+RDEPEND="
+   sys-libs/zlib
+   net-libs/libssh2
+   !gcrypt? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   gcrypt? (
+   dev-libs/libgcrypt:0
+   )
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-Constant
+   >=virtual/perl-ExtUtils-MakeMaker-6.50
+"
+PATCHES=(
+   "${FILESDIR}/${PN}-0.67-perl-5.26.patch"
+)
+
+src_configure() {
+   use gcrypt && myconf=gcrypt
+   perl-module_src_configure
+}

diff --git a/dev-perl/Net-SSH2/files/Net-SSH2-0.67-perl-5.26.patch 
b/dev-perl/Net-SSH2/files/Net-SSH2-0.67-perl-5.26.patch
new file mode 100644
index 000..49e575835db
--- /dev/null
+++ b/dev-perl/Net-SSH2/files/Net-SSH2-0.67-perl-5.26.patch
@@ -0,0 +1,23 @@
+From 11b70a6e74a8705d40ffb7b277c96c5e2d896cf9 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= 
+Date: Thu, 6 Jul 2017 04:58:22 +1200
+Subject: Add build fix for Perl 5.26, bug 623008
+
+Bug: https://bugs.gentoo.org/623008
+Bug: https://github.com/rkitover/net-ssh2/pull/42
+---
+ Makefile.PL | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 6b9d6d5..7bd8094 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -1,3 +1,4 @@
++use lib q[.];
+ use inc::Module::Install 0.91;
+ use Cwd;
+ use Config;
+-- 
+2.14.3
+

diff --git a/dev-perl/Net-SSH2/metadata.xml b/dev-perl/Net-SSH2/metadata.xml
index cade61a4789..3240d6b9ca0 100644
--- a/dev-perl/Net-SSH2/metadata.xml
+++ b/dev-perl/Net-SSH2/metadata.xml
@@ -14,6 +14,7 @@
 Net::SSH2::Channel
 Net::SSH2::Dir
 Net::SSH2::File
+Net::SSH2::KnownHosts
 Net::SSH2::Listener
 Net::SSH2::PublicKey
 Net::SSH2::SFTP



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

2017-12-11 Thread Kent Fredric
commit: 2f930251fa4d1c946059d28b3f427fd87ca0c338
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Dec 10 15:15:44 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Dec 11 19:27:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f930251

dev-perl/Net-SMTPS: Bump to version 0.90.0

Upstream:
- Fix STARTTLS failing to call ->starttls
- enable a starttls() method.
- Enable IO::Socket::SSL debugging under debug option

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/Net-SMTPS/Manifest|  1 +
 dev-perl/Net-SMTPS/Net-SMTPS-0.90.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-perl/Net-SMTPS/Manifest b/dev-perl/Net-SMTPS/Manifest
index df74d636fd4..fbd9df4e7fd 100644
--- a/dev-perl/Net-SMTPS/Manifest
+++ b/dev-perl/Net-SMTPS/Manifest
@@ -1,3 +1,4 @@
 DIST Net-SMTPS-0.04.tar.gz 4712 BLAKE2B 
7cb6175e8aad3db5efb0f1e4413e08dd0d8843ddb6c1c0122aff1b6ed99ecd7e5b71d59d372df956968224b507f0ab07daf96eaa94f2f6fa120d315b568e
 SHA512 
69fcfb221a139a9d92f56d3917081a21de786095314efaa840e41dcd27bebd29d66f0f9c63cc2eb8adbaa1b701877b4ab9b9fe2790c335a13b256b742319054b
 DIST Net-SMTPS-0.05.tar.gz 4601 BLAKE2B 
708b7918de43468dd457b1cf6836071bc13aa2af14470b87ca61f90ee17a7a524e9759878bb37606c2d24175cd514ffbe56d0df2e2315c0bf801034adc82163f
 SHA512 
8c5a49820997eec65566d86a6eb69ba36800772ab1a400a4a005ce771895264de7b38d037c5e5ebcfb18b39e91f71d78aa251f721882a448a565da5038e49273
 DIST Net-SMTPS-0.06.tar.gz 4701 BLAKE2B 
9500e403b79dec920d1d10f30a3a935982f528babc6b882c06f5328d69a49a72257474751c42b24b8fda3789c542cf14f64d38ca0f0139bdc8b8d67bc1332793
 SHA512 
c27a60860c8d4ffaf7ba1382664255fd24417efbffec79ad4c219d9caf7ca5c36e2697185e9b4c513466657bf7f70476f0f565c4a9570845b14c37f87c11394b
+DIST Net-SMTPS-0.09.tar.gz 5263 BLAKE2B 
a2091fd29de5a3c8b8bee1612bb6b7813222f0cce45070aebfced77362b029795ca51c4de818b203b454c1be14d6c6835e57fe34bf95866d4b06f916ca96401a
 SHA512 
856d7068fe3c41c48048dae564db5d526521753f58ac4ec9b973360991853c3a7b7ea3d3e25b17692601765be522fc5bf1456a0b645325e724a482ec559d5e5f

diff --git a/dev-perl/Net-SMTPS/Net-SMTPS-0.90.0.ebuild 
b/dev-perl/Net-SMTPS/Net-SMTPS-0.90.0.ebuild
new file mode 100644
index 000..c3b8c7f28c8
--- /dev/null
+++ b/dev-perl/Net-SMTPS/Net-SMTPS-0.90.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TOMO
+DIST_VERSION=0.09
+DIST_SECTION=src
+inherit perl-module
+
+DESCRIPTION="SSL/STARTTLS support for Net::SMTP"
+IUSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-perl/Authen-SASL-2.150.0
+   >=dev-perl/IO-Socket-SSL-1
+   >=virtual/perl-libnet-2"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker"



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

2017-12-11 Thread Kent Fredric
commit: b390fa4c0492cfb0f856c9c03dd9efccdd5229a4
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Dec 10 15:43:16 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Dec 11 19:27:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b390fa4c

dev-perl/Net-SSH-AuthorizedKeysFile: Bump to version 0.180.0

- EAPI6
- Parallel Tests

Upstream:
- Avoid extraneous print lines when used with Log::Log4perl

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/Net-SSH-AuthorizedKeysFile/Manifest   |  1 +
 .../Net-SSH-AuthorizedKeysFile-0.180.0.ebuild  | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Net-SSH-AuthorizedKeysFile/Manifest 
b/dev-perl/Net-SSH-AuthorizedKeysFile/Manifest
index 698ca9b5ba1..ee82425080b 100644
--- a/dev-perl/Net-SSH-AuthorizedKeysFile/Manifest
+++ b/dev-perl/Net-SSH-AuthorizedKeysFile/Manifest
@@ -1 +1,2 @@
 DIST Net-SSH-AuthorizedKeysFile-0.17.tar.gz 16040 BLAKE2B 
b21886051b529d44d30b04079b6ab01454b85218f1505ecceb57ab15bedaa39b558fef5b2b1be0331580edec2241977bb6d9193c66c4138270f303bc197771d9
 SHA512 
2d6f59bd93a2e0ef25ea5f438dcb9be7ae670d9a012596da07f23b37ed781ebed6559a474665e66adea4a5f3550f1898b26cf6026705d851099e26f1934c5259
+DIST Net-SSH-AuthorizedKeysFile-0.18.tar.gz 16413 BLAKE2B 
ee22c2b456a5b8ad98fb9648d86e106f04266ef132d079d512fe980c08cceecc06c3946ac4fa43ad8dddb47d266debf986db47e6a3b7d72d1d1bc999284a4989
 SHA512 
1ebb5f2faa9ab414e49b9c8e85c27c81f858bd18669ff5508fe4dd70e8980977348121034d69fb094fd75c3d8d2c686694092bf0c0db2bcecb7ba05d85fa8a4c

diff --git 
a/dev-perl/Net-SSH-AuthorizedKeysFile/Net-SSH-AuthorizedKeysFile-0.180.0.ebuild 
b/dev-perl/Net-SSH-AuthorizedKeysFile/Net-SSH-AuthorizedKeysFile-0.180.0.ebuild
new file mode 100644
index 000..d8ecc15d60a
--- /dev/null
+++ 
b/dev-perl/Net-SSH-AuthorizedKeysFile/Net-SSH-AuthorizedKeysFile-0.180.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MSCHILLI
+DIST_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="Read and modify ssh's authorized_keys files"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Digest-MD5
+   virtual/perl-File-Spec
+   >=dev-perl/Log-Log4perl-1.0.0
+   virtual/perl-Text-ParseWords
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Temp
+   virtual/perl-Test-Simple
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Cache-Transparent/

2017-12-11 Thread Kent Fredric
commit: fbec1b3e84dc9a167f77e50b7be28a8e16efba21
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Dec 11 14:24:33 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Dec 11 19:27:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbec1b3e

dev-perl/HTTP-Cache-Transparent: Fix missing test dep on Test-RequiresInternet

t/cache.t uses Test::RequiresInternet

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 .../HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild 
b/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild
index 98b151d56d4..1e2e1d86bb2 100644
--- a/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild
+++ b/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild
@@ -18,7 +18,10 @@ RDEPEND="dev-perl/libwww-perl
virtual/perl-Digest-MD5
virtual/perl-Storable"
 DEPEND="${RDEPEND}
-   test? ( virtual/perl-Test-Simple )"
+   test? (
+   dev-perl/Test-RequiresInternet
+   virtual/perl-Test-Simple
+   )"
 
 src_test() {
perl_rm_files t/pod.t t/pod-coverage.t



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSH-Perl/files/, dev-perl/Net-SSH-Perl/

2017-12-11 Thread Kent Fredric
commit: 7e41cd913f99e26122f327c2800899a2d03cd653
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Dec 11 16:36:06 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Dec 11 19:27:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e41cd91

dev-perl/Net-SSH-Perl: Bump to version 2.140.0

- Replace sed expr with patch
- Killall authortests

Upstream:
- Add curve25519-sha256 alias
- Fix handling unsupported key types
- Add support for '-' in syntax options
- Add wildcard support for '+' in syntax options
- Fix reading ETM Mac input bytes
- Fix DSA verification failure with r/s high-bit
- Improve efficiency of CTR
- Avoid warnings in Host from strange/invalid known_host entries
- Make AES-CBC IV to be blocksize, not keysize
- DES3 init now passed key as variable to avoid scalar error
- Fix Packet padlen decode using signed instead of unsighed unpack
- Fix key not being loaded prior to agent use
- Fix DSA verification failure when r has unnecessary leading 0's

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/Net-SSH-Perl/Manifest |  1 +
 dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.140.0.ebuild  | 51 ++
 .../files/Net-SSH-Perl-2.14-no-signatures.patch| 27 
 3 files changed, 79 insertions(+)

diff --git a/dev-perl/Net-SSH-Perl/Manifest b/dev-perl/Net-SSH-Perl/Manifest
index 382119cc171..bcbae24142d 100644
--- a/dev-perl/Net-SSH-Perl/Manifest
+++ b/dev-perl/Net-SSH-Perl/Manifest
@@ -1,3 +1,4 @@
 DIST Net-SSH-Perl-1.36.tar.gz 117219 BLAKE2B 
ed23b89d5d4f8a32f875a12433cc7c6258273120fde596f496a2342d8f99786dd31ce6caa6c0b7418ffed7f0be400adf34232e16c131e8a50f5ee2ec856627f8
 SHA512 
4157d10a8dc107af17ab711102dea79b4b0b598d6c15d6f350f3a2eaf9be917c4410885d38de0dab4bbf1277875f03d5b10ca7350ba1300fdffc385c430c588f
 DIST Net-SSH-Perl-1.42.tar.gz 120783 BLAKE2B 
c8423aa71b679e67636f53c74b8158e4898bccfa5036eaeaf0150237548a249125fa203f3c986cd6e55a5ac1e7953f757e6914baf14286b36a9b51b808d7e604
 SHA512 
67275e99890948376c7f6feb5be1979f45b5fda2afe440108b3819db192fd41b43e9ee94e7e643671384b37972842f40ce3519cbeef98b6ee796a68e4bfe20dd
 DIST Net-SSH-Perl-2.09.01.tar.gz 255286 BLAKE2B 
fa299b63f1c82e5adc936513dc2fbda495abe087d32d80ffbf03bd9b9467114b710e7f74186514157b19c13259bde576c5f251aa038948a3114800b9ee675158
 SHA512 
e7d7194e175490ba0849357ebbb504932d97b358722f2045e0acbaba9c14dc945629bd5653b36934317632e0d3894525e4f34ea48b494f2cc815959106138b44
+DIST Net-SSH-Perl-2.14.tar.gz 256963 BLAKE2B 
700e9a852ab65ce881db043bf7ce775bbb60022299bf27936b90bb78c085136df1c6119b67f48bfd540b6b7cc2cb6406c252c4a6b9a7b73fc11760c28e527f58
 SHA512 
49fee3e7969260a97453adfdac7ed3852130a7404ca5016f6d16549e478b8f2808f47c5801f2dbf991cfb33b5f2653d55360ba938d9b36016620a46e1ffea879

diff --git a/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.140.0.ebuild 
b/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.140.0.ebuild
new file mode 100644
index 000..ea851df135a
--- /dev/null
+++ b/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.140.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SCHWIGON
+DIST_VERSION=2.14
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Perl client Interface to SSH"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal test"
+
+RDEPEND="
+   >=dev-perl/Crypt-Curve25519-0.50.0
+   dev-perl/Crypt-IDEA
+   >=dev-perl/CryptX-0.32.0
+   virtual/perl-Digest-MD5
+   dev-perl/File-HomeDir
+   virtual/perl-File-Spec
+   virtual/perl-IO
+   >=dev-perl/Math-GMP-1.40.0
+   virtual/perl-Scalar-List-Utils
+   >=dev-perl/String-CRC32-1.200.0
+   !minimal? (
+   dev-perl/Digest-BubbleBabble
+   dev-perl/Crypt-RSA
+   dev-perl/TermReadKey
+   )
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( >=virtual/perl-Test-Simple-0.610.0 )
+"
+
+PERL_RM_FILES=(
+   # Gentoo integrity checks are used instead
+   'SIGNATURE'
+   't/00-signature.t'
+   # Annoying author tests
+   't/99-perlcritic.t'
+   't/99-pod.t'
+   't/99-spellcheck.t'
+   't/99-yaml.t'
+)
+PATCHES=(
+   "${FILESDIR}/${PN}-2.14-no-signatures.patch"
+)

diff --git a/dev-perl/Net-SSH-Perl/files/Net-SSH-Perl-2.14-no-signatures.patch 
b/dev-perl/Net-SSH-Perl/files/Net-SSH-Perl-2.14-no-signatures.patch
new file mode 100644
index 000..c1df6ae5959
--- /dev/null
+++ b/dev-perl/Net-SSH-Perl/files/Net-SSH-Perl-2.14-no-signatures.patch
@@ -0,0 +1,27 @@
+From ad32ac31952120cf20f8830233148188b6c26139 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Fri, 24 Mar 2017 05:10:15 +1300
+Subject: Remove use of Module::Signature
+
+Gentoo has its own integrity protocols anyway, and even minor
+patching upsets signatures.
+
+Its not worth the added dependency complexity.
+---
+ Makefile.PL  |   1 -
+
+diff --git a/Makefile.PL b/Makefile.PL

[gentoo-commits] repo/gentoo:master commit in: net-fs/openafs-kernel/

2017-12-11 Thread NP Hardass
commit: 775ef9dfac3c9a07e5ec226d0de448a8cdf95501
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Dec 11 19:16:05 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Dec 11 19:16:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775ef9df

net-fs/openafs-kernel: Drop older versions

Bug: https://bugs.gentoo.org/640536
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-fs/openafs-kernel/Manifest |   5 -
 .../openafs-kernel/openafs-kernel-1.6.20.1.ebuild  | 134 -
 .../openafs-kernel-1.6.20.2-r1.ebuild  | 134 -
 .../openafs-kernel/openafs-kernel-1.6.21-r1.ebuild | 134 -
 .../openafs-kernel/openafs-kernel-1.6.21.1.ebuild  | 134 -
 5 files changed, 541 deletions(-)

diff --git a/net-fs/openafs-kernel/Manifest b/net-fs/openafs-kernel/Manifest
index ce512c9c6ad..57d545818ef 100644
--- a/net-fs/openafs-kernel/Manifest
+++ b/net-fs/openafs-kernel/Manifest
@@ -1,7 +1,2 @@
-DIST openafs-1.6.20.1-src.tar.bz2 14672548 BLAKE2B 
e558a43be0dc0098b726f5a969cf1cf0d64dafdc9405b605c9eea2ce6ed8c4fa3026b3ee5e7277609286e25bf9db69f2e10789fd78aef2693ac4d67ae4311bfe
 SHA512 
cd6a0cd5d48fffaf37d143a9f8f7cd84c78ada6a645ac1a6cd3cf5b4a8a5af602e84133506c797e62ef2e61180a1c89915ea8657ac95bb872ada018b1baf0d59
-DIST openafs-1.6.20.2-src.tar.bz2 14676861 BLAKE2B 
538534c451e51e449d225772cfb38a119b2297aee82bf5758434a8d5784b08afb08996f7dd80d78e11c9da8a55165815aa138bdb4aba4bda86549a1d2e5ab8d4
 SHA512 
74c50fa71a98e7ad8bfed0610ab1dbf5c6669cdbd1e240c7b155f345fc511d9e51b4d9caa8d235223ad929b711577a192ca0841c92279bf16991cace8f19a575
-DIST openafs-1.6.21-src.tar.bz2 14682997 BLAKE2B 
304a1ad57528f933dcf12d40b30325a58cbee21edfae5d043098cdf77b620fb321bcab01d28300ecc380486d87bb1925e2f030d9bd23afb58432fd0d0782736a
 SHA512 
451c38ed5031b8a962da3276bf5d0f1b74c5956c2d10cdb8bbd22ea633880ebf35cf5fc71feb5d2eca4306762f6c2376a46f4522150291acfc469f8be2da757f
-DIST openafs-1.6.21.1-src.tar.bz2 14679991 BLAKE2B 
7c18dccb638ed24b33d188f9e58447135a06aed4cf1f4ce8d5c985f1efcb418d891187b4492f2f50111994801852db080c6dec4d0c5629771dcea3393f90add5
 SHA512 
a8c496657a59ee00411717aac8b6c4ca64f7ffeef400ae84ff902c8b2d81d19a367f78fbe105512ec7ec7181e8b0158fc359565eb99e2beb39d6a93ed1b28f98
 DIST openafs-1.6.22-src.tar.bz2 14606745 BLAKE2B 
ee406ac0bc2f91862b916fe2c84bb5b1887b43bfb396a0d4b4d3349420b4af397344a2c4d585698fe6f3870fba2090df7b7da85431275b5d1c28b01168221557
 SHA512 
7a533462175e79aa48339c5105d2dbddde284e23e5d5bcff58a4893839fc7bcfdd779d1d65abfc5217b185624bf88fe1ef02d0c37d29b6ff96616e96f54a6d87
-DIST openafs-patches-20170212.tar.xz 11008 BLAKE2B 
6a51a849a61dbc8486a78ba44ced693f76dcb79f1db0131e82e81d16f66bee658b9604064b7c828545dcc4984d4c0f25c5972cf2e61c2036d1d093662068d539
 SHA512 
13e525a3f612b43318ad2fefaa3edf15ad572153494e94826815400f90a253678d2ade44d6adae08b1cb0dc8f311f5407f5aa540ed0df7a2d2d6024695bd917f
 DIST openafs-patches-20170822.tar.xz 11036 BLAKE2B 
e53d9e01c5808ca9876fd22f729e0e82cb0f6bc7c1f4875ad0607ac9d547e216c61cc2c3506eaafb7c81318958cd038c177e9e5b2c3728997d7f44e13bbbded4
 SHA512 
f4b574287bfe54881a70f3ccd4d4901b2f8f9ecbec7b3a4975b59050d5ef27c6de3da25f820b7b2b10f1a38034bb28e5c01ee094fb38cae80e244eeb04b29d0a

diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.20.1.ebuild 
b/net-fs/openafs-kernel/openafs-kernel-1.6.20.1.ebuild
deleted file mode 100644
index cff675598aa..000
--- a/net-fs/openafs-kernel/openafs-kernel-1.6.20.1.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools linux-mod multilib toolchain-funcs versionator
-
-MY_PV=$(delete_version_separator '_')
-MY_PN="${PN/-kernel}"
-MY_P="${MY_PN}-${MY_PV}"
-PVER="20170212"
-
-DESCRIPTION="The OpenAFS distributed file system kernel module"
-HOMEPAGE="https://www.openafs.org/;
-# We always d/l the doc tarball as man pages are not USE=doc material
-[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
-SRC_URI="
-   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
-   https://dev.gentoo.org/~bircoph/afs/${MY_PN}-patches-${PVER}.tar.xz
-"
-
-LICENSE="IBM BSD openafs-krb5-a APSL-2"
-SLOT="0"
-KEYWORDS="amd64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-S=${WORKDIR}/${MY_P}
-
-CONFIG_CHECK="~!AFS_FS KEYS"
-ERROR_AFS_FS="OpenAFS conflicts with the in-kernel AFS-support. Make sure not 
to load both at the same time!"
-ERROR_KEYS="OpenAFS needs CONFIG_KEYS option enabled"
-
-QA_TEXTRELS_x86_fbsd="/boot/modules/libafs.ko"
-QA_TEXTRELS_amd64_fbsd="/boot/modules/libafs.ko"
-
-PATCHES=( "${WORKDIR}/gentoo/patches" )
-
-pkg_pretend() {
-   if use kernel_linux && kernel_is ge 4 10 ; then
-   ewarn "Gentoo supports kernels which are supported by OpenAFS"
-   ewarn "which are limited to the kernel versions: < 4.10"
-   ewarn ""

[gentoo-commits] repo/gentoo:master commit in: net-fs/openafs/

2017-12-11 Thread NP Hardass
commit: b628e20fc4a845b1fb5b848cca7c93f0124464da
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Dec 11 19:15:24 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Dec 11 19:15:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b628e20f

net-fs/openafs: Drop older versions

Bug: https://bugs.gentoo.org/640536
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-fs/openafs/Manifest   |   9 --
 net-fs/openafs/openafs-1.6.20.1.ebuild| 222 --
 net-fs/openafs/openafs-1.6.20.2-r1.ebuild | 222 --
 net-fs/openafs/openafs-1.6.21-r1.ebuild   | 222 --
 net-fs/openafs/openafs-1.6.21.1.ebuild| 222 --
 5 files changed, 897 deletions(-)

diff --git a/net-fs/openafs/Manifest b/net-fs/openafs/Manifest
index 89d0db3d5c1..70f619f99b4 100644
--- a/net-fs/openafs/Manifest
+++ b/net-fs/openafs/Manifest
@@ -1,12 +1,3 @@
-DIST openafs-1.6.20.1-doc.tar.bz2 3533007 BLAKE2B 
9e98543277cc80dacb7f5145658fc629b8437e4e2f76375f94a82834780329bc413148e4b04b0736f88ff91d5c5bea2975360d568a559da0d69a1cfc238132ed
 SHA512 
53d36ae28ce303fd397635f888ba5e7b1a74967072919bab44dc68858881e6b0586b1e2339dcfdfe1de3bf69591077e4c09ad0c0444eb1a1557a71b39b793da4
-DIST openafs-1.6.20.1-src.tar.bz2 14672548 BLAKE2B 
e558a43be0dc0098b726f5a969cf1cf0d64dafdc9405b605c9eea2ce6ed8c4fa3026b3ee5e7277609286e25bf9db69f2e10789fd78aef2693ac4d67ae4311bfe
 SHA512 
cd6a0cd5d48fffaf37d143a9f8f7cd84c78ada6a645ac1a6cd3cf5b4a8a5af602e84133506c797e62ef2e61180a1c89915ea8657ac95bb872ada018b1baf0d59
-DIST openafs-1.6.20.2-doc.tar.bz2 3531309 BLAKE2B 
d91cb52ebdf65a70d2ef7424877181b7c29c2d8262ab40d87f8cff725c3406fad3a38438c04232228999f30100bd16940f8d976fd3e41f90127fe67d52b2e496
 SHA512 
ff22960ce35e459acb04ca22a247d8199f81061498e0c4c3b83090200561199e1ae80152ab5c6b148983978ffed730c9efad8346bce289a6c5128d17510db772
-DIST openafs-1.6.20.2-src.tar.bz2 14676861 BLAKE2B 
538534c451e51e449d225772cfb38a119b2297aee82bf5758434a8d5784b08afb08996f7dd80d78e11c9da8a55165815aa138bdb4aba4bda86549a1d2e5ab8d4
 SHA512 
74c50fa71a98e7ad8bfed0610ab1dbf5c6669cdbd1e240c7b155f345fc511d9e51b4d9caa8d235223ad929b711577a192ca0841c92279bf16991cace8f19a575
-DIST openafs-1.6.21-doc.tar.bz2 3532948 BLAKE2B 
03ad1a7ad0b81b7fde98a126c1bd629d5541556a5639cbbc712f9b45404c325208a2d20fcbee714849829c6e3e665614ce255d0aab7df9a7320ceed54febf056
 SHA512 
37ee9a140e9f34145a020ee2ba06c8635a27c3329836dc379af2fcda9928182637b4ab3da303b4a54d8dde6df463e50481b9a970b1d07d180a78f8a9e46e0d96
-DIST openafs-1.6.21-src.tar.bz2 14682997 BLAKE2B 
304a1ad57528f933dcf12d40b30325a58cbee21edfae5d043098cdf77b620fb321bcab01d28300ecc380486d87bb1925e2f030d9bd23afb58432fd0d0782736a
 SHA512 
451c38ed5031b8a962da3276bf5d0f1b74c5956c2d10cdb8bbd22ea633880ebf35cf5fc71feb5d2eca4306762f6c2376a46f4522150291acfc469f8be2da757f
-DIST openafs-1.6.21.1-doc.tar.bz2 3532980 BLAKE2B 
a50b7bfb04ffa81034d2bc9b92c2eacae6157d7f9604785877d617c443271d04e236e4c79470174ab9df284860a2bbcf41cecb90474fae091d7e0737bf5e444d
 SHA512 
97236d45153dd8f487caad2e5fff382dc63dd3c75270f58c8afd47145176255d1c7b454b366118543a168951066fd721c7dce506e123adf57d3db939129e6356
-DIST openafs-1.6.21.1-src.tar.bz2 14679991 BLAKE2B 
7c18dccb638ed24b33d188f9e58447135a06aed4cf1f4ce8d5c985f1efcb418d891187b4492f2f50111994801852db080c6dec4d0c5629771dcea3393f90add5
 SHA512 
a8c496657a59ee00411717aac8b6c4ca64f7ffeef400ae84ff902c8b2d81d19a367f78fbe105512ec7ec7181e8b0158fc359565eb99e2beb39d6a93ed1b28f98
 DIST openafs-1.6.22-doc.tar.bz2 3567926 BLAKE2B 
49c20ba0cf28cf567bbdbdd9f34bce504bfc90fe87d74bc9a1f30250a51802239ff9ee1286da5961fed50e84c71d311df7b3c11e393a10f58f88e4dc57773ca1
 SHA512 
6ae43aa86744b1a7879e583faea96ecbdf4dd6f9c4eb39040ca58217c63ae5bbf565cd70e48cddf870b8cb7623e923260a31559d7d1e22b4ef86922601aedd62
 DIST openafs-1.6.22-src.tar.bz2 14606745 BLAKE2B 
ee406ac0bc2f91862b916fe2c84bb5b1887b43bfb396a0d4b4d3349420b4af397344a2c4d585698fe6f3870fba2090df7b7da85431275b5d1c28b01168221557
 SHA512 
7a533462175e79aa48339c5105d2dbddde284e23e5d5bcff58a4893839fc7bcfdd779d1d65abfc5217b185624bf88fe1ef02d0c37d29b6ff96616e96f54a6d87
-DIST openafs-patches-20170212.tar.xz 11008 BLAKE2B 
6a51a849a61dbc8486a78ba44ced693f76dcb79f1db0131e82e81d16f66bee658b9604064b7c828545dcc4984d4c0f25c5972cf2e61c2036d1d093662068d539
 SHA512 
13e525a3f612b43318ad2fefaa3edf15ad572153494e94826815400f90a253678d2ade44d6adae08b1cb0dc8f311f5407f5aa540ed0df7a2d2d6024695bd917f
 DIST openafs-patches-20170822.tar.xz 11036 BLAKE2B 
e53d9e01c5808ca9876fd22f729e0e82cb0f6bc7c1f4875ad0607ac9d547e216c61cc2c3506eaafb7c81318958cd038c177e9e5b2c3728997d7f44e13bbbded4
 SHA512 
f4b574287bfe54881a70f3ccd4d4901b2f8f9ecbec7b3a4975b59050d5ef27c6de3da25f820b7b2b10f1a38034bb28e5c01ee094fb38cae80e244eeb04b29d0a

diff --git a/net-fs/openafs/openafs-1.6.20.1.ebuild 
b/net-fs/openafs/openafs-1.6.20.1.ebuild
deleted file mode 100644
index 37fc178aa24..000
--- 

[gentoo-commits] repo/gentoo:master commit in: net-fs/openafs-kernel/

2017-12-11 Thread NP Hardass
commit: 8c7fa56850b76136df5394bf9dfabeeb32a23eca
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Dec 11 18:47:46 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Dec 11 19:06:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7fa568

net-fs/openafs-kernel: Bump to 1.6.22

CVE: 2017-17432
Bug: https://bugs.gentoo.org/640536
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-fs/openafs-kernel/Manifest |   1 +
 net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild | 134 +
 2 files changed, 135 insertions(+)

diff --git a/net-fs/openafs-kernel/Manifest b/net-fs/openafs-kernel/Manifest
index 5ede15d9038..ce512c9c6ad 100644
--- a/net-fs/openafs-kernel/Manifest
+++ b/net-fs/openafs-kernel/Manifest
@@ -2,5 +2,6 @@ DIST openafs-1.6.20.1-src.tar.bz2 14672548 BLAKE2B 
e558a43be0dc0098b726f5a969cf1
 DIST openafs-1.6.20.2-src.tar.bz2 14676861 BLAKE2B 
538534c451e51e449d225772cfb38a119b2297aee82bf5758434a8d5784b08afb08996f7dd80d78e11c9da8a55165815aa138bdb4aba4bda86549a1d2e5ab8d4
 SHA512 
74c50fa71a98e7ad8bfed0610ab1dbf5c6669cdbd1e240c7b155f345fc511d9e51b4d9caa8d235223ad929b711577a192ca0841c92279bf16991cace8f19a575
 DIST openafs-1.6.21-src.tar.bz2 14682997 BLAKE2B 
304a1ad57528f933dcf12d40b30325a58cbee21edfae5d043098cdf77b620fb321bcab01d28300ecc380486d87bb1925e2f030d9bd23afb58432fd0d0782736a
 SHA512 
451c38ed5031b8a962da3276bf5d0f1b74c5956c2d10cdb8bbd22ea633880ebf35cf5fc71feb5d2eca4306762f6c2376a46f4522150291acfc469f8be2da757f
 DIST openafs-1.6.21.1-src.tar.bz2 14679991 BLAKE2B 
7c18dccb638ed24b33d188f9e58447135a06aed4cf1f4ce8d5c985f1efcb418d891187b4492f2f50111994801852db080c6dec4d0c5629771dcea3393f90add5
 SHA512 
a8c496657a59ee00411717aac8b6c4ca64f7ffeef400ae84ff902c8b2d81d19a367f78fbe105512ec7ec7181e8b0158fc359565eb99e2beb39d6a93ed1b28f98
+DIST openafs-1.6.22-src.tar.bz2 14606745 BLAKE2B 
ee406ac0bc2f91862b916fe2c84bb5b1887b43bfb396a0d4b4d3349420b4af397344a2c4d585698fe6f3870fba2090df7b7da85431275b5d1c28b01168221557
 SHA512 
7a533462175e79aa48339c5105d2dbddde284e23e5d5bcff58a4893839fc7bcfdd779d1d65abfc5217b185624bf88fe1ef02d0c37d29b6ff96616e96f54a6d87
 DIST openafs-patches-20170212.tar.xz 11008 BLAKE2B 
6a51a849a61dbc8486a78ba44ced693f76dcb79f1db0131e82e81d16f66bee658b9604064b7c828545dcc4984d4c0f25c5972cf2e61c2036d1d093662068d539
 SHA512 
13e525a3f612b43318ad2fefaa3edf15ad572153494e94826815400f90a253678d2ade44d6adae08b1cb0dc8f311f5407f5aa540ed0df7a2d2d6024695bd917f
 DIST openafs-patches-20170822.tar.xz 11036 BLAKE2B 
e53d9e01c5808ca9876fd22f729e0e82cb0f6bc7c1f4875ad0607ac9d547e216c61cc2c3506eaafb7c81318958cd038c177e9e5b2c3728997d7f44e13bbbded4
 SHA512 
f4b574287bfe54881a70f3ccd4d4901b2f8f9ecbec7b3a4975b59050d5ef27c6de3da25f820b7b2b10f1a38034bb28e5c01ee094fb38cae80e244eeb04b29d0a

diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild 
b/net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild
new file mode 100644
index 000..4d7d351471f
--- /dev/null
+++ b/net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools linux-mod multilib toolchain-funcs versionator
+
+MY_PV=$(delete_version_separator '_')
+MY_PN="${PN/-kernel}"
+MY_P="${MY_PN}-${MY_PV}"
+PVER="20170822"
+
+DESCRIPTION="The OpenAFS distributed file system kernel module"
+HOMEPAGE="https://www.openafs.org/;
+# We always d/l the doc tarball as man pages are not USE=doc material
+[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
+SRC_URI="
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
+   https://dev.gentoo.org/~bircoph/afs/${MY_PN}-patches-${PVER}.tar.xz
+"
+
+LICENSE="IBM BSD openafs-krb5-a APSL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+S=${WORKDIR}/${MY_P}
+
+CONFIG_CHECK="~!AFS_FS KEYS"
+ERROR_AFS_FS="OpenAFS conflicts with the in-kernel AFS-support. Make sure not 
to load both at the same time!"
+ERROR_KEYS="OpenAFS needs CONFIG_KEYS option enabled"
+
+QA_TEXTRELS_x86_fbsd="/boot/modules/libafs.ko"
+QA_TEXTRELS_amd64_fbsd="/boot/modules/libafs.ko"
+
+PATCHES=( "${WORKDIR}/gentoo/patches" )
+
+pkg_pretend() {
+   if use kernel_linux && kernel_is ge 4 14 ; then
+   ewarn "Gentoo supports kernels which are supported by OpenAFS"
+   ewarn "which are limited to the kernel versions: < 4.14"
+   ewarn ""
+   ewarn "You are free to utilize epatch_user to provide whatever"
+   ewarn "support you feel is appropriate, but will not receive"
+   ewarn "support as a result of those changes."
+   ewarn ""
+   ewarn "Please do not file a bug report about this."
+   fi
+}
+
+pkg_setup() {
+   if use kernel_linux; then
+   linux-mod_pkg_setup
+   fi
+}
+
+src_prepare() {
+   default
+
+   

[gentoo-commits] repo/gentoo:master commit in: net-fs/openafs/

2017-12-11 Thread NP Hardass
commit: 02e8c5da797f9c28df724f941d6e11db50b0cdd9
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Dec 11 18:49:13 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Dec 11 19:06:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e8c5da

net-fs/openafs: Bump to 1.6.22

CVE: 2017-17432
Bug: https://bugs.gentoo.org/640536
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-fs/openafs/Manifest  |   2 +
 net-fs/openafs/openafs-1.6.22.ebuild | 222 +++
 2 files changed, 224 insertions(+)

diff --git a/net-fs/openafs/Manifest b/net-fs/openafs/Manifest
index 37030b21fb3..89d0db3d5c1 100644
--- a/net-fs/openafs/Manifest
+++ b/net-fs/openafs/Manifest
@@ -6,5 +6,7 @@ DIST openafs-1.6.21-doc.tar.bz2 3532948 BLAKE2B 
03ad1a7ad0b81b7fde98a126c1bd629d
 DIST openafs-1.6.21-src.tar.bz2 14682997 BLAKE2B 
304a1ad57528f933dcf12d40b30325a58cbee21edfae5d043098cdf77b620fb321bcab01d28300ecc380486d87bb1925e2f030d9bd23afb58432fd0d0782736a
 SHA512 
451c38ed5031b8a962da3276bf5d0f1b74c5956c2d10cdb8bbd22ea633880ebf35cf5fc71feb5d2eca4306762f6c2376a46f4522150291acfc469f8be2da757f
 DIST openafs-1.6.21.1-doc.tar.bz2 3532980 BLAKE2B 
a50b7bfb04ffa81034d2bc9b92c2eacae6157d7f9604785877d617c443271d04e236e4c79470174ab9df284860a2bbcf41cecb90474fae091d7e0737bf5e444d
 SHA512 
97236d45153dd8f487caad2e5fff382dc63dd3c75270f58c8afd47145176255d1c7b454b366118543a168951066fd721c7dce506e123adf57d3db939129e6356
 DIST openafs-1.6.21.1-src.tar.bz2 14679991 BLAKE2B 
7c18dccb638ed24b33d188f9e58447135a06aed4cf1f4ce8d5c985f1efcb418d891187b4492f2f50111994801852db080c6dec4d0c5629771dcea3393f90add5
 SHA512 
a8c496657a59ee00411717aac8b6c4ca64f7ffeef400ae84ff902c8b2d81d19a367f78fbe105512ec7ec7181e8b0158fc359565eb99e2beb39d6a93ed1b28f98
+DIST openafs-1.6.22-doc.tar.bz2 3567926 BLAKE2B 
49c20ba0cf28cf567bbdbdd9f34bce504bfc90fe87d74bc9a1f30250a51802239ff9ee1286da5961fed50e84c71d311df7b3c11e393a10f58f88e4dc57773ca1
 SHA512 
6ae43aa86744b1a7879e583faea96ecbdf4dd6f9c4eb39040ca58217c63ae5bbf565cd70e48cddf870b8cb7623e923260a31559d7d1e22b4ef86922601aedd62
+DIST openafs-1.6.22-src.tar.bz2 14606745 BLAKE2B 
ee406ac0bc2f91862b916fe2c84bb5b1887b43bfb396a0d4b4d3349420b4af397344a2c4d585698fe6f3870fba2090df7b7da85431275b5d1c28b01168221557
 SHA512 
7a533462175e79aa48339c5105d2dbddde284e23e5d5bcff58a4893839fc7bcfdd779d1d65abfc5217b185624bf88fe1ef02d0c37d29b6ff96616e96f54a6d87
 DIST openafs-patches-20170212.tar.xz 11008 BLAKE2B 
6a51a849a61dbc8486a78ba44ced693f76dcb79f1db0131e82e81d16f66bee658b9604064b7c828545dcc4984d4c0f25c5972cf2e61c2036d1d093662068d539
 SHA512 
13e525a3f612b43318ad2fefaa3edf15ad572153494e94826815400f90a253678d2ade44d6adae08b1cb0dc8f311f5407f5aa540ed0df7a2d2d6024695bd917f
 DIST openafs-patches-20170822.tar.xz 11036 BLAKE2B 
e53d9e01c5808ca9876fd22f729e0e82cb0f6bc7c1f4875ad0607ac9d547e216c61cc2c3506eaafb7c81318958cd038c177e9e5b2c3728997d7f44e13bbbded4
 SHA512 
f4b574287bfe54881a70f3ccd4d4901b2f8f9ecbec7b3a4975b59050d5ef27c6de3da25f820b7b2b10f1a38034bb28e5c01ee094fb38cae80e244eeb04b29d0a

diff --git a/net-fs/openafs/openafs-1.6.22.ebuild 
b/net-fs/openafs/openafs-1.6.22.ebuild
new file mode 100644
index 000..4ecf063fc89
--- /dev/null
+++ b/net-fs/openafs/openafs-1.6.22.ebuild
@@ -0,0 +1,222 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools eutils flag-o-matic multilib pam systemd toolchain-funcs 
versionator
+
+MY_PV=$(delete_version_separator '_')
+MY_P="${PN}-${MY_PV}"
+PVER="20170822"
+
+DESCRIPTION="The OpenAFS distributed file system"
+HOMEPAGE="https://www.openafs.org/;
+# We always d/l the doc tarball as man pages are not USE=doc material
+[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
+SRC_URI="
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-doc.tar.bz2
+   https://dev.gentoo.org/~bircoph/afs/${PN}-patches-${PVER}.tar.xz
+"
+
+LICENSE="IBM BSD openafs-krb5-a APSL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+
+IUSE="bitmap-later debug doc fuse kerberos +modules ncurses pam pthreaded-ubik 
+supergroups"
+
+CDEPEND="
+   virtual/libintl
+   fuse? ( sys-fs/fuse )
+   kerberos? ( virtual/krb5 )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? ( virtual/pam )"
+
+DEPEND="${CDEPEND}
+   virtual/yacc
+   doc? (
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   )"
+
+RDEPEND="${CDEPEND}
+   modules? ( ~net-fs/openafs-kernel-${PV} )"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=( "${WORKDIR}/gentoo/patches" )
+
+src_prepare() {
+   default
+
+   # fixing 2-nd level makefiles to honor flags
+   sed -i -r 's/\

[gentoo-commits] repo/gentoo:master commit in: net-fs/openafs/

2017-12-11 Thread NP Hardass
commit: c503fe8842939584872c31d6233dae71759e131d
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Dec 11 19:00:51 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Dec 11 19:06:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c503fe88

net-fs/openafs: Stable for amd64, x86

Bug: https://bugs.gentoo.org/640536
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-fs/openafs/openafs-1.6.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/openafs/openafs-1.6.22.ebuild 
b/net-fs/openafs/openafs-1.6.22.ebuild
index 4ecf063fc89..3c3aa6efbac 100644
--- a/net-fs/openafs/openafs-1.6.22.ebuild
+++ b/net-fs/openafs/openafs-1.6.22.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="IBM BSD openafs-krb5-a APSL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
 IUSE="bitmap-later debug doc fuse kerberos +modules ncurses pam pthreaded-ubik 
+supergroups"
 



[gentoo-commits] repo/gentoo:master commit in: net-fs/openafs-kernel/

2017-12-11 Thread NP Hardass
commit: 45f3e2841572db315afc15b33a7c616e560332fb
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Dec 11 18:57:30 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Dec 11 19:06:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f3e284

net-fs/openafs-kernel: Stable for amd64, x86

Bug: https://bugs.gentoo.org/640536
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild 
b/net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild
index 4d7d351471f..406275e0ca5 100644
--- a/net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild
+++ b/net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="IBM BSD openafs-krb5-a APSL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 S=${WORKDIR}/${MY_P}



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

2017-12-11 Thread Manuel Rüger
commit: d7b8b059b13b870c680e88800ebff61a0fb446c4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Dec 11 19:03:03 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Dec 11 19:03:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b8b059

app-admin/kube-bench: Fix install

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 app-admin/kube-bench/kube-bench-0.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/kube-bench/kube-bench-0.0.6.ebuild 
b/app-admin/kube-bench/kube-bench-0.0.6.ebuild
index dd5d76a01a3..aa639411cc6 100644
--- a/app-admin/kube-bench/kube-bench-0.0.6.ebuild
+++ b/app-admin/kube-bench/kube-bench-0.0.6.ebuild
@@ -50,5 +50,5 @@ src_compile() {
 src_install() {
dobin src/${EGO_PN}/${PN}
insinto /etc/kube-bench
-   doins src/${EGO_PN}/cfg /etc/kube-bench
+   doins -r src/${EGO_PN}/cfg
 }



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

2017-12-11 Thread Manuel Rüger
commit: b0170ca290e1b68303612d822d5925b4b4e53f51
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Dec 11 19:02:12 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Dec 11 19:02:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0170ca2

app-emulation/docker-compose: Version bump to 1.18.0_rc2

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 app-emulation/docker-compose/Manifest  |  1 +
 .../docker-compose-1.18.0_rc2.ebuild   | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index fb0d9caa5f6..d790afaaa4f 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,2 +1,3 @@
 DIST docker-compose-1.17.1.tar.gz 219947 BLAKE2B 
a5438e66f156b98ffc9ecf63a57443610f76713532369d519689b697dbc91bd196e24b831882a4c39a43c5b17640242d98f47a2c337832395dc48019d58e3e90
 SHA512 
711c0a73546f0b396a920d3310b92fc15e3c13f93439eeda363124c9bd971aa942395b2405ad7441df8982384be367c20a767fe5b9e3e150690b63deda58f553
 DIST docker-compose-1.18.0_rc1.tar.gz 230199 BLAKE2B 
ccec8431c75be2beaf988e1f10a7e4587f9708f4a4b55280e335783250665b7ff660f1a781aa42b59ee7529fc26abf00e438904c9f9ca4ac0210f1f55490c36a
 SHA512 
9d3e437f9a0889dc09c1c5ad141c0ebcee05d8ac9ec0e842d1544b58ec651270f397e4d41f08d2eab98c4e43cd0cfa950f287d6bcf8095f7972ab46e5a9c1c33
+DIST docker-compose-1.18.0_rc2.tar.gz 229767 BLAKE2B 
6f7b886cd3a52759868c3c23f86b402fffb197afb0eb4052e9aa363a5556e36aa129bbe0b7ea3bb1a29c3ab34053c12e93af02b558699b1391f6064ab060d91e
 SHA512 
0c3e37d6116ca32c19399965b26311bd6fe115dd60058df7cffe176b47bb88b523e80a4f4fa5150d95ff7f90649638745da4c78c6a7264a84ac30ad92eb7bb44

diff --git a/app-emulation/docker-compose/docker-compose-1.18.0_rc2.ebuild 
b/app-emulation/docker-compose/docker-compose-1.18.0_rc2.ebuild
new file mode 100644
index 000..534ceb504f6
--- /dev/null
+++ b/app-emulation/docker-compose/docker-compose-1.18.0_rc2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit bash-completion-r1 distutils-r1 vcs-snapshot
+
+MY_PV=${PV/_/}
+
+DESCRIPTION="Multi-container orchestration for Docker"
+HOMEPAGE="https://www.docker.com/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
+   =dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
+   =dev-python/docker-py-2.6.1[${PYTHON_USEDEP}]
+   =dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
+   =dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
+   =dev-python/PySocks-1.5.6[${PYTHON_USEDEP}]
+   !~dev-python/PySocks-1.5.7[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   =dev-python/requests-2.6.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.3.0[${PYTHON_USEDEP}]
+   =dev-python/texttable-0.9[${PYTHON_USEDEP}]
+   =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+   =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
'python2_7' )
+   $(python_gen_cond_dep '=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 
'python2_7' )
+   $(python_gen_cond_dep 
'>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )
+"
+DEPEND="
+   ${CDEPEND}
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' )
+   )
+"
+RDEPEND="${CDEPEND}"
+
+python_test() {
+   ${PYTHON} -m pytest tests/unit || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp contrib/completion/bash/docker-compose ${PN}
+
+   insinto /usr/share/zsh/site-functions
+   doins contrib/completion/zsh/*
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/clisp/, dev-lisp/clisp/files/

2017-12-11 Thread José María Alonso
commit: a08b6eec14e224be89311a9bfe52fbfe298dfe73
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Dec 11 18:55:57 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Dec 11 18:55:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08b6eec

dev-lisp/clisp: Bumps version to 2.49.60

Bug: https://bugs.gentoo.org/638942
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-lisp/clisp/Manifest|   1 +
 dev-lisp/clisp/clisp-2.49.60.ebuild| 147 +++
 .../clisp-2.49.60-after_glibc_cfree_bdb.patch  | 207 +
 3 files changed, 355 insertions(+)

diff --git a/dev-lisp/clisp/Manifest b/dev-lisp/clisp/Manifest
index 670c7cbe49f..4b0e12dda85 100644
--- a/dev-lisp/clisp/Manifest
+++ b/dev-lisp/clisp/Manifest
@@ -1,2 +1,3 @@
 DIST clisp-2.48.tar.bz2 7885098 BLAKE2B 
42ebfe4721015f522184bce710bf95d79aa7f2a239410af249a8e85d80f140344ec80daaa34f7cdbfd2ae86407984657163ce3f6e4201eb132f7c71e21523cba
 SHA512 
3288b6a2973c924006b14bbed1e8e3e688276a187ac2a6c7851dc7ae699e7832d30e5e7eecdabc76c08c7e8e8ce1b562eb97a44570d3035e558ea2310de2b719
+DIST clisp-2.49.60.tar.bz2 8745713 BLAKE2B 
5dffd594c6d00c2057a98e3f93c888cd5cdc60009cd8fc987e39ff5182e71e575e148839d9c973fbfd0842b82ddf1b5918e86d128d9c79f6d0d4b6afcdc5853f
 SHA512 
656cd59a23ba9be5304a6e0d64d79ac518072c431820b8cf95759fa8f3a66e2efe4d07939315b93e5e06b6e5348d8b32739b129a9e8ac0dc362dd5d1f1eb8aa8
 DIST clisp-2.49.tar.bz2 8091011 BLAKE2B 
e034c581b8100837b34d0adf1ef45bd667272d062945875175958178b4ef5b11e899dfb76505eb8cb51fca6101c11a9f21fb2cc9a78a3c0f82b06166211434f7
 SHA512 
eef66fc85199a2c283b616db61bf67ff103eeb0f19fa907da48994dc790b6f5f8d0c74fb3bd723c6b827c0ff3cfd89fa6ba67934fc669ed5d5249044b5140d81

diff --git a/dev-lisp/clisp/clisp-2.49.60.ebuild 
b/dev-lisp/clisp/clisp-2.49.60.ebuild
new file mode 100644
index 000..84dc47a3bc6
--- /dev/null
+++ b/dev-lisp/clisp/clisp-2.49.60.ebuild
@@ -0,0 +1,147 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic multilib toolchain-funcs
+
+DESCRIPTION="A portable, bytecode-compiled implementation of Common Lisp"
+HOMEPAGE="http://clisp.sourceforge.net/;
+SRC_URI="https://haible.de/bruno/gnu/clisp-2.49.60.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="2/7"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk pari +pcre postgres +readline 
svm -threads +unicode +zlib"
+# "jit" disabled ATM
+
+RDEPEND=">=dev-lisp/asdf-2.33-r3
+virtual/libiconv
+>=dev-libs/libsigsegv-2.10
+>=dev-libs/ffcall-1.10
+dbus? ( sys-apps/dbus )
+fastcgi? ( dev-libs/fcgi )
+gdbm? ( sys-libs/gdbm )
+gtk? ( >=x11-libs/gtk+-2.10:2 >=gnome-base/libglade-2.6 )
+pari? ( =dev-db/postgresql-8.0:* )
+readline? ( >=sys-libs/readline-7.0:0= )
+pcre? ( dev-libs/libpcre:3 )
+svm? ( sci-libs/libsvm )
+zlib? ( sys-libs/zlib )
+X? ( x11-libs/libXpm )
+hyperspec? ( dev-lisp/hyperspec )
+berkdb? ( sys-libs/db:4.8 )"
+
+DEPEND="${RDEPEND}
+   X? ( x11-misc/imake x11-proto/xextproto )"
+
+enable_modules() {
+   [[ $# = 0 ]] && die "${FUNCNAME[0]} must receive at least one argument"
+   for m in "$@" ; do
+   einfo "enabling module $m"
+   myconf+=" --with-module=${m}"
+   done
+}
+
+BUILDDIR="builddir"
+
+# modules not enabled:
+#  * berkdb: must figure out a way to make the configure script pick up the
+#currect version of the library and headers
+#  * dirkey: fails to compile, requiring windows.h, possibly wrong #ifdefs
+#  * matlab, netica: not in portage
+#  * oracle: can't install oracle-instantclient
+
+src_prepare() {
+   # More than -O1 breaks alpha/ia64
+   if use alpha || use ia64; then
+   sed -i -e 's/-O2//g' src/makemake.in || die
+   fi
+   eapply "${FILESDIR}"/"${P}"-after_glibc_cfree_bdb.patch
+   eapply_user
+}
+
+src_configure() {
+   # We need this to build on alpha/ia64
+   if use alpha || use ia64; then
+   replace-flags -O? -O1
+   append-flags '-D NO_MULTIMAP_SHM -D NO_MULTIMAP_FILE -D 
NO_SINGLEMAP -D NO_TRIVIALMAP'
+   fi
+
+   if use x86; then
+   append-flags -falign-functions=4
+   fi
+
+   # QA issue with lisp.run
+   append-flags -Wa,--noexecstack
+
+   # built-in features
+   local myconf="--with-ffcall --without-dynamic-modules"
+#There's a problem with jit_allocai function
+#if use jit; then
+#myconf+=" --with-jitc=lightning"
+#fi
+   if use threads; then
+   myconf+=" --with-threads=POSIX_THREADS"
+   fi
+
+   # default modules
+   enable_modules rawsock
+   # 

[gentoo-commits] proj/sci:master commit in: sys-cluster/lustre/

2017-12-11 Thread Alexey Shvetsov
commit: 596207ca6a24358be8bba0121b7b4c35239aa860
Author: Alexey Shvetsov  omrb  pnpi  spb  ru>
AuthorDate: Mon Dec 11 18:31:15 2017 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Mon Dec 11 18:35:39 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=596207ca

sys-cluster/lustre: Version bump

Package-Manager: Portage-2.3.17, Repoman-2.3.6

 .../{lustre-.ebuild => lustre-2.10.1.ebuild}   | 36 --
 sys-cluster/lustre/lustre-.ebuild  | 14 +
 2 files changed, 28 insertions(+), 22 deletions(-)

diff --git a/sys-cluster/lustre/lustre-.ebuild 
b/sys-cluster/lustre/lustre-2.10.1.ebuild
similarity index 79%
copy from sys-cluster/lustre/lustre-.ebuild
copy to sys-cluster/lustre/lustre-2.10.1.ebuild
index 3cf01dd73..b2b1d1b35 100644
--- a/sys-cluster/lustre/lustre-.ebuild
+++ b/sys-cluster/lustre/lustre-2.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,22 +8,24 @@ WANT_AUTOMAKE="1.15"
 WANT_LIBTOOL="latest"
 
 if [[ $PV = ** ]]; then
+   scm="git-r3"
+   SRC_URI=""
+   EGIT_REPO_URI="git://git.whamcloud.com/fs/lustre-release.git"
KEYWORDS=""
EGIT_BRANCH="master"
 else
+   scm=""
+   SRC_URI="https://dev.gentoo.org/~alexxy/distfiles/${P}.tar.gz;
KEYWORDS="~amd64"
-   EGIT_COMMIT="${PV}"
 fi
 
 SUPPORTED_KV_MAJOR=4
-SUPPORTED_KV_MINOR=1
+SUPPORTED_KV_MINOR=9
 
-inherit git-r3 autotools linux-info linux-mod toolchain-funcs udev flag-o-matic
+inherit ${scm} autotools linux-info linux-mod toolchain-funcs udev flag-o-matic
 
 DESCRIPTION="Lustre is a parallel distributed file system"
 HOMEPAGE="http://wiki.whamcloud.com/;
-SRC_URI=""
-EGIT_REPO_URI="git://git.whamcloud.com/fs/lustre-release.git"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -69,17 +71,19 @@ src_prepare() {
epatch ${PATCHES[@]}
fi
eapply_user
+   if [[ ${PV} == "" ]]; then
# replace upstream autogen.sh by our src_prepare()
-   local DIRS="libcfs lnet lustre snmp"
-   local ACLOCAL_FLAGS
-   for dir in $DIRS ; do
-   ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir/autoconf"
-   done
-   _elibtoolize -q
-   eaclocal -I config $ACLOCAL_FLAGS
-   eautoheader
-   eautomake
-   eautoconf
+   local DIRS="libcfs lnet lustre snmp"
+   local ACLOCAL_FLAGS
+   for dir in $DIRS ; do
+   ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir/autoconf"
+   done
+   _elibtoolize -q
+   eaclocal -I config $ACLOCAL_FLAGS
+   eautoheader
+   eautomake
+   eautoconf
+   fi
 }
 
 src_configure() {

diff --git a/sys-cluster/lustre/lustre-.ebuild 
b/sys-cluster/lustre/lustre-.ebuild
index 3cf01dd73..1f17955bb 100644
--- a/sys-cluster/lustre/lustre-.ebuild
+++ b/sys-cluster/lustre/lustre-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,22 +8,24 @@ WANT_AUTOMAKE="1.15"
 WANT_LIBTOOL="latest"
 
 if [[ $PV = ** ]]; then
+   scm="git-r3"
+   SRC_URI=""
+   EGIT_REPO_URI="git://git.whamcloud.com/fs/lustre-release.git"
KEYWORDS=""
EGIT_BRANCH="master"
 else
+   scm=""
+   SRC_URI="https://dev.gentoo.org/~alexxy/distfiles/${P}.tar.gz;
KEYWORDS="~amd64"
-   EGIT_COMMIT="${PV}"
 fi
 
 SUPPORTED_KV_MAJOR=4
-SUPPORTED_KV_MINOR=1
+SUPPORTED_KV_MINOR=9
 
-inherit git-r3 autotools linux-info linux-mod toolchain-funcs udev flag-o-matic
+inherit ${scm} autotools linux-info linux-mod toolchain-funcs udev flag-o-matic
 
 DESCRIPTION="Lustre is a parallel distributed file system"
 HOMEPAGE="http://wiki.whamcloud.com/;
-SRC_URI=""
-EGIT_REPO_URI="git://git.whamcloud.com/fs/lustre-release.git"
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip/files/, app-arch/lrzip/

2017-12-11 Thread Fabian Groffen
commit: d86304fcea13757ec52fa659d467ff4c241a0d60
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Dec 11 17:28:25 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Dec 11 17:28:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86304fc

app-arch/lrzip: fix/keyword *-macos, *-solaris, bug #468854

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-arch/lrzip/files/lrzip-0.631-solaris.patch | 11 +++
 app-arch/lrzip/lrzip-0.631.ebuild  |  5 +++--
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/app-arch/lrzip/files/lrzip-0.631-solaris.patch 
b/app-arch/lrzip/files/lrzip-0.631-solaris.patch
new file mode 100644
index 000..d8eb95e563d
--- /dev/null
+++ b/app-arch/lrzip/files/lrzip-0.631-solaris.patch
@@ -0,0 +1,11 @@
+--- a/liblrzip.c
 b/liblrzip.c
+@@ -36,7 +36,7 @@
+ #include "lrzip_core.h"
+ #include "rzip.h"
+ 
+-#if defined(__APPLE__) || defined(__FreeBSD__)
++#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__sun) || 
defined(sun)
+ # define fmemopen(s, len, modes) fake_fmemopen((s), (len), (modes))
+ static FILE *fake_fmemopen(void *buf, size_t buflen, const char *mode)
+ {

diff --git a/app-arch/lrzip/lrzip-0.631.ebuild 
b/app-arch/lrzip/lrzip-0.631.ebuild
index d3b839bd266..e5f89de483d 100644
--- a/app-arch/lrzip/lrzip-0.631.ebuild
+++ b/app-arch/lrzip/lrzip-0.631.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/lzo
@@ -23,7 +23,8 @@ DEPEND="${RDEPEND}
 
 PATCHES=(
"${FILESDIR}"/${PN}-missing-stdarg_h.patch
-   )
+   "${FILESDIR}"/${P}-solaris.patch
+)
 
 src_configure() {
econf $(use_enable static-libs static)



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

2017-12-11 Thread William Hubbs
commit: c7cf481e3268444369a1b0911ffe59d206f08b4a
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Dec 11 17:26:58 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Dec 11 17:27:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7cf481e

dev-util/meson: 0.44.0 version bump

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-util/meson/Manifest|  1 +
 dev-util/meson/meson-0.44.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-util/meson/Manifest b/dev-util/meson/Manifest
index 320afb90f7f..9cc65ba5db4 100644
--- a/dev-util/meson/Manifest
+++ b/dev-util/meson/Manifest
@@ -2,3 +2,4 @@ DIST meson-0.41.2.tar.gz 1013526 BLAKE2B 
b41b8132f435aa71598043830537002555c15c8
 DIST meson-0.42.0.tar.gz 1042920 BLAKE2B 
8d537abcb641a033e228bf93401345ee4c493ba41048e2c3acca960039a6d464bfd8fcc47c0d3be8c1d66a267e2b9ca8d0d8ea55baa8525bc7d40eb5108545c2
 SHA512 
0a8c3c8c4da70f19de7e10faaf7aef9e950cc21db116a886d0dd7732a70a3dc26996ef15c5eeed79638cf34ee994008e5cb68f7f38b18174e311572ba44e1594
 DIST meson-0.42.1.tar.gz 1044883 BLAKE2B 
23a3df2b294a59bf6a5ad355afe448f2a96c638cb6ae3529bc1925aca841b3c02e698db9b238fd902ce2acbd1fc232e94a2100ea6f7a4aed4d8eb11a10ad84c4
 SHA512 
43dc72ea4aa697c0dea6cef57308f487814fb6cf2a4a2338b658172a43603924122ed892c707eb6b974db72f86d767aac23a7397b97270cfe2032d2e6a68911d
 DIST meson-0.43.0.tar.gz 103 BLAKE2B 
caf96bcc1b5a3b538b2cbb9edd40221a7b826cf06034db3cfe1a9cf941ff2ebe8d6864a4bdad53f1b6678557cdf75dbb45fd9fa49848a9824ac65a42b14bb528
 SHA512 
17f7e7f87c344ae0a2f53975c65ef3b4eae204a57eb97141aedb4edf65aa21af29a6f61e3870022efd2d126ce768602fbb894ec7d919875dd44ccdb39a5df044
+DIST meson-0.44.0.tar.gz 1102630 BLAKE2B 
8365c54ea0ebc72685f4c98966bead90b5c44d761a92e00c5d4801aa83fa6bdeb8386c12e0214ac6a7582a2603649e344c5447a989f7de07ad396e5d5646c6d4
 SHA512 
32312842bef6d15a73abb250972df29212ae495eb13f9ddf50f300974a42c679c51d34af560b430ef5465f8353d9f98e91a90e749590584968da766ad75ae989

diff --git a/dev-util/meson/meson-0.44.0.ebuild 
b/dev-util/meson/meson-0.44.0.ebuild
new file mode 100644
index 000..7a5db9258bc
--- /dev/null
+++ b/dev-util/meson/meson-0.44.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="https://github.com/mesonbuild/meson;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86"
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Open source build system"
+HOMEPAGE="http://mesonbuild.com/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+RESTRICT="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+python_test() {
+   ${EPYTHON} run_tests.py || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   insinto /usr/share/vim/vimfiles
+   doins -r data/syntax-highlighting/vim/{ftdetect,indent,syntax}
+   insinto /usr/share/zsh/site-functions 
+   doins data/shell-completions/zsh/_meson
+}



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

2017-12-11 Thread Mike Gilbert
commit: 8ace3d16092a886de6d7eacc65f7a0d5593b95ac
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Dec 11 17:20:42 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Dec 11 17:20:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ace3d16

profiles: remove sys-apps/openrc from @system

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

 profiles/base/packages | 2 --
 1 file changed, 2 deletions(-)

diff --git a/profiles/base/packages b/profiles/base/packages
index b782c6fb931..2decf0cad96 100644
--- a/profiles/base/packages
+++ b/profiles/base/packages
@@ -43,8 +43,6 @@
 *sys-apps/kbd
 # temporary bugfix for #398295
 *sys-apps/less
-# stopgap solution for functions.sh #373219 and #504116
-*sys-apps/openrc
 *sys-process/procps
 *sys-process/psmisc
 *sys-apps/sed



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

2017-12-11 Thread Hans de Graaff
commit: 39f57da21e3e86f2c7e54e94c0cffdebc1aa4a5b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 11 16:51:26 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 11 16:51:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f57da2

dev-util/jenkins-bin: add 2.89.1

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-util/jenkins-bin/Manifest  |  1 +
 dev-util/jenkins-bin/jenkins-bin-2.89.1.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 78933c4a099..68af93c3d61 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -2,4 +2,5 @@ DIST jenkins-bin-2.73.3.war 73286753 BLAKE2B 
b9421b62ac1859d31b3954c551d04ca6f79
 DIST jenkins-bin-2.84.war 73749405 BLAKE2B 
89f2e54e51a9f5086d4bf017a99c50cee680b18ebe16bd7076fb0db7c98640355c8b7da4da18312295d331c88d229c8e1fe3e166d9f9b435ae3c8747c18e4163
 SHA512 
0074b2299f72f45040b4afd087caae0e08362708d3370d17f3bda047d11240881a3fd779753a49c298961e87c509d0b278ac2712934febed23c13c7e36d6c51c
 DIST jenkins-bin-2.86.war 73796979 BLAKE2B 
7357659340e9314a691c25892d8f89332df2d29adbc2f0f53ee73c0e2ff825eba9ec26c13cbcb3b973fd7ef66d821f897556335c217f11f0f6690e8d1fc4b5be
 SHA512 
a94abb3230c90319f6a632e56afbbc0d19591a6a67ab6ac35856c2bb99ead33d4b23ab3d19a15c1f9501dbf932b3101f569af0f557fb884cd07dadd8a1c968bf
 DIST jenkins-bin-2.87.war 74271222 BLAKE2B 
54aa5215146407682e3d0f69e67bd1b911c5525cf15222c03df0648e6c4526467be15320554421a2995d9314a72945251f6e329673da64cc26935be15c443efc
 SHA512 
210c2e23d71c3081d4cd6f28af6bac0db7b43f3f93785ee0b53622b7ff05c25aa6dab0a847bf9ee59a2b4952263a67fbc2cb88fd47557809153e191fd95d4da9
+DIST jenkins-bin-2.89.1.war 74286103 BLAKE2B 
019cf6318ad0a92a22efc2f0e5feea5386ae60aaa4f48e368c81de62522dd1bf6b0e0ddd3b495fc87f7782f45c40203aa7273c23667342f1ac9da08ae4612d09
 SHA512 
906d4ab8d6d6aaf56c1d9b9ee731449845fc2cda25008a4b83e87cb2f32569946414361e10275f25dcdfd846368d267a2df4cc7900383f5f63ff5768fd09a9b8
 DIST jenkins-bin-2.90.war 74292811 BLAKE2B 
0539a55c0d9e63fc6df2cb57f7acf794829f5dba47b82903e1dce0d41067a9bc1ca20fdffa65bc73b0931b47b928076047254c50aaa0fba7f63788a7b640930e
 SHA512 
ee5b201716c02896191ca4a531abe9fe43774e79b7eb2dacf5aa64d481e3ee16b56ce3cc8f1f97c61397846d77bf7886ac6cecc560fe2dc998936c8883b5eb76

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.89.1.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.89.1.ebuild
new file mode 100644
index 000..fb976b69a9f
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.89.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="http://jenkins-ci.org/;
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
+RESTRICT="mirror"
+SLOT="lts"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND="media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:0
+   >=virtual/jre-1.8.0"
+
+S=${WORKDIR}
+
+JENKINS_DIR=/var/lib/jenkins
+
+pkg_setup() {
+   enewgroup jenkins
+   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
+}
+
+src_install() {
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}.init2 jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



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

2017-12-11 Thread Hans de Graaff
commit: f07049831f7aa7b9adbc721594142880f7ed6d4e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 11 16:49:04 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 11 16:49:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0704983

dev-util/jenkins-bin: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-util/jenkins-bin/Manifest  |  1 -
 dev-util/jenkins-bin/jenkins-bin-2.73.2.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 4ff6a0d34ea..78933c4a099 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,4 +1,3 @@
-DIST jenkins-bin-2.73.2.war 73280014 BLAKE2B 
0a8fd83913486315d0abecb0c3fa34cade3ecab4e205dcd32a7a519698d30be82142a6cc14f2c8c89d70ce45a81b00c687441c353002b1c940be1b93ea05121d
 SHA512 
36fe7d2581f9a2f13b07c43ac9d5915d057bfede3522a17abc9376f19656166586c207c7516f46df7b2cef46ec67444ec44a97df0fc9af50ff41e9938465cebf
 DIST jenkins-bin-2.73.3.war 73286753 BLAKE2B 
b9421b62ac1859d31b3954c551d04ca6f799e6fc630b81d8292bdf676a7d8b247ec9fe2a5f132bdb4f7d8a36c383ec5dadd30d9b2ed521c04710e8792758027d
 SHA512 
55e25bb9ea058b4a64517faec23ec649f77c3342f074a41d1da00901b759895d0e98fe2de9ab1babf0a0bfb165a6f438b8e5204b1edf1c280dffe2f5442285ad
 DIST jenkins-bin-2.84.war 73749405 BLAKE2B 
89f2e54e51a9f5086d4bf017a99c50cee680b18ebe16bd7076fb0db7c98640355c8b7da4da18312295d331c88d229c8e1fe3e166d9f9b435ae3c8747c18e4163
 SHA512 
0074b2299f72f45040b4afd087caae0e08362708d3370d17f3bda047d11240881a3fd779753a49c298961e87c509d0b278ac2712934febed23c13c7e36d6c51c
 DIST jenkins-bin-2.86.war 73796979 BLAKE2B 
7357659340e9314a691c25892d8f89332df2d29adbc2f0f53ee73c0e2ff825eba9ec26c13cbcb3b973fd7ef66d821f897556335c217f11f0f6690e8d1fc4b5be
 SHA512 
a94abb3230c90319f6a632e56afbbc0d19591a6a67ab6ac35856c2bb99ead33d4b23ab3d19a15c1f9501dbf932b3101f569af0f557fb884cd07dadd8a1c968bf

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.73.2.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.73.2.ebuild
deleted file mode 100644
index fb976b69a9f..000
--- a/dev-util/jenkins-bin/jenkins-bin-2.73.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user systemd
-
-DESCRIPTION="Extensible continuous integration server"
-HOMEPAGE="http://jenkins-ci.org/;
-LICENSE="MIT"
-SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
-RESTRICT="mirror"
-SLOT="lts"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND="media-fonts/dejavu
-   media-libs/freetype
-   !dev-util/jenkins-bin:0
-   >=virtual/jre-1.8.0"
-
-S=${WORKDIR}
-
-JENKINS_DIR=/var/lib/jenkins
-
-pkg_setup() {
-   enewgroup jenkins
-   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
-}
-
-src_install() {
-   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
-
-   insinto /opt/jenkins
-   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
-
-   newinitd "${FILESDIR}"/${PN}.init2 jenkins
-   newconfd "${FILESDIR}"/${PN}.confd jenkins
-
-   systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service
-
-   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
-}



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

2017-12-11 Thread Jeroen Roovers
commit: 4618b445335d03d2b4b79893ff353567141fb799
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Dec 11 16:41:01 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Dec 11 16:41:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4618b445

www-client/vivaldi-snapshot: Old.

Package-Manager: Portage-2.3.17, Repoman-2.3.6

 www-client/vivaldi-snapshot/Manifest   |   3 -
 .../vivaldi-snapshot-1.14.1030.3_p1.ebuild | 119 -
 2 files changed, 122 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 9c02c5bee2d..84a2d2b5115 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-snapshot-1.14.1030.3_p1-amd64.deb 50278490 BLAKE2B 
2cfb23fed8ab3b988195146b7fc3ee1df3cdda4b66b6def0219a6a1202e8c17aaf3e6056c4e2533e1d11efa36004b7b16d0050b818da8077ce2aa05d0d9fde2b
 SHA512 
fcdc989de0416460cac09b6a24bdf7621317e31d3e7fc0da30eba5bc4a001ba69728d6104c2e22a7882b0edeca65d405c9410e29b63c92125da78c1721a90400
-DIST vivaldi-snapshot-1.14.1030.3_p1-armhf.deb 46054992 BLAKE2B 
f7e8b61bb39c9e161b04cc2cd5b6c9b3b99ea3c2a59f871b27f643c6373588bb48f65ba067a853212ccde4ec276acb948b1795065bc36388e200c900f6798a02
 SHA512 
ace4b9ff96366304583f4060d7cf7128b47ec2c9abb68ca663b6c9edd517c941085346e1291808a0a87679c2149bcce1c02acb9c12dce366eeb30dc8b78d80b6
-DIST vivaldi-snapshot-1.14.1030.3_p1-i386.deb 51163406 BLAKE2B 
b61164708873afda3691040b792224fbaca59dff0af8c69a69ee60fe8d2e40304b43d941bcbac43939f3ee8edb6d76f9874c92b863c94e709aa005359988d91c
 SHA512 
ccbbf1b44a3efe4f2aa9bbf51b77f74a082294bafb6191a15ebd59a7ad77f7370d9a95e58f5239b173239c7ecd9c90fffc4486b1e8ebffb469dcd6f0ddc09be4
 DIST vivaldi-snapshot-1.14.1036.3_p1-amd64.deb 50264420 BLAKE2B 
2fe4e7d49d74fc1b734671dfaf6b46fd36b8f6d8658bf289483bbf29a6b256c63689d2a3629153df4f39056946c01beba63d3e3ed5f30212981fd1db27142673
 SHA512 
6b74f0b00fa29512f7f4bc24f9fb9bd050104b9417d1b125088f71a8812741c18eea07415df6990fb7252fca4c4ee7da1957b06b2be16a5b872ea40efe9a28b5
 DIST vivaldi-snapshot-1.14.1036.3_p1-armhf.deb 46064022 BLAKE2B 
6b9cdd22172d3f8b6763a48f10dcbf4faa1c8ec0784411cc6ab537344dba1ea86b290778a03328b6c91290be3d1bb71a6f6b502146f24f99902e7c4ea651df99
 SHA512 
e8617b38828b24817e76ce9a435e77c4a94f835cc01c7b61270a284d50a1752a4c7ad1799b41c74f215d32ea7a938f9d7abe2b7c5d82599e32a1b3c3c91f
 DIST vivaldi-snapshot-1.14.1036.3_p1-i386.deb 51157712 BLAKE2B 
0d94000d871dbc2206f060a052d6fc3362879b2c3f7fab84dfbb39ae7cda0adfe2419adf82a3ba091f5bff996a56ac49834e7a6f0eccc09b379a1345af4d3821
 SHA512 
9878e683e5446efc397fae63c044936d2c2583b25a7db89413fb9c2e5bdcb7c306f524541f1494690c8712dac903cf6a12fbed07eece22afd78f318ae206ed71

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.14.1030.3_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.14.1030.3_p1.ebuild
deleted file mode 100644
index 2297488b834..000
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.14.1030.3_p1.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
-   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
-   sw ta te th tr uk vi zh-CN zh-TW
-"
-inherit chromium-2 eutils gnome2-utils multilib unpacker toolchain-funcs 
xdg-utils
-
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A new browser for our friends"
-HOMEPAGE="http://vivaldi.com/;
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_;
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~x86"
-RESTRICT="bindist mirror"
-
-DEPEND="
-   virtual/libiconv
-"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   >=dev-libs/openssl-1.0.1:0
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango[X]
-"
-QA_PREBUILT="*"
-S=${WORKDIR}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   iconv -c -t UTF-8 usr/share/applications/${PN}.desktop > 
"${T}"/${PN}.desktop || die
-   mv 

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

2017-12-11 Thread Jeroen Roovers
commit: 246b0adab6d1034b82c3144c14c3d71bae553ec0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Dec 11 16:40:24 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Dec 11 16:41:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246b0ada

www-client/vivaldi-snapshot: Version bump.

Package-Manager: Portage-2.3.17, Repoman-2.3.6

 www-client/vivaldi-snapshot/Manifest   |   3 +
 .../vivaldi-snapshot-1.14.1038.3_p1.ebuild | 119 +
 2 files changed, 122 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index cf323798db5..9c02c5bee2d 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -4,3 +4,6 @@ DIST vivaldi-snapshot-1.14.1030.3_p1-i386.deb 51163406 BLAKE2B 
b61164708873afda3
 DIST vivaldi-snapshot-1.14.1036.3_p1-amd64.deb 50264420 BLAKE2B 
2fe4e7d49d74fc1b734671dfaf6b46fd36b8f6d8658bf289483bbf29a6b256c63689d2a3629153df4f39056946c01beba63d3e3ed5f30212981fd1db27142673
 SHA512 
6b74f0b00fa29512f7f4bc24f9fb9bd050104b9417d1b125088f71a8812741c18eea07415df6990fb7252fca4c4ee7da1957b06b2be16a5b872ea40efe9a28b5
 DIST vivaldi-snapshot-1.14.1036.3_p1-armhf.deb 46064022 BLAKE2B 
6b9cdd22172d3f8b6763a48f10dcbf4faa1c8ec0784411cc6ab537344dba1ea86b290778a03328b6c91290be3d1bb71a6f6b502146f24f99902e7c4ea651df99
 SHA512 
e8617b38828b24817e76ce9a435e77c4a94f835cc01c7b61270a284d50a1752a4c7ad1799b41c74f215d32ea7a938f9d7abe2b7c5d82599e32a1b3c3c91f
 DIST vivaldi-snapshot-1.14.1036.3_p1-i386.deb 51157712 BLAKE2B 
0d94000d871dbc2206f060a052d6fc3362879b2c3f7fab84dfbb39ae7cda0adfe2419adf82a3ba091f5bff996a56ac49834e7a6f0eccc09b379a1345af4d3821
 SHA512 
9878e683e5446efc397fae63c044936d2c2583b25a7db89413fb9c2e5bdcb7c306f524541f1494690c8712dac903cf6a12fbed07eece22afd78f318ae206ed71
+DIST vivaldi-snapshot-1.14.1038.3_p1-amd64.deb 50280622 BLAKE2B 
4aa71d793d2fdfe4d35a4dbb401475a761b69c451bc6729b306f42e548c61b655017a723de0a1d1c114beb9792acac0d497d318d0a452e0ecab85f27f6b26f36
 SHA512 
e27b00629280dc8535488b6367122ca4416aa1ea27dad8f6cc231c9d05af6a4e3d548032fdd4e854955cddd512cdadef48aa627c10a6b33ae4d31db56598573a
+DIST vivaldi-snapshot-1.14.1038.3_p1-armhf.deb 46065648 BLAKE2B 
6442142aafec2db84bff7df1bade96a1918eb3d3ea22c6c4b8585daab5c255ebe7fab2616938816c9fe94d306a3aa1b612e2a82f29af7a59957194b73fda8da7
 SHA512 
cbf042f97caa4f11281355e237eae1040cee5c7ab274d6a51a1445b4c1916aaca1693ee50b709efbfdbc46d037aaea25846d09f66b62a52849d7dfa99c641c4f
+DIST vivaldi-snapshot-1.14.1038.3_p1-i386.deb 51173448 BLAKE2B 
1ade624b0b3de6b808d669290e070a283238269114450064395719705e77c8cccf52bc4cbfb6fff41cb9c000c22f168583ad4e98a5ef4b529f3dcf1cb5125253
 SHA512 
a3a35ca8bdaa29b63b79c85930a379a31dd9ef7fba877c464d105f9eae140255d4a984bac6a1910396be97c766b14e32529ff8774a24e9bf81ce1102e4068691

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.14.1038.3_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.14.1038.3_p1.ebuild
new file mode 100644
index 000..2297488b834
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.14.1038.3_p1.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 eutils gnome2-utils multilib unpacker toolchain-funcs 
xdg-utils
+
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/;
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_;
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~x86"
+RESTRICT="bindist mirror"
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   iconv -c -t UTF-8 

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

2017-12-11 Thread Alon Bar-Lev
commit: 0ee753187a5cf1191729b06cf91dc03aaebe6a3b
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Mon Dec 11 16:38:00 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Mon Dec 11 16:38:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee75318

dev-libs/nettle: readd keywords

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-libs/nettle/nettle-3.4.ebuild 
b/dev-libs/nettle/nettle-3.4.ebuild
index 928df904819..d9a9f00c9a0 100644
--- a/dev-libs/nettle/nettle-3.4.ebuild
+++ b/dev-libs/nettle/nettle-3.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.lysator.liu.se/~nisse/archive/${P}.tar.gz;
 
 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
 SLOT="0/6.2" # subslot = libnettle soname version, .2 as broke ABI bug#601512 
then fixed
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc +gmp neon static-libs test cpu_flags_x86_aes"
 
 DEPEND="gmp? ( >=dev-libs/gmp-5.0:0=[${MULTILIB_USEDEP}] )"



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

2017-12-11 Thread Alon Bar-Lev
commit: fd260f28a07b3a7c5c86e538fa46dded3454747e
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Mon Dec 11 16:34:17 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Mon Dec 11 16:35:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd260f28

dev-libs/nettle: version bump

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=640704
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-libs/nettle/Manifest  |  1 +
 dev-libs/nettle/nettle-3.4.ebuild | 68 +++
 2 files changed, 69 insertions(+)

diff --git a/dev-libs/nettle/Manifest b/dev-libs/nettle/Manifest
index 05a136ab7e7..2dbf9cd3960 100644
--- a/dev-libs/nettle/Manifest
+++ b/dev-libs/nettle/Manifest
@@ -1 +1,2 @@
 DIST nettle-3.3.tar.gz 1887927 BLAKE2B 
4bcf3c4bfb9f9dae97ea6780d146f3313e8b51182d9942e69581428d9f602d16467d37f993700a4e94e2e0dee17bdf354694c94d0383164c3de6e57e7e24de4e
 SHA512 
271981d89766f151af3cdc4e5fc43c438222f0f6f44475bad114f4209955b5235fced6526c7abca001cca223e8cfcd2a6bf389b160b305a499e7acf52425ec70
+DIST nettle-3.4.tar.gz 1935069 BLAKE2B 
b73c88236c8233360607a6ed65cd4f6d19bfbbf683b46149326ce3440bf0a42b8add69de5c64145720163b1095fdab3cb8bf410c2ef727d0ea4fb58391ff0f14
 SHA512 
3bea3aabd2c99cc42d084a94fd6b0b5dbdb24cd6c7020271a6ee87a81a904b21b21756f590cb1afdf2e85fd1cb59e5c3651c5c4032e30204e7ea6f8801d1ea3b

diff --git a/dev-libs/nettle/nettle-3.4.ebuild 
b/dev-libs/nettle/nettle-3.4.ebuild
new file mode 100644
index 000..928df904819
--- /dev/null
+++ b/dev-libs/nettle/nettle-3.4.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools multilib-build multilib-minimal multilib toolchain-funcs
+
+DESCRIPTION="Low-level cryptographic library"
+HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/;
+SRC_URI="https://www.lysator.liu.se/~nisse/archive/${P}.tar.gz;
+
+LICENSE="|| ( LGPL-3 LGPL-2.1 )"
+SLOT="0/6.2" # subslot = libnettle soname version, .2 as broke ABI bug#601512 
then fixed
+KEYWORDS=""
+IUSE="doc +gmp neon static-libs test cpu_flags_x86_aes"
+
+DEPEND="gmp? ( >=dev-libs/gmp-5.0:0=[${MULTILIB_USEDEP}] )"
+RDEPEND="${DEPEND}
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20131008-r17
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/nettle/nettle-stdint.h
+   /usr/include/nettle/version.h
+)
+
+DOCS=()
+HTML_DOCS=()
+
+S="${WORKDIR}/${PN}-3.4"
+
+pkg_setup() {
+   use doc && DOCS+=(
+   nettle.pdf
+   )
+   use doc && HTML_DOCS+=(
+   nettle.html
+   )
+}
+
+src_prepare() {
+   default
+
+   sed -e '/CFLAGS=/s: -ggdb3::' \
+   -e 's/solaris\*)/sunldsolaris*)/' \
+   -i configure.ac || die
+
+   # conditionally build tests and examples required by tests
+   use test || sed -i '/SUBDIRS/s/testsuite examples//' Makefile.in || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   # --disable-openssl bug #427526
+   ECONF_SOURCE="${S}" econf \
+   --libdir="${EPREFIX}"/usr/$(get_libdir) \
+   --disable-openssl \
+   --disable-fat \
+   $(use_enable gmp public-key) \
+   $(use_enable static-libs static) \
+   $(tc-is-static-only && echo --disable-shared) \
+   $(use_enable doc documentation) \
+   $(use_enable neon arm-neon) \
+   $(use_enable cpu_flags_x86_aes x86-aesni)
+}



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

2017-12-11 Thread Alon Bar-Lev
commit: 52c44e18ccdc716c5ef2d8bd969bafc43f6fbca8
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Thu Dec  7 18:27:42 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Mon Dec 11 16:35:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c44e18

app-crypt/tpm-emulator: allow fallthrough

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=640200
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild 
b/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild
index 8f55dd6e71a..3bd4cc56bd5 100644
--- a/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild
+++ b/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 MODULES_OPTIONAL_USE="modules"
-inherit user linux-mod cmake-utils udev
+inherit flag-o-matic user linux-mod cmake-utils udev
 
 MY_P=${P/-/_}
 DESCRIPTION="Emulator driver for tpm"
@@ -46,6 +46,7 @@ src_configure() {
local mycmakeargs=(
-DUSE_OPENSSL=$(usex ssl)
)
+   append-cflags -Wno-implicit-fallthrough
cmake-utils_src_configure
 
# only here we have BUILD_DIR



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

2017-12-11 Thread Manuel Rüger
commit: a8776df949978d5f185f1982c5269c1a4d3b226a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Dec 11 16:31:23 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Dec 11 16:31:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8776df9

app-admin/kube-bench: Initial version

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 app-admin/kube-bench/Manifest| 20 +++
 app-admin/kube-bench/kube-bench-0.0.6.ebuild | 54 
 app-admin/kube-bench/metadata.xml| 11 ++
 3 files changed, 85 insertions(+)

diff --git a/app-admin/kube-bench/Manifest b/app-admin/kube-bench/Manifest
new file mode 100644
index 000..3b03336f3ab
--- /dev/null
+++ b/app-admin/kube-bench/Manifest
@@ -0,0 +1,20 @@
+DIST github.com-fatih-color-5df930a27be2502f99b292b7cc09ebad4d0891f4.tar.gz 
588446 BLAKE2B 
0e3acbea72d4e6d14964c53a13eac4ddb4299f86045bc4751498c1e80ee997f3392b3236f1f7fa872ceef73edf0c4e87154d5cc1605d5637ae090979596f1906
 SHA512 
9c7a1f5d67e0c8da788624a24ec42a9a1504f497840590e50b8fe9204dde5511be00a94645c2e9326dba23a8514adffdc242192abb270021c37e231636bafc71
+DIST 
github.com-fsnotify-fsnotify-4da3e2cfbabc9f751898f250b49f2439785783a1.tar.gz 
30624 BLAKE2B 
ced6ca6f115eedc954f6b583b28e470ec5dcfe0c279d55a63c00ee942acde095e9eef8fb4c3fa289f34871f43a7562fb71142d070a54398bc5d91122e64b4ad0
 SHA512 
cff467ffbed22edf4cde7a52e0f0d7a5b4a06446a6140ad7fa018dfcce3b400342223d888a0389042d2e6fd7abe261d0e515adc6e4c03a74e3cf074e88af17ab
+DIST github.com-go-yaml-yaml-287cf08546ab5e7e37d55a84f7ed3fd1db036de5.tar.gz 
64826 BLAKE2B 
47e9182124037317bdfc31137a2715db979146688e637a586f5a7c4a12250d0fcffdbbaa8793e189421d189b1071f48d8588cfda9ac1f3e297bfc244f30bcae7
 SHA512 
429256bb847defb53dee5c960edc726455397045e7dc2e4833e0e9088f9ec11452e2198961080dc00b8eff9d165df5e0377f4039932df0e46cd960827b8f800d
+DIST github.com-golang-glog-23def4e6c14b4da8ac2ed8007337bc5eb5007998.tar.gz 
19688 BLAKE2B 
f9ff73060c3b10603472c3ea4f50b4afa6abb5a4e9e7ac43d2a6c2e62541d43ef9f0ef7a8759d9b3281d72e5f90c516ee174c91de9a640a5bdf6877700450d44
 SHA512 
e9e70cf2a2d74ca813d0cadc23d213a1112ca4d1167abb63d8e0929585fca90c3a5bab1f49db20095c48bf1fe03b4424353c33728d09a201334eb65770888dc5
+DIST github.com-golang-sys-b8f5ef32195cae6470b728e8ca677f0dbed1a004.tar.gz 
787670 BLAKE2B 
87927d110e2aceec2b1745aa8b8d28bf2b38cc6fc679a72b7336e7f59bc07dba90e008228096e3e56798e76056804782893b1902bb508b21149a21346f150263
 SHA512 
ffbeab6ba7a9ce8ac192c3b1b560e7886ff3248d056e92334bdf180a506cdf8fde52b6446622a3076eded808cd2564774d430f82c62664509da90b7a3d5f9983
+DIST github.com-golang-text-3b24cac7bc3a458991ab409aa2a339ac9e0d60d6.tar.gz 
5693588 BLAKE2B 
fe989eaa037c382168f4c580317858fb842a3f12b66868cf2983314146b546088a850dceb9b22a52239468c41988f637196bc0e4d117e8f21a4d0cdd2fecaef1
 SHA512 
17ac801e5a35b0fd5c8c650846778803da1e25cc970136c943d251a89cfacf611fbcdce0527ca2730c6291891738333b29ec9b5339ecb4a18069ea3c6e44b106
+DIST github.com-hashicorp-hcl-23c074d0eceb2b8a5bfdbb271ab780cde70f05a8.tar.gz 
69787 BLAKE2B 
e1d034d5863ae8bca85736e971e613e6821665861e35954a067e5d659029a8680b6902387848a318aee374cd4f6b810ae160046979b5bc86e64df0e1ff5d08f6
 SHA512 
751ea2fcea04ab2a9b61a45443a71cdee9cd09c2576af048108ccb56027b34f46b00e14aa664b966165b7d8cbb994e49f128bf54e3469c627d73f7ee2809ebf8
+DIST github.com-jinzhu-gorm-0a51f6cdc55d1650d9ed3b4c13026cfa9133b01e.tar.gz 
80567 BLAKE2B 
3ab0a7fa8acde2dac0901cca66ef600f0187febb0a4950695f35b5d9db1675acde303b9d4bc0b89d0dd3ac6032b9e8e39953e4fbcbfc328cdba9f40767595cd2
 SHA512 
8d86fccddd59ea227fc571e46cd64ac02d80cc261832c4d64dafbee3eed861220be34e14ff73707118f272814469bae047da2a67b435f839a579b84554e720b3
+DIST 
github.com-jinzhu-inflection-1c35d901db3da928c72a72d8458480cc9ade058f.tar.gz 
4506 BLAKE2B 
bf66be135369acdef3c356310de015f9b0f3eeaaf9273e315d52ef21fad3d93d27a90535252a846e5f0c7d2680dccd1080c7f4c56d3d48ba38ef0cffba18129d
 SHA512 
bf30d10b9e101c9fde9079b12b519e8bdeb5f40bc964109940b58a2bccdb2f9775c6bf25dfe47ae7b8bc7e34a0b9109a0d9f1f5b4e70cc4093264758bdce749d
+DIST github.com-lib-pq-83612a56d3dd153a94a629cd64925371c9adad78.tar.gz 90080 
BLAKE2B 
e411640c603f1bffc0966c748393ef33172e326b452b5736288b720a14b6d6311f8265aaae958ef9a56c0c81cce53882f4ee88aa51b975ba8c57a9477bfa372e
 SHA512 
f275a8d2b8705ad6e2e57a81072c16e4ce058fe658a57b6e4846c306363ffd5c675b3e6aaf9104a4fa5b7112e1f18e84474a7a494ffbee58d4d51e7e3dbef12b
+DIST 
github.com-magiconair-properties-49d762b9817ba1c2e9d0c69183c2b4a8b8f1d934.tar.gz
 27761 BLAKE2B 
0f39a63d3d19ad5d3ac367739d568dd3abe74a8a6aa0e60cf19ca8203412270fc45dd1fea07627290a85c42db6ead0229f72bfd845b9e4f645976db1585838e7
 SHA512 
493a7493e415b45abe2109c79e02ed7903de6a559911cff0323f9577fcf41134ab8f4ac26d776fdf9a891654f063bd2452c7e557c643d73de5f558b13533f62c
+DIST 
github.com-mitchellh-mapstructure-06020f85339e21b2478f756a78e295255ffa4d6a.tar.gz
 15601 BLAKE2B 

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

2017-12-11 Thread Jeroen Roovers
commit: 99166cfc0f5ec17bec4afb6a4a80a9b3b5ec6b9f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Dec 11 16:15:21 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Dec 11 16:15:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99166cfc

www-client/opera-developer: Old.

Package-Manager: Portage-2.3.17, Repoman-2.3.6

 www-client/opera-developer/Manifest|   1 -
 .../opera-developer-51.0.2791.0.ebuild | 114 -
 2 files changed, 115 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index fb248649c3b..55df33631cf 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,3 +1,2 @@
-DIST opera-developer_51.0.2791.0_amd64.deb 51876582 BLAKE2B 
2c18830ff2e8bf4b5d00b4c4a860fd580aec30edfa04a0c8bf811af96d4390e3bf5bd7a4d8893241999460030f2b87c4a6fe3049b9350e0180ff44baa119f108
 SHA512 
6659496d25c6cd5d91df17324843ce048151618a589bb0eae79290ba534330862ba4d289a47278ad12416133348ff2487ac5643fd8a4083600db59e4b27f8989
 DIST opera-developer_51.0.2796.0_amd64.deb 51813724 BLAKE2B 
a8dc53afcc9f12cf024bdc27116c47f8d7520f61debb3d2c39f89351950f69dff9f96c393ea5da64682cb9dee8b26940bcd5970d2bb2bdabb4c3843514ecd2af
 SHA512 
4e93073a68dbd46c9eb269afb97bff3e3ad0b6ae2a31f4c4987c2dcbe1d4f5ef9cbd31e1f47cdd79161477a6ed022aa1e9a93a3ac4bea3e58426e08d315c1421
 DIST opera-developer_51.0.2802.0_amd64.deb 52141312 BLAKE2B 
fa6c0315466793bc96a3bbc4fbbf792074e797b7d43d1b11451fa7a344cfecde7388abaf7bfe7f6c4570d0d917aa61a27d6410b08784d5c7020da418f091fd0b
 SHA512 
11ce0b46c5594a8e634f8182b8dcad9d8346fba2c56a04383bd12d3746fa0e505d059d467c98e2cb81a81642d3c21c22d7dfc52fcfa0b24dac3ae59b56220b8f

diff --git a/www-client/opera-developer/opera-developer-51.0.2791.0.ebuild 
b/www-client/opera-developer/opera-developer-51.0.2791.0.ebuild
deleted file mode 100644
index 79b9f057efb..000
--- a/www-client/opera-developer/opera-developer-51.0.2791.0.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it
-   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
-   zh-CN zh-TW
-"
-inherit chromium-2 gnome2-utils multilib unpacker xdg-utils
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="
-   http://download1.operacdn.com/pub/
-   http://download2.operacdn.com/pub/
-   http://download3.operacdn.com/pub/
-   http://download4.operacdn.com/pub/
-"
-SRC_URI="amd64? ("
-for uri in ${SRC_URI_BASE}; do
-SRC_URI+="
-   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
-"
-done
-SRC_URI+=")"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   x86)
-   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
-   ;;
-   esac
-
-   rm usr/bin/${PN} || die
-
-   rm usr/share/doc/${PN}/copyright || die
-   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-
-   pushd "${OPERA_HOME}/localization" > /dev/null || die
-   chromium_remove_language_paks
-   popd > /dev/null || die
-
-   sed -i \
-   -e 's|^TargetEnvironment|X-&|g' \
-   usr/share/applications/${PN}.desktop || die
-}
-
-src_install() {
-   mv * "${D}" || die
-   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
-   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}



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

2017-12-11 Thread Jeroen Roovers
commit: d22f16aecd8d3de3cc67d40ca46c0e3f51da6c43
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Dec 11 16:14:49 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Dec 11 16:15:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22f16ae

www-client/opera-developer: Version bump.

Package-Manager: Portage-2.3.17, Repoman-2.3.6

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-51.0.2802.0.ebuild | 114 +
 2 files changed, 115 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 9dd7cf0d5f4..fb248649c3b 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,2 +1,3 @@
 DIST opera-developer_51.0.2791.0_amd64.deb 51876582 BLAKE2B 
2c18830ff2e8bf4b5d00b4c4a860fd580aec30edfa04a0c8bf811af96d4390e3bf5bd7a4d8893241999460030f2b87c4a6fe3049b9350e0180ff44baa119f108
 SHA512 
6659496d25c6cd5d91df17324843ce048151618a589bb0eae79290ba534330862ba4d289a47278ad12416133348ff2487ac5643fd8a4083600db59e4b27f8989
 DIST opera-developer_51.0.2796.0_amd64.deb 51813724 BLAKE2B 
a8dc53afcc9f12cf024bdc27116c47f8d7520f61debb3d2c39f89351950f69dff9f96c393ea5da64682cb9dee8b26940bcd5970d2bb2bdabb4c3843514ecd2af
 SHA512 
4e93073a68dbd46c9eb269afb97bff3e3ad0b6ae2a31f4c4987c2dcbe1d4f5ef9cbd31e1f47cdd79161477a6ed022aa1e9a93a3ac4bea3e58426e08d315c1421
+DIST opera-developer_51.0.2802.0_amd64.deb 52141312 BLAKE2B 
fa6c0315466793bc96a3bbc4fbbf792074e797b7d43d1b11451fa7a344cfecde7388abaf7bfe7f6c4570d0d917aa61a27d6410b08784d5c7020da418f091fd0b
 SHA512 
11ce0b46c5594a8e634f8182b8dcad9d8346fba2c56a04383bd12d3746fa0e505d059d467c98e2cb81a81642d3c21c22d7dfc52fcfa0b24dac3ae59b56220b8f

diff --git a/www-client/opera-developer/opera-developer-51.0.2802.0.ebuild 
b/www-client/opera-developer/opera-developer-51.0.2802.0.ebuild
new file mode 100644
index 000..79b9f057efb
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-51.0.2802.0.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it
+   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
+   zh-CN zh-TW
+"
+inherit chromium-2 gnome2-utils multilib unpacker xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   http://download1.operacdn.com/pub/
+   http://download2.operacdn.com/pub/
+   http://download3.operacdn.com/pub/
+   http://download4.operacdn.com/pub/
+"
+SRC_URI="amd64? ("
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
+"
+done
+SRC_URI+=")"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}/copyright || die
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



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

2017-12-11 Thread Jory Pratt
commit: f4457779e041c1d43b01e188e07b77002f6060f6
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Mon Dec 11 16:12:42 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Dec 11 16:12:42 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=f4457779

www-client/firefox - 58.0_beta10 update

 www-client/firefox/Manifest| 184 ++---
 ...8.0_beta8.ebuild => firefox-58.0_beta10.ebuild} |   4 +-
 2 files changed, 94 insertions(+), 94 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index d6b7a29..bad7817 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -92,95 +92,95 @@ DIST firefox-52.5.2esr-zh-CN.xpi 461694 SHA256 
0962d624d42998d6ebf6eae718a43a501
 DIST firefox-52.5.2esr-zh-TW.xpi 472534 SHA256 
d275058ce84d08539d068425c65fa64b392590967d5f528ea0f586ba829742a7 SHA512 
c64c65b31aa2e4f3534d394183e0dfa96672721f0d8e070daa142263fccdf71236b6a2ab7e45b88cc49b96bb46165cf6c36aaa981ee23385c19be54f2537fdfb
 WHIRLPOOL 
83810fbfe989bdd8bd2baf655061a9bffaf5a6dd4a1b0da70e998a9a84e4aa5e56a85c50a74409896daf6784f3b560e24134778f79aed8b7b979ac78742cd9f9
 DIST firefox-52.5.2esr.source.tar.xz 214094820 SHA256 
7b27825a7446f98e59296f4a46328c65913ffd50d839e0b4359b71ec7250ca4f SHA512 
bbc7dcc4cb392f06fe2e963a3b6372efcfbbcc1ca7218a3ef05885285fe00c9e87e0f8d307bd9363668327eb43542c0600443bd9e6744de64494b96dd00efa5a
 WHIRLPOOL 
3d362d7985534d4dd6f51f300f0f5044164b99eca8f2285ad68d0b48a6357624c30134ffac2af8d136435c060c890fc037153df9002d0255b1feedf47f5bd195
 DIST firefox-58.0-patches-01.tar.xz 10712 SHA256 
08e47229a30664458f7b5bcd888aefffd188bf6c897ef1d70333886d7883694c SHA512 
4f41ae45a94a124074c834f10b0924c97ad0a7deef7798069a597c650a92a4e95cb1263b574057490787832c6b05e17da8bd31f226051eb24df5396c1555a042
 WHIRLPOOL 
dae857134793b9ef1a545959a02d2295f2a307dd4d252c824f84dd41557b661adefde358129bd9f4ead4bddc9ba21b6bcf571e8bbdb36badbaaa9694b9b3f1d7
-DIST firefox-58.0b8-ach.xpi 441429 SHA256 
604e9995c607dd75b8545cc39b673cfd5c3cb19b534f7169149e621c2a2fe59c SHA512 
1782b9c72f34eaed377044cfa07ddde3a8692086cd275dbe4d3f6e42278670bb1fa193dd79cdc53fadafc709e9e47e876890a4122cdaa831750a0487bb03a412
 WHIRLPOOL 
5d4a0e197437c34fa1590402656c67aa813c2bc9198ea04280db30b517af5d16f753e1bae14e318d0234e6bdbcc9016104eb1243811cfbfcde09a9507b870115
-DIST firefox-58.0b8-af.xpi 442098 SHA256 
208ba0d2424d8632f545b3cbcb90267d1534bf236322d4885927c35b5a2dbf24 SHA512 
2414cc417dcf99075ddd247a4b63363dd4d079a7c244bbc3eaf087579d1756c3a1de936fd8709711408d33edeef430d6751626897c4bef61291699255c5b2e76
 WHIRLPOOL 
d9b1e0ce489fbe3619b58b11d988b155d541316c1b2a06eb4e0084a6f8ded2b139a3ce7c65ceae514a1a59dc687e380c537c735db910c238602b4608120f9cf9
-DIST firefox-58.0b8-an.xpi 463227 SHA256 
3b8418728d70e2d3682d49b464ff19e4304c57f67e471189e2f79dee84c655f7 SHA512 
e0e7ce30bea8a3d045a28c73eb48b9f034dd1f81e49d51bafd3a719cf5980361b31a0f83bdda217e8504a1a3a84156f481d0d4198add622d3bff9a54d1c32939
 WHIRLPOOL 
22a15c72d0e41c90bc31a77796315a6caa6a12c0b62133aa6ca33f538de47051c59d56a059b390681b9496c463a5058ee86b5b284e382ab71341da1e237224f8
-DIST firefox-58.0b8-ar.xpi 488258 SHA256 
8fb31f04647597dd91d41dbba860865b9b7a8a289846628af7ea78044b5778fc SHA512 
dd72c162f42a42f7ad954b728be85e7137e0a776c7f3a083536c99e6243d0ea6d428e4e657020379b1b9c2005f65161c5a3c4596f0f8b4124eed93314556438f
 WHIRLPOOL 
2d8bd3796cf0b15680a38c661ae621aaeaa0221414d9f8396a4157eca814c3e49158af19d440521c6c86dba120a6b96461d84e8e3aea126047b7065c19305605
-DIST firefox-58.0b8-as.xpi 490348 SHA256 
5f9b32371d30861a6f2c306114dc95bb3106ab15ac77a6c437ec57e7b738de72 SHA512 
522e48b8cf3ff49646fdc49601f03f7e1abc7651dc216d1b0b526de6c31c2837936e7a21083b8e5b8649e2297669055fadbd3e4f198ac39c3b0cdbecd9ab9e64
 WHIRLPOOL 
ad7f4db2fcf23fbe53e2c959398a4aa44e1fa4235f9af4af9126c89666cbd2cea7f77c7f83d9d0c8097bc634c9799a44591b8bc85b436b228ea739207e783397
-DIST firefox-58.0b8-ast.xpi 458577 SHA256 
192889527bee4e4ddcce83d343ec297dc74431be81d26ad6ef4accdbe58b19e0 SHA512 
f05b411befcdefe3703c8b2648a72e468852f14fe5b61dbd6e3c0e622160fd1d5433b16b9ef001c93563b1bf72bac2ab728903e7608c96d572aa19a83062f706
 WHIRLPOOL 
a2a85c8b630b42d21fead8cf3d63cbad68121da64f242d357be97ed7c471fdad81bd1f43d6fd835398b3c994ebaf58207f384769507e06e58641ac4380d3ba4c
-DIST firefox-58.0b8-az.xpi 466130 SHA256 
6f3dcb7d7271c16fd5e7795c0a6cc7690b911b0d74f03b43fe10aa3d6f965cc7 SHA512 
9e10808bfccca09728ddde7e907c2bc805c428814e8c3a80e3127b836bf239f145ff699a07d9252b85836602ccaf68f29fac629cc22262864b0ef8f5468f
 WHIRLPOOL 
5a80bbb28b0b0a437a9f9234c8def43bf3f44775acfd224e0af7c95706ee04153f2c9429d214f4c9d22384bc018f52d0e1fbcd4958d1efb1b618245bc0a83bbf
-DIST firefox-58.0b8-bg.xpi 509520 SHA256 
2de2c1b6d988264294e3078d3ddb5f49f05b69c794d19723b77a8e13fdcb620a SHA512 
add52c08fa516519cfd2752191b7be648de64273482f93e71fedf397346420ce9b44f6606fb75448ba1155156428b5d7099e1c241f453d3b516bd9498cad74cb
 WHIRLPOOL 

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

2017-12-11 Thread Göktürk Yüksek
commit: 0148583d8628859161e9544dcb717000c73c815f
Author: kuzetsa  gmail  com>
AuthorDate: Mon Dec 11 01:25:45 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Dec 11 15:40:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0148583d

sys-kernel/ck-sources: v.bump (4.9.68 & 4.14.5)

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-kernel/ck-sources/Manifest |  6 +++
 sys-kernel/ck-sources/ck-sources-4.14.5.ebuild | 61 
 sys-kernel/ck-sources/ck-sources-4.9.68.ebuild | 65 ++
 3 files changed, 132 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index cd57437e333..5773bbf2f23 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -32,6 +32,9 @@ DIST genpatches-4.14-4.extras.tar.xz 17488 BLAKE2B 
ddab5ff81dc6cfe85ce3805846d8d
 DIST genpatches-4.14-5.base.tar.xz 115968 BLAKE2B 
d48a56eef5c045c79a355b765f7b569280b741f5879b7ae2ffd411922a27225d8150554f42f70503218bb7ac674434c01f0e2350e7c7e8da256cd36be11a502c
 SHA512 
67c9b9c295ec90137c05385be239b6d2d0e79465a3f1e9f92ac3d0e6d8bb50a9107885a009a185d0cb2102e31d773cfd690f0d8ccafc0bacdcfab607ae556872
 DIST genpatches-4.14-5.experimental.tar.xz 5184 BLAKE2B 
13611ce70740cae179fd732ddab8b5daa1f8feab9d5fe80081753020e0df42dd76c8c8696522769a950f9eded8a92b80c93dece78a9c959a1fb9ac5ee61af101
 SHA512 
c6725e6728c9fbe923472116977136a13bf6ee4e4e450478ab2eb2e7c91d88fb50961b017d9c57335bd329543a830ba629bd064975326f187d72ae7376687d5e
 DIST genpatches-4.14-5.extras.tar.xz 17488 BLAKE2B 
16281a8110e0e1156aeaa1b5bc219e3bad364b22da6ef3a540e16c0f0a2a9fd1fd3fd550d002e79b4095916863f93cfdf4b49617b9b1c3bea8263c54702205a0
 SHA512 
f15a3b545b5d4c1359f57046cc2dcd273508737129b181ab3a8c7eb7ee65f5ddb82ecf8b1f96095da87d5fb9659ec4f0eb4826aab63b45bfda2530ed8a609605
+DIST genpatches-4.14-6.base.tar.xz 135424 BLAKE2B 
28b59fc433c1b4d5c4fa4fd5bc71192eda5da51ce63a4af245b746425bac1abe9313a1cbc760396fcaa160c1c6333e756697923d45f114da94eaa2ed3ae8659b
 SHA512 
460e38c9895156c2a16d3aadcaa4a2c9974a14e561155b914da143b14c726d9e8ad74cb435bd2ee51ad2a0966166e3705f943bd3831e3e33932373b2e04ace36
+DIST genpatches-4.14-6.experimental.tar.xz 5176 BLAKE2B 
e28358bab3de6aa0274d537ca15239154bb69e5819ada8cb050ee35bb5885ff3ef5610988ebb1afa2bab3500c28300299c65e58aa302a6cfacad0aa2a8cb0244
 SHA512 
bdca000c196e1db78b27d16bf1abda0872d982375a5e33d4a9cbb5610df384f08692120460cda43ae06e0b9a6ea9c2c1c565697fbffdc9cb46e92d1ad628c74a
+DIST genpatches-4.14-6.extras.tar.xz 17488 BLAKE2B 
39d46c202139f9d4b19eee37e711c81e95ce3b25924a70a3f75e6e4c6d4c665c1c73890fb0f61ea4ecad04cf9d9e2ad4788bad1e9c9e0e2fd03a07c3f5f8c713
 SHA512 
0fc7403ab27bc6a7ca1ff641bee8e8ea92bd04913e84c9559ac210cb6ecebb08dc4be9fdba6176c4c2d543990ea23d68a9f403dede6f1b2b56456d63d992faf3
 DIST genpatches-4.9-63.base.tar.xz 1183404 BLAKE2B 
4e49c39b91a86ec1d7cb0bdf24c9cb9c66bbd3fbf9847c1d2246e98618f49f57b4702699fddad6595003b146f35b2b4416ac788410d4dd5076342ae470834c65
 SHA512 
cb8e7ee1e8cf88e08bad0ec7078667f8cb044a5369a7bda6db68846ac56696d888125527b3dc0d4b5fc90bc072cbd31a75c327c6317036ba697ffa235c1c074e
 DIST genpatches-4.9-63.experimental.tar.xz 106440 BLAKE2B 
ece4f2c9cba523a9eb44a59a4ae8f3bbfcba22660f9143fb2ba23ddbafd6468459b1a70cafc373145a33c07d0a881c4d1b4f3a262e3ddd59b39deb17a58d95d3
 SHA512 
3c03fadd3a532cf0db5e3b7a319f8ffa6a96e3d304f31cf017baba5766da4af619daacb08749ec12bf8d62ce7439d2087de05b07f42ae0a41d81540f130a615a
 DIST genpatches-4.9-63.extras.tar.xz 17348 BLAKE2B 
613eef1455b723fa71d79d9df0c71f29cc7e1507ae0e2ac588e1410576d18d1320107d37c9f462477adb62c6f8c3460b557b11d6235c47d5ef2e85f2bcaa0940
 SHA512 
26e91da7d56177e7d0ec5c0c58e1acdddb99432978551a60cd48b58800c6f286054fbfabb87cf15b56ac4b7102c12f2c3edc2865f8fecce89e7eb0e7191ef1fa
@@ -53,6 +56,9 @@ DIST genpatches-4.9-68.extras.tar.xz 17352 BLAKE2B 
215a823f33f6d5cccbfd9597ae123
 DIST genpatches-4.9-69.base.tar.xz 1274148 BLAKE2B 
732076c76dc8c5077ea804065c86e3c384004b484d661c60a5534964fe94a07ea86e6cec9e47d1484ace04a22123f88ac9a511e90998da948869c266f3b2c3be
 SHA512 
5db83495c9b9757822df7a3733a29cb897163ce51bbb143fdfd31d42f9e5fab73dcd5c4ef18fa0c502838359ad3d9b9c9de625041042119df46f68d847eb26e6
 DIST genpatches-4.9-69.experimental.tar.xz 106392 BLAKE2B 
a8025d5b3c4a86240beaca7237f8876d9690a6029dfbed72ad86b4e64ae69103717b034d3071a13d70e966ded9bd5847f40c9a81003380b0e0c6530dc0f404a6
 SHA512 
b91c383adb79de67fca53d4c729cd449973544d5d0c9c03cbd4fb2eeab37db4c018d460e15c985a8bd63ce6294dad160ad44dd9cfaf860a35e911b4a31594291
 DIST genpatches-4.9-69.extras.tar.xz 17352 BLAKE2B 
e9a8c063812acf2155ebd6241e6061ab40328194c3a158feb8e53d4dc464b011184892ad8a0f240ef8cd8e5e1569981999fc46fda9d23b8e8ce9e1a05d8a7109
 SHA512 
5d48f1dc65bd352fe77793f3e8f5b3f689582aaa649a423b62ffc4d4e84113d6cb305d60bc09d37c191c46daf85e5021b27b4c7097b10a7df0aa5335d5e8116c
+DIST genpatches-4.9-70.base.tar.xz 1296720 BLAKE2B 

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

2017-12-11 Thread Göktürk Yüksek
commit: 0685f3a2823887704c25e7e5e5582f0d419807f2
Author: kuzetsa  gmail  com>
AuthorDate: Mon Dec 11 01:30:51 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Dec 11 15:40:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0685f3a2

sys-kernel/ck-sources: prune old versions

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-kernel/ck-sources/Manifest  | 33 -
 sys-kernel/ck-sources/ck-sources-4.13.12.ebuild | 60 ---
 sys-kernel/ck-sources/ck-sources-4.13.13.ebuild | 60 ---
 sys-kernel/ck-sources/ck-sources-4.13.14.ebuild | 60 ---
 sys-kernel/ck-sources/ck-sources-4.13.15.ebuild | 60 ---
 sys-kernel/ck-sources/ck-sources-4.13.16.ebuild | 60 ---
 sys-kernel/ck-sources/ck-sources-4.14.1.ebuild  | 60 ---
 sys-kernel/ck-sources/ck-sources-4.14.2.ebuild  | 60 ---
 sys-kernel/ck-sources/ck-sources-4.9.61.ebuild  | 65 -
 sys-kernel/ck-sources/ck-sources-4.9.62.ebuild  | 65 -
 sys-kernel/ck-sources/ck-sources-4.9.63.ebuild  | 65 -
 sys-kernel/ck-sources/ck-sources-4.9.64.ebuild  | 65 -
 sys-kernel/ck-sources/ck-sources-4.9.65.ebuild  | 65 -
 13 files changed, 778 deletions(-)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 5773bbf2f23..4f98cb595f0 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -5,27 +5,9 @@ DIST deblob-4.9 146273 BLAKE2B 
8bc593ca375e003183dc6260aab0b2f81675b0814ec50fae3
 DIST deblob-check-4.13 748983 BLAKE2B 
6aeafbb878105a50f68afc321dd57faf387c2fd40f240abe7fa0eddf70f7340233178d9d4ba26592c69d3ec9bea25e87dacd88d9cf4a80c23007dae6a7bafd3d
 SHA512 
83042d108418b5bc423c98a21c5aa6f022bcd7dc4aae0bf4c9703ee4d383019487af69529a7d381003ede6a706ff4ca7eea35e11d1aab6e23b029c02ab7ac662
 DIST deblob-check-4.14 755969 BLAKE2B 
5573bdf913554e23dba3d3c56227a2c8c3fcfad7f4a99e1ec9208171008b5d2d50bdc55000672af95e020ef8171325b9d1797a69c988b4df5b0f71bc2a186fad
 SHA512 
09626864cea33804d3dc94ceb691b24b6c14d1b9531eee8e745276dbc403903d762b1f75d685bf831f42b942d6f7ea265efb0d4889fecc976d95b11faf843fd3
 DIST deblob-check-4.9 717834 BLAKE2B 
f2471b45f6953ce83c0819b9157ce638a1d93959ec4074a329766ecb0c3adf90fd3022307ea70c2cb3bd3c291f98d6153576cc6597c62ca97abae6524b98112e
 SHA512 
46258698f1c574b44a8c5c78cc2b7fdbaca746976266974ee0f6787904531754b17ad15d542b68e07d4633ee91a8e2d9c32a991ea214292ac072c4f26deed9c9
-DIST genpatches-4.13-14.base.tar.xz 243120 BLAKE2B 
768508c4c2652d6f215a40345bbfd9317ad40adb7cb8386da1866108e72877e26fb40ccf2ef904bbb4c4d0ae6c1cc545a6c3ae47b3052c8726dfa79ec0bf3959
 SHA512 
c885d59f4d301b1ef71d40e3b35758914b669e25a15a64826454b3f46f5b45a49850971ddf11cd1d5db41d1c0fc5d814158dd02f14d9eb0c97af208865c44dd2
-DIST genpatches-4.13-14.experimental.tar.xz 5184 BLAKE2B 
336f63cf6cd456c54ce153c6485ab5b910303a444b2e0d6e07437792993a9e961f3e1831bcc24fe6884dc80a9f7947ead32705cc823b2666b6197357bc273c56
 SHA512 
c220d229f4dffaf7bf09b9d4cb1a73d61b7646191d715098e5eb51808c66d38827729edccf1252d7b1bfaaed7d2d2566add7b6cbadad1db246379334dee1
-DIST genpatches-4.13-14.extras.tar.xz 17396 BLAKE2B 
c36c764dd95b63b2e821821da23be8c900b51ddfe5db07536acf97a6650a166d6a09001132efab91ae5ddf14ff9f437104f3722c3255bec24f64c2024e8d7646
 SHA512 
67a4cf48502378663c5277e5d6c2d98d195d7f7b3a7fe0e79a5118c7e910e19c9882807cd7d80f73c08f28d702b83e4af9248597af751dc3cf923eee40a5c0ab
-DIST genpatches-4.13-15.base.tar.xz 254132 BLAKE2B 
9079585e89d633821de2408442c2949c080f47831ebdabcf174e142fdf06838a4aef8bc1db288ca8d74074f7fe0f45215a8341a49ed1303360d9ee7718e927d5
 SHA512 
7d38c30f213a1bc0a38d2bb8e97f1f6b86ecff60779aa36cd1c9bd9cd2726c16b8bd3067364cae716d38e22d8f34dd34cac3072d5fe2c8256de229b99cb9a4b3
-DIST genpatches-4.13-15.experimental.tar.xz 5184 BLAKE2B 
6cecdccdb9591650dd3c56944ec44302b9fca22e21f643da2a49ca97ea20daf6428e30fadc01331fbddae62b5ab620933fe8f87be6fb2fc7c9fa82573202cdb7
 SHA512 
4c5416bdfa602ae083a9058d04d2dede66bef95e5c589dd211aa82264c044a1102b63459dc384e7bdd6c10678b440542db2b274ebeb4456aeef93f09aea4693f
-DIST genpatches-4.13-15.extras.tar.xz 17400 BLAKE2B 
b0f306dda52425809e3e6365269d6858cbff160825191614a940cf77d441aea08ba31e8c955df9a43161ddba3172fa5b1066a8e1546df2a7e479d79cd3697ab0
 SHA512 
4e41c0780bc7c37fa5e13847ee203cefc6e1676921d1560fef9a198ffcb948c7df38acb642098a121bf5ddeb022510aa0ab6863e654e29400eeccf093cc9
-DIST genpatches-4.13-17.base.tar.xz 266392 BLAKE2B 
3c244e967b874c6cb3a0f286466e7994f4c2cf12bbca4a557e30014c0bdd85dba883bd2dea52b90f938e48c7cf6fefb12c6788dcd3c85cad521c3cf0501a6061
 SHA512 
8cd638064078eef540f614f766b89d845208082109f7af71013ab210ef4f0b7f483eefc112805646cc99b8517c3d938dcbe2eab4fcd4b35be14969c83f71b858
-DIST genpatches-4.13-17.experimental.tar.xz 5184 BLAKE2B 

[gentoo-commits] proj/gnome:master commit in: gnome-base/nautilus/

2017-12-11 Thread Sobhan Mohammadpour
commit: f2974eaff6a05554f0b666f777c643cfbae1bfb0
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Mon Dec 11 14:24:47 2017 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Mon Dec 11 14:24:47 2017 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f2974eaf

gnome-base/nautilus: Bump to 3.26.2

Bump to 3.26.2 and use meson

Package-Manager: Portage-2.3.17, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 gnome-base/nautilus/nautilus-3.26.2.ebuild | 111 +
 1 file changed, 111 insertions(+)

diff --git a/gnome-base/nautilus/nautilus-3.26.2.ebuild 
b/gnome-base/nautilus/nautilus-3.26.2.ebuild
new file mode 100644
index ..ed1b5f47
--- /dev/null
+++ b/gnome-base/nautilus/nautilus-3.26.2.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes" # Needed with USE 'sendto'
+
+inherit gnome-meson readme.gentoo-r1 virtualx
+
+DESCRIPTION="A file manager for the GNOME desktop"
+HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus;
+
+#FIXME: shoudln't this be GPL-3+?
+LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
+SLOT="0"
+#FIXME: tracker is needed
+IUSE="exif gnome +introspection packagekit +previewer selinux sendto xmp"
+
+KEYWORDS="~amd64"
+
+# FIXME: tests fails under Xvfb, but pass when building manually
+# "FAIL: check failed in nautilus-file.c, line 8307"
+# need org.gnome.SessionManager service (aka gnome-session) but cannot find it
+RESTRICT="test"
+
+# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92
+# and 2.30.0
+COMMON_DEPEND="
+   >=app-arch/gnome-autoar-0.2.1
+   >=dev-libs/glib-2.51.2:2[dbus]
+   >=x11-libs/pango-1.28.3
+   >=x11-libs/gtk+-3.22.6:3[introspection?]
+   >=dev-libs/libxml2-2.7.8:2
+   >=gnome-base/gnome-desktop-3:3=
+
+   gnome-base/dconf
+   >=gnome-base/gsettings-desktop-schemas-3.8.0
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+
+   >=app-misc/tracker-1:=
+   exif? ( >=media-libs/libexif-0.6.20 )
+   introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
+   selinux? ( >=sys-libs/libselinux-2 )
+   xmp? ( >=media-libs/exempi-2.1.0:2 )
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-lang/perl-5
+   >=dev-util/gdbus-codegen-2.33
+   >=dev-util/gtk-doc-am-1.10
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+   x11-proto/xproto
+"
+RDEPEND="${COMMON_DEPEND}
+   packagekit? ( app-admin/packagekit-base )
+   sendto? ( !

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

2017-12-11 Thread Manuel Rüger
commit: d20181495bd763024e219bcb9ac3b44f84d57395
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Dec 11 14:21:25 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Dec 11 14:21:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2018149

app-admin/helm: Fix tiller versioning issue

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 app-admin/helm/helm-2.7.2-r3.ebuild | 144 
 1 file changed, 144 insertions(+)

diff --git a/app-admin/helm/helm-2.7.2-r3.ebuild 
b/app-admin/helm/helm-2.7.2-r3.ebuild
new file mode 100644
index 000..bff2ba014b4
--- /dev/null
+++ b/app-admin/helm/helm-2.7.2-r3.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="k8s.io/helm"
+
+EGO_VENDOR=(
+"cloud.google.com/go 3b1ae45394a234c385be014e9a488f2bb6eef821 
github.com/GoogleCloudPlatform/gcloud-golang"
+"github.com/aokoli/goutils 9c37978a95bd5c709a15883b6242714ea6709e64"
+"github.com/asaskevich/govalidator 7664702784775e51966f0885f5cd27435916517b"
+"github.com/Azure/go-autorest 58f6f26e200fa5dfb40c9cd1c83f3e2c860d779d"
+"github.com/beorn7/perks 3ac7bf7a47d159a033b107610db8a1b6575507a4"
+"github.com/BurntSushi/toml b26d9c308763d68093482582cea63d69be07a0f0"
+"github.com/chai2010/gettext-go bf70f2a70fb1b1f36d90d671a72795984eab0fcb"
+"github.com/cpuguy83/go-md2man 71acacd42f85e5e82f70a55327789582a5200a90"
+"github.com/davecgh/go-spew 782f4967f2dc4564575ca782fe2d04090b5faca8"
+"github.com/dgrijalva/jwt-go 01aeca54ebda6e0fbfafd0a524d234159c05ec20"
+"github.com/docker/distribution edc3ab29cdff8694dd6feb85cfeb4b5f1b38ed9c"
+"github.com/docker/docker 4f3616fb1c112e206b88cb7a9922bf49067a7756"
+"github.com/docker/go-connections 3ede32e2033de7505e6500d6c868c2b9ed9f169d"
+"github.com/docker/go-units 9e638d38cf6977a37a8ea0078f3ee75a7cdb2dd1"
+"github.com/docker/spdystream 449fdfce4d962303d702fec724ef0ad181c92528"
+"github.com/emicklei/go-restful ff4f55a206334ef123e4f79bbf348980da81ca46"
+"github.com/emicklei/go-restful-swagger12 
dcef7f55730566d41eae5db10e7d6981829720f6"
+"github.com/evanphx/json-patch 944e07253867aacae43c04b2e6a239005443f33a"
+"github.com/exponent-io/jsonpath d6023ce2651d8eafb5c75bb0c7167536102ec9f5"
+"github.com/fatih/camelcase f6a740d52f961c60348ebb109adde9f4635d7540"
+"github.com/ghodss/yaml 73d445a93680fa1a78ae23a5839bad48f32ba1ee"
+"github.com/go-openapi/jsonpointer 46af16f9f7b149af66e5d1bd010e3574dc06de98"
+"github.com/go-openapi/jsonreference 13c6e3589ad90f49bd3e3bbe2c2cb3d7a4142272"
+"github.com/go-openapi/spec 6aced65f8501fe1217321abf0749d354824ba2ff"
+"github.com/go-openapi/swag 1d0bd113de87027671077d3c71eb3ac5d7dbba72"
+"github.com/gobwas/glob bea32b9cd2d6f55753d94a28e959b13f0244797a"
+"github.com/gogo/protobuf c0656edd0d9eab7c66d1eb0c568f9039345796f7"
+"github.com/golang/glog 44145f04b68cf362d9c4df2182967c2275eaefed"
+"github.com/golang/groupcache 02826c3e79038b59d737d3b1c0a1d937f71a4433"
+"github.com/golang/protobuf 4bd1920723d7b7c925de087aa32e2187708897f7"
+"github.com/google/btree 7d79101e329e5a3adf994758c578dab82b90c017"
+"github.com/google/gofuzz 44d81051d367757e1c7c6a5a86423ece9afcf63c"
+"github.com/googleapis/gnostic 0c5108395e2debce0d731cf0287ddf7242066aba"
+"github.com/gophercloud/gophercloud 2bf16b94fdd9b01557c4d076e567fe5cbbe5a961"
+"github.com/gosuri/uitable 36ee7e946282a3fb1cfecd476ddc9b35d8847e42"
+"github.com/gregjones/httpcache 787624de3eb7bd915c329cba748687a3b22666a6"
+"github.com/grpc-ecosystem/go-grpc-prometheus 
0c1b191dbfe51efdabe3c14b9f6f3b96429e0722"
+"github.com/hashicorp/golang-lru a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4"
+"github.com/howeyc/gopass bf9dde6d0d2c004a008c27aaee91170c786f6db8"
+"github.com/huandu/xstrings 3959339b333561bf62a38b424fd41517c2c90f40"
+"github.com/imdario/mergo 6633656539c1639d9d78127b7d47c622b5d7b6dc"
+"github.com/inconshreveable/mousetrap 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75"
+"github.com/json-iterator/go 36b14963da70d11297d313183d7e6388c8510e1e"
+"github.com/juju/ratelimit 5b9ff866471762aa2ab2dced63c9fb6f53921342"
+"github.com/mailru/easyjson d5b7844b561a7bc640052f1b935f7b800330d7e0"
+"github.com/Masterminds/semver 517734cc7d6470c0d07130e40fd40bdeb9bcd3fd"
+"github.com/Masterminds/sprig efda631a76d70875162cdc25ffa0d0164bf69758"
+"github.com/Masterminds/vcs 3084677c2c188840777bff30054f2b553729d329"
+"github.com/mattn/go-runewidth d6bea18f789704b5f83375793155289da36a3c7f"
+"github.com/matttproud/golang_protobuf_extensions 
fc2b8d3a73c4867e51861bbdd5ae3c1f0869dd6a"
+"github.com/naoina/go-stringutil 6b638e95a32d0c1131db0e7fe83775cbea4a0d0b"
+"github.com/opencontainers/go-digest a6d0ee40d4207ea02364bd3b9e8e77b9159ba1eb"
+"github.com/opencontainers/image-spec 372ad780f63454fcc7cf80e5b90245c13e13"
+"github.com/pborman/uuid ca53cad383cad2479bbba7f7a1a05797ec1386e4"
+"github.com/peterbourgon/diskv 5f041e8faa004a95c88a202771f4cc3e991971e6"

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

2017-12-11 Thread Manuel Rüger
commit: bda5bf4fcbedd8e7ef372b3b6296a320d0079e41
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Dec 11 14:21:40 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Dec 11 14:21:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda5bf4f

app-admin/helm: Remove old

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 app-admin/helm/helm-2.7.2-r2.ebuild | 144 
 1 file changed, 144 deletions(-)

diff --git a/app-admin/helm/helm-2.7.2-r2.ebuild 
b/app-admin/helm/helm-2.7.2-r2.ebuild
deleted file mode 100644
index d846bcdf781..000
--- a/app-admin/helm/helm-2.7.2-r2.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_PN="k8s.io/helm"
-
-EGO_VENDOR=(
-"cloud.google.com/go 3b1ae45394a234c385be014e9a488f2bb6eef821 
github.com/GoogleCloudPlatform/gcloud-golang"
-"github.com/aokoli/goutils 9c37978a95bd5c709a15883b6242714ea6709e64"
-"github.com/asaskevich/govalidator 7664702784775e51966f0885f5cd27435916517b"
-"github.com/Azure/go-autorest 58f6f26e200fa5dfb40c9cd1c83f3e2c860d779d"
-"github.com/beorn7/perks 3ac7bf7a47d159a033b107610db8a1b6575507a4"
-"github.com/BurntSushi/toml b26d9c308763d68093482582cea63d69be07a0f0"
-"github.com/chai2010/gettext-go bf70f2a70fb1b1f36d90d671a72795984eab0fcb"
-"github.com/cpuguy83/go-md2man 71acacd42f85e5e82f70a55327789582a5200a90"
-"github.com/davecgh/go-spew 782f4967f2dc4564575ca782fe2d04090b5faca8"
-"github.com/dgrijalva/jwt-go 01aeca54ebda6e0fbfafd0a524d234159c05ec20"
-"github.com/docker/distribution edc3ab29cdff8694dd6feb85cfeb4b5f1b38ed9c"
-"github.com/docker/docker 4f3616fb1c112e206b88cb7a9922bf49067a7756"
-"github.com/docker/go-connections 3ede32e2033de7505e6500d6c868c2b9ed9f169d"
-"github.com/docker/go-units 9e638d38cf6977a37a8ea0078f3ee75a7cdb2dd1"
-"github.com/docker/spdystream 449fdfce4d962303d702fec724ef0ad181c92528"
-"github.com/emicklei/go-restful ff4f55a206334ef123e4f79bbf348980da81ca46"
-"github.com/emicklei/go-restful-swagger12 
dcef7f55730566d41eae5db10e7d6981829720f6"
-"github.com/evanphx/json-patch 944e07253867aacae43c04b2e6a239005443f33a"
-"github.com/exponent-io/jsonpath d6023ce2651d8eafb5c75bb0c7167536102ec9f5"
-"github.com/fatih/camelcase f6a740d52f961c60348ebb109adde9f4635d7540"
-"github.com/ghodss/yaml 73d445a93680fa1a78ae23a5839bad48f32ba1ee"
-"github.com/go-openapi/jsonpointer 46af16f9f7b149af66e5d1bd010e3574dc06de98"
-"github.com/go-openapi/jsonreference 13c6e3589ad90f49bd3e3bbe2c2cb3d7a4142272"
-"github.com/go-openapi/spec 6aced65f8501fe1217321abf0749d354824ba2ff"
-"github.com/go-openapi/swag 1d0bd113de87027671077d3c71eb3ac5d7dbba72"
-"github.com/gobwas/glob bea32b9cd2d6f55753d94a28e959b13f0244797a"
-"github.com/gogo/protobuf c0656edd0d9eab7c66d1eb0c568f9039345796f7"
-"github.com/golang/glog 44145f04b68cf362d9c4df2182967c2275eaefed"
-"github.com/golang/groupcache 02826c3e79038b59d737d3b1c0a1d937f71a4433"
-"github.com/golang/protobuf 4bd1920723d7b7c925de087aa32e2187708897f7"
-"github.com/google/btree 7d79101e329e5a3adf994758c578dab82b90c017"
-"github.com/google/gofuzz 44d81051d367757e1c7c6a5a86423ece9afcf63c"
-"github.com/googleapis/gnostic 0c5108395e2debce0d731cf0287ddf7242066aba"
-"github.com/gophercloud/gophercloud 2bf16b94fdd9b01557c4d076e567fe5cbbe5a961"
-"github.com/gosuri/uitable 36ee7e946282a3fb1cfecd476ddc9b35d8847e42"
-"github.com/gregjones/httpcache 787624de3eb7bd915c329cba748687a3b22666a6"
-"github.com/grpc-ecosystem/go-grpc-prometheus 
0c1b191dbfe51efdabe3c14b9f6f3b96429e0722"
-"github.com/hashicorp/golang-lru a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4"
-"github.com/howeyc/gopass bf9dde6d0d2c004a008c27aaee91170c786f6db8"
-"github.com/huandu/xstrings 3959339b333561bf62a38b424fd41517c2c90f40"
-"github.com/imdario/mergo 6633656539c1639d9d78127b7d47c622b5d7b6dc"
-"github.com/inconshreveable/mousetrap 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75"
-"github.com/json-iterator/go 36b14963da70d11297d313183d7e6388c8510e1e"
-"github.com/juju/ratelimit 5b9ff866471762aa2ab2dced63c9fb6f53921342"
-"github.com/mailru/easyjson d5b7844b561a7bc640052f1b935f7b800330d7e0"
-"github.com/Masterminds/semver 517734cc7d6470c0d07130e40fd40bdeb9bcd3fd"
-"github.com/Masterminds/sprig efda631a76d70875162cdc25ffa0d0164bf69758"
-"github.com/Masterminds/vcs 3084677c2c188840777bff30054f2b553729d329"
-"github.com/mattn/go-runewidth d6bea18f789704b5f83375793155289da36a3c7f"
-"github.com/matttproud/golang_protobuf_extensions 
fc2b8d3a73c4867e51861bbdd5ae3c1f0869dd6a"
-"github.com/naoina/go-stringutil 6b638e95a32d0c1131db0e7fe83775cbea4a0d0b"
-"github.com/opencontainers/go-digest a6d0ee40d4207ea02364bd3b9e8e77b9159ba1eb"
-"github.com/opencontainers/image-spec 372ad780f63454fcc7cf80e5b90245c13e13"
-"github.com/pborman/uuid ca53cad383cad2479bbba7f7a1a05797ec1386e4"
-"github.com/peterbourgon/diskv 5f041e8faa004a95c88a202771f4cc3e991971e6"
-"github.com/prometheus/client_golang 

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

2017-12-11 Thread Andreas Hüttel
commit: 8da8277f21c0aa825109760323cd9721c5460b7a
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Mon Dec 11 14:09:37 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Dec 11 14:09:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da8277f

app-office/libreoffice-bin: It's actually linked to Python 3.5 ...

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 app-office/libreoffice-bin/libreoffice-bin-5.4.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-bin/libreoffice-bin-5.4.2.2-r1.ebuild 
b/app-office/libreoffice-bin/libreoffice-bin-5.4.2.2-r1.ebuild
index 1b797f0f1a4..2847919976e 100644
--- a/app-office/libreoffice-bin/libreoffice-bin-5.4.2.2-r1.ebuild
+++ b/app-office/libreoffice-bin/libreoffice-bin-5.4.2.2-r1.ebuild
@@ -10,7 +10,7 @@ BASE_PACKAGENAME="bin"
 
BASE_AMD64_URI="http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-;
 
BASE_X86_URI="http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-;
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_5 )
 PYTHON_REQ_USE="threads,xml"
 
 inherit kde4-base java-pkg-opt-2 python-single-r1 pax-utils prefix versionator



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-volman/

2017-12-11 Thread Denis Dupeyron
commit: ba86e631489437739bdb6303d6f37fc91ea4ae8b
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Mon Dec 11 13:42:02 2017 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Mon Dec 11 13:42:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba86e631

xfce-extra/thunar-volman: remove obsolete xfconf.eclass, migrate to EAPI6

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 .../thunar-volman/thunar-volman-0.8.1-r1.ebuild| 48 ++
 1 file changed, 48 insertions(+)

diff --git a/xfce-extra/thunar-volman/thunar-volman-0.8.1-r1.ebuild 
b/xfce-extra/thunar-volman/thunar-volman-0.8.1-r1.ebuild
new file mode 100644
index 000..ec545aa032d
--- /dev/null
+++ b/xfce-extra/thunar-volman/thunar-volman-0.8.1-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="Daemon that enforces volume-related policies"
+HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-volman;
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="libnotify"
+
+COMMON_DEPEND=">=dev-libs/glib-2.30
+   virtual/libgudev:=
+   >=x11-libs/gtk+-2.24:2
+   >=xfce-base/exo-0.10
+   >=xfce-base/libxfce4ui-4.10
+   >=xfce-base/libxfce4util-4.10
+   >=xfce-base/xfconf-4.10
+   libnotify? ( >=x11-libs/libnotify-0.7 )"
+RDEPEND="${COMMON_DEPEND}
+   virtual/udev
+   >=xfce-base/thunar-1.6[udisks]"
+DEPEND="${COMMON_DEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README THANKS )
+
+src_configure() {
+   local myconf=(
+   $(use_enable libnotify notifications)
+   )
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2017-12-11 Thread Michael Orlitzky
commit: fdde370f7aeefee94d26a1b7c2a89a171e9a0252
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Dec 11 13:22:29 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Dec 11 13:22:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdde370f

app-eselect/eselect-php: drop unused eselect-php-0.9.4-r2.ebuild.

Bug: https://bugs.gentoo.org/640460
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../eselect-php/eselect-php-0.9.4-r2.ebuild| 66 --
 1 file changed, 66 deletions(-)

diff --git a/app-eselect/eselect-php/eselect-php-0.9.4-r2.ebuild 
b/app-eselect/eselect-php/eselect-php-0.9.4-r2.ebuild
deleted file mode 100644
index 4dec17a5418..000
--- a/app-eselect/eselect-php/eselect-php-0.9.4-r2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd
-
-DESCRIPTION="PHP eselect module"
-HOMEPAGE="https://gitweb.gentoo.org/proj/eselect-php.git/;
-SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
-IUSE="fpm apache2"
-
-# The "DirectoryIndex" line in 70_mod_php.conf requires mod_dir.
-RDEPEND="app-admin/eselect
-   apache2? ( www-servers/apache[apache2_modules_dir] )
-   fpm? ( sys-apps/gentoo-functions )"
-
-src_configure(){
-   # We expect localstatedir to be "var"ish, not "var/lib"ish, because
-   # that's what PHP upstream expects. See for example the FPM
-   # configuration where they put logs in @localstatedir@/log.
-   #
-   # The libdir is passed explicitly in case the /usr/lib symlink
-   # is not present (bug 624528).
-   econf --libdir="${EPREFIX}/usr/$(get_libdir)" \
- --localstatedir="${EPREFIX}/var" \
- --with-piddir="${EPREFIX}/run" \
- $(use_enable apache2) \
- $(use_enable fpm)
-}
-
-src_install() {
-   default
-
-   # This can be removed after a while...
-   if use apache2 ; then
-   insinto /etc/apache2/modules.d
-   newins "${FILESDIR}/70_mod_php5.backcompat.conf" 
70_mod_php5.conf
-   fi
-
-   if use fpm ; then
-   systemd_dotmpfilesd "${FILESDIR}/php-fpm.conf"
-   exeinto /usr/libexec
-   newexe "${FILESDIR}/php-fpm-launcher-r2" php-fpm-launcher
-   fi
-}
-
-pkg_postinst() {
-   if use apache2 ; then
-   elog
-   elog "If you are upgrading, be warned that our mod_php 
configuration"
-   elog "file has changed! You should now define -DPHP for the 
apache2"
-   elog "daemon, and inspect the new 70_mod_php.conf which has 
been"
-   elog "installed. Module loading involves eselect as of this 
version."
-   elog
-   elog "You must run eselect at least once to choose your apache2 
target"
-   elog "before the new configuration will work. Afterwards, and 
after you"
-   elog "have reviewed your new configuration, you are advised to 
remove"
-   elog "the obsolete 70_mod_php5.conf file."
-   elog
-   fi
-}



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

2017-12-11 Thread Michael Orlitzky
commit: b10b08bc98169e5462fcdb82ab41640e5715f202
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Dec 11 13:20:14 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Dec 11 13:22:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b10b08bc

app-eselect/eselect-php: drop the "PHP5" backwards-compatibility shim.

A backwards-compatibility shim was added on 2016-01-05, in commit
1ae81f5, to prevent (unmodified) configurations from breaking when
upgrading eselect-php. A "you should upgrade your configuration"
warning was added three days later in commit 470b42d. I think two
years is a long enough time to maintain the shim/warning, so this
commit removes them from the live ebuild and latest revision.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 ...0.9.4-r4.ebuild => eselect-php-0.9.4-r5.ebuild} | 22 --
 app-eselect/eselect-php/eselect-php-.ebuild| 22 --
 2 files changed, 44 deletions(-)

diff --git a/app-eselect/eselect-php/eselect-php-0.9.4-r4.ebuild 
b/app-eselect/eselect-php/eselect-php-0.9.4-r5.ebuild
similarity index 63%
rename from app-eselect/eselect-php/eselect-php-0.9.4-r4.ebuild
rename to app-eselect/eselect-php/eselect-php-0.9.4-r5.ebuild
index 64684077116..c99ebdbb421 100644
--- a/app-eselect/eselect-php/eselect-php-0.9.4-r4.ebuild
+++ b/app-eselect/eselect-php/eselect-php-0.9.4-r5.ebuild
@@ -35,12 +35,6 @@ src_configure(){
 src_install() {
default
 
-   # This can be removed after a while...
-   if use apache2 ; then
-   insinto /etc/apache2/modules.d
-   newins "${FILESDIR}/70_mod_php5.backcompat.conf" 
70_mod_php5.conf
-   fi
-
if use fpm ; then
systemd_dotmpfilesd "${FILESDIR}/php-fpm.conf"
sed -e "s,@libdir@,$(get_libdir),g" 
"${FILESDIR}/php-fpm-launcher-r3" > "${T}"/php-fpm-launcher || die
@@ -48,19 +42,3 @@ src_install() {
doexe "${T}"/php-fpm-launcher
fi
 }
-
-pkg_postinst() {
-   if use apache2 ; then
-   elog
-   elog "If you are upgrading, be warned that our mod_php 
configuration"
-   elog "file has changed! You should now define -DPHP for the 
apache2"
-   elog "daemon, and inspect the new 70_mod_php.conf which has 
been"
-   elog "installed. Module loading involves eselect as of this 
version."
-   elog
-   elog "You must run eselect at least once to choose your apache2 
target"
-   elog "before the new configuration will work. Afterwards, and 
after you"
-   elog "have reviewed your new configuration, you are advised to 
remove"
-   elog "the obsolete 70_mod_php5.conf file."
-   elog
-   fi
-}

diff --git a/app-eselect/eselect-php/eselect-php-.ebuild 
b/app-eselect/eselect-php/eselect-php-.ebuild
index 58c55ea1947..e6b5ef3d880 100644
--- a/app-eselect/eselect-php/eselect-php-.ebuild
+++ b/app-eselect/eselect-php/eselect-php-.ebuild
@@ -40,12 +40,6 @@ src_configure(){
 src_install() {
default
 
-   # This can be removed after a while...
-   if use apache2 ; then
-   insinto /etc/apache2/modules.d
-   newins "${FILESDIR}/70_mod_php5.backcompat.conf" 
70_mod_php5.conf
-   fi
-
if use fpm ; then
systemd_dotmpfilesd "${FILESDIR}/php-fpm.conf"
sed -e "s,@libdir@,$(get_libdir),g" 
"${FILESDIR}/php-fpm-launcher-r3" > "${T}"/php-fpm-launcher || die
@@ -53,19 +47,3 @@ src_install() {
doexe "${T}"/php-fpm-launcher
fi
 }
-
-pkg_postinst() {
-   if use apache2 ; then
-   elog
-   elog "If you are upgrading, be warned that our mod_php 
configuration"
-   elog "file has changed! You should now define -DPHP for the 
apache2"
-   elog "daemon, and inspect the new 70_mod_php.conf which has 
been"
-   elog "installed. Module loading involves eselect as of this 
version."
-   elog
-   elog "You must run eselect at least once to choose your apache2 
target"
-   elog "before the new configuration will work. Afterwards, and 
after you"
-   elog "have reviewed your new configuration, you are advised to 
remove"
-   elog "the obsolete 70_mod_php5.conf file."
-   elog
-   fi
-}



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

2017-12-11 Thread Michael Orlitzky
commit: 35ff1eab9f67bdb714bd1de2f874540f59c3a376
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Dec 11 13:09:25 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Dec 11 13:22:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ff1eab

app-eselect/eselect-php: drop sys-apps/gentoo-functions dependency.

Thanks to Craig Andrews in commit bbd39788, we no longer need to pull
in sys-apps/gentoo-functions when USE=fpm is set. Drop it from the
latest revision and the live ebuild.

Bug: https://bugs.gentoo.org/640460
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../{eselect-php-0.9.4-r3.ebuild => eselect-php-0.9.4-r4.ebuild}   | 3 +--
 app-eselect/eselect-php/eselect-php-.ebuild| 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-eselect/eselect-php/eselect-php-0.9.4-r3.ebuild 
b/app-eselect/eselect-php/eselect-php-0.9.4-r4.ebuild
similarity index 95%
rename from app-eselect/eselect-php/eselect-php-0.9.4-r3.ebuild
rename to app-eselect/eselect-php/eselect-php-0.9.4-r4.ebuild
index 9d383514ec4..64684077116 100644
--- a/app-eselect/eselect-php/eselect-php-0.9.4-r3.ebuild
+++ b/app-eselect/eselect-php/eselect-php-0.9.4-r4.ebuild
@@ -16,8 +16,7 @@ IUSE="fpm apache2"
 
 # The "DirectoryIndex" line in 70_mod_php.conf requires mod_dir.
 RDEPEND="app-admin/eselect
-   apache2? ( www-servers/apache[apache2_modules_dir] )
-   fpm? ( sys-apps/gentoo-functions )"
+   apache2? ( www-servers/apache[apache2_modules_dir] )"
 
 src_configure(){
# We expect localstatedir to be "var"ish, not "var/lib"ish, because

diff --git a/app-eselect/eselect-php/eselect-php-.ebuild 
b/app-eselect/eselect-php/eselect-php-.ebuild
index a8aa5bb8f4a..58c55ea1947 100644
--- a/app-eselect/eselect-php/eselect-php-.ebuild
+++ b/app-eselect/eselect-php/eselect-php-.ebuild
@@ -16,8 +16,7 @@ IUSE="fpm apache2"
 
 # The "DirectoryIndex" line in 70_mod_php.conf requires mod_dir.
 RDEPEND="app-admin/eselect
-   apache2? ( www-servers/apache[apache2_modules_dir] )
-   fpm? ( sys-apps/gentoo-functions )"
+   apache2? ( www-servers/apache[apache2_modules_dir] )"
 
 src_prepare() {
eapply_user



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

2017-12-11 Thread Thomas Deutschmann
commit: c28283a0a2606ea8cae074dac39c473a1fa5e994
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Dec 11 13:08:25 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Dec 11 13:09:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28283a0

media-gfx/graphicsmagick: Bump v1.3.27

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-gfx/graphicsmagick/Manifest  |   1 +
 .../graphicsmagick-1.3.27-version.sh-fix.patch |  11 ++
 .../graphicsmagick/graphicsmagick-1.3.27.ebuild| 135 +
 3 files changed, 147 insertions(+)

diff --git a/media-gfx/graphicsmagick/Manifest 
b/media-gfx/graphicsmagick/Manifest
index ae9afd1ef7c..1e7131300e9 100644
--- a/media-gfx/graphicsmagick/Manifest
+++ b/media-gfx/graphicsmagick/Manifest
@@ -1,2 +1,3 @@
 DIST GraphicsMagick-1.3.25.tar.xz 5387880 BLAKE2B 
dbde32a869bde374cd453569fbc4b7b2bf54fdb8dc07fa40e83b92b788771797f7b4a529fc8b7ae439482e4e456ac9f947c8f47ac83000bdaf4d4079f4ea5e83
 SHA512 
d62d6aee96d7b8444f1aa206b0c5cbbed9511612cb71d667af072ea52b68dcd11088699debc58faacbb014ad83fb8c2b3e474220f506069f7b5d22f0340f8ef8
 DIST GraphicsMagick-1.3.26.tar.xz 5400564 BLAKE2B 
bd7c5286f4ff0abe8fafee680f9bea5e96c23d1787b5dc5b1a33580b5b8fd2dc8c5932606e0c8f2d783c377104232e8efb6be83ea10e0105c83e9d1925314e0b
 SHA512 
b33ca0f1c858428693aee27a9089acff9e63d1110f85fa036894cfefe6274e7b2422758ea39852f94fdb4823c9c3f3c44b0d8906627503301f5928096f739f22
+DIST GraphicsMagick-1.3.27.tar.xz 5412544 BLAKE2B 
130ce964f3745f4a9f3b54180529fb45afb4ecc63ecb88f626fa4dd2c6fb54675ff9b5b79527dc89d375cad5c4f1136063e612d91cc9d69b0c330c32c786fd96
 SHA512 
27c2fccebe1ae079040986979405f9840ad39f773e2e0399712695146ec1b0f92a53533e6052df124f5db38aacc95bbd4b2e8692e81c92dade4e169ddfcc9b8c

diff --git 
a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.27-version.sh-fix.patch 
b/media-gfx/graphicsmagick/files/graphicsmagick-1.3.27-version.sh-fix.patch
new file mode 100644
index 000..e21b8e7de7e
--- /dev/null
+++ b/media-gfx/graphicsmagick/files/graphicsmagick-1.3.27-version.sh-fix.patch
@@ -0,0 +1,11 @@
+--- a/version.sh
 b/version.sh
+@@ -27,7 +27,7 @@ PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
+ #
+ # Formal Package release date
+ # Set to string "unreleased" if package is not a formal release.
+-PACKAGE_RELEASE_DATE="2017-12-09
++PACKAGE_RELEASE_DATE="2017-12-09"
+ #PACKAGE_RELEASE_DATE="unreleased"
+ 
+ #

diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.27.ebuild 
b/media-gfx/graphicsmagick/graphicsmagick-1.3.27.ebuild
new file mode 100644
index 000..1c2940db9ea
--- /dev/null
+++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.27.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools toolchain-funcs
+
+MY_P=${P/graphicsm/GraphicsM}
+
+DESCRIPTION="Collection of tools and libraries for many image formats"
+HOMEPAGE="http://www.graphicsmagick.org/;
+LICENSE="MIT"
+SLOT="0/${PV%.*}"
+
+if [[ ${PV} == "" ]] ; then
+   inherit mercurial
+   EHG_REPO_URI="http://hg.code.sf.net/p/${PN}/code;
+else
+   SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
+fi
+
+IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp
+   perl png postscript q16 q32 static-libs svg test threads tiff truetype
+   webp wmf X zlib"
+
+RDEPEND="dev-libs/libltdl:0
+   bzip2? ( app-arch/bzip2 )
+   fpx? ( media-libs/libfpx )
+   imagemagick? ( !media-gfx/imagemagick )
+   jbig? ( media-libs/jbigkit )
+   jpeg? ( virtual/jpeg:0 )
+   jpeg2k? ( media-libs/jasper:= )
+   lcms? ( media-libs/lcms:2 )
+   lzma? ( app-arch/xz-utils )
+   perl? ( dev-lang/perl )
+   png? ( media-libs/libpng:0 )
+   postscript? ( app-text/ghostscript-gpl )
+   svg? ( dev-libs/libxml2 )
+   tiff? ( media-libs/tiff:0 )
+   truetype? (
+   media-fonts/urw-fonts
+   >=media-libs/freetype-2
+   )
+   webp? ( media-libs/libwebp:= )
+   wmf? ( media-libs/libwmf )
+   X? (
+   x11-libs/libSM
+   x11-libs/libXext
+   )
+   zlib? ( sys-libs/zlib )"
+# corefonts are required because needed arial font (bug #588398).
+DEPEND="${RDEPEND}
+   test? ( media-fonts/corefonts )"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.3.19-flags.patch
+   "${FILESDIR}"/${PN}-1.3.19-perl.patch
+   "${FILESDIR}"/${PN}-1.3.27-version.sh-fix.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local depth=8
+   use q16 && depth=16
+   use q32 && depth=32
+
+   local openmp=disable
+   if use openmp && tc-has-openmp; then
+   openmp=enable
+   fi
+
+   econf \

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

2017-12-11 Thread Ulrich Müller
commit: 95d81066d319b56cbf8be9c66095a7e2af5d0952
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Dec 11 10:18:00 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Dec 11 12:47:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d81066

games-fps/doom3-mitm: Update Manifest hashes.

 games-fps/doom3-mitm/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/doom3-mitm/Manifest b/games-fps/doom3-mitm/Manifest
index 6d2ac8829ec..dec47aaeffe 100644
--- a/games-fps/doom3-mitm/Manifest
+++ b/games-fps/doom3-mitm/Manifest
@@ -1 +1 @@
-DIST MakeItToMorning1-6.zip 184131772 SHA256 
d9757e51f6d474fe992b19008d2723253f27496baea6729576e460c3c31b0e64 SHA512 
5c8b58b51fb4308366db74705c6f1c5ed7a99f41992000c0ceb3b57fe1d61cb617cc03725ab213d6d7cfbad76104efebe647e50d5ad78e5b0ec480ed840118ea
 WHIRLPOOL 
24317336168b2bc3d05582ed745858597f4248fc3261f102de8ca539641574221cd39850ef83f0ee422038ed43422801cf87c80330c1d85d35432bf23e2ebdf1
+DIST MakeItToMorning1-6.zip 184131772 BLAKE2B 
03de634789cdd62293b39617e807d9137e9fef84849555cb6b87ade9bcd1f3ad2f9973cb2510716a5fe38a5bbb1b2ebfa4a38357a65ae9355af7d53785edd048
 SHA512 
5c8b58b51fb4308366db74705c6f1c5ed7a99f41992000c0ceb3b57fe1d61cb617cc03725ab213d6d7cfbad76104efebe647e50d5ad78e5b0ec480ed840118ea



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

2017-12-11 Thread Ulrich Müller
commit: 0ffd4569501b427c9c8cdfef6efe519348cfebca
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Dec 11 09:37:41 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Dec 11 12:47:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffd4569

dev-java/jdbc2-stdext: Update Manifest hashes.

 dev-java/jdbc2-stdext/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jdbc2-stdext/Manifest b/dev-java/jdbc2-stdext/Manifest
index 2e1a72d534f..101d6e83f55 100644
--- a/dev-java/jdbc2-stdext/Manifest
+++ b/dev-java/jdbc2-stdext/Manifest
@@ -1 +1 @@
-DIST jdbc2_0-stdext-src.zip 21642 SHA256 
70470d9f3a2e1f4e29b909bf9c89005a9d2523825eb50cf70b2fa2957ff8b2aa SHA512 
5157a5835983c094b13d947a39311d08ea57cd8e60197176681289d41a209f3f8b464e1e0dd97ed714534ba5afb749807e02efb3edba4e2c91e273e71f6f1ce3
 WHIRLPOOL 
a57f77ae2b268b21e7733b7cf4edf1cd8751c8c5c25f1b7a6ae78677c14d5f499a9a05c36cd88a3c9ec9c4fc361476cc7433fa81cb94ed51b09ac4a2bca341a5
+DIST jdbc2_0-stdext-src.zip 21642 BLAKE2B 
475892fc77247a93eaaf400e48c585832df843cedcd1ff2f8de364f6895fc9661d1d2241969b126fbb056b23be78085317fbb14c69c349612d39b700913a5b72
 SHA512 
5157a5835983c094b13d947a39311d08ea57cd8e60197176681289d41a209f3f8b464e1e0dd97ed714534ba5afb749807e02efb3edba4e2c91e273e71f6f1ce3



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

2017-12-11 Thread Ulrich Müller
commit: f04c9a9a731ea81e77d4eda73708932004284adb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Dec 11 09:47:08 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Dec 11 12:47:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04c9a9a

dev-java/sun-jimi: Update Manifest hashes.

 dev-java/sun-jimi/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/sun-jimi/Manifest b/dev-java/sun-jimi/Manifest
index 74dfd56f6b9..e3e08403373 100644
--- a/dev-java/sun-jimi/Manifest
+++ b/dev-java/sun-jimi/Manifest
@@ -1 +1 @@
-DIST jimi1_0.zip 3880977 SHA256 
06c193de5d78f2597191963c34cf306a960f7144759337264c1c60a3b3b8a0c4 SHA512 
28ae3b3044910fca80dbdf23fee5f0d050df64ef48a09c41a836f3ff78365258c747f69a958579abda68d6d6f1c6b6a3ea5e960d36f2199afdb06258a25173d5
 WHIRLPOOL 
c9ff66c4a15eb39c30e70c47bd7c8694024e34ebba09a7a440b927f5e3da0498f4ae2b8c6ddd96e3fe18933b93cacbb9c01f63b672caef45b601e4cf0bcec4fa
+DIST jimi1_0.zip 3880977 BLAKE2B 
b286cdc725cad2037d19bb188145ca0cd073011a8f22aa671e8807afd96dd3a9f3035a82dff9823ccba503e711db6b2ef377fc039c7050fc105655114ce6
 SHA512 
28ae3b3044910fca80dbdf23fee5f0d050df64ef48a09c41a836f3ff78365258c747f69a958579abda68d6d6f1c6b6a3ea5e960d36f2199afdb06258a25173d5



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

2017-12-11 Thread Ulrich Müller
commit: b551d6d41ff7f2006f90c3c252a2623520e1a5e3
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Dec 11 10:45:21 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Dec 11 12:47:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b551d6d4

games-fps/ut2004-troopers: Update Manifest hashes.

 games-fps/ut2004-troopers/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/ut2004-troopers/Manifest 
b/games-fps/ut2004-troopers/Manifest
index 0c3b06e1487..4058253b8fa 100644
--- a/games-fps/ut2004-troopers/Manifest
+++ b/games-fps/ut2004-troopers/Manifest
@@ -1 +1 @@
-DIST troopersversion60zip.zip 447383148 SHA256 
350156938b62c311873087fcf438b4e0ac9bc50171ba657f0f9193037d5e45d4 SHA512 
2eec66a55b0733f2f5ee65e8a4deb329a50bcd47aa6fdcb7252a88c01e4e8db563b568d3176233a51711240e7b4dfebe0d8a8712d624915a872e8bfeb321cda4
 WHIRLPOOL 
94d306026a47f6e9170664b901af29d5be64bea3df69ce8c54c0e125828bb7eacf64f706d3d159c4a27f6b861be3cea1b2dd975b8ff52466e33ad8950bd93bd0
+DIST troopersversion60zip.zip 447383148 BLAKE2B 
4eed868b0a8631529f0e09227d45db4f0a89ff7088cec2c03c263323aa9385f204561b278a9e6c408db6d972e773e2c3d3cbc7dff64ba0cd04fc603ce541d297
 SHA512 
2eec66a55b0733f2f5ee65e8a4deb329a50bcd47aa6fdcb7252a88c01e4e8db563b568d3176233a51711240e7b4dfebe0d8a8712d624915a872e8bfeb321cda4



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

2017-12-11 Thread Ulrich Müller
commit: cfdd2988c8ec008d5efcbc0798a63c0dafd70d55
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Dec 11 09:40:29 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Dec 11 12:47:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfdd2988

dev-java/jta: Update Manifest hashes.

 dev-java/jta/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jta/Manifest b/dev-java/jta/Manifest
index 14e89ae0074..50bda7fa815 100644
--- a/dev-java/jta/Manifest
+++ b/dev-java/jta/Manifest
@@ -1 +1 @@
-DIST jta-1_1-classes.zip 13236 SHA256 
6202127f8e3fe63ebbaa8c3ddf455bae862d5563b4c210ea29484df52ce505da SHA512 
fb8b76223ccdec0ef97b00d7248d74b6316dd67c570667f3a644d03b05cd28af061a191cf71b6624fd4a4195f7bc107281eb847fc4c0ee4606c85c414da79a14
 WHIRLPOOL 
c6b97d35eb09cd027596594ce009c251cc61014ceacd7d49748eb157ddbec6700eb29d07a4f9fd0d6273652cd83e067fc7f2a4d99e584ad13c7f13c2f8a07271
+DIST jta-1_1-classes.zip 13236 BLAKE2B 
f2e1ffd531fce804d562c4cdcbe9b260d08eb2bcd79a879f94fbd3e23801849cbf311d8f7410a9776f9a8866027dcedcac479a6321e8c6b2b23bd9a69054
 SHA512 
fb8b76223ccdec0ef97b00d7248d74b6316dd67c570667f3a644d03b05cd28af061a191cf71b6624fd4a4195f7bc107281eb847fc4c0ee4606c85c414da79a14



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

2017-12-11 Thread Ulrich Müller
commit: 004ad4082e3de3cc6794e14db6f45a942fdfc615
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Dec 11 09:50:01 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Dec 11 12:47:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004ad408

dev-java/sun-jmx: Update Manifest hashes.

 dev-java/sun-jmx/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/sun-jmx/Manifest b/dev-java/sun-jmx/Manifest
index 3ef24cba454..aff90230b6d 100644
--- a/dev-java/sun-jmx/Manifest
+++ b/dev-java/sun-jmx/Manifest
@@ -1 +1 @@
-DIST jmx-1_2_1-ri.zip 1624569 SHA256 
cd61a03be89e169c8efc994e45517a91ed42c4b3fb35c728cb04c10a2b687819 SHA512 
39c933ec39f3fcc631d6d8f3aa88724bb0aa11ff62dfbac61762d07c718dff4ba1e16b1b565c7aa1ede7d616516e68d0dbe8c227db34a6d30bd8f29880c7a5d1
 WHIRLPOOL 
01ec4824ba27143ec0f25953ef4dcabe75036cb6208343206bb156471c334ef3fd32c137ea93e7af986b53b6d2e383f26303a18d2deafb46b21438e818e54956
+DIST jmx-1_2_1-ri.zip 1624569 BLAKE2B 
7262ee10ab49d7371da988f6f636c22e7ad8cc06bd61db5490659899424465f2ed85000d176e6dc5cb7631942079fde19cde35837cda677fa463cdf53c94780c
 SHA512 
39c933ec39f3fcc631d6d8f3aa88724bb0aa11ff62dfbac61762d07c718dff4ba1e16b1b565c7aa1ede7d616516e68d0dbe8c227db34a6d30bd8f29880c7a5d1



  1   2   >